@ptsecurity/mosaic 13.2.0 → 13.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/_theming.scss +143 -44
  2. package/_visual.scss +340 -213
  3. package/button/button.component.d.ts +1 -1
  4. package/core/option/option.d.ts +1 -0
  5. package/core/validation/validation.d.ts +3 -3
  6. package/design-tokens/legacy-2017/tokens.d.ts +82 -36
  7. package/design-tokens/pt-2022/tokens.d.ts +78 -32
  8. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  9. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  10. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  11. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  12. package/esm2020/button/button.component.mjs +29 -21
  13. package/esm2020/button/button.module.mjs +4 -4
  14. package/esm2020/button-toggle/button-toggle.component.mjs +6 -6
  15. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  16. package/esm2020/card/card.component.mjs +3 -3
  17. package/esm2020/card/card.module.mjs +4 -4
  18. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  19. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  20. package/esm2020/checkbox/checkbox.mjs +3 -3
  21. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  22. package/esm2020/core/error/error-options.mjs +6 -6
  23. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  24. package/esm2020/core/formatters/index.mjs +4 -4
  25. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  26. package/esm2020/core/forms/forms-module.mjs +4 -4
  27. package/esm2020/core/forms/forms.directive.mjs +6 -6
  28. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  29. package/esm2020/core/highlight/index.mjs +4 -4
  30. package/esm2020/core/line/line.mjs +7 -7
  31. package/esm2020/core/option/action.mjs +3 -3
  32. package/esm2020/core/option/optgroup.mjs +3 -3
  33. package/esm2020/core/option/option-module.mjs +4 -4
  34. package/esm2020/core/option/option.mjs +10 -7
  35. package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
  36. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  37. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  38. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  39. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  40. package/esm2020/core/validation/validation.mjs +10 -5
  41. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  42. package/esm2020/datepicker/calendar.component.mjs +6 -6
  43. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  44. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  45. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  46. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  47. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  48. package/esm2020/datepicker/month-view.component.mjs +3 -3
  49. package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
  50. package/esm2020/datepicker/year-view.component.mjs +3 -3
  51. package/esm2020/design-tokens/legacy-2017/tokens.mjs +83 -37
  52. package/esm2020/design-tokens/pt-2022/tokens.mjs +79 -33
  53. package/esm2020/divider/divider.component.mjs +3 -3
  54. package/esm2020/divider/divider.module.mjs +4 -4
  55. package/esm2020/dl/dl.component.mjs +9 -9
  56. package/esm2020/dl/dl.module.mjs +4 -4
  57. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  58. package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
  59. package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
  60. package/esm2020/dropdown/dropdown.component.mjs +6 -6
  61. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  62. package/esm2020/form-field/cleaner.mjs +3 -3
  63. package/esm2020/form-field/form-field.mjs +7 -7
  64. package/esm2020/form-field/form-field.module.mjs +4 -4
  65. package/esm2020/form-field/hint.mjs +3 -3
  66. package/esm2020/form-field/password-hint.mjs +34 -15
  67. package/esm2020/form-field/prefix.mjs +3 -3
  68. package/esm2020/form-field/stepper.mjs +3 -3
  69. package/esm2020/form-field/suffix.mjs +3 -3
  70. package/esm2020/icon/icon.component.mjs +6 -6
  71. package/esm2020/icon/icon.module.mjs +4 -4
  72. package/esm2020/input/input-number-validators.mjs +6 -6
  73. package/esm2020/input/input-number.mjs +3 -3
  74. package/esm2020/input/input-password.mjs +12 -11
  75. package/esm2020/input/input.mjs +12 -11
  76. package/esm2020/input/input.module.mjs +4 -4
  77. package/esm2020/link/link.component.mjs +3 -3
  78. package/esm2020/link/link.module.mjs +4 -4
  79. package/esm2020/list/list-selection.component.mjs +11 -11
  80. package/esm2020/list/list.component.mjs +7 -7
  81. package/esm2020/list/list.module.mjs +4 -4
  82. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  83. package/esm2020/modal/modal-control.service.mjs +3 -3
  84. package/esm2020/modal/modal.component.mjs +4 -4
  85. package/esm2020/modal/modal.directive.mjs +12 -12
  86. package/esm2020/modal/modal.module.mjs +4 -4
  87. package/esm2020/modal/modal.service.mjs +3 -3
  88. package/esm2020/navbar/navbar-item.component.mjs +80 -79
  89. package/esm2020/navbar/navbar.component.mjs +10 -10
  90. package/esm2020/navbar/navbar.module.mjs +4 -4
  91. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  92. package/esm2020/popover/popover-confirm.component.mjs +8 -8
  93. package/esm2020/popover/popover.component.mjs +8 -8
  94. package/esm2020/popover/popover.module.mjs +4 -4
  95. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  96. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  97. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  98. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  99. package/esm2020/radio/radio.component.mjs +6 -6
  100. package/esm2020/radio/radio.module.mjs +4 -4
  101. package/esm2020/select/public-api.mjs +2 -1
  102. package/esm2020/select/select-option.directive.mjs +65 -0
  103. package/esm2020/select/select.component.mjs +16 -16
  104. package/esm2020/select/select.module.mjs +19 -10
  105. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  106. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  107. package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
  108. package/esm2020/sidepanel/sidepanel-directives.mjs +15 -15
  109. package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
  110. package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
  111. package/esm2020/splitter/splitter.component.mjs +12 -12
  112. package/esm2020/splitter/splitter.module.mjs +4 -4
  113. package/esm2020/table/table.component.mjs +3 -3
  114. package/esm2020/table/table.module.mjs +4 -4
  115. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  116. package/esm2020/tabs/tab-body.component.mjs +6 -6
  117. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  118. package/esm2020/tabs/tab-group.component.mjs +19 -19
  119. package/esm2020/tabs/tab-header.component.mjs +3 -3
  120. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  121. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  122. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +6 -6
  123. package/esm2020/tabs/tab.component.mjs +3 -3
  124. package/esm2020/tabs/tabs.module.mjs +4 -4
  125. package/esm2020/tags/tag-input.mjs +3 -3
  126. package/esm2020/tags/tag-list.component.mjs +6 -6
  127. package/esm2020/tags/tag.component.mjs +60 -60
  128. package/esm2020/tags/tag.module.mjs +4 -4
  129. package/esm2020/textarea/textarea.component.mjs +9 -8
  130. package/esm2020/textarea/textarea.module.mjs +4 -4
  131. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  132. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  133. package/esm2020/toggle/toggle.component.mjs +3 -3
  134. package/esm2020/toggle/toggle.module.mjs +4 -4
  135. package/esm2020/tooltip/tooltip.component.mjs +14 -13
  136. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  137. package/esm2020/tree/node.mjs +3 -3
  138. package/esm2020/tree/outlet.mjs +3 -3
  139. package/esm2020/tree/padding.directive.mjs +12 -9
  140. package/esm2020/tree/toggle.mjs +10 -10
  141. package/esm2020/tree/tree-base.mjs +6 -6
  142. package/esm2020/tree/tree-option.component.mjs +9 -9
  143. package/esm2020/tree/tree-selection.component.mjs +8 -6
  144. package/esm2020/tree/tree.mjs +3 -3
  145. package/esm2020/tree/tree.module.mjs +4 -4
  146. package/esm2020/tree-select/tree-select.component.mjs +14 -14
  147. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  148. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
  149. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
  150. package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
  151. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  152. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  153. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  154. package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
  155. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  156. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  157. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +218 -80
  158. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  159. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  160. package/fesm2015/ptsecurity-mosaic-dl.mjs +13 -13
  161. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +19 -19
  162. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  163. package/fesm2015/ptsecurity-mosaic-form-field.mjs +60 -38
  164. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  165. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  166. package/fesm2015/ptsecurity-mosaic-input.mjs +33 -31
  167. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  168. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  169. package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
  170. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  171. package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
  172. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  173. package/fesm2015/ptsecurity-mosaic-navbar.mjs +97 -96
  174. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  175. package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
  176. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  177. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  178. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  179. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  180. package/fesm2015/ptsecurity-mosaic-select.mjs +99 -33
  181. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  182. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  183. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +26 -26
  184. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  185. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  186. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  187. package/fesm2015/ptsecurity-mosaic-tabs.mjs +53 -53
  188. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  189. package/fesm2015/ptsecurity-mosaic-tags.mjs +74 -74
  190. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  191. package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
  192. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  193. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  194. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  195. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -16
  196. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  197. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
  198. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  199. package/fesm2015/ptsecurity-mosaic-tree.mjs +158 -155
  200. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  201. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
  202. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
  203. package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
  204. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  205. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  206. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  207. package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
  208. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  209. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  210. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +218 -80
  211. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  212. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  213. package/fesm2020/ptsecurity-mosaic-dl.mjs +13 -13
  214. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +19 -19
  215. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  216. package/fesm2020/ptsecurity-mosaic-form-field.mjs +57 -38
  217. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  218. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  219. package/fesm2020/ptsecurity-mosaic-input.mjs +33 -31
  220. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  221. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  222. package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
  223. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  224. package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
  225. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  226. package/fesm2020/ptsecurity-mosaic-navbar.mjs +97 -96
  227. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  228. package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
  229. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  230. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  231. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  232. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  233. package/fesm2020/ptsecurity-mosaic-select.mjs +96 -32
  234. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  235. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  236. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +26 -26
  237. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  238. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  239. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  240. package/fesm2020/ptsecurity-mosaic-tabs.mjs +53 -53
  241. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  242. package/fesm2020/ptsecurity-mosaic-tags.mjs +72 -72
  243. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  244. package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
  245. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  246. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  247. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  248. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -16
  249. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  250. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
  251. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  252. package/fesm2020/ptsecurity-mosaic-tree.mjs +155 -152
  253. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  254. package/form-field/password-hint.d.ts +3 -1
  255. package/input/input-password.d.ts +4 -3
  256. package/input/input.d.ts +4 -3
  257. package/list/list-selection.component.d.ts +1 -1
  258. package/navbar/navbar-item.component.d.ts +18 -18
  259. package/package.json +4 -4
  260. package/prebuilt-themes/dark-theme.css +1 -1
  261. package/prebuilt-themes/default-theme.css +1 -1
  262. package/prebuilt-visual/default-visual.css +1 -1
  263. package/select/public-api.d.ts +1 -0
  264. package/select/select-option.directive.d.ts +20 -0
  265. package/select/select.module.d.ts +9 -7
  266. package/tags/tag.component.d.ts +20 -20
  267. package/textarea/textarea.component.d.ts +4 -3
  268. package/toggle/README.md +0 -0
  269. package/tree/padding.directive.d.ts +7 -5
  270. package/tree/tree-option.component.d.ts +2 -2
  271. package/design-tokens/legacy-2017/tokens/components/alert.json5 +0 -83
  272. package/design-tokens/legacy-2017/tokens/components/autocomplete.json5 +0 -11
  273. package/design-tokens/legacy-2017/tokens/components/badge.json5 +0 -174
  274. package/design-tokens/legacy-2017/tokens/components/button-toggle.json5 +0 -10
  275. package/design-tokens/legacy-2017/tokens/components/button.json5 +0 -143
  276. package/design-tokens/legacy-2017/tokens/components/card.json5 +0 -51
  277. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +0 -39
  278. package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +0 -64
  279. package/design-tokens/legacy-2017/tokens/components/divider.json5 +0 -8
  280. package/design-tokens/legacy-2017/tokens/components/dl.json5 +0 -38
  281. package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +0 -47
  282. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +0 -91
  283. package/design-tokens/legacy-2017/tokens/components/forms.json5 +0 -52
  284. package/design-tokens/legacy-2017/tokens/components/input.json5 +0 -13
  285. package/design-tokens/legacy-2017/tokens/components/link.json5 +0 -56
  286. package/design-tokens/legacy-2017/tokens/components/list.json5 +0 -15
  287. package/design-tokens/legacy-2017/tokens/components/modal.json5 +0 -79
  288. package/design-tokens/legacy-2017/tokens/components/navbar.json5 +0 -69
  289. package/design-tokens/legacy-2017/tokens/components/optgroup.json5 +0 -10
  290. package/design-tokens/legacy-2017/tokens/components/option.json5 +0 -12
  291. package/design-tokens/legacy-2017/tokens/components/popover.json5 +0 -68
  292. package/design-tokens/legacy-2017/tokens/components/popup.json5 +0 -18
  293. package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +0 -13
  294. package/design-tokens/legacy-2017/tokens/components/progress-spinner.json5 +0 -7
  295. package/design-tokens/legacy-2017/tokens/components/radio.json5 +0 -44
  296. package/design-tokens/legacy-2017/tokens/components/select.json5 +0 -25
  297. package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +0 -30
  298. package/design-tokens/legacy-2017/tokens/components/table.json5 +0 -15
  299. package/design-tokens/legacy-2017/tokens/components/tabs.json5 +0 -101
  300. package/design-tokens/legacy-2017/tokens/components/tags.json5 +0 -132
  301. package/design-tokens/legacy-2017/tokens/components/textarea.json5 +0 -12
  302. package/design-tokens/legacy-2017/tokens/components/timepicker.json5 +0 -7
  303. package/design-tokens/legacy-2017/tokens/components/toggle.json5 +0 -79
  304. package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +0 -83
  305. package/design-tokens/legacy-2017/tokens/components/tree.json5 +0 -12
  306. package/design-tokens/legacy-2017/tokens/properties/aliases.json5 +0 -3
  307. package/design-tokens/legacy-2017/tokens/properties/colors.json5 +0 -114
  308. package/design-tokens/legacy-2017/tokens/properties/font.json5 +0 -12
  309. package/design-tokens/legacy-2017/tokens/properties/globals.json5 +0 -49
  310. package/design-tokens/legacy-2017/tokens/properties/padding.json5 +0 -3
  311. package/design-tokens/legacy-2017/tokens/properties/palette.json5 +0 -163
  312. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +0 -140
  313. package/design-tokens/pt-2022/tokens/components/alert.json5 +0 -83
  314. package/design-tokens/pt-2022/tokens/components/autocomplete.json5 +0 -11
  315. package/design-tokens/pt-2022/tokens/components/badge.json5 +0 -174
  316. package/design-tokens/pt-2022/tokens/components/button-toggle.json5 +0 -10
  317. package/design-tokens/pt-2022/tokens/components/button.json5 +0 -143
  318. package/design-tokens/pt-2022/tokens/components/card.json5 +0 -51
  319. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +0 -39
  320. package/design-tokens/pt-2022/tokens/components/datepicker.json5 +0 -64
  321. package/design-tokens/pt-2022/tokens/components/divider.json5 +0 -8
  322. package/design-tokens/pt-2022/tokens/components/dl.json5 +0 -38
  323. package/design-tokens/pt-2022/tokens/components/dropdown.json5 +0 -47
  324. package/design-tokens/pt-2022/tokens/components/form-field.json5 +0 -91
  325. package/design-tokens/pt-2022/tokens/components/forms.json5 +0 -52
  326. package/design-tokens/pt-2022/tokens/components/input.json5 +0 -13
  327. package/design-tokens/pt-2022/tokens/components/link.json5 +0 -56
  328. package/design-tokens/pt-2022/tokens/components/list.json5 +0 -15
  329. package/design-tokens/pt-2022/tokens/components/modal.json5 +0 -79
  330. package/design-tokens/pt-2022/tokens/components/navbar.json5 +0 -69
  331. package/design-tokens/pt-2022/tokens/components/optgroup.json5 +0 -10
  332. package/design-tokens/pt-2022/tokens/components/option.json5 +0 -12
  333. package/design-tokens/pt-2022/tokens/components/popover.json5 +0 -68
  334. package/design-tokens/pt-2022/tokens/components/popup.json5 +0 -18
  335. package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +0 -13
  336. package/design-tokens/pt-2022/tokens/components/progress-spinner.json5 +0 -7
  337. package/design-tokens/pt-2022/tokens/components/radio.json5 +0 -44
  338. package/design-tokens/pt-2022/tokens/components/select.json5 +0 -25
  339. package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +0 -30
  340. package/design-tokens/pt-2022/tokens/components/table.json5 +0 -15
  341. package/design-tokens/pt-2022/tokens/components/tabs.json5 +0 -101
  342. package/design-tokens/pt-2022/tokens/components/tags.json5 +0 -132
  343. package/design-tokens/pt-2022/tokens/components/textarea.json5 +0 -12
  344. package/design-tokens/pt-2022/tokens/components/timepicker.json5 +0 -7
  345. package/design-tokens/pt-2022/tokens/components/toggle.json5 +0 -79
  346. package/design-tokens/pt-2022/tokens/components/tooltip.json5 +0 -83
  347. package/design-tokens/pt-2022/tokens/components/tree.json5 +0 -12
  348. package/design-tokens/pt-2022/tokens/properties/aliases.json5 +0 -3
  349. package/design-tokens/pt-2022/tokens/properties/colors.json5 +0 -116
  350. package/design-tokens/pt-2022/tokens/properties/font.json5 +0 -15
  351. package/design-tokens/pt-2022/tokens/properties/globals.json5 +0 -49
  352. package/design-tokens/pt-2022/tokens/properties/padding.json5 +0 -3
  353. package/design-tokens/pt-2022/tokens/properties/palette.json5 +0 -226
  354. package/design-tokens/pt-2022/tokens/properties/typography.json5 +0 -140
  355. package/design-tokens/style-dictionary/build.js +0 -62
  356. package/design-tokens/style-dictionary/configs/css.js +0 -13
  357. package/design-tokens/style-dictionary/configs/index.js +0 -48
  358. package/design-tokens/style-dictionary/configs/js.js +0 -9
  359. package/design-tokens/style-dictionary/configs/scss.js +0 -23
  360. package/design-tokens/style-dictionary/filters/color.js +0 -7
  361. package/design-tokens/style-dictionary/filters/palette.js +0 -7
  362. package/design-tokens/style-dictionary/filters/size.js +0 -7
  363. package/design-tokens/style-dictionary/filters/typography.js +0 -7
  364. package/design-tokens/style-dictionary/formats/palette.js +0 -25
  365. package/design-tokens/style-dictionary/formats/typography.js +0 -52
  366. package/design-tokens/style-dictionary/transformGroups/css.js +0 -13
  367. package/design-tokens/style-dictionary/transformGroups/scss.js +0 -12
  368. package/design-tokens/style-dictionary/transforms/attribute/palette.js +0 -9
  369. package/design-tokens/style-dictionary/transforms/attribute/prefix.js +0 -11
  370. package/design-tokens/style-dictionary/transforms/attribute/size.js +0 -8
  371. package/design-tokens/style-dictionary/transforms/attribute/typography.js +0 -9
@@ -1,79 +0,0 @@
1
- {
2
- toggle: {
3
- 'light-color-scheme': {
4
- border: { value: '{light-color-scheme.foreground.border.value}' },
5
- background: {
6
- value: '{light-color-scheme.background.background.value}'
7
- },
8
- 'circle-border': { value: '{light-color-scheme.foreground.border.value}' },
9
- 'circle-background': { value: '{light-color-scheme.second.palette.value.100.value}'
10
- },
11
- states: {
12
- focused: {
13
- shadow: {
14
- value: 'inset 0 0 0 1px {light-color-scheme.background.background.value}, 0 0 0 2px {light-color-scheme.primary.palette.value.500.value}'
15
- }
16
- }
17
- },
18
- primary: {
19
- checked: {
20
- 'border-color': { value: '{light-color-scheme.primary.default.value}'},
21
- background: { value: '{light-color-scheme.primary.default.value}'}
22
- }
23
- },
24
- error: {
25
- checked: {
26
- 'border-color': { value: '{light-color-scheme.error.default.value}'},
27
- background: { value: '{light-color-scheme.error.default.value}'}
28
- }
29
- }
30
- },
31
- 'dark-color-scheme': {
32
- border: { value: '{dark-color-scheme.foreground.border.value}' },
33
- background: {
34
- value: '{dark-color-scheme.background.background.value}'
35
- },
36
- 'circle-border': { value: '{dark-color-scheme.foreground.border.value}' },
37
- 'circle-background': { value: '{light-color-scheme.second.palette.value.500.value}' },
38
-
39
- states: {
40
- focused: {
41
- shadow: {
42
- value: 'inset 0 0 0 1px {dark-color-scheme.background.background.value}, 0 0 0 2px {dark-color-scheme.primary.palette.value.400.value}'
43
- }
44
- }
45
- },
46
- primary: {
47
- checked: {
48
- 'border-color': { value: '{dark-color-scheme.primary.default.value}'},
49
- background: { value: '{dark-color-scheme.primary.default.value}'}
50
- }
51
- },
52
- error: {
53
- checked: {
54
- 'border-color': { value: '{dark-color-scheme.error.default.value}'},
55
- background: { value: '{dark-color-scheme.error.default.value}'}
56
- }
57
- }
58
- },
59
- size: {
60
- height: { value: '16px' },
61
- width: { value: '28px' },
62
- 'border-radius': { value: '9px' },
63
- 'label-margin': { value: '{margin.iconText_M-horizontal}' }
64
- },
65
- font: {
66
- default: { value: 'body' }
67
- }
68
- },
69
- 'toggle-small': {
70
- size: {
71
- height: { value: '14px' },
72
- width: { value: '24px' },
73
- 'border-radius': { value: '8px' }
74
- },
75
- font: {
76
- default: { value: 'caption' }
77
- }
78
- }
79
- }
@@ -1,83 +0,0 @@
1
- {
2
- tooltip: {
3
- 'light-color-scheme': {
4
- background: { value: '{popup.dark-color-scheme.background.value}' },
5
- text: { value: '{dark-color-scheme.foreground.text.value}' },
6
- border: { value: 'transparent' },
7
- shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
8
-
9
- 'warning': {
10
- background: { value: '{light-color-scheme.warning.palette.value.40.value}' },
11
- text: { value: '{light-color-scheme.foreground.text.value}' },
12
- border: { value: '{light-color-scheme.warning.palette.value.100.value}' }
13
- }
14
- },
15
- 'dark-color-scheme': {
16
- background: { value: '{popup.light-color-scheme.background.value}' },
17
- text: { value: '{light-color-scheme.foreground.text.value}' },
18
- border: { value: 'transparent' },
19
- shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
20
-
21
- 'warning': {
22
- background: { value: '{dark-color-scheme.warning.palette.value.560.value}' },
23
- text: { value: '{dark-color-scheme.foreground.text.value}' },
24
- border: { value: '{dark-color-scheme.warning.palette.value.560.value}' }
25
- }
26
- },
27
- size: {
28
- 'max-width': { value: '300px' },
29
- 'border-width': { value: '1px' },
30
- 'border-radius': { value: '3px' },
31
- padding: { value: '8px 16px' },
32
- 'arrow-size': { value: '12px' },
33
- 'trigger-margin': { value: '9px' }
34
- },
35
- font: {
36
- default: { value: 'caption' }
37
- }
38
- },
39
- 'extended-tooltip': {
40
- 'light-color-scheme': {
41
- background: { value: '{popup.light-color-scheme.background.value}' },
42
- text: { value: '{light-color-scheme.foreground.text.value}' },
43
- border: { value: '{popup.light-color-scheme.border.value}' },
44
- shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
45
- },
46
- 'dark-color-scheme': {
47
- background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
48
- text: { value: '{dark-color-scheme.foreground.text.value}' },
49
- border: { value: '{dark-color-scheme.second.palette.value.700.value}' },
50
- shadow: { value: '0 2px 4px 0 rgba(39, 51, 62, 0.2)' },
51
- },
52
- size: {
53
- 'border-radius': { value: '3px' },
54
- 'arrow-size': { value: '12px' },
55
- 'trigger-margin': { value: '9px' },
56
- padding: { value: '8px 16px' },
57
- 'max-height': { value: '480px' }
58
- },
59
- font: {
60
- default: { value: 'caption' }
61
- }
62
- },
63
- 'extended-tooltip-header': {
64
- 'light-color-scheme': {
65
- border: { value: '{popup.light-color-scheme.border.value}' },
66
- text: { value: '{light-color-scheme.foreground.text.value}' },
67
- background: { value: '{popup.light-color-scheme.background.value}' }
68
- },
69
- 'dark-color-scheme': {
70
- border: { value: '{dark-color-scheme.second.palette.value.600.value}' },
71
- text: { value: '{dark-color-scheme.foreground.text.value}' },
72
- background: { value: '{dark-color-scheme.second.palette.value.700.value}' }
73
- },
74
- size: {
75
- height: { value: '40px' },
76
- padding: { value: '10px 16px' }
77
- },
78
- font: {
79
- default: { value: 'subheading' }
80
- }
81
- }
82
-
83
- }
@@ -1,12 +0,0 @@
1
- {
2
- tree: {
3
- size: {
4
- 'node-height': { value: '32px' },
5
- 'padding-left': { value: '8px' },
6
- 'padding-right': { value: '16px' },
7
- },
8
- font: {
9
- node: { value: 'body' }
10
- }
11
- }
12
- }
@@ -1,116 +0,0 @@
1
- {
2
- 'light-color-scheme': {
3
- primary: {
4
- default: { value: '{palette.blue.500.value}' },
5
-
6
- palette: { value: '{palette.blue}' }
7
- },
8
- second: {
9
- default: { value: '{palette.grey.500.value}' },
10
-
11
- palette: { value: '{palette.grey}' }
12
- },
13
- error: {
14
- default: { value: '{palette.red.500.value}' },
15
-
16
- palette: { value: '{palette.red}' }
17
- },
18
- info: {
19
- default: { value: '{palette.blue.500.value}' },
20
-
21
- palette: { value: '{palette.teal}' }
22
- },
23
- success: {
24
- default: { value: '{palette.green.500.value}' },
25
-
26
- palette: { value: '{palette.green}' }
27
- },
28
- warning: {
29
- default: { value: '{palette.yellow.500.value}' },
30
-
31
- palette: { value: '{palette.yellow}' }
32
- },
33
- foreground: {
34
- text: { value: '{palette.grey.900.value}' },
35
- 'text-less-contrast': { value: '{palette.grey.500.value}'},
36
- 'text-disabled': { value: '{palette.grey.300.value}' },
37
- 'text-error': { value: '{light-color-scheme.error.palette.value.500.value}' },
38
- 'text-success': { value: '{light-color-scheme.success.palette.value.560.value}' },
39
- divider: { value: '{palette.grey.100.value}' },
40
- border: { value: '{palette.grey.200.value}' },
41
- icon: { value: '{palette.grey.300.value}' }
42
- },
43
- background: {
44
- background: { value: 'white' },
45
- 'background-disabled': { value: '{palette.grey.40.value}' },
46
-
47
- 'overlay-hover': { value: 'rgba(black, 0.05)' },
48
- 'overlay-active': { value: 'rgba(black, 0.1)' },
49
- 'overlay-disabled': { value: 'rgba(white, 0.3)' }
50
- },
51
- states: {
52
- 'focused-color': { value: '{light-color-scheme.primary.palette.value.500.value}' },
53
- 'focused-color-error': { value: '{light-color-scheme.error.palette.value.500.value}' },
54
- 'selected-color': { value: '{light-color-scheme.primary.palette.value.60.value}' },
55
- 'pressed-shadow': { value: 'inset 0 1px 2px 0 rgba(black, 0.2)' },
56
- 'disabled-opacity': { value: 0.3 }
57
- }
58
- },
59
- 'dark-color-scheme': {
60
- primary: {
61
- default: { value: '{palette.blue.560.value}' },
62
-
63
- palette: { value: '{palette.blue}' }
64
- },
65
- second: {
66
- default: { value: '{palette.grey.560.value}' },
67
-
68
- palette: { value: '{palette.grey}' }
69
- },
70
- error: {
71
- default: { value: '{palette.red.560.value}' },
72
-
73
- palette: { value: '{palette.red}' }
74
- },
75
- info: {
76
- default: { value: '{palette.teal.560.value}' },
77
-
78
- palette: { value: '{palette.teal}' }
79
- },
80
- success: {
81
- default: { value: '{palette.green.560.value}' },
82
-
83
- palette: { value: '{palette.green}' }
84
- },
85
- warning: {
86
- default: { value: '{palette.yellow.560.value}' },
87
-
88
- palette: { value: '{palette.yellow}' }
89
- },
90
- foreground: {
91
- text: { value: '{palette.grey.40.value}' },
92
- 'text-less-contrast': { value: '{palette.grey.300.value}'},
93
- 'text-disabled': { value: '{palette.grey.500.value}' },
94
- 'text-error': { value: '{dark-color-scheme.error.palette.value.400.value}' },
95
- 'text-success': { value: '{dark-color-scheme.success.palette.value.400.value}' },
96
- divider: { value: '{palette.grey.700.value}' },
97
- border: { value: '{palette.grey.560.value}' },
98
- icon: { value: '{palette.grey.300.value}' }
99
- },
100
- background: {
101
- background: { value: '{palette.grey.900.value}' },
102
- 'background-disabled': { value: '{palette.grey.700.value}' },
103
-
104
- 'overlay-hover': { value: 'rgba(black, 0.05)' },
105
- 'overlay-active': { value: 'rgba(black, 0.1)' },
106
- 'overlay-disabled': { value: 'rgba(black, 0.2)' }
107
- },
108
- states: {
109
- 'focused-color': { value: '{dark-color-scheme.primary.palette.value.400.value}' },
110
- 'focused-color-error': { value: '{light-color-scheme.error.palette.value.560.value}' },
111
- 'selected-color': { value: '{dark-color-scheme.primary.palette.value.600.value}' },
112
- 'pressed-shadow': { value: 'inset 1px 2px 2px 0 rgba(black, 0.2)' },
113
- 'disabled-opacity': { value: 0.3 }
114
- }
115
- }
116
- }
@@ -1,15 +0,0 @@
1
- {
2
- font: {
3
- family: {
4
- accent: {
5
- value: "'TT Positive', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"
6
- },
7
- base: {
8
- value: "Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif"
9
- },
10
- monospace: {
11
- value: "'Roboto Mono', 'Consolas', 'Menlo', 'Monaco', monospace"
12
- }
13
- }
14
- }
15
- }
@@ -1,49 +0,0 @@
1
- {
2
- size: {
3
- '3xs': '2px',
4
- 'xxs': '4px',
5
- 'xs': '6px',
6
- 's': '8px',
7
- 'm': '12px',
8
- 'l': '16px',
9
- 'xl': '20px',
10
- 'xxl': '24px',
11
- '3xl': '32px',
12
- '4xl': '40px',
13
- '5xl': '48px',
14
- '6xl': '56px',
15
- '7xl': '64px',
16
-
17
- 'border-width': '1px',
18
- 'border-radius': '3px',
19
-
20
- // this will be deleted
21
- 'option-height': '32px',
22
- 'panel-height': '48px',
23
- // у radio и checkbox в макетах 20px, у тоггла есть две модификации на 16px и 14px
24
- 'control_S-height': '16px',
25
- // в form-field это реализовано через отступы
26
- 'control_M-height': '32px',
27
- // этого нет сейчас
28
- 'button-minWidth': '64px',
29
- // badge на padding
30
- 'badge_tag-height': '24px',
31
- // modal; sidepanel - сейчас в этих компонентах paddings
32
- 'header-height': '56px',
33
- 'footer-height': '64px',
34
- // this will be deleted
35
- },
36
- padding: {
37
- 'control-horizontal': '16px',
38
- 'option-horizontal': '16px',
39
- 'badge_tag-horizontal': '8px',
40
- 'header-right': '8px',
41
- 'headerFooter-horizontal': '16px',
42
- },
43
- margin: {
44
- // у radio-group нет таких отступов, а у checkbox вообще нет группы
45
- 'controlGroup_S-vertical': '8px',
46
- 'iconText_M-horizontal': '8px',
47
- 'iconText_S-horizontal': '4px'
48
- }
49
- }
@@ -1,226 +0,0 @@
1
- {
2
- "palette": {
3
- "blue": {
4
- "40": { value: '#eff6ff' },
5
- "60": { value: '#e7f1ff' },
6
- "100": { value: '#c8dfff' },
7
- "200": { value: '#a2c7fe' },
8
- "300": { value: '#5697ff' },
9
- "400": { value: '#4187ff' },
10
- "500": { value: '#0374eb' },
11
- "560": { value: '#0059b8' },
12
- "600": { value: '#014b9d' },
13
- "700": { value: '#023c7f' },
14
- "800": { value: '#193060' },
15
- "900": { value: '#00224f' },
16
- "A100": { value: 'rgba(3, 116, 235, 0.15)' },
17
- "A200": { value: 'rgba(3, 116, 235, 0.3)' },
18
- "contrast": {
19
- "40": { value: '#4D4D4D' },
20
- "60": { value: '#4D4D4D' },
21
- "100": { value: '#4D4D4D' },
22
- "200": { value: '#4D4D4D' },
23
- "300": { value: '#4D4D4D' },
24
- "400": { value: 'white' },
25
- "500": { value: 'white' },
26
- "560": { value: 'white' },
27
- "600": { value: 'white' },
28
- "700": { value: 'white' },
29
- "800": { value: 'white' },
30
- "A100": { value: '#4D4D4D' },
31
- "A200": { value: 'white' }
32
- }
33
- },
34
- "green": {
35
- "40": { value: '#ecf9ef' },
36
- "60": { value: '#d2f7db' },
37
- "100": { value: '#b6ebc3' },
38
- "200": { value: '#8ed5a1' },
39
- "300": { value: '#4ba96c' },
40
- "400": { value: '#319d5c' },
41
- "500": { value: '#028b49' },
42
- "560": { value: '#016b37' },
43
- "600": { value: '#015a2d' },
44
- "700": { value: '#004823' },
45
- "800": { value: '#103920' },
46
- "900": { value: '#002a12' },
47
- "A100": { value: 'rgba(2, 139, 73, 0.15)' },
48
- "contrast": {
49
- "40": { value: '#4D4D4D' },
50
- "60": { value: '#4D4D4D' },
51
- "100": { value: '#4D4D4D' },
52
- "200": { value: '#4D4D4D' },
53
- "300": { value: '#4D4D4D' },
54
- "400": { value: 'white' },
55
- "500": { value: 'white' },
56
- "560": { value: 'white' },
57
- "600": { value: 'white' },
58
- "700": { value: 'white' },
59
- "800": { value: 'white' },
60
- "A100": { value: '#4D4D4D' }
61
- }
62
- },
63
- "red": {
64
- "40": { value: '#fff3f3' },
65
- "60": { value: '#ffeaea' },
66
- "100": { value: '#fbd6d6' },
67
- "200": { value: '#fcb2b4' },
68
- "300": { value: '#ee6f79' },
69
- "400": { value: '#ea5868' },
70
- "500": { value: '#db3c55' },
71
- "560": { value: '#b9023a' },
72
- "600": { value: '#9e0130' },
73
- "700": { value: '#800025' },
74
- "800": { value: '#621420' },
75
- "900": { value: '#500013' },
76
- "A100": { value: 'rgba(219, 60, 85, 0.15)' },
77
-
78
- "contrast": {
79
- "40": { value: '#4D4D4D' },
80
- "60": { value: '#4D4D4D' },
81
- "100": { value: '#4D4D4D' },
82
- "200": { value: '#4D4D4D' },
83
- "300": { value: '#4D4D4D' },
84
- "400": { value: 'white' },
85
- "500": { value: 'white' },
86
- "560": { value: 'white' },
87
- "600": { value: 'white' },
88
- "700": { value: 'white' },
89
- "800": { value: 'white' },
90
- "A100": { value: '#4D4D4D' }
91
- }
92
- },
93
- "grey": {
94
- "40": { value: '#f2f5f9' },
95
- "60": { value: '#ebeef2' },
96
- "100": { value: '#d7dee4' },
97
- "200": { value: '#bdc7d1' },
98
- "300": { value: '#8c99a5' },
99
- "400": { value: '#7f8c98' },
100
- "500": { value: '#6d7a86' },
101
- "560": { value: '#515e69' },
102
- "600": { value: '#434f5a' },
103
- "700": { value: '#333f4a' },
104
- "800": { value: '#27333e' },
105
- "900": { value: '#19252f' },
106
- "A40": { value: 'rgba(25, 37, 47, 0.04)' },
107
- "A60": { value: 'rgba(25, 37, 47, 0.06)' },
108
- "A100": { value: 'rgba(25, 37, 47, 0.1)' },
109
- "A200": { value: 'rgba(25, 37, 47, 0.2)' },
110
- "A300": { value: 'rgba(25, 37, 47, 0.3)' },
111
- "A500": { value: 'rgba(25, 37, 47, 0.5)' },
112
-
113
- "contrast": {
114
- "40": { value: '#4D4D4D' },
115
- "60": { value: '#4D4D4D' },
116
- "100": { value: '#4D4D4D' },
117
- "200": { value: '#4D4D4D' },
118
- "300": { value: '#4D4D4D' },
119
- "400": { value: 'white' },
120
- "500": { value: 'white' },
121
- "560": { value: 'white' },
122
- "600": { value: 'white' },
123
- "700": { value: 'white' },
124
- "800": { value: 'white' }
125
- }
126
- },
127
- "yellow": {
128
- "40": { value: '#fff4dd' },
129
- "60": { value: '#ffecce' },
130
- "100": { value: '#fcdda6' },
131
- "200": { value: '#f5c23c' },
132
- "300": { value: '#e19f12' },
133
- "400": { value: '#c78816' },
134
- "500": { value: '#a26e0c' },
135
- "560": { value: '#7e5406' },
136
- "600": { value: '#6b4804' },
137
- "700": { value: '#543803' },
138
- "800": { value: '#3e3015' },
139
- "900": { value: '#312001' },
140
- "A100": { value: 'rgba(255, 159, 18, 0.15)' },
141
-
142
- "contrast": {
143
- "40": { value: '#4D4D4D' },
144
- "60": { value: '#4D4D4D' },
145
- "100": { value: '#4D4D4D' },
146
- "200": { value: '#4D4D4D' },
147
- "300": { value: '#4D4D4D' },
148
- "400": { value: 'white' },
149
- "500": { value: 'white' },
150
- "560": { value: 'white' },
151
- "600": { value: 'white' },
152
- "700": { value: 'white' },
153
- "800": { value: 'white' },
154
- "A100": { value: '#4D4D4D' }
155
- }
156
- },
157
- "teal": {
158
- "40": { value: '#ebf8fd' },
159
- "60": { value: '#d9f3fd' },
160
- "100": { value: '#afe6f9' },
161
- "200": { value: '#6ed3f2' },
162
- "300": { value: '#18a5c5' },
163
- "400": { value: '#2099b7' },
164
- "500": { value: '#218ca8' },
165
- "560": { value: '#0c6579' },
166
- "600": { value: '#0c5567' },
167
- "700": { value: '#084453' },
168
- "800": { value: '#143641' },
169
- "900": { value: '#022731' },
170
- "contrast": {
171
- "40": { value: '#4D4D4D' },
172
- "60": { value: '#4D4D4D' },
173
- "100": { value: '#4D4D4D' },
174
- "200": { value: '#4D4D4D' },
175
- "300": { value: '#4D4D4D' },
176
- "400": { value: 'white' },
177
- "500": { value: 'white' },
178
- "560": { value: 'white' },
179
- "600": { value: 'white' },
180
- "700": { value: 'white' },
181
- "800": { value: 'white' },
182
- "A100": { value: '#4D4D4D' },
183
- "A200": { value: 'white' }
184
- }
185
- },
186
- "purple": {
187
- "40": { value: '#fff3fb' },
188
- "60": { value: '#ffe9f8' },
189
- "100": { value: '#f2d4e8' },
190
- "200": { value: '#e4bbd7' },
191
- "300": { value: '#c692b5' },
192
- "400": { value: '#bb78a7' },
193
- "500": { value: '#a65d92' },
194
- "560": { value: '#864775' },
195
- "600": { value: '#753865' },
196
- "700": { value: '#612853' },
197
- "800": { value: '#48273f' },
198
- "900": { value: '#36172e' },
199
- "contrast": {
200
- "40": { value: '#4D4D4D' },
201
- "60": { value: '#4D4D4D' },
202
- "100": { value: '#4D4D4D' },
203
- "200": { value: '#4D4D4D' },
204
- "300": { value: '#4D4D4D' },
205
- "400": { value: 'white' },
206
- "500": { value: 'white' },
207
- "560": { value: 'white' },
208
- "600": { value: 'white' },
209
- "700": { value: 'white' },
210
- "800": { value: 'white' },
211
- "A100": { value: '#4D4D4D' },
212
- "A200": { value: 'white' }
213
- }
214
- }
215
- },
216
-
217
- "color": {
218
- "blue": { "palette": { value: '{palette.blue}' } },
219
- "green": { "palette": { value: '{palette.green}' } },
220
- "red": { "palette": { value: '{palette.red}' } },
221
- "grey": { "palette": { value: '{palette.grey}' } },
222
- "yellow": { "palette": { value: '{palette.yellow}' } },
223
- "teal": { "palette": { value: '{palette.teal}' } },
224
- "purple": { "palette": { value: '{palette.purple}' } }
225
- }
226
- }