@openedx/paragon 22.6.0 → 23.0.0-alpha.2

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 (564) hide show
  1. package/README.md +61 -21
  2. package/bin/paragon-scripts.js +128 -9
  3. package/dist/ActionRow/_index.scss +2 -4
  4. package/dist/Alert/index.scss +41 -32
  5. package/dist/Annotation/_mixins.scss +104 -0
  6. package/dist/Annotation/index.scss +130 -103
  7. package/dist/Avatar/index.scss +18 -20
  8. package/dist/AvatarButton/index.scss +3 -5
  9. package/dist/Badge/index.scss +112 -2
  10. package/dist/Breadcrumb/index.scss +14 -16
  11. package/dist/Bubble/index.scss +25 -12
  12. package/dist/Button/_mixins.scss +14 -0
  13. package/dist/Button/button-group.scss +126 -0
  14. package/dist/Button/index.js +15 -40
  15. package/dist/Button/index.js.map +1 -1
  16. package/dist/Button/index.scss +855 -372
  17. package/dist/Card/card-bootstrap.scss +168 -0
  18. package/dist/Card/index.scss +78 -79
  19. package/dist/Carousel/index.scss +168 -2
  20. package/dist/Chip/ChipIcon.d.ts +2 -2
  21. package/dist/Chip/ChipIcon.js.map +1 -1
  22. package/dist/Chip/index.d.ts +2 -2
  23. package/dist/Chip/index.js +2 -2
  24. package/dist/Chip/index.js.map +1 -1
  25. package/dist/Chip/index.scss +48 -38
  26. package/dist/Chip/mixins.scss +8 -3
  27. package/dist/ChipCarousel/index.scss +4 -4
  28. package/dist/CloseButton/index.scss +31 -2
  29. package/dist/Code/index.scss +47 -2
  30. package/dist/Collapsible/index.scss +15 -15
  31. package/dist/ColorPicker/index.scss +9 -11
  32. package/dist/DataTable/CollapsibleButtonGroup.js +2 -2
  33. package/dist/DataTable/CollapsibleButtonGroup.js.map +1 -1
  34. package/dist/DataTable/index.scss +48 -50
  35. package/dist/Dropdown/dropdown-bootstrap.scss +181 -0
  36. package/dist/Dropdown/index.js +0 -2
  37. package/dist/Dropdown/index.js.map +1 -1
  38. package/dist/Dropdown/index.scss +11 -12
  39. package/dist/Dropzone/index.scss +12 -14
  40. package/dist/Form/_FormText.scss +8 -8
  41. package/dist/Form/_bootstrap-custom-forms.scss +551 -0
  42. package/dist/Form/_bootstrap-forms.scss +381 -0
  43. package/dist/Form/_index.scss +168 -146
  44. package/dist/Form/_input-group.scss +188 -0
  45. package/dist/Form/_mixins.scss +216 -3
  46. package/dist/Hyperlink/index.js +32 -20
  47. package/dist/Hyperlink/index.js.map +1 -1
  48. package/dist/Hyperlink/index.scss +1 -1
  49. package/dist/Icon/index.d.ts +2 -4
  50. package/dist/Icon/index.js +1 -1
  51. package/dist/Icon/index.js.map +1 -1
  52. package/dist/Icon/index.scss +10 -12
  53. package/dist/IconButton/_mixins.scss +4 -0
  54. package/dist/IconButton/index.js +5 -11
  55. package/dist/IconButton/index.js.map +1 -1
  56. package/dist/IconButton/index.scss +387 -74
  57. package/dist/IconButtonToggle/index.scss +1 -1
  58. package/dist/Image/index.scss +53 -2
  59. package/dist/Menu/index.scss +25 -27
  60. package/dist/Modal/_ModalDialog.scss +52 -54
  61. package/dist/Modal/index.scss +6 -73
  62. package/dist/Nav/_mixins.scss +4 -4
  63. package/dist/Nav/index.scss +70 -66
  64. package/dist/Navbar/index.scss +276 -2
  65. package/dist/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
  66. package/dist/Overlay/index.js +2 -3
  67. package/dist/Overlay/index.js.map +1 -1
  68. package/dist/PageBanner/index.scss +17 -21
  69. package/dist/Pagination/index.scss +32 -34
  70. package/dist/Pagination/pagination-bootstrap.scss +83 -0
  71. package/dist/Popover/index.scss +9 -10
  72. package/dist/Popover/popover-bootstrap.scss +198 -0
  73. package/dist/ProductTour/Checkpoint.scss +71 -43
  74. package/dist/ProgressBar/_mixins.scss +22 -0
  75. package/dist/ProgressBar/bootstrap-progress.scss +49 -0
  76. package/dist/ProgressBar/index.scss +28 -36
  77. package/dist/Scrollable/index.scss +2 -2
  78. package/dist/SearchField/SearchFieldInput.js +2 -2
  79. package/dist/SearchField/SearchFieldInput.js.map +1 -1
  80. package/dist/SearchField/index.scss +15 -17
  81. package/dist/SelectableBox/index.scss +11 -13
  82. package/dist/Sheet/index.scss +10 -10
  83. package/dist/Spinner/index.scss +57 -2
  84. package/dist/Stack/index.scss +1 -3
  85. package/dist/Stepper/index.scss +20 -20
  86. package/dist/Sticky/index.scss +4 -6
  87. package/dist/Tabs/index.js +0 -2
  88. package/dist/Tabs/index.js.map +1 -1
  89. package/dist/Tabs/index.scss +29 -25
  90. package/dist/Toast/ToastContainer.scss +9 -11
  91. package/dist/Toast/bootstrap-toast.scss +46 -0
  92. package/dist/Toast/index.scss +9 -10
  93. package/dist/Tooltip/index.scss +136 -10
  94. package/dist/ValidationMessage/index.scss +1 -1
  95. package/dist/core.css +16777 -0
  96. package/dist/core.css.map +1 -0
  97. package/dist/core.min.css +2 -0
  98. package/dist/index.d.ts +2 -2
  99. package/dist/index.js +4 -18
  100. package/dist/index.scss +0 -4
  101. package/dist/light.css +4098 -0
  102. package/dist/light.css.map +1 -0
  103. package/dist/light.min.css +2 -0
  104. package/dist/theme-urls.json +21 -0
  105. package/dist/utils/breakpoints.js +1 -1
  106. package/lib/build-scss.js +188 -0
  107. package/lib/build-tokens.js +133 -0
  108. package/lib/help.js +36 -23
  109. package/lib/replace-variables.js +38 -0
  110. package/lib/utils.js +30 -0
  111. package/package.json +30 -14
  112. package/src/ActionRow/_index.scss +2 -4
  113. package/src/Alert/index.scss +41 -32
  114. package/src/Annotation/_mixins.scss +104 -0
  115. package/src/Annotation/index.scss +130 -103
  116. package/src/Avatar/index.scss +18 -20
  117. package/src/AvatarButton/index.scss +3 -5
  118. package/src/Badge/index.scss +112 -2
  119. package/src/Breadcrumb/index.scss +14 -16
  120. package/src/Bubble/index.scss +25 -12
  121. package/src/Button/{Button.test.tsx → Button.test.jsx} +2 -14
  122. package/src/Button/README.md +0 -84
  123. package/src/Button/__snapshots__/{Button.test.tsx.snap → Button.test.jsx.snap} +2 -19
  124. package/src/Button/_mixins.scss +14 -0
  125. package/src/Button/button-group.scss +126 -0
  126. package/src/Button/index.jsx +113 -0
  127. package/src/Button/index.scss +855 -372
  128. package/src/Card/card-bootstrap.scss +168 -0
  129. package/src/Card/index.scss +78 -79
  130. package/src/Carousel/index.scss +168 -2
  131. package/src/Chip/ChipIcon.tsx +1 -1
  132. package/src/Chip/index.scss +48 -38
  133. package/src/Chip/index.tsx +5 -5
  134. package/src/Chip/mixins.scss +8 -3
  135. package/src/ChipCarousel/index.scss +4 -4
  136. package/src/CloseButton/index.scss +31 -2
  137. package/src/Code/index.scss +47 -2
  138. package/src/Collapsible/index.scss +15 -15
  139. package/src/ColorPicker/index.scss +9 -11
  140. package/src/DataTable/CollapsibleButtonGroup.jsx +2 -2
  141. package/src/DataTable/index.scss +48 -50
  142. package/src/Dropdown/README.md +0 -93
  143. package/src/Dropdown/dropdown-bootstrap.scss +181 -0
  144. package/src/Dropdown/index.jsx +0 -2
  145. package/src/Dropdown/index.scss +11 -12
  146. package/src/Dropzone/index.scss +12 -14
  147. package/src/Form/_FormText.scss +8 -8
  148. package/src/Form/_bootstrap-custom-forms.scss +551 -0
  149. package/src/Form/_bootstrap-forms.scss +381 -0
  150. package/src/Form/_index.scss +168 -146
  151. package/src/Form/_input-group.scss +188 -0
  152. package/src/Form/_mixins.scss +216 -3
  153. package/src/Hyperlink/{Hyperlink.test.tsx → Hyperlink.test.jsx} +10 -21
  154. package/src/Hyperlink/{index.tsx → index.jsx} +37 -41
  155. package/src/Hyperlink/index.scss +1 -1
  156. package/src/Icon/index.d.ts +2 -4
  157. package/src/Icon/index.jsx +1 -1
  158. package/src/Icon/index.scss +10 -12
  159. package/src/IconButton/README.md +1 -15
  160. package/src/IconButton/__snapshots__/IconButton.test.jsx.snap +5 -28
  161. package/src/IconButton/_mixins.scss +4 -0
  162. package/src/IconButton/index.jsx +6 -13
  163. package/src/IconButton/index.scss +387 -74
  164. package/src/IconButtonToggle/index.scss +1 -1
  165. package/src/Image/index.scss +53 -2
  166. package/src/Menu/index.scss +25 -27
  167. package/src/Modal/_ModalDialog.scss +52 -54
  168. package/src/Modal/index.scss +6 -73
  169. package/src/Nav/_mixins.scss +4 -4
  170. package/src/Nav/index.scss +70 -66
  171. package/src/Navbar/index.scss +276 -2
  172. package/src/OverflowScroll/data/useOverflowScrollElementAttributes.js +3 -3
  173. package/src/Overlay/index.jsx +2 -3
  174. package/src/PageBanner/index.scss +17 -21
  175. package/src/Pagination/index.scss +32 -34
  176. package/src/Pagination/pagination-bootstrap.scss +83 -0
  177. package/src/Popover/index.scss +9 -10
  178. package/src/Popover/popover-bootstrap.scss +198 -0
  179. package/src/ProductTour/Checkpoint.scss +71 -43
  180. package/src/ProgressBar/_mixins.scss +22 -0
  181. package/src/ProgressBar/bootstrap-progress.scss +49 -0
  182. package/src/ProgressBar/index.scss +28 -36
  183. package/src/Scrollable/index.scss +2 -2
  184. package/src/SearchField/SearchFieldInput.jsx +2 -2
  185. package/src/SearchField/__snapshots__/SearchField.test.jsx.snap +12 -8
  186. package/src/SearchField/index.scss +15 -17
  187. package/src/SelectableBox/index.scss +11 -13
  188. package/src/Sheet/index.scss +10 -10
  189. package/src/Spinner/index.scss +57 -2
  190. package/src/Stack/index.scss +1 -3
  191. package/src/Stepper/index.scss +20 -20
  192. package/src/Sticky/index.scss +4 -6
  193. package/src/Tabs/README.md +1 -23
  194. package/src/Tabs/index.jsx +0 -3
  195. package/src/Tabs/index.scss +29 -25
  196. package/src/Toast/ToastContainer.scss +9 -11
  197. package/src/Toast/bootstrap-toast.scss +46 -0
  198. package/src/Toast/index.scss +9 -10
  199. package/src/Tooltip/index.scss +136 -10
  200. package/src/TransitionReplace/README.md +4 -4
  201. package/src/ValidationMessage/index.scss +1 -1
  202. package/src/index.d.ts +2 -2
  203. package/src/index.js +4 -18
  204. package/src/index.scss +0 -4
  205. package/src/{setupTest.ts → setupTest.js} +0 -7
  206. package/src/utils/breakpoints.js +1 -1
  207. package/styles/css/core/custom-media-breakpoints.css +17 -0
  208. package/styles/css/core/index.css +2 -0
  209. package/styles/css/core/variables.css +603 -0
  210. package/styles/css/themes/light/index.css +2 -0
  211. package/styles/css/themes/light/utility-classes.css +2454 -0
  212. package/styles/css/themes/light/variables.css +1644 -0
  213. package/{scss → styles/scss}/core/_functions.scss +1 -1
  214. package/styles/scss/core/_grid.scss +21 -0
  215. package/{scss → styles/scss}/core/_utilities.scss +17 -11
  216. package/styles/scss/core/_variables.scss +868 -0
  217. package/styles/scss/core/bootstrap-override/_functions.scss +104 -0
  218. package/styles/scss/core/bootstrap-override/_mixins.scss +4 -0
  219. package/styles/scss/core/bootstrap-override/_utilities.scss +4 -0
  220. package/styles/scss/core/bootstrap-override/bootstrap.scss +2 -0
  221. package/styles/scss/core/bootstrap-override/mixins/_grid-framework.scss +80 -0
  222. package/styles/scss/core/bootstrap-override/mixins/_grid.scss +69 -0
  223. package/styles/scss/core/bootstrap-override/mixins/_list-group.scss +22 -0
  224. package/styles/scss/core/bootstrap-override/utilities/_background.scss +7 -0
  225. package/styles/scss/core/bootstrap-override/utilities/_borders.scss +67 -0
  226. package/styles/scss/core/bootstrap-override/utilities/_spacing.scss +70 -0
  227. package/styles/scss/core/bootstrap-override/utilities/_text.scss +68 -0
  228. package/styles/scss/core/core.scss +21 -0
  229. package/{scss → styles/scss}/core/utilities-only.scss +1 -0
  230. package/tokens/README.md +157 -0
  231. package/tokens/css-utilities.js +56 -0
  232. package/tokens/map-scss-to-css.js +24 -0
  233. package/tokens/replace-variables.js +32 -0
  234. package/tokens/sass-helpers.js +98 -0
  235. package/tokens/src/core/alias/size.json +15 -0
  236. package/tokens/src/core/components/ActionRow.json +10 -0
  237. package/tokens/src/core/components/Alert.json +30 -0
  238. package/tokens/src/core/components/Annotation.json +25 -0
  239. package/tokens/src/core/components/Avatar.json +17 -0
  240. package/tokens/src/core/components/AvatarButton.json +11 -0
  241. package/tokens/src/core/components/Badge.json +33 -0
  242. package/tokens/src/core/components/Breadcrumb.json +23 -0
  243. package/tokens/src/core/components/Bubble.json +10 -0
  244. package/tokens/src/core/components/Button/core.json +105 -0
  245. package/tokens/src/core/components/Card.json +96 -0
  246. package/tokens/src/core/components/Carousel.json +37 -0
  247. package/tokens/src/core/components/Chip.json +41 -0
  248. package/tokens/src/core/components/ChipCarousel.json +15 -0
  249. package/tokens/src/core/components/CloseButton.json +14 -0
  250. package/tokens/src/core/components/Code.json +34 -0
  251. package/tokens/src/core/components/Collapsible.json +29 -0
  252. package/tokens/src/core/components/ColorPicker.json +8 -0
  253. package/tokens/src/core/components/Container.json +13 -0
  254. package/tokens/src/core/components/DataTable.json +27 -0
  255. package/tokens/src/core/components/Dropdown.json +67 -0
  256. package/tokens/src/core/components/Dropzone.json +21 -0
  257. package/tokens/src/core/components/Form/other.json +14 -0
  258. package/tokens/src/core/components/Form/size.json +229 -0
  259. package/tokens/src/core/components/Form/spacing.json +155 -0
  260. package/tokens/src/core/components/Form/transition.json +16 -0
  261. package/tokens/src/core/components/Form/typography.json +122 -0
  262. package/tokens/src/core/components/Icon.json +11 -0
  263. package/tokens/src/core/components/IconButton.json +15 -0
  264. package/tokens/src/core/components/Image.json +28 -0
  265. package/tokens/src/core/components/Menu.json +48 -0
  266. package/tokens/src/core/components/Modal.json +47 -0
  267. package/tokens/src/core/components/Nav.json +52 -0
  268. package/tokens/src/core/components/Navbar.json +70 -0
  269. package/tokens/src/core/components/Pagination.json +66 -0
  270. package/tokens/src/core/components/Popover.json +48 -0
  271. package/tokens/src/core/components/ProductTour.json +32 -0
  272. package/tokens/src/core/components/ProgressBar.json +39 -0
  273. package/tokens/src/core/components/SearchField.json +23 -0
  274. package/tokens/src/core/components/SelectableBox.json +9 -0
  275. package/tokens/src/core/components/Sheet.json +10 -0
  276. package/tokens/src/core/components/Spinner.json +19 -0
  277. package/tokens/src/core/components/Stack.json +7 -0
  278. package/tokens/src/core/components/Stepper.json +42 -0
  279. package/tokens/src/core/components/Sticky.json +7 -0
  280. package/tokens/src/core/components/Tab.json +19 -0
  281. package/tokens/src/core/components/Tabs.json +19 -0
  282. package/tokens/src/core/components/Toast.json +30 -0
  283. package/tokens/src/core/components/Tooltip.json +33 -0
  284. package/tokens/src/core/components/general/caret.json +13 -0
  285. package/tokens/src/core/components/general/headings.json +16 -0
  286. package/tokens/src/core/components/general/hr.json +10 -0
  287. package/tokens/src/core/components/general/input.json +51 -0
  288. package/tokens/src/core/components/general/link.json +30 -0
  289. package/tokens/src/core/components/general/list.json +26 -0
  290. package/tokens/src/core/components/general/text.json +24 -0
  291. package/tokens/src/core/global/breakpoints.json +12 -0
  292. package/tokens/src/core/global/display.json +22 -0
  293. package/tokens/src/core/global/elevation.json +19 -0
  294. package/tokens/src/core/global/other.json +4 -0
  295. package/tokens/src/core/global/spacing.json +37 -0
  296. package/tokens/src/core/global/transition.json +14 -0
  297. package/tokens/src/core/global/typography.json +91 -0
  298. package/tokens/src/core/utilities/color.json +12 -0
  299. package/tokens/src/themes/light/alias/color.json +114 -0
  300. package/tokens/src/themes/light/components/Alert.json +38 -0
  301. package/tokens/src/themes/light/components/Annotation.json +29 -0
  302. package/tokens/src/themes/light/components/Avatar.json +7 -0
  303. package/tokens/src/themes/light/components/Badge.json +186 -0
  304. package/tokens/src/themes/light/components/Breadcrumb.json +13 -0
  305. package/tokens/src/themes/light/components/Bubble.json +18 -0
  306. package/tokens/src/themes/light/components/Button/brand.json +260 -0
  307. package/tokens/src/themes/light/components/Button/core.json +24 -0
  308. package/tokens/src/themes/light/components/Button/danger.json +247 -0
  309. package/tokens/src/themes/light/components/Button/dark.json +230 -0
  310. package/tokens/src/themes/light/components/Button/info.json +238 -0
  311. package/tokens/src/themes/light/components/Button/light.json +236 -0
  312. package/tokens/src/themes/light/components/Button/primary.json +250 -0
  313. package/tokens/src/themes/light/components/Button/secondary.json +278 -0
  314. package/tokens/src/themes/light/components/Button/success.json +253 -0
  315. package/tokens/src/themes/light/components/Button/tertiary.json +109 -0
  316. package/tokens/src/themes/light/components/Button/warning.json +276 -0
  317. package/tokens/src/themes/light/components/Card.json +36 -0
  318. package/tokens/src/themes/light/components/Carousel.json +45 -0
  319. package/tokens/src/themes/light/components/Chip.json +50 -0
  320. package/tokens/src/themes/light/components/CloseButton.json +10 -0
  321. package/tokens/src/themes/light/components/Code.json +23 -0
  322. package/tokens/src/themes/light/components/DataTable.json +26 -0
  323. package/tokens/src/themes/light/components/Dropdown.json +41 -0
  324. package/tokens/src/themes/light/components/Dropzone.json +23 -0
  325. package/tokens/src/themes/light/components/Form/color.json +270 -0
  326. package/tokens/src/themes/light/components/Form/elevation.json +76 -0
  327. package/tokens/src/themes/light/components/Form/other.json +131 -0
  328. package/tokens/src/themes/light/components/IconButton.json +451 -0
  329. package/tokens/src/themes/light/components/Image.json +18 -0
  330. package/tokens/src/themes/light/components/Menu.json +30 -0
  331. package/tokens/src/themes/light/components/Modal.json +37 -0
  332. package/tokens/src/themes/light/components/Nav.json +166 -0
  333. package/tokens/src/themes/light/components/Navbar.json +136 -0
  334. package/tokens/src/themes/light/components/OverflowScroll.json +9 -0
  335. package/tokens/src/themes/light/components/PageBanner.json +24 -0
  336. package/tokens/src/themes/light/components/Pagination.json +45 -0
  337. package/tokens/src/themes/light/components/Popover.json +55 -0
  338. package/tokens/src/themes/light/components/ProductTour.json +35 -0
  339. package/tokens/src/themes/light/components/ProgressBar.json +20 -0
  340. package/tokens/src/themes/light/components/Scrollable.json +14 -0
  341. package/tokens/src/themes/light/components/SearchField.json +25 -0
  342. package/tokens/src/themes/light/components/Sheet.json +22 -0
  343. package/tokens/src/themes/light/components/Stepper.json +34 -0
  344. package/tokens/src/themes/light/components/Sticky.json +18 -0
  345. package/tokens/src/themes/light/components/Tab.json +62 -0
  346. package/tokens/src/themes/light/components/Toast.json +33 -0
  347. package/tokens/src/themes/light/components/Tooltip.json +30 -0
  348. package/tokens/src/themes/light/components/general/body.json +8 -0
  349. package/tokens/src/themes/light/components/general/headings.json +7 -0
  350. package/tokens/src/themes/light/components/general/hr.json +15 -0
  351. package/tokens/src/themes/light/components/general/input.json +18 -0
  352. package/tokens/src/themes/light/components/general/link.json +109 -0
  353. package/tokens/src/themes/light/components/general/list.json +38 -0
  354. package/tokens/src/themes/light/components/general/text.json +12 -0
  355. package/tokens/src/themes/light/global/color.json +1661 -0
  356. package/tokens/src/themes/light/global/elevation.json +201 -0
  357. package/tokens/src/themes/light/global/other.json +4 -0
  358. package/tokens/style-dictionary.js +229 -0
  359. package/tokens/utils.js +210 -0
  360. package/dist/ActionRow/_variables.scss +0 -2
  361. package/dist/Alert/_variables.scss +0 -24
  362. package/dist/Annotation/_variables.scss +0 -18
  363. package/dist/Avatar/_variables.scss +0 -10
  364. package/dist/AvatarButton/_variables.scss +0 -3
  365. package/dist/Badge/_variables.scss +0 -16
  366. package/dist/Breadcrumb/_variables.scss +0 -27
  367. package/dist/Bubble/_variables.scss +0 -8
  368. package/dist/Button/_variables.scss +0 -52
  369. package/dist/Button/deprecated/index.js +0 -149
  370. package/dist/Button/deprecated/index.js.map +0 -1
  371. package/dist/Button/index.d.ts +0 -35
  372. package/dist/Card/_variables.scss +0 -55
  373. package/dist/Carousel/_variables.scss +0 -27
  374. package/dist/CheckBox/index.js +0 -102
  375. package/dist/CheckBox/index.js.map +0 -1
  376. package/dist/CheckBoxGroup/index.js +0 -15
  377. package/dist/CheckBoxGroup/index.js.map +0 -1
  378. package/dist/Chip/_variables.scss +0 -28
  379. package/dist/ChipCarousel/_variables.scss +0 -3
  380. package/dist/CloseButton/_variables.scss +0 -6
  381. package/dist/Code/_variables.scss +0 -17
  382. package/dist/Collapsible/_variables.scss +0 -12
  383. package/dist/ColorPicker/_variables.scss +0 -2
  384. package/dist/Container/_variables.scss +0 -5
  385. package/dist/DataTable/_variables.scss +0 -11
  386. package/dist/Dropdown/_variables.scss +0 -33
  387. package/dist/Dropdown/deprecated/DropdownButton.js +0 -44
  388. package/dist/Dropdown/deprecated/DropdownButton.js.map +0 -1
  389. package/dist/Dropdown/deprecated/DropdownItem.js +0 -33
  390. package/dist/Dropdown/deprecated/DropdownItem.js.map +0 -1
  391. package/dist/Dropdown/deprecated/DropdownMenu.js +0 -46
  392. package/dist/Dropdown/deprecated/DropdownMenu.js.map +0 -1
  393. package/dist/Dropdown/deprecated/index.js +0 -241
  394. package/dist/Dropdown/deprecated/index.js.map +0 -1
  395. package/dist/Dropzone/_variables.scss +0 -9
  396. package/dist/Fieldset/index.js +0 -117
  397. package/dist/Fieldset/index.js.map +0 -1
  398. package/dist/Fieldset/index.scss +0 -12
  399. package/dist/Form/_variables.scss +0 -267
  400. package/dist/Hyperlink/index.d.ts +0 -24
  401. package/dist/Icon/_variables.scss +0 -7
  402. package/dist/Image/_variables.scss +0 -13
  403. package/dist/Input/index.js +0 -166
  404. package/dist/Input/index.js.map +0 -1
  405. package/dist/InputSelect/index.js +0 -105
  406. package/dist/InputSelect/index.js.map +0 -1
  407. package/dist/InputText/index.js +0 -45
  408. package/dist/InputText/index.js.map +0 -1
  409. package/dist/ListBox/index.js +0 -148
  410. package/dist/ListBox/index.js.map +0 -1
  411. package/dist/ListBoxOption/index.js +0 -94
  412. package/dist/ListBoxOption/index.js.map +0 -1
  413. package/dist/Menu/_variables.scss +0 -24
  414. package/dist/Modal/_variables.scss +0 -50
  415. package/dist/Modal/index.js +0 -292
  416. package/dist/Modal/index.js.map +0 -1
  417. package/dist/Nav/_variables.scss +0 -58
  418. package/dist/Navbar/_variables.scss +0 -40
  419. package/dist/OverflowScroll/_variables.scss +0 -5
  420. package/dist/OverflowScroll/index.scss +0 -1
  421. package/dist/Pagination/_variables.scss +0 -19
  422. package/dist/Popover/_variables.scss +0 -36
  423. package/dist/ProductTour/_variables.scss +0 -15
  424. package/dist/ProgressBar/_variables.scss +0 -23
  425. package/dist/RadioButtonGroup/index.js +0 -188
  426. package/dist/RadioButtonGroup/index.js.map +0 -1
  427. package/dist/SearchField/_variables.scss +0 -14
  428. package/dist/SelectableBox/_variables.scss +0 -5
  429. package/dist/Spinner/_variables.scss +0 -9
  430. package/dist/Stack/_variables.scss +0 -1
  431. package/dist/StatusAlert/index.js +0 -168
  432. package/dist/StatusAlert/index.js.map +0 -1
  433. package/dist/Stepper/_variables.scss +0 -18
  434. package/dist/Sticky/_variables.scss +0 -3
  435. package/dist/Table/_variables.scss +0 -34
  436. package/dist/Table/index.js +0 -267
  437. package/dist/Table/index.js.map +0 -1
  438. package/dist/Table/index.scss +0 -12
  439. package/dist/Tabs/_variables.scss +0 -24
  440. package/dist/Tabs/deprecated/Tabs.scss +0 -3
  441. package/dist/Tabs/deprecated/index.js +0 -123
  442. package/dist/Tabs/deprecated/index.js.map +0 -1
  443. package/dist/TextArea/index.js +0 -44
  444. package/dist/TextArea/index.js.map +0 -1
  445. package/dist/Toast/_variables.scss +0 -19
  446. package/dist/Tooltip/_variables.scss +0 -21
  447. package/dist/ValidationFormGroup/index.js +0 -106
  448. package/dist/ValidationFormGroup/index.js.map +0 -1
  449. package/dist/paragon.css +0 -45
  450. package/dist/setupTest.d.ts +0 -2
  451. package/dist/setupTest.js.map +0 -1
  452. package/dist/utils/types/bootstrap.d.ts +0 -39
  453. package/dist/utils/types/bootstrap.js +0 -2
  454. package/dist/utils/types/bootstrap.js.map +0 -1
  455. package/scss/core/_grid.scss +0 -21
  456. package/scss/core/_variables.scss +0 -875
  457. package/scss/core/core.scss +0 -21
  458. package/src/ActionRow/_variables.scss +0 -2
  459. package/src/Alert/_variables.scss +0 -24
  460. package/src/Annotation/_variables.scss +0 -18
  461. package/src/Avatar/_variables.scss +0 -10
  462. package/src/AvatarButton/_variables.scss +0 -3
  463. package/src/Badge/_variables.scss +0 -16
  464. package/src/Breadcrumb/_variables.scss +0 -27
  465. package/src/Bubble/_variables.scss +0 -8
  466. package/src/Button/_variables.scss +0 -52
  467. package/src/Button/deprecated/Button.test.jsx +0 -34
  468. package/src/Button/deprecated/index.jsx +0 -145
  469. package/src/Button/index.tsx +0 -159
  470. package/src/Card/_variables.scss +0 -55
  471. package/src/Carousel/_variables.scss +0 -27
  472. package/src/CheckBox/CheckBox.test.jsx +0 -65
  473. package/src/CheckBox/README.md +0 -93
  474. package/src/CheckBox/index.jsx +0 -80
  475. package/src/CheckBoxGroup/CheckBoxGroup.test.jsx +0 -33
  476. package/src/CheckBoxGroup/README.md +0 -35
  477. package/src/CheckBoxGroup/index.jsx +0 -19
  478. package/src/Chip/_variables.scss +0 -28
  479. package/src/ChipCarousel/_variables.scss +0 -3
  480. package/src/CloseButton/_variables.scss +0 -6
  481. package/src/Code/_variables.scss +0 -17
  482. package/src/Collapsible/_variables.scss +0 -12
  483. package/src/ColorPicker/_variables.scss +0 -2
  484. package/src/Container/_variables.scss +0 -5
  485. package/src/DataTable/_variables.scss +0 -11
  486. package/src/Dropdown/_variables.scss +0 -33
  487. package/src/Dropdown/deprecated/Dropdown.test.jsx +0 -238
  488. package/src/Dropdown/deprecated/DropdownButton.jsx +0 -52
  489. package/src/Dropdown/deprecated/DropdownItem.jsx +0 -34
  490. package/src/Dropdown/deprecated/DropdownMenu.jsx +0 -50
  491. package/src/Dropdown/deprecated/__snapshots__/Dropdown.test.jsx.snap +0 -229
  492. package/src/Dropdown/deprecated/index.jsx +0 -222
  493. package/src/Dropzone/_variables.scss +0 -9
  494. package/src/Fieldset/Fieldset.test.jsx +0 -101
  495. package/src/Fieldset/README.md +0 -146
  496. package/src/Fieldset/index.jsx +0 -107
  497. package/src/Fieldset/index.scss +0 -12
  498. package/src/Form/_variables.scss +0 -267
  499. package/src/Icon/_variables.scss +0 -7
  500. package/src/Image/_variables.scss +0 -13
  501. package/src/Input/README.md +0 -74
  502. package/src/Input/__snapshots__/input.test.jsx.snap +0 -53
  503. package/src/Input/index.jsx +0 -151
  504. package/src/Input/input.test.jsx +0 -85
  505. package/src/InputSelect/README.md +0 -136
  506. package/src/InputSelect/index.jsx +0 -92
  507. package/src/InputText/InputText.test.jsx +0 -74
  508. package/src/InputText/README.md +0 -293
  509. package/src/InputText/index.jsx +0 -49
  510. package/src/ListBox/ListBox.test.jsx +0 -161
  511. package/src/ListBox/README.md +0 -185
  512. package/src/ListBox/index.jsx +0 -115
  513. package/src/ListBoxOption/ListBoxOption.test.jsx +0 -154
  514. package/src/ListBoxOption/index.jsx +0 -78
  515. package/src/Menu/_variables.scss +0 -24
  516. package/src/Modal/README.md +0 -148
  517. package/src/Modal/_variables.scss +0 -50
  518. package/src/Modal/index.jsx +0 -319
  519. package/src/Modal/tests/Modal.test.jsx +0 -261
  520. package/src/Nav/_variables.scss +0 -58
  521. package/src/Navbar/_variables.scss +0 -40
  522. package/src/OverflowScroll/_variables.scss +0 -5
  523. package/src/OverflowScroll/index.scss +0 -1
  524. package/src/Pagination/_variables.scss +0 -19
  525. package/src/Popover/_variables.scss +0 -36
  526. package/src/ProductTour/_variables.scss +0 -15
  527. package/src/ProgressBar/_variables.scss +0 -23
  528. package/src/RadioButtonGroup/README.md +0 -50
  529. package/src/RadioButtonGroup/RadioButtonGroup.test.jsx +0 -127
  530. package/src/RadioButtonGroup/index.jsx +0 -185
  531. package/src/SearchField/_variables.scss +0 -14
  532. package/src/SelectableBox/_variables.scss +0 -5
  533. package/src/Spinner/_variables.scss +0 -9
  534. package/src/Stack/_variables.scss +0 -1
  535. package/src/StatusAlert/README.md +0 -149
  536. package/src/StatusAlert/StatusAlert.test.jsx +0 -150
  537. package/src/StatusAlert/index.jsx +0 -144
  538. package/src/Stepper/_variables.scss +0 -18
  539. package/src/Sticky/_variables.scss +0 -3
  540. package/src/Table/README.md +0 -506
  541. package/src/Table/Table.test.jsx +0 -367
  542. package/src/Table/_variables.scss +0 -34
  543. package/src/Table/index.jsx +0 -264
  544. package/src/Table/index.scss +0 -12
  545. package/src/Tabs/_variables.scss +0 -24
  546. package/src/Tabs/deprecated/Tabs.scss +0 -3
  547. package/src/Tabs/deprecated/Tabs.test.jsx +0 -50
  548. package/src/Tabs/deprecated/index.jsx +0 -117
  549. package/src/TextArea/README.md +0 -63
  550. package/src/TextArea/index.jsx +0 -48
  551. package/src/Toast/_variables.scss +0 -19
  552. package/src/Tooltip/_variables.scss +0 -21
  553. package/src/ValidationFormGroup/README.md +0 -116
  554. package/src/ValidationFormGroup/ValidationFormGroup.test.jsx +0 -146
  555. package/src/ValidationFormGroup/__snapshots__/ValidationFormGroup.test.jsx.snap +0 -161
  556. package/src/ValidationFormGroup/index.jsx +0 -114
  557. package/src/utils/types/bootstrap.test.tsx +0 -86
  558. package/src/utils/types/bootstrap.ts +0 -43
  559. /package/src/Button/{ButtonGroup.test.tsx → ButtonGroup.test.jsx} +0 -0
  560. /package/src/Button/{ButtonToolbar.test.tsx → ButtonToolbar.test.jsx} +0 -0
  561. /package/src/Button/__snapshots__/{ButtonGroup.test.tsx.snap → ButtonGroup.test.jsx.snap} +0 -0
  562. /package/src/Button/__snapshots__/{ButtonToolbar.test.tsx.snap → ButtonToolbar.test.jsx.snap} +0 -0
  563. /package/{scss → styles/scss}/core/_exports.module.scss +0 -0
  564. /package/{scss → styles/scss}/core/_typography.scss +0 -0
@@ -0,0 +1,253 @@
1
+ {
2
+ "color": {
3
+ "btn": {
4
+ "text": {
5
+ "success": {
6
+ "value": "{color.btn.bg.success}",
7
+ "type": "color",
8
+ "source": "$btn-success-color",
9
+ "modify": [{ "type": "color-yiq" }]
10
+ },
11
+ "outline-success": {
12
+ "value": "{color.success.base}", "type": "color", "source": "$btn-success-outline-color"
13
+ },
14
+ "inverse-success": {
15
+ "value": "{color.success.base}", "type": "color", "source": "$btn-success-inverse-color"
16
+ },
17
+ "inverse-outline-success": {
18
+ "value": "{color.white}", "type": "color", "source": "$btn-success-inverse-outline-color"
19
+ }
20
+ },
21
+ "bg": {
22
+ "success": { "value": "{color.success.base}", "type": "color", "source": "$btn-success-bg" },
23
+ "outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-outline-bg" },
24
+ "inverse-success": {
25
+ "value": "{color.btn.text.inverse-success}",
26
+ "type": "color",
27
+ "source": "$btn-success-inverse-bg",
28
+ "modify": [{ "type": "color-yiq" }]
29
+ },
30
+ "inverse-outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-inverse-outline-bg" }
31
+ },
32
+ "border": {
33
+ "success": { "value": "{color.btn.bg.success}", "type": "color", "source": "$btn-success-border-color" },
34
+ "outline-success": {
35
+ "value": "{color.success.base}", "type": "color", "source": "$btn-success-outline-border-color"
36
+ },
37
+ "inverse-success": { "value": "transparent", "type": "color", "source": "$btn-success-inverse-border-color" },
38
+ "inverse-outline-success": {
39
+ "value": "{color.white}", "type": "color", "source": "$btn-success-inverse-outline-border-color"
40
+ }
41
+ },
42
+ "hover": {
43
+ "text": {
44
+ "success": {
45
+ "value": "{color.btn.hover.bg.success}",
46
+ "type": "color",
47
+ "source": "$btn-success-hover-color",
48
+ "modify": [{ "type": "color-yiq" }]
49
+ },
50
+ "outline-success": {
51
+ "value": "{color.theme.hover.success}", "type": "color", "source": "$btn-success-outline-hover-color"
52
+ },
53
+ "inverse-success": {
54
+ "value": "{color.btn.text.inverse-success}",
55
+ "type": "color",
56
+ "source": "$btn-success-inverse-hover-color",
57
+ "modify": [{ "type": "darken", "amount": 0.075 }]
58
+ },
59
+ "inverse-outline-success": {
60
+ "value": "{color.theme.hover.success}",
61
+ "type": "color",
62
+ "source": "$btn-success-inverse-outline-hover-color"
63
+ }
64
+ },
65
+ "bg": {
66
+ "success": {
67
+ "value": "{color.theme.hover.success}", "type": "color", "source": "$btn-success-hover-bg"
68
+ },
69
+ "outline-success": {
70
+ "value": "{color.success.100}", "type": "color", "source": "$btn-success-outline-hover-bg"
71
+ },
72
+ "inverse-success": {
73
+ "value": "{color.btn.bg.inverse-success}",
74
+ "type": "color",
75
+ "source": "$btn-success-inverse-hover-bg",
76
+ "modify": [{ "type": "darken", "amount": 0.075 }]
77
+ },
78
+ "inverse-outline-success": {
79
+ "value": "{color.success.100}", "type": "color", "source": "$btn-success-inverse-outline-hover-bg"
80
+ }
81
+ },
82
+ "border": {
83
+ "success": {
84
+ "value": "{color.theme.hover.success}", "type": "color", "source": "$btn-success-hover-border-color"
85
+ },
86
+ "outline-success": {
87
+ "value": "{color.success.900}", "type": "color", "source": "$btn-success-outline-hover-border-color"
88
+ },
89
+ "inverse-success": { "value": "transparent", "type": "color", "source": "$btn-success-inverse-hover-border-color" },
90
+ "inverse-outline-success": {
91
+ "value": "transparent", "type": "color", "source": "$btn-success-inverse-outline-hover-border-color"
92
+ }
93
+ }
94
+ },
95
+ "active": {
96
+ "text": {
97
+ "success": {
98
+ "value": "{color.btn.active.bg.success}",
99
+ "type": "color",
100
+ "source": "$btn-success-active-color",
101
+ "modify": [{ "type": "color-yiq" }]
102
+ },
103
+ "outline-success": {
104
+ "value": "{color.btn.active.bg.outline-success}",
105
+ "type": "color",
106
+ "source": "$btn-success-outline-active-color",
107
+ "modify": [{ "type": "color-yiq" }]
108
+ },
109
+ "inverse-success": {
110
+ "value": "{color.btn.text.inverse-success}",
111
+ "type": "color",
112
+ "source": "$btn-success-inverse-active-color",
113
+ "modify": [{ "type": "darken", "amount": 0.1 }]
114
+ },
115
+ "inverse-outline-success": {
116
+ "value": "{color.btn.active.bg.inverse-outline-success}",
117
+ "type": "color",
118
+ "source": "$btn-success-inverse-outline-active-color",
119
+ "modify": [{ "type": "color-yiq" }] }
120
+ },
121
+ "bg": {
122
+ "success": {
123
+ "value": "{color.theme.active.success}", "type": "color", "source": "$btn-success-active-bg"
124
+ },
125
+ "outline-success": {
126
+ "value": "{color.theme.bg.success}", "type": "color", "source": "$btn-success-outline-active-bg"
127
+ },
128
+ "inverse-success": { "value": "{color.gray.100}", "type": "color", "source": "$btn-success-inverse-active-bg" },
129
+ "inverse-outline-success": {
130
+ "value": "{color.theme.bg.success}",
131
+ "type": "color",
132
+ "source": "$btn-success-inverse-outline-active-bg"
133
+ }
134
+ },
135
+ "border": {
136
+ "success": {
137
+ "value": "{color.theme.active.success}",
138
+ "type": "color",
139
+ "source": "$btn-success-active-border-color"
140
+ },
141
+ "outline-success": {
142
+ "value": "{color.theme.active.success}",
143
+ "type": "color",
144
+ "source": "$btn-success-outline-active-border-color"
145
+ },
146
+ "inverse-success": {
147
+ "value": "inherit",
148
+ "source": "$btn-success-inverse-active-border-color"
149
+ },
150
+ "inverse-outline-success": {
151
+ "value": "transparent",
152
+ "type": "color",
153
+ "source": "$btn-success-inverse-outline-active-border-color"
154
+ }
155
+ }
156
+ },
157
+ "focus": {
158
+ "text": {
159
+ "success": { "value": "{color.btn.text.success}", "type": "color", "source": "$btn-success-focus-color" },
160
+ "outline-success": {
161
+ "value": "{color.btn.text.outline-success}",
162
+ "type": "color",
163
+ "source": "$btn-success-outline-focus-color"
164
+ },
165
+ "inverse-success": {
166
+ "value": "{color.btn.text.inverse-success}",
167
+ "type": "color",
168
+ "source": "$btn-success-inverse-focus-color"
169
+ },
170
+ "inverse-outline-success": {
171
+ "value": "{color.btn.text.inverse-outline-success}",
172
+ "type": "color",
173
+ "source": "$btn-success-inverse-outline-focus-color"
174
+ }
175
+ },
176
+ "border": {
177
+ "success": { "value": "{color.btn.border.success}", "type": "color", "source": "$btn-success-focus-border-color" },
178
+ "outline-success": {
179
+ "value": "{color.btn.border.outline-success}",
180
+ "type": "color",
181
+ "source": "$btn-success-outline-focus-border-color"
182
+ },
183
+ "inverse-success": {
184
+ "value": "{color.white}",
185
+ "type": "color",
186
+ "source": "$btn-success-inverse-focus-border-color"
187
+ },
188
+ "inverse-outline-success": {
189
+ "value": "{color.btn.border.inverse-outline-success}",
190
+ "type": "color",
191
+ "source": "$btn-success-inverse-outline-focus-border-color"
192
+ }
193
+ },
194
+ "bg": {
195
+ "success": { "value": "{color.btn.bg.success}", "type": "color", "source": "$btn-success-focus-bg" },
196
+ "outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-outline-focus-bg" },
197
+ "inverse-success": { "value": "{color.btn.bg.inverse-success}", "type": "color", "source": "$btn-success-inverse-focus-bg" },
198
+ "inverse-outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-inverse-outline-focus-bg" }
199
+ },
200
+ "outline": {
201
+ "success": { "value": "{color.theme.focus.success}", "type": "color", "source": "$btn-success-focus-outline-color" },
202
+ "outline-success": {
203
+ "value": "{color.theme.focus.success}",
204
+ "type": "color",
205
+ "source": "$btn-success-outline-focus-outline-color"
206
+ },
207
+ "inverse-success": {
208
+ "value": "{color.btn.focus.border.inverse-success}",
209
+ "type": "color",
210
+ "source": "$btn-success-inverse-focus-outline-color"
211
+ },
212
+ "inverse-outline-success": {
213
+ "value": "{color.btn.focus.border.inverse-outline-success}",
214
+ "type": "color",
215
+ "source": "$btn-success-inverse-outline-focus-outline-color"
216
+ }
217
+ }
218
+ },
219
+ "disabled": {
220
+ "text": {
221
+ "success": { "value": "{color.btn.text.success}", "type": "color", "source": "$btn-success-disabled-color" },
222
+ "outline-success": {
223
+ "value": "{color.btn.text.outline-success}",
224
+ "type": "color",
225
+ "source": "$btn-success-outline-disabled-color"
226
+ },
227
+ "inverse-success": { "value": "{color.success.base}", "type": "color", "source": "$btn-success-inverse-disabled-color" },
228
+ "inverse-outline-success": {
229
+ "value": "{color.btn.text.inverse-outline-success}",
230
+ "type": "color",
231
+ "source": "$btn-success-inverse-outline-disabled-color"
232
+ }
233
+ },
234
+ "bg": {
235
+ "success": { "value": "{color.btn.bg.success}", "type": "color", "source": "$btn-success-disabled-bg" },
236
+ "outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-outline-disabled-bg" },
237
+ "inverse-success": { "value": "inherit", "type": "color", "source": "$btn-success-inverse-disabled-bg" },
238
+ "inverse-outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-inverse-outline-disabled-bg" }
239
+ },
240
+ "border": {
241
+ "success": { "value": "{color.btn.border.success}", "type": "color", "source": "$btn-success-disabled-border-color" },
242
+ "outline-success": {
243
+ "value": "{color.btn.border.outline-success}",
244
+ "type": "color",
245
+ "source": "$btn-success-outline-disabled-border-color"
246
+ },
247
+ "inverse-success": { "value": "transparent", "type": "color", "source": "$btn-success-inverse-disabled-border-color" },
248
+ "inverse-outline-success": { "value": "inherit", "type": "color", "source": "$btn-success-inverse-outline-disabled-border-color" }
249
+ }
250
+ }
251
+ }
252
+ }
253
+ }
@@ -0,0 +1,109 @@
1
+ {
2
+ "color": {
3
+ "btn": {
4
+ "text": {
5
+ "tertiary": { "value": "{color.gray.700}", "type": "color", "source": "$btn-tertiary-color" },
6
+ "inverse-tertiary": {
7
+ "value": "{color.white}", "type": "color", "source": "$btn-inverse-tertiary-color"
8
+ }
9
+ },
10
+ "bg": {
11
+ "tertiary": { "value": "transparent", "type": "color", "source": "$btn-tertiary-bg" },
12
+ "inverse-tertiary": { "value": "transparent", "type": "color", "source": "$btn-inverse-tertiary-bg" }
13
+ },
14
+ "border": {
15
+ "tertiary": { "value": "transparent", "type": "color", "source": "$btn-tertiary-border-color" },
16
+ "inverse-tertiary": { "value": "transparent", "type": "color", "source": "$btn-inverse-tertiary-border-color" }
17
+ },
18
+ "hover": {
19
+ "text": {
20
+ "tertiary": { "value": "{color.gray.700}", "type": "color", "source": "$btn-tertiary-hover-color" },
21
+ "inverse-tertiary": {
22
+ "value": "{color.white}", "type": "color", "source": "$btn-inverse-tertiary-hover-color"
23
+ }
24
+ },
25
+ "bg": {
26
+ "tertiary": { "value": "{color.light.500}", "type": "color", "source": "$btn-tertiary-hover-bg" },
27
+ "inverse-tertiary": {
28
+ "value": "{color.white}",
29
+ "type": "color",
30
+ "source": "$btn-inverse-tertiary-hover-bg",
31
+ "modify": [{ "type": "alpha", "amount": 0.1 }]
32
+ }
33
+ },
34
+ "border": {
35
+ "tertiary": { "value": "transparent", "type": "color", "source": "$btn-tertiary-hover-border-color" },
36
+ "inverse-tertiary": {
37
+ "value": "transparent", "type": "color", "source": "$btn-inverse-tertiary-hover-border-color"
38
+ }
39
+ }
40
+ },
41
+ "active": {
42
+ "text": {
43
+ "tertiary": {
44
+ "value": "{color.gray.700}", "type": "color", "source": "$btn-tertiary-active-color"
45
+ },
46
+ "inverse-tertiary": {
47
+ "value": "{color.white}", "type": "color", "source": "$btn-inverse-tertiary-active-color"
48
+ }
49
+ },
50
+ "bg": {
51
+ "tertiary": { "value": "{color.light.500}", "type": "color", "source": "$btn-tertiary-active-bg" },
52
+ "inverse-tertiary": {
53
+ "value": "{color.btn.hover.bg.inverse-tertiary}",
54
+ "type": "color",
55
+ "source": "$btn-inverse-tertiary-active-bg"
56
+ }
57
+ },
58
+ "border": {
59
+ "tertiary": { "value": "transparent", "type": "color", "source": "$btn-tertiary-active-border-color" },
60
+ "inverse-tertiary": {
61
+ "value": "transparent", "type": "color", "source": "$btn-inverse-tertiary-active-border-color"
62
+ }
63
+ }
64
+ },
65
+ "focus": {
66
+ "text": {
67
+ "tertiary": { "value": "{color.btn.text.tertiary}", "type": "color", "source": "$btn-tertiary-focus-color" },
68
+ "inverse-tertiary": {
69
+ "value": "{color.btn.text.inverse-tertiary}",
70
+ "type": "color",
71
+ "source": "$btn-inverse-tertiary-focus-color"
72
+ }
73
+ },
74
+ "border": {
75
+ "tertiary": { "value": "{color.btn.border.tertiary}", "type": "color", "source": "$btn-tertiary-focus-border-color" },
76
+ "inverse-tertiary": { "value": "transparent", "type": "color", "source": "$btn-inverse-tertiary-focus-border-color" }
77
+ },
78
+ "bg": {
79
+ "tertiary": { "value": "inherit", "type": "color", "source": "$btn-tertiary-focus-bg" },
80
+ "inverse-tertiary": { "value": "inherit", "type": "color", "source": "$btn-inverse-tertiary-focus-bg" }
81
+ },
82
+ "outline": {
83
+ "tertiary": { "value": "{color.theme.focus.primary}", "type": "color", "source": "$btn-tertiary-focus-outline-color" },
84
+ "inverse-tertiary": { "value": "{color.white}", "type": "color", "source": "$btn-inverse-tertiary-focus-outline-color" }
85
+ }
86
+ },
87
+ "disabled": {
88
+ "text": {
89
+ "tertiary": { "value": "{color.btn.text.tertiary}", "type": "color", "source": "$btn-tertiary-disabled-color" },
90
+ "inverse-tertiary": {
91
+ "value": "{color.btn.text.inverse-tertiary}",
92
+ "type": "color",
93
+ "source": "$btn-inverse-tertiary-disabled-color"
94
+ }
95
+ },
96
+ "bg": {
97
+ "tertiary": { "value": "inherit", "type": "color", "source": "$btn-tertiary-disabled-bg" },
98
+ "inverse-tertiary": { "value": "inherit", "type": "color", "source": "$btn-inverse-tertiary-disabled-bg" }
99
+ },
100
+ "border": {
101
+ "tertiary": { "value": "{color.btn.border.tertiary}", "type": "color", "source": "$btn-tertiary-disabled-border-color" },
102
+ "inverse-tertiary": {
103
+ "value": "{color.btn.border.inverse-tertiary}", "type": "color", "source": "$btn-inverse-tertiary-disabled-border-color"
104
+ }
105
+ }
106
+ }
107
+ }
108
+ }
109
+ }
@@ -0,0 +1,276 @@
1
+ {
2
+ "color": {
3
+ "btn": {
4
+ "text": {
5
+ "warning": {
6
+ "value": "{color.btn.bg.warning}",
7
+ "type": "color",
8
+ "source": "$btn-warning-color",
9
+ "modify": [{ "type": "color-yiq" }]
10
+ },
11
+ "outline-warning": {
12
+ "value": "{color.warning.base}", "type": "color", "source": "$btn-warning-outline-color"
13
+ },
14
+ "inverse-warning": {
15
+ "value": "{color.warning.base}", "type": "color", "source": "$btn-warning-inverse-color"
16
+ },
17
+ "inverse-outline-warning": {
18
+ "value": "{color.white}", "type": "color", "source": "$btn-warning-inverse-outline-color"
19
+ }
20
+ },
21
+ "bg": {
22
+ "warning": { "value": "{color.warning.base}", "type": "color", "source": "$btn-warning-bg" },
23
+ "outline-warning": { "value": "inherit", "type": "color", "source": "$btn-warning-outline-bg" },
24
+ "inverse-warning": {
25
+ "value": "{color.btn.text.inverse-warning}",
26
+ "type": "color",
27
+ "source": "$btn-warning-inverse-bg",
28
+ "modify": [{ "type": "color-yiq" }]
29
+ },
30
+ "inverse-outline-warning": { "value": "inherit", "type": "color", "source": "$btn-warning-inverse-outline-bg" }
31
+ },
32
+ "border": {
33
+ "warning": { "value": "{color.btn.bg.warning}", "type": "color", "source": "$btn-warning-border-color" },
34
+ "outline-warning": {
35
+ "value": "{color.warning.base}", "type": "color", "source": "$btn-warning-outline-border-color"
36
+ },
37
+ "inverse-warning": { "value": "transparent", "type": "color", "source": "$btn-warning-inverse-border-color" },
38
+ "inverse-outline-warning": {
39
+ "value": "{color.white}", "type": "color", "source": "$btn-warning-inverse-outline-border-color"
40
+ }
41
+ },
42
+ "hover": {
43
+ "text": {
44
+ "warning": {
45
+ "value": "{color.btn.hover.bg.warning}",
46
+ "type": "color",
47
+ "source": "$btn-warning-hover-color",
48
+ "modify": [{ "type": "color-yiq" }]
49
+ },
50
+ "outline-warning": {
51
+ "value": "{color.theme.hover.warning}", "type": "color", "source": "$btn-warning-outline-hover-color"
52
+ },
53
+ "inverse-warning": {
54
+ "value": "{color.btn.text.inverse-warning}",
55
+ "type": "color",
56
+ "source": "$btn-warning-inverse-hover-color",
57
+ "modify": [{ "type": "darken", "amount": 0.075 }]
58
+ },
59
+ "inverse-outline-warning": {
60
+ "value": "{color.theme.hover.warning}",
61
+ "type": "color",
62
+ "source": "$btn-warning-inverse-outline-hover-color"
63
+ }
64
+ },
65
+ "bg": {
66
+ "warning": {
67
+ "value": "{color.theme.hover.warning}", "type": "color", "source": "$btn-warning-hover-bg"
68
+ },
69
+ "outline-warning": {
70
+ "value": "{color.warning.100}", "type": "color", "source": "$btn-warning-outline-hover-bg"
71
+ },
72
+ "inverse-warning": {
73
+ "value": "{color.btn.bg.inverse-warning}",
74
+ "type": "color",
75
+ "source": "$btn-warning-inverse-hover-bg",
76
+ "modify": [{ "type": "darken", "amount": 0.075 }]
77
+ },
78
+ "inverse-outline-warning": {
79
+ "value": "{color.warning.100}", "type": "color", "source": "$btn-warning-inverse-outline-hover-bg"
80
+ }
81
+ },
82
+ "border": {
83
+ "warning": {
84
+ "value": "{color.theme.hover.warning}", "type": "color", "source": "$btn-warning-hover-border-color"
85
+ },
86
+ "outline-warning": {
87
+ "value": "{color.warning.900}", "type": "color", "source": "$btn-warning-outline-hover-border-color"
88
+ },
89
+ "inverse-warning": { "value": "transparent", "type": "color", "source": "$btn-warning-inverse-hover-border-color" },
90
+ "inverse-outline-warning": {
91
+ "value": "transparent", "type": "color", "source": "$btn-warning-inverse-outline-hover-border-color"
92
+ }
93
+ }
94
+ },
95
+ "active": {
96
+ "text": {
97
+ "warning": {
98
+ "value": "{color.btn.active.bg.warning}",
99
+ "type": "color",
100
+ "source": "$btn-warning-active-color",
101
+ "modify": [{ "type": "color-yiq" }]
102
+ },
103
+ "outline-warning": {
104
+ "value": "{color.btn.active.bg.outline-warning}",
105
+ "type": "color",
106
+ "source": "$btn-warning-outline-active-color",
107
+ "modify": [{ "type": "color-yiq" }]
108
+ },
109
+ "inverse-warning": {
110
+ "value": "{color.btn.text.inverse-warning}",
111
+ "type": "color",
112
+ "source": "$btn-warning-inverse-active-color",
113
+ "modify": [{ "type": "darken", "amount": 0.1 }]
114
+ },
115
+ "inverse-outline-warning": {
116
+ "value": "{color.btn.active.bg.inverse-outline-warning}",
117
+ "type": "color",
118
+ "source": "$btn-warning-inverse-outline-active-color",
119
+ "modify": [{ "type": "color-yiq" }] }
120
+ },
121
+ "bg": {
122
+ "warning": {
123
+ "value": "{color.theme.active.warning}", "type": "color", "source": "$btn-warning-active-bg"
124
+ },
125
+ "outline-warning": {
126
+ "value": "{color.theme.bg.warning}", "type": "color", "source": "$btn-warning-outline-active-bg"
127
+ },
128
+ "inverse-warning": { "value": "{color.gray.100}", "type": "color", "source": "$btn-warning-inverse-active-bg" },
129
+ "inverse-outline-warning": {
130
+ "value": "{color.theme.bg.warning}",
131
+ "type": "color",
132
+ "source": "$btn-warning-inverse-outline-active-bg"
133
+ }
134
+ },
135
+ "border": {
136
+ "warning": {
137
+ "value": "{color.theme.active.warning}",
138
+ "type": "color",
139
+ "source": "$btn-warning-active-border-color"
140
+ },
141
+ "inverse-warning": {
142
+ "value": "inherit",
143
+ "type": "color",
144
+ "source": "$btn-warning-inverse-active-border-color"
145
+ },
146
+ "outline-warning": {
147
+ "value": "{color.theme.active.warning}",
148
+ "type": "color",
149
+ "source": "$btn-warning-outline-active-border-color"
150
+ },
151
+ "inverse-outline-warning": {
152
+ "value": "transparent", "type": "color", "source": "$btn-warning-inverse-outline-active-border-color"
153
+ }
154
+ }
155
+ },
156
+ "focus": {
157
+ "text": {
158
+ "warning": { "value": "{color.btn.text.warning}", "type": "color", "source": "$btn-warning-focus-color" },
159
+ "outline-warning": {
160
+ "value": "{color.btn.text.outline-warning}",
161
+ "type": "color",
162
+ "source": "$btn-warning-outline-focus-color"
163
+ },
164
+ "inverse-warning": {
165
+ "value": "{color.btn.text.inverse-warning}",
166
+ "type": "color",
167
+ "source": "$btn-warning-inverse-focus-color"
168
+ },
169
+ "inverse-outline-warning": {
170
+ "value": "{color.btn.text.inverse-outline-warning}",
171
+ "type": "color",
172
+ "source": "$btn-warning-inverse-outline-focus-color"
173
+ }
174
+ },
175
+ "border": {
176
+ "warning": {
177
+ "value": "{color.btn.border.warning}",
178
+ "type": "color",
179
+ "source": "$btn-warning-focus-border-color"
180
+ },
181
+ "outline-warning": {
182
+ "value": "{color.btn.border.outline-warning}",
183
+ "type": "color",
184
+ "source": "$btn-warning-outline-focus-border-color"
185
+ },
186
+ "inverse-warning": {
187
+ "value": "{color.btn.border.inverse-warning}",
188
+ "type": "color",
189
+ "source": "$btn-warning-inverse-focus-border-color"
190
+ },
191
+ "inverse-outline-warning": {
192
+ "value": "{color.btn.border.inverse-outline-warning}",
193
+ "type": "color",
194
+ "source": "$btn-warning-inverse-outline-focus-border-color"
195
+ }
196
+ },
197
+ "bg": {
198
+ "warning": { "value": "{color.btn.bg.warning}", "type": "color", "source": "$btn-warning-focus-bg" },
199
+ "outline-warning": { "value": "inherit", "type": "color", "source": "$btn-warning-outline-focus-bg" },
200
+ "inverse-warning": {
201
+ "value": "{color.btn.bg.inverse-warning}",
202
+ "type": "color",
203
+ "source": "$btn-warning-inverse-focus-bg"
204
+ },
205
+ "inverse-outline-warning": {
206
+ "value": "inherit",
207
+ "type": "color",
208
+ "source": "$btn-warning-inverse-outline-focus-bg"
209
+ }
210
+ },
211
+ "outline": {
212
+ "warning": {
213
+ "value": "{color.theme.focus.warning}",
214
+ "type": "color",
215
+ "source": "$btn-warning-focus-outline-color"
216
+ },
217
+ "outline-warning": {
218
+ "value": "{color.theme.focus.warning}",
219
+ "type": "color",
220
+ "source": "$btn-warning-outline-focus-outline-color"
221
+ },
222
+ "inverse-warning": {
223
+ "value": "{color.white}",
224
+ "type": "color",
225
+ "source": "$btn-warning-inverse-focus-outline-color"
226
+ },
227
+ "inverse-outline-warning": {
228
+ "value": "inherit",
229
+ "type": "color",
230
+ "source": "$btn-warning-inverse-outline-focus-bg"
231
+ }
232
+ }
233
+ },
234
+ "disabled": {
235
+ "text": {
236
+ "warning": { "value": "{color.btn.text.warning}", "type": "color", "source": "$btn-warning-disabled-color" },
237
+ "outline-warning": {
238
+ "value": "{color.btn.text.outline-warning}",
239
+ "type": "color",
240
+ "source": "$btn-warning-outline-disabled-color"
241
+ },
242
+ "inverse-warning": {
243
+ "value": "{color.warning.base}",
244
+ "type": "color",
245
+ "source": "$btn-warning-inverse-disabled-color"
246
+ },
247
+ "inverse-outline-warning": {
248
+ "value": "{color.btn.text.inverse-outline-warning}",
249
+ "type": "color",
250
+ "source": "$btn-warning-inverse-outline-disabled-color"
251
+ }
252
+ },
253
+ "bg": {
254
+ "warning": { "value": "{color.btn.bg.warning}", "type": "color", "source": "$btn-warning-disabled-bg" },
255
+ "outline-warning": { "value": "inherit", "type": "color", "source": "$btn-warning-outline-disabled-bg" },
256
+ "inverse-warning": { "value": "inherit", "type": "color", "source": "$btn-warning-inverse-disabled-bg" },
257
+ "inverse-outline-warning": { "value": "inherit", "type": "color", "source": "$btn-warning-inverse-outline-disabled-bg" }
258
+ },
259
+ "border": {
260
+ "warning": { "value": "{color.btn.border.warning}", "type": "color", "source": "$btn-warning-disabled-border-color" },
261
+ "outline-warning": {
262
+ "value": "{color.btn.border.outline-warning}",
263
+ "type": "color",
264
+ "source": "$btn-warning-outline-disabled-border-color"
265
+ },
266
+ "inverse-warning": { "value": "transparent", "type": "color", "source": "$btn-warning-inverse-disabled-border-color" },
267
+ "inverse-outline-warning": {
268
+ "value": "{color.btn.border.inverse-outline-warning}",
269
+ "type": "color",
270
+ "source": "$btn-warning-inverse-outline-disabled-border-color"
271
+ }
272
+ }
273
+ }
274
+ }
275
+ }
276
+ }