@salutejs/plasma-web 1.384.0-canary.1352.10591857563.0 → 1.384.0-canary.1361.10595625702.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. package/CHANGELOG.md +136 -0
  2. package/api/plasma-web.api.md +4 -15
  3. package/components/Combobox/Combobox.config.js +1 -1
  4. package/components/Dropdown/Dropdown.config.js +1 -1
  5. package/components/Dropdown/components/DropdownOld.config.js +1 -1
  6. package/components/Notification/Notification.config.js +1 -1
  7. package/components/TextArea/TextArea.config.d.ts +0 -3
  8. package/components/TextArea/TextArea.config.js +5 -8
  9. package/components/TextField/TextField.config.d.ts +0 -3
  10. package/components/TextField/TextField.config.js +6 -9
  11. package/components/TextField/TextField.d.ts +6 -41
  12. package/components/Toast/Toast.config.js +4 -4
  13. package/components/Toolbar/Toolbar.config.js +1 -1
  14. package/components/Tooltip/Tooltip.config.js +1 -1
  15. package/css/cjs/components/Combobox/Combobox.config.js +1 -1
  16. package/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
  17. package/css/cjs/components/Combobox/{Combobox.config_18fbty9.css → Combobox.config_1xa4b1s.css} +1 -1
  18. package/css/cjs/components/Combobox/Combobox.css +5 -5
  19. package/css/cjs/components/Dropdown/Dropdown.config.js +1 -1
  20. package/css/cjs/components/Dropdown/Dropdown.config.js.map +1 -1
  21. package/css/{es/components/Dropdown/Dropdown.config_kvz7m2.css → cjs/components/Dropdown/Dropdown.config_sl4ky3.css} +1 -1
  22. package/css/cjs/components/Dropdown/Dropdown.css +5 -5
  23. package/css/cjs/components/Dropdown/components/DropdownOld.config.js +1 -1
  24. package/css/cjs/components/Dropdown/components/DropdownOld.config.js.map +1 -1
  25. package/css/{es/components/Dropdown/components/DropdownOld.config_1hodqch.css → cjs/components/Dropdown/components/DropdownOld.config_11xcwfh.css} +1 -1
  26. package/css/cjs/components/Dropdown/components/DropdownPopup.css +5 -5
  27. package/css/cjs/components/Notification/Notification.config.js +1 -1
  28. package/css/cjs/components/Notification/Notification.config.js.map +1 -1
  29. package/css/cjs/components/Notification/Notification.config_17hqtvy.css +5 -0
  30. package/css/cjs/components/Notification/Notification.css +5 -5
  31. package/css/cjs/components/TextArea/TextArea.config.js +1 -4
  32. package/css/cjs/components/TextArea/TextArea.config.js.map +1 -1
  33. package/css/cjs/components/TextArea/{TextArea.config_1vqe8w9.css → TextArea.config_17xusyx.css} +4 -5
  34. package/css/cjs/components/TextArea/TextArea.css +10 -11
  35. package/css/cjs/components/TextField/TextField.config.js +2 -5
  36. package/css/cjs/components/TextField/TextField.config.js.map +1 -1
  37. package/css/cjs/components/TextField/{TextField.config_49t0m3.css → TextField.config_1e6yupa.css} +5 -6
  38. package/css/cjs/components/TextField/TextField.css +11 -12
  39. package/css/cjs/components/TextField/TextField.js.map +1 -1
  40. package/css/cjs/components/Toast/Toast.config.js +1 -1
  41. package/css/cjs/components/Toast/Toast.config.js.map +1 -1
  42. package/css/cjs/components/Toast/{Toast.config_1rkhg06.css → Toast.config_1cwp1pi.css} +4 -4
  43. package/css/cjs/components/Toast/Toast.css +6 -6
  44. package/css/cjs/components/Toolbar/Toolbar.config.js +1 -1
  45. package/css/cjs/components/Toolbar/Toolbar.config.js.map +1 -1
  46. package/css/cjs/components/Toolbar/{Toolbar.config_hdv953.css → Toolbar.config_1yum23z.css} +1 -1
  47. package/css/cjs/components/Toolbar/Toolbar.css +5 -5
  48. package/css/cjs/components/Tooltip/Tooltip.config.js +1 -1
  49. package/css/cjs/components/Tooltip/Tooltip.config.js.map +1 -1
  50. package/css/cjs/components/Tooltip/{Tooltip.config_186fmt6.css → Tooltip.config_1enkpml.css} +1 -1
  51. package/css/cjs/components/Tooltip/Tooltip.css +3 -3
  52. package/css/cjs/index.css +60 -62
  53. package/css/es/components/Combobox/Combobox.config.js +1 -1
  54. package/css/es/components/Combobox/Combobox.config.js.map +1 -1
  55. package/css/es/components/Combobox/{Combobox.config_18fbty9.css → Combobox.config_1xa4b1s.css} +1 -1
  56. package/css/es/components/Combobox/Combobox.css +5 -5
  57. package/css/es/components/Dropdown/Dropdown.config.js +1 -1
  58. package/css/es/components/Dropdown/Dropdown.config.js.map +1 -1
  59. package/css/{cjs/components/Dropdown/Dropdown.config_kvz7m2.css → es/components/Dropdown/Dropdown.config_sl4ky3.css} +1 -1
  60. package/css/es/components/Dropdown/Dropdown.css +5 -5
  61. package/css/es/components/Dropdown/components/DropdownOld.config.js +1 -1
  62. package/css/es/components/Dropdown/components/DropdownOld.config.js.map +1 -1
  63. package/css/{cjs/components/Dropdown/components/DropdownOld.config_1hodqch.css → es/components/Dropdown/components/DropdownOld.config_11xcwfh.css} +1 -1
  64. package/css/es/components/Dropdown/components/DropdownPopup.css +5 -5
  65. package/css/es/components/Notification/Notification.config.js +1 -1
  66. package/css/es/components/Notification/Notification.config.js.map +1 -1
  67. package/css/es/components/Notification/Notification.config_17hqtvy.css +5 -0
  68. package/css/es/components/Notification/Notification.css +5 -5
  69. package/css/es/components/TextArea/TextArea.config.js +1 -4
  70. package/css/es/components/TextArea/TextArea.config.js.map +1 -1
  71. package/css/es/components/TextArea/{TextArea.config_1vqe8w9.css → TextArea.config_17xusyx.css} +4 -5
  72. package/css/es/components/TextArea/TextArea.css +10 -11
  73. package/css/es/components/TextField/TextField.config.js +2 -5
  74. package/css/es/components/TextField/TextField.config.js.map +1 -1
  75. package/css/es/components/TextField/{TextField.config_49t0m3.css → TextField.config_1e6yupa.css} +5 -6
  76. package/css/es/components/TextField/TextField.css +11 -12
  77. package/css/es/components/TextField/TextField.js.map +1 -1
  78. package/css/es/components/Toast/Toast.config.js +1 -1
  79. package/css/es/components/Toast/Toast.config.js.map +1 -1
  80. package/css/es/components/Toast/{Toast.config_1rkhg06.css → Toast.config_1cwp1pi.css} +4 -4
  81. package/css/es/components/Toast/Toast.css +6 -6
  82. package/css/es/components/Toolbar/Toolbar.config.js +1 -1
  83. package/css/es/components/Toolbar/Toolbar.config.js.map +1 -1
  84. package/css/es/components/Toolbar/{Toolbar.config_hdv953.css → Toolbar.config_1yum23z.css} +1 -1
  85. package/css/es/components/Toolbar/Toolbar.css +5 -5
  86. package/css/es/components/Tooltip/Tooltip.config.js +1 -1
  87. package/css/es/components/Tooltip/Tooltip.config.js.map +1 -1
  88. package/css/es/components/Tooltip/{Tooltip.config_186fmt6.css → Tooltip.config_1enkpml.css} +1 -1
  89. package/css/es/components/Tooltip/Tooltip.css +3 -3
  90. package/css/es/index.css +60 -62
  91. package/es/components/Combobox/Combobox.config.js +1 -1
  92. package/es/components/Dropdown/Dropdown.config.js +1 -1
  93. package/es/components/Dropdown/components/DropdownOld.config.js +1 -1
  94. package/es/components/Notification/Notification.config.js +1 -1
  95. package/es/components/TextArea/TextArea.config.js +5 -8
  96. package/es/components/TextField/TextField.config.js +6 -9
  97. package/es/components/Toast/Toast.config.js +4 -4
  98. package/es/components/Toolbar/Toolbar.config.js +1 -1
  99. package/es/components/Tooltip/Tooltip.config.js +1 -1
  100. package/package.json +12 -12
  101. package/temp/plasma-web.api.md +4 -15
  102. package/css/cjs/components/Notification/Notification.config_1lwgobg.css +0 -5
  103. package/css/es/components/Notification/Notification.config_1lwgobg.css +0 -5
@@ -2,4 +2,4 @@
2
2
  .s953oeh{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.625rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.75rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.75rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:0.5rem;--plasma-combobox-item-padding-right:0.75rem;--plasma-combobox-item-padding-bottom:0.5rem;--plasma-combobox-item-padding-left:0.75rem;--plasma-combobox-item-border-radius:0.5rem;--plasma-combobox-item-content-left-width:1.75rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.25rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:1.75rem;--plasma-combobox-chip-padding-right:0.5rem;--plasma-combobox-chip-padding-left:0.75rem;--plasma-combobox-chip-clear-content-margin-left:0.375rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:0.75rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-target-arrow-right:0.75rem;--plasma-combobox-target-height:2.5rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.625rem;--plasma-combobox-target-padding:0 3rem 0 1rem;--plasma-combobox-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
3
3
  .mcllkda{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.75rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.875rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.875rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:0.75rem;--plasma-combobox-item-padding-right:0.875rem;--plasma-combobox-item-padding-bottom:0.75rem;--plasma-combobox-item-padding-left:0.875rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-content-left-width:1.75rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.375rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:2.25rem;--plasma-combobox-chip-padding-right:0.875rem;--plasma-combobox-chip-padding-left:0.625rem;--plasma-combobox-chip-clear-content-margin-left:0.5rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:1rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-arrow-right:0.875rem;--plasma-combobox-target-height:3rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.75rem;--plasma-combobox-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
4
4
  .l1ioh6mq{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.875rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:1rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:1rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:1rem;--plasma-combobox-item-padding-right:1rem;--plasma-combobox-item-padding-bottom:1rem;--plasma-combobox-item-padding-left:1rem;--plasma-combobox-item-border-radius:0.75rem;--plasma-combobox-item-content-left-width:1.875rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-l-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.5rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:2.75rem;--plasma-combobox-chip-padding-right:0.75rem;--plasma-combobox-chip-padding-left:1rem;--plasma-combobox-chip-clear-content-margin-left:0.625rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:1rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-arrow-right:1rem;--plasma-combobox-target-height:3.5rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.875rem;--plasma-combobox-target-padding:0 3.5rem 0 1.5rem;--plasma-combobox-target-padding-has-chips:0 3.625rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.625rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-s-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-s-line-height);}
5
- .d1jkqh6u{--plasma-combobox-target-color:var(--text-primary);--plasma-combobox-target-label-color:var(--text-secondary);--plasma-combobox-target-arrow-color:var(--text-secondary);--plasma-combobox-target-border-color:var(--text-tertiary);--plasma-combobox-target-border-color-hover:var(--text-tertiary-hover);--plasma-combobox-target-border-color-active:var(--text-tertiary-active);--plasma-combobox-target-border-color-open:var(--text-accent);--plasma-combobox-background:var(--surface-solid-card);--plasma-combobox-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-item-background:var(--plasma-colors-transparent);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-item-color:var(--text-primary);--plasma-combobox-item-content-left-color:var(--text-accent);--plasma-combobox-chip-close-icon-color:var(--text-secondary);--plasma-combobox-chip-color:var(--text-primary);--plasma-combobox-chip-background:var(--surface-transparent-secondary);--plasma-combobox-chip-color-hover:var(--text-primary);--plasma-combobox-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-chip-color-active:var(--text-primary);--plasma-combobox-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly:var(--text-primary);--plasma-combobox-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-chip-opacity-readonly:0.72;--plasma-combobox-disabled-opacity:0.4;--plasma-combobox-focus-color:var(--surface-accent);}
5
+ .d1jkqh6u{--plasma-combobox-target-color:var(--text-primary);--plasma-combobox-target-label-color:var(--text-secondary);--plasma-combobox-target-arrow-color:var(--text-secondary);--plasma-combobox-target-border-color:var(--text-tertiary);--plasma-combobox-target-border-color-hover:var(--text-tertiary-hover);--plasma-combobox-target-border-color-active:var(--text-tertiary-active);--plasma-combobox-target-border-color-open:var(--text-accent);--plasma-combobox-background:var(--surface-solid-card-brightness);--plasma-combobox-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-item-background:var(--plasma-colors-transparent);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-item-color:var(--text-primary);--plasma-combobox-item-content-left-color:var(--text-accent);--plasma-combobox-chip-close-icon-color:var(--text-secondary);--plasma-combobox-chip-color:var(--text-primary);--plasma-combobox-chip-background:var(--surface-transparent-secondary);--plasma-combobox-chip-color-hover:var(--text-primary);--plasma-combobox-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-chip-color-active:var(--text-primary);--plasma-combobox-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly:var(--text-primary);--plasma-combobox-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-chip-opacity-readonly:0.72;--plasma-combobox-disabled-opacity:0.4;--plasma-combobox-focus-color:var(--surface-accent);}
@@ -1,5 +1,5 @@
1
- .Combobox_config_18fbty9_x1scuc1k__e7fed6ce{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.5rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.5rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.375rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1rem;--plasma-combobox-item-padding-top:0.5rem;--plasma-combobox-item-padding-right:0.5rem;--plasma-combobox-item-padding-bottom:0.5rem;--plasma-combobox-item-padding-left:0.375rem;--plasma-combobox-item-border-radius:0.375rem;--plasma-combobox-item-content-left-width:1.25rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.125rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:1.25rem;--plasma-combobox-chip-padding-right:0.375rem;--plasma-combobox-chip-padding-left:0.625rem;--plasma-combobox-chip-clear-content-margin-left:0.25rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:0.75rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-target-arrow-right:0.5rem;--plasma-combobox-target-height:2rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.5rem;--plasma-combobox-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
2
- .Combobox_config_18fbty9_s953oeh__e7fed6ce{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.625rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.75rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.75rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:0.5rem;--plasma-combobox-item-padding-right:0.75rem;--plasma-combobox-item-padding-bottom:0.5rem;--plasma-combobox-item-padding-left:0.75rem;--plasma-combobox-item-border-radius:0.5rem;--plasma-combobox-item-content-left-width:1.75rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.25rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:1.75rem;--plasma-combobox-chip-padding-right:0.5rem;--plasma-combobox-chip-padding-left:0.75rem;--plasma-combobox-chip-clear-content-margin-left:0.375rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:0.75rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-target-arrow-right:0.75rem;--plasma-combobox-target-height:2.5rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.625rem;--plasma-combobox-target-padding:0 3rem 0 1rem;--plasma-combobox-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
3
- .Combobox_config_18fbty9_mcllkda__e7fed6ce{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.75rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.875rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.875rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:0.75rem;--plasma-combobox-item-padding-right:0.875rem;--plasma-combobox-item-padding-bottom:0.75rem;--plasma-combobox-item-padding-left:0.875rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-content-left-width:1.75rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.375rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:2.25rem;--plasma-combobox-chip-padding-right:0.875rem;--plasma-combobox-chip-padding-left:0.625rem;--plasma-combobox-chip-clear-content-margin-left:0.5rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:1rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-arrow-right:0.875rem;--plasma-combobox-target-height:3rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.75rem;--plasma-combobox-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
4
- .Combobox_config_18fbty9_l1ioh6mq__e7fed6ce{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.875rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:1rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:1rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:1rem;--plasma-combobox-item-padding-right:1rem;--plasma-combobox-item-padding-bottom:1rem;--plasma-combobox-item-padding-left:1rem;--plasma-combobox-item-border-radius:0.75rem;--plasma-combobox-item-content-left-width:1.875rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-l-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.5rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:2.75rem;--plasma-combobox-chip-padding-right:0.75rem;--plasma-combobox-chip-padding-left:1rem;--plasma-combobox-chip-clear-content-margin-left:0.625rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:1rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-arrow-right:1rem;--plasma-combobox-target-height:3.5rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.875rem;--plasma-combobox-target-padding:0 3.5rem 0 1.5rem;--plasma-combobox-target-padding-has-chips:0 3.625rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.625rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-s-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-s-line-height);}
5
- .Combobox_config_18fbty9_d1jkqh6u__e7fed6ce{--plasma-combobox-target-color:var(--text-primary);--plasma-combobox-target-label-color:var(--text-secondary);--plasma-combobox-target-arrow-color:var(--text-secondary);--plasma-combobox-target-border-color:var(--text-tertiary);--plasma-combobox-target-border-color-hover:var(--text-tertiary-hover);--plasma-combobox-target-border-color-active:var(--text-tertiary-active);--plasma-combobox-target-border-color-open:var(--text-accent);--plasma-combobox-background:var(--surface-solid-card);--plasma-combobox-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-item-background:var(--plasma-colors-transparent);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-item-color:var(--text-primary);--plasma-combobox-item-content-left-color:var(--text-accent);--plasma-combobox-chip-close-icon-color:var(--text-secondary);--plasma-combobox-chip-color:var(--text-primary);--plasma-combobox-chip-background:var(--surface-transparent-secondary);--plasma-combobox-chip-color-hover:var(--text-primary);--plasma-combobox-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-chip-color-active:var(--text-primary);--plasma-combobox-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly:var(--text-primary);--plasma-combobox-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-chip-opacity-readonly:0.72;--plasma-combobox-disabled-opacity:0.4;--plasma-combobox-focus-color:var(--surface-accent);}
1
+ .Combobox_config_1xa4b1s_x1scuc1k__8be69f12{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.5rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.5rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.375rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1rem;--plasma-combobox-item-padding-top:0.5rem;--plasma-combobox-item-padding-right:0.5rem;--plasma-combobox-item-padding-bottom:0.5rem;--plasma-combobox-item-padding-left:0.375rem;--plasma-combobox-item-border-radius:0.375rem;--plasma-combobox-item-content-left-width:1.25rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-xs-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.125rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:1.25rem;--plasma-combobox-chip-padding-right:0.375rem;--plasma-combobox-chip-padding-left:0.625rem;--plasma-combobox-chip-clear-content-margin-left:0.25rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:0.75rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-target-arrow-right:0.5rem;--plasma-combobox-target-height:2rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.5rem;--plasma-combobox-target-padding:0 2.5rem 0 0.75rem;--plasma-combobox-target-padding-has-chips:0 2.625rem 0 0.375rem;--plasma-combobox-target-with-input:0 2.625rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-xs-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
2
+ .Combobox_config_1xa4b1s_s953oeh__8be69f12{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.625rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.75rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.75rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:0.5rem;--plasma-combobox-item-padding-right:0.75rem;--plasma-combobox-item-padding-bottom:0.5rem;--plasma-combobox-item-padding-left:0.75rem;--plasma-combobox-item-border-radius:0.5rem;--plasma-combobox-item-content-left-width:1.75rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-s-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.25rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:1.75rem;--plasma-combobox-chip-padding-right:0.5rem;--plasma-combobox-chip-padding-left:0.75rem;--plasma-combobox-chip-clear-content-margin-left:0.375rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:0.75rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-target-arrow-right:0.75rem;--plasma-combobox-target-height:2.5rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.625rem;--plasma-combobox-target-padding:0 3rem 0 1rem;--plasma-combobox-target-padding-has-chips:0 3.125rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.125rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-s-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-s-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xxs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xxs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xxs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xxs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xxs-line-height);}
3
+ .Combobox_config_1xa4b1s_mcllkda__8be69f12{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.75rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:0.875rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:0.875rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:0.75rem;--plasma-combobox-item-padding-right:0.875rem;--plasma-combobox-item-padding-bottom:0.75rem;--plasma-combobox-item-padding-left:0.875rem;--plasma-combobox-item-border-radius:0.625rem;--plasma-combobox-item-content-left-width:1.75rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-m-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.375rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:2.25rem;--plasma-combobox-chip-padding-right:0.875rem;--plasma-combobox-chip-padding-left:0.625rem;--plasma-combobox-chip-clear-content-margin-left:0.5rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:1rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-arrow-right:0.875rem;--plasma-combobox-target-height:3rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.75rem;--plasma-combobox-target-padding:0 3.25rem 0 1.25rem;--plasma-combobox-target-padding-has-chips:0 3.375rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.375rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-xs-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-xs-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-xs-line-height);}
4
+ .Combobox_config_1xa4b1s_l1ioh6mq__8be69f12{--plasma-combobox-width:100%;--plasma-combobox-height:auto;--plasma-combobox-border-radius:0.875rem;--plasma-combobox-padding-top:0.125rem;--plasma-combobox-padding-right:0.125rem;--plasma-combobox-padding-bottom:0.125rem;--plasma-combobox-padding-left:0.125rem;--plasma-combobox-divider-color:var(--surface-transparent-tertiary);--plasma-combobox-divider-height:0.063rem;--plasma-combobox-divider-margin-top:0;--plasma-combobox-divider-margin-right:1rem;--plasma-combobox-divider-margin-bottom:0;--plasma-combobox-divider-margin-left:1rem;--plasma-combobox-item-width:auto;--plasma-combobox-item-height:1.5rem;--plasma-combobox-item-padding-top:1rem;--plasma-combobox-item-padding-right:1rem;--plasma-combobox-item-padding-bottom:1rem;--plasma-combobox-item-padding-left:1rem;--plasma-combobox-item-border-radius:0.75rem;--plasma-combobox-item-content-left-width:1.875rem;--plasma-combobox-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-combobox-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-item-font-weight:var(--plasma-typo-body-l-line-height);--plasma-combobox-chip-gap:0.25rem;--plasma-combobox-chip-border-radius:0.5rem;--plasma-combobox-chip-width:auto;--plasma-combobox-chip-height:2.75rem;--plasma-combobox-chip-padding-right:0.75rem;--plasma-combobox-chip-padding-left:1rem;--plasma-combobox-chip-clear-content-margin-left:0.625rem;--plasma-combobox-chip-clear-content-margin-right:0rem;--plasma-combobox-chip-close-icon-size:1rem;--plasma-combobox-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-combobox-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-combobox-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-combobox-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-combobox-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-combobox-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-combobox-target-arrow-right:1rem;--plasma-combobox-target-height:3.5rem;--plasma-combobox-target-width:100%;--plasma-combobox-target-radius:0.875rem;--plasma-combobox-target-padding:0 3.5rem 0 1.5rem;--plasma-combobox-target-padding-has-chips:0 3.625rem 0 0.375rem;--plasma-combobox-target-with-input:0 3.625rem 0 0.625rem;--plasma-combobox-target-inner-top:0.5rem;--plasma-combobox-target-label-inner-top:0.375rem;--plasma-combobox-target-font-family:var(--plasma-typo-body-l-font-family);--plasma-combobox-target-font-size:var(--plasma-typo-body-l-font-size);--plasma-combobox-target-font-style:var(--plasma-typo-body-l-font-style);--plasma-combobox-target-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-combobox-target-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-combobox-target-line-height:var(--plasma-typo-body-l-line-height);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-s-font-family);--plasma-combobox-target-label-inner-font-family:var(--plasma-typo-body-s-font-size);--plasma-combobox-target-label-inner-font-style:var(--plasma-typo-body-s-font-style);--plasma-combobox-target-label-inner-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-combobox-target-label-inner-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-combobox-target-label-inner-line-height:var(--plasma-typo-body-s-line-height);}
5
+ .Combobox_config_1xa4b1s_d1jkqh6u__8be69f12{--plasma-combobox-target-color:var(--text-primary);--plasma-combobox-target-label-color:var(--text-secondary);--plasma-combobox-target-arrow-color:var(--text-secondary);--plasma-combobox-target-border-color:var(--text-tertiary);--plasma-combobox-target-border-color-hover:var(--text-tertiary-hover);--plasma-combobox-target-border-color-active:var(--text-tertiary-active);--plasma-combobox-target-border-color-open:var(--text-accent);--plasma-combobox-background:var(--surface-solid-card-brightness);--plasma-combobox-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-combobox-item-background:var(--plasma-colors-transparent);--plasma-combobox-item-background-hover:var(--surface-transparent-secondary);--plasma-combobox-item-background-selected-hover:var(--surface-transparent-secondary);--plasma-combobox-item-color:var(--text-primary);--plasma-combobox-item-content-left-color:var(--text-accent);--plasma-combobox-chip-close-icon-color:var(--text-secondary);--plasma-combobox-chip-color:var(--text-primary);--plasma-combobox-chip-background:var(--surface-transparent-secondary);--plasma-combobox-chip-color-hover:var(--text-primary);--plasma-combobox-chip-background-hover:var(--surface-transparent-secondary-hover);--plasma-combobox-chip-color-active:var(--text-primary);--plasma-combobox-chip-background-active:var(--surface-transparent-secondary-active);--plasma-combobox-chip-background-readonly:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly:var(--text-primary);--plasma-combobox-chip-background-readonly-hover:var(--surface-transparent-secondary);--plasma-combobox-chip-color-readonly-hover:var(--text-primary);--plasma-combobox-chip-opacity-readonly:0.72;--plasma-combobox-disabled-opacity:0.4;--plasma-combobox-focus-color:var(--surface-accent);}
@@ -1,4 +1,4 @@
1
- import './Dropdown.config_kvz7m2.css';
1
+ import './Dropdown.config_sl4ky3.css';
2
2
  var config = {
3
3
  defaults: {
4
4
  view: 'default',
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.config.js","sources":["../../../../src-css/components/Dropdown/Dropdown.config.ts"],"sourcesContent":["import { css, dropdownTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n size: {\n xs: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 10rem;\n ${dropdownTokens.borderRadius}: 0.5rem;\n\n ${dropdownTokens.itemPaddingTop}: 0.5625rem;\n ${dropdownTokens.itemPaddingRight}: 0.5rem;\n ${dropdownTokens.itemPaddingBottom}: 0.5625rem;\n ${dropdownTokens.itemPaddingLeft}: 0.5rem;\n ${dropdownTokens.itemBorderRadius}: 0.375rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.3125rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.3125rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-xs-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-xs-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 12.5rem;\n ${dropdownTokens.borderRadius}: 0.625rem;\n\n ${dropdownTokens.itemPaddingTop}: 0.6875rem;\n ${dropdownTokens.itemPaddingRight}: 0.75rem;\n ${dropdownTokens.itemPaddingBottom}: 0.6875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.75rem;\n ${dropdownTokens.itemBorderRadius}: 0.5rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.4375rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.4375rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-s-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-s-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-s-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-s-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 15rem;\n ${dropdownTokens.borderRadius}: 0.75rem;\n\n ${dropdownTokens.itemPaddingTop}: 0.875rem;\n ${dropdownTokens.itemPaddingRight}: 0.875rem;\n ${dropdownTokens.itemPaddingBottom}: 0.875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.875rem;\n ${dropdownTokens.itemBorderRadius}: 0.625rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.625rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.625rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-m-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-m-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-m-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-m-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n l: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 17.5rem;\n ${dropdownTokens.borderRadius}: 0.875rem;\n\n ${dropdownTokens.itemPaddingTop}: 1.0625rem;\n ${dropdownTokens.itemPaddingRight}: 1rem;\n ${dropdownTokens.itemPaddingBottom}: 1.0625rem;\n ${dropdownTokens.itemPaddingLeft}: 1rem;\n ${dropdownTokens.itemBorderRadius}: 0.75rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.8125rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.8125rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-l-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-l-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n },\n view: {\n default: css`\n ${dropdownTokens.disabledOpacity}: 0.4;\n ${dropdownTokens.focusColor}: var(--surface-accent);\n ${dropdownTokens.background}: var(--surface-solid-card);\n ${dropdownTokens.boxShadow}: 0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04);\n ${dropdownTokens.disclosureIconColor}: var(--text-secondary);\n ${dropdownTokens.itemBackground}: var(--surface-clear);\n ${dropdownTokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${dropdownTokens.itemColor}: var(--text-primary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","xs","s","m","l","default"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,EAAE,EAmBD,SAAA;AACDC,MAAAA,CAAC,EAmBA,SAAA;AACDC,MAAAA,CAAC,EAmBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAoBJ;AACDN,IAAAA,IAAI,EAAE;MACFO,SAAO,EAAA,SAAA;AAUX,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"Dropdown.config.js","sources":["../../../../src-css/components/Dropdown/Dropdown.config.ts"],"sourcesContent":["import { css, dropdownTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n size: {\n xs: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 10rem;\n ${dropdownTokens.borderRadius}: 0.5rem;\n\n ${dropdownTokens.itemPaddingTop}: 0.5625rem;\n ${dropdownTokens.itemPaddingRight}: 0.5rem;\n ${dropdownTokens.itemPaddingBottom}: 0.5625rem;\n ${dropdownTokens.itemPaddingLeft}: 0.5rem;\n ${dropdownTokens.itemBorderRadius}: 0.375rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.3125rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.3125rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-xs-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-xs-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 12.5rem;\n ${dropdownTokens.borderRadius}: 0.625rem;\n\n ${dropdownTokens.itemPaddingTop}: 0.6875rem;\n ${dropdownTokens.itemPaddingRight}: 0.75rem;\n ${dropdownTokens.itemPaddingBottom}: 0.6875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.75rem;\n ${dropdownTokens.itemBorderRadius}: 0.5rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.4375rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.4375rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-s-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-s-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-s-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-s-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 15rem;\n ${dropdownTokens.borderRadius}: 0.75rem;\n\n ${dropdownTokens.itemPaddingTop}: 0.875rem;\n ${dropdownTokens.itemPaddingRight}: 0.875rem;\n ${dropdownTokens.itemPaddingBottom}: 0.875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.875rem;\n ${dropdownTokens.itemBorderRadius}: 0.625rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.625rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.625rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-m-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-m-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-m-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-m-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n l: css`\n ${dropdownTokens.padding}: 0.125rem;\n ${dropdownTokens.width}: 17.5rem;\n ${dropdownTokens.borderRadius}: 0.875rem;\n\n ${dropdownTokens.itemPaddingTop}: 1.0625rem;\n ${dropdownTokens.itemPaddingRight}: 1rem;\n ${dropdownTokens.itemPaddingBottom}: 1.0625rem;\n ${dropdownTokens.itemPaddingLeft}: 1rem;\n ${dropdownTokens.itemBorderRadius}: 0.75rem;\n ${dropdownTokens.itemPaddingTopTight}: 0.8125rem;\n ${dropdownTokens.itemPaddingBottomTight}: 0.8125rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-l-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-l-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n },\n view: {\n default: css`\n ${dropdownTokens.disabledOpacity}: 0.4;\n ${dropdownTokens.focusColor}: var(--surface-accent);\n ${dropdownTokens.background}: var(--surface-solid-card-brightness);\n ${dropdownTokens.boxShadow}: 0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04);\n ${dropdownTokens.disclosureIconColor}: var(--text-secondary);\n ${dropdownTokens.itemBackground}: var(--surface-clear);\n ${dropdownTokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${dropdownTokens.itemColor}: var(--text-primary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","xs","s","m","l","default"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,EAAE,EAmBD,SAAA;AACDC,MAAAA,CAAC,EAmBA,SAAA;AACDC,MAAAA,CAAC,EAmBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAoBJ;AACDN,IAAAA,IAAI,EAAE;MACFO,SAAO,EAAA,SAAA;AAUX,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -2,4 +2,4 @@
2
2
  .sxwpid0{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:12.5rem;--plasma-dropdown-border-radius:0.625rem;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-padding-top-tight:0.4375rem;--plasma-dropdown-item-padding-bottom-tight:0.4375rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
3
3
  .m12u1ccx{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:15rem;--plasma-dropdown-border-radius:0.75rem;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-padding-top-tight:0.625rem;--plasma-dropdown-item-padding-bottom-tight:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
4
4
  .lj8enjv{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:17.5rem;--plasma-dropdown-border-radius:0.875rem;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-padding-top-tight:0.8125rem;--plasma-dropdown-item-padding-bottom-tight:0.8125rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
5
- .da0vaum{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-focus-color:var(--surface-accent);--plasma-dropdown-background:var(--surface-solid-card);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-disclosure-icon-color:var(--text-secondary);--plasma-dropdown-item-background:var(--surface-clear);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-color:var(--text-primary);}
5
+ .da0vaum{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-focus-color:var(--surface-accent);--plasma-dropdown-background:var(--surface-solid-card-brightness);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-disclosure-icon-color:var(--text-secondary);--plasma-dropdown-item-background:var(--surface-clear);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-color:var(--text-primary);}
@@ -1,5 +1,5 @@
1
- .Dropdown_config_kvz7m2_xuajbqv__bbff8456{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:10rem;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-item-padding-top:0.5625rem;--plasma-dropdown-item-padding-right:0.5rem;--plasma-dropdown-item-padding-bottom:0.5625rem;--plasma-dropdown-item-padding-left:0.5rem;--plasma-dropdown-item-border-radius:0.375rem;--plasma-dropdown-item-padding-top-tight:0.3125rem;--plasma-dropdown-item-padding-bottom-tight:0.3125rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-xs-line-height);}
2
- .Dropdown_config_kvz7m2_sxwpid0__bbff8456{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:12.5rem;--plasma-dropdown-border-radius:0.625rem;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-padding-top-tight:0.4375rem;--plasma-dropdown-item-padding-bottom-tight:0.4375rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
3
- .Dropdown_config_kvz7m2_m12u1ccx__bbff8456{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:15rem;--plasma-dropdown-border-radius:0.75rem;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-padding-top-tight:0.625rem;--plasma-dropdown-item-padding-bottom-tight:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
4
- .Dropdown_config_kvz7m2_lj8enjv__bbff8456{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:17.5rem;--plasma-dropdown-border-radius:0.875rem;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-padding-top-tight:0.8125rem;--plasma-dropdown-item-padding-bottom-tight:0.8125rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
5
- .Dropdown_config_kvz7m2_da0vaum__bbff8456{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-focus-color:var(--surface-accent);--plasma-dropdown-background:var(--surface-solid-card);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-disclosure-icon-color:var(--text-secondary);--plasma-dropdown-item-background:var(--surface-clear);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-color:var(--text-primary);}
1
+ .Dropdown_config_sl4ky3_xuajbqv__69ffb469{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:10rem;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-item-padding-top:0.5625rem;--plasma-dropdown-item-padding-right:0.5rem;--plasma-dropdown-item-padding-bottom:0.5625rem;--plasma-dropdown-item-padding-left:0.5rem;--plasma-dropdown-item-border-radius:0.375rem;--plasma-dropdown-item-padding-top-tight:0.3125rem;--plasma-dropdown-item-padding-bottom-tight:0.3125rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-xs-line-height);}
2
+ .Dropdown_config_sl4ky3_sxwpid0__69ffb469{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:12.5rem;--plasma-dropdown-border-radius:0.625rem;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-padding-top-tight:0.4375rem;--plasma-dropdown-item-padding-bottom-tight:0.4375rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
3
+ .Dropdown_config_sl4ky3_m12u1ccx__69ffb469{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:15rem;--plasma-dropdown-border-radius:0.75rem;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-padding-top-tight:0.625rem;--plasma-dropdown-item-padding-bottom-tight:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
4
+ .Dropdown_config_sl4ky3_lj8enjv__69ffb469{--plasma-dropdown-padding:0.125rem;--plasma-dropdown-width:17.5rem;--plasma-dropdown-border-radius:0.875rem;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-padding-top-tight:0.8125rem;--plasma-dropdown-item-padding-bottom-tight:0.8125rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
5
+ .Dropdown_config_sl4ky3_da0vaum__69ffb469{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-focus-color:var(--surface-accent);--plasma-dropdown-background:var(--surface-solid-card-brightness);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-disclosure-icon-color:var(--text-secondary);--plasma-dropdown-item-background:var(--surface-clear);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-color:var(--text-primary);}
@@ -1,4 +1,4 @@
1
- import './DropdownOld.config_1hodqch.css';
1
+ import './DropdownOld.config_11xcwfh.css';
2
2
  var config = {
3
3
  defaults: {
4
4
  view: 'default',
@@ -1 +1 @@
1
- {"version":3,"file":"DropdownOld.config.js","sources":["../../../../../src-css/components/Dropdown/components/DropdownOld.config.ts"],"sourcesContent":["import { css, dropdownOldTokens as dropdownTokens } from '@salutejs/plasma-new-hope';\n\nconst dropdownSizeCommon = `\n ${dropdownTokens.width}: 100%;\n ${dropdownTokens.height}: auto;\n ${dropdownTokens.borderRadius}: 0.5rem;\n ${dropdownTokens.paddingTop}: 0.125rem;\n ${dropdownTokens.paddingRight}: 0.0625rem;\n ${dropdownTokens.paddingBottom}: 0.125rem;\n ${dropdownTokens.paddingLeft}: 0.125rem;\n`;\n\nconst dropdownItemSizeCommon = `\n ${dropdownTokens.itemWidth}: auto;\n ${dropdownTokens.itemHeight}: auto;\n ${dropdownTokens.itemMarginTop}: 0;\n ${dropdownTokens.itemMarginRight}: 0;\n ${dropdownTokens.itemMarginBottom}: 0;\n ${dropdownTokens.itemMarginLeft}: 0;\n`;\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n size: {\n xs: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 0.5625rem;\n ${dropdownTokens.itemPaddingRight}: 0.5rem;\n ${dropdownTokens.itemPaddingBottom}: 0.5625rem;\n ${dropdownTokens.itemPaddingLeft}: 0.5rem;\n ${dropdownTokens.itemBorderRadius}: 0.375rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-xs-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-xs-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 0.6875rem;\n ${dropdownTokens.itemPaddingRight}: 0.75rem;\n ${dropdownTokens.itemPaddingBottom}: 0.6875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.75rem;\n ${dropdownTokens.itemBorderRadius}: 0.5rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-s-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-s-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-s-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-s-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 0.875rem;\n ${dropdownTokens.itemPaddingRight}: 0.875rem;\n ${dropdownTokens.itemPaddingBottom}: 0.875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.875rem;\n ${dropdownTokens.itemBorderRadius}: 0.625rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-m-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-m-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-m-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-m-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n l: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 1.0625rem;\n ${dropdownTokens.itemPaddingRight}: 1rem;\n ${dropdownTokens.itemPaddingBottom}: 1.0625rem;\n ${dropdownTokens.itemPaddingLeft}: 1rem;\n ${dropdownTokens.itemBorderRadius}: 0.75rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-l-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-l-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n },\n view: {\n default: css`\n ${dropdownTokens.disabledOpacity}: 0.4;\n ${dropdownTokens.background}: var(--surface-solid-card);\n // TODO: #1131 Вернуть токен --shadow-down-soft-s\n ${dropdownTokens.boxShadow}: 0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04);\n\n ${dropdownTokens.itemBackground}: var(--plasma-colors-transparent);\n ${dropdownTokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${dropdownTokens.itemBackgroundSelected}: inherit;\n ${dropdownTokens.itemColorSelected}: inherit;\n ${dropdownTokens.itemBackgroundSelectedHover}: inherit;\n ${dropdownTokens.itemColorSelectedHover}: inherit;\n ${dropdownTokens.itemColor}: var(--text-primary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","xs","s","m","l","default"],"mappings":"AAqBO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,EAAE,EAgBD,SAAA;AACDC,MAAAA,CAAC,EAgBA,UAAA;AACDC,MAAAA,CAAC,EAgBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAiBJ;AACDN,IAAAA,IAAI,EAAE;MACFO,SAAO,EAAA,UAAA;AAcX,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"DropdownOld.config.js","sources":["../../../../../src-css/components/Dropdown/components/DropdownOld.config.ts"],"sourcesContent":["import { css, dropdownOldTokens as dropdownTokens } from '@salutejs/plasma-new-hope';\n\nconst dropdownSizeCommon = `\n ${dropdownTokens.width}: 100%;\n ${dropdownTokens.height}: auto;\n ${dropdownTokens.borderRadius}: 0.5rem;\n ${dropdownTokens.paddingTop}: 0.125rem;\n ${dropdownTokens.paddingRight}: 0.0625rem;\n ${dropdownTokens.paddingBottom}: 0.125rem;\n ${dropdownTokens.paddingLeft}: 0.125rem;\n`;\n\nconst dropdownItemSizeCommon = `\n ${dropdownTokens.itemWidth}: auto;\n ${dropdownTokens.itemHeight}: auto;\n ${dropdownTokens.itemMarginTop}: 0;\n ${dropdownTokens.itemMarginRight}: 0;\n ${dropdownTokens.itemMarginBottom}: 0;\n ${dropdownTokens.itemMarginLeft}: 0;\n`;\n\nexport const config = {\n defaults: {\n view: 'default',\n size: 'm',\n },\n variations: {\n size: {\n xs: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 0.5625rem;\n ${dropdownTokens.itemPaddingRight}: 0.5rem;\n ${dropdownTokens.itemPaddingBottom}: 0.5625rem;\n ${dropdownTokens.itemPaddingLeft}: 0.5rem;\n ${dropdownTokens.itemBorderRadius}: 0.375rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-xs-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-xs-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-xs-line-height);\n `,\n s: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 0.6875rem;\n ${dropdownTokens.itemPaddingRight}: 0.75rem;\n ${dropdownTokens.itemPaddingBottom}: 0.6875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.75rem;\n ${dropdownTokens.itemBorderRadius}: 0.5rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-s-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-s-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-s-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-s-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-s-line-height);\n `,\n m: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 0.875rem;\n ${dropdownTokens.itemPaddingRight}: 0.875rem;\n ${dropdownTokens.itemPaddingBottom}: 0.875rem;\n ${dropdownTokens.itemPaddingLeft}: 0.875rem;\n ${dropdownTokens.itemBorderRadius}: 0.625rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-m-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-m-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-m-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-m-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-m-line-height);\n `,\n l: css`\n ${dropdownSizeCommon};\n\n ${dropdownItemSizeCommon};\n ${dropdownTokens.itemPaddingTop}: 1.0625rem;\n ${dropdownTokens.itemPaddingRight}: 1rem;\n ${dropdownTokens.itemPaddingBottom}: 1.0625rem;\n ${dropdownTokens.itemPaddingLeft}: 1rem;\n ${dropdownTokens.itemBorderRadius}: 0.75rem;\n\n ${dropdownTokens.itemFontFamily}: var(--plasma-typo-body-l-font-family);\n ${dropdownTokens.itemFontSize}: var(--plasma-typo-body-l-font-size);\n ${dropdownTokens.itemFontStyle}: var(--plasma-typo-body-l-font-style);\n ${dropdownTokens.itemFontWeightBold}: var(--plasma-typo-body-l-font-weight);\n ${dropdownTokens.itemFontLetterSpacing}: var(--plasma-typo-body-l-letter-spacing);\n ${dropdownTokens.itemFontLineHeight}: var(--plasma-typo-body-l-line-height);\n `,\n },\n view: {\n default: css`\n ${dropdownTokens.disabledOpacity}: 0.4;\n ${dropdownTokens.background}: var(--surface-solid-card-brightness);\n // TODO: #1131 Вернуть токен --shadow-down-soft-s\n ${dropdownTokens.boxShadow}: 0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04);\n\n ${dropdownTokens.itemBackground}: var(--plasma-colors-transparent);\n ${dropdownTokens.itemBackgroundHover}: var(--surface-transparent-secondary);\n ${dropdownTokens.itemBackgroundSelected}: inherit;\n ${dropdownTokens.itemColorSelected}: inherit;\n ${dropdownTokens.itemBackgroundSelectedHover}: inherit;\n ${dropdownTokens.itemColorSelectedHover}: inherit;\n ${dropdownTokens.itemColor}: var(--text-primary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","size","variations","xs","s","m","l","default"],"mappings":"AAqBO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,IAAI,EAAE,GAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,EAAE,EAgBD,SAAA;AACDC,MAAAA,CAAC,EAgBA,UAAA;AACDC,MAAAA,CAAC,EAgBA,UAAA;AACDC,MAAAA,CAAC,EAAA,SAAA;KAiBJ;AACDN,IAAAA,IAAI,EAAE;MACFO,SAAO,EAAA,UAAA;AAcX,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -2,4 +2,4 @@
2
2
  .s1vd6y5w{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
3
3
  .m10ep19h{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
4
4
  .lq36nb2{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
5
- .d148hya0{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-background:var(--surface-solid-card);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-item-background:var(--plasma-colors-transparent);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-background-selected:inherit;--plasma-dropdown-item-color-selected:inherit;--plasma-dropdown-item-background-selected-hover:inherit;--plasma-dropdown-item-color-selected-hover:inherit;--plasma-dropdown-item-color:var(--text-primary);}
5
+ .d148hya0{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-background:var(--surface-solid-card-brightness);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-item-background:var(--plasma-colors-transparent);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-background-selected:inherit;--plasma-dropdown-item-color-selected:inherit;--plasma-dropdown-item-background-selected-hover:inherit;--plasma-dropdown-item-color-selected-hover:inherit;--plasma-dropdown-item-color:var(--text-primary);}
@@ -1,5 +1,5 @@
1
- .DropdownOld_config_1hodqch_xy53zv1__8b304804{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.5625rem;--plasma-dropdown-item-padding-right:0.5rem;--plasma-dropdown-item-padding-bottom:0.5625rem;--plasma-dropdown-item-padding-left:0.5rem;--plasma-dropdown-item-border-radius:0.375rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-xs-line-height);}
2
- .DropdownOld_config_1hodqch_s1vd6y5w__8b304804{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
3
- .DropdownOld_config_1hodqch_m10ep19h__8b304804{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
4
- .DropdownOld_config_1hodqch_lq36nb2__8b304804{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
5
- .DropdownOld_config_1hodqch_d148hya0__8b304804{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-background:var(--surface-solid-card);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-item-background:var(--plasma-colors-transparent);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-background-selected:inherit;--plasma-dropdown-item-color-selected:inherit;--plasma-dropdown-item-background-selected-hover:inherit;--plasma-dropdown-item-color-selected-hover:inherit;--plasma-dropdown-item-color:var(--text-primary);}
1
+ .DropdownOld_config_11xcwfh_xy53zv1__a82e8a13{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.5625rem;--plasma-dropdown-item-padding-right:0.5rem;--plasma-dropdown-item-padding-bottom:0.5625rem;--plasma-dropdown-item-padding-left:0.5rem;--plasma-dropdown-item-border-radius:0.375rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-xs-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-xs-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-xs-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-xs-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-xs-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-xs-line-height);}
2
+ .DropdownOld_config_11xcwfh_s1vd6y5w__a82e8a13{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.6875rem;--plasma-dropdown-item-padding-right:0.75rem;--plasma-dropdown-item-padding-bottom:0.6875rem;--plasma-dropdown-item-padding-left:0.75rem;--plasma-dropdown-item-border-radius:0.5rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-s-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-s-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-s-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-s-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-s-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-s-line-height);}
3
+ .DropdownOld_config_11xcwfh_m10ep19h__a82e8a13{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:0.875rem;--plasma-dropdown-item-padding-right:0.875rem;--plasma-dropdown-item-padding-bottom:0.875rem;--plasma-dropdown-item-padding-left:0.875rem;--plasma-dropdown-item-border-radius:0.625rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-m-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-m-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-m-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-m-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-m-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-m-line-height);}
4
+ .DropdownOld_config_11xcwfh_lq36nb2__a82e8a13{--plasma-dropdown-width:100%;--plasma-dropdown-height:auto;--plasma-dropdown-border-radius:0.5rem;--plasma-dropdown-padding-top:0.125rem;--plasma-dropdown-padding-right:0.0625rem;--plasma-dropdown-padding-bottom:0.125rem;--plasma-dropdown-padding-left:0.125rem;--plasma-dropdown-item-width:auto;--plasma-dropdown-item-height:auto;--plasma-dropdown-item-margin-top:0;--plasma-dropdown-item-margin-right:0;--plasma-dropdown-item-margin-bottom:0;--plasma-dropdown-item-margin-left:0;--plasma-dropdown-item-padding-top:1.0625rem;--plasma-dropdown-item-padding-right:1rem;--plasma-dropdown-item-padding-bottom:1.0625rem;--plasma-dropdown-item-padding-left:1rem;--plasma-dropdown-item-border-radius:0.75rem;--plasma-dropdown-item-font-family:var(--plasma-typo-body-l-font-family);--plasma-dropdown-item-font-size:var(--plasma-typo-body-l-font-size);--plasma-dropdown-item-font-style:var(--plasma-typo-body-l-font-style);--plasma-dropdown-item-letter-spacing:var(--plasma-typo-body-l-font-weight);--plasma-dropdown-item-line-height:var(--plasma-typo-body-l-letter-spacing);--plasma-dropdown-item-font-weight:var(--plasma-typo-body-l-line-height);}
5
+ .DropdownOld_config_11xcwfh_d148hya0__a82e8a13{--plasma-dropdown-disabled-opacity:0.4;--plasma-dropdown-background:var(--surface-solid-card-brightness);--plasma-dropdown-box-shadow:0px 4px 14px -4px rgba(8,8,8,0.08),0px 1px 4px -1px rgba(0,0,0,0.04);--plasma-dropdown-item-background:var(--plasma-colors-transparent);--plasma-dropdown-item-background-hover:var(--surface-transparent-secondary);--plasma-dropdown-item-background-selected:inherit;--plasma-dropdown-item-color-selected:inherit;--plasma-dropdown-item-background-selected-hover:inherit;--plasma-dropdown-item-color-selected-hover:inherit;--plasma-dropdown-item-color:var(--text-primary);}
@@ -1,4 +1,4 @@
1
- import './Notification.config_1lwgobg.css';
1
+ import './Notification.config_17hqtvy.css';
2
2
  var config = {
3
3
  defaults: {
4
4
  view: 'default'
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.config.js","sources":["../../../../src-css/components/Notification/Notification.config.ts"],"sourcesContent":["import { css, notificationTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n },\n variations: {\n view: {\n default: css`\n ${notificationTokens.contentColor}: var(--plasma-colors-secondary);\n ${notificationTokens.background}: var(--plasma-colors-background-primary);\n ${notificationTokens.borderRadius}: 0.75rem;\n ${notificationTokens.padding}: 0.375rem;\n\n ${notificationTokens.contentPaddingTop}: 0.125rem;\n ${notificationTokens.contentPaddingRight}: 0.25rem;\n ${notificationTokens.contentPaddingBottom}: 0rem;\n ${notificationTokens.contentPaddingLeft}: 0.25rem;\n\n ${notificationTokens.contentPaddingTopWithoutIcon}: 0.25rem;\n ${notificationTokens.horizontalLayoutRightPaddingWithoutCloseIcon}: 1rem;\n\n ${notificationTokens.textboxPaddingTop}: 0.1875rem;\n ${notificationTokens.textboxPaddingRight}: 0.125rem;\n ${notificationTokens.textboxPaddingBottom}: 0.375rem;\n ${notificationTokens.textboxPaddingLeft}: 0.125rem;\n\n ${notificationTokens.textboxPaddingRightWithCloseIcon}: 1.625rem;\n ${notificationTokens.textboxGap}: 0.25rem;\n\n ${notificationTokens.closeIconTop}: 0.5rem;\n ${notificationTokens.closeIconRight}: 0.5rem;\n\n ${notificationTokens.buttonsMarginTop}: 0.375rem;\n\n ${notificationTokens.contentLeftIconSize}: 1.5rem;\n ${notificationTokens.contentLeftIconMargin}: 0.375rem;\n ${notificationTokens.contentTopIconMargin}: 0.5rem;\n\n ${notificationTokens.contentFontFamily}: var(--plasma-typo-body-s-font-family);\n ${notificationTokens.contentFontSize}: var(--plasma-typo-body-s-font-size);\n ${notificationTokens.contentFontStyle}: var(--plasma-typo-body-s-font-style);\n ${notificationTokens.contentFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${notificationTokens.contentFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${notificationTokens.contentFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${notificationTokens.titleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${notificationTokens.titleFontSize}: var(--plasma-typo-body-s-font-size);\n ${notificationTokens.titleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${notificationTokens.titleFontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${notificationTokens.titleFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${notificationTokens.titleFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${notificationTokens.closeIconColor}: var(--plasma-colors-tertiary);\n ${notificationTokens.closeIconColorOnHover}: var(--plasma-colors-primary);\n\n ${notificationTokens.horizontalLayoutGap}: 0.375rem;\n ${notificationTokens.horizontalLayoutLeftIconMargin}: 0.75rem;\n ${notificationTokens.paddingOneLineTextbox}: 0.8125rem 0.5rem 0.8125rem 0.875rem;\n `,\n },\n layout: {\n horizontal: css`\n ${notificationTokens.width}: 25rem;\n ${notificationTokens.horizontalLayoutPadding}: 1rem 0.5rem 1rem 0.875rem;\n `,\n vertical: css`\n ${notificationTokens.width}: 15rem;\n ${notificationTokens.padding}: 0.375rem;\n `,\n },\n size: {\n xs: css`\n ${notificationTokens.closeIconTop}: 0.5rem;\n ${notificationTokens.closeIconRight}: 0.5rem;\n\n ${notificationTokens.padding}: 0.375rem;\n ${notificationTokens.textboxPaddingTopWithTopIcon}: 0rem;\n\n ${notificationTokens.contentPaddingTop}: 0.125rem;\n ${notificationTokens.contentPaddingRight}: 0.25rem;\n ${notificationTokens.contentPaddingBottom}: 0rem;\n ${notificationTokens.contentPaddingLeft}: 0.25rem;\n\n ${notificationTokens.buttonsMarginLeft}: 0rem;\n `,\n xxs: css`\n ${notificationTokens.closeIconTop}: 0.8125rem;\n ${notificationTokens.closeIconRight}: 1rem;\n\n ${notificationTokens.padding}: 0.5625rem 1rem 1rem 1rem;\n ${notificationTokens.textboxPaddingTopWithTopIcon}: 0.1875rem;\n\n ${notificationTokens.contentPaddingTop}: 0.25rem;\n ${notificationTokens.contentPaddingRight}: 0rem;\n ${notificationTokens.contentPaddingBottom}: 0rem;\n ${notificationTokens.contentPaddingLeft}: 0rem;\n\n ${notificationTokens.buttonsMarginLeft}: 2rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","variations","default","layout","horizontal","vertical","size","xs","xxs"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;MACFE,SAAO,EAAA,SAAA;KAoDV;AACDC,IAAAA,MAAM,EAAE;AACJC,MAAAA,UAAU,EAGT,SAAA;AACDC,MAAAA,QAAQ,EAAA,UAAA;KAIX;AACDC,IAAAA,IAAI,EAAE;AACFC,MAAAA,EAAE,EAaD,SAAA;AACDC,MAAAA,GAAG,EAAA,SAAA;AAcP,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"Notification.config.js","sources":["../../../../src-css/components/Notification/Notification.config.ts"],"sourcesContent":["import { css, notificationTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'default',\n },\n variations: {\n view: {\n default: css`\n ${notificationTokens.contentColor}: var(--plasma-colors-secondary);\n ${notificationTokens.background}: var(--surface-solid-card-brightness);\n ${notificationTokens.borderRadius}: 0.75rem;\n ${notificationTokens.padding}: 0.375rem;\n\n ${notificationTokens.contentPaddingTop}: 0.125rem;\n ${notificationTokens.contentPaddingRight}: 0.25rem;\n ${notificationTokens.contentPaddingBottom}: 0rem;\n ${notificationTokens.contentPaddingLeft}: 0.25rem;\n\n ${notificationTokens.contentPaddingTopWithoutIcon}: 0.25rem;\n ${notificationTokens.horizontalLayoutRightPaddingWithoutCloseIcon}: 1rem;\n\n ${notificationTokens.textboxPaddingTop}: 0.1875rem;\n ${notificationTokens.textboxPaddingRight}: 0.125rem;\n ${notificationTokens.textboxPaddingBottom}: 0.375rem;\n ${notificationTokens.textboxPaddingLeft}: 0.125rem;\n\n ${notificationTokens.textboxPaddingRightWithCloseIcon}: 1.625rem;\n ${notificationTokens.textboxGap}: 0.25rem;\n\n ${notificationTokens.closeIconTop}: 0.5rem;\n ${notificationTokens.closeIconRight}: 0.5rem;\n\n ${notificationTokens.buttonsMarginTop}: 0.375rem;\n\n ${notificationTokens.contentLeftIconSize}: 1.5rem;\n ${notificationTokens.contentLeftIconMargin}: 0.375rem;\n ${notificationTokens.contentTopIconMargin}: 0.5rem;\n\n ${notificationTokens.contentFontFamily}: var(--plasma-typo-body-s-font-family);\n ${notificationTokens.contentFontSize}: var(--plasma-typo-body-s-font-size);\n ${notificationTokens.contentFontStyle}: var(--plasma-typo-body-s-font-style);\n ${notificationTokens.contentFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${notificationTokens.contentFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${notificationTokens.contentFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${notificationTokens.titleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${notificationTokens.titleFontSize}: var(--plasma-typo-body-s-font-size);\n ${notificationTokens.titleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${notificationTokens.titleFontWeight}: var(--plasma-typo-body-s-bold-font-weight);\n ${notificationTokens.titleFontLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${notificationTokens.titleFontLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${notificationTokens.closeIconColor}: var(--plasma-colors-tertiary);\n ${notificationTokens.closeIconColorOnHover}: var(--plasma-colors-primary);\n\n ${notificationTokens.horizontalLayoutGap}: 0.375rem;\n ${notificationTokens.horizontalLayoutLeftIconMargin}: 0.75rem;\n ${notificationTokens.paddingOneLineTextbox}: 0.8125rem 0.5rem 0.8125rem 0.875rem;\n `,\n },\n layout: {\n horizontal: css`\n ${notificationTokens.width}: 25rem;\n ${notificationTokens.horizontalLayoutPadding}: 1rem 0.5rem 1rem 0.875rem;\n `,\n vertical: css`\n ${notificationTokens.width}: 15rem;\n ${notificationTokens.padding}: 0.375rem;\n `,\n },\n size: {\n xs: css`\n ${notificationTokens.closeIconTop}: 0.5rem;\n ${notificationTokens.closeIconRight}: 0.5rem;\n\n ${notificationTokens.padding}: 0.375rem;\n ${notificationTokens.textboxPaddingTopWithTopIcon}: 0rem;\n\n ${notificationTokens.contentPaddingTop}: 0.125rem;\n ${notificationTokens.contentPaddingRight}: 0.25rem;\n ${notificationTokens.contentPaddingBottom}: 0rem;\n ${notificationTokens.contentPaddingLeft}: 0.25rem;\n\n ${notificationTokens.buttonsMarginLeft}: 0rem;\n `,\n xxs: css`\n ${notificationTokens.closeIconTop}: 0.8125rem;\n ${notificationTokens.closeIconRight}: 1rem;\n\n ${notificationTokens.padding}: 0.5625rem 1rem 1rem 1rem;\n ${notificationTokens.textboxPaddingTopWithTopIcon}: 0.1875rem;\n\n ${notificationTokens.contentPaddingTop}: 0.25rem;\n ${notificationTokens.contentPaddingRight}: 0rem;\n ${notificationTokens.contentPaddingBottom}: 0rem;\n ${notificationTokens.contentPaddingLeft}: 0rem;\n\n ${notificationTokens.buttonsMarginLeft}: 2rem;\n `,\n },\n },\n};\n"],"names":["config","defaults","view","variations","default","layout","horizontal","vertical","size","xs","xxs"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAA;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;MACFE,SAAO,EAAA,SAAA;KAoDV;AACDC,IAAAA,MAAM,EAAE;AACJC,MAAAA,UAAU,EAGT,SAAA;AACDC,MAAAA,QAAQ,EAAA,UAAA;KAIX;AACDC,IAAAA,IAAI,EAAE;AACFC,MAAAA,EAAE,EAaD,SAAA;AACDC,MAAAA,GAAG,EAAA,SAAA;AAcP,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -0,0 +1,5 @@
1
+ .demycyd{--plasma-notification-content-color:var(--plasma-colors-secondary);--plasma-notification-backgorund:var(--surface-solid-card-brightness);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--plasma-colors-tertiary);--plasma-notification-close-icon-color-on-hover:var(--plasma-colors-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
2
+ .hu7sha0{--plasma-notification-width:25rem;--plasma-notification-horizontal-layout-padding:1rem 0.5rem 1rem 0.875rem;}
3
+ .v1dvr7yw{--plasma-notification-width:15rem;--plasma-notification-padding:0.375rem;}
4
+ .x6lem8i{--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-padding:0.375rem;--plasma-notification-textbox-padding-top-with-top-icon:0rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-buttons-margin-left:0rem;}
5
+ .xct0qyy{--plasma-notification-close-icon-top:0.8125rem;--plasma-notification-close-icon-right:1rem;--plasma-notification-padding:0.5625rem 1rem 1rem 1rem;--plasma-notification-textbox-padding-top-with-top-icon:0.1875rem;--plasma-notification-content-padding-top:0.25rem;--plasma-notification-content-padding-right:0rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0rem;--plasma-notification-buttons-margin-left:2rem;}
@@ -1,5 +1,5 @@
1
- .Notification_config_1lwgobg_demycyd__4d376631{--plasma-notification-content-color:var(--plasma-colors-secondary);--plasma-notification-backgorund:var(--plasma-colors-background-primary);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--plasma-colors-tertiary);--plasma-notification-close-icon-color-on-hover:var(--plasma-colors-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
2
- .Notification_config_1lwgobg_hu7sha0__4d376631{--plasma-notification-width:25rem;--plasma-notification-horizontal-layout-padding:1rem 0.5rem 1rem 0.875rem;}
3
- .Notification_config_1lwgobg_v1dvr7yw__4d376631{--plasma-notification-width:15rem;--plasma-notification-padding:0.375rem;}
4
- .Notification_config_1lwgobg_x6lem8i__4d376631{--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-padding:0.375rem;--plasma-notification-textbox-padding-top-with-top-icon:0rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-buttons-margin-left:0rem;}
5
- .Notification_config_1lwgobg_xct0qyy__4d376631{--plasma-notification-close-icon-top:0.8125rem;--plasma-notification-close-icon-right:1rem;--plasma-notification-padding:0.5625rem 1rem 1rem 1rem;--plasma-notification-textbox-padding-top-with-top-icon:0.1875rem;--plasma-notification-content-padding-top:0.25rem;--plasma-notification-content-padding-right:0rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0rem;--plasma-notification-buttons-margin-left:2rem;}
1
+ .Notification_config_17hqtvy_demycyd__0b758fcb{--plasma-notification-content-color:var(--plasma-colors-secondary);--plasma-notification-backgorund:var(--surface-solid-card-brightness);--plasma-notification-border-radius:0.75rem;--plasma-notification-padding:0.375rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-content-padding-top-without-icon:0.25rem;--plasma-notification-horizontal-layout-right-padding-without-close-icon:1rem;--plasma-notification-textbox-padding-top:0.1875rem;--plasma-notification-textbox-padding-right:0.125rem;--plasma-notification-textbox-padding-bottom:0.375rem;--plasma-notification-textbox-padding-left:0.125rem;--plasma-notification-textbox-padding-right-with-close-icon:1.625rem;--plasma-notification-textbox-gap:0.25rem;--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-buttons-margin-top:0.375rem;--plasma-notification-content-left-icon-size:1.5rem;--plasma-notification-content-left-icon-margin:0.375rem;--plasma-notification-content-top-icon-margin:0.5rem;--plasma-notification-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-notification-content-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-content-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-notification-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-notification-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-notification-title-font-weight:var(--plasma-typo-body-s-bold-font-weight);--plasma-notification-title-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-notification-title-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-notification-close-icon-color:var(--plasma-colors-tertiary);--plasma-notification-close-icon-color-on-hover:var(--plasma-colors-primary);--plasma-notification-horizontal-layout-gap:0.375rem;--plasma-notification-horizontal-layout-left-icon-margin:0.75rem;--plasma-notification-padding-one-line-textbox:0.8125rem 0.5rem 0.8125rem 0.875rem;}
2
+ .Notification_config_17hqtvy_hu7sha0__0b758fcb{--plasma-notification-width:25rem;--plasma-notification-horizontal-layout-padding:1rem 0.5rem 1rem 0.875rem;}
3
+ .Notification_config_17hqtvy_v1dvr7yw__0b758fcb{--plasma-notification-width:15rem;--plasma-notification-padding:0.375rem;}
4
+ .Notification_config_17hqtvy_x6lem8i__0b758fcb{--plasma-notification-close-icon-top:0.5rem;--plasma-notification-close-icon-right:0.5rem;--plasma-notification-padding:0.375rem;--plasma-notification-textbox-padding-top-with-top-icon:0rem;--plasma-notification-content-padding-top:0.125rem;--plasma-notification-content-padding-right:0.25rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0.25rem;--plasma-notification-buttons-margin-left:0rem;}
5
+ .Notification_config_17hqtvy_xct0qyy__0b758fcb{--plasma-notification-close-icon-top:0.8125rem;--plasma-notification-close-icon-right:1rem;--plasma-notification-padding:0.5625rem 1rem 1rem 1rem;--plasma-notification-textbox-padding-top-with-top-icon:0.1875rem;--plasma-notification-content-padding-top:0.25rem;--plasma-notification-content-padding-right:0rem;--plasma-notification-content-padding-bottom:0rem;--plasma-notification-content-padding-left:0rem;--plasma-notification-buttons-margin-left:2rem;}
@@ -1,4 +1,4 @@
1
- import './TextArea.config_1vqe8w9.css';
1
+ import './TextArea.config_17xusyx.css';
2
2
  var config = {
3
3
  defaults: {
4
4
  view: 'primary',
@@ -24,9 +24,6 @@ var config = {
24
24
  },
25
25
  disabled: {
26
26
  "true": "t18le4t3"
27
- },
28
- required: {
29
- "true": "tobk1y6"
30
27
  }
31
28
  }
32
29
  };
@@ -1 +1 @@
1
- {"version":3,"file":"TextArea.config.js","sources":["../../../../src-css/components/TextArea/TextArea.config.ts"],"sourcesContent":["import { css, textAreaTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'primary',\n focused: 'true',\n },\n variations: {\n size: {\n xs: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 7.312rem;\n ${textAreaTokens.inputMinHeight}: 0.625rem;\n ${textAreaTokens.borderRadius}: 0.5rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.5rem;\n ${textAreaTokens.inputPaddingTop}: 0.563rem;\n ${textAreaTokens.inputPaddingRight}: 0.625rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 2.125rem;\n ${textAreaTokens.inputPaddingBottom}: 0.563rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.563rem;\n ${textAreaTokens.inputPaddingLeft}: 0.625rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 0.563rem;\n ${textAreaTokens.rightContentRight}: 0.5rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.375rem;\n ${textAreaTokens.labelInnerFontFamily}: 'SB Sans Text','SBSansText',sans-serif;\n ${textAreaTokens.labelInnerFontSize}: 0.625rem;\n ${textAreaTokens.labelInnerFontStyle}: normal;\n ${textAreaTokens.labelInnerFontWeight}: 400;\n ${textAreaTokens.labelInnerLetterSpacing}: -0.02em;\n ${textAreaTokens.labelInnerLineHeight}: 0.75rem;\n ${textAreaTokens.labelInnerTop}: 0rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0rem;\n ${textAreaTokens.inputFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.inputFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.inputFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.inputFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.inputLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.inputLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.indicatorSizeInner}: 0.375rem;\n ${textAreaTokens.indicatorSizeOuter}: 0.375rem;\n ${textAreaTokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${textAreaTokens.indicatorLabelPlacementOuter}: 0.25rem auto auto -0.625rem;\n ${textAreaTokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${textAreaTokens.indicatorLabelPlacementOuterRight}: 0.125rem -0.675rem auto auto;\n `,\n s: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 7.187rem;\n ${textAreaTokens.inputMinHeight}: 0.625rem;\n ${textAreaTokens.borderRadius}: 0.625rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.625rem;\n ${textAreaTokens.inputPaddingTop}: 0.688rem;\n ${textAreaTokens.inputPaddingRight}: 0.875rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 3.125rem;\n ${textAreaTokens.inputPaddingBottom}: 0.75rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingLeft}: 0.875rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 0.688rem;\n ${textAreaTokens.rightContentRight}: 0.75rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.5rem;\n ${textAreaTokens.labelInnerFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.labelInnerFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.labelInnerFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.labelInnerFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.labelInnerLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.labelInnerLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.labelInnerTop}: 0.375rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0.125rem;\n ${textAreaTokens.inputFontFamily}: var(--plasma-typo-footnote1-font-family);\n ${textAreaTokens.inputFontSize}: var(--plasma-typo-footnote1-font-size);\n ${textAreaTokens.inputFontStyle}: var(--plasma-typo-footnote1-font-style);\n ${textAreaTokens.inputFontWeight}: var(--plasma-typo-footnote1-font-weight);\n ${textAreaTokens.inputLetterSpacing}: var(--plasma-typo-footnote1-letter-spacing);\n ${textAreaTokens.inputLineHeight}: var(--plasma-typo-footnote1-line-height);\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.indicatorSizeInner}: 0.375rem;\n ${textAreaTokens.indicatorSizeOuter}: 0.375rem;\n ${textAreaTokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${textAreaTokens.indicatorLabelPlacementOuter}: 0.375rem auto auto -0.675rem;\n ${textAreaTokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${textAreaTokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n `,\n m: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 7rem;\n ${textAreaTokens.inputMinHeight}: 1.125rem;\n ${textAreaTokens.borderRadius}: 0.75rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingTop}: 0.875rem;\n ${textAreaTokens.inputPaddingRight}: 1rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 3.375rem;\n ${textAreaTokens.inputPaddingBottom}: 0.75rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingLeft}: 1rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 0.875rem;\n ${textAreaTokens.rightContentRight}: 0.875rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.625rem;\n ${textAreaTokens.labelInnerFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.labelInnerFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.labelInnerFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.labelInnerFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.labelInnerLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.labelInnerLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.labelInnerTop}: 0.375rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0.125rem;\n ${textAreaTokens.inputFontFamily}: var(--plasma-typo-body1-font-family);\n ${textAreaTokens.inputFontSize}: var(--plasma-typo-body1-font-size);\n ${textAreaTokens.inputFontStyle}: var(--plasma-typo-body1-font-style);\n ${textAreaTokens.inputFontWeight}: var(--plasma-typo-body1-font-weight);\n ${textAreaTokens.inputLetterSpacing}: var(--plasma-typo-body1-letter-spacing);\n ${textAreaTokens.inputLineHeight}: var(--plasma-typo-body1-line-height);\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.indicatorSizeInner}: 0.5rem;\n ${textAreaTokens.indicatorSizeOuter}: 0.375rem;\n ${textAreaTokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${textAreaTokens.indicatorLabelPlacementOuter}: 0.4375rem auto auto -0.675rem;\n ${textAreaTokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${textAreaTokens.indicatorLabelPlacementOuterRight}: 0.1875rem -0.625rem auto auto;\n `,\n l: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 6.812rem;\n ${textAreaTokens.inputMinHeight}: 1.625rem;\n ${textAreaTokens.borderRadius}: 0.875rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.875rem;\n ${textAreaTokens.inputPaddingTop}: 1rem;\n ${textAreaTokens.inputPaddingRight}: 1.125rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 3.625rem;\n ${textAreaTokens.inputPaddingBottom}: 0.75rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingLeft}: 1.125rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 1.063rem;\n ${textAreaTokens.rightContentRight}: 1rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.75rem;\n ${textAreaTokens.labelInnerFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.labelInnerFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.labelInnerFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.labelInnerFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.labelInnerLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.labelInnerLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.labelInnerTop}: 0.5625rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0.125rem;\n ${textAreaTokens.inputFontFamily}: 'SB Sans Text','SBSansText',sans-serif;\n ${textAreaTokens.inputFontSize}: 1.125rem;\n ${textAreaTokens.inputFontStyle}: normal;\n ${textAreaTokens.inputFontWeight}: 400;\n ${textAreaTokens.inputLetterSpacing}: -0.02em;\n ${textAreaTokens.inputLineHeight}: 1.375rem;\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.indicatorSizeInner}: 0.5rem;\n ${textAreaTokens.indicatorSizeOuter}: 0.375rem;\n ${textAreaTokens.indicatorLabelPlacementInner}: 0 0 0 0;\n ${textAreaTokens.indicatorLabelPlacementOuter}: 0.5rem auto auto -0.675rem;\n ${textAreaTokens.indicatorLabelPlacementInnerRight}: 0 0 auto auto;\n ${textAreaTokens.indicatorLabelPlacementOuterRight}: 0.25rem -0.625rem auto auto;\n `,\n },\n view: {\n default: css`\n ${textAreaTokens.inputBorderColor}: var(--text-tertiary);\n ${textAreaTokens.inputBorderColorHover}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-accent);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-accent);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-secondary);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n /**\n * @deprecated\n * использовать `default`\n */\n primary: css`\n ${textAreaTokens.inputBorderColor}: var(--text-tertiary);\n ${textAreaTokens.inputBorderColorHover}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-accent);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-accent);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-secondary);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n positive: css`\n ${textAreaTokens.inputBorderColor}: var(--text-positive);\n ${textAreaTokens.inputBorderColorHover}: var(--text-positive-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-positive-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-positive);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-positive);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-positive);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n warning: css`\n ${textAreaTokens.inputBorderColor}: var(--text-warning);\n ${textAreaTokens.inputBorderColorHover}: var(--text-warning-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-warning-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-warning);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-warning);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-warning);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n negative: css`\n ${textAreaTokens.inputBorderColor}: var(--text-negative);\n ${textAreaTokens.inputBorderColorHover}: var(--text-negative-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-negative-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-negative);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-negative);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-negative);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n },\n disabled: {\n true: css`\n ${textAreaTokens.disabledOpacity}: 0.4;\n ${textAreaTokens.inputColorDisabled}: var(--text-secondary);\n `,\n },\n required: {\n true: css`\n ${textAreaTokens.indicatorColor}: var(--surface-negative);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","focused","variations","size","xs","s","m","l","default","primary","positive","warning","negative","disabled","true","required"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,OAAO,EAAE,MAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRC,IAAAA,IAAI,EAAE;AACFC,MAAAA,EAAE,EA+CD,UAAA;AACDC,MAAAA,CAAC,EA+CA,UAAA;AACDC,MAAAA,CAAC,EA+CA,UAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KAgDJ;AACDP,IAAAA,IAAI,EAAE;AACFQ,MAAAA,SAAAA,EAYC,UAAA;AACD;AACZ;AACA;AACA;AACYC,MAAAA,OAAO,EAYN,UAAA;AACDC,MAAAA,QAAQ,EAYP,UAAA;AACDC,MAAAA,OAAO,EAYN,UAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAaX;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;KAIP;AACDC,IAAAA,QAAQ,EAAE;MACND,MAAI,EAAA,SAAA;AAGR,KAAA;AACJ,GAAA;AACJ;;;;"}
1
+ {"version":3,"file":"TextArea.config.js","sources":["../../../../src-css/components/TextArea/TextArea.config.ts"],"sourcesContent":["import { css, textAreaTokens } from '@salutejs/plasma-new-hope';\n\nexport const config = {\n defaults: {\n view: 'primary',\n focused: 'true',\n },\n variations: {\n size: {\n xs: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 7.312rem;\n ${textAreaTokens.inputMinHeight}: 0.625rem;\n ${textAreaTokens.borderRadius}: 0.5rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.5rem;\n ${textAreaTokens.inputPaddingTop}: 0.563rem;\n ${textAreaTokens.inputPaddingRight}: 0.625rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 2.125rem;\n ${textAreaTokens.inputPaddingBottom}: 0.563rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.563rem;\n ${textAreaTokens.inputPaddingLeft}: 0.625rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 0.563rem;\n ${textAreaTokens.rightContentRight}: 0.5rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.375rem;\n ${textAreaTokens.labelInnerFontFamily}: 'SB Sans Text','SBSansText',sans-serif;\n ${textAreaTokens.labelInnerFontSize}: 0.625rem;\n ${textAreaTokens.labelInnerFontStyle}: normal;\n ${textAreaTokens.labelInnerFontWeight}: 400;\n ${textAreaTokens.labelInnerLetterSpacing}: -0.02em;\n ${textAreaTokens.labelInnerLineHeight}: 0.75rem;\n ${textAreaTokens.labelInnerTop}: 0rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0rem;\n ${textAreaTokens.inputFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.inputFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.inputFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.inputFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.inputLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.inputLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n `,\n s: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 7.187rem;\n ${textAreaTokens.inputMinHeight}: 0.625rem;\n ${textAreaTokens.borderRadius}: 0.625rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.625rem;\n ${textAreaTokens.inputPaddingTop}: 0.688rem;\n ${textAreaTokens.inputPaddingRight}: 0.875rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 3.125rem;\n ${textAreaTokens.inputPaddingBottom}: 0.75rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingLeft}: 0.875rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 0.688rem;\n ${textAreaTokens.rightContentRight}: 0.75rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.5rem;\n ${textAreaTokens.labelInnerFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.labelInnerFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.labelInnerFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.labelInnerFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.labelInnerLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.labelInnerLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.labelInnerTop}: 0.375rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0.125rem;\n ${textAreaTokens.inputFontFamily}: var(--plasma-typo-footnote1-font-family);\n ${textAreaTokens.inputFontSize}: var(--plasma-typo-footnote1-font-size);\n ${textAreaTokens.inputFontStyle}: var(--plasma-typo-footnote1-font-style);\n ${textAreaTokens.inputFontWeight}: var(--plasma-typo-footnote1-font-weight);\n ${textAreaTokens.inputLetterSpacing}: var(--plasma-typo-footnote1-letter-spacing);\n ${textAreaTokens.inputLineHeight}: var(--plasma-typo-footnote1-line-height);\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n `,\n m: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 7rem;\n ${textAreaTokens.inputMinHeight}: 1.125rem;\n ${textAreaTokens.borderRadius}: 0.75rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingTop}: 0.875rem;\n ${textAreaTokens.inputPaddingRight}: 1rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 3.375rem;\n ${textAreaTokens.inputPaddingBottom}: 0.75rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingLeft}: 1rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 0.875rem;\n ${textAreaTokens.rightContentRight}: 0.875rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.625rem;\n ${textAreaTokens.labelInnerFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.labelInnerFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.labelInnerFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.labelInnerFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.labelInnerLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.labelInnerLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.labelInnerTop}: 0.375rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0.125rem;\n ${textAreaTokens.inputFontFamily}: var(--plasma-typo-body1-font-family);\n ${textAreaTokens.inputFontSize}: var(--plasma-typo-body1-font-size);\n ${textAreaTokens.inputFontStyle}: var(--plasma-typo-body1-font-style);\n ${textAreaTokens.inputFontWeight}: var(--plasma-typo-body1-font-weight);\n ${textAreaTokens.inputLetterSpacing}: var(--plasma-typo-body1-letter-spacing);\n ${textAreaTokens.inputLineHeight}: var(--plasma-typo-body1-line-height);\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n `,\n l: css`\n ${textAreaTokens.inputWidth}: 100%;\n ${textAreaTokens.inputHeight}: 6.812rem;\n ${textAreaTokens.inputMinHeight}: 1.625rem;\n ${textAreaTokens.borderRadius}: 0.875rem;\n ${textAreaTokens.borderRadiusWithHelpers}: 0.875rem;\n ${textAreaTokens.inputPaddingTop}: 1rem;\n ${textAreaTokens.inputPaddingRight}: 1.125rem;\n ${textAreaTokens.inputPaddingRightWithRightContent}: 3.625rem;\n ${textAreaTokens.inputPaddingBottom}: 0.75rem;\n ${textAreaTokens.inputPaddingBottomWithHelpers}: 0.75rem;\n ${textAreaTokens.inputPaddingLeft}: 1.125rem;\n ${textAreaTokens.helpersPaddingTop}: 0.25rem;\n ${textAreaTokens.helpersPaddingRight}: 0rem;\n ${textAreaTokens.helpersPaddingBottom}: 0rem;\n ${textAreaTokens.helpersPaddingLeft}: 0rem;\n ${textAreaTokens.helpersOffset}: 0.375rem;\n ${textAreaTokens.rightContentTop}: 1.063rem;\n ${textAreaTokens.rightContentRight}: 1rem;\n ${textAreaTokens.rightContentHeight}: 1.25rem;\n ${textAreaTokens.labelMarginBottom}: 0.75rem;\n ${textAreaTokens.labelInnerFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.labelInnerFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.labelInnerFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.labelInnerFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.labelInnerLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.labelInnerLineHeight}: var(--plasma-typo-caption-line-height);\n ${textAreaTokens.labelInnerTop}: 0.5625rem;\n ${textAreaTokens.labelInnerMarginBottom}: 0.125rem;\n ${textAreaTokens.inputFontFamily}: 'SB Sans Text','SBSansText',sans-serif;\n ${textAreaTokens.inputFontSize}: 1.125rem;\n ${textAreaTokens.inputFontStyle}: normal;\n ${textAreaTokens.inputFontWeight}: 400;\n ${textAreaTokens.inputLetterSpacing}: -0.02em;\n ${textAreaTokens.inputLineHeight}: 1.375rem;\n ${textAreaTokens.helpersFontFamily}: var(--plasma-typo-caption-font-family);\n ${textAreaTokens.helpersFontSize}: var(--plasma-typo-caption-font-size);\n ${textAreaTokens.helpersFontStyle}: var(--plasma-typo-caption-font-style);\n ${textAreaTokens.helpersFontWeight}: var(--plasma-typo-caption-font-weight);\n ${textAreaTokens.helpersLetterSpacing}: var(--plasma-typo-caption-letter-spacing);\n ${textAreaTokens.helpersLineHeight}: var(--plasma-typo-caption-line-height);\n `,\n },\n view: {\n default: css`\n ${textAreaTokens.inputBorderColor}: var(--text-tertiary);\n ${textAreaTokens.inputBorderColorHover}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-accent);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-accent);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-secondary);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n /**\n * @deprecated\n * использовать `default`\n */\n primary: css`\n ${textAreaTokens.inputBorderColor}: var(--text-tertiary);\n ${textAreaTokens.inputBorderColorHover}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-tertiary-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-accent);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-accent);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-secondary);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n positive: css`\n ${textAreaTokens.inputBorderColor}: var(--text-positive);\n ${textAreaTokens.inputBorderColorHover}: var(--text-positive-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-positive-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-positive);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-positive);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-positive);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n warning: css`\n ${textAreaTokens.inputBorderColor}: var(--text-warning);\n ${textAreaTokens.inputBorderColorHover}: var(--text-warning-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-warning-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-warning);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-warning);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-warning);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n negative: css`\n ${textAreaTokens.inputBorderColor}: var(--text-negative);\n ${textAreaTokens.inputBorderColorHover}: var(--text-negative-hover);\n ${textAreaTokens.inputBorderColorActive}: var(--text-negative-hover);\n ${textAreaTokens.inputBorderColorFocus}: var(--text-negative);\n ${textAreaTokens.inputColor}: var(--text-primary);\n ${textAreaTokens.inputColorFocus}: var(--text-primary);\n ${textAreaTokens.inputCaretColor}: var(--text-negative);\n ${textAreaTokens.placeholderColor}: var(--text-secondary);\n ${textAreaTokens.placeholderColorFocus}: var(--text-tertiary);\n ${textAreaTokens.leftHelperColor}: var(--text-negative);\n ${textAreaTokens.rightHelperColor}: var(--text-secondary);\n `,\n },\n disabled: {\n true: css`\n ${textAreaTokens.disabledOpacity}: 0.4;\n ${textAreaTokens.inputColorDisabled}: var(--text-secondary);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","focused","variations","size","xs","s","m","l","default","primary","positive","warning","negative","disabled","true"],"mappings":"AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,SAAS;AACfC,IAAAA,OAAO,EAAE,MAAA;GACZ;AACDC,EAAAA,UAAU,EAAE;AACRC,IAAAA,IAAI,EAAE;AACFC,MAAAA,EAAE,EAyCD,UAAA;AACDC,MAAAA,CAAC,EAyCA,UAAA;AACDC,MAAAA,CAAC,EAyCA,UAAA;AACDC,MAAAA,CAAC,EAAA,UAAA;KA0CJ;AACDP,IAAAA,IAAI,EAAE;AACFQ,MAAAA,SAAAA,EAYC,UAAA;AACD;AACZ;AACA;AACA;AACYC,MAAAA,OAAO,EAYN,UAAA;AACDC,MAAAA,QAAQ,EAYP,UAAA;AACDC,MAAAA,OAAO,EAYN,UAAA;AACDC,MAAAA,QAAQ,EAAA,SAAA;KAaX;AACDC,IAAAA,QAAQ,EAAE;MACNC,MAAI,EAAA,UAAA;AAIR,KAAA;AACJ,GAAA;AACJ;;;;"}
@@ -1,11 +1,10 @@
1
- .x1g7h1jw{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0.625rem;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-bottom-with-helpers:0.563rem;--plasma-textarea-input-padding-left:0.625rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:0.563rem;--plasma-textarea-right-content-right:0.5rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.375rem;--plasma-textarea-label-inner-font-family:'SB Sans Text','SBSansText',sans-serif;--plasma-textarea-label-inner-font-size:0.625rem;--plasma-textarea-label-inner-font-style:normal;--plasma-textarea-label-inner-font-weight:400;--plasma-textarea-label-inner-letter-spacing:-0.02em;--plasma-textarea-label-inner-line-height:0.75rem;--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.25rem auto auto -0.625rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.125rem -0.675rem auto auto;}
2
- .s1rie450{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0.875rem;--plasma-textarea-input-padding-right-with-right-content:3.125rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-bottom-with-helpers:0.75rem;--plasma-textarea-input-padding-left:0.875rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:0.688rem;--plasma-textarea-right-content-right:0.75rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.5rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-footnote1-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-footnote1-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-footnote1-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-footnote1-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-footnote1-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-footnote1-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-indicator-size-inner:0.375rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;}
3
- .m1klrxlo{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:1rem;--plasma-textarea-input-padding-right-with-right-content:3.375rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-bottom-with-helpers:0.75rem;--plasma-textarea-input-padding-left:1rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:0.875rem;--plasma-textarea-right-content-right:0.875rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.625rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body1-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body1-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body1-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body1-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body1-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body1-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.4375rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.1875rem -0.625rem auto auto;}
4
- .l1ui7a2o{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:0.875rem;--plasma-textarea-border-radius-with-helpers:0.875rem;--plasma-textarea-input-padding-top:1rem;--plasma-textarea-input-padding-right:1.125rem;--plasma-textarea-input-padding-right-with-right-content:3.625rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-bottom-with-helpers:0.75rem;--plasma-textarea-input-padding-left:1.125rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:1.063rem;--plasma-textarea-right-content-right:1rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:'SB Sans Text','SBSansText',sans-serif;--plasma-textarea-input-font-size:1.125rem;--plasma-textarea-input-font-style:normal;--plasma-textarea-input-font-weight:400;--plasma-textarea-input-letter-spacing:-0.02em;--plasma-textarea-input-line-height:1.375rem;--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-indicator-size-inner:0.5rem;--plasma-textarea-indicator-size-outer:0.375rem;--plasma-textarea-indicator-placement-inner:0 0 0 0;--plasma-textarea-indicator-placement-outer:0.5rem auto auto -0.675rem;--plasma-textarea-indicator-placement-inner-right:0 0 auto auto;--plasma-textarea-indicator-placement-outer-right:0.25rem -0.625rem auto auto;}
1
+ .x1g7h1jw{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.312rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.5rem;--plasma-textarea-border-radius-with-helpers:0.5rem;--plasma-textarea-input-padding-top:0.563rem;--plasma-textarea-input-padding-right:0.625rem;--plasma-textarea-input-padding-right-with-right-content:2.125rem;--plasma-textarea-input-padding-bottom:0.563rem;--plasma-textarea-input-padding-bottom-with-helpers:0.563rem;--plasma-textarea-input-padding-left:0.625rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:0.563rem;--plasma-textarea-right-content-right:0.5rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.375rem;--plasma-textarea-label-inner-font-family:'SB Sans Text','SBSansText',sans-serif;--plasma-textarea-label-inner-font-size:0.625rem;--plasma-textarea-label-inner-font-style:normal;--plasma-textarea-label-inner-font-weight:400;--plasma-textarea-label-inner-letter-spacing:-0.02em;--plasma-textarea-label-inner-line-height:0.75rem;--plasma-textarea-label-inner-top:0rem;--plasma-textarea-label-inner-margin-bottom:0rem;--plasma-textarea-input-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);}
2
+ .s1rie450{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7.187rem;--plasma-textarea-input-min-height:0.625rem;--plasma-textarea-border-radius:0.625rem;--plasma-textarea-border-radius-with-helpers:0.625rem;--plasma-textarea-input-padding-top:0.688rem;--plasma-textarea-input-padding-right:0.875rem;--plasma-textarea-input-padding-right-with-right-content:3.125rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-bottom-with-helpers:0.75rem;--plasma-textarea-input-padding-left:0.875rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:0.688rem;--plasma-textarea-right-content-right:0.75rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.5rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-footnote1-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-footnote1-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-footnote1-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-footnote1-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-footnote1-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-footnote1-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);}
3
+ .m1klrxlo{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:7rem;--plasma-textarea-input-min-height:1.125rem;--plasma-textarea-border-radius:0.75rem;--plasma-textarea-border-radius-with-helpers:0.75rem;--plasma-textarea-input-padding-top:0.875rem;--plasma-textarea-input-padding-right:1rem;--plasma-textarea-input-padding-right-with-right-content:3.375rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-bottom-with-helpers:0.75rem;--plasma-textarea-input-padding-left:1rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:0.875rem;--plasma-textarea-right-content-right:0.875rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.625rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-label-inner-top:0.375rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:var(--plasma-typo-body1-font-family);--plasma-textarea-input-font-size:var(--plasma-typo-body1-font-size);--plasma-textarea-input-font-style:var(--plasma-typo-body1-font-style);--plasma-textarea-input-font-weight:var(--plasma-typo-body1-font-weight);--plasma-textarea-input-letter-spacing:var(--plasma-typo-body1-letter-spacing);--plasma-textarea-input-line-height:var(--plasma-typo-body1-line-height);--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);}
4
+ .l1ui7a2o{--plasma-textarea-input-width:100%;--plasma-textarea-input-height:6.812rem;--plasma-textarea-input-min-height:1.625rem;--plasma-textarea-border-radius:0.875rem;--plasma-textarea-border-radius-with-helpers:0.875rem;--plasma-textarea-input-padding-top:1rem;--plasma-textarea-input-padding-right:1.125rem;--plasma-textarea-input-padding-right-with-right-content:3.625rem;--plasma-textarea-input-padding-bottom:0.75rem;--plasma-textarea-input-padding-bottom-with-helpers:0.75rem;--plasma-textarea-input-padding-left:1.125rem;--plasma-textarea-helpers-padding-top:0.25rem;--plasma-textarea-helpers-padding-right:0rem;--plasma-textarea-helpers-padding-bottom:0rem;--plasma-textarea-helpers-padding-left:0rem;--plasma-textarea-helpers-offset:0.375rem;--plasma-textarea-right-content-top:1.063rem;--plasma-textarea-right-content-right:1rem;--plasma-textarea-right-content-height:1.25rem;--plasma-textarea-label-margin-bottom:0.75rem;--plasma-textarea-label-inner-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-label-inner-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-label-inner-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-label-inner-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-label-inner-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-label-inner-line-height:var(--plasma-typo-caption-line-height);--plasma-textarea-label-inner-top:0.5625rem;--plasma-textarea-label-inner-margin-bottom:0.125rem;--plasma-textarea-input-font-family:'SB Sans Text','SBSansText',sans-serif;--plasma-textarea-input-font-size:1.125rem;--plasma-textarea-input-font-style:normal;--plasma-textarea-input-font-weight:400;--plasma-textarea-input-letter-spacing:-0.02em;--plasma-textarea-input-line-height:1.375rem;--plasma-textarea-helpers-font-family:var(--plasma-typo-caption-font-family);--plasma-textarea-helpers-font-size:var(--plasma-typo-caption-font-size);--plasma-textarea-helpers-font-style:var(--plasma-typo-caption-font-style);--plasma-textarea-helpers-font-weight:var(--plasma-typo-caption-font-weight);--plasma-textarea-helpers-letter-spacing:var(--plasma-typo-caption-letter-spacing);--plasma-textarea-helpers-line-height:var(--plasma-typo-caption-line-height);}
5
5
  .d15h3znf{--plasma-textarea-input-border-color:var(--text-tertiary);--plasma-textarea-input-border-color-hover:var(--text-tertiary-hover);--plasma-textarea-input-border-color-active:var(--text-tertiary-hover);--plasma-textarea-input-border-color-focus:var(--text-accent);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);}
6
6
  .p1xc86r3{--plasma-textarea-input-border-color:var(--text-tertiary);--plasma-textarea-input-border-color-hover:var(--text-tertiary-hover);--plasma-textarea-input-border-color-active:var(--text-tertiary-hover);--plasma-textarea-input-border-color-focus:var(--text-accent);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-accent);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-secondary);--plasma-textarea-right-helper-color:var(--text-secondary);}
7
7
  .p1jxjv8s{--plasma-textarea-input-border-color:var(--text-positive);--plasma-textarea-input-border-color-hover:var(--text-positive-hover);--plasma-textarea-input-border-color-active:var(--text-positive-hover);--plasma-textarea-input-border-color-focus:var(--text-positive);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-positive);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-positive);--plasma-textarea-right-helper-color:var(--text-secondary);}
8
8
  .w12dmzpw{--plasma-textarea-input-border-color:var(--text-warning);--plasma-textarea-input-border-color-hover:var(--text-warning-hover);--plasma-textarea-input-border-color-active:var(--text-warning-hover);--plasma-textarea-input-border-color-focus:var(--text-warning);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-warning);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-warning);--plasma-textarea-right-helper-color:var(--text-secondary);}
9
9
  .nms0v69{--plasma-textarea-input-border-color:var(--text-negative);--plasma-textarea-input-border-color-hover:var(--text-negative-hover);--plasma-textarea-input-border-color-active:var(--text-negative-hover);--plasma-textarea-input-border-color-focus:var(--text-negative);--plasma-textarea-input-color:var(--text-primary);--plasma-textarea-input-color-focus:var(--text-primary);--plasma-textarea-input-caret-color:var(--text-negative);--plasma-textarea-placeholder-color:var(--text-secondary);--plasma-textarea-placeholder-color-focus:var(--text-tertiary);--plasma-textarea-left-helper-color:var(--text-negative);--plasma-textarea-right-helper-color:var(--text-secondary);}
10
10
  .t18le4t3{--plasma-textarea-disabled-opacity:0.4;--plasma-textarea-input-color-disabled:var(--text-secondary);}
11
- .tobk1y6{--plasma-textarea-indicator-color:var(--surface-negative);}