@digigov/react-core 2.0.0-6e3977bc → 2.0.0-834daea4

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 (292) hide show
  1. package/Base/index.native/index.js +47 -42
  2. package/Base/index.native.js.map +2 -2
  3. package/Base/index.web/index.js +41 -42
  4. package/Base/index.web.d.ts +32 -25
  5. package/Base/index.web.js.map +2 -2
  6. package/Base/utils/index.js +50 -43
  7. package/Base/utils.d.ts +1 -2
  8. package/Base/utils.js.map +2 -2
  9. package/Drawer/index.js +26 -12
  10. package/Drawer/index.js.map +2 -2
  11. package/FilterContainer/index.js +24 -11
  12. package/FilterContainer/index.js.map +2 -2
  13. package/ModalContainer/index.js +4 -10
  14. package/ModalContainer/index.js.map +2 -2
  15. package/Stack/index.d.ts +9 -1
  16. package/Stack/index.js +6 -1
  17. package/Stack/index.js.map +2 -2
  18. package/TextArea/index.web/index.js +2 -3
  19. package/TextArea/index.web.js.map +2 -2
  20. package/TimelineHeading/index.js +2 -2
  21. package/TimelineHeading/index.js.map +2 -2
  22. package/Unpurge/index.js +2381 -2
  23. package/Unpurge/index.js.map +2 -2
  24. package/cjs/Base/index.native/index.js +47 -42
  25. package/cjs/Base/index.native.js.map +2 -2
  26. package/cjs/Base/index.web/index.js +41 -42
  27. package/cjs/Base/index.web.js.map +2 -2
  28. package/cjs/Base/utils/index.js +50 -43
  29. package/cjs/Base/utils.js.map +2 -2
  30. package/cjs/Drawer/index.js +26 -12
  31. package/cjs/Drawer/index.js.map +2 -2
  32. package/cjs/FilterContainer/index.js +24 -11
  33. package/cjs/FilterContainer/index.js.map +2 -2
  34. package/cjs/ModalContainer/index.js +4 -10
  35. package/cjs/ModalContainer/index.js.map +2 -2
  36. package/cjs/Stack/index.js +6 -1
  37. package/cjs/Stack/index.js.map +2 -2
  38. package/cjs/TextArea/index.web/index.js +2 -3
  39. package/cjs/TextArea/index.web.js.map +2 -2
  40. package/cjs/TimelineHeading/index.js +2 -2
  41. package/cjs/TimelineHeading/index.js.map +2 -2
  42. package/cjs/Unpurge/index.js +2381 -2
  43. package/cjs/Unpurge/index.js.map +2 -2
  44. package/index.js +1 -1
  45. package/package.json +3 -3
  46. package/src/Accordion/__snapshots__/index.test.tsx.snap +2 -2
  47. package/src/AccordionControls/__snapshots__/index.test.tsx.snap +2 -2
  48. package/src/AccordionSection/__snapshots__/index.test.tsx.snap +4 -4
  49. package/src/AccordionSectionContent/__snapshots__/index.test.tsx.snap +2 -2
  50. package/src/AccordionSectionSummary/__snapshots__/index.test.tsx.snap +2 -2
  51. package/src/AccordionSectionSummaryHeading/__snapshots__/index.test.tsx.snap +2 -2
  52. package/src/AdminAside/__snapshots__/index.test.tsx.snap +2 -2
  53. package/src/AdminContainer/__snapshots__/index.test.tsx.snap +3 -3
  54. package/src/AdminHeader/__snapshots__/index.test.tsx.snap +2 -2
  55. package/src/AdminHeaderContent/__snapshots__/index.spec.tsx.snap +2 -2
  56. package/src/AdminLayout/__snapshots__/index.test.tsx.snap +2 -2
  57. package/src/AdminMain/__snapshots__/index.test.tsx.snap +2 -2
  58. package/src/AdminTopSection/__snapshots__/index.test.tsx.snap +2 -2
  59. package/src/Aside/__snapshots__/index.test.tsx.snap +2 -2
  60. package/src/AutoCompleteAssistiveHint/__snapshots__/index.test.tsx.snap +2 -2
  61. package/src/AutoCompleteContainer/__snapshots__/index.test.tsx.snap +2 -2
  62. package/src/AutoCompleteInput/__snapshots__/index.test.tsx.snap +4 -4
  63. package/src/AutoCompleteInputTypeahead/__snapshots__/index.test.tsx.snap +2 -2
  64. package/src/AutoCompleteResultList/__snapshots__/index.test.tsx.snap +3 -3
  65. package/src/AutoCompleteResultListItem/__snapshots__/index.test.tsx.snap +5 -5
  66. package/src/AutoCompleteStatus/__snapshots__/index.test.tsx.snap +2 -2
  67. package/src/AutoCompleteStatusContainer/__snapshots__/index.test.tsx.snap +2 -2
  68. package/src/BackLink/__snapshots__/index.test.tsx.snap +9 -3
  69. package/src/BannerContainer/__snapshots__/index.test.tsx.snap +2 -2
  70. package/src/Base/index.native.tsx +59 -42
  71. package/src/Base/index.web.tsx +76 -68
  72. package/src/Base/utils.ts +38 -28
  73. package/src/Blockquote/__snapshots__/index.test.tsx.snap +3 -3
  74. package/src/Bottom/__snapshots__/index.test.tsx.snap +2 -2
  75. package/src/BottomInfo/__snapshots__/index.test.tsx.snap +2 -2
  76. package/src/BottomInfoContainer/__snapshots__/index.test.tsx.snap +2 -2
  77. package/src/BottomInfoContent/__snapshots__/index.test.tsx.snap +2 -2
  78. package/src/Breadcrumbs/__snapshots__/index.test.tsx.snap +2 -2
  79. package/src/BreadcrumbsList/__snapshots__/index.test.tsx.snap +2 -2
  80. package/src/BreadcrumbsListItem/__snapshots__/index.test.tsx.snap +4 -4
  81. package/src/Button/__snapshots__/index.test.tsx.snap +13 -13
  82. package/src/ButtonGroup/__snapshots__/index.test.tsx.snap +2 -2
  83. package/src/ButtonLink/__snapshots__/index.test.tsx.snap +12 -12
  84. package/src/CallToAction/__snapshots__/index.test.tsx.snap +6 -3
  85. package/src/Card/__snapshots__/index.test.tsx.snap +27 -27
  86. package/src/CardAction/__snapshots__/index.test.tsx.snap +2 -2
  87. package/src/CardContent/__snapshots__/index.test.tsx.snap +2 -2
  88. package/src/CardHeading/__snapshots__/index.test.tsx.snap +2 -2
  89. package/src/Checkbox/__snapshots__/index.test.tsx.snap +20 -20
  90. package/src/CheckboxConditional/__snapshots__/index.test.tsx.snap +4 -4
  91. package/src/CheckboxItem/__snapshots__/index.test.tsx.snap +24 -24
  92. package/src/Chip/__snapshots__/index.test.tsx.snap +3 -3
  93. package/src/ChipContainer/__snapshots__/index.spec.tsx.snap +2 -2
  94. package/src/ChipHeading/__snapshots__/index.test.tsx.snap +2 -2
  95. package/src/ChipKeyValue/__snapshots__/index.test.tsx.snap +2 -2
  96. package/src/ChoiceDividerText/__snapshots__/index.test.tsx.snap +2 -2
  97. package/src/CircularProgress/__snapshots__/index.test.tsx.snap +7 -7
  98. package/src/CloseButton/__snapshots__/index.test.tsx.snap +9 -3
  99. package/src/Code/__snapshots__/index.test.tsx.snap +6 -6
  100. package/src/CodeBlockContainer/__snapshots__/index.test.tsx.snap +4 -10
  101. package/src/CodeBlockContent/__snapshots__/index.test.tsx.snap +17 -0
  102. package/src/CodeBlockHeader/__snapshots__/index.test.tsx.snap +13 -0
  103. package/src/Container/__snapshots__/index.test.tsx.snap +4 -4
  104. package/src/CopyToClipboardContainer/__snapshots__/index.spec.tsx.snap +9 -9
  105. package/src/CopyToClipboardMessage/__snapshots__/index.test.tsx.snap +7 -7
  106. package/src/CopyrightContainer/__snapshots__/index.test.tsx.snap +2 -2
  107. package/src/DateInputContainer/__snapshots__/index.test.tsx.snap +3 -3
  108. package/src/DateInputItem/__snapshots__/index.test.tsx.snap +10 -10
  109. package/src/Details/__snapshots__/index.test.tsx.snap +2 -2
  110. package/src/DetailsContent/__snapshots__/index.test.tsx.snap +2 -2
  111. package/src/DetailsSummary/__snapshots__/index.test.tsx.snap +2 -2
  112. package/src/Drawer/__snapshots__/index.test.tsx.snap +38 -31
  113. package/src/Drawer/index.tsx +23 -11
  114. package/src/DrawerHeading/__snapshots__/index.test.tsx.snap +6 -3
  115. package/src/DropdownBase/__snapshots__/index.test.tsx.snap +13 -13
  116. package/src/DropdownButton/__snapshots__/index.test.tsx.snap +41 -23
  117. package/src/DropdownContent/__snapshots__/index.test.tsx.snap +2 -2
  118. package/src/ErrorMessage/__snapshots__/index.test.tsx.snap +2 -2
  119. package/src/ErrorSummary/__snapshots__/index.test.tsx.snap +5 -5
  120. package/src/FieldContainer/__snapshots__/index.test.tsx.snap +4 -4
  121. package/src/Fieldset/__snapshots__/index.test.tsx.snap +2 -2
  122. package/src/FieldsetLegend/__snapshots__/index.test.tsx.snap +11 -11
  123. package/src/FileUpload/__snapshots__/index.test.tsx.snap +5 -5
  124. package/src/FileUploadContainer/__snapshots__/index.test.tsx.snap +3 -3
  125. package/src/FillableText/__snapshots__/index.test.tsx.snap +2 -2
  126. package/src/FilterContainer/__snapshots__/index.test.tsx.snap +7 -3
  127. package/src/FilterContainer/index.tsx +21 -10
  128. package/src/FilterContent/__snapshots__/index.test.tsx.snap +2 -2
  129. package/src/FilterHeadingContainer/__snapshots__/index.test.tsx.snap +2 -2
  130. package/src/FilterOptionsSection/__snapshots__/index.spec.tsx.snap +2 -2
  131. package/src/FilterSelectedHeading/__snapshots__/index.spec.tsx.snap +2 -2
  132. package/src/FilterSelectedSection/__snapshots__/index.test.tsx.snap +2 -2
  133. package/src/Footer/__snapshots__/index.test.tsx.snap +2 -2
  134. package/src/FooterContainer/__snapshots__/index.test.tsx.snap +2 -2
  135. package/src/FooterContent/__snapshots__/index.test.tsx.snap +2 -2
  136. package/src/FooterContentLogos/__snapshots__/index.test.tsx.snap +2 -2
  137. package/src/FooterHeading/__snapshots__/index.test.tsx.snap +4 -4
  138. package/src/FooterImage/__snapshots__/index.test.tsx.snap +2 -2
  139. package/src/FooterInfo/__snapshots__/index.test.tsx.snap +2 -2
  140. package/src/FooterInfoSection/__snapshots__/index.test.tsx.snap +4 -4
  141. package/src/FooterLink/__snapshots__/index.test.tsx.snap +3 -3
  142. package/src/FooterList/__snapshots__/index.test.tsx.snap +3 -3
  143. package/src/FooterListItem/__snapshots__/index.test.tsx.snap +2 -2
  144. package/src/FooterNavigation/__snapshots__/index.test.tsx.snap +2 -2
  145. package/src/FooterNavigationSection/__snapshots__/index.test.tsx.snap +2 -2
  146. package/src/Form/__snapshots__/index.test.tsx.snap +3 -3
  147. package/src/FullPageBackground/__snapshots__/index.test.tsx.snap +2 -2
  148. package/src/GovGRLogo/__snapshots__/index.test.tsx.snap +2 -2
  149. package/src/Grid/__snapshots__/index.test.tsx.snap +9 -9
  150. package/src/Header/__snapshots__/index.test.tsx.snap +2 -2
  151. package/src/HeaderContent/__snapshots__/index.test.tsx.snap +2 -2
  152. package/src/HeaderLogo/__snapshots__/index.test.tsx.snap +2 -2
  153. package/src/HeaderNavMenuContent/__snapshots__/index.test.tsx.snap +2 -2
  154. package/src/HeaderSecondaryLogo/__snapshots__/index.test.tsx.snap +3 -3
  155. package/src/HeaderSection/__snapshots__/index.test.tsx.snap +2 -2
  156. package/src/HeaderTitle/__snapshots__/index.test.tsx.snap +3 -3
  157. package/src/Heading/__snapshots__/index.test.tsx.snap +20 -20
  158. package/src/HeadingCaption/__snapshots__/index.test.tsx.snap +5 -5
  159. package/src/HellenicRepublicLogo/__snapshots__/index.test.tsx.snap +3 -3
  160. package/src/Hidden/__snapshots__/index.test.tsx.snap +6 -6
  161. package/src/Hint/__snapshots__/index.test.tsx.snap +5 -5
  162. package/src/ImageLogo/__snapshots__/index.test.tsx.snap +3 -3
  163. package/src/ImageLogoSet/__snapshots__/index.test.tsx.snap +6 -6
  164. package/src/LabelContainer/__snapshots__/index.test.tsx.snap +2 -2
  165. package/src/LabelTitle/__snapshots__/index.test.tsx.snap +11 -11
  166. package/src/LabeledText/__snapshots__/index.test.tsx.snap +4 -4
  167. package/src/Layout/__snapshots__/index.test.tsx.snap +2 -2
  168. package/src/LinkBase/__snapshots__/index.test.tsx.snap +4 -4
  169. package/src/List/__snapshots__/index.test.tsx.snap +16 -16
  170. package/src/ListItem/__snapshots__/index.test.tsx.snap +2 -2
  171. package/src/LoaderContainer/__snapshots__/index.test.tsx.snap +2 -2
  172. package/src/Main/__snapshots__/index.test.tsx.snap +2 -2
  173. package/src/Masthead/__snapshots__/index.test.tsx.snap +2 -2
  174. package/src/MastheadBody/__snapshots__/index.test.tsx.snap +2 -2
  175. package/src/MastheadLogo/__snapshots__/index.test.tsx.snap +2 -2
  176. package/src/ModalAction/__snapshots__/index.test.tsx.snap +2 -2
  177. package/src/ModalContainer/__snapshots__/index.test.tsx.snap +4 -4
  178. package/src/ModalContainer/index.tsx +15 -13
  179. package/src/ModalContent/__snapshots__/index.test.tsx.snap +2 -2
  180. package/src/ModalHeading/__snapshots__/index.test.tsx.snap +2 -2
  181. package/src/Nav/__snapshots__/index.test.tsx.snap +8 -8
  182. package/src/NavList/__snapshots__/index.test.tsx.snap +3 -3
  183. package/src/NavListItemAction/__snapshots__/index.test.tsx.snap +2 -2
  184. package/src/NavListItemActionContainer/__snapshots__/index.test.tsx.snap +2 -2
  185. package/src/NavListItemBadge/__snapshots__/index.test.tsx.snap +2 -2
  186. package/src/NavListItemButton/__snapshots__/index.test.tsx.snap +13 -4
  187. package/src/NavListItemLink/__snapshots__/index.test.tsx.snap +6 -6
  188. package/src/NavMenuContainer/__snapshots__/index.test.tsx.snap +9 -9
  189. package/src/NavMenuContent/__snapshots__/index.test.tsx.snap +2 -2
  190. package/src/NavMenuContentListBase/__snapshots__/index.test.tsx.snap +2 -2
  191. package/src/NavMenuContentListItem/__snapshots__/index.test.tsx.snap +2 -2
  192. package/src/NavMenuTitle/__snapshots__/index.test.tsx.snap +3 -3
  193. package/src/NormalText/__snapshots__/index.test.tsx.snap +41 -41
  194. package/src/NotificationBannerContainer/__snapshots__/index.test.tsx.snap +4 -4
  195. package/src/NotificationBannerContent/__snapshots__/index.test.tsx.snap +2 -2
  196. package/src/NotificationBannerHeader/__snapshots__/index.test.tsx.snap +3 -3
  197. package/src/NotificationBannerHeading/__snapshots__/index.test.tsx.snap +2 -2
  198. package/src/NotificationBannerLink/__snapshots__/index.test.tsx.snap +3 -3
  199. package/src/PageTitleCaption/__snapshots__/index.test.tsx.snap +6 -6
  200. package/src/PageTitleContainer/__snapshots__/index.test.tsx.snap +2 -2
  201. package/src/PageTitleHeading/__snapshots__/index.test.tsx.snap +6 -6
  202. package/src/Pagination/__snapshots__/index.spec.tsx.snap +3 -3
  203. package/src/PaginationLabelContainer/__snapshots__/index.spec.tsx.snap +2 -2
  204. package/src/PaginationList/__snapshots__/index.spec.tsx.snap +5 -5
  205. package/src/PaginationListItem/__snapshots__/index.spec.tsx.snap +6 -6
  206. package/src/Panel/__snapshots__/index.test.tsx.snap +2 -2
  207. package/src/PanelBody/__snapshots__/index.test.tsx.snap +2 -2
  208. package/src/PanelTitle/__snapshots__/index.test.tsx.snap +2 -2
  209. package/src/Paragraph/__snapshots__/index.test.tsx.snap +42 -42
  210. package/src/PhaseBanner/__snapshots__/index.test.tsx.snap +5 -5
  211. package/src/PhaseBannerHeaderContainer/__snapshots__/inde.test.tsx.snap +2 -2
  212. package/src/PhaseBannerTag/__snapshots__/index.test.tsx.snap +4 -4
  213. package/src/PhaseBannerText/__snapshots__/index.test.tsx.snap +2 -2
  214. package/src/RadioConditional/__snapshots__/index.test.tsx.snap +4 -4
  215. package/src/RadioContainer/__snapshots__/index.test.tsx.snap +4 -4
  216. package/src/RadioItem/__snapshots__/index.test.tsx.snap +27 -27
  217. package/src/ResultsActionBar/__snapshots__/indext.test.tsx.snap +2 -2
  218. package/src/ResultsHeading/__snapshots__/index.test.tsx.snap +2 -2
  219. package/src/ResultsHeadingActions/__snapshots__/index.test.tsx.snap +3 -3
  220. package/src/SearchButton/__snapshots__/index.test.tsx.snap +5 -2
  221. package/src/SearchContainer/__snapshots__/index.test.tsx.snap +2 -2
  222. package/src/Section/__snapshots__/index.test.tsx.snap +2 -2
  223. package/src/SectionBreak/__snapshots__/index.test.tsx.snap +7 -7
  224. package/src/SelectContainer/__snapshots__/index.test.tsx.snap +5 -5
  225. package/src/SelectOption/__snapshots__/index.test.tsx.snap +3 -3
  226. package/src/SingleCharacterInput/__snapshots__/index.test.tsx.snap +7 -7
  227. package/src/SingleCharacterInputs/__snapshots__/index.test.tsx.snap +2 -2
  228. package/src/Skeleton/__snapshots__/index.test.tsx.snap +12 -12
  229. package/src/SkipLink/__snapshots__/index.test.tsx.snap +2 -2
  230. package/src/Stack/__snapshots__/index.test.tsx.snap +31 -31
  231. package/src/Stack/index.tsx +32 -13
  232. package/src/StepNav/__snapshots__/index.test.tsx.snap +3 -3
  233. package/src/StepNavAccordion/__snapshots__/index.test.tsx.snap +2 -2
  234. package/src/StepNavAccordionContent/__snapshots__/index.test.tsx.snap +2 -2
  235. package/src/StepNavAccordionHeadingText/__snapshots__/index.test.tsx.snap +4 -4
  236. package/src/StepNavAccordionHeadingTitle/__snapshots__/index.test.tsx.snap +2 -2
  237. package/src/StepNavAccordionSummary/__snapshots__/index.test.tsx.snap +2 -2
  238. package/src/StepNavAccordionSummaryHeading/__snapshots__/index.test.tsx.snap +6 -6
  239. package/src/StepNavCircleNumber/__snapshots__/index.test.tsx.snap +3 -3
  240. package/src/StepNavControls/__snapshots__/index.test.tsx.snap +2 -2
  241. package/src/StepNavList/__snapshots__/index.test.tsx.snap +2 -2
  242. package/src/StepNavListItem/__snapshots__/index.test.tsx.snap +2 -2
  243. package/src/SummaryList/__snapshots__/index.test.tsx.snap +2 -2
  244. package/src/SummaryListItem/__snapshots__/index.test.tsx.snap +2 -2
  245. package/src/SummaryListItemAction/__snapshots__/index.test.tsx.snap +2 -2
  246. package/src/SummaryListItemKey/__snapshots__/index.test.tsx.snap +2 -2
  247. package/src/SummaryListItemValue/__snapshots__/index.test.tsx.snap +2 -2
  248. package/src/SvgIcon/__snapshots__/index.test.tsx.snap +18 -18
  249. package/src/Table/__snapshots__/index.test.tsx.snap +21 -11
  250. package/src/Table/index.test.tsx +6 -5
  251. package/src/TableBody/__snapshots__/index.test.tsx.snap +7 -5
  252. package/src/TableBody/index.test.tsx +2 -1
  253. package/src/TableCaption/__snapshots__/index.test.tsx.snap +41 -21
  254. package/src/TableCaption/index.test.tsx +6 -5
  255. package/src/TableContainer/__snapshots__/index.test.tsx.snap +3 -3
  256. package/src/TableDataCell/__snapshots__/index.test.tsx.snap +33 -9
  257. package/src/TableDataCell/index.test.tsx +5 -2
  258. package/src/TableHead/__snapshots__/index.test.tsx.snap +17 -5
  259. package/src/TableHead/index.test.tsx +4 -1
  260. package/src/TableHeadCell/__snapshots__/index.test.tsx.snap +213 -45
  261. package/src/TableHeadCell/index.test.tsx +17 -14
  262. package/src/TableLoaderBackground/__snapshots__/index.test.tsx.snap +2 -2
  263. package/src/TableNoDataRow/__snapshots__/index.test.tsx.snap +15 -9
  264. package/src/TableNoDataRow/index.test.tsx +3 -1
  265. package/src/TableRow/__snapshots__/index.test.tsx.snap +31 -13
  266. package/src/TableRow/index.test.tsx +5 -3
  267. package/src/TableSortIconContainer/__snapshots__/index.test.tsx.snap +2 -2
  268. package/src/Tabs/__snapshots__/index.test.tsx.snap +3 -3
  269. package/src/TabsHeading/__snapshots__/index.test.tsx.snap +7 -7
  270. package/src/TabsList/__snapshots__/index.test.tsx.snap +2 -2
  271. package/src/TabsListItemBase/__snapshots__/index.test.tsx.snap +6 -6
  272. package/src/TabsPanelBase/__snapshots__/index.test.tsx.snap +5 -5
  273. package/src/TaskList/__snapshots__/index.test.tsx.snap +3 -3
  274. package/src/TaskListItem/__snapshots__/index.test.tsx.snap +2 -2
  275. package/src/TaskListItemContent/__snapshots__/index.test.tsx.snap +2 -2
  276. package/src/TaskListItemHeading/__snapshots__/index.test.tsx.snap +4 -4
  277. package/src/TaskListItemTag/__snapshots__/index.test.tsx.snap +5 -5
  278. package/src/TextArea/__snapshots__/index.test.tsx.snap +21 -8
  279. package/src/TextArea/index.test.tsx +11 -7
  280. package/src/TextArea/index.web.tsx +2 -4
  281. package/src/TextInput/__snapshots__/index.test.tsx.snap +45 -45
  282. package/src/Timeline/__snapshots__/index.test.tsx.snap +3 -3
  283. package/src/TimelineActions/__snapshots__/index.test.tsx.snap +2 -2
  284. package/src/TimelineContent/__snapshots__/index.test.tsx.snap +2 -2
  285. package/src/TimelineHeading/__snapshots__/index.test.tsx.snap +4 -4
  286. package/src/TimelineHeading/index.tsx +2 -2
  287. package/src/TimelineItem/__snapshots__/index.test.tsx.snap +2 -2
  288. package/src/Top/__snapshots__/index.test.tsx.snap +2 -2
  289. package/src/Typography/__snapshots__/index.test.tsx.snap +11 -11
  290. package/src/Unpurge/index.tsx +2383 -3
  291. package/src/VisuallyHidden/__snapshots__/index.test.tsx.snap +2 -2
  292. package/src/WarningText/__snapshots__/index.test.tsx.snap +19 -19
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the TextInput with with maxWidth="5-char" with width=full 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <input
7
- class="ds-input--width-5-char ds-input"
7
+ class=" ds-input ds-input--width-5-char"
8
8
  type="text"
9
9
  />
10
10
  </div>
@@ -15,7 +15,7 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-half
15
15
  <body>
16
16
  <div>
17
17
  <input
18
- class="ds-input--width-5-char ds-!-width-one-half ds-input"
18
+ class=" ds-input ds-input--width-5-char ds-!-width-one-half"
19
19
  type="text"
20
20
  />
21
21
  </div>
@@ -26,7 +26,7 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-quart
26
26
  <body>
27
27
  <div>
28
28
  <input
29
- class="ds-input--width-5-char ds-!-width-one-quarter ds-input"
29
+ class=" ds-input ds-input--width-5-char ds-!-width-one-quarter"
30
30
  type="text"
31
31
  />
32
32
  </div>
@@ -37,7 +37,7 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=one-third
37
37
  <body>
38
38
  <div>
39
39
  <input
40
- class="ds-input--width-5-char ds-!-width-one-third ds-input"
40
+ class=" ds-input ds-input--width-5-char ds-!-width-one-third"
41
41
  type="text"
42
42
  />
43
43
  </div>
@@ -48,7 +48,7 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=three-qua
48
48
  <body>
49
49
  <div>
50
50
  <input
51
- class="ds-input--width-5-char ds-!-width-three-quarters ds-input"
51
+ class=" ds-input ds-input--width-5-char ds-!-width-three-quarters"
52
52
  type="text"
53
53
  />
54
54
  </div>
@@ -59,7 +59,7 @@ exports[`renders the TextInput with with maxWidth="5-char" with width=two-third
59
59
  <body>
60
60
  <div>
61
61
  <input
62
- class="ds-input--width-5-char ds-!-width-two-thirds ds-input"
62
+ class=" ds-input ds-input--width-5-char ds-!-width-two-thirds"
63
63
  type="text"
64
64
  />
65
65
  </div>
@@ -70,7 +70,7 @@ exports[`renders the TextInput with dense prop 1`] = `
70
70
  <body>
71
71
  <div>
72
72
  <input
73
- class="ds-input--dense ds-input"
73
+ class=" ds-input ds-input--dense"
74
74
  type="text"
75
75
  />
76
76
  </div>
@@ -81,7 +81,7 @@ exports[`renders the TextInput with maxWidth="2-char" 1`] = `
81
81
  <body>
82
82
  <div>
83
83
  <input
84
- class="ds-input--width-2-char ds-input"
84
+ class=" ds-input ds-input--width-2-char"
85
85
  type="text"
86
86
  />
87
87
  </div>
@@ -92,7 +92,7 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=full 1`] =
92
92
  <body>
93
93
  <div>
94
94
  <input
95
- class="ds-input--width-2-char ds-input"
95
+ class=" ds-input ds-input--width-2-char"
96
96
  type="text"
97
97
  />
98
98
  </div>
@@ -103,7 +103,7 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-half 1`
103
103
  <body>
104
104
  <div>
105
105
  <input
106
- class="ds-input--width-2-char ds-!-width-one-half ds-input"
106
+ class=" ds-input ds-input--width-2-char ds-!-width-one-half"
107
107
  type="text"
108
108
  />
109
109
  </div>
@@ -114,7 +114,7 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-quarter
114
114
  <body>
115
115
  <div>
116
116
  <input
117
- class="ds-input--width-2-char ds-!-width-one-quarter ds-input"
117
+ class=" ds-input ds-input--width-2-char ds-!-width-one-quarter"
118
118
  type="text"
119
119
  />
120
120
  </div>
@@ -125,7 +125,7 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=one-third 1
125
125
  <body>
126
126
  <div>
127
127
  <input
128
- class="ds-input--width-2-char ds-!-width-one-third ds-input"
128
+ class=" ds-input ds-input--width-2-char ds-!-width-one-third"
129
129
  type="text"
130
130
  />
131
131
  </div>
@@ -136,7 +136,7 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=three-quart
136
136
  <body>
137
137
  <div>
138
138
  <input
139
- class="ds-input--width-2-char ds-!-width-three-quarters ds-input"
139
+ class=" ds-input ds-input--width-2-char ds-!-width-three-quarters"
140
140
  type="text"
141
141
  />
142
142
  </div>
@@ -147,7 +147,7 @@ exports[`renders the TextInput with maxWidth="2-char" and with width=two-thirds
147
147
  <body>
148
148
  <div>
149
149
  <input
150
- class="ds-input--width-2-char ds-!-width-two-thirds ds-input"
150
+ class=" ds-input ds-input--width-2-char ds-!-width-two-thirds"
151
151
  type="text"
152
152
  />
153
153
  </div>
@@ -158,7 +158,7 @@ exports[`renders the TextInput with maxWidth="3-char" 1`] = `
158
158
  <body>
159
159
  <div>
160
160
  <input
161
- class="ds-input--width-3-char ds-input"
161
+ class=" ds-input ds-input--width-3-char"
162
162
  type="text"
163
163
  />
164
164
  </div>
@@ -169,7 +169,7 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=full 1`] =
169
169
  <body>
170
170
  <div>
171
171
  <input
172
- class="ds-input--width-3-char ds-input"
172
+ class=" ds-input ds-input--width-3-char"
173
173
  type="text"
174
174
  />
175
175
  </div>
@@ -180,7 +180,7 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-half 1`
180
180
  <body>
181
181
  <div>
182
182
  <input
183
- class="ds-input--width-3-char ds-!-width-one-half ds-input"
183
+ class=" ds-input ds-input--width-3-char ds-!-width-one-half"
184
184
  type="text"
185
185
  />
186
186
  </div>
@@ -191,7 +191,7 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-quarter
191
191
  <body>
192
192
  <div>
193
193
  <input
194
- class="ds-input--width-3-char ds-!-width-one-quarter ds-input"
194
+ class=" ds-input ds-input--width-3-char ds-!-width-one-quarter"
195
195
  type="text"
196
196
  />
197
197
  </div>
@@ -202,7 +202,7 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=one-third 1
202
202
  <body>
203
203
  <div>
204
204
  <input
205
- class="ds-input--width-3-char ds-!-width-one-third ds-input"
205
+ class=" ds-input ds-input--width-3-char ds-!-width-one-third"
206
206
  type="text"
207
207
  />
208
208
  </div>
@@ -213,7 +213,7 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=three-quart
213
213
  <body>
214
214
  <div>
215
215
  <input
216
- class="ds-input--width-3-char ds-!-width-three-quarters ds-input"
216
+ class=" ds-input ds-input--width-3-char ds-!-width-three-quarters"
217
217
  type="text"
218
218
  />
219
219
  </div>
@@ -224,7 +224,7 @@ exports[`renders the TextInput with maxWidth="3-char" and with width=two-thirds
224
224
  <body>
225
225
  <div>
226
226
  <input
227
- class="ds-input--width-3-char ds-!-width-two-thirds ds-input"
227
+ class=" ds-input ds-input--width-3-char ds-!-width-two-thirds"
228
228
  type="text"
229
229
  />
230
230
  </div>
@@ -235,7 +235,7 @@ exports[`renders the TextInput with maxWidth="4-char" 1`] = `
235
235
  <body>
236
236
  <div>
237
237
  <input
238
- class="ds-input--width-4-char ds-input"
238
+ class=" ds-input ds-input--width-4-char"
239
239
  type="text"
240
240
  />
241
241
  </div>
@@ -246,7 +246,7 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=full 1`] =
246
246
  <body>
247
247
  <div>
248
248
  <input
249
- class="ds-input--width-4-char ds-input"
249
+ class=" ds-input ds-input--width-4-char"
250
250
  type="text"
251
251
  />
252
252
  </div>
@@ -257,7 +257,7 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-half 1`
257
257
  <body>
258
258
  <div>
259
259
  <input
260
- class="ds-input--width-4-char ds-!-width-one-half ds-input"
260
+ class=" ds-input ds-input--width-4-char ds-!-width-one-half"
261
261
  type="text"
262
262
  />
263
263
  </div>
@@ -268,7 +268,7 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-quarter
268
268
  <body>
269
269
  <div>
270
270
  <input
271
- class="ds-input--width-4-char ds-!-width-one-quarter ds-input"
271
+ class=" ds-input ds-input--width-4-char ds-!-width-one-quarter"
272
272
  type="text"
273
273
  />
274
274
  </div>
@@ -279,7 +279,7 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=one-third 1
279
279
  <body>
280
280
  <div>
281
281
  <input
282
- class="ds-input--width-4-char ds-!-width-one-third ds-input"
282
+ class=" ds-input ds-input--width-4-char ds-!-width-one-third"
283
283
  type="text"
284
284
  />
285
285
  </div>
@@ -290,7 +290,7 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=three-quart
290
290
  <body>
291
291
  <div>
292
292
  <input
293
- class="ds-input--width-4-char ds-!-width-three-quarters ds-input"
293
+ class=" ds-input ds-input--width-4-char ds-!-width-three-quarters"
294
294
  type="text"
295
295
  />
296
296
  </div>
@@ -301,7 +301,7 @@ exports[`renders the TextInput with maxWidth="4-char" and with width=two-thirds
301
301
  <body>
302
302
  <div>
303
303
  <input
304
- class="ds-input--width-4-char ds-!-width-two-thirds ds-input"
304
+ class=" ds-input ds-input--width-4-char ds-!-width-two-thirds"
305
305
  type="text"
306
306
  />
307
307
  </div>
@@ -312,7 +312,7 @@ exports[`renders the TextInput with maxWidth="5-char" 1`] = `
312
312
  <body>
313
313
  <div>
314
314
  <input
315
- class="ds-input--width-5-char ds-input"
315
+ class=" ds-input ds-input--width-5-char"
316
316
  type="text"
317
317
  />
318
318
  </div>
@@ -323,7 +323,7 @@ exports[`renders the TextInput with maxWidth="10-char" 1`] = `
323
323
  <body>
324
324
  <div>
325
325
  <input
326
- class="ds-input--width-10-char ds-input"
326
+ class=" ds-input ds-input--width-10-char"
327
327
  type="text"
328
328
  />
329
329
  </div>
@@ -334,7 +334,7 @@ exports[`renders the TextInput with maxWidth="20-char" 1`] = `
334
334
  <body>
335
335
  <div>
336
336
  <input
337
- class="ds-input--width-20-char ds-input"
337
+ class=" ds-input ds-input--width-20-char"
338
338
  type="text"
339
339
  />
340
340
  </div>
@@ -345,7 +345,7 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=full 1`] =
345
345
  <body>
346
346
  <div>
347
347
  <input
348
- class="ds-input--width-20-char ds-input"
348
+ class=" ds-input ds-input--width-20-char"
349
349
  type="text"
350
350
  />
351
351
  </div>
@@ -356,7 +356,7 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-half 1
356
356
  <body>
357
357
  <div>
358
358
  <input
359
- class="ds-input--width-20-char ds-!-width-one-half ds-input"
359
+ class=" ds-input ds-input--width-20-char ds-!-width-one-half"
360
360
  type="text"
361
361
  />
362
362
  </div>
@@ -367,7 +367,7 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-quarte
367
367
  <body>
368
368
  <div>
369
369
  <input
370
- class="ds-input--width-20-char ds-!-width-one-quarter ds-input"
370
+ class=" ds-input ds-input--width-20-char ds-!-width-one-quarter"
371
371
  type="text"
372
372
  />
373
373
  </div>
@@ -378,7 +378,7 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=one-third
378
378
  <body>
379
379
  <div>
380
380
  <input
381
- class="ds-input--width-20-char ds-!-width-one-third ds-input"
381
+ class=" ds-input ds-input--width-20-char ds-!-width-one-third"
382
382
  type="text"
383
383
  />
384
384
  </div>
@@ -389,7 +389,7 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=three-quar
389
389
  <body>
390
390
  <div>
391
391
  <input
392
- class="ds-input--width-20-char ds-!-width-three-quarters ds-input"
392
+ class=" ds-input ds-input--width-20-char ds-!-width-three-quarters"
393
393
  type="text"
394
394
  />
395
395
  </div>
@@ -400,7 +400,7 @@ exports[`renders the TextInput with maxWidth="20-char" and with width=two-thirds
400
400
  <body>
401
401
  <div>
402
402
  <input
403
- class="ds-input--width-20-char ds-!-width-two-thirds ds-input"
403
+ class=" ds-input ds-input--width-20-char ds-!-width-two-thirds"
404
404
  type="text"
405
405
  />
406
406
  </div>
@@ -411,7 +411,7 @@ exports[`renders the TextInput with no props 1`] = `
411
411
  <body>
412
412
  <div>
413
413
  <input
414
- class="ds-input"
414
+ class=" ds-input"
415
415
  type="text"
416
416
  />
417
417
  </div>
@@ -422,7 +422,7 @@ exports[`renders the TextInput with width=full 1`] = `
422
422
  <body>
423
423
  <div>
424
424
  <input
425
- class="ds-input"
425
+ class=" ds-input"
426
426
  type="text"
427
427
  />
428
428
  </div>
@@ -433,7 +433,7 @@ exports[`renders the TextInput with width=one-half 1`] = `
433
433
  <body>
434
434
  <div>
435
435
  <input
436
- class="ds-!-width-one-half ds-input"
436
+ class=" ds-input ds-!-width-one-half"
437
437
  type="text"
438
438
  />
439
439
  </div>
@@ -444,7 +444,7 @@ exports[`renders the TextInput with width=one-quarter 1`] = `
444
444
  <body>
445
445
  <div>
446
446
  <input
447
- class="ds-!-width-one-quarter ds-input"
447
+ class=" ds-input ds-!-width-one-quarter"
448
448
  type="text"
449
449
  />
450
450
  </div>
@@ -455,7 +455,7 @@ exports[`renders the TextInput with width=one-third 1`] = `
455
455
  <body>
456
456
  <div>
457
457
  <input
458
- class="ds-!-width-one-third ds-input"
458
+ class=" ds-input ds-!-width-one-third"
459
459
  type="text"
460
460
  />
461
461
  </div>
@@ -466,7 +466,7 @@ exports[`renders the TextInput with width=three-quarters 1`] = `
466
466
  <body>
467
467
  <div>
468
468
  <input
469
- class="ds-!-width-three-quarters ds-input"
469
+ class=" ds-input ds-!-width-three-quarters"
470
470
  type="text"
471
471
  />
472
472
  </div>
@@ -477,7 +477,7 @@ exports[`renders the TextInput with width=two-thirds 1`] = `
477
477
  <body>
478
478
  <div>
479
479
  <input
480
- class="ds-!-width-two-thirds ds-input"
480
+ class=" ds-input ds-!-width-two-thirds"
481
481
  type="text"
482
482
  />
483
483
  </div>
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the Timeline with dense prop 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <ol
7
- class="ds-timeline--dense ds-timeline"
7
+ class=" ds-timeline ds-timeline--dense"
8
8
  >
9
9
  hello
10
10
  </ol>
@@ -16,7 +16,7 @@ exports[`renders the Timeline with no prop 1`] = `
16
16
  <body>
17
17
  <div>
18
18
  <ol
19
- class="ds-timeline"
19
+ class=" ds-timeline"
20
20
  >
21
21
  hello
22
22
  </ol>
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the TimelineActions with no prop 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <div
7
- class="ds-timeline__actions"
7
+ class=" ds-timeline__actions"
8
8
  >
9
9
  hello
10
10
  </div>
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the TimelineContent with no prop 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <div
7
- class="ds-timeline__content"
7
+ class=" ds-timeline__content"
8
8
  >
9
9
  hello
10
10
  </div>
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the TimelineHeading with no prop 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <h2
7
- class="ds-timeline__heading"
7
+ class=" ds-timeline__heading"
8
8
  >
9
9
  hello
10
10
  </h2>
@@ -16,7 +16,7 @@ exports[`renders the TimelineHeading with size = "md" prop 1`] = `
16
16
  <body>
17
17
  <div>
18
18
  <h3
19
- class="ds-timeline__heading-md ds-timeline__heading"
19
+ class=" ds-timeline__heading ds-timeline__heading--md"
20
20
  >
21
21
  hello
22
22
  </h3>
@@ -28,7 +28,7 @@ exports[`renders the TimelineHeading with size = "sm" prop 1`] = `
28
28
  <body>
29
29
  <div>
30
30
  <h4
31
- class="ds-timeline__heading-sm ds-timeline__heading"
31
+ class=" ds-timeline__heading ds-timeline__heading--sm"
32
32
  >
33
33
  hello
34
34
  </h4>
@@ -53,8 +53,8 @@ export const TimelineHeading = React.forwardRef<
53
53
  ref={ref}
54
54
  className={clsx(className, {
55
55
  'ds-timeline__heading': true,
56
- 'ds-timeline__heading-md': size === 'md',
57
- 'ds-timeline__heading-sm': size === 'sm',
56
+ 'ds-timeline__heading--md': size === 'md',
57
+ 'ds-timeline__heading--sm': size === 'sm',
58
58
  })}
59
59
  {...props}
60
60
  >
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the TimelineItem with no prop 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <li
7
- class="ds-timeline__item"
7
+ class=" ds-timeline__item"
8
8
  >
9
9
  hello
10
10
  </li>
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the Top with no props 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <div
7
- class="ds-top"
7
+ class=" ds-top"
8
8
  >
9
9
  hello
10
10
  </div>
@@ -1,10 +1,10 @@
1
- // Jest Snapshot v1, https://goo.gl/fbAQLP
1
+ // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
2
 
3
3
  exports[`renders the Typography fontSize=24 and as=span props 1`] = `
4
4
  <body>
5
5
  <div>
6
6
  <span
7
- class="ds-!-font-size-24"
7
+ class=" ds-!-font-size-24"
8
8
  >
9
9
  hello
10
10
  </span>
@@ -16,7 +16,7 @@ exports[`renders the Typography fontSize=30 and as=span props 1`] = `
16
16
  <body>
17
17
  <div>
18
18
  <span
19
- class="ds-!-font-size-30"
19
+ class=" ds-!-font-size-30"
20
20
  >
21
21
  hello
22
22
  </span>
@@ -28,7 +28,7 @@ exports[`renders the Typography fontSize=36 and as=span props 1`] = `
28
28
  <body>
29
29
  <div>
30
30
  <span
31
- class="ds-!-font-size-36"
31
+ class=" ds-!-font-size-36"
32
32
  >
33
33
  hello
34
34
  </span>
@@ -40,7 +40,7 @@ exports[`renders the Typography fontSize=48 and as=span props 1`] = `
40
40
  <body>
41
41
  <div>
42
42
  <span
43
- class="ds-!-font-size-48"
43
+ class=" ds-!-font-size-48"
44
44
  >
45
45
  hello
46
46
  </span>
@@ -52,7 +52,7 @@ exports[`renders the Typography fontSize=72 and as=span props 1`] = `
52
52
  <body>
53
53
  <div>
54
54
  <span
55
- class="ds-!-font-size-72"
55
+ class=" ds-!-font-size-72"
56
56
  >
57
57
  hello
58
58
  </span>
@@ -64,7 +64,7 @@ exports[`renders the Typography fontWeight=bold and as=p props 1`] = `
64
64
  <body>
65
65
  <div>
66
66
  <p
67
- class="ds-!-font-weight-bold"
67
+ class=" ds-!-font-weight-bold"
68
68
  >
69
69
  hello
70
70
  </p>
@@ -76,7 +76,7 @@ exports[`renders the Typography with fontSize=14 and as=span props 1`] = `
76
76
  <body>
77
77
  <div>
78
78
  <span
79
- class="ds-!-font-size-14"
79
+ class=" ds-!-font-size-14"
80
80
  >
81
81
  hello
82
82
  </span>
@@ -88,7 +88,7 @@ exports[`renders the Typography with fontSize=16 and as=span props 1`] = `
88
88
  <body>
89
89
  <div>
90
90
  <span
91
- class="ds-!-font-size-16"
91
+ class=" ds-!-font-size-16"
92
92
  >
93
93
  hello
94
94
  </span>
@@ -100,7 +100,7 @@ exports[`renders the Typography with fontSize=19 and as=span props 1`] = `
100
100
  <body>
101
101
  <div>
102
102
  <span
103
- class="ds-!-font-size-19"
103
+ class=" ds-!-font-size-19"
104
104
  >
105
105
  hello
106
106
  </span>
@@ -112,7 +112,7 @@ exports[`renders the Typography with fontWeight=regular and as=p props 1`] = `
112
112
  <body>
113
113
  <div>
114
114
  <p
115
- class="ds-!-font-weight-regular"
115
+ class=" ds-!-font-weight-regular"
116
116
  >
117
117
  hello
118
118
  </p>