@design-system-rte/core 1.2.1 → 1.2.2-rc2

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 (966) hide show
  1. package/dist/common/animation.d.ts +2 -0
  2. package/dist/common/animation.d.ts.map +1 -0
  3. package/dist/common/animation.js +5 -0
  4. package/dist/common/index.d.ts +3 -0
  5. package/dist/common/index.d.ts.map +1 -0
  6. package/dist/common/index.js +2 -0
  7. package/dist/components/assistive-text/assistive-text.constants.d.ts +4 -0
  8. package/dist/components/assistive-text/assistive-text.constants.d.ts.map +1 -0
  9. package/dist/components/assistive-text/assistive-text.constants.js +5 -0
  10. package/dist/components/assistive-text/assistive-text.utils.d.ts +2 -0
  11. package/dist/components/assistive-text/assistive-text.utils.d.ts.map +1 -0
  12. package/dist/components/assistive-text/assistive-text.utils.js +9 -0
  13. package/dist/components/assistive-text/index.d.ts +4 -0
  14. package/dist/components/assistive-text/index.d.ts.map +1 -0
  15. package/dist/components/assistive-text/index.js +2 -0
  16. package/dist/components/badge/badge.utils.d.ts +26 -0
  17. package/dist/components/badge/badge.utils.d.ts.map +1 -0
  18. package/dist/components/badge/badge.utils.js +41 -0
  19. package/dist/components/badge/index.d.ts +3 -0
  20. package/dist/components/badge/index.d.ts.map +1 -0
  21. package/dist/components/badge/index.js +1 -0
  22. package/dist/components/banner/index.d.ts +2 -0
  23. package/dist/components/banner/index.d.ts.map +1 -0
  24. package/dist/components/banner/index.js +1 -0
  25. package/dist/components/breadcrumbs/breadcrumbs.constants.d.ts +2 -0
  26. package/dist/components/breadcrumbs/breadcrumbs.constants.d.ts.map +1 -0
  27. package/dist/components/breadcrumbs/breadcrumbs.utils.d.ts +4 -0
  28. package/dist/components/breadcrumbs/breadcrumbs.utils.d.ts.map +1 -0
  29. package/dist/components/breadcrumbs/breadcrumbs.utils.js +17 -0
  30. package/dist/components/breadcrumbs/index.d.ts +4 -0
  31. package/dist/components/breadcrumbs/index.d.ts.map +1 -0
  32. package/dist/components/breadcrumbs/index.js +2 -0
  33. package/dist/components/button/button.interface.d.ts +12 -0
  34. package/dist/components/button/common/common-button.constants.d.ts +5 -0
  35. package/dist/components/button/common/common-button.constants.d.ts.map +1 -0
  36. package/dist/components/button/common/common-button.constants.js +10 -0
  37. package/dist/components/button/icon-button/icon-button.interface.d.ts +15 -0
  38. package/dist/components/button/index.d.ts +5 -0
  39. package/dist/components/button/index.d.ts.map +1 -0
  40. package/dist/components/button/index.js +1 -0
  41. package/dist/components/card/card.constats.d.ts +3 -0
  42. package/dist/components/card/card.constats.d.ts.map +1 -0
  43. package/dist/components/card/card.constats.js +7 -0
  44. package/dist/components/card/card.stories.shared.d.ts +52 -0
  45. package/dist/components/card/card.stories.shared.d.ts.map +1 -0
  46. package/dist/components/card/card.stories.shared.js +54 -0
  47. package/dist/components/card/index.d.ts +4 -0
  48. package/dist/components/card/index.d.ts.map +1 -0
  49. package/dist/components/card/index.js +2 -0
  50. package/dist/components/checkbox/index.d.ts +2 -0
  51. package/dist/components/checkbox/index.d.ts.map +1 -0
  52. package/dist/components/checkbox/index.js +1 -0
  53. package/dist/components/checkbox-group/index.d.ts +2 -0
  54. package/dist/components/checkbox-group/index.d.ts.map +1 -0
  55. package/dist/components/checkbox-group/index.js +1 -0
  56. package/dist/components/chip/chip.constants.d.ts +6 -0
  57. package/dist/components/chip/chip.constants.d.ts.map +1 -0
  58. package/dist/components/chip/chip.constants.js +5 -0
  59. package/dist/components/chip/index.d.ts +3 -0
  60. package/dist/components/chip/index.d.ts.map +1 -0
  61. package/dist/components/chip/index.js +1 -0
  62. package/dist/components/common/common-types.d.ts +7 -0
  63. package/dist/components/common/common-types.d.ts.map +1 -0
  64. package/dist/components/common/common-types.js +1 -0
  65. package/dist/components/divider/index.d.ts +2 -0
  66. package/dist/components/divider/index.d.ts.map +1 -0
  67. package/dist/components/divider/index.js +1 -0
  68. package/dist/components/dropdown/DropdownManager.d.ts +13 -0
  69. package/dist/components/dropdown/DropdownManager.d.ts.map +1 -0
  70. package/dist/components/dropdown/DropdownManager.js +50 -0
  71. package/dist/components/dropdown/dropdown.constants.d.ts +2 -0
  72. package/dist/components/dropdown/dropdown.constants.d.ts.map +1 -0
  73. package/dist/components/dropdown/dropdown.interface.d.ts +27 -0
  74. package/dist/components/dropdown/index.d.ts +4 -0
  75. package/dist/components/dropdown/index.d.ts.map +1 -0
  76. package/dist/components/dropdown/index.js +2 -0
  77. package/dist/components/grid/index.d.ts +2 -0
  78. package/dist/components/grid/index.d.ts.map +1 -0
  79. package/dist/components/grid/index.js +1 -0
  80. package/dist/components/icon/icon-utils.d.ts +2 -0
  81. package/dist/components/icon/icon-utils.d.ts.map +1 -0
  82. package/dist/components/icon/icon-utils.js +3 -0
  83. package/dist/components/icon/icon.constants.d.ts +4 -0
  84. package/dist/components/icon/icon.constants.d.ts.map +1 -0
  85. package/dist/components/icon/icon.constants.js +13 -0
  86. package/dist/components/icon/index.d.ts +4 -0
  87. package/dist/components/icon/index.d.ts.map +1 -0
  88. package/dist/components/icon/index.js +2 -0
  89. package/dist/components/link/index.d.ts +2 -0
  90. package/dist/components/link/index.d.ts.map +1 -0
  91. package/dist/components/link/index.js +1 -0
  92. package/dist/components/loader/index.d.ts +3 -0
  93. package/dist/components/loader/index.d.ts.map +1 -0
  94. package/dist/components/loader/index.js +1 -0
  95. package/dist/components/loader/loader.constants.d.ts +3 -0
  96. package/dist/components/loader/loader.constants.d.ts.map +1 -0
  97. package/dist/components/loader/loader.constants.js +5 -0
  98. package/dist/components/modal/index.d.ts +2 -0
  99. package/dist/components/modal/index.d.ts.map +1 -0
  100. package/dist/components/modal/index.js +1 -0
  101. package/dist/components/modal/modal.interface.d.ts +10 -0
  102. package/dist/components/popover/index.d.ts +3 -0
  103. package/dist/components/popover/index.d.ts.map +1 -0
  104. package/dist/components/popover/index.js +1 -0
  105. package/dist/components/popover/popover.constants.d.ts +3 -0
  106. package/dist/components/popover/popover.constants.d.ts.map +1 -0
  107. package/dist/components/radio-button/index.d.ts +3 -0
  108. package/dist/components/radio-button/index.d.ts.map +1 -0
  109. package/dist/components/radio-button/index.js +1 -0
  110. package/dist/components/radio-button/radio-button.constants.d.ts +2 -0
  111. package/dist/components/radio-button/radio-button.constants.d.ts.map +1 -0
  112. package/dist/components/radio-button-group/index.d.ts +2 -0
  113. package/dist/components/radio-button-group/index.d.ts.map +1 -0
  114. package/dist/components/radio-button-group/index.js +1 -0
  115. package/dist/components/required-indicator/index.d.ts +3 -0
  116. package/dist/components/required-indicator/index.d.ts.map +1 -0
  117. package/dist/components/required-indicator/index.js +2 -0
  118. package/dist/components/required-indicator/required-indicator.constant.d.ts +3 -0
  119. package/dist/components/required-indicator/required-indicator.constant.d.ts.map +1 -0
  120. package/dist/components/required-indicator/required-indicator.constant.js +5 -0
  121. package/dist/components/required-indicator/required-indicator.interface.d.ts +6 -0
  122. package/dist/components/required-indicator/required-indicator.interface.d.ts.map +1 -0
  123. package/dist/components/required-indicator/required-indicator.interface.js +1 -0
  124. package/dist/components/searchbar/index.d.ts +3 -0
  125. package/dist/components/searchbar/index.d.ts.map +1 -0
  126. package/dist/components/searchbar/index.js +1 -0
  127. package/dist/components/searchbar/searchbar.constants.d.ts +11 -0
  128. package/dist/components/searchbar/searchbar.constants.d.ts.map +1 -0
  129. package/dist/components/searchbar/searchbar.constants.js +15 -0
  130. package/dist/components/segmented-control/index.d.ts +3 -0
  131. package/dist/components/segmented-control/index.d.ts.map +1 -0
  132. package/dist/components/segmented-control/index.js +1 -0
  133. package/dist/components/segmented-control/segmented-control-utils.d.ts +8 -0
  134. package/dist/components/segmented-control/segmented-control-utils.d.ts.map +1 -0
  135. package/dist/components/segmented-control/segmented-control-utils.js +53 -0
  136. package/dist/components/select/index.d.ts +3 -0
  137. package/dist/components/select/index.d.ts.map +1 -0
  138. package/dist/components/select/index.js +1 -0
  139. package/dist/components/select/select.constants.d.ts +4 -0
  140. package/dist/components/select/select.constants.d.ts.map +1 -0
  141. package/dist/components/side-nav/index.d.ts +6 -0
  142. package/dist/components/side-nav/index.d.ts.map +1 -0
  143. package/dist/components/side-nav/index.js +2 -0
  144. package/dist/components/side-nav/nav-item/nav-item.utils.d.ts +2 -0
  145. package/dist/components/side-nav/nav-item/nav-item.utils.d.ts.map +1 -0
  146. package/dist/components/side-nav/nav-item/nav-item.utils.js +7 -0
  147. package/dist/components/side-nav/side-nav.constants.d.ts +6 -0
  148. package/dist/components/side-nav/side-nav.constants.d.ts.map +1 -0
  149. package/dist/components/side-nav/side-nav.constants.js +10 -0
  150. package/dist/components/split-button/index.d.ts +3 -0
  151. package/dist/components/split-button/index.d.ts.map +1 -0
  152. package/dist/components/split-button/index.js +1 -0
  153. package/dist/components/split-button/split-button.constants.d.ts +4 -0
  154. package/dist/components/split-button/split-button.constants.d.ts.map +1 -0
  155. package/dist/components/split-button/split-button.constants.js +10 -0
  156. package/dist/components/split-button/split-button.interface.d.ts +28 -0
  157. package/dist/components/stepper/stepper.interface.d.ts +27 -0
  158. package/dist/components/stepper/stepper.utils.d.ts +9 -0
  159. package/dist/components/stepper/stepper.utils.d.ts.map +1 -0
  160. package/dist/components/stepper/stepper.utils.js +71 -0
  161. package/dist/components/switch/index.d.ts +3 -0
  162. package/dist/components/switch/index.d.ts.map +1 -0
  163. package/dist/components/switch/index.js +1 -0
  164. package/dist/components/switch/switch.constants.d.ts +3 -0
  165. package/dist/components/switch/switch.constants.d.ts.map +1 -0
  166. package/dist/components/switch/switch.interface.d.ts +9 -0
  167. package/dist/components/tab/index.d.ts +3 -0
  168. package/dist/components/tab/index.d.ts.map +1 -0
  169. package/dist/components/tab/index.js +1 -0
  170. package/dist/components/tab/tab.interface.d.ts +29 -0
  171. package/dist/components/tab/tab.utils.d.ts +2 -0
  172. package/dist/components/tab/tab.utils.d.ts.map +1 -0
  173. package/dist/components/tab/tab.utils.js +54 -0
  174. package/dist/components/tag/index.d.ts +2 -0
  175. package/dist/components/tag/index.d.ts.map +1 -0
  176. package/dist/components/tag/index.js +1 -0
  177. package/dist/components/text-input/index.d.ts +2 -0
  178. package/dist/components/text-input/index.d.ts.map +1 -0
  179. package/dist/components/text-input/index.js +1 -0
  180. package/dist/components/text-input/text-input.interface.d.ts +28 -0
  181. package/dist/components/textarea/index.d.ts +3 -0
  182. package/dist/components/textarea/index.d.ts.map +1 -0
  183. package/dist/components/textarea/index.js +1 -0
  184. package/dist/components/textarea/textarea.constants.d.ts +2 -0
  185. package/dist/components/textarea/textarea.constants.d.ts.map +1 -0
  186. package/dist/components/toast/index.d.ts +4 -0
  187. package/dist/components/toast/index.d.ts.map +1 -0
  188. package/dist/components/toast/index.js +2 -0
  189. package/dist/components/toast/toast.constants.d.ts +6 -0
  190. package/dist/components/toast/toast.constants.d.ts.map +1 -0
  191. package/dist/components/toast/toast.constants.js +8 -0
  192. package/dist/components/toast/toast.utils.d.ts +5 -0
  193. package/dist/components/toast/toast.utils.d.ts.map +1 -0
  194. package/dist/components/toast/toast.utils.js +31 -0
  195. package/dist/components/tooltip/index.d.ts +4 -0
  196. package/dist/components/tooltip/index.d.ts.map +1 -0
  197. package/dist/components/tooltip/index.js +2 -0
  198. package/dist/components/tooltip/tooltip.constants.d.ts +5 -0
  199. package/dist/components/tooltip/tooltip.constants.d.ts.map +1 -0
  200. package/dist/components/tooltip/tooltip.interface.d.ts +7 -0
  201. package/dist/components/tooltip/tooltip.utils.d.ts +2 -0
  202. package/dist/components/tooltip/tooltip.utils.d.ts.map +1 -0
  203. package/dist/components/tooltip/tooltip.utils.js +4 -0
  204. package/dist/components/utils/auto-placement.d.ts +9 -0
  205. package/dist/components/utils/auto-placement.d.ts.map +1 -0
  206. package/dist/components/utils/auto-placement.js +167 -0
  207. package/dist/components/utils/index.d.ts +2 -0
  208. package/dist/components/utils/index.d.ts.map +1 -0
  209. package/dist/components/utils/index.js +1 -0
  210. package/dist/constants/dom/dom.constants.d.ts +4 -0
  211. package/dist/constants/dom/dom.constants.d.ts.map +1 -0
  212. package/dist/constants/dom/dom.constants.js +13 -0
  213. package/dist/constants/dom/index.d.ts +2 -0
  214. package/dist/constants/dom/index.d.ts.map +1 -0
  215. package/dist/constants/dom/index.js +1 -0
  216. package/dist/constants/keyboard/index.d.ts +3 -0
  217. package/dist/constants/keyboard/index.d.ts.map +1 -0
  218. package/dist/constants/keyboard/index.js +2 -0
  219. package/dist/constants/keyboard/keyboard-test.constants.d.ts +10 -0
  220. package/dist/constants/keyboard/keyboard-test.constants.d.ts.map +1 -0
  221. package/dist/constants/keyboard/keyboard-test.constants.js +10 -0
  222. package/dist/constants/keyboard/keyboard.constants.d.ts +11 -0
  223. package/dist/constants/keyboard/keyboard.constants.d.ts.map +1 -0
  224. package/dist/index.d.ts +42 -0
  225. package/dist/index.d.ts.map +1 -0
  226. package/dist/index.js +41 -0
  227. package/dist/package.json +40 -0
  228. package/package.json +14 -3
  229. package/CHANGELOG.md +0 -320
  230. package/common/animation.ts +0 -5
  231. package/common/common-types.ts +0 -4
  232. package/components/assistive-text/assistive-text.constants.ts +0 -8
  233. package/components/assistive-text/assistive-text.utils.ts +0 -8
  234. package/components/badge/badge.utils.ts +0 -75
  235. package/components/badge/docs/AccessibilityTable.tsx +0 -113
  236. package/components/badge/docs/Badge.mdx +0 -127
  237. package/components/badge/docs/Behaviors.scss +0 -12
  238. package/components/badge/docs/Behaviors.tsx +0 -110
  239. package/components/badge/docs/Options.tsx +0 -90
  240. package/components/badge/docs/Usage.tsx +0 -30
  241. package/components/badge/docs/assets/doNot.svg +0 -397
  242. package/components/badge/stories/img/Accessibility.png +0 -0
  243. package/components/badge/stories/img/BadgeTypes.svg +0 -72
  244. package/components/badge/stories/img/Layout.svg +0 -86
  245. package/components/badge/stories/img/OtherComponent.svg +0 -34
  246. package/components/badge/stories/img/StructureComposant.svg +0 -40
  247. package/components/badge/stories/img/TableOfOptions.svg +0 -200
  248. package/components/badge/stories/img/Taille.svg +0 -79
  249. package/components/badge/stories/img/TextOptions.svg +0 -34
  250. package/components/breadcrumbs/breadcrumbs.utils.ts +0 -24
  251. package/components/breadcrumbs/docs/AccessibilityTable.tsx +0 -96
  252. package/components/breadcrumbs/docs/Behaviors.tsx +0 -129
  253. package/components/breadcrumbs/docs/Breadcrumbs.mdx +0 -104
  254. package/components/breadcrumbs/docs/Options.scss +0 -26
  255. package/components/breadcrumbs/docs/Options.tsx +0 -59
  256. package/components/breadcrumbs/docs/TabOfOptions.tsx +0 -19
  257. package/components/breadcrumbs/docs/Usage.scss +0 -7
  258. package/components/breadcrumbs/docs/Usage.tsx +0 -28
  259. package/components/breadcrumbs/docs/assets/doNot.svg +0 -127
  260. package/components/button/button.interface.d.ts +0 -14
  261. package/components/button/common/common-button.constants.ts +0 -15
  262. package/components/button/icon-button/icon-button.interface.d.ts +0 -17
  263. package/components/card/card.constats.ts +0 -9
  264. package/components/card/card.stories.shared.ts +0 -112
  265. package/components/chip/chip.constants.ts +0 -5
  266. package/components/chip/stories/img/ChipsAccessibility.png +0 -0
  267. package/components/chip/stories/img/ChipsInteractionsStates.svg +0 -46
  268. package/components/chip/stories/img/ChipsKeyboardInteractions.svg +0 -76
  269. package/components/chip/stories/img/ChipsLayout.svg +0 -86
  270. package/components/chip/stories/img/ChipsStructure.svg +0 -24
  271. package/components/chip/stories/img/ChipsTableOfOptions.svg +0 -146
  272. package/components/chip/stories/img/ChipsTaille.svg +0 -36
  273. package/components/chip/stories/img/ChipsTypes.svg +0 -50
  274. package/components/common/common-types.ts +0 -4
  275. package/components/divider/stories/img/DividerAccessibility.png +0 -0
  276. package/components/divider/stories/img/DividerBehaviors.svg +0 -36
  277. package/components/divider/stories/img/DividerOrientation.svg +0 -34
  278. package/components/divider/stories/img/DividerStructure.png +0 -0
  279. package/components/divider/stories/img/DividerTableOfOptions.svg +0 -74
  280. package/components/divider/stories/img/DividerThickness.svg +0 -38
  281. package/components/dropdown/DropdownManager.ts +0 -59
  282. package/components/dropdown/dropdown.interface.d.ts +0 -28
  283. package/components/grid/grid.scss +0 -81
  284. package/components/grid/grid.stories.scss +0 -23
  285. package/components/icon/icon-utils.ts +0 -3
  286. package/components/icon/icon.constants.ts +0 -16
  287. package/components/loader/loader.constants.ts +0 -7
  288. package/components/loader/stories/img/LoaderAccessibility.png +0 -0
  289. package/components/loader/stories/img/LoaderAppearance.svg +0 -36
  290. package/components/loader/stories/img/LoaderBooleanOptions.svg +0 -26
  291. package/components/loader/stories/img/LoaderInteractions.svg +0 -36
  292. package/components/loader/stories/img/LoaderKeyboardInteractions.svg +0 -26
  293. package/components/loader/stories/img/LoaderLayout.svg +0 -56
  294. package/components/loader/stories/img/LoaderPosition.svg +0 -36
  295. package/components/loader/stories/img/LoaderSafezone.svg +0 -36
  296. package/components/loader/stories/img/LoaderStructure.svg +0 -21
  297. package/components/loader/stories/img/LoaderTableOfOptions.svg +0 -134
  298. package/components/loader/stories/img/LoaderTaille.svg +0 -46
  299. package/components/loader/stories/img/LoaderTextOptions.svg +0 -26
  300. package/components/modal/modal.interface.d.ts +0 -10
  301. package/components/required-indicator/required-indicator.constant.ts +0 -7
  302. package/components/required-indicator/required-indicator.interface.ts +0 -6
  303. package/components/searchbar/docs/AccessibilityTable.tsx +0 -119
  304. package/components/searchbar/docs/Behaviors.tsx +0 -130
  305. package/components/searchbar/docs/Options.tsx +0 -127
  306. package/components/searchbar/docs/Searchbar.mdx +0 -124
  307. package/components/searchbar/docs/Usage.tsx +0 -37
  308. package/components/searchbar/docs/assets/doNot.svg +0 -212
  309. package/components/searchbar/searchbar.constants.ts +0 -18
  310. package/components/segmented-control/segmented-control-utils.ts +0 -77
  311. package/components/segmented-control/stories/img/SegControlAccessibility.png +0 -0
  312. package/components/segmented-control/stories/img/SegControlAnimations.svg +0 -11
  313. package/components/segmented-control/stories/img/SegControlAutreHTMLNatif.svg +0 -36
  314. package/components/segmented-control/stories/img/SegControlBooleanOptions.svg +0 -26
  315. package/components/segmented-control/stories/img/SegControlContent.svg +0 -34
  316. package/components/segmented-control/stories/img/SegControlDoDont.svg +0 -141
  317. package/components/segmented-control/stories/img/SegControlFocus.svg +0 -20
  318. package/components/segmented-control/stories/img/SegControlIconOptions.svg +0 -42
  319. package/components/segmented-control/stories/img/SegControlInteractionState.svg +0 -40
  320. package/components/segmented-control/stories/img/SegControlKeyboardInteractions.svg +0 -56
  321. package/components/segmented-control/stories/img/SegControlLayout.svg +0 -36
  322. package/components/segmented-control/stories/img/SegControlNestedProperties.svg +0 -154
  323. package/components/segmented-control/stories/img/SegControlSegments.svg +0 -33
  324. package/components/segmented-control/stories/img/SegControlStructure.svg +0 -27
  325. package/components/segmented-control/stories/img/SegControlTableOfOptions.svg +0 -54
  326. package/components/segmented-control/stories/img/SegControlTextOptions.svg +0 -26
  327. package/components/select/docs/AccessibilityTable.tsx +0 -121
  328. package/components/select/docs/Behaviors.tsx +0 -155
  329. package/components/select/docs/Options.scss +0 -26
  330. package/components/select/docs/Options.tsx +0 -148
  331. package/components/select/docs/OverviewOptions.scss +0 -14
  332. package/components/select/docs/OverviewOptions.tsx +0 -67
  333. package/components/select/docs/Select.mdx +0 -132
  334. package/components/select/docs/Usage.scss +0 -7
  335. package/components/select/docs/Usage.tsx +0 -39
  336. package/components/select/docs/assets/doNot.svg +0 -394
  337. package/components/side-nav/nav-item/nav-item.utils.ts +0 -8
  338. package/components/side-nav/side-nav.constants.ts +0 -16
  339. package/components/split-button/split-button.constants.ts +0 -13
  340. package/components/split-button/split-button.interface.d.ts +0 -31
  341. package/components/switch/stories/img/SwitchAccessibility.png +0 -0
  342. package/components/switch/stories/img/SwitchAnimations.svg +0 -20
  343. package/components/switch/stories/img/SwitchAppearance.svg +0 -34
  344. package/components/switch/stories/img/SwitchAutonomousLabel.svg +0 -27
  345. package/components/switch/stories/img/SwitchAutreContextuel.svg +0 -36
  346. package/components/switch/stories/img/SwitchBooleanOptions.svg +0 -46
  347. package/components/switch/stories/img/SwitchDistinctCheckbox.svg +0 -41
  348. package/components/switch/stories/img/SwitchFocus.svg +0 -46
  349. package/components/switch/stories/img/SwitchInteractionState.svg +0 -60
  350. package/components/switch/stories/img/SwitchKeyboardInteractions.svg +0 -46
  351. package/components/switch/stories/img/SwitchLayout.svg +0 -46
  352. package/components/switch/stories/img/SwitchStructure.svg +0 -22
  353. package/components/switch/stories/img/SwitchTableOfOptions.svg +0 -165
  354. package/components/switch/stories/img/SwitchTextOptions.svg +0 -34
  355. package/components/switch/switch.interface.d.ts +0 -10
  356. package/components/tab/tab.interface.d.ts +0 -31
  357. package/components/tab/tab.utils.ts +0 -60
  358. package/components/tag/stories/img/TagAccessibility.png +0 -0
  359. package/components/tag/stories/img/TagLayout.svg +0 -86
  360. package/components/tag/stories/img/TagStatus.svg +0 -52
  361. package/components/tag/stories/img/TagStructure.svg +0 -19
  362. package/components/tag/stories/img/TagTableOfOptions.svg +0 -178
  363. package/components/tag/stories/img/TagTaille.svg +0 -36
  364. package/components/tag/stories/img/TagTypes.svg +0 -38
  365. package/components/text-input/stories/img/TextInputAccessibility.png +0 -0
  366. package/components/text-input/stories/img/TextInputBooleanOptions.svg +0 -76
  367. package/components/text-input/stories/img/TextInputDoDont.svg +0 -100
  368. package/components/text-input/stories/img/TextInputKeyboardInteractions.svg +0 -46
  369. package/components/text-input/stories/img/TextInputLabelPosition.svg +0 -40
  370. package/components/text-input/stories/img/TextInputLayout.svg +0 -46
  371. package/components/text-input/stories/img/TextInputPosition.svg +0 -80
  372. package/components/text-input/stories/img/TextInputPrecisions.png +0 -0
  373. package/components/text-input/stories/img/TextInputRequiredIndicator.svg +0 -44
  374. package/components/text-input/stories/img/TextInputStructure.svg +0 -33
  375. package/components/text-input/stories/img/TextInputTableOfOptions.svg +0 -346
  376. package/components/text-input/stories/img/TextInputTextOptions.svg +0 -63
  377. package/components/text-input/text-input.interface.d.ts +0 -28
  378. package/components/textarea/stories/img/TextAreaAccessibility.png +0 -0
  379. package/components/textarea/stories/img/TextAreaBooleanOption.svg +0 -70
  380. package/components/textarea/stories/img/TextAreaDoDont.svg +0 -119
  381. package/components/textarea/stories/img/TextAreaKeyboardInteractions.svg +0 -46
  382. package/components/textarea/stories/img/TextAreaLabelPosition.svg +0 -40
  383. package/components/textarea/stories/img/TextAreaLayout.svg +0 -57
  384. package/components/textarea/stories/img/TextAreaPosition.svg +0 -80
  385. package/components/textarea/stories/img/TextAreaPrecisions.png +0 -0
  386. package/components/textarea/stories/img/TextAreaRequiredIndicator.svg +0 -44
  387. package/components/textarea/stories/img/TextAreaStructure.svg +0 -39
  388. package/components/textarea/stories/img/TextAreaTableOfOptions.svg +0 -286
  389. package/components/textarea/stories/img/TextAreaTextOptions.svg +0 -69
  390. package/components/toast/toast.constants.ts +0 -9
  391. package/components/toast/toast.utils.ts +0 -33
  392. package/components/tooltip/tooltip.interface.d.ts +0 -7
  393. package/components/tooltip/tooltip.utils.ts +0 -5
  394. package/components/utils/auto-placement.ts +0 -220
  395. package/constants/dom/dom.constants.ts +0 -13
  396. package/constants/keyboard/keyboard-test.constants.ts +0 -21
  397. package/css-font-generator.ts +0 -51
  398. package/eslint.config.js +0 -1
  399. package/scripts/design-tokens/common.ts +0 -35
  400. package/scripts/design-tokens/generator.ts +0 -24
  401. package/scripts/design-tokens/primitives-generator.spec.ts +0 -84
  402. package/scripts/design-tokens/primitives-generator.ts +0 -66
  403. package/scripts/design-tokens/sourceFiles/primitives.json +0 -2075
  404. package/scripts/design-tokens/sourceFiles/tokens.json +0 -10561
  405. package/scripts/design-tokens/tokens-generator.spec.ts +0 -184
  406. package/scripts/design-tokens/tokens-generator.ts +0 -155
  407. package/scripts/design-tokens/tokens-generators/colors.ts +0 -142
  408. package/scripts/design-tokens/tokens-generators/layout.ts +0 -22
  409. package/scripts/design-tokens/tokens-generators/opacity.ts +0 -14
  410. package/scripts/design-tokens/tokens-generators/shadows.ts +0 -18
  411. package/scripts/design-tokens/tokens-generators/typography.ts +0 -58
  412. package/scripts/design-tokens/tokens-generators/zIndex.ts +0 -18
  413. package/tsconfig.json +0 -12
  414. /package/{assets → dist/assets}/fonts/nunito-bold-700.woff2 +0 -0
  415. /package/{assets → dist/assets}/fonts/nunito-light-300.woff2 +0 -0
  416. /package/{assets → dist/assets}/fonts/nunito-regular-400.woff2 +0 -0
  417. /package/{assets → dist/assets}/fonts/nunito-semi-bold-600.woff2 +0 -0
  418. /package/{assets → dist/assets}/icons/add.svg +0 -0
  419. /package/{assets → dist/assets}/icons/add_circle_filled.svg +0 -0
  420. /package/{assets → dist/assets}/icons/add_circle_outlined.svg +0 -0
  421. /package/{assets → dist/assets}/icons/admin_panel_settings_filled.svg +0 -0
  422. /package/{assets → dist/assets}/icons/admin_panel_settings_outlined.svg +0 -0
  423. /package/{assets → dist/assets}/icons/alt_route.svg +0 -0
  424. /package/{assets → dist/assets}/icons/analytics_filled.svg +0 -0
  425. /package/{assets → dist/assets}/icons/analytics_outlined.svg +0 -0
  426. /package/{assets → dist/assets}/icons/apps.svg +0 -0
  427. /package/{assets → dist/assets}/icons/archive_filled.svg +0 -0
  428. /package/{assets → dist/assets}/icons/archive_outlined.svg +0 -0
  429. /package/{assets → dist/assets}/icons/arrow_alt_down.svg +0 -0
  430. /package/{assets → dist/assets}/icons/arrow_alt_down_left.svg +0 -0
  431. /package/{assets → dist/assets}/icons/arrow_alt_down_right.svg +0 -0
  432. /package/{assets → dist/assets}/icons/arrow_alt_left.svg +0 -0
  433. /package/{assets → dist/assets}/icons/arrow_alt_right.svg +0 -0
  434. /package/{assets → dist/assets}/icons/arrow_alt_up.svg +0 -0
  435. /package/{assets → dist/assets}/icons/arrow_alt_up_left.svg +0 -0
  436. /package/{assets → dist/assets}/icons/arrow_alt_up_right.svg +0 -0
  437. /package/{assets → dist/assets}/icons/arrow_angle_down_left.svg +0 -0
  438. /package/{assets → dist/assets}/icons/arrow_angle_down_right.svg +0 -0
  439. /package/{assets → dist/assets}/icons/arrow_angle_up_left.svg +0 -0
  440. /package/{assets → dist/assets}/icons/arrow_angle_up_right.svg +0 -0
  441. /package/{assets → dist/assets}/icons/arrow_chevron_down.svg +0 -0
  442. /package/{assets → dist/assets}/icons/arrow_chevron_left.svg +0 -0
  443. /package/{assets → dist/assets}/icons/arrow_chevron_right.svg +0 -0
  444. /package/{assets → dist/assets}/icons/arrow_chevron_up.svg +0 -0
  445. /package/{assets → dist/assets}/icons/arrow_circle_chevron_down_filled.svg +0 -0
  446. /package/{assets → dist/assets}/icons/arrow_circle_chevron_down_outlined.svg +0 -0
  447. /package/{assets → dist/assets}/icons/arrow_circle_chevron_left_filled.svg +0 -0
  448. /package/{assets → dist/assets}/icons/arrow_circle_chevron_left_outlined.svg +0 -0
  449. /package/{assets → dist/assets}/icons/arrow_circle_chevron_right_filled.svg +0 -0
  450. /package/{assets → dist/assets}/icons/arrow_circle_chevron_right_outlined.svg +0 -0
  451. /package/{assets → dist/assets}/icons/arrow_circle_chevron_up_filled.svg +0 -0
  452. /package/{assets → dist/assets}/icons/arrow_circle_chevron_up_outlined.svg +0 -0
  453. /package/{assets → dist/assets}/icons/arrow_circle_down_filled.svg +0 -0
  454. /package/{assets → dist/assets}/icons/arrow_circle_down_outlined.svg +0 -0
  455. /package/{assets → dist/assets}/icons/arrow_circle_left_filled.svg +0 -0
  456. /package/{assets → dist/assets}/icons/arrow_circle_left_outlined.svg +0 -0
  457. /package/{assets → dist/assets}/icons/arrow_circle_right_filled.svg +0 -0
  458. /package/{assets → dist/assets}/icons/arrow_circle_right_outlined.svg +0 -0
  459. /package/{assets → dist/assets}/icons/arrow_circle_up_filled.svg +0 -0
  460. /package/{assets → dist/assets}/icons/arrow_circle_up_outlined.svg +0 -0
  461. /package/{assets → dist/assets}/icons/arrow_double_down.svg +0 -0
  462. /package/{assets → dist/assets}/icons/arrow_double_left.svg +0 -0
  463. /package/{assets → dist/assets}/icons/arrow_double_right.svg +0 -0
  464. /package/{assets → dist/assets}/icons/arrow_double_up.svg +0 -0
  465. /package/{assets → dist/assets}/icons/arrow_down.svg +0 -0
  466. /package/{assets → dist/assets}/icons/arrow_down_left.svg +0 -0
  467. /package/{assets → dist/assets}/icons/arrow_down_right.svg +0 -0
  468. /package/{assets → dist/assets}/icons/arrow_drop_down.svg +0 -0
  469. /package/{assets → dist/assets}/icons/arrow_drop_up.svg +0 -0
  470. /package/{assets → dist/assets}/icons/arrow_left.svg +0 -0
  471. /package/{assets → dist/assets}/icons/arrow_right.svg +0 -0
  472. /package/{assets → dist/assets}/icons/arrow_up.svg +0 -0
  473. /package/{assets → dist/assets}/icons/arrow_up_left.svg +0 -0
  474. /package/{assets → dist/assets}/icons/arrow_up_right.svg +0 -0
  475. /package/{assets → dist/assets}/icons/article_filled.svg +0 -0
  476. /package/{assets → dist/assets}/icons/article_outlined.svg +0 -0
  477. /package/{assets → dist/assets}/icons/assignment_complete_filled.svg +0 -0
  478. /package/{assets → dist/assets}/icons/assignment_complete_outlined.svg +0 -0
  479. /package/{assets → dist/assets}/icons/assignment_filled.svg +0 -0
  480. /package/{assets → dist/assets}/icons/assignment_outlined.svg +0 -0
  481. /package/{assets → dist/assets}/icons/asterisk.svg +0 -0
  482. /package/{assets → dist/assets}/icons/attach_file.svg +0 -0
  483. /package/{assets → dist/assets}/icons/battery_alert_filled.svg +0 -0
  484. /package/{assets → dist/assets}/icons/battery_alert_outlined.svg +0 -0
  485. /package/{assets → dist/assets}/icons/battery_alt_empty.svg +0 -0
  486. /package/{assets → dist/assets}/icons/battery_alt_full.svg +0 -0
  487. /package/{assets → dist/assets}/icons/battery_charging.svg +0 -0
  488. /package/{assets → dist/assets}/icons/battery_charging_full_filled.svg +0 -0
  489. /package/{assets → dist/assets}/icons/battery_charging_full_outlined.svg +0 -0
  490. /package/{assets → dist/assets}/icons/battery_empty.svg +0 -0
  491. /package/{assets → dist/assets}/icons/battery_full.svg +0 -0
  492. /package/{assets → dist/assets}/icons/bluetooth.svg +0 -0
  493. /package/{assets → dist/assets}/icons/bluetooth_off.svg +0 -0
  494. /package/{assets → dist/assets}/icons/bolt_alt_circle_filled.svg +0 -0
  495. /package/{assets → dist/assets}/icons/bolt_alt_circle_outlined.svg +0 -0
  496. /package/{assets → dist/assets}/icons/bolt_alt_filled.svg +0 -0
  497. /package/{assets → dist/assets}/icons/bolt_alt_outlined.svg +0 -0
  498. /package/{assets → dist/assets}/icons/bolt_circle_filled.svg +0 -0
  499. /package/{assets → dist/assets}/icons/bolt_circle_outlined.svg +0 -0
  500. /package/{assets → dist/assets}/icons/bolt_filled.svg +0 -0
  501. /package/{assets → dist/assets}/icons/bolt_outlined.svg +0 -0
  502. /package/{assets → dist/assets}/icons/bookmark_filled.svg +0 -0
  503. /package/{assets → dist/assets}/icons/bookmark_outlined.svg +0 -0
  504. /package/{assets → dist/assets}/icons/bookmarks_filled.svg +0 -0
  505. /package/{assets → dist/assets}/icons/bookmarks_outlined.svg +0 -0
  506. /package/{assets → dist/assets}/icons/build_filled.svg +0 -0
  507. /package/{assets → dist/assets}/icons/build_outlined.svg +0 -0
  508. /package/{assets → dist/assets}/icons/calendar_available_filled.svg +0 -0
  509. /package/{assets → dist/assets}/icons/calendar_available_outlined.svg +0 -0
  510. /package/{assets → dist/assets}/icons/calendar_busy_filled.svg +0 -0
  511. /package/{assets → dist/assets}/icons/calendar_busy_outlined.svg +0 -0
  512. /package/{assets → dist/assets}/icons/calendar_month_filled.svg +0 -0
  513. /package/{assets → dist/assets}/icons/calendar_month_outlined.svg +0 -0
  514. /package/{assets → dist/assets}/icons/calendar_today_filled.svg +0 -0
  515. /package/{assets → dist/assets}/icons/calendar_today_outlined.svg +0 -0
  516. /package/{assets → dist/assets}/icons/call_filled.svg +0 -0
  517. /package/{assets → dist/assets}/icons/call_outlined.svg +0 -0
  518. /package/{assets → dist/assets}/icons/cancel_filled.svg +0 -0
  519. /package/{assets → dist/assets}/icons/cancel_outlined.svg +0 -0
  520. /package/{assets → dist/assets}/icons/category_filled.svg +0 -0
  521. /package/{assets → dist/assets}/icons/category_outlined.svg +0 -0
  522. /package/{assets → dist/assets}/icons/chart_add_filled.svg +0 -0
  523. /package/{assets → dist/assets}/icons/chart_add_outlined.svg +0 -0
  524. /package/{assets → dist/assets}/icons/chart_area_filled.svg +0 -0
  525. /package/{assets → dist/assets}/icons/chart_area_outlined.svg +0 -0
  526. /package/{assets → dist/assets}/icons/chart_bar.svg +0 -0
  527. /package/{assets → dist/assets}/icons/chart_bar_stacked.svg +0 -0
  528. /package/{assets → dist/assets}/icons/chart_pie_filled.svg +0 -0
  529. /package/{assets → dist/assets}/icons/chart_pie_outlined.svg +0 -0
  530. /package/{assets → dist/assets}/icons/chart_table_filled.svg +0 -0
  531. /package/{assets → dist/assets}/icons/chart_table_outlined.svg +0 -0
  532. /package/{assets → dist/assets}/icons/chat_alt_filled.svg +0 -0
  533. /package/{assets → dist/assets}/icons/chat_alt_outlined.svg +0 -0
  534. /package/{assets → dist/assets}/icons/chat_alt_unread_filled.svg +0 -0
  535. /package/{assets → dist/assets}/icons/chat_alt_unread_outlined.svg +0 -0
  536. /package/{assets → dist/assets}/icons/chat_filled.svg +0 -0
  537. /package/{assets → dist/assets}/icons/chat_outlined.svg +0 -0
  538. /package/{assets → dist/assets}/icons/chat_unread_filled.svg +0 -0
  539. /package/{assets → dist/assets}/icons/chat_unread_outlined.svg +0 -0
  540. /package/{assets → dist/assets}/icons/check.svg +0 -0
  541. /package/{assets → dist/assets}/icons/check_circle_filled.svg +0 -0
  542. /package/{assets → dist/assets}/icons/check_circle_outlined.svg +0 -0
  543. /package/{assets → dist/assets}/icons/check_indeterminate.svg +0 -0
  544. /package/{assets → dist/assets}/icons/check_small.svg +0 -0
  545. /package/{assets → dist/assets}/icons/checkbox_empty.svg +0 -0
  546. /package/{assets → dist/assets}/icons/checkbox_filled.svg +0 -0
  547. /package/{assets → dist/assets}/icons/checkbox_indeterminate_filled.svg +0 -0
  548. /package/{assets → dist/assets}/icons/checkbox_indeterminate_outlined.svg +0 -0
  549. /package/{assets → dist/assets}/icons/checkbox_outlined.svg +0 -0
  550. /package/{assets → dist/assets}/icons/clock_filled.svg +0 -0
  551. /package/{assets → dist/assets}/icons/clock_outlined.svg +0 -0
  552. /package/{assets → dist/assets}/icons/close.svg +0 -0
  553. /package/{assets → dist/assets}/icons/cloud_download_filled.svg +0 -0
  554. /package/{assets → dist/assets}/icons/cloud_download_outlined.svg +0 -0
  555. /package/{assets → dist/assets}/icons/cloud_filled.svg +0 -0
  556. /package/{assets → dist/assets}/icons/cloud_off_filled.svg +0 -0
  557. /package/{assets → dist/assets}/icons/cloud_off_outlined.svg +0 -0
  558. /package/{assets → dist/assets}/icons/cloud_outlined.svg +0 -0
  559. /package/{assets → dist/assets}/icons/cloud_upload_filled.svg +0 -0
  560. /package/{assets → dist/assets}/icons/cloud_upload_outlined.svg +0 -0
  561. /package/{assets → dist/assets}/icons/comment_add_filled.svg +0 -0
  562. /package/{assets → dist/assets}/icons/comment_add_outlined.svg +0 -0
  563. /package/{assets → dist/assets}/icons/comment_filled.svg +0 -0
  564. /package/{assets → dist/assets}/icons/comment_outlined.svg +0 -0
  565. /package/{assets → dist/assets}/icons/compare.svg +0 -0
  566. /package/{assets → dist/assets}/icons/copy_all.svg +0 -0
  567. /package/{assets → dist/assets}/icons/copy_filled.svg +0 -0
  568. /package/{assets → dist/assets}/icons/copy_outlined.svg +0 -0
  569. /package/{assets → dist/assets}/icons/crisis_alert.svg +0 -0
  570. /package/{assets → dist/assets}/icons/cut.svg +0 -0
  571. /package/{assets → dist/assets}/icons/dangerous_filled.svg +0 -0
  572. /package/{assets → dist/assets}/icons/dangerous_outlined.svg +0 -0
  573. /package/{assets → dist/assets}/icons/dashboard_filled.svg +0 -0
  574. /package/{assets → dist/assets}/icons/dashboard_outlined.svg +0 -0
  575. /package/{assets → dist/assets}/icons/database_filled.svg +0 -0
  576. /package/{assets → dist/assets}/icons/database_outlined.svg +0 -0
  577. /package/{assets → dist/assets}/icons/delete_filled.svg +0 -0
  578. /package/{assets → dist/assets}/icons/delete_outlined.svg +0 -0
  579. /package/{assets → dist/assets}/icons/desktop_filled.svg +0 -0
  580. /package/{assets → dist/assets}/icons/desktop_outlined.svg +0 -0
  581. /package/{assets → dist/assets}/icons/devices_filled.svg +0 -0
  582. /package/{assets → dist/assets}/icons/devices_outlined.svg +0 -0
  583. /package/{assets → dist/assets}/icons/download.svg +0 -0
  584. /package/{assets → dist/assets}/icons/download_done.svg +0 -0
  585. /package/{assets → dist/assets}/icons/draft_filled.svg +0 -0
  586. /package/{assets → dist/assets}/icons/draft_outlined.svg +0 -0
  587. /package/{assets → dist/assets}/icons/drag_handle.svg +0 -0
  588. /package/{assets → dist/assets}/icons/drag_indicator.svg +0 -0
  589. /package/{assets → dist/assets}/icons/eco_filled.svg +0 -0
  590. /package/{assets → dist/assets}/icons/eco_outlined.svg +0 -0
  591. /package/{assets → dist/assets}/icons/edit_filled.svg +0 -0
  592. /package/{assets → dist/assets}/icons/edit_outlined.svg +0 -0
  593. /package/{assets → dist/assets}/icons/electric_meter_filled.svg +0 -0
  594. /package/{assets → dist/assets}/icons/electric_meter_outlined.svg +0 -0
  595. /package/{assets → dist/assets}/icons/error_filled.svg +0 -0
  596. /package/{assets → dist/assets}/icons/error_outlined.svg +0 -0
  597. /package/{assets → dist/assets}/icons/exclamation.svg +0 -0
  598. /package/{assets → dist/assets}/icons/explore_filled.svg +0 -0
  599. /package/{assets → dist/assets}/icons/explore_off_filled.svg +0 -0
  600. /package/{assets → dist/assets}/icons/explore_off_outlined.svg +0 -0
  601. /package/{assets → dist/assets}/icons/explore_outlined.svg +0 -0
  602. /package/{assets → dist/assets}/icons/explore_travel.svg +0 -0
  603. /package/{assets → dist/assets}/icons/external_link.svg +0 -0
  604. /package/{assets → dist/assets}/icons/fast_forward_filled.svg +0 -0
  605. /package/{assets → dist/assets}/icons/fast_forward_outlined.svg +0 -0
  606. /package/{assets → dist/assets}/icons/fast_rewind_filled.svg +0 -0
  607. /package/{assets → dist/assets}/icons/fast_rewind_outlined.svg +0 -0
  608. /package/{assets → dist/assets}/icons/feedback_filled.svg +0 -0
  609. /package/{assets → dist/assets}/icons/feedback_outlined.svg +0 -0
  610. /package/{assets → dist/assets}/icons/file_copy_filled.svg +0 -0
  611. /package/{assets → dist/assets}/icons/file_copy_outlined.svg +0 -0
  612. /package/{assets → dist/assets}/icons/file_download_filled.svg +0 -0
  613. /package/{assets → dist/assets}/icons/file_download_outlined.svg +0 -0
  614. /package/{assets → dist/assets}/icons/file_upload_filled.svg +0 -0
  615. /package/{assets → dist/assets}/icons/file_upload_outlined.svg +0 -0
  616. /package/{assets → dist/assets}/icons/filter.svg +0 -0
  617. /package/{assets → dist/assets}/icons/filter_alt_filled.svg +0 -0
  618. /package/{assets → dist/assets}/icons/filter_alt_off_filled.svg +0 -0
  619. /package/{assets → dist/assets}/icons/filter_alt_off_outlined.svg +0 -0
  620. /package/{assets → dist/assets}/icons/filter_alt_outlined.svg +0 -0
  621. /package/{assets → dist/assets}/icons/filter_off.svg +0 -0
  622. /package/{assets → dist/assets}/icons/fire_filled.svg +0 -0
  623. /package/{assets → dist/assets}/icons/fire_outlined.svg +0 -0
  624. /package/{assets → dist/assets}/icons/first_page.svg +0 -0
  625. /package/{assets → dist/assets}/icons/fit_screen_filled.svg +0 -0
  626. /package/{assets → dist/assets}/icons/fit_screen_outlined.svg +0 -0
  627. /package/{assets → dist/assets}/icons/flag_filled.svg +0 -0
  628. /package/{assets → dist/assets}/icons/flag_outlined.svg +0 -0
  629. /package/{assets → dist/assets}/icons/flash_filled.svg +0 -0
  630. /package/{assets → dist/assets}/icons/flash_off_filled.svg +0 -0
  631. /package/{assets → dist/assets}/icons/flash_off_outlined.svg +0 -0
  632. /package/{assets → dist/assets}/icons/flash_outlined.svg +0 -0
  633. /package/{assets → dist/assets}/icons/folder_add_filled.svg +0 -0
  634. /package/{assets → dist/assets}/icons/folder_add_outlined.svg +0 -0
  635. /package/{assets → dist/assets}/icons/folder_filled.svg +0 -0
  636. /package/{assets → dist/assets}/icons/folder_move_filled.svg +0 -0
  637. /package/{assets → dist/assets}/icons/folder_move_outlined.svg +0 -0
  638. /package/{assets → dist/assets}/icons/folder_open_filled.svg +0 -0
  639. /package/{assets → dist/assets}/icons/folder_open_outlined.svg +0 -0
  640. /package/{assets → dist/assets}/icons/folder_outlined.svg +0 -0
  641. /package/{assets → dist/assets}/icons/folder_shared_filled.svg +0 -0
  642. /package/{assets → dist/assets}/icons/folder_shared_outlined.svg +0 -0
  643. /package/{assets → dist/assets}/icons/forum_filled.svg +0 -0
  644. /package/{assets → dist/assets}/icons/forum_outlined.svg +0 -0
  645. /package/{assets → dist/assets}/icons/forward.svg +0 -0
  646. /package/{assets → dist/assets}/icons/fullscreen.svg +0 -0
  647. /package/{assets → dist/assets}/icons/fullscreen_exit.svg +0 -0
  648. /package/{assets → dist/assets}/icons/group_add_filled.svg +0 -0
  649. /package/{assets → dist/assets}/icons/group_add_outlined.svg +0 -0
  650. /package/{assets → dist/assets}/icons/group_filled.svg +0 -0
  651. /package/{assets → dist/assets}/icons/group_outlined.svg +0 -0
  652. /package/{assets → dist/assets}/icons/groups_filled.svg +0 -0
  653. /package/{assets → dist/assets}/icons/groups_outlined.svg +0 -0
  654. /package/{assets → dist/assets}/icons/headphones_filled.svg +0 -0
  655. /package/{assets → dist/assets}/icons/headphones_outlined.svg +0 -0
  656. /package/{assets → dist/assets}/icons/heart_filled.svg +0 -0
  657. /package/{assets → dist/assets}/icons/heart_outlined.svg +0 -0
  658. /package/{assets → dist/assets}/icons/help_filled.svg +0 -0
  659. /package/{assets → dist/assets}/icons/help_outlined.svg +0 -0
  660. /package/{assets → dist/assets}/icons/history.svg +0 -0
  661. /package/{assets → dist/assets}/icons/home_filled.svg +0 -0
  662. /package/{assets → dist/assets}/icons/home_outlined.svg +0 -0
  663. /package/{assets → dist/assets}/icons/hourglass_empty.svg +0 -0
  664. /package/{assets → dist/assets}/icons/hourglass_filled.svg +0 -0
  665. /package/{assets → dist/assets}/icons/hourglass_outlined.svg +0 -0
  666. /package/{assets → dist/assets}/icons/image_broken_filled.svg +0 -0
  667. /package/{assets → dist/assets}/icons/image_broken_outlined.svg +0 -0
  668. /package/{assets → dist/assets}/icons/image_filled.svg +0 -0
  669. /package/{assets → dist/assets}/icons/image_gallery_filled.svg +0 -0
  670. /package/{assets → dist/assets}/icons/image_gallery_outlined.svg +0 -0
  671. /package/{assets → dist/assets}/icons/image_outlined.svg +0 -0
  672. /package/{assets → dist/assets}/icons/inbox_filled.svg +0 -0
  673. /package/{assets → dist/assets}/icons/inbox_outlined.svg +0 -0
  674. /package/{assets → dist/assets}/icons/info_filled.svg +0 -0
  675. /package/{assets → dist/assets}/icons/info_i.svg +0 -0
  676. /package/{assets → dist/assets}/icons/info_outlined.svg +0 -0
  677. /package/{assets → dist/assets}/icons/keep_filled.svg +0 -0
  678. /package/{assets → dist/assets}/icons/keep_off_filled.svg +0 -0
  679. /package/{assets → dist/assets}/icons/keep_off_outlined.svg +0 -0
  680. /package/{assets → dist/assets}/icons/keep_outlined.svg +0 -0
  681. /package/{assets → dist/assets}/icons/label_filled.svg +0 -0
  682. /package/{assets → dist/assets}/icons/label_outlined.svg +0 -0
  683. /package/{assets → dist/assets}/icons/language.svg +0 -0
  684. /package/{assets → dist/assets}/icons/laptop_filled.svg +0 -0
  685. /package/{assets → dist/assets}/icons/laptop_outlined.svg +0 -0
  686. /package/{assets → dist/assets}/icons/last_page.svg +0 -0
  687. /package/{assets → dist/assets}/icons/left_panel_close_filled.svg +0 -0
  688. /package/{assets → dist/assets}/icons/left_panel_close_outlined.svg +0 -0
  689. /package/{assets → dist/assets}/icons/left_panel_open_filled.svg +0 -0
  690. /package/{assets → dist/assets}/icons/left_panel_open_outlined.svg +0 -0
  691. /package/{assets → dist/assets}/icons/light_off_filled.svg +0 -0
  692. /package/{assets → dist/assets}/icons/light_off_outlined.svg +0 -0
  693. /package/{assets → dist/assets}/icons/lightbulb_alt_filled.svg +0 -0
  694. /package/{assets → dist/assets}/icons/lightbulb_alt_outlined.svg +0 -0
  695. /package/{assets → dist/assets}/icons/lightbulb_circle_filled.svg +0 -0
  696. /package/{assets → dist/assets}/icons/lightbulb_circle_outlined.svg +0 -0
  697. /package/{assets → dist/assets}/icons/lightbulb_filled.svg +0 -0
  698. /package/{assets → dist/assets}/icons/lightbulb_outlined.svg +0 -0
  699. /package/{assets → dist/assets}/icons/link.svg +0 -0
  700. /package/{assets → dist/assets}/icons/link_off.svg +0 -0
  701. /package/{assets → dist/assets}/icons/list.svg +0 -0
  702. /package/{assets → dist/assets}/icons/list_alt_filled.svg +0 -0
  703. /package/{assets → dist/assets}/icons/list_alt_outlined.svg +0 -0
  704. /package/{assets → dist/assets}/icons/location_disabled.svg +0 -0
  705. /package/{assets → dist/assets}/icons/location_me_filled.svg +0 -0
  706. /package/{assets → dist/assets}/icons/location_me_outlined.svg +0 -0
  707. /package/{assets → dist/assets}/icons/location_off_filled.svg +0 -0
  708. /package/{assets → dist/assets}/icons/location_off_outlined.svg +0 -0
  709. /package/{assets → dist/assets}/icons/location_on_filled.svg +0 -0
  710. /package/{assets → dist/assets}/icons/location_on_outlined.svg +0 -0
  711. /package/{assets → dist/assets}/icons/lock_filled.svg +0 -0
  712. /package/{assets → dist/assets}/icons/lock_open_filled.svg +0 -0
  713. /package/{assets → dist/assets}/icons/lock_open_outlined.svg +0 -0
  714. /package/{assets → dist/assets}/icons/lock_open_right_filled.svg +0 -0
  715. /package/{assets → dist/assets}/icons/lock_open_right_outlined.svg +0 -0
  716. /package/{assets → dist/assets}/icons/lock_outlined.svg +0 -0
  717. /package/{assets → dist/assets}/icons/login.svg +0 -0
  718. /package/{assets → dist/assets}/icons/logout.svg +0 -0
  719. /package/{assets → dist/assets}/icons/mail_filled.svg +0 -0
  720. /package/{assets → dist/assets}/icons/mail_outlined.svg +0 -0
  721. /package/{assets → dist/assets}/icons/mail_unread_filled.svg +0 -0
  722. /package/{assets → dist/assets}/icons/mail_unread_outlined.svg +0 -0
  723. /package/{assets → dist/assets}/icons/map_filled.svg +0 -0
  724. /package/{assets → dist/assets}/icons/map_outlined.svg +0 -0
  725. /package/{assets → dist/assets}/icons/menu.svg +0 -0
  726. /package/{assets → dist/assets}/icons/menu_open.svg +0 -0
  727. /package/{assets → dist/assets}/icons/mic_filled.svg +0 -0
  728. /package/{assets → dist/assets}/icons/mic_off_filled.svg +0 -0
  729. /package/{assets → dist/assets}/icons/mic_off_outlined.svg +0 -0
  730. /package/{assets → dist/assets}/icons/mic_outlined.svg +0 -0
  731. /package/{assets → dist/assets}/icons/mode_dark_filled.svg +0 -0
  732. /package/{assets → dist/assets}/icons/mode_dark_outlined.svg +0 -0
  733. /package/{assets → dist/assets}/icons/mode_light_filled.svg +0 -0
  734. /package/{assets → dist/assets}/icons/mode_light_outlined.svg +0 -0
  735. /package/{assets → dist/assets}/icons/monitoring.svg +0 -0
  736. /package/{assets → dist/assets}/icons/more_down.svg +0 -0
  737. /package/{assets → dist/assets}/icons/more_horiz.svg +0 -0
  738. /package/{assets → dist/assets}/icons/more_up.svg +0 -0
  739. /package/{assets → dist/assets}/icons/more_vert.svg +0 -0
  740. /package/{assets → dist/assets}/icons/notification_filled.svg +0 -0
  741. /package/{assets → dist/assets}/icons/notification_important_filled.svg +0 -0
  742. /package/{assets → dist/assets}/icons/notification_important_outlined.svg +0 -0
  743. /package/{assets → dist/assets}/icons/notification_off_filled.svg +0 -0
  744. /package/{assets → dist/assets}/icons/notification_off_outlined.svg +0 -0
  745. /package/{assets → dist/assets}/icons/notification_outlined.svg +0 -0
  746. /package/{assets → dist/assets}/icons/notification_unread_filled.svg +0 -0
  747. /package/{assets → dist/assets}/icons/notification_unread_outlined.svg +0 -0
  748. /package/{assets → dist/assets}/icons/ohm.svg +0 -0
  749. /package/{assets → dist/assets}/icons/open_in_full.svg +0 -0
  750. /package/{assets → dist/assets}/icons/palette_filled.svg +0 -0
  751. /package/{assets → dist/assets}/icons/palette_outlined.svg +0 -0
  752. /package/{assets → dist/assets}/icons/paste.svg +0 -0
  753. /package/{assets → dist/assets}/icons/pause_circle_filled.svg +0 -0
  754. /package/{assets → dist/assets}/icons/pause_circle_outlined.svg +0 -0
  755. /package/{assets → dist/assets}/icons/pause_filled.svg +0 -0
  756. /package/{assets → dist/assets}/icons/pause_outlined.svg +0 -0
  757. /package/{assets → dist/assets}/icons/photo_camera_filled.svg +0 -0
  758. /package/{assets → dist/assets}/icons/photo_camera_outlined.svg +0 -0
  759. /package/{assets → dist/assets}/icons/play_circle_filled.svg +0 -0
  760. /package/{assets → dist/assets}/icons/play_circle_outlined.svg +0 -0
  761. /package/{assets → dist/assets}/icons/play_filled.svg +0 -0
  762. /package/{assets → dist/assets}/icons/play_outlined.svg +0 -0
  763. /package/{assets → dist/assets}/icons/play_pause.svg +0 -0
  764. /package/{assets → dist/assets}/icons/power_filled.svg +0 -0
  765. /package/{assets → dist/assets}/icons/power_input.svg +0 -0
  766. /package/{assets → dist/assets}/icons/power_off_filled.svg +0 -0
  767. /package/{assets → dist/assets}/icons/power_off_outlined.svg +0 -0
  768. /package/{assets → dist/assets}/icons/power_outlined.svg +0 -0
  769. /package/{assets → dist/assets}/icons/power_plug.svg +0 -0
  770. /package/{assets → dist/assets}/icons/power_plug_connect_filled.svg +0 -0
  771. /package/{assets → dist/assets}/icons/power_plug_connect_outlined.svg +0 -0
  772. /package/{assets → dist/assets}/icons/power_settings.svg +0 -0
  773. /package/{assets → dist/assets}/icons/power_settings_circle_filled.svg +0 -0
  774. /package/{assets → dist/assets}/icons/power_settings_circle_outlined.svg +0 -0
  775. /package/{assets → dist/assets}/icons/power_solar_filled.svg +0 -0
  776. /package/{assets → dist/assets}/icons/power_solar_outlined.svg +0 -0
  777. /package/{assets → dist/assets}/icons/power_switch_filled.svg +0 -0
  778. /package/{assets → dist/assets}/icons/power_switch_outlined.svg +0 -0
  779. /package/{assets → dist/assets}/icons/power_wind_filled.svg +0 -0
  780. /package/{assets → dist/assets}/icons/power_wind_outlined.svg +0 -0
  781. /package/{assets → dist/assets}/icons/print_filled.svg +0 -0
  782. /package/{assets → dist/assets}/icons/print_outlined.svg +0 -0
  783. /package/{assets → dist/assets}/icons/priority_high.svg +0 -0
  784. /package/{assets → dist/assets}/icons/public.svg +0 -0
  785. /package/{assets → dist/assets}/icons/publish.svg +0 -0
  786. /package/{assets → dist/assets}/icons/question_mark.svg +0 -0
  787. /package/{assets → dist/assets}/icons/radar.svg +0 -0
  788. /package/{assets → dist/assets}/icons/radio_button_empty.svg +0 -0
  789. /package/{assets → dist/assets}/icons/redo.svg +0 -0
  790. /package/{assets → dist/assets}/icons/reload.svg +0 -0
  791. /package/{assets → dist/assets}/icons/remove.svg +0 -0
  792. /package/{assets → dist/assets}/icons/reply.svg +0 -0
  793. /package/{assets → dist/assets}/icons/reply_all.svg +0 -0
  794. /package/{assets → dist/assets}/icons/right_panel_close_filled.svg +0 -0
  795. /package/{assets → dist/assets}/icons/right_panel_close_outlined.svg +0 -0
  796. /package/{assets → dist/assets}/icons/right_panel_open_filled.svg +0 -0
  797. /package/{assets → dist/assets}/icons/right_panel_open_outlined.svg +0 -0
  798. /package/{assets → dist/assets}/icons/route.svg +0 -0
  799. /package/{assets → dist/assets}/icons/save_filled.svg +0 -0
  800. /package/{assets → dist/assets}/icons/save_outlined.svg +0 -0
  801. /package/{assets → dist/assets}/icons/search.svg +0 -0
  802. /package/{assets → dist/assets}/icons/send_filled.svg +0 -0
  803. /package/{assets → dist/assets}/icons/send_outlined.svg +0 -0
  804. /package/{assets → dist/assets}/icons/settings_filled.svg +0 -0
  805. /package/{assets → dist/assets}/icons/settings_outlined.svg +0 -0
  806. /package/{assets → dist/assets}/icons/share_filled.svg +0 -0
  807. /package/{assets → dist/assets}/icons/share_outlined.svg +0 -0
  808. /package/{assets → dist/assets}/icons/side_navigation.svg +0 -0
  809. /package/{assets → dist/assets}/icons/skip_next_filled.svg +0 -0
  810. /package/{assets → dist/assets}/icons/skip_next_outlined.svg +0 -0
  811. /package/{assets → dist/assets}/icons/skip_previous_filled.svg +0 -0
  812. /package/{assets → dist/assets}/icons/skip_previous_outlined.svg +0 -0
  813. /package/{assets → dist/assets}/icons/smartphone_filled.svg +0 -0
  814. /package/{assets → dist/assets}/icons/smartphone_outlined.svg +0 -0
  815. /package/{assets → dist/assets}/icons/sort.svg +0 -0
  816. /package/{assets → dist/assets}/icons/star_filled.svg +0 -0
  817. /package/{assets → dist/assets}/icons/star_outlined.svg +0 -0
  818. /package/{assets → dist/assets}/icons/sticky_note_filled.svg +0 -0
  819. /package/{assets → dist/assets}/icons/sticky_note_outlined.svg +0 -0
  820. /package/{assets → dist/assets}/icons/stop_circle_filled.svg +0 -0
  821. /package/{assets → dist/assets}/icons/stop_circle_outlined.svg +0 -0
  822. /package/{assets → dist/assets}/icons/stop_filled.svg +0 -0
  823. /package/{assets → dist/assets}/icons/stop_outlined.svg +0 -0
  824. /package/{assets → dist/assets}/icons/subtitles_filled.svg +0 -0
  825. /package/{assets → dist/assets}/icons/subtitles_outlined.svg +0 -0
  826. /package/{assets → dist/assets}/icons/support_agent.svg +0 -0
  827. /package/{assets → dist/assets}/icons/text_snippet_filled.svg +0 -0
  828. /package/{assets → dist/assets}/icons/text_snippet_outlined.svg +0 -0
  829. /package/{assets → dist/assets}/icons/timeline.svg +0 -0
  830. /package/{assets → dist/assets}/icons/trash_restore_filled.svg +0 -0
  831. /package/{assets → dist/assets}/icons/trash_restore_outlined.svg +0 -0
  832. /package/{assets → dist/assets}/icons/trending_down.svg +0 -0
  833. /package/{assets → dist/assets}/icons/trending_flat.svg +0 -0
  834. /package/{assets → dist/assets}/icons/trending_up.svg +0 -0
  835. /package/{assets → dist/assets}/icons/tune.svg +0 -0
  836. /package/{assets → dist/assets}/icons/unarchive_filled.svg +0 -0
  837. /package/{assets → dist/assets}/icons/unarchive_outlined.svg +0 -0
  838. /package/{assets → dist/assets}/icons/undo.svg +0 -0
  839. /package/{assets → dist/assets}/icons/upload.svg +0 -0
  840. /package/{assets → dist/assets}/icons/user_add_filled.svg +0 -0
  841. /package/{assets → dist/assets}/icons/user_add_outlined.svg +0 -0
  842. /package/{assets → dist/assets}/icons/user_circle_filled.svg +0 -0
  843. /package/{assets → dist/assets}/icons/user_circle_outlined.svg +0 -0
  844. /package/{assets → dist/assets}/icons/user_filled.svg +0 -0
  845. /package/{assets → dist/assets}/icons/user_outlined.svg +0 -0
  846. /package/{assets → dist/assets}/icons/user_settings_filled.svg +0 -0
  847. /package/{assets → dist/assets}/icons/user_settings_outlined.svg +0 -0
  848. /package/{assets → dist/assets}/icons/verified_filled.svg +0 -0
  849. /package/{assets → dist/assets}/icons/verified_outlined.svg +0 -0
  850. /package/{assets → dist/assets}/icons/video_camera_filled.svg +0 -0
  851. /package/{assets → dist/assets}/icons/video_camera_off_filled.svg +0 -0
  852. /package/{assets → dist/assets}/icons/video_camera_off_outlined.svg +0 -0
  853. /package/{assets → dist/assets}/icons/video_camera_outlined.svg +0 -0
  854. /package/{assets → dist/assets}/icons/video_gallery_filled.svg +0 -0
  855. /package/{assets → dist/assets}/icons/video_gallery_outlined.svg +0 -0
  856. /package/{assets → dist/assets}/icons/view_agenda_filled.svg +0 -0
  857. /package/{assets → dist/assets}/icons/view_agenda_outlined.svg +0 -0
  858. /package/{assets → dist/assets}/icons/view_column_filled.svg +0 -0
  859. /package/{assets → dist/assets}/icons/view_column_outlined.svg +0 -0
  860. /package/{assets → dist/assets}/icons/view_grid_filled.svg +0 -0
  861. /package/{assets → dist/assets}/icons/view_grid_outlined.svg +0 -0
  862. /package/{assets → dist/assets}/icons/view_kanban_filled.svg +0 -0
  863. /package/{assets → dist/assets}/icons/view_kanban_outlined.svg +0 -0
  864. /package/{assets → dist/assets}/icons/view_module_filled.svg +0 -0
  865. /package/{assets → dist/assets}/icons/view_module_outlined.svg +0 -0
  866. /package/{assets → dist/assets}/icons/view_timeline_filled.svg +0 -0
  867. /package/{assets → dist/assets}/icons/view_timeline_outlined.svg +0 -0
  868. /package/{assets → dist/assets}/icons/visibility_hide_filled.svg +0 -0
  869. /package/{assets → dist/assets}/icons/visibility_hide_outlined.svg +0 -0
  870. /package/{assets → dist/assets}/icons/visibility_show_filled.svg +0 -0
  871. /package/{assets → dist/assets}/icons/visibility_show_outlined.svg +0 -0
  872. /package/{assets → dist/assets}/icons/volume_down_filled.svg +0 -0
  873. /package/{assets → dist/assets}/icons/volume_down_outlined.svg +0 -0
  874. /package/{assets → dist/assets}/icons/volume_mute_filled.svg +0 -0
  875. /package/{assets → dist/assets}/icons/volume_mute_outlined.svg +0 -0
  876. /package/{assets → dist/assets}/icons/volume_off_filled.svg +0 -0
  877. /package/{assets → dist/assets}/icons/volume_off_outlined.svg +0 -0
  878. /package/{assets → dist/assets}/icons/volume_up_filled.svg +0 -0
  879. /package/{assets → dist/assets}/icons/volume_up_outlined.svg +0 -0
  880. /package/{assets → dist/assets}/icons/warning_filled.svg +0 -0
  881. /package/{assets → dist/assets}/icons/warning_outlined.svg +0 -0
  882. /package/{assets → dist/assets}/icons/water.svg +0 -0
  883. /package/{assets → dist/assets}/icons/water_alt.svg +0 -0
  884. /package/{assets → dist/assets}/icons/waterdrop_filled.svg +0 -0
  885. /package/{assets → dist/assets}/icons/waterdrop_outlined.svg +0 -0
  886. /package/{assets → dist/assets}/icons/wifi.svg +0 -0
  887. /package/{assets → dist/assets}/icons/wifi_off.svg +0 -0
  888. /package/{assets → dist/assets}/icons/windmill.svg +0 -0
  889. /package/{assets → dist/assets}/icons/zoom_in.svg +0 -0
  890. /package/{assets → dist/assets}/icons/zoom_out.svg +0 -0
  891. /package/{components → dist/components}/assistive-text/assistive-text.interface.d.ts +0 -0
  892. /package/{components → dist/components}/badge/badge.interface.d.ts +0 -0
  893. /package/{components → dist/components}/banner/banner.interface.d.ts +0 -0
  894. /package/{components/breadcrumbs/breadcrumbs.constants.ts → dist/components/breadcrumbs/breadcrumbs.constants.js} +0 -0
  895. /package/{components → dist/components}/breadcrumbs/breadcrumbs.interface.d.ts +0 -0
  896. /package/{components → dist/components}/button/common/common-button.d.ts +0 -0
  897. /package/{components → dist/components}/card/card.interface.d.ts +0 -0
  898. /package/{components → dist/components}/checkbox/checkbox.interface.d.ts +0 -0
  899. /package/{components → dist/components}/checkbox-group/checkbox-group.interface.d.ts +0 -0
  900. /package/{components → dist/components}/chip/chip.interface.d.ts +0 -0
  901. /package/{components → dist/components}/common/input-props.d.ts +0 -0
  902. /package/{components → dist/components}/divider/divider.interface.d.ts +0 -0
  903. /package/{components/dropdown/dropdown.constants.ts → dist/components/dropdown/dropdown.constants.js} +0 -0
  904. /package/{components → dist/components}/grid/grid.interface.d.ts +0 -0
  905. /package/{components → dist/components}/icon/icon.interface.d.ts +0 -0
  906. /package/{components → dist/components}/link/link.interface.d.ts +0 -0
  907. /package/{components → dist/components}/loader/loader.interface.d.ts +0 -0
  908. /package/{components/popover/popover.constants.ts → dist/components/popover/popover.constants.js} +0 -0
  909. /package/{components → dist/components}/popover/popover.interface.d.ts +0 -0
  910. /package/{components/radio-button/radio-button.constants.ts → dist/components/radio-button/radio-button.constants.js} +0 -0
  911. /package/{components → dist/components}/radio-button/radio-button.interface.d.ts +0 -0
  912. /package/{components → dist/components}/radio-button-group/radio-button-group.interface.d.ts +0 -0
  913. /package/{components → dist/components}/searchbar/searchbar.interface.d.ts +0 -0
  914. /package/{components → dist/components}/segmented-control/segmented-control.interface.d.ts +0 -0
  915. /package/{components/select/select.constants.ts → dist/components/select/select.constants.js} +0 -0
  916. /package/{components → dist/components}/select/select.interface.d.ts +0 -0
  917. /package/{components → dist/components}/side-nav/nav-item/nav-item.interface.d.ts +0 -0
  918. /package/{components → dist/components}/side-nav/nav-menu/nav-menu.interface.d.ts +0 -0
  919. /package/{components → dist/components}/side-nav/side-nav.interface.d.ts +0 -0
  920. /package/{components/switch/switch.constants.ts → dist/components/switch/switch.constants.js} +0 -0
  921. /package/{components → dist/components}/tag/tag.interface.d.ts +0 -0
  922. /package/{components/textarea/textarea.constants.ts → dist/components/textarea/textarea.constants.js} +0 -0
  923. /package/{components → dist/components}/textarea/textarea.interface.d.ts +0 -0
  924. /package/{components → dist/components}/toast/toast.interface.d.ts +0 -0
  925. /package/{components/tooltip/tooltip.constants.ts → dist/components/tooltip/tooltip.constants.js} +0 -0
  926. /package/{constants/keyboard/keyboard.constants.ts → dist/constants/keyboard/keyboard.constants.js} +0 -0
  927. /package/{css → dist/css}/bleu_iceberg.css +0 -0
  928. /package/{css → dist/css}/rte-fonts.css +0 -0
  929. /package/{css → dist/css}/rte-themes.css +0 -0
  930. /package/{css → dist/css}/vert_foret.css +0 -0
  931. /package/{css → dist/css}/violet.css +0 -0
  932. /package/{design-tokens → dist/design-tokens}/abstract/_index.scss +0 -0
  933. /package/{design-tokens → dist/design-tokens}/abstract/mixins/_index.scss +0 -0
  934. /package/{design-tokens → dist/design-tokens}/abstract/mixins/_shadow.scss +0 -0
  935. /package/{design-tokens → dist/design-tokens}/abstract/mixins/_theme.scss +0 -0
  936. /package/{design-tokens → dist/design-tokens}/abstract/mixins/_typography.scss +0 -0
  937. /package/{design-tokens → dist/design-tokens}/fonts.scss +0 -0
  938. /package/{design-tokens → dist/design-tokens}/main-internal.scss +0 -0
  939. /package/{design-tokens → dist/design-tokens}/main.scss +0 -0
  940. /package/{design-tokens → dist/design-tokens}/primitives/_colors.scss +0 -0
  941. /package/{design-tokens → dist/design-tokens}/primitives/_devColors.scss +0 -0
  942. /package/{design-tokens → dist/design-tokens}/primitives/_index.scss +0 -0
  943. /package/{design-tokens → dist/design-tokens}/primitives/_typography.scss +0 -0
  944. /package/{design-tokens → dist/design-tokens}/scripts/sourceFiles/primitives.json +0 -0
  945. /package/{design-tokens → dist/design-tokens}/scripts/sourceFiles/tokens.json +0 -0
  946. /package/{design-tokens → dist/design-tokens}/tokens/_index.scss +0 -0
  947. /package/{design-tokens → dist/design-tokens}/tokens/private/_gradient.scss +0 -0
  948. /package/{design-tokens → dist/design-tokens}/tokens/private/_index.scss +0 -0
  949. /package/{design-tokens → dist/design-tokens}/tokens/private/_shadows.scss +0 -0
  950. /package/{design-tokens → dist/design-tokens}/tokens/private/_size.scss +0 -0
  951. /package/{design-tokens → dist/design-tokens}/tokens/private/_zindex.scss +0 -0
  952. /package/{design-tokens → dist/design-tokens}/tokens/public/_border.scss +0 -0
  953. /package/{design-tokens → dist/design-tokens}/tokens/public/_elevation.scss +0 -0
  954. /package/{design-tokens → dist/design-tokens}/tokens/public/_index.scss +0 -0
  955. /package/{design-tokens → dist/design-tokens}/tokens/public/_layout.scss +0 -0
  956. /package/{design-tokens → dist/design-tokens}/tokens/public/_opacity.scss +0 -0
  957. /package/{design-tokens → dist/design-tokens}/tokens/public/_spacing.scss +0 -0
  958. /package/{design-tokens → dist/design-tokens}/tokens/public/_typography.scss +0 -0
  959. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/_index.scss +0 -0
  960. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_bleu-iceberg-dark.scss +0 -0
  961. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_bleu-iceberg-light.scss +0 -0
  962. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_index.scss +0 -0
  963. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_vert-foret-dark.scss +0 -0
  964. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_vert-foret-light.scss +0 -0
  965. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_violet-dark.scss +0 -0
  966. /package/{design-tokens → dist/design-tokens}/tokens/public/themes/base/_violet-light.scss +0 -0
@@ -1,2075 +0,0 @@
1
- [
2
- {
3
- "collection": "Primitive : Colors",
4
- "mode": "HEX Value",
5
- "variables": {
6
- "core": {
7
- "black": {
8
- "$type": "COLOR",
9
- "$scopes": [
10
- "ALL_SCOPES"
11
- ],
12
- "$value": "#000000"
13
- },
14
- "black-50": {
15
- "$type": "COLOR",
16
- "$scopes": [
17
- "ALL_SCOPES"
18
- ],
19
- "$value": "rgba(0, 0, 0, 0.50)"
20
- },
21
- "white": {
22
- "$type": "COLOR",
23
- "$scopes": [
24
- "ALL_SCOPES"
25
- ],
26
- "$value": "#ffffff"
27
- },
28
- "white-50": {
29
- "$type": "COLOR",
30
- "$scopes": [
31
- "ALL_SCOPES"
32
- ],
33
- "$value": "rgba(255, 255, 255, 0.50)"
34
- }
35
- },
36
- "greyscale": {
37
- "0": {
38
- "$type": "COLOR",
39
- "$scopes": [
40
- "ALL_SCOPES"
41
- ],
42
- "$value": "#f4f5f4"
43
- },
44
- "50": {
45
- "$type": "COLOR",
46
- "$scopes": [
47
- "ALL_SCOPES"
48
- ],
49
- "$value": "#ebebea"
50
- },
51
- "100": {
52
- "$type": "COLOR",
53
- "$scopes": [
54
- "ALL_SCOPES"
55
- ],
56
- "$value": "#e1e1e0"
57
- },
58
- "150": {
59
- "$type": "COLOR",
60
- "$scopes": [
61
- "ALL_SCOPES"
62
- ],
63
- "$value": "#d7d6d5"
64
- },
65
- "200": {
66
- "$type": "COLOR",
67
- "$scopes": [
68
- "ALL_SCOPES"
69
- ],
70
- "$value": "#cdcccb"
71
- },
72
- "250": {
73
- "$type": "COLOR",
74
- "$scopes": [
75
- "ALL_SCOPES"
76
- ],
77
- "$value": "#c2c1c0"
78
- },
79
- "300": {
80
- "$type": "COLOR",
81
- "$scopes": [
82
- "ALL_SCOPES"
83
- ],
84
- "$value": "#b7b7b6"
85
- },
86
- "350": {
87
- "$type": "COLOR",
88
- "$scopes": [
89
- "ALL_SCOPES"
90
- ],
91
- "$value": "#acacab"
92
- },
93
- "400": {
94
- "$type": "COLOR",
95
- "$scopes": [
96
- "ALL_SCOPES"
97
- ],
98
- "$value": "#a1a1a0"
99
- },
100
- "450": {
101
- "$type": "COLOR",
102
- "$scopes": [
103
- "ALL_SCOPES"
104
- ],
105
- "$value": "#969695"
106
- },
107
- "500": {
108
- "$type": "COLOR",
109
- "$scopes": [
110
- "ALL_SCOPES"
111
- ],
112
- "$value": "#8b8a8a"
113
- },
114
- "550": {
115
- "$type": "COLOR",
116
- "$scopes": [
117
- "ALL_SCOPES"
118
- ],
119
- "$value": "#7f7e7e"
120
- },
121
- "600": {
122
- "$type": "COLOR",
123
- "$scopes": [
124
- "ALL_SCOPES"
125
- ],
126
- "$value": "#737272"
127
- },
128
- "650": {
129
- "$type": "COLOR",
130
- "$scopes": [
131
- "ALL_SCOPES"
132
- ],
133
- "$value": "#666665"
134
- },
135
- "700": {
136
- "$type": "COLOR",
137
- "$scopes": [
138
- "ALL_SCOPES"
139
- ],
140
- "$value": "#595958"
141
- },
142
- "750": {
143
- "$type": "COLOR",
144
- "$scopes": [
145
- "ALL_SCOPES"
146
- ],
147
- "$value": "#4c4c4b"
148
- },
149
- "800": {
150
- "$type": "COLOR",
151
- "$scopes": [
152
- "ALL_SCOPES"
153
- ],
154
- "$value": "#3e3e3d"
155
- },
156
- "850": {
157
- "$type": "COLOR",
158
- "$scopes": [
159
- "ALL_SCOPES"
160
- ],
161
- "$value": "#302f2f"
162
- },
163
- "900": {
164
- "$type": "COLOR",
165
- "$scopes": [
166
- "ALL_SCOPES"
167
- ],
168
- "$value": "#201f1f"
169
- },
170
- "950": {
171
- "$type": "COLOR",
172
- "$scopes": [
173
- "ALL_SCOPES"
174
- ],
175
- "$value": "#0d0c0c"
176
- }
177
- },
178
- "bleu-rte": {
179
- "0": {
180
- "$type": "COLOR",
181
- "$scopes": [
182
- "ALL_SCOPES"
183
- ],
184
- "$value": "#f8fdff"
185
- },
186
- "50": {
187
- "$type": "COLOR",
188
- "$scopes": [
189
- "ALL_SCOPES"
190
- ],
191
- "$value": "#f0fbff"
192
- },
193
- "100": {
194
- "$type": "COLOR",
195
- "$scopes": [
196
- "ALL_SCOPES"
197
- ],
198
- "$value": "#e0f5fe"
199
- },
200
- "200": {
201
- "$type": "COLOR",
202
- "$scopes": [
203
- "ALL_SCOPES"
204
- ],
205
- "$value": "#b9edfe"
206
- },
207
- "300": {
208
- "$type": "COLOR",
209
- "$scopes": [
210
- "ALL_SCOPES"
211
- ],
212
- "$value": "#7ce1fd"
213
- },
214
- "400": {
215
- "$type": "COLOR",
216
- "$scopes": [
217
- "ALL_SCOPES"
218
- ],
219
- "$value": "#36d3fa"
220
- },
221
- "500": {
222
- "$type": "COLOR",
223
- "$scopes": [
224
- "ALL_SCOPES"
225
- ],
226
- "$value": "#0cbdeb"
227
- },
228
- "600": {
229
- "$type": "COLOR",
230
- "$scopes": [
231
- "ALL_SCOPES"
232
- ],
233
- "$value": "#00a6d9"
234
- },
235
- "700": {
236
- "$type": "COLOR",
237
- "$scopes": [
238
- "ALL_SCOPES"
239
- ],
240
- "$value": "#017aa3"
241
- },
242
- "800": {
243
- "$type": "COLOR",
244
- "$scopes": [
245
- "ALL_SCOPES"
246
- ],
247
- "$value": "#066686"
248
- },
249
- "900": {
250
- "$type": "COLOR",
251
- "$scopes": [
252
- "ALL_SCOPES"
253
- ],
254
- "$value": "#0b556f"
255
- },
256
- "950": {
257
- "$type": "COLOR",
258
- "$scopes": [
259
- "ALL_SCOPES"
260
- ],
261
- "$value": "#07364a"
262
- }
263
- },
264
- "bleu-digital": {
265
- "0": {
266
- "$type": "COLOR",
267
- "$scopes": [
268
- "ALL_SCOPES"
269
- ],
270
- "$value": "#f7faff"
271
- },
272
- "50": {
273
- "$type": "COLOR",
274
- "$scopes": [
275
- "ALL_SCOPES"
276
- ],
277
- "$value": "#eef7ff"
278
- },
279
- "100": {
280
- "$type": "COLOR",
281
- "$scopes": [
282
- "ALL_SCOPES"
283
- ],
284
- "$value": "#d8ebff"
285
- },
286
- "200": {
287
- "$type": "COLOR",
288
- "$scopes": [
289
- "ALL_SCOPES"
290
- ],
291
- "$value": "#baddff"
292
- },
293
- "300": {
294
- "$type": "COLOR",
295
- "$scopes": [
296
- "ALL_SCOPES"
297
- ],
298
- "$value": "#8ac8ff"
299
- },
300
- "400": {
301
- "$type": "COLOR",
302
- "$scopes": [
303
- "ALL_SCOPES"
304
- ],
305
- "$value": "#53aaff"
306
- },
307
- "500": {
308
- "$type": "COLOR",
309
- "$scopes": [
310
- "ALL_SCOPES"
311
- ],
312
- "$value": "#2b86ff"
313
- },
314
- "600": {
315
- "$type": "COLOR",
316
- "$scopes": [
317
- "ALL_SCOPES"
318
- ],
319
- "$value": "#1465fc"
320
- },
321
- "700": {
322
- "$type": "COLOR",
323
- "$scopes": [
324
- "ALL_SCOPES"
325
- ],
326
- "$value": "#0d4fea"
327
- },
328
- "800": {
329
- "$type": "COLOR",
330
- "$scopes": [
331
- "ALL_SCOPES"
332
- ],
333
- "$value": "#123fbb"
334
- },
335
- "900": {
336
- "$type": "COLOR",
337
- "$scopes": [
338
- "ALL_SCOPES"
339
- ],
340
- "$value": "#153b93"
341
- },
342
- "950": {
343
- "$type": "COLOR",
344
- "$scopes": [
345
- "ALL_SCOPES"
346
- ],
347
- "$value": "#122559"
348
- }
349
- },
350
- "marine": {
351
- "0": {
352
- "$type": "COLOR",
353
- "$scopes": [
354
- "ALL_SCOPES"
355
- ],
356
- "$value": "#f7f9fc"
357
- },
358
- "50": {
359
- "$type": "COLOR",
360
- "$scopes": [
361
- "ALL_SCOPES"
362
- ],
363
- "$value": "#f3f6fc"
364
- },
365
- "100": {
366
- "$type": "COLOR",
367
- "$scopes": [
368
- "ALL_SCOPES"
369
- ],
370
- "$value": "#e7edf7"
371
- },
372
- "200": {
373
- "$type": "COLOR",
374
- "$scopes": [
375
- "ALL_SCOPES"
376
- ],
377
- "$value": "#c9d8ee"
378
- },
379
- "300": {
380
- "$type": "COLOR",
381
- "$scopes": [
382
- "ALL_SCOPES"
383
- ],
384
- "$value": "#9ab9df"
385
- },
386
- "400": {
387
- "$type": "COLOR",
388
- "$scopes": [
389
- "ALL_SCOPES"
390
- ],
391
- "$value": "#6494cc"
392
- },
393
- "500": {
394
- "$type": "COLOR",
395
- "$scopes": [
396
- "ALL_SCOPES"
397
- ],
398
- "$value": "#3d70ad"
399
- },
400
- "600": {
401
- "$type": "COLOR",
402
- "$scopes": [
403
- "ALL_SCOPES"
404
- ],
405
- "$value": "#2f5d9a"
406
- },
407
- "700": {
408
- "$type": "COLOR",
409
- "$scopes": [
410
- "ALL_SCOPES"
411
- ],
412
- "$value": "#274a7d"
413
- },
414
- "800": {
415
- "$type": "COLOR",
416
- "$scopes": [
417
- "ALL_SCOPES"
418
- ],
419
- "$value": "#244068"
420
- },
421
- "900": {
422
- "$type": "COLOR",
423
- "$scopes": [
424
- "ALL_SCOPES"
425
- ],
426
- "$value": "#233857"
427
- },
428
- "950": {
429
- "$type": "COLOR",
430
- "$scopes": [
431
- "ALL_SCOPES"
432
- ],
433
- "$value": "#17243a"
434
- }
435
- },
436
- "bleu-iceberg": {
437
- "0": {
438
- "$type": "COLOR",
439
- "$scopes": [
440
- "ALL_SCOPES"
441
- ],
442
- "$value": "#f9fbfd"
443
- },
444
- "50": {
445
- "$type": "COLOR",
446
- "$scopes": [
447
- "ALL_SCOPES"
448
- ],
449
- "$value": "#f3f6fc"
450
- },
451
- "100": {
452
- "$type": "COLOR",
453
- "$scopes": [
454
- "ALL_SCOPES"
455
- ],
456
- "$value": "#e6eef8"
457
- },
458
- "200": {
459
- "$type": "COLOR",
460
- "$scopes": [
461
- "ALL_SCOPES"
462
- ],
463
- "$value": "#c7dbf0"
464
- },
465
- "300": {
466
- "$type": "COLOR",
467
- "$scopes": [
468
- "ALL_SCOPES"
469
- ],
470
- "$value": "#96bde3"
471
- },
472
- "400": {
473
- "$type": "COLOR",
474
- "$scopes": [
475
- "ALL_SCOPES"
476
- ],
477
- "$value": "#5e9ad2"
478
- },
479
- "500": {
480
- "$type": "COLOR",
481
- "$scopes": [
482
- "ALL_SCOPES"
483
- ],
484
- "$value": "#397ebe"
485
- },
486
- "600": {
487
- "$type": "COLOR",
488
- "$scopes": [
489
- "ALL_SCOPES"
490
- ],
491
- "$value": "#2964a0"
492
- },
493
- "700": {
494
- "$type": "COLOR",
495
- "$scopes": [
496
- "ALL_SCOPES"
497
- ],
498
- "$value": "#225082"
499
- },
500
- "800": {
501
- "$type": "COLOR",
502
- "$scopes": [
503
- "ALL_SCOPES"
504
- ],
505
- "$value": "#214770"
506
- },
507
- "900": {
508
- "$type": "COLOR",
509
- "$scopes": [
510
- "ALL_SCOPES"
511
- ],
512
- "$value": "#1f3b5b"
513
- },
514
- "950": {
515
- "$type": "COLOR",
516
- "$scopes": [
517
- "ALL_SCOPES"
518
- ],
519
- "$value": "#15253c"
520
- }
521
- },
522
- "bleu-petrole": {
523
- "0": {
524
- "$type": "COLOR",
525
- "$scopes": [
526
- "ALL_SCOPES"
527
- ],
528
- "$value": "#fbfcfd"
529
- },
530
- "50": {
531
- "$type": "COLOR",
532
- "$scopes": [
533
- "ALL_SCOPES"
534
- ],
535
- "$value": "#f2f8f9"
536
- },
537
- "100": {
538
- "$type": "COLOR",
539
- "$scopes": [
540
- "ALL_SCOPES"
541
- ],
542
- "$value": "#deecef"
543
- },
544
- "200": {
545
- "$type": "COLOR",
546
- "$scopes": [
547
- "ALL_SCOPES"
548
- ],
549
- "$value": "#c1dae0"
550
- },
551
- "300": {
552
- "$type": "COLOR",
553
- "$scopes": [
554
- "ALL_SCOPES"
555
- ],
556
- "$value": "#95bfcb"
557
- },
558
- "400": {
559
- "$type": "COLOR",
560
- "$scopes": [
561
- "ALL_SCOPES"
562
- ],
563
- "$value": "#639cad"
564
- },
565
- "500": {
566
- "$type": "COLOR",
567
- "$scopes": [
568
- "ALL_SCOPES"
569
- ],
570
- "$value": "#478093"
571
- },
572
- "600": {
573
- "$type": "COLOR",
574
- "$scopes": [
575
- "ALL_SCOPES"
576
- ],
577
- "$value": "#3e6a7c"
578
- },
579
- "700": {
580
- "$type": "COLOR",
581
- "$scopes": [
582
- "ALL_SCOPES"
583
- ],
584
- "$value": "#375867"
585
- },
586
- "800": {
587
- "$type": "COLOR",
588
- "$scopes": [
589
- "ALL_SCOPES"
590
- ],
591
- "$value": "#334a57"
592
- },
593
- "900": {
594
- "$type": "COLOR",
595
- "$scopes": [
596
- "ALL_SCOPES"
597
- ],
598
- "$value": "#2e404b"
599
- },
600
- "950": {
601
- "$type": "COLOR",
602
- "$scopes": [
603
- "ALL_SCOPES"
604
- ],
605
- "$value": "#10181d"
606
- }
607
- },
608
- "bleu-cyan": {
609
- "0": {
610
- "$type": "COLOR",
611
- "$scopes": [
612
- "ALL_SCOPES"
613
- ],
614
- "$value": "#f9feff"
615
- },
616
- "50": {
617
- "$type": "COLOR",
618
- "$scopes": [
619
- "ALL_SCOPES"
620
- ],
621
- "$value": "#edfdfe"
622
- },
623
- "100": {
624
- "$type": "COLOR",
625
- "$scopes": [
626
- "ALL_SCOPES"
627
- ],
628
- "$value": "#d1f9fc"
629
- },
630
- "200": {
631
- "$type": "COLOR",
632
- "$scopes": [
633
- "ALL_SCOPES"
634
- ],
635
- "$value": "#a9f2f8"
636
- },
637
- "300": {
638
- "$type": "COLOR",
639
- "$scopes": [
640
- "ALL_SCOPES"
641
- ],
642
- "$value": "#6ee6f2"
643
- },
644
- "400": {
645
- "$type": "COLOR",
646
- "$scopes": [
647
- "ALL_SCOPES"
648
- ],
649
- "$value": "#2bd0e5"
650
- },
651
- "500": {
652
- "$type": "COLOR",
653
- "$scopes": [
654
- "ALL_SCOPES"
655
- ],
656
- "$value": "#0fb3cb"
657
- },
658
- "600": {
659
- "$type": "COLOR",
660
- "$scopes": [
661
- "ALL_SCOPES"
662
- ],
663
- "$value": "#108faa"
664
- },
665
- "700": {
666
- "$type": "COLOR",
667
- "$scopes": [
668
- "ALL_SCOPES"
669
- ],
670
- "$value": "#14738a"
671
- },
672
- "800": {
673
- "$type": "COLOR",
674
- "$scopes": [
675
- "ALL_SCOPES"
676
- ],
677
- "$value": "#195e71"
678
- },
679
- "900": {
680
- "$type": "COLOR",
681
- "$scopes": [
682
- "ALL_SCOPES"
683
- ],
684
- "$value": "#1a4d5f"
685
- },
686
- "950": {
687
- "$type": "COLOR",
688
- "$scopes": [
689
- "ALL_SCOPES"
690
- ],
691
- "$value": "#0c3949"
692
- }
693
- },
694
- "vert-foret": {
695
- "0": {
696
- "$type": "COLOR",
697
- "$scopes": [
698
- "ALL_SCOPES"
699
- ],
700
- "$value": "#f5fcfa"
701
- },
702
- "50": {
703
- "$type": "COLOR",
704
- "$scopes": [
705
- "ALL_SCOPES"
706
- ],
707
- "$value": "#effaf6"
708
- },
709
- "100": {
710
- "$type": "COLOR",
711
- "$scopes": [
712
- "ALL_SCOPES"
713
- ],
714
- "$value": "#d7f4e6"
715
- },
716
- "200": {
717
- "$type": "COLOR",
718
- "$scopes": [
719
- "ALL_SCOPES"
720
- ],
721
- "$value": "#b3e7d1"
722
- },
723
- "300": {
724
- "$type": "COLOR",
725
- "$scopes": [
726
- "ALL_SCOPES"
727
- ],
728
- "$value": "#81d4b7"
729
- },
730
- "400": {
731
- "$type": "COLOR",
732
- "$scopes": [
733
- "ALL_SCOPES"
734
- ],
735
- "$value": "#4dba97"
736
- },
737
- "500": {
738
- "$type": "COLOR",
739
- "$scopes": [
740
- "ALL_SCOPES"
741
- ],
742
- "$value": "#2a9f7d"
743
- },
744
- "600": {
745
- "$type": "COLOR",
746
- "$scopes": [
747
- "ALL_SCOPES"
748
- ],
749
- "$value": "#1b8065"
750
- },
751
- "700": {
752
- "$type": "COLOR",
753
- "$scopes": [
754
- "ALL_SCOPES"
755
- ],
756
- "$value": "#176b57"
757
- },
758
- "800": {
759
- "$type": "COLOR",
760
- "$scopes": [
761
- "ALL_SCOPES"
762
- ],
763
- "$value": "#145143"
764
- },
765
- "900": {
766
- "$type": "COLOR",
767
- "$scopes": [
768
- "ALL_SCOPES"
769
- ],
770
- "$value": "#114338"
771
- },
772
- "950": {
773
- "$type": "COLOR",
774
- "$scopes": [
775
- "ALL_SCOPES"
776
- ],
777
- "$value": "#082620"
778
- }
779
- },
780
- "vert": {
781
- "0": {
782
- "$type": "COLOR",
783
- "$scopes": [
784
- "ALL_SCOPES"
785
- ],
786
- "$value": "#f5fffe"
787
- },
788
- "50": {
789
- "$type": "COLOR",
790
- "$scopes": [
791
- "ALL_SCOPES"
792
- ],
793
- "$value": "#effefb"
794
- },
795
- "100": {
796
- "$type": "COLOR",
797
- "$scopes": [
798
- "ALL_SCOPES"
799
- ],
800
- "$value": "#c7fff4"
801
- },
802
- "200": {
803
- "$type": "COLOR",
804
- "$scopes": [
805
- "ALL_SCOPES"
806
- ],
807
- "$value": "#90ffe8"
808
- },
809
- "300": {
810
- "$type": "COLOR",
811
- "$scopes": [
812
- "ALL_SCOPES"
813
- ],
814
- "$value": "#51f7dc"
815
- },
816
- "400": {
817
- "$type": "COLOR",
818
- "$scopes": [
819
- "ALL_SCOPES"
820
- ],
821
- "$value": "#1de4ca"
822
- },
823
- "500": {
824
- "$type": "COLOR",
825
- "$scopes": [
826
- "ALL_SCOPES"
827
- ],
828
- "$value": "#04c8b1"
829
- },
830
- "600": {
831
- "$type": "COLOR",
832
- "$scopes": [
833
- "ALL_SCOPES"
834
- ],
835
- "$value": "#009e8f"
836
- },
837
- "700": {
838
- "$type": "COLOR",
839
- "$scopes": [
840
- "ALL_SCOPES"
841
- ],
842
- "$value": "#058075"
843
- },
844
- "800": {
845
- "$type": "COLOR",
846
- "$scopes": [
847
- "ALL_SCOPES"
848
- ],
849
- "$value": "#0a655e"
850
- },
851
- "900": {
852
- "$type": "COLOR",
853
- "$scopes": [
854
- "ALL_SCOPES"
855
- ],
856
- "$value": "#0d544f"
857
- },
858
- "950": {
859
- "$type": "COLOR",
860
- "$scopes": [
861
- "ALL_SCOPES"
862
- ],
863
- "$value": "#003332"
864
- }
865
- },
866
- "vert-indications": {
867
- "0": {
868
- "$type": "COLOR",
869
- "$scopes": [
870
- "ALL_SCOPES"
871
- ],
872
- "$value": "#fdfef8"
873
- },
874
- "50": {
875
- "$type": "COLOR",
876
- "$scopes": [
877
- "ALL_SCOPES"
878
- ],
879
- "$value": "#fafce9"
880
- },
881
- "100": {
882
- "$type": "COLOR",
883
- "$scopes": [
884
- "ALL_SCOPES"
885
- ],
886
- "$value": "#f3f8cf"
887
- },
888
- "200": {
889
- "$type": "COLOR",
890
- "$scopes": [
891
- "ALL_SCOPES"
892
- ],
893
- "$value": "#e6f2a4"
894
- },
895
- "300": {
896
- "$type": "COLOR",
897
- "$scopes": [
898
- "ALL_SCOPES"
899
- ],
900
- "$value": "#d3e86e"
901
- },
902
- "400": {
903
- "$type": "COLOR",
904
- "$scopes": [
905
- "ALL_SCOPES"
906
- ],
907
- "$value": "#bed942"
908
- },
909
- "500": {
910
- "$type": "COLOR",
911
- "$scopes": [
912
- "ALL_SCOPES"
913
- ],
914
- "$value": "#a4c424"
915
- },
916
- "600": {
917
- "$type": "COLOR",
918
- "$scopes": [
919
- "ALL_SCOPES"
920
- ],
921
- "$value": "#7c9818"
922
- },
923
- "700": {
924
- "$type": "COLOR",
925
- "$scopes": [
926
- "ALL_SCOPES"
927
- ],
928
- "$value": "#5e7417"
929
- },
930
- "800": {
931
- "$type": "COLOR",
932
- "$scopes": [
933
- "ALL_SCOPES"
934
- ],
935
- "$value": "#4b5c18"
936
- },
937
- "900": {
938
- "$type": "COLOR",
939
- "$scopes": [
940
- "ALL_SCOPES"
941
- ],
942
- "$value": "#404e19"
943
- },
944
- "950": {
945
- "$type": "COLOR",
946
- "$scopes": [
947
- "ALL_SCOPES"
948
- ],
949
- "$value": "#212b08"
950
- }
951
- },
952
- "vert-digital": {
953
- "0": {
954
- "$type": "COLOR",
955
- "$scopes": [
956
- "ALL_SCOPES"
957
- ],
958
- "$value": "#f7fffb"
959
- },
960
- "50": {
961
- "$type": "COLOR",
962
- "$scopes": [
963
- "ALL_SCOPES"
964
- ],
965
- "$value": "#effef6"
966
- },
967
- "100": {
968
- "$type": "COLOR",
969
- "$scopes": [
970
- "ALL_SCOPES"
971
- ],
972
- "$value": "#d9ffec"
973
- },
974
- "200": {
975
- "$type": "COLOR",
976
- "$scopes": [
977
- "ALL_SCOPES"
978
- ],
979
- "$value": "#b5fdd9"
980
- },
981
- "300": {
982
- "$type": "COLOR",
983
- "$scopes": [
984
- "ALL_SCOPES"
985
- ],
986
- "$value": "#65f8b0"
987
- },
988
- "400": {
989
- "$type": "COLOR",
990
- "$scopes": [
991
- "ALL_SCOPES"
992
- ],
993
- "$value": "#3cec96"
994
- },
995
- "500": {
996
- "$type": "COLOR",
997
- "$scopes": [
998
- "ALL_SCOPES"
999
- ],
1000
- "$value": "#12d577"
1001
- },
1002
- "600": {
1003
- "$type": "COLOR",
1004
- "$scopes": [
1005
- "ALL_SCOPES"
1006
- ],
1007
- "$value": "#09b05f"
1008
- },
1009
- "700": {
1010
- "$type": "COLOR",
1011
- "$scopes": [
1012
- "ALL_SCOPES"
1013
- ],
1014
- "$value": "#0b8a4d"
1015
- },
1016
- "800": {
1017
- "$type": "COLOR",
1018
- "$scopes": [
1019
- "ALL_SCOPES"
1020
- ],
1021
- "$value": "#0e6d40"
1022
- },
1023
- "900": {
1024
- "$type": "COLOR",
1025
- "$scopes": [
1026
- "ALL_SCOPES"
1027
- ],
1028
- "$value": "#0e5937"
1029
- },
1030
- "950": {
1031
- "$type": "COLOR",
1032
- "$scopes": [
1033
- "ALL_SCOPES"
1034
- ],
1035
- "$value": "#01321c"
1036
- }
1037
- },
1038
- "jaune": {
1039
- "0": {
1040
- "$type": "COLOR",
1041
- "$scopes": [
1042
- "ALL_SCOPES"
1043
- ],
1044
- "$value": "#fffef5"
1045
- },
1046
- "50": {
1047
- "$type": "COLOR",
1048
- "$scopes": [
1049
- "ALL_SCOPES"
1050
- ],
1051
- "$value": "#feffe7"
1052
- },
1053
- "100": {
1054
- "$type": "COLOR",
1055
- "$scopes": [
1056
- "ALL_SCOPES"
1057
- ],
1058
- "$value": "#faffc1"
1059
- },
1060
- "200": {
1061
- "$type": "COLOR",
1062
- "$scopes": [
1063
- "ALL_SCOPES"
1064
- ],
1065
- "$value": "#faff86"
1066
- },
1067
- "300": {
1068
- "$type": "COLOR",
1069
- "$scopes": [
1070
- "ALL_SCOPES"
1071
- ],
1072
- "$value": "#ffff41"
1073
- },
1074
- "400": {
1075
- "$type": "COLOR",
1076
- "$scopes": [
1077
- "ALL_SCOPES"
1078
- ],
1079
- "$value": "#fff30d"
1080
- },
1081
- "500": {
1082
- "$type": "COLOR",
1083
- "$scopes": [
1084
- "ALL_SCOPES"
1085
- ],
1086
- "$value": "#ffe500"
1087
- },
1088
- "600": {
1089
- "$type": "COLOR",
1090
- "$scopes": [
1091
- "ALL_SCOPES"
1092
- ],
1093
- "$value": "#d1aa00"
1094
- },
1095
- "700": {
1096
- "$type": "COLOR",
1097
- "$scopes": [
1098
- "ALL_SCOPES"
1099
- ],
1100
- "$value": "#a67a02"
1101
- },
1102
- "800": {
1103
- "$type": "COLOR",
1104
- "$scopes": [
1105
- "ALL_SCOPES"
1106
- ],
1107
- "$value": "#895f0a"
1108
- },
1109
- "900": {
1110
- "$type": "COLOR",
1111
- "$scopes": [
1112
- "ALL_SCOPES"
1113
- ],
1114
- "$value": "#744d0f"
1115
- },
1116
- "950": {
1117
- "$type": "COLOR",
1118
- "$scopes": [
1119
- "ALL_SCOPES"
1120
- ],
1121
- "$value": "#442904"
1122
- }
1123
- },
1124
- "jaune-ocre": {
1125
- "0": {
1126
- "$type": "COLOR",
1127
- "$scopes": [
1128
- "ALL_SCOPES"
1129
- ],
1130
- "$value": "#fefcf8"
1131
- },
1132
- "50": {
1133
- "$type": "COLOR",
1134
- "$scopes": [
1135
- "ALL_SCOPES"
1136
- ],
1137
- "$value": "#fcf9ea"
1138
- },
1139
- "100": {
1140
- "$type": "COLOR",
1141
- "$scopes": [
1142
- "ALL_SCOPES"
1143
- ],
1144
- "$value": "#faefc7"
1145
- },
1146
- "200": {
1147
- "$type": "COLOR",
1148
- "$scopes": [
1149
- "ALL_SCOPES"
1150
- ],
1151
- "$value": "#f5de93"
1152
- },
1153
- "300": {
1154
- "$type": "COLOR",
1155
- "$scopes": [
1156
- "ALL_SCOPES"
1157
- ],
1158
- "$value": "#efc655"
1159
- },
1160
- "400": {
1161
- "$type": "COLOR",
1162
- "$scopes": [
1163
- "ALL_SCOPES"
1164
- ],
1165
- "$value": "#ebb53d"
1166
- },
1167
- "500": {
1168
- "$type": "COLOR",
1169
- "$scopes": [
1170
- "ALL_SCOPES"
1171
- ],
1172
- "$value": "#d99519"
1173
- },
1174
- "600": {
1175
- "$type": "COLOR",
1176
- "$scopes": [
1177
- "ALL_SCOPES"
1178
- ],
1179
- "$value": "#bb7313"
1180
- },
1181
- "700": {
1182
- "$type": "COLOR",
1183
- "$scopes": [
1184
- "ALL_SCOPES"
1185
- ],
1186
- "$value": "#955213"
1187
- },
1188
- "800": {
1189
- "$type": "COLOR",
1190
- "$scopes": [
1191
- "ALL_SCOPES"
1192
- ],
1193
- "$value": "#7c4117"
1194
- },
1195
- "900": {
1196
- "$type": "COLOR",
1197
- "$scopes": [
1198
- "ALL_SCOPES"
1199
- ],
1200
- "$value": "#6a3619"
1201
- },
1202
- "950": {
1203
- "$type": "COLOR",
1204
- "$scopes": [
1205
- "ALL_SCOPES"
1206
- ],
1207
- "$value": "#3d1c0b"
1208
- }
1209
- },
1210
- "jaune-indications": {
1211
- "0": {
1212
- "$type": "COLOR",
1213
- "$scopes": [
1214
- "ALL_SCOPES"
1215
- ],
1216
- "$value": "#fffbf7"
1217
- },
1218
- "50": {
1219
- "$type": "COLOR",
1220
- "$scopes": [
1221
- "ALL_SCOPES"
1222
- ],
1223
- "$value": "#fef7ec"
1224
- },
1225
- "100": {
1226
- "$type": "COLOR",
1227
- "$scopes": [
1228
- "ALL_SCOPES"
1229
- ],
1230
- "$value": "#fce7c9"
1231
- },
1232
- "200": {
1233
- "$type": "COLOR",
1234
- "$scopes": [
1235
- "ALL_SCOPES"
1236
- ],
1237
- "$value": "#f9ce8e"
1238
- },
1239
- "300": {
1240
- "$type": "COLOR",
1241
- "$scopes": [
1242
- "ALL_SCOPES"
1243
- ],
1244
- "$value": "#f6ab4d"
1245
- },
1246
- "400": {
1247
- "$type": "COLOR",
1248
- "$scopes": [
1249
- "ALL_SCOPES"
1250
- ],
1251
- "$value": "#f4922b"
1252
- },
1253
- "500": {
1254
- "$type": "COLOR",
1255
- "$scopes": [
1256
- "ALL_SCOPES"
1257
- ],
1258
- "$value": "#ed6e13"
1259
- },
1260
- "600": {
1261
- "$type": "COLOR",
1262
- "$scopes": [
1263
- "ALL_SCOPES"
1264
- ],
1265
- "$value": "#d24e0d"
1266
- },
1267
- "700": {
1268
- "$type": "COLOR",
1269
- "$scopes": [
1270
- "ALL_SCOPES"
1271
- ],
1272
- "$value": "#ae330f"
1273
- },
1274
- "800": {
1275
- "$type": "COLOR",
1276
- "$scopes": [
1277
- "ALL_SCOPES"
1278
- ],
1279
- "$value": "#8e2712"
1280
- },
1281
- "900": {
1282
- "$type": "COLOR",
1283
- "$scopes": [
1284
- "ALL_SCOPES"
1285
- ],
1286
- "$value": "#752112"
1287
- },
1288
- "950": {
1289
- "$type": "COLOR",
1290
- "$scopes": [
1291
- "ALL_SCOPES"
1292
- ],
1293
- "$value": "#430e05"
1294
- }
1295
- },
1296
- "saumon": {
1297
- "0": {
1298
- "$type": "COLOR",
1299
- "$scopes": [
1300
- "ALL_SCOPES"
1301
- ],
1302
- "$value": "#fef9f7"
1303
- },
1304
- "50": {
1305
- "$type": "COLOR",
1306
- "$scopes": [
1307
- "ALL_SCOPES"
1308
- ],
1309
- "$value": "#fef4f2"
1310
- },
1311
- "100": {
1312
- "$type": "COLOR",
1313
- "$scopes": [
1314
- "ALL_SCOPES"
1315
- ],
1316
- "$value": "#fde8e3"
1317
- },
1318
- "200": {
1319
- "$type": "COLOR",
1320
- "$scopes": [
1321
- "ALL_SCOPES"
1322
- ],
1323
- "$value": "#fcd5cc"
1324
- },
1325
- "300": {
1326
- "$type": "COLOR",
1327
- "$scopes": [
1328
- "ALL_SCOPES"
1329
- ],
1330
- "$value": "#f9b7a8"
1331
- },
1332
- "400": {
1333
- "$type": "COLOR",
1334
- "$scopes": [
1335
- "ALL_SCOPES"
1336
- ],
1337
- "$value": "#f48d75"
1338
- },
1339
- "500": {
1340
- "$type": "COLOR",
1341
- "$scopes": [
1342
- "ALL_SCOPES"
1343
- ],
1344
- "$value": "#ec775c"
1345
- },
1346
- "600": {
1347
- "$type": "COLOR",
1348
- "$scopes": [
1349
- "ALL_SCOPES"
1350
- ],
1351
- "$value": "#d64c2c"
1352
- },
1353
- "700": {
1354
- "$type": "COLOR",
1355
- "$scopes": [
1356
- "ALL_SCOPES"
1357
- ],
1358
- "$value": "#b43d21"
1359
- },
1360
- "800": {
1361
- "$type": "COLOR",
1362
- "$scopes": [
1363
- "ALL_SCOPES"
1364
- ],
1365
- "$value": "#95351f"
1366
- },
1367
- "900": {
1368
- "$type": "COLOR",
1369
- "$scopes": [
1370
- "ALL_SCOPES"
1371
- ],
1372
- "$value": "#7c3120"
1373
- },
1374
- "950": {
1375
- "$type": "COLOR",
1376
- "$scopes": [
1377
- "ALL_SCOPES"
1378
- ],
1379
- "$value": "#43160c"
1380
- }
1381
- },
1382
- "rose-digital": {
1383
- "0": {
1384
- "$type": "COLOR",
1385
- "$scopes": [
1386
- "ALL_SCOPES"
1387
- ],
1388
- "$value": "#fff7f8"
1389
- },
1390
- "50": {
1391
- "$type": "COLOR",
1392
- "$scopes": [
1393
- "ALL_SCOPES"
1394
- ],
1395
- "$value": "#fff1f2"
1396
- },
1397
- "100": {
1398
- "$type": "COLOR",
1399
- "$scopes": [
1400
- "ALL_SCOPES"
1401
- ],
1402
- "$value": "#ffe3e5"
1403
- },
1404
- "200": {
1405
- "$type": "COLOR",
1406
- "$scopes": [
1407
- "ALL_SCOPES"
1408
- ],
1409
- "$value": "#ffccd1"
1410
- },
1411
- "300": {
1412
- "$type": "COLOR",
1413
- "$scopes": [
1414
- "ALL_SCOPES"
1415
- ],
1416
- "$value": "#ffa1ab"
1417
- },
1418
- "400": {
1419
- "$type": "COLOR",
1420
- "$scopes": [
1421
- "ALL_SCOPES"
1422
- ],
1423
- "$value": "#ff546a"
1424
- },
1425
- "500": {
1426
- "$type": "COLOR",
1427
- "$scopes": [
1428
- "ALL_SCOPES"
1429
- ],
1430
- "$value": "#f93a58"
1431
- },
1432
- "600": {
1433
- "$type": "COLOR",
1434
- "$scopes": [
1435
- "ALL_SCOPES"
1436
- ],
1437
- "$value": "#e71742"
1438
- },
1439
- "700": {
1440
- "$type": "COLOR",
1441
- "$scopes": [
1442
- "ALL_SCOPES"
1443
- ],
1444
- "$value": "#c30d36"
1445
- },
1446
- "800": {
1447
- "$type": "COLOR",
1448
- "$scopes": [
1449
- "ALL_SCOPES"
1450
- ],
1451
- "$value": "#a30e35"
1452
- },
1453
- "900": {
1454
- "$type": "COLOR",
1455
- "$scopes": [
1456
- "ALL_SCOPES"
1457
- ],
1458
- "$value": "#8b1034"
1459
- },
1460
- "950": {
1461
- "$type": "COLOR",
1462
- "$scopes": [
1463
- "ALL_SCOPES"
1464
- ],
1465
- "$value": "#4e0317"
1466
- }
1467
- },
1468
- "fuschia": {
1469
- "0": {
1470
- "$type": "COLOR",
1471
- "$scopes": [
1472
- "ALL_SCOPES"
1473
- ],
1474
- "$value": "#fff8fa"
1475
- },
1476
- "50": {
1477
- "$type": "COLOR",
1478
- "$scopes": [
1479
- "ALL_SCOPES"
1480
- ],
1481
- "$value": "#fff0f3"
1482
- },
1483
- "100": {
1484
- "$type": "COLOR",
1485
- "$scopes": [
1486
- "ALL_SCOPES"
1487
- ],
1488
- "$value": "#ffe1e9"
1489
- },
1490
- "200": {
1491
- "$type": "COLOR",
1492
- "$scopes": [
1493
- "ALL_SCOPES"
1494
- ],
1495
- "$value": "#ffc8d8"
1496
- },
1497
- "300": {
1498
- "$type": "COLOR",
1499
- "$scopes": [
1500
- "ALL_SCOPES"
1501
- ],
1502
- "$value": "#ff9bb8"
1503
- },
1504
- "400": {
1505
- "$type": "COLOR",
1506
- "$scopes": [
1507
- "ALL_SCOPES"
1508
- ],
1509
- "$value": "#ff6394"
1510
- },
1511
- "500": {
1512
- "$type": "COLOR",
1513
- "$scopes": [
1514
- "ALL_SCOPES"
1515
- ],
1516
- "$value": "#ff2c74"
1517
- },
1518
- "600": {
1519
- "$type": "COLOR",
1520
- "$scopes": [
1521
- "ALL_SCOPES"
1522
- ],
1523
- "$value": "#f60862"
1524
- },
1525
- "700": {
1526
- "$type": "COLOR",
1527
- "$scopes": [
1528
- "ALL_SCOPES"
1529
- ],
1530
- "$value": "#dc0059"
1531
- },
1532
- "800": {
1533
- "$type": "COLOR",
1534
- "$scopes": [
1535
- "ALL_SCOPES"
1536
- ],
1537
- "$value": "#ae034d"
1538
- },
1539
- "900": {
1540
- "$type": "COLOR",
1541
- "$scopes": [
1542
- "ALL_SCOPES"
1543
- ],
1544
- "$value": "#940749"
1545
- },
1546
- "950": {
1547
- "$type": "COLOR",
1548
- "$scopes": [
1549
- "ALL_SCOPES"
1550
- ],
1551
- "$value": "#530023"
1552
- }
1553
- },
1554
- "rouge-indications": {
1555
- "0": {
1556
- "$type": "COLOR",
1557
- "$scopes": [
1558
- "ALL_SCOPES"
1559
- ],
1560
- "$value": "#fef8fa"
1561
- },
1562
- "50": {
1563
- "$type": "COLOR",
1564
- "$scopes": [
1565
- "ALL_SCOPES"
1566
- ],
1567
- "$value": "#fff1f2"
1568
- },
1569
- "100": {
1570
- "$type": "COLOR",
1571
- "$scopes": [
1572
- "ALL_SCOPES"
1573
- ],
1574
- "$value": "#ffe4e6"
1575
- },
1576
- "200": {
1577
- "$type": "COLOR",
1578
- "$scopes": [
1579
- "ALL_SCOPES"
1580
- ],
1581
- "$value": "#fdced4"
1582
- },
1583
- "300": {
1584
- "$type": "COLOR",
1585
- "$scopes": [
1586
- "ALL_SCOPES"
1587
- ],
1588
- "$value": "#fca5af"
1589
- },
1590
- "400": {
1591
- "$type": "COLOR",
1592
- "$scopes": [
1593
- "ALL_SCOPES"
1594
- ],
1595
- "$value": "#f97385"
1596
- },
1597
- "500": {
1598
- "$type": "COLOR",
1599
- "$scopes": [
1600
- "ALL_SCOPES"
1601
- ],
1602
- "$value": "#f14662"
1603
- },
1604
- "600": {
1605
- "$type": "COLOR",
1606
- "$scopes": [
1607
- "ALL_SCOPES"
1608
- ],
1609
- "$value": "#de2048"
1610
- },
1611
- "700": {
1612
- "$type": "COLOR",
1613
- "$scopes": [
1614
- "ALL_SCOPES"
1615
- ],
1616
- "$value": "#c81640"
1617
- },
1618
- "800": {
1619
- "$type": "COLOR",
1620
- "$scopes": [
1621
- "ALL_SCOPES"
1622
- ],
1623
- "$value": "#9d1439"
1624
- },
1625
- "900": {
1626
- "$type": "COLOR",
1627
- "$scopes": [
1628
- "ALL_SCOPES"
1629
- ],
1630
- "$value": "#861537"
1631
- },
1632
- "950": {
1633
- "$type": "COLOR",
1634
- "$scopes": [
1635
- "ALL_SCOPES"
1636
- ],
1637
- "$value": "#4b0618"
1638
- }
1639
- },
1640
- "taupe": {
1641
- "0": {
1642
- "$type": "COLOR",
1643
- "$scopes": [
1644
- "ALL_SCOPES"
1645
- ],
1646
- "$value": "#fbfbfb"
1647
- },
1648
- "50": {
1649
- "$type": "COLOR",
1650
- "$scopes": [
1651
- "ALL_SCOPES"
1652
- ],
1653
- "$value": "#f8f7f8"
1654
- },
1655
- "100": {
1656
- "$type": "COLOR",
1657
- "$scopes": [
1658
- "ALL_SCOPES"
1659
- ],
1660
- "$value": "#f3f0f2"
1661
- },
1662
- "200": {
1663
- "$type": "COLOR",
1664
- "$scopes": [
1665
- "ALL_SCOPES"
1666
- ],
1667
- "$value": "#e7e3e6"
1668
- },
1669
- "300": {
1670
- "$type": "COLOR",
1671
- "$scopes": [
1672
- "ALL_SCOPES"
1673
- ],
1674
- "$value": "#d4cdd2"
1675
- },
1676
- "400": {
1677
- "$type": "COLOR",
1678
- "$scopes": [
1679
- "ALL_SCOPES"
1680
- ],
1681
- "$value": "#b9adb5"
1682
- },
1683
- "500": {
1684
- "$type": "COLOR",
1685
- "$scopes": [
1686
- "ALL_SCOPES"
1687
- ],
1688
- "$value": "#a2929c"
1689
- },
1690
- "600": {
1691
- "$type": "COLOR",
1692
- "$scopes": [
1693
- "ALL_SCOPES"
1694
- ],
1695
- "$value": "#8a7883"
1696
- },
1697
- "700": {
1698
- "$type": "COLOR",
1699
- "$scopes": [
1700
- "ALL_SCOPES"
1701
- ],
1702
- "$value": "#73636c"
1703
- },
1704
- "800": {
1705
- "$type": "COLOR",
1706
- "$scopes": [
1707
- "ALL_SCOPES"
1708
- ],
1709
- "$value": "#61535b"
1710
- },
1711
- "900": {
1712
- "$type": "COLOR",
1713
- "$scopes": [
1714
- "ALL_SCOPES"
1715
- ],
1716
- "$value": "#574c52"
1717
- },
1718
- "950": {
1719
- "$type": "COLOR",
1720
- "$scopes": [
1721
- "ALL_SCOPES"
1722
- ],
1723
- "$value": "#2f282c"
1724
- }
1725
- },
1726
- "violet": {
1727
- "0": {
1728
- "$type": "COLOR",
1729
- "$scopes": [
1730
- "ALL_SCOPES"
1731
- ],
1732
- "$value": "#fcfbfd"
1733
- },
1734
- "50": {
1735
- "$type": "COLOR",
1736
- "$scopes": [
1737
- "ALL_SCOPES"
1738
- ],
1739
- "$value": "#f9f7fc"
1740
- },
1741
- "100": {
1742
- "$type": "COLOR",
1743
- "$scopes": [
1744
- "ALL_SCOPES"
1745
- ],
1746
- "$value": "#f3eff8"
1747
- },
1748
- "200": {
1749
- "$type": "COLOR",
1750
- "$scopes": [
1751
- "ALL_SCOPES"
1752
- ],
1753
- "$value": "#e6def0"
1754
- },
1755
- "300": {
1756
- "$type": "COLOR",
1757
- "$scopes": [
1758
- "ALL_SCOPES"
1759
- ],
1760
- "$value": "#d2c3e4"
1761
- },
1762
- "400": {
1763
- "$type": "COLOR",
1764
- "$scopes": [
1765
- "ALL_SCOPES"
1766
- ],
1767
- "$value": "#b89fd3"
1768
- },
1769
- "500": {
1770
- "$type": "COLOR",
1771
- "$scopes": [
1772
- "ALL_SCOPES"
1773
- ],
1774
- "$value": "#9979bc"
1775
- },
1776
- "600": {
1777
- "$type": "COLOR",
1778
- "$scopes": [
1779
- "ALL_SCOPES"
1780
- ],
1781
- "$value": "#7d5a9f"
1782
- },
1783
- "700": {
1784
- "$type": "COLOR",
1785
- "$scopes": [
1786
- "ALL_SCOPES"
1787
- ],
1788
- "$value": "#674883"
1789
- },
1790
- "800": {
1791
- "$type": "COLOR",
1792
- "$scopes": [
1793
- "ALL_SCOPES"
1794
- ],
1795
- "$value": "#563c6c"
1796
- },
1797
- "900": {
1798
- "$type": "COLOR",
1799
- "$scopes": [
1800
- "ALL_SCOPES"
1801
- ],
1802
- "$value": "#4a355a"
1803
- },
1804
- "950": {
1805
- "$type": "COLOR",
1806
- "$scopes": [
1807
- "ALL_SCOPES"
1808
- ],
1809
- "$value": "#2b1a38"
1810
- }
1811
- }
1812
- }
1813
- },
1814
- {
1815
- "collection": "Primitive : Type",
1816
- "mode": "Value",
1817
- "variables": {
1818
- "font-family": {
1819
- "nunito": {
1820
- "$type": "STRING",
1821
- "$scopes": [
1822
- "FONT_FAMILY"
1823
- ],
1824
- "$value": "Nunito"
1825
- },
1826
- "arial": {
1827
- "$type": "STRING",
1828
- "$scopes": [
1829
- "FONT_FAMILY"
1830
- ],
1831
- "$value": "Arial"
1832
- }
1833
- },
1834
- "font-weight": {
1835
- "light": {
1836
- "$type": "FLOAT",
1837
- "$scopes": [
1838
- "FONT_WEIGHT"
1839
- ],
1840
- "$value": 300
1841
- },
1842
- "regular": {
1843
- "$type": "FLOAT",
1844
- "$scopes": [
1845
- "FONT_WEIGHT"
1846
- ],
1847
- "$value": 400
1848
- },
1849
- "semibold": {
1850
- "$type": "FLOAT",
1851
- "$scopes": [
1852
- "FONT_WEIGHT"
1853
- ],
1854
- "$value": 600
1855
- },
1856
- "bold": {
1857
- "$type": "FLOAT",
1858
- "$scopes": [
1859
- "FONT_WEIGHT"
1860
- ],
1861
- "$value": 700
1862
- }
1863
- },
1864
- "font-size": {
1865
- "S": {
1866
- "$type": "FLOAT",
1867
- "$scopes": [
1868
- "FONT_SIZE"
1869
- ],
1870
- "$value": 10
1871
- },
1872
- "M": {
1873
- "$type": "FLOAT",
1874
- "$scopes": [
1875
- "FONT_SIZE"
1876
- ],
1877
- "$value": 12
1878
- },
1879
- "L": {
1880
- "$type": "FLOAT",
1881
- "$scopes": [
1882
- "FONT_SIZE"
1883
- ],
1884
- "$value": 14
1885
- },
1886
- "XL": {
1887
- "$type": "FLOAT",
1888
- "$scopes": [
1889
- "FONT_SIZE"
1890
- ],
1891
- "$value": 16
1892
- },
1893
- "2XL": {
1894
- "$type": "FLOAT",
1895
- "$scopes": [
1896
- "FONT_SIZE"
1897
- ],
1898
- "$value": 20
1899
- },
1900
- "3XL": {
1901
- "$type": "FLOAT",
1902
- "$scopes": [
1903
- "FONT_SIZE"
1904
- ],
1905
- "$value": 24
1906
- },
1907
- "4XL": {
1908
- "$type": "FLOAT",
1909
- "$scopes": [
1910
- "FONT_SIZE"
1911
- ],
1912
- "$value": 28
1913
- },
1914
- "5XL": {
1915
- "$type": "FLOAT",
1916
- "$scopes": [
1917
- "FONT_SIZE"
1918
- ],
1919
- "$value": 32
1920
- },
1921
- "6XL": {
1922
- "$type": "FLOAT",
1923
- "$scopes": [
1924
- "FONT_SIZE"
1925
- ],
1926
- "$value": 40
1927
- },
1928
- "7XL": {
1929
- "$type": "FLOAT",
1930
- "$scopes": [
1931
- "FONT_SIZE"
1932
- ],
1933
- "$value": 48
1934
- },
1935
- "8XL": {
1936
- "$type": "FLOAT",
1937
- "$scopes": [
1938
- "FONT_SIZE"
1939
- ],
1940
- "$value": 56
1941
- },
1942
- "9XL": {
1943
- "$type": "FLOAT",
1944
- "$scopes": [
1945
- "FONT_SIZE"
1946
- ],
1947
- "$value": 68
1948
- },
1949
- "10XL": {
1950
- "$type": "FLOAT",
1951
- "$scopes": [
1952
- "FONT_SIZE"
1953
- ],
1954
- "$value": 80
1955
- }
1956
- },
1957
- "line-height": {
1958
- "S": {
1959
- "$type": "FLOAT",
1960
- "$scopes": [
1961
- "LINE_HEIGHT"
1962
- ],
1963
- "$value": 14
1964
- },
1965
- "M": {
1966
- "$type": "FLOAT",
1967
- "$scopes": [
1968
- "LINE_HEIGHT"
1969
- ],
1970
- "$value": 16
1971
- },
1972
- "L": {
1973
- "$type": "FLOAT",
1974
- "$scopes": [
1975
- "LINE_HEIGHT"
1976
- ],
1977
- "$value": 20
1978
- },
1979
- "XL": {
1980
- "$type": "FLOAT",
1981
- "$scopes": [
1982
- "LINE_HEIGHT"
1983
- ],
1984
- "$value": 24
1985
- },
1986
- "2XL": {
1987
- "$type": "FLOAT",
1988
- "$scopes": [
1989
- "LINE_HEIGHT"
1990
- ],
1991
- "$value": 28
1992
- },
1993
- "3XL": {
1994
- "$type": "FLOAT",
1995
- "$scopes": [
1996
- "LINE_HEIGHT"
1997
- ],
1998
- "$value": 32
1999
- },
2000
- "4XL": {
2001
- "$type": "FLOAT",
2002
- "$scopes": [
2003
- "LINE_HEIGHT"
2004
- ],
2005
- "$value": 36
2006
- },
2007
- "5XL": {
2008
- "$type": "FLOAT",
2009
- "$scopes": [
2010
- "LINE_HEIGHT"
2011
- ],
2012
- "$value": 40
2013
- },
2014
- "6XL": {
2015
- "$type": "FLOAT",
2016
- "$scopes": [
2017
- "LINE_HEIGHT"
2018
- ],
2019
- "$value": 48
2020
- },
2021
- "7XL": {
2022
- "$type": "FLOAT",
2023
- "$scopes": [
2024
- "LINE_HEIGHT"
2025
- ],
2026
- "$value": 56
2027
- },
2028
- "8XL": {
2029
- "$type": "FLOAT",
2030
- "$scopes": [
2031
- "LINE_HEIGHT"
2032
- ],
2033
- "$value": 64
2034
- },
2035
- "9XL": {
2036
- "$type": "FLOAT",
2037
- "$scopes": [
2038
- "LINE_HEIGHT"
2039
- ],
2040
- "$value": 80
2041
- },
2042
- "10XL": {
2043
- "$type": "FLOAT",
2044
- "$scopes": [
2045
- "LINE_HEIGHT"
2046
- ],
2047
- "$value": 92
2048
- }
2049
- },
2050
- "letter-spacing": {
2051
- "none": {
2052
- "$type": "FLOAT",
2053
- "$scopes": [
2054
- "LETTER_SPACING"
2055
- ],
2056
- "$value": 0
2057
- },
2058
- "S": {
2059
- "$type": "FLOAT",
2060
- "$scopes": [
2061
- "LETTER_SPACING"
2062
- ],
2063
- "$value": -0.5
2064
- },
2065
- "XS": {
2066
- "$type": "FLOAT",
2067
- "$scopes": [
2068
- "LETTER_SPACING"
2069
- ],
2070
- "$value": -1
2071
- }
2072
- }
2073
- }
2074
- }
2075
- ]