@salutejs/sdds-dfa 0.322.0-canary.1906.17459907241.0 → 0.322.0-canary.2163.17581420375.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/CHANGELOG.md +107 -0
- package/components/Autocomplete/Autocomplete.config.js +3 -4
- package/components/Autocomplete/Autocomplete.d.ts +124 -117
- package/components/Autocomplete/Autocomplete.js +76 -4
- package/components/Combobox/Combobox.config.js +3 -4
- package/components/Combobox/Combobox.d.ts +48 -24
- package/components/DatePicker/DatePicker.config.js +5 -8
- package/components/Dropdown/Dropdown.d.ts +6 -6
- package/components/Pagination/Pagination.config.js +18 -11
- package/components/Select/Select.d.ts +12 -6
- package/components/TextArea/TextArea.config.d.ts +0 -3
- package/components/TextArea/TextArea.config.js +2 -19
- package/components/TextArea/TextArea.d.ts +0 -3
- package/components/TextField/TextField.config.js +2 -3
- package/es/components/Autocomplete/Autocomplete.config.js +3 -4
- package/es/components/Autocomplete/Autocomplete.js +61 -2
- package/es/components/Combobox/Combobox.config.js +3 -4
- package/es/components/DatePicker/DatePicker.config.js +5 -8
- package/es/components/Pagination/Pagination.config.js +18 -11
- package/es/components/TextArea/TextArea.config.js +2 -19
- package/es/components/TextField/TextField.config.js +2 -3
- package/package.json +8 -8
@@ -652,20 +652,6 @@ function _templateObject13() {
|
|
652
652
|
return data;
|
653
653
|
}
|
654
654
|
function _templateObject14() {
|
655
|
-
var data = _tagged_template_literal([
|
656
|
-
"\n ",
|
657
|
-
": 0.4;\n ",
|
658
|
-
": var(--surface-transparent-primary);\n ",
|
659
|
-
": var(--text-primary);\n ",
|
660
|
-
": var(--surface-transparent-primary);\n ",
|
661
|
-
": 0.4;\n "
|
662
|
-
]);
|
663
|
-
_templateObject14 = function _templateObject() {
|
664
|
-
return data;
|
665
|
-
};
|
666
|
-
return data;
|
667
|
-
}
|
668
|
-
function _templateObject15() {
|
669
655
|
var data = _tagged_template_literal([
|
670
656
|
"\n ",
|
671
657
|
": 0.4;\n ",
|
@@ -673,7 +659,7 @@ function _templateObject15() {
|
|
673
659
|
": var(--surface-transparent-primary);\n ",
|
674
660
|
": var(--text-secondary);\n "
|
675
661
|
]);
|
676
|
-
|
662
|
+
_templateObject14 = function _templateObject() {
|
677
663
|
return data;
|
678
664
|
};
|
679
665
|
return data;
|
@@ -712,11 +698,8 @@ export var config = {
|
|
712
698
|
clear: {
|
713
699
|
true: css(_templateObject13())
|
714
700
|
},
|
715
|
-
readOnly: {
|
716
|
-
true: css(_templateObject14(), textAreaTokens.readOnlyOpacity, textAreaTokens.backgroundColorReadOnly, textAreaTokens.inputColorReadOnly, textAreaTokens.dividerColorReadOnly, textAreaTokens.contentSlotRightOpacityReadOnly)
|
717
|
-
},
|
718
701
|
disabled: {
|
719
|
-
true: css(
|
702
|
+
true: css(_templateObject14(), textAreaTokens.disabledOpacity, textAreaTokens.inputColorDisabled, textAreaTokens.dividerColorReadOnly, textAreaTokens.titleCaptionColorReadOnly)
|
720
703
|
}
|
721
704
|
}
|
722
705
|
};
|
@@ -784,8 +784,7 @@ function _templateObject22() {
|
|
784
784
|
": var(--text-secondary);\n ",
|
785
785
|
": var(--text-secondary);\n ",
|
786
786
|
": var(--text-primary);\n ",
|
787
|
-
": var(--surface-transparent-primary);\n
|
788
|
-
": 0.4;\n "
|
787
|
+
": var(--surface-transparent-primary);\n "
|
789
788
|
]);
|
790
789
|
_templateObject22 = function _templateObject() {
|
791
790
|
return data;
|
@@ -840,7 +839,7 @@ export var config = {
|
|
840
839
|
true: css(_templateObject21(), tokens.disabledOpacity)
|
841
840
|
},
|
842
841
|
readOnly: {
|
843
|
-
true: css(_templateObject22(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly
|
842
|
+
true: css(_templateObject22(), tokens.readOnlyOpacity, tokens.colorReadOnly, tokens.backgroundColorReadOnly, tokens.placeholderColorReadOnly, tokens.leftHelperColorReadOnly, tokens.titleCaptionColorReadOnly, tokens.labelColorReadOnly, tokens.dividerColorReadOnly)
|
844
843
|
}
|
845
844
|
}
|
846
845
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-dfa",
|
3
|
-
"version": "0.322.0-canary.
|
3
|
+
"version": "0.322.0-canary.2163.17581420375.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS DFA web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -19,8 +19,8 @@
|
|
19
19
|
"directory": "packages/sdds-dfa"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@salutejs/plasma-new-hope": "0.336.0-canary.
|
23
|
-
"@salutejs/sdds-themes": "0.47.0
|
22
|
+
"@salutejs/plasma-new-hope": "0.336.0-canary.2163.17581420375.0",
|
23
|
+
"@salutejs/sdds-themes": "0.47.0"
|
24
24
|
},
|
25
25
|
"peerDependencies": {
|
26
26
|
"react": ">=16.13.1",
|
@@ -37,10 +37,10 @@
|
|
37
37
|
"@babel/preset-typescript": "7.24.1",
|
38
38
|
"@microsoft/api-extractor": "7.38.3",
|
39
39
|
"@salutejs/plasma-colors": "0.16.0",
|
40
|
-
"@salutejs/plasma-core": "1.207.0
|
41
|
-
"@salutejs/plasma-cy-utils": "0.137.0
|
42
|
-
"@salutejs/plasma-icons": "1.223.0
|
43
|
-
"@salutejs/plasma-sb-utils": "0.207.0
|
40
|
+
"@salutejs/plasma-core": "1.207.0",
|
41
|
+
"@salutejs/plasma-cy-utils": "0.137.0",
|
42
|
+
"@salutejs/plasma-icons": "1.223.0",
|
43
|
+
"@salutejs/plasma-sb-utils": "0.207.0",
|
44
44
|
"@storybook/addon-docs": "8.6.14",
|
45
45
|
"@storybook/addon-essentials": "8.6.14",
|
46
46
|
"@storybook/manager-api": "8.6.14",
|
@@ -94,5 +94,5 @@
|
|
94
94
|
"Anton Vinogradov"
|
95
95
|
],
|
96
96
|
"sideEffects": false,
|
97
|
-
"gitHead": "
|
97
|
+
"gitHead": "e2f4aba01635ff4cf7b5ba392daeaaa1aee49f70"
|
98
98
|
}
|