@nypl/design-system-react-components 1.0.2 → 1.0.4

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 (309) hide show
  1. package/CHANGELOG.md +53 -0
  2. package/README.md +171 -135
  3. package/dist/__tests__/mediaMatchMock.d.ts +79 -0
  4. package/dist/components/Card/Card.d.ts +8 -6
  5. package/dist/components/Heading/Heading.d.ts +6 -0
  6. package/dist/components/Icons/Icon.d.ts +1 -1
  7. package/dist/components/Icons/IconSvgs.d.ts +10 -0
  8. package/dist/components/Logo/Logo.d.ts +1 -1
  9. package/dist/components/Logo/LogoSvgs.d.ts +3 -0
  10. package/dist/components/Slider/Slider.d.ts +1 -2
  11. package/dist/components/Table/Table.d.ts +3 -2
  12. package/dist/components/Text/Text.d.ts +6 -0
  13. package/dist/components/TextInput/TextInput.d.ts +2 -1
  14. package/dist/design-system-react-components.cjs.development.js +1700 -878
  15. package/dist/design-system-react-components.cjs.development.js.map +1 -1
  16. package/dist/design-system-react-components.cjs.production.min.js +1 -1
  17. package/dist/design-system-react-components.cjs.production.min.js.map +1 -1
  18. package/dist/design-system-react-components.esm.js +1672 -881
  19. package/dist/design-system-react-components.esm.js.map +1 -1
  20. package/dist/hooks/{tests → __tests__}/useCarouselStyles.test.d.ts +0 -0
  21. package/dist/hooks/__tests__/useNYPLBreakpoints.test.d.ts +1 -0
  22. package/dist/hooks/useNYPLBreakpoints.d.ts +13 -0
  23. package/dist/index.d.ts +2 -1
  24. package/dist/resources.scss +0 -4
  25. package/dist/styles.css +3 -2
  26. package/dist/theme/components/button.d.ts +7 -2
  27. package/dist/theme/components/checkbox.d.ts +1 -0
  28. package/dist/theme/components/customTable.d.ts +522 -34
  29. package/dist/theme/components/datePicker.d.ts +1 -0
  30. package/dist/theme/components/global.d.ts +5 -2
  31. package/dist/theme/components/heading.d.ts +5 -1
  32. package/dist/theme/components/image.d.ts +18 -0
  33. package/dist/theme/components/radio.d.ts +9 -0
  34. package/dist/theme/components/searchBar.d.ts +6 -0
  35. package/dist/theme/components/select.d.ts +4 -5
  36. package/dist/theme/components/structuredContent.d.ts +117 -17
  37. package/dist/theme/components/template.d.ts +4 -1
  38. package/dist/theme/components/text.d.ts +5 -1
  39. package/dist/theme/components/textInput.d.ts +4 -0
  40. package/dist/theme/components/toggle.d.ts +1 -0
  41. package/dist/theme/provider.d.ts +2 -1
  42. package/package.json +16 -16
  43. package/src/__tests__/fileMock.ts +0 -6
  44. package/src/__tests__/setup.ts +0 -27
  45. package/src/__tests__/utils/utils.test.ts +0 -18
  46. package/src/components/AccessibilityGuide/SkipNavigation.stories.mdx +0 -42
  47. package/src/components/Accordion/Accordion.stories.mdx +0 -333
  48. package/src/components/Accordion/Accordion.test.tsx +0 -237
  49. package/src/components/Accordion/Accordion.tsx +0 -137
  50. package/src/components/Accordion/__snapshots__/Accordion.test.tsx.snap +0 -734
  51. package/src/components/Autosuggest/Autosuggest.stories.mdx +0 -75
  52. package/src/components/Autosuggest/Autosuggest.stories.tsx +0 -211
  53. package/src/components/Autosuggest/_Autosuggest.scss +0 -51
  54. package/src/components/Breadcrumbs/Breadcrumbs.stories.mdx +0 -231
  55. package/src/components/Breadcrumbs/Breadcrumbs.test.tsx +0 -144
  56. package/src/components/Breadcrumbs/Breadcrumbs.tsx +0 -98
  57. package/src/components/Breadcrumbs/__snapshots__/Breadcrumbs.test.tsx.snap +0 -695
  58. package/src/components/Button/Button.stories.mdx +0 -320
  59. package/src/components/Button/Button.test.tsx +0 -184
  60. package/src/components/Button/Button.tsx +0 -95
  61. package/src/components/Button/__snapshots__/Button.test.tsx.snap +0 -106
  62. package/src/components/ButtonGroup/ButtonGroup.stories.mdx +0 -178
  63. package/src/components/ButtonGroup/ButtonGroup.test.tsx +0 -141
  64. package/src/components/ButtonGroup/ButtonGroup.tsx +0 -100
  65. package/src/components/ButtonGroup/__snapshots__/ButtonGroup.test.tsx.snap +0 -117
  66. package/src/components/Card/Card.stories.mdx +0 -1041
  67. package/src/components/Card/Card.test.tsx +0 -388
  68. package/src/components/Card/Card.tsx +0 -346
  69. package/src/components/Card/__snapshots__/Card.test.tsx.snap +0 -568
  70. package/src/components/Chakra/Box.stories.mdx +0 -52
  71. package/src/components/Chakra/Center.stories.mdx +0 -96
  72. package/src/components/Chakra/Flex.stories.mdx +0 -111
  73. package/src/components/Chakra/Grid.stories.mdx +0 -89
  74. package/src/components/Chakra/Stack.stories.mdx +0 -109
  75. package/src/components/Checkbox/Checkbox.stories.mdx +0 -243
  76. package/src/components/Checkbox/Checkbox.test.tsx +0 -350
  77. package/src/components/Checkbox/Checkbox.tsx +0 -152
  78. package/src/components/Checkbox/__snapshots__/Checkbox.test.tsx.snap +0 -661
  79. package/src/components/CheckboxGroup/CheckboxGroup.stories.mdx +0 -462
  80. package/src/components/CheckboxGroup/CheckboxGroup.test.tsx +0 -492
  81. package/src/components/CheckboxGroup/CheckboxGroup.tsx +0 -173
  82. package/src/components/CheckboxGroup/__snapshots__/CheckboxGroup.test.tsx.snap +0 -1842
  83. package/src/components/ComponentWrapper/ComponentWrapper.test.tsx +0 -163
  84. package/src/components/ComponentWrapper/ComponentWrapper.tsx +0 -76
  85. package/src/components/ComponentWrapper/__snapshots__/ComponentWrapper.test.tsx.snap +0 -103
  86. package/src/components/DatePicker/DatePicker.stories.mdx +0 -452
  87. package/src/components/DatePicker/DatePicker.test.tsx +0 -940
  88. package/src/components/DatePicker/DatePicker.tsx +0 -450
  89. package/src/components/DatePicker/_DatePicker.scss +0 -100
  90. package/src/components/DatePicker/__snapshots__/DatePicker.test.tsx.snap +0 -908
  91. package/src/components/Fieldset/Fieldset.stories.mdx +0 -96
  92. package/src/components/Fieldset/Fieldset.test.tsx +0 -155
  93. package/src/components/Fieldset/Fieldset.tsx +0 -55
  94. package/src/components/Fieldset/__snapshots__/Fieldset.test.tsx.snap +0 -89
  95. package/src/components/Form/Form.stories.mdx +0 -426
  96. package/src/components/Form/Form.test.tsx +0 -234
  97. package/src/components/Form/Form.tsx +0 -124
  98. package/src/components/Form/__snapshots__/Form.test.tsx.snap +0 -115
  99. package/src/components/Grid/SimpleGrid.stories.mdx +0 -336
  100. package/src/components/Grid/SimpleGrid.test.tsx +0 -79
  101. package/src/components/Grid/SimpleGrid.tsx +0 -49
  102. package/src/components/Grid/__snapshots__/SimpleGrid.test.tsx.snap +0 -23
  103. package/src/components/Heading/Heading.stories.mdx +0 -187
  104. package/src/components/Heading/Heading.test.tsx +0 -171
  105. package/src/components/Heading/Heading.tsx +0 -104
  106. package/src/components/Heading/__snapshots__/Heading.test.tsx.snap +0 -90
  107. package/src/components/HelperErrorText/HelperErrorText.stories.mdx +0 -172
  108. package/src/components/HelperErrorText/HelperErrorText.test.tsx +0 -114
  109. package/src/components/HelperErrorText/HelperErrorText.tsx +0 -62
  110. package/src/components/HelperErrorText/__snapshots__/HelperErrorText.test.tsx.snap +0 -93
  111. package/src/components/Hero/Hero.stories.mdx +0 -378
  112. package/src/components/Hero/Hero.test.tsx +0 -611
  113. package/src/components/Hero/Hero.tsx +0 -203
  114. package/src/components/Hero/__snapshots__/Hero.test.tsx.snap +0 -379
  115. package/src/components/HorizontalRule/HorizontalRule.stories.mdx +0 -73
  116. package/src/components/HorizontalRule/HorizontalRule.test.tsx +0 -54
  117. package/src/components/HorizontalRule/HorizontalRule.tsx +0 -27
  118. package/src/components/HorizontalRule/__snapshots__/HorizontalRule.test.tsx.snap +0 -44
  119. package/src/components/Icons/Icon.stories.mdx +0 -413
  120. package/src/components/Icons/Icon.test.tsx +0 -120
  121. package/src/components/Icons/Icon.tsx +0 -187
  122. package/src/components/Icons/IconSvgs.tsx +0 -64
  123. package/src/components/Icons/__snapshots__/Icon.test.tsx.snap +0 -129
  124. package/src/components/Image/Image.stories.mdx +0 -332
  125. package/src/components/Image/Image.test.tsx +0 -155
  126. package/src/components/Image/Image.tsx +0 -171
  127. package/src/components/Image/__snapshots__/Image.test.tsx.snap +0 -269
  128. package/src/components/Label/Label.stories.mdx +0 -100
  129. package/src/components/Label/Label.test.tsx +0 -116
  130. package/src/components/Label/Label.tsx +0 -55
  131. package/src/components/Label/__snapshots__/Label.test.tsx.snap +0 -45
  132. package/src/components/Link/Link.stories.mdx +0 -249
  133. package/src/components/Link/Link.test.tsx +0 -224
  134. package/src/components/Link/Link.tsx +0 -178
  135. package/src/components/Link/__snapshots__/Link.test.tsx.snap +0 -286
  136. package/src/components/List/List.stories.mdx +0 -393
  137. package/src/components/List/List.test.tsx +0 -265
  138. package/src/components/List/List.tsx +0 -156
  139. package/src/components/List/__snapshots__/List.test.tsx.snap +0 -213
  140. package/src/components/Logo/Logo.stories.mdx +0 -295
  141. package/src/components/Logo/Logo.test.tsx +0 -116
  142. package/src/components/Logo/Logo.tsx +0 -151
  143. package/src/components/Logo/LogoSvgs.tsx +0 -90
  144. package/src/components/Logo/__snapshots__/Logo.test.tsx.snap +0 -142
  145. package/src/components/Modal/Modal.stories.mdx +0 -294
  146. package/src/components/Modal/Modal.test.tsx +0 -157
  147. package/src/components/Modal/Modal.tsx +0 -154
  148. package/src/components/Modal/__snapshots__/Modal.test.tsx.snap +0 -25
  149. package/src/components/Notification/Notification.stories.mdx +0 -358
  150. package/src/components/Notification/Notification.test.tsx +0 -279
  151. package/src/components/Notification/Notification.tsx +0 -224
  152. package/src/components/Notification/__snapshots__/Notification.test.tsx.snap +0 -525
  153. package/src/components/Pagination/Pagination.stories.mdx +0 -184
  154. package/src/components/Pagination/Pagination.test.tsx +0 -419
  155. package/src/components/Pagination/Pagination.tsx +0 -269
  156. package/src/components/Pagination/__snapshots__/Pagination.test.tsx.snap +0 -544
  157. package/src/components/Placeholder/Placeholder.tsx +0 -19
  158. package/src/components/ProgressIndicator/ProgressIndicator.stories.mdx +0 -360
  159. package/src/components/ProgressIndicator/ProgressIndicator.test.tsx +0 -298
  160. package/src/components/ProgressIndicator/ProgressIndicator.tsx +0 -132
  161. package/src/components/ProgressIndicator/__snapshots__/ProgressIndicator.test.tsx.snap +0 -434
  162. package/src/components/Radio/Radio.stories.mdx +0 -216
  163. package/src/components/Radio/Radio.test.tsx +0 -247
  164. package/src/components/Radio/Radio.tsx +0 -119
  165. package/src/components/Radio/__snapshots__/Radio.test.tsx.snap +0 -451
  166. package/src/components/RadioGroup/RadioGroup.stories.mdx +0 -479
  167. package/src/components/RadioGroup/RadioGroup.test.tsx +0 -471
  168. package/src/components/RadioGroup/RadioGroup.tsx +0 -171
  169. package/src/components/RadioGroup/__snapshots__/RadioGroup.test.tsx.snap +0 -1550
  170. package/src/components/SearchBar/SearchBar.stories.mdx +0 -518
  171. package/src/components/SearchBar/SearchBar.test.tsx +0 -435
  172. package/src/components/SearchBar/SearchBar.tsx +0 -210
  173. package/src/components/SearchBar/__snapshots__/SearchBar.test.tsx.snap +0 -1049
  174. package/src/components/Select/Select.stories.mdx +0 -439
  175. package/src/components/Select/Select.test.tsx +0 -358
  176. package/src/components/Select/Select.tsx +0 -183
  177. package/src/components/Select/__snapshots__/Select.test.tsx.snap +0 -895
  178. package/src/components/SkeletonLoader/SkeletonLoader.stories.mdx +0 -142
  179. package/src/components/SkeletonLoader/SkeletonLoader.test.tsx +0 -116
  180. package/src/components/SkeletonLoader/SkeletonLoader.tsx +0 -123
  181. package/src/components/SkeletonLoader/__snapshots__/SkeletonLoader.test.tsx.snap +0 -898
  182. package/src/components/SkipNavigation/SkipNavigation.stories.mdx +0 -90
  183. package/src/components/SkipNavigation/SkipNavigation.test.tsx +0 -63
  184. package/src/components/SkipNavigation/SkipNavigation.tsx +0 -51
  185. package/src/components/SkipNavigation/__snapshots__/SkipNavigation.test.tsx.snap +0 -130
  186. package/src/components/Slider/Slider.stories.mdx +0 -628
  187. package/src/components/Slider/Slider.test.tsx +0 -736
  188. package/src/components/Slider/Slider.tsx +0 -322
  189. package/src/components/Slider/__snapshots__/Slider.test.tsx.snap +0 -2186
  190. package/src/components/StatusBadge/StatusBadge.stories.mdx +0 -109
  191. package/src/components/StatusBadge/StatusBadge.test.tsx +0 -70
  192. package/src/components/StatusBadge/StatusBadge.tsx +0 -35
  193. package/src/components/StatusBadge/__snapshots__/StatusBadge.test.tsx.snap +0 -47
  194. package/src/components/StructuredContent/StructuredContent.stories.mdx +0 -567
  195. package/src/components/StructuredContent/StructuredContent.test.tsx +0 -435
  196. package/src/components/StructuredContent/StructuredContent.tsx +0 -139
  197. package/src/components/StructuredContent/__snapshots__/StructuredContent.test.tsx.snap +0 -368
  198. package/src/components/StyleGuide/Bidirectionality.stories.mdx +0 -206
  199. package/src/components/StyleGuide/Breakpoints.stories.mdx +0 -55
  200. package/src/components/StyleGuide/Buttons.stories.mdx +0 -194
  201. package/src/components/StyleGuide/ColorCard.tsx +0 -43
  202. package/src/components/StyleGuide/Colors.stories.mdx +0 -201
  203. package/src/components/StyleGuide/DesignTokens.stories.mdx +0 -193
  204. package/src/components/StyleGuide/Forms.stories.mdx +0 -94
  205. package/src/components/StyleGuide/Iconography.stories.mdx +0 -142
  206. package/src/components/StyleGuide/Spacing.stories.mdx +0 -116
  207. package/src/components/StyleGuide/Typography.stories.mdx +0 -419
  208. package/src/components/Table/Table.stories.mdx +0 -272
  209. package/src/components/Table/Table.test.tsx +0 -241
  210. package/src/components/Table/Table.tsx +0 -152
  211. package/src/components/Table/__snapshots__/Table.test.tsx.snap +0 -1703
  212. package/src/components/Tabs/Tabs.stories.mdx +0 -338
  213. package/src/components/Tabs/Tabs.test.tsx +0 -298
  214. package/src/components/Tabs/Tabs.tsx +0 -264
  215. package/src/components/Tabs/__snapshots__/Tabs.test.tsx.snap +0 -584
  216. package/src/components/Template/Template.stories.mdx +0 -695
  217. package/src/components/Template/Template.test.tsx +0 -309
  218. package/src/components/Template/Template.tsx +0 -326
  219. package/src/components/Template/__snapshots__/Template.test.tsx.snap +0 -342
  220. package/src/components/Text/Text.stories.mdx +0 -103
  221. package/src/components/Text/Text.test.tsx +0 -63
  222. package/src/components/Text/Text.tsx +0 -50
  223. package/src/components/Text/__snapshots__/Text.test.tsx.snap +0 -50
  224. package/src/components/TextInput/TextInput.stories.mdx +0 -268
  225. package/src/components/TextInput/TextInput.test.tsx +0 -451
  226. package/src/components/TextInput/TextInput.tsx +0 -240
  227. package/src/components/TextInput/__snapshots__/TextInput.test.tsx.snap +0 -274
  228. package/src/components/Toggle/Toggle.stories.mdx +0 -237
  229. package/src/components/Toggle/Toggle.test.tsx +0 -170
  230. package/src/components/Toggle/Toggle.tsx +0 -128
  231. package/src/components/Toggle/__snapshots__/Toggle.test.tsx.snap +0 -470
  232. package/src/components/VideoPlayer/VideoPlayer.stories.mdx +0 -212
  233. package/src/components/VideoPlayer/VideoPlayer.test.tsx +0 -308
  234. package/src/components/VideoPlayer/VideoPlayer.tsx +0 -188
  235. package/src/components/VideoPlayer/__snapshots__/VideoPlayer.test.tsx.snap +0 -192
  236. package/src/docs/Chakra.stories.mdx +0 -563
  237. package/src/docs/Welcome.stories.mdx +0 -148
  238. package/src/helpers/types.ts +0 -1
  239. package/src/hooks/tests/useCarouselStyles.test.ts +0 -140
  240. package/src/hooks/tests/useNYPLTheme.test.tsx +0 -36
  241. package/src/hooks/useCarouselStyles.stories.mdx +0 -30
  242. package/src/hooks/useCarouselStyles.ts +0 -35
  243. package/src/hooks/useNYPLTheme.stories.mdx +0 -98
  244. package/src/hooks/useNYPLTheme.ts +0 -91
  245. package/src/hooks/useWindowSize.stories.mdx +0 -23
  246. package/src/hooks/useWindowSize.ts +0 -40
  247. package/src/index.ts +0 -136
  248. package/src/resources.scss +0 -6
  249. package/src/styles/base/_01-breakpoints.scss +0 -27
  250. package/src/styles/base/_02-mixins.scss +0 -103
  251. package/src/styles/base/_place-holder.scss +0 -33
  252. package/src/styles/space/_space-inline.scss +0 -79
  253. package/src/styles/space/_space-inset.scss +0 -57
  254. package/src/styles/space/_space-stack.scss +0 -116
  255. package/src/styles.scss +0 -23
  256. package/src/theme/components/accordion.ts +0 -25
  257. package/src/theme/components/breadcrumb.ts +0 -94
  258. package/src/theme/components/button.ts +0 -133
  259. package/src/theme/components/buttonGroup.ts +0 -10
  260. package/src/theme/components/card.ts +0 -237
  261. package/src/theme/components/checkbox.ts +0 -110
  262. package/src/theme/components/checkboxGroup.ts +0 -10
  263. package/src/theme/components/componentWrapper.ts +0 -14
  264. package/src/theme/components/customTable.ts +0 -77
  265. package/src/theme/components/datePicker.ts +0 -17
  266. package/src/theme/components/fieldset.ts +0 -23
  267. package/src/theme/components/global.ts +0 -91
  268. package/src/theme/components/globalMixins.ts +0 -24
  269. package/src/theme/components/heading.ts +0 -79
  270. package/src/theme/components/helperErrorText.ts +0 -14
  271. package/src/theme/components/hero.ts +0 -238
  272. package/src/theme/components/horizontalRule.ts +0 -17
  273. package/src/theme/components/icon.ts +0 -88
  274. package/src/theme/components/image.ts +0 -136
  275. package/src/theme/components/label.ts +0 -15
  276. package/src/theme/components/link.ts +0 -63
  277. package/src/theme/components/list.ts +0 -88
  278. package/src/theme/components/logo.ts +0 -58
  279. package/src/theme/components/notification.ts +0 -132
  280. package/src/theme/components/pagination.ts +0 -17
  281. package/src/theme/components/progressIndicator.ts +0 -67
  282. package/src/theme/components/radio.ts +0 -103
  283. package/src/theme/components/radioGroup.ts +0 -10
  284. package/src/theme/components/searchBar.ts +0 -19
  285. package/src/theme/components/select.ts +0 -72
  286. package/src/theme/components/skeletonLoader.ts +0 -113
  287. package/src/theme/components/skipNavigation.ts +0 -29
  288. package/src/theme/components/slider.ts +0 -95
  289. package/src/theme/components/statusBadge.ts +0 -26
  290. package/src/theme/components/structuredContent.ts +0 -149
  291. package/src/theme/components/tabs.ts +0 -109
  292. package/src/theme/components/template.ts +0 -114
  293. package/src/theme/components/text.ts +0 -38
  294. package/src/theme/components/textInput.ts +0 -65
  295. package/src/theme/components/toggle.ts +0 -109
  296. package/src/theme/components/videoPlayer.ts +0 -47
  297. package/src/theme/foundations/breakpoints.ts +0 -24
  298. package/src/theme/foundations/colors.ts +0 -212
  299. package/src/theme/foundations/global.ts +0 -43
  300. package/src/theme/foundations/radii.ts +0 -7
  301. package/src/theme/foundations/shadows.ts +0 -5
  302. package/src/theme/foundations/spacing.ts +0 -136
  303. package/src/theme/foundations/typography.ts +0 -107
  304. package/src/theme/index.ts +0 -131
  305. package/src/theme/provider.tsx +0 -9
  306. package/src/theme/types.ts +0 -1
  307. package/src/utils/componentCategories.ts +0 -152
  308. package/src/utils/interfaces.ts +0 -5
  309. 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
- `;