@salutejs/sdds-cs 0.319.1-canary.2045.15874171410.0 → 0.319.1-canary.2049.15927116331.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.
Files changed (33) hide show
  1. package/CHANGELOG.md +56 -0
  2. package/components/Combobox/Combobox.config.js +16 -10
  3. package/components/Mask/Mask.d.ts +3 -0
  4. package/components/Select/Select.config.js +19 -14
  5. package/components/Tour/Tour.config.d.ts +14 -0
  6. package/components/Tour/Tour.config.js +56 -0
  7. package/components/Tour/Tour.d.ts +8 -0
  8. package/components/Tour/Tour.js +14 -0
  9. package/components/Tour/index.d.ts +2 -0
  10. package/components/Tour/index.js +11 -0
  11. package/emotion/cjs/components/Combobox/Combobox.config.js +16 -10
  12. package/emotion/cjs/components/Select/Select.config.js +19 -14
  13. package/emotion/cjs/components/Tour/Tour.config.js +56 -0
  14. package/emotion/cjs/components/Tour/Tour.js +14 -0
  15. package/emotion/cjs/components/Tour/index.js +11 -0
  16. package/emotion/cjs/index.js +2 -0
  17. package/emotion/es/components/Combobox/Combobox.config.js +16 -10
  18. package/emotion/es/components/Mask/Mask.js +3 -1
  19. package/emotion/es/components/Select/Select.config.js +19 -14
  20. package/emotion/es/components/Tour/Tour.config.js +46 -0
  21. package/emotion/es/components/Tour/Tour.js +4 -0
  22. package/emotion/es/components/Tour/index.js +1 -0
  23. package/emotion/es/index.js +2 -0
  24. package/es/components/Combobox/Combobox.config.js +16 -10
  25. package/es/components/Mask/Mask.js +3 -1
  26. package/es/components/Select/Select.config.js +19 -14
  27. package/es/components/Tour/Tour.config.js +46 -0
  28. package/es/components/Tour/Tour.js +4 -0
  29. package/es/components/Tour/index.js +1 -0
  30. package/es/index.js +2 -0
  31. package/index.d.ts +2 -0
  32. package/index.js +2 -0
  33. package/package.json +8 -8
@@ -39,7 +39,12 @@ function _templateObject() {
39
39
  ": var(--text-secondary);\n\n ",
40
40
  ": var(--outline-solid-primary);\n ",
41
41
  ": var(--text-primary);\n\n ",
42
- ": var(--surface-solid-primary);\n "
42
+ ": var(--surface-solid-primary);\n\n ",
43
+ ": var(--text-accent);\n\n ",
44
+ ": var(--text-accent);\n ",
45
+ ": var(--on-dark-text-primary);\n ",
46
+ ": none;\n ",
47
+ ": var(--outline-accent);\n "
43
48
  ]);
44
49
  _templateObject = function _templateObject() {
45
50
  return data;
@@ -77,7 +82,12 @@ function _templateObject1() {
77
82
  ": var(--text-secondary);\n\n ",
78
83
  ": var(--outline-solid-primary);\n ",
79
84
  ": var(--text-accent);\n\n ",
80
- ": var(--surface-solid-primary);\n "
85
+ ": var(--surface-solid-primary);\n\n ",
86
+ ": var(--text-accent);\n\n ",
87
+ ": var(--text-accent);\n ",
88
+ ": var(--on-dark-text-primary);\n ",
89
+ ": none;\n ",
90
+ ": var(--outline-accent);\n "
81
91
  ]);
82
92
  _templateObject1 = function _templateObject() {
83
93
  return data;
@@ -176,10 +186,6 @@ function _templateObject2() {
176
186
  ": 0.875rem;\n ",
177
187
  ": 0.375rem;\n ",
178
188
  ": 0.25rem;\n ",
179
- ": var(--text-primary);\n ",
180
- ": var(--on-dark-text-primary);\n ",
181
- ": var(--outline-accent);\n ",
182
- ": transparent;\n ",
183
189
  ": 0.125rem;\n\n ",
184
190
  ": 0.375rem;\n\n ",
185
191
  ": 0.375rem;\n ",
@@ -267,7 +273,6 @@ function _templateObject7() {
267
273
  return data;
268
274
  }
269
275
  import { css, selectTokens } from '@salutejs/plasma-new-hope/styled-components';
270
- import { selectTokens as tokens } from '@salutejs/plasma-new-hope';
271
276
  export var config = {
272
277
  defaults: {
273
278
  view: 'default',
@@ -277,24 +282,24 @@ export var config = {
277
282
  },
278
283
  variations: {
279
284
  view: {
280
- default: css(_templateObject(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, tokens.dividerColor),
281
- negative: css(_templateObject1(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, tokens.textFieldIndicatorColor, tokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, tokens.dividerColor)
285
+ default: css(_templateObject(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldIndicatorColor, selectTokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, selectTokens.dividerColor, selectTokens.itemIconColor, selectTokens.checkboxFillColor, selectTokens.checkboxIconColor, selectTokens.checkboxTriggerBorderCheckedColor, selectTokens.checkboxTriggerBorderColor),
286
+ negative: css(_templateObject1(), selectTokens.textFieldColor, selectTokens.textFieldPlaceholderColor, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldLabelColor, selectTokens.textFieldLeftHelperColor, selectTokens.textFieldContentSlotColor, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldIndicatorColor, selectTokens.textFieldOptionalColor, selectTokens.buttonColor, selectTokens.buttonColorHover, selectTokens.buttonColorActive, selectTokens.buttonArrowColor, selectTokens.buttonArrowColorHover, selectTokens.buttonArrowColorActive, selectTokens.buttonBackgroundColor, selectTokens.buttonBackgroundColorHover, selectTokens.buttonBackgroundColorActive, selectTokens.disclosureIconColor, selectTokens.disclosureIconColorHover, selectTokens.itemBackgroundHover, selectTokens.itemDisabledOpacity, selectTokens.itemDisabledColor, selectTokens.dropdownBorderColor, selectTokens.checkboxIconColor, selectTokens.dividerColor, selectTokens.itemIconColor, selectTokens.checkboxFillColor, selectTokens.checkboxIconColor, selectTokens.checkboxTriggerBorderCheckedColor, selectTokens.checkboxTriggerBorderColor)
282
287
  },
283
288
  size: {
284
- s: css(_templateObject2(), tokens.textFieldHeight, tokens.textFieldPadding, tokens.textFieldPaddingWithChips, tokens.textFieldBorderRadius, tokens.textFieldBorderWidth, tokens.textFieldLeftContentMargin, tokens.textFieldRightContentMargin, tokens.textFieldTextBeforeMargin, tokens.textFieldTextAfterMargin, tokens.textFieldFontFamily, tokens.textFieldFontSize, tokens.textFieldFontStyle, tokens.textFieldFontWeight, tokens.textFieldLetterSpacing, tokens.textFieldLineHeight, tokens.textFieldLabelOffset, tokens.textFieldLabelFontFamily, tokens.textFieldLabelFontSize, tokens.textFieldLabelFontStyle, tokens.textFieldLabelFontWeight, tokens.textFieldLabelLetterSpacing, tokens.textFieldLabelLineHeight, tokens.textFieldLeftHelperOffset, tokens.textFieldLeftHelperFontFamily, tokens.textFieldLeftHelperFontSize, tokens.textFieldLeftHelperFontStyle, tokens.textFieldLeftHelperFontWeight, tokens.textFieldLeftHelperLetterSpacing, tokens.textFieldLeftHelperLineHeight, tokens.textFieldLabelInnerPadding, tokens.textFieldContentLabelInnerPadding, tokens.textFieldIndicatorSizeInner, tokens.textFieldIndicatorSizeOuter, tokens.textFieldIndicatorLabelPlacementInner, tokens.textFieldIndicatorLabelPlacementOuter, tokens.textFieldIndicatorLabelPlacementInnerRight, tokens.textFieldIndicatorLabelPlacementOuterRight, tokens.textFieldClearIndicatorLabelPlacementInner, tokens.textFieldClearIndicatorLabelPlacementInnerRight, tokens.textFieldClearIndicatorHintInnerRight, tokens.textFieldChipGap, tokens.textFieldChipBorderRadius, tokens.textFieldChipWidth, tokens.textFieldChipHeight, tokens.textFieldChipPadding, tokens.textFieldChipClearContentMarginLeft, tokens.textFieldChipClearContentMarginRight, tokens.textFieldChipCloseIconSize, tokens.textFieldChipFontFamily, tokens.textFieldChipFontSize, tokens.textFieldChipFontStyle, tokens.textFieldChipFontWeight, tokens.textFieldChipLetterSpacing, tokens.textFieldChipLineHeight, tokens.buttonArrowMargin, tokens.targetHeight, tokens.buttonPadding, tokens.padding, tokens.borderRadius, tokens.dropdownBorderWidth, tokens.itemHeight, tokens.itemPadding, tokens.itemPaddingTight, tokens.itemBorderRadius, tokens.itemIconSize, tokens.itemIconSizeTight, tokens.itemIconMargin, tokens.cellPadding, tokens.cellPaddingLeftContent, tokens.cellPaddingContent, tokens.cellPaddingRightContent, tokens.cellTextboxGap, tokens.cellGap, tokens.cellTitleFontFamily, tokens.cellTitleFontSize, tokens.cellTitleFontStyle, tokens.cellTitleFontWeight, tokens.cellTitleLetterSpacing, tokens.cellTitleLineHeight, tokens.fontFamily, tokens.fontSize, tokens.fontStyle, tokens.fontWeight, tokens.fontLetterSpacing, tokens.fontLineHeight, tokens.checkboxTriggerSize, tokens.checkboxTriggerSizeTight, tokens.checkboxTriggerBorderRadius, tokens.checkboxTriggerBorderRadiusTight, tokens.checkboxFillColor, tokens.checkboxIconColor, tokens.checkboxTriggerBorderColor, tokens.checkboxTriggerBorderCheckedColor, tokens.checkboxTriggerBorderWidth, tokens.indicatorSize, tokens.dividerMarginTop, tokens.dividerMarginRight, tokens.dividerMarginBottom, tokens.dividerMarginLeft, tokens.dividerMarginTopTight, tokens.dividerMarginBottomTight)
289
+ s: css(_templateObject2(), selectTokens.textFieldHeight, selectTokens.textFieldPadding, selectTokens.textFieldPaddingWithChips, selectTokens.textFieldBorderRadius, selectTokens.textFieldBorderWidth, selectTokens.textFieldLeftContentMargin, selectTokens.textFieldRightContentMargin, selectTokens.textFieldTextBeforeMargin, selectTokens.textFieldTextAfterMargin, selectTokens.textFieldFontFamily, selectTokens.textFieldFontSize, selectTokens.textFieldFontStyle, selectTokens.textFieldFontWeight, selectTokens.textFieldLetterSpacing, selectTokens.textFieldLineHeight, selectTokens.textFieldLabelOffset, selectTokens.textFieldLabelFontFamily, selectTokens.textFieldLabelFontSize, selectTokens.textFieldLabelFontStyle, selectTokens.textFieldLabelFontWeight, selectTokens.textFieldLabelLetterSpacing, selectTokens.textFieldLabelLineHeight, selectTokens.textFieldLeftHelperOffset, selectTokens.textFieldLeftHelperFontFamily, selectTokens.textFieldLeftHelperFontSize, selectTokens.textFieldLeftHelperFontStyle, selectTokens.textFieldLeftHelperFontWeight, selectTokens.textFieldLeftHelperLetterSpacing, selectTokens.textFieldLeftHelperLineHeight, selectTokens.textFieldLabelInnerPadding, selectTokens.textFieldContentLabelInnerPadding, selectTokens.textFieldIndicatorSizeInner, selectTokens.textFieldIndicatorSizeOuter, selectTokens.textFieldIndicatorLabelPlacementInner, selectTokens.textFieldIndicatorLabelPlacementOuter, selectTokens.textFieldIndicatorLabelPlacementInnerRight, selectTokens.textFieldIndicatorLabelPlacementOuterRight, selectTokens.textFieldClearIndicatorLabelPlacementInner, selectTokens.textFieldClearIndicatorLabelPlacementInnerRight, selectTokens.textFieldClearIndicatorHintInnerRight, selectTokens.textFieldChipGap, selectTokens.textFieldChipBorderRadius, selectTokens.textFieldChipWidth, selectTokens.textFieldChipHeight, selectTokens.textFieldChipPadding, selectTokens.textFieldChipClearContentMarginLeft, selectTokens.textFieldChipClearContentMarginRight, selectTokens.textFieldChipCloseIconSize, selectTokens.textFieldChipFontFamily, selectTokens.textFieldChipFontSize, selectTokens.textFieldChipFontStyle, selectTokens.textFieldChipFontWeight, selectTokens.textFieldChipLetterSpacing, selectTokens.textFieldChipLineHeight, selectTokens.buttonArrowMargin, selectTokens.targetHeight, selectTokens.buttonPadding, selectTokens.padding, selectTokens.borderRadius, selectTokens.dropdownBorderWidth, selectTokens.itemHeight, selectTokens.itemPadding, selectTokens.itemPaddingTight, selectTokens.itemBorderRadius, selectTokens.itemIconSize, selectTokens.itemIconSizeTight, selectTokens.itemIconMargin, selectTokens.cellPadding, selectTokens.cellPaddingLeftContent, selectTokens.cellPaddingContent, selectTokens.cellPaddingRightContent, selectTokens.cellTextboxGap, selectTokens.cellGap, selectTokens.cellTitleFontFamily, selectTokens.cellTitleFontSize, selectTokens.cellTitleFontStyle, selectTokens.cellTitleFontWeight, selectTokens.cellTitleLetterSpacing, selectTokens.cellTitleLineHeight, selectTokens.fontFamily, selectTokens.fontSize, selectTokens.fontStyle, selectTokens.fontWeight, selectTokens.fontLetterSpacing, selectTokens.fontLineHeight, selectTokens.checkboxTriggerSize, selectTokens.checkboxTriggerSizeTight, selectTokens.checkboxTriggerBorderRadius, selectTokens.checkboxTriggerBorderRadiusTight, selectTokens.checkboxTriggerBorderWidth, selectTokens.indicatorSize, selectTokens.dividerMarginTop, selectTokens.dividerMarginRight, selectTokens.dividerMarginBottom, selectTokens.dividerMarginLeft, selectTokens.dividerMarginTopTight, selectTokens.dividerMarginBottomTight)
285
290
  },
286
291
  labelPlacement: {
287
- inner: css(_templateObject3(), tokens.textFieldPlaceholderColor, tokens.textFieldLabelInnerFontFamily, tokens.textFieldLabelInnerFontSize, tokens.textFieldLabelInnerFontStyle, tokens.textFieldLabelInnerFontWeight, tokens.textFieldLabelInnerLetterSpacing, tokens.textFieldLabelInnerLineHeight),
292
+ inner: css(_templateObject3(), selectTokens.textFieldPlaceholderColor, selectTokens.textFieldLabelInnerFontFamily, selectTokens.textFieldLabelInnerFontSize, selectTokens.textFieldLabelInnerFontStyle, selectTokens.textFieldLabelInnerFontWeight, selectTokens.textFieldLabelInnerLetterSpacing, selectTokens.textFieldLabelInnerLineHeight),
288
293
  outer: css(_templateObject4())
289
294
  },
290
295
  chipView: {
291
- default: css(_templateObject5(), tokens.textFieldChipColor, tokens.textFieldChipBackground, tokens.textFieldChipBackgroundHover, tokens.textFieldChipCloseIconColor, tokens.textFieldChipOpacityReadonly)
296
+ default: css(_templateObject5(), selectTokens.textFieldChipColor, selectTokens.textFieldChipBackground, selectTokens.textFieldChipBackgroundHover, selectTokens.textFieldChipCloseIconColor, selectTokens.textFieldChipOpacityReadonly)
292
297
  },
293
298
  disabled: {
294
- true: css(_templateObject6(), tokens.textFieldDisabledOpacity, tokens.textFieldBackgroundColor, tokens.textFieldBackgroundColorFocus, tokens.textFieldBorderColor, tokens.textFieldBorderColorHover, tokens.textFieldBorderColorFocus, tokens.textFieldColor)
299
+ true: css(_templateObject6(), selectTokens.textFieldDisabledOpacity, selectTokens.textFieldBackgroundColor, selectTokens.textFieldBackgroundColorFocus, selectTokens.textFieldBorderColor, selectTokens.textFieldBorderColorHover, selectTokens.textFieldBorderColorFocus, selectTokens.textFieldColor)
295
300
  },
296
301
  readOnly: {
297
- true: css(_templateObject7(), tokens.disclosureIconOpacityReadOnly, tokens.textFieldColorReadOnly, tokens.textFieldBackgroundColorReadOnly, tokens.textFieldPlaceholderColorReadOnly, tokens.textFieldLeftHelperColorReadOnly, tokens.textFieldTitleCaptionColorReadOnly, tokens.textFieldLabelColorReadOnly, tokens.textFieldDividerColorReadOnly)
302
+ true: css(_templateObject7(), selectTokens.disclosureIconOpacityReadOnly, selectTokens.textFieldColorReadOnly, selectTokens.textFieldBackgroundColorReadOnly, selectTokens.textFieldPlaceholderColorReadOnly, selectTokens.textFieldLeftHelperColorReadOnly, selectTokens.textFieldTitleCaptionColorReadOnly, selectTokens.textFieldLabelColorReadOnly, selectTokens.textFieldDividerColorReadOnly)
298
303
  }
299
304
  }
300
305
  };
@@ -0,0 +1,46 @@
1
+ function _tagged_template_literal(strings, raw) {
2
+ if (!raw) {
3
+ raw = strings.slice(0);
4
+ }
5
+ return Object.freeze(Object.defineProperties(strings, {
6
+ raw: {
7
+ value: Object.freeze(raw)
8
+ }
9
+ }));
10
+ }
11
+ function _templateObject() {
12
+ var data = _tagged_template_literal([
13
+ ""
14
+ ]);
15
+ _templateObject = function _templateObject() {
16
+ return data;
17
+ };
18
+ return data;
19
+ }
20
+ function _templateObject1() {
21
+ var data = _tagged_template_literal([
22
+ "\n ",
23
+ ": 0.75rem;\n ",
24
+ ": 0.75rem;\n ",
25
+ ": 0.75rem;\n "
26
+ ]);
27
+ _templateObject1 = function _templateObject() {
28
+ return data;
29
+ };
30
+ return data;
31
+ }
32
+ import { tourTokens, css } from '@salutejs/plasma-new-hope/styled-components';
33
+ export var config = {
34
+ defaults: {
35
+ view: 'accent',
36
+ size: 's'
37
+ },
38
+ variations: {
39
+ view: {
40
+ default: css(_templateObject())
41
+ },
42
+ size: {
43
+ s: css(_templateObject1(), tourTokens.cardPadding, tourTokens.cardRadius, tourTokens.highlightRadius)
44
+ }
45
+ }
46
+ };
@@ -0,0 +1,4 @@
1
+ import { tourConfig, component, mergeConfig } from '@salutejs/plasma-new-hope/styled-components';
2
+ import { config } from './Tour.config';
3
+ var mergedConfig = mergeConfig(tourConfig, config);
4
+ export var Tour = component(mergedConfig);
@@ -0,0 +1 @@
1
+ export { Tour } from './Tour';
package/es/index.js CHANGED
@@ -63,5 +63,7 @@ export * from './components/NumberFormat';
63
63
  export * from './components/Table';
64
64
  export * from './components/ToastNew';
65
65
  export * from './components/Carousel';
66
+ export * from './components/Tour';
67
+ export * from './components/Rating';
66
68
  export * from './mixins';
67
69
  export * from './tokens';
package/index.d.ts CHANGED
@@ -63,5 +63,7 @@ export * from './components/NumberFormat';
63
63
  export * from './components/Table';
64
64
  export * from './components/ToastNew';
65
65
  export * from './components/Carousel';
66
+ export * from './components/Tour';
67
+ export * from './components/Rating';
66
68
  export * from './mixins';
67
69
  export * from './tokens';
package/index.js CHANGED
@@ -67,6 +67,8 @@ _export_star(require("./components/NumberFormat"), exports);
67
67
  _export_star(require("./components/Table"), exports);
68
68
  _export_star(require("./components/ToastNew"), exports);
69
69
  _export_star(require("./components/Carousel"), exports);
70
+ _export_star(require("./components/Tour"), exports);
71
+ _export_star(require("./components/Rating"), exports);
70
72
  _export_star(require("./mixins"), exports);
71
73
  _export_star(require("./tokens"), exports);
72
74
  function _export_star(from, to) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.319.1-canary.2045.15874171410.0",
3
+ "version": "0.319.1-canary.2049.15927116331.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.327.1-canary.2045.15874171410.0",
34
- "@salutejs/sdds-themes": "0.39.0-dev.0"
33
+ "@salutejs/plasma-new-hope": "0.327.1-canary.2049.15927116331.0",
34
+ "@salutejs/sdds-themes": "0.39.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.199.0-dev.0",
58
- "@salutejs/plasma-cy-utils": "0.130.0-dev.0",
59
- "@salutejs/plasma-icons": "1.219.0-dev.0",
60
- "@salutejs/plasma-sb-utils": "0.200.0-dev.0",
57
+ "@salutejs/plasma-core": "1.199.1-canary.2049.15927116331.0",
58
+ "@salutejs/plasma-cy-utils": "0.130.1-canary.2049.15927116331.0",
59
+ "@salutejs/plasma-icons": "1.219.0",
60
+ "@salutejs/plasma-sb-utils": "0.200.1-canary.2049.15927116331.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": "2cddbba034717c54d4c1c08402c760623c079554"
126
+ "gitHead": "0a3ca693b9fb3265370b1fa12ca9399757cb0117"
127
127
  }