@salutejs/sdds-os 0.23.0-next-sbcom.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js +1 -1
  2. package/dist/css/cjs/components/Autocomplete/Autocomplete.config.js.map +1 -1
  3. package/dist/css/cjs/components/Autocomplete/{Autocomplete.config_goig56.css → Autocomplete.config_4j4bur.css} +2 -2
  4. package/dist/css/cjs/components/Autocomplete/Autocomplete.css +12 -12
  5. package/dist/css/cjs/components/Combobox/Combobox.config.js +12 -6
  6. package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
  7. package/dist/css/cjs/components/Combobox/{Combobox.config_1i9486i.css → Combobox.config_wsdl89.css} +10 -7
  8. package/dist/css/cjs/components/Combobox/Combobox.css +15 -12
  9. package/dist/css/cjs/components/Select/Select.config.js +1 -1
  10. package/dist/css/cjs/components/Select/Select.config.js.map +1 -1
  11. package/dist/css/cjs/components/Select/{Select.config_1yteo9j.css → Select.config_eja538.css} +2 -2
  12. package/dist/css/cjs/components/Select/Select.css +15 -15
  13. package/dist/css/cjs/components/Steps/StepItem.config.js +22 -0
  14. package/dist/css/cjs/components/Steps/StepItem.config.js.map +1 -0
  15. package/dist/css/cjs/components/Steps/StepItem.config_qzqyof.css +5 -0
  16. package/dist/css/cjs/components/Steps/Steps.config.js +1 -1
  17. package/dist/css/cjs/components/Steps/Steps.config.js.map +1 -1
  18. package/dist/css/{es/components/Steps/Steps.config_1axu604.css → cjs/components/Steps/Steps.config_1i5tex4.css} +2 -2
  19. package/dist/css/cjs/components/Steps/Steps.css +18 -12
  20. package/dist/css/cjs/components/Steps/Steps.js +5 -1
  21. package/dist/css/cjs/components/Steps/Steps.js.map +1 -1
  22. package/dist/css/cjs/components/TextField/TextField.config.js +1 -1
  23. package/dist/css/cjs/components/TextField/TextField.config.js.map +1 -1
  24. package/dist/css/cjs/components/TextField/{TextField.config_1gai2jj.css → TextField.config_348k62.css} +8 -8
  25. package/dist/css/cjs/components/TextField/TextField.css +18 -18
  26. package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
  27. package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
  28. package/dist/css/{es/components/TextFieldGroup/TextFieldGroup.config_chlye0.css → cjs/components/TextFieldGroup/TextFieldGroup.config_9rvppi.css} +4 -4
  29. package/dist/css/cjs/components/TextFieldGroup/TextFieldGroup.css +8 -8
  30. package/dist/css/cjs/index.css +91 -82
  31. package/dist/css/cjs/index.js +23 -23
  32. package/dist/css/es/components/Autocomplete/Autocomplete.config.js +1 -1
  33. package/dist/css/es/components/Autocomplete/Autocomplete.config.js.map +1 -1
  34. package/dist/css/es/components/Autocomplete/{Autocomplete.config_goig56.css → Autocomplete.config_4j4bur.css} +2 -2
  35. package/dist/css/es/components/Autocomplete/Autocomplete.css +12 -12
  36. package/dist/css/es/components/Combobox/Combobox.config.js +12 -6
  37. package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
  38. package/dist/css/es/components/Combobox/{Combobox.config_1i9486i.css → Combobox.config_wsdl89.css} +10 -7
  39. package/dist/css/es/components/Combobox/Combobox.css +15 -12
  40. package/dist/css/es/components/Select/Select.config.js +1 -1
  41. package/dist/css/es/components/Select/Select.config.js.map +1 -1
  42. package/dist/css/es/components/Select/{Select.config_1yteo9j.css → Select.config_eja538.css} +2 -2
  43. package/dist/css/es/components/Select/Select.css +15 -15
  44. package/dist/css/es/components/Steps/StepItem.config.js +18 -0
  45. package/dist/css/es/components/Steps/StepItem.config.js.map +1 -0
  46. package/dist/css/es/components/Steps/StepItem.config_qzqyof.css +5 -0
  47. package/dist/css/es/components/Steps/Steps.config.js +1 -1
  48. package/dist/css/es/components/Steps/Steps.config.js.map +1 -1
  49. package/dist/css/{cjs/components/Steps/Steps.config_1axu604.css → es/components/Steps/Steps.config_1i5tex4.css} +2 -2
  50. package/dist/css/es/components/Steps/Steps.css +18 -12
  51. package/dist/css/es/components/Steps/Steps.js +5 -1
  52. package/dist/css/es/components/Steps/Steps.js.map +1 -1
  53. package/dist/css/es/components/Tabs/TabItem.js +9 -9
  54. package/dist/css/es/components/Tabs/TabItem.js.map +1 -1
  55. package/dist/css/es/components/TextField/TextField.config.js +1 -1
  56. package/dist/css/es/components/TextField/TextField.config.js.map +1 -1
  57. package/dist/css/es/components/TextField/{TextField.config_1gai2jj.css → TextField.config_348k62.css} +8 -8
  58. package/dist/css/es/components/TextField/TextField.css +18 -18
  59. package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js +1 -1
  60. package/dist/css/es/components/TextFieldGroup/TextFieldGroup.config.js.map +1 -1
  61. package/dist/css/{cjs/components/TextFieldGroup/TextFieldGroup.config_chlye0.css → es/components/TextFieldGroup/TextFieldGroup.config_9rvppi.css} +4 -4
  62. package/dist/css/es/components/TextFieldGroup/TextFieldGroup.css +8 -8
  63. package/dist/css/es/index.css +91 -82
  64. package/dist/css/es/index.js +3 -3
  65. package/dist/styled-components/cjs/components/Autocomplete/Autocomplete.config.js +14 -14
  66. package/dist/styled-components/cjs/components/Combobox/Combobox.config.js +62 -14
  67. package/dist/styled-components/cjs/components/Select/Select.config.js +14 -14
  68. package/dist/styled-components/cjs/components/Steps/StepItem.config.js +70 -0
  69. package/dist/styled-components/cjs/components/Steps/Steps.config.js +0 -10
  70. package/dist/styled-components/cjs/components/Steps/Steps.js +5 -1
  71. package/dist/styled-components/cjs/components/TextField/TextField.config.js +14 -20
  72. package/dist/styled-components/cjs/components/TextFieldGroup/TextFieldGroup.config.js +28 -28
  73. package/dist/styled-components/es/components/Autocomplete/Autocomplete.config.js +14 -14
  74. package/dist/styled-components/es/components/Combobox/Combobox.config.js +62 -14
  75. package/dist/styled-components/es/components/Select/Select.config.js +14 -14
  76. package/dist/styled-components/es/components/Steps/StepItem.config.js +60 -0
  77. package/dist/styled-components/es/components/Steps/Steps.config.js +0 -10
  78. package/dist/styled-components/es/components/Steps/Steps.js +5 -1
  79. package/dist/styled-components/es/components/TextField/TextField.config.js +14 -20
  80. package/dist/styled-components/es/components/TextFieldGroup/TextFieldGroup.config.js +28 -28
  81. package/package.json +7 -7
  82. package/types/components/Accordion/Accordion.d.ts +1 -1
  83. package/types/components/Autocomplete/Autocomplete.d.ts +0 -8
  84. package/types/components/Calendar/Calendar.d.ts +2 -2
  85. package/types/components/Cell/Cell.d.ts +3 -3
  86. package/types/components/Combobox/Combobox.config.d.ts +6 -0
  87. package/types/components/Combobox/Combobox.d.ts +13 -0
  88. package/types/components/DatePicker/DatePicker.d.ts +2 -2
  89. package/types/components/Steps/StepItem.config.d.ts +14 -0
  90. package/types/components/TextArea/TextArea.d.ts +0 -32
  91. package/types/components/TextField/TextField.d.ts +0 -8
  92. package/types/components/Tokens/Colors/Colors.styles.d.ts +2 -0
  93. package/types/components/Tokens/Typography/Typography.styles.d.ts +2 -0
@@ -2,8 +2,8 @@
2
2
  .p12mt93w{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-positive);--plasma-select-textfield-background-color-focus:var(--surface-solid-positive-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-positive);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-positive);--plasma-select-button-background-color-hover:var(--surface-positive-hover);--plasma-select-button-background-color-active:var(--surface-positive-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
3
3
  .wblrfmp{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-warning);--plasma-select-textfield-background-color-focus:var(--surface-solid-warning-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-warning);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-warning);--plasma-select-button-background-color-hover:var(--surface-warning-hover);--plasma-select-button-background-color-active:var(--surface-warning-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
4
4
  .n18rkx8m{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-negative);--plasma-select-textfield-background-color-focus:var(--surface-solid-negative-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-negative);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-negative);--plasma-select-button-background-color-hover:var(--surface-negative-hover);--plasma-select-button-background-color-active:var(--surface-negative-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
5
- .m1ss64ma{--plasma-select-textfield-height:3rem;--plasma-select-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.75rem;--plasma-select-textfield-left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.125rem -0.438rem -0.125rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield-label-offset:0.625rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-select-textfield-helpers-padding:0.25rem 0 0 0;--plasma-select-textfield-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.375rem 0 0.125rem 0;--plasma-select-textfield-placement-inner-content-padding:1.375rem 0 0.375rem 0;--plasma-select-new-textfield-indicator-size-inner:0.5rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.375rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:2.25rem;--plasma-select-textfield-chip-padding:0 0.625rem 0 0.875rem;--plasma-select-textfield-chip-clear-content-margin-left:0.5rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1.25rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.375rem;--plasma-select-target-height:3rem;--plasma-select-button-padding:1.25rem 0 1.25rem;--plasma-select-empty-state-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.75rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.75rem 0.75rem;--plasma-select-item-padding-tight:0.5rem 0.75rem;--plasma-select-item-border-radius:0.625rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1.5rem;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:2rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:1.25rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.375rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.875rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.875rem;--plasma-select-divider-margin-top-tight:0.375rem;--plasma-select-divider-margin-bottom-tight:0.375rem;}
6
- .s3s5m48{--plasma-select-textfield-height:2.5rem;--plasma-select-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.625rem;--plasma-select-textfield-left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.1875rem -0.438rem -0.1875rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield-label-offset:0.5rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-select-textfield-helpers-padding:0.25rem 0 0 0;--plasma-select-textfield-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.3125rem 0 0 0;--plasma-select-textfield-placement-inner-content-padding:1.0625rem 0 0.3125rem 0;--plasma-select-new-textfield-indicator-size-inner:0.375rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.25rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:1.75rem;--plasma-select-textfield-chip-padding:0 0.5rem 0 0.75rem;--plasma-select-textfield-chip-clear-content-margin-left:0.375rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.25rem;--plasma-select-target-height:2.5rem;--plasma-select-button-padding:1rem 0 1rem;--plasma-select-empty-state-padding:0.625rem 0.875rem 0.625rem 0.875rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.625rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.5rem 0.625rem;--plasma-select-item-padding-tight:0.25rem 0.75rem;--plasma-select-item-border-radius:0.5rem;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:1.875rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:0.875rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.25rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.75rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.75rem;--plasma-select-divider-margin-top-tight:0.25rem;--plasma-select-divider-margin-bottom-tight:0.25rem;}
5
+ .m1ss64ma{--plasma-select-textfield-height:3rem;--plasma-select-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.75rem;--plasma-select-textfield-left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.125rem -0.438rem -0.125rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield-label-offset:0.625rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-select-textfield-left-helper-offset:0.25rem;--plasma-select-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.375rem 0 0.125rem 0;--plasma-select-textfield-placement-inner-content-padding:1.375rem 0 0.375rem 0;--plasma-select-new-textfield-indicator-size-inner:0.5rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.375rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:2.25rem;--plasma-select-textfield-chip-padding:0 0.625rem 0 0.875rem;--plasma-select-textfield-chip-clear-content-margin-left:0.5rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1.25rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.375rem;--plasma-select-target-height:3rem;--plasma-select-button-padding:1.25rem 0 1.25rem;--plasma-select-empty-state-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.75rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.75rem 0.75rem;--plasma-select-item-padding-tight:0.5rem 0.75rem;--plasma-select-item-border-radius:0.625rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1.5rem;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:2rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:1.25rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.375rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.875rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.875rem;--plasma-select-divider-margin-top-tight:0.375rem;--plasma-select-divider-margin-bottom-tight:0.375rem;}
6
+ .s3s5m48{--plasma-select-textfield-height:2.5rem;--plasma-select-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.625rem;--plasma-select-textfield-left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.1875rem -0.438rem -0.1875rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield-label-offset:0.5rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-select-textfield-left-helper-offset:0.25rem;--plasma-select-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.3125rem 0 0 0;--plasma-select-textfield-placement-inner-content-padding:1.0625rem 0 0.3125rem 0;--plasma-select-new-textfield-indicator-size-inner:0.375rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.25rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:1.75rem;--plasma-select-textfield-chip-padding:0 0.5rem 0 0.75rem;--plasma-select-textfield-chip-clear-content-margin-left:0.375rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.25rem;--plasma-select-target-height:2.5rem;--plasma-select-button-padding:1rem 0 1rem;--plasma-select-empty-state-padding:0.625rem 0.875rem 0.625rem 0.875rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.625rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.5rem 0.625rem;--plasma-select-item-padding-tight:0.25rem 0.75rem;--plasma-select-item-border-radius:0.5rem;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:1.875rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:0.875rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.25rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.75rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.75rem;--plasma-select-divider-margin-top-tight:0.25rem;--plasma-select-divider-margin-bottom-tight:0.25rem;}
7
7
  .ixrlwop{--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placement-inner-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-placement-inner-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-placement-inner-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-placement-inner-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-placement-inner-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-placement-inner-label-line-height:var(--plasma-typo-body-xs-line-height);}
8
8
 
9
9
  .d1k7ad1i{--plasma-select-textfield-chip-color:var(--inverse-text-primary);--plasma-select-textfield-chip-color-hover:var(--inverse-text-primary);--plasma-select-textfield--chip-background:var(--surface-solid-default);--plasma-select-textfield-chip-background-hover:var(--surface-solid-default-hover);--plasma-select-textfield-chip-close-icons-color:var(--inverse-text-secondary);--plasma-select-textfield-chip-close-icons-color-readonly:var(--inverse-text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--inverse-text-primary);--plasma-select-textfield__chip-background-readonly:var(--surface-solid-default);--plasma-select-textfield__chip-color-readonly:var(--inverse-text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-solid-default);--plasma-select-textfield__chip-color-readonly-hover:var(--inverse-text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
@@ -1,16 +1,16 @@
1
- .Select_config_1yteo9j_d12monx2__fbb9104d{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-primary);--plasma-select-textfield-background-color-focus:var(--surface-solid-secondary);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-secondary);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--inverse-text-primary);--plasma-select-button-color-hover:var(--inverse-text-primary-hover);--plasma-select-button-color-active:var(--inverse-text-primary-active);--plasma-select-button-arrow-color:var(--inverse-text-secondary);--plasma-select-button-arrow-color-hover:var(--inverse-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--inverse-text-secondary-hover);--plasma-select-button-background-color:var(--surface-solid-default);--plasma-select-button-background-color-hover:var(--surface-solid-default-hover);--plasma-select-button-background-color-active:var(--surface-solid-default-hover);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
2
- .Select_config_1yteo9j_p12mt93w__fbb9104d{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-positive);--plasma-select-textfield-background-color-focus:var(--surface-solid-positive-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-positive);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-positive);--plasma-select-button-background-color-hover:var(--surface-positive-hover);--plasma-select-button-background-color-active:var(--surface-positive-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
3
- .Select_config_1yteo9j_wblrfmp__fbb9104d{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-warning);--plasma-select-textfield-background-color-focus:var(--surface-solid-warning-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-warning);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-warning);--plasma-select-button-background-color-hover:var(--surface-warning-hover);--plasma-select-button-background-color-active:var(--surface-warning-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
4
- .Select_config_1yteo9j_n18rkx8m__fbb9104d{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-negative);--plasma-select-textfield-background-color-focus:var(--surface-solid-negative-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-negative);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-negative);--plasma-select-button-background-color-hover:var(--surface-negative-hover);--plasma-select-button-background-color-active:var(--surface-negative-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
5
- .Select_config_1yteo9j_m1ss64ma__fbb9104d{--plasma-select-textfield-height:3rem;--plasma-select-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.75rem;--plasma-select-textfield-left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.125rem -0.438rem -0.125rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield-label-offset:0.625rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-select-textfield-helpers-padding:0.25rem 0 0 0;--plasma-select-textfield-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.375rem 0 0.125rem 0;--plasma-select-textfield-placement-inner-content-padding:1.375rem 0 0.375rem 0;--plasma-select-new-textfield-indicator-size-inner:0.5rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.375rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:2.25rem;--plasma-select-textfield-chip-padding:0 0.625rem 0 0.875rem;--plasma-select-textfield-chip-clear-content-margin-left:0.5rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1.25rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.375rem;--plasma-select-target-height:3rem;--plasma-select-button-padding:1.25rem 0 1.25rem;--plasma-select-empty-state-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.75rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.75rem 0.75rem;--plasma-select-item-padding-tight:0.5rem 0.75rem;--plasma-select-item-border-radius:0.625rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1.5rem;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:2rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:1.25rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.375rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.875rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.875rem;--plasma-select-divider-margin-top-tight:0.375rem;--plasma-select-divider-margin-bottom-tight:0.375rem;}
6
- .Select_config_1yteo9j_s3s5m48__fbb9104d{--plasma-select-textfield-height:2.5rem;--plasma-select-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.625rem;--plasma-select-textfield-left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.1875rem -0.438rem -0.1875rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield-label-offset:0.5rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-select-textfield-helpers-padding:0.25rem 0 0 0;--plasma-select-textfield-helpers-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-helpers-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-helpers-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-helpers-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-helpers-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-helpers-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.3125rem 0 0 0;--plasma-select-textfield-placement-inner-content-padding:1.0625rem 0 0.3125rem 0;--plasma-select-new-textfield-indicator-size-inner:0.375rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.25rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:1.75rem;--plasma-select-textfield-chip-padding:0 0.5rem 0 0.75rem;--plasma-select-textfield-chip-clear-content-margin-left:0.375rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.25rem;--plasma-select-target-height:2.5rem;--plasma-select-button-padding:1rem 0 1rem;--plasma-select-empty-state-padding:0.625rem 0.875rem 0.625rem 0.875rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.625rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.5rem 0.625rem;--plasma-select-item-padding-tight:0.25rem 0.75rem;--plasma-select-item-border-radius:0.5rem;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:1.875rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:0.875rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.25rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.75rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.75rem;--plasma-select-divider-margin-top-tight:0.25rem;--plasma-select-divider-margin-bottom-tight:0.25rem;}
7
- .Select_config_1yteo9j_ixrlwop__fbb9104d{--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placement-inner-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-placement-inner-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-placement-inner-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-placement-inner-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-placement-inner-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-placement-inner-label-line-height:var(--plasma-typo-body-xs-line-height);}
1
+ .Select_config_eja538_d12monx2__730ae638{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-primary);--plasma-select-textfield-background-color-focus:var(--surface-solid-secondary);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-secondary);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--inverse-text-primary);--plasma-select-button-color-hover:var(--inverse-text-primary-hover);--plasma-select-button-color-active:var(--inverse-text-primary-active);--plasma-select-button-arrow-color:var(--inverse-text-secondary);--plasma-select-button-arrow-color-hover:var(--inverse-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--inverse-text-secondary-hover);--plasma-select-button-background-color:var(--surface-solid-default);--plasma-select-button-background-color-hover:var(--surface-solid-default-hover);--plasma-select-button-background-color-active:var(--surface-solid-default-hover);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
2
+ .Select_config_eja538_p12mt93w__730ae638{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-positive);--plasma-select-textfield-background-color-focus:var(--surface-solid-positive-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-positive);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-positive);--plasma-select-button-background-color-hover:var(--surface-positive-hover);--plasma-select-button-background-color-active:var(--surface-positive-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
3
+ .Select_config_eja538_wblrfmp__730ae638{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-warning);--plasma-select-textfield-background-color-focus:var(--surface-solid-warning-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-warning);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-warning);--plasma-select-button-background-color-hover:var(--surface-warning-hover);--plasma-select-button-background-color-active:var(--surface-warning-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
4
+ .Select_config_eja538_n18rkx8m__730ae638{--plasma-select-textfield-color:var(--text-primary);--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placeholder-color-focus:var(--text-tertiary);--plasma-select-textfield-background-color:var(--surface-solid-negative);--plasma-select-textfield-background-color-focus:var(--surface-solid-negative-active);--plasma-select-textfield-before-text-color:var(--text-tertiary);--plasma-select-textfield-after-text-color:var(--text-tertiary);--plasma-select-textfield-label-color:var(--text-primary);--plasma-select-textfield-left-helper-color:var(--text-negative);--plasma-select-textfield-focus-color:var(--text-accent);--plasma-select-textfield-content-slot-color:var(--text-secondary);--plasma-select-textfield-content-slot-color-hover:var(--text-secondary-hover);--plasma-select-textfield-content-slot-color-active:var(--text-secondary-active);--plasma-select-new-textfield-indicator-color:var(--surface-negative);--plasma-select-new-textfield-optional-color:var(--text-tertiary);--plasma-select-button-color:var(--on-dark-text-primary);--plasma-select-button-color-hover:var(--on-dark-text-primary-hover);--plasma-select-button-color-active:var(--on-dark-text-primary-active);--plasma-select-button-arrow-color:var(--on-dark-text-secondary);--plasma-select-button-arrow-color-hover:var(--on-dark-text-secondary-hover);--plasma-select-button-arrow-color-active:var(--on-dark-text-secondary-hover);--plasma-select-button-background-color:var(--surface-negative);--plasma-select-button-background-color-hover:var(--surface-negative-hover);--plasma-select-button-background-color-active:var(--surface-negative-active);--plasma-select-disclosure-icon-color:var(--text-secondary);--plasma-select-disclosure-icon-color-hover:var(--text-secondary-hover);--plasma-select-item-background-hover:var(--surface-solid-secondary);--plasma-select-item-disabled-opacity:0.4;--plasma-select-item-disabled-color:var(--text-primary);--plasma-select-textfield__hint-icon-color:var(--text-secondary);--plasma-select-divider-color:var(--surface-solid-tertiary);--plasma-select-item-icon-color:var(--text-accent);--plasma-select-checkbox-fill-color:var(--text-accent);--plasma-select-checkbox-icon-color:var(--on-dark-text-primary);--plasma-select-checkbox-trigger-border-checked-color:transparent;--plasma-select-checkbox-trigger-border-color:var(--text-secondary);}
5
+ .Select_config_eja538_m1ss64ma__730ae638{--plasma-select-textfield-height:3rem;--plasma-select-textfield-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.75rem;--plasma-select-textfield-left-content-margin:-0.125rem 0.375rem -0.125rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.125rem -0.125rem -0.125rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.125rem -0.438rem -0.125rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield-label-offset:0.625rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.312rem -2.813rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.312rem -2.188rem auto auto;--plasma-select-textfield-left-helper-offset:0.25rem;--plasma-select-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.375rem 0 0.125rem 0;--plasma-select-textfield-placement-inner-content-padding:1.375rem 0 0.375rem 0;--plasma-select-new-textfield-indicator-size-inner:0.5rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.375rem auto auto -0.75rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.6875rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.25rem auto auto -0.875rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.25rem -0.875rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.25rem -2.488rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.375rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:2.25rem;--plasma-select-textfield-chip-padding:0 0.625rem 0 0.875rem;--plasma-select-textfield-chip-clear-content-margin-left:0.5rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1.25rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.375rem;--plasma-select-target-height:3rem;--plasma-select-button-padding:1.25rem 0 1.25rem;--plasma-select-empty-state-padding:0.875rem 1rem 0.875rem 1rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.75rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.75rem 0.75rem;--plasma-select-item-padding-tight:0.5rem 0.75rem;--plasma-select-item-border-radius:0.625rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1.5rem;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:2rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-font-family:var(--plasma-typo-body-m-font-family);--plasma-select-font-size:var(--plasma-typo-body-m-font-size);--plasma-select-font-style:var(--plasma-typo-body-m-font-style);--plasma-select-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-m-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:1.25rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.375rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.875rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.875rem;--plasma-select-divider-margin-top-tight:0.375rem;--plasma-select-divider-margin-bottom-tight:0.375rem;}
6
+ .Select_config_eja538_s3s5m48__730ae638{--plasma-select-textfield-height:2.5rem;--plasma-select-textfield-padding:0.6875rem 0.875rem 0.6875rem 0.875rem;--plasma-select-textfield-padding-with-chips:0.375rem;--plasma-select-textfield-border-radius:0.625rem;--plasma-select-textfield-left-content-margin:-0.1875rem 0.25rem -0.1875rem -0.125rem;--plasma-select-textfield-right-content-margin:-0.1875rem -0.125rem -0.1875rem 0.75rem;--plasma-select-textfield-right-content-with-hint-margin:-0.1875rem -0.438rem -0.1875rem 0.75rem;--plasma-select-textfield-content-right-wrapper-gap:0.25rem;--plasma-select-textfield-content-right-wrapper-margin:-0.438rem -0.438rem -0.438rem 0;--plasma-select-textfield-before-text-margin:0 0.25rem 0 0;--plasma-select-textfield-after-text-margin:0 0 0 0.25rem;--plasma-select-textfield-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield-label-offset:0.5rem;--plasma-select-textfield-label-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-label-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-label-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-label-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-label-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-label-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield__hint-margin:-0.688rem -0.5rem;--plasma-select-textfield__hint-target-size:2.375rem;--plasma-select-textfield__hint-inner-label-placement-offset:0.062rem -2.688rem auto auto;--plasma-select-textfield__clear-hint-inner-label-placement-offset:0.062rem -2.188rem auto auto;--plasma-select-textfield-left-helper-offset:0.25rem;--plasma-select-textfield-left-helper-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-left-helper-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-left-helper-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-left-helper-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-left-helper-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-left-helper-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield-placement-inner-label-padding:0.3125rem 0 0 0;--plasma-select-textfield-placement-inner-content-padding:1.0625rem 0 0.3125rem 0;--plasma-select-new-textfield-indicator-size-inner:0.375rem;--plasma-select-new-textfield-indicator-size-outer:0.375rem;--plasma-select-new-textfield-indicator-placement-inner:0 0 0 0;--plasma-select-new-textfield-indicator-placement-outer:0.3125rem auto auto -0.6875rem;--plasma-select-new-textfield-indicator-placement-inner-right:0 0 auto auto;--plasma-select-new-textfield-indicator-placement-outer-right:0.25rem -0.625rem auto auto;--plasma-select-new-textfield-clear-indicator-placement-inner:1.063rem auto auto -0.75rem;--plasma-select-new-textfield-clear-indicator-placement-inner-right:1.063rem -0.75rem auto auto;--plasma-select-new-textfield-clear-indicator-hint-placement-inner-right:1.063rem -2.238rem auto auto;--plasma-select-textfield-chip-gap:0.25rem;--plasma-select-textfield-chip-border-radius:0.25rem;--plasma-select-textfield-chip-width:auto;--plasma-select-textfield-chip-height:1.75rem;--plasma-select-textfield-chip-padding:0 0.5rem 0 0.75rem;--plasma-select-textfield-chip-clear-content-margin-left:0.375rem;--plasma-select-textfield-chip-clear-content-margin-right:0rem;--plasma-select-textfield-chip-close-icon-size:1rem;--plasma-select-textfield-chip-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield-chip-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield-chip-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield-chip-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield-chip-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield-chip-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-button-arrow-margin:0 -0.125rem 0 0.25rem;--plasma-select-target-height:2.5rem;--plasma-select-button-padding:1rem 0 1rem;--plasma-select-empty-state-padding:0.625rem 0.875rem 0.625rem 0.875rem;--plasma-select-padding:0.125rem;--plasma-select-border-radius:0.625rem;--plasma-select-item-height:1.5rem;--plasma-select-item-padding:0.5rem 0.625rem;--plasma-select-item-padding-tight:0.25rem 0.75rem;--plasma-select-item-border-radius:0.5rem;--plasma-select-item-icon-size:1.5rem;--plasma-select-item-icon-size-tight:1rem;--plasma-select-item-icon-margin:0 0.375rem 0 0;--plasma-select-item-gap:0.375rem;--plasma-select-item-tree-offset-width:1.875rem;--plasma-select-cell-padding:0rem;--plasma-select-cell-padding-left-content:0rem;--plasma-select-cell-padding-content:0rem;--plasma-select-cell-padding-right-content:0rem;--plasma-select-cell-textbox-gap:0.125rem;--plasma-select-cell-gap:0.375rem;--plasma-select-cell-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-cell-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-cell-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-cell-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-cell-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-cell-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-checkbox-trigger-size:1.25rem;--plasma-select-checkbox-trigger-size-tight:0.875rem;--plasma-select-checkbox-trigger-border-radius:0.375rem;--plasma-select-checkbox-trigger-border-radius-tight:0.25rem;--plasma-select-checkbox-trigger-border-width:0.125rem;--plasma-select-indicator-size:0.375rem;--plasma-select-divider-margin-top:0.375rem;--plasma-select-divider-margin-right:0.75rem;--plasma-select-divider-margin-bottom:0.375rem;--plasma-select-divider-margin-left:0.75rem;--plasma-select-divider-margin-top-tight:0.25rem;--plasma-select-divider-margin-bottom-tight:0.25rem;}
7
+ .Select_config_eja538_ixrlwop__730ae638{--plasma-select-textfield-placeholder-color:var(--text-secondary);--plasma-select-textfield-placement-inner-label-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield-placement-inner-label-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield-placement-inner-label-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield-placement-inner-label-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield-placement-inner-label-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield-placement-inner-label-line-height:var(--plasma-typo-body-xs-line-height);}
8
8
 
9
- .Select_config_1yteo9j_d1k7ad1i__fbb9104d{--plasma-select-textfield-chip-color:var(--inverse-text-primary);--plasma-select-textfield-chip-color-hover:var(--inverse-text-primary);--plasma-select-textfield--chip-background:var(--surface-solid-default);--plasma-select-textfield-chip-background-hover:var(--surface-solid-default-hover);--plasma-select-textfield-chip-close-icons-color:var(--inverse-text-secondary);--plasma-select-textfield-chip-close-icons-color-readonly:var(--inverse-text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--inverse-text-primary);--plasma-select-textfield__chip-background-readonly:var(--surface-solid-default);--plasma-select-textfield__chip-color-readonly:var(--inverse-text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-solid-default);--plasma-select-textfield__chip-color-readonly-hover:var(--inverse-text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
10
- .Select_config_1yteo9j_s1bszwh5__fbb9104d{--plasma-select-textfield-chip-color:var(--text-primary);--plasma-select-textfield-chip-color-hover:var(--text-primary);--plasma-select-textfield--chip-background:var(--surface-solid-secondary);--plasma-select-textfield-chip-background-hover:var(--surface-solid-secondary-hover);--plasma-select-textfield-chip-close-icons-color:var(--text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--text-secondary-hover);--plasma-select-textfield-chip-close-icons-color-readonly:var(--text-secondary);--plasma-select-textfield__chip-background-readonly:var(--surface-solid-secondary);--plasma-select-textfield__chip-color-readonly:var(--text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-solid-secondary);--plasma-select-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
11
- .Select_config_1yteo9j_a1dmzr3t__fbb9104d{--plasma-select-textfield-chip-color:var(--on-dark-text-primary);--plasma-select-textfield-chip-color-hover:var(--on-dark-text-primary);--plasma-select-textfield--chip-background:var(--surface-accent);--plasma-select-textfield-chip-background-hover:var(--surface-accent-hover);--plasma-select-textfield-chip-close-icons-color:var(--on-dark-text-secondary);--plasma-select-textfield-chip-close-icons-color-readonly:var(--on-dark-text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--on-dark-text-primary);--plasma-select-textfield__chip-background-readonly:var(--surface-accent);--plasma-select-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-accent);--plasma-select-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
12
- .Select_config_1yteo9j_d1trul8m__fbb9104d{--plasma-select-textfield__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-select-textfield__tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-select-textfield__tooltip-color:var(--text-primary);--plasma-select-textfield__tooltip-arrow-background:var(--surface-solid-card);}
13
- .Select_config_1yteo9j_m1q58kce__fbb9104d{--plasma-select-textfield__tooltip-padding-top:0.6875rem;--plasma-select-textfield__tooltip-padding-right:0.875rem;--plasma-select-textfield__tooltip-padding-bottom:0.6875rem;--plasma-select-textfield__tooltip-padding-left:0.875rem;--plasma-select-textfield__tooltip-min-height:2.5rem;--plasma-select-textfield__tooltip-border-radius:0.625rem;--plasma-select-textfield__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield__tooltip-content-left-margin:0.375rem;--plasma-select-textfield__tooltip-arrow-mask-width:1.25rem;--plasma-select-textfield__tooltip-arrow-mask-height:1.25rem;--plasma-select-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-select-textfield__tooltip-arrow-height:0.5rem;--plasma-select-textfield__tooltip-arrow-edge-margin:0.625rem;}
14
- .Select_config_1yteo9j_s1rq56mb__fbb9104d{--plasma-select-textfield__tooltip-padding-top:0.5rem;--plasma-select-textfield__tooltip-padding-right:0.75rem;--plasma-select-textfield__tooltip-padding-bottom:0.5rem;--plasma-select-textfield__tooltip-padding-left:0.75rem;--plasma-select-textfield__tooltip-min-height:2rem;--plasma-select-textfield__tooltip-border-radius:0.5rem;--plasma-select-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield__tooltip-content-left-margin:0.25rem;--plasma-select-textfield__tooltip-arrow-mask-width:1rem;--plasma-select-textfield__tooltip-arrow-mask-height:1rem;--plasma-select-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-select-textfield__tooltip-arrow-height:0.375rem;--plasma-select-textfield__tooltip-arrow-edge-margin:0.5625rem;}
15
- .Select_config_1yteo9j_tas48wd__fbb9104d{--plasma-select-textfield-disabled-opacity:0.4;}
16
- .Select_config_1yteo9j_t14mgo3m__fbb9104d{--plasma-select-disclosure-icon-opacity-readonly:0.4;--plasma-select-textfield-readonly-opacity:0.1;--plasma-select-textfield-color-readonly:var(--text-primary);--plasma-select-textfield-bg-color-readonly:var(--surface-solid-primary);--plasma-select-textfield__placeholder-color-readonly:var(--text-secondary);--plasma-select-textfield__left-helper-color-readonly:var(--text-secondary);--plasma-select-textfield__title-caption-color-readonly:var(--text-secondary);--plasma-select-textfield__label-color-readonly:var(--text-primary);}
9
+ .Select_config_eja538_d1k7ad1i__730ae638{--plasma-select-textfield-chip-color:var(--inverse-text-primary);--plasma-select-textfield-chip-color-hover:var(--inverse-text-primary);--plasma-select-textfield--chip-background:var(--surface-solid-default);--plasma-select-textfield-chip-background-hover:var(--surface-solid-default-hover);--plasma-select-textfield-chip-close-icons-color:var(--inverse-text-secondary);--plasma-select-textfield-chip-close-icons-color-readonly:var(--inverse-text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--inverse-text-primary);--plasma-select-textfield__chip-background-readonly:var(--surface-solid-default);--plasma-select-textfield__chip-color-readonly:var(--inverse-text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-solid-default);--plasma-select-textfield__chip-color-readonly-hover:var(--inverse-text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
10
+ .Select_config_eja538_s1bszwh5__730ae638{--plasma-select-textfield-chip-color:var(--text-primary);--plasma-select-textfield-chip-color-hover:var(--text-primary);--plasma-select-textfield--chip-background:var(--surface-solid-secondary);--plasma-select-textfield-chip-background-hover:var(--surface-solid-secondary-hover);--plasma-select-textfield-chip-close-icons-color:var(--text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--text-secondary-hover);--plasma-select-textfield-chip-close-icons-color-readonly:var(--text-secondary);--plasma-select-textfield__chip-background-readonly:var(--surface-solid-secondary);--plasma-select-textfield__chip-color-readonly:var(--text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-solid-secondary);--plasma-select-textfield__chip-color-readonly-hover:var(--text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
11
+ .Select_config_eja538_a1dmzr3t__730ae638{--plasma-select-textfield-chip-color:var(--on-dark-text-primary);--plasma-select-textfield-chip-color-hover:var(--on-dark-text-primary);--plasma-select-textfield--chip-background:var(--surface-accent);--plasma-select-textfield-chip-background-hover:var(--surface-accent-hover);--plasma-select-textfield-chip-close-icons-color:var(--on-dark-text-secondary);--plasma-select-textfield-chip-close-icons-color-readonly:var(--on-dark-text-secondary);--plasma-select-textfield-chip-close-icons-color-hover:var(--on-dark-text-primary);--plasma-select-textfield__chip-background-readonly:var(--surface-accent);--plasma-select-textfield__chip-color-readonly:var(--on-dark-text-primary);--plasma-select-textfield__chip-background-readonly-hover:var(--surface-accent);--plasma-select-textfield__chip-color-readonly-hover:var(--on-dark-text-primary);--plasma-select-textfield__chip-opacity-readonly:1;}
12
+ .Select_config_eja538_d1trul8m__730ae638{--plasma-select-textfield__tooltip-background-color:var(--surface-solid-card-brightness);--plasma-select-textfield__tooltip-box-shadow:var(--shadow-down-hard-m,0px 4px 12px 0px rgba(0,0,0,0.16),0px 1px 4px 0px rgba(0,0,0,0.08));--plasma-select-textfield__tooltip-color:var(--text-primary);--plasma-select-textfield__tooltip-arrow-background:var(--surface-solid-card);}
13
+ .Select_config_eja538_m1q58kce__730ae638{--plasma-select-textfield__tooltip-padding-top:0.6875rem;--plasma-select-textfield__tooltip-padding-right:0.875rem;--plasma-select-textfield__tooltip-padding-bottom:0.6875rem;--plasma-select-textfield__tooltip-padding-left:0.875rem;--plasma-select-textfield__tooltip-min-height:2.5rem;--plasma-select-textfield__tooltip-border-radius:0.625rem;--plasma-select-textfield__tooltip-text-font-family:var(--plasma-typo-body-s-font-family);--plasma-select-textfield__tooltip-text-font-size:var(--plasma-typo-body-s-font-size);--plasma-select-textfield__tooltip-text-font-style:var(--plasma-typo-body-s-font-style);--plasma-select-textfield__tooltip-text-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-select-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-select-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-s-line-height);--plasma-select-textfield__tooltip-content-left-margin:0.375rem;--plasma-select-textfield__tooltip-arrow-mask-width:1.25rem;--plasma-select-textfield__tooltip-arrow-mask-height:1.25rem;--plasma-select-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMC4xNywxMS44M2wyMCwwYy01LjUyLDAgLTEwLDMuNTkgLTEwLDhjMCwtNC40MSAtNC40OCwtOCAtMTAsLTh6IiBmaWxsPSIjMTcxNzE3IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGlkPSJUYWlsIi8+Cjwvc3ZnPg==");--plasma-select-textfield__tooltip-arrow-height:0.5rem;--plasma-select-textfield__tooltip-arrow-edge-margin:0.625rem;}
14
+ .Select_config_eja538_s1rq56mb__730ae638{--plasma-select-textfield__tooltip-padding-top:0.5rem;--plasma-select-textfield__tooltip-padding-right:0.75rem;--plasma-select-textfield__tooltip-padding-bottom:0.5rem;--plasma-select-textfield__tooltip-padding-left:0.75rem;--plasma-select-textfield__tooltip-min-height:2rem;--plasma-select-textfield__tooltip-border-radius:0.5rem;--plasma-select-textfield__tooltip-text-font-family:var(--plasma-typo-body-xs-font-family);--plasma-select-textfield__tooltip-text-font-size:var(--plasma-typo-body-xs-font-size);--plasma-select-textfield__tooltip-text-font-style:var(--plasma-typo-body-xs-font-style);--plasma-select-textfield__tooltip-text-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-select-textfield__tooltip-text-font-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-select-textfield__tooltip-text-font-line-height:var(--plasma-typo-body-xs-line-height);--plasma-select-textfield__tooltip-content-left-margin:0.25rem;--plasma-select-textfield__tooltip-arrow-mask-width:1rem;--plasma-select-textfield__tooltip-arrow-mask-height:1rem;--plasma-select-textfield__tooltip-arrow-mask-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtMCw5Ljg1bDE2LDBjLTQuNDEsMCAtOCwyLjY5IC04LDZjMCwtMy4zMSAtMy41OSwtNiAtOCwtNnoiIGZpbGw9IiMxNzE3MTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgaWQ9IlRhaWwiLz4KPC9zdmc+");--plasma-select-textfield__tooltip-arrow-height:0.375rem;--plasma-select-textfield__tooltip-arrow-edge-margin:0.5625rem;}
15
+ .Select_config_eja538_tas48wd__730ae638{--plasma-select-textfield-disabled-opacity:0.4;}
16
+ .Select_config_eja538_t14mgo3m__730ae638{--plasma-select-disclosure-icon-opacity-readonly:0.4;--plasma-select-textfield-readonly-opacity:0.1;--plasma-select-textfield-color-readonly:var(--text-primary);--plasma-select-textfield-bg-color-readonly:var(--surface-solid-primary);--plasma-select-textfield__placeholder-color-readonly:var(--text-secondary);--plasma-select-textfield__left-helper-color-readonly:var(--text-secondary);--plasma-select-textfield__title-caption-color-readonly:var(--text-secondary);--plasma-select-textfield__label-color-readonly:var(--text-primary);}
@@ -0,0 +1,22 @@
1
+ require('./StepItem.config_qzqyof.css');
2
+ 'use strict';
3
+
4
+ Object.defineProperty(exports, '__esModule', { value: true });
5
+
6
+ var config = {
7
+ defaults: {
8
+ view: 'default'
9
+ },
10
+ variations: {
11
+ view: {
12
+ "default": "d10u5kv",
13
+ accent: "a2vcg2y",
14
+ negative: "n1pcjfg0",
15
+ warning: "w14deh5a",
16
+ positive: "p15jq5ud"
17
+ }
18
+ }
19
+ };
20
+
21
+ exports.config = config;
22
+ //# sourceMappingURL=StepItem.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"StepItem.config.js","sources":["../../../../../src-css/components/Steps/StepItem.config.ts"],"sourcesContent":["import { css, stepsTokens as tokens } from '@salutejs/plasma-new-hope/css';\n\nexport const config = {\n defaults: {\n view: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.completedIndicatorColor}: var(--inverse-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--inverse-text-primary);\n ${tokens.completedIndicatorBackground}: var(--surface-solid-default);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-solid-default-hover);\n ${tokens.completedTitleColor}: var(--text-primary);\n ${tokens.completedTitleColorHover}: var(--text-primary-hover);\n\n ${tokens.dividerColor}: var(--surface-solid-default);\n `,\n accent: css`\n ${tokens.completedIndicatorColor}: var(--on-dark-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--on-dark-text-primary-hover);\n ${tokens.completedIndicatorBackground}: var(--surface-accent);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-accent-hover);\n ${tokens.completedTitleColor}: var(--text-primary);\n ${tokens.completedTitleColorHover}: var(--text-primary-hover);\n\n ${tokens.dividerColor}: var(--surface-accent);\n `,\n negative: css`\n ${tokens.completedIndicatorColor}: var(--on-dark-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--on-dark-text-primary-hover);\n ${tokens.completedIndicatorBackground}: var(--surface-negative);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-negative-hover);\n ${tokens.completedTitleColor}: var(--text-negative);\n ${tokens.completedTitleColorHover}: var(--text-negative-hover);\n\n ${tokens.dividerColor}: var(--surface-negative);\n `,\n warning: css`\n ${tokens.completedIndicatorColor}: var(--on-dark-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--on-dark-text-primary-hover);\n ${tokens.completedIndicatorBackground}: var(--surface-warning);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-warning-hover);\n ${tokens.completedTitleColor}: var(--text-warning);\n ${tokens.completedTitleColorHover}: var(--text-warning-hover);\n\n ${tokens.dividerColor}: var(--surface-warning);\n `,\n positive: css`\n ${tokens.completedIndicatorColor}: var(--on-dark-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--on-dark-text-primary-hover);\n ${tokens.completedIndicatorBackground}: var(--surface-positive);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-positive-hover);\n ${tokens.completedTitleColor}: var(--text-positive);\n ${tokens.completedTitleColorHover}: var(--text-positive-hover);\n\n ${tokens.dividerColor}: var(--surface-positive);\n `,\n },\n },\n};\n"],"names":["config","defaults","view","variations","default","accent","negative","warning","positive"],"mappings":";;;;AAEO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,SAAAA,EAAO,SASN;AACDC,MAAAA,MAAM,EAAA,SASL;AACDC,MAAAA,QAAQ,EAAA,UASP;AACDC,MAAAA,OAAO,EAAA,UASN;AACDC,MAAAA,QAAQ,EAAA;AAUZ;AACJ;AACJ;;;;"}
@@ -0,0 +1,5 @@
1
+ .d10u5kv{--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-divider-color:var(--surface-solid-default);}
2
+ .a2vcg2y{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-divider-color:var(--surface-accent);}
3
+ .n1pcjfg0{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-negative);--plasma-step-item-completed-indicator-background-hover:var(--surface-negative-hover);--plasma-step-item-completed-title-color:var(--text-negative);--plasma-step-item-completed-title-color-hover:var(--text-negative-hover);--plasma-step-item-divider-color:var(--surface-negative);}
4
+ .w14deh5a{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-warning);--plasma-step-item-completed-indicator-background-hover:var(--surface-warning-hover);--plasma-step-item-completed-title-color:var(--text-warning);--plasma-step-item-completed-title-color-hover:var(--text-warning-hover);--plasma-step-item-divider-color:var(--surface-warning);}
5
+ .p15jq5ud{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-positive);--plasma-step-item-completed-indicator-background-hover:var(--surface-positive-hover);--plasma-step-item-completed-title-color:var(--text-positive);--plasma-step-item-completed-title-color-hover:var(--text-positive-hover);--plasma-step-item-divider-color:var(--surface-positive);}
@@ -1,4 +1,4 @@
1
- require('./Steps.config_1axu604.css');
1
+ require('./Steps.config_1i5tex4.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });
@@ -1 +1 @@
1
- {"version":3,"file":"Steps.config.js","sources":["../../../../../src-css/components/Steps/Steps.config.ts"],"sourcesContent":["import { css, stepsTokens as tokens } from '@salutejs/plasma-new-hope/css';\n\nconst baseItemView = `\n ${tokens.activeTitleColor}: var(--text-primary);\n ${tokens.activeTitleColorHover}: var(--text-primary-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-solid-default);\n ${tokens.activeIndicatorColor}: var(--text-primary);\n ${tokens.activeIndicatorBackground}: var(--surface-clear);\n \n ${tokens.completedIndicatorColor}: var(--inverse-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--inverse-text-primary);\n ${tokens.completedIndicatorBackground}: var(--surface-solid-default);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-solid-default-hover);\n ${tokens.completedTitleColor}: var(--text-primary);\n ${tokens.completedTitleColorHover}: var(--text-primary-hover);\n\n ${tokens.inactiveTitleColor}: var(--text-secondary);\n ${tokens.inactiveTitleColorHover}: var(--text-secondary-hover);\n ${tokens.inactiveIndicatorColor}: var(--text-secondary);\n ${tokens.inactiveIndicatorColorHover}: var(--text-secondary);\n ${tokens.inactiveIndicatorBackground}: var(--surface-solid-secondary);\n ${tokens.inactiveIndicatorBackgroundHover}: var(--surface-solid-secondary-hover);\n\n ${tokens.contentColor}: var(--text-secondary);\n ${tokens.focusColor}: var(--surface-accent);\n\n ${tokens.disabledOpacity}: 0.4;\n`;\n\nconst accentConfig = `\n ${tokens.completedTitleColor}: var(--text-primary);\n ${tokens.completedTitleColorHover}: var(--text-primary-hover);\n \n ${tokens.completedIndicatorBackground}: var(--surface-accent);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-accent-hover);\n \n // Цвет контента внутри элемента Step\n ${tokens.completedIndicatorColor}: var(--on-dark-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--on-dark-text-primary-hover);\n`;\n\nexport const config = {\n defaults: {\n size: 'm',\n view: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.dividerColor}: var(--surface-solid-default);\n `,\n accent: css`\n ${tokens.dividerColor}: var(--surface-accent);\n `,\n },\n itemView: {\n default: css`\n ${baseItemView};\n `,\n negative: css`\n ${baseItemView};\n\n ${tokens.activeTitleColor}: var(--surface-negative);\n ${tokens.activeTitleColorHover}: var(--surface-negative-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-negative);\n ${tokens.activeIndicatorColor}: var(--text-negative);\n `,\n warning: css`\n ${baseItemView};\n\n ${tokens.activeTitleColor}: var(--surface-warning);\n ${tokens.activeTitleColorHover}: var(--surface-warning-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-warning);\n ${tokens.activeIndicatorColor}: var(--text-warning);\n `,\n positive: css`\n ${baseItemView};\n\n ${tokens.activeTitleColor}: var(--surface-positive);\n ${tokens.activeTitleColorHover}: var(--surface-positive-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-positive);\n ${tokens.activeIndicatorColor}: var(--text-positive);\n `,\n },\n size: {\n m: css`\n ${tokens.indicatorSize}: 1.5rem;\n ${tokens.activeIndicatorSize}: 2.25rem;\n ${tokens.bulletSize}: 0.5rem;\n ${tokens.activeBulletSize}: 1rem;\n\n ${tokens.titlePaddingTop}: 0.625rem;\n ${tokens.contentPaddingTop}: 0.375rem;\n ${tokens.contentSidePadding}: 1.75rem;\n ${tokens.contentVerticalPadding}: 0.875rem;\n ${tokens.verticalContentPaddingLeft}: 0.75rem;\n\n ${tokens.smallIndicatorIndentHeight}: 0.75rem;\n ${tokens.largeIndicatorIndentHeight}: 0.4375rem;\n ${tokens.smallBulletIndentHeight}: 1.25rem;\n ${tokens.largeBulletIndentHeight}: 1.125rem;\n\n ${tokens.indicatorFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.indicatorFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.indicatorFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.indicatorFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.indicatorLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.indicatorLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.activeIndicatorFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.activeIndicatorFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.activeIndicatorFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.activeIndicatorFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.activeIndicatorLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.activeIndicatorLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.titleFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.titleFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.titleFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.titleFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.titleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.titleLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.contentFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.contentFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.contentFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.contentFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.contentLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.contentLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.dividerThickness}: 0.125rem;\n `,\n s: css`\n ${tokens.indicatorSize}: 1.5rem;\n ${tokens.activeIndicatorSize}: 1.5rem;\n ${tokens.bulletSize}: 0.5rem;\n ${tokens.activeBulletSize}: 1rem;\n\n ${tokens.titlePaddingTop}: 0.5rem;\n ${tokens.contentPaddingTop}: 0.375rem;\n ${tokens.contentSidePadding}: 1.5rem;\n ${tokens.contentVerticalPadding}: 0.6875rem;\n ${tokens.verticalContentPaddingLeft}: 0.75rem;\n\n ${tokens.smallIndicatorIndentHeight}: 0.5rem;\n ${tokens.largeIndicatorIndentHeight}: 0.5rem;\n ${tokens.smallBulletIndentHeight}: 1rem;\n ${tokens.largeBulletIndentHeight}: 0.75rem;\n\n ${tokens.indicatorFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.indicatorFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.indicatorFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.indicatorFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.indicatorLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.indicatorLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.activeIndicatorFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.activeIndicatorFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.activeIndicatorFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.activeIndicatorFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.activeIndicatorLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.activeIndicatorLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.titleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.titleFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.titleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.titleFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.titleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.titleLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.contentFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.contentFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.contentFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.contentFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.contentLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.contentLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.dividerThickness}: 0.125rem;\n `,\n },\n },\n intersections: [\n {\n view: 'accent',\n itemView: 'default',\n style: css`\n ${tokens.activeIndicatorBorder}: solid var(--text-accent);\n ${tokens.activeIndicatorColor}: var(--text-accent);\n\n ${accentConfig};\n `,\n },\n {\n view: 'accent',\n itemView: 'negative',\n style: css`\n ${accentConfig};\n `,\n },\n {\n view: 'accent',\n itemView: 'warning',\n style: css`\n ${accentConfig};\n `,\n },\n {\n view: 'accent',\n itemView: 'positive',\n style: css`\n ${accentConfig};\n `,\n },\n ],\n};\n"],"names":["config","defaults","size","view","variations","default","accent","itemView","negative","warning","positive","m","s","intersections","style"],"mappings":";;;;AAyCO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,IAAI,EAAE;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,SAAAA,EAAO,UAEN;AACDC,MAAAA,MAAM,EAAA;KAGT;AACDC,IAAAA,QAAQ,EAAE;AACNF,MAAAA,SAAAA,EAAO,UAEN;AACDG,MAAAA,QAAQ,EAAA,SAOP;AACDC,MAAAA,OAAO,EAAA,SAON;AACDC,MAAAA,QAAQ,EAAA;KAQX;AACDR,IAAAA,IAAI,EAAE;AACFS,MAAAA,CAAC,EAAA,SA8CA;AACDC,MAAAA,CAAC,EAAA;AA+CL;GACH;AACDC,EAAAA,aAAa,EAAE,CACX;AACIV,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,SAAS;AACnBO,IAAAA,KAAK,EAAA;AAMT,GAAC,EACD;AACIX,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,UAAU;AACpBO,IAAAA,KAAK,EAAA;AAGT,GAAC,EACD;AACIX,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,SAAS;AACnBO,IAAAA,KAAK,EAAA;AAGT,GAAC,EACD;AACIX,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,UAAU;AACpBO,IAAAA,KAAK,EAAA;GAGR;AAET;;;;"}
1
+ {"version":3,"file":"Steps.config.js","sources":["../../../../../src-css/components/Steps/Steps.config.ts"],"sourcesContent":["import { css, stepsTokens as tokens } from '@salutejs/plasma-new-hope/css';\n\nconst baseItemView = `\n ${tokens.activeTitleColor}: var(--text-primary);\n ${tokens.activeTitleColorHover}: var(--text-primary-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-solid-default);\n ${tokens.activeIndicatorColor}: var(--text-primary);\n ${tokens.activeIndicatorBackground}: var(--surface-clear);\n \n ${tokens.completedIndicatorColor}: var(--inverse-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--inverse-text-primary);\n ${tokens.completedIndicatorBackground}: var(--surface-solid-default);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-solid-default-hover);\n ${tokens.completedTitleColor}: var(--text-primary);\n ${tokens.completedTitleColorHover}: var(--text-primary-hover);\n\n ${tokens.inactiveTitleColor}: var(--text-secondary);\n ${tokens.inactiveTitleColorHover}: var(--text-secondary-hover);\n ${tokens.inactiveIndicatorColor}: var(--text-secondary);\n ${tokens.inactiveIndicatorColorHover}: var(--text-secondary);\n ${tokens.inactiveIndicatorBackground}: var(--surface-solid-secondary);\n ${tokens.inactiveIndicatorBackgroundHover}: var(--surface-solid-secondary-hover);\n\n ${tokens.contentColor}: var(--text-secondary);\n ${tokens.focusColor}: var(--surface-accent);\n\n ${tokens.disabledOpacity}: 0.4;\n`;\n\nconst accentConfig = `\n ${tokens.completedTitleColor}: var(--text-primary);\n ${tokens.completedTitleColorHover}: var(--text-primary-hover);\n \n ${tokens.completedIndicatorBackground}: var(--surface-accent);\n ${tokens.completedIndicatorBackgroundHover}: var(--surface-accent-hover);\n \n // Цвет контента внутри элемента Step\n ${tokens.completedIndicatorColor}: var(--on-dark-text-primary);\n ${tokens.completedIndicatorColorHover}: var(--on-dark-text-primary-hover);\n`;\n\nexport const config = {\n defaults: {\n size: 'm',\n view: 'default',\n },\n variations: {\n view: {\n default: css`\n ${tokens.dividerColor}: var(--surface-solid-default);\n `,\n accent: css`\n ${tokens.dividerColor}: var(--surface-accent);\n `,\n },\n itemView: {\n default: css`\n ${baseItemView};\n `,\n negative: css`\n ${baseItemView};\n\n ${tokens.activeTitleColor}: var(--surface-negative);\n ${tokens.activeTitleColorHover}: var(--surface-negative-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-negative);\n ${tokens.activeIndicatorColor}: var(--text-negative);\n `,\n warning: css`\n ${baseItemView};\n\n ${tokens.activeTitleColor}: var(--surface-warning);\n ${tokens.activeTitleColorHover}: var(--surface-warning-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-warning);\n ${tokens.activeIndicatorColor}: var(--text-warning);\n `,\n positive: css`\n ${baseItemView};\n\n ${tokens.activeTitleColor}: var(--surface-positive);\n ${tokens.activeTitleColorHover}: var(--surface-positive-hover);\n ${tokens.activeIndicatorBorder}: solid var(--surface-positive);\n ${tokens.activeIndicatorColor}: var(--text-positive);\n `,\n },\n size: {\n m: css`\n ${tokens.indicatorSize}: 1.5rem;\n ${tokens.activeIndicatorSize}: 2.25rem;\n ${tokens.bulletSize}: 0.5rem;\n ${tokens.activeBulletSize}: 1rem;\n\n ${tokens.titlePaddingTop}: 0.625rem;\n ${tokens.contentPaddingTop}: 0.375rem;\n ${tokens.contentSidePadding}: 1.75rem;\n ${tokens.contentVerticalPadding}: 0.875rem;\n ${tokens.verticalContentPaddingLeft}: 0.75rem;\n\n ${tokens.indicatorFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.indicatorFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.indicatorFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.indicatorFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.indicatorLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.indicatorLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.activeIndicatorFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.activeIndicatorFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.activeIndicatorFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.activeIndicatorFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.activeIndicatorLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.activeIndicatorLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.titleFontFamily}: var(--plasma-typo-body-m-font-family);\n ${tokens.titleFontSize}: var(--plasma-typo-body-m-font-size);\n ${tokens.titleFontStyle}: var(--plasma-typo-body-m-font-style);\n ${tokens.titleFontWeight}: var(--plasma-typo-body-m-font-weight);\n ${tokens.titleLetterSpacing}: var(--plasma-typo-body-m-letter-spacing);\n ${tokens.titleLineHeight}: var(--plasma-typo-body-m-line-height);\n\n ${tokens.contentFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.contentFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.contentFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.contentFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.contentLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.contentLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.dividerThickness}: 0.125rem;\n `,\n s: css`\n ${tokens.indicatorSize}: 1.5rem;\n ${tokens.activeIndicatorSize}: 1.5rem;\n ${tokens.bulletSize}: 0.5rem;\n ${tokens.activeBulletSize}: 1rem;\n\n ${tokens.titlePaddingTop}: 0.5rem;\n ${tokens.contentPaddingTop}: 0.375rem;\n ${tokens.contentSidePadding}: 1.5rem;\n ${tokens.contentVerticalPadding}: 0.6875rem;\n ${tokens.verticalContentPaddingLeft}: 0.75rem;\n\n ${tokens.indicatorFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.indicatorFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.indicatorFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.indicatorFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.indicatorLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.indicatorLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.activeIndicatorFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.activeIndicatorFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.activeIndicatorFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.activeIndicatorFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.activeIndicatorLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.activeIndicatorLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.titleFontFamily}: var(--plasma-typo-body-s-font-family);\n ${tokens.titleFontSize}: var(--plasma-typo-body-s-font-size);\n ${tokens.titleFontStyle}: var(--plasma-typo-body-s-font-style);\n ${tokens.titleFontWeight}: var(--plasma-typo-body-s-font-weight);\n ${tokens.titleLetterSpacing}: var(--plasma-typo-body-s-letter-spacing);\n ${tokens.titleLineHeight}: var(--plasma-typo-body-s-line-height);\n\n ${tokens.contentFontFamily}: var(--plasma-typo-body-xs-font-family);\n ${tokens.contentFontSize}: var(--plasma-typo-body-xs-font-size);\n ${tokens.contentFontStyle}: var(--plasma-typo-body-xs-font-style);\n ${tokens.contentFontWeight}: var(--plasma-typo-body-xs-font-weight);\n ${tokens.contentLetterSpacing}: var(--plasma-typo-body-xs-letter-spacing);\n ${tokens.contentLineHeight}: var(--plasma-typo-body-xs-line-height);\n\n ${tokens.dividerThickness}: 0.125rem;\n `,\n },\n },\n intersections: [\n {\n view: 'accent',\n itemView: 'default',\n style: css`\n ${tokens.activeIndicatorBorder}: solid var(--text-accent);\n ${tokens.activeIndicatorColor}: var(--text-accent);\n\n ${accentConfig};\n `,\n },\n {\n view: 'accent',\n itemView: 'negative',\n style: css`\n ${accentConfig};\n `,\n },\n {\n view: 'accent',\n itemView: 'warning',\n style: css`\n ${accentConfig};\n `,\n },\n {\n view: 'accent',\n itemView: 'positive',\n style: css`\n ${accentConfig};\n `,\n },\n ],\n};\n"],"names":["config","defaults","size","view","variations","default","accent","itemView","negative","warning","positive","m","s","intersections","style"],"mappings":";;;;AAyCO,IAAMA,MAAM,GAAG;AAClBC,EAAAA,QAAQ,EAAE;AACNC,IAAAA,IAAI,EAAE,GAAG;AACTC,IAAAA,IAAI,EAAE;GACT;AACDC,EAAAA,UAAU,EAAE;AACRD,IAAAA,IAAI,EAAE;AACFE,MAAAA,SAAAA,EAAO,UAEN;AACDC,MAAAA,MAAM,EAAA;KAGT;AACDC,IAAAA,QAAQ,EAAE;AACNF,MAAAA,SAAAA,EAAO,UAEN;AACDG,MAAAA,QAAQ,EAAA,SAOP;AACDC,MAAAA,OAAO,EAAA,SAON;AACDC,MAAAA,QAAQ,EAAA;KAQX;AACDR,IAAAA,IAAI,EAAE;AACFS,MAAAA,CAAC,EAAA,SAyCA;AACDC,MAAAA,CAAC,EAAA;AA0CL;GACH;AACDC,EAAAA,aAAa,EAAE,CACX;AACIV,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,SAAS;AACnBO,IAAAA,KAAK,EAAA;AAMT,GAAC,EACD;AACIX,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,UAAU;AACpBO,IAAAA,KAAK,EAAA;AAGT,GAAC,EACD;AACIX,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,SAAS;AACnBO,IAAAA,KAAK,EAAA;AAGT,GAAC,EACD;AACIX,IAAAA,IAAI,EAAE,QAAQ;AACdI,IAAAA,QAAQ,EAAE,UAAU;AACpBO,IAAAA,KAAK,EAAA;GAGR;AAET;;;;"}
@@ -4,8 +4,8 @@
4
4
  .nzx2zl9{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-negative);--plasma-step-item-active-title-color-hover:var(--surface-negative-hover);--plasma-step-item-active-indicator-border:solid var(--surface-negative);--plasma-step-item-active-indicator-color:var(--text-negative);}
5
5
  .wcdn5ma{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-warning);--plasma-step-item-active-title-color-hover:var(--surface-warning-hover);--plasma-step-item-active-indicator-border:solid var(--surface-warning);--plasma-step-item-active-indicator-color:var(--text-warning);}
6
6
  .pxho34d{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-positive);--plasma-step-item-active-title-color-hover:var(--surface-positive-hover);--plasma-step-item-active-indicator-border:solid var(--surface-positive);--plasma-step-item-active-indicator-color:var(--text-positive);}
7
- .my70uvz{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:2.25rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.625rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.75rem;--plasma-step-item-content-vertical-padding:0.875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-s-indicator-intent-height:0.75rem;--plasma-step-item-l-indicator-intent-height:0.4375rem;--plasma-step-item-s-bullet-intent-height:1.25rem;--plasma-step-item-l-bullet-intent-height:1.125rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-divider-thickness:0.125rem;}
8
- .s13abbyw{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:1.5rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.5rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.5rem;--plasma-step-item-content-vertical-padding:0.6875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-s-indicator-intent-height:0.5rem;--plasma-step-item-l-indicator-intent-height:0.5rem;--plasma-step-item-s-bullet-intent-height:1rem;--plasma-step-item-l-bullet-intent-height:0.75rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-divider-thickness:0.125rem;}
7
+ .my70uvz{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:2.25rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.625rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.75rem;--plasma-step-item-content-vertical-padding:0.875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-divider-thickness:0.125rem;}
8
+ .s13abbyw{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:1.5rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.5rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.5rem;--plasma-step-item-content-vertical-padding:0.6875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-divider-thickness:0.125rem;}
9
9
  .s3tayno{--plasma-step-item-active-indicator-border:solid var(--text-accent);--plasma-step-item-active-indicator-color:var(--text-accent);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
10
10
  .stb8tz4{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
11
11
  .sdmymci{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
@@ -1,12 +1,18 @@
1
- .Steps_config_1axu604_d1eto8nh__18b18764{--plasma-step-item-divider-color:var(--surface-solid-default);}
2
- .Steps_config_1axu604_as5t39y__18b18764{--plasma-step-item-divider-color:var(--surface-accent);}
3
- .Steps_config_1axu604_d1o9g49i__18b18764{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;}
4
- .Steps_config_1axu604_nzx2zl9__18b18764{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-negative);--plasma-step-item-active-title-color-hover:var(--surface-negative-hover);--plasma-step-item-active-indicator-border:solid var(--surface-negative);--plasma-step-item-active-indicator-color:var(--text-negative);}
5
- .Steps_config_1axu604_wcdn5ma__18b18764{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-warning);--plasma-step-item-active-title-color-hover:var(--surface-warning-hover);--plasma-step-item-active-indicator-border:solid var(--surface-warning);--plasma-step-item-active-indicator-color:var(--text-warning);}
6
- .Steps_config_1axu604_pxho34d__18b18764{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-positive);--plasma-step-item-active-title-color-hover:var(--surface-positive-hover);--plasma-step-item-active-indicator-border:solid var(--surface-positive);--plasma-step-item-active-indicator-color:var(--text-positive);}
7
- .Steps_config_1axu604_my70uvz__18b18764{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:2.25rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.625rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.75rem;--plasma-step-item-content-vertical-padding:0.875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-s-indicator-intent-height:0.75rem;--plasma-step-item-l-indicator-intent-height:0.4375rem;--plasma-step-item-s-bullet-intent-height:1.25rem;--plasma-step-item-l-bullet-intent-height:1.125rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-divider-thickness:0.125rem;}
8
- .Steps_config_1axu604_s13abbyw__18b18764{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:1.5rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.5rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.5rem;--plasma-step-item-content-vertical-padding:0.6875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-s-indicator-intent-height:0.5rem;--plasma-step-item-l-indicator-intent-height:0.5rem;--plasma-step-item-s-bullet-intent-height:1rem;--plasma-step-item-l-bullet-intent-height:0.75rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-divider-thickness:0.125rem;}
9
- .Steps_config_1axu604_s3tayno__18b18764{--plasma-step-item-active-indicator-border:solid var(--text-accent);--plasma-step-item-active-indicator-color:var(--text-accent);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
10
- .Steps_config_1axu604_stb8tz4__18b18764{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
11
- .Steps_config_1axu604_sdmymci__18b18764{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
12
- .Steps_config_1axu604_szwvz3f__18b18764{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
1
+ .StepItem_config_qzqyof_d10u5kv__6ccd0f92{--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-divider-color:var(--surface-solid-default);}
2
+ .StepItem_config_qzqyof_a2vcg2y__6ccd0f92{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-divider-color:var(--surface-accent);}
3
+ .StepItem_config_qzqyof_n1pcjfg0__6ccd0f92{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-negative);--plasma-step-item-completed-indicator-background-hover:var(--surface-negative-hover);--plasma-step-item-completed-title-color:var(--text-negative);--plasma-step-item-completed-title-color-hover:var(--text-negative-hover);--plasma-step-item-divider-color:var(--surface-negative);}
4
+ .StepItem_config_qzqyof_w14deh5a__6ccd0f92{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-warning);--plasma-step-item-completed-indicator-background-hover:var(--surface-warning-hover);--plasma-step-item-completed-title-color:var(--text-warning);--plasma-step-item-completed-title-color-hover:var(--text-warning-hover);--plasma-step-item-divider-color:var(--surface-warning);}
5
+ .StepItem_config_qzqyof_p15jq5ud__6ccd0f92{--plasma-step-item-completed-indicator-color:var(--on-dark-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--on-dark-text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-positive);--plasma-step-item-completed-indicator-background-hover:var(--surface-positive-hover);--plasma-step-item-completed-title-color:var(--text-positive);--plasma-step-item-completed-title-color-hover:var(--text-positive-hover);--plasma-step-item-divider-color:var(--surface-positive);}
6
+
7
+ .Steps_config_1i5tex4_d1eto8nh__4353a4a2{--plasma-step-item-divider-color:var(--surface-solid-default);}
8
+ .Steps_config_1i5tex4_as5t39y__4353a4a2{--plasma-step-item-divider-color:var(--surface-accent);}
9
+ .Steps_config_1i5tex4_d1o9g49i__4353a4a2{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;}
10
+ .Steps_config_1i5tex4_nzx2zl9__4353a4a2{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-negative);--plasma-step-item-active-title-color-hover:var(--surface-negative-hover);--plasma-step-item-active-indicator-border:solid var(--surface-negative);--plasma-step-item-active-indicator-color:var(--text-negative);}
11
+ .Steps_config_1i5tex4_wcdn5ma__4353a4a2{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-warning);--plasma-step-item-active-title-color-hover:var(--surface-warning-hover);--plasma-step-item-active-indicator-border:solid var(--surface-warning);--plasma-step-item-active-indicator-color:var(--text-warning);}
12
+ .Steps_config_1i5tex4_pxho34d__4353a4a2{--plasma-step-item-active-title-color:var(--text-primary);--plasma-step-item-active-title-color-hover:var(--text-primary-hover);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default);--plasma-step-item-active-indicator-color:var(--text-primary);--plasma-step-item-active-indicator-background:var(--surface-clear);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary);--plasma-step-item-completed-indicator-background:var(--surface-solid-default);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-inactive-title-color:var(--text-secondary);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover);--plasma-step-item-inactive-indicator-color:var(--text-secondary);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary);--plasma-step-item-inactive-indicator-background:var(--surface-solid-secondary);--plasma-step-item-inactive-indicator-background-hover:var(--surface-solid-secondary-hover);--plasma-step-item-content-color:var(--text-secondary);--plasma-step-item-focus-color:var(--surface-accent);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-positive);--plasma-step-item-active-title-color-hover:var(--surface-positive-hover);--plasma-step-item-active-indicator-border:solid var(--surface-positive);--plasma-step-item-active-indicator-color:var(--text-positive);}
13
+ .Steps_config_1i5tex4_my70uvz__4353a4a2{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:2.25rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.625rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.75rem;--plasma-step-item-content-vertical-padding:0.875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-m-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-m-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-m-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-m-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-divider-thickness:0.125rem;}
14
+ .Steps_config_1i5tex4_s13abbyw__4353a4a2{--plasma-step-item-indicator-size:1.5rem;--plasma-step-item-active-indicator-size:1.5rem;--plasma-step-item-bullet-size:0.5rem;--plasma-step-item-active-bullet-size:1rem;--plasma-step-item-title-padding-top:0.5rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:1.5rem;--plasma-step-item-content-vertical-padding:0.6875rem;--plasma-step-item-vertical-content-padding-left:0.75rem;--plasma-step-item-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-active-indicator-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-active-indicator-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-active-indicator-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-active-indicator-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-active-indicator-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-active-indicator-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-title-font-family:var(--plasma-typo-body-s-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-s-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-s-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-s-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-s-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-s-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-xs-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-xs-line-height);--plasma-step-item-divider-thickness:0.125rem;}
15
+ .Steps_config_1i5tex4_s3tayno__4353a4a2{--plasma-step-item-active-indicator-border:solid var(--text-accent);--plasma-step-item-active-indicator-color:var(--text-accent);--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
16
+ .Steps_config_1i5tex4_stb8tz4__4353a4a2{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
17
+ .Steps_config_1i5tex4_sdmymci__4353a4a2{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
18
+ .Steps_config_1i5tex4_szwvz3f__4353a4a2{--plasma-step-item-completed-title-color:var(--text-primary);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover);--plasma-step-item-completed-indicator-background:var(--surface-accent);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover);}
@@ -3,9 +3,13 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  var css = require('@salutejs/plasma-new-hope/css');
6
+ var StepItem_config = require('./StepItem.config.js');
6
7
  var Steps_config = require('./Steps.config.js');
7
8
 
8
- var mergedConfig = /*#__PURE__*/css.mergeConfig(css.stepsConfig, Steps_config.config);
9
+ var mergedItemConfig = /*#__PURE__*/css.mergeConfig(css.stepItemConfig, StepItem_config.config);
10
+ var StepItem = /*#__PURE__*/css.component(mergedItemConfig);
11
+ var stepsConfig = /*#__PURE__*/css.stepsConfig(StepItem);
12
+ var mergedConfig = /*#__PURE__*/css.mergeConfig(stepsConfig, Steps_config.config);
9
13
  var StepsComponent = /*#__PURE__*/css.component(mergedConfig);
10
14
  var Steps = StepsComponent;
11
15
 
@@ -1 +1 @@
1
- {"version":3,"file":"Steps.js","sources":["../../../../../src-css/components/Steps/Steps.ts"],"sourcesContent":["import { stepsConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/css';\n\nimport { config } from './Steps.config';\n\nconst mergedConfig = mergeConfig(stepsConfig, config);\nconst StepsComponent = component(mergedConfig);\n\nexport const Steps = StepsComponent;\n"],"names":["mergedConfig","mergeConfig","stepsConfig","config","StepsComponent","component","Steps"],"mappings":";;;;;;;AAIA,IAAMA,YAAY,gBAAGC,eAAW,CAACC,eAAW,EAAEC,mBAAM,CAAC;AACrD,IAAMC,cAAc,gBAAGC,aAAS,CAACL,YAAY,CAAC;AAEvC,IAAMM,KAAK,GAAGF;;;;"}
1
+ {"version":3,"file":"Steps.js","sources":["../../../../../src-css/components/Steps/Steps.ts"],"sourcesContent":["import type { FC } from 'react';\nimport {\n stepsConfig as rawStepsConfig,\n stepItemConfig,\n component,\n mergeConfig,\n} from '@salutejs/plasma-new-hope/css';\nimport type { StepItemExtendedProps } from '@salutejs/plasma-new-hope';\n\nimport { config as itemConfig } from './StepItem.config';\nimport { config } from './Steps.config';\n\nconst mergedItemConfig = mergeConfig(stepItemConfig, itemConfig);\nconst StepItem = component(mergedItemConfig);\n\nconst stepsConfig = rawStepsConfig(StepItem as FC<StepItemExtendedProps>);\n\nconst mergedConfig = mergeConfig(stepsConfig, config);\nconst StepsComponent = component(mergedConfig);\n\nexport const Steps = StepsComponent;\n"],"names":["mergedItemConfig","mergeConfig","stepItemConfig","itemConfig","StepItem","component","stepsConfig","rawStepsConfig","mergedConfig","config","StepsComponent","Steps"],"mappings":";;;;;;;;AAYA,IAAMA,gBAAgB,gBAAGC,eAAW,CAACC,kBAAc,EAAEC,sBAAU,CAAC;AAChE,IAAMC,QAAQ,gBAAGC,aAAS,CAACL,gBAAgB,CAAC;AAE5C,IAAMM,WAAW,gBAAGC,eAAc,CAACH,QAAqC,CAAC;AAEzE,IAAMI,YAAY,gBAAGP,eAAW,CAACK,WAAW,EAAEG,mBAAM,CAAC;AACrD,IAAMC,cAAc,gBAAGL,aAAS,CAACG,YAAY,CAAC;AAEvC,IAAMG,KAAK,GAAGD;;;;"}
@@ -1,4 +1,4 @@
1
- require('./TextField.config_1gai2jj.css');
1
+ require('./TextField.config_348k62.css');
2
2
  'use strict';
3
3
 
4
4
  Object.defineProperty(exports, '__esModule', { value: true });