@openedx/paragon 22.0.0-alpha.24 → 22.0.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 (946) hide show
  1. package/README.md +16 -46
  2. package/bin/paragon-scripts.js +16 -123
  3. package/dist/ActionRow/_index.scss +4 -2
  4. package/dist/ActionRow/_variables.scss +2 -0
  5. package/dist/ActionRow/index.js +7 -8
  6. package/dist/ActionRow/index.js.map +1 -1
  7. package/dist/Alert/_variables.scss +24 -0
  8. package/dist/Alert/index.js +33 -25
  9. package/dist/Alert/index.js.map +1 -1
  10. package/dist/Alert/index.scss +32 -41
  11. package/dist/Annotation/_variables.scss +18 -0
  12. package/dist/Annotation/index.js +7 -9
  13. package/dist/Annotation/index.js.map +1 -1
  14. package/dist/Annotation/index.scss +103 -130
  15. package/dist/Avatar/_variables.scss +10 -0
  16. package/dist/Avatar/index.js +5 -7
  17. package/dist/Avatar/index.js.map +1 -1
  18. package/dist/Avatar/index.scss +20 -18
  19. package/dist/AvatarButton/_variables.scss +3 -0
  20. package/dist/AvatarButton/index.js +10 -12
  21. package/dist/AvatarButton/index.js.map +1 -1
  22. package/dist/AvatarButton/index.scss +5 -3
  23. package/dist/Badge/_variables.scss +16 -0
  24. package/dist/Badge/index.js +6 -4
  25. package/dist/Badge/index.js.map +1 -1
  26. package/dist/Badge/index.scss +2 -112
  27. package/dist/Breadcrumb/BreadcrumbLink.js +11 -14
  28. package/dist/Breadcrumb/BreadcrumbLink.js.map +1 -1
  29. package/dist/Breadcrumb/_variables.scss +27 -0
  30. package/dist/Breadcrumb/index.js +29 -29
  31. package/dist/Breadcrumb/index.js.map +1 -1
  32. package/dist/Breadcrumb/index.scss +16 -14
  33. package/dist/Bubble/_variables.scss +8 -0
  34. package/dist/Bubble/index.js +11 -13
  35. package/dist/Bubble/index.js.map +1 -1
  36. package/dist/Bubble/index.scss +12 -25
  37. package/dist/Button/_variables.scss +52 -0
  38. package/dist/Button/deprecated/index.js +149 -0
  39. package/dist/Button/deprecated/index.js.map +1 -0
  40. package/dist/Button/index.js +12 -11
  41. package/dist/Button/index.js.map +1 -1
  42. package/dist/Button/index.scss +370 -855
  43. package/dist/Card/CardBody.js +4 -6
  44. package/dist/Card/CardBody.js.map +1 -1
  45. package/dist/Card/CardCarousel/CardCarousel.js +11 -13
  46. package/dist/Card/CardCarousel/CardCarousel.js.map +1 -1
  47. package/dist/Card/CardCarousel/CardCarouselControls.js +6 -7
  48. package/dist/Card/CardCarousel/CardCarouselControls.js.map +1 -1
  49. package/dist/Card/CardCarousel/CardCarouselHeader.js +9 -12
  50. package/dist/Card/CardCarousel/CardCarouselHeader.js.map +1 -1
  51. package/dist/Card/CardCarousel/CardCarouselItems.js +6 -9
  52. package/dist/Card/CardCarousel/CardCarouselItems.js.map +1 -1
  53. package/dist/Card/CardCarousel/CardCarouselProvider.js +27 -28
  54. package/dist/Card/CardCarousel/CardCarouselProvider.js.map +1 -1
  55. package/dist/Card/CardCarousel/CardCarouselSubtitle.js +4 -6
  56. package/dist/Card/CardCarousel/CardCarouselSubtitle.js.map +1 -1
  57. package/dist/Card/CardCarousel/CardCarouselTitle.js +4 -6
  58. package/dist/Card/CardCarousel/CardCarouselTitle.js.map +1 -1
  59. package/dist/Card/CardContext.js +8 -10
  60. package/dist/Card/CardContext.js.map +1 -1
  61. package/dist/Card/CardDeck.js +19 -17
  62. package/dist/Card/CardDeck.js.map +1 -1
  63. package/dist/Card/CardDivider.js +3 -5
  64. package/dist/Card/CardDivider.js.map +1 -1
  65. package/dist/Card/CardFooter.js +15 -18
  66. package/dist/Card/CardFooter.js.map +1 -1
  67. package/dist/Card/CardGrid.js +13 -11
  68. package/dist/Card/CardGrid.js.map +1 -1
  69. package/dist/Card/CardHeader.js +17 -22
  70. package/dist/Card/CardHeader.js.map +1 -1
  71. package/dist/Card/CardImageCap.js +48 -33
  72. package/dist/Card/CardImageCap.js.map +1 -1
  73. package/dist/Card/CardSection.js +11 -14
  74. package/dist/Card/CardSection.js.map +1 -1
  75. package/dist/Card/CardStatus.js +11 -14
  76. package/dist/Card/CardStatus.js.map +1 -1
  77. package/dist/Card/_variables.scss +55 -0
  78. package/dist/Card/index.js +18 -20
  79. package/dist/Card/index.js.map +1 -1
  80. package/dist/Card/index.scss +79 -78
  81. package/dist/Carousel/_variables.scss +27 -0
  82. package/dist/Carousel/index.js +17 -11
  83. package/dist/Carousel/index.js.map +1 -1
  84. package/dist/Carousel/index.scss +2 -168
  85. package/dist/CheckBox/index.js +102 -0
  86. package/dist/CheckBox/index.js.map +1 -0
  87. package/dist/CheckBoxGroup/index.js +15 -0
  88. package/dist/CheckBoxGroup/index.js.map +1 -0
  89. package/dist/Chip/ChipIcon.js +47 -0
  90. package/dist/Chip/ChipIcon.js.map +1 -0
  91. package/dist/Chip/_variables.scss +28 -0
  92. package/dist/Chip/constants.js +5 -0
  93. package/dist/Chip/index.js +66 -40
  94. package/dist/Chip/index.js.map +1 -1
  95. package/dist/Chip/index.scss +102 -61
  96. package/dist/Chip/mixins.scss +42 -0
  97. package/dist/ChipCarousel/_variables.scss +3 -0
  98. package/dist/ChipCarousel/index.js +29 -30
  99. package/dist/ChipCarousel/index.js.map +1 -1
  100. package/dist/ChipCarousel/index.scss +4 -1
  101. package/dist/CloseButton/_variables.scss +6 -0
  102. package/dist/CloseButton/index.scss +2 -31
  103. package/dist/Code/_variables.scss +17 -0
  104. package/dist/Code/index.scss +2 -47
  105. package/dist/Collapsible/CollapsibleAdvanced.js +82 -62
  106. package/dist/Collapsible/CollapsibleAdvanced.js.map +1 -1
  107. package/dist/Collapsible/CollapsibleBody.js +13 -15
  108. package/dist/Collapsible/CollapsibleBody.js.map +1 -1
  109. package/dist/Collapsible/CollapsibleTrigger.js +18 -20
  110. package/dist/Collapsible/CollapsibleTrigger.js.map +1 -1
  111. package/dist/Collapsible/CollapsibleVisible.js +6 -9
  112. package/dist/Collapsible/CollapsibleVisible.js.map +1 -1
  113. package/dist/Collapsible/_variables.scss +12 -0
  114. package/dist/Collapsible/index.js +17 -18
  115. package/dist/Collapsible/index.js.map +1 -1
  116. package/dist/Collapsible/index.scss +15 -15
  117. package/dist/ColorPicker/_variables.scss +2 -0
  118. package/dist/ColorPicker/index.js +58 -33
  119. package/dist/ColorPicker/index.js.map +1 -1
  120. package/dist/ColorPicker/index.scss +11 -9
  121. package/dist/Container/_variables.scss +5 -0
  122. package/dist/Container/index.js +8 -9
  123. package/dist/Container/index.js.map +1 -1
  124. package/dist/DataTable/ActionDisplay.js +8 -9
  125. package/dist/DataTable/ActionDisplay.js.map +1 -1
  126. package/dist/DataTable/BulkActions.js +23 -20
  127. package/dist/DataTable/BulkActions.js.map +1 -1
  128. package/dist/DataTable/CardView.js +46 -43
  129. package/dist/DataTable/CardView.js.map +1 -1
  130. package/dist/DataTable/CollapsibleButtonGroup.js +59 -41
  131. package/dist/DataTable/CollapsibleButtonGroup.js.map +1 -1
  132. package/dist/DataTable/DataTableContext.js +1 -1
  133. package/dist/DataTable/DataTableContext.js.map +1 -1
  134. package/dist/DataTable/DataTableLayout.js +6 -9
  135. package/dist/DataTable/DataTableLayout.js.map +1 -1
  136. package/dist/DataTable/DataViewToggle.js +25 -20
  137. package/dist/DataTable/DataViewToggle.js.map +1 -1
  138. package/dist/DataTable/DropdownFilters.js +41 -28
  139. package/dist/DataTable/DropdownFilters.js.map +1 -1
  140. package/dist/DataTable/EmptyTable.js +6 -9
  141. package/dist/DataTable/EmptyTable.js.map +1 -1
  142. package/dist/DataTable/ExpandAll.js +2 -4
  143. package/dist/DataTable/ExpandAll.js.map +1 -1
  144. package/dist/DataTable/ExpandRow.js +2 -4
  145. package/dist/DataTable/ExpandRow.js.map +1 -1
  146. package/dist/DataTable/FilterStatus.js +18 -17
  147. package/dist/DataTable/FilterStatus.js.map +1 -1
  148. package/dist/DataTable/RowStatus.js +15 -18
  149. package/dist/DataTable/RowStatus.js.map +1 -1
  150. package/dist/DataTable/SidebarFilters.js +16 -13
  151. package/dist/DataTable/SidebarFilters.js.map +1 -1
  152. package/dist/DataTable/SmartStatus.js +14 -16
  153. package/dist/DataTable/SmartStatus.js.map +1 -1
  154. package/dist/DataTable/Table.js +17 -19
  155. package/dist/DataTable/Table.js.map +1 -1
  156. package/dist/DataTable/TableActions.js +11 -13
  157. package/dist/DataTable/TableActions.js.map +1 -1
  158. package/dist/DataTable/TableCell.js +6 -10
  159. package/dist/DataTable/TableCell.js.map +1 -1
  160. package/dist/DataTable/TableControlBar.js +7 -12
  161. package/dist/DataTable/TableControlBar.js.map +1 -1
  162. package/dist/DataTable/TableFilters.js +14 -12
  163. package/dist/DataTable/TableFilters.js.map +1 -1
  164. package/dist/DataTable/TableFooter.js +5 -8
  165. package/dist/DataTable/TableFooter.js.map +1 -1
  166. package/dist/DataTable/TableHeaderCell.js +11 -15
  167. package/dist/DataTable/TableHeaderCell.js.map +1 -1
  168. package/dist/DataTable/TableHeaderRow.js +6 -4
  169. package/dist/DataTable/TableHeaderRow.js.map +1 -1
  170. package/dist/DataTable/TablePagination.js +15 -9
  171. package/dist/DataTable/TablePagination.js.map +1 -1
  172. package/dist/DataTable/TablePaginationMinimal.js +14 -8
  173. package/dist/DataTable/TablePaginationMinimal.js.map +1 -1
  174. package/dist/DataTable/TableRow.js +15 -18
  175. package/dist/DataTable/TableRow.js.map +1 -1
  176. package/dist/DataTable/_variables.scss +11 -0
  177. package/dist/DataTable/filters/CheckboxFilter.js +23 -22
  178. package/dist/DataTable/filters/CheckboxFilter.js.map +1 -1
  179. package/dist/DataTable/filters/DropdownFilter.js +14 -19
  180. package/dist/DataTable/filters/DropdownFilter.js.map +1 -1
  181. package/dist/DataTable/filters/MultiSelectDropdownFilter.js +19 -20
  182. package/dist/DataTable/filters/MultiSelectDropdownFilter.js.map +1 -1
  183. package/dist/DataTable/filters/TextFilter.js +15 -18
  184. package/dist/DataTable/filters/TextFilter.js.map +1 -1
  185. package/dist/DataTable/hooks.js +29 -25
  186. package/dist/DataTable/hooks.js.map +1 -1
  187. package/dist/DataTable/index.js +120 -104
  188. package/dist/DataTable/index.js.map +1 -1
  189. package/dist/DataTable/index.scss +50 -48
  190. package/dist/DataTable/selection/BaseSelectionStatus.js +29 -31
  191. package/dist/DataTable/selection/BaseSelectionStatus.js.map +1 -1
  192. package/dist/DataTable/selection/ControlledSelect.js +13 -9
  193. package/dist/DataTable/selection/ControlledSelect.js.map +1 -1
  194. package/dist/DataTable/selection/ControlledSelectHeader.js +19 -15
  195. package/dist/DataTable/selection/ControlledSelectHeader.js.map +1 -1
  196. package/dist/DataTable/selection/ControlledSelectionStatus.js +34 -24
  197. package/dist/DataTable/selection/ControlledSelectionStatus.js.map +1 -1
  198. package/dist/DataTable/selection/SelectionStatus.js +23 -23
  199. package/dist/DataTable/selection/SelectionStatus.js.map +1 -1
  200. package/dist/DataTable/utils/getVisibleColumns.js +36 -44
  201. package/dist/DataTable/utils/getVisibleColumns.js.map +1 -1
  202. package/dist/Dropdown/_variables.scss +33 -0
  203. package/dist/Dropdown/deprecated/DropdownButton.js +44 -0
  204. package/dist/Dropdown/deprecated/DropdownButton.js.map +1 -0
  205. package/dist/Dropdown/deprecated/DropdownItem.js +33 -0
  206. package/dist/Dropdown/deprecated/DropdownItem.js.map +1 -0
  207. package/dist/Dropdown/deprecated/DropdownMenu.js +46 -0
  208. package/dist/Dropdown/deprecated/DropdownMenu.js.map +1 -0
  209. package/dist/Dropdown/deprecated/index.js +242 -0
  210. package/dist/Dropdown/deprecated/index.js.map +1 -0
  211. package/dist/Dropdown/index.js +34 -29
  212. package/dist/Dropdown/index.js.map +1 -1
  213. package/dist/Dropdown/index.scss +12 -11
  214. package/dist/Dropzone/DefaultContent.js +13 -13
  215. package/dist/Dropzone/DefaultContent.js.map +1 -1
  216. package/dist/Dropzone/DragError.js +1 -3
  217. package/dist/Dropzone/DragError.js.map +1 -1
  218. package/dist/Dropzone/GenericError.js +7 -7
  219. package/dist/Dropzone/GenericError.js.map +1 -1
  220. package/dist/Dropzone/UploadProgress.js +6 -8
  221. package/dist/Dropzone/UploadProgress.js.map +1 -1
  222. package/dist/Dropzone/_variables.scss +9 -0
  223. package/dist/Dropzone/index.js +144 -85
  224. package/dist/Dropzone/index.js.map +1 -1
  225. package/dist/Dropzone/index.scss +14 -12
  226. package/dist/Fieldset/index.js +117 -0
  227. package/dist/Fieldset/index.js.map +1 -0
  228. package/dist/Fieldset/index.scss +12 -0
  229. package/dist/Form/FormAutosuggest.js +284 -154
  230. package/dist/Form/FormAutosuggest.js.map +1 -1
  231. package/dist/Form/FormAutosuggestOption.js +4 -6
  232. package/dist/Form/FormAutosuggestOption.js.map +1 -1
  233. package/dist/Form/FormCheckbox.js +35 -42
  234. package/dist/Form/FormCheckbox.js.map +1 -1
  235. package/dist/Form/FormCheckboxSet.js +13 -16
  236. package/dist/Form/FormCheckboxSet.js.map +1 -1
  237. package/dist/Form/FormCheckboxSetContext.js +39 -34
  238. package/dist/Form/FormCheckboxSetContext.js.map +1 -1
  239. package/dist/Form/FormControl.js +41 -35
  240. package/dist/Form/FormControl.js.map +1 -1
  241. package/dist/Form/FormControlDecorator.js +3 -5
  242. package/dist/Form/FormControlDecorator.js.map +1 -1
  243. package/dist/Form/FormControlDecoratorGroup.js +8 -10
  244. package/dist/Form/FormControlDecoratorGroup.js.map +1 -1
  245. package/dist/Form/FormControlFeedback.js +12 -15
  246. package/dist/Form/FormControlFeedback.js.map +1 -1
  247. package/dist/Form/FormControlFloatingLabel.js +3 -6
  248. package/dist/Form/FormControlFloatingLabel.js.map +1 -1
  249. package/dist/Form/FormControlSet.js +8 -9
  250. package/dist/Form/FormControlSet.js.map +1 -1
  251. package/dist/Form/FormGroup.js +11 -12
  252. package/dist/Form/FormGroup.js.map +1 -1
  253. package/dist/Form/FormGroupContext.js +64 -39
  254. package/dist/Form/FormGroupContext.js.map +1 -1
  255. package/dist/Form/FormLabel.js +15 -17
  256. package/dist/Form/FormLabel.js.map +1 -1
  257. package/dist/Form/FormRadio.js +19 -22
  258. package/dist/Form/FormRadio.js.map +1 -1
  259. package/dist/Form/FormRadioSet.js +13 -16
  260. package/dist/Form/FormRadioSet.js.map +1 -1
  261. package/dist/Form/FormRadioSetContext.js +39 -34
  262. package/dist/Form/FormRadioSetContext.js.map +1 -1
  263. package/dist/Form/FormSwitch.js +16 -20
  264. package/dist/Form/FormSwitch.js.map +1 -1
  265. package/dist/Form/FormText.js +20 -29
  266. package/dist/Form/FormText.js.map +1 -1
  267. package/dist/Form/_FormText.scss +8 -8
  268. package/dist/Form/_index.scss +146 -168
  269. package/dist/Form/_mixins.scss +3 -216
  270. package/dist/Form/_variables.scss +267 -0
  271. package/dist/Form/useCheckboxSetValues.js +46 -23
  272. package/dist/Form/useCheckboxSetValues.js.map +1 -1
  273. package/dist/Hyperlink/index.js +25 -25
  274. package/dist/Hyperlink/index.js.map +1 -1
  275. package/dist/Hyperlink/index.scss +3 -3
  276. package/dist/Icon/_variables.scss +7 -0
  277. package/dist/Icon/index.js +21 -20
  278. package/dist/Icon/index.js.map +1 -1
  279. package/dist/Icon/index.scss +12 -10
  280. package/dist/IconButton/index.js +39 -35
  281. package/dist/IconButton/index.js.map +1 -1
  282. package/dist/IconButton/index.scss +74 -387
  283. package/dist/IconButtonToggle/index.js +16 -16
  284. package/dist/IconButtonToggle/index.js.map +1 -1
  285. package/dist/IconButtonToggle/index.scss +1 -1
  286. package/dist/Image/_variables.scss +13 -0
  287. package/dist/Image/index.scss +2 -53
  288. package/dist/Input/index.js +166 -0
  289. package/dist/Input/index.js.map +1 -0
  290. package/dist/InputSelect/index.js +105 -0
  291. package/dist/InputSelect/index.js.map +1 -0
  292. package/dist/InputText/index.js +45 -0
  293. package/dist/InputText/index.js.map +1 -0
  294. package/dist/Layout/index.js +33 -29
  295. package/dist/Layout/index.js.map +1 -1
  296. package/dist/ListBox/index.js +148 -0
  297. package/dist/ListBox/index.js.map +1 -0
  298. package/dist/ListBoxOption/index.js +94 -0
  299. package/dist/ListBoxOption/index.js.map +1 -0
  300. package/dist/MailtoLink/index.js +37 -34
  301. package/dist/MailtoLink/index.js.map +1 -1
  302. package/dist/Menu/MenuItem.js +11 -12
  303. package/dist/Menu/MenuItem.js.map +1 -1
  304. package/dist/Menu/SelectMenu.js +68 -44
  305. package/dist/Menu/SelectMenu.js.map +1 -1
  306. package/dist/Menu/_variables.scss +24 -0
  307. package/dist/Menu/index.js +10 -11
  308. package/dist/Menu/index.js.map +1 -1
  309. package/dist/Menu/index.scss +27 -25
  310. package/dist/Modal/AlertModal.js +5 -7
  311. package/dist/Modal/AlertModal.js.map +1 -1
  312. package/dist/Modal/FullscreenModal.js +6 -8
  313. package/dist/Modal/FullscreenModal.js.map +1 -1
  314. package/dist/Modal/MarketingModal.js +8 -10
  315. package/dist/Modal/MarketingModal.js.map +1 -1
  316. package/dist/Modal/ModalCloseButton.js +13 -15
  317. package/dist/Modal/ModalCloseButton.js.map +1 -1
  318. package/dist/Modal/ModalContext.js +13 -13
  319. package/dist/Modal/ModalContext.js.map +1 -1
  320. package/dist/Modal/ModalDialog.js +22 -23
  321. package/dist/Modal/ModalDialog.js.map +1 -1
  322. package/dist/Modal/ModalDialogBody.js +22 -11
  323. package/dist/Modal/ModalDialogBody.js.map +1 -1
  324. package/dist/Modal/ModalDialogFooter.js +6 -7
  325. package/dist/Modal/ModalDialogFooter.js.map +1 -1
  326. package/dist/Modal/ModalDialogHeader.js +6 -7
  327. package/dist/Modal/ModalDialogHeader.js.map +1 -1
  328. package/dist/Modal/ModalDialogHero.js +6 -7
  329. package/dist/Modal/ModalDialogHero.js.map +1 -1
  330. package/dist/Modal/ModalDialogHeroBackground.js +8 -9
  331. package/dist/Modal/ModalDialogHeroBackground.js.map +1 -1
  332. package/dist/Modal/ModalDialogHeroContent.js +6 -7
  333. package/dist/Modal/ModalDialogHeroContent.js.map +1 -1
  334. package/dist/Modal/ModalDialogTitle.js +6 -7
  335. package/dist/Modal/ModalDialogTitle.js.map +1 -1
  336. package/dist/Modal/ModalLayer.js +11 -17
  337. package/dist/Modal/ModalLayer.js.map +1 -1
  338. package/dist/Modal/ModalPopup.js +17 -17
  339. package/dist/Modal/ModalPopup.js.map +1 -1
  340. package/dist/Modal/PopperElement.js +25 -18
  341. package/dist/Modal/PopperElement.js.map +1 -1
  342. package/dist/Modal/Portal.js +40 -18
  343. package/dist/Modal/Portal.js.map +1 -1
  344. package/dist/Modal/StandardModal.js +6 -8
  345. package/dist/Modal/StandardModal.js.map +1 -1
  346. package/dist/Modal/_ModalDialog.scss +48 -50
  347. package/dist/Modal/_variables.scss +50 -0
  348. package/dist/Modal/index.js +293 -0
  349. package/dist/Modal/index.js.map +1 -0
  350. package/dist/Modal/index.scss +73 -6
  351. package/dist/Nav/_mixins.scss +4 -4
  352. package/dist/Nav/_variables.scss +58 -0
  353. package/dist/Nav/index.js +3 -2
  354. package/dist/Nav/index.js.map +1 -1
  355. package/dist/Nav/index.scss +66 -70
  356. package/dist/Navbar/_variables.scss +40 -0
  357. package/dist/Navbar/index.js +7 -6
  358. package/dist/Navbar/index.js.map +1 -1
  359. package/dist/Navbar/index.scss +2 -276
  360. package/dist/OverflowScroll/OverflowScroll.js +45 -37
  361. package/dist/OverflowScroll/OverflowScroll.js.map +1 -1
  362. package/dist/OverflowScroll/OverflowScrollContext.js +1 -1
  363. package/dist/OverflowScroll/OverflowScrollContext.js.map +1 -1
  364. package/dist/OverflowScroll/OverflowScrollItems.js +2 -4
  365. package/dist/OverflowScroll/OverflowScrollItems.js.map +1 -1
  366. package/dist/OverflowScroll/_variables.scss +5 -0
  367. package/dist/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
  368. package/dist/OverflowScroll/index.scss +1 -0
  369. package/dist/Overlay/index.js +6 -5
  370. package/dist/Overlay/index.js.map +1 -1
  371. package/dist/PageBanner/index.js +11 -13
  372. package/dist/PageBanner/index.js.map +1 -1
  373. package/dist/PageBanner/index.scss +21 -17
  374. package/dist/Pagination/DefaultPagination.js +34 -0
  375. package/dist/Pagination/DefaultPagination.js.map +1 -0
  376. package/dist/Pagination/MinimalPagination.js +8 -0
  377. package/dist/Pagination/MinimalPagination.js.map +1 -0
  378. package/dist/Pagination/PaginationContext.js +200 -0
  379. package/dist/Pagination/PaginationContext.js.map +1 -0
  380. package/dist/Pagination/ReducedPagination.js +8 -0
  381. package/dist/Pagination/ReducedPagination.js.map +1 -0
  382. package/dist/Pagination/_variables.scss +19 -0
  383. package/dist/Pagination/constants.js +15 -1
  384. package/dist/Pagination/getPaginationRange.js +4 -0
  385. package/dist/Pagination/index.js +44 -358
  386. package/dist/Pagination/index.js.map +1 -1
  387. package/dist/Pagination/index.scss +120 -226
  388. package/dist/Pagination/subcomponents/Ellipsis.js +11 -0
  389. package/dist/Pagination/subcomponents/Ellipsis.js.map +1 -0
  390. package/dist/Pagination/subcomponents/NextPageButton.js +57 -0
  391. package/dist/Pagination/subcomponents/NextPageButton.js.map +1 -0
  392. package/dist/Pagination/subcomponents/PageButton.js +31 -0
  393. package/dist/Pagination/subcomponents/PageButton.js.map +1 -0
  394. package/dist/Pagination/subcomponents/PageOfCountButton.js +17 -0
  395. package/dist/Pagination/subcomponents/PageOfCountButton.js.map +1 -0
  396. package/dist/Pagination/subcomponents/PaginationDropdown.js +34 -0
  397. package/dist/Pagination/subcomponents/PaginationDropdown.js.map +1 -0
  398. package/dist/Pagination/subcomponents/PreviousPageButton.js +57 -0
  399. package/dist/Pagination/subcomponents/PreviousPageButton.js.map +1 -0
  400. package/dist/Pagination/subcomponents/ScreenReaderText.js +13 -0
  401. package/dist/Pagination/subcomponents/ScreenReaderText.js.map +1 -0
  402. package/dist/Pagination/subcomponents/index.js +7 -0
  403. package/dist/Popover/_variables.scss +36 -0
  404. package/dist/Popover/index.js +11 -14
  405. package/dist/Popover/index.js.map +1 -1
  406. package/dist/Popover/index.scss +10 -9
  407. package/dist/ProductTour/Checkpoint.js +29 -22
  408. package/dist/ProductTour/Checkpoint.js.map +1 -1
  409. package/dist/ProductTour/Checkpoint.scss +43 -71
  410. package/dist/ProductTour/CheckpointActionRow.js +18 -16
  411. package/dist/ProductTour/CheckpointActionRow.js.map +1 -1
  412. package/dist/ProductTour/CheckpointBody.js +2 -4
  413. package/dist/ProductTour/CheckpointBody.js.map +1 -1
  414. package/dist/ProductTour/CheckpointBreadcrumbs.js +16 -16
  415. package/dist/ProductTour/CheckpointBreadcrumbs.js.map +1 -1
  416. package/dist/ProductTour/CheckpointTitle.js +2 -4
  417. package/dist/ProductTour/CheckpointTitle.js.map +1 -1
  418. package/dist/ProductTour/_variables.scss +15 -0
  419. package/dist/ProductTour/index.js +66 -47
  420. package/dist/ProductTour/index.js.map +1 -1
  421. package/dist/ProgressBar/_variables.scss +23 -0
  422. package/dist/ProgressBar/index.js +37 -35
  423. package/dist/ProgressBar/index.js.map +1 -1
  424. package/dist/ProgressBar/index.scss +36 -28
  425. package/dist/RadioButtonGroup/index.js +188 -0
  426. package/dist/RadioButtonGroup/index.js.map +1 -0
  427. package/dist/Scrollable/index.js +30 -15
  428. package/dist/Scrollable/index.js.map +1 -1
  429. package/dist/Scrollable/index.scss +2 -2
  430. package/dist/SearchField/SearchFieldAdvanced.js +56 -51
  431. package/dist/SearchField/SearchFieldAdvanced.js.map +1 -1
  432. package/dist/SearchField/SearchFieldClearButton.js +19 -20
  433. package/dist/SearchField/SearchFieldClearButton.js.map +1 -1
  434. package/dist/SearchField/SearchFieldInput.js +10 -11
  435. package/dist/SearchField/SearchFieldInput.js.map +1 -1
  436. package/dist/SearchField/SearchFieldLabel.js +5 -8
  437. package/dist/SearchField/SearchFieldLabel.js.map +1 -1
  438. package/dist/SearchField/SearchFieldSubmitButton.js +23 -23
  439. package/dist/SearchField/SearchFieldSubmitButton.js.map +1 -1
  440. package/dist/SearchField/_variables.scss +14 -0
  441. package/dist/SearchField/index.js +26 -31
  442. package/dist/SearchField/index.js.map +1 -1
  443. package/dist/SearchField/index.scss +23 -31
  444. package/dist/SelectableBox/SelectableBoxSet.js +25 -26
  445. package/dist/SelectableBox/SelectableBoxSet.js.map +1 -1
  446. package/dist/SelectableBox/_variables.scss +5 -0
  447. package/dist/SelectableBox/index.js +42 -38
  448. package/dist/SelectableBox/index.js.map +1 -1
  449. package/dist/SelectableBox/index.scss +13 -11
  450. package/dist/Sheet/SheetContainer.js +38 -16
  451. package/dist/Sheet/SheetContainer.js.map +1 -1
  452. package/dist/Sheet/index.js +65 -43
  453. package/dist/Sheet/index.js.map +1 -1
  454. package/dist/Sheet/index.scss +10 -10
  455. package/dist/Spinner/_variables.scss +9 -0
  456. package/dist/Spinner/index.js +8 -9
  457. package/dist/Spinner/index.js.map +1 -1
  458. package/dist/Spinner/index.scss +2 -57
  459. package/dist/Stack/_variables.scss +1 -0
  460. package/dist/Stack/index.js +9 -11
  461. package/dist/Stack/index.js.map +1 -1
  462. package/dist/Stack/index.scss +3 -1
  463. package/dist/StatefulButton/index.js +15 -17
  464. package/dist/StatefulButton/index.js.map +1 -1
  465. package/dist/StatusAlert/index.js +168 -0
  466. package/dist/StatusAlert/index.js.map +1 -0
  467. package/dist/Stepper/Stepper.js +2 -4
  468. package/dist/Stepper/Stepper.js.map +1 -1
  469. package/dist/Stepper/StepperActionRow.js +7 -10
  470. package/dist/Stepper/StepperActionRow.js.map +1 -1
  471. package/dist/Stepper/StepperContext.js +64 -32
  472. package/dist/Stepper/StepperContext.js.map +1 -1
  473. package/dist/Stepper/StepperHeader.js +23 -30
  474. package/dist/Stepper/StepperHeader.js.map +1 -1
  475. package/dist/Stepper/StepperHeaderStep.js +14 -17
  476. package/dist/Stepper/StepperHeaderStep.js.map +1 -1
  477. package/dist/Stepper/StepperStep.js +23 -24
  478. package/dist/Stepper/StepperStep.js.map +1 -1
  479. package/dist/Stepper/_variables.scss +18 -0
  480. package/dist/Stepper/index.scss +20 -19
  481. package/dist/Sticky/_variables.scss +3 -0
  482. package/dist/Sticky/index.js +30 -22
  483. package/dist/Sticky/index.js.map +1 -1
  484. package/dist/Sticky/index.scss +6 -4
  485. package/dist/Table/_variables.scss +34 -0
  486. package/dist/Table/index.js +267 -0
  487. package/dist/Table/index.js.map +1 -0
  488. package/dist/Table/index.scss +12 -0
  489. package/dist/Tabs/_variables.scss +24 -0
  490. package/dist/Tabs/deprecated/Tabs.scss +3 -0
  491. package/dist/Tabs/deprecated/index.js +123 -0
  492. package/dist/Tabs/deprecated/index.js.map +1 -0
  493. package/dist/Tabs/index.js +67 -49
  494. package/dist/Tabs/index.js.map +1 -1
  495. package/dist/Tabs/index.scss +25 -26
  496. package/dist/TextArea/index.js +44 -0
  497. package/dist/TextArea/index.js.map +1 -0
  498. package/dist/Toast/ToastContainer.js +38 -16
  499. package/dist/Toast/ToastContainer.js.map +1 -1
  500. package/dist/Toast/ToastContainer.scss +11 -9
  501. package/dist/Toast/_variables.scss +19 -0
  502. package/dist/Toast/index.js +33 -18
  503. package/dist/Toast/index.js.map +1 -1
  504. package/dist/Toast/index.scss +10 -9
  505. package/dist/Tooltip/_variables.scss +21 -0
  506. package/dist/Tooltip/index.js +8 -9
  507. package/dist/Tooltip/index.js.map +1 -1
  508. package/dist/Tooltip/index.scss +10 -136
  509. package/dist/TransitionReplace/DemoTransitionReplace.js +12 -3
  510. package/dist/TransitionReplace/DemoTransitionReplace.js.map +1 -1
  511. package/dist/TransitionReplace/index.js +136 -100
  512. package/dist/TransitionReplace/index.js.map +1 -1
  513. package/dist/Truncate/index.js +30 -24
  514. package/dist/Truncate/index.js.map +1 -1
  515. package/dist/ValidationFormGroup/index.js +106 -0
  516. package/dist/ValidationFormGroup/index.js.map +1 -0
  517. package/dist/ValidationMessage/index.js +76 -51
  518. package/dist/ValidationMessage/index.js.map +1 -1
  519. package/dist/ValidationMessage/index.scss +1 -1
  520. package/dist/asInput/index.js +251 -202
  521. package/dist/asInput/index.js.map +1 -1
  522. package/dist/hooks/useArrowKeyNavigation.js +46 -43
  523. package/dist/hooks/useArrowKeyNavigation.js.map +1 -1
  524. package/dist/hooks/useIndexOfLastVisibleChild.js +40 -26
  525. package/dist/hooks/useIndexOfLastVisibleChild.js.map +1 -1
  526. package/dist/hooks/useIsVisible.js +20 -13
  527. package/dist/hooks/useIsVisible.js.map +1 -1
  528. package/dist/hooks/useToggle.js +18 -11
  529. package/dist/hooks/useToggle.js.map +1 -1
  530. package/dist/hooks/useWindowSize.js +17 -6
  531. package/dist/hooks/useWindowSize.js.map +1 -1
  532. package/dist/index.js +14 -0
  533. package/dist/index.scss +4 -0
  534. package/dist/paragon.css +45 -0
  535. package/dist/utils/breakpoints.js +1 -1
  536. package/dist/utils/propTypes/utils.js +17 -2
  537. package/dist/withDeprecatedProps.js +79 -58
  538. package/dist/withDeprecatedProps.js.map +1 -1
  539. package/lib/help.js +23 -36
  540. package/lib/migrate-to-openedx-scope.js +62 -0
  541. package/package.json +20 -33
  542. package/{styles/scss → scss}/core/_functions.scss +1 -1
  543. package/scss/core/_grid.scss +21 -0
  544. package/{styles/scss → scss}/core/_utilities.scss +11 -17
  545. package/scss/core/_variables.scss +875 -0
  546. package/scss/core/core.scss +21 -0
  547. package/{styles/scss → scss}/core/utilities-only.scss +0 -1
  548. package/src/ActionRow/_index.scss +4 -2
  549. package/src/ActionRow/_variables.scss +2 -0
  550. package/src/Alert/_variables.scss +24 -0
  551. package/src/Alert/index.scss +32 -41
  552. package/src/Annotation/_variables.scss +18 -0
  553. package/src/Annotation/index.scss +103 -130
  554. package/src/Avatar/_variables.scss +10 -0
  555. package/src/Avatar/index.scss +20 -18
  556. package/src/AvatarButton/_variables.scss +3 -0
  557. package/src/AvatarButton/index.scss +5 -3
  558. package/src/Badge/_variables.scss +16 -0
  559. package/src/Badge/index.scss +2 -112
  560. package/src/Breadcrumb/_variables.scss +27 -0
  561. package/src/Breadcrumb/index.scss +16 -14
  562. package/src/Bubble/_variables.scss +8 -0
  563. package/src/Bubble/index.scss +12 -25
  564. package/src/Button/README.md +84 -0
  565. package/src/Button/_variables.scss +52 -0
  566. package/src/Button/deprecated/Button.test.jsx +34 -0
  567. package/src/Button/deprecated/index.jsx +145 -0
  568. package/src/Button/index.jsx +5 -2
  569. package/src/Button/index.scss +370 -855
  570. package/src/Card/_variables.scss +55 -0
  571. package/src/Card/index.scss +79 -78
  572. package/src/Carousel/_variables.scss +27 -0
  573. package/src/Carousel/index.scss +2 -168
  574. package/src/CheckBox/CheckBox.test.jsx +65 -0
  575. package/src/CheckBox/README.md +93 -0
  576. package/src/CheckBox/index.jsx +80 -0
  577. package/src/CheckBoxGroup/CheckBoxGroup.test.jsx +33 -0
  578. package/src/CheckBoxGroup/README.md +35 -0
  579. package/src/CheckBoxGroup/index.jsx +19 -0
  580. package/src/Chip/Chip.test.jsx +82 -16
  581. package/src/Chip/ChipIcon.tsx +54 -0
  582. package/src/Chip/README.md +116 -11
  583. package/src/Chip/__snapshots__/Chip.test.jsx.snap +84 -90
  584. package/src/Chip/_variables.scss +28 -0
  585. package/src/Chip/constants.js +5 -0
  586. package/src/Chip/index.scss +102 -61
  587. package/src/Chip/index.tsx +79 -46
  588. package/src/Chip/mixins.scss +42 -0
  589. package/src/ChipCarousel/_variables.scss +3 -0
  590. package/src/ChipCarousel/index.scss +4 -1
  591. package/src/CloseButton/_variables.scss +6 -0
  592. package/src/CloseButton/index.scss +2 -31
  593. package/src/Code/_variables.scss +17 -0
  594. package/src/Code/index.scss +2 -47
  595. package/src/Collapsible/_variables.scss +12 -0
  596. package/src/Collapsible/index.scss +15 -15
  597. package/src/ColorPicker/_variables.scss +2 -0
  598. package/src/ColorPicker/index.scss +11 -9
  599. package/src/Container/_variables.scss +5 -0
  600. package/src/DataTable/CollapsibleButtonGroup.jsx +2 -2
  601. package/src/DataTable/TablePagination.jsx +7 -2
  602. package/src/DataTable/TablePaginationMinimal.jsx +5 -0
  603. package/src/DataTable/_variables.scss +11 -0
  604. package/src/DataTable/filters/TextFilter.jsx +4 -5
  605. package/src/DataTable/index.scss +50 -48
  606. package/src/DataTable/tests/TablePagination.test.jsx +6 -6
  607. package/src/Dropdown/README.md +93 -0
  608. package/src/Dropdown/_variables.scss +33 -0
  609. package/src/Dropdown/deprecated/Dropdown.test.jsx +238 -0
  610. package/src/Dropdown/deprecated/DropdownButton.jsx +52 -0
  611. package/src/Dropdown/deprecated/DropdownItem.jsx +34 -0
  612. package/src/Dropdown/deprecated/DropdownMenu.jsx +50 -0
  613. package/src/Dropdown/deprecated/__snapshots__/Dropdown.test.jsx.snap +229 -0
  614. package/src/Dropdown/deprecated/index.jsx +222 -0
  615. package/src/Dropdown/index.jsx +2 -0
  616. package/src/Dropdown/index.scss +12 -11
  617. package/src/Dropzone/_variables.scss +9 -0
  618. package/src/Dropzone/index.scss +14 -12
  619. package/src/Fieldset/Fieldset.test.jsx +101 -0
  620. package/src/Fieldset/README.md +146 -0
  621. package/src/Fieldset/index.jsx +107 -0
  622. package/src/Fieldset/index.scss +12 -0
  623. package/src/Form/FormAutosuggest.jsx +332 -254
  624. package/src/Form/_FormText.scss +8 -8
  625. package/src/Form/_index.scss +146 -168
  626. package/src/Form/_mixins.scss +3 -216
  627. package/src/Form/_variables.scss +267 -0
  628. package/src/Form/form-autosuggest.mdx +114 -57
  629. package/src/Form/tests/FormAutosuggest.test.jsx +63 -16
  630. package/src/Hyperlink/index.scss +3 -3
  631. package/src/Icon/README.md +3 -3
  632. package/src/Icon/_variables.scss +7 -0
  633. package/src/Icon/index.jsx +1 -1
  634. package/src/Icon/index.scss +12 -10
  635. package/src/IconButton/README.md +15 -1
  636. package/src/IconButton/__snapshots__/IconButton.test.jsx.snap +28 -5
  637. package/src/IconButton/index.jsx +14 -7
  638. package/src/IconButton/index.scss +74 -387
  639. package/src/IconButtonToggle/index.scss +1 -1
  640. package/src/Image/_variables.scss +13 -0
  641. package/src/Image/index.scss +2 -53
  642. package/src/Input/README.md +74 -0
  643. package/src/Input/__snapshots__/input.test.jsx.snap +53 -0
  644. package/src/Input/index.jsx +151 -0
  645. package/src/Input/input.test.jsx +85 -0
  646. package/src/InputSelect/README.md +136 -0
  647. package/src/InputSelect/index.jsx +92 -0
  648. package/src/InputText/InputText.test.jsx +74 -0
  649. package/src/InputText/README.md +293 -0
  650. package/src/InputText/index.jsx +49 -0
  651. package/src/ListBox/ListBox.test.jsx +161 -0
  652. package/src/ListBox/README.md +185 -0
  653. package/src/ListBox/index.jsx +115 -0
  654. package/src/ListBoxOption/ListBoxOption.test.jsx +154 -0
  655. package/src/ListBoxOption/index.jsx +78 -0
  656. package/src/Menu/_variables.scss +24 -0
  657. package/src/Menu/index.scss +27 -25
  658. package/src/Modal/README.md +148 -0
  659. package/src/Modal/_ModalDialog.scss +48 -50
  660. package/src/Modal/_variables.scss +50 -0
  661. package/src/Modal/index.jsx +319 -0
  662. package/src/Modal/index.scss +73 -6
  663. package/src/Modal/tests/Modal.test.jsx +261 -0
  664. package/src/Nav/_mixins.scss +4 -4
  665. package/src/Nav/_variables.scss +58 -0
  666. package/src/Nav/index.scss +66 -70
  667. package/src/Navbar/_variables.scss +40 -0
  668. package/src/Navbar/index.scss +2 -276
  669. package/src/OverflowScroll/_variables.scss +5 -0
  670. package/src/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
  671. package/src/OverflowScroll/index.scss +1 -0
  672. package/src/Overlay/index.jsx +3 -2
  673. package/src/PageBanner/index.scss +21 -17
  674. package/src/Pagination/DefaultPagination.jsx +43 -0
  675. package/src/Pagination/MinimalPagination.jsx +11 -0
  676. package/src/Pagination/Pagination.test.jsx +201 -156
  677. package/src/Pagination/PaginationContext.jsx +191 -0
  678. package/src/Pagination/README.md +86 -22
  679. package/src/Pagination/ReducedPagination.jsx +12 -0
  680. package/src/Pagination/__snapshots__/Pagination.test.jsx.snap +301 -0
  681. package/src/Pagination/_variables.scss +19 -0
  682. package/src/Pagination/constants.js +15 -1
  683. package/src/Pagination/getPaginationRange.js +4 -0
  684. package/src/Pagination/index.jsx +48 -420
  685. package/src/Pagination/index.scss +120 -226
  686. package/src/Pagination/subcomponents/Ellipsis.jsx +13 -0
  687. package/src/Pagination/subcomponents/NextPageButton.jsx +64 -0
  688. package/src/Pagination/subcomponents/PageButton.jsx +33 -0
  689. package/src/Pagination/subcomponents/PageOfCountButton.jsx +25 -0
  690. package/src/Pagination/subcomponents/PaginationDropdown.jsx +37 -0
  691. package/src/Pagination/subcomponents/PreviousPageButton.jsx +64 -0
  692. package/src/Pagination/subcomponents/ScreenReaderText.jsx +17 -0
  693. package/src/Pagination/subcomponents/index.js +7 -0
  694. package/src/Popover/_variables.scss +36 -0
  695. package/src/Popover/index.scss +10 -9
  696. package/src/ProductTour/Checkpoint.scss +43 -71
  697. package/src/ProductTour/_variables.scss +15 -0
  698. package/src/ProgressBar/_variables.scss +23 -0
  699. package/src/ProgressBar/index.scss +36 -28
  700. package/src/RadioButtonGroup/README.md +50 -0
  701. package/src/RadioButtonGroup/RadioButtonGroup.test.jsx +127 -0
  702. package/src/RadioButtonGroup/index.jsx +185 -0
  703. package/src/Scrollable/index.scss +2 -2
  704. package/src/SearchField/SearchField.test.jsx +1 -1
  705. package/src/SearchField/SearchFieldAdvanced.jsx +2 -4
  706. package/src/SearchField/SearchFieldClearButton.jsx +13 -5
  707. package/src/SearchField/SearchFieldInput.jsx +2 -2
  708. package/src/SearchField/SearchFieldSubmitButton.jsx +10 -8
  709. package/src/SearchField/__snapshots__/SearchField.test.jsx.snap +29 -33
  710. package/src/SearchField/_variables.scss +14 -0
  711. package/src/SearchField/index.jsx +4 -6
  712. package/src/SearchField/index.scss +23 -31
  713. package/src/SelectableBox/_variables.scss +5 -0
  714. package/src/SelectableBox/index.scss +13 -11
  715. package/src/Sheet/index.scss +10 -10
  716. package/src/Spinner/_variables.scss +9 -0
  717. package/src/Spinner/index.scss +2 -57
  718. package/src/Stack/_variables.scss +1 -0
  719. package/src/Stack/index.scss +3 -1
  720. package/src/StatusAlert/README.md +149 -0
  721. package/src/StatusAlert/StatusAlert.test.jsx +150 -0
  722. package/src/StatusAlert/index.jsx +144 -0
  723. package/src/Stepper/_variables.scss +18 -0
  724. package/src/Stepper/index.scss +20 -19
  725. package/src/Sticky/_variables.scss +3 -0
  726. package/src/Sticky/index.scss +6 -4
  727. package/src/Table/README.md +506 -0
  728. package/src/Table/Table.test.jsx +367 -0
  729. package/src/Table/_variables.scss +34 -0
  730. package/src/Table/index.jsx +264 -0
  731. package/src/Table/index.scss +12 -0
  732. package/src/Tabs/README.md +3 -1
  733. package/src/Tabs/_variables.scss +24 -0
  734. package/src/Tabs/deprecated/Tabs.scss +3 -0
  735. package/src/Tabs/deprecated/Tabs.test.jsx +50 -0
  736. package/src/Tabs/deprecated/index.jsx +117 -0
  737. package/src/Tabs/index.jsx +3 -0
  738. package/src/Tabs/index.scss +25 -26
  739. package/src/TextArea/README.md +63 -0
  740. package/src/TextArea/index.jsx +48 -0
  741. package/src/Toast/ToastContainer.scss +11 -9
  742. package/src/Toast/_variables.scss +19 -0
  743. package/src/Toast/index.scss +10 -9
  744. package/src/Tooltip/_variables.scss +21 -0
  745. package/src/Tooltip/index.scss +10 -136
  746. package/src/TransitionReplace/README.md +4 -4
  747. package/src/ValidationFormGroup/README.md +116 -0
  748. package/src/ValidationFormGroup/ValidationFormGroup.test.jsx +146 -0
  749. package/src/ValidationFormGroup/__snapshots__/ValidationFormGroup.test.jsx.snap +161 -0
  750. package/src/ValidationFormGroup/index.jsx +114 -0
  751. package/src/ValidationMessage/index.scss +1 -1
  752. package/src/index.js +14 -0
  753. package/src/index.scss +4 -0
  754. package/src/utils/breakpoints.js +1 -1
  755. package/src/utils/propTypes/utils.js +17 -2
  756. package/dist/Annotation/_mixins.scss +0 -104
  757. package/dist/Button/_mixins.scss +0 -14
  758. package/dist/Button/button-group.scss +0 -126
  759. package/dist/Card/card-bootstrap.scss +0 -168
  760. package/dist/Dropdown/dropdown-bootstrap.scss +0 -181
  761. package/dist/Form/_bootstrap-custom-forms.scss +0 -551
  762. package/dist/Form/_bootstrap-forms.scss +0 -381
  763. package/dist/Form/_input-group.scss +0 -188
  764. package/dist/IconButton/_mixins.scss +0 -4
  765. package/dist/Pagination/pagination-bootstrap.scss +0 -83
  766. package/dist/Popover/popover-bootstrap.scss +0 -198
  767. package/dist/ProgressBar/_mixins.scss +0 -22
  768. package/dist/ProgressBar/bootstrap-progress.scss +0 -49
  769. package/dist/Toast/bootstrap-toast.scss +0 -46
  770. package/dist/core.css +0 -16778
  771. package/dist/core.css.map +0 -1
  772. package/dist/core.min.css +0 -2
  773. package/dist/light.css +0 -4090
  774. package/dist/light.css.map +0 -1
  775. package/dist/light.min.css +0 -2
  776. package/dist/theme-urls.json +0 -21
  777. package/lib/build-scss.js +0 -188
  778. package/lib/build-tokens.js +0 -119
  779. package/lib/replace-variables.js +0 -38
  780. package/lib/utils.js +0 -9
  781. package/src/Annotation/_mixins.scss +0 -104
  782. package/src/Button/_mixins.scss +0 -14
  783. package/src/Button/button-group.scss +0 -126
  784. package/src/Card/card-bootstrap.scss +0 -168
  785. package/src/Dropdown/dropdown-bootstrap.scss +0 -181
  786. package/src/Form/_bootstrap-custom-forms.scss +0 -551
  787. package/src/Form/_bootstrap-forms.scss +0 -381
  788. package/src/Form/_input-group.scss +0 -188
  789. package/src/IconButton/_mixins.scss +0 -4
  790. package/src/Pagination/pagination-bootstrap.scss +0 -83
  791. package/src/Popover/popover-bootstrap.scss +0 -198
  792. package/src/ProgressBar/_mixins.scss +0 -22
  793. package/src/ProgressBar/bootstrap-progress.scss +0 -49
  794. package/src/Toast/bootstrap-toast.scss +0 -46
  795. package/styles/css/core/custom-media-breakpoints.css +0 -17
  796. package/styles/css/core/index.css +0 -2
  797. package/styles/css/core/variables.css +0 -606
  798. package/styles/css/themes/light/index.css +0 -2
  799. package/styles/css/themes/light/utility-classes.css +0 -2454
  800. package/styles/css/themes/light/variables.css +0 -1636
  801. package/styles/scss/core/_grid.scss +0 -21
  802. package/styles/scss/core/_variables.scss +0 -869
  803. package/styles/scss/core/bootstrap-override/_functions.scss +0 -104
  804. package/styles/scss/core/bootstrap-override/_mixins.scss +0 -4
  805. package/styles/scss/core/bootstrap-override/_utilities.scss +0 -4
  806. package/styles/scss/core/bootstrap-override/bootstrap.scss +0 -2
  807. package/styles/scss/core/bootstrap-override/mixins/_grid-framework.scss +0 -80
  808. package/styles/scss/core/bootstrap-override/mixins/_grid.scss +0 -69
  809. package/styles/scss/core/bootstrap-override/mixins/_list-group.scss +0 -22
  810. package/styles/scss/core/bootstrap-override/utilities/_background.scss +0 -7
  811. package/styles/scss/core/bootstrap-override/utilities/_borders.scss +0 -67
  812. package/styles/scss/core/bootstrap-override/utilities/_spacing.scss +0 -70
  813. package/styles/scss/core/bootstrap-override/utilities/_text.scss +0 -68
  814. package/styles/scss/core/core.scss +0 -21
  815. package/tokens/README.md +0 -158
  816. package/tokens/css-utilities.js +0 -56
  817. package/tokens/map-scss-to-css.js +0 -24
  818. package/tokens/replace-variables.js +0 -32
  819. package/tokens/sass-helpers.js +0 -98
  820. package/tokens/src/core/alias/size.json +0 -15
  821. package/tokens/src/core/components/ActionRow.json +0 -10
  822. package/tokens/src/core/components/Alert.json +0 -30
  823. package/tokens/src/core/components/Annotation.json +0 -25
  824. package/tokens/src/core/components/Avatar.json +0 -17
  825. package/tokens/src/core/components/AvatarButton.json +0 -11
  826. package/tokens/src/core/components/Badge.json +0 -33
  827. package/tokens/src/core/components/Breadcrumb.json +0 -37
  828. package/tokens/src/core/components/Bubble.json +0 -10
  829. package/tokens/src/core/components/Button/core.json +0 -105
  830. package/tokens/src/core/components/Card.json +0 -91
  831. package/tokens/src/core/components/Carousel.json +0 -37
  832. package/tokens/src/core/components/Chip.json +0 -19
  833. package/tokens/src/core/components/ChipCarousel.json +0 -9
  834. package/tokens/src/core/components/CloseButton.json +0 -14
  835. package/tokens/src/core/components/Code.json +0 -34
  836. package/tokens/src/core/components/Collapsible.json +0 -29
  837. package/tokens/src/core/components/ColorPicker.json +0 -8
  838. package/tokens/src/core/components/Container.json +0 -13
  839. package/tokens/src/core/components/DataTable.json +0 -27
  840. package/tokens/src/core/components/Dropdown.json +0 -67
  841. package/tokens/src/core/components/Dropzone.json +0 -21
  842. package/tokens/src/core/components/Form/other.json +0 -14
  843. package/tokens/src/core/components/Form/size.json +0 -233
  844. package/tokens/src/core/components/Form/spacing.json +0 -155
  845. package/tokens/src/core/components/Form/transition.json +0 -16
  846. package/tokens/src/core/components/Form/typography.json +0 -122
  847. package/tokens/src/core/components/Icon.json +0 -11
  848. package/tokens/src/core/components/IconButton.json +0 -15
  849. package/tokens/src/core/components/Image.json +0 -28
  850. package/tokens/src/core/components/Menu.json +0 -48
  851. package/tokens/src/core/components/Modal.json +0 -47
  852. package/tokens/src/core/components/Nav.json +0 -55
  853. package/tokens/src/core/components/Navbar.json +0 -70
  854. package/tokens/src/core/components/Pagination.json +0 -70
  855. package/tokens/src/core/components/Popover.json +0 -48
  856. package/tokens/src/core/components/ProductTour.json +0 -37
  857. package/tokens/src/core/components/ProgressBar.json +0 -39
  858. package/tokens/src/core/components/SearchField.json +0 -23
  859. package/tokens/src/core/components/SelectableBox.json +0 -9
  860. package/tokens/src/core/components/Sheet.json +0 -10
  861. package/tokens/src/core/components/Spinner.json +0 -19
  862. package/tokens/src/core/components/Stack.json +0 -7
  863. package/tokens/src/core/components/Stepper.json +0 -42
  864. package/tokens/src/core/components/Sticky.json +0 -7
  865. package/tokens/src/core/components/Tab.json +0 -19
  866. package/tokens/src/core/components/Tabs.json +0 -19
  867. package/tokens/src/core/components/Toast.json +0 -30
  868. package/tokens/src/core/components/Tooltip.json +0 -33
  869. package/tokens/src/core/components/general/caret.json +0 -13
  870. package/tokens/src/core/components/general/headings.json +0 -16
  871. package/tokens/src/core/components/general/hr.json +0 -10
  872. package/tokens/src/core/components/general/input.json +0 -51
  873. package/tokens/src/core/components/general/link.json +0 -30
  874. package/tokens/src/core/components/general/list.json +0 -26
  875. package/tokens/src/core/components/general/text.json +0 -24
  876. package/tokens/src/core/global/breakpoints.json +0 -12
  877. package/tokens/src/core/global/display.json +0 -21
  878. package/tokens/src/core/global/elevation.json +0 -19
  879. package/tokens/src/core/global/other.json +0 -4
  880. package/tokens/src/core/global/spacing.json +0 -35
  881. package/tokens/src/core/global/transition.json +0 -14
  882. package/tokens/src/core/global/typography.json +0 -91
  883. package/tokens/src/core/utilities/color.json +0 -12
  884. package/tokens/src/themes/light/alias/color.json +0 -114
  885. package/tokens/src/themes/light/components/Alert.json +0 -47
  886. package/tokens/src/themes/light/components/Annotation.json +0 -29
  887. package/tokens/src/themes/light/components/Avatar.json +0 -7
  888. package/tokens/src/themes/light/components/Badge.json +0 -186
  889. package/tokens/src/themes/light/components/Breadcrumb.json +0 -14
  890. package/tokens/src/themes/light/components/Bubble.json +0 -18
  891. package/tokens/src/themes/light/components/Button/brand.json +0 -260
  892. package/tokens/src/themes/light/components/Button/core.json +0 -24
  893. package/tokens/src/themes/light/components/Button/danger.json +0 -247
  894. package/tokens/src/themes/light/components/Button/dark.json +0 -230
  895. package/tokens/src/themes/light/components/Button/info.json +0 -238
  896. package/tokens/src/themes/light/components/Button/light.json +0 -236
  897. package/tokens/src/themes/light/components/Button/primary.json +0 -250
  898. package/tokens/src/themes/light/components/Button/secondary.json +0 -278
  899. package/tokens/src/themes/light/components/Button/success.json +0 -253
  900. package/tokens/src/themes/light/components/Button/tertiary.json +0 -109
  901. package/tokens/src/themes/light/components/Button/warning.json +0 -276
  902. package/tokens/src/themes/light/components/Card.json +0 -40
  903. package/tokens/src/themes/light/components/Carousel.json +0 -45
  904. package/tokens/src/themes/light/components/Chip.json +0 -19
  905. package/tokens/src/themes/light/components/CloseButton.json +0 -10
  906. package/tokens/src/themes/light/components/Code.json +0 -23
  907. package/tokens/src/themes/light/components/DataTable.json +0 -26
  908. package/tokens/src/themes/light/components/Dropdown.json +0 -41
  909. package/tokens/src/themes/light/components/Dropzone.json +0 -23
  910. package/tokens/src/themes/light/components/Form/color.json +0 -270
  911. package/tokens/src/themes/light/components/Form/elevation.json +0 -76
  912. package/tokens/src/themes/light/components/Form/other.json +0 -131
  913. package/tokens/src/themes/light/components/IconButton.json +0 -451
  914. package/tokens/src/themes/light/components/Image.json +0 -18
  915. package/tokens/src/themes/light/components/Menu.json +0 -30
  916. package/tokens/src/themes/light/components/Modal.json +0 -37
  917. package/tokens/src/themes/light/components/Nav.json +0 -166
  918. package/tokens/src/themes/light/components/Navbar.json +0 -136
  919. package/tokens/src/themes/light/components/OverflowScroll.json +0 -9
  920. package/tokens/src/themes/light/components/PageBanner.json +0 -24
  921. package/tokens/src/themes/light/components/Pagination.json +0 -40
  922. package/tokens/src/themes/light/components/Popover.json +0 -55
  923. package/tokens/src/themes/light/components/ProductTour.json +0 -35
  924. package/tokens/src/themes/light/components/ProgressBar.json +0 -20
  925. package/tokens/src/themes/light/components/Scrollable.json +0 -14
  926. package/tokens/src/themes/light/components/SearchField.json +0 -25
  927. package/tokens/src/themes/light/components/Sheet.json +0 -22
  928. package/tokens/src/themes/light/components/Stepper.json +0 -34
  929. package/tokens/src/themes/light/components/Sticky.json +0 -18
  930. package/tokens/src/themes/light/components/Tab.json +0 -62
  931. package/tokens/src/themes/light/components/Toast.json +0 -33
  932. package/tokens/src/themes/light/components/Tooltip.json +0 -30
  933. package/tokens/src/themes/light/components/general/body.json +0 -8
  934. package/tokens/src/themes/light/components/general/headings.json +0 -7
  935. package/tokens/src/themes/light/components/general/hr.json +0 -15
  936. package/tokens/src/themes/light/components/general/input.json +0 -18
  937. package/tokens/src/themes/light/components/general/link.json +0 -109
  938. package/tokens/src/themes/light/components/general/list.json +0 -38
  939. package/tokens/src/themes/light/components/general/text.json +0 -6
  940. package/tokens/src/themes/light/global/color.json +0 -1661
  941. package/tokens/src/themes/light/global/elevation.json +0 -201
  942. package/tokens/src/themes/light/global/other.json +0 -4
  943. package/tokens/style-dictionary.js +0 -223
  944. package/tokens/utils.js +0 -210
  945. /package/{styles/scss → scss}/core/_exports.module.scss +0 -0
  946. /package/{styles/scss → scss}/core/_typography.scss +0 -0
@@ -1,1661 +0,0 @@
1
- {
2
- "color": {
3
- "white": { "value": "#FFFFFF", "type": "color", "source": "$white", "description": "White color." },
4
- "black": { "value": "#000000", "type": "color", "source": "$black", "description": "Black color." },
5
- "blue": { "value": "#23419F", "type": "color", "source": "$blue", "description": "Blue color." },
6
- "red": { "value": "#C32D3A", "type": "color", "source": "$red", "description": "Red color." },
7
- "green": { "value": "#178253", "type": "color", "source": "$green", "description": "Green color." },
8
- "yellow": { "value": "#FFD900", "type": "color", "source": "$yellow", "description": "Yellow color." },
9
- "teal": { "value": "#006DAA", "type": "color", "source": "$teal", "description": "Teal color." },
10
- "accent": {
11
- "a": {
12
- "value": "#00BBF9",
13
- "type": "color",
14
- "source": "$accent-a",
15
- "description": "Accent-A color.",
16
- "actions": {
17
- "default": "{color.action.default.accent.a}"
18
- }
19
- },
20
- "b": {
21
- "value": "#FFEE88",
22
- "type": "color",
23
- "source": "$accent-b",
24
- "description": "Accent-B color.",
25
- "actions": {
26
- "default": "{color.action.default.accent.b}"
27
- }
28
- }
29
- },
30
- "gray": {
31
- "base": {
32
- "value": "#707070",
33
- "type": "color",
34
- "source": "$gray",
35
- "description": "Basic gray color.",
36
- "actions": {
37
- "default": "{color.action.default.gray.base}"
38
- }
39
- },
40
- "100": {
41
- "value": "#EBEBEB",
42
- "type": "color",
43
- "source": "$gray-100",
44
- "description": "Gray color of level 100.",
45
- "actions": {
46
- "default": "{color.action.default.gray.100}"
47
- }
48
- },
49
- "200": {
50
- "value": "#CCCCCC",
51
- "type": "color",
52
- "source": "$gray-200",
53
- "description": "Gray color of level 200.",
54
- "actions": {
55
- "default": "{color.action.default.gray.200}"
56
- }
57
- },
58
- "300": {
59
- "value": "#ADADAD",
60
- "type": "color",
61
- "source": "$gray-300",
62
- "description": "Gray color of level 300.",
63
- "actions": {
64
- "default": "{color.action.default.gray.300}"
65
- }
66
- },
67
- "400": {
68
- "value": "#8F8F8F",
69
- "type": "color",
70
- "source": "$gray-400",
71
- "description": "Gray color of level 400.",
72
- "actions": {
73
- "default": "{color.action.default.gray.400}"
74
- }
75
- },
76
- "500": {
77
- "value": "{color.gray.base}",
78
- "type": "color",
79
- "source": "$gray-500",
80
- "description": "Gray color of level 500.",
81
- "actions": {
82
- "default": "{color.action.default.gray.500}"
83
- }
84
- },
85
- "600": {
86
- "value": "#5C5C5C",
87
- "type": "color",
88
- "source": "$gray-600",
89
- "description": "Gray color of level 600.",
90
- "actions": {
91
- "default": "{color.action.default.gray.600}"
92
- }
93
- },
94
- "700": {
95
- "value": "#454545",
96
- "type": "color",
97
- "source": "$gray-700",
98
- "description": "Gray color of level 700.",
99
- "actions": {
100
- "default": "{color.action.default.gray.700}"
101
- }
102
- },
103
- "800": {
104
- "value": "#333333",
105
- "type": "color",
106
- "source": "$gray-800",
107
- "description": "Gray color of level 800.",
108
- "actions": {
109
- "default": "{color.action.default.gray.800}"
110
- }
111
- },
112
- "900": {
113
- "value": "#212529",
114
- "type": "color",
115
- "source": "$gray-900",
116
- "description": "Gray color of level 900.",
117
- "actions": {
118
- "default": "{color.action.default.gray.900}"
119
- }
120
- }
121
- },
122
- "primary": {
123
- "base": {
124
- "value": "#0A3055",
125
- "type": "color",
126
- "source": "$primary",
127
- "description": "Basic primary color.",
128
- "actions": {
129
- "default": "{color.action.default.primary.base}"
130
- }
131
- },
132
- "100": {
133
- "value": "{color.primary.base}",
134
- "type": "color",
135
- "source": "$primary-100",
136
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
137
- "description": "Primary color of level 100.",
138
- "actions": {
139
- "default": "{color.action.default.primary.100}"
140
- }
141
- },
142
- "200": {
143
- "value": "{color.primary.base}",
144
- "type": "color",
145
- "source": "$primary-200",
146
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
147
- "description": "Primary color of level 200.",
148
- "actions": {
149
- "default": "{color.action.default.primary.200}"
150
- }
151
- },
152
- "300": {
153
- "value": "{color.primary.base}",
154
- "type": "color",
155
- "source": "$primary-300",
156
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50"}],
157
- "description": "Primary color of level 300.",
158
- "actions": {
159
- "default": "{color.action.default.primary.300}"
160
- }
161
- },
162
- "400": {
163
- "value": "{color.primary.base}",
164
- "type": "color",
165
- "source": "$primary-400",
166
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
167
- "description": "Primary color of level 400.",
168
- "actions": {
169
- "default": "{color.action.default.primary.400}"
170
- }
171
- },
172
- "500": {
173
- "value": "{color.primary.base}",
174
- "type": "color",
175
- "source": "$primary-500",
176
- "description": "Primary color of level 500.",
177
- "actions": {
178
- "default": "{color.action.default.primary.500}"
179
- }
180
- },
181
- "600": {
182
- "value": "{color.primary.base}",
183
- "type": "color",
184
- "source": "$primary-600",
185
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
186
- "description": "Primary color of level 600.",
187
- "actions": {
188
- "default": "{color.action.default.primary.600}"
189
- }
190
- },
191
- "700": {
192
- "value": "{color.primary.base}",
193
- "type": "color",
194
- "source": "$primary-700",
195
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
196
- "description": "Primary color of level 700.",
197
- "actions": {
198
- "default": "{color.action.default.primary.700}"
199
- }
200
- },
201
- "800": {
202
- "value": "{color.primary.base}",
203
- "type": "color",
204
- "source": "$primary-800",
205
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
206
- "description": "Primary color of level 800.",
207
- "actions": {
208
- "default": "{color.action.default.primary.800}"
209
- }
210
- },
211
- "900": {
212
- "value": "{color.primary.base}",
213
- "type": "color",
214
- "source": "$primary-900",
215
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
216
- "description": "Primary color of level 900.",
217
- "actions": {
218
- "default": "{color.action.default.primary.900}"
219
- }
220
- }
221
- },
222
- "secondary": {
223
- "base": {
224
- "value": "{color.gray.700}",
225
- "type": "color",
226
- "source": "$secondary",
227
- "description": "Basic secondary color.",
228
- "actions": {
229
- "default": "{color.action.default.secondary.base}"
230
- }
231
- },
232
- "100": {
233
- "value": "{color.secondary.base}",
234
- "type": "color",
235
- "source": "$secondary-100",
236
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
237
- "description": "Secondary color of level 100.",
238
- "actions": {
239
- "default": "{color.action.default.secondary.100}"
240
- }
241
- },
242
- "200": {
243
- "value": "{color.secondary.base}",
244
- "type": "color",
245
- "source": "$secondary-200",
246
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
247
- "description": "Secondary color of level 200.",
248
- "actions": {
249
- "default": "{color.action.default.secondary.200}"
250
- }
251
- },
252
- "300": {
253
- "value": "{color.secondary.base}",
254
- "type": "color",
255
- "source": "$secondary-300",
256
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
257
- "description": "Secondary color of level 300.",
258
- "actions": {
259
- "default": "{color.action.default.secondary.300}"
260
- }
261
- },
262
- "400": {
263
- "value": "{color.secondary.base}",
264
- "type": "color",
265
- "source": "$secondary-400",
266
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
267
- "description": "Secondary color of level 400.",
268
- "actions": {
269
- "default": "{color.action.default.secondary.400}"
270
- }
271
- },
272
- "500": {
273
- "value": "{color.secondary.base}",
274
- "type": "color",
275
- "source": "$secondary-500",
276
- "description": "Secondary color of level 500.",
277
- "actions": {
278
- "default": "{color.action.default.secondary.500}"
279
- }
280
- },
281
- "600": {
282
- "value": "{color.secondary.base}",
283
- "type": "color",
284
- "source": "$secondary-600",
285
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
286
- "description": "Secondary color of level 600.",
287
- "actions": {
288
- "default": "{color.action.default.secondary.600}"
289
- }
290
- },
291
- "700": {
292
- "value": "{color.secondary.base}",
293
- "type": "color",
294
- "source": "$secondary-700",
295
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
296
- "description": "Secondary color of level 700.",
297
- "actions": {
298
- "default": "{color.action.default.secondary.700}"
299
- }
300
- },
301
- "800": {
302
- "value": "{color.secondary.base}",
303
- "type": "color",
304
- "source": "$secondary-800",
305
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
306
- "description": "Secondary color of level 800.",
307
- "actions": {
308
- "default": "{color.action.default.secondary.800}"
309
- }
310
- },
311
- "900": {
312
- "value": "{color.secondary.base}",
313
- "type": "color",
314
- "source": "$secondary-900",
315
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
316
- "description": "Secondary color of level 900.",
317
- "actions": {
318
- "default": "{color.action.default.secondary.900}"
319
- }
320
- }
321
- },
322
- "brand": {
323
- "base": {
324
- "value": "#9D0054",
325
- "type": "color",
326
- "source": "$brand",
327
- "description": "Basic brand color.",
328
- "actions": {
329
- "default": "{color.action.default.brand.base}"
330
- }
331
- },
332
- "100": {
333
- "value": "{color.brand.base}",
334
- "type": "color",
335
- "source": "$brand-100",
336
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
337
- "description": "Brand color of level 100.",
338
- "actions": {
339
- "default": "{color.action.default.brand.100}"
340
- }
341
- },
342
- "200": {
343
- "value": "{color.brand.base}",
344
- "type": "color",
345
- "source": "$brand-200",
346
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
347
- "description": "Brand color of level 200.",
348
- "actions": {
349
- "default": "{color.action.default.brand.200}"
350
- }
351
- },
352
- "300": {
353
- "value": "{color.brand.base}",
354
- "type": "color",
355
- "source": "$brand-300",
356
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
357
- "description": "Brand color of level 300.",
358
- "actions": {
359
- "default": "{color.action.default.brand.300}"
360
- }
361
- },
362
- "400": {
363
- "value": "{color.brand.base}",
364
- "type": "color",
365
- "source": "$brand-400",
366
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
367
- "description": "Brand color of level 400.",
368
- "actions": {
369
- "default": "{color.action.default.brand.400}"
370
- }
371
- },
372
- "500": {
373
- "value": "{color.brand.base}",
374
- "type": "color",
375
- "source": "$brand-500",
376
- "description": "Brand color of level 500.",
377
- "actions": {
378
- "default": "{color.action.default.brand.500}"
379
- }
380
- },
381
- "600": {
382
- "value": "{color.brand.base}",
383
- "type": "color",
384
- "source": "$brand-600",
385
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
386
- "description": "Brand color of level 600.",
387
- "actions": {
388
- "default": "{color.action.default.brand.600}"
389
- }
390
- },
391
- "700": {
392
- "value": "{color.brand.base}",
393
- "type": "color",
394
- "source": "$brand-700",
395
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
396
- "description": "Brand color of level 700.",
397
- "actions": {
398
- "default": "{color.action.default.brand.700}"
399
- }
400
- },
401
- "800": {
402
- "value": "{color.brand.base}",
403
- "type": "color",
404
- "source": "$brand-800",
405
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
406
- "description": "Brand color of level 800.",
407
- "actions": {
408
- "default": "{color.action.default.brand.800}"
409
- }
410
- },
411
- "900": {
412
- "value": "{color.brand.base}",
413
- "type": "color",
414
- "source": "$brand-900",
415
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
416
- "description": "Brand color of level 900.",
417
- "actions": {
418
- "default": "{color.action.default.brand.900}"
419
- }
420
- }
421
- },
422
- "success": {
423
- "base": {
424
- "value": "{color.green}",
425
- "type": "color",
426
- "source": "$success",
427
- "description": "Basic success color.",
428
- "actions": {
429
- "default": "{color.action.default.success.base}"
430
- }
431
- },
432
- "100": {
433
- "value": "{color.success.base}",
434
- "type": "color",
435
- "source": "$success-100",
436
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
437
- "description": "Success color of level 100.",
438
- "actions": {
439
- "default": "{color.action.default.success.100}"
440
- }
441
- },
442
- "200": {
443
- "value": "{color.success.base}",
444
- "type": "color",
445
- "source": "$success-200",
446
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
447
- "description": "Success color of level 200.",
448
- "actions": {
449
- "default": "{color.action.default.success.200}"
450
- }
451
- },
452
- "300": {
453
- "value": "{color.success.base}",
454
- "type": "color",
455
- "source": "$success-300",
456
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
457
- "description": "Success color of level 300.",
458
- "actions": {
459
- "default": "{color.action.default.success.300}"
460
- }
461
- },
462
- "400": {
463
- "value": "{color.success.base}",
464
- "type": "color",
465
- "source": "$success-400",
466
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
467
- "description": "Success color of level 400.",
468
- "actions": {
469
- "default": "{color.action.default.success.400}"
470
- }
471
- },
472
- "500": {
473
- "value": "{color.success.base}",
474
- "type": "color",
475
- "source": "$success-500",
476
- "description": "Success color of level 500.",
477
- "actions": {
478
- "default": "{color.action.default.success.500}"
479
- }
480
- },
481
- "600": {
482
- "value": "{color.success.base}",
483
- "type": "color",
484
- "source": "$success-600",
485
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
486
- "description": "Success color of level 600.",
487
- "actions": {
488
- "default": "{color.action.default.success.600}"
489
- }
490
- },
491
- "700": {
492
- "value": "{color.success.base}",
493
- "type": "color",
494
- "source": "$success-700",
495
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
496
- "description": "Success color of level 700.",
497
- "actions": {
498
- "default": "{color.action.default.success.700}"
499
- }
500
- },
501
- "800": {
502
- "value": "{color.success.base}",
503
- "type": "color",
504
- "source": "$success-800",
505
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
506
- "description": "Success color of level 800.",
507
- "actions": {
508
- "default": "{color.action.default.success.800}"
509
- }
510
- },
511
- "900": {
512
- "value": "{color.success.base}",
513
- "type": "color",
514
- "source": "$success-900",
515
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
516
- "description": "Success color of level 900.",
517
- "actions": {
518
- "default": "{color.action.default.success.900}"
519
- }
520
- }
521
- },
522
- "info": {
523
- "base": {
524
- "value": "{color.teal}",
525
- "type": "color",
526
- "source": "$info",
527
- "description": "Basic info color.",
528
- "actions": {
529
- "default": "{color.action.default.info.base}"
530
- }
531
- },
532
- "100": {
533
- "value": "{color.info.base}",
534
- "type": "color",
535
- "source": "$info-100",
536
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
537
- "description": "Info color of level 100.",
538
- "actions": {
539
- "default": "{color.action.default.info.100}"
540
- }
541
- },
542
- "200": {
543
- "value": "{color.info.base}",
544
- "type": "color",
545
- "source": "$info-200",
546
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
547
- "description": "Info color of level 200.",
548
- "actions": {
549
- "default": "{color.action.default.info.200}"
550
- }
551
- },
552
- "300": {
553
- "value": "{color.info.base}",
554
- "type": "color",
555
- "source": "$info-300",
556
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
557
- "description": "Info color of level 300.",
558
- "actions": {
559
- "default": "{color.action.default.info.300}"
560
- }
561
- },
562
- "400": {
563
- "value": "{color.info.base}",
564
- "type": "color",
565
- "source": "$info-400",
566
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
567
- "description": "Info color of level 400.",
568
- "actions": {
569
- "default": "{color.action.default.info.400}"
570
- }
571
- },
572
- "500": {
573
- "value": "{color.info.base}",
574
- "type": "color",
575
- "source": "$info-500",
576
- "description": "Info color of level 500.",
577
- "actions": {
578
- "default": "{color.action.default.info.500}"
579
- }
580
- },
581
- "600": {
582
- "value": "{color.info.base}",
583
- "type": "color",
584
- "source": "$info-600",
585
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
586
- "description": "Info color of level 600.",
587
- "actions": {
588
- "default": "{color.action.default.info.600}"
589
- }
590
- },
591
- "700": {
592
- "value": "{color.info.base}",
593
- "type": "color",
594
- "source": "$info-700",
595
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
596
- "description": "Info color of level 700.",
597
- "actions": {
598
- "default": "{color.action.default.info.700}"
599
- }
600
- },
601
- "800": {
602
- "value": "{color.info.base}",
603
- "type": "color",
604
- "source": "$info-800",
605
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25"}],
606
- "description": "Info color of level 800.",
607
- "actions": {
608
- "default": "{color.action.default.info.800}"
609
- }
610
- },
611
- "900": {
612
- "value": "{color.info.base}",
613
- "type": "color",
614
- "source": "$info-900",
615
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
616
- "description": "Info color of level 900.",
617
- "actions": {
618
- "default": "{color.action.default.info.900}"
619
- }
620
- }
621
- },
622
- "warning": {
623
- "base": {
624
- "value": "{color.yellow}",
625
- "type": "color",
626
- "source": "$warning",
627
- "description": "Basic warning color.",
628
- "actions": {
629
- "default": "{color.action.default.warning.base}"
630
- }
631
- },
632
- "100": {
633
- "value": "{color.warning.base}",
634
- "type": "color",
635
- "source": "$warning-100",
636
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
637
- "description": "Warning color of level 100.",
638
- "actions": {
639
- "default": "{color.action.default.warning.100}"
640
- }
641
- },
642
- "200": {
643
- "value": "{color.warning.base}",
644
- "type": "color",
645
- "source": "$warning-200",
646
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
647
- "description": "Warning color of level 200.",
648
- "actions": {
649
- "default": "{color.action.default.warning.200}"
650
- }
651
- },
652
- "300": {
653
- "value": "{color.warning.base}",
654
- "type": "color",
655
- "source": "$warning-300",
656
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
657
- "description": "Warning color of level 300.",
658
- "actions": {
659
- "default": "{color.action.default.warning.300}"
660
- }
661
- },
662
- "400": {
663
- "value": "{color.warning.base}",
664
- "type": "color",
665
- "source": "$warning-400",
666
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
667
- "description": "Warning color of level 400.",
668
- "actions": {
669
- "default": "{color.action.default.warning.400}"
670
- }
671
- },
672
- "500": {
673
- "value": "{color.warning.base}",
674
- "type": "color",
675
- "source": "$warning-500",
676
- "description": "Warning color of level 500.",
677
- "actions": {
678
- "default": "{color.action.default.warning.500}"
679
- }
680
- },
681
- "600": {
682
- "value": "{color.warning.base}",
683
- "type": "color",
684
- "source": "$warning-600",
685
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
686
- "description": "Warning color of level 600.",
687
- "actions": {
688
- "default": "{color.action.default.warning.600}"
689
- }
690
- },
691
- "700": {
692
- "value": "{color.warning.base}",
693
- "type": "color",
694
- "source": "$warning-700",
695
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
696
- "description": "Warning color of level 700.",
697
- "actions": {
698
- "default": "{color.action.default.warning.700}"
699
- }
700
- },
701
- "800": {
702
- "value": "{color.warning.base}",
703
- "type": "color",
704
- "source": "$warning-800",
705
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
706
- "description": "Warning color of level 800.",
707
- "actions": {
708
- "default": "{color.action.default.warning.800}"
709
- }
710
- },
711
- "900": {
712
- "value": "{color.warning.base}",
713
- "type": "color",
714
- "source": "$warning-900",
715
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
716
- "description": "Warning color of level 900.",
717
- "actions": {
718
- "default": "{color.action.default.warning.900}"
719
- }
720
- }
721
- },
722
- "danger": {
723
- "base": {
724
- "value": "{color.red}",
725
- "type": "color",
726
- "source": "$danger",
727
- "description": "Basic danger color.",
728
- "actions": {
729
- "default": "{color.action.default.danger.base}"
730
- }
731
- },
732
- "100": {
733
- "value": "{color.danger.base}",
734
- "type": "color",
735
- "source": "$danger-100",
736
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
737
- "description": "Danger color of level 100.",
738
- "actions": {
739
- "default": "{color.action.default.danger.100}"
740
- }
741
- },
742
- "200": {
743
- "value": "{color.danger.base}",
744
- "type": "color",
745
- "source": "$danger-200",
746
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
747
- "description": "Danger color of level 200.",
748
- "actions": {
749
- "default": "{color.action.default.danger.200}"
750
- }
751
- },
752
- "300": {
753
- "value": "{color.danger.base}",
754
- "type": "color",
755
- "source": "$danger-300",
756
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
757
- "description": "Danger color of level 300.",
758
- "actions": {
759
- "default": "{color.action.default.danger.300}"
760
- }
761
- },
762
- "400": {
763
- "value": "{color.danger.base}",
764
- "type": "color",
765
- "source": "$danger-400",
766
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
767
- "description": "Danger color of level 400.",
768
- "actions": {
769
- "default": "{color.action.default.danger.400}"
770
- }
771
- },
772
- "500": {
773
- "value": "{color.danger.base}",
774
- "type": "color",
775
- "source": "$danger-500",
776
- "description": "Danger color of level 500.",
777
- "actions": {
778
- "default": "{color.action.default.danger.500}"
779
- }
780
- },
781
- "600": {
782
- "value": "{color.danger.base}",
783
- "type": "color",
784
- "source": "$danger-600",
785
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
786
- "description": "Danger color of level 600.",
787
- "actions": {
788
- "default": "{color.action.default.danger.600}"
789
- }
790
- },
791
- "700": {
792
- "value": "{color.danger.base}",
793
- "type": "color",
794
- "source": "$danger-700",
795
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
796
- "description": "Danger color of level 700.",
797
- "actions": {
798
- "default": "{color.action.default.danger.700}"
799
- }
800
- },
801
- "800": {
802
- "value": "{color.danger.base}",
803
- "type": "color",
804
- "source": "$danger-800",
805
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
806
- "description": "Danger color of level 800.",
807
- "actions": {
808
- "default": "{color.action.default.danger.800}"
809
- }
810
- },
811
- "900": {
812
- "value": "{color.danger.base}",
813
- "type": "color",
814
- "source": "$danger-900",
815
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
816
- "description": "Danger color of level 900.",
817
- "actions": {
818
- "default": "{color.action.default.danger.900}"
819
- }
820
- }
821
- },
822
- "light": {
823
- "base": {
824
- "value": "#E1DDDB",
825
- "type": "color",
826
- "source": "$light",
827
- "description": "Basic light color.",
828
- "actions": {
829
- "default": "{color.action.default.light.base}"
830
- }
831
- },
832
- "100": {
833
- "value": "{color.light.base}",
834
- "type": "color",
835
- "source": "$light-100",
836
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
837
- "description": "Light color of level 100.",
838
- "actions": {
839
- "default": "{color.action.default.light.100}"
840
- }
841
- },
842
- "200": {
843
- "value": "{color.light.base}",
844
- "type": "color",
845
- "source": "$light-200",
846
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
847
- "description": "Light color of level 200.",
848
- "actions": {
849
- "default": "{color.action.default.light.200}"
850
- }
851
- },
852
- "300": {
853
- "value": "{color.light.base}",
854
- "type": "color",
855
- "source": "$light-300",
856
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
857
- "description": "Light color of level 300.",
858
- "actions": {
859
- "default": "{color.action.default.light.300}"
860
- }
861
- },
862
- "400": {
863
- "value": "{color.light.base}",
864
- "type": "color",
865
- "source": "$light-400",
866
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
867
- "description": "Light color of level 400.",
868
- "actions": {
869
- "default": "{color.action.default.light.400}"
870
- }
871
- },
872
- "500": {
873
- "value": "{color.light.base}",
874
- "type": "color",
875
- "source": "$light-500",
876
- "description": "Light color of level 500.",
877
- "actions": {
878
- "default": "{color.action.default.light.500}"
879
- }
880
- },
881
- "600": {
882
- "value": "{color.light.base}",
883
- "type": "color",
884
- "source": "$light-600",
885
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
886
- "description": "Light color of level 600.",
887
- "actions": {
888
- "default": "{color.action.default.light.600}"
889
- }
890
- },
891
- "700": {
892
- "value": "{color.light.base}",
893
- "type": "color",
894
- "source": "$light-700",
895
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
896
- "description": "Light color of level 700.",
897
- "actions": {
898
- "default": "{color.action.default.light.700}"
899
- }
900
- },
901
- "800": {
902
- "value": "{color.light.base}",
903
- "type": "color",
904
- "source": "$light-800",
905
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
906
- "description": "Light color of level 800.",
907
- "actions": {
908
- "default": "{color.action.default.light.800}"
909
- }
910
- },
911
- "900": {
912
- "value": "{color.light.base}",
913
- "type": "color",
914
- "source": "$light-900",
915
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
916
- "description": "Light color of level 900.",
917
- "actions": {
918
- "default": "{color.action.default.light.900}"
919
- }
920
- }
921
- },
922
- "dark": {
923
- "base": {
924
- "value": "#273F2F",
925
- "type": "color",
926
- "source": "$dark",
927
- "description": "Basic dark color.",
928
- "actions": {
929
- "default": "{color.action.default.dark.base}"
930
- }
931
- },
932
- "100": {
933
- "value": "{color.dark.base}",
934
- "type": "color",
935
- "source": "$dark-100",
936
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.94" }],
937
- "description": "Dark color of level 100.",
938
- "actions": {
939
- "default": "{color.action.default.dark.100}"
940
- }
941
- },
942
- "200": {
943
- "value": "{color.dark.base}",
944
- "type": "color",
945
- "source": "$dark-200",
946
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.75" }],
947
- "description": "Dark color of level 200.",
948
- "actions": {
949
- "default": "{color.action.default.dark.200}"
950
- }
951
- },
952
- "300": {
953
- "value": "{color.dark.base}",
954
- "type": "color",
955
- "source": "$dark-300",
956
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.50" }],
957
- "description": "Dark color of level 300.",
958
- "actions": {
959
- "default": "{color.action.default.dark.300}"
960
- }
961
- },
962
- "400": {
963
- "value": "{color.dark.base}",
964
- "type": "color",
965
- "source": "$dark-400",
966
- "modify": [{ "type": "mix", "otherColor": "white", "amount": "0.25" }],
967
- "description": "Dark color of level 400.",
968
- "actions": {
969
- "default": "{color.action.default.dark.400}"
970
- }
971
- },
972
- "500": {
973
- "value": "{color.dark.base}",
974
- "type": "color",
975
- "source": "$dark-500",
976
- "description": "Dark color of level 500.",
977
- "actions": {
978
- "default": "{color.action.default.dark.500}"
979
- }
980
- },
981
- "600": {
982
- "value": "{color.dark.base}",
983
- "type": "color",
984
- "source": "$dark-600",
985
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.10" }],
986
- "description": "Dark color of level 600.",
987
- "actions": {
988
- "default": "{color.action.default.dark.600}"
989
- }
990
- },
991
- "700": {
992
- "value": "{color.dark.base}",
993
- "type": "color",
994
- "source": "$dark-700",
995
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.20" }],
996
- "description": "Info color of level 700.",
997
- "actions": {
998
- "default": "{color.action.default.dark.700}"
999
- }
1000
- },
1001
- "800": {
1002
- "value": "{color.dark.base}",
1003
- "type": "color",
1004
- "source": "$dark-800",
1005
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.25" }],
1006
- "description": "Dark color of level 800.",
1007
- "actions": {
1008
- "default": "{color.action.default.dark.800}"
1009
- }
1010
- },
1011
- "900": {
1012
- "value": "{color.dark.base}",
1013
- "type": "color",
1014
- "source": "$dark-900",
1015
- "modify": [{ "type": "mix", "otherColor": "black", "amount": "0.30" }],
1016
- "description": "Dark color of level 900.",
1017
- "actions": {
1018
- "default": "{color.action.default.dark.900}"
1019
- }
1020
- }
1021
- },
1022
- "action": {
1023
- "default": {
1024
- "gray": {
1025
- "base": {
1026
- "value": "{color.gray.base}",
1027
- "type": "color",
1028
- "source": "$action-default-gray-base",
1029
- "modify": [{ "type": "darken", "amount": "0.1" }]
1030
- },
1031
- "100": {
1032
- "value": "{color.gray.100}",
1033
- "type": "color",
1034
- "source": "$action-default-gray-100",
1035
- "modify": [{ "type": "darken", "amount": "0.1" }]
1036
- },
1037
- "200": {
1038
- "value": "{color.gray.200}",
1039
- "type": "color",
1040
- "source": "$action-default-gray-200",
1041
- "modify": [{ "type": "darken", "amount": "0.1" }]
1042
- },
1043
- "300": {
1044
- "value": "{color.gray.300}",
1045
- "type": "color",
1046
- "source": "$action-default-gray-300",
1047
- "modify": [{ "type": "darken", "amount": "0.1" }]
1048
- },
1049
- "400": {
1050
- "value": "{color.gray.400}",
1051
- "type": "color",
1052
- "source": "$action-default-gray-400",
1053
- "modify": [{ "type": "darken", "amount": "0.1" }]
1054
- },
1055
- "500": {
1056
- "value": "{color.gray.500}",
1057
- "type": "color",
1058
- "source": "$action-default-gray-500",
1059
- "modify": [{ "type": "darken", "amount": "0.1" }]
1060
- },
1061
- "600": {
1062
- "value": "{color.gray.600}",
1063
- "type": "color",
1064
- "source": "$action-default-gray-600",
1065
- "modify": [{ "type": "darken", "amount": "0.1" }]
1066
- },
1067
- "700": {
1068
- "value": "{color.gray.700}",
1069
- "type": "color",
1070
- "source": "$action-default-gray-700",
1071
- "modify": [{ "type": "darken", "amount": "0.1" }]
1072
- },
1073
- "800": {
1074
- "value": "{color.gray.800}",
1075
- "type": "color",
1076
- "source": "$action-default-gray-800",
1077
- "modify": [{ "type": "darken", "amount": "0.1" }]
1078
- },
1079
- "900": {
1080
- "value": "{color.gray.900}",
1081
- "type": "color",
1082
- "source": "$action-default-gray-900",
1083
- "modify": [{ "type": "darken", "amount": "0.1" }]
1084
- }
1085
- },
1086
- "primary": {
1087
- "base": {
1088
- "value": "{color.primary.base}",
1089
- "type": "color",
1090
- "source": "$action-default-primary-base",
1091
- "modify": [{ "type": "darken", "amount": "0.1" }]
1092
- },
1093
- "100": {
1094
- "value": "{color.primary.100}",
1095
- "type": "color",
1096
- "source": "$action-default-primary-100",
1097
- "modify": [{ "type": "darken", "amount": "0.1" }]
1098
- },
1099
- "200": {
1100
- "value": "{color.primary.200}",
1101
- "type": "color",
1102
- "source": "$action-default-primary-200",
1103
- "modify": [{ "type": "darken", "amount": "0.1" }]
1104
- },
1105
- "300": {
1106
- "value": "{color.primary.300}",
1107
- "type": "color",
1108
- "source": "$action-default-primary-300",
1109
- "modify": [{ "type": "darken", "amount": "0.1" }]
1110
- },
1111
- "400": {
1112
- "value": "{color.primary.400}",
1113
- "type": "color",
1114
- "source": "$action-default-primary-400",
1115
- "modify": [{ "type": "darken", "amount": "0.1" }]
1116
- },
1117
- "500": {
1118
- "value": "{color.primary.500}",
1119
- "type": "color",
1120
- "source": "$action-default-primary-500",
1121
- "modify": [{ "type": "darken", "amount": "0.1" }]
1122
- },
1123
- "600": {
1124
- "value": "{color.primary.600}",
1125
- "type": "color",
1126
- "source": "$action-default-primary-600",
1127
- "modify": [{ "type": "darken", "amount": "0.1" }]
1128
- },
1129
- "700": {
1130
- "value": "{color.primary.700}",
1131
- "type": "color",
1132
- "source": "$action-default-primary-700",
1133
- "modify": [{ "type": "darken", "amount": "0.1" }]
1134
- },
1135
- "800": {
1136
- "value": "{color.primary.800}",
1137
- "type": "color",
1138
- "source": "$action-default-primary-800",
1139
- "modify": [{ "type": "darken", "amount": "0.1" }]
1140
- },
1141
- "900": {
1142
- "value": "{color.primary.900}",
1143
- "type": "color",
1144
- "source": "$action-default-primary-900",
1145
- "modify": [{ "type": "darken", "amount": "0.1" }]
1146
- }
1147
- },
1148
- "secondary": {
1149
- "base": {
1150
- "value": "{color.secondary.base}",
1151
- "type": "color",
1152
- "source": "$action-default-secondary-base",
1153
- "modify": [{ "type": "darken", "amount": "0.1" }]
1154
- },
1155
- "100": {
1156
- "value": "{color.secondary.100}",
1157
- "type": "color",
1158
- "source": "$action-default-secondary-100",
1159
- "modify": [{ "type": "darken", "amount": "0.1" }]
1160
- },
1161
- "200": {
1162
- "value": "{color.secondary.200}",
1163
- "type": "color",
1164
- "source": "$action-default-secondary-200",
1165
- "modify": [{ "type": "darken", "amount": "0.1" }]
1166
- },
1167
- "300": {
1168
- "value": "{color.secondary.300}",
1169
- "type": "color",
1170
- "source": "$action-default-secondary-300",
1171
- "modify": [{ "type": "darken", "amount": "0.1" }]
1172
- },
1173
- "400": {
1174
- "value": "{color.secondary.400}",
1175
- "type": "color",
1176
- "source": "$action-default-secondary-400",
1177
- "modify": [{ "type": "darken", "amount": "0.1" }]
1178
- },
1179
- "500": {
1180
- "value": "{color.secondary.500}",
1181
- "type": "color",
1182
- "source": "$action-default-secondary-500",
1183
- "modify": [{ "type": "darken", "amount": "0.1" }]
1184
- },
1185
- "600": {
1186
- "value": "{color.secondary.600}",
1187
- "type": "color",
1188
- "source": "$action-default-secondary-600",
1189
- "modify": [{ "type": "darken", "amount": "0.1" }]
1190
- },
1191
- "700": {
1192
- "value": "{color.secondary.700}",
1193
- "type": "color",
1194
- "source": "$action-default-secondary-700",
1195
- "modify": [{ "type": "darken", "amount": "0.1" }]
1196
- },
1197
- "800": {
1198
- "value": "{color.secondary.800}",
1199
- "type": "color",
1200
- "source": "$action-default-secondary-800",
1201
- "modify": [{ "type": "darken", "amount": "0.1" }]
1202
- },
1203
- "900": {
1204
- "value": "{color.secondary.900}",
1205
- "type": "color",
1206
- "source": "$action-default-secondary-900",
1207
- "modify": [{ "type": "darken", "amount": "0.1" }]
1208
- }
1209
- },
1210
- "brand": {
1211
- "base": {
1212
- "value": "{color.brand.base}",
1213
- "type": "color",
1214
- "source": "$action-default-brand-base",
1215
- "modify": [{ "type": "darken", "amount": "0.1" }]
1216
- },
1217
- "100": {
1218
- "value": "{color.brand.100}",
1219
- "type": "color",
1220
- "source": "$action-default-brand-100",
1221
- "modify": [{ "type": "darken", "amount": "0.1" }]
1222
- },
1223
- "200": {
1224
- "value": "{color.brand.200}",
1225
- "type": "color",
1226
- "source": "$action-default-brand-200",
1227
- "modify": [{ "type": "darken", "amount": "0.1" }]
1228
- },
1229
- "300": {
1230
- "value": "{color.brand.300}",
1231
- "type": "color",
1232
- "source": "$action-default-brand-300",
1233
- "modify": [{ "type": "darken", "amount": "0.1" }]
1234
- },
1235
- "400": {
1236
- "value": "{color.brand.400}",
1237
- "type": "color",
1238
- "source": "$action-default-brand-400",
1239
- "modify": [{ "type": "darken", "amount": "0.1" }]
1240
- },
1241
- "500": {
1242
- "value": "{color.brand.500}",
1243
- "type": "color",
1244
- "source": "$action-default-brand-500",
1245
- "modify": [{ "type": "darken", "amount": "0.1" }]
1246
- },
1247
- "600": {
1248
- "value": "{color.brand.600}",
1249
- "type": "color",
1250
- "source": "$action-default-brand-600",
1251
- "modify": [{ "type": "darken", "amount": "0.1" }]
1252
- },
1253
- "700": {
1254
- "value": "{color.brand.700}",
1255
- "type": "color",
1256
- "source": "$action-default-brand-700",
1257
- "modify": [{ "type": "darken", "amount": "0.1" }]
1258
- },
1259
- "800": {
1260
- "value": "{color.brand.800}",
1261
- "type": "color",
1262
- "source": "$action-default-brand-800",
1263
- "modify": [{ "type": "darken", "amount": "0.1" }]
1264
- },
1265
- "900": {
1266
- "value": "{color.brand.900}",
1267
- "type": "color",
1268
- "source": "$action-default-brand-900",
1269
- "modify": [{ "type": "darken", "amount": "0.1" }]
1270
- }
1271
- },
1272
- "success": {
1273
- "base": {
1274
- "value": "{color.success.base}",
1275
- "type": "color",
1276
- "source": "$action-default-success-base",
1277
- "modify": [{ "type": "darken", "amount": "0.1" }]
1278
- },
1279
- "100": {
1280
- "value": "{color.success.100}",
1281
- "type": "color",
1282
- "source": "$action-default-success-100",
1283
- "modify": [{ "type": "darken", "amount": "0.1" }]
1284
- },
1285
- "200": {
1286
- "value": "{color.success.200}",
1287
- "type": "color",
1288
- "source": "$action-default-success-200",
1289
- "modify": [{ "type": "darken", "amount": "0.1" }]
1290
- },
1291
- "300": {
1292
- "value": "{color.success.300}",
1293
- "type": "color",
1294
- "source": "$action-default-success-300",
1295
- "modify": [{ "type": "darken", "amount": "0.1" }]
1296
- },
1297
- "400": {
1298
- "value": "{color.success.400}",
1299
- "type": "color",
1300
- "source": "$action-default-success-400",
1301
- "modify": [{ "type": "darken", "amount": "0.1" }]
1302
- },
1303
- "500": {
1304
- "value": "{color.success.500}",
1305
- "type": "color",
1306
- "source": "$action-default-success-500",
1307
- "modify": [{ "type": "darken", "amount": "0.1" }]
1308
- },
1309
- "600": {
1310
- "value": "{color.success.600}",
1311
- "type": "color",
1312
- "source": "$action-default-success-600",
1313
- "modify": [{ "type": "darken", "amount": "0.1" }]
1314
- },
1315
- "700": {
1316
- "value": "{color.success.700}",
1317
- "type": "color",
1318
- "source": "$action-default-success-700",
1319
- "modify": [{ "type": "darken", "amount": "0.1" }]
1320
- },
1321
- "800": {
1322
- "value": "{color.success.800}",
1323
- "type": "color",
1324
- "source": "$action-default-success-800",
1325
- "modify": [{ "type": "darken", "amount": "0.1" }]
1326
- },
1327
- "900": {
1328
- "value": "{color.success.900}",
1329
- "type": "color",
1330
- "source": "$action-default-success-900",
1331
- "modify": [{ "type": "darken", "amount": "0.1" }]
1332
- }
1333
- },
1334
- "info": {
1335
- "base": {
1336
- "value": "{color.info.base}",
1337
- "type": "color",
1338
- "source": "$action-default-info-base",
1339
- "modify": [{ "type": "darken", "amount": "0.1" }]
1340
- },
1341
- "100": {
1342
- "value": "{color.info.100}",
1343
- "type": "color",
1344
- "source": "$action-default-info-100",
1345
- "modify": [{ "type": "darken", "amount": "0.1" }]
1346
- },
1347
- "200": {
1348
- "value": "{color.info.200}",
1349
- "type": "color",
1350
- "source": "$action-default-info-200",
1351
- "modify": [{ "type": "darken", "amount": "0.1" }]
1352
- },
1353
- "300": {
1354
- "value": "{color.info.300}",
1355
- "type": "color",
1356
- "source": "$action-default-info-300",
1357
- "modify": [{ "type": "darken", "amount": "0.1" }]
1358
- },
1359
- "400": {
1360
- "value": "{color.info.400}",
1361
- "type": "color",
1362
- "source": "$action-default-info-400",
1363
- "modify": [{ "type": "darken", "amount": "0.1" }]
1364
- },
1365
- "500": {
1366
- "value": "{color.info.500}",
1367
- "type": "color",
1368
- "source": "$action-default-info-500",
1369
- "modify": [{ "type": "darken", "amount": "0.1" }]
1370
- },
1371
- "600": {
1372
- "value": "{color.info.600}",
1373
- "type": "color",
1374
- "source": "$action-default-info-600",
1375
- "modify": [{ "type": "darken", "amount": "0.1" }]
1376
- },
1377
- "700": {
1378
- "value": "{color.info.700}",
1379
- "type": "color",
1380
- "source": "$action-default-info-700",
1381
- "modify": [{ "type": "darken", "amount": "0.1" }]
1382
- },
1383
- "800": {
1384
- "value": "{color.info.800}",
1385
- "type": "color",
1386
- "source": "$action-default-info-800",
1387
- "modify": [{ "type": "darken", "amount": "0.1" }]
1388
- },
1389
- "900": {
1390
- "value": "{color.info.900}",
1391
- "type": "color",
1392
- "source": "$action-default-info-900",
1393
- "modify": [{ "type": "darken", "amount": "0.1" }]
1394
- }
1395
- },
1396
- "warning": {
1397
- "base": {
1398
- "value": "{color.warning.base}",
1399
- "type": "color",
1400
- "source": "$action-default-warning-base",
1401
- "modify": [{ "type": "darken", "amount": "0.1" }]
1402
- },
1403
- "100": {
1404
- "value": "{color.warning.100}",
1405
- "type": "color",
1406
- "source": "$action-default-warning-100",
1407
- "modify": [{ "type": "darken", "amount": "0.1" }]
1408
- },
1409
- "200": {
1410
- "value": "{color.warning.200}",
1411
- "type": "color",
1412
- "source": "$action-default-warning-200",
1413
- "modify": [{ "type": "darken", "amount": "0.1" }]
1414
- },
1415
- "300": {
1416
- "value": "{color.warning.300}",
1417
- "type": "color",
1418
- "source": "$action-default-warning-300",
1419
- "modify": [{ "type": "darken", "amount": "0.1" }]
1420
- },
1421
- "400": {
1422
- "value": "{color.warning.400}",
1423
- "type": "color",
1424
- "source": "$action-default-warning-400",
1425
- "modify": [{ "type": "darken", "amount": "0.1" }]
1426
- },
1427
- "500": {
1428
- "value": "{color.warning.500}",
1429
- "type": "color",
1430
- "source": "$action-default-warning-500",
1431
- "modify": [{ "type": "darken", "amount": "0.1" }]
1432
- },
1433
- "600": {
1434
- "value": "{color.warning.600}",
1435
- "type": "color",
1436
- "source": "$action-default-warning-600",
1437
- "modify": [{ "type": "darken", "amount": "0.1" }]
1438
- },
1439
- "700": {
1440
- "value": "{color.warning.700}",
1441
- "type": "color",
1442
- "source": "$action-default-warning-700",
1443
- "modify": [{ "type": "darken", "amount": "0.1" }]
1444
- },
1445
- "800": {
1446
- "value": "{color.warning.800}",
1447
- "type": "color",
1448
- "source": "$action-default-warning-800",
1449
- "modify": [{ "type": "darken", "amount": "0.1" }]
1450
- },
1451
- "900": {
1452
- "value": "{color.warning.900}",
1453
- "type": "color",
1454
- "source": "$action-default-warning-900",
1455
- "modify": [{ "type": "darken", "amount": "0.1" }]
1456
- }
1457
- },
1458
- "danger": {
1459
- "base": {
1460
- "value": "{color.danger.base}",
1461
- "type": "color",
1462
- "source": "$action-default-danger-base",
1463
- "modify": [{ "type": "darken", "amount": "0.1" }]
1464
- },
1465
- "100": {
1466
- "value": "{color.danger.100}",
1467
- "type": "color",
1468
- "source": "$action-default-danger-100",
1469
- "modify": [{ "type": "darken", "amount": "0.1" }]
1470
- },
1471
- "200": {
1472
- "value": "{color.danger.200}",
1473
- "type": "color",
1474
- "source": "$action-default-danger-200",
1475
- "modify": [{ "type": "darken", "amount": "0.1" }]
1476
- },
1477
- "300": {
1478
- "value": "{color.danger.300}",
1479
- "type": "color",
1480
- "source": "$action-default-danger-300",
1481
- "modify": [{ "type": "darken", "amount": "0.1" }]
1482
- },
1483
- "400": {
1484
- "value": "{color.danger.400}",
1485
- "type": "color",
1486
- "source": "$action-default-danger-400",
1487
- "modify": [{ "type": "darken", "amount": "0.1" }]
1488
- },
1489
- "500": {
1490
- "value": "{color.danger.500}",
1491
- "type": "color",
1492
- "source": "$action-default-danger-500",
1493
- "modify": [{ "type": "darken", "amount": "0.1" }]
1494
- },
1495
- "600": {
1496
- "value": "{color.danger.600}",
1497
- "type": "color",
1498
- "source": "$action-default-danger-600",
1499
- "modify": [{ "type": "darken", "amount": "0.1" }]
1500
- },
1501
- "700": {
1502
- "value": "{color.danger.700}",
1503
- "type": "color",
1504
- "source": "$action-default-danger-700",
1505
- "modify": [{ "type": "darken", "amount": "0.1" }]
1506
- },
1507
- "800": {
1508
- "value": "{color.danger.800}",
1509
- "type": "color",
1510
- "source": "$action-default-danger-800",
1511
- "modify": [{ "type": "darken", "amount": "0.1" }]
1512
- },
1513
- "900": {
1514
- "value": "{color.danger.900}",
1515
- "type": "color",
1516
- "source": "$action-default-danger-900",
1517
- "modify": [{ "type": "darken", "amount": "0.1" }]
1518
- }
1519
- },
1520
- "light": {
1521
- "base": {
1522
- "value": "{color.light.base}",
1523
- "type": "color",
1524
- "source": "$action-default-light-base",
1525
- "modify": [{ "type": "darken", "amount": "0.1" }]
1526
- },
1527
- "100": {
1528
- "value": "{color.light.100}",
1529
- "type": "color",
1530
- "source": "$action-default-light-100",
1531
- "modify": [{ "type": "darken", "amount": "0.1" }]
1532
- },
1533
- "200": {
1534
- "value": "{color.light.200}",
1535
- "type": "color",
1536
- "source": "$action-default-light-200",
1537
- "modify": [{ "type": "darken", "amount": "0.1" }]
1538
- },
1539
- "300": {
1540
- "value": "{color.light.300}",
1541
- "type": "color",
1542
- "source": "$action-default-light-300",
1543
- "modify": [{ "type": "darken", "amount": "0.1" }]
1544
- },
1545
- "400": {
1546
- "value": "{color.light.400}",
1547
- "type": "color",
1548
- "source": "$action-default-light-400",
1549
- "modify": [{ "type": "darken", "amount": "0.1" }]
1550
- },
1551
- "500": {
1552
- "value": "{color.light.500}",
1553
- "type": "color",
1554
- "source": "$action-default-light-500",
1555
- "modify": [{ "type": "darken", "amount": "0.1" }]
1556
- },
1557
- "600": {
1558
- "value": "{color.light.600}",
1559
- "type": "color",
1560
- "source": "$action-default-light-600",
1561
- "modify": [{ "type": "darken", "amount": "0.1" }]
1562
- },
1563
- "700": {
1564
- "value": "{color.light.700}",
1565
- "type": "color",
1566
- "source": "$action-default-light-700",
1567
- "modify": [{ "type": "darken", "amount": "0.1" }]
1568
- },
1569
- "800": {
1570
- "value": "{color.light.800}",
1571
- "type": "color",
1572
- "source": "$action-default-light-800",
1573
- "modify": [{ "type": "darken", "amount": "0.1" }]
1574
- },
1575
- "900": {
1576
- "value": "{color.light.900}",
1577
- "type": "color",
1578
- "source": "$action-default-light-900",
1579
- "modify": [{ "type": "darken", "amount": "0.1" }]
1580
- }
1581
- },
1582
- "dark": {
1583
- "base": {
1584
- "value": "{color.dark.base}",
1585
- "type": "color",
1586
- "source": "$action-default-dark-base",
1587
- "modify": [{ "type": "darken", "amount": "0.1" }]
1588
- },
1589
- "100": {
1590
- "value": "{color.dark.100}",
1591
- "type": "color",
1592
- "source": "$action-default-dark-100",
1593
- "modify": [{ "type": "darken", "amount": "0.1" }]
1594
- },
1595
- "200": {
1596
- "value": "{color.dark.200}",
1597
- "type": "color",
1598
- "source": "$action-default-dark-200",
1599
- "modify": [{ "type": "darken", "amount": "0.1" }]
1600
- },
1601
- "300": {
1602
- "value": "{color.dark.300}",
1603
- "type": "color",
1604
- "source": "$action-default-dark-300",
1605
- "modify": [{ "type": "darken", "amount": "0.1" }]
1606
- },
1607
- "400": {
1608
- "value": "{color.dark.400}",
1609
- "type": "color",
1610
- "source": "$action-default-dark-400",
1611
- "modify": [{ "type": "darken", "amount": "0.1" }]
1612
- },
1613
- "500": {
1614
- "value": "{color.dark.500}",
1615
- "type": "color",
1616
- "source": "$action-default-dark-500",
1617
- "modify": [{ "type": "darken", "amount": "0.1" }]
1618
- },
1619
- "600": {
1620
- "value": "{color.dark.600}",
1621
- "type": "color",
1622
- "source": "$action-default-dark-600",
1623
- "modify": [{ "type": "darken", "amount": "0.1" }]
1624
- },
1625
- "700": {
1626
- "value": "{color.dark.700}",
1627
- "type": "color",
1628
- "source": "$action-default-dark-700",
1629
- "modify": [{ "type": "darken", "amount": "0.1" }]
1630
- },
1631
- "800": {
1632
- "value": "{color.dark.800}",
1633
- "type": "color",
1634
- "source": "$action-default-dark-800",
1635
- "modify": [{ "type": "darken", "amount": "0.1" }]
1636
- },
1637
- "900": {
1638
- "value": "{color.dark.900}",
1639
- "type": "color",
1640
- "source": "$action-default-dark-900",
1641
- "modify": [{ "type": "darken", "amount": "0.1" }]
1642
- }
1643
- },
1644
- "accent": {
1645
- "a": {
1646
- "value": "{color.accent.a}",
1647
- "type": "color",
1648
- "source": "$action-default-accent-a",
1649
- "modify": [{ "type": "darken", "amount": "0.1" }]
1650
- },
1651
- "b": {
1652
- "value": "{color.accent.b}",
1653
- "type": "color",
1654
- "source": "$action-default-accent-b",
1655
- "modify": [{ "type": "darken", "amount": "0.1" }]
1656
- }
1657
- }
1658
- }
1659
- }
1660
- }
1661
- }