uikit-react-public 0.17.4 → 0.21.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (282) hide show
  1. package/README.md +2 -4
  2. package/dist/components/Accordion/Accordion.Heading.d.ts +1 -0
  3. package/dist/components/AppHeader/AppHeader.d.ts +1 -1
  4. package/dist/components/AppHeader/AppHeaderBottom.d.ts +1 -1
  5. package/dist/components/AppHeader/AppHeaderNav.d.ts +1 -1
  6. package/dist/components/AppHeader/AppHeaderTop.d.ts +1 -1
  7. package/dist/components/Breadcrumbs/Breadcrumb.d.ts +3 -4
  8. package/dist/components/Breadcrumbs/Breadcrumbs.d.ts +1 -1
  9. package/dist/components/Breadcrumbs/Breadcrumbs.stories.d.ts +1 -1
  10. package/dist/components/Button/Button.d.ts +7 -3
  11. package/dist/components/Button/Button.stories.d.ts +17 -7
  12. package/dist/components/Button/style/buttonAccentStyle.d.ts +4 -0
  13. package/dist/components/Button/style/buttonPrimaryDestructiveStyle.d.ts +4 -0
  14. package/dist/components/Button/style/buttonPrimaryStyle.d.ts +4 -0
  15. package/dist/components/Button/style/buttonPrimarySubtleStyle.d.ts +4 -0
  16. package/dist/components/Button/style/buttonPrimaryWarningStyle.d.ts +4 -0
  17. package/dist/components/Button/style/buttonSecondaryDestructiveStyle.d.ts +4 -0
  18. package/dist/components/Button/style/buttonSecondaryStyle.d.ts +4 -0
  19. package/dist/components/Button/style/buttonSecondarySubtleStyle.d.ts +4 -0
  20. package/dist/components/Button/style/buttonTertiaryDestructiveStyle.d.ts +4 -0
  21. package/dist/components/Button/style/buttonTertiaryNoPaddingStyle.d.ts +4 -0
  22. package/dist/components/Button/style/buttonTertiaryStyle.d.ts +4 -0
  23. package/dist/components/Checkbox/Checkbox.d.ts +1 -0
  24. package/dist/components/FooterNew/BackToTop.d.ts +8 -0
  25. package/dist/components/FooterNew/Footer.d.ts +23 -0
  26. package/dist/components/FooterNew/FooterColumn.d.ts +8 -0
  27. package/dist/components/FooterNew/FooterLinks.d.ts +7 -0
  28. package/dist/components/FooterNew/FooterNavLink.d.ts +8 -0
  29. package/dist/components/FooterNew/LegalAndCopyright.d.ts +14 -0
  30. package/dist/components/FooterNew/LogoAddressAndSocial.d.ts +10 -0
  31. package/dist/components/FooterNew/SocialLink.d.ts +8 -0
  32. package/dist/components/FooterNew/__tests__/Footer.test.d.ts +1 -0
  33. package/dist/components/FooterNew/index.d.ts +2 -0
  34. package/dist/components/HeaderNew/Header.d.ts +18 -0
  35. package/dist/components/HeaderNew/HeaderBorder.d.ts +7 -0
  36. package/dist/components/HeaderNew/HeaderLogo.d.ts +9 -0
  37. package/dist/components/HeaderNew/HeaderMenuContainer.d.ts +7 -0
  38. package/dist/components/HeaderNew/HeaderTitle.d.ts +9 -0
  39. package/dist/components/HeaderNew/__tests__/Header.test.d.ts +1 -0
  40. package/dist/components/HeaderNew/constants.d.ts +3 -0
  41. package/dist/components/HeaderNew/index.d.ts +3 -0
  42. package/dist/components/Heading/Heading.d.ts +6 -4
  43. package/dist/components/Heading/Heading.stories.d.ts +8 -6
  44. package/dist/components/Icon/svgImports.d.ts +7 -881
  45. package/dist/components/Link/BaseLink.d.ts +14 -5
  46. package/dist/components/Link/Link.d.ts +8 -3
  47. package/dist/components/Link/Link.stories.d.ts +3 -1
  48. package/dist/components/MenuNew/Menu.context.d.ts +14 -0
  49. package/dist/components/MenuNew/Menu.d.ts +20 -0
  50. package/dist/components/MenuNew/MenuContent.d.ts +9 -0
  51. package/dist/components/MenuNew/MenuItem.d.ts +10 -0
  52. package/dist/components/MenuNew/MenuSection.d.ts +7 -0
  53. package/dist/components/MenuNew/index.d.ts +6 -0
  54. package/dist/components/MenuNew/trigger/ButtonMenuTrigger.d.ts +8 -0
  55. package/dist/components/MenuNew/trigger/IconMenuTrigger.d.ts +8 -0
  56. package/dist/components/Overlay/Overlay.stories.d.ts +12 -12
  57. package/dist/components/Paragraph/Paragraph.d.ts +5 -2
  58. package/dist/components/Paragraph/Paragraph.stories.d.ts +6 -3
  59. package/dist/components/Select/Select.d.ts +2 -1
  60. package/dist/components/Select/Select.stories.d.ts +13 -1
  61. package/dist/components/Select/Select.types.d.ts +40 -13
  62. package/dist/components/Select/subcomponents/CustomSelect.d.ts +3 -3
  63. package/dist/components/Select/subcomponents/FilterInput.d.ts +3 -1
  64. package/dist/components/Select/subcomponents/NativeSelect.d.ts +2 -2
  65. package/dist/components/Select/subcomponents/VisibleField.d.ts +4 -1
  66. package/dist/components/Spinner/Spinner.d.ts +2 -0
  67. package/dist/components/StandaloneLink/StandaloneLink.d.ts +8 -5
  68. package/dist/components/StandaloneLink/StandaloneLink.stories.d.ts +3 -1
  69. package/dist/components/Table/Table.d.ts +3 -3
  70. package/dist/components/Table/Table.stories.d.ts +3 -3
  71. package/dist/components/Table/Table.types.d.ts +1 -0
  72. package/dist/components/Table/subcomponents/Cell/Cell.d.ts +5 -1
  73. package/dist/components/Table/subcomponents/Cell/Cell.stories.d.ts +15 -13
  74. package/dist/components/Table/subcomponents/Cell/CellContent.d.ts +5 -1
  75. package/dist/components/Table/subcomponents/HeadCell/HeadCell.d.ts +2 -1
  76. package/dist/components/Table/subcomponents/HeadCell/HeadCell.stories.d.ts +14 -13
  77. package/dist/components/Table/subcomponents/HeadCell/HeadCellContent.d.ts +2 -1
  78. package/dist/components/Table/subcomponents/__tests__/Row.test.d.ts +1 -0
  79. package/dist/components/UclLogoNew/UclLogo.d.ts +8 -0
  80. package/dist/components/UclLogoNew/index.d.ts +2 -0
  81. package/dist/components/index.d.ts +12 -0
  82. package/dist/index.js +20104 -15317
  83. package/dist/theme/__tests__/fonts.test.d.ts +1 -0
  84. package/dist/theme/common/themeCommon.d.ts +904 -0
  85. package/dist/theme/fonts.d.ts +18 -0
  86. package/dist/theme/index.d.ts +6 -3
  87. package/dist/theme/light/lightColour.d.ts +126 -0
  88. package/dist/theme/light/lightTheme.d.ts +3 -0
  89. package/dist/theme/original/color.d.ts +166 -0
  90. package/dist/theme/original/defaultTheme.d.ts +1340 -0
  91. package/dist/theme/original/originalColourNewStructure.d.ts +126 -0
  92. package/dist/theme/useTheme.d.ts +2174 -0
  93. package/dist/utils/addAlphaToHex.d.ts +5 -0
  94. package/dist/utils/scrollToTop.d.ts +2 -0
  95. package/lib/components/Accordion/Accordion.Heading.tsx +51 -39
  96. package/lib/components/Accordion/Accordion.Panel.tsx +0 -4
  97. package/lib/components/Accordion/Accordion.tsx +34 -28
  98. package/lib/components/Accordion/__tests__/__snapshots__/Accordion.test.tsx.snap +12 -10
  99. package/lib/components/Alert/Alert.tsx +12 -12
  100. package/lib/components/Alert/__tests__/__snapshots__/Alert.test.tsx.snap +13 -39
  101. package/lib/components/AppHeader/AppHeader.tsx +6 -11
  102. package/lib/components/AppHeader/AppHeaderBottom.tsx +2 -3
  103. package/lib/components/AppHeader/AppHeaderNav.tsx +2 -3
  104. package/lib/components/AppHeader/AppHeaderTop.tsx +1 -1
  105. package/lib/components/AppHeader/__tests__/__snapshots__/AppHeader.test.tsx.snap +2 -2
  106. package/lib/components/AppMenu/__tests__/__snapshots__/AppMenu.test.tsx.snap +6 -19
  107. package/lib/components/Badge/Badge.stories.tsx +1 -1
  108. package/lib/components/Breadcrumbs/Breadcrumb.tsx +26 -12
  109. package/lib/components/Breadcrumbs/Breadcrumbs.tsx +1 -1
  110. package/lib/components/Breadcrumbs/__tests__/Breadcrumbs.test.tsx +9 -27
  111. package/lib/components/Breadcrumbs/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +24 -20
  112. package/lib/components/Button/Button.mdx +32 -279
  113. package/lib/components/Button/Button.stories.tsx +43 -50
  114. package/lib/components/Button/Button.tsx +165 -25
  115. package/lib/components/Button/__tests__/Button.test.tsx +49 -15
  116. package/lib/components/Button/__tests__/__snapshots__/Button.test.tsx.snap +80 -73
  117. package/lib/components/Button/style/buttonAccentStyle.ts +53 -0
  118. package/lib/components/Button/style/buttonPrimaryDestructiveStyle.ts +55 -0
  119. package/lib/components/Button/style/buttonPrimaryStyle.ts +53 -0
  120. package/lib/components/Button/style/buttonPrimarySubtleStyle.ts +64 -0
  121. package/lib/components/Button/style/buttonPrimaryWarningStyle.ts +56 -0
  122. package/lib/components/Button/style/buttonSecondaryDestructiveStyle.ts +63 -0
  123. package/lib/components/Button/style/buttonSecondaryStyle.ts +62 -0
  124. package/lib/components/Button/style/buttonSecondarySubtleStyle.ts +72 -0
  125. package/lib/components/Button/style/buttonTertiaryDestructiveStyle.ts +65 -0
  126. package/lib/components/Button/style/buttonTertiaryNoPaddingStyle.ts +52 -0
  127. package/lib/components/Button/style/buttonTertiaryStyle.ts +62 -0
  128. package/lib/components/Calendar/Calendar.stories.tsx +33 -13
  129. package/lib/components/Calendar/Calendar.tsx +2 -2
  130. package/lib/components/Calendar/__tests__/__snapshots__/Calendar.test.tsx.snap +99 -95
  131. package/lib/components/Calendar/subcomponents/AcademicWeek.tsx +2 -1
  132. package/lib/components/Calendar/subcomponents/AcademicWeeks.tsx +2 -3
  133. package/lib/components/Calendar/subcomponents/ColumnHeading.tsx +3 -7
  134. package/lib/components/Calendar/subcomponents/Controls.tsx +1 -1
  135. package/lib/components/Calendar/subcomponents/Day.stories.tsx +1 -1
  136. package/lib/components/Calendar/subcomponents/Day.tsx +7 -9
  137. package/lib/components/Calendar/subcomponents/EventDot.tsx +4 -8
  138. package/lib/components/Checkbox/Checkbox.stories.tsx +1 -1
  139. package/lib/components/Checkbox/Checkbox.tsx +12 -10
  140. package/lib/components/Checkbox/__tests__/Checkbox.test.tsx +29 -0
  141. package/lib/components/Checkbox/__tests__/__snapshots__/Checkbox.test.tsx.snap +4 -4
  142. package/lib/components/Datepicker/__tests__/Datepicker.test.tsx +117 -0
  143. package/lib/components/Datepicker/__tests__/__snapshots__/Datepicker.test.tsx.snap +16 -44
  144. package/lib/components/Datepicker/subcomponents/CustomDatepicker.tsx +10 -1
  145. package/lib/components/Datepicker/subcomponents/VisibleField.tsx +24 -23
  146. package/lib/components/Dialog/BaseDialog.tsx +2 -2
  147. package/lib/components/Dialog/Dialog.stories.tsx +1 -1
  148. package/lib/components/Divider/__tests__/__snapshots__/Breadcrumbs.test.tsx.snap +12 -12
  149. package/lib/components/FeedbackDialog/FeedbackDialog.stories.tsx +1 -1
  150. package/lib/components/FeedbackDialog/FeedbackDialog.tsx +4 -6
  151. package/lib/components/Field/CharacterCount.tsx +2 -2
  152. package/lib/components/Field/ErrorText.tsx +1 -1
  153. package/lib/components/Field/Field.tsx +1 -1
  154. package/lib/components/Field/HelperText.tsx +3 -1
  155. package/lib/components/FileInput/FileInput.stories.tsx +1 -1
  156. package/lib/components/FileInput/__tests__/__snapshots__/FileInput.test.tsx.snap +4 -20
  157. package/lib/components/Footer/__tests__/__snapshots__/Footer.test.tsx.snap +70 -79
  158. package/lib/components/FooterNew/BackToTop.tsx +83 -0
  159. package/lib/components/FooterNew/Footer.tsx +110 -0
  160. package/lib/components/FooterNew/FooterColumn.tsx +79 -0
  161. package/lib/components/FooterNew/FooterLinks.tsx +44 -0
  162. package/lib/components/FooterNew/FooterNavLink.tsx +63 -0
  163. package/lib/components/FooterNew/LegalAndCopyright.tsx +150 -0
  164. package/lib/components/FooterNew/LogoAddressAndSocial.tsx +154 -0
  165. package/lib/components/FooterNew/SocialLink.tsx +108 -0
  166. package/lib/components/FooterNew/__tests__/Footer.test.tsx +51 -0
  167. package/lib/components/FooterNew/__tests__/__snapshots__/Footer.test.tsx.snap +1107 -0
  168. package/lib/components/FooterNew/index.ts +2 -0
  169. package/lib/components/HeaderDraft/__tests__/__snapshots__/Header.test.tsx.snap +3 -2
  170. package/lib/components/HeaderNew/Header.tsx +93 -0
  171. package/lib/components/HeaderNew/HeaderBorder.tsx +55 -0
  172. package/lib/components/HeaderNew/HeaderLogo.tsx +70 -0
  173. package/lib/components/HeaderNew/HeaderMenuContainer.tsx +35 -0
  174. package/lib/components/HeaderNew/HeaderTitle.tsx +53 -0
  175. package/lib/components/HeaderNew/__tests__/Header.test.tsx +42 -0
  176. package/lib/components/HeaderNew/__tests__/__snapshots__/Header.test.tsx.snap +79 -0
  177. package/lib/components/HeaderNew/constants.ts +3 -0
  178. package/lib/components/HeaderNew/index.ts +7 -0
  179. package/lib/components/Heading/Heading.stories.tsx +34 -41
  180. package/lib/components/Heading/Heading.tsx +180 -49
  181. package/lib/components/Heading/__tests__/__snapshots__/Heading.test.tsx.snap +4 -4
  182. package/lib/components/Icon/__tests__/__snapshots__/Icon.test.tsx.snap +16 -12
  183. package/lib/components/Icon/svgImports.ts +318 -296
  184. package/lib/components/IconButton/IconButton.tsx +3 -4
  185. package/lib/components/IconButton/__tests__/__snapshots__/IconButton.test.tsx.snap +12 -9
  186. package/lib/components/Link/BaseLink.tsx +114 -71
  187. package/lib/components/Link/Link.stories.tsx +1 -1
  188. package/lib/components/Link/Link.tsx +120 -109
  189. package/lib/components/Link/__tests__/__snapshots__/link.test.tsx.snap +2 -2
  190. package/lib/components/MenuNew/Menu.context.tsx +149 -0
  191. package/lib/components/MenuNew/Menu.tsx +75 -0
  192. package/lib/components/MenuNew/MenuContent.tsx +140 -0
  193. package/lib/components/MenuNew/MenuItem.tsx +101 -0
  194. package/lib/components/MenuNew/MenuSection.tsx +47 -0
  195. package/lib/components/MenuNew/index.ts +8 -0
  196. package/lib/components/MenuNew/trigger/ButtonMenuTrigger.tsx +42 -0
  197. package/lib/components/MenuNew/trigger/IconMenuTrigger.tsx +40 -0
  198. package/lib/components/Pagination/Pagination.stories.tsx +1 -1
  199. package/lib/components/Pagination/PaginationControls.tsx +4 -5
  200. package/lib/components/Pagination/PaginationInfo.tsx +2 -3
  201. package/lib/components/Paragraph/Paragraph.stories.tsx +29 -27
  202. package/lib/components/Paragraph/Paragraph.tsx +212 -81
  203. package/lib/components/Paragraph/__tests__/__snapshots__/Paragraph.test.tsx.snap +5 -5
  204. package/lib/components/Radio/Radio.stories.tsx +1 -1
  205. package/lib/components/Radio/Radio.tsx +8 -8
  206. package/lib/components/Radio/__tests__/__snapshots__/Radio.test.tsx.snap +4 -4
  207. package/lib/components/Search/__tests__/__snapshots__/Search.test.tsx.snap +12 -32
  208. package/lib/components/Select/Select.mdx +23 -0
  209. package/lib/components/Select/Select.stories.tsx +43 -10
  210. package/lib/components/Select/Select.tsx +14 -3
  211. package/lib/components/Select/Select.types.ts +53 -16
  212. package/lib/components/Select/__tests__/Select.test.tsx +250 -1
  213. package/lib/components/Select/__tests__/__snapshots__/Select.test.tsx.snap +5 -4
  214. package/lib/components/Select/subcomponents/CustomOption.tsx +10 -3
  215. package/lib/components/Select/subcomponents/CustomSelect.tsx +110 -10
  216. package/lib/components/Select/subcomponents/FilterInput.tsx +13 -3
  217. package/lib/components/Select/subcomponents/NativeSelect.tsx +10 -18
  218. package/lib/components/Select/subcomponents/Panel.tsx +2 -2
  219. package/lib/components/Select/subcomponents/VisibleField.tsx +48 -3
  220. package/lib/components/Snackbar/__tests__/__snapshots__/Snackbar.test.tsx.snap +9 -15
  221. package/lib/components/Spinner/Spinner.tsx +24 -5
  222. package/lib/components/Spinner/__tests__/Spinner.test.tsx +35 -5
  223. package/lib/components/Spinner/__tests__/__snapshots__/Spinner.test.tsx.snap +40 -16
  224. package/lib/components/StandaloneLink/StandaloneLink.stories.tsx +1 -1
  225. package/lib/components/StandaloneLink/StandaloneLink.tsx +180 -163
  226. package/lib/components/StandaloneLink/__tests__/__snapshots__/StandaloneLink.test.tsx.snap +2 -2
  227. package/lib/components/Table/Table.stories.tsx +1 -1
  228. package/lib/components/Table/Table.tsx +2 -0
  229. package/lib/components/Table/Table.types.ts +1 -0
  230. package/lib/components/Table/__tests__/Table.test.tsx +19 -0
  231. package/lib/components/Table/__tests__/__snapshots__/Table.test.tsx.snap +7 -3
  232. package/lib/components/Table/subcomponents/Cell/Cell.stories.tsx +1 -1
  233. package/lib/components/Table/subcomponents/Cell/Cell.tsx +23 -2
  234. package/lib/components/Table/subcomponents/Cell/CellContent.tsx +12 -1
  235. package/lib/components/Table/subcomponents/Cell/__tests__/Cell.test.tsx +106 -0
  236. package/lib/components/Table/subcomponents/Cell/__tests__/__snapshots__/Cell.test.tsx.snap +4 -3
  237. package/lib/components/Table/subcomponents/HeadCell/HeadCell.stories.tsx +1 -1
  238. package/lib/components/Table/subcomponents/HeadCell/HeadCell.tsx +28 -6
  239. package/lib/components/Table/subcomponents/HeadCell/HeadCellContent.tsx +3 -0
  240. package/lib/components/Table/subcomponents/HeadCell/__tests__/HeadCell.test.tsx +221 -2
  241. package/lib/components/Table/subcomponents/HeadCell/__tests__/__snapshots__/HeadCell.test.tsx.snap +6 -4
  242. package/lib/components/Table/subcomponents/Row.tsx +2 -2
  243. package/lib/components/Table/subcomponents/SortIcon.tsx +1 -0
  244. package/lib/components/Table/subcomponents/__tests__/Row.test.tsx +59 -0
  245. package/lib/components/Tabs/Tab.tsx +3 -3
  246. package/lib/components/Tabs/Tabs.stories.tsx +1 -1
  247. package/lib/components/Tabs/Tabs.tsx +5 -3
  248. package/lib/components/Tabs/__tests__/__snapshots__/Tabs.test.tsx.snap +4 -4
  249. package/lib/components/Timepicker/Timepicker.stories.tsx +1 -1
  250. package/lib/components/Toggle/Toggle.tsx +5 -5
  251. package/lib/components/Toggle/ToggleHandle.tsx +2 -3
  252. package/lib/components/Tooltip/Tooltip.tsx +2 -2
  253. package/lib/components/Tooltip/__tests__/__snapshots__/tooltip.test.tsx.snap +2 -2
  254. package/lib/components/UclLogoNew/UclLogo.tsx +42 -0
  255. package/lib/components/UclLogoNew/index.ts +2 -0
  256. package/lib/components/WeekPicker/WeekPicker.stories.tsx +3 -5
  257. package/lib/components/common/Common.mdx +0 -1
  258. package/lib/components/index.ts +19 -1
  259. package/lib/theme/Colours.mdx +1 -1
  260. package/lib/theme/Theme.mdx +1 -1
  261. package/lib/theme/Typography.mdx +1 -1
  262. package/lib/theme/__tests__/fonts.test.ts +37 -0
  263. package/lib/theme/common/themeCommon.ts +515 -0
  264. package/lib/theme/fonts.ts +110 -0
  265. package/lib/theme/index.ts +6 -6
  266. package/lib/theme/light/lightColour.ts +232 -0
  267. package/lib/theme/light/lightTheme.ts +37 -0
  268. package/lib/theme/{defaultTheme.ts → original/color.ts} +17 -199
  269. package/lib/theme/original/defaultTheme.ts +207 -0
  270. package/lib/theme/original/originalColourNewStructure.ts +185 -0
  271. package/lib/theme/useTheme.tsx +72 -15
  272. package/lib/types/assets.d.ts +10 -0
  273. package/lib/utils/addAlphaToHex.ts +29 -0
  274. package/lib/utils/scrollToTop.ts +5 -0
  275. package/package.json +11 -6
  276. package/dist/components/Button/buttonPrimaryStyle.d.ts +0 -4
  277. package/dist/components/Button/buttonSecondaryStyle.d.ts +0 -4
  278. package/dist/components/Button/buttonTertiaryStyle.d.ts +0 -4
  279. package/dist/theme/defaultTheme.d.ts +0 -274
  280. package/lib/components/Button/buttonPrimaryStyle.ts +0 -62
  281. package/lib/components/Button/buttonSecondaryStyle.ts +0 -65
  282. package/lib/components/Button/buttonTertiaryStyle.ts +0 -54
@@ -0,0 +1,904 @@
1
+ export declare const primitiveColour: {
2
+ grey: {
3
+ "10": {
4
+ $value: {
5
+ hex: string;
6
+ alpha: number;
7
+ };
8
+ };
9
+ "11": {
10
+ $value: {
11
+ hex: string;
12
+ alpha: number;
13
+ };
14
+ };
15
+ "12": {
16
+ $value: {
17
+ hex: string;
18
+ alpha: number;
19
+ };
20
+ };
21
+ "13": {
22
+ $value: {
23
+ hex: string;
24
+ alpha: number;
25
+ };
26
+ };
27
+ "14": {
28
+ $value: {
29
+ hex: string;
30
+ alpha: number;
31
+ };
32
+ };
33
+ "15": {
34
+ $value: {
35
+ hex: string;
36
+ alpha: number;
37
+ };
38
+ };
39
+ "00": {
40
+ $value: {
41
+ hex: string;
42
+ alpha: number;
43
+ };
44
+ };
45
+ "01": {
46
+ $description: string;
47
+ $value: {
48
+ hex: string;
49
+ alpha: number;
50
+ };
51
+ };
52
+ "02": {
53
+ $value: {
54
+ hex: string;
55
+ alpha: number;
56
+ };
57
+ };
58
+ "03": {
59
+ $value: {
60
+ hex: string;
61
+ alpha: number;
62
+ };
63
+ };
64
+ "04": {
65
+ $value: {
66
+ hex: string;
67
+ alpha: number;
68
+ };
69
+ };
70
+ "05": {
71
+ $value: {
72
+ hex: string;
73
+ alpha: number;
74
+ };
75
+ };
76
+ "06": {
77
+ $value: {
78
+ hex: string;
79
+ alpha: number;
80
+ };
81
+ };
82
+ "07": {
83
+ $value: {
84
+ hex: string;
85
+ alpha: number;
86
+ };
87
+ };
88
+ "08": {
89
+ $value: {
90
+ hex: string;
91
+ alpha: number;
92
+ };
93
+ };
94
+ "09": {
95
+ $value: {
96
+ hex: string;
97
+ alpha: number;
98
+ };
99
+ };
100
+ };
101
+ whiteAlpha: {
102
+ "10": {
103
+ $value: {
104
+ hex: string;
105
+ alpha: number;
106
+ };
107
+ };
108
+ "11": {
109
+ $value: {
110
+ hex: string;
111
+ alpha: number;
112
+ };
113
+ };
114
+ "12": {
115
+ $value: {
116
+ hex: string;
117
+ alpha: number;
118
+ };
119
+ };
120
+ "13": {
121
+ $value: {
122
+ hex: string;
123
+ alpha: number;
124
+ };
125
+ };
126
+ "14": {
127
+ $value: {
128
+ hex: string;
129
+ alpha: number;
130
+ };
131
+ };
132
+ "15": {
133
+ $value: {
134
+ hex: string;
135
+ alpha: number;
136
+ };
137
+ };
138
+ };
139
+ red: {
140
+ "10": {
141
+ $value: {
142
+ hex: string;
143
+ alpha: number;
144
+ };
145
+ };
146
+ "11": {
147
+ $value: {
148
+ hex: string;
149
+ alpha: number;
150
+ };
151
+ };
152
+ "12": {
153
+ $value: {
154
+ hex: string;
155
+ alpha: number;
156
+ };
157
+ };
158
+ "13": {
159
+ $value: {
160
+ hex: string;
161
+ alpha: number;
162
+ };
163
+ };
164
+ "14": {
165
+ $value: {
166
+ hex: string;
167
+ alpha: number;
168
+ };
169
+ };
170
+ "15": {
171
+ $value: {
172
+ hex: string;
173
+ alpha: number;
174
+ };
175
+ };
176
+ "01": {
177
+ $value: {
178
+ hex: string;
179
+ alpha: number;
180
+ };
181
+ };
182
+ "02": {
183
+ $value: {
184
+ hex: string;
185
+ alpha: number;
186
+ };
187
+ };
188
+ "03": {
189
+ $value: {
190
+ hex: string;
191
+ alpha: number;
192
+ };
193
+ };
194
+ "04": {
195
+ $value: {
196
+ hex: string;
197
+ alpha: number;
198
+ };
199
+ };
200
+ "05": {
201
+ $value: {
202
+ hex: string;
203
+ alpha: number;
204
+ };
205
+ };
206
+ "06": {
207
+ $value: {
208
+ hex: string;
209
+ alpha: number;
210
+ };
211
+ };
212
+ "07": {
213
+ $value: {
214
+ hex: string;
215
+ alpha: number;
216
+ };
217
+ };
218
+ "08": {
219
+ $value: {
220
+ hex: string;
221
+ alpha: number;
222
+ };
223
+ };
224
+ "09": {
225
+ $value: {
226
+ hex: string;
227
+ alpha: number;
228
+ };
229
+ };
230
+ };
231
+ orange: {
232
+ "10": {
233
+ $value: {
234
+ hex: string;
235
+ alpha: number;
236
+ };
237
+ };
238
+ "11": {
239
+ $value: {
240
+ hex: string;
241
+ alpha: number;
242
+ };
243
+ };
244
+ "12": {
245
+ $value: {
246
+ hex: string;
247
+ alpha: number;
248
+ };
249
+ };
250
+ "13": {
251
+ $value: {
252
+ hex: string;
253
+ alpha: number;
254
+ };
255
+ };
256
+ "14": {
257
+ $value: {
258
+ hex: string;
259
+ alpha: number;
260
+ };
261
+ };
262
+ "15": {
263
+ $value: {
264
+ hex: string;
265
+ alpha: number;
266
+ };
267
+ };
268
+ "01": {
269
+ $value: {
270
+ hex: string;
271
+ alpha: number;
272
+ };
273
+ };
274
+ "02": {
275
+ $value: {
276
+ hex: string;
277
+ alpha: number;
278
+ };
279
+ };
280
+ "03": {
281
+ $value: {
282
+ hex: string;
283
+ alpha: number;
284
+ };
285
+ };
286
+ "04": {
287
+ $value: {
288
+ hex: string;
289
+ alpha: number;
290
+ };
291
+ };
292
+ "05": {
293
+ $value: {
294
+ hex: string;
295
+ alpha: number;
296
+ };
297
+ };
298
+ "06": {
299
+ $value: {
300
+ hex: string;
301
+ alpha: number;
302
+ };
303
+ };
304
+ "07": {
305
+ $value: {
306
+ hex: string;
307
+ alpha: number;
308
+ };
309
+ };
310
+ "08": {
311
+ $value: {
312
+ hex: string;
313
+ alpha: number;
314
+ };
315
+ };
316
+ "09": {
317
+ $value: {
318
+ hex: string;
319
+ alpha: number;
320
+ };
321
+ };
322
+ };
323
+ yellow: {
324
+ "10": {
325
+ $value: {
326
+ hex: string;
327
+ alpha: number;
328
+ };
329
+ };
330
+ "11": {
331
+ $value: {
332
+ hex: string;
333
+ alpha: number;
334
+ };
335
+ };
336
+ "12": {
337
+ $value: {
338
+ hex: string;
339
+ alpha: number;
340
+ };
341
+ };
342
+ "13": {
343
+ $value: {
344
+ hex: string;
345
+ alpha: number;
346
+ };
347
+ };
348
+ "14": {
349
+ $value: {
350
+ hex: string;
351
+ alpha: number;
352
+ };
353
+ };
354
+ "15": {
355
+ $value: {
356
+ hex: string;
357
+ alpha: number;
358
+ };
359
+ };
360
+ "01": {
361
+ $value: {
362
+ hex: string;
363
+ alpha: number;
364
+ };
365
+ };
366
+ "02": {
367
+ $value: {
368
+ hex: string;
369
+ alpha: number;
370
+ };
371
+ };
372
+ "03": {
373
+ $value: {
374
+ hex: string;
375
+ alpha: number;
376
+ };
377
+ };
378
+ "04": {
379
+ $value: {
380
+ hex: string;
381
+ alpha: number;
382
+ };
383
+ };
384
+ "05": {
385
+ $value: {
386
+ hex: string;
387
+ alpha: number;
388
+ };
389
+ };
390
+ "06": {
391
+ $value: {
392
+ hex: string;
393
+ alpha: number;
394
+ };
395
+ };
396
+ "07": {
397
+ $value: {
398
+ hex: string;
399
+ alpha: number;
400
+ };
401
+ };
402
+ "08": {
403
+ $value: {
404
+ hex: string;
405
+ alpha: number;
406
+ };
407
+ };
408
+ "09": {
409
+ $value: {
410
+ hex: string;
411
+ alpha: number;
412
+ };
413
+ };
414
+ };
415
+ green: {
416
+ "10": {
417
+ $value: {
418
+ hex: string;
419
+ alpha: number;
420
+ };
421
+ };
422
+ "11": {
423
+ $value: {
424
+ hex: string;
425
+ alpha: number;
426
+ };
427
+ };
428
+ "12": {
429
+ $value: {
430
+ hex: string;
431
+ alpha: number;
432
+ };
433
+ };
434
+ "13": {
435
+ $value: {
436
+ hex: string;
437
+ alpha: number;
438
+ };
439
+ };
440
+ "14": {
441
+ $value: {
442
+ hex: string;
443
+ alpha: number;
444
+ };
445
+ };
446
+ "15": {
447
+ $value: {
448
+ hex: string;
449
+ alpha: number;
450
+ };
451
+ };
452
+ "01": {
453
+ $value: {
454
+ hex: string;
455
+ alpha: number;
456
+ };
457
+ };
458
+ "02": {
459
+ $value: {
460
+ hex: string;
461
+ alpha: number;
462
+ };
463
+ };
464
+ "03": {
465
+ $value: {
466
+ hex: string;
467
+ alpha: number;
468
+ };
469
+ };
470
+ "04": {
471
+ $value: {
472
+ hex: string;
473
+ alpha: number;
474
+ };
475
+ };
476
+ "05": {
477
+ $value: {
478
+ hex: string;
479
+ alpha: number;
480
+ };
481
+ };
482
+ "06": {
483
+ $value: {
484
+ hex: string;
485
+ alpha: number;
486
+ };
487
+ };
488
+ "07": {
489
+ $value: {
490
+ hex: string;
491
+ alpha: number;
492
+ };
493
+ };
494
+ "08": {
495
+ $value: {
496
+ hex: string;
497
+ alpha: number;
498
+ };
499
+ };
500
+ "09": {
501
+ $value: {
502
+ hex: string;
503
+ alpha: number;
504
+ };
505
+ };
506
+ };
507
+ blue: {
508
+ "10": {
509
+ $value: {
510
+ hex: string;
511
+ alpha: number;
512
+ };
513
+ };
514
+ "11": {
515
+ $value: {
516
+ hex: string;
517
+ alpha: number;
518
+ };
519
+ };
520
+ "12": {
521
+ $value: {
522
+ hex: string;
523
+ alpha: number;
524
+ };
525
+ };
526
+ "13": {
527
+ $value: {
528
+ hex: string;
529
+ alpha: number;
530
+ };
531
+ };
532
+ "14": {
533
+ $value: {
534
+ hex: string;
535
+ alpha: number;
536
+ };
537
+ };
538
+ "15": {
539
+ $value: {
540
+ hex: string;
541
+ alpha: number;
542
+ };
543
+ };
544
+ "01": {
545
+ $value: {
546
+ hex: string;
547
+ alpha: number;
548
+ };
549
+ };
550
+ "02": {
551
+ $value: {
552
+ hex: string;
553
+ alpha: number;
554
+ };
555
+ };
556
+ "03": {
557
+ $value: {
558
+ hex: string;
559
+ alpha: number;
560
+ };
561
+ };
562
+ "04": {
563
+ $value: {
564
+ hex: string;
565
+ alpha: number;
566
+ };
567
+ };
568
+ "05": {
569
+ $value: {
570
+ hex: string;
571
+ alpha: number;
572
+ };
573
+ };
574
+ "06": {
575
+ $value: {
576
+ hex: string;
577
+ alpha: number;
578
+ };
579
+ };
580
+ "07": {
581
+ $value: {
582
+ hex: string;
583
+ alpha: number;
584
+ };
585
+ };
586
+ "08": {
587
+ $value: {
588
+ hex: string;
589
+ alpha: number;
590
+ };
591
+ };
592
+ "09": {
593
+ $value: {
594
+ hex: string;
595
+ alpha: number;
596
+ };
597
+ };
598
+ };
599
+ brandPurple: {
600
+ "10": {
601
+ $description: string;
602
+ $value: {
603
+ hex: string;
604
+ alpha: number;
605
+ };
606
+ };
607
+ "11": {
608
+ $value: {
609
+ hex: string;
610
+ alpha: number;
611
+ };
612
+ };
613
+ "12": {
614
+ $value: {
615
+ hex: string;
616
+ alpha: number;
617
+ };
618
+ };
619
+ "13": {
620
+ $value: {
621
+ hex: string;
622
+ alpha: number;
623
+ };
624
+ };
625
+ "14": {
626
+ $value: {
627
+ hex: string;
628
+ alpha: number;
629
+ };
630
+ };
631
+ "15": {
632
+ $description: string;
633
+ $value: {
634
+ hex: string;
635
+ alpha: number;
636
+ };
637
+ };
638
+ "01": {
639
+ $value: {
640
+ hex: string;
641
+ alpha: number;
642
+ };
643
+ };
644
+ "02": {
645
+ $value: {
646
+ hex: string;
647
+ alpha: number;
648
+ };
649
+ };
650
+ "03": {
651
+ $value: {
652
+ hex: string;
653
+ alpha: number;
654
+ };
655
+ };
656
+ "04": {
657
+ $description: string;
658
+ $value: {
659
+ hex: string;
660
+ alpha: number;
661
+ };
662
+ };
663
+ "05": {
664
+ $value: {
665
+ hex: string;
666
+ alpha: number;
667
+ };
668
+ };
669
+ "06": {
670
+ $description: string;
671
+ $value: {
672
+ hex: string;
673
+ alpha: number;
674
+ };
675
+ };
676
+ "07": {
677
+ $value: {
678
+ hex: string;
679
+ alpha: number;
680
+ };
681
+ };
682
+ "08": {
683
+ $description: string;
684
+ $value: {
685
+ hex: string;
686
+ alpha: number;
687
+ };
688
+ };
689
+ "09": {
690
+ $value: {
691
+ hex: string;
692
+ alpha: number;
693
+ };
694
+ };
695
+ };
696
+ brandBlur: {
697
+ "heritage-blue": {
698
+ $value: {
699
+ hex: string;
700
+ alpha: number;
701
+ };
702
+ };
703
+ };
704
+ };
705
+ export declare const typography: {
706
+ heading: {
707
+ xxl: {
708
+ md: {
709
+ fontFamily: string[];
710
+ fontSettings: string;
711
+ fontSize: number;
712
+ fontWeight: number;
713
+ lineHeight: number;
714
+ };
715
+ sm: {
716
+ fontFamily: string[];
717
+ fontSettings: string;
718
+ fontSize: number;
719
+ fontWeight: number;
720
+ lineHeight: number;
721
+ };
722
+ };
723
+ xl: {
724
+ md: {
725
+ fontFamily: string[];
726
+ fontSettings: string;
727
+ fontSize: number;
728
+ fontWeight: number;
729
+ lineHeight: number;
730
+ };
731
+ sm: {
732
+ fontFamily: string[];
733
+ fontSettings: string;
734
+ fontSize: number;
735
+ fontWeight: number;
736
+ lineHeight: number;
737
+ };
738
+ };
739
+ lg: {
740
+ md: {
741
+ fontFamily: string[];
742
+ fontSettings: string;
743
+ fontSize: number;
744
+ fontWeight: number;
745
+ lineHeight: number;
746
+ };
747
+ sm: {
748
+ fontFamily: string[];
749
+ fontSettings: string;
750
+ fontSize: number;
751
+ fontWeight: number;
752
+ lineHeight: number;
753
+ };
754
+ };
755
+ md: {
756
+ md: {
757
+ fontFamily: string[];
758
+ fontSettings: string;
759
+ fontSize: number;
760
+ fontWeight: number;
761
+ lineHeight: number;
762
+ };
763
+ sm: {
764
+ fontFamily: string[];
765
+ fontSettings: string;
766
+ fontSize: number;
767
+ fontWeight: number;
768
+ lineHeight: number;
769
+ };
770
+ };
771
+ sm: {
772
+ md: {
773
+ fontFamily: string[];
774
+ fontSettings: string;
775
+ fontSize: number;
776
+ fontWeight: number;
777
+ lineHeight: number;
778
+ };
779
+ sm: {
780
+ fontFamily: string[];
781
+ fontSettings: string;
782
+ fontSize: number;
783
+ fontWeight: number;
784
+ lineHeight: number;
785
+ };
786
+ };
787
+ xs: {
788
+ md: {
789
+ fontFamily: string[];
790
+ fontSettings: string;
791
+ fontSize: number;
792
+ fontWeight: number;
793
+ lineHeight: number;
794
+ };
795
+ sm: {
796
+ fontFamily: string[];
797
+ fontSettings: string;
798
+ fontSize: number;
799
+ fontWeight: number;
800
+ lineHeight: number;
801
+ };
802
+ };
803
+ };
804
+ body: {
805
+ lg: {
806
+ fontFamily: string[];
807
+ fontSettings: string;
808
+ fontSize: number;
809
+ fontWeight: number;
810
+ lineHeight: number;
811
+ };
812
+ lgMedium: {
813
+ fontFamily: string[];
814
+ fontSettings: string;
815
+ fontSize: number;
816
+ fontWeight: number;
817
+ lineHeight: number;
818
+ };
819
+ lgSemibold: {
820
+ fontFamily: string[];
821
+ fontSettings: string;
822
+ fontSize: number;
823
+ fontWeight: number;
824
+ lineHeight: number;
825
+ };
826
+ lgBold: {
827
+ fontFamily: string[];
828
+ fontSettings: string;
829
+ fontSize: number;
830
+ fontWeight: number;
831
+ lineHeight: number;
832
+ };
833
+ md: {
834
+ fontFamily: string[];
835
+ fontSettings: string;
836
+ fontSize: number;
837
+ fontWeight: number;
838
+ lineHeight: number;
839
+ };
840
+ mdMedium: {
841
+ fontFamily: string[];
842
+ fontSettings: string;
843
+ fontSize: number;
844
+ fontWeight: number;
845
+ lineHeight: number;
846
+ };
847
+ mdSemibold: {
848
+ fontFamily: string[];
849
+ fontSettings: string;
850
+ fontSize: number;
851
+ fontWeight: number;
852
+ lineHeight: number;
853
+ };
854
+ mdNumeric: {
855
+ fontFamily: string[];
856
+ fontSettings: string;
857
+ fontSize: number;
858
+ fontWeight: number;
859
+ lineHeight: number;
860
+ };
861
+ mdMediumNumeric: {
862
+ fontFamily: string[];
863
+ fontSettings: string;
864
+ fontSize: number;
865
+ fontWeight: number;
866
+ lineHeight: number;
867
+ };
868
+ sm: {
869
+ fontFamily: string[];
870
+ fontSettings: string;
871
+ fontSize: number;
872
+ fontWeight: number;
873
+ lineHeight: number;
874
+ };
875
+ smMedium: {
876
+ fontFamily: string[];
877
+ fontSettings: string;
878
+ fontSize: number;
879
+ fontWeight: number;
880
+ lineHeight: number;
881
+ };
882
+ smSemibold: {
883
+ fontFamily: string[];
884
+ fontSettings: string;
885
+ fontSize: number;
886
+ fontWeight: number;
887
+ lineHeight: number;
888
+ };
889
+ xs: {
890
+ fontFamily: string[];
891
+ fontSettings: string;
892
+ fontSize: number;
893
+ fontWeight: number;
894
+ lineHeight: number;
895
+ };
896
+ xsMedium: {
897
+ fontFamily: string[];
898
+ fontSettings: string;
899
+ fontSize: number;
900
+ fontWeight: number;
901
+ lineHeight: number;
902
+ };
903
+ };
904
+ };