@salutejs/sdds-cs 0.324.0-canary.2103.16561876646.0 → 0.324.0-canary.2106.16593597643.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/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
- package/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/components/TextArea/TextArea.d.ts +8 -8
- package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
- package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
- package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +4 -4
- package/es/components/Tabs/vertical/VerticalTabItem.config.js +1 -1
- package/package.json +6 -6
@@ -43,7 +43,7 @@ function _templateObject() {
|
|
43
43
|
": 0rem;\n ",
|
44
44
|
": var(--surface-solid-default);\n ",
|
45
45
|
": var(--surface-solid-default-hover);\n\n ",
|
46
|
-
":
|
46
|
+
": default;\n "
|
47
47
|
]);
|
48
48
|
_templateObject = function _templateObject() {
|
49
49
|
return data;
|
@@ -73,7 +73,7 @@ function _templateObject1() {
|
|
73
73
|
": 0rem;\n ",
|
74
74
|
": var(--surface-solid-default);\n ",
|
75
75
|
": var(--surface-solid-default-hover);\n\n ",
|
76
|
-
":
|
76
|
+
": default;\n "
|
77
77
|
]);
|
78
78
|
_templateObject1 = function _templateObject() {
|
79
79
|
return data;
|
@@ -104,7 +104,7 @@ function _templateObject2() {
|
|
104
104
|
": 0.125rem;\n ",
|
105
105
|
": var(--surface-solid-default);\n ",
|
106
106
|
": var(--surface-solid-default-hover);\n\n ",
|
107
|
-
":
|
107
|
+
": default;\n "
|
108
108
|
]);
|
109
109
|
_templateObject2 = function _templateObject() {
|
110
110
|
return data;
|
@@ -134,7 +134,7 @@ function _templateObject3() {
|
|
134
134
|
": 0rem;\n ",
|
135
135
|
": var(--surface-solid-default);\n ",
|
136
136
|
": var(--surface-solid-default-hover);\n\n ",
|
137
|
-
":
|
137
|
+
": default;\n "
|
138
138
|
]);
|
139
139
|
_templateObject3 = function _templateObject() {
|
140
140
|
return data;
|
@@ -72,7 +72,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
72
72
|
clear?: undefined;
|
73
73
|
hasDivider?: undefined;
|
74
74
|
} & {
|
75
|
-
labelAriaHidden
|
75
|
+
labelAriaHidden?: boolean;
|
76
76
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
77
77
|
status?: "" | "success" | "warning" | "error";
|
78
78
|
label?: string;
|
@@ -119,7 +119,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
119
119
|
clear?: undefined;
|
120
120
|
hasDivider?: undefined;
|
121
121
|
} & {
|
122
|
-
labelAriaHidden
|
122
|
+
labelAriaHidden?: boolean;
|
123
123
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
124
124
|
status?: "" | "success" | "warning" | "error";
|
125
125
|
label?: string;
|
@@ -166,7 +166,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
166
166
|
clear?: undefined;
|
167
167
|
hasDivider?: undefined;
|
168
168
|
} & {
|
169
|
-
labelAriaHidden
|
169
|
+
labelAriaHidden?: boolean;
|
170
170
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
171
171
|
status?: "" | "success" | "warning" | "error";
|
172
172
|
label?: string;
|
@@ -213,7 +213,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
213
213
|
height?: undefined;
|
214
214
|
width?: undefined;
|
215
215
|
} & {
|
216
|
-
labelAriaHidden
|
216
|
+
labelAriaHidden?: boolean;
|
217
217
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
218
218
|
status?: "" | "success" | "warning" | "error";
|
219
219
|
label?: string;
|
@@ -260,7 +260,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
260
260
|
clear?: undefined;
|
261
261
|
hasDivider?: undefined;
|
262
262
|
} & {
|
263
|
-
labelAriaHidden
|
263
|
+
labelAriaHidden?: boolean;
|
264
264
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
265
265
|
status?: "" | "success" | "warning" | "error";
|
266
266
|
label?: string;
|
@@ -307,7 +307,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
307
307
|
clear?: undefined;
|
308
308
|
hasDivider?: undefined;
|
309
309
|
} & {
|
310
|
-
labelAriaHidden
|
310
|
+
labelAriaHidden?: boolean;
|
311
311
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
312
312
|
status?: "" | "success" | "warning" | "error";
|
313
313
|
label?: string;
|
@@ -354,7 +354,7 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
354
354
|
clear?: undefined;
|
355
355
|
hasDivider?: undefined;
|
356
356
|
} & {
|
357
|
-
labelAriaHidden
|
357
|
+
labelAriaHidden?: boolean;
|
358
358
|
} & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
|
359
359
|
status?: "" | "success" | "warning" | "error";
|
360
360
|
label?: string;
|
@@ -401,5 +401,5 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
|
|
401
401
|
height?: undefined;
|
402
402
|
width?: undefined;
|
403
403
|
} & {
|
404
|
-
labelAriaHidden
|
404
|
+
labelAriaHidden?: boolean;
|
405
405
|
} & import("react").RefAttributes<HTMLTextAreaElement>))>;
|
@@ -43,7 +43,7 @@ function _templateObject() {
|
|
43
43
|
": 0rem;\n ",
|
44
44
|
": var(--surface-solid-default);\n ",
|
45
45
|
": var(--surface-solid-default-hover);\n\n ",
|
46
|
-
":
|
46
|
+
": default;\n "
|
47
47
|
]);
|
48
48
|
_templateObject = function _templateObject() {
|
49
49
|
return data;
|
@@ -73,7 +73,7 @@ function _templateObject1() {
|
|
73
73
|
": 0rem;\n ",
|
74
74
|
": var(--surface-solid-default);\n ",
|
75
75
|
": var(--surface-solid-default-hover);\n\n ",
|
76
|
-
":
|
76
|
+
": default;\n "
|
77
77
|
]);
|
78
78
|
_templateObject1 = function _templateObject() {
|
79
79
|
return data;
|
@@ -104,7 +104,7 @@ function _templateObject2() {
|
|
104
104
|
": 0.125rem;\n ",
|
105
105
|
": var(--surface-solid-default);\n ",
|
106
106
|
": var(--surface-solid-default-hover);\n\n ",
|
107
|
-
":
|
107
|
+
": default;\n "
|
108
108
|
]);
|
109
109
|
_templateObject2 = function _templateObject() {
|
110
110
|
return data;
|
@@ -134,7 +134,7 @@ function _templateObject3() {
|
|
134
134
|
": 0rem;\n ",
|
135
135
|
": var(--surface-solid-default);\n ",
|
136
136
|
": var(--surface-solid-default-hover);\n\n ",
|
137
|
-
":
|
137
|
+
": default;\n "
|
138
138
|
]);
|
139
139
|
_templateObject3 = function _templateObject() {
|
140
140
|
return data;
|
@@ -32,7 +32,7 @@ function _templateObject() {
|
|
32
32
|
": 0rem;\n ",
|
33
33
|
": var(--surface-solid-default);\n ",
|
34
34
|
": var(--surface-solid-default-hover);\n\n ",
|
35
|
-
":
|
35
|
+
": default;\n "
|
36
36
|
]);
|
37
37
|
_templateObject = function _templateObject() {
|
38
38
|
return data;
|
@@ -62,7 +62,7 @@ function _templateObject1() {
|
|
62
62
|
": 0rem;\n ",
|
63
63
|
": var(--surface-solid-default);\n ",
|
64
64
|
": var(--surface-solid-default-hover);\n\n ",
|
65
|
-
":
|
65
|
+
": default;\n "
|
66
66
|
]);
|
67
67
|
_templateObject1 = function _templateObject() {
|
68
68
|
return data;
|
@@ -93,7 +93,7 @@ function _templateObject2() {
|
|
93
93
|
": 0.125rem;\n ",
|
94
94
|
": var(--surface-solid-default);\n ",
|
95
95
|
": var(--surface-solid-default-hover);\n\n ",
|
96
|
-
":
|
96
|
+
": default;\n "
|
97
97
|
]);
|
98
98
|
_templateObject2 = function _templateObject() {
|
99
99
|
return data;
|
@@ -123,7 +123,7 @@ function _templateObject3() {
|
|
123
123
|
": 0rem;\n ",
|
124
124
|
": var(--surface-solid-default);\n ",
|
125
125
|
": var(--surface-solid-default-hover);\n\n ",
|
126
|
-
":
|
126
|
+
": default;\n "
|
127
127
|
]);
|
128
128
|
_templateObject3 = function _templateObject() {
|
129
129
|
return data;
|
@@ -32,7 +32,7 @@ function _templateObject() {
|
|
32
32
|
": 0rem;\n ",
|
33
33
|
": var(--surface-solid-default);\n ",
|
34
34
|
": var(--surface-solid-default-hover);\n\n ",
|
35
|
-
":
|
35
|
+
": default;\n "
|
36
36
|
]);
|
37
37
|
_templateObject = function _templateObject() {
|
38
38
|
return data;
|
@@ -62,7 +62,7 @@ function _templateObject1() {
|
|
62
62
|
": 0rem;\n ",
|
63
63
|
": var(--surface-solid-default);\n ",
|
64
64
|
": var(--surface-solid-default-hover);\n\n ",
|
65
|
-
":
|
65
|
+
": default;\n "
|
66
66
|
]);
|
67
67
|
_templateObject1 = function _templateObject() {
|
68
68
|
return data;
|
@@ -93,7 +93,7 @@ function _templateObject2() {
|
|
93
93
|
": 0.125rem;\n ",
|
94
94
|
": var(--surface-solid-default);\n ",
|
95
95
|
": var(--surface-solid-default-hover);\n\n ",
|
96
|
-
":
|
96
|
+
": default;\n "
|
97
97
|
]);
|
98
98
|
_templateObject2 = function _templateObject() {
|
99
99
|
return data;
|
@@ -123,7 +123,7 @@ function _templateObject3() {
|
|
123
123
|
": 0rem;\n ",
|
124
124
|
": var(--surface-solid-default);\n ",
|
125
125
|
": var(--surface-solid-default-hover);\n\n ",
|
126
|
-
":
|
126
|
+
": default;\n "
|
127
127
|
]);
|
128
128
|
_templateObject3 = function _templateObject() {
|
129
129
|
return data;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@salutejs/sdds-cs",
|
3
|
-
"version": "0.324.0-canary.
|
3
|
+
"version": "0.324.0-canary.2106.16593597643.0",
|
4
4
|
"description": "Salute Design System / React UI kit for SDDS CS web applications",
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
6
6
|
"license": "MIT",
|
@@ -30,7 +30,7 @@
|
|
30
30
|
"directory": "packages/sdds-cs"
|
31
31
|
},
|
32
32
|
"dependencies": {
|
33
|
-
"@salutejs/plasma-new-hope": "0.332.0-canary.
|
33
|
+
"@salutejs/plasma-new-hope": "0.332.0-canary.2106.16593597643.0",
|
34
34
|
"@salutejs/sdds-themes": "0.43.0"
|
35
35
|
},
|
36
36
|
"peerDependencies": {
|
@@ -54,10 +54,10 @@
|
|
54
54
|
"@microsoft/api-extractor": "7.38.3",
|
55
55
|
"@originjs/vite-plugin-commonjs": "1.0.3",
|
56
56
|
"@salutejs/plasma-colors": "0.15.0",
|
57
|
-
"@salutejs/plasma-core": "1.
|
58
|
-
"@salutejs/plasma-cy-utils": "0.
|
57
|
+
"@salutejs/plasma-core": "1.204.0-canary.2106.16593597643.0",
|
58
|
+
"@salutejs/plasma-cy-utils": "0.134.0-canary.2106.16593597643.0",
|
59
59
|
"@salutejs/plasma-icons": "1.222.0",
|
60
|
-
"@salutejs/plasma-sb-utils": "0.
|
60
|
+
"@salutejs/plasma-sb-utils": "0.204.0-canary.2106.16593597643.0",
|
61
61
|
"@storybook/addon-docs": "7.6.17",
|
62
62
|
"@storybook/addon-essentials": "7.6.17",
|
63
63
|
"@storybook/addons": "7.6.17",
|
@@ -123,5 +123,5 @@
|
|
123
123
|
"Anton Vinogradov"
|
124
124
|
],
|
125
125
|
"sideEffects": false,
|
126
|
-
"gitHead": "
|
126
|
+
"gitHead": "e00832bbf8f13d94616957d38a94b46599f5843a"
|
127
127
|
}
|