@utilitywarehouse/hearth-react-native 0.34.4 → 0.35.0

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 (1037) hide show
  1. package/LICENSE +194 -0
  2. package/README.md +52 -0
  3. package/SKILL.md +361 -0
  4. package/build/components/Alert/AlertIcon.js +4 -4
  5. package/build/components/Badge/BadgeIcon.js +4 -4
  6. package/build/components/Card/CardAction/CardActionIcon.js +2 -2
  7. package/build/components/Card/CardAction/CardActionTrailingIcon.js +2 -2
  8. package/build/components/Carousel/CarouselControlItem.js +2 -2
  9. package/build/components/Carousel/CarouselControls.js +2 -2
  10. package/build/components/Checkbox/CheckboxGroup.d.ts +1 -1
  11. package/build/components/Checkbox/CheckboxGroup.js +5 -2
  12. package/build/components/Checkbox/CheckboxGroup.props.d.ts +4 -0
  13. package/build/components/Combobox/Combobox.js +2 -9
  14. package/build/components/Combobox/Combobox.utils.d.ts +2 -0
  15. package/build/components/Combobox/Combobox.utils.js +8 -0
  16. package/build/components/Combobox/Combobox.utils.test.d.ts +1 -0
  17. package/build/components/Combobox/Combobox.utils.test.js +27 -0
  18. package/build/components/DatePicker/DatePickerHeader/DatePickerNextButton.js +2 -2
  19. package/build/components/DatePicker/DatePickerHeader/DatePickerPrevButton.js +2 -2
  20. package/build/components/DatePicker/DatePickerHeader/DatePickerSelectors.js +2 -2
  21. package/build/components/DatePicker/utils.test.d.ts +1 -0
  22. package/build/components/DatePicker/utils.test.js +191 -0
  23. package/build/components/DatePickerInput/DatePickerInput.js +1 -8
  24. package/build/components/DatePickerInput/DatePickerInput.utils.d.ts +2 -0
  25. package/build/components/DatePickerInput/DatePickerInput.utils.js +8 -0
  26. package/build/components/DatePickerInput/DatePickerInput.utils.test.d.ts +1 -0
  27. package/build/components/DatePickerInput/DatePickerInput.utils.test.js +22 -0
  28. package/build/components/ExpandableCard/ExpandableCardIcon.js +2 -2
  29. package/build/components/Helper/HelperIcon.js +2 -2
  30. package/build/components/IconButton/IconButtonIcon.js +4 -4
  31. package/build/components/List/ListAction/ListActionTrailingIcon.js +2 -2
  32. package/build/components/List/ListItem/ListItemIcon.js +2 -2
  33. package/build/components/Modal/Modal.js +3 -1
  34. package/build/components/Modal/Modal.shared.types.d.ts +1 -1
  35. package/build/components/Modal/Modal.web.js +3 -1
  36. package/build/components/NavModal/NavModal.js +3 -1
  37. package/build/components/PillGroup/PillGroup.d.ts +1 -1
  38. package/build/components/PillGroup/PillGroup.js +4 -2
  39. package/build/components/PillGroup/PillGroup.props.d.ts +10 -0
  40. package/build/components/Radio/RadioGroup.d.ts +1 -1
  41. package/build/components/Radio/RadioGroup.js +5 -2
  42. package/build/components/Radio/RadioGroup.props.d.ts +4 -0
  43. package/build/components/RadioCard/RadioCard.d.ts +5 -24
  44. package/build/components/RadioCard/RadioCard.js +5 -1
  45. package/build/components/RadioCard/RadioCardGroup.props.d.ts +4 -0
  46. package/build/components/Rating/Rating.d.ts +1 -1
  47. package/build/components/Rating/Rating.js +3 -2
  48. package/build/components/Rating/Rating.props.d.ts +5 -0
  49. package/build/components/SegmentedControl/SegmentedControl.js +2 -2
  50. package/build/components/Select/Select.js +2 -3
  51. package/build/components/Select/Select.utils.d.ts +2 -0
  52. package/build/components/Select/Select.utils.js +1 -0
  53. package/build/components/Select/Select.utils.test.d.ts +1 -0
  54. package/build/components/Select/Select.utils.test.js +21 -0
  55. package/build/components/StepperInput/StepperInput.js +1 -62
  56. package/build/components/StepperInput/StepperInput.utils.d.ts +6 -0
  57. package/build/components/StepperInput/StepperInput.utils.js +62 -0
  58. package/build/components/StepperInput/StepperInput.utils.test.d.ts +1 -0
  59. package/build/components/StepperInput/StepperInput.utils.test.js +99 -0
  60. package/build/components/Switch/Switch.js +10 -8
  61. package/build/components/Switch/Switch.props.d.ts +11 -1
  62. package/build/components/Switch/Switch.web.js +10 -8
  63. package/build/components/TimePickerInput/TimePickerInput.js +1 -8
  64. package/build/components/TimePickerInput/TimePickerInput.utils.d.ts +3 -0
  65. package/build/components/TimePickerInput/TimePickerInput.utils.js +8 -0
  66. package/build/components/TimePickerInput/TimePickerInput.utils.test.d.ts +1 -0
  67. package/build/components/TimePickerInput/TimePickerInput.utils.test.js +20 -0
  68. package/build/components/Toast/ToastItem.js +2 -2
  69. package/build/components/ToggleButton/ToggleButtonRoot.js +1 -1
  70. package/build/components/ToggleButtonCard/ToggleButtonCard.d.ts +5 -1
  71. package/build/components/ToggleButtonCard/ToggleButtonCard.js +5 -1
  72. package/build/components/ToggleButtonCard/ToggleButtonCardGroup.props.d.ts +4 -0
  73. package/build/tokens/components/dark/chip.d.ts +14 -0
  74. package/build/tokens/components/dark/chip.js +13 -0
  75. package/build/tokens/components/dark/icon.d.ts +26 -0
  76. package/build/tokens/components/dark/icon.js +25 -0
  77. package/build/tokens/components/dark/index.d.ts +2 -0
  78. package/build/tokens/components/dark/index.js +2 -0
  79. package/build/tokens/components/light/chip.d.ts +14 -0
  80. package/build/tokens/components/light/chip.js +13 -0
  81. package/build/tokens/components/light/icon.d.ts +26 -0
  82. package/build/tokens/components/light/icon.js +25 -0
  83. package/build/tokens/components/light/index.d.ts +2 -0
  84. package/build/tokens/components/light/index.js +2 -0
  85. package/build/tokens/semantic-dark.d.ts +4 -4
  86. package/build/tokens/semantic-dark.js +4 -4
  87. package/build/tokens/semantic-light.d.ts +4 -4
  88. package/build/tokens/semantic-light.js +4 -4
  89. package/build/utils/formatThousands.test.d.ts +1 -0
  90. package/build/utils/formatThousands.test.js +31 -0
  91. package/build/utils/getFlattenedColorValue.test.d.ts +1 -0
  92. package/build/utils/getFlattenedColorValue.test.js +21 -0
  93. package/build/utils/getInitials.test.d.ts +1 -0
  94. package/build/utils/getInitials.test.js +23 -0
  95. package/build/utils/hexWithOpacity.test.d.ts +1 -0
  96. package/build/utils/hexWithOpacity.test.js +22 -0
  97. package/build/utils/isEqual.test.d.ts +1 -0
  98. package/build/utils/isEqual.test.js +44 -0
  99. package/build/utils/themeValueHelpers.test.d.ts +1 -0
  100. package/build/utils/themeValueHelpers.test.js +82 -0
  101. package/package.json +23 -7
  102. package/{src/components/Accordion/Accordion.docs.mdx → public/llms/components/accordion.md} +62 -97
  103. package/{src/components/Alert/Alert.docs.mdx → public/llms/components/alert.md} +46 -49
  104. package/{src/components/Avatar/Avatar.docs.mdx → public/llms/components/avatar.md} +18 -50
  105. package/{src/components/Badge/Badge.docs.mdx → public/llms/components/badge.md} +56 -38
  106. package/{src/components/Banner/Banner.docs.mdx → public/llms/components/banner.md} +487 -40
  107. package/{src/components/BodyText/BodyText.docs.mdx → public/llms/components/body-text.md} +32 -25
  108. package/{src/components/BottomSheet/BottomSheet.docs.mdx → public/llms/components/bottom-sheet.md} +25 -33
  109. package/{src/components/Box/Box.docs.mdx → public/llms/components/box.md} +7 -21
  110. package/{src/components/Button/Button.docs.mdx → public/llms/components/button.md} +118 -109
  111. package/{src/components/Card/Card.docs.mdx → public/llms/components/card.md} +281 -47
  112. package/{src/components/Carousel/Carousel.docs.mdx → public/llms/components/carousel.md} +14 -92
  113. package/public/llms/components/center.md +24 -0
  114. package/{src/components/Checkbox/Checkbox.docs.mdx → public/llms/components/checkbox.md} +114 -155
  115. package/{src/components/Combobox/Combobox.docs.mdx → public/llms/components/combobox.md} +53 -47
  116. package/{src/components/Container/Container.docs.mdx → public/llms/components/container.md} +59 -26
  117. package/{src/components/CurrencyInput/CurrencyInput.docs.mdx → public/llms/components/currency-input.md} +48 -44
  118. package/{src/components/DateInput/DateInput.docs.mdx → public/llms/components/date-input.md} +162 -29
  119. package/{src/components/DatePickerInput/DatePickerInput.docs.mdx → public/llms/components/date-picker-input.md} +11 -51
  120. package/{src/components/DatePicker/DatePicker.docs.mdx → public/llms/components/date-picker.md} +49 -26
  121. package/{src/components/DescriptionList/DescriptionList.docs.mdx → public/llms/components/description-list.md} +64 -31
  122. package/{src/components/DetailText/DetailText.docs.mdx → public/llms/components/detail-text.md} +47 -25
  123. package/{src/components/Divider/Divider.docs.mdx → public/llms/components/divider.md} +10 -22
  124. package/{src/components/ExpandableCard/ExpandableCard.docs.mdx → public/llms/components/expandable-card.md} +213 -28
  125. package/{src/components/Expandable/Expandable.docs.mdx → public/llms/components/expandable.md} +165 -21
  126. package/{src/components/Flex/Flex.docs.mdx → public/llms/components/flex.md} +18 -24
  127. package/{src/components/FormField/FormField.docs.mdx → public/llms/components/form-field.md} +57 -109
  128. package/{src/components/Grid/Grid.docs.mdx → public/llms/components/grid.md} +15 -79
  129. package/{src/components/Heading/Heading.docs.mdx → public/llms/components/heading.md} +32 -21
  130. package/{src/components/HighlightBanner/HighlightBanner.docs.mdx → public/llms/components/highlight-banner.md} +204 -41
  131. package/{src/components/HTMLElements/Lists.docs.mdx → public/llms/components/html-elements/lists.md} +20 -43
  132. package/{src/components/IconButton/IconButton.docs.mdx → public/llms/components/icon-button.md} +134 -32
  133. package/{src/components/IconContainer/IconContainer.docs.mdx → public/llms/components/icon-container.md} +44 -35
  134. package/{src/components/Icon/Icon.docs.mdx → public/llms/components/icon.md} +6 -30
  135. package/public/llms/components/indicator-icon-button.md +138 -0
  136. package/{src/components/InlineLink/InlineLink.docs.mdx → public/llms/components/inline-link.md} +7 -26
  137. package/{src/components/Input/Input.docs.mdx → public/llms/components/input.md} +73 -75
  138. package/{src/components/Link/Link.docs.mdx → public/llms/components/link.md} +5 -20
  139. package/{src/components/List/List.docs.mdx → public/llms/components/list.md} +192 -127
  140. package/{src/components/Menu/Menu.docs.mdx → public/llms/components/menu.md} +52 -29
  141. package/{src/components/Modal/Modal.docs.mdx → public/llms/components/modal.md} +160 -64
  142. package/{src/components/NavModal/NavModal.docs.mdx → public/llms/components/nav-modal.md} +81 -25
  143. package/{src/components/Pagination/Pagination.docs.mdx → public/llms/components/pagination.md} +38 -27
  144. package/public/llms/components/pill-group.md +162 -0
  145. package/{src/components/ProgressBar/ProgressBar.docs.mdx → public/llms/components/progress-bar.md} +42 -28
  146. package/public/llms/components/progress-stepper.md +144 -0
  147. package/{src/components/RadioCard/RadioCard.docs.mdx → public/llms/components/radio-card.md} +19 -50
  148. package/{src/components/Radio/Radio.docs.mdx → public/llms/components/radio.md} +146 -132
  149. package/public/llms/components/rating.md +147 -0
  150. package/{src/components/Roundel/Roundel.docs.mdx → public/llms/components/roundel.md} +19 -19
  151. package/{src/components/SectionHeader/Sectionheader.docs.mdx → public/llms/components/section-header.md} +46 -19
  152. package/{src/components/SegmentedControl/SegmentedControl.docs.mdx → public/llms/components/segmented-control.md} +40 -28
  153. package/{src/components/Select/Select.docs.mdx → public/llms/components/select.md} +70 -57
  154. package/{src/components/Skeleton/Skeleton.docs.mdx → public/llms/components/skeleton.md} +5 -9
  155. package/{src/components/Spinner/Spinner.docs.mdx → public/llms/components/spinner.md} +22 -22
  156. package/{src/components/StepperInput/StepperInput.docs.mdx → public/llms/components/stepper-input.md} +102 -29
  157. package/{src/components/Switch/Switch.docs.mdx → public/llms/components/switch.md} +56 -60
  158. package/public/llms/components/table.md +408 -0
  159. package/{src/components/Tabs/Tabs.docs.mdx → public/llms/components/tabs.md} +176 -41
  160. package/{src/components/Textarea/Textarea.docs.mdx → public/llms/components/textarea.md} +7 -49
  161. package/{src/components/ThemedImage/ThemedImage.docs.mdx → public/llms/components/themed-image.md} +79 -14
  162. package/{src/components/TimePickerInput/TimePickerInput.docs.mdx → public/llms/components/time-picker-input.md} +10 -48
  163. package/{src/components/TimePicker/TimePicker.docs.mdx → public/llms/components/time-picker.md} +17 -20
  164. package/{src/components/Timeline/Timeline.docs.mdx → public/llms/components/timeline.md} +30 -73
  165. package/{src/components/Toast/Toast.docs.mdx → public/llms/components/toast.md} +50 -31
  166. package/{src/components/ToggleButtonCard/ToggleButtonCard.docs.mdx → public/llms/components/toggle-button-card.md} +34 -56
  167. package/{src/components/VerificationInput/VerificationInput.docs.mdx → public/llms/components/verification-input.md} +106 -21
  168. package/{docs/adding-shadows.mdx → public/llms/docs/adding-shadows.md} +2 -29
  169. package/public/llms/docs/all-components.md +3 -0
  170. package/{docs/dark-mode-best-practice.mdx → public/llms/docs/dark-mode-best-practice.md} +10 -139
  171. package/{docs/getting-started.mdx → public/llms/docs/getting-started.md} +2 -13
  172. package/{docs/hooks.mdx → public/llms/docs/hooks.md} +16 -13
  173. package/{docs/introduction.mdx → public/llms/docs/introduction.md} +6 -12
  174. package/{docs/layout-components.docs.mdx → public/llms/docs/layout-components.md} +59 -26
  175. package/{docs/styling.mdx → public/llms/docs/styling.md} +21 -17
  176. package/{docs/theme-tokens.mdx → public/llms/docs/theme-tokens.md} +23 -18
  177. package/public/llms.txt +123 -0
  178. package/scripts/init-ai.js +157 -0
  179. package/.storybook/main.ts +0 -81
  180. package/.storybook/manager.ts +0 -11
  181. package/.storybook/preview.tsx +0 -174
  182. package/.storybook/prism-setup.ts +0 -104
  183. package/.storybook/vitest.setup.ts +0 -31
  184. package/.turbo/turbo-build.log +0 -1
  185. package/CHANGELOG.md +0 -2052
  186. package/chromatic.config.json +0 -6
  187. package/docs/all-components.mdx +0 -19
  188. package/docs/assets/bank-logo.png +0 -0
  189. package/docs/assets/bank-logo1.png +0 -0
  190. package/docs/assets/modal-android.mp4 +0 -0
  191. package/docs/assets/modal-ios.mp4 +0 -0
  192. package/docs/assets/pigs.png +0 -0
  193. package/docs/assets/toast-ios.MP4 +0 -0
  194. package/docs/changelog.mdx +0 -2069
  195. package/docs/components/AdvancedInputExample.tsx +0 -39
  196. package/docs/components/AllComponents.web.tsx +0 -1005
  197. package/docs/components/BackToTopButton.tsx +0 -58
  198. package/docs/components/BadgeList.tsx +0 -30
  199. package/docs/components/DocComponentWrap.tsx +0 -7
  200. package/docs/components/InputShadowExample.tsx +0 -19
  201. package/docs/components/NextPrevPage.tsx +0 -54
  202. package/docs/components/SwitchExample.tsx +0 -13
  203. package/docs/components/SwitchList.tsx +0 -52
  204. package/docs/components/UsageWrap.tsx +0 -21
  205. package/docs/components/VariantTitle.tsx +0 -40
  206. package/docs/components/ViewFigmaButton.tsx +0 -43
  207. package/docs/components/ViewWrap.tsx +0 -32
  208. package/docs/components/index.ts +0 -13
  209. package/docs/heplers/addReactNativePrefix.ts +0 -8
  210. package/docs/heplers/index.ts +0 -1
  211. package/docs/llm-docs/unistyles-llms-full.txt +0 -9135
  212. package/docs/llm-docs/unistyles-llms-small.txt +0 -247
  213. package/eslint.config.js +0 -35
  214. package/figma.config.json +0 -11
  215. package/scripts/copyChangelog.js +0 -57
  216. package/scripts/copyTokens.js +0 -96
  217. package/src/components/Accordion/Accordion.context.tsx +0 -13
  218. package/src/components/Accordion/Accordion.figma.tsx +0 -21
  219. package/src/components/Accordion/Accordion.props.ts +0 -43
  220. package/src/components/Accordion/Accordion.stories.tsx +0 -118
  221. package/src/components/Accordion/Accordion.tsx +0 -127
  222. package/src/components/Accordion/AccordionContent.tsx +0 -44
  223. package/src/components/Accordion/AccordionContentText.tsx +0 -10
  224. package/src/components/Accordion/AccordionHeader.tsx +0 -18
  225. package/src/components/Accordion/AccordionIcon.tsx +0 -11
  226. package/src/components/Accordion/AccordionItem.context.tsx +0 -11
  227. package/src/components/Accordion/AccordionItem.figma.tsx +0 -27
  228. package/src/components/Accordion/AccordionItem.props.ts +0 -20
  229. package/src/components/Accordion/AccordionItemRoot.tsx +0 -27
  230. package/src/components/Accordion/AccordionRoot.tsx +0 -35
  231. package/src/components/Accordion/AccordionTitleText.tsx +0 -19
  232. package/src/components/Accordion/AccordionTrigger.tsx +0 -54
  233. package/src/components/Accordion/index.ts +0 -10
  234. package/src/components/Alert/Alert.context.ts +0 -8
  235. package/src/components/Alert/Alert.figma.tsx +0 -47
  236. package/src/components/Alert/Alert.props.ts +0 -67
  237. package/src/components/Alert/Alert.stories.tsx +0 -87
  238. package/src/components/Alert/Alert.tsx +0 -109
  239. package/src/components/Alert/AlertCloseButton.tsx +0 -54
  240. package/src/components/Alert/AlertContent.tsx +0 -22
  241. package/src/components/Alert/AlertIcon.tsx +0 -54
  242. package/src/components/Alert/AlertIconButton.tsx +0 -49
  243. package/src/components/Alert/AlertLink.tsx +0 -60
  244. package/src/components/Alert/AlertText.tsx +0 -39
  245. package/src/components/Alert/AlertTitle.tsx +0 -39
  246. package/src/components/Alert/index.ts +0 -8
  247. package/src/components/Avatar/Avatar.figma.tsx +0 -23
  248. package/src/components/Avatar/Avatar.props.ts +0 -31
  249. package/src/components/Avatar/Avatar.stories.tsx +0 -76
  250. package/src/components/Avatar/Avatar.tsx +0 -134
  251. package/src/components/Avatar/index.ts +0 -2
  252. package/src/components/Badge/Badge.context.ts +0 -11
  253. package/src/components/Badge/Badge.figma.tsx +0 -47
  254. package/src/components/Badge/Badge.props.ts +0 -26
  255. package/src/components/Badge/Badge.stories.tsx +0 -184
  256. package/src/components/Badge/Badge.tsx +0 -300
  257. package/src/components/Badge/BadgeIcon.tsx +0 -158
  258. package/src/components/Badge/BadgeText.tsx +0 -166
  259. package/src/components/Badge/index.ts +0 -3
  260. package/src/components/Banner/Banner.context.ts +0 -11
  261. package/src/components/Banner/Banner.figma.tsx +0 -23
  262. package/src/components/Banner/Banner.props.ts +0 -99
  263. package/src/components/Banner/Banner.stories.tsx +0 -650
  264. package/src/components/Banner/Banner.tsx +0 -337
  265. package/src/components/Banner/BannerIllustration.figma.tsx +0 -30
  266. package/src/components/Banner/BannerIllustration.tsx +0 -58
  267. package/src/components/Banner/BannerImage.tsx +0 -63
  268. package/src/components/Banner/index.ts +0 -4
  269. package/src/components/BodyText/BodyText.props.ts +0 -10
  270. package/src/components/BodyText/BodyText.stories.tsx +0 -147
  271. package/src/components/BodyText/BodyText.tsx +0 -144
  272. package/src/components/BodyText/index.ts +0 -2
  273. package/src/components/BottomSheet/BottomSheet.context.ts +0 -15
  274. package/src/components/BottomSheet/BottomSheet.props.ts +0 -49
  275. package/src/components/BottomSheet/BottomSheet.stories.tsx +0 -335
  276. package/src/components/BottomSheet/BottomSheet.tsx +0 -71
  277. package/src/components/BottomSheet/BottomSheetBackdrop.tsx +0 -29
  278. package/src/components/BottomSheet/BottomSheetFlatList.tsx +0 -65
  279. package/src/components/BottomSheet/BottomSheetHandle.tsx +0 -48
  280. package/src/components/BottomSheet/BottomSheetModal.figma.tsx +0 -20
  281. package/src/components/BottomSheet/BottomSheetModal.tsx +0 -70
  282. package/src/components/BottomSheet/BottomSheetModalProvider.tsx +0 -33
  283. package/src/components/BottomSheet/BottomSheetScrollView.tsx +0 -74
  284. package/src/components/BottomSheet/BottomSheetView.tsx +0 -67
  285. package/src/components/BottomSheet/index.ts +0 -20
  286. package/src/components/BottomSheet/useBottomSheetLogic.tsx +0 -53
  287. package/src/components/Box/Box.props.ts +0 -13
  288. package/src/components/Box/Box.stories.tsx +0 -70
  289. package/src/components/Box/Box.tsx +0 -107
  290. package/src/components/Box/index.ts +0 -1
  291. package/src/components/Button/Button.context.ts +0 -13
  292. package/src/components/Button/Button.figma.tsx +0 -132
  293. package/src/components/Button/Button.props.tsx +0 -84
  294. package/src/components/Button/Button.stories.tsx +0 -293
  295. package/src/components/Button/Button.tsx +0 -83
  296. package/src/components/Button/ButtonGroup.context.ts +0 -5
  297. package/src/components/Button/ButtonGroup.tsx +0 -25
  298. package/src/components/Button/ButtonGroupRoot.tsx +0 -85
  299. package/src/components/Button/ButtonIcon.tsx +0 -141
  300. package/src/components/Button/ButtonRoot.tsx +0 -451
  301. package/src/components/Button/ButtonSpinner.tsx +0 -60
  302. package/src/components/Button/ButtonText.tsx +0 -134
  303. package/src/components/Button/index.ts +0 -3
  304. package/src/components/Card/Card.context.ts +0 -19
  305. package/src/components/Card/Card.figma.tsx +0 -29
  306. package/src/components/Card/Card.props.ts +0 -34
  307. package/src/components/Card/Card.stories.tsx +0 -370
  308. package/src/components/Card/Card.tsx +0 -10
  309. package/src/components/Card/CardAction/CardAction.context.ts +0 -22
  310. package/src/components/Card/CardAction/CardAction.figma.tsx +0 -44
  311. package/src/components/Card/CardAction/CardAction.props.ts +0 -86
  312. package/src/components/Card/CardAction/CardAction.stories.tsx +0 -412
  313. package/src/components/Card/CardAction/CardAction.tsx +0 -10
  314. package/src/components/Card/CardAction/CardActionContent.tsx +0 -20
  315. package/src/components/Card/CardAction/CardActionHelperText.tsx +0 -21
  316. package/src/components/Card/CardAction/CardActionIcon.tsx +0 -32
  317. package/src/components/Card/CardAction/CardActionLeadingContent.tsx +0 -9
  318. package/src/components/Card/CardAction/CardActionRoot.tsx +0 -270
  319. package/src/components/Card/CardAction/CardActionText.tsx +0 -17
  320. package/src/components/Card/CardAction/CardActionTrailingContent.tsx +0 -9
  321. package/src/components/Card/CardAction/CardActionTrailingIcon.tsx +0 -32
  322. package/src/components/Card/CardAction/index.ts +0 -10
  323. package/src/components/Card/CardActions.context.ts +0 -12
  324. package/src/components/Card/CardActions.tsx +0 -40
  325. package/src/components/Card/CardContent.tsx +0 -40
  326. package/src/components/Card/CardPressHandler.context.ts +0 -12
  327. package/src/components/Card/CardPressHandler.tsx +0 -20
  328. package/src/components/Card/CardRoot.tsx +0 -357
  329. package/src/components/Card/helpers.tsx +0 -195
  330. package/src/components/Card/index.ts +0 -7
  331. package/src/components/Carousel/Carousel.context.tsx +0 -8
  332. package/src/components/Carousel/Carousel.figma.tsx +0 -22
  333. package/src/components/Carousel/Carousel.props.ts +0 -89
  334. package/src/components/Carousel/Carousel.stories.tsx +0 -317
  335. package/src/components/Carousel/Carousel.tsx +0 -448
  336. package/src/components/Carousel/CarouselControlItem.tsx +0 -87
  337. package/src/components/Carousel/CarouselControls.tsx +0 -150
  338. package/src/components/Carousel/CarouselItem.tsx +0 -68
  339. package/src/components/Carousel/index.ts +0 -6
  340. package/src/components/Center/Center.docs.mdx +0 -42
  341. package/src/components/Center/Center.stories.tsx +0 -30
  342. package/src/components/Center/Center.tsx +0 -12
  343. package/src/components/Center/index.ts +0 -1
  344. package/src/components/Checkbox/Checkbox.context.ts +0 -9
  345. package/src/components/Checkbox/Checkbox.figma.tsx +0 -26
  346. package/src/components/Checkbox/Checkbox.props.ts +0 -47
  347. package/src/components/Checkbox/Checkbox.stories.tsx +0 -217
  348. package/src/components/Checkbox/Checkbox.tsx +0 -110
  349. package/src/components/Checkbox/CheckboxGroup.context.ts +0 -10
  350. package/src/components/Checkbox/CheckboxGroup.figma.tsx +0 -73
  351. package/src/components/Checkbox/CheckboxGroup.props.ts +0 -23
  352. package/src/components/Checkbox/CheckboxGroup.stories.tsx +0 -100
  353. package/src/components/Checkbox/CheckboxGroup.tsx +0 -114
  354. package/src/components/Checkbox/CheckboxGroupRoot.tsx +0 -36
  355. package/src/components/Checkbox/CheckboxGroupTextContent.tsx +0 -14
  356. package/src/components/Checkbox/CheckboxIcon.tsx +0 -30
  357. package/src/components/Checkbox/CheckboxImage.figma.tsx +0 -27
  358. package/src/components/Checkbox/CheckboxImage.tsx +0 -14
  359. package/src/components/Checkbox/CheckboxIndicator.tsx +0 -63
  360. package/src/components/Checkbox/CheckboxLabel.tsx +0 -14
  361. package/src/components/Checkbox/CheckboxRoot.tsx +0 -64
  362. package/src/components/Checkbox/CheckboxTextContent.tsx +0 -21
  363. package/src/components/Checkbox/CheckboxTileRoot.figma.tsx +0 -29
  364. package/src/components/Checkbox/CheckboxTileRoot.tsx +0 -50
  365. package/src/components/Checkbox/index.ts +0 -12
  366. package/src/components/Combobox/Combobox.context.ts +0 -26
  367. package/src/components/Combobox/Combobox.figma.tsx +0 -60
  368. package/src/components/Combobox/Combobox.props.ts +0 -187
  369. package/src/components/Combobox/Combobox.stories.tsx +0 -233
  370. package/src/components/Combobox/Combobox.tsx +0 -446
  371. package/src/components/Combobox/ComboboxOption.tsx +0 -100
  372. package/src/components/Combobox/index.ts +0 -9
  373. package/src/components/Container/Container.props.ts +0 -32
  374. package/src/components/Container/Container.stories.tsx +0 -290
  375. package/src/components/Container/Container.tsx +0 -52
  376. package/src/components/Container/index.tsx +0 -2
  377. package/src/components/CurrencyInput/CurrencyInput.figma.tsx +0 -72
  378. package/src/components/CurrencyInput/CurrencyInput.props.ts +0 -27
  379. package/src/components/CurrencyInput/CurrencyInput.stories.tsx +0 -147
  380. package/src/components/CurrencyInput/CurrencyInput.tsx +0 -101
  381. package/src/components/CurrencyInput/index.ts +0 -1
  382. package/src/components/DateInput/DateInput.figma.tsx +0 -88
  383. package/src/components/DateInput/DateInput.props.ts +0 -125
  384. package/src/components/DateInput/DateInput.stories.tsx +0 -314
  385. package/src/components/DateInput/DateInput.tsx +0 -135
  386. package/src/components/DateInput/DateInputSegment.tsx +0 -69
  387. package/src/components/DateInput/index.ts +0 -2
  388. package/src/components/DatePicker/DatePicker.context.ts +0 -23
  389. package/src/components/DatePicker/DatePicker.figma.tsx +0 -47
  390. package/src/components/DatePicker/DatePicker.props.ts +0 -139
  391. package/src/components/DatePicker/DatePicker.stories.tsx +0 -98
  392. package/src/components/DatePicker/DatePicker.tsx +0 -673
  393. package/src/components/DatePicker/DatePickerCalendar.tsx +0 -58
  394. package/src/components/DatePicker/DatePickerDay.tsx +0 -302
  395. package/src/components/DatePicker/DatePickerDays.tsx +0 -241
  396. package/src/components/DatePicker/DatePickerFooter.tsx +0 -35
  397. package/src/components/DatePicker/DatePickerHeader/DatePickerHeader.props.ts +0 -8
  398. package/src/components/DatePicker/DatePickerHeader/DatePickerMonthButton.tsx +0 -29
  399. package/src/components/DatePicker/DatePickerHeader/DatePickerNextButton.tsx +0 -46
  400. package/src/components/DatePicker/DatePickerHeader/DatePickerPrevButton.tsx +0 -46
  401. package/src/components/DatePicker/DatePickerHeader/DatePickerSelectors.tsx +0 -96
  402. package/src/components/DatePicker/DatePickerHeader/DatePickerTimeButton.tsx +0 -48
  403. package/src/components/DatePicker/DatePickerHeader/DatePickerYearButton.tsx +0 -50
  404. package/src/components/DatePicker/DatePickerHeader/index.tsx +0 -64
  405. package/src/components/DatePicker/DatePickerMonths.tsx +0 -101
  406. package/src/components/DatePicker/DatePickerWeekdays.tsx +0 -49
  407. package/src/components/DatePicker/DatePickerYears.tsx +0 -119
  408. package/src/components/DatePicker/enums.ts +0 -14
  409. package/src/components/DatePicker/index.ts +0 -15
  410. package/src/components/DatePicker/polyfill.ts +0 -21
  411. package/src/components/DatePicker/utils.ts +0 -549
  412. package/src/components/DatePickerInput/DatePickerInput.figma.tsx +0 -34
  413. package/src/components/DatePickerInput/DatePickerInput.props.ts +0 -56
  414. package/src/components/DatePickerInput/DatePickerInput.stories.tsx +0 -178
  415. package/src/components/DatePickerInput/DatePickerInput.tsx +0 -277
  416. package/src/components/DatePickerInput/DatePickerInputDoneButton.tsx +0 -42
  417. package/src/components/DatePickerInput/DatePickerInputDoneButton.web.tsx +0 -7
  418. package/src/components/DatePickerInput/index.ts +0 -2
  419. package/src/components/DescriptionList/DescriptionList.context.ts +0 -18
  420. package/src/components/DescriptionList/DescriptionList.figma.tsx +0 -47
  421. package/src/components/DescriptionList/DescriptionList.props.ts +0 -14
  422. package/src/components/DescriptionList/DescriptionList.stories.tsx +0 -172
  423. package/src/components/DescriptionList/DescriptionList.tsx +0 -54
  424. package/src/components/DescriptionList/DescriptionListItem.figma.tsx +0 -42
  425. package/src/components/DescriptionList/DescriptionListItem.props.ts +0 -15
  426. package/src/components/DescriptionList/DescriptionListItem.tsx +0 -106
  427. package/src/components/DescriptionList/index.ts +0 -4
  428. package/src/components/DetailText/DetailText.props.ts +0 -8
  429. package/src/components/DetailText/DetailText.stories.tsx +0 -148
  430. package/src/components/DetailText/DetailText.tsx +0 -147
  431. package/src/components/DetailText/index.ts +0 -1
  432. package/src/components/Divider/Divider.figma.tsx +0 -12
  433. package/src/components/Divider/Divider.props.ts +0 -19
  434. package/src/components/Divider/Divider.stories.tsx +0 -60
  435. package/src/components/Divider/Divider.tsx +0 -240
  436. package/src/components/Divider/index.ts +0 -1
  437. package/src/components/Expandable/Expandable.props.ts +0 -46
  438. package/src/components/Expandable/Expandable.stories.tsx +0 -284
  439. package/src/components/Expandable/Expandable.tsx +0 -92
  440. package/src/components/Expandable/index.ts +0 -2
  441. package/src/components/ExpandableCard/ExpandableCard.figma.tsx +0 -49
  442. package/src/components/ExpandableCard/ExpandableCard.props.ts +0 -108
  443. package/src/components/ExpandableCard/ExpandableCard.stories.tsx +0 -376
  444. package/src/components/ExpandableCard/ExpandableCard.tsx +0 -84
  445. package/src/components/ExpandableCard/ExpandableCardContent.tsx +0 -21
  446. package/src/components/ExpandableCard/ExpandableCardExpandedContent.tsx +0 -42
  447. package/src/components/ExpandableCard/ExpandableCardGroup.figma.tsx +0 -40
  448. package/src/components/ExpandableCard/ExpandableCardGroup.props.ts +0 -36
  449. package/src/components/ExpandableCard/ExpandableCardGroup.tsx +0 -42
  450. package/src/components/ExpandableCard/ExpandableCardHelperText.tsx +0 -21
  451. package/src/components/ExpandableCard/ExpandableCardIcon.tsx +0 -32
  452. package/src/components/ExpandableCard/ExpandableCardLeadingContent.tsx +0 -9
  453. package/src/components/ExpandableCard/ExpandableCardText.tsx +0 -14
  454. package/src/components/ExpandableCard/ExpandableCardTrailingContent.tsx +0 -9
  455. package/src/components/ExpandableCard/ExpandableCardTrailingIcon.tsx +0 -30
  456. package/src/components/ExpandableCard/ExpandableCardTrigger.props.ts +0 -76
  457. package/src/components/ExpandableCard/ExpandableCardTrigger.tsx +0 -9
  458. package/src/components/ExpandableCard/ExpandableCardTriggerRoot.tsx +0 -173
  459. package/src/components/ExpandableCard/index.ts +0 -14
  460. package/src/components/Flex/Flex.props.ts +0 -31
  461. package/src/components/Flex/Flex.stories.tsx +0 -78
  462. package/src/components/Flex/Flex.tsx +0 -46
  463. package/src/components/Flex/index.ts +0 -1
  464. package/src/components/FormField/FormFielInvalidIcon.tsx +0 -11
  465. package/src/components/FormField/FormField.context.ts +0 -11
  466. package/src/components/FormField/FormField.figma.tsx +0 -23
  467. package/src/components/FormField/FormField.props.ts +0 -20
  468. package/src/components/FormField/FormField.stories.tsx +0 -134
  469. package/src/components/FormField/FormField.tsx +0 -123
  470. package/src/components/FormField/FormFieldHelper.tsx +0 -23
  471. package/src/components/FormField/FormFieldInvalid.tsx +0 -33
  472. package/src/components/FormField/FormFieldLabel.tsx +0 -16
  473. package/src/components/FormField/FormFieldRoot.tsx +0 -21
  474. package/src/components/FormField/FormFieldValid.tsx +0 -33
  475. package/src/components/FormField/FormFieldValidIcon.tsx +0 -11
  476. package/src/components/FormField/index.ts +0 -16
  477. package/src/components/Grid/Grid.props.ts +0 -62
  478. package/src/components/Grid/Grid.stories.tsx +0 -199
  479. package/src/components/Grid/Grid.tsx +0 -146
  480. package/src/components/Grid/index.ts +0 -2
  481. package/src/components/HTMLElements/ListItem.tsx +0 -33
  482. package/src/components/HTMLElements/OrderedList.stories.tsx +0 -86
  483. package/src/components/HTMLElements/OrderedList.tsx +0 -98
  484. package/src/components/HTMLElements/UnorderedList.stories.tsx +0 -110
  485. package/src/components/HTMLElements/UnorderedList.tsx +0 -92
  486. package/src/components/HTMLElements/index.ts +0 -3
  487. package/src/components/Heading/Heading.props.ts +0 -8
  488. package/src/components/Heading/Heading.stories.tsx +0 -128
  489. package/src/components/Heading/Heading.tsx +0 -193
  490. package/src/components/Heading/index.ts +0 -1
  491. package/src/components/Helper/Helper.props.ts +0 -24
  492. package/src/components/Helper/Helper.tsx +0 -66
  493. package/src/components/Helper/HelperContext.ts +0 -6
  494. package/src/components/Helper/HelperIcon.tsx +0 -44
  495. package/src/components/Helper/HelperText.figma.tsx +0 -23
  496. package/src/components/Helper/HelperText.tsx +0 -46
  497. package/src/components/Helper/index.ts +0 -3
  498. package/src/components/HighlightBanner/HighlightBanner.figma.tsx +0 -46
  499. package/src/components/HighlightBanner/HighlightBanner.props.ts +0 -29
  500. package/src/components/HighlightBanner/HighlightBanner.stories.tsx +0 -314
  501. package/src/components/HighlightBanner/HighlightBanner.tsx +0 -127
  502. package/src/components/HighlightBanner/HighlightBannerImage.tsx +0 -20
  503. package/src/components/HighlightBanner/index.ts +0 -3
  504. package/src/components/Icon/Icon.props.ts +0 -17
  505. package/src/components/Icon/Icon.stories.tsx +0 -44
  506. package/src/components/Icon/Icon.tsx +0 -52
  507. package/src/components/Icon/index.tsx +0 -2
  508. package/src/components/IconButton/IconButton.context.ts +0 -13
  509. package/src/components/IconButton/IconButton.figma.tsx +0 -45
  510. package/src/components/IconButton/IconButton.props.ts +0 -45
  511. package/src/components/IconButton/IconButton.stories.tsx +0 -271
  512. package/src/components/IconButton/IconButton.tsx +0 -37
  513. package/src/components/IconButton/IconButtonIcon.tsx +0 -156
  514. package/src/components/IconButton/IconButtonRoot.tsx +0 -478
  515. package/src/components/IconButton/IconButtonSpinner.tsx +0 -68
  516. package/src/components/IconButton/index.tsx +0 -2
  517. package/src/components/IconContainer/IconContainer.figma.tsx +0 -44
  518. package/src/components/IconContainer/IconContainer.props.ts +0 -17
  519. package/src/components/IconContainer/IconContainer.stories.tsx +0 -135
  520. package/src/components/IconContainer/IconContainer.tsx +0 -178
  521. package/src/components/IconContainer/index.tsx +0 -2
  522. package/src/components/Icons/CircleIcon.tsx +0 -21
  523. package/src/components/Icons/index.ts +0 -1
  524. package/src/components/IndicatorIconButton/IndicatorIconButton.docs.mdx +0 -85
  525. package/src/components/IndicatorIconButton/IndicatorIconButton.figma.tsx +0 -16
  526. package/src/components/IndicatorIconButton/IndicatorIconButton.props.ts +0 -12
  527. package/src/components/IndicatorIconButton/IndicatorIconButton.stories.tsx +0 -150
  528. package/src/components/IndicatorIconButton/IndicatorIconButton.tsx +0 -36
  529. package/src/components/IndicatorIconButton/index.tsx +0 -2
  530. package/src/components/InlineLink/InlineLink.context.ts +0 -10
  531. package/src/components/InlineLink/InlineLink.props.ts +0 -10
  532. package/src/components/InlineLink/InlineLink.stories.tsx +0 -91
  533. package/src/components/InlineLink/InlineLink.tsx +0 -26
  534. package/src/components/InlineLink/InlineLinkRoot.tsx +0 -87
  535. package/src/components/InlineLink/index.ts +0 -3
  536. package/src/components/Input/Input.context.ts +0 -6
  537. package/src/components/Input/Input.figma.tsx +0 -123
  538. package/src/components/Input/Input.props.ts +0 -118
  539. package/src/components/Input/Input.stories.tsx +0 -235
  540. package/src/components/Input/Input.tsx +0 -215
  541. package/src/components/Input/InputField.tsx +0 -75
  542. package/src/components/Input/InputIcon.tsx +0 -30
  543. package/src/components/Input/InputRoot.tsx +0 -89
  544. package/src/components/Input/InputSlot.tsx +0 -32
  545. package/src/components/Input/index.ts +0 -1
  546. package/src/components/Label/Label.figma.tsx +0 -24
  547. package/src/components/Label/Label.props.ts +0 -9
  548. package/src/components/Label/Label.tsx +0 -44
  549. package/src/components/Label/index.ts +0 -1
  550. package/src/components/Link/Link.context.ts +0 -10
  551. package/src/components/Link/Link.figma.tsx +0 -35
  552. package/src/components/Link/Link.props.ts +0 -18
  553. package/src/components/Link/Link.stories.tsx +0 -75
  554. package/src/components/Link/Link.tsx +0 -44
  555. package/src/components/Link/LinkIcon.tsx +0 -60
  556. package/src/components/Link/LinkRoot.tsx +0 -65
  557. package/src/components/Link/LinkText.tsx +0 -59
  558. package/src/components/Link/index.ts +0 -4
  559. package/src/components/List/List.context.ts +0 -16
  560. package/src/components/List/List.figma.tsx +0 -45
  561. package/src/components/List/List.props.ts +0 -13
  562. package/src/components/List/List.stories.tsx +0 -535
  563. package/src/components/List/List.tsx +0 -109
  564. package/src/components/List/ListAction/ListAction.figma.tsx +0 -21
  565. package/src/components/List/ListAction/ListAction.props.ts +0 -10
  566. package/src/components/List/ListAction/ListAction.tsx +0 -165
  567. package/src/components/List/ListAction/ListActionContent.tsx +0 -21
  568. package/src/components/List/ListAction/ListActionText.tsx +0 -14
  569. package/src/components/List/ListAction/ListActionTrailingContent.tsx +0 -9
  570. package/src/components/List/ListAction/ListActionTrailingIcon.tsx +0 -33
  571. package/src/components/List/ListAction/index.ts +0 -6
  572. package/src/components/List/ListItem/ListItem.context.ts +0 -11
  573. package/src/components/List/ListItem/ListItem.figma.tsx +0 -56
  574. package/src/components/List/ListItem/ListItem.props.ts +0 -38
  575. package/src/components/List/ListItem/ListItem.tsx +0 -10
  576. package/src/components/List/ListItem/ListItemContent.tsx +0 -21
  577. package/src/components/List/ListItem/ListItemHeading.tsx +0 -20
  578. package/src/components/List/ListItem/ListItemHelperText.tsx +0 -20
  579. package/src/components/List/ListItem/ListItemIcon.tsx +0 -32
  580. package/src/components/List/ListItem/ListItemLeadingContent.figma.tsx +0 -29
  581. package/src/components/List/ListItem/ListItemLeadingContent.tsx +0 -9
  582. package/src/components/List/ListItem/ListItemRoot.tsx +0 -221
  583. package/src/components/List/ListItem/ListItemTrailingContent.figma.tsx +0 -27
  584. package/src/components/List/ListItem/ListItemTrailingContent.tsx +0 -9
  585. package/src/components/List/ListItem/ListItemTrailingIcon.tsx +0 -31
  586. package/src/components/List/ListItem/index.ts +0 -9
  587. package/src/components/List/index.ts +0 -4
  588. package/src/components/Menu/Menu.context.ts +0 -15
  589. package/src/components/Menu/Menu.figma.tsx +0 -30
  590. package/src/components/Menu/Menu.props.ts +0 -20
  591. package/src/components/Menu/Menu.stories.tsx +0 -292
  592. package/src/components/Menu/Menu.tsx +0 -51
  593. package/src/components/Menu/MenuItem.figma.tsx +0 -39
  594. package/src/components/Menu/MenuItem.props.ts +0 -29
  595. package/src/components/Menu/MenuItem.tsx +0 -145
  596. package/src/components/Menu/MenuTrigger.props.ts +0 -14
  597. package/src/components/Menu/MenuTrigger.tsx +0 -20
  598. package/src/components/Menu/index.ts +0 -7
  599. package/src/components/Modal/Modal.figma.tsx +0 -67
  600. package/src/components/Modal/Modal.props.ts +0 -25
  601. package/src/components/Modal/Modal.shared.types.ts +0 -43
  602. package/src/components/Modal/Modal.stories.tsx +0 -405
  603. package/src/components/Modal/Modal.tsx +0 -411
  604. package/src/components/Modal/Modal.web.tsx +0 -238
  605. package/src/components/Modal/ModalImage.tsx +0 -20
  606. package/src/components/Modal/index.ts +0 -3
  607. package/src/components/NavModal/NavModal.figma.tsx +0 -13
  608. package/src/components/NavModal/NavModal.props.ts +0 -31
  609. package/src/components/NavModal/NavModal.stories.tsx +0 -160
  610. package/src/components/NavModal/NavModal.tsx +0 -426
  611. package/src/components/NavModal/index.ts +0 -2
  612. package/src/components/Pagination/Pagination.figma.tsx +0 -20
  613. package/src/components/Pagination/Pagination.props.ts +0 -28
  614. package/src/components/Pagination/Pagination.stories.tsx +0 -88
  615. package/src/components/Pagination/Pagination.tsx +0 -248
  616. package/src/components/Pagination/Pagination.utils.test.ts +0 -20
  617. package/src/components/Pagination/Pagination.utils.ts +0 -37
  618. package/src/components/Pagination/index.ts +0 -2
  619. package/src/components/PillGroup/Pill.figma.tsx +0 -12
  620. package/src/components/PillGroup/Pill.props.ts +0 -13
  621. package/src/components/PillGroup/Pill.tsx +0 -118
  622. package/src/components/PillGroup/PillGroup.context.tsx +0 -12
  623. package/src/components/PillGroup/PillGroup.docs.mdx +0 -96
  624. package/src/components/PillGroup/PillGroup.figma.tsx +0 -20
  625. package/src/components/PillGroup/PillGroup.props.ts +0 -36
  626. package/src/components/PillGroup/PillGroup.stories.tsx +0 -158
  627. package/src/components/PillGroup/PillGroup.tsx +0 -70
  628. package/src/components/PillGroup/index.ts +0 -4
  629. package/src/components/ProgressBar/ProgressBar.figma.tsx +0 -79
  630. package/src/components/ProgressBar/ProgressBar.props.ts +0 -60
  631. package/src/components/ProgressBar/ProgressBar.stories.tsx +0 -117
  632. package/src/components/ProgressBar/ProgressBar.tsx +0 -74
  633. package/src/components/ProgressBar/ProgressBarCircular.tsx +0 -181
  634. package/src/components/ProgressBar/ProgressBarLinear.tsx +0 -127
  635. package/src/components/ProgressBar/index.ts +0 -7
  636. package/src/components/ProgressStepper/ProgressStep.figma.tsx +0 -19
  637. package/src/components/ProgressStepper/ProgressStep.tsx +0 -134
  638. package/src/components/ProgressStepper/ProgressStepper.docs.mdx +0 -87
  639. package/src/components/ProgressStepper/ProgressStepper.figma.tsx +0 -13
  640. package/src/components/ProgressStepper/ProgressStepper.props.ts +0 -27
  641. package/src/components/ProgressStepper/ProgressStepper.stories.tsx +0 -107
  642. package/src/components/ProgressStepper/ProgressStepper.tsx +0 -26
  643. package/src/components/ProgressStepper/ProgressStepperRoot.tsx +0 -32
  644. package/src/components/ProgressStepper/index.ts +0 -3
  645. package/src/components/Radio/Radio.context.ts +0 -9
  646. package/src/components/Radio/Radio.figma.tsx +0 -38
  647. package/src/components/Radio/Radio.props.ts +0 -38
  648. package/src/components/Radio/Radio.stories.tsx +0 -254
  649. package/src/components/Radio/Radio.tsx +0 -98
  650. package/src/components/Radio/RadioGroup.context.ts +0 -10
  651. package/src/components/Radio/RadioGroup.figma.tsx +0 -82
  652. package/src/components/Radio/RadioGroup.props.ts +0 -23
  653. package/src/components/Radio/RadioGroup.stories.tsx +0 -131
  654. package/src/components/Radio/RadioGroup.tsx +0 -113
  655. package/src/components/Radio/RadioGroupRoot.tsx +0 -36
  656. package/src/components/Radio/RadioGroupTextContent.tsx +0 -14
  657. package/src/components/Radio/RadioIcon.tsx +0 -37
  658. package/src/components/Radio/RadioImage.figma.tsx +0 -27
  659. package/src/components/Radio/RadioImage.tsx +0 -14
  660. package/src/components/Radio/RadioIndicator.tsx +0 -63
  661. package/src/components/Radio/RadioLabel.tsx +0 -14
  662. package/src/components/Radio/RadioRoot.tsx +0 -65
  663. package/src/components/Radio/RadioTextContent.tsx +0 -21
  664. package/src/components/Radio/RadioTile.figma.tsx +0 -38
  665. package/src/components/Radio/RadioTileRoot.tsx +0 -46
  666. package/src/components/Radio/index.ts +0 -6
  667. package/src/components/RadioCard/RadioCard.context.ts +0 -8
  668. package/src/components/RadioCard/RadioCard.figma.tsx +0 -24
  669. package/src/components/RadioCard/RadioCard.props.ts +0 -19
  670. package/src/components/RadioCard/RadioCard.stories.tsx +0 -45
  671. package/src/components/RadioCard/RadioCard.tsx +0 -62
  672. package/src/components/RadioCard/RadioCardGroup.context.ts +0 -16
  673. package/src/components/RadioCard/RadioCardGroup.props.ts +0 -36
  674. package/src/components/RadioCard/RadioCardGroup.stories.tsx +0 -94
  675. package/src/components/RadioCard/RadioCardGroup.tsx +0 -57
  676. package/src/components/RadioCard/RadioCardIcon.tsx +0 -33
  677. package/src/components/RadioCard/RadioCardIndicator.tsx +0 -63
  678. package/src/components/RadioCard/RadioCardLabel.tsx +0 -19
  679. package/src/components/RadioCard/RadioCardRoot.tsx +0 -85
  680. package/src/components/RadioCard/index.ts +0 -8
  681. package/src/components/Rating/Rating.docs.mdx +0 -217
  682. package/src/components/Rating/Rating.figma.tsx +0 -39
  683. package/src/components/Rating/Rating.props.ts +0 -28
  684. package/src/components/Rating/Rating.stories.tsx +0 -112
  685. package/src/components/Rating/Rating.tsx +0 -198
  686. package/src/components/Rating/Rating.utils.test.ts +0 -15
  687. package/src/components/Rating/Rating.utils.ts +0 -14
  688. package/src/components/Rating/RatingEmoji.tsx +0 -28
  689. package/src/components/Rating/RatingStarEmpty.tsx +0 -22
  690. package/src/components/Rating/RatingStarFilled.tsx +0 -27
  691. package/src/components/Rating/index.ts +0 -2
  692. package/src/components/Roundel/Roundel.figma.tsx +0 -17
  693. package/src/components/Roundel/Roundel.props.ts +0 -8
  694. package/src/components/Roundel/Roundel.stories.tsx +0 -49
  695. package/src/components/Roundel/Roundel.tsx +0 -51
  696. package/src/components/Roundel/index.ts +0 -2
  697. package/src/components/SectionHeader/SectionHeader.figma.tsx +0 -37
  698. package/src/components/SectionHeader/SectionHeader.props.ts +0 -29
  699. package/src/components/SectionHeader/SectionHeader.stories.tsx +0 -86
  700. package/src/components/SectionHeader/SectionHeader.tsx +0 -61
  701. package/src/components/SectionHeader/SectionHeaderHeading.tsx +0 -14
  702. package/src/components/SectionHeader/SectionHeaderHelperText.tsx +0 -21
  703. package/src/components/SectionHeader/SectionHeaderTextContent.tsx +0 -21
  704. package/src/components/SectionHeader/SectionHeaderTrailingContent.tsx +0 -20
  705. package/src/components/SectionHeader/index.ts +0 -5
  706. package/src/components/SegmentedControl/SegmentedControl.context.ts +0 -22
  707. package/src/components/SegmentedControl/SegmentedControl.figma.tsx +0 -39
  708. package/src/components/SegmentedControl/SegmentedControl.props.ts +0 -20
  709. package/src/components/SegmentedControl/SegmentedControl.stories.tsx +0 -98
  710. package/src/components/SegmentedControl/SegmentedControl.tsx +0 -260
  711. package/src/components/SegmentedControl/SegmentedControlOption.props.ts +0 -16
  712. package/src/components/SegmentedControl/SegmentedControlOption.tsx +0 -237
  713. package/src/components/SegmentedControl/index.ts +0 -4
  714. package/src/components/Select/Select.context.ts +0 -15
  715. package/src/components/Select/Select.figma.tsx +0 -56
  716. package/src/components/Select/Select.props.ts +0 -161
  717. package/src/components/Select/Select.stories.tsx +0 -290
  718. package/src/components/Select/Select.tsx +0 -321
  719. package/src/components/Select/SelectOption.figma.tsx +0 -18
  720. package/src/components/Select/SelectOption.tsx +0 -103
  721. package/src/components/Select/index.ts +0 -7
  722. package/src/components/Skeleton/Skeleton.props.ts +0 -11
  723. package/src/components/Skeleton/Skeleton.stories.tsx +0 -33
  724. package/src/components/Skeleton/Skeleton.tsx +0 -77
  725. package/src/components/Skeleton/index.ts +0 -1
  726. package/src/components/Spinner/Spinner.figma.tsx +0 -14
  727. package/src/components/Spinner/Spinner.props.ts +0 -10
  728. package/src/components/Spinner/Spinner.stories.tsx +0 -56
  729. package/src/components/Spinner/Spinner.tsx +0 -157
  730. package/src/components/Spinner/Spinner.web.tsx +0 -149
  731. package/src/components/Spinner/index.ts +0 -2
  732. package/src/components/StepperInput/StepperButton.tsx +0 -83
  733. package/src/components/StepperInput/StepperInput.figma.tsx +0 -45
  734. package/src/components/StepperInput/StepperInput.props.ts +0 -39
  735. package/src/components/StepperInput/StepperInput.stories.tsx +0 -270
  736. package/src/components/StepperInput/StepperInput.tsx +0 -322
  737. package/src/components/StepperInput/index.ts +0 -2
  738. package/src/components/Switch/Switch.figma.tsx +0 -16
  739. package/src/components/Switch/Switch.props.ts +0 -10
  740. package/src/components/Switch/Switch.stories.tsx +0 -80
  741. package/src/components/Switch/Switch.tsx +0 -209
  742. package/src/components/Switch/Switch.web.tsx +0 -207
  743. package/src/components/Switch/index.ts +0 -1
  744. package/src/components/Table/Table.context.tsx +0 -23
  745. package/src/components/Table/Table.docs.mdx +0 -239
  746. package/src/components/Table/Table.figma.tsx +0 -65
  747. package/src/components/Table/Table.props.ts +0 -65
  748. package/src/components/Table/Table.stories.tsx +0 -399
  749. package/src/components/Table/Table.tsx +0 -127
  750. package/src/components/Table/Table.utils.test.ts +0 -82
  751. package/src/components/Table/Table.utils.ts +0 -72
  752. package/src/components/Table/TableBody.tsx +0 -25
  753. package/src/components/Table/TableCell.tsx +0 -67
  754. package/src/components/Table/TableHeader.tsx +0 -41
  755. package/src/components/Table/TableHeaderCell.tsx +0 -145
  756. package/src/components/Table/TablePagination.tsx +0 -10
  757. package/src/components/Table/TableRow.tsx +0 -42
  758. package/src/components/Table/index.ts +0 -16
  759. package/src/components/Tabs/Tab.figma.tsx +0 -21
  760. package/src/components/Tabs/Tab.props.ts +0 -16
  761. package/src/components/Tabs/Tab.tsx +0 -114
  762. package/src/components/Tabs/TabPanel.props.ts +0 -10
  763. package/src/components/Tabs/TabPanel.tsx +0 -46
  764. package/src/components/Tabs/Tabs.context.ts +0 -26
  765. package/src/components/Tabs/Tabs.figma.tsx +0 -20
  766. package/src/components/Tabs/Tabs.props.ts +0 -21
  767. package/src/components/Tabs/Tabs.stories.tsx +0 -270
  768. package/src/components/Tabs/Tabs.tsx +0 -138
  769. package/src/components/Tabs/TabsList.props.ts +0 -8
  770. package/src/components/Tabs/TabsList.tsx +0 -194
  771. package/src/components/Tabs/index.ts +0 -8
  772. package/src/components/Textarea/Textarea.context.ts +0 -6
  773. package/src/components/Textarea/Textarea.figma.tsx +0 -64
  774. package/src/components/Textarea/Textarea.props.ts +0 -74
  775. package/src/components/Textarea/Textarea.stories.tsx +0 -106
  776. package/src/components/Textarea/Textarea.tsx +0 -207
  777. package/src/components/Textarea/TextareaField.tsx +0 -45
  778. package/src/components/Textarea/TextareaRoot.tsx +0 -83
  779. package/src/components/Textarea/index.ts +0 -1
  780. package/src/components/ThemedImage/ThemedImage.props.ts +0 -15
  781. package/src/components/ThemedImage/ThemedImage.stories.tsx +0 -175
  782. package/src/components/ThemedImage/ThemedImage.tsx +0 -34
  783. package/src/components/ThemedImage/index.tsx +0 -2
  784. package/src/components/TimePicker/TimePicker.figma.tsx +0 -29
  785. package/src/components/TimePicker/TimePicker.props.ts +0 -45
  786. package/src/components/TimePicker/TimePicker.stories.tsx +0 -85
  787. package/src/components/TimePicker/TimePicker.tsx +0 -150
  788. package/src/components/TimePicker/TimePickerView.tsx +0 -216
  789. package/src/components/TimePicker/TimePickerWheel.tsx +0 -161
  790. package/src/components/TimePicker/TimePickerWheel.web.tsx +0 -217
  791. package/src/components/TimePicker/index.ts +0 -8
  792. package/src/components/TimePickerInput/TimePickerInput.figma.tsx +0 -34
  793. package/src/components/TimePickerInput/TimePickerInput.props.ts +0 -55
  794. package/src/components/TimePickerInput/TimePickerInput.stories.tsx +0 -175
  795. package/src/components/TimePickerInput/TimePickerInput.tsx +0 -283
  796. package/src/components/TimePickerInput/TimePickerInputDoneButton.tsx +0 -42
  797. package/src/components/TimePickerInput/TimePickerInputDoneButton.web.tsx +0 -7
  798. package/src/components/TimePickerInput/index.ts +0 -2
  799. package/src/components/Timeline/Timeline.figma.tsx +0 -89
  800. package/src/components/Timeline/Timeline.props.ts +0 -51
  801. package/src/components/Timeline/Timeline.stories.tsx +0 -102
  802. package/src/components/Timeline/Timeline.tsx +0 -48
  803. package/src/components/Timeline/TimelineItem.tsx +0 -293
  804. package/src/components/Timeline/index.ts +0 -9
  805. package/src/components/Toast/Toast.context.tsx +0 -139
  806. package/src/components/Toast/Toast.props.ts +0 -38
  807. package/src/components/Toast/Toast.stories.tsx +0 -385
  808. package/src/components/Toast/ToastItem.figma.tsx +0 -15
  809. package/src/components/Toast/ToastItem.tsx +0 -205
  810. package/src/components/Toast/index.ts +0 -3
  811. package/src/components/ToggleButton/ToggleButton.props.tsx +0 -7
  812. package/src/components/ToggleButton/ToggleButton.stories.tsx +0 -35
  813. package/src/components/ToggleButton/ToggleButton.tsx +0 -32
  814. package/src/components/ToggleButton/ToggleButtonIcon.tsx +0 -47
  815. package/src/components/ToggleButton/ToggleButtonRoot.tsx +0 -98
  816. package/src/components/ToggleButton/ToggleButtonText.tsx +0 -29
  817. package/src/components/ToggleButton/index.ts +0 -2
  818. package/src/components/ToggleButtonCard/ToggleButtonCard.context.ts +0 -8
  819. package/src/components/ToggleButtonCard/ToggleButtonCard.figma.tsx +0 -24
  820. package/src/components/ToggleButtonCard/ToggleButtonCard.props.ts +0 -17
  821. package/src/components/ToggleButtonCard/ToggleButtonCard.stories.tsx +0 -45
  822. package/src/components/ToggleButtonCard/ToggleButtonCard.tsx +0 -32
  823. package/src/components/ToggleButtonCard/ToggleButtonCardGroup.props.ts +0 -34
  824. package/src/components/ToggleButtonCard/ToggleButtonCardGroup.stories.tsx +0 -85
  825. package/src/components/ToggleButtonCard/ToggleButtonCardGroup.tsx +0 -48
  826. package/src/components/ToggleButtonCard/ToggleButtonCardRoot.tsx +0 -97
  827. package/src/components/ToggleButtonCard/index.ts +0 -2
  828. package/src/components/UnstyledIconButton/UnstyledIconButton.context.ts +0 -11
  829. package/src/components/UnstyledIconButton/UnstyledIconButton.figma.tsx +0 -49
  830. package/src/components/UnstyledIconButton/UnstyledIconButton.props.ts +0 -34
  831. package/src/components/UnstyledIconButton/UnstyledIconButton.stories.tsx +0 -96
  832. package/src/components/UnstyledIconButton/UnstyledIconButton.tsx +0 -68
  833. package/src/components/UnstyledIconButton/UnstyledIconButtonIcon.tsx +0 -74
  834. package/src/components/UnstyledIconButton/UnstyledIconButtonRoot.tsx +0 -61
  835. package/src/components/UnstyledIconButton/UnstyledIconButtonSpinner.tsx +0 -39
  836. package/src/components/UnstyledIconButton/index.tsx +0 -2
  837. package/src/components/VerificationInput/VerificationInput.figma.tsx +0 -53
  838. package/src/components/VerificationInput/VerificationInput.props.ts +0 -66
  839. package/src/components/VerificationInput/VerificationInput.stories.tsx +0 -249
  840. package/src/components/VerificationInput/VerificationInput.tsx +0 -290
  841. package/src/components/VerificationInput/VerificationInput.utils.test.ts +0 -48
  842. package/src/components/VerificationInput/VerificationInput.utils.ts +0 -32
  843. package/src/components/VerificationInput/VerificationInputSlot.tsx +0 -170
  844. package/src/components/VerificationInput/index.ts +0 -7
  845. package/src/components/index.ts +0 -77
  846. package/src/core/breakpoints.ts +0 -10
  847. package/src/core/index.ts +0 -38
  848. package/src/core/themes.ts +0 -390
  849. package/src/hooks/index.ts +0 -8
  850. package/src/hooks/useBreakpointValue.ts +0 -62
  851. package/src/hooks/useColorMode.ts +0 -18
  852. package/src/hooks/useFormFieldAccessibility.test.tsx +0 -74
  853. package/src/hooks/useFormFieldAccessibility.ts +0 -67
  854. package/src/hooks/useMedia.ts +0 -31
  855. package/src/hooks/usePrevious.ts +0 -9
  856. package/src/hooks/useStyleProps.ts +0 -95
  857. package/src/hooks/useTheme.ts +0 -9
  858. package/src/hooks/useToken.ts +0 -40
  859. package/src/index.ts +0 -4
  860. package/src/legacyTokens/common/brand.ts +0 -18
  861. package/src/legacyTokens/common/index.ts +0 -10
  862. package/src/legacyTokens/common/service.ts +0 -22
  863. package/src/legacyTokens/dark/apple.ts +0 -30
  864. package/src/legacyTokens/dark/cyan.ts +0 -50
  865. package/src/legacyTokens/dark/gold.ts +0 -46
  866. package/src/legacyTokens/dark/grape.ts +0 -30
  867. package/src/legacyTokens/dark/green.ts +0 -42
  868. package/src/legacyTokens/dark/grey.ts +0 -62
  869. package/src/legacyTokens/dark/index.ts +0 -42
  870. package/src/legacyTokens/dark/pink.ts +0 -30
  871. package/src/legacyTokens/dark/purple.ts +0 -50
  872. package/src/legacyTokens/dark/red.ts +0 -42
  873. package/src/legacyTokens/dark/rose.ts +0 -30
  874. package/src/legacyTokens/index.ts +0 -14
  875. package/src/legacyTokens/light/apple.ts +0 -30
  876. package/src/legacyTokens/light/cyan.ts +0 -50
  877. package/src/legacyTokens/light/gold.ts +0 -46
  878. package/src/legacyTokens/light/grape.ts +0 -30
  879. package/src/legacyTokens/light/green.ts +0 -42
  880. package/src/legacyTokens/light/grey.ts +0 -62
  881. package/src/legacyTokens/light/index.ts +0 -42
  882. package/src/legacyTokens/light/pink.ts +0 -30
  883. package/src/legacyTokens/light/purple.ts +0 -50
  884. package/src/legacyTokens/light/red.ts +0 -42
  885. package/src/legacyTokens/light/rose.ts +0 -34
  886. package/src/tokens/README.md +0 -7
  887. package/src/tokens/border-radius.ts +0 -12
  888. package/src/tokens/border-width.ts +0 -8
  889. package/src/tokens/color.ts +0 -659
  890. package/src/tokens/components/dark/accordion.ts +0 -27
  891. package/src/tokens/components/dark/alert.ts +0 -23
  892. package/src/tokens/components/dark/avatar.ts +0 -19
  893. package/src/tokens/components/dark/badge.ts +0 -24
  894. package/src/tokens/components/dark/banner.ts +0 -53
  895. package/src/tokens/components/dark/bottom-navigation.ts +0 -30
  896. package/src/tokens/components/dark/bottom-sheet.ts +0 -16
  897. package/src/tokens/components/dark/breadcrumb.ts +0 -7
  898. package/src/tokens/components/dark/button.ts +0 -19
  899. package/src/tokens/components/dark/card-accordion.ts +0 -13
  900. package/src/tokens/components/dark/card-action.ts +0 -11
  901. package/src/tokens/components/dark/card-content.ts +0 -25
  902. package/src/tokens/components/dark/card.ts +0 -38
  903. package/src/tokens/components/dark/carousel-control.ts +0 -11
  904. package/src/tokens/components/dark/checkbox.ts +0 -42
  905. package/src/tokens/components/dark/date-picker.ts +0 -44
  906. package/src/tokens/components/dark/description-list.ts +0 -20
  907. package/src/tokens/components/dark/divider.ts +0 -11
  908. package/src/tokens/components/dark/drawer.ts +0 -29
  909. package/src/tokens/components/dark/expandable-card.ts +0 -11
  910. package/src/tokens/components/dark/form-field.ts +0 -10
  911. package/src/tokens/components/dark/icon-button.ts +0 -46
  912. package/src/tokens/components/dark/icon-container.ts +0 -25
  913. package/src/tokens/components/dark/illustrations.ts +0 -7
  914. package/src/tokens/components/dark/index.ts +0 -58
  915. package/src/tokens/components/dark/indicator-icon-button.ts +0 -11
  916. package/src/tokens/components/dark/inline-link.ts +0 -14
  917. package/src/tokens/components/dark/input.ts +0 -43
  918. package/src/tokens/components/dark/link.ts +0 -20
  919. package/src/tokens/components/dark/list.ts +0 -48
  920. package/src/tokens/components/dark/menu.ts +0 -34
  921. package/src/tokens/components/dark/modal.ts +0 -36
  922. package/src/tokens/components/dark/navigation.ts +0 -61
  923. package/src/tokens/components/dark/overlay.ts +0 -8
  924. package/src/tokens/components/dark/pagination.ts +0 -13
  925. package/src/tokens/components/dark/parts.ts +0 -33
  926. package/src/tokens/components/dark/pill.ts +0 -16
  927. package/src/tokens/components/dark/progress-bar.ts +0 -41
  928. package/src/tokens/components/dark/progress-stepper.ts +0 -24
  929. package/src/tokens/components/dark/radio.ts +0 -39
  930. package/src/tokens/components/dark/rating.ts +0 -8
  931. package/src/tokens/components/dark/section-header.ts +0 -10
  932. package/src/tokens/components/dark/segmented-control.ts +0 -19
  933. package/src/tokens/components/dark/select.ts +0 -45
  934. package/src/tokens/components/dark/skeleton.ts +0 -7
  935. package/src/tokens/components/dark/spinner.ts +0 -24
  936. package/src/tokens/components/dark/switch.ts +0 -25
  937. package/src/tokens/components/dark/table.ts +0 -27
  938. package/src/tokens/components/dark/tabs.ts +0 -25
  939. package/src/tokens/components/dark/time-picker.ts +0 -30
  940. package/src/tokens/components/dark/timeline.ts +0 -27
  941. package/src/tokens/components/dark/toast.ts +0 -17
  942. package/src/tokens/components/dark/toggle-button.ts +0 -13
  943. package/src/tokens/components/dark/tooltip.ts +0 -13
  944. package/src/tokens/components/dark/top-navigation.ts +0 -18
  945. package/src/tokens/components/index.ts +0 -6
  946. package/src/tokens/components/light/accordion.ts +0 -27
  947. package/src/tokens/components/light/alert.ts +0 -23
  948. package/src/tokens/components/light/avatar.ts +0 -19
  949. package/src/tokens/components/light/badge.ts +0 -24
  950. package/src/tokens/components/light/banner.ts +0 -53
  951. package/src/tokens/components/light/bottom-navigation.ts +0 -30
  952. package/src/tokens/components/light/bottom-sheet.ts +0 -16
  953. package/src/tokens/components/light/breadcrumb.ts +0 -7
  954. package/src/tokens/components/light/button.ts +0 -19
  955. package/src/tokens/components/light/card-accordion.ts +0 -13
  956. package/src/tokens/components/light/card-action.ts +0 -11
  957. package/src/tokens/components/light/card-content.ts +0 -25
  958. package/src/tokens/components/light/card.ts +0 -38
  959. package/src/tokens/components/light/carousel-control.ts +0 -11
  960. package/src/tokens/components/light/checkbox.ts +0 -42
  961. package/src/tokens/components/light/date-picker.ts +0 -44
  962. package/src/tokens/components/light/description-list.ts +0 -20
  963. package/src/tokens/components/light/divider.ts +0 -11
  964. package/src/tokens/components/light/drawer.ts +0 -29
  965. package/src/tokens/components/light/expandable-card.ts +0 -11
  966. package/src/tokens/components/light/form-field.ts +0 -10
  967. package/src/tokens/components/light/icon-button.ts +0 -46
  968. package/src/tokens/components/light/icon-container.ts +0 -25
  969. package/src/tokens/components/light/illustrations.ts +0 -7
  970. package/src/tokens/components/light/index.ts +0 -58
  971. package/src/tokens/components/light/indicator-icon-button.ts +0 -11
  972. package/src/tokens/components/light/inline-link.ts +0 -14
  973. package/src/tokens/components/light/input.ts +0 -43
  974. package/src/tokens/components/light/link.ts +0 -20
  975. package/src/tokens/components/light/list.ts +0 -48
  976. package/src/tokens/components/light/menu.ts +0 -34
  977. package/src/tokens/components/light/modal.ts +0 -36
  978. package/src/tokens/components/light/navigation.ts +0 -61
  979. package/src/tokens/components/light/overlay.ts +0 -8
  980. package/src/tokens/components/light/pagination.ts +0 -13
  981. package/src/tokens/components/light/parts.ts +0 -33
  982. package/src/tokens/components/light/pill.ts +0 -16
  983. package/src/tokens/components/light/progress-bar.ts +0 -41
  984. package/src/tokens/components/light/progress-stepper.ts +0 -24
  985. package/src/tokens/components/light/radio.ts +0 -39
  986. package/src/tokens/components/light/rating.ts +0 -8
  987. package/src/tokens/components/light/section-header.ts +0 -10
  988. package/src/tokens/components/light/segmented-control.ts +0 -19
  989. package/src/tokens/components/light/select.ts +0 -45
  990. package/src/tokens/components/light/skeleton.ts +0 -7
  991. package/src/tokens/components/light/spinner.ts +0 -24
  992. package/src/tokens/components/light/switch.ts +0 -25
  993. package/src/tokens/components/light/table.ts +0 -27
  994. package/src/tokens/components/light/tabs.ts +0 -25
  995. package/src/tokens/components/light/time-picker.ts +0 -30
  996. package/src/tokens/components/light/timeline.ts +0 -27
  997. package/src/tokens/components/light/toast.ts +0 -17
  998. package/src/tokens/components/light/toggle-button.ts +0 -13
  999. package/src/tokens/components/light/tooltip.ts +0 -13
  1000. package/src/tokens/components/light/top-navigation.ts +0 -18
  1001. package/src/tokens/font.ts +0 -29
  1002. package/src/tokens/index.ts +0 -20
  1003. package/src/tokens/layout.ts +0 -94
  1004. package/src/tokens/letter-spacing.ts +0 -13
  1005. package/src/tokens/line-height.ts +0 -16
  1006. package/src/tokens/motion.ts +0 -23
  1007. package/src/tokens/primitive.ts +0 -102
  1008. package/src/tokens/semantic-dark.ts +0 -255
  1009. package/src/tokens/semantic-light.ts +0 -255
  1010. package/src/tokens/semantic.ts +0 -9
  1011. package/src/tokens/shadow.ts +0 -52
  1012. package/src/tokens/space.ts +0 -23
  1013. package/src/tokens/typography.ts +0 -298
  1014. package/src/types/index.ts +0 -6
  1015. package/src/types/refs.ts +0 -8
  1016. package/src/types/semanticColorValues.ts +0 -26
  1017. package/src/types/states.ts +0 -11
  1018. package/src/types/unistyles.ts +0 -12
  1019. package/src/types/utilityProps.ts +0 -410
  1020. package/src/types/values.ts +0 -81
  1021. package/src/utils/coloursAsArray.ts +0 -65
  1022. package/src/utils/formatThousands.ts +0 -14
  1023. package/src/utils/getFlattenedColorValue.ts +0 -13
  1024. package/src/utils/getInitials.ts +0 -7
  1025. package/src/utils/getStyleValue.ts +0 -9
  1026. package/src/utils/hasChildrenByDisplayName.ts +0 -43
  1027. package/src/utils/hexWithOpacity.ts +0 -19
  1028. package/src/utils/index.ts +0 -17
  1029. package/src/utils/isEqual.ts +0 -30
  1030. package/src/utils/isThemedImageProps.ts +0 -8
  1031. package/src/utils/styleUtils.ts +0 -264
  1032. package/src/utils/themeValueHelpers.ts +0 -98
  1033. package/src/vite-env.d.ts +0 -19
  1034. package/tsconfig.eslint.json +0 -14
  1035. package/tsconfig.json +0 -45
  1036. package/vitest.config.js +0 -37
  1037. package/vitest.unit.config.ts +0 -9
@@ -1,659 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- export const blue = {
6
- '200': '#bcddff',
7
- '400': '#6bb0ff',
8
- '600': '#2786f1',
9
- '700': '#1c6cd4',
10
- '900': '#0b3375',
11
- } as const;
12
-
13
- export const broadbandGreen = {
14
- '200': '#d2e6b0',
15
- '300': '#8cba3b',
16
- '800': '#506c21',
17
- '900': '#4f6b20',
18
- } as const;
19
-
20
- export const cashbackLilac = {
21
- '300': '#dfbdf5',
22
- '500': '#be7aeb',
23
- '700': '#8b2bc9',
24
- '900': '#7429b5',
25
- } as const;
26
-
27
- export const energyBlue = {
28
- '200': '#bddee4',
29
- '300': '#6db5c3',
30
- '700': '#326e7a',
31
- '900': '#2c6370',
32
- } as const;
33
-
34
- export const green = {
35
- '50': '#e7f9f0',
36
- '100': '#c5edda',
37
- '200': '#a2e2c3',
38
- '400': '#58ca93',
39
- '500': '#36bf7d',
40
- '600': '#19a660',
41
- '700': '#0f834a',
42
- '800': '#04663a',
43
- '900': '#074b2a',
44
- '950': '#033d21',
45
- '1000': '#002e18',
46
- } as const;
47
-
48
- export const grey = {
49
- '0': '#ffffff',
50
- '50': '#f7f7f7',
51
- '100': '#ebebeb',
52
- '200': '#d3d3d3',
53
- '300': '#b2afae',
54
- '400': '#919191',
55
- '500': '#888888',
56
- '600': '#5b5b5b',
57
- '700': '#4c4c4c',
58
- '800': '#3f3f3f',
59
- '900': '#3a3837',
60
- '925': '#2f2d2d',
61
- '950': '#232323',
62
- '975': '#191919',
63
- '1000': '#101010',
64
- } as const;
65
-
66
- export const insuranceOrange = {
67
- '300': '#ffb46d',
68
- '400': '#ff7b00',
69
- '800': '#9b4c0e',
70
- '900': '#7f4518',
71
- } as const;
72
-
73
- export const mobileRose = {
74
- '200': '#fad0e9',
75
- '400': '#ee6dbb',
76
- '800': '#a7266d',
77
- '900': '#8a3260',
78
- } as const;
79
-
80
- export const orange = {
81
- '200': '#ffcca8',
82
- '400': '#ff9639',
83
- '500': '#ff8010',
84
- '600': '#f56e00',
85
- '700': '#cf5d00',
86
- '750': '#be5400',
87
- '900': '#893900',
88
- } as const;
89
-
90
- export const piggyPink = {
91
- '200': '#f9ceff',
92
- '300': '#f295ff',
93
- '800': '#8f358f',
94
- '900': '#7a1f7e',
95
- } as const;
96
-
97
- export const purple = {
98
- '100': '#ddd5eb',
99
- '200': '#c6b5e2',
100
- '300': '#af90de',
101
- '400': '#996cda',
102
- '700': '#7a42c8',
103
- '800': '#5c2ca9',
104
- '900': '#442484',
105
- '1000': '#26164f',
106
- } as const;
107
-
108
- export const red = {
109
- '50': '#fff3f1',
110
- '100': '#ffe3df',
111
- '300': '#ffa89d',
112
- '400': '#ff7964',
113
- '500': '#ff634a',
114
- '600': '#f4412a',
115
- '700': '#de2612',
116
- '800': '#a4281e',
117
- '900': '#6b1f1a',
118
- '950': '#521a16',
119
- '1000': '#3b1512',
120
- } as const;
121
-
122
- export const warmWhite = {
123
- '50': '#fcfbf2',
124
- '100': '#f7f6eb',
125
- '200': '#f1efe4',
126
- '300': '#d4d2c0',
127
- '800': '#4c473d',
128
- '900': '#30302c',
129
- '950': '#282825',
130
- '1000': '#191917',
131
- } as const;
132
-
133
- export const yellow = {
134
- '200': '#ffd885',
135
- '300': '#ffc852',
136
- '400': '#ffb921',
137
- '500': '#eba400',
138
- '600': '#d1950b',
139
- '900': '#82692b',
140
- } as const;
141
-
142
- export const light = {
143
- background: {
144
- brand: '#7a42c8',
145
- loading: '#f1efe4',
146
- primary: '#fcfbf2',
147
- secondary: '#ffffff',
148
- },
149
- border: {
150
- strong: '#101010',
151
- subtle: '#d4d2c0',
152
- },
153
- feedback: {
154
- danger: {
155
- border: '#de2612',
156
- foreground: {
157
- default: '#101010',
158
- subtle: '#de2612',
159
- },
160
- surface: {
161
- default: '#ff634a',
162
- subtle: '#ffa89d',
163
- },
164
- },
165
- functional: {
166
- border: '#5b5b5b',
167
- foreground: {
168
- default: '#101010',
169
- subtle: '#5b5b5b',
170
- },
171
- surface: {
172
- default: '#919191',
173
- subtle: '#d3d3d3',
174
- },
175
- },
176
- info: {
177
- border: '#1c6cd4',
178
- foreground: {
179
- default: '#101010',
180
- subtle: '#1c6cd4',
181
- },
182
- surface: {
183
- default: '#6bb0ff',
184
- subtle: '#bcddff',
185
- },
186
- },
187
- positive: {
188
- border: '#0f834a',
189
- foreground: {
190
- default: '#101010',
191
- subtle: '#0f834a',
192
- },
193
- surface: {
194
- default: '#36bf7d',
195
- subtle: '#a2e2c3',
196
- },
197
- },
198
- warning: {
199
- border: '#be5400',
200
- foreground: {
201
- default: '#101010',
202
- subtle: '#be5400',
203
- },
204
- surface: {
205
- default: '#ff8010',
206
- subtle: '#ffcca8',
207
- },
208
- },
209
- },
210
- focus: {
211
- inverted: '#fcfbf2',
212
- primary: '#101010',
213
- },
214
- icon: {
215
- inverted: '#fcfbf2',
216
- primary: '#101010',
217
- },
218
- interactive: {
219
- affirmative: {
220
- border: {
221
- strong: '#101010',
222
- subtle: '#04663a',
223
- },
224
- foreground: {
225
- strong: '#fcfbf2',
226
- subtle: '#04663a',
227
- },
228
- surface: {
229
- strong: {
230
- active: '#074b2a',
231
- default: '#0f834a',
232
- hover: '#04663a',
233
- },
234
- subtle: {
235
- active: '#c5edda',
236
- hover: '#e7f9f0',
237
- },
238
- },
239
- },
240
- brand: {
241
- border: {
242
- strong: '#101010',
243
- },
244
- foreground: {
245
- strong: '#fcfbf2',
246
- },
247
- surface: {
248
- strong: {
249
- active: '#442484',
250
- default: '#7a42c8',
251
- hover: '#5c2ca9',
252
- },
253
- },
254
- },
255
- destructive: {
256
- border: {
257
- strong: '#101010',
258
- subtle: '#a4281e',
259
- },
260
- foreground: {
261
- strong: '#fcfbf2',
262
- subtle: '#a4281e',
263
- },
264
- surface: {
265
- strong: {
266
- active: '#6b1f1a',
267
- default: '#de2612',
268
- hover: '#a4281e',
269
- },
270
- subtle: {
271
- active: '#ffe3df',
272
- hover: '#fff3f1',
273
- },
274
- },
275
- },
276
- functional: {
277
- border: {
278
- inverted: '#f7f7f7',
279
- strong: '#101010',
280
- subtle: '#101010',
281
- },
282
- foreground: {
283
- inverted: '#f7f7f7',
284
- strong: '#fcfbf2',
285
- subtle: '#101010',
286
- },
287
- surface: {
288
- strong: {
289
- active: '#4c4c4c',
290
- default: '#888888',
291
- hover: '#5b5b5b',
292
- },
293
- subtle: {
294
- active: '#d3d3d3',
295
- hover: '#ebebeb',
296
- inverted: {
297
- active: '#3a3837',
298
- hover: '#3f3f3f',
299
- },
300
- },
301
- },
302
- },
303
- highlight: {
304
- border: {
305
- strong: '#101010',
306
- },
307
- foreground: {
308
- strong: '#101010',
309
- },
310
- surface: {
311
- strong: {
312
- active: '#d1950b',
313
- default: '#ffb921',
314
- hover: '#eba400',
315
- },
316
- },
317
- },
318
- neutral: {
319
- border: {
320
- subtle: '#101010',
321
- },
322
- foreground: {
323
- subtle: '#101010',
324
- },
325
- surface: {
326
- subtle: {
327
- active: '#f1efe4',
328
- hover: '#f7f6eb',
329
- },
330
- },
331
- },
332
- },
333
- shadow: {
334
- brand: '#7a42c8',
335
- broadband: '#8cba3b',
336
- cashback: '#be7aeb',
337
- default: '#101010',
338
- energy: '#6db5c3',
339
- insurance: '#ff7b00',
340
- mobile: '#ee6dbb',
341
- pig: '#f295ff',
342
- },
343
- surface: {
344
- brand: {
345
- default: '#7a42c8',
346
- strong: '#26164f',
347
- subtle: '#af90de',
348
- },
349
- broadband: {
350
- default: '#8cba3b',
351
- subtle: '#d2e6b0',
352
- },
353
- cashback: {
354
- default: '#be7aeb',
355
- subtle: '#dfbdf5',
356
- },
357
- energy: {
358
- default: '#6db5c3',
359
- subtle: '#bddee4',
360
- },
361
- highlight: {
362
- default: '#ffb921',
363
- subtle: '#ffd885',
364
- },
365
- insurance: {
366
- default: '#ff7b00',
367
- subtle: '#ffb46d',
368
- },
369
- mobile: {
370
- default: '#ee6dbb',
371
- subtle: '#fad0e9',
372
- },
373
- neutral: {
374
- strong: '#ffffff',
375
- subtle: '#fcfbf2',
376
- },
377
- pig: {
378
- default: '#f295ff',
379
- subtle: '#f9ceff',
380
- },
381
- },
382
- text: {
383
- affirmative: '#0f834a',
384
- brand: '#7a42c8',
385
- inverted: '#fcfbf2',
386
- primary: '#101010',
387
- secondary: '#5b5b5b',
388
- },
389
- } as const;
390
-
391
- export const dark = {
392
- background: {
393
- brand: '#442484',
394
- loading: '#30302c',
395
- primary: '#191917',
396
- secondary: '#2f2d2d',
397
- },
398
- border: {
399
- strong: '#888888',
400
- subtle: '#5b5b5b',
401
- },
402
- feedback: {
403
- danger: {
404
- border: '#f4412a',
405
- foreground: {
406
- default: '#ffffff',
407
- subtle: '#ff7964',
408
- },
409
- surface: {
410
- default: '#de2612',
411
- subtle: '#6b1f1a',
412
- },
413
- },
414
- functional: {
415
- border: '#b2afae',
416
- foreground: {
417
- default: '#101010',
418
- subtle: '#b2afae',
419
- },
420
- surface: {
421
- default: '#919191',
422
- subtle: '#d3d3d3',
423
- },
424
- },
425
- info: {
426
- border: '#2786f1',
427
- foreground: {
428
- default: '#ffffff',
429
- subtle: '#6bb0ff',
430
- },
431
- surface: {
432
- default: '#1c6cd4',
433
- subtle: '#0b3375',
434
- },
435
- },
436
- positive: {
437
- border: '#19a660',
438
- foreground: {
439
- default: '#ffffff',
440
- subtle: '#58ca93',
441
- },
442
- surface: {
443
- default: '#0f834a',
444
- subtle: '#074b2a',
445
- },
446
- },
447
- warning: {
448
- border: '#f56e00',
449
- foreground: {
450
- default: '#ffffff',
451
- subtle: '#ff9639',
452
- },
453
- surface: {
454
- default: '#cf5d00',
455
- subtle: '#893900',
456
- },
457
- },
458
- },
459
- focus: {
460
- inverted: '#fcfbf2',
461
- primary: '#ebebeb',
462
- },
463
- icon: {
464
- inverted: '#fcfbf2',
465
- primary: '#ebebeb',
466
- },
467
- interactive: {
468
- affirmative: {
469
- border: {
470
- strong: '#101010',
471
- subtle: '#58ca93',
472
- },
473
- foreground: {
474
- strong: '#191917',
475
- subtle: '#58ca93',
476
- },
477
- surface: {
478
- strong: {
479
- active: '#58ca93',
480
- default: '#19a660',
481
- hover: '#36bf7d',
482
- },
483
- subtle: {
484
- active: '#033d21',
485
- hover: '#002e18',
486
- },
487
- },
488
- },
489
- brand: {
490
- border: {
491
- strong: '#ebebeb',
492
- },
493
- foreground: {
494
- strong: '#191917',
495
- },
496
- surface: {
497
- strong: {
498
- active: '#ddd5eb',
499
- default: '#af90de',
500
- hover: '#c6b5e2',
501
- },
502
- },
503
- },
504
- destructive: {
505
- border: {
506
- strong: '#101010',
507
- subtle: '#ff7964',
508
- },
509
- foreground: {
510
- strong: '#191917',
511
- subtle: '#ff7964',
512
- },
513
- surface: {
514
- strong: {
515
- active: '#ff7964',
516
- default: '#f4412a',
517
- hover: '#ff634a',
518
- },
519
- subtle: {
520
- active: '#521a16',
521
- hover: '#3b1512',
522
- },
523
- },
524
- },
525
- functional: {
526
- border: {
527
- inverted: '#f7f7f7',
528
- strong: '#ebebeb',
529
- subtle: '#ebebeb',
530
- },
531
- foreground: {
532
- inverted: '#f7f7f7',
533
- strong: '#fcfbf2',
534
- subtle: '#ebebeb',
535
- },
536
- surface: {
537
- strong: {
538
- active: '#d3d3d3',
539
- default: '#919191',
540
- hover: '#b2afae',
541
- },
542
- subtle: {
543
- active: '#4c4c4c',
544
- hover: '#3a3837',
545
- inverted: {
546
- active: '#3a3837',
547
- hover: '#3f3f3f',
548
- },
549
- },
550
- },
551
- },
552
- highlight: {
553
- border: {
554
- strong: '#101010',
555
- },
556
- foreground: {
557
- strong: '#101010',
558
- },
559
- surface: {
560
- strong: {
561
- active: '#ffd885',
562
- default: '#ffb921',
563
- hover: '#ffc852',
564
- },
565
- },
566
- },
567
- neutral: {
568
- border: {
569
- subtle: '#ebebeb',
570
- },
571
- foreground: {
572
- subtle: '#ebebeb',
573
- },
574
- surface: {
575
- subtle: {
576
- active: '#30302c',
577
- hover: '#282825',
578
- },
579
- },
580
- },
581
- },
582
- shadow: {
583
- brand: '#442484',
584
- broadband: '#4f6b20',
585
- cashback: '#7429b5',
586
- default: '#3f3f3f',
587
- energy: '#2c6370',
588
- insurance: '#7f4518',
589
- mobile: '#8a3260',
590
- pig: '#7a1f7e',
591
- },
592
- surface: {
593
- brand: {
594
- default: '#af90de',
595
- strong: '#26164f',
596
- subtle: '#442484',
597
- },
598
- broadband: {
599
- default: '#506c21',
600
- subtle: '#4f6b20',
601
- },
602
- cashback: {
603
- default: '#8b2bc9',
604
- subtle: '#7429b5',
605
- },
606
- energy: {
607
- default: '#326e7a',
608
- subtle: '#2c6370',
609
- },
610
- highlight: {
611
- default: '#ffb921',
612
- subtle: '#82692b',
613
- },
614
- insurance: {
615
- default: '#9b4c0e',
616
- subtle: '#7f4518',
617
- },
618
- mobile: {
619
- default: '#a7266d',
620
- subtle: '#8a3260',
621
- },
622
- neutral: {
623
- strong: '#2f2d2d',
624
- subtle: '#191917',
625
- },
626
- pig: {
627
- default: '#8f358f',
628
- subtle: '#7a1f7e',
629
- },
630
- },
631
- text: {
632
- affirmative: '#58ca93',
633
- brand: '#af90de',
634
- inverted: '#fcfbf2',
635
- primary: '#ebebeb',
636
- secondary: '#b2afae',
637
- },
638
- } as const;
639
-
640
- const color = {
641
- blue,
642
- broadbandGreen,
643
- cashbackLilac,
644
- energyBlue,
645
- green,
646
- grey,
647
- insuranceOrange,
648
- mobileRose,
649
- orange,
650
- piggyPink,
651
- purple,
652
- red,
653
- warmWhite,
654
- yellow,
655
- light,
656
- dark,
657
- } as const;
658
-
659
- export default color;
@@ -1,27 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- export default {
6
- gap: 12,
7
- heading: {
8
- gap: 2,
9
- },
10
- item: {
11
- content: {
12
- gap: 16,
13
- paddingBottom: 16,
14
- paddingHorizontal: 4,
15
- paddingTop: 4,
16
- },
17
- gap: 0,
18
- heading: {
19
- gap: 16,
20
- paddingHorizontal: 4,
21
- paddingVertical: 16,
22
- },
23
- },
24
- maxWidth: 680,
25
- minWidth: 288,
26
- padding: 0,
27
- } as const;
@@ -1,23 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- export default {
6
- borderRadius: 8,
7
- borderWidth: 2,
8
- contentGap: 4,
9
- gap: 8,
10
- iconButton: {
11
- unstyled: {
12
- foregroundColor: '#ebebeb',
13
- foregroundColorActive: '#b2afae',
14
- foregroundColorHover: '#d3d3d3',
15
- },
16
- },
17
- link: {
18
- color: '#ebebeb',
19
- colorActive: '#b2afae',
20
- colorHover: '#d3d3d3',
21
- },
22
- padding: 14,
23
- } as const;
@@ -1,19 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
-
5
- export default {
6
- image: {
7
- borderWidth: 1,
8
- },
9
- md: {
10
- borderRadius: 8,
11
- height: 48,
12
- width: 48,
13
- },
14
- sm: {
15
- borderRadius: 6,
16
- height: 32,
17
- width: 32,
18
- },
19
- } as const;