@salutejs/sdds-sbcom 0.353.0-next-platform-ai.0 → 0.353.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.
- package/dist/css/cjs/components/Combobox/Combobox.config.js +12 -6
- package/dist/css/cjs/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/cjs/components/Combobox/{Combobox.config_195tsva.css → Combobox.config_1xnqelp.css} +8 -5
- package/dist/css/cjs/components/Combobox/Combobox.css +17 -14
- package/dist/css/cjs/components/LinkButton/LinkButton.config.js +10 -9
- package/dist/css/cjs/components/LinkButton/LinkButton.config.js.map +1 -1
- package/dist/css/{es/components/LinkButton/LinkButton.config_12yu4kj.css → cjs/components/LinkButton/LinkButton.config_8ykw2o.css} +8 -7
- package/dist/css/cjs/components/LinkButton/LinkButton.css +14 -13
- package/dist/css/cjs/components/Note/Note.config.js +25 -3
- package/dist/css/cjs/components/Note/Note.config.js.map +1 -1
- package/dist/css/cjs/components/Note/Note.config_320cxl.css +15 -0
- package/dist/css/cjs/components/Note/Note.css +15 -9
- package/dist/css/cjs/components/Slider/Slider.config.js +9 -3
- package/dist/css/cjs/components/Slider/Slider.config.js.map +1 -1
- package/dist/css/{es/components/Slider/Slider.config_3tslk9.css → cjs/components/Slider/Slider.config_wh7f2b.css} +7 -4
- package/dist/css/cjs/components/Slider/Slider.css +10 -7
- package/dist/css/cjs/components/Steps/StepItem.config.js +22 -0
- package/dist/css/cjs/components/Steps/StepItem.config.js.map +1 -0
- package/dist/css/cjs/components/Steps/StepItem.config_qzqyof.css +5 -0
- package/dist/css/cjs/components/Steps/Steps.config.js +1 -1
- package/dist/css/cjs/components/Steps/Steps.config.js.map +1 -1
- package/dist/css/cjs/components/Steps/{Steps.config_15xn066.css → Steps.config_1abiw4e.css} +4 -4
- package/dist/css/cjs/components/Steps/Steps.css +20 -14
- package/dist/css/cjs/components/Steps/Steps.js +5 -1
- package/dist/css/cjs/components/Steps/Steps.js.map +1 -1
- package/dist/css/cjs/index.css +77 -58
- package/dist/css/cjs/index.js +21 -21
- package/dist/css/es/components/Combobox/Combobox.config.js +12 -6
- package/dist/css/es/components/Combobox/Combobox.config.js.map +1 -1
- package/dist/css/es/components/Combobox/{Combobox.config_195tsva.css → Combobox.config_1xnqelp.css} +8 -5
- package/dist/css/es/components/Combobox/Combobox.css +17 -14
- package/dist/css/es/components/LinkButton/LinkButton.config.js +10 -9
- package/dist/css/es/components/LinkButton/LinkButton.config.js.map +1 -1
- package/dist/css/{cjs/components/LinkButton/LinkButton.config_12yu4kj.css → es/components/LinkButton/LinkButton.config_8ykw2o.css} +8 -7
- package/dist/css/es/components/LinkButton/LinkButton.css +14 -13
- package/dist/css/es/components/Note/Note.config.js +25 -3
- package/dist/css/es/components/Note/Note.config.js.map +1 -1
- package/dist/css/es/components/Note/Note.config_320cxl.css +15 -0
- package/dist/css/es/components/Note/Note.css +15 -9
- package/dist/css/es/components/Segment/Segment.js +5 -5
- package/dist/css/es/components/Segment/Segment.js.map +1 -1
- package/dist/css/es/components/Slider/Slider.config.js +9 -3
- package/dist/css/es/components/Slider/Slider.config.js.map +1 -1
- package/dist/css/{cjs/components/Slider/Slider.config_3tslk9.css → es/components/Slider/Slider.config_wh7f2b.css} +7 -4
- package/dist/css/es/components/Slider/Slider.css +10 -7
- package/dist/css/es/components/Steps/StepItem.config.js +18 -0
- package/dist/css/es/components/Steps/StepItem.config.js.map +1 -0
- package/dist/css/es/components/Steps/StepItem.config_qzqyof.css +5 -0
- package/dist/css/es/components/Steps/Steps.config.js +1 -1
- package/dist/css/es/components/Steps/Steps.config.js.map +1 -1
- package/dist/css/es/components/Steps/{Steps.config_15xn066.css → Steps.config_1abiw4e.css} +4 -4
- package/dist/css/es/components/Steps/Steps.css +20 -14
- package/dist/css/es/components/Steps/Steps.js +5 -1
- package/dist/css/es/components/Steps/Steps.js.map +1 -1
- package/dist/css/es/components/Tabs/TabItem.js +9 -9
- package/dist/css/es/components/Tabs/TabItem.js.map +1 -1
- package/dist/css/es/components/Toast/Toast.js +1 -1
- package/dist/css/es/index.css +77 -58
- package/dist/css/es/index.js +4 -4
- package/package.json +7 -7
- package/types/components/Accordion/Accordion.d.ts +1 -1
- package/types/components/Autocomplete/Autocomplete.d.ts +8 -8
- package/types/components/Calendar/Calendar.d.ts +2 -2
- package/types/components/Cell/Cell.d.ts +3 -3
- package/types/components/Combobox/Combobox.config.d.ts +6 -0
- package/types/components/Combobox/Combobox.d.ts +13 -0
- package/types/components/DatePicker/DatePicker.d.ts +8 -8
- package/types/components/LinkButton/LinkButton.config.d.ts +1 -0
- package/types/components/LinkButton/LinkButton.d.ts +1 -0
- package/types/components/Note/Note.config.d.ts +10 -0
- package/types/components/Note/Note.d.ts +6 -0
- package/types/components/Slider/Slider.config.d.ts +6 -0
- package/types/components/Slider/Slider.d.ts +9 -2
- package/types/components/Steps/StepItem.config.d.ts +14 -0
- package/types/components/TimePicker/TimePicker.d.ts +6 -2
- package/types/components/Tokens/Colors/Colors.styles.d.ts +2 -0
- package/types/components/Tokens/Typography/Typography.styles.d.ts +2 -0
- package/dist/css/cjs/components/Note/Note.config_1hsm0z2.css +0 -9
- package/dist/css/es/components/Note/Note.config_1hsm0z2.css +0 -9
|
@@ -1,14 +1,20 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
.
|
|
6
|
-
|
|
7
|
-
.
|
|
8
|
-
.
|
|
9
|
-
.
|
|
10
|
-
.
|
|
11
|
-
.
|
|
12
|
-
.
|
|
13
|
-
.
|
|
14
|
-
.
|
|
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_1abiw4e_d1eto8nh__c6467342{--plasma-step-item-divider-color:var(--surface-solid-default,#F6F2F0);}
|
|
8
|
+
.Steps_config_1abiw4e_as5t39y__c6467342{--plasma-step-item-divider-color:var(--surface-accent,#0BA686);}
|
|
9
|
+
.Steps_config_1abiw4e_d1o9g49i__c6467342{--plasma-step-item-active-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default,#F6F2F0);--plasma-step-item-active-indicator-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-indicator-background:var(--surface-clear,#FFFFFF00);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-background:var(--surface-solid-default,#F6F2F0);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover,#F9F7F5FF);--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-inactive-title-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-step-item-inactive-indicator-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-background:var(--surface-transparent-secondary,#FFFFFF29);--plasma-step-item-inactive-indicator-background-hover:var(--surface-transparent-secondary-hover,#FFFFFF47);--plasma-step-item-content-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-focus-color:var(--surface-accent,#0BA686);--plasma-step-item-disabled-opacity:0.4;}
|
|
10
|
+
.Steps_config_1abiw4e_nzx2zl9__c6467342{--plasma-step-item-active-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default,#F6F2F0);--plasma-step-item-active-indicator-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-indicator-background:var(--surface-clear,#FFFFFF00);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-background:var(--surface-solid-default,#F6F2F0);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover,#F9F7F5FF);--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-inactive-title-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-step-item-inactive-indicator-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-background:var(--surface-transparent-secondary,#FFFFFF29);--plasma-step-item-inactive-indicator-background-hover:var(--surface-transparent-secondary-hover,#FFFFFF47);--plasma-step-item-content-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-focus-color:var(--surface-accent,#0BA686);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-negative,#F8A6A9);--plasma-step-item-active-title-color-hover:var(--surface-negative-hover,#F9B8BAFF);--plasma-step-item-active-indicator-border:solid var(--surface-negative,#F8A6A9);--plasma-step-item-active-indicator-color:var(--text-negative,#F57E83);}
|
|
11
|
+
.Steps_config_1abiw4e_wcdn5ma__c6467342{--plasma-step-item-active-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default,#F6F2F0);--plasma-step-item-active-indicator-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-indicator-background:var(--surface-clear,#FFFFFF00);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-background:var(--surface-solid-default,#F6F2F0);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover,#F9F7F5FF);--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-inactive-title-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-step-item-inactive-indicator-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-background:var(--surface-transparent-secondary,#FFFFFF29);--plasma-step-item-inactive-indicator-background-hover:var(--surface-transparent-secondary-hover,#FFFFFF47);--plasma-step-item-content-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-focus-color:var(--surface-accent,#0BA686);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-warning,#F8AD80);--plasma-step-item-active-title-color-hover:var(--surface-warning-hover,#F9BB94FF);--plasma-step-item-active-indicator-border:solid var(--surface-warning,#F8AD80);--plasma-step-item-active-indicator-color:var(--text-warning,#DA6828);}
|
|
12
|
+
.Steps_config_1abiw4e_pxho34d__c6467342{--plasma-step-item-active-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-active-indicator-border:solid var(--surface-solid-default,#F6F2F0);--plasma-step-item-active-indicator-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-active-indicator-background:var(--surface-clear,#FFFFFF00);--plasma-step-item-completed-indicator-color:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-color-hover:var(--inverse-text-primary,#15110FFC);--plasma-step-item-completed-indicator-background:var(--surface-solid-default,#F6F2F0);--plasma-step-item-completed-indicator-background-hover:var(--surface-solid-default-hover,#F9F7F5FF);--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-inactive-title-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-title-color-hover:var(--text-secondary-hover,#F5F1EFFF);--plasma-step-item-inactive-indicator-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-color-hover:var(--text-secondary,#F6F2F0A3);--plasma-step-item-inactive-indicator-background:var(--surface-transparent-secondary,#FFFFFF29);--plasma-step-item-inactive-indicator-background-hover:var(--surface-transparent-secondary-hover,#FFFFFF47);--plasma-step-item-content-color:var(--text-secondary,#F6F2F0A3);--plasma-step-item-focus-color:var(--surface-accent,#0BA686);--plasma-step-item-disabled-opacity:0.4;--plasma-step-item-active-title-color:var(--surface-positive,#A6D2A2);--plasma-step-item-active-title-color-hover:var(--surface-positive-hover,#B3D9B0FF);--plasma-step-item-active-indicator-border:solid var(--surface-positive,#A6D2A2);--plasma-step-item-active-indicator-color:var(--text-positive,#50A84C);}
|
|
13
|
+
.Steps_config_1abiw4e_ly70uvz__c6467342{--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.75rem;--plasma-step-item-content-padding-top:0.375rem;--plasma-step-item-content-side-padding:2rem;--plasma-step-item-content-vertical-padding:1.0625rem;--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-l-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-l-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-l-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-l-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-l-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-l-line-height);--plasma-step-item-content-font-family:var(--plasma-typo-body-m-font-family);--plasma-step-item-content-font-size:var(--plasma-typo-body-m-font-size);--plasma-step-item-content-font-style:var(--plasma-typo-body-m-font-style);--plasma-step-item-content-font-weight:var(--plasma-typo-body-m-font-weight);--plasma-step-item-content-letter-spacing:var(--plasma-typo-body-m-letter-spacing);--plasma-step-item-content-line-height:var(--plasma-typo-body-m-line-height);--plasma-step-item-divider-thickness:0.125rem;}
|
|
14
|
+
.Steps_config_1abiw4e_m13abbyw__c6467342{--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;}
|
|
15
|
+
.Steps_config_1abiw4e_s3tayno__c6467342{--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;}
|
|
16
|
+
.Steps_config_1abiw4e_xtb8tz4__c6467342{--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.25rem;--plasma-step-item-content-side-padding:1.5rem;--plasma-step-item-content-vertical-padding:0.5625rem;--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-xs-font-family);--plasma-step-item-title-font-size:var(--plasma-typo-body-xs-font-size);--plasma-step-item-title-font-style:var(--plasma-typo-body-xs-font-style);--plasma-step-item-title-font-weight:var(--plasma-typo-body-xs-font-weight);--plasma-step-item-title-letter-spacing:var(--plasma-typo-body-xs-letter-spacing);--plasma-step-item-title-line-height:var(--plasma-typo-body-xs-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;}
|
|
17
|
+
.Steps_config_1abiw4e_sdmymci__c6467342{--plasma-step-item-active-indicator-border:solid var(--text-accent,#61C8B0);--plasma-step-item-active-indicator-color:var(--text-accent,#61C8B0);--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-completed-indicator-background:var(--surface-accent,#0BA686);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover,#0CBB98FF);}
|
|
18
|
+
.Steps_config_1abiw4e_szwvz3f__c6467342{--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-completed-indicator-background:var(--surface-accent,#0BA686);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover,#0CBB98FF);}
|
|
19
|
+
.Steps_config_1abiw4e_s1mgnpkk__c6467342{--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-completed-indicator-background:var(--surface-accent,#0BA686);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover,#0CBB98FF);}
|
|
20
|
+
.Steps_config_1abiw4e_s1o5165__c6467342{--plasma-step-item-completed-title-color:var(--text-primary,#FFFFFFFC);--plasma-step-item-completed-title-color-hover:var(--text-primary-hover,#FFFFFF97);--plasma-step-item-completed-indicator-background:var(--surface-accent,#0BA686);--plasma-step-item-completed-indicator-background-hover:var(--surface-accent-hover,#0CBB98FF);}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
-
import { component, mergeConfig, stepsConfig } from '@salutejs/plasma-new-hope/css';
|
|
1
|
+
import { component, mergeConfig, stepsConfig as stepsConfig$1, stepItemConfig } from '@salutejs/plasma-new-hope/css';
|
|
2
|
+
import { config as config$1 } from './StepItem.config.js';
|
|
2
3
|
import { config } from './Steps.config.js';
|
|
3
4
|
|
|
5
|
+
var mergedItemConfig = /*#__PURE__*/mergeConfig(stepItemConfig, config$1);
|
|
6
|
+
var StepItem = /*#__PURE__*/component(mergedItemConfig);
|
|
7
|
+
var stepsConfig = /*#__PURE__*/stepsConfig$1(StepItem);
|
|
4
8
|
var mergedConfig = /*#__PURE__*/mergeConfig(stepsConfig, config);
|
|
5
9
|
var StepsComponent = /*#__PURE__*/component(mergedConfig);
|
|
6
10
|
var Steps = StepsComponent;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Steps.js","sources":["../../../../../src-css/components/Steps/Steps.ts"],"sourcesContent":["import { stepsConfig
|
|
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,WAAW,CAACC,cAAc,EAAEC,QAAU,CAAC;AAChE,IAAMC,QAAQ,gBAAGC,SAAS,CAACL,gBAAgB,CAAC;AAE5C,IAAMM,WAAW,gBAAGC,aAAc,CAACH,QAAqC,CAAC;AAEzE,IAAMI,YAAY,gBAAGP,WAAW,CAACK,WAAW,EAAEG,MAAM,CAAC;AACrD,IAAMC,cAAc,gBAAGL,SAAS,CAACG,YAAY,CAAC;AAEvC,IAAMG,KAAK,GAAGD;;;;"}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { extends as _extends } from '../../_virtual/_rollupPluginBabelHelpers.js';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { fixedForwardRef, component, mergeConfig,
|
|
4
|
-
import { config as config$
|
|
5
|
-
import { config as config$
|
|
6
|
-
import { config } from './vertical/VerticalTabItem.config.js';
|
|
7
|
-
import { config
|
|
3
|
+
import { fixedForwardRef, component, mergeConfig, verticalIconTabItemConfig, horizontalIconTabItemConfig, verticalTabItemConfig, horizontalTabItemConfig } from '@salutejs/plasma-new-hope/css';
|
|
4
|
+
import { config as config$3 } from './horizontal/HorizontalTabItem.config.js';
|
|
5
|
+
import { config as config$1 } from './horizontal/HorizontalIconTabItem.config.js';
|
|
6
|
+
import { config as config$2 } from './vertical/VerticalTabItem.config.js';
|
|
7
|
+
import { config } from './vertical/VerticalIconTabItem.config.js';
|
|
8
8
|
|
|
9
|
-
var mergedHorizontalTabItemConfig = /*#__PURE__*/mergeConfig(horizontalTabItemConfig, config$
|
|
9
|
+
var mergedHorizontalTabItemConfig = /*#__PURE__*/mergeConfig(horizontalTabItemConfig, config$3);
|
|
10
10
|
var HorizontalTabItem = /*#__PURE__*/component(mergedHorizontalTabItemConfig);
|
|
11
|
-
var mergedHorizontalIconTabItemConfig = /*#__PURE__*/mergeConfig(horizontalIconTabItemConfig, config$
|
|
11
|
+
var mergedHorizontalIconTabItemConfig = /*#__PURE__*/mergeConfig(horizontalIconTabItemConfig, config$1);
|
|
12
12
|
var HorizontalIconTabItem = /*#__PURE__*/component(mergedHorizontalIconTabItemConfig);
|
|
13
|
-
var mergedVerticalTabItemConfig = /*#__PURE__*/mergeConfig(verticalTabItemConfig, config);
|
|
13
|
+
var mergedVerticalTabItemConfig = /*#__PURE__*/mergeConfig(verticalTabItemConfig, config$2);
|
|
14
14
|
var VerticalTabItem = /*#__PURE__*/component(mergedVerticalTabItemConfig);
|
|
15
|
-
var mergedVerticalIconTabItemConfig = /*#__PURE__*/mergeConfig(verticalIconTabItemConfig, config
|
|
15
|
+
var mergedVerticalIconTabItemConfig = /*#__PURE__*/mergeConfig(verticalIconTabItemConfig, config);
|
|
16
16
|
var VerticalIconTabItem = /*#__PURE__*/component(mergedVerticalIconTabItemConfig);
|
|
17
17
|
/**
|
|
18
18
|
* Элемент списка, недопустимо использовать вне компонента Tabs.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabItem.js","sources":["../../../../../src-css/components/Tabs/TabItem.tsx"],"sourcesContent":["import React, { ComponentProps } from 'react';\nimport {\n horizontalTabItemConfig,\n horizontalIconTabItemConfig,\n verticalTabItemConfig,\n verticalIconTabItemConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config as horizontalConfig } from './horizontal/HorizontalTabItem.config';\nimport { config as horizontalIconConfig } from './horizontal/HorizontalIconTabItem.config';\nimport { config as verticalConfig } from './vertical/VerticalTabItem.config';\nimport { config as verticalIconConfig } from './vertical/VerticalIconTabItem.config';\n\nconst mergedHorizontalTabItemConfig = mergeConfig(horizontalTabItemConfig, horizontalConfig);\nconst HorizontalTabItem = component(mergedHorizontalTabItemConfig);\n\nconst mergedHorizontalIconTabItemConfig = mergeConfig(horizontalIconTabItemConfig, horizontalIconConfig);\nconst HorizontalIconTabItem = component(mergedHorizontalIconTabItemConfig);\n\nconst mergedVerticalTabItemConfig = mergeConfig(verticalTabItemConfig, verticalConfig);\nconst VerticalTabItem = component(mergedVerticalTabItemConfig);\n\nconst mergedVerticalIconTabItemConfig = mergeConfig(verticalIconTabItemConfig, verticalIconConfig);\nconst VerticalIconTabItem = component(mergedVerticalIconTabItemConfig);\n\nexport type HorizontalTabItemProps = ComponentProps<typeof HorizontalTabItem>;\nexport type VerticalTabItemProps = ComponentProps<typeof VerticalTabItem>;\n\nexport type TabItemProps = HorizontalTabItemProps | VerticalTabItemProps;\n\n/**\n * Элемент списка, недопустимо использовать вне компонента Tabs.\n */\nexport const TabItem = fixedForwardRef<HTMLButtonElement, TabItemProps>((props: TabItemProps, ref) => {\n if (props.orientation === 'vertical') {\n return <VerticalTabItem ref={ref} {...(props as VerticalTabItemProps)} />;\n }\n\n return <HorizontalTabItem ref={ref} {...(props as HorizontalTabItemProps)} />;\n});\n\nexport type HorizontalIconTabItemProps = ComponentProps<typeof HorizontalIconTabItem>;\nexport type VerticalIconTabItemProps = ComponentProps<typeof VerticalIconTabItem>;\n\nexport type IconTabItemProps = HorizontalIconTabItemProps | VerticalIconTabItemProps;\n\nexport const IconTabItem = fixedForwardRef<HTMLButtonElement, IconTabItemProps>((props: IconTabItemProps, ref) => {\n if (props.orientation === 'vertical') {\n return <VerticalIconTabItem ref={ref} {...(props as VerticalIconTabItemProps)} />;\n }\n\n return <HorizontalIconTabItem ref={ref} {...(props as HorizontalIconTabItemProps)} />;\n});\n"],"names":["mergedHorizontalTabItemConfig","mergeConfig","horizontalTabItemConfig","horizontalConfig","HorizontalTabItem","component","mergedHorizontalIconTabItemConfig","horizontalIconTabItemConfig","horizontalIconConfig","HorizontalIconTabItem","mergedVerticalTabItemConfig","verticalTabItemConfig","verticalConfig","VerticalTabItem","mergedVerticalIconTabItemConfig","verticalIconTabItemConfig","verticalIconConfig","VerticalIconTabItem","TabItem","fixedForwardRef","props","ref","orientation","React","createElement","_extends","IconTabItem"],"mappings":";;;;;;;;AAgBA,IAAMA,6BAA6B,gBAAGC,WAAW,CAACC,uBAAuB,EAAEC,QAAgB,CAAC;AAC5F,IAAMC,iBAAiB,gBAAGC,SAAS,CAACL,6BAA6B,CAAC;AAElE,IAAMM,iCAAiC,gBAAGL,WAAW,CAACM,2BAA2B,EAAEC,QAAoB,CAAC;AACxG,IAAMC,qBAAqB,gBAAGJ,SAAS,CAACC,iCAAiC,CAAC;AAE1E,IAAMI,2BAA2B,gBAAGT,WAAW,CAACU,qBAAqB,EAAEC,
|
|
1
|
+
{"version":3,"file":"TabItem.js","sources":["../../../../../src-css/components/Tabs/TabItem.tsx"],"sourcesContent":["import React, { ComponentProps } from 'react';\nimport {\n horizontalTabItemConfig,\n horizontalIconTabItemConfig,\n verticalTabItemConfig,\n verticalIconTabItemConfig,\n component,\n mergeConfig,\n fixedForwardRef,\n} from '@salutejs/plasma-new-hope/css';\n\nimport { config as horizontalConfig } from './horizontal/HorizontalTabItem.config';\nimport { config as horizontalIconConfig } from './horizontal/HorizontalIconTabItem.config';\nimport { config as verticalConfig } from './vertical/VerticalTabItem.config';\nimport { config as verticalIconConfig } from './vertical/VerticalIconTabItem.config';\n\nconst mergedHorizontalTabItemConfig = mergeConfig(horizontalTabItemConfig, horizontalConfig);\nconst HorizontalTabItem = component(mergedHorizontalTabItemConfig);\n\nconst mergedHorizontalIconTabItemConfig = mergeConfig(horizontalIconTabItemConfig, horizontalIconConfig);\nconst HorizontalIconTabItem = component(mergedHorizontalIconTabItemConfig);\n\nconst mergedVerticalTabItemConfig = mergeConfig(verticalTabItemConfig, verticalConfig);\nconst VerticalTabItem = component(mergedVerticalTabItemConfig);\n\nconst mergedVerticalIconTabItemConfig = mergeConfig(verticalIconTabItemConfig, verticalIconConfig);\nconst VerticalIconTabItem = component(mergedVerticalIconTabItemConfig);\n\nexport type HorizontalTabItemProps = ComponentProps<typeof HorizontalTabItem>;\nexport type VerticalTabItemProps = ComponentProps<typeof VerticalTabItem>;\n\nexport type TabItemProps = HorizontalTabItemProps | VerticalTabItemProps;\n\n/**\n * Элемент списка, недопустимо использовать вне компонента Tabs.\n */\nexport const TabItem = fixedForwardRef<HTMLButtonElement, TabItemProps>((props: TabItemProps, ref) => {\n if (props.orientation === 'vertical') {\n return <VerticalTabItem ref={ref} {...(props as VerticalTabItemProps)} />;\n }\n\n return <HorizontalTabItem ref={ref} {...(props as HorizontalTabItemProps)} />;\n});\n\nexport type HorizontalIconTabItemProps = ComponentProps<typeof HorizontalIconTabItem>;\nexport type VerticalIconTabItemProps = ComponentProps<typeof VerticalIconTabItem>;\n\nexport type IconTabItemProps = HorizontalIconTabItemProps | VerticalIconTabItemProps;\n\nexport const IconTabItem = fixedForwardRef<HTMLButtonElement, IconTabItemProps>((props: IconTabItemProps, ref) => {\n if (props.orientation === 'vertical') {\n return <VerticalIconTabItem ref={ref} {...(props as VerticalIconTabItemProps)} />;\n }\n\n return <HorizontalIconTabItem ref={ref} {...(props as HorizontalIconTabItemProps)} />;\n});\n"],"names":["mergedHorizontalTabItemConfig","mergeConfig","horizontalTabItemConfig","horizontalConfig","HorizontalTabItem","component","mergedHorizontalIconTabItemConfig","horizontalIconTabItemConfig","horizontalIconConfig","HorizontalIconTabItem","mergedVerticalTabItemConfig","verticalTabItemConfig","verticalConfig","VerticalTabItem","mergedVerticalIconTabItemConfig","verticalIconTabItemConfig","verticalIconConfig","VerticalIconTabItem","TabItem","fixedForwardRef","props","ref","orientation","React","createElement","_extends","IconTabItem"],"mappings":";;;;;;;;AAgBA,IAAMA,6BAA6B,gBAAGC,WAAW,CAACC,uBAAuB,EAAEC,QAAgB,CAAC;AAC5F,IAAMC,iBAAiB,gBAAGC,SAAS,CAACL,6BAA6B,CAAC;AAElE,IAAMM,iCAAiC,gBAAGL,WAAW,CAACM,2BAA2B,EAAEC,QAAoB,CAAC;AACxG,IAAMC,qBAAqB,gBAAGJ,SAAS,CAACC,iCAAiC,CAAC;AAE1E,IAAMI,2BAA2B,gBAAGT,WAAW,CAACU,qBAAqB,EAAEC,QAAc,CAAC;AACtF,IAAMC,eAAe,gBAAGR,SAAS,CAACK,2BAA2B,CAAC;AAE9D,IAAMI,+BAA+B,gBAAGb,WAAW,CAACc,yBAAyB,EAAEC,MAAkB,CAAC;AAClG,IAAMC,mBAAmB,gBAAGZ,SAAS,CAACS,+BAA+B,CAAC;AAOtE;AACA;AACA;AACO,IAAMI,OAAO,gBAAGC,eAAe,CAAkC,UAACC,KAAmB,EAAEC,GAAG,EAAK;AAClG,EAAA,IAAID,KAAK,CAACE,WAAW,KAAK,UAAU,EAAE;AAClC,IAAA,oBAAOC,KAAA,CAAAC,aAAA,CAACX,eAAe,EAAAY,QAAA,CAAA;AAACJ,MAAAA,GAAG,EAAEA;KAAI,EAAMD,KAAK,CAA4B,CAAC;AAC7E,EAAA;AAEA,EAAA,oBAAOG,KAAA,CAAAC,aAAA,CAACpB,iBAAiB,EAAAqB,QAAA,CAAA;AAACJ,IAAAA,GAAG,EAAEA;GAAI,EAAMD,KAAK,CAA8B,CAAC;AACjF,CAAC;AAOM,IAAMM,WAAW,gBAAGP,eAAe,CAAsC,UAACC,KAAuB,EAAEC,GAAG,EAAK;AAC9G,EAAA,IAAID,KAAK,CAACE,WAAW,KAAK,UAAU,EAAE;AAClC,IAAA,oBAAOC,KAAA,CAAAC,aAAA,CAACP,mBAAmB,EAAAQ,QAAA,CAAA;AAACJ,MAAAA,GAAG,EAAEA;KAAI,EAAMD,KAAK,CAAgC,CAAC;AACrF,EAAA;AAEA,EAAA,oBAAOG,KAAA,CAAAC,aAAA,CAACf,qBAAqB,EAAAgB,QAAA,CAAA;AAACJ,IAAAA,GAAG,EAAEA;GAAI,EAAMD,KAAK,CAAkC,CAAC;AACzF,CAAC;;;;"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { component, ToastProviderHoc, mergeConfig,
|
|
1
|
+
import { component, ToastProviderHoc, mergeConfig, toastConfig, ToastControllerHoc } from '@salutejs/plasma-new-hope/css';
|
|
2
2
|
export { useToast } from '@salutejs/plasma-new-hope/css';
|
|
3
3
|
import { config } from './Toast.config.js';
|
|
4
4
|
|