uikit-react-public 0.14.21 → 0.21.8

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 (392) hide show
  1. package/README.md +2 -2
  2. package/dist/components/Accordion/Accordion.Heading.d.ts +5 -4
  3. package/dist/components/Accordion/Accordion.Panel.d.ts +2 -2
  4. package/dist/components/Accordion/Accordion.d.ts +1 -1
  5. package/dist/components/Accordion/Accordion.stories.d.ts +57 -0
  6. package/dist/components/Accordion/index.d.ts +2 -0
  7. package/dist/components/AppHeader/AppHeader.d.ts +1 -1
  8. package/dist/components/AppHeader/AppHeaderBottom.d.ts +1 -1
  9. package/dist/components/AppHeader/AppHeaderNav.d.ts +1 -1
  10. package/dist/components/AppHeader/AppHeaderTop.d.ts +1 -1
  11. package/dist/components/Avatar/Avatar.stories.d.ts +107 -1
  12. package/dist/components/Breadcrumbs/Breadcrumb.d.ts +3 -4
  13. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  14. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -1
  15. package/dist/components/Button/Button.d.ts +8 -3
  16. package/dist/components/Button/Button.stories.d.ts +17 -7
  17. package/dist/components/Button/style/buttonAccentStyle.d.ts +4 -0
  18. package/dist/components/Button/style/buttonPrimaryDestructiveStyle.d.ts +4 -0
  19. package/dist/components/Button/style/buttonPrimaryStyle.d.ts +4 -0
  20. package/dist/components/Button/style/buttonPrimarySubtleStyle.d.ts +4 -0
  21. package/dist/components/Button/style/buttonPrimaryWarningStyle.d.ts +4 -0
  22. package/dist/components/Button/style/buttonSecondaryDestructiveStyle.d.ts +4 -0
  23. package/dist/components/Button/style/buttonSecondaryStyle.d.ts +4 -0
  24. package/dist/components/Button/style/buttonSecondarySubtleStyle.d.ts +4 -0
  25. package/dist/components/Button/style/buttonTertiaryDestructiveStyle.d.ts +4 -0
  26. package/dist/components/Button/style/buttonTertiaryNoPaddingStyle.d.ts +4 -0
  27. package/dist/components/Button/style/buttonTertiaryStyle.d.ts +4 -0
  28. package/dist/components/Calendar/index.d.ts +1 -1
  29. package/dist/components/Checkbox/Checkbox.d.ts +1 -0
  30. package/dist/components/Datepicker/Datepicker.d.ts +1 -1
  31. package/dist/components/Datepicker/Datepicker.stories.d.ts +4 -3
  32. package/dist/components/Datepicker/Datepicker.types.d.ts +4 -5
  33. package/dist/components/Datepicker/subcomponents/CustomDatepicker.d.ts +4 -1
  34. package/dist/components/Datepicker/subcomponents/DatepickerInput.d.ts +15 -2
  35. package/dist/components/Datepicker/subcomponents/Panel.d.ts +1 -1
  36. package/dist/components/Datepicker/subcomponents/VisibleField.d.ts +6 -1
  37. package/dist/components/Datepicker/subcomponents/index.d.ts +0 -1
  38. package/dist/components/Datepicker/utils/index.d.ts +0 -1
  39. package/dist/components/Dialog/BaseDialog.d.ts +2 -1
  40. package/dist/components/Dialog/Dialog.d.ts +2 -0
  41. package/dist/components/FooterNew/BackToTop.d.ts +8 -0
  42. package/dist/components/FooterNew/Footer.d.ts +23 -0
  43. package/dist/components/FooterNew/FooterColumn.d.ts +8 -0
  44. package/dist/components/FooterNew/FooterLinks.d.ts +7 -0
  45. package/dist/components/FooterNew/FooterNavLink.d.ts +8 -0
  46. package/dist/components/FooterNew/LegalAndCopyright.d.ts +14 -0
  47. package/dist/components/FooterNew/LogoAddressAndSocial.d.ts +10 -0
  48. package/dist/components/FooterNew/SocialLink.d.ts +8 -0
  49. package/dist/components/FooterNew/index.d.ts +2 -0
  50. package/dist/components/Header/Header.d.ts +4 -1
  51. package/dist/components/Header/Header.stories.d.ts +40 -0
  52. package/dist/components/HeaderNew/Header.d.ts +18 -0
  53. package/dist/components/HeaderNew/HeaderBorder.d.ts +7 -0
  54. package/dist/components/HeaderNew/HeaderLogo.d.ts +9 -0
  55. package/dist/components/HeaderNew/HeaderMenuContainer.d.ts +7 -0
  56. package/dist/components/HeaderNew/HeaderTitle.d.ts +9 -0
  57. package/dist/components/HeaderNew/__tests__/Header.test.d.ts +1 -0
  58. package/dist/components/HeaderNew/constants.d.ts +3 -0
  59. package/dist/components/HeaderNew/index.d.ts +3 -0
  60. package/dist/components/HeadingNew/Heading.d.ts +13 -0
  61. package/dist/components/HeadingNew/index.d.ts +2 -0
  62. package/dist/components/Icon/svgImports.d.ts +7 -881
  63. package/dist/components/Link/BaseLink.d.ts +14 -5
  64. package/dist/components/Link/Link.d.ts +8 -3
  65. package/dist/components/Link/Link.stories.d.ts +3 -1
  66. package/dist/components/Main/Main.d.ts +21 -0
  67. package/dist/components/Main/Main.stories.d.ts +15 -0
  68. package/dist/components/Main/__tests__/Main.test.d.ts +1 -0
  69. package/dist/components/Main/index.d.ts +2 -0
  70. package/dist/components/MenuNew/Menu.context.d.ts +14 -0
  71. package/dist/components/MenuNew/Menu.d.ts +20 -0
  72. package/dist/components/MenuNew/MenuContent.d.ts +9 -0
  73. package/dist/components/MenuNew/MenuItem.d.ts +10 -0
  74. package/dist/components/MenuNew/MenuSection.d.ts +7 -0
  75. package/dist/components/MenuNew/index.d.ts +6 -0
  76. package/dist/components/MenuNew/trigger/ButtonMenuTrigger.d.ts +8 -0
  77. package/dist/components/MenuNew/trigger/IconMenuTrigger.d.ts +8 -0
  78. package/dist/components/NativeDatepicker/NativeDatepicker.d.ts +3 -0
  79. package/dist/components/NativeDatepicker/NativeDatepicker.stories.d.ts +36 -0
  80. package/dist/components/NativeDatepicker/NativeDatepicker.types.d.ts +10 -0
  81. package/dist/components/NativeDatepicker/index.d.ts +2 -0
  82. package/dist/components/{Datepicker → NativeDatepicker}/utils/dateToLocaleISOString/dateToLocaleISOString.d.ts +1 -1
  83. package/dist/components/NativeDatepicker/utils/dateToLocaleISOString/dateToLocaleISOString.test.d.ts +1 -0
  84. package/dist/components/NativeDatepicker/utils/index.d.ts +1 -0
  85. package/dist/components/Overlay/Overlay.stories.d.ts +12 -12
  86. package/dist/components/ParagraphNew/Paragraph.d.ts +13 -0
  87. package/dist/components/ParagraphNew/index.d.ts +4 -0
  88. package/dist/components/Select/Select.d.ts +2 -1
  89. package/dist/components/Select/Select.stories.d.ts +167 -3
  90. package/dist/components/Select/Select.types.d.ts +75 -19
  91. package/dist/components/Select/subcomponents/CustomOption.d.ts +1 -1
  92. package/dist/components/Select/subcomponents/CustomSelect.d.ts +3 -2
  93. package/dist/components/Select/subcomponents/FilterInput.d.ts +16 -0
  94. package/dist/components/Select/subcomponents/NativeSelect.d.ts +5 -1
  95. package/dist/components/Select/subcomponents/VisibleField.d.ts +6 -1
  96. package/dist/components/Select/subcomponents/index.d.ts +1 -0
  97. package/dist/components/Spinner/Spinner.d.ts +2 -0
  98. package/dist/components/StandaloneLink/StandaloneLink.d.ts +8 -5
  99. package/dist/components/StandaloneLink/StandaloneLink.stories.d.ts +3 -1
  100. package/dist/components/Table/Table.d.ts +3 -3
  101. package/dist/components/Table/Table.stories.d.ts +3 -3
  102. package/dist/components/Table/Table.types.d.ts +1 -0
  103. package/dist/components/Table/subcomponents/Cell/Cell.d.ts +5 -1
  104. package/dist/components/Table/subcomponents/Cell/Cell.stories.d.ts +15 -13
  105. package/dist/components/Table/subcomponents/Cell/CellContent.d.ts +5 -1
  106. package/dist/components/Table/subcomponents/HeadCell/HeadCell.d.ts +2 -1
  107. package/dist/components/Table/subcomponents/HeadCell/HeadCell.stories.d.ts +14 -13
  108. package/dist/components/Table/subcomponents/HeadCell/HeadCellContent.d.ts +2 -1
  109. package/dist/components/Table/subcomponents/__tests__/Row.test.d.ts +1 -0
  110. package/dist/components/UclLogoNew/UclLogo.d.ts +8 -0
  111. package/dist/components/UclLogoNew/index.d.ts +2 -0
  112. package/dist/components/WeekPicker/WeekPicker.d.ts +2 -2
  113. package/dist/components/WeekPicker/WeekPicker.stories.d.ts +41 -0
  114. package/dist/components/WeekPicker/WeekPicker.types.d.ts +16 -0
  115. package/dist/components/WeekPicker/index.d.ts +1 -0
  116. package/dist/components/WeekPicker/subcomponents/CustomDatepicker.d.ts +1 -1
  117. package/dist/components/index.d.ts +20 -0
  118. package/dist/hooks/useFocusTrap.d.ts +2 -1
  119. package/dist/index.d.ts +1 -0
  120. package/dist/index.js +22204 -16719
  121. package/dist/theme/__tests__/fonts.test.d.ts +1 -0
  122. package/dist/theme/common/themeCommon.d.ts +904 -0
  123. package/dist/theme/fonts.d.ts +18 -0
  124. package/dist/theme/index.d.ts +6 -3
  125. package/dist/theme/light/lightColour.d.ts +126 -0
  126. package/dist/theme/light/lightTheme.d.ts +3 -0
  127. package/dist/theme/original/color.d.ts +166 -0
  128. package/dist/theme/original/defaultTheme.d.ts +1340 -0
  129. package/dist/theme/original/originalColourNewStructure.d.ts +126 -0
  130. package/dist/theme/useTheme.d.ts +2174 -0
  131. package/dist/utils/__tests__/announce.test.d.ts +1 -0
  132. package/dist/utils/addAlphaToHex.d.ts +5 -0
  133. package/dist/utils/announce.d.ts +6 -0
  134. package/dist/utils/index.d.ts +1 -0
  135. package/dist/utils/scrollToTop.d.ts +2 -0
  136. package/lib/components/Accordion/Accordion.Heading.tsx +65 -34
  137. package/lib/components/Accordion/Accordion.Panel.tsx +11 -7
  138. package/lib/components/Accordion/Accordion.stories.tsx +139 -0
  139. package/lib/components/Accordion/Accordion.tsx +39 -31
  140. package/lib/components/Accordion/__tests__/__snapshots__/Accordion.test.tsx.snap +15 -13
  141. package/lib/components/Accordion/index.ts +2 -0
  142. package/lib/components/Alert/Alert.stories.tsx +1 -1
  143. package/lib/components/Alert/Alert.tsx +12 -12
  144. package/lib/components/Alert/__tests__/__snapshots__/Alert.test.tsx.snap +13 -39
  145. package/lib/components/AppHeader/AppHeader.tsx +6 -11
  146. package/lib/components/AppHeader/AppHeaderBottom.tsx +2 -3
  147. package/lib/components/AppHeader/AppHeaderNav.tsx +2 -3
  148. package/lib/components/AppHeader/AppHeaderTop.tsx +1 -1
  149. package/lib/components/AppHeader/__tests__/__snapshots__/AppHeader.test.tsx.snap +2 -2
  150. package/lib/components/AppMenu/__tests__/__snapshots__/AppMenu.test.tsx.snap +6 -19
  151. package/lib/components/Avatar/Avatar.mdx +117 -0
  152. package/lib/components/Avatar/Avatar.stories.tsx +110 -2
  153. package/lib/components/Badge/Badge.stories.tsx +1 -1
  154. package/lib/components/Blanket/Blanket.stories.tsx +1 -1
  155. package/lib/components/Breadcrumbs/Breadcrumb.tsx +26 -12
  156. package/lib/components/Breadcrumbs/Breadcrumbs.tsx +1 -1
  157. package/lib/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx +9 -27
  158. package/lib/components/Breadcrumbs/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +24 -20
  159. package/lib/components/Button/Button.mdx +32 -279
  160. package/lib/components/Button/Button.stories.tsx +44 -51
  161. package/lib/components/Button/Button.tsx +166 -25
  162. package/lib/components/Button/__tests__/Button.test.tsx +49 -15
  163. package/lib/components/Button/__tests__/__snapshots__/Button.test.tsx.snap +80 -73
  164. package/lib/components/Button/style/buttonAccentStyle.ts +53 -0
  165. package/lib/components/Button/style/buttonPrimaryDestructiveStyle.ts +55 -0
  166. package/lib/components/Button/style/buttonPrimaryStyle.ts +53 -0
  167. package/lib/components/Button/style/buttonPrimarySubtleStyle.ts +64 -0
  168. package/lib/components/Button/style/buttonPrimaryWarningStyle.ts +56 -0
  169. package/lib/components/Button/style/buttonSecondaryDestructiveStyle.ts +63 -0
  170. package/lib/components/Button/style/buttonSecondaryStyle.ts +62 -0
  171. package/lib/components/Button/style/buttonSecondarySubtleStyle.ts +72 -0
  172. package/lib/components/Button/style/buttonTertiaryDestructiveStyle.ts +65 -0
  173. package/lib/components/Button/style/buttonTertiaryNoPaddingStyle.ts +52 -0
  174. package/lib/components/Button/style/buttonTertiaryStyle.ts +62 -0
  175. package/lib/components/Calendar/Calendar.stories.tsx +1 -1
  176. package/lib/components/Calendar/Calendar.tsx +2 -2
  177. package/lib/components/Calendar/__tests__/Calendar.test.tsx +23 -15
  178. package/lib/components/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +99 -95
  179. package/lib/components/Calendar/index.ts +1 -5
  180. package/lib/components/Calendar/subcomponents/AcademicWeek.tsx +2 -1
  181. package/lib/components/Calendar/subcomponents/AcademicWeeks.tsx +1 -1
  182. package/lib/components/Calendar/subcomponents/ColumnHeading.tsx +2 -2
  183. package/lib/components/Calendar/subcomponents/Controls.tsx +1 -1
  184. package/lib/components/Calendar/subcomponents/Day.stories.tsx +1 -1
  185. package/lib/components/Calendar/subcomponents/Day.tsx +7 -9
  186. package/lib/components/Calendar/subcomponents/EventDot.tsx +3 -6
  187. package/lib/components/Calendar/subcomponents/index.ts +1 -1
  188. package/lib/components/Calendar/utils/getDatesForCalendarGrid/getDatesForCalendarGrid.ts +43 -11
  189. package/lib/components/Calendar/utils/normaliseMonth/normaliseMonth.test.ts +5 -5
  190. package/lib/components/Checkbox/Checkbox.stories.tsx +1 -1
  191. package/lib/components/Checkbox/Checkbox.tsx +12 -10
  192. package/lib/components/Checkbox/__tests__/Checkbox.test.tsx +29 -0
  193. package/lib/components/Checkbox/__tests__/__snapshots__/Checkbox.test.tsx.snap +4 -4
  194. package/lib/components/Datepicker/Datepicker.lld.md +108 -0
  195. package/lib/components/Datepicker/Datepicker.stories.tsx +44 -5
  196. package/lib/components/Datepicker/Datepicker.tsx +14 -36
  197. package/lib/components/Datepicker/Datepicker.types.ts +5 -14
  198. package/lib/components/Datepicker/__tests__/Datepicker.test.tsx +267 -8
  199. package/lib/components/Datepicker/__tests__/__snapshots__/Datepicker.test.tsx.snap +20 -42
  200. package/lib/components/Datepicker/subcomponents/CustomDatepicker.tsx +48 -5
  201. package/lib/components/Datepicker/subcomponents/DatepickerInput.tsx +30 -17
  202. package/lib/components/Datepicker/subcomponents/Panel.tsx +6 -2
  203. package/lib/components/Datepicker/subcomponents/VisibleField.tsx +46 -8
  204. package/lib/components/Datepicker/subcomponents/index.ts +0 -1
  205. package/lib/components/Datepicker/utils/index.ts +0 -1
  206. package/lib/components/Dialog/BaseDialog.tsx +13 -2
  207. package/lib/components/Dialog/Dialog.stories.tsx +1 -1
  208. package/lib/components/Dialog/Dialog.tsx +8 -1
  209. package/lib/components/Dialog/DialogBody.tsx +5 -1
  210. package/lib/components/Dialog/DialogHeader.tsx +2 -1
  211. package/lib/components/Divider/Divider.stories.tsx +1 -1
  212. package/lib/components/Divider/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +12 -12
  213. package/lib/components/FeedbackDialog/FeedbackDialog.stories.tsx +1 -1
  214. package/lib/components/FeedbackDialog/FeedbackDialog.tsx +4 -6
  215. package/lib/components/Field/CharacterCount.tsx +2 -2
  216. package/lib/components/Field/ErrorText.tsx +2 -1
  217. package/lib/components/Field/Field.stories.tsx +1 -1
  218. package/lib/components/Field/Field.tsx +1 -1
  219. package/lib/components/Field/HelperText.tsx +3 -1
  220. package/lib/components/Field/__tests__/Field.test.tsx +13 -0
  221. package/lib/components/FileInput/FileInput.stories.tsx +1 -1
  222. package/lib/components/FileInput/__tests__/__snapshots__/FileInput.test.tsx.snap +4 -20
  223. package/lib/components/Footer/Footer.stories.tsx +1 -1
  224. package/lib/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap +73 -82
  225. package/lib/components/FooterNew/BackToTop.tsx +83 -0
  226. package/lib/components/FooterNew/Footer.tsx +110 -0
  227. package/lib/components/FooterNew/FooterColumn.tsx +79 -0
  228. package/lib/components/FooterNew/FooterLinks.tsx +44 -0
  229. package/lib/components/FooterNew/FooterNavLink.tsx +63 -0
  230. package/lib/components/FooterNew/LegalAndCopyright.tsx +150 -0
  231. package/lib/components/FooterNew/LogoAddressAndSocial.tsx +154 -0
  232. package/lib/components/FooterNew/SocialLink.tsx +108 -0
  233. package/lib/components/FooterNew/__tests__/Footer.test.tsx +51 -0
  234. package/lib/components/FooterNew/__tests__/__snapshots__/Footer.test.tsx.snap +1107 -0
  235. package/lib/components/FooterNew/index.ts +2 -0
  236. package/lib/components/Header/Header.mdx +52 -0
  237. package/lib/components/Header/Header.stories.tsx +98 -0
  238. package/lib/components/Header/Header.tsx +51 -6
  239. package/lib/components/Header/__tests__/Header.test.tsx +17 -1
  240. package/lib/components/HeaderDraft/__tests__/__snapshots__/Header.test.tsx.snap +3 -2
  241. package/lib/components/HeaderNew/Header.tsx +93 -0
  242. package/lib/components/HeaderNew/HeaderBorder.tsx +55 -0
  243. package/lib/components/HeaderNew/HeaderLogo.tsx +70 -0
  244. package/lib/components/HeaderNew/HeaderMenuContainer.tsx +35 -0
  245. package/lib/components/HeaderNew/HeaderTitle.tsx +53 -0
  246. package/lib/components/HeaderNew/__tests__/Header.test.tsx +42 -0
  247. package/lib/components/HeaderNew/__tests__/__snapshots__/Header.test.tsx.snap +79 -0
  248. package/lib/components/HeaderNew/constants.ts +3 -0
  249. package/lib/components/HeaderNew/index.ts +7 -0
  250. package/lib/components/Heading/Heading.stories.tsx +1 -1
  251. package/lib/components/HeadingNew/Heading.tsx +208 -0
  252. package/lib/components/HeadingNew/index.ts +2 -0
  253. package/lib/components/Icon/Icon.stories.tsx +1 -1
  254. package/lib/components/Icon/__tests__/__snapshots__/Icon.test.tsx.snap +16 -12
  255. package/lib/components/Icon/svgImports.ts +318 -296
  256. package/lib/components/IconButton/IconButton.stories.tsx +1 -1
  257. package/lib/components/IconButton/IconButton.tsx +3 -4
  258. package/lib/components/IconButton/__tests__/__snapshots__/IconButton.test.tsx.snap +12 -9
  259. package/lib/components/Input/Input.stories.tsx +1 -1
  260. package/lib/components/Label/Label.stories.tsx +1 -1
  261. package/lib/components/Link/BaseLink.tsx +114 -71
  262. package/lib/components/Link/Link.stories.tsx +1 -1
  263. package/lib/components/Link/Link.tsx +120 -109
  264. package/lib/components/Link/__tests__/__snapshots__/link.test.tsx.snap +2 -2
  265. package/lib/components/Main/Main.stories.tsx +36 -0
  266. package/lib/components/Main/Main.tsx +46 -0
  267. package/lib/components/Main/__tests__/Main.test.tsx +80 -0
  268. package/lib/components/Main/__tests__/__snapshots__/Main.test.tsx.snap +33 -0
  269. package/lib/components/Main/index.ts +2 -0
  270. package/lib/components/MenuNew/Menu.context.tsx +149 -0
  271. package/lib/components/MenuNew/Menu.tsx +75 -0
  272. package/lib/components/MenuNew/MenuContent.tsx +140 -0
  273. package/lib/components/MenuNew/MenuItem.tsx +101 -0
  274. package/lib/components/MenuNew/MenuSection.tsx +47 -0
  275. package/lib/components/MenuNew/index.ts +8 -0
  276. package/lib/components/MenuNew/trigger/ButtonMenuTrigger.tsx +42 -0
  277. package/lib/components/MenuNew/trigger/IconMenuTrigger.tsx +40 -0
  278. package/lib/components/NativeDatepicker/NativeDatepicker.stories.tsx +100 -0
  279. package/lib/components/{Datepicker/subcomponents → NativeDatepicker}/NativeDatepicker.tsx +14 -15
  280. package/lib/components/NativeDatepicker/NativeDatepicker.types.ts +19 -0
  281. package/lib/components/NativeDatepicker/index.ts +2 -0
  282. package/lib/components/{Datepicker → NativeDatepicker}/utils/dateToLocaleISOString/dateToLocaleISOString.ts +1 -1
  283. package/lib/components/NativeDatepicker/utils/index.ts +1 -0
  284. package/lib/components/Pagination/Pagination.stories.tsx +1 -1
  285. package/lib/components/Pagination/PaginationControls.tsx +59 -17
  286. package/lib/components/Pagination/PaginationInfo.tsx +7 -4
  287. package/lib/components/Paragraph/Paragraph.stories.tsx +1 -1
  288. package/lib/components/ParagraphNew/Paragraph.tsx +200 -0
  289. package/lib/components/ParagraphNew/index.ts +6 -0
  290. package/lib/components/Radio/Radio.stories.tsx +1 -1
  291. package/lib/components/Radio/Radio.tsx +8 -8
  292. package/lib/components/Radio/__tests__/__snapshots__/Radio.test.tsx.snap +4 -4
  293. package/lib/components/Search/Search.stories.tsx +1 -1
  294. package/lib/components/Search/Search.tsx +4 -1
  295. package/lib/components/Search/__tests__/Search.test.tsx +19 -1
  296. package/lib/components/Search/__tests__/__snapshots__/Search.test.tsx.snap +12 -32
  297. package/lib/components/Select/Select.mdx +192 -0
  298. package/lib/components/Select/Select.stories.tsx +229 -48
  299. package/lib/components/Select/Select.tsx +50 -15
  300. package/lib/components/Select/Select.types.ts +99 -44
  301. package/lib/components/Select/__tests__/Select.test.tsx +698 -8
  302. package/lib/components/Select/__tests__/__snapshots__/Select.test.tsx.snap +5 -4
  303. package/lib/components/Select/subcomponents/CustomOption.tsx +12 -4
  304. package/lib/components/Select/subcomponents/CustomSelect.tsx +411 -41
  305. package/lib/components/Select/subcomponents/FilterInput.tsx +90 -0
  306. package/lib/components/Select/subcomponents/NativeSelect.tsx +21 -17
  307. package/lib/components/Select/subcomponents/Panel.tsx +2 -2
  308. package/lib/components/Select/subcomponents/VisibleField.tsx +59 -6
  309. package/lib/components/Select/subcomponents/index.tsx +1 -0
  310. package/lib/components/Snackbar/Snackbar.stories.tsx +1 -1
  311. package/lib/components/Snackbar/__tests__/__snapshots__/Snackbar.test.tsx.snap +9 -15
  312. package/lib/components/Spinner/Spinner.stories.tsx +1 -1
  313. package/lib/components/Spinner/Spinner.tsx +24 -5
  314. package/lib/components/Spinner/__tests__/Spinner.test.tsx +35 -5
  315. package/lib/components/Spinner/__tests__/__snapshots__/Spinner.test.tsx.snap +40 -16
  316. package/lib/components/StandaloneLink/StandaloneLink.stories.tsx +1 -1
  317. package/lib/components/StandaloneLink/StandaloneLink.tsx +180 -163
  318. package/lib/components/StandaloneLink/__tests__/__snapshots__/StandaloneLink.test.tsx.snap +2 -2
  319. package/lib/components/Table/Table.stories.tsx +1 -1
  320. package/lib/components/Table/Table.tsx +2 -0
  321. package/lib/components/Table/Table.types.ts +1 -0
  322. package/lib/components/Table/__tests__/Table.test.tsx +19 -0
  323. package/lib/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +7 -3
  324. package/lib/components/Table/subcomponents/Cell/Cell.stories.tsx +1 -1
  325. package/lib/components/Table/subcomponents/Cell/Cell.tsx +23 -2
  326. package/lib/components/Table/subcomponents/Cell/CellContent.tsx +12 -1
  327. package/lib/components/Table/subcomponents/Cell/__tests__/Cell.test.tsx +106 -0
  328. package/lib/components/Table/subcomponents/Cell/__tests__/__snapshots__/Cell.test.tsx.snap +4 -3
  329. package/lib/components/Table/subcomponents/HeadCell/HeadCell.stories.tsx +1 -1
  330. package/lib/components/Table/subcomponents/HeadCell/HeadCell.tsx +28 -6
  331. package/lib/components/Table/subcomponents/HeadCell/HeadCellContent.tsx +3 -0
  332. package/lib/components/Table/subcomponents/HeadCell/__tests__/HeadCell.test.tsx +221 -2
  333. package/lib/components/Table/subcomponents/HeadCell/__tests__/__snapshots__/HeadCell.test.tsx.snap +6 -4
  334. package/lib/components/Table/subcomponents/Row.tsx +2 -2
  335. package/lib/components/Table/subcomponents/SortIcon.tsx +1 -0
  336. package/lib/components/Table/subcomponents/__tests__/Row.test.tsx +59 -0
  337. package/lib/components/Tabs/Tab.tsx +3 -3
  338. package/lib/components/Tabs/Tabs.stories.tsx +1 -1
  339. package/lib/components/Tabs/Tabs.tsx +5 -3
  340. package/lib/components/Tabs/__tests__/__snapshots__/Tabs.test.tsx.snap +4 -4
  341. package/lib/components/Textarea/Textarea.stories.tsx +1 -1
  342. package/lib/components/Timepicker/Timepicker.stories.tsx +1 -1
  343. package/lib/components/Timepicker/Timepicker.tsx +4 -0
  344. package/lib/components/Timepicker/__tests__/__snapshots__/Timepicker.test.tsx.snap +2 -2
  345. package/lib/components/Toggle/Toggle.stories.tsx +1 -1
  346. package/lib/components/Toggle/Toggle.tsx +5 -5
  347. package/lib/components/Toggle/ToggleHandle.tsx +2 -3
  348. package/lib/components/Tooltip/Tooltip.stories.tsx +1 -1
  349. package/lib/components/Tooltip/Tooltip.tsx +2 -2
  350. package/lib/components/Tooltip/__tests__/__snapshots__/tooltip.test.tsx.snap +2 -2
  351. package/lib/components/UclLogoNew/UclLogo.tsx +42 -0
  352. package/lib/components/UclLogoNew/index.ts +2 -0
  353. package/lib/components/WeekPicker/WeekPicker.stories.tsx +145 -0
  354. package/lib/components/WeekPicker/WeekPicker.tsx +2 -2
  355. package/lib/components/WeekPicker/WeekPicker.types.ts +21 -0
  356. package/lib/components/WeekPicker/index.ts +1 -0
  357. package/lib/components/WeekPicker/subcomponents/CustomDatepicker.tsx +1 -1
  358. package/lib/components/common/Common.mdx +1 -2
  359. package/lib/components/index.ts +30 -3
  360. package/lib/hooks/useFocusTrap.ts +40 -4
  361. package/lib/index.ts +1 -0
  362. package/lib/theme/Colours.mdx +1 -1
  363. package/lib/theme/Theme.mdx +1 -1
  364. package/lib/theme/Typography.mdx +1 -1
  365. package/lib/theme/__tests__/fonts.test.ts +37 -0
  366. package/lib/theme/common/themeCommon.ts +515 -0
  367. package/lib/theme/fonts.ts +110 -0
  368. package/lib/theme/index.ts +6 -6
  369. package/lib/theme/light/lightColour.ts +232 -0
  370. package/lib/theme/light/lightTheme.ts +37 -0
  371. package/lib/theme/{defaultTheme.ts → original/color.ts} +17 -199
  372. package/lib/theme/original/defaultTheme.ts +207 -0
  373. package/lib/theme/original/originalColourNewStructure.ts +185 -0
  374. package/lib/theme/useTheme.tsx +72 -15
  375. package/lib/types/assets.d.ts +10 -0
  376. package/lib/utils/__tests__/announce.test.ts +121 -0
  377. package/lib/utils/addAlphaToHex.ts +29 -0
  378. package/lib/utils/announce.ts +134 -0
  379. package/lib/utils/index.ts +1 -0
  380. package/lib/utils/scrollToTop.ts +5 -0
  381. package/package.json +11 -9
  382. package/dist/components/Button/buttonPrimaryStyle.d.ts +0 -4
  383. package/dist/components/Button/buttonSecondaryStyle.d.ts +0 -4
  384. package/dist/components/Button/buttonTertiaryStyle.d.ts +0 -4
  385. package/dist/components/Datepicker/subcomponents/NativeDatepicker.d.ts +0 -6
  386. package/dist/theme/defaultTheme.d.ts +0 -274
  387. package/lib/components/Accordion/Accordion.stories.tsx.NOT_READY +0 -93
  388. package/lib/components/Button/buttonPrimaryStyle.ts +0 -62
  389. package/lib/components/Button/buttonSecondaryStyle.ts +0 -65
  390. package/lib/components/Button/buttonTertiaryStyle.ts +0 -54
  391. /package/dist/components/{Datepicker/utils/dateToLocaleISOString/dateToLocaleISOString.test.d.ts → FooterNew/__tests__/Footer.test.d.ts} +0 -0
  392. /package/lib/components/{Datepicker → NativeDatepicker}/utils/dateToLocaleISOString/dateToLocaleISOString.test.ts +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  exports[`Calendar > Snapshot: no date provided 1`] = `
4
4
  <div
5
- class="ucl-uikit-calendar css-dzb07u"
5
+ class="ucl-uikit-calendar css-1qlai2s"
6
6
  data-testid="ucl-uikit-calendar"
7
7
  >
8
8
  <div
@@ -10,9 +10,10 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
10
10
  data-testid="ucl-uikit-calendar__controls"
11
11
  >
12
12
  <svg
13
- class="ucl-uikit-icon css-stisf5"
13
+ class="ucl-uikit-icon css-1ahuwh4"
14
14
  data-testid="ucl-uikit-icon"
15
15
  fill="none"
16
+ focusable="false"
16
17
  height="24"
17
18
  stroke="currentColor"
18
19
  stroke-linecap="round"
@@ -22,8 +23,8 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
22
23
  width="24"
23
24
  xmlns="http://www.w3.org/2000/svg"
24
25
  >
25
- <polyline
26
- points="15 18 9 12 15 6"
26
+ <path
27
+ d="m15 18-6-6 6-6"
27
28
  />
28
29
  </svg>
29
30
  <span
@@ -37,9 +38,10 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
37
38
  </span>
38
39
  </span>
39
40
  <svg
40
- class="ucl-uikit-icon css-stisf5"
41
+ class="ucl-uikit-icon css-1ahuwh4"
41
42
  data-testid="ucl-uikit-icon"
42
43
  fill="none"
44
+ focusable="false"
43
45
  height="24"
44
46
  stroke="currentColor"
45
47
  stroke-linecap="round"
@@ -49,8 +51,8 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
49
51
  width="24"
50
52
  xmlns="http://www.w3.org/2000/svg"
51
53
  >
52
- <polyline
53
- points="9 18 15 12 9 6"
54
+ <path
55
+ d="m9 18 6-6-6-6"
54
56
  />
55
57
  </svg>
56
58
  </div>
@@ -92,19 +94,19 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
92
94
  F
93
95
  </div>
94
96
  <div
95
- class="ucl-uikit-calendar__column-heading css-ie1qp6"
97
+ class="ucl-uikit-calendar__column-heading css-11w8me4"
96
98
  data-testid="ucl-uikit-calendar__column-heading"
97
99
  >
98
100
  S
99
101
  </div>
100
102
  <div
101
- class="ucl-uikit-calendar__column-heading css-ie1qp6"
103
+ class="ucl-uikit-calendar__column-heading css-11w8me4"
102
104
  data-testid="ucl-uikit-calendar__column-heading"
103
105
  >
104
106
  S
105
107
  </div>
106
108
  <div
107
- class="ucl-uikit-calendar__day css-1wigzpm"
109
+ class="ucl-uikit-calendar__day css-17ub3t6"
108
110
  data-testid="ucl-uikit-calendar__day"
109
111
  >
110
112
  <div
@@ -117,7 +119,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
117
119
  />
118
120
  </div>
119
121
  <div
120
- class="ucl-uikit-calendar__day css-1wigzpm"
122
+ class="ucl-uikit-calendar__day css-17ub3t6"
121
123
  data-testid="ucl-uikit-calendar__day"
122
124
  >
123
125
  <div
@@ -130,7 +132,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
130
132
  />
131
133
  </div>
132
134
  <div
133
- class="ucl-uikit-calendar__day css-1wigzpm"
135
+ class="ucl-uikit-calendar__day css-17ub3t6"
134
136
  data-testid="ucl-uikit-calendar__day"
135
137
  >
136
138
  <div
@@ -143,7 +145,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
143
145
  />
144
146
  </div>
145
147
  <div
146
- class="ucl-uikit-calendar__day css-1wigzpm"
148
+ class="ucl-uikit-calendar__day css-17ub3t6"
147
149
  data-testid="ucl-uikit-calendar__day"
148
150
  >
149
151
  <div
@@ -156,7 +158,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
156
158
  />
157
159
  </div>
158
160
  <div
159
- class="ucl-uikit-calendar__day css-1wigzpm"
161
+ class="ucl-uikit-calendar__day css-17ub3t6"
160
162
  data-testid="ucl-uikit-calendar__day"
161
163
  >
162
164
  <div
@@ -169,7 +171,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
169
171
  />
170
172
  </div>
171
173
  <div
172
- class="ucl-uikit-calendar__day css-1wigzpm"
174
+ class="ucl-uikit-calendar__day css-17ub3t6"
173
175
  data-testid="ucl-uikit-calendar__day"
174
176
  >
175
177
  <div
@@ -182,7 +184,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
182
184
  />
183
185
  </div>
184
186
  <div
185
- class="ucl-uikit-calendar__day css-1wigzpm"
187
+ class="ucl-uikit-calendar__day css-17ub3t6"
186
188
  data-testid="ucl-uikit-calendar__day"
187
189
  >
188
190
  <div
@@ -195,7 +197,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
195
197
  />
196
198
  </div>
197
199
  <div
198
- class="ucl-uikit-calendar__day css-1wigzpm"
200
+ class="ucl-uikit-calendar__day css-17ub3t6"
199
201
  data-testid="ucl-uikit-calendar__day"
200
202
  >
201
203
  <div
@@ -208,7 +210,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
208
210
  />
209
211
  </div>
210
212
  <div
211
- class="ucl-uikit-calendar__day css-1wigzpm"
213
+ class="ucl-uikit-calendar__day css-17ub3t6"
212
214
  data-testid="ucl-uikit-calendar__day"
213
215
  >
214
216
  <div
@@ -221,7 +223,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
221
223
  />
222
224
  </div>
223
225
  <div
224
- class="ucl-uikit-calendar__day css-1wigzpm"
226
+ class="ucl-uikit-calendar__day css-17ub3t6"
225
227
  data-testid="ucl-uikit-calendar__day"
226
228
  >
227
229
  <div
@@ -234,7 +236,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
234
236
  />
235
237
  </div>
236
238
  <div
237
- class="ucl-uikit-calendar__day css-1wigzpm"
239
+ class="ucl-uikit-calendar__day css-17ub3t6"
238
240
  data-testid="ucl-uikit-calendar__day"
239
241
  >
240
242
  <div
@@ -247,7 +249,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
247
249
  />
248
250
  </div>
249
251
  <div
250
- class="ucl-uikit-calendar__day css-1wigzpm"
252
+ class="ucl-uikit-calendar__day css-17ub3t6"
251
253
  data-testid="ucl-uikit-calendar__day"
252
254
  >
253
255
  <div
@@ -260,7 +262,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
260
262
  />
261
263
  </div>
262
264
  <div
263
- class="ucl-uikit-calendar__day css-1wigzpm"
265
+ class="ucl-uikit-calendar__day css-17ub3t6"
264
266
  data-testid="ucl-uikit-calendar__day"
265
267
  >
266
268
  <div
@@ -273,7 +275,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
273
275
  />
274
276
  </div>
275
277
  <div
276
- class="ucl-uikit-calendar__day css-1wigzpm"
278
+ class="ucl-uikit-calendar__day css-17ub3t6"
277
279
  data-testid="ucl-uikit-calendar__day"
278
280
  >
279
281
  <div
@@ -286,7 +288,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
286
288
  />
287
289
  </div>
288
290
  <div
289
- class="ucl-uikit-calendar__day css-1wigzpm"
291
+ class="ucl-uikit-calendar__day css-17ub3t6"
290
292
  data-testid="ucl-uikit-calendar__day"
291
293
  >
292
294
  <div
@@ -299,7 +301,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
299
301
  />
300
302
  </div>
301
303
  <div
302
- class="ucl-uikit-calendar__day css-1wigzpm"
304
+ class="ucl-uikit-calendar__day css-17ub3t6"
303
305
  data-testid="ucl-uikit-calendar__day"
304
306
  >
305
307
  <div
@@ -312,7 +314,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
312
314
  />
313
315
  </div>
314
316
  <div
315
- class="ucl-uikit-calendar__day css-1wigzpm"
317
+ class="ucl-uikit-calendar__day css-17ub3t6"
316
318
  data-testid="ucl-uikit-calendar__day"
317
319
  >
318
320
  <div
@@ -325,7 +327,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
325
327
  />
326
328
  </div>
327
329
  <div
328
- class="ucl-uikit-calendar__day css-1wigzpm"
330
+ class="ucl-uikit-calendar__day css-17ub3t6"
329
331
  data-testid="ucl-uikit-calendar__day"
330
332
  >
331
333
  <div
@@ -338,7 +340,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
338
340
  />
339
341
  </div>
340
342
  <div
341
- class="ucl-uikit-calendar__day css-1wigzpm"
343
+ class="ucl-uikit-calendar__day css-17ub3t6"
342
344
  data-testid="ucl-uikit-calendar__day"
343
345
  >
344
346
  <div
@@ -351,7 +353,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
351
353
  />
352
354
  </div>
353
355
  <div
354
- class="ucl-uikit-calendar__day css-1wigzpm"
356
+ class="ucl-uikit-calendar__day css-17ub3t6"
355
357
  data-testid="ucl-uikit-calendar__day"
356
358
  >
357
359
  <div
@@ -364,7 +366,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
364
366
  />
365
367
  </div>
366
368
  <div
367
- class="ucl-uikit-calendar__day css-1wigzpm"
369
+ class="ucl-uikit-calendar__day css-17ub3t6"
368
370
  data-testid="ucl-uikit-calendar__day"
369
371
  >
370
372
  <div
@@ -377,7 +379,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
377
379
  />
378
380
  </div>
379
381
  <div
380
- class="ucl-uikit-calendar__day css-1wigzpm"
382
+ class="ucl-uikit-calendar__day css-17ub3t6"
381
383
  data-testid="ucl-uikit-calendar__day"
382
384
  >
383
385
  <div
@@ -390,7 +392,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
390
392
  />
391
393
  </div>
392
394
  <div
393
- class="ucl-uikit-calendar__day css-1wigzpm"
395
+ class="ucl-uikit-calendar__day css-17ub3t6"
394
396
  data-testid="ucl-uikit-calendar__day"
395
397
  >
396
398
  <div
@@ -403,7 +405,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
403
405
  />
404
406
  </div>
405
407
  <div
406
- class="ucl-uikit-calendar__day css-1wigzpm"
408
+ class="ucl-uikit-calendar__day css-17ub3t6"
407
409
  data-testid="ucl-uikit-calendar__day"
408
410
  >
409
411
  <div
@@ -416,7 +418,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
416
418
  />
417
419
  </div>
418
420
  <div
419
- class="ucl-uikit-calendar__day css-1wigzpm"
421
+ class="ucl-uikit-calendar__day css-17ub3t6"
420
422
  data-testid="ucl-uikit-calendar__day"
421
423
  >
422
424
  <div
@@ -429,7 +431,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
429
431
  />
430
432
  </div>
431
433
  <div
432
- class="ucl-uikit-calendar__day css-1wigzpm"
434
+ class="ucl-uikit-calendar__day css-17ub3t6"
433
435
  data-testid="ucl-uikit-calendar__day"
434
436
  >
435
437
  <div
@@ -442,7 +444,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
442
444
  />
443
445
  </div>
444
446
  <div
445
- class="ucl-uikit-calendar__day css-1wigzpm"
447
+ class="ucl-uikit-calendar__day css-17ub3t6"
446
448
  data-testid="ucl-uikit-calendar__day"
447
449
  >
448
450
  <div
@@ -455,7 +457,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
455
457
  />
456
458
  </div>
457
459
  <div
458
- class="ucl-uikit-calendar__day css-1wigzpm"
460
+ class="ucl-uikit-calendar__day css-17ub3t6"
459
461
  data-testid="ucl-uikit-calendar__day"
460
462
  >
461
463
  <div
@@ -468,7 +470,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
468
470
  />
469
471
  </div>
470
472
  <div
471
- class="ucl-uikit-calendar__day css-1wigzpm"
473
+ class="ucl-uikit-calendar__day css-17ub3t6"
472
474
  data-testid="ucl-uikit-calendar__day"
473
475
  >
474
476
  <div
@@ -481,7 +483,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
481
483
  />
482
484
  </div>
483
485
  <div
484
- class="ucl-uikit-calendar__day css-1wigzpm"
486
+ class="ucl-uikit-calendar__day css-17ub3t6"
485
487
  data-testid="ucl-uikit-calendar__day"
486
488
  >
487
489
  <div
@@ -494,7 +496,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
494
496
  />
495
497
  </div>
496
498
  <div
497
- class="ucl-uikit-calendar__day css-1wigzpm"
499
+ class="ucl-uikit-calendar__day css-17ub3t6"
498
500
  data-testid="ucl-uikit-calendar__day"
499
501
  >
500
502
  <div
@@ -507,7 +509,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
507
509
  />
508
510
  </div>
509
511
  <div
510
- class="ucl-uikit-calendar__day css-1wigzpm"
512
+ class="ucl-uikit-calendar__day css-17ub3t6"
511
513
  data-testid="ucl-uikit-calendar__day"
512
514
  >
513
515
  <div
@@ -520,7 +522,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
520
522
  />
521
523
  </div>
522
524
  <div
523
- class="ucl-uikit-calendar__day css-1wigzpm"
525
+ class="ucl-uikit-calendar__day css-17ub3t6"
524
526
  data-testid="ucl-uikit-calendar__day"
525
527
  >
526
528
  <div
@@ -533,7 +535,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
533
535
  />
534
536
  </div>
535
537
  <div
536
- class="ucl-uikit-calendar__day css-1wigzpm"
538
+ class="ucl-uikit-calendar__day css-17ub3t6"
537
539
  data-testid="ucl-uikit-calendar__day"
538
540
  >
539
541
  <div
@@ -546,7 +548,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
546
548
  />
547
549
  </div>
548
550
  <div
549
- class="ucl-uikit-calendar__day css-1wigzpm"
551
+ class="ucl-uikit-calendar__day css-17ub3t6"
550
552
  data-testid="ucl-uikit-calendar__day"
551
553
  >
552
554
  <div
@@ -559,7 +561,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
559
561
  />
560
562
  </div>
561
563
  <div
562
- class="ucl-uikit-calendar__day css-1wigzpm"
564
+ class="ucl-uikit-calendar__day css-17ub3t6"
563
565
  data-testid="ucl-uikit-calendar__day"
564
566
  >
565
567
  <div
@@ -572,7 +574,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
572
574
  />
573
575
  </div>
574
576
  <div
575
- class="ucl-uikit-calendar__day css-1wigzpm"
577
+ class="ucl-uikit-calendar__day css-17ub3t6"
576
578
  data-testid="ucl-uikit-calendar__day"
577
579
  >
578
580
  <div
@@ -585,7 +587,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
585
587
  />
586
588
  </div>
587
589
  <div
588
- class="ucl-uikit-calendar__day css-1wigzpm"
590
+ class="ucl-uikit-calendar__day css-17ub3t6"
589
591
  data-testid="ucl-uikit-calendar__day"
590
592
  >
591
593
  <div
@@ -598,7 +600,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
598
600
  />
599
601
  </div>
600
602
  <div
601
- class="ucl-uikit-calendar__day css-1wigzpm"
603
+ class="ucl-uikit-calendar__day css-17ub3t6"
602
604
  data-testid="ucl-uikit-calendar__day"
603
605
  >
604
606
  <div
@@ -611,7 +613,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
611
613
  />
612
614
  </div>
613
615
  <div
614
- class="ucl-uikit-calendar__day css-1wigzpm"
616
+ class="ucl-uikit-calendar__day css-17ub3t6"
615
617
  data-testid="ucl-uikit-calendar__day"
616
618
  >
617
619
  <div
@@ -624,7 +626,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
624
626
  />
625
627
  </div>
626
628
  <div
627
- class="ucl-uikit-calendar__day css-1wigzpm"
629
+ class="ucl-uikit-calendar__day css-17ub3t6"
628
630
  data-testid="ucl-uikit-calendar__day"
629
631
  >
630
632
  <div
@@ -637,7 +639,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
637
639
  />
638
640
  </div>
639
641
  <div
640
- class="ucl-uikit-calendar__day css-1wigzpm"
642
+ class="ucl-uikit-calendar__day css-17ub3t6"
641
643
  data-testid="ucl-uikit-calendar__day"
642
644
  >
643
645
  <div
@@ -656,7 +658,7 @@ exports[`Calendar > Snapshot: no date provided 1`] = `
656
658
 
657
659
  exports[`Calendar > Snapshot: with date provided 1`] = `
658
660
  <div
659
- class="ucl-uikit-calendar css-dzb07u"
661
+ class="ucl-uikit-calendar css-1qlai2s"
660
662
  data-testid="ucl-uikit-calendar"
661
663
  >
662
664
  <div
@@ -664,9 +666,10 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
664
666
  data-testid="ucl-uikit-calendar__controls"
665
667
  >
666
668
  <svg
667
- class="ucl-uikit-icon css-stisf5"
669
+ class="ucl-uikit-icon css-1ahuwh4"
668
670
  data-testid="ucl-uikit-icon"
669
671
  fill="none"
672
+ focusable="false"
670
673
  height="24"
671
674
  stroke="currentColor"
672
675
  stroke-linecap="round"
@@ -676,8 +679,8 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
676
679
  width="24"
677
680
  xmlns="http://www.w3.org/2000/svg"
678
681
  >
679
- <polyline
680
- points="15 18 9 12 15 6"
682
+ <path
683
+ d="m15 18-6-6 6-6"
681
684
  />
682
685
  </svg>
683
686
  <span
@@ -691,9 +694,10 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
691
694
  </span>
692
695
  </span>
693
696
  <svg
694
- class="ucl-uikit-icon css-stisf5"
697
+ class="ucl-uikit-icon css-1ahuwh4"
695
698
  data-testid="ucl-uikit-icon"
696
699
  fill="none"
700
+ focusable="false"
697
701
  height="24"
698
702
  stroke="currentColor"
699
703
  stroke-linecap="round"
@@ -703,8 +707,8 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
703
707
  width="24"
704
708
  xmlns="http://www.w3.org/2000/svg"
705
709
  >
706
- <polyline
707
- points="9 18 15 12 9 6"
710
+ <path
711
+ d="m9 18 6-6-6-6"
708
712
  />
709
713
  </svg>
710
714
  </div>
@@ -746,19 +750,19 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
746
750
  F
747
751
  </div>
748
752
  <div
749
- class="ucl-uikit-calendar__column-heading css-ie1qp6"
753
+ class="ucl-uikit-calendar__column-heading css-11w8me4"
750
754
  data-testid="ucl-uikit-calendar__column-heading"
751
755
  >
752
756
  S
753
757
  </div>
754
758
  <div
755
- class="ucl-uikit-calendar__column-heading css-ie1qp6"
759
+ class="ucl-uikit-calendar__column-heading css-11w8me4"
756
760
  data-testid="ucl-uikit-calendar__column-heading"
757
761
  >
758
762
  S
759
763
  </div>
760
764
  <div
761
- class="ucl-uikit-calendar__day css-1wigzpm"
765
+ class="ucl-uikit-calendar__day css-17ub3t6"
762
766
  data-testid="ucl-uikit-calendar__day"
763
767
  >
764
768
  <div
@@ -771,7 +775,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
771
775
  />
772
776
  </div>
773
777
  <div
774
- class="ucl-uikit-calendar__day css-1wigzpm"
778
+ class="ucl-uikit-calendar__day css-17ub3t6"
775
779
  data-testid="ucl-uikit-calendar__day"
776
780
  >
777
781
  <div
@@ -784,7 +788,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
784
788
  />
785
789
  </div>
786
790
  <div
787
- class="ucl-uikit-calendar__day css-1wigzpm"
791
+ class="ucl-uikit-calendar__day css-17ub3t6"
788
792
  data-testid="ucl-uikit-calendar__day"
789
793
  >
790
794
  <div
@@ -797,7 +801,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
797
801
  />
798
802
  </div>
799
803
  <div
800
- class="ucl-uikit-calendar__day css-1wigzpm"
804
+ class="ucl-uikit-calendar__day css-17ub3t6"
801
805
  data-testid="ucl-uikit-calendar__day"
802
806
  >
803
807
  <div
@@ -810,7 +814,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
810
814
  />
811
815
  </div>
812
816
  <div
813
- class="ucl-uikit-calendar__day css-1wigzpm"
817
+ class="ucl-uikit-calendar__day css-17ub3t6"
814
818
  data-testid="ucl-uikit-calendar__day"
815
819
  >
816
820
  <div
@@ -823,7 +827,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
823
827
  />
824
828
  </div>
825
829
  <div
826
- class="ucl-uikit-calendar__day css-1wigzpm"
830
+ class="ucl-uikit-calendar__day css-17ub3t6"
827
831
  data-testid="ucl-uikit-calendar__day"
828
832
  >
829
833
  <div
@@ -836,7 +840,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
836
840
  />
837
841
  </div>
838
842
  <div
839
- class="ucl-uikit-calendar__day css-1wigzpm"
843
+ class="ucl-uikit-calendar__day css-17ub3t6"
840
844
  data-testid="ucl-uikit-calendar__day"
841
845
  >
842
846
  <div
@@ -849,7 +853,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
849
853
  />
850
854
  </div>
851
855
  <div
852
- class="ucl-uikit-calendar__day css-anq5s4"
856
+ class="ucl-uikit-calendar__day css-7gwytk"
853
857
  data-testid="ucl-uikit-calendar__day"
854
858
  >
855
859
  <div
@@ -862,7 +866,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
862
866
  />
863
867
  </div>
864
868
  <div
865
- class="ucl-uikit-calendar__day css-1wigzpm"
869
+ class="ucl-uikit-calendar__day css-17ub3t6"
866
870
  data-testid="ucl-uikit-calendar__day"
867
871
  >
868
872
  <div
@@ -875,7 +879,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
875
879
  />
876
880
  </div>
877
881
  <div
878
- class="ucl-uikit-calendar__day css-1wigzpm"
882
+ class="ucl-uikit-calendar__day css-17ub3t6"
879
883
  data-testid="ucl-uikit-calendar__day"
880
884
  >
881
885
  <div
@@ -888,7 +892,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
888
892
  />
889
893
  </div>
890
894
  <div
891
- class="ucl-uikit-calendar__day css-1wigzpm"
895
+ class="ucl-uikit-calendar__day css-17ub3t6"
892
896
  data-testid="ucl-uikit-calendar__day"
893
897
  >
894
898
  <div
@@ -901,7 +905,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
901
905
  />
902
906
  </div>
903
907
  <div
904
- class="ucl-uikit-calendar__day css-1wigzpm"
908
+ class="ucl-uikit-calendar__day css-17ub3t6"
905
909
  data-testid="ucl-uikit-calendar__day"
906
910
  >
907
911
  <div
@@ -914,7 +918,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
914
918
  />
915
919
  </div>
916
920
  <div
917
- class="ucl-uikit-calendar__day css-1wigzpm"
921
+ class="ucl-uikit-calendar__day css-17ub3t6"
918
922
  data-testid="ucl-uikit-calendar__day"
919
923
  >
920
924
  <div
@@ -927,7 +931,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
927
931
  />
928
932
  </div>
929
933
  <div
930
- class="ucl-uikit-calendar__day css-1wigzpm"
934
+ class="ucl-uikit-calendar__day css-17ub3t6"
931
935
  data-testid="ucl-uikit-calendar__day"
932
936
  >
933
937
  <div
@@ -940,7 +944,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
940
944
  />
941
945
  </div>
942
946
  <div
943
- class="ucl-uikit-calendar__day css-1wigzpm"
947
+ class="ucl-uikit-calendar__day css-17ub3t6"
944
948
  data-testid="ucl-uikit-calendar__day"
945
949
  >
946
950
  <div
@@ -953,7 +957,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
953
957
  />
954
958
  </div>
955
959
  <div
956
- class="ucl-uikit-calendar__day css-1wigzpm"
960
+ class="ucl-uikit-calendar__day css-17ub3t6"
957
961
  data-testid="ucl-uikit-calendar__day"
958
962
  >
959
963
  <div
@@ -966,7 +970,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
966
970
  />
967
971
  </div>
968
972
  <div
969
- class="ucl-uikit-calendar__day css-1wigzpm"
973
+ class="ucl-uikit-calendar__day css-17ub3t6"
970
974
  data-testid="ucl-uikit-calendar__day"
971
975
  >
972
976
  <div
@@ -979,7 +983,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
979
983
  />
980
984
  </div>
981
985
  <div
982
- class="ucl-uikit-calendar__day css-1wigzpm"
986
+ class="ucl-uikit-calendar__day css-17ub3t6"
983
987
  data-testid="ucl-uikit-calendar__day"
984
988
  >
985
989
  <div
@@ -992,7 +996,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
992
996
  />
993
997
  </div>
994
998
  <div
995
- class="ucl-uikit-calendar__day css-1wigzpm"
999
+ class="ucl-uikit-calendar__day css-17ub3t6"
996
1000
  data-testid="ucl-uikit-calendar__day"
997
1001
  >
998
1002
  <div
@@ -1005,7 +1009,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1005
1009
  />
1006
1010
  </div>
1007
1011
  <div
1008
- class="ucl-uikit-calendar__day css-1wigzpm"
1012
+ class="ucl-uikit-calendar__day css-17ub3t6"
1009
1013
  data-testid="ucl-uikit-calendar__day"
1010
1014
  >
1011
1015
  <div
@@ -1018,7 +1022,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1018
1022
  />
1019
1023
  </div>
1020
1024
  <div
1021
- class="ucl-uikit-calendar__day css-1wigzpm"
1025
+ class="ucl-uikit-calendar__day css-17ub3t6"
1022
1026
  data-testid="ucl-uikit-calendar__day"
1023
1027
  >
1024
1028
  <div
@@ -1031,7 +1035,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1031
1035
  />
1032
1036
  </div>
1033
1037
  <div
1034
- class="ucl-uikit-calendar__day css-1wigzpm"
1038
+ class="ucl-uikit-calendar__day css-17ub3t6"
1035
1039
  data-testid="ucl-uikit-calendar__day"
1036
1040
  >
1037
1041
  <div
@@ -1044,7 +1048,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1044
1048
  />
1045
1049
  </div>
1046
1050
  <div
1047
- class="ucl-uikit-calendar__day css-1wigzpm"
1051
+ class="ucl-uikit-calendar__day css-17ub3t6"
1048
1052
  data-testid="ucl-uikit-calendar__day"
1049
1053
  >
1050
1054
  <div
@@ -1057,7 +1061,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1057
1061
  />
1058
1062
  </div>
1059
1063
  <div
1060
- class="ucl-uikit-calendar__day css-1wigzpm"
1064
+ class="ucl-uikit-calendar__day css-17ub3t6"
1061
1065
  data-testid="ucl-uikit-calendar__day"
1062
1066
  >
1063
1067
  <div
@@ -1070,7 +1074,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1070
1074
  />
1071
1075
  </div>
1072
1076
  <div
1073
- class="ucl-uikit-calendar__day css-1wigzpm"
1077
+ class="ucl-uikit-calendar__day css-17ub3t6"
1074
1078
  data-testid="ucl-uikit-calendar__day"
1075
1079
  >
1076
1080
  <div
@@ -1083,7 +1087,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1083
1087
  />
1084
1088
  </div>
1085
1089
  <div
1086
- class="ucl-uikit-calendar__day css-1wigzpm"
1090
+ class="ucl-uikit-calendar__day css-17ub3t6"
1087
1091
  data-testid="ucl-uikit-calendar__day"
1088
1092
  >
1089
1093
  <div
@@ -1096,7 +1100,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1096
1100
  />
1097
1101
  </div>
1098
1102
  <div
1099
- class="ucl-uikit-calendar__day css-1wigzpm"
1103
+ class="ucl-uikit-calendar__day css-17ub3t6"
1100
1104
  data-testid="ucl-uikit-calendar__day"
1101
1105
  >
1102
1106
  <div
@@ -1109,7 +1113,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1109
1113
  />
1110
1114
  </div>
1111
1115
  <div
1112
- class="ucl-uikit-calendar__day css-1wigzpm"
1116
+ class="ucl-uikit-calendar__day css-17ub3t6"
1113
1117
  data-testid="ucl-uikit-calendar__day"
1114
1118
  >
1115
1119
  <div
@@ -1122,7 +1126,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1122
1126
  />
1123
1127
  </div>
1124
1128
  <div
1125
- class="ucl-uikit-calendar__day css-1wigzpm"
1129
+ class="ucl-uikit-calendar__day css-17ub3t6"
1126
1130
  data-testid="ucl-uikit-calendar__day"
1127
1131
  >
1128
1132
  <div
@@ -1135,7 +1139,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1135
1139
  />
1136
1140
  </div>
1137
1141
  <div
1138
- class="ucl-uikit-calendar__day css-1wigzpm"
1142
+ class="ucl-uikit-calendar__day css-17ub3t6"
1139
1143
  data-testid="ucl-uikit-calendar__day"
1140
1144
  >
1141
1145
  <div
@@ -1148,7 +1152,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1148
1152
  />
1149
1153
  </div>
1150
1154
  <div
1151
- class="ucl-uikit-calendar__day css-1wigzpm"
1155
+ class="ucl-uikit-calendar__day css-17ub3t6"
1152
1156
  data-testid="ucl-uikit-calendar__day"
1153
1157
  >
1154
1158
  <div
@@ -1161,7 +1165,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1161
1165
  />
1162
1166
  </div>
1163
1167
  <div
1164
- class="ucl-uikit-calendar__day css-1wigzpm"
1168
+ class="ucl-uikit-calendar__day css-17ub3t6"
1165
1169
  data-testid="ucl-uikit-calendar__day"
1166
1170
  >
1167
1171
  <div
@@ -1174,7 +1178,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1174
1178
  />
1175
1179
  </div>
1176
1180
  <div
1177
- class="ucl-uikit-calendar__day css-1wigzpm"
1181
+ class="ucl-uikit-calendar__day css-17ub3t6"
1178
1182
  data-testid="ucl-uikit-calendar__day"
1179
1183
  >
1180
1184
  <div
@@ -1187,7 +1191,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1187
1191
  />
1188
1192
  </div>
1189
1193
  <div
1190
- class="ucl-uikit-calendar__day css-1wigzpm"
1194
+ class="ucl-uikit-calendar__day css-17ub3t6"
1191
1195
  data-testid="ucl-uikit-calendar__day"
1192
1196
  >
1193
1197
  <div
@@ -1200,7 +1204,7 @@ exports[`Calendar > Snapshot: with date provided 1`] = `
1200
1204
  />
1201
1205
  </div>
1202
1206
  <div
1203
- class="ucl-uikit-calendar__day css-1wigzpm"
1207
+ class="ucl-uikit-calendar__day css-17ub3t6"
1204
1208
  data-testid="ucl-uikit-calendar__day"
1205
1209
  >
1206
1210
  <div