@nypl/design-system-react-components 1.0.2 → 1.0.3-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/README.md +0 -2
  2. package/dist/components/Slider/Slider.d.ts +1 -2
  3. package/dist/components/TextInput/TextInput.d.ts +2 -1
  4. package/dist/design-system-react-components.cjs.development.js +33 -10
  5. package/dist/design-system-react-components.cjs.development.js.map +1 -1
  6. package/dist/design-system-react-components.cjs.production.min.js +1 -1
  7. package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
  8. package/dist/design-system-react-components.esm.js +33 -10
  9. package/dist/design-system-react-components.esm.js.map +1 -1
  10. package/dist/hooks/{tests → __tests__}/useCarouselStyles.test.d.ts +0 -0
  11. package/dist/theme/components/global.d.ts +1 -1
  12. package/dist/theme/components/radio.d.ts +8 -0
  13. package/dist/theme/components/template.d.ts +4 -1
  14. package/package.json +2 -3
  15. package/CHANGELOG.md +0 -1430
  16. package/src/__tests__/fileMock.ts +0 -6
  17. package/src/__tests__/setup.ts +0 -27
  18. package/src/__tests__/utils/utils.test.ts +0 -18
  19. package/src/components/AccessibilityGuide/SkipNavigation.stories.mdx +0 -42
  20. package/src/components/Accordion/Accordion.stories.mdx +0 -333
  21. package/src/components/Accordion/Accordion.test.tsx +0 -237
  22. package/src/components/Accordion/Accordion.tsx +0 -137
  23. package/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap +0 -734
  24. package/src/components/Autosuggest/Autosuggest.stories.mdx +0 -75
  25. package/src/components/Autosuggest/Autosuggest.stories.tsx +0 -211
  26. package/src/components/Autosuggest/_Autosuggest.scss +0 -51
  27. package/src/components/Breadcrumbs/Breadcrumbs.stories.mdx +0 -231
  28. package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +0 -144
  29. package/src/components/Breadcrumbs/Breadcrumbs.tsx +0 -98
  30. package/src/components/Breadcrumbs/__snapshots__/Breadcrumbs.test.tsx.snap +0 -695
  31. package/src/components/Button/Button.stories.mdx +0 -320
  32. package/src/components/Button/Button.test.tsx +0 -184
  33. package/src/components/Button/Button.tsx +0 -95
  34. package/src/components/Button/__snapshots__/Button.test.tsx.snap +0 -106
  35. package/src/components/ButtonGroup/ButtonGroup.stories.mdx +0 -178
  36. package/src/components/ButtonGroup/ButtonGroup.test.tsx +0 -141
  37. package/src/components/ButtonGroup/ButtonGroup.tsx +0 -100
  38. package/src/components/ButtonGroup/__snapshots__/ButtonGroup.test.tsx.snap +0 -117
  39. package/src/components/Card/Card.stories.mdx +0 -1041
  40. package/src/components/Card/Card.test.tsx +0 -388
  41. package/src/components/Card/Card.tsx +0 -346
  42. package/src/components/Card/__snapshots__/Card.test.tsx.snap +0 -568
  43. package/src/components/Chakra/Box.stories.mdx +0 -52
  44. package/src/components/Chakra/Center.stories.mdx +0 -96
  45. package/src/components/Chakra/Flex.stories.mdx +0 -111
  46. package/src/components/Chakra/Grid.stories.mdx +0 -89
  47. package/src/components/Chakra/Stack.stories.mdx +0 -109
  48. package/src/components/Checkbox/Checkbox.stories.mdx +0 -243
  49. package/src/components/Checkbox/Checkbox.test.tsx +0 -350
  50. package/src/components/Checkbox/Checkbox.tsx +0 -152
  51. package/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap +0 -661
  52. package/src/components/CheckboxGroup/CheckboxGroup.stories.mdx +0 -462
  53. package/src/components/CheckboxGroup/CheckboxGroup.test.tsx +0 -492
  54. package/src/components/CheckboxGroup/CheckboxGroup.tsx +0 -173
  55. package/src/components/CheckboxGroup/__snapshots__/CheckboxGroup.test.tsx.snap +0 -1842
  56. package/src/components/ComponentWrapper/ComponentWrapper.test.tsx +0 -163
  57. package/src/components/ComponentWrapper/ComponentWrapper.tsx +0 -76
  58. package/src/components/ComponentWrapper/__snapshots__/ComponentWrapper.test.tsx.snap +0 -103
  59. package/src/components/DatePicker/DatePicker.stories.mdx +0 -452
  60. package/src/components/DatePicker/DatePicker.test.tsx +0 -940
  61. package/src/components/DatePicker/DatePicker.tsx +0 -450
  62. package/src/components/DatePicker/_DatePicker.scss +0 -100
  63. package/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap +0 -908
  64. package/src/components/Fieldset/Fieldset.stories.mdx +0 -96
  65. package/src/components/Fieldset/Fieldset.test.tsx +0 -155
  66. package/src/components/Fieldset/Fieldset.tsx +0 -55
  67. package/src/components/Fieldset/__snapshots__/Fieldset.test.tsx.snap +0 -89
  68. package/src/components/Form/Form.stories.mdx +0 -426
  69. package/src/components/Form/Form.test.tsx +0 -234
  70. package/src/components/Form/Form.tsx +0 -124
  71. package/src/components/Form/__snapshots__/Form.test.tsx.snap +0 -115
  72. package/src/components/Grid/SimpleGrid.stories.mdx +0 -336
  73. package/src/components/Grid/SimpleGrid.test.tsx +0 -79
  74. package/src/components/Grid/SimpleGrid.tsx +0 -49
  75. package/src/components/Grid/__snapshots__/SimpleGrid.test.tsx.snap +0 -23
  76. package/src/components/Heading/Heading.stories.mdx +0 -187
  77. package/src/components/Heading/Heading.test.tsx +0 -171
  78. package/src/components/Heading/Heading.tsx +0 -104
  79. package/src/components/Heading/__snapshots__/Heading.test.tsx.snap +0 -90
  80. package/src/components/HelperErrorText/HelperErrorText.stories.mdx +0 -172
  81. package/src/components/HelperErrorText/HelperErrorText.test.tsx +0 -114
  82. package/src/components/HelperErrorText/HelperErrorText.tsx +0 -62
  83. package/src/components/HelperErrorText/__snapshots__/HelperErrorText.test.tsx.snap +0 -93
  84. package/src/components/Hero/Hero.stories.mdx +0 -378
  85. package/src/components/Hero/Hero.test.tsx +0 -611
  86. package/src/components/Hero/Hero.tsx +0 -203
  87. package/src/components/Hero/__snapshots__/Hero.test.tsx.snap +0 -379
  88. package/src/components/HorizontalRule/HorizontalRule.stories.mdx +0 -73
  89. package/src/components/HorizontalRule/HorizontalRule.test.tsx +0 -54
  90. package/src/components/HorizontalRule/HorizontalRule.tsx +0 -27
  91. package/src/components/HorizontalRule/__snapshots__/HorizontalRule.test.tsx.snap +0 -44
  92. package/src/components/Icons/Icon.stories.mdx +0 -413
  93. package/src/components/Icons/Icon.test.tsx +0 -120
  94. package/src/components/Icons/Icon.tsx +0 -187
  95. package/src/components/Icons/IconSvgs.tsx +0 -64
  96. package/src/components/Icons/__snapshots__/Icon.test.tsx.snap +0 -129
  97. package/src/components/Image/Image.stories.mdx +0 -332
  98. package/src/components/Image/Image.test.tsx +0 -155
  99. package/src/components/Image/Image.tsx +0 -171
  100. package/src/components/Image/__snapshots__/Image.test.tsx.snap +0 -269
  101. package/src/components/Label/Label.stories.mdx +0 -100
  102. package/src/components/Label/Label.test.tsx +0 -116
  103. package/src/components/Label/Label.tsx +0 -55
  104. package/src/components/Label/__snapshots__/Label.test.tsx.snap +0 -45
  105. package/src/components/Link/Link.stories.mdx +0 -249
  106. package/src/components/Link/Link.test.tsx +0 -224
  107. package/src/components/Link/Link.tsx +0 -178
  108. package/src/components/Link/__snapshots__/Link.test.tsx.snap +0 -286
  109. package/src/components/List/List.stories.mdx +0 -393
  110. package/src/components/List/List.test.tsx +0 -265
  111. package/src/components/List/List.tsx +0 -156
  112. package/src/components/List/__snapshots__/List.test.tsx.snap +0 -213
  113. package/src/components/Logo/Logo.stories.mdx +0 -295
  114. package/src/components/Logo/Logo.test.tsx +0 -116
  115. package/src/components/Logo/Logo.tsx +0 -151
  116. package/src/components/Logo/LogoSvgs.tsx +0 -90
  117. package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -142
  118. package/src/components/Modal/Modal.stories.mdx +0 -294
  119. package/src/components/Modal/Modal.test.tsx +0 -157
  120. package/src/components/Modal/Modal.tsx +0 -154
  121. package/src/components/Modal/__snapshots__/Modal.test.tsx.snap +0 -25
  122. package/src/components/Notification/Notification.stories.mdx +0 -358
  123. package/src/components/Notification/Notification.test.tsx +0 -279
  124. package/src/components/Notification/Notification.tsx +0 -224
  125. package/src/components/Notification/__snapshots__/Notification.test.tsx.snap +0 -525
  126. package/src/components/Pagination/Pagination.stories.mdx +0 -184
  127. package/src/components/Pagination/Pagination.test.tsx +0 -419
  128. package/src/components/Pagination/Pagination.tsx +0 -269
  129. package/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap +0 -544
  130. package/src/components/Placeholder/Placeholder.tsx +0 -19
  131. package/src/components/ProgressIndicator/ProgressIndicator.stories.mdx +0 -360
  132. package/src/components/ProgressIndicator/ProgressIndicator.test.tsx +0 -298
  133. package/src/components/ProgressIndicator/ProgressIndicator.tsx +0 -132
  134. package/src/components/ProgressIndicator/__snapshots__/ProgressIndicator.test.tsx.snap +0 -434
  135. package/src/components/Radio/Radio.stories.mdx +0 -216
  136. package/src/components/Radio/Radio.test.tsx +0 -247
  137. package/src/components/Radio/Radio.tsx +0 -119
  138. package/src/components/Radio/__snapshots__/Radio.test.tsx.snap +0 -451
  139. package/src/components/RadioGroup/RadioGroup.stories.mdx +0 -479
  140. package/src/components/RadioGroup/RadioGroup.test.tsx +0 -471
  141. package/src/components/RadioGroup/RadioGroup.tsx +0 -171
  142. package/src/components/RadioGroup/__snapshots__/RadioGroup.test.tsx.snap +0 -1550
  143. package/src/components/SearchBar/SearchBar.stories.mdx +0 -518
  144. package/src/components/SearchBar/SearchBar.test.tsx +0 -435
  145. package/src/components/SearchBar/SearchBar.tsx +0 -210
  146. package/src/components/SearchBar/__snapshots__/SearchBar.test.tsx.snap +0 -1049
  147. package/src/components/Select/Select.stories.mdx +0 -439
  148. package/src/components/Select/Select.test.tsx +0 -358
  149. package/src/components/Select/Select.tsx +0 -183
  150. package/src/components/Select/__snapshots__/Select.test.tsx.snap +0 -895
  151. package/src/components/SkeletonLoader/SkeletonLoader.stories.mdx +0 -142
  152. package/src/components/SkeletonLoader/SkeletonLoader.test.tsx +0 -116
  153. package/src/components/SkeletonLoader/SkeletonLoader.tsx +0 -123
  154. package/src/components/SkeletonLoader/__snapshots__/SkeletonLoader.test.tsx.snap +0 -898
  155. package/src/components/SkipNavigation/SkipNavigation.stories.mdx +0 -90
  156. package/src/components/SkipNavigation/SkipNavigation.test.tsx +0 -63
  157. package/src/components/SkipNavigation/SkipNavigation.tsx +0 -51
  158. package/src/components/SkipNavigation/__snapshots__/SkipNavigation.test.tsx.snap +0 -130
  159. package/src/components/Slider/Slider.stories.mdx +0 -628
  160. package/src/components/Slider/Slider.test.tsx +0 -736
  161. package/src/components/Slider/Slider.tsx +0 -322
  162. package/src/components/Slider/__snapshots__/Slider.test.tsx.snap +0 -2186
  163. package/src/components/StatusBadge/StatusBadge.stories.mdx +0 -109
  164. package/src/components/StatusBadge/StatusBadge.test.tsx +0 -70
  165. package/src/components/StatusBadge/StatusBadge.tsx +0 -35
  166. package/src/components/StatusBadge/__snapshots__/StatusBadge.test.tsx.snap +0 -47
  167. package/src/components/StructuredContent/StructuredContent.stories.mdx +0 -567
  168. package/src/components/StructuredContent/StructuredContent.test.tsx +0 -435
  169. package/src/components/StructuredContent/StructuredContent.tsx +0 -139
  170. package/src/components/StructuredContent/__snapshots__/StructuredContent.test.tsx.snap +0 -368
  171. package/src/components/StyleGuide/Bidirectionality.stories.mdx +0 -206
  172. package/src/components/StyleGuide/Breakpoints.stories.mdx +0 -55
  173. package/src/components/StyleGuide/Buttons.stories.mdx +0 -194
  174. package/src/components/StyleGuide/ColorCard.tsx +0 -43
  175. package/src/components/StyleGuide/Colors.stories.mdx +0 -201
  176. package/src/components/StyleGuide/DesignTokens.stories.mdx +0 -193
  177. package/src/components/StyleGuide/Forms.stories.mdx +0 -94
  178. package/src/components/StyleGuide/Iconography.stories.mdx +0 -142
  179. package/src/components/StyleGuide/Spacing.stories.mdx +0 -116
  180. package/src/components/StyleGuide/Typography.stories.mdx +0 -419
  181. package/src/components/Table/Table.stories.mdx +0 -272
  182. package/src/components/Table/Table.test.tsx +0 -241
  183. package/src/components/Table/Table.tsx +0 -152
  184. package/src/components/Table/__snapshots__/Table.test.tsx.snap +0 -1703
  185. package/src/components/Tabs/Tabs.stories.mdx +0 -338
  186. package/src/components/Tabs/Tabs.test.tsx +0 -298
  187. package/src/components/Tabs/Tabs.tsx +0 -264
  188. package/src/components/Tabs/__snapshots__/Tabs.test.tsx.snap +0 -584
  189. package/src/components/Template/Template.stories.mdx +0 -695
  190. package/src/components/Template/Template.test.tsx +0 -309
  191. package/src/components/Template/Template.tsx +0 -326
  192. package/src/components/Template/__snapshots__/Template.test.tsx.snap +0 -342
  193. package/src/components/Text/Text.stories.mdx +0 -103
  194. package/src/components/Text/Text.test.tsx +0 -63
  195. package/src/components/Text/Text.tsx +0 -50
  196. package/src/components/Text/__snapshots__/Text.test.tsx.snap +0 -50
  197. package/src/components/TextInput/TextInput.stories.mdx +0 -268
  198. package/src/components/TextInput/TextInput.test.tsx +0 -451
  199. package/src/components/TextInput/TextInput.tsx +0 -240
  200. package/src/components/TextInput/__snapshots__/TextInput.test.tsx.snap +0 -274
  201. package/src/components/Toggle/Toggle.stories.mdx +0 -237
  202. package/src/components/Toggle/Toggle.test.tsx +0 -170
  203. package/src/components/Toggle/Toggle.tsx +0 -128
  204. package/src/components/Toggle/__snapshots__/Toggle.test.tsx.snap +0 -470
  205. package/src/components/VideoPlayer/VideoPlayer.stories.mdx +0 -212
  206. package/src/components/VideoPlayer/VideoPlayer.test.tsx +0 -308
  207. package/src/components/VideoPlayer/VideoPlayer.tsx +0 -188
  208. package/src/components/VideoPlayer/__snapshots__/VideoPlayer.test.tsx.snap +0 -192
  209. package/src/docs/Chakra.stories.mdx +0 -563
  210. package/src/docs/Welcome.stories.mdx +0 -148
  211. package/src/helpers/types.ts +0 -1
  212. package/src/hooks/tests/useCarouselStyles.test.ts +0 -140
  213. package/src/hooks/tests/useNYPLTheme.test.tsx +0 -36
  214. package/src/hooks/useCarouselStyles.stories.mdx +0 -30
  215. package/src/hooks/useCarouselStyles.ts +0 -35
  216. package/src/hooks/useNYPLTheme.stories.mdx +0 -98
  217. package/src/hooks/useNYPLTheme.ts +0 -91
  218. package/src/hooks/useWindowSize.stories.mdx +0 -23
  219. package/src/hooks/useWindowSize.ts +0 -40
  220. package/src/index.ts +0 -136
  221. package/src/resources.scss +0 -6
  222. package/src/styles/base/_01-breakpoints.scss +0 -27
  223. package/src/styles/base/_02-mixins.scss +0 -103
  224. package/src/styles/base/_place-holder.scss +0 -33
  225. package/src/styles/space/_space-inline.scss +0 -79
  226. package/src/styles/space/_space-inset.scss +0 -57
  227. package/src/styles/space/_space-stack.scss +0 -116
  228. package/src/styles.scss +0 -23
  229. package/src/theme/components/accordion.ts +0 -25
  230. package/src/theme/components/breadcrumb.ts +0 -94
  231. package/src/theme/components/button.ts +0 -133
  232. package/src/theme/components/buttonGroup.ts +0 -10
  233. package/src/theme/components/card.ts +0 -237
  234. package/src/theme/components/checkbox.ts +0 -110
  235. package/src/theme/components/checkboxGroup.ts +0 -10
  236. package/src/theme/components/componentWrapper.ts +0 -14
  237. package/src/theme/components/customTable.ts +0 -77
  238. package/src/theme/components/datePicker.ts +0 -17
  239. package/src/theme/components/fieldset.ts +0 -23
  240. package/src/theme/components/global.ts +0 -91
  241. package/src/theme/components/globalMixins.ts +0 -24
  242. package/src/theme/components/heading.ts +0 -79
  243. package/src/theme/components/helperErrorText.ts +0 -14
  244. package/src/theme/components/hero.ts +0 -238
  245. package/src/theme/components/horizontalRule.ts +0 -17
  246. package/src/theme/components/icon.ts +0 -88
  247. package/src/theme/components/image.ts +0 -136
  248. package/src/theme/components/label.ts +0 -15
  249. package/src/theme/components/link.ts +0 -63
  250. package/src/theme/components/list.ts +0 -88
  251. package/src/theme/components/logo.ts +0 -58
  252. package/src/theme/components/notification.ts +0 -132
  253. package/src/theme/components/pagination.ts +0 -17
  254. package/src/theme/components/progressIndicator.ts +0 -67
  255. package/src/theme/components/radio.ts +0 -103
  256. package/src/theme/components/radioGroup.ts +0 -10
  257. package/src/theme/components/searchBar.ts +0 -19
  258. package/src/theme/components/select.ts +0 -72
  259. package/src/theme/components/skeletonLoader.ts +0 -113
  260. package/src/theme/components/skipNavigation.ts +0 -29
  261. package/src/theme/components/slider.ts +0 -95
  262. package/src/theme/components/statusBadge.ts +0 -26
  263. package/src/theme/components/structuredContent.ts +0 -149
  264. package/src/theme/components/tabs.ts +0 -109
  265. package/src/theme/components/template.ts +0 -114
  266. package/src/theme/components/text.ts +0 -38
  267. package/src/theme/components/textInput.ts +0 -65
  268. package/src/theme/components/toggle.ts +0 -109
  269. package/src/theme/components/videoPlayer.ts +0 -47
  270. package/src/theme/foundations/breakpoints.ts +0 -24
  271. package/src/theme/foundations/colors.ts +0 -212
  272. package/src/theme/foundations/global.ts +0 -43
  273. package/src/theme/foundations/radii.ts +0 -7
  274. package/src/theme/foundations/shadows.ts +0 -5
  275. package/src/theme/foundations/spacing.ts +0 -136
  276. package/src/theme/foundations/typography.ts +0 -107
  277. package/src/theme/index.ts +0 -131
  278. package/src/theme/provider.tsx +0 -9
  279. package/src/theme/types.ts +0 -1
  280. package/src/utils/componentCategories.ts +0 -152
  281. package/src/utils/interfaces.ts +0 -5
  282. package/src/utils/utils.ts +0 -84
@@ -1,898 +0,0 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
2
-
3
- exports[`SkeletonLoader renders the UI snapshot correctly 1`] = `
4
- <div
5
- className="css-1xdhyk6"
6
- style={
7
- Object {
8
- "width": undefined,
9
- }
10
- }
11
- >
12
- <div
13
- className="chakra-skeleton css-1twknw3"
14
- >
15
- <div
16
- className="css-0"
17
- />
18
- </div>
19
- <div
20
- className="column css-0"
21
- >
22
- <div
23
- className="css-0"
24
- >
25
- <div
26
- className="chakra-skeleton css-tz3wol"
27
- >
28
- <div
29
- className="css-0"
30
- style={
31
- Object {
32
- "marginBottom": undefined,
33
- }
34
- }
35
- />
36
- </div>
37
- </div>
38
- <div
39
- className="css-0"
40
- >
41
- <div
42
- className="chakra-skeleton css-1akrz52"
43
- >
44
- <div
45
- className="css-0"
46
- style={
47
- Object {
48
- "marginBottom": undefined,
49
- }
50
- }
51
- />
52
- </div>
53
- <div
54
- className="chakra-skeleton css-1akrz52"
55
- >
56
- <div
57
- className="css-0"
58
- style={
59
- Object {
60
- "marginBottom": undefined,
61
- }
62
- }
63
- />
64
- </div>
65
- <div
66
- className="chakra-skeleton css-qaeww3"
67
- >
68
- <div
69
- className="css-0"
70
- style={
71
- Object {
72
- "marginBottom": "0",
73
- }
74
- }
75
- />
76
- </div>
77
- </div>
78
- </div>
79
- </div>
80
- `;
81
-
82
- exports[`SkeletonLoader renders the UI snapshot correctly 2`] = `
83
- <div
84
- className="css-1xdhyk6"
85
- style={
86
- Object {
87
- "width": undefined,
88
- }
89
- }
90
- >
91
- <div
92
- className="chakra-skeleton css-1twknw3"
93
- >
94
- <div
95
- className="css-0"
96
- />
97
- </div>
98
- <div
99
- className="row css-0"
100
- >
101
- <div
102
- className="css-0"
103
- >
104
- <div
105
- className="chakra-skeleton css-tz3wol"
106
- >
107
- <div
108
- className="css-0"
109
- style={
110
- Object {
111
- "marginBottom": undefined,
112
- }
113
- }
114
- />
115
- </div>
116
- </div>
117
- <div
118
- className="css-0"
119
- >
120
- <div
121
- className="chakra-skeleton css-1akrz52"
122
- >
123
- <div
124
- className="css-0"
125
- style={
126
- Object {
127
- "marginBottom": undefined,
128
- }
129
- }
130
- />
131
- </div>
132
- <div
133
- className="chakra-skeleton css-1akrz52"
134
- >
135
- <div
136
- className="css-0"
137
- style={
138
- Object {
139
- "marginBottom": undefined,
140
- }
141
- }
142
- />
143
- </div>
144
- <div
145
- className="chakra-skeleton css-qaeww3"
146
- >
147
- <div
148
- className="css-0"
149
- style={
150
- Object {
151
- "marginBottom": "0",
152
- }
153
- }
154
- />
155
- </div>
156
- </div>
157
- </div>
158
- </div>
159
- `;
160
-
161
- exports[`SkeletonLoader renders the UI snapshot correctly 3`] = `
162
- <div
163
- className="css-1xdhyk6"
164
- style={
165
- Object {
166
- "width": undefined,
167
- }
168
- }
169
- >
170
- <div
171
- className="chakra-skeleton css-1twknw3"
172
- >
173
- <div
174
- className="css-0"
175
- />
176
- </div>
177
- <div
178
- className="column css-0"
179
- >
180
- <div
181
- className="css-0"
182
- >
183
- <div
184
- className="chakra-skeleton css-tz3wol"
185
- >
186
- <div
187
- className="css-0"
188
- style={
189
- Object {
190
- "marginBottom": undefined,
191
- }
192
- }
193
- />
194
- </div>
195
- </div>
196
- <div
197
- className="css-0"
198
- >
199
- <div
200
- className="chakra-skeleton css-1akrz52"
201
- >
202
- <div
203
- className="css-0"
204
- style={
205
- Object {
206
- "marginBottom": undefined,
207
- }
208
- }
209
- />
210
- </div>
211
- <div
212
- className="chakra-skeleton css-1akrz52"
213
- >
214
- <div
215
- className="css-0"
216
- style={
217
- Object {
218
- "marginBottom": undefined,
219
- }
220
- }
221
- />
222
- </div>
223
- <div
224
- className="chakra-skeleton css-qaeww3"
225
- >
226
- <div
227
- className="css-0"
228
- style={
229
- Object {
230
- "marginBottom": "0",
231
- }
232
- }
233
- />
234
- </div>
235
- </div>
236
- </div>
237
- </div>
238
- `;
239
-
240
- exports[`SkeletonLoader renders the UI snapshot correctly 4`] = `
241
- <div
242
- className="css-1xdhyk6"
243
- style={
244
- Object {
245
- "width": undefined,
246
- }
247
- }
248
- >
249
- <div
250
- className="column css-0"
251
- >
252
- <div
253
- className="css-0"
254
- >
255
- <div
256
- className="chakra-skeleton css-tz3wol"
257
- >
258
- <div
259
- className="css-0"
260
- style={
261
- Object {
262
- "marginBottom": undefined,
263
- }
264
- }
265
- />
266
- </div>
267
- </div>
268
- <div
269
- className="css-0"
270
- >
271
- <div
272
- className="chakra-skeleton css-1akrz52"
273
- >
274
- <div
275
- className="css-0"
276
- style={
277
- Object {
278
- "marginBottom": undefined,
279
- }
280
- }
281
- />
282
- </div>
283
- <div
284
- className="chakra-skeleton css-1akrz52"
285
- >
286
- <div
287
- className="css-0"
288
- style={
289
- Object {
290
- "marginBottom": undefined,
291
- }
292
- }
293
- />
294
- </div>
295
- <div
296
- className="chakra-skeleton css-qaeww3"
297
- >
298
- <div
299
- className="css-0"
300
- style={
301
- Object {
302
- "marginBottom": "0",
303
- }
304
- }
305
- />
306
- </div>
307
- </div>
308
- </div>
309
- </div>
310
- `;
311
-
312
- exports[`SkeletonLoader renders the UI snapshot correctly 5`] = `
313
- <div
314
- className="css-1xdhyk6"
315
- style={
316
- Object {
317
- "width": undefined,
318
- }
319
- }
320
- >
321
- <div
322
- className="chakra-skeleton css-1twknw3"
323
- >
324
- <div
325
- className="css-0"
326
- />
327
- </div>
328
- <div
329
- className="column css-0"
330
- >
331
- <div
332
- className="css-0"
333
- >
334
- <div
335
- className="chakra-skeleton css-1akrz52"
336
- >
337
- <div
338
- className="css-0"
339
- style={
340
- Object {
341
- "marginBottom": undefined,
342
- }
343
- }
344
- />
345
- </div>
346
- <div
347
- className="chakra-skeleton css-1akrz52"
348
- >
349
- <div
350
- className="css-0"
351
- style={
352
- Object {
353
- "marginBottom": undefined,
354
- }
355
- }
356
- />
357
- </div>
358
- <div
359
- className="chakra-skeleton css-qaeww3"
360
- >
361
- <div
362
- className="css-0"
363
- style={
364
- Object {
365
- "marginBottom": "0",
366
- }
367
- }
368
- />
369
- </div>
370
- </div>
371
- </div>
372
- </div>
373
- `;
374
-
375
- exports[`SkeletonLoader renders the UI snapshot correctly 6`] = `
376
- <div
377
- className="css-1xdhyk6"
378
- style={
379
- Object {
380
- "width": undefined,
381
- }
382
- }
383
- >
384
- <div
385
- className="chakra-skeleton css-1twknw3"
386
- >
387
- <div
388
- className="css-0"
389
- />
390
- </div>
391
- <div
392
- className="column css-0"
393
- >
394
- <div
395
- className="css-0"
396
- >
397
- <div
398
- className="chakra-skeleton css-tz3wol"
399
- >
400
- <div
401
- className="css-0"
402
- style={
403
- Object {
404
- "marginBottom": undefined,
405
- }
406
- }
407
- />
408
- </div>
409
- </div>
410
- </div>
411
- </div>
412
- `;
413
-
414
- exports[`SkeletonLoader renders the UI snapshot correctly 7`] = `
415
- <div
416
- className="css-1xdhyk6"
417
- style={
418
- Object {
419
- "width": undefined,
420
- }
421
- }
422
- >
423
- <div
424
- className="chakra-skeleton css-1twknw3"
425
- >
426
- <div
427
- className="css-0"
428
- />
429
- </div>
430
- <div
431
- className="column css-0"
432
- >
433
- <div
434
- className="css-0"
435
- >
436
- <div
437
- className="chakra-skeleton css-tz3wol"
438
- >
439
- <div
440
- className="css-0"
441
- style={
442
- Object {
443
- "marginBottom": undefined,
444
- }
445
- }
446
- />
447
- </div>
448
- </div>
449
- <div
450
- className="css-0"
451
- >
452
- <div
453
- className="chakra-skeleton css-1akrz52"
454
- >
455
- <div
456
- className="css-0"
457
- style={
458
- Object {
459
- "marginBottom": undefined,
460
- }
461
- }
462
- />
463
- </div>
464
- <div
465
- className="chakra-skeleton css-1akrz52"
466
- >
467
- <div
468
- className="css-0"
469
- style={
470
- Object {
471
- "marginBottom": undefined,
472
- }
473
- }
474
- />
475
- </div>
476
- <div
477
- className="chakra-skeleton css-qaeww3"
478
- >
479
- <div
480
- className="css-0"
481
- style={
482
- Object {
483
- "marginBottom": "0",
484
- }
485
- }
486
- />
487
- </div>
488
- </div>
489
- <div
490
- className="css-0"
491
- >
492
- <div
493
- className="chakra-skeleton css-uhwxm5"
494
- >
495
- <div
496
- className="css-0"
497
- />
498
- </div>
499
- </div>
500
- </div>
501
- </div>
502
- `;
503
-
504
- exports[`SkeletonLoader renders the UI snapshot correctly 8`] = `
505
- <div
506
- className="css-1xdhyk6"
507
- style={
508
- Object {
509
- "width": undefined,
510
- }
511
- }
512
- >
513
- <div
514
- className="chakra-skeleton css-1twknw3"
515
- >
516
- <div
517
- className="css-0"
518
- />
519
- </div>
520
- <div
521
- className="column css-0"
522
- >
523
- <div
524
- className="css-0"
525
- >
526
- <div
527
- className="chakra-skeleton css-tz3wol"
528
- >
529
- <div
530
- className="css-0"
531
- style={
532
- Object {
533
- "marginBottom": undefined,
534
- }
535
- }
536
- />
537
- </div>
538
- </div>
539
- <div
540
- className="css-0"
541
- >
542
- <div
543
- className="chakra-skeleton css-1akrz52"
544
- >
545
- <div
546
- className="css-0"
547
- style={
548
- Object {
549
- "marginBottom": undefined,
550
- }
551
- }
552
- />
553
- </div>
554
- <div
555
- className="chakra-skeleton css-1akrz52"
556
- >
557
- <div
558
- className="css-0"
559
- style={
560
- Object {
561
- "marginBottom": undefined,
562
- }
563
- }
564
- />
565
- </div>
566
- <div
567
- className="chakra-skeleton css-qaeww3"
568
- >
569
- <div
570
- className="css-0"
571
- style={
572
- Object {
573
- "marginBottom": "0",
574
- }
575
- }
576
- />
577
- </div>
578
- </div>
579
- </div>
580
- </div>
581
- `;
582
-
583
- exports[`SkeletonLoader renders the UI snapshot correctly 9`] = `
584
- <div
585
- className="css-1xdhyk6"
586
- style={
587
- Object {
588
- "width": undefined,
589
- }
590
- }
591
- >
592
- <div
593
- className="chakra-skeleton css-1twknw3"
594
- >
595
- <div
596
- className="css-0"
597
- />
598
- </div>
599
- <div
600
- className="column css-0"
601
- >
602
- <div
603
- className="css-0"
604
- >
605
- <div
606
- className="chakra-skeleton css-tz3wol"
607
- >
608
- <div
609
- className="css-0"
610
- style={
611
- Object {
612
- "marginBottom": undefined,
613
- }
614
- }
615
- />
616
- </div>
617
- </div>
618
- <div
619
- className="css-0"
620
- >
621
- <div
622
- className="chakra-skeleton css-1akrz52"
623
- >
624
- <div
625
- className="css-0"
626
- style={
627
- Object {
628
- "marginBottom": undefined,
629
- }
630
- }
631
- />
632
- </div>
633
- <div
634
- className="chakra-skeleton css-1akrz52"
635
- >
636
- <div
637
- className="css-0"
638
- style={
639
- Object {
640
- "marginBottom": undefined,
641
- }
642
- }
643
- />
644
- </div>
645
- <div
646
- className="chakra-skeleton css-qaeww3"
647
- >
648
- <div
649
- className="css-0"
650
- style={
651
- Object {
652
- "marginBottom": "0",
653
- }
654
- }
655
- />
656
- </div>
657
- </div>
658
- </div>
659
- </div>
660
- `;
661
-
662
- exports[`SkeletonLoader renders the UI snapshot correctly 10`] = `
663
- <div
664
- className="css-1xdhyk6"
665
- style={
666
- Object {
667
- "width": undefined,
668
- }
669
- }
670
- >
671
- <div
672
- className="chakra-skeleton css-1twknw3"
673
- >
674
- <div
675
- className="css-0"
676
- />
677
- </div>
678
- <div
679
- className="column css-0"
680
- >
681
- <div
682
- className="css-0"
683
- >
684
- <div
685
- className="chakra-skeleton css-tz3wol"
686
- >
687
- <div
688
- className="css-0"
689
- style={
690
- Object {
691
- "marginBottom": undefined,
692
- }
693
- }
694
- />
695
- </div>
696
- </div>
697
- <div
698
- className="css-0"
699
- >
700
- <div
701
- className="chakra-skeleton css-1akrz52"
702
- >
703
- <div
704
- className="css-0"
705
- style={
706
- Object {
707
- "marginBottom": undefined,
708
- }
709
- }
710
- />
711
- </div>
712
- <div
713
- className="chakra-skeleton css-1akrz52"
714
- >
715
- <div
716
- className="css-0"
717
- style={
718
- Object {
719
- "marginBottom": undefined,
720
- }
721
- }
722
- />
723
- </div>
724
- <div
725
- className="chakra-skeleton css-qaeww3"
726
- >
727
- <div
728
- className="css-0"
729
- style={
730
- Object {
731
- "marginBottom": "0",
732
- }
733
- }
734
- />
735
- </div>
736
- </div>
737
- </div>
738
- </div>
739
- `;
740
-
741
- exports[`SkeletonLoader renders the UI snapshot correctly 11`] = `
742
- <div
743
- className="css-kle7zy"
744
- style={
745
- Object {
746
- "width": undefined,
747
- }
748
- }
749
- >
750
- <div
751
- className="chakra-skeleton css-1twknw3"
752
- >
753
- <div
754
- className="css-0"
755
- />
756
- </div>
757
- <div
758
- className="column css-0"
759
- >
760
- <div
761
- className="css-0"
762
- >
763
- <div
764
- className="chakra-skeleton css-tz3wol"
765
- >
766
- <div
767
- className="css-0"
768
- style={
769
- Object {
770
- "marginBottom": undefined,
771
- }
772
- }
773
- />
774
- </div>
775
- </div>
776
- <div
777
- className="css-0"
778
- >
779
- <div
780
- className="chakra-skeleton css-1akrz52"
781
- >
782
- <div
783
- className="css-0"
784
- style={
785
- Object {
786
- "marginBottom": undefined,
787
- }
788
- }
789
- />
790
- </div>
791
- <div
792
- className="chakra-skeleton css-1akrz52"
793
- >
794
- <div
795
- className="css-0"
796
- style={
797
- Object {
798
- "marginBottom": undefined,
799
- }
800
- }
801
- />
802
- </div>
803
- <div
804
- className="chakra-skeleton css-qaeww3"
805
- >
806
- <div
807
- className="css-0"
808
- style={
809
- Object {
810
- "marginBottom": "0",
811
- }
812
- }
813
- />
814
- </div>
815
- </div>
816
- </div>
817
- </div>
818
- `;
819
-
820
- exports[`SkeletonLoader renders the UI snapshot correctly 12`] = `
821
- <div
822
- className="css-1xdhyk6"
823
- data-testid="props"
824
- style={
825
- Object {
826
- "width": undefined,
827
- }
828
- }
829
- >
830
- <div
831
- className="chakra-skeleton css-1twknw3"
832
- >
833
- <div
834
- className="css-0"
835
- />
836
- </div>
837
- <div
838
- className="column css-0"
839
- >
840
- <div
841
- className="css-0"
842
- >
843
- <div
844
- className="chakra-skeleton css-tz3wol"
845
- >
846
- <div
847
- className="css-0"
848
- style={
849
- Object {
850
- "marginBottom": undefined,
851
- }
852
- }
853
- />
854
- </div>
855
- </div>
856
- <div
857
- className="css-0"
858
- >
859
- <div
860
- className="chakra-skeleton css-1akrz52"
861
- >
862
- <div
863
- className="css-0"
864
- style={
865
- Object {
866
- "marginBottom": undefined,
867
- }
868
- }
869
- />
870
- </div>
871
- <div
872
- className="chakra-skeleton css-1akrz52"
873
- >
874
- <div
875
- className="css-0"
876
- style={
877
- Object {
878
- "marginBottom": undefined,
879
- }
880
- }
881
- />
882
- </div>
883
- <div
884
- className="chakra-skeleton css-qaeww3"
885
- >
886
- <div
887
- className="css-0"
888
- style={
889
- Object {
890
- "marginBottom": "0",
891
- }
892
- }
893
- />
894
- </div>
895
- </div>
896
- </div>
897
- </div>
898
- `;