@salutejs/sdds-serv 0.324.0-canary.2253.18004015974.0 → 0.324.0-canary.2254.18036780976.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 (51) hide show
  1. package/components/TimePicker/TimePicker.config.d.ts +23 -0
  2. package/components/TimePicker/TimePicker.config.js +31 -0
  3. package/components/TimePicker/TimePicker.config.js.map +1 -0
  4. package/components/TimePicker/TimePicker.config_1444eoe.css +7 -0
  5. package/components/TimePicker/TimePicker.css +7 -0
  6. package/components/TimePicker/TimePicker.d.ts +42 -0
  7. package/components/TimePicker/TimePicker.js +12 -0
  8. package/components/TimePicker/TimePicker.js.map +1 -0
  9. package/components/TimePicker/index.d.ts +2 -0
  10. package/components/Tree/Tree.config.js +1 -1
  11. package/components/Tree/Tree.config.js.map +1 -1
  12. package/components/Tree/Tree.config_3ngxbx.css +5 -0
  13. package/components/Tree/Tree.css +5 -5
  14. package/emotion/cjs/components/TimePicker/TimePicker.config.js +347 -0
  15. package/emotion/cjs/components/TimePicker/TimePicker.js +14 -0
  16. package/emotion/cjs/components/TimePicker/index.js +23 -0
  17. package/emotion/cjs/components/Tree/Tree.config.js +8 -12
  18. package/emotion/cjs/index.js +1 -0
  19. package/emotion/es/components/TimePicker/TimePicker.config.js +337 -0
  20. package/emotion/es/components/TimePicker/TimePicker.js +4 -0
  21. package/emotion/es/components/TimePicker/index.js +2 -0
  22. package/emotion/es/components/Tree/Tree.config.js +8 -12
  23. package/emotion/es/index.js +1 -0
  24. package/es/components/TimePicker/TimePicker.config.js +27 -0
  25. package/es/components/TimePicker/TimePicker.config.js.map +1 -0
  26. package/es/components/TimePicker/TimePicker.config_1444eoe.css +7 -0
  27. package/es/components/TimePicker/TimePicker.css +7 -0
  28. package/es/components/TimePicker/TimePicker.js +8 -0
  29. package/es/components/TimePicker/TimePicker.js.map +1 -0
  30. package/es/components/Tree/Tree.config.js +1 -1
  31. package/es/components/Tree/Tree.config.js.map +1 -1
  32. package/es/components/Tree/Tree.config_3ngxbx.css +5 -0
  33. package/es/components/Tree/Tree.css +5 -5
  34. package/es/index.css +13 -5
  35. package/es/index.js +2 -1
  36. package/es/index.js.map +1 -1
  37. package/index.d.ts +1 -0
  38. package/index.js +10 -0
  39. package/package.json +3 -3
  40. package/styled-components/cjs/components/TimePicker/TimePicker.config.js +347 -0
  41. package/styled-components/cjs/components/TimePicker/TimePicker.js +14 -0
  42. package/styled-components/cjs/components/TimePicker/index.js +23 -0
  43. package/styled-components/cjs/components/Tree/Tree.config.js +8 -12
  44. package/styled-components/cjs/index.js +1 -0
  45. package/styled-components/es/components/TimePicker/TimePicker.config.js +337 -0
  46. package/styled-components/es/components/TimePicker/TimePicker.js +4 -0
  47. package/styled-components/es/components/TimePicker/index.js +2 -0
  48. package/styled-components/es/components/Tree/Tree.config.js +8 -12
  49. package/styled-components/es/index.js +1 -0
  50. package/components/Tree/Tree.config_19lfyoo.css +0 -5
  51. package/es/components/Tree/Tree.config_19lfyoo.css +0 -5
@@ -1 +1 @@
1
- {"version":3,"file":"Tree.config.js","sources":["../../../src-css/components/Tree/Tree.config.ts"],"sourcesContent":["import { css, treeTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${tokens.iconFolderColor}: var(--text-primary);\n ${tokens.arrowColor}: var(--text-secondary);\n ${tokens.arrowColorHover}: var(--text-secondary-hover);\n ${tokens.arrowColorActive}: var(--text-secondary-active);\n ${tokens.color}: var(--text-primary);\n ${tokens.colorSelected}: var(--text-primary);\n ${tokens.itemBackgroundColorSelected}: var(--surface-transparent-secondary);\n ${tokens.itemBackgroundColorPrimary}: transparent;\n\n ${tokens.itemBackgroundColorHover}: var(--surface-transparent-secondary-hover);\n ${tokens.itemBackgroundColorActive}: var(--surface-transparent-secondary-active);\n ${tokens.checkboxBorderColor}: var(--text-secondary);\n ${tokens.checkboxBackgroundColor}: var(--text-accent);\n ${tokens.itemDisabledOpacity}: 0.4;\n ${tokens.itemDisabledBorderColor}: var(--text-secondary);\n ${tokens.itemDisabledColor}: var(--text-secondary);\n ${tokens.itemDraggableBorderColor}: var(--surface-positive);\n ${tokens.itemDraggableLineColor}: var(--surface-solid-default);\n `,\n },\n size: {\n l: css`\n ${tokens.itemHeight}: 3.5rem;\n ${tokens.itemBackgroundExtraOffset}: 1rem;\n ${tokens.itemPadding}: 1rem;\n ${tokens.itemPaddingTight}: 0.75rem 1rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.5rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n m: css`\n ${tokens.itemHeight}: 3rem;\n ${tokens.itemBackgroundExtraOffset}: 0.875rem;\n ${tokens.itemPadding}: 0.75rem 0.875rem;\n ${tokens.itemPaddingTight}: 0.5rem 0.875rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.5rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n s: css`\n ${tokens.itemHeight}: 2.5rem;\n ${tokens.itemBackgroundExtraOffset}: 0.75rem;\n ${tokens.itemPadding}: 0.5rem 0.75rem;\n ${tokens.itemPaddingTight}: 0.4375rem 0.5rem;\n ${tokens.itemIndent}: 1.875rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.375rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n xs: css`\n ${tokens.itemHeight}: 2rem;\n ${tokens.itemBackgroundExtraOffset}: 0.5rem;\n ${tokens.itemPadding}: 0.5rem;\n ${tokens.itemPaddingTight}: 0.25rem 0.5rem;\n ${tokens.itemIndent}: 1.25rem;\n ${tokens.itemBorderRadius}: 0.375rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.25rem;\n ${tokens.switcherSize}: 1rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1rem;\n ${tokens.checkboxInnerSize}: 0.875rem;\n ${tokens.checkboxBorderRadius}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","l","m","s","xs"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,SAAA;KAoBV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAwBA,UAAA;AACDC,MAAAA,CAAC,EAwBA,SAAA;AACDC,MAAAA,CAAC,EAwBA,SAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;AAyBN,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"Tree.config.js","sources":["../../../src-css/components/Tree/Tree.config.ts"],"sourcesContent":["import { css, treeTokens as tokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n view: {\n default: css`\n ${tokens.iconFolderColor}: var(--text-primary);\n ${tokens.arrowColor}: var(--text-secondary);\n ${tokens.arrowColorHover}: var(--text-secondary-hover);\n ${tokens.arrowColorActive}: var(--text-secondary-active);\n ${tokens.color}: var(--text-primary);\n ${tokens.colorSelected}: var(--text-primary);\n ${tokens.itemBackgroundColorSelected}: var(--surface-transparent-secondary);\n ${tokens.itemBackgroundColorPrimary}: transparent;\n\n ${tokens.itemBackgroundColorHover}: var(--surface-transparent-secondary-hover);\n ${tokens.itemBackgroundColorActive}: var(--surface-transparent-secondary-active);\n ${tokens.checkboxBorderColor}: var(--text-secondary);\n ${tokens.checkboxBackgroundColor}: var(--text-accent);\n ${tokens.itemDisabledOpacity}: 0.4;\n ${tokens.itemDisabledBorderColor}: var(--text-secondary);\n ${tokens.itemDisabledColor}: var(--text-secondary);\n ${tokens.itemDraggableBorderColor}: var(--surface-positive);\n ${tokens.itemDraggableLineColor}: var(--surface-solid-default);\n `,\n },\n size: {\n l: css`\n ${tokens.itemHeight}: 3.5rem;\n ${tokens.itemPadding}: 1rem;\n ${tokens.itemPaddingTight}: 0.375rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.75rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.5rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-l-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-l-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-l-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-l-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n m: css`\n ${tokens.itemHeight}: 3rem;\n ${tokens.itemPadding}: 0.875rem;\n ${tokens.itemPaddingTight}: 0.375rem;\n ${tokens.itemIndent}: 2rem;\n ${tokens.itemBorderRadius}: 0.625rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMargin}: 0 0.5rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.5rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.5rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n s: css`\n ${tokens.itemHeight}: 2.5rem;\n ${tokens.itemPadding}: 0.75rem;\n ${tokens.itemPaddingTight}: 0.25rem;\n ${tokens.itemIndent}: 1.875rem;\n ${tokens.itemBorderRadius}: 0.5rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMargin}: 0 0.375rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.375rem;\n ${tokens.switcherSize}: 1.5rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1.5rem;\n ${tokens.checkboxInnerSize}: 1.25rem;\n ${tokens.checkboxBorderRadius}: 0.375rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n xs: css`\n ${tokens.itemHeight}: 2rem;\n ${tokens.itemPadding}: 0.5rem;\n ${tokens.itemPaddingTight}: 0.125rem;\n ${tokens.itemIndent}: 1.25rem;\n ${tokens.itemBorderRadius}: 0.375rem;\n ${tokens.itemTop}: 0.25rem;\n ${tokens.itemBottom}: 0.25rem;\n ${tokens.iconFolderMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMargin}: 0 0.25rem 0 0;\n ${tokens.switcherMarginInverted}: 0 0 0 0.25rem;\n ${tokens.switcherSize}: 1rem;\n ${tokens.checkboxMargin}: 0 0.25rem 0 0;\n ${tokens.checkboxSize}: 1rem;\n ${tokens.checkboxInnerSize}: 0.875rem;\n ${tokens.checkboxBorderRadius}: 0.25rem;\n\n ${tokens.fontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.fontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.fontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.fontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.letterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.lineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","default","l","m","s","xs"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRF,IAAAA,IAAI,EAAE;MACFG,SAAO,EAAA,SAAA;KAoBV;AACDF,IAAAA,IAAI,EAAE;AACFG,MAAAA,CAAC,EAuBA,UAAA;AACDC,MAAAA,CAAC,EAuBA,SAAA;AACDC,MAAAA,CAAC,EAuBA,SAAA;AACDC,MAAAA,EAAE,EAAA,SAAA;AAwBN,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -0,0 +1,5 @@
1
+ .de6q557{--plasma-tree-icon-folder-color:var(--text-primary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-primary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color-selected:var(--surface-transparent-secondary);--plasma-tree-item-background-color-primary:transparent;--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);--plasma-tree-item-draggable-border-color:var(--surface-positive);--plasma-tree-item-draggable-line-color:var(--surface-solid-default);}
2
+ .l1adci4f{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
3
+ .mtlwm4v{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
4
+ .s5rli8c{--plasma-tree-item-height:2.5rem;--plasma-tree-item-padding:0.75rem;--plasma-tree-item-padding-tight:0.25rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
5
+ .xvylsia{--plasma-tree-item-height:2rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.125rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
@@ -1,5 +1,5 @@
1
- .Tree_config_19lfyoo_de6q557__6d94a77c{--plasma-tree-icon-folder-color:var(--text-primary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-primary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color-selected:var(--surface-transparent-secondary);--plasma-tree-item-background-color-primary:transparent;--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);--plasma-tree-item-draggable-border-color:var(--surface-positive);--plasma-tree-item-draggable-line-color:var(--surface-solid-default);}
2
- .Tree_config_19lfyoo_l1adci4f__6d94a77c{--plasma-tree-item-height:3.5rem;--plasma-tree-item-background-extra-offset:1rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.75rem 1rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
3
- .Tree_config_19lfyoo_mtlwm4v__6d94a77c{--plasma-tree-item-height:3rem;--plasma-tree-item-background-extra-offset:0.875rem;--plasma-tree-item-padding:0.75rem 0.875rem;--plasma-tree-item-padding-tight:0.5rem 0.875rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
4
- .Tree_config_19lfyoo_s5rli8c__6d94a77c{--plasma-tree-item-height:2.5rem;--plasma-tree-item-background-extra-offset:0.75rem;--plasma-tree-item-padding:0.5rem 0.75rem;--plasma-tree-item-padding-tight:0.4375rem 0.5rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
5
- .Tree_config_19lfyoo_xvylsia__6d94a77c{--plasma-tree-item-height:2rem;--plasma-tree-item-background-extra-offset:0.5rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.25rem 0.5rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
1
+ .Tree_config_3ngxbx_de6q557__c639ed19{--plasma-tree-icon-folder-color:var(--text-primary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-primary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color-selected:var(--surface-transparent-secondary);--plasma-tree-item-background-color-primary:transparent;--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);--plasma-tree-item-draggable-border-color:var(--surface-positive);--plasma-tree-item-draggable-line-color:var(--surface-solid-default);}
2
+ .Tree_config_3ngxbx_l1adci4f__c639ed19{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
3
+ .Tree_config_3ngxbx_mtlwm4v__c639ed19{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
4
+ .Tree_config_3ngxbx_s5rli8c__c639ed19{--plasma-tree-item-height:2.5rem;--plasma-tree-item-padding:0.75rem;--plasma-tree-item-padding-tight:0.25rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
5
+ .Tree_config_3ngxbx_xvylsia__c639ed19{--plasma-tree-item-height:2rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.125rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
package/es/index.css CHANGED
@@ -720,6 +720,14 @@
720
720
 
721
721
 
722
722
 
723
+ .TimePicker_config_1444eoe_d5gvkb__027f84a6{--plasma-time-picker_range-background:var(--surface-transparent-primary);--plasma-time-picker_range-background-error:var(--surface-transparent-negative);--plasma-time-picker_range-background-success:var(--surface-transparent-positive);--plasma-time-picker__label-color:var(--text-primary);--plasma-time-picker-textfield-color:var(--text-primary);--plasma-time-picker-textfield-placeholder-color:var(--text-secondary);--plasma-time-picker-textfield-caret-color:var(--text-accent);--plasma-time-picker__indicator-color:var(--surface-negative);--plasma-time-picker-textfield-background-color:var(--surface-transparent-primary);--plasma-time-picker-textfield-background-color-focus:var(--surface-transparent-secondary);--plasma-time-picker-textfield-background-color-error:var(--surface-transparent-negative);--plasma-time-picker-textfield-background-color-error-focus:var(--surface-transparent-negative-active);--plasma-time-picker-textfield-background-color-success:var(--surface-transparent-positive);--plasma-time-picker-textfield-background-color-success-focus:var(--surface-transparent-positive-active);--plasma-time-picker-textfield__before-text-color:var(--text-tertiary);--plasma-time-picker-textfield__after-text-color:var(--text-tertiary);--plasma-timepicker-textfield__placeholder-color-focus:var(--text-tertiary);--plasma-time-picker-ui-background:var(--surface-solid-card);--plasma-time-picker-item-hover-background:var(--surface-transparent-secondary);--plasma-time-picker-item-active-background:var(--surface-transparent-secondary);--plasma-time-picker-scrollbar-color:var(--surface-transparent-tertiary);--plasma-time-picker-scrollbar-track-color:var(--surface-transparent-primary);}
724
+ .TimePicker_config_1444eoe_l8nu8g8__027f84a6{--plasma-time-picker-width:20rem;--plasma-time-picker_range-border-radius:0.875rem;--plasma-time-picker_range__left-content-margin:0 0 0 1rem;--plasma-time-picker_range__right-content-margin:0;--plasma-time-picker__label-offset:0.75rem;--plasma-time-picker-placement_inner__label-padding:0.5625rem 0 0.125rem 0;--plasma-time-picker-placement_inner__content-padding:1.5625rem 0 0.5625rem 0;--plasma-time-picker__label-font-family:var(--plasma-typo-body-l-font-family);--plasma-time-picker__label-font-style:var(--plasma-typo-body-l-font-style);--plasma-time-picker__label-font-size:var(--plasma-typo-body-l-font-size);--plasma-time-picker__label-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-time-picker__label-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-time-picker__label-line-height:var(--plasma-typo-body-l-line-height);--plasma-time-picker__indicator-size:0.5rem;--plasma-time-picker__indicator-size-outer:0.375rem;--plasma-time-picker__indicator-placement:0 0 0 0;--plasma-time-picker__indicator-placement-outer:0.5rem auto auto -0.75rem;--plasma-time-picker__indicator-placement-right:0 0 auto auto;--plasma-time-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-time-picker-textfield-height:3.5rem;--plasma-time-picker-textfield-border-radius:0.875rem;--plasma-time-picker-textfield-padding:1.0625rem 1.125rem 1.0625rem 1.125rem;--plasma-time-picker-textfield-font-family:var(--plasma-typo-body-l-font-family);--plasma-time-picker-textfield-font-style:var(--plasma-typo-body-l-font-style);--plasma-time-picker-textfield-font-size:var(--plasma-typo-body-l-font-size);--plasma-time-picker-textfield-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-time-picker-textfield-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-time-picker-textfield-line-height:var(--plasma-typo-body-l-line-height);--plasma-time-picker-textfield__left-content-margin:-0.0625rem 0.5rem -0.0625rem -0.125rem;--plasma-time-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-time-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-time-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-time-picker-ui-border-radius:0.875rem;--plasma-time-picker-ui-width:15rem;--plasma-time-picker-ui-padding:0.125rem;--plasma-time-picker-column-height:36.25rem;--plasma-time-picker-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-time-picker-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-time-picker-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-time-picker-item-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-time-picker-item-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-time-picker-item-line-height:var(--plasma-typo-body-l-line-height);--plasma-time-picker-item-height:3.5rem;--plasma-time-picker-item-border-radius:0.75rem;--plasma-time-picker-item-padding:0rem;--plasma-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker-scrollbar-width:0.125rem;--plasma-time-picker-scrollbar-margin:0.5rem;}
725
+ .TimePicker_config_1444eoe_m1msvds1__027f84a6{--plasma-time-picker-width:20rem;--plasma-time-picker_range-border-radius:0.75rem;--plasma-time-picker_range__left-content-margin:0 0 0 0.875rem;--plasma-time-picker_range__right-content-margin:0;--plasma-time-picker__label-offset:0.625rem;--plasma-time-picker-placement_inner__label-padding:0.375rem 0 0.125rem 0;--plasma-time-picker-placement_inner__content-padding:1.375rem 0 0.375rem 0;--plasma-time-picker__label-font-family:var(--plasma-typo-body-m-font-family);--plasma-time-picker__label-font-style:var(--plasma-typo-body-m-font-style);--plasma-time-picker__label-font-size:var(--plasma-typo-body-m-font-size);--plasma-time-picker__label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-time-picker__label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-time-picker__label-line-height:var(--plasma-typo-body-m-line-height);--plasma-time-picker__indicator-size:0.5rem;--plasma-time-picker__indicator-size-outer:0.375rem;--plasma-time-picker__indicator-placement:0 0 0 0;--plasma-time-picker__indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-time-picker__indicator-placement-right:0 0 auto auto;--plasma-time-picker__indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-time-picker-textfield-height:3rem;--plasma-time-picker-textfield-border-radius:0.75rem;--plasma-time-picker-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-time-picker-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-time-picker-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-time-picker-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-time-picker-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-time-picker-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-time-picker-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-time-picker-textfield__left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-time-picker-textfield__right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-time-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-time-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-time-picker-ui-border-radius:0.75rem;--plasma-time-picker-ui-width:13.75rem;--plasma-time-picker-ui-padding:0.125rem;--plasma-time-picker-column-height:31.25rem;--plasma-time-picker-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-time-picker-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-time-picker-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-time-picker-item-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-time-picker-item-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-time-picker-item-line-height:var(--plasma-typo-body-m-line-height);--plasma-time-picker-item-height:3rem;--plasma-time-picker-item-border-radius:0.625rem;--plasma-time-picker-item-padding:0rem;--plasma-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker-scrollbar-width:0.125rem;--plasma-time-picker-scrollbar-margin:0.375rem;}
726
+ .TimePicker_config_1444eoe_s1g3bn14__027f84a6{--plasma-time-picker-width:20rem;--plasma-time-picker_range-border-radius:0.625rem;--plasma-time-picker_range__left-content-margin:0 0 0 0.75rem;--plasma-time-picker_range__right-content-margin:0;--plasma-time-picker__label-offset:0.5rem;--plasma-time-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-time-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-time-picker__label-font-family:var(--plasma-typo-body-s-font-family);--plasma-time-picker__label-font-style:var(--plasma-typo-body-s-font-style);--plasma-time-picker__label-font-size:var(--plasma-typo-body-s-font-size);--plasma-time-picker__label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-time-picker__label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-time-picker__label-line-height:var(--plasma-typo-body-s-line-height);--plasma-time-picker__indicator-size:0.375rem;--plasma-time-picker__indicator-size-outer:0.375rem;--plasma-time-picker__indicator-placement:0 0 0 0;--plasma-time-picker__indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-time-picker__indicator-placement-right:0 0 auto auto;--plasma-time-picker__indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-time-picker-textfield-height:2.5rem;--plasma-time-picker-textfield-border-radius:0.625rem;--plasma-time-picker-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-time-picker-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-time-picker-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-time-picker-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-time-picker-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-time-picker-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-time-picker-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-time-picker-textfield__left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-time-picker-textfield__right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-time-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-time-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-time-picker-ui-border-radius:0.625rem;--plasma-time-picker-ui-width:12rem;--plasma-time-picker-ui-padding:0.125rem;--plasma-time-picker-column-height:26.25rem;--plasma-time-picker-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-time-picker-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-time-picker-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-time-picker-item-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-time-picker-item-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-time-picker-item-line-height:var(--plasma-typo-body-s-line-height);--plasma-time-picker-item-height:2.5rem;--plasma-time-picker-item-border-radius:0.5rem;--plasma-time-picker-item-padding:0rem;--plasma-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker-scrollbar-width:0.125rem;--plasma-time-picker-scrollbar-margin:0.25rem;}
727
+ .TimePicker_config_1444eoe_x1w02pvl__027f84a6{--plasma-time-picker-width:20rem;--plasma-time-picker_range-border-radius:0.5rem;--plasma-time-picker_range__left-content-margin:0 0 0 0.5rem;--plasma-time-picker_range__right-content-margin:0;--plasma-time-picker__label-offset:0.375rem;--plasma-time-picker-placement_inner__label-padding:0.3125rem 0 0 0;--plasma-time-picker-placement_inner__content-padding:1.0625rem 0 0.3125rem 0;--plasma-time-picker__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker__indicator-size:0.375rem;--plasma-time-picker__indicator-size-outer:0.375rem;--plasma-time-picker__indicator-placement:0 0 0 0;--plasma-time-picker__indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-time-picker__indicator-placement-right:0 0 auto auto;--plasma-time-picker__indicator-placement-outer-right:0.125rem -0.6875rem auto auto;--plasma-time-picker-textfield-height:2rem;--plasma-time-picker-textfield-border-radius:0.5rem;--plasma-time-picker-textfield-padding:0.5625rem 0.625rem 0.5625rem 0.625rem;--plasma-time-picker-textfield-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker-textfield-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker-textfield-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker-textfield-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker-textfield-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker-textfield-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker-textfield__left-content-margin:-0.0625rem 0.25rem -0.0625rem -0.125rem;--plasma-time-picker-textfield__right-content-margin:-0.0625rem -0.125rem -0.0625rem 0.75rem;--plasma-time-picker-textfield__before-text-margin:0 0.25rem 0 0;--plasma-time-picker-textfield__after-text-margin:0 0 0 0.25rem;--plasma-time-picker-ui-border-radius:0.5rem;--plasma-time-picker-ui-width:10rem;--plasma-time-picker-ui-padding:0.125rem;--plasma-time-picker-column-height:21.25rem;--plasma-time-picker-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker-item-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker-item-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker-item-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker-item-height:2rem;--plasma-time-picker-item-border-radius:0.375rem;--plasma-time-picker-item-padding:0rem;--plasma-time-picker-placement_inner__label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-time-picker-placement_inner__label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-time-picker-placement_inner__label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-time-picker-placement_inner__label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-time-picker-placement_inner__label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-time-picker-placement_inner__label-line-height:var(--plasma-typo-body-xs-line-height);--plasma-time-picker-scrollbar-width:0.125rem;--plasma-time-picker-scrollbar-margin:0.25rem;}
728
+ .TimePicker_config_1444eoe_tu6or3f__027f84a6{--plasma-time-picker-disabled-opacity:0.4;}
729
+ .TimePicker_config_1444eoe_t8o71zf__027f84a6{--plasma-time-picker_range-background-readonly:var(--surface-transparent-primary);--plasma-time-picker__label-color-readonly:var(--text-secondary);--plasma-time-picker-textfield-color-readonly:var(--text-secondary);--plasma-time-picker-textfield-background-color-readonly:var(--surface-transparent-primary);--plasma-time-picker-textfield-placeholder-color-readonly:var(--text-secondary);}
730
+
723
731
  .Toast_config_mtfyaa_d1bsn3dp__5ad6d13b{--plasma-toast-color:var(--text-primary);--plasma-toast-background:var(--surface-solid-card-brightness);--plasma-toast-close-icon-color:var(--text-secondary);--plasma-toast-close-icon-color-on-hover:var(--text-secondary);}
724
732
  .Toast_config_mtfyaa_ptjd8cf__5ad6d13b{--plasma-toast-color:var(--text-primary);--plasma-toast-background:var(--surface-solid-card-brightness);--plasma-toast-content-left-color:var(--text-positive);--plasma-toast-close-icon-color:var(--text-secondary);--plasma-toast-close-icon-color-on-hover:var(--text-secondary);}
725
733
  .Toast_config_mtfyaa_n1i63r6p__5ad6d13b{--plasma-toast-color:var(--text-primary);--plasma-toast-background:var(--surface-solid-card-brightness);--plasma-toast-content-left-color:var(--text-negative);--plasma-toast-close-icon-color:var(--text-secondary);--plasma-toast-close-icon-color-on-hover:var(--text-secondary);}
@@ -742,11 +750,11 @@
742
750
 
743
751
  .Tour_config_emlbg6_s12zmmsr__9b0aa5b5{--plasma-tour-card-padding:0.75rem;--plasma-tour-card-radius:0.75rem;--plasma-tour-highlight-radius:0.75rem;}
744
752
 
745
- .Tree_config_19lfyoo_de6q557__6d94a77c{--plasma-tree-icon-folder-color:var(--text-primary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-primary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color-selected:var(--surface-transparent-secondary);--plasma-tree-item-background-color-primary:transparent;--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);--plasma-tree-item-draggable-border-color:var(--surface-positive);--plasma-tree-item-draggable-line-color:var(--surface-solid-default);}
746
- .Tree_config_19lfyoo_l1adci4f__6d94a77c{--plasma-tree-item-height:3.5rem;--plasma-tree-item-background-extra-offset:1rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.75rem 1rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
747
- .Tree_config_19lfyoo_mtlwm4v__6d94a77c{--plasma-tree-item-height:3rem;--plasma-tree-item-background-extra-offset:0.875rem;--plasma-tree-item-padding:0.75rem 0.875rem;--plasma-tree-item-padding-tight:0.5rem 0.875rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
748
- .Tree_config_19lfyoo_s5rli8c__6d94a77c{--plasma-tree-item-height:2.5rem;--plasma-tree-item-background-extra-offset:0.75rem;--plasma-tree-item-padding:0.5rem 0.75rem;--plasma-tree-item-padding-tight:0.4375rem 0.5rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
749
- .Tree_config_19lfyoo_xvylsia__6d94a77c{--plasma-tree-item-height:2rem;--plasma-tree-item-background-extra-offset:0.5rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.25rem 0.5rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
753
+ .Tree_config_3ngxbx_de6q557__c639ed19{--plasma-tree-icon-folder-color:var(--text-primary);--plasma-tree-arrow-color:var(--text-secondary);--plasma-tree-arrow-color-hover:var(--text-secondary-hover);--plasma-tree-arrow-color-active:var(--text-secondary-active);--plasma-tree-color:var(--text-primary);--plasma-tree-color-selected:var(--text-primary);--plasma-tree-item-background-color-selected:var(--surface-transparent-secondary);--plasma-tree-item-background-color-primary:transparent;--plasma-tree-item-background-color-hover:var(--surface-transparent-secondary-hover);--plasma-tree-item-background-color-active:var(--surface-transparent-secondary-active);--plasma-tree-checkbox-border-color:var(--text-secondary);--plasma-tree-checkbox-background-color:var(--text-accent);--plasma-tree-item-disabled-opacity:0.4;--plasma-tree-item-disabled-border-color:var(--text-secondary);--plasma-tree-item-disabled-color:var(--text-secondary);--plasma-tree-item-draggable-border-color:var(--surface-positive);--plasma-tree-item-draggable-line-color:var(--surface-solid-default);}
754
+ .Tree_config_3ngxbx_l1adci4f__c639ed19{--plasma-tree-item-height:3.5rem;--plasma-tree-item-padding:1rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.75rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-l-font-family);--plasma-tree-font-size:var(--plasma-typo-body-l-font-size);--plasma-tree-font-style:var(--plasma-typo-body-l-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-l-line-height);}
755
+ .Tree_config_3ngxbx_mtlwm4v__c639ed19{--plasma-tree-item-height:3rem;--plasma-tree-item-padding:0.875rem;--plasma-tree-item-padding-tight:0.375rem;--plasma-tree-item-indent:2rem;--plasma-tree-item-border-radius:0.625rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin:0 0.5rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.5rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.5rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-m-font-family);--plasma-tree-font-size:var(--plasma-typo-body-m-font-size);--plasma-tree-font-style:var(--plasma-typo-body-m-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-m-line-height);}
756
+ .Tree_config_3ngxbx_s5rli8c__c639ed19{--plasma-tree-item-height:2.5rem;--plasma-tree-item-padding:0.75rem;--plasma-tree-item-padding-tight:0.25rem;--plasma-tree-item-indent:1.875rem;--plasma-tree-item-border-radius:0.5rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin:0 0.375rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.375rem;--plasma-tree-switcher-size:1.5rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1.5rem;--plasma-tree-checkbox-inner-size:1.25rem;--plasma-tree-checkbox-border-radius:0.375rem;--plasma-tree-font-family:var(--plasma-typo-body-s-font-family);--plasma-tree-font-size:var(--plasma-typo-body-s-font-size);--plasma-tree-font-style:var(--plasma-typo-body-s-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-s-line-height);}
757
+ .Tree_config_3ngxbx_xvylsia__c639ed19{--plasma-tree-item-height:2rem;--plasma-tree-item-padding:0.5rem;--plasma-tree-item-padding-tight:0.125rem;--plasma-tree-item-indent:1.25rem;--plasma-tree-item-border-radius:0.375rem;--plasma-tree-item-top:0.25rem;--plasma-tree-item-bottom:0.25rem;--plasma-tree-icon-folder-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin:0 0.25rem 0 0;--plasma-tree-switcher-margin-inverted:0 0 0 0.25rem;--plasma-tree-switcher-size:1rem;--plasma-tree-checkbox-margin:0 0.25rem 0 0;--plasma-tree-checkbox-size:1rem;--plasma-tree-checkbox-inner-size:0.875rem;--plasma-tree-checkbox-border-radius:0.25rem;--plasma-tree-font-family:var(--plasma-typo-body-xs-font-family);--plasma-tree-font-size:var(--plasma-typo-body-xs-font-size);--plasma-tree-font-style:var(--plasma-typo-body-xs-font-style);--plasma-tree-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-tree-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-tree-line-height:var(--plasma-typo-body-xs-line-height);}
750
758
 
751
759
  .Body_config_2pzxxt_l1s0gjg5__16be7457{--typo-font-family:var(--plasma-typo-body-l-font-family);--typo-font-size:var(--plasma-typo-body-l-font-size);--typo-font-style:var(--plasma-typo-body-l-font-style);--typo-font-weight:var(--plasma-typo-body-l-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-l-bold-font-weight);--typo-font-weight-medium:var(--plasma-typo-body-l-medium-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-l-line-height);}
752
760
  .Body_config_2pzxxt_m1fmrqgu__16be7457{--typo-font-family:var(--plasma-typo-body-m-font-family);--typo-font-size:var(--plasma-typo-body-m-font-size);--typo-font-style:var(--plasma-typo-body-m-font-style);--typo-font-weight:var(--plasma-typo-body-m-font-weight);--typo-font-weight-bold:var(--plasma-typo-body-m-bold-font-weight);--typo-font-weight-medium:var(--plasma-typo-body-m-medium-font-weight);--typo-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--typo-font-line-height:var(--plasma-typo-body-m-line-height);}
package/es/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  export { Accordion } from './components/Accordion/Accordion.js';
2
- export { AccordionItem, ButtonBase, CardContent, CardInnerContent, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, ListItem, ONLY_CHARS_PATTERN, ONLY_DIGITS_AND_CHARS_PATTERN, ONLY_DIGITS_PATTERN, Overlay, PopupProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, codeFieldClasses, codeFieldTokens, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, dropzoneClasses, dropzoneTokens, informationWrapperClasses, informationWrapperTokens, modalClasses, noteClasses, noteTokens, numberFormatter, numberInputClasses, numberInputTokens, popupClasses, priceClasses, rangeTokens, ratingClasses, ratingTokens, sheetClasses, textFieldTokens, toolbarTokens, usePopupContext, useSegment, useToast, withSkeleton } from '@salutejs/plasma-new-hope';
2
+ export { AccordionItem, ButtonBase, CardContent, CardInnerContent, CarouselItem, CellTextbox, CellTextboxLabel, CellTextboxSubtitle, CellTextboxTitle, Col, ListItem, ONLY_CHARS_PATTERN, ONLY_DIGITS_AND_CHARS_PATTERN, ONLY_DIGITS_PATTERN, Overlay, PopupProvider, Portal, RadioGroup, RectSkeleton, Row, SSRProvider, SegmentProvider, TabItemRefs, TabsContext, addNotification, closeNotification, codeFieldClasses, codeFieldTokens, counterTokens, datePickerClasses, datePickerTokens, dividerTokens, dropzoneClasses, dropzoneTokens, informationWrapperClasses, informationWrapperTokens, modalClasses, noteClasses, noteTokens, numberFormatter, numberInputClasses, numberInputTokens, popupClasses, priceClasses, rangeTokens, ratingClasses, ratingTokens, sheetClasses, textFieldTokens, timePickerClasses, timePickerTokens, toolbarTokens, usePopupContext, useSegment, useToast, withSkeleton } from '@salutejs/plasma-new-hope';
3
3
  export { Attach } from './components/Attach/Attach.js';
4
4
  export { Autocomplete } from './components/Autocomplete/Autocomplete.js';
5
5
  export { Avatar } from './components/Avatar/Avatar.js';
@@ -64,6 +64,7 @@ export { IconTabItem, TabItem } from './components/Tabs/TabItem.js';
64
64
  export { TextArea } from './components/TextArea/TextArea.js';
65
65
  export { TextField } from './components/TextField/TextField.js';
66
66
  export { TextFieldGroup } from './components/TextFieldGroup/TextFieldGroup.js';
67
+ export { TimePicker } from './components/TimePicker/TimePicker.js';
67
68
  export { Toast, ToastProvider } from './components/Toast/Toast.js';
68
69
  export { Toolbar, ToolbarDivider } from './components/Toolbar/Toolbar.js';
69
70
  export { Tooltip } from './components/Tooltip/Tooltip.js';
package/es/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/index.d.ts CHANGED
@@ -72,5 +72,6 @@ export * from './components/Carousel';
72
72
  export * from './components/Tour';
73
73
  export * from './components/EmbedIconButton';
74
74
  export * from './components/InformationWrapper';
75
+ export * from './components/TimePicker';
75
76
  export * from './mixins';
76
77
  export * from './tokens';
package/index.js CHANGED
@@ -68,6 +68,7 @@ var TabItem = require('./components/Tabs/TabItem.js');
68
68
  var TextArea = require('./components/TextArea/TextArea.js');
69
69
  var TextField = require('./components/TextField/TextField.js');
70
70
  var TextFieldGroup = require('./components/TextFieldGroup/TextFieldGroup.js');
71
+ var TimePicker = require('./components/TimePicker/TimePicker.js');
71
72
  var Toast = require('./components/Toast/Toast.js');
72
73
  var Toolbar = require('./components/Toolbar/Toolbar.js');
73
74
  var Tooltip = require('./components/Tooltip/Tooltip.js');
@@ -275,6 +276,14 @@ Object.defineProperty(exports, 'textFieldTokens', {
275
276
  enumerable: true,
276
277
  get: function () { return plasmaNewHope.textFieldTokens; }
277
278
  });
279
+ Object.defineProperty(exports, 'timePickerClasses', {
280
+ enumerable: true,
281
+ get: function () { return plasmaNewHope.timePickerClasses; }
282
+ });
283
+ Object.defineProperty(exports, 'timePickerTokens', {
284
+ enumerable: true,
285
+ get: function () { return plasmaNewHope.timePickerTokens; }
286
+ });
278
287
  Object.defineProperty(exports, 'toolbarTokens', {
279
288
  enumerable: true,
280
289
  get: function () { return plasmaNewHope.toolbarTokens; }
@@ -371,6 +380,7 @@ exports.TabItem = TabItem.TabItem;
371
380
  exports.TextArea = TextArea.TextArea;
372
381
  exports.TextField = TextField.TextField;
373
382
  exports.TextFieldGroup = TextFieldGroup.TextFieldGroup;
383
+ exports.TimePicker = TimePicker.TimePicker;
374
384
  exports.Toast = Toast.Toast;
375
385
  exports.ToastProvider = Toast.ToastProvider;
376
386
  exports.Toolbar = Toolbar.Toolbar;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-serv",
3
- "version": "0.324.0-canary.2253.18004015974.0",
3
+ "version": "0.324.0-canary.2254.18036780976.0",
4
4
  "description": "Salute Design System / React UI kit for SDDS SERV web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -32,7 +32,7 @@
32
32
  "directory": "packages/sdds-serv"
33
33
  },
34
34
  "dependencies": {
35
- "@salutejs/plasma-new-hope": "0.337.0-canary.2253.18004015974.0",
35
+ "@salutejs/plasma-new-hope": "0.337.0-canary.2254.18036780976.0",
36
36
  "@salutejs/sdds-themes": "0.47.0"
37
37
  },
38
38
  "peerDependencies": {
@@ -137,5 +137,5 @@
137
137
  "sideEffects": [
138
138
  "*.css"
139
139
  ],
140
- "gitHead": "376bd5d97da2a75b6561c30ac2412efc5ae213b4"
140
+ "gitHead": "206da07a24ad8044cfe00d4ff510a42d54408b6b"
141
141
  }