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
@@ -1,6 +1,8 @@
1
1
  import { ReactNode } from 'react';
2
+ import { ThemeType } from './original/defaultTheme';
2
3
  export declare const ThemeContextProvider: React.FC<{
3
4
  children: ReactNode;
5
+ initialTheme?: ThemeType;
4
6
  }>;
5
7
  declare const useTheme: () => [{
6
8
  p0: number;
@@ -35,7 +37,1089 @@ declare const useTheme: () => [{
35
37
  m64: string;
36
38
  m72: string;
37
39
  m80: string;
40
+ primitiveColour: {
41
+ grey: {
42
+ "10": {
43
+ $value: {
44
+ hex: string;
45
+ alpha: number;
46
+ };
47
+ };
48
+ "11": {
49
+ $value: {
50
+ hex: string;
51
+ alpha: number;
52
+ };
53
+ };
54
+ "12": {
55
+ $value: {
56
+ hex: string;
57
+ alpha: number;
58
+ };
59
+ };
60
+ "13": {
61
+ $value: {
62
+ hex: string;
63
+ alpha: number;
64
+ };
65
+ };
66
+ "14": {
67
+ $value: {
68
+ hex: string;
69
+ alpha: number;
70
+ };
71
+ };
72
+ "15": {
73
+ $value: {
74
+ hex: string;
75
+ alpha: number;
76
+ };
77
+ };
78
+ "00": {
79
+ $value: {
80
+ hex: string;
81
+ alpha: number;
82
+ };
83
+ };
84
+ "01": {
85
+ $description: string;
86
+ $value: {
87
+ hex: string;
88
+ alpha: number;
89
+ };
90
+ };
91
+ "02": {
92
+ $value: {
93
+ hex: string;
94
+ alpha: number;
95
+ };
96
+ };
97
+ "03": {
98
+ $value: {
99
+ hex: string;
100
+ alpha: number;
101
+ };
102
+ };
103
+ "04": {
104
+ $value: {
105
+ hex: string;
106
+ alpha: number;
107
+ };
108
+ };
109
+ "05": {
110
+ $value: {
111
+ hex: string;
112
+ alpha: number;
113
+ };
114
+ };
115
+ "06": {
116
+ $value: {
117
+ hex: string;
118
+ alpha: number;
119
+ };
120
+ };
121
+ "07": {
122
+ $value: {
123
+ hex: string;
124
+ alpha: number;
125
+ };
126
+ };
127
+ "08": {
128
+ $value: {
129
+ hex: string;
130
+ alpha: number;
131
+ };
132
+ };
133
+ "09": {
134
+ $value: {
135
+ hex: string;
136
+ alpha: number;
137
+ };
138
+ };
139
+ };
140
+ whiteAlpha: {
141
+ "10": {
142
+ $value: {
143
+ hex: string;
144
+ alpha: number;
145
+ };
146
+ };
147
+ "11": {
148
+ $value: {
149
+ hex: string;
150
+ alpha: number;
151
+ };
152
+ };
153
+ "12": {
154
+ $value: {
155
+ hex: string;
156
+ alpha: number;
157
+ };
158
+ };
159
+ "13": {
160
+ $value: {
161
+ hex: string;
162
+ alpha: number;
163
+ };
164
+ };
165
+ "14": {
166
+ $value: {
167
+ hex: string;
168
+ alpha: number;
169
+ };
170
+ };
171
+ "15": {
172
+ $value: {
173
+ hex: string;
174
+ alpha: number;
175
+ };
176
+ };
177
+ };
178
+ red: {
179
+ "10": {
180
+ $value: {
181
+ hex: string;
182
+ alpha: number;
183
+ };
184
+ };
185
+ "11": {
186
+ $value: {
187
+ hex: string;
188
+ alpha: number;
189
+ };
190
+ };
191
+ "12": {
192
+ $value: {
193
+ hex: string;
194
+ alpha: number;
195
+ };
196
+ };
197
+ "13": {
198
+ $value: {
199
+ hex: string;
200
+ alpha: number;
201
+ };
202
+ };
203
+ "14": {
204
+ $value: {
205
+ hex: string;
206
+ alpha: number;
207
+ };
208
+ };
209
+ "15": {
210
+ $value: {
211
+ hex: string;
212
+ alpha: number;
213
+ };
214
+ };
215
+ "01": {
216
+ $value: {
217
+ hex: string;
218
+ alpha: number;
219
+ };
220
+ };
221
+ "02": {
222
+ $value: {
223
+ hex: string;
224
+ alpha: number;
225
+ };
226
+ };
227
+ "03": {
228
+ $value: {
229
+ hex: string;
230
+ alpha: number;
231
+ };
232
+ };
233
+ "04": {
234
+ $value: {
235
+ hex: string;
236
+ alpha: number;
237
+ };
238
+ };
239
+ "05": {
240
+ $value: {
241
+ hex: string;
242
+ alpha: number;
243
+ };
244
+ };
245
+ "06": {
246
+ $value: {
247
+ hex: string;
248
+ alpha: number;
249
+ };
250
+ };
251
+ "07": {
252
+ $value: {
253
+ hex: string;
254
+ alpha: number;
255
+ };
256
+ };
257
+ "08": {
258
+ $value: {
259
+ hex: string;
260
+ alpha: number;
261
+ };
262
+ };
263
+ "09": {
264
+ $value: {
265
+ hex: string;
266
+ alpha: number;
267
+ };
268
+ };
269
+ };
270
+ orange: {
271
+ "10": {
272
+ $value: {
273
+ hex: string;
274
+ alpha: number;
275
+ };
276
+ };
277
+ "11": {
278
+ $value: {
279
+ hex: string;
280
+ alpha: number;
281
+ };
282
+ };
283
+ "12": {
284
+ $value: {
285
+ hex: string;
286
+ alpha: number;
287
+ };
288
+ };
289
+ "13": {
290
+ $value: {
291
+ hex: string;
292
+ alpha: number;
293
+ };
294
+ };
295
+ "14": {
296
+ $value: {
297
+ hex: string;
298
+ alpha: number;
299
+ };
300
+ };
301
+ "15": {
302
+ $value: {
303
+ hex: string;
304
+ alpha: number;
305
+ };
306
+ };
307
+ "01": {
308
+ $value: {
309
+ hex: string;
310
+ alpha: number;
311
+ };
312
+ };
313
+ "02": {
314
+ $value: {
315
+ hex: string;
316
+ alpha: number;
317
+ };
318
+ };
319
+ "03": {
320
+ $value: {
321
+ hex: string;
322
+ alpha: number;
323
+ };
324
+ };
325
+ "04": {
326
+ $value: {
327
+ hex: string;
328
+ alpha: number;
329
+ };
330
+ };
331
+ "05": {
332
+ $value: {
333
+ hex: string;
334
+ alpha: number;
335
+ };
336
+ };
337
+ "06": {
338
+ $value: {
339
+ hex: string;
340
+ alpha: number;
341
+ };
342
+ };
343
+ "07": {
344
+ $value: {
345
+ hex: string;
346
+ alpha: number;
347
+ };
348
+ };
349
+ "08": {
350
+ $value: {
351
+ hex: string;
352
+ alpha: number;
353
+ };
354
+ };
355
+ "09": {
356
+ $value: {
357
+ hex: string;
358
+ alpha: number;
359
+ };
360
+ };
361
+ };
362
+ yellow: {
363
+ "10": {
364
+ $value: {
365
+ hex: string;
366
+ alpha: number;
367
+ };
368
+ };
369
+ "11": {
370
+ $value: {
371
+ hex: string;
372
+ alpha: number;
373
+ };
374
+ };
375
+ "12": {
376
+ $value: {
377
+ hex: string;
378
+ alpha: number;
379
+ };
380
+ };
381
+ "13": {
382
+ $value: {
383
+ hex: string;
384
+ alpha: number;
385
+ };
386
+ };
387
+ "14": {
388
+ $value: {
389
+ hex: string;
390
+ alpha: number;
391
+ };
392
+ };
393
+ "15": {
394
+ $value: {
395
+ hex: string;
396
+ alpha: number;
397
+ };
398
+ };
399
+ "01": {
400
+ $value: {
401
+ hex: string;
402
+ alpha: number;
403
+ };
404
+ };
405
+ "02": {
406
+ $value: {
407
+ hex: string;
408
+ alpha: number;
409
+ };
410
+ };
411
+ "03": {
412
+ $value: {
413
+ hex: string;
414
+ alpha: number;
415
+ };
416
+ };
417
+ "04": {
418
+ $value: {
419
+ hex: string;
420
+ alpha: number;
421
+ };
422
+ };
423
+ "05": {
424
+ $value: {
425
+ hex: string;
426
+ alpha: number;
427
+ };
428
+ };
429
+ "06": {
430
+ $value: {
431
+ hex: string;
432
+ alpha: number;
433
+ };
434
+ };
435
+ "07": {
436
+ $value: {
437
+ hex: string;
438
+ alpha: number;
439
+ };
440
+ };
441
+ "08": {
442
+ $value: {
443
+ hex: string;
444
+ alpha: number;
445
+ };
446
+ };
447
+ "09": {
448
+ $value: {
449
+ hex: string;
450
+ alpha: number;
451
+ };
452
+ };
453
+ };
454
+ green: {
455
+ "10": {
456
+ $value: {
457
+ hex: string;
458
+ alpha: number;
459
+ };
460
+ };
461
+ "11": {
462
+ $value: {
463
+ hex: string;
464
+ alpha: number;
465
+ };
466
+ };
467
+ "12": {
468
+ $value: {
469
+ hex: string;
470
+ alpha: number;
471
+ };
472
+ };
473
+ "13": {
474
+ $value: {
475
+ hex: string;
476
+ alpha: number;
477
+ };
478
+ };
479
+ "14": {
480
+ $value: {
481
+ hex: string;
482
+ alpha: number;
483
+ };
484
+ };
485
+ "15": {
486
+ $value: {
487
+ hex: string;
488
+ alpha: number;
489
+ };
490
+ };
491
+ "01": {
492
+ $value: {
493
+ hex: string;
494
+ alpha: number;
495
+ };
496
+ };
497
+ "02": {
498
+ $value: {
499
+ hex: string;
500
+ alpha: number;
501
+ };
502
+ };
503
+ "03": {
504
+ $value: {
505
+ hex: string;
506
+ alpha: number;
507
+ };
508
+ };
509
+ "04": {
510
+ $value: {
511
+ hex: string;
512
+ alpha: number;
513
+ };
514
+ };
515
+ "05": {
516
+ $value: {
517
+ hex: string;
518
+ alpha: number;
519
+ };
520
+ };
521
+ "06": {
522
+ $value: {
523
+ hex: string;
524
+ alpha: number;
525
+ };
526
+ };
527
+ "07": {
528
+ $value: {
529
+ hex: string;
530
+ alpha: number;
531
+ };
532
+ };
533
+ "08": {
534
+ $value: {
535
+ hex: string;
536
+ alpha: number;
537
+ };
538
+ };
539
+ "09": {
540
+ $value: {
541
+ hex: string;
542
+ alpha: number;
543
+ };
544
+ };
545
+ };
546
+ blue: {
547
+ "10": {
548
+ $value: {
549
+ hex: string;
550
+ alpha: number;
551
+ };
552
+ };
553
+ "11": {
554
+ $value: {
555
+ hex: string;
556
+ alpha: number;
557
+ };
558
+ };
559
+ "12": {
560
+ $value: {
561
+ hex: string;
562
+ alpha: number;
563
+ };
564
+ };
565
+ "13": {
566
+ $value: {
567
+ hex: string;
568
+ alpha: number;
569
+ };
570
+ };
571
+ "14": {
572
+ $value: {
573
+ hex: string;
574
+ alpha: number;
575
+ };
576
+ };
577
+ "15": {
578
+ $value: {
579
+ hex: string;
580
+ alpha: number;
581
+ };
582
+ };
583
+ "01": {
584
+ $value: {
585
+ hex: string;
586
+ alpha: number;
587
+ };
588
+ };
589
+ "02": {
590
+ $value: {
591
+ hex: string;
592
+ alpha: number;
593
+ };
594
+ };
595
+ "03": {
596
+ $value: {
597
+ hex: string;
598
+ alpha: number;
599
+ };
600
+ };
601
+ "04": {
602
+ $value: {
603
+ hex: string;
604
+ alpha: number;
605
+ };
606
+ };
607
+ "05": {
608
+ $value: {
609
+ hex: string;
610
+ alpha: number;
611
+ };
612
+ };
613
+ "06": {
614
+ $value: {
615
+ hex: string;
616
+ alpha: number;
617
+ };
618
+ };
619
+ "07": {
620
+ $value: {
621
+ hex: string;
622
+ alpha: number;
623
+ };
624
+ };
625
+ "08": {
626
+ $value: {
627
+ hex: string;
628
+ alpha: number;
629
+ };
630
+ };
631
+ "09": {
632
+ $value: {
633
+ hex: string;
634
+ alpha: number;
635
+ };
636
+ };
637
+ };
638
+ brandPurple: {
639
+ "10": {
640
+ $description: string;
641
+ $value: {
642
+ hex: string;
643
+ alpha: number;
644
+ };
645
+ };
646
+ "11": {
647
+ $value: {
648
+ hex: string;
649
+ alpha: number;
650
+ };
651
+ };
652
+ "12": {
653
+ $value: {
654
+ hex: string;
655
+ alpha: number;
656
+ };
657
+ };
658
+ "13": {
659
+ $value: {
660
+ hex: string;
661
+ alpha: number;
662
+ };
663
+ };
664
+ "14": {
665
+ $value: {
666
+ hex: string;
667
+ alpha: number;
668
+ };
669
+ };
670
+ "15": {
671
+ $description: string;
672
+ $value: {
673
+ hex: string;
674
+ alpha: number;
675
+ };
676
+ };
677
+ "01": {
678
+ $value: {
679
+ hex: string;
680
+ alpha: number;
681
+ };
682
+ };
683
+ "02": {
684
+ $value: {
685
+ hex: string;
686
+ alpha: number;
687
+ };
688
+ };
689
+ "03": {
690
+ $value: {
691
+ hex: string;
692
+ alpha: number;
693
+ };
694
+ };
695
+ "04": {
696
+ $description: string;
697
+ $value: {
698
+ hex: string;
699
+ alpha: number;
700
+ };
701
+ };
702
+ "05": {
703
+ $value: {
704
+ hex: string;
705
+ alpha: number;
706
+ };
707
+ };
708
+ "06": {
709
+ $description: string;
710
+ $value: {
711
+ hex: string;
712
+ alpha: number;
713
+ };
714
+ };
715
+ "07": {
716
+ $value: {
717
+ hex: string;
718
+ alpha: number;
719
+ };
720
+ };
721
+ "08": {
722
+ $description: string;
723
+ $value: {
724
+ hex: string;
725
+ alpha: number;
726
+ };
727
+ };
728
+ "09": {
729
+ $value: {
730
+ hex: string;
731
+ alpha: number;
732
+ };
733
+ };
734
+ };
735
+ brandBlur: {
736
+ "heritage-blue": {
737
+ $value: {
738
+ hex: string;
739
+ alpha: number;
740
+ };
741
+ };
742
+ };
743
+ };
744
+ colour: {
745
+ bg: {
746
+ default: string;
747
+ brand: string;
748
+ inverse: string;
749
+ inversePrimary: string;
750
+ };
751
+ border: {
752
+ default: string;
753
+ brand: string;
754
+ brandHover: string;
755
+ brandSubtle: string;
756
+ primary: string;
757
+ secondary: string;
758
+ tertiary: string;
759
+ subtle: string;
760
+ disabled: string;
761
+ inverse: string;
762
+ brandInverse: string;
763
+ brandInverseSecondary: string;
764
+ focus: string;
765
+ success: string;
766
+ critical: string;
767
+ warning: string;
768
+ };
769
+ fill: {
770
+ default: string;
771
+ hover: string;
772
+ brand: string;
773
+ brandHover: string;
774
+ brandPressed: string;
775
+ brandSubtleSelected: string;
776
+ brandSubtleHover: string;
777
+ brandPrimary: string;
778
+ disabled: string;
779
+ inverse: string;
780
+ brandInverseSecondary: string;
781
+ inverseHover: string;
782
+ critical: string;
783
+ criticalHover: string;
784
+ criticalSelected: string;
785
+ criticalPressed: string;
786
+ warning: string;
787
+ warningHover: string;
788
+ warningSelected: string;
789
+ warningPressed: string;
790
+ success: string;
791
+ };
792
+ icon: {
793
+ default: string;
794
+ hover: string;
795
+ secondary: string;
796
+ tertiary: string;
797
+ disabled: string;
798
+ disabledOnBgFill: string;
799
+ brand: string;
800
+ brandHover: string;
801
+ brandSelectedOnBgFill: string;
802
+ visited: string;
803
+ brandPrimary: string;
804
+ brandInverted: string;
805
+ inverse: string;
806
+ inverseHover: string;
807
+ brandInverseSecondary: string;
808
+ inverseTertiary: string;
809
+ inverseDisabled: string;
810
+ critical: string;
811
+ criticalOnBgFill: string;
812
+ success: string;
813
+ successOnBgFill: string;
814
+ warning: string;
815
+ warningOnBgFill: string;
816
+ };
817
+ surface: {
818
+ default: string;
819
+ primary: string;
820
+ secondary: string;
821
+ brand: string;
822
+ brandHover: string;
823
+ brandSelected: string;
824
+ warning: string;
825
+ success: string;
826
+ critical: string;
827
+ hover: string;
828
+ selected: string;
829
+ disabled: string;
830
+ tertiary: string;
831
+ inverseBrand: string;
832
+ inverseBrandPrimary: string;
833
+ backdrop: string;
834
+ };
835
+ text: {
836
+ default: string;
837
+ secondary: string;
838
+ tertiary: string;
839
+ disabled: string;
840
+ inverse: string;
841
+ onBgFillDisabled: string;
842
+ brand: string;
843
+ brandAccent: string;
844
+ brandHover: string;
845
+ brandInverse: string;
846
+ brandInverseSecondary: string;
847
+ brandPrimary: string;
848
+ critical: string;
849
+ warningOnBgFill: string;
850
+ };
851
+ link: {
852
+ default: string;
853
+ brand: string;
854
+ brandHover: string;
855
+ visited: string;
856
+ primary: string;
857
+ primaryHover: string;
858
+ disabled: string;
859
+ inverse: string;
860
+ inverseVisited: string;
861
+ inverseDisabled: string;
862
+ inverseSecondary: string;
863
+ inverseTertiary: string;
864
+ };
865
+ speciality: {
866
+ inputDefault: string;
867
+ };
868
+ };
869
+ typography: {
870
+ heading: {
871
+ xxl: {
872
+ md: {
873
+ fontFamily: string[];
874
+ fontSettings: string;
875
+ fontSize: number;
876
+ fontWeight: number;
877
+ lineHeight: number;
878
+ };
879
+ sm: {
880
+ fontFamily: string[];
881
+ fontSettings: string;
882
+ fontSize: number;
883
+ fontWeight: number;
884
+ lineHeight: number;
885
+ };
886
+ };
887
+ xl: {
888
+ md: {
889
+ fontFamily: string[];
890
+ fontSettings: string;
891
+ fontSize: number;
892
+ fontWeight: number;
893
+ lineHeight: number;
894
+ };
895
+ sm: {
896
+ fontFamily: string[];
897
+ fontSettings: string;
898
+ fontSize: number;
899
+ fontWeight: number;
900
+ lineHeight: number;
901
+ };
902
+ };
903
+ lg: {
904
+ md: {
905
+ fontFamily: string[];
906
+ fontSettings: string;
907
+ fontSize: number;
908
+ fontWeight: number;
909
+ lineHeight: number;
910
+ };
911
+ sm: {
912
+ fontFamily: string[];
913
+ fontSettings: string;
914
+ fontSize: number;
915
+ fontWeight: number;
916
+ lineHeight: number;
917
+ };
918
+ };
919
+ md: {
920
+ md: {
921
+ fontFamily: string[];
922
+ fontSettings: string;
923
+ fontSize: number;
924
+ fontWeight: number;
925
+ lineHeight: number;
926
+ };
927
+ sm: {
928
+ fontFamily: string[];
929
+ fontSettings: string;
930
+ fontSize: number;
931
+ fontWeight: number;
932
+ lineHeight: number;
933
+ };
934
+ };
935
+ sm: {
936
+ md: {
937
+ fontFamily: string[];
938
+ fontSettings: string;
939
+ fontSize: number;
940
+ fontWeight: number;
941
+ lineHeight: number;
942
+ };
943
+ sm: {
944
+ fontFamily: string[];
945
+ fontSettings: string;
946
+ fontSize: number;
947
+ fontWeight: number;
948
+ lineHeight: number;
949
+ };
950
+ };
951
+ xs: {
952
+ md: {
953
+ fontFamily: string[];
954
+ fontSettings: string;
955
+ fontSize: number;
956
+ fontWeight: number;
957
+ lineHeight: number;
958
+ };
959
+ sm: {
960
+ fontFamily: string[];
961
+ fontSettings: string;
962
+ fontSize: number;
963
+ fontWeight: number;
964
+ lineHeight: number;
965
+ };
966
+ };
967
+ };
968
+ body: {
969
+ lg: {
970
+ fontFamily: string[];
971
+ fontSettings: string;
972
+ fontSize: number;
973
+ fontWeight: number;
974
+ lineHeight: number;
975
+ };
976
+ lgMedium: {
977
+ fontFamily: string[];
978
+ fontSettings: string;
979
+ fontSize: number;
980
+ fontWeight: number;
981
+ lineHeight: number;
982
+ };
983
+ lgSemibold: {
984
+ fontFamily: string[];
985
+ fontSettings: string;
986
+ fontSize: number;
987
+ fontWeight: number;
988
+ lineHeight: number;
989
+ };
990
+ lgBold: {
991
+ fontFamily: string[];
992
+ fontSettings: string;
993
+ fontSize: number;
994
+ fontWeight: number;
995
+ lineHeight: number;
996
+ };
997
+ md: {
998
+ fontFamily: string[];
999
+ fontSettings: string;
1000
+ fontSize: number;
1001
+ fontWeight: number;
1002
+ lineHeight: number;
1003
+ };
1004
+ mdMedium: {
1005
+ fontFamily: string[];
1006
+ fontSettings: string;
1007
+ fontSize: number;
1008
+ fontWeight: number;
1009
+ lineHeight: number;
1010
+ };
1011
+ mdSemibold: {
1012
+ fontFamily: string[];
1013
+ fontSettings: string;
1014
+ fontSize: number;
1015
+ fontWeight: number;
1016
+ lineHeight: number;
1017
+ };
1018
+ mdNumeric: {
1019
+ fontFamily: string[];
1020
+ fontSettings: string;
1021
+ fontSize: number;
1022
+ fontWeight: number;
1023
+ lineHeight: number;
1024
+ };
1025
+ mdMediumNumeric: {
1026
+ fontFamily: string[];
1027
+ fontSettings: string;
1028
+ fontSize: number;
1029
+ fontWeight: number;
1030
+ lineHeight: number;
1031
+ };
1032
+ sm: {
1033
+ fontFamily: string[];
1034
+ fontSettings: string;
1035
+ fontSize: number;
1036
+ fontWeight: number;
1037
+ lineHeight: number;
1038
+ };
1039
+ smMedium: {
1040
+ fontFamily: string[];
1041
+ fontSettings: string;
1042
+ fontSize: number;
1043
+ fontWeight: number;
1044
+ lineHeight: number;
1045
+ };
1046
+ smSemibold: {
1047
+ fontFamily: string[];
1048
+ fontSettings: string;
1049
+ fontSize: number;
1050
+ fontWeight: number;
1051
+ lineHeight: number;
1052
+ };
1053
+ xs: {
1054
+ fontFamily: string[];
1055
+ fontSettings: string;
1056
+ fontSize: number;
1057
+ fontWeight: number;
1058
+ lineHeight: number;
1059
+ };
1060
+ xsMedium: {
1061
+ fontFamily: string[];
1062
+ fontSettings: string;
1063
+ fontSize: number;
1064
+ fontWeight: number;
1065
+ lineHeight: number;
1066
+ };
1067
+ };
1068
+ };
38
1069
  color: {
1070
+ base: {
1071
+ purple200: string;
1072
+ purple50: string;
1073
+ purple40: string;
1074
+ purple20: string;
1075
+ green100: string;
1076
+ green70: string;
1077
+ green40: string;
1078
+ green10: string;
1079
+ green200: string;
1080
+ green50: string;
1081
+ green20: string;
1082
+ blue100: string;
1083
+ blue80: string;
1084
+ blue70: string;
1085
+ blue40: string;
1086
+ blue10: string;
1087
+ blue5: string;
1088
+ blue200: string;
1089
+ blue50: string;
1090
+ blue20: string;
1091
+ blue15: string;
1092
+ blue20Alt: string;
1093
+ blue25: string;
1094
+ yellow200: string;
1095
+ yellow50: string;
1096
+ yellow20: string;
1097
+ orange100: string;
1098
+ orange70: string;
1099
+ orange40: string;
1100
+ orange10: string;
1101
+ red100: string;
1102
+ red70: string;
1103
+ red50: string;
1104
+ red40: string;
1105
+ red10: string;
1106
+ red80: string;
1107
+ red90: string;
1108
+ pink200: string;
1109
+ pink50: string;
1110
+ pink20: string;
1111
+ black100: string;
1112
+ black90: string;
1113
+ black80: string;
1114
+ black70: string;
1115
+ black60: string;
1116
+ black40: string;
1117
+ black20: string;
1118
+ black15: string;
1119
+ black10: string;
1120
+ black5: string;
1121
+ white: string;
1122
+ };
39
1123
  text: {
40
1124
  primary: string;
41
1125
  secondary: string;
@@ -118,6 +1202,10 @@ declare const useTheme: () => [{
118
1202
  grey5: string;
119
1203
  white: string;
120
1204
  };
1205
+ blackAndWhite: {
1206
+ black: string;
1207
+ white: string;
1208
+ };
121
1209
  overlay: {
122
1210
  blanket: string;
123
1211
  };
@@ -283,7 +1371,1089 @@ declare const useTheme: () => [{
283
1371
  m64: string;
284
1372
  m72: string;
285
1373
  m80: string;
1374
+ primitiveColour: {
1375
+ grey: {
1376
+ "10": {
1377
+ $value: {
1378
+ hex: string;
1379
+ alpha: number;
1380
+ };
1381
+ };
1382
+ "11": {
1383
+ $value: {
1384
+ hex: string;
1385
+ alpha: number;
1386
+ };
1387
+ };
1388
+ "12": {
1389
+ $value: {
1390
+ hex: string;
1391
+ alpha: number;
1392
+ };
1393
+ };
1394
+ "13": {
1395
+ $value: {
1396
+ hex: string;
1397
+ alpha: number;
1398
+ };
1399
+ };
1400
+ "14": {
1401
+ $value: {
1402
+ hex: string;
1403
+ alpha: number;
1404
+ };
1405
+ };
1406
+ "15": {
1407
+ $value: {
1408
+ hex: string;
1409
+ alpha: number;
1410
+ };
1411
+ };
1412
+ "00": {
1413
+ $value: {
1414
+ hex: string;
1415
+ alpha: number;
1416
+ };
1417
+ };
1418
+ "01": {
1419
+ $description: string;
1420
+ $value: {
1421
+ hex: string;
1422
+ alpha: number;
1423
+ };
1424
+ };
1425
+ "02": {
1426
+ $value: {
1427
+ hex: string;
1428
+ alpha: number;
1429
+ };
1430
+ };
1431
+ "03": {
1432
+ $value: {
1433
+ hex: string;
1434
+ alpha: number;
1435
+ };
1436
+ };
1437
+ "04": {
1438
+ $value: {
1439
+ hex: string;
1440
+ alpha: number;
1441
+ };
1442
+ };
1443
+ "05": {
1444
+ $value: {
1445
+ hex: string;
1446
+ alpha: number;
1447
+ };
1448
+ };
1449
+ "06": {
1450
+ $value: {
1451
+ hex: string;
1452
+ alpha: number;
1453
+ };
1454
+ };
1455
+ "07": {
1456
+ $value: {
1457
+ hex: string;
1458
+ alpha: number;
1459
+ };
1460
+ };
1461
+ "08": {
1462
+ $value: {
1463
+ hex: string;
1464
+ alpha: number;
1465
+ };
1466
+ };
1467
+ "09": {
1468
+ $value: {
1469
+ hex: string;
1470
+ alpha: number;
1471
+ };
1472
+ };
1473
+ };
1474
+ whiteAlpha: {
1475
+ "10": {
1476
+ $value: {
1477
+ hex: string;
1478
+ alpha: number;
1479
+ };
1480
+ };
1481
+ "11": {
1482
+ $value: {
1483
+ hex: string;
1484
+ alpha: number;
1485
+ };
1486
+ };
1487
+ "12": {
1488
+ $value: {
1489
+ hex: string;
1490
+ alpha: number;
1491
+ };
1492
+ };
1493
+ "13": {
1494
+ $value: {
1495
+ hex: string;
1496
+ alpha: number;
1497
+ };
1498
+ };
1499
+ "14": {
1500
+ $value: {
1501
+ hex: string;
1502
+ alpha: number;
1503
+ };
1504
+ };
1505
+ "15": {
1506
+ $value: {
1507
+ hex: string;
1508
+ alpha: number;
1509
+ };
1510
+ };
1511
+ };
1512
+ red: {
1513
+ "10": {
1514
+ $value: {
1515
+ hex: string;
1516
+ alpha: number;
1517
+ };
1518
+ };
1519
+ "11": {
1520
+ $value: {
1521
+ hex: string;
1522
+ alpha: number;
1523
+ };
1524
+ };
1525
+ "12": {
1526
+ $value: {
1527
+ hex: string;
1528
+ alpha: number;
1529
+ };
1530
+ };
1531
+ "13": {
1532
+ $value: {
1533
+ hex: string;
1534
+ alpha: number;
1535
+ };
1536
+ };
1537
+ "14": {
1538
+ $value: {
1539
+ hex: string;
1540
+ alpha: number;
1541
+ };
1542
+ };
1543
+ "15": {
1544
+ $value: {
1545
+ hex: string;
1546
+ alpha: number;
1547
+ };
1548
+ };
1549
+ "01": {
1550
+ $value: {
1551
+ hex: string;
1552
+ alpha: number;
1553
+ };
1554
+ };
1555
+ "02": {
1556
+ $value: {
1557
+ hex: string;
1558
+ alpha: number;
1559
+ };
1560
+ };
1561
+ "03": {
1562
+ $value: {
1563
+ hex: string;
1564
+ alpha: number;
1565
+ };
1566
+ };
1567
+ "04": {
1568
+ $value: {
1569
+ hex: string;
1570
+ alpha: number;
1571
+ };
1572
+ };
1573
+ "05": {
1574
+ $value: {
1575
+ hex: string;
1576
+ alpha: number;
1577
+ };
1578
+ };
1579
+ "06": {
1580
+ $value: {
1581
+ hex: string;
1582
+ alpha: number;
1583
+ };
1584
+ };
1585
+ "07": {
1586
+ $value: {
1587
+ hex: string;
1588
+ alpha: number;
1589
+ };
1590
+ };
1591
+ "08": {
1592
+ $value: {
1593
+ hex: string;
1594
+ alpha: number;
1595
+ };
1596
+ };
1597
+ "09": {
1598
+ $value: {
1599
+ hex: string;
1600
+ alpha: number;
1601
+ };
1602
+ };
1603
+ };
1604
+ orange: {
1605
+ "10": {
1606
+ $value: {
1607
+ hex: string;
1608
+ alpha: number;
1609
+ };
1610
+ };
1611
+ "11": {
1612
+ $value: {
1613
+ hex: string;
1614
+ alpha: number;
1615
+ };
1616
+ };
1617
+ "12": {
1618
+ $value: {
1619
+ hex: string;
1620
+ alpha: number;
1621
+ };
1622
+ };
1623
+ "13": {
1624
+ $value: {
1625
+ hex: string;
1626
+ alpha: number;
1627
+ };
1628
+ };
1629
+ "14": {
1630
+ $value: {
1631
+ hex: string;
1632
+ alpha: number;
1633
+ };
1634
+ };
1635
+ "15": {
1636
+ $value: {
1637
+ hex: string;
1638
+ alpha: number;
1639
+ };
1640
+ };
1641
+ "01": {
1642
+ $value: {
1643
+ hex: string;
1644
+ alpha: number;
1645
+ };
1646
+ };
1647
+ "02": {
1648
+ $value: {
1649
+ hex: string;
1650
+ alpha: number;
1651
+ };
1652
+ };
1653
+ "03": {
1654
+ $value: {
1655
+ hex: string;
1656
+ alpha: number;
1657
+ };
1658
+ };
1659
+ "04": {
1660
+ $value: {
1661
+ hex: string;
1662
+ alpha: number;
1663
+ };
1664
+ };
1665
+ "05": {
1666
+ $value: {
1667
+ hex: string;
1668
+ alpha: number;
1669
+ };
1670
+ };
1671
+ "06": {
1672
+ $value: {
1673
+ hex: string;
1674
+ alpha: number;
1675
+ };
1676
+ };
1677
+ "07": {
1678
+ $value: {
1679
+ hex: string;
1680
+ alpha: number;
1681
+ };
1682
+ };
1683
+ "08": {
1684
+ $value: {
1685
+ hex: string;
1686
+ alpha: number;
1687
+ };
1688
+ };
1689
+ "09": {
1690
+ $value: {
1691
+ hex: string;
1692
+ alpha: number;
1693
+ };
1694
+ };
1695
+ };
1696
+ yellow: {
1697
+ "10": {
1698
+ $value: {
1699
+ hex: string;
1700
+ alpha: number;
1701
+ };
1702
+ };
1703
+ "11": {
1704
+ $value: {
1705
+ hex: string;
1706
+ alpha: number;
1707
+ };
1708
+ };
1709
+ "12": {
1710
+ $value: {
1711
+ hex: string;
1712
+ alpha: number;
1713
+ };
1714
+ };
1715
+ "13": {
1716
+ $value: {
1717
+ hex: string;
1718
+ alpha: number;
1719
+ };
1720
+ };
1721
+ "14": {
1722
+ $value: {
1723
+ hex: string;
1724
+ alpha: number;
1725
+ };
1726
+ };
1727
+ "15": {
1728
+ $value: {
1729
+ hex: string;
1730
+ alpha: number;
1731
+ };
1732
+ };
1733
+ "01": {
1734
+ $value: {
1735
+ hex: string;
1736
+ alpha: number;
1737
+ };
1738
+ };
1739
+ "02": {
1740
+ $value: {
1741
+ hex: string;
1742
+ alpha: number;
1743
+ };
1744
+ };
1745
+ "03": {
1746
+ $value: {
1747
+ hex: string;
1748
+ alpha: number;
1749
+ };
1750
+ };
1751
+ "04": {
1752
+ $value: {
1753
+ hex: string;
1754
+ alpha: number;
1755
+ };
1756
+ };
1757
+ "05": {
1758
+ $value: {
1759
+ hex: string;
1760
+ alpha: number;
1761
+ };
1762
+ };
1763
+ "06": {
1764
+ $value: {
1765
+ hex: string;
1766
+ alpha: number;
1767
+ };
1768
+ };
1769
+ "07": {
1770
+ $value: {
1771
+ hex: string;
1772
+ alpha: number;
1773
+ };
1774
+ };
1775
+ "08": {
1776
+ $value: {
1777
+ hex: string;
1778
+ alpha: number;
1779
+ };
1780
+ };
1781
+ "09": {
1782
+ $value: {
1783
+ hex: string;
1784
+ alpha: number;
1785
+ };
1786
+ };
1787
+ };
1788
+ green: {
1789
+ "10": {
1790
+ $value: {
1791
+ hex: string;
1792
+ alpha: number;
1793
+ };
1794
+ };
1795
+ "11": {
1796
+ $value: {
1797
+ hex: string;
1798
+ alpha: number;
1799
+ };
1800
+ };
1801
+ "12": {
1802
+ $value: {
1803
+ hex: string;
1804
+ alpha: number;
1805
+ };
1806
+ };
1807
+ "13": {
1808
+ $value: {
1809
+ hex: string;
1810
+ alpha: number;
1811
+ };
1812
+ };
1813
+ "14": {
1814
+ $value: {
1815
+ hex: string;
1816
+ alpha: number;
1817
+ };
1818
+ };
1819
+ "15": {
1820
+ $value: {
1821
+ hex: string;
1822
+ alpha: number;
1823
+ };
1824
+ };
1825
+ "01": {
1826
+ $value: {
1827
+ hex: string;
1828
+ alpha: number;
1829
+ };
1830
+ };
1831
+ "02": {
1832
+ $value: {
1833
+ hex: string;
1834
+ alpha: number;
1835
+ };
1836
+ };
1837
+ "03": {
1838
+ $value: {
1839
+ hex: string;
1840
+ alpha: number;
1841
+ };
1842
+ };
1843
+ "04": {
1844
+ $value: {
1845
+ hex: string;
1846
+ alpha: number;
1847
+ };
1848
+ };
1849
+ "05": {
1850
+ $value: {
1851
+ hex: string;
1852
+ alpha: number;
1853
+ };
1854
+ };
1855
+ "06": {
1856
+ $value: {
1857
+ hex: string;
1858
+ alpha: number;
1859
+ };
1860
+ };
1861
+ "07": {
1862
+ $value: {
1863
+ hex: string;
1864
+ alpha: number;
1865
+ };
1866
+ };
1867
+ "08": {
1868
+ $value: {
1869
+ hex: string;
1870
+ alpha: number;
1871
+ };
1872
+ };
1873
+ "09": {
1874
+ $value: {
1875
+ hex: string;
1876
+ alpha: number;
1877
+ };
1878
+ };
1879
+ };
1880
+ blue: {
1881
+ "10": {
1882
+ $value: {
1883
+ hex: string;
1884
+ alpha: number;
1885
+ };
1886
+ };
1887
+ "11": {
1888
+ $value: {
1889
+ hex: string;
1890
+ alpha: number;
1891
+ };
1892
+ };
1893
+ "12": {
1894
+ $value: {
1895
+ hex: string;
1896
+ alpha: number;
1897
+ };
1898
+ };
1899
+ "13": {
1900
+ $value: {
1901
+ hex: string;
1902
+ alpha: number;
1903
+ };
1904
+ };
1905
+ "14": {
1906
+ $value: {
1907
+ hex: string;
1908
+ alpha: number;
1909
+ };
1910
+ };
1911
+ "15": {
1912
+ $value: {
1913
+ hex: string;
1914
+ alpha: number;
1915
+ };
1916
+ };
1917
+ "01": {
1918
+ $value: {
1919
+ hex: string;
1920
+ alpha: number;
1921
+ };
1922
+ };
1923
+ "02": {
1924
+ $value: {
1925
+ hex: string;
1926
+ alpha: number;
1927
+ };
1928
+ };
1929
+ "03": {
1930
+ $value: {
1931
+ hex: string;
1932
+ alpha: number;
1933
+ };
1934
+ };
1935
+ "04": {
1936
+ $value: {
1937
+ hex: string;
1938
+ alpha: number;
1939
+ };
1940
+ };
1941
+ "05": {
1942
+ $value: {
1943
+ hex: string;
1944
+ alpha: number;
1945
+ };
1946
+ };
1947
+ "06": {
1948
+ $value: {
1949
+ hex: string;
1950
+ alpha: number;
1951
+ };
1952
+ };
1953
+ "07": {
1954
+ $value: {
1955
+ hex: string;
1956
+ alpha: number;
1957
+ };
1958
+ };
1959
+ "08": {
1960
+ $value: {
1961
+ hex: string;
1962
+ alpha: number;
1963
+ };
1964
+ };
1965
+ "09": {
1966
+ $value: {
1967
+ hex: string;
1968
+ alpha: number;
1969
+ };
1970
+ };
1971
+ };
1972
+ brandPurple: {
1973
+ "10": {
1974
+ $description: string;
1975
+ $value: {
1976
+ hex: string;
1977
+ alpha: number;
1978
+ };
1979
+ };
1980
+ "11": {
1981
+ $value: {
1982
+ hex: string;
1983
+ alpha: number;
1984
+ };
1985
+ };
1986
+ "12": {
1987
+ $value: {
1988
+ hex: string;
1989
+ alpha: number;
1990
+ };
1991
+ };
1992
+ "13": {
1993
+ $value: {
1994
+ hex: string;
1995
+ alpha: number;
1996
+ };
1997
+ };
1998
+ "14": {
1999
+ $value: {
2000
+ hex: string;
2001
+ alpha: number;
2002
+ };
2003
+ };
2004
+ "15": {
2005
+ $description: string;
2006
+ $value: {
2007
+ hex: string;
2008
+ alpha: number;
2009
+ };
2010
+ };
2011
+ "01": {
2012
+ $value: {
2013
+ hex: string;
2014
+ alpha: number;
2015
+ };
2016
+ };
2017
+ "02": {
2018
+ $value: {
2019
+ hex: string;
2020
+ alpha: number;
2021
+ };
2022
+ };
2023
+ "03": {
2024
+ $value: {
2025
+ hex: string;
2026
+ alpha: number;
2027
+ };
2028
+ };
2029
+ "04": {
2030
+ $description: string;
2031
+ $value: {
2032
+ hex: string;
2033
+ alpha: number;
2034
+ };
2035
+ };
2036
+ "05": {
2037
+ $value: {
2038
+ hex: string;
2039
+ alpha: number;
2040
+ };
2041
+ };
2042
+ "06": {
2043
+ $description: string;
2044
+ $value: {
2045
+ hex: string;
2046
+ alpha: number;
2047
+ };
2048
+ };
2049
+ "07": {
2050
+ $value: {
2051
+ hex: string;
2052
+ alpha: number;
2053
+ };
2054
+ };
2055
+ "08": {
2056
+ $description: string;
2057
+ $value: {
2058
+ hex: string;
2059
+ alpha: number;
2060
+ };
2061
+ };
2062
+ "09": {
2063
+ $value: {
2064
+ hex: string;
2065
+ alpha: number;
2066
+ };
2067
+ };
2068
+ };
2069
+ brandBlur: {
2070
+ "heritage-blue": {
2071
+ $value: {
2072
+ hex: string;
2073
+ alpha: number;
2074
+ };
2075
+ };
2076
+ };
2077
+ };
2078
+ colour: {
2079
+ bg: {
2080
+ default: string;
2081
+ brand: string;
2082
+ inverse: string;
2083
+ inversePrimary: string;
2084
+ };
2085
+ border: {
2086
+ default: string;
2087
+ brand: string;
2088
+ brandHover: string;
2089
+ brandSubtle: string;
2090
+ primary: string;
2091
+ secondary: string;
2092
+ tertiary: string;
2093
+ subtle: string;
2094
+ disabled: string;
2095
+ inverse: string;
2096
+ brandInverse: string;
2097
+ brandInverseSecondary: string;
2098
+ focus: string;
2099
+ success: string;
2100
+ critical: string;
2101
+ warning: string;
2102
+ };
2103
+ fill: {
2104
+ default: string;
2105
+ hover: string;
2106
+ brand: string;
2107
+ brandHover: string;
2108
+ brandPressed: string;
2109
+ brandSubtleSelected: string;
2110
+ brandSubtleHover: string;
2111
+ brandPrimary: string;
2112
+ disabled: string;
2113
+ inverse: string;
2114
+ brandInverseSecondary: string;
2115
+ inverseHover: string;
2116
+ critical: string;
2117
+ criticalHover: string;
2118
+ criticalSelected: string;
2119
+ criticalPressed: string;
2120
+ warning: string;
2121
+ warningHover: string;
2122
+ warningSelected: string;
2123
+ warningPressed: string;
2124
+ success: string;
2125
+ };
2126
+ icon: {
2127
+ default: string;
2128
+ hover: string;
2129
+ secondary: string;
2130
+ tertiary: string;
2131
+ disabled: string;
2132
+ disabledOnBgFill: string;
2133
+ brand: string;
2134
+ brandHover: string;
2135
+ brandSelectedOnBgFill: string;
2136
+ visited: string;
2137
+ brandPrimary: string;
2138
+ brandInverted: string;
2139
+ inverse: string;
2140
+ inverseHover: string;
2141
+ brandInverseSecondary: string;
2142
+ inverseTertiary: string;
2143
+ inverseDisabled: string;
2144
+ critical: string;
2145
+ criticalOnBgFill: string;
2146
+ success: string;
2147
+ successOnBgFill: string;
2148
+ warning: string;
2149
+ warningOnBgFill: string;
2150
+ };
2151
+ surface: {
2152
+ default: string;
2153
+ primary: string;
2154
+ secondary: string;
2155
+ brand: string;
2156
+ brandHover: string;
2157
+ brandSelected: string;
2158
+ warning: string;
2159
+ success: string;
2160
+ critical: string;
2161
+ hover: string;
2162
+ selected: string;
2163
+ disabled: string;
2164
+ tertiary: string;
2165
+ inverseBrand: string;
2166
+ inverseBrandPrimary: string;
2167
+ backdrop: string;
2168
+ };
2169
+ text: {
2170
+ default: string;
2171
+ secondary: string;
2172
+ tertiary: string;
2173
+ disabled: string;
2174
+ inverse: string;
2175
+ onBgFillDisabled: string;
2176
+ brand: string;
2177
+ brandAccent: string;
2178
+ brandHover: string;
2179
+ brandInverse: string;
2180
+ brandInverseSecondary: string;
2181
+ brandPrimary: string;
2182
+ critical: string;
2183
+ warningOnBgFill: string;
2184
+ };
2185
+ link: {
2186
+ default: string;
2187
+ brand: string;
2188
+ brandHover: string;
2189
+ visited: string;
2190
+ primary: string;
2191
+ primaryHover: string;
2192
+ disabled: string;
2193
+ inverse: string;
2194
+ inverseVisited: string;
2195
+ inverseDisabled: string;
2196
+ inverseSecondary: string;
2197
+ inverseTertiary: string;
2198
+ };
2199
+ speciality: {
2200
+ inputDefault: string;
2201
+ };
2202
+ };
2203
+ typography: {
2204
+ heading: {
2205
+ xxl: {
2206
+ md: {
2207
+ fontFamily: string[];
2208
+ fontSettings: string;
2209
+ fontSize: number;
2210
+ fontWeight: number;
2211
+ lineHeight: number;
2212
+ };
2213
+ sm: {
2214
+ fontFamily: string[];
2215
+ fontSettings: string;
2216
+ fontSize: number;
2217
+ fontWeight: number;
2218
+ lineHeight: number;
2219
+ };
2220
+ };
2221
+ xl: {
2222
+ md: {
2223
+ fontFamily: string[];
2224
+ fontSettings: string;
2225
+ fontSize: number;
2226
+ fontWeight: number;
2227
+ lineHeight: number;
2228
+ };
2229
+ sm: {
2230
+ fontFamily: string[];
2231
+ fontSettings: string;
2232
+ fontSize: number;
2233
+ fontWeight: number;
2234
+ lineHeight: number;
2235
+ };
2236
+ };
2237
+ lg: {
2238
+ md: {
2239
+ fontFamily: string[];
2240
+ fontSettings: string;
2241
+ fontSize: number;
2242
+ fontWeight: number;
2243
+ lineHeight: number;
2244
+ };
2245
+ sm: {
2246
+ fontFamily: string[];
2247
+ fontSettings: string;
2248
+ fontSize: number;
2249
+ fontWeight: number;
2250
+ lineHeight: number;
2251
+ };
2252
+ };
2253
+ md: {
2254
+ md: {
2255
+ fontFamily: string[];
2256
+ fontSettings: string;
2257
+ fontSize: number;
2258
+ fontWeight: number;
2259
+ lineHeight: number;
2260
+ };
2261
+ sm: {
2262
+ fontFamily: string[];
2263
+ fontSettings: string;
2264
+ fontSize: number;
2265
+ fontWeight: number;
2266
+ lineHeight: number;
2267
+ };
2268
+ };
2269
+ sm: {
2270
+ md: {
2271
+ fontFamily: string[];
2272
+ fontSettings: string;
2273
+ fontSize: number;
2274
+ fontWeight: number;
2275
+ lineHeight: number;
2276
+ };
2277
+ sm: {
2278
+ fontFamily: string[];
2279
+ fontSettings: string;
2280
+ fontSize: number;
2281
+ fontWeight: number;
2282
+ lineHeight: number;
2283
+ };
2284
+ };
2285
+ xs: {
2286
+ md: {
2287
+ fontFamily: string[];
2288
+ fontSettings: string;
2289
+ fontSize: number;
2290
+ fontWeight: number;
2291
+ lineHeight: number;
2292
+ };
2293
+ sm: {
2294
+ fontFamily: string[];
2295
+ fontSettings: string;
2296
+ fontSize: number;
2297
+ fontWeight: number;
2298
+ lineHeight: number;
2299
+ };
2300
+ };
2301
+ };
2302
+ body: {
2303
+ lg: {
2304
+ fontFamily: string[];
2305
+ fontSettings: string;
2306
+ fontSize: number;
2307
+ fontWeight: number;
2308
+ lineHeight: number;
2309
+ };
2310
+ lgMedium: {
2311
+ fontFamily: string[];
2312
+ fontSettings: string;
2313
+ fontSize: number;
2314
+ fontWeight: number;
2315
+ lineHeight: number;
2316
+ };
2317
+ lgSemibold: {
2318
+ fontFamily: string[];
2319
+ fontSettings: string;
2320
+ fontSize: number;
2321
+ fontWeight: number;
2322
+ lineHeight: number;
2323
+ };
2324
+ lgBold: {
2325
+ fontFamily: string[];
2326
+ fontSettings: string;
2327
+ fontSize: number;
2328
+ fontWeight: number;
2329
+ lineHeight: number;
2330
+ };
2331
+ md: {
2332
+ fontFamily: string[];
2333
+ fontSettings: string;
2334
+ fontSize: number;
2335
+ fontWeight: number;
2336
+ lineHeight: number;
2337
+ };
2338
+ mdMedium: {
2339
+ fontFamily: string[];
2340
+ fontSettings: string;
2341
+ fontSize: number;
2342
+ fontWeight: number;
2343
+ lineHeight: number;
2344
+ };
2345
+ mdSemibold: {
2346
+ fontFamily: string[];
2347
+ fontSettings: string;
2348
+ fontSize: number;
2349
+ fontWeight: number;
2350
+ lineHeight: number;
2351
+ };
2352
+ mdNumeric: {
2353
+ fontFamily: string[];
2354
+ fontSettings: string;
2355
+ fontSize: number;
2356
+ fontWeight: number;
2357
+ lineHeight: number;
2358
+ };
2359
+ mdMediumNumeric: {
2360
+ fontFamily: string[];
2361
+ fontSettings: string;
2362
+ fontSize: number;
2363
+ fontWeight: number;
2364
+ lineHeight: number;
2365
+ };
2366
+ sm: {
2367
+ fontFamily: string[];
2368
+ fontSettings: string;
2369
+ fontSize: number;
2370
+ fontWeight: number;
2371
+ lineHeight: number;
2372
+ };
2373
+ smMedium: {
2374
+ fontFamily: string[];
2375
+ fontSettings: string;
2376
+ fontSize: number;
2377
+ fontWeight: number;
2378
+ lineHeight: number;
2379
+ };
2380
+ smSemibold: {
2381
+ fontFamily: string[];
2382
+ fontSettings: string;
2383
+ fontSize: number;
2384
+ fontWeight: number;
2385
+ lineHeight: number;
2386
+ };
2387
+ xs: {
2388
+ fontFamily: string[];
2389
+ fontSettings: string;
2390
+ fontSize: number;
2391
+ fontWeight: number;
2392
+ lineHeight: number;
2393
+ };
2394
+ xsMedium: {
2395
+ fontFamily: string[];
2396
+ fontSettings: string;
2397
+ fontSize: number;
2398
+ fontWeight: number;
2399
+ lineHeight: number;
2400
+ };
2401
+ };
2402
+ };
286
2403
  color: {
2404
+ base: {
2405
+ purple200: string;
2406
+ purple50: string;
2407
+ purple40: string;
2408
+ purple20: string;
2409
+ green100: string;
2410
+ green70: string;
2411
+ green40: string;
2412
+ green10: string;
2413
+ green200: string;
2414
+ green50: string;
2415
+ green20: string;
2416
+ blue100: string;
2417
+ blue80: string;
2418
+ blue70: string;
2419
+ blue40: string;
2420
+ blue10: string;
2421
+ blue5: string;
2422
+ blue200: string;
2423
+ blue50: string;
2424
+ blue20: string;
2425
+ blue15: string;
2426
+ blue20Alt: string;
2427
+ blue25: string;
2428
+ yellow200: string;
2429
+ yellow50: string;
2430
+ yellow20: string;
2431
+ orange100: string;
2432
+ orange70: string;
2433
+ orange40: string;
2434
+ orange10: string;
2435
+ red100: string;
2436
+ red70: string;
2437
+ red50: string;
2438
+ red40: string;
2439
+ red10: string;
2440
+ red80: string;
2441
+ red90: string;
2442
+ pink200: string;
2443
+ pink50: string;
2444
+ pink20: string;
2445
+ black100: string;
2446
+ black90: string;
2447
+ black80: string;
2448
+ black70: string;
2449
+ black60: string;
2450
+ black40: string;
2451
+ black20: string;
2452
+ black15: string;
2453
+ black10: string;
2454
+ black5: string;
2455
+ white: string;
2456
+ };
287
2457
  text: {
288
2458
  primary: string;
289
2459
  secondary: string;
@@ -366,6 +2536,10 @@ declare const useTheme: () => [{
366
2536
  grey5: string;
367
2537
  white: string;
368
2538
  };
2539
+ blackAndWhite: {
2540
+ black: string;
2541
+ white: string;
2542
+ };
369
2543
  overlay: {
370
2544
  blanket: string;
371
2545
  };