@salutejs/sdds-cs 0.322.0-canary.2094.16443295334.0 → 0.322.0-canary.2094.16464359723.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.
@@ -71,6 +71,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
71
71
  } & {
72
72
  clear?: undefined;
73
73
  hasDivider?: undefined;
74
+ } & {
75
+ labelAriaHidden: boolean;
74
76
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
75
77
  status?: "" | "success" | "warning" | "error";
76
78
  label?: string;
@@ -116,6 +118,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
116
118
  } & {
117
119
  clear?: undefined;
118
120
  hasDivider?: undefined;
121
+ } & {
122
+ labelAriaHidden: boolean;
119
123
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
120
124
  status?: "" | "success" | "warning" | "error";
121
125
  label?: string;
@@ -161,6 +165,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
161
165
  } & {
162
166
  clear?: undefined;
163
167
  hasDivider?: undefined;
168
+ } & {
169
+ labelAriaHidden: boolean;
164
170
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
165
171
  status?: "" | "success" | "warning" | "error";
166
172
  label?: string;
@@ -206,6 +212,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
206
212
  } & {
207
213
  height?: undefined;
208
214
  width?: undefined;
215
+ } & {
216
+ labelAriaHidden: boolean;
209
217
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
210
218
  status?: "" | "success" | "warning" | "error";
211
219
  label?: string;
@@ -251,6 +259,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
251
259
  } & {
252
260
  clear?: undefined;
253
261
  hasDivider?: undefined;
262
+ } & {
263
+ labelAriaHidden: boolean;
254
264
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
255
265
  status?: "" | "success" | "warning" | "error";
256
266
  label?: string;
@@ -296,6 +306,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
296
306
  } & {
297
307
  clear?: undefined;
298
308
  hasDivider?: undefined;
309
+ } & {
310
+ labelAriaHidden: boolean;
299
311
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
300
312
  status?: "" | "success" | "warning" | "error";
301
313
  label?: string;
@@ -341,6 +353,8 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
341
353
  } & {
342
354
  clear?: undefined;
343
355
  hasDivider?: undefined;
356
+ } & {
357
+ labelAriaHidden: boolean;
344
358
  } & import("react").RefAttributes<HTMLTextAreaElement>) | (Omit<import("@salutejs/plasma-new-hope/styled-components").TextareaHTMLAttributes<HTMLTextAreaElement>, "required" | "cols" | "rows"> & {
345
359
  status?: "" | "success" | "warning" | "error";
346
360
  label?: string;
@@ -386,4 +400,6 @@ export declare const TextArea: import("react").FunctionComponent<import("@salute
386
400
  } & {
387
401
  height?: undefined;
388
402
  width?: undefined;
403
+ } & {
404
+ labelAriaHidden: boolean;
389
405
  } & import("react").RefAttributes<HTMLTextAreaElement>))>;
@@ -29,6 +29,8 @@ function _templateObject() {
29
29
  ": var(--text-primary);\n ",
30
30
  ": var(--text-primary);\n ",
31
31
  ": var(--surface-solid-primary);\n ",
32
+ ": transparent;\n ",
33
+ ": transparent;\n ",
32
34
  ": var(--surface-transparent-accent);\n ",
33
35
  ": var(--surface-solid-primary-active);\n ",
34
36
  ": var(--text-accent);\n ",
@@ -79,7 +81,7 @@ var config = {
79
81
  },
80
82
  variations: {
81
83
  view: {
82
- default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.treeTokens.iconFolderColor, _styledcomponents.treeTokens.arrowColor, _styledcomponents.treeTokens.arrowColorHover, _styledcomponents.treeTokens.arrowColorActive, _styledcomponents.treeTokens.color, _styledcomponents.treeTokens.colorSelected, _styledcomponents.treeTokens.itemBackgroundColor, _styledcomponents.treeTokens.itemBackgroundColorHover, _styledcomponents.treeTokens.itemBackgroundColorActive, _styledcomponents.treeTokens.checkboxBorderColor, _styledcomponents.treeTokens.checkboxBackgroundColor, _styledcomponents.treeTokens.itemDisabledOpacity, _styledcomponents.treeTokens.itemDisabledBorderColor, _styledcomponents.treeTokens.itemDisabledColor)
84
+ default: (0, _styledcomponents.css)(_templateObject(), _styledcomponents.treeTokens.iconFolderColor, _styledcomponents.treeTokens.arrowColor, _styledcomponents.treeTokens.arrowColorHover, _styledcomponents.treeTokens.arrowColorActive, _styledcomponents.treeTokens.color, _styledcomponents.treeTokens.colorSelected, _styledcomponents.treeTokens.itemBackgroundColorSelected, _styledcomponents.treeTokens.itemBackgroundColorParentHasSelectedChildren, _styledcomponents.treeTokens.itemBackgroundColorClosestParentHasSelectedChildren, _styledcomponents.treeTokens.itemBackgroundColorHover, _styledcomponents.treeTokens.itemBackgroundColorActive, _styledcomponents.treeTokens.checkboxBorderColor, _styledcomponents.treeTokens.checkboxBackgroundColor, _styledcomponents.treeTokens.itemDisabledOpacity, _styledcomponents.treeTokens.itemDisabledBorderColor, _styledcomponents.treeTokens.itemDisabledColor)
83
85
  },
84
86
  size: {
85
87
  s: (0, _styledcomponents.css)(_templateObject1(), _styledcomponents.treeTokens.itemHeight, _styledcomponents.treeTokens.itemPadding, _styledcomponents.treeTokens.itemPaddingTight, _styledcomponents.treeTokens.itemIndent, _styledcomponents.treeTokens.itemBorderRadius, _styledcomponents.treeTokens.itemTop, _styledcomponents.treeTokens.itemBottom, _styledcomponents.treeTokens.iconFolderMargin, _styledcomponents.treeTokens.switcherMargin, _styledcomponents.treeTokens.switcherMarginInverted, _styledcomponents.treeTokens.switcherSize, _styledcomponents.treeTokens.checkboxMargin, _styledcomponents.treeTokens.checkboxSize, _styledcomponents.treeTokens.checkboxInnerSize, _styledcomponents.treeTokens.checkboxBorderRadius, _styledcomponents.treeTokens.fontFamily, _styledcomponents.treeTokens.fontSize, _styledcomponents.treeTokens.fontStyle, _styledcomponents.treeTokens.fontWeight, _styledcomponents.treeTokens.letterSpacing, _styledcomponents.treeTokens.lineHeight)
@@ -29,6 +29,8 @@ function _templateObject() {
29
29
  ": var(--text-primary);\n ",
30
30
  ": var(--text-primary);\n ",
31
31
  ": var(--surface-solid-primary);\n ",
32
+ ": transparent;\n ",
33
+ ": transparent;\n ",
32
34
  ": var(--surface-transparent-accent);\n ",
33
35
  ": var(--surface-solid-primary-active);\n ",
34
36
  ": var(--text-accent);\n ",
@@ -79,7 +81,7 @@ var config = {
79
81
  },
80
82
  variations: {
81
83
  view: {
82
- default: (0, _emotion.css)(_templateObject(), _emotion.treeTokens.iconFolderColor, _emotion.treeTokens.arrowColor, _emotion.treeTokens.arrowColorHover, _emotion.treeTokens.arrowColorActive, _emotion.treeTokens.color, _emotion.treeTokens.colorSelected, _emotion.treeTokens.itemBackgroundColor, _emotion.treeTokens.itemBackgroundColorHover, _emotion.treeTokens.itemBackgroundColorActive, _emotion.treeTokens.checkboxBorderColor, _emotion.treeTokens.checkboxBackgroundColor, _emotion.treeTokens.itemDisabledOpacity, _emotion.treeTokens.itemDisabledBorderColor, _emotion.treeTokens.itemDisabledColor)
84
+ default: (0, _emotion.css)(_templateObject(), _emotion.treeTokens.iconFolderColor, _emotion.treeTokens.arrowColor, _emotion.treeTokens.arrowColorHover, _emotion.treeTokens.arrowColorActive, _emotion.treeTokens.color, _emotion.treeTokens.colorSelected, _emotion.treeTokens.itemBackgroundColorSelected, _emotion.treeTokens.itemBackgroundColorParentHasSelectedChildren, _emotion.treeTokens.itemBackgroundColorClosestParentHasSelectedChildren, _emotion.treeTokens.itemBackgroundColorHover, _emotion.treeTokens.itemBackgroundColorActive, _emotion.treeTokens.checkboxBorderColor, _emotion.treeTokens.checkboxBackgroundColor, _emotion.treeTokens.itemDisabledOpacity, _emotion.treeTokens.itemDisabledBorderColor, _emotion.treeTokens.itemDisabledColor)
83
85
  },
84
86
  size: {
85
87
  s: (0, _emotion.css)(_templateObject1(), _emotion.treeTokens.itemHeight, _emotion.treeTokens.itemPadding, _emotion.treeTokens.itemPaddingTight, _emotion.treeTokens.itemIndent, _emotion.treeTokens.itemBorderRadius, _emotion.treeTokens.itemTop, _emotion.treeTokens.itemBottom, _emotion.treeTokens.iconFolderMargin, _emotion.treeTokens.switcherMargin, _emotion.treeTokens.switcherMarginInverted, _emotion.treeTokens.switcherSize, _emotion.treeTokens.checkboxMargin, _emotion.treeTokens.checkboxSize, _emotion.treeTokens.checkboxInnerSize, _emotion.treeTokens.checkboxBorderRadius, _emotion.treeTokens.fontFamily, _emotion.treeTokens.fontSize, _emotion.treeTokens.fontStyle, _emotion.treeTokens.fontWeight, _emotion.treeTokens.letterSpacing, _emotion.treeTokens.lineHeight)
@@ -18,6 +18,8 @@ function _templateObject() {
18
18
  ": var(--text-primary);\n ",
19
19
  ": var(--text-primary);\n ",
20
20
  ": var(--surface-solid-primary);\n ",
21
+ ": transparent;\n ",
22
+ ": transparent;\n ",
21
23
  ": var(--surface-transparent-accent);\n ",
22
24
  ": var(--surface-solid-primary-active);\n ",
23
25
  ": var(--text-accent);\n ",
@@ -69,7 +71,7 @@ export var config = {
69
71
  },
70
72
  variations: {
71
73
  view: {
72
- default: css(_templateObject(), tokens.iconFolderColor, tokens.arrowColor, tokens.arrowColorHover, tokens.arrowColorActive, tokens.color, tokens.colorSelected, tokens.itemBackgroundColor, tokens.itemBackgroundColorHover, tokens.itemBackgroundColorActive, tokens.checkboxBorderColor, tokens.checkboxBackgroundColor, tokens.itemDisabledOpacity, tokens.itemDisabledBorderColor, tokens.itemDisabledColor)
74
+ default: css(_templateObject(), tokens.iconFolderColor, tokens.arrowColor, tokens.arrowColorHover, tokens.arrowColorActive, tokens.color, tokens.colorSelected, tokens.itemBackgroundColorSelected, tokens.itemBackgroundColorParentHasSelectedChildren, tokens.itemBackgroundColorClosestParentHasSelectedChildren, tokens.itemBackgroundColorHover, tokens.itemBackgroundColorActive, tokens.checkboxBorderColor, tokens.checkboxBackgroundColor, tokens.itemDisabledOpacity, tokens.itemDisabledBorderColor, tokens.itemDisabledColor)
73
75
  },
74
76
  size: {
75
77
  s: css(_templateObject1(), tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemIndent, tokens.itemBorderRadius, tokens.itemTop, tokens.itemBottom, tokens.iconFolderMargin, tokens.switcherMargin, tokens.switcherMarginInverted, tokens.switcherSize, tokens.checkboxMargin, tokens.checkboxSize, tokens.checkboxInnerSize, tokens.checkboxBorderRadius, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight)
@@ -18,6 +18,8 @@ function _templateObject() {
18
18
  ": var(--text-primary);\n ",
19
19
  ": var(--text-primary);\n ",
20
20
  ": var(--surface-solid-primary);\n ",
21
+ ": transparent;\n ",
22
+ ": transparent;\n ",
21
23
  ": var(--surface-transparent-accent);\n ",
22
24
  ": var(--surface-solid-primary-active);\n ",
23
25
  ": var(--text-accent);\n ",
@@ -69,7 +71,7 @@ export var config = {
69
71
  },
70
72
  variations: {
71
73
  view: {
72
- default: css(_templateObject(), tokens.iconFolderColor, tokens.arrowColor, tokens.arrowColorHover, tokens.arrowColorActive, tokens.color, tokens.colorSelected, tokens.itemBackgroundColor, tokens.itemBackgroundColorHover, tokens.itemBackgroundColorActive, tokens.checkboxBorderColor, tokens.checkboxBackgroundColor, tokens.itemDisabledOpacity, tokens.itemDisabledBorderColor, tokens.itemDisabledColor)
74
+ default: css(_templateObject(), tokens.iconFolderColor, tokens.arrowColor, tokens.arrowColorHover, tokens.arrowColorActive, tokens.color, tokens.colorSelected, tokens.itemBackgroundColorSelected, tokens.itemBackgroundColorParentHasSelectedChildren, tokens.itemBackgroundColorClosestParentHasSelectedChildren, tokens.itemBackgroundColorHover, tokens.itemBackgroundColorActive, tokens.checkboxBorderColor, tokens.checkboxBackgroundColor, tokens.itemDisabledOpacity, tokens.itemDisabledBorderColor, tokens.itemDisabledColor)
73
75
  },
74
76
  size: {
75
77
  s: css(_templateObject1(), tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemIndent, tokens.itemBorderRadius, tokens.itemTop, tokens.itemBottom, tokens.iconFolderMargin, tokens.switcherMargin, tokens.switcherMarginInverted, tokens.switcherSize, tokens.checkboxMargin, tokens.checkboxSize, tokens.checkboxInnerSize, tokens.checkboxBorderRadius, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.letterSpacing, tokens.lineHeight)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.322.0-canary.2094.16443295334.0",
3
+ "version": "0.322.0-canary.2094.16464359723.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,8 +30,8 @@
30
30
  "directory": "packages/sdds-cs"
31
31
  },
32
32
  "dependencies": {
33
- "@salutejs/plasma-new-hope": "0.330.0-canary.2094.16443295334.0",
34
- "@salutejs/sdds-themes": "0.42.0-canary.2094.16443295334.0"
33
+ "@salutejs/plasma-new-hope": "0.330.0-canary.2094.16464359723.0",
34
+ "@salutejs/sdds-themes": "0.42.0-canary.2094.16464359723.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@emotion/react": ">=11",
@@ -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.202.0-canary.2094.16443295334.0",
58
- "@salutejs/plasma-cy-utils": "0.133.0-canary.2094.16443295334.0",
59
- "@salutejs/plasma-icons": "1.221.0-canary.2094.16443295334.0",
60
- "@salutejs/plasma-sb-utils": "0.203.0-canary.2094.16443295334.0",
57
+ "@salutejs/plasma-core": "1.202.0-canary.2094.16464359723.0",
58
+ "@salutejs/plasma-cy-utils": "0.133.0-canary.2094.16464359723.0",
59
+ "@salutejs/plasma-icons": "1.221.0-canary.2094.16464359723.0",
60
+ "@salutejs/plasma-sb-utils": "0.203.0-canary.2094.16464359723.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": "046fff51d4823a98cb2d061ec3dc393610f611be"
126
+ "gitHead": "07275b6a8f8fdd2a1318a9d0821af3e34d81df15"
127
127
  }