@salutejs/plasma-web 1.468.0-canary.1606.12233875187.0 → 1.468.0-canary.1606.12251649018.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1898,6 +1898,7 @@ default: PolymorphicClassName;
1898
1898
  variant?: "normal" | "tight" | undefined;
1899
1899
  portal?: string | React_2.RefObject<HTMLElement> | undefined;
1900
1900
  renderItem?: ((item: DropdownItemOption) => React_2.ReactNode) | undefined;
1901
+ zIndex?: Property.ZIndex | undefined;
1901
1902
  onItemClick?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
1902
1903
  listOverflow?: Property.Overflow | undefined;
1903
1904
  listHeight?: Property.Height<string | number> | undefined;
@@ -35,6 +35,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
35
35
  textBefore?: string | undefined;
36
36
  textAfter?: string | undefined;
37
37
  variant?: "normal" | "tight" | undefined;
38
+ zIndex?: import("csstype").Property.ZIndex | undefined;
38
39
  listOverflow?: import("csstype").Property.Overflow | undefined;
39
40
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
40
41
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -67,6 +68,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
67
68
  textBefore?: string | undefined;
68
69
  textAfter?: string | undefined;
69
70
  variant?: "normal" | "tight" | undefined;
71
+ zIndex?: import("csstype").Property.ZIndex | undefined;
70
72
  listOverflow?: import("csstype").Property.Overflow | undefined;
71
73
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
72
74
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -99,6 +101,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
99
101
  textBefore?: string | undefined;
100
102
  textAfter?: string | undefined;
101
103
  variant?: "normal" | "tight" | undefined;
104
+ zIndex?: import("csstype").Property.ZIndex | undefined;
102
105
  listOverflow?: import("csstype").Property.Overflow | undefined;
103
106
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
104
107
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -131,6 +134,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
131
134
  textBefore?: string | undefined;
132
135
  textAfter?: string | undefined;
133
136
  variant?: "normal" | "tight" | undefined;
137
+ zIndex?: import("csstype").Property.ZIndex | undefined;
134
138
  listOverflow?: import("csstype").Property.Overflow | undefined;
135
139
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
136
140
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -163,6 +167,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
163
167
  textBefore?: string | undefined;
164
168
  textAfter?: string | undefined;
165
169
  variant?: "normal" | "tight" | undefined;
170
+ zIndex?: import("csstype").Property.ZIndex | undefined;
166
171
  listOverflow?: import("csstype").Property.Overflow | undefined;
167
172
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
168
173
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -195,6 +200,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
195
200
  textBefore?: string | undefined;
196
201
  textAfter?: string | undefined;
197
202
  variant?: "normal" | "tight" | undefined;
203
+ zIndex?: import("csstype").Property.ZIndex | undefined;
198
204
  listOverflow?: import("csstype").Property.Overflow | undefined;
199
205
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
200
206
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -227,6 +233,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
227
233
  textBefore?: string | undefined;
228
234
  textAfter?: string | undefined;
229
235
  variant?: "normal" | "tight" | undefined;
236
+ zIndex?: import("csstype").Property.ZIndex | undefined;
230
237
  listOverflow?: import("csstype").Property.Overflow | undefined;
231
238
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
232
239
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -259,6 +266,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
259
266
  textBefore?: string | undefined;
260
267
  textAfter?: string | undefined;
261
268
  variant?: "normal" | "tight" | undefined;
269
+ zIndex?: import("csstype").Property.ZIndex | undefined;
262
270
  listOverflow?: import("csstype").Property.Overflow | undefined;
263
271
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
264
272
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -291,6 +299,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
291
299
  textBefore?: string | undefined;
292
300
  textAfter?: string | undefined;
293
301
  variant?: "normal" | "tight" | undefined;
302
+ zIndex?: import("csstype").Property.ZIndex | undefined;
294
303
  listOverflow?: import("csstype").Property.Overflow | undefined;
295
304
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
296
305
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -323,6 +332,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
323
332
  textBefore?: string | undefined;
324
333
  textAfter?: string | undefined;
325
334
  variant?: "normal" | "tight" | undefined;
335
+ zIndex?: import("csstype").Property.ZIndex | undefined;
326
336
  listOverflow?: import("csstype").Property.Overflow | undefined;
327
337
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
328
338
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -355,6 +365,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
355
365
  textBefore?: string | undefined;
356
366
  textAfter?: string | undefined;
357
367
  variant?: "normal" | "tight" | undefined;
368
+ zIndex?: import("csstype").Property.ZIndex | undefined;
358
369
  listOverflow?: import("csstype").Property.Overflow | undefined;
359
370
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
360
371
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -387,6 +398,7 @@ declare const ComboboxNew: React.FunctionComponent<import("@salutejs/plasma-new-
387
398
  textBefore?: string | undefined;
388
399
  textAfter?: string | undefined;
389
400
  variant?: "normal" | "tight" | undefined;
401
+ zIndex?: import("csstype").Property.ZIndex | undefined;
390
402
  listOverflow?: import("csstype").Property.Overflow | undefined;
391
403
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
392
404
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
@@ -30,6 +30,7 @@ declare const Dropdown: <T extends DropdownItemOption>(props: Omit<DropdownNewPr
30
30
  variant?: "normal" | "tight" | undefined;
31
31
  portal?: string | React.RefObject<HTMLElement> | undefined;
32
32
  renderItem?: ((item: DropdownItemOption) => React.ReactNode) | undefined;
33
+ zIndex?: import("csstype").Property.ZIndex | undefined;
33
34
  onItemClick?: ((item: DropdownItemOption, event: React.SyntheticEvent<Element, Event>) => void) | undefined;
34
35
  listOverflow?: import("csstype").Property.Overflow | undefined;
35
36
  listHeight?: import("csstype").Property.Height<string | number> | undefined;
@@ -57,6 +57,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
57
57
  placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
58
58
  onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
59
59
  variant?: "normal" | "tight" | undefined;
60
+ zIndex?: import("csstype").Property.ZIndex | undefined;
60
61
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
61
62
  portal?: string | React.RefObject<HTMLElement> | undefined;
62
63
  renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
@@ -96,6 +97,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
96
97
  placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
97
98
  onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
98
99
  variant?: "normal" | "tight" | undefined;
100
+ zIndex?: import("csstype").Property.ZIndex | undefined;
99
101
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
100
102
  portal?: string | React.RefObject<HTMLElement> | undefined;
101
103
  renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
@@ -135,6 +137,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
135
137
  placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
136
138
  onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
137
139
  variant?: "normal" | "tight" | undefined;
140
+ zIndex?: import("csstype").Property.ZIndex | undefined;
138
141
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
139
142
  portal?: string | React.RefObject<HTMLElement> | undefined;
140
143
  renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
@@ -174,6 +177,7 @@ declare const SelectNewHope: React.FunctionComponent<import("@salutejs/plasma-ne
174
177
  placement?: ("top" | "right" | "bottom" | "left" | "auto") | ("top" | "right" | "bottom" | "left")[] | undefined;
175
178
  onScrollBottom?: ((e: React.UIEvent<HTMLUListElement, UIEvent>) => void) | undefined;
176
179
  variant?: "normal" | "tight" | undefined;
180
+ zIndex?: import("csstype").Property.ZIndex | undefined;
177
181
  listWidth?: import("csstype").Property.Width<string | number> | undefined;
178
182
  portal?: string | React.RefObject<HTMLElement> | undefined;
179
183
  renderValue?: ((item: DropdownNodeSelect) => string) | undefined;
@@ -12,7 +12,7 @@ export declare const Category: import("styled-components").StyledComponent<impor
12
12
  export declare const AccordionInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
13
13
  export declare const Subcategory: import("styled-components").StyledComponent<"div", any, {}, never>;
14
14
  export declare const ColumnTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
15
- export declare const StyledAccrodionItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "onChange" | "title"> & {
15
+ export declare const StyledAccordionItem: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<import("react").HTMLAttributes<HTMLElement>, "onChange" | "title"> & {
16
16
  value?: boolean | undefined;
17
17
  type?: "clear" | "arrow" | "sign" | undefined;
18
18
  contentLeft?: import("react").ReactNode;
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.TokenInfoWrapper = exports.TokenInfo = exports.Subcategory = exports.StyledAccrodionItem = exports.OpacityPart = exports.ColumnTitle = exports.ColorCircle = exports.CategoryContainer = exports.Category = exports.AccordionInfo = void 0;
6
+ exports.TokenInfoWrapper = exports.TokenInfo = exports.Subcategory = exports.StyledAccordionItem = exports.OpacityPart = exports.ColumnTitle = exports.ColorCircle = exports.CategoryContainer = exports.Category = exports.AccordionInfo = void 0;
7
7
  var _styledComponents = /*#__PURE__*/_interopRequireDefault( /*#__PURE__*/require("styled-components"));
8
8
  var _Typography = /*#__PURE__*/require("../Typography");
9
9
  var _Accordion = /*#__PURE__*/require("../Accordion");
@@ -23,7 +23,7 @@ var Subcategory = exports.Subcategory = /*#__PURE__*/_styledComponents["default"
23
23
  var ColumnTitle = exports.ColumnTitle = /*#__PURE__*/_styledComponents["default"].div.withConfig({
24
24
  componentId: "plasma-web__sc-14jkg94-4"
25
25
  })(["color:var(--text-tertiary);transition:opacity 0.2s;&.color{display:flex;align-items:center;gap:0.5rem;}"]);
26
- var StyledAccrodionItem = exports.StyledAccrodionItem = /*#__PURE__*/(0, _styledComponents["default"])(_Accordion.AccordionItem).withConfig({
26
+ var StyledAccordionItem = exports.StyledAccordionItem = /*#__PURE__*/(0, _styledComponents["default"])(_Accordion.AccordionItem).withConfig({
27
27
  componentId: "plasma-web__sc-14jkg94-5"
28
28
  })(["--plasma-accordion-item-padding:0;--plasma-accordion-item-padding-vertical:0;border-bottom:unset;width:max-content;div > div > div > svg{color:var(--text-secondary);}.accordion-item-body{margin-bottom:1.125rem;padding-top:0.125rem;transition:margin-bottom 0.2s,padding-top 0.2s;}[aria-expanded]{margin-bottom:1rem;}[aria-expanded='false']{", " ", "{opacity:0;}}[aria-expanded='false'] + div > .accordion-item-body{margin:0;padding:0;}"], AccordionInfo, ColumnTitle);
29
29
  var TokenInfoWrapper = exports.TokenInfoWrapper = /*#__PURE__*/_styledComponents["default"].div.withConfig({
@@ -16,7 +16,7 @@ export var Subcategory = /*#__PURE__*/styled.div.withConfig({
16
16
  export var ColumnTitle = /*#__PURE__*/styled.div.withConfig({
17
17
  componentId: "plasma-web__sc-14jkg94-4"
18
18
  })(["color:var(--text-tertiary);transition:opacity 0.2s;&.color{display:flex;align-items:center;gap:0.5rem;}"]);
19
- export var StyledAccrodionItem = /*#__PURE__*/styled(AccordionItem).withConfig({
19
+ export var StyledAccordionItem = /*#__PURE__*/styled(AccordionItem).withConfig({
20
20
  componentId: "plasma-web__sc-14jkg94-5"
21
21
  })(["--plasma-accordion-item-padding:0;--plasma-accordion-item-padding-vertical:0;border-bottom:unset;width:max-content;div > div > div > svg{color:var(--text-secondary);}.accordion-item-body{margin-bottom:1.125rem;padding-top:0.125rem;transition:margin-bottom 0.2s,padding-top 0.2s;}[aria-expanded]{margin-bottom:1rem;}[aria-expanded='false']{", " ", "{opacity:0;}}[aria-expanded='false'] + div > .accordion-item-body{margin:0;padding:0;}"], AccordionInfo, ColumnTitle);
22
22
  export var TokenInfoWrapper = /*#__PURE__*/styled.div.withConfig({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/plasma-web",
3
- "version": "1.468.0-canary.1606.12233875187.0",
3
+ "version": "1.468.0-canary.1606.12251649018.0",
4
4
  "description": "Salute Design System / React UI kit for web applications",
5
5
  "author": "Salute Frontend Team <salute.developers@gmail.com>",
6
6
  "license": "MIT",
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "dependencies": {
22
22
  "@salutejs/plasma-core": "1.187.0",
23
- "@salutejs/plasma-hope": "1.323.0-canary.1606.12233875187.0",
24
- "@salutejs/plasma-new-hope": "0.213.0-canary.1606.12233875187.0",
23
+ "@salutejs/plasma-hope": "1.323.0-canary.1606.12251649018.0",
24
+ "@salutejs/plasma-new-hope": "0.213.0-canary.1606.12251649018.0",
25
25
  "@salutejs/plasma-themes": "0.23.0",
26
26
  "@salutejs/plasma-tokens-b2b": "1.43.0",
27
27
  "@salutejs/plasma-tokens-b2c": "0.54.0",
@@ -51,7 +51,7 @@
51
51
  "@salutejs/plasma-colors": "0.13.0",
52
52
  "@salutejs/plasma-cy-utils": "0.118.0",
53
53
  "@salutejs/plasma-icons": "1.209.0",
54
- "@salutejs/plasma-sb-utils": "0.186.0-canary.1606.12233875187.0",
54
+ "@salutejs/plasma-sb-utils": "0.186.0-canary.1606.12251649018.0",
55
55
  "@storybook/addon-docs": "7.6.17",
56
56
  "@storybook/addon-essentials": "7.6.17",
57
57
  "@storybook/addons": "7.6.17",
@@ -112,5 +112,5 @@
112
112
  "Fanil Zubairov"
113
113
  ],
114
114
  "sideEffects": false,
115
- "gitHead": "4fd9dd832d003511e3e40f722f244e620e9a27e0"
115
+ "gitHead": "a7d8c1e63b3a169e6225d6a77897663547b67762"
116
116
  }
@@ -1898,6 +1898,7 @@ default: PolymorphicClassName;
1898
1898
  variant?: "normal" | "tight" | undefined;
1899
1899
  portal?: string | React_2.RefObject<HTMLElement> | undefined;
1900
1900
  renderItem?: ((item: DropdownItemOption) => React_2.ReactNode) | undefined;
1901
+ zIndex?: Property.ZIndex | undefined;
1901
1902
  onItemClick?: ((item: DropdownItemOption, event: React_2.SyntheticEvent<Element, Event>) => void) | undefined;
1902
1903
  listOverflow?: Property.Overflow | undefined;
1903
1904
  listHeight?: Property.Height<string | number> | undefined;