@ptsecurity/mosaic 13.1.1 → 13.3.1

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 (349) hide show
  1. package/_theming.scss +464 -165
  2. package/_visual.scss +419 -239
  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/components/alert.json5 +30 -30
  7. package/design-tokens/legacy-2017/tokens/components/badge.json5 +91 -101
  8. package/design-tokens/legacy-2017/tokens/components/button.json5 +53 -54
  9. package/design-tokens/legacy-2017/tokens/components/card.json5 +24 -24
  10. package/design-tokens/legacy-2017/tokens/components/checkbox.json5 +10 -10
  11. package/design-tokens/legacy-2017/tokens/components/datepicker.json5 +4 -4
  12. package/design-tokens/legacy-2017/tokens/components/dl.json5 +38 -0
  13. package/design-tokens/legacy-2017/tokens/components/dropdown.json5 +2 -1
  14. package/design-tokens/legacy-2017/tokens/components/form-field.json5 +48 -8
  15. package/design-tokens/legacy-2017/tokens/components/forms.json5 +4 -4
  16. package/design-tokens/legacy-2017/tokens/components/input.json5 +2 -3
  17. package/design-tokens/legacy-2017/tokens/components/link.json5 +13 -19
  18. package/design-tokens/legacy-2017/tokens/components/list.json5 +3 -5
  19. package/design-tokens/legacy-2017/tokens/components/modal.json5 +10 -8
  20. package/design-tokens/legacy-2017/tokens/components/navbar.json5 +12 -11
  21. package/design-tokens/legacy-2017/tokens/components/popover.json5 +18 -18
  22. package/design-tokens/legacy-2017/tokens/components/popup.json5 +8 -8
  23. package/design-tokens/legacy-2017/tokens/components/progress-bar.json5 +2 -2
  24. package/design-tokens/legacy-2017/tokens/components/radio.json5 +12 -12
  25. package/design-tokens/legacy-2017/tokens/components/select.json5 +0 -1
  26. package/design-tokens/legacy-2017/tokens/components/sidepanel.json5 +6 -4
  27. package/design-tokens/legacy-2017/tokens/components/table.json5 +1 -1
  28. package/design-tokens/legacy-2017/tokens/components/tabs.json5 +82 -6
  29. package/design-tokens/legacy-2017/tokens/components/tags.json5 +49 -50
  30. package/design-tokens/legacy-2017/tokens/components/toggle.json5 +17 -17
  31. package/design-tokens/legacy-2017/tokens/components/tooltip.json5 +21 -21
  32. package/design-tokens/legacy-2017/tokens/components/tree.json5 +5 -2
  33. package/design-tokens/legacy-2017/tokens/properties/colors.json5 +35 -31
  34. package/design-tokens/legacy-2017/tokens/properties/globals.json5 +20 -1
  35. package/design-tokens/legacy-2017/tokens/properties/typography.json5 +70 -35
  36. package/design-tokens/legacy-2017/tokens.d.ts +155 -56
  37. package/design-tokens/pt-2022/tokens/components/alert.json5 +30 -30
  38. package/design-tokens/pt-2022/tokens/components/badge.json5 +92 -102
  39. package/design-tokens/pt-2022/tokens/components/button.json5 +54 -55
  40. package/design-tokens/pt-2022/tokens/components/card.json5 +24 -24
  41. package/design-tokens/pt-2022/tokens/components/checkbox.json5 +10 -10
  42. package/design-tokens/pt-2022/tokens/components/datepicker.json5 +4 -4
  43. package/design-tokens/pt-2022/tokens/components/dl.json5 +38 -0
  44. package/design-tokens/pt-2022/tokens/components/dropdown.json5 +2 -1
  45. package/design-tokens/pt-2022/tokens/components/form-field.json5 +48 -8
  46. package/design-tokens/pt-2022/tokens/components/forms.json5 +4 -4
  47. package/design-tokens/pt-2022/tokens/components/input.json5 +2 -3
  48. package/design-tokens/pt-2022/tokens/components/link.json5 +17 -23
  49. package/design-tokens/pt-2022/tokens/components/list.json5 +2 -4
  50. package/design-tokens/pt-2022/tokens/components/modal.json5 +10 -8
  51. package/design-tokens/pt-2022/tokens/components/navbar.json5 +14 -13
  52. package/design-tokens/pt-2022/tokens/components/popover.json5 +21 -21
  53. package/design-tokens/pt-2022/tokens/components/popup.json5 +8 -8
  54. package/design-tokens/pt-2022/tokens/components/progress-bar.json5 +1 -1
  55. package/design-tokens/pt-2022/tokens/components/radio.json5 +12 -12
  56. package/design-tokens/pt-2022/tokens/components/select.json5 +0 -1
  57. package/design-tokens/pt-2022/tokens/components/sidepanel.json5 +7 -5
  58. package/design-tokens/pt-2022/tokens/components/table.json5 +1 -1
  59. package/design-tokens/pt-2022/tokens/components/tabs.json5 +82 -6
  60. package/design-tokens/pt-2022/tokens/components/tags.json5 +49 -50
  61. package/design-tokens/pt-2022/tokens/components/toggle.json5 +18 -18
  62. package/design-tokens/pt-2022/tokens/components/tooltip.json5 +23 -23
  63. package/design-tokens/pt-2022/tokens/components/tree.json5 +5 -2
  64. package/design-tokens/pt-2022/tokens/properties/colors.json5 +37 -33
  65. package/design-tokens/pt-2022/tokens/properties/globals.json5 +20 -1
  66. package/design-tokens/pt-2022/tokens/properties/typography.json5 +69 -34
  67. package/design-tokens/pt-2022/tokens.d.ts +151 -52
  68. package/dl/README.md +0 -0
  69. package/dl/dl.component.d.ts +26 -0
  70. package/dl/dl.module.d.ts +10 -0
  71. package/dl/index.d.ts +1 -0
  72. package/dl/package.json +10 -0
  73. package/dl/ptsecurity-mosaic-dl.d.ts +5 -0
  74. package/dl/public-api.d.ts +2 -0
  75. package/esm2020/autocomplete/autocomplete-origin.directive.mjs +3 -3
  76. package/esm2020/autocomplete/autocomplete-trigger.directive.mjs +3 -3
  77. package/esm2020/autocomplete/autocomplete.component.mjs +3 -3
  78. package/esm2020/autocomplete/autocomplete.module.mjs +4 -4
  79. package/esm2020/button/button.component.mjs +29 -21
  80. package/esm2020/button/button.module.mjs +4 -4
  81. package/esm2020/button-toggle/button-toggle.component.mjs +6 -6
  82. package/esm2020/button-toggle/button-toggle.module.mjs +4 -4
  83. package/esm2020/card/card.component.mjs +3 -3
  84. package/esm2020/card/card.module.mjs +4 -4
  85. package/esm2020/checkbox/checkbox-module.mjs +4 -4
  86. package/esm2020/checkbox/checkbox-required-validator.mjs +3 -3
  87. package/esm2020/checkbox/checkbox.mjs +3 -3
  88. package/esm2020/core/common-behaviors/common-module.mjs +4 -4
  89. package/esm2020/core/error/error-options.mjs +6 -6
  90. package/esm2020/core/formatters/date/formatter.mjs +3 -3
  91. package/esm2020/core/formatters/index.mjs +4 -4
  92. package/esm2020/core/formatters/number/formatter.mjs +4 -4
  93. package/esm2020/core/forms/forms-module.mjs +4 -4
  94. package/esm2020/core/forms/forms.directive.mjs +6 -6
  95. package/esm2020/core/highlight/highlight.pipe.mjs +3 -3
  96. package/esm2020/core/highlight/index.mjs +4 -4
  97. package/esm2020/core/line/line.mjs +7 -7
  98. package/esm2020/core/option/action.mjs +3 -3
  99. package/esm2020/core/option/optgroup.mjs +3 -3
  100. package/esm2020/core/option/option-module.mjs +4 -4
  101. package/esm2020/core/option/option.mjs +10 -7
  102. package/esm2020/core/pop-up/pop-up-trigger.mjs +3 -3
  103. package/esm2020/core/pop-up/pop-up.mjs +3 -3
  104. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
  105. package/esm2020/core/selection/pseudo-checkbox/pseudo-checkbox.module.mjs +4 -4
  106. package/esm2020/core/services/measure-scrollbar.service.mjs +3 -3
  107. package/esm2020/core/validation/validation.mjs +10 -5
  108. package/esm2020/datepicker/calendar-body.component.mjs +3 -3
  109. package/esm2020/datepicker/calendar.component.mjs +6 -6
  110. package/esm2020/datepicker/datepicker-input.directive.mjs +3 -3
  111. package/esm2020/datepicker/datepicker-intl.mjs +3 -3
  112. package/esm2020/datepicker/datepicker-module.mjs +4 -4
  113. package/esm2020/datepicker/datepicker-toggle.component.mjs +6 -6
  114. package/esm2020/datepicker/datepicker.component.mjs +6 -6
  115. package/esm2020/datepicker/month-view.component.mjs +3 -3
  116. package/esm2020/datepicker/multi-year-view.component.mjs +3 -3
  117. package/esm2020/datepicker/year-view.component.mjs +3 -3
  118. package/esm2020/design-tokens/legacy-2017/tokens.mjs +156 -57
  119. package/esm2020/design-tokens/pt-2022/tokens.mjs +152 -53
  120. package/esm2020/divider/divider.component.mjs +3 -3
  121. package/esm2020/divider/divider.module.mjs +4 -4
  122. package/esm2020/dl/dl.component.mjs +78 -0
  123. package/esm2020/dl/dl.module.mjs +42 -0
  124. package/esm2020/dl/index.mjs +2 -0
  125. package/esm2020/dl/ptsecurity-mosaic-dl.mjs +5 -0
  126. package/esm2020/dl/public-api.mjs +3 -0
  127. package/esm2020/dropdown/dropdown-content.directive.mjs +3 -3
  128. package/esm2020/dropdown/dropdown-item.component.mjs +5 -5
  129. package/esm2020/dropdown/dropdown-trigger.directive.mjs +3 -3
  130. package/esm2020/dropdown/dropdown.component.mjs +6 -6
  131. package/esm2020/dropdown/dropdown.module.mjs +4 -4
  132. package/esm2020/form-field/cleaner.mjs +3 -3
  133. package/esm2020/form-field/form-field.mjs +48 -28
  134. package/esm2020/form-field/form-field.module.mjs +10 -5
  135. package/esm2020/form-field/hint.mjs +6 -6
  136. package/esm2020/form-field/password-hint.mjs +134 -0
  137. package/esm2020/form-field/prefix.mjs +3 -3
  138. package/esm2020/form-field/public-api.mjs +2 -1
  139. package/esm2020/form-field/stepper.mjs +3 -3
  140. package/esm2020/form-field/suffix.mjs +3 -3
  141. package/esm2020/icon/icon.component.mjs +6 -6
  142. package/esm2020/icon/icon.module.mjs +4 -4
  143. package/esm2020/input/input-number-validators.mjs +6 -6
  144. package/esm2020/input/input-number.mjs +3 -3
  145. package/esm2020/input/input-password.mjs +368 -0
  146. package/esm2020/input/input.mjs +12 -11
  147. package/esm2020/input/input.module.mjs +50 -8
  148. package/esm2020/input/public-api.mjs +2 -1
  149. package/esm2020/link/link.component.mjs +3 -3
  150. package/esm2020/link/link.module.mjs +4 -4
  151. package/esm2020/list/list-selection.component.mjs +11 -11
  152. package/esm2020/list/list.component.mjs +7 -7
  153. package/esm2020/list/list.module.mjs +4 -4
  154. package/esm2020/modal/css-unit.pipe.mjs +3 -3
  155. package/esm2020/modal/modal-control.service.mjs +3 -3
  156. package/esm2020/modal/modal.component.mjs +4 -4
  157. package/esm2020/modal/modal.directive.mjs +12 -12
  158. package/esm2020/modal/modal.module.mjs +4 -4
  159. package/esm2020/modal/modal.service.mjs +3 -3
  160. package/esm2020/navbar/navbar-item.component.mjs +80 -79
  161. package/esm2020/navbar/navbar.component.mjs +10 -10
  162. package/esm2020/navbar/navbar.module.mjs +4 -4
  163. package/esm2020/navbar/vertical-navbar.component.mjs +6 -6
  164. package/esm2020/popover/popover-confirm.component.mjs +8 -8
  165. package/esm2020/popover/popover.component.mjs +8 -8
  166. package/esm2020/popover/popover.module.mjs +4 -4
  167. package/esm2020/progress-bar/progress-bar.component.mjs +3 -3
  168. package/esm2020/progress-bar/progress-bar.module.mjs +4 -4
  169. package/esm2020/progress-spinner/progress-spinner.component.mjs +3 -3
  170. package/esm2020/progress-spinner/progress-spinner.module.mjs +4 -4
  171. package/esm2020/radio/radio.component.mjs +6 -6
  172. package/esm2020/radio/radio.module.mjs +4 -4
  173. package/esm2020/select/public-api.mjs +2 -1
  174. package/esm2020/select/select-option.directive.mjs +65 -0
  175. package/esm2020/select/select.component.mjs +16 -16
  176. package/esm2020/select/select.module.mjs +19 -10
  177. package/esm2020/sidebar/sidebar.component.mjs +9 -9
  178. package/esm2020/sidebar/sidebar.module.mjs +4 -4
  179. package/esm2020/sidepanel/sidepanel-container.component.mjs +5 -5
  180. package/esm2020/sidepanel/sidepanel-directives.mjs +18 -18
  181. package/esm2020/sidepanel/sidepanel.module.mjs +4 -4
  182. package/esm2020/sidepanel/sidepanel.service.mjs +3 -3
  183. package/esm2020/splitter/splitter.component.mjs +12 -12
  184. package/esm2020/splitter/splitter.module.mjs +4 -4
  185. package/esm2020/table/table.component.mjs +3 -3
  186. package/esm2020/table/table.module.mjs +4 -4
  187. package/esm2020/tabs/paginated-tab-header.mjs +3 -3
  188. package/esm2020/tabs/tab-body.component.mjs +6 -6
  189. package/esm2020/tabs/tab-content.directive.mjs +3 -3
  190. package/esm2020/tabs/tab-group.component.mjs +20 -20
  191. package/esm2020/tabs/tab-header.component.mjs +4 -4
  192. package/esm2020/tabs/tab-label-wrapper.directive.mjs +3 -3
  193. package/esm2020/tabs/tab-label.directive.mjs +3 -3
  194. package/esm2020/tabs/tab-nav-bar/tab-nav-bar.mjs +9 -9
  195. package/esm2020/tabs/tab.component.mjs +3 -3
  196. package/esm2020/tabs/tabs.module.mjs +4 -4
  197. package/esm2020/tags/tag-input.mjs +3 -3
  198. package/esm2020/tags/tag-list.component.mjs +6 -6
  199. package/esm2020/tags/tag.component.mjs +60 -60
  200. package/esm2020/tags/tag.module.mjs +4 -4
  201. package/esm2020/textarea/textarea.component.mjs +9 -8
  202. package/esm2020/textarea/textarea.module.mjs +4 -4
  203. package/esm2020/timepicker/timepicker.directive.mjs +3 -3
  204. package/esm2020/timepicker/timepicker.module.mjs +4 -4
  205. package/esm2020/toggle/toggle.component.mjs +3 -3
  206. package/esm2020/toggle/toggle.module.mjs +4 -4
  207. package/esm2020/tooltip/tooltip.component.mjs +14 -13
  208. package/esm2020/tooltip/tooltip.module.mjs +4 -4
  209. package/esm2020/tree/node.mjs +3 -3
  210. package/esm2020/tree/outlet.mjs +3 -3
  211. package/esm2020/tree/padding.directive.mjs +12 -9
  212. package/esm2020/tree/toggle.mjs +10 -10
  213. package/esm2020/tree/tree-base.mjs +6 -6
  214. package/esm2020/tree/tree-option.component.mjs +9 -9
  215. package/esm2020/tree/tree-selection.component.mjs +8 -6
  216. package/esm2020/tree/tree.mjs +3 -3
  217. package/esm2020/tree/tree.module.mjs +4 -4
  218. package/esm2020/tree-select/tree-select.component.mjs +14 -14
  219. package/esm2020/tree-select/tree-select.module.mjs +4 -4
  220. package/fesm2015/ptsecurity-mosaic-autocomplete.mjs +13 -13
  221. package/fesm2015/ptsecurity-mosaic-button-toggle.mjs +10 -10
  222. package/fesm2015/ptsecurity-mosaic-button.mjs +32 -24
  223. package/fesm2015/ptsecurity-mosaic-button.mjs.map +1 -1
  224. package/fesm2015/ptsecurity-mosaic-card.mjs +7 -7
  225. package/fesm2015/ptsecurity-mosaic-checkbox.mjs +10 -10
  226. package/fesm2015/ptsecurity-mosaic-core.mjs +89 -81
  227. package/fesm2015/ptsecurity-mosaic-core.mjs.map +1 -1
  228. package/fesm2015/ptsecurity-mosaic-datepicker.mjs +40 -40
  229. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs +443 -146
  230. package/fesm2015/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  231. package/fesm2015/ptsecurity-mosaic-divider.mjs +7 -7
  232. package/fesm2015/ptsecurity-mosaic-dl.mjs +124 -0
  233. package/fesm2015/ptsecurity-mosaic-dl.mjs.map +1 -0
  234. package/fesm2015/ptsecurity-mosaic-dropdown.mjs +19 -19
  235. package/fesm2015/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  236. package/fesm2015/ptsecurity-mosaic-form-field.mjs +214 -50
  237. package/fesm2015/ptsecurity-mosaic-form-field.mjs.map +1 -1
  238. package/fesm2015/ptsecurity-mosaic-icon.mjs +10 -10
  239. package/fesm2015/ptsecurity-mosaic-input.mjs +434 -31
  240. package/fesm2015/ptsecurity-mosaic-input.mjs.map +1 -1
  241. package/fesm2015/ptsecurity-mosaic-link.mjs +7 -7
  242. package/fesm2015/ptsecurity-mosaic-list.mjs +21 -21
  243. package/fesm2015/ptsecurity-mosaic-list.mjs.map +1 -1
  244. package/fesm2015/ptsecurity-mosaic-modal.mjs +29 -29
  245. package/fesm2015/ptsecurity-mosaic-modal.mjs.map +1 -1
  246. package/fesm2015/ptsecurity-mosaic-navbar.mjs +97 -96
  247. package/fesm2015/ptsecurity-mosaic-navbar.mjs.map +1 -1
  248. package/fesm2015/ptsecurity-mosaic-popover.mjs +18 -18
  249. package/fesm2015/ptsecurity-mosaic-popover.mjs.map +1 -1
  250. package/fesm2015/ptsecurity-mosaic-progress-bar.mjs +7 -7
  251. package/fesm2015/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  252. package/fesm2015/ptsecurity-mosaic-radio.mjs +10 -10
  253. package/fesm2015/ptsecurity-mosaic-select.mjs +99 -33
  254. package/fesm2015/ptsecurity-mosaic-select.mjs.map +1 -1
  255. package/fesm2015/ptsecurity-mosaic-sidebar.mjs +13 -13
  256. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs +28 -28
  257. package/fesm2015/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  258. package/fesm2015/ptsecurity-mosaic-splitter.mjs +16 -16
  259. package/fesm2015/ptsecurity-mosaic-table.mjs +7 -7
  260. package/fesm2015/ptsecurity-mosaic-tabs.mjs +56 -56
  261. package/fesm2015/ptsecurity-mosaic-tabs.mjs.map +1 -1
  262. package/fesm2015/ptsecurity-mosaic-tags.mjs +74 -74
  263. package/fesm2015/ptsecurity-mosaic-tags.mjs.map +1 -1
  264. package/fesm2015/ptsecurity-mosaic-textarea.mjs +11 -10
  265. package/fesm2015/ptsecurity-mosaic-textarea.mjs.map +1 -1
  266. package/fesm2015/ptsecurity-mosaic-timepicker.mjs +7 -7
  267. package/fesm2015/ptsecurity-mosaic-toggle.mjs +7 -7
  268. package/fesm2015/ptsecurity-mosaic-tooltip.mjs +17 -16
  269. package/fesm2015/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  270. package/fesm2015/ptsecurity-mosaic-tree-select.mjs +17 -17
  271. package/fesm2015/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  272. package/fesm2015/ptsecurity-mosaic-tree.mjs +158 -155
  273. package/fesm2015/ptsecurity-mosaic-tree.mjs.map +1 -1
  274. package/fesm2020/ptsecurity-mosaic-autocomplete.mjs +13 -13
  275. package/fesm2020/ptsecurity-mosaic-button-toggle.mjs +10 -10
  276. package/fesm2020/ptsecurity-mosaic-button.mjs +32 -24
  277. package/fesm2020/ptsecurity-mosaic-button.mjs.map +1 -1
  278. package/fesm2020/ptsecurity-mosaic-card.mjs +7 -7
  279. package/fesm2020/ptsecurity-mosaic-checkbox.mjs +10 -10
  280. package/fesm2020/ptsecurity-mosaic-core.mjs +89 -81
  281. package/fesm2020/ptsecurity-mosaic-core.mjs.map +1 -1
  282. package/fesm2020/ptsecurity-mosaic-datepicker.mjs +40 -40
  283. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs +443 -146
  284. package/fesm2020/ptsecurity-mosaic-design-tokens.mjs.map +1 -1
  285. package/fesm2020/ptsecurity-mosaic-divider.mjs +7 -7
  286. package/fesm2020/ptsecurity-mosaic-dl.mjs +124 -0
  287. package/fesm2020/ptsecurity-mosaic-dl.mjs.map +1 -0
  288. package/fesm2020/ptsecurity-mosaic-dropdown.mjs +19 -19
  289. package/fesm2020/ptsecurity-mosaic-dropdown.mjs.map +1 -1
  290. package/fesm2020/ptsecurity-mosaic-form-field.mjs +200 -50
  291. package/fesm2020/ptsecurity-mosaic-form-field.mjs.map +1 -1
  292. package/fesm2020/ptsecurity-mosaic-icon.mjs +10 -10
  293. package/fesm2020/ptsecurity-mosaic-input.mjs +427 -31
  294. package/fesm2020/ptsecurity-mosaic-input.mjs.map +1 -1
  295. package/fesm2020/ptsecurity-mosaic-link.mjs +7 -7
  296. package/fesm2020/ptsecurity-mosaic-list.mjs +21 -21
  297. package/fesm2020/ptsecurity-mosaic-list.mjs.map +1 -1
  298. package/fesm2020/ptsecurity-mosaic-modal.mjs +29 -29
  299. package/fesm2020/ptsecurity-mosaic-modal.mjs.map +1 -1
  300. package/fesm2020/ptsecurity-mosaic-navbar.mjs +97 -96
  301. package/fesm2020/ptsecurity-mosaic-navbar.mjs.map +1 -1
  302. package/fesm2020/ptsecurity-mosaic-popover.mjs +18 -18
  303. package/fesm2020/ptsecurity-mosaic-popover.mjs.map +1 -1
  304. package/fesm2020/ptsecurity-mosaic-progress-bar.mjs +7 -7
  305. package/fesm2020/ptsecurity-mosaic-progress-spinner.mjs +7 -7
  306. package/fesm2020/ptsecurity-mosaic-radio.mjs +10 -10
  307. package/fesm2020/ptsecurity-mosaic-select.mjs +96 -32
  308. package/fesm2020/ptsecurity-mosaic-select.mjs.map +1 -1
  309. package/fesm2020/ptsecurity-mosaic-sidebar.mjs +13 -13
  310. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs +28 -28
  311. package/fesm2020/ptsecurity-mosaic-sidepanel.mjs.map +1 -1
  312. package/fesm2020/ptsecurity-mosaic-splitter.mjs +16 -16
  313. package/fesm2020/ptsecurity-mosaic-table.mjs +7 -7
  314. package/fesm2020/ptsecurity-mosaic-tabs.mjs +56 -56
  315. package/fesm2020/ptsecurity-mosaic-tabs.mjs.map +1 -1
  316. package/fesm2020/ptsecurity-mosaic-tags.mjs +72 -72
  317. package/fesm2020/ptsecurity-mosaic-tags.mjs.map +1 -1
  318. package/fesm2020/ptsecurity-mosaic-textarea.mjs +11 -10
  319. package/fesm2020/ptsecurity-mosaic-textarea.mjs.map +1 -1
  320. package/fesm2020/ptsecurity-mosaic-timepicker.mjs +7 -7
  321. package/fesm2020/ptsecurity-mosaic-toggle.mjs +7 -7
  322. package/fesm2020/ptsecurity-mosaic-tooltip.mjs +17 -16
  323. package/fesm2020/ptsecurity-mosaic-tooltip.mjs.map +1 -1
  324. package/fesm2020/ptsecurity-mosaic-tree-select.mjs +17 -17
  325. package/fesm2020/ptsecurity-mosaic-tree-select.mjs.map +1 -1
  326. package/fesm2020/ptsecurity-mosaic-tree.mjs +155 -152
  327. package/fesm2020/ptsecurity-mosaic-tree.mjs.map +1 -1
  328. package/form-field/form-field.d.ts +9 -2
  329. package/form-field/form-field.module.d.ts +8 -7
  330. package/form-field/password-hint.d.ts +40 -0
  331. package/form-field/public-api.d.ts +1 -0
  332. package/input/input-password.d.ts +121 -0
  333. package/input/input.d.ts +4 -3
  334. package/input/input.module.d.ts +7 -6
  335. package/input/public-api.d.ts +1 -0
  336. package/list/list-selection.component.d.ts +1 -1
  337. package/navbar/navbar-item.component.d.ts +18 -18
  338. package/package.json +12 -4
  339. package/prebuilt-themes/dark-theme.css +1 -1
  340. package/prebuilt-themes/default-theme.css +1 -1
  341. package/prebuilt-visual/default-visual.css +1 -1
  342. package/select/public-api.d.ts +1 -0
  343. package/select/select-option.directive.d.ts +20 -0
  344. package/select/select.module.d.ts +9 -7
  345. package/tags/tag.component.d.ts +20 -20
  346. package/textarea/textarea.component.d.ts +4 -3
  347. package/toggle/README.md +0 -0
  348. package/tree/padding.directive.d.ts +7 -5
  349. package/tree/tree-option.component.d.ts +2 -2
@@ -2,46 +2,46 @@
2
2
  card: {
3
3
  'light-color-scheme': {
4
4
  error: {
5
- 'vertical-line': { value: '{light-color-scheme.error.default.value}' },
6
- background: { value: '{light-color-scheme.error.palette.value.60.value}' },
7
- shadow: { value: '{light-color-scheme.second.palette.value.100.value}' }
5
+ 'vertical-line': { value: '{light-color-scheme.error.default}' },
6
+ background: { value: '{light-color-scheme.error.palette.value.60}' },
7
+ shadow: { value: '{light-color-scheme.second.palette.value.100}' }
8
8
  },
9
9
  warning: {
10
- 'vertical-line': { value: '{light-color-scheme.warning.default.value}' },
11
- background: { value: '{light-color-scheme.warning.palette.value.60.value}' },
12
- shadow: { value: '{light-color-scheme.second.palette.value.100.value}' }
10
+ 'vertical-line': { value: '{light-color-scheme.warning.default}' },
11
+ background: { value: '{light-color-scheme.warning.palette.value.60}' },
12
+ shadow: { value: '{light-color-scheme.second.palette.value.100}' }
13
13
  },
14
14
  success: {
15
- 'vertical-line': { value: '{light-color-scheme.success.default.value}' },
16
- background: { value: '{light-color-scheme.success.palette.value.60.value}' },
17
- shadow: { value: '{light-color-scheme.second.palette.value.100.value}' }
15
+ 'vertical-line': { value: '{light-color-scheme.success.default}' },
16
+ background: { value: '{light-color-scheme.success.palette.value.60}' },
17
+ shadow: { value: '{light-color-scheme.second.palette.value.100}' }
18
18
  },
19
19
  info: {
20
- 'vertical-line': { value: '{light-color-scheme.info.default.value}' },
21
- background: { value: '{light-color-scheme.info.palette.value.60.value}' },
22
- shadow: { value: '{light-color-scheme.second.palette.value.100.value}' }
20
+ 'vertical-line': { value: '{light-color-scheme.info.default}' },
21
+ background: { value: '{light-color-scheme.info.palette.value.60}' },
22
+ shadow: { value: '{light-color-scheme.second.palette.value.100}' }
23
23
  }
24
24
  },
25
25
  'dark-color-scheme': {
26
26
  error: {
27
- 'vertical-line': { value: '{dark-color-scheme.error.default.value}' },
28
- background: { value: '{dark-color-scheme.error.palette.value.700.value}' },
29
- shadow: { value: '{dark-color-scheme.second.palette.value.700.value}' }
27
+ 'vertical-line': { value: '{dark-color-scheme.error.default}' },
28
+ background: { value: '{dark-color-scheme.error.palette.value.700}' },
29
+ shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
30
30
  },
31
31
  warning: {
32
- 'vertical-line': { value: '{dark-color-scheme.warning.default.value}' },
33
- background: { value: '{dark-color-scheme.warning.palette.value.700.value}' },
34
- shadow: { value: '{dark-color-scheme.second.palette.value.700.value}' }
32
+ 'vertical-line': { value: '{dark-color-scheme.warning.default}' },
33
+ background: { value: '{dark-color-scheme.warning.palette.value.700}' },
34
+ shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
35
35
  },
36
36
  success: {
37
- 'vertical-line': { value: '{dark-color-scheme.success.default.value}' },
38
- background: { value: '{dark-color-scheme.success.palette.value.700.value}' },
39
- shadow: { value: '{dark-color-scheme.second.palette.value.700.value}' }
37
+ 'vertical-line': { value: '{dark-color-scheme.success.default}' },
38
+ background: { value: '{dark-color-scheme.success.palette.value.700}' },
39
+ shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
40
40
  },
41
41
  info: {
42
- 'vertical-line': { value: '{dark-color-scheme.info.default.value}' },
43
- background: { value: '{dark-color-scheme.info.palette.value.700.value}' },
44
- shadow: { value: '{dark-color-scheme.second.palette.value.700.value}' }
42
+ 'vertical-line': { value: '{dark-color-scheme.info.default}' },
43
+ background: { value: '{dark-color-scheme.info.palette.value.700}' },
44
+ shadow: { value: '{dark-color-scheme.second.palette.value.700}' }
45
45
  }
46
46
  },
47
47
  size: {
@@ -1,28 +1,28 @@
1
1
  {
2
2
  checkbox: {
3
3
  'light-color-scheme': {
4
- border: { value: '{light-color-scheme.second.palette.value.300.value}' },
4
+ border: { value: '{light-color-scheme.second.palette.value.300}' },
5
5
  states: {
6
6
  checked: {
7
- border: { value: '{light-color-scheme.primary.palette.value.600.value}' },
8
- background: { value: '{light-color-scheme.primary.palette.value.500.value}' }
7
+ border: { value: '{light-color-scheme.primary.palette.value.600}' },
8
+ background: { value: '{light-color-scheme.primary.palette.value.500}' }
9
9
  },
10
10
  focused: {
11
- border: { value: '{light-color-scheme.primary.palette.value.600.value}' },
12
- shadow: { value: '0 0 0 1px {light-color-scheme.primary.palette.value.600.value}' }
11
+ border: { value: '{light-color-scheme.primary.palette.value.600}' },
12
+ shadow: { value: '0 0 0 1px {light-color-scheme.primary.palette.value.600}' }
13
13
  }
14
14
  }
15
15
  },
16
16
  'dark-color-scheme': {
17
- border: { value: '{dark-color-scheme.second.palette.value.400.value}' },
17
+ border: { value: '{dark-color-scheme.second.palette.value.400}' },
18
18
  states: {
19
19
  checked: {
20
- border: { value: '{dark-color-scheme.primary.palette.value.400.value}' },
21
- background: { value: '{dark-color-scheme.primary.palette.value.600.value}' }
20
+ border: { value: '{dark-color-scheme.primary.palette.value.400}' },
21
+ background: { value: '{dark-color-scheme.primary.palette.value.600}' }
22
22
  },
23
23
  focused: {
24
- border: { value: '{dark-color-scheme.primary.palette.value.400.value}' },
25
- shadow: { value: '0 0 0 1px {dark-color-scheme.primary.palette.value.400.value}' }
24
+ border: { value: '{dark-color-scheme.primary.palette.value.400}' },
25
+ shadow: { value: '0 0 0 1px {dark-color-scheme.primary.palette.value.400}' }
26
26
  }
27
27
  }
28
28
  },
@@ -9,16 +9,16 @@
9
9
  'light-color-scheme': {
10
10
  states: {
11
11
  selected: {
12
- color: { value: '{light-color-scheme.primary.default.value}' },
13
- background: { value: '{light-color-scheme.primary.palette.value.100.value}' }
12
+ color: { value: '{light-color-scheme.primary.default}' },
13
+ background: { value: '{light-color-scheme.primary.palette.value.100}' }
14
14
  }
15
15
  }
16
16
  },
17
17
  'dark-color-scheme': {
18
18
  states: {
19
19
  selected: {
20
- color: { value: '{dark-color-scheme.primary.palette.value.500.value}' },
21
- background: { value: '{dark-color-scheme.primary.palette.value.700.value}' }
20
+ color: { value: '{dark-color-scheme.primary.palette.value.500}' },
21
+ background: { value: '{dark-color-scheme.primary.palette.value.700}' }
22
22
  }
23
23
  }
24
24
  },
@@ -0,0 +1,38 @@
1
+ {
2
+ 'description-list': {
3
+ 'light-color-scheme': {
4
+ dt: { value: '{light-color-scheme.foreground.text-less-contrast}' },
5
+ dd: { value: '{light-color-scheme.foreground.text}' }
6
+ },
7
+ 'dark-color-scheme': {
8
+ dt: { value: '{dark-color-scheme.foreground.text-less-contrast}' },
9
+ dd: { value: '{dark-color-scheme.foreground.text}' }
10
+ },
11
+ size: {
12
+ 'grid-template-columns': { value: 'repeat(4, 1fr)' },
13
+
14
+ 'dt-grid-column': { value: '1' },
15
+ 'dd-grid-column': { value: '2 / span 3' },
16
+
17
+ horizontal: {
18
+ 'column-gap': { value: '{size.l}' },
19
+ 'row-gap': { value: '{size.m}' }
20
+ },
21
+ vertical: {
22
+ 'column-gap': { value: '0' },
23
+ 'row-gap': { value: '{size.3xs}' },
24
+ 'dd-margin-bottom': { value: '{size.l}' }
25
+ },
26
+ },
27
+ font: {
28
+ horizontal: {
29
+ dt: { value: 'body' },
30
+ dd: { value: 'body' },
31
+ },
32
+ vertical: {
33
+ dt: { value: 'caption' },
34
+ dd: { value: 'body' }
35
+ },
36
+ }
37
+ }
38
+ }
@@ -31,7 +31,8 @@
31
31
  },
32
32
  'dropdown-trigger': {
33
33
  size: {
34
- 'icon-padding-right': { value: '8px' }
34
+ 'button-right-padding': { value: '{size.s}' },
35
+ 'right-icon-padding': { value: '{size.3xs}' }
35
36
  }
36
37
  },
37
38
  'dropdown-panel': {
@@ -1,34 +1,35 @@
1
1
  {
2
2
  'form-field': {
3
3
  'light-color-scheme': {
4
- border: { value: '{light-color-scheme.second.default.value}' },
5
- background: { value: '{light-color-scheme.background.background.value}' },
4
+ border: { value: '{light-color-scheme.second.default}' },
5
+ background: { value: '{light-color-scheme.background.background}' },
6
6
 
7
7
  states: {
8
8
  hover: {
9
- border: { value: '{light-color-scheme.second.palette.value.400.value}' }
9
+ border: { value: '{light-color-scheme.second.palette.value.400}' }
10
10
  },
11
11
  invalid: {
12
- border: { value: '{light-color-scheme.error.default.value}' },
12
+ border: { value: '{light-color-scheme.error.default}' },
13
13
  background: { value: 'transparent' }
14
14
  }
15
15
  }
16
16
  },
17
17
  'dark-color-scheme': {
18
- border: { value: '{dark-color-scheme.second.default.value}' },
19
- background: { value: '{dark-color-scheme.background.background.value}' },
18
+ border: { value: '{dark-color-scheme.second.default}' },
19
+ background: { value: '{dark-color-scheme.background.background}' },
20
20
 
21
21
  states: {
22
22
  hover: {
23
- border: { value: '{dark-color-scheme.second.palette.value.200.value}' }
23
+ border: { value: '{dark-color-scheme.second.palette.value.200}' }
24
24
  },
25
25
  invalid: {
26
- border: { value: '{dark-color-scheme.error.default.value}' },
26
+ border: { value: '{dark-color-scheme.error.default}' },
27
27
  background: { value: 'transparent' }
28
28
  }
29
29
  }
30
30
  },
31
31
  size: {
32
+ height: { value: '{size.3xl}' },
32
33
  border: {
33
34
  width: { value: '1px' },
34
35
  radius: { value: '3px' }
@@ -48,5 +49,44 @@
48
49
  font: {
49
50
  default: { value: 'caption' }
50
51
  }
52
+ },
53
+ 'form-field-password-hint': {
54
+ 'light-color-scheme': {
55
+ 'text-color': { value: '{light-color-scheme.foreground.text}' },
56
+ 'icon-color': { value: '{light-color-scheme.foreground.text}' },
57
+
58
+ states: {
59
+ invalid: {
60
+ 'icon-color': { value: '{light-color-scheme.foreground.text-error}' },
61
+ 'text-color': { value: '{light-color-scheme.foreground.text}' }
62
+ },
63
+ valid: {
64
+ 'text-color': { value: '{light-color-scheme.foreground.text-success}' },
65
+ 'icon-color': { value: '{light-color-scheme.foreground.text-success}' }
66
+ }
67
+ }
68
+ },
69
+ 'dark-color-scheme': {
70
+ 'text-color': { value: '{dark-color-scheme.foreground.text}' },
71
+ 'icon-color': { value: '{dark-color-scheme.foreground.text}' },
72
+
73
+ states: {
74
+ invalid: {
75
+ 'icon-color': { value: '{dark-color-scheme.foreground.text-error}' },
76
+ 'text-color': { value: '{dark-color-scheme.foreground.text}' }
77
+ },
78
+ valid: {
79
+ 'text-color': { value: '{dark-color-scheme.foreground.text-success}' },
80
+ 'icon-color': { value: '{dark-color-scheme.foreground.text-success}' }
81
+ }
82
+ }
83
+ },
84
+ size: {
85
+ 'margin-top': { value: '8px' },
86
+ 'icon-margin': { value: '4px' }
87
+ },
88
+ font: {
89
+ default: { value: 'caption' }
90
+ }
51
91
  }
52
92
  }
@@ -1,12 +1,12 @@
1
1
  {
2
2
  forms: {
3
3
  'light-color-scheme': {
4
- label: { value: '{light-color-scheme.foreground.text-less-contrast.value}' },
5
- legend: { value: '{light-color-scheme.foreground.text.value}' }
4
+ label: { value: '{light-color-scheme.foreground.text-less-contrast}' },
5
+ legend: { value: '{light-color-scheme.foreground.text}' }
6
6
  },
7
7
  'dark-color-scheme': {
8
- label: { value: '{dark-color-scheme.foreground.text-less-contrast.value}' },
9
- legend: { value: '{dark-color-scheme.foreground.text.value}' }
8
+ label: { value: '{dark-color-scheme.foreground.text-less-contrast}' },
9
+ legend: { value: '{dark-color-scheme.foreground.text}' }
10
10
  },
11
11
  size: {
12
12
  horizontal: {
@@ -1,9 +1,8 @@
1
1
  {
2
2
  input: {
3
3
  size: {
4
- padding: { value: '5px {padding.control-horizontal}' },
5
- width: { value: '100%' },
6
- 'min-height': { value: '30px' }
4
+ padding: { value: '0 {padding.control-horizontal}' },
5
+ width: { value: '100%' }
7
6
  },
8
7
  font: {
9
8
  default: { value: 'body' },
@@ -1,54 +1,48 @@
1
1
  {
2
2
  link: {
3
3
  'light-color-scheme': {
4
- text: { value: '{light-color-scheme.primary.default.value}' },
5
- 'border-bottom': { value: 'rgba({light-color-scheme.primary.default.value}, 0.32)' },
4
+ text: { value: '{light-color-scheme.primary.default}' },
5
+ 'border-bottom': { value: 'rgba({light-color-scheme.primary.default}, 0.32)' },
6
6
 
7
7
  'state-visited': {
8
8
  'text': { value: '#6A2795' },
9
9
  'border-bottom': { value: 'rgba(106, 39, 149, 0.32)' }
10
10
  },
11
11
  'state-hover': {
12
- 'text': { value: '{light-color-scheme.primary.palette.value.600.value}' },
13
- 'border-bottom': { value: 'rgba({light-color-scheme.primary.palette.value.600.value}, 0.32)' }
12
+ 'text': { value: '{light-color-scheme.primary.palette.value.600}' },
13
+ 'border-bottom': { value: 'rgba({light-color-scheme.primary.palette.value.600}, 0.32)' }
14
14
  },
15
15
 
16
- 'state-active': { value: '{light-color-scheme.primary.palette.value.700.value}' },
16
+ 'state-active': { value: '{light-color-scheme.primary.palette.value.700}' },
17
17
 
18
18
  'state-focused': {
19
- outline: { value: '{light-color-scheme.states.focused-color.value}' }
19
+ outline: { value: '{light-color-scheme.states.focused-color}' }
20
20
  }
21
21
  },
22
22
  'dark-color-scheme': {
23
- text: { value: '{dark-color-scheme.primary.default.value}' },
24
- 'border-bottom': { value: 'rgba({dark-color-scheme.primary.default.value}, 0.32)' },
23
+ text: { value: '{dark-color-scheme.primary.default}' },
24
+ 'border-bottom': { value: 'rgba({dark-color-scheme.primary.default}, 0.32)' },
25
25
 
26
26
  'state-visited': {
27
27
  'text': { value: '#a23ee2' },
28
28
  'border-bottom': { value: 'rgba(162, 62, 226, 0.32)' }
29
29
  },
30
30
  'state-hover': {
31
- 'text': { value: '{dark-color-scheme.primary.palette.value.300.value}' },
32
- 'border-bottom': { value: 'rgba({dark-color-scheme.primary.palette.value.300.value}, 0.32)' }
31
+ 'text': { value: '{dark-color-scheme.primary.palette.value.300}' },
32
+ 'border-bottom': { value: 'rgba({dark-color-scheme.primary.palette.value.300}, 0.32)' }
33
33
  },
34
- 'state-active': { value: '{dark-color-scheme.primary.palette.value.300.value}' },
34
+ 'state-active': { value: '{dark-color-scheme.primary.palette.value.300}' },
35
35
  'state-focused': {
36
- outline: { value: '{dark-color-scheme.states.focused-color.value}' }
36
+ outline: { value: '{dark-color-scheme.states.focused-color}' }
37
37
  }
38
38
  },
39
39
  size: {
40
- 'icon-margin': { value: '{margin.iconText_S-horizontal}' },
40
+ 'icon-margin': { value: '{size.xxs}' },
41
41
  'state-focused': {
42
42
  'outline-offset': { value: '2px' },
43
43
  'outline-width': { value: '2px' }
44
44
  }
45
45
  },
46
- animation: {
47
- 'transition': { value: 'color ease-out 300ms' },
48
- 'state-hover': {
49
- 'transition': { value: 'color 0ms' }
50
- }
51
- },
52
46
  font: {
53
47
  default: { value: 'body' }
54
48
  }
@@ -1,12 +1,10 @@
1
1
  {
2
2
  list: {
3
3
  size: {
4
- 'horizontal-padding': { value: '{padding.option-horizontal}' },
5
- 'icon-padding': { value: '4px' },
4
+ 'horizontal-padding': { value: '{size.m}' },
5
+ 'icon-right-margin': { value: '{size.s}' },
6
6
 
7
- 'item-height': { value: '{size.option-height}' },
8
-
9
- 'icon-width': { value: '24px' }
7
+ 'item-height': { value: '{size.3xl}' },
10
8
  },
11
9
  font: {
12
10
  item: { value: 'body' }
@@ -2,7 +2,7 @@
2
2
  modal: {
3
3
  'light-color-scheme': {
4
4
  shadow: {
5
- value: '(0 0 0 1px {light-color-scheme.second.palette.value.300.value}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
5
+ value: '(0 0 0 1px {light-color-scheme.second.palette.value.300}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
6
6
  },
7
7
  'body-top-shadow':{
8
8
  value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
@@ -14,7 +14,7 @@
14
14
  },
15
15
  'dark-color-scheme': {
16
16
  shadow: {
17
- value: '(0 0 0 1px {dark-color-scheme.second.palette.value.800.value}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
17
+ value: '(0 0 0 1px {dark-color-scheme.second.palette.value.800}, 0 6px 12px 0 rgba(0, 0, 0, 0.5))'
18
18
  },
19
19
  'body-top-shadow':{
20
20
  value: '0 2px 4px 0 rgba(0, 0, 0, 0.16)'
@@ -37,14 +37,15 @@
37
37
  },
38
38
  'modal-header': {
39
39
  'light-color-scheme': {
40
- border: { value: '{light-color-scheme.foreground.divider.value}' }
40
+ border: { value: '{light-color-scheme.foreground.divider}' }
41
41
  },
42
42
  'dark-color-scheme': {
43
- border: { value: '{dark-color-scheme.foreground.divider.value}' }
43
+ border: { value: '{dark-color-scheme.foreground.divider}' }
44
44
  },
45
45
  size: {
46
46
  'border-radius': { value: '4px 4px 0 0' },
47
- padding: { value: '14px 16px' }
47
+ height: { value: '{size.6xl}' },
48
+ padding: { value: '0 16px' }
48
49
  },
49
50
  font: {
50
51
  default: { value: 'title' }
@@ -61,14 +62,15 @@
61
62
  },
62
63
  'modal-footer': {
63
64
  'light-color-scheme': {
64
- border: { value: '{light-color-scheme.foreground.divider.value}' }
65
+ border: { value: '{light-color-scheme.foreground.divider}' }
65
66
  },
66
67
  'dark-color-scheme': {
67
- border: { value: '{dark-color-scheme.foreground.divider.value}' }
68
+ border: { value: '{dark-color-scheme.foreground.divider}' }
68
69
  },
69
70
  size: {
70
71
  'border-radius': { value: '0 0 4px 4px' },
71
- padding: { value: '16px {padding.headerFooter-horizontal}' }
72
+ height: { value: '{size.7xl}' },
73
+ padding: { value: '0 {size.l}' }
72
74
  }
73
75
  },
74
76
  'modal-confirm': {
@@ -1,17 +1,18 @@
1
1
  {
2
2
  navbar: {
3
3
  'light-color-scheme': {
4
- background: { value: '{light-color-scheme.primary.palette.value.700.value}' },
4
+ background: { value: '{light-color-scheme.primary.palette.value.700}' },
5
5
 
6
6
  'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
7
7
  },
8
8
  'dark-color-scheme': {
9
- background: { value: '{dark-color-scheme.primary.palette.value.700.value}' },
9
+ background: { value: '{dark-color-scheme.primary.palette.value.700}' },
10
10
 
11
11
  'divider-background': { value: 'rgba(255, 255, 255, 0.3)' }
12
12
  },
13
13
  size: {
14
- 'icon-margin': { value: '6px' }
14
+ 'icon-margin': { value: '6px' },
15
+ 'right-icon-margin': { value: '{size.3xs}' }
15
16
  },
16
17
  font: {
17
18
  title: { value: 'body' }
@@ -28,26 +29,26 @@
28
29
  },
29
30
  'navbar-item': {
30
31
  'light-color-scheme': {
31
- text: { value: '{light-color-scheme.primary.palette.value.100.value}' },
32
- icon: { value: '{light-color-scheme.primary.palette.value.100.value}' },
32
+ text: { value: '{light-color-scheme.primary.palette.value.100}' },
33
+ icon: { value: '{light-color-scheme.primary.palette.value.100}' },
33
34
 
34
35
  states: {
35
36
  active: { value: 'rgba(0, 0, 0, 0.1)' },
36
- selected: { value: '{light-color-scheme.second.palette.value.700.value}' },
37
+ selected: { value: '{light-color-scheme.primary.palette.value.600}' },
37
38
  hover: { value: 'rgba(255, 255, 255, 0.1)' },
38
- progress: { value: '{light-color-scheme.primary.palette.value.800.value}' },
39
+ progress: { value: '{light-color-scheme.primary.palette.value.800}' },
39
40
  'disabled-opacity': { value: 0.3 }
40
41
  }
41
42
  },
42
43
  'dark-color-scheme': {
43
- text: { value: '{dark-color-scheme.primary.palette.value.100.value}' },
44
- icon: { value: '{dark-color-scheme.primary.palette.value.100.value}' },
44
+ text: { value: '{dark-color-scheme.primary.palette.value.100}' },
45
+ icon: { value: '{dark-color-scheme.primary.palette.value.100}' },
45
46
 
46
47
  states: {
47
48
  active: { value: 'rgba(0, 0, 0, 0.1)' },
48
- selected: { value: '{dark-color-scheme.second.palette.value.600.value}' },
49
+ selected: { value: '{dark-color-scheme.primary.palette.value.600}' },
49
50
  hover: { value: 'rgba(255, 255, 255, 0.1)' },
50
- progress: { value: '{dark-color-scheme.primary.palette.value.800.value}' },
51
+ progress: { value: '{dark-color-scheme.primary.palette.value.800}' },
51
52
  'disabled-opacity': { value: 0.3 }
52
53
  }
53
54
  },
@@ -2,15 +2,15 @@
2
2
  popover: {
3
3
  'light-color-scheme': {
4
4
  background: { value: 'white' },
5
- text: { value: '{light-color-scheme.foreground.text.value}' },
6
- shadow: { value: '{popup.light-color-scheme.shadow.value}' },
7
- border: { value: '{light-color-scheme.foreground.border.value}' }
5
+ text: { value: '{light-color-scheme.foreground.text}' },
6
+ shadow: { value: '{popup.light-color-scheme.shadow}' },
7
+ border: { value: '{light-color-scheme.foreground.border}' }
8
8
  },
9
9
  'dark-color-scheme': {
10
- background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
11
- text: { value: '{dark-color-scheme.foreground.text.value}' },
12
- shadow: { value: '{popup.dark-color-scheme.shadow.value}' },
13
- border: { value: '{dark-color-scheme.second.palette.value.700.value}' }
10
+ background: { value: '{dark-color-scheme.second.palette.value.700}' },
11
+ text: { value: '{dark-color-scheme.foreground.text}' },
12
+ shadow: { value: '{popup.dark-color-scheme.shadow}' },
13
+ border: { value: '{dark-color-scheme.second.palette.value.700}' }
14
14
  },
15
15
  size: {
16
16
  'max-height': { value: '480px' },
@@ -30,18 +30,18 @@
30
30
  },
31
31
  'popover-header': {
32
32
  'light-color-scheme': {
33
- border: { value: '{light-color-scheme.second.palette.value.100.value}' },
34
- text: { value: '{light-color-scheme.foreground.text.value}' },
33
+ border: { value: '{light-color-scheme.second.palette.value.100}' },
34
+ text: { value: '{light-color-scheme.foreground.text}' },
35
35
  background: { value: 'white' }
36
36
  },
37
37
  'dark-color-scheme': {
38
- border: { value: '{popup.dark-color-scheme.footer-background.value}' },
39
- text: { value: '{dark-color-scheme.foreground.text.value}' },
40
- background: { value: '{dark-color-scheme.second.palette.value.700.value}' }
38
+ border: { value: '{popup.dark-color-scheme.footer-background}' },
39
+ text: { value: '{dark-color-scheme.foreground.text}' },
40
+ background: { value: '{dark-color-scheme.second.palette.value.700}' }
41
41
  },
42
42
  size: {
43
- height: { value: '10px 16px' },
44
- padding: { value: '10px 16px' }
43
+ height: { value: '{size.4xl}' },
44
+ padding: { value: '0 16px' }
45
45
  },
46
46
  font: {
47
47
  default: { value: 'subheading' }
@@ -49,12 +49,12 @@
49
49
  },
50
50
  'popover-footer': {
51
51
  'light-color-scheme': {
52
- border: { value: '{popup.light-color-scheme.footer-background.value}' },
53
- background: { value: '{popup.light-color-scheme.footer-background.value}' }
52
+ border: { value: '{popup.light-color-scheme.footer-background}' },
53
+ background: { value: '{popup.light-color-scheme.footer-background}' }
54
54
  },
55
55
  'dark-color-scheme': {
56
- border: { value: '{popup.dark-color-scheme.footer-background.value}' },
57
- background: { value: '{popup.dark-color-scheme.footer-background.value}' }
56
+ border: { value: '{popup.dark-color-scheme.footer-background}' },
57
+ background: { value: '{popup.dark-color-scheme.footer-background}' }
58
58
  },
59
59
  size: {
60
60
  'margin-top': { value: '8px' },
@@ -1,17 +1,17 @@
1
1
  {
2
2
  popup: {
3
3
  'light-color-scheme': {
4
- shadow: { value: '0 3px 3px 0 {light-color-scheme.second.palette.value.A200.value}' },
5
- border: { value: '{light-color-scheme.second.palette.value.300.value}' },
6
- divider: { value: '{light-color-scheme.second.palette.value.200.value}' },
4
+ shadow: { value: '0 3px 3px 0 {light-color-scheme.second.palette.value.A200}' },
5
+ border: { value: '{light-color-scheme.second.palette.value.300}' },
6
+ divider: { value: '{light-color-scheme.second.palette.value.200}' },
7
7
  background: { value: 'white' },
8
- 'footer-background': { value: '{light-color-scheme.second.palette.value.60.value}' }
8
+ 'footer-background': { value: '{light-color-scheme.second.palette.value.60}' }
9
9
  },
10
10
  'dark-color-scheme': {
11
- shadow: { value: '0 3px 3px 0 {dark-color-scheme.second.palette.value.A200.value}' },
12
- border: { value: '{dark-color-scheme.second.palette.value.400.value}' },
13
- divider: { value: '{dark-color-scheme.foreground.divider.value}' },
14
- background: { value: '{dark-color-scheme.second.palette.value.700.value}' },
11
+ shadow: { value: '0 3px 3px 0 {dark-color-scheme.second.palette.value.A200}' },
12
+ border: { value: '{dark-color-scheme.second.palette.value.400}' },
13
+ divider: { value: '{dark-color-scheme.foreground.divider}' },
14
+ background: { value: '{dark-color-scheme.second.palette.value.700}' },
15
15
  'footer-background': { value: 'transparent' }
16
16
  }
17
17
  }
@@ -1,10 +1,10 @@
1
1
  {
2
2
  'progress-bar': {
3
3
  'light-color-scheme': {
4
- background: { value: '{light-color-scheme.second.palette.value.60.value}' }
4
+ background: { value: '{light-color-scheme.second.palette.value.60}' }
5
5
  },
6
6
  'dark-color-scheme': {
7
- background: { value: '{dark-color-scheme.second.palette.value.600.value}' }
7
+ background: { value: '{dark-color-scheme.second.palette.value.600}' }
8
8
  },
9
9
  size: {
10
10
  height: { value: '4px' }