absolutely massive typescript porting time

This commit is contained in:
41666 2019-06-02 18:58:15 -05:00
parent 01f238f515
commit 30d08a630f
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF
159 changed files with 2563 additions and 3861 deletions

View file

@ -1,11 +1,11 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<DiscordButton /> renders correctly 1`] = `
<discord-button__Button>
<discord-button__ButtonIcon
<styled.a>
<styled.img
src="/static/discord-logo.svg"
/>
 
Hello!
</discord-button__Button>
</styled.a>
`;

View file

@ -22,7 +22,7 @@ exports[`<DiscordGuildPic /> falls-back to a default when things go bad. 1`] = `
id="0000"
name="Mock"
>
<discord-guild-pic__Fallback
<styled.div
serverName="Mock"
style={
Object {
@ -36,17 +36,22 @@ exports[`<DiscordGuildPic /> falls-back to a default when things go bad. 1`] = `
"$$typeof": Symbol(react.forward_ref),
"attrs": Array [],
"componentStyle": ComponentStyle {
"componentId": "discord-guild-pic__Fallback-sc-93euug-0",
"componentId": "sc-bdVaJa",
"isStatic": true,
"lastClassName": "c0",
"rules": Array [
"display:flex;justify-content:center;align-items:center;background-color:var(--fallback-color);",
"
display: flex;
justify-content: center;
align-items: center;
background-color: var(--fallback-color);
",
],
},
"displayName": "discord-guild-pic__Fallback",
"displayName": "styled.div",
"foldedComponentIds": Array [],
"render": [Function],
"styledComponentId": "discord-guild-pic__Fallback-sc-93euug-0",
"styledComponentId": "sc-bdVaJa",
"target": "div",
"toString": [Function],
"warnTooManyClasses": [Function],
@ -72,7 +77,7 @@ exports[`<DiscordGuildPic /> falls-back to a default when things go bad. 1`] = `
M
</div>
</StyledComponent>
</discord-guild-pic__Fallback>
</styled.div>
</DiscordGuildPic>
`;