@occmundial/occ-atomic 1.39.1 → 1.40.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (59) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/build/Autocomplete/__snapshots__/Autocomplete.test.js.snap +20 -0
  3. package/build/Avatar/AvatarContent/__snapshots__/AvatarContent.test.js.snap +41 -0
  4. package/build/Avatar/__snapshots__/Avatar.test.js.snap +17 -0
  5. package/build/Banner/__snapshots__/Banner.test.js.snap +33 -0
  6. package/build/Button/__snapshots__/Button.test.js.snap +313 -0
  7. package/build/ButtonAlign/__snapshots__/ButtonAlign.test.js.snap +19 -0
  8. package/build/Card/__snapshots__/Card.test.js.snap +46 -0
  9. package/build/Check/__snapshots__/Check.test.js.snap +92 -0
  10. package/build/Checkbox/__snapshots__/Checkbox.test.js.snap +92 -0
  11. package/build/Column/__snapshots__/Column.test.js.snap +647 -0
  12. package/build/Container/__snapshots__/Container.test.js.snap +43 -0
  13. package/build/Droplist/__snapshots__/Droplist.test.js.snap +65 -0
  14. package/build/Flexbox/__snapshots__/Flexbox.test.js.snap +106 -0
  15. package/build/Footer/__snapshots__/Footer.test.js.snap +90 -0
  16. package/build/Grid/Col/__snapshots__/Col.test.js.snap +963 -0
  17. package/build/Grid/Row/__snapshots__/Row.test.js.snap +22 -0
  18. package/build/Header/Menu/__snapshots__/Menu.test.js.snap +113 -0
  19. package/build/Header/Nav/__snapshots__/Nav.test.js.snap +101 -0
  20. package/build/Header/__snapshots__/Header.test.js.snap +79 -0
  21. package/build/Hidden/__snapshots__/Hidden.test.js.snap +3 -0
  22. package/build/Icon/__snapshots__/Icon.test.js.snap +26 -0
  23. package/build/Input/__snapshots__/Input.test.js.snap +194 -0
  24. package/build/Label/__snapshots__/Label.test.js.snap +82 -0
  25. package/build/LayerApp/__snapshots__/LayerApp.test.js.snap +37 -0
  26. package/build/Modal/__snapshots__/Modal.test.js.snap +208 -0
  27. package/build/NavAside/__snapshots__/NavAside.test.js.snap +116 -0
  28. package/build/OrderBy/__snapshots__/OrderBy.test.js.snap +54 -0
  29. package/build/Pager/Break/__snapshots__/Break.test.js.snap +13 -0
  30. package/build/Pager/Page/__snapshots__/Page.test.js.snap +27 -0
  31. package/build/Pager/__snapshots__/Pager.test.js.snap +50 -0
  32. package/build/Pill/__snapshots__/Pill.test.js.snap +62 -0
  33. package/build/Placeholder/__snapshots__/Placeholder.test.js.snap +130 -0
  34. package/build/Radio/__snapshots__/Radio.test.js.snap +83 -0
  35. package/build/RangeCounter/__snapshots__/RangeCounter.test.js.snap +20 -0
  36. package/build/Row/__snapshots__/Row.test.js.snap +22 -0
  37. package/build/SightLogo/__snapshots__/SightLogo.test.js.snap +24 -0
  38. package/build/SlideDown/__snapshots__/SlideDown.test.js.snap +42 -0
  39. package/build/SlideToggle/__snapshots__/SlideToggle.test.js.snap +62 -0
  40. package/build/SubHeader/__snapshots__/SubHeader.test.js.snap +50 -0
  41. package/build/SwitchGroup/__snapshots__/SwitchGroup.test.js.snap +52 -0
  42. package/build/Tag/__snapshots__/Tag.test.js.snap +137 -0
  43. package/build/Text/__snapshots__/Text.test.js.snap +158 -0
  44. package/build/TextField/__snapshots__/TextField.test.js.snap +258 -0
  45. package/build/Tip/__snapshots__/Tip.test.js.snap +49 -0
  46. package/build/Title/__snapshots__/Title.test.js.snap +31 -0
  47. package/build/Toaster/__snapshots__/Toaster.test.js.snap +5 -0
  48. package/build/Tooltip/__snapshots__/Tooltip.test.js.snap +33 -0
  49. package/build/TourTip/__snapshots__/TourTip.test.js.snap +74 -0
  50. package/build/Visible/__snapshots__/Visible.test.js.snap +3 -0
  51. package/build/WindowSize/__snapshots__/WindowSize.test.js.snap +3 -0
  52. package/build/index.js +10 -1
  53. package/build/tokens/borderRadius.json +8 -0
  54. package/build/tokens/colors.json +567 -0
  55. package/build/tokens/fonts.json +30 -0
  56. package/build/tokens/index.js +47 -0
  57. package/build/tokens/shadows.json +13 -0
  58. package/build/tokens/spacing.json +16 -0
  59. package/package.json +3 -3
@@ -0,0 +1,208 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Modal matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`Modal styles matches the snapshot 1`] = `
6
+ Object {
7
+ "@global": Object {
8
+ "body": Object {
9
+ "overflow": "hidden",
10
+ },
11
+ },
12
+ "@keyframes modalFadeDown": Object {
13
+ "from": Object {
14
+ "marginTop": -64,
15
+ "opacity": 0,
16
+ },
17
+ "to": Object {
18
+ "marginTop": 0,
19
+ "opacity": 1,
20
+ },
21
+ },
22
+ "@keyframes modalFadeIn": Object {
23
+ "from": Object {
24
+ "opacity": 0,
25
+ },
26
+ "to": Object {
27
+ "opacity": 1,
28
+ },
29
+ },
30
+ "bottom": Object {
31
+ "marginTop": 8,
32
+ "textAlign": "right",
33
+ },
34
+ "card": Object {
35
+ "@media screen and (max-width:575px)": Object {
36
+ "borderRadius": [Function],
37
+ "minHeight": [Function],
38
+ "padding": [Function],
39
+ },
40
+ "@media screen and (min-width:768px)": Object {
41
+ "padding": 32,
42
+ },
43
+ "cursor": "auto",
44
+ "maxWidth": "100%",
45
+ "padding": 16,
46
+ "transition": "0.3s opacity, 0.3s margin-top",
47
+ },
48
+ "cardBlock": Object {
49
+ "@media screen and (max-width:575px)": Object {
50
+ "height": [Function],
51
+ "margin": [Function],
52
+ },
53
+ "margin": 12,
54
+ },
55
+ "cardHide": Object {
56
+ "marginTop": -64,
57
+ "opacity": 0,
58
+ },
59
+ "cardShow": Object {
60
+ "animation": "0.3s modalFadeDown ease-out",
61
+ },
62
+ "cardWrapper": Object {
63
+ "@media screen and (max-width:575px)": Object {
64
+ "height": [Function],
65
+ },
66
+ "maxHeight": "100%",
67
+ "maxWidth": "100%",
68
+ "position": "relative",
69
+ },
70
+ "closeIcon": Object {
71
+ "alignItems": "center",
72
+ "display": "flex",
73
+ "height": 32,
74
+ },
75
+ "closePosition": Object {
76
+ "@media screen and (min-width:768px)": Object {
77
+ "right": 32,
78
+ "top": 32,
79
+ },
80
+ "position": "absolute",
81
+ "right": 16,
82
+ "top": 16,
83
+ },
84
+ "content": Object {
85
+ "&::-webkit-scrollbar": Object {
86
+ "width": 6,
87
+ },
88
+ "&::-webkit-scrollbar-thumb": Object {
89
+ "background": "#dddddd",
90
+ "borderRadius": 3,
91
+ },
92
+ "@media screen and (min-width:768px)": Object {
93
+ "marginLeft": -32,
94
+ "marginRight": -32,
95
+ "paddingLeft": 32,
96
+ "paddingRight": 32,
97
+ },
98
+ "marginLeft": -16,
99
+ "marginRight": -16,
100
+ "paddingLeft": 16,
101
+ "paddingRight": 16,
102
+ "transition": "0.1s height",
103
+ },
104
+ "imgLeft": Object {
105
+ "@media screen and (min-width:768px)": Object {
106
+ "marginBottom": -32,
107
+ "marginLeft": -32,
108
+ "marginRight": 32,
109
+ "marginTop": -32,
110
+ },
111
+ "backgroundColor": [Function],
112
+ "backgroundImage": [Function],
113
+ "backgroundPosition": [Function],
114
+ "backgroundRepeat": "no-repeat",
115
+ "backgroundSize": [Function],
116
+ "borderRadius": Array [
117
+ 6,
118
+ 0,
119
+ 0,
120
+ 6,
121
+ ],
122
+ "marginBottom": -16,
123
+ "marginLeft": -16,
124
+ "marginRight": 16,
125
+ "marginTop": -16,
126
+ "width": 200,
127
+ },
128
+ "imgTop": Object {
129
+ "@media screen and (min-width:768px)": Object {
130
+ "marginBottom": 32,
131
+ "marginLeft": -32,
132
+ "marginRight": -32,
133
+ "marginTop": -32,
134
+ },
135
+ "backgroundColor": [Function],
136
+ "backgroundImage": [Function],
137
+ "backgroundPosition": [Function],
138
+ "backgroundRepeat": "no-repeat",
139
+ "backgroundSize": [Function],
140
+ "borderRadius": Array [
141
+ 6,
142
+ 6,
143
+ 0,
144
+ 0,
145
+ ],
146
+ "height": [Function],
147
+ "marginBottom": 16,
148
+ "marginLeft": -16,
149
+ "marginRight": -16,
150
+ "marginTop": -16,
151
+ "position": "relative",
152
+ },
153
+ "lg": Object {
154
+ "width": 820,
155
+ },
156
+ "mainBtn": Object {
157
+ "marginLeft": 24,
158
+ "marginTop": 16,
159
+ },
160
+ "md": Object {
161
+ "@media screen and (max-width:767px)": Object {
162
+ "maxWidth": "100%",
163
+ "width": 322,
164
+ },
165
+ "width": 520,
166
+ },
167
+ "noClose": Object {
168
+ "cursor": "default",
169
+ },
170
+ "overlay": Object {
171
+ "alignItems": "center",
172
+ "background": "rgba(0, 0, 5, 0.85)",
173
+ "cursor": "pointer",
174
+ "display": "flex",
175
+ "height": "100%",
176
+ "justifyContent": "center",
177
+ "left": 0,
178
+ "overflow": "auto",
179
+ "position": "fixed",
180
+ "top": 0,
181
+ "transition": "0.3s all",
182
+ "width": "100%",
183
+ "zIndex": 1000,
184
+ },
185
+ "overlayHide": Object {
186
+ "opacity": 0,
187
+ },
188
+ "overlayShow": Object {
189
+ "animation": "0.3s modalFadeIn linear",
190
+ },
191
+ "secBtn": Object {
192
+ "marginTop": 16,
193
+ },
194
+ "sm": Object {
195
+ "maxWidth": "100%",
196
+ "width": 322,
197
+ },
198
+ "title": Object {},
199
+ "top": Object {
200
+ "marginBottom": 16,
201
+ },
202
+ "xl": Object {
203
+ "width": 1024,
204
+ },
205
+ }
206
+ `;
207
+
208
+ exports[`ModalPortal matches the snapshot 1`] = `ShallowWrapper {}`;
@@ -0,0 +1,116 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`ModalPortal matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`NavAside matches the snapshot 1`] = `ShallowWrapper {}`;
6
+
7
+ exports[`NavAside styles matches the snapshot 1`] = `
8
+ Object {
9
+ "@global": Object {
10
+ "body": Object {
11
+ "overflow": "hidden",
12
+ },
13
+ },
14
+ "@keyframes asideShow": Object {
15
+ "from": Object {
16
+ "left": [Function],
17
+ },
18
+ "to": Object {
19
+ "left": "0px",
20
+ },
21
+ },
22
+ "@keyframes asideShowRight": Object {
23
+ "from": Object {
24
+ "right": [Function],
25
+ },
26
+ "to": Object {
27
+ "right": "0px",
28
+ },
29
+ },
30
+ "@keyframes overlayFadeIn": Object {
31
+ "from": Object {
32
+ "opacity": 0,
33
+ },
34
+ "to": Object {
35
+ "opacity": 1,
36
+ },
37
+ },
38
+ "OpenElement": Object {
39
+ "animation": "0.3s asideShow ease-out",
40
+ "left": "0px !important",
41
+ },
42
+ "OpenElementRight": Object {
43
+ "animation": "0.3s asideShowRight ease-out",
44
+ "right": "0px !important",
45
+ },
46
+ "ShowElement": Object {
47
+ "backgroundColor": "#ffffff",
48
+ "height": "100%",
49
+ "left": "-320px",
50
+ "maxWidth": "calc(100% - 32px)",
51
+ "opacity": "1 !important",
52
+ "overflow": "hidden",
53
+ "position": "fixed",
54
+ "top": "0",
55
+ "transition": "0.4s all",
56
+ "width": "320px",
57
+ },
58
+ "card": Object {
59
+ "cursor": "auto",
60
+ "height": "100%",
61
+ "overflow": "auto",
62
+ "padding": 0,
63
+ },
64
+ "closeIcon": Object {
65
+ "alignItems": "center",
66
+ "display": "flex",
67
+ "height": 32,
68
+ },
69
+ "content": Object {
70
+ "@media screen and (min-width:768px)": Object {
71
+ "padding": 32,
72
+ },
73
+ "backgroundColor": "#ffffff",
74
+ "padding": 16,
75
+ },
76
+ "customeWidth": Object {
77
+ "left": [Function],
78
+ "width": [Function],
79
+ },
80
+ "customeWidthRight": Object {
81
+ "right": [Function],
82
+ "width": [Function],
83
+ },
84
+ "overlay": Object {
85
+ "background": "rgba(0, 0, 5, 0.85)",
86
+ "cursor": "pointer",
87
+ "height": "100%",
88
+ "left": 0,
89
+ "opacity": 0,
90
+ "position": "fixed",
91
+ "top": 0,
92
+ "transition": "0.3s opacity",
93
+ "transitionDelay": "0.2s",
94
+ "width": "100%",
95
+ "zIndex": 1000,
96
+ },
97
+ "overlayShow": Object {
98
+ "animation": "0.3s overlayFadeIn linear",
99
+ "opacity": 1,
100
+ },
101
+ "showRight": Object {
102
+ "left": "auto",
103
+ "right": "-320px",
104
+ },
105
+ "top": Object {
106
+ "@media screen and (min-width:768px)": Object {
107
+ "padding": 32,
108
+ },
109
+ "backgroundColor": "#f5f5f8",
110
+ "padding": 16,
111
+ },
112
+ "topContent": Object {
113
+ "minWidth": 0,
114
+ },
115
+ }
116
+ `;
@@ -0,0 +1,54 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`OrderBy matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`OrderBy styles matches the snapshot 1`] = `
6
+ Object {
7
+ "button": Object {
8
+ "cursor": "pointer",
9
+ },
10
+ "card": Object {
11
+ "@media screen and (min-width:768px)": Object {
12
+ "padding": 24,
13
+ },
14
+ "padding": 16,
15
+ },
16
+ "cardWrap": Object {
17
+ "marginTop": -16,
18
+ "opacity": 0,
19
+ "pointerEvents": "none",
20
+ "position": "absolute",
21
+ "right": 0,
22
+ "top": "100%",
23
+ "transition": "0.3s all",
24
+ "zIndex": 1,
25
+ },
26
+ "icon": Object {
27
+ "height": 14,
28
+ "marginLeft": 4,
29
+ "marginTop": 2,
30
+ "width": 14,
31
+ },
32
+ "link": Object {
33
+ "color": "#0946CB",
34
+ },
35
+ "option": Object {
36
+ "&:not(:last-child)": Object {
37
+ "paddingBottom": 8,
38
+ },
39
+ "cursor": "pointer",
40
+ "whiteSpace": "nowrap",
41
+ },
42
+ "show": Object {
43
+ "marginTop": 0,
44
+ "opacity": 1,
45
+ "pointerEvents": "auto",
46
+ },
47
+ "wrap": Object {
48
+ "display": "inline-block",
49
+ "position": "relative",
50
+ },
51
+ }
52
+ `;
53
+
54
+ exports[`OrderByJSS matches the snapshot 1`] = `ShallowWrapper {}`;
@@ -0,0 +1,13 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Break matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`Break styles matches the snapshot 1`] = `
6
+ Object {
7
+ "li": Object {
8
+ "display": "inline-block",
9
+ },
10
+ }
11
+ `;
12
+
13
+ exports[`BreakJSS matches the snapshot 1`] = `ShallowWrapper {}`;
@@ -0,0 +1,27 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Page matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`Page styles matches the snapshot 1`] = `
6
+ Object {
7
+ "active": Object {
8
+ "background": "#1476fb !important",
9
+ "color": "#ffffff",
10
+ },
11
+ "li": Object {
12
+ "&:hover": Object {
13
+ "background": "#ECECEE",
14
+ },
15
+ "borderRadius": "13px",
16
+ "cursor": "pointer",
17
+ "display": "inline-block",
18
+ "marginLeft": "4px",
19
+ "marginRight": "4px",
20
+ "outline": "0",
21
+ "padding": "2px 11px",
22
+ "transition": "0.3s all",
23
+ },
24
+ }
25
+ `;
26
+
27
+ exports[`PageJSS matches the snapshot 1`] = `ShallowWrapper {}`;
@@ -0,0 +1,50 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Pager matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`Pager styles matches the snapshot 1`] = `
6
+ Object {
7
+ "btn": Object {
8
+ "& span": Object {
9
+ "marginBottom": "-2px",
10
+ },
11
+ "&:hover": Object {
12
+ "background": "#ECECEE",
13
+ "borderColor": "#ECECEE",
14
+ },
15
+ "border": "1px solid #bfbfbf",
16
+ "borderRadius": "5px",
17
+ "cursor": "pointer",
18
+ "display": "inline-block",
19
+ "fontFamily": "'OccText', sans-serif",
20
+ "outline": "0",
21
+ "padding": "3px 13px",
22
+ "transition": "0.3s all",
23
+ },
24
+ "disabled": Object {
25
+ "opacity": "0.4",
26
+ "pointerEvents": "none",
27
+ },
28
+ "next": Object {
29
+ "& span": Object {
30
+ "transform": "rotate(-90deg)",
31
+ },
32
+ "marginLeft": "15px",
33
+ },
34
+ "pager": Object {
35
+ "color": "#727272",
36
+ "fontFamily": "'OccText', sans-serif",
37
+ "fontSize": "14px",
38
+ "listStyle": "none",
39
+ "paddingLeft": "0",
40
+ },
41
+ "prev": Object {
42
+ "& span": Object {
43
+ "transform": "rotate(90deg)",
44
+ },
45
+ "marginRight": "15px",
46
+ },
47
+ }
48
+ `;
49
+
50
+ exports[`PagerJSS matches the snapshot 1`] = `ShallowWrapper {}`;
@@ -0,0 +1,62 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Pill matches the choice snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`Pill matches the group snapshot 1`] = `ShallowWrapper {}`;
6
+
7
+ exports[`Pill matches the stack snapshot 1`] = `ShallowWrapper {}`;
8
+
9
+ exports[`Pill styles matches the snapshot 1`] = `
10
+ Object {
11
+ "assistiveText": Object {
12
+ "color": "#aaaaaa",
13
+ },
14
+ "bottom": Object {
15
+ "height": 20,
16
+ "marginTop": 4,
17
+ },
18
+ "choiceGroup": Object {
19
+ "display": "flex",
20
+ "flexWrap": "wrap",
21
+ },
22
+ "container": Object {
23
+ "marginBottom": 8,
24
+ "position": "relative",
25
+ },
26
+ "disabled": Object {
27
+ "& $label": Object {
28
+ "color": "#dddddd",
29
+ },
30
+ },
31
+ "errorAssistiveText": Object {
32
+ "color": "#db3737",
33
+ },
34
+ "errorIcon": Object {
35
+ "marginBottom": -2,
36
+ },
37
+ "label": Object {
38
+ "& a": Object {
39
+ "color": "#1476fb",
40
+ "outline": "none",
41
+ "textDecoration": "none",
42
+ },
43
+ "color": "#222222",
44
+ "fontFamily": "'OccText', sans-serif",
45
+ "fontSize": 14,
46
+ "lineHeight": 1.5,
47
+ "transition": "0.3s all",
48
+ },
49
+ "left": Object {
50
+ "float": "left",
51
+ },
52
+ "top": Object {
53
+ "&:after": Object {
54
+ "clear": "both",
55
+ "content": "\\"\\"",
56
+ },
57
+ "height": 24,
58
+ },
59
+ }
60
+ `;
61
+
62
+ exports[`PillJSS matches the snapshot 1`] = `ShallowWrapper {}`;
@@ -0,0 +1,130 @@
1
+ // Jest Snapshot v1, https://goo.gl/fbAQLP
2
+
3
+ exports[`Placeholder matches the snapshot 1`] = `ShallowWrapper {}`;
4
+
5
+ exports[`Placeholder styles matches the snapshot 1`] = `
6
+ Object {
7
+ "@keyframes progress": Object {
8
+ "0%": Object {
9
+ "transform": "translate3d(-100%, 0, 0)",
10
+ },
11
+ "100%": Object {
12
+ "transform": "translate3d(100%, 0, 0)",
13
+ },
14
+ },
15
+ "bottombase": Object {
16
+ "marginBottom": 24,
17
+ },
18
+ "bottomlarge": Object {
19
+ "marginBottom": 48,
20
+ },
21
+ "bottommedium": Object {
22
+ "marginBottom": 32,
23
+ },
24
+ "bottomsmall": Object {
25
+ "marginBottom": 16,
26
+ },
27
+ "bottomtiny": Object {
28
+ "marginBottom": 8,
29
+ },
30
+ "bottomxLarge": Object {
31
+ "marginBottom": 64,
32
+ },
33
+ "bottomxTiny": Object {
34
+ "marginBottom": 4,
35
+ },
36
+ "heading": Object {
37
+ "& $placeholder": Object {
38
+ "height": 22,
39
+ },
40
+ "height": 32,
41
+ },
42
+ "headline": Object {
43
+ "& $placeholder": Object {
44
+ "height": 36,
45
+ },
46
+ "height": 48,
47
+ },
48
+ "hero": Object {
49
+ "& $placeholder": Object {
50
+ "height": 57,
51
+ },
52
+ "height": 72,
53
+ },
54
+ "large": Object {
55
+ "& $placeholder": Object {
56
+ "height": 17,
57
+ },
58
+ "height": 24,
59
+ },
60
+ "micro": Object {
61
+ "& $placeholder": Object {
62
+ "height": 11,
63
+ },
64
+ "height": 16,
65
+ },
66
+ "placeholder": Object {
67
+ "&:after": Object {
68
+ "animation": "progress 2s ease-in-out infinite",
69
+ "background": "linear-gradient(90deg, rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.7), rgba(204, 204, 204, 0))",
70
+ "content": "\\"\\"",
71
+ "height": "100%",
72
+ "left": 0,
73
+ "position": "absolute",
74
+ "top": 0,
75
+ "width": "100%",
76
+ },
77
+ "background": "#f2f2f2",
78
+ "borderRadius": 4,
79
+ "height": [Function],
80
+ "mixBlendMode": "multiply",
81
+ "overflow": "hidden",
82
+ "position": "relative",
83
+ "width": [Function],
84
+ },
85
+ "round": Object {
86
+ "borderRadius": "50%",
87
+ },
88
+ "small": Object {
89
+ "& $placeholder": Object {
90
+ "height": 13,
91
+ },
92
+ "height": 16,
93
+ },
94
+ "standard": Object {
95
+ "& $placeholder": Object {
96
+ "height": 15,
97
+ },
98
+ "height": 24,
99
+ },
100
+ "subheading": Object {
101
+ "& $placeholder": Object {
102
+ "height": 17,
103
+ },
104
+ "height": 24,
105
+ },
106
+ "topbase": Object {
107
+ "marginTop": 24,
108
+ },
109
+ "toplarge": Object {
110
+ "marginTop": 48,
111
+ },
112
+ "topmedium": Object {
113
+ "marginTop": 32,
114
+ },
115
+ "topsmall": Object {
116
+ "marginTop": 16,
117
+ },
118
+ "toptiny": Object {
119
+ "marginTop": 8,
120
+ },
121
+ "topxLarge": Object {
122
+ "marginTop": 64,
123
+ },
124
+ "topxTiny": Object {
125
+ "marginTop": 4,
126
+ },
127
+ }
128
+ `;
129
+
130
+ exports[`PlaceholderJSS matches the snapshot 1`] = `ShallowWrapper {}`;