@salutejs/sdds-cs 0.326.0 → 0.326.1-canary.2074.17427595350.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 (27) hide show
  1. package/CHANGELOG.md +1 -3348
  2. package/components/Autocomplete/Autocomplete.d.ts +48 -40
  3. package/components/Calendar/CalendarBase.config.js +3 -2
  4. package/components/Calendar/CalendarDouble.config.js +3 -2
  5. package/components/Combobox/Combobox.d.ts +24 -24
  6. package/components/DatePicker/DatePicker.config.js +3 -2
  7. package/components/Select/Select.d.ts +12 -12
  8. package/components/Tabs/TabItem.d.ts +2 -2
  9. package/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  10. package/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  11. package/emotion/cjs/components/Calendar/CalendarBase.config.js +3 -2
  12. package/emotion/cjs/components/Calendar/CalendarDouble.config.js +3 -2
  13. package/emotion/cjs/components/DatePicker/DatePicker.config.js +3 -2
  14. package/emotion/cjs/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  15. package/emotion/cjs/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  16. package/emotion/es/components/Calendar/CalendarBase.config.js +3 -2
  17. package/emotion/es/components/Calendar/CalendarDouble.config.js +3 -2
  18. package/emotion/es/components/DatePicker/DatePicker.config.js +3 -2
  19. package/emotion/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  20. package/emotion/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  21. package/es/components/Calendar/CalendarBase.config.js +3 -2
  22. package/es/components/Calendar/CalendarDouble.config.js +3 -2
  23. package/es/components/DatePicker/DatePicker.config.js +3 -2
  24. package/es/components/Tabs/horizontal/HorizontalTabItem.config.js +3 -2
  25. package/es/components/Tabs/vertical/VerticalTabItem.config.js +3 -2
  26. package/package.json +15 -15
  27. /package/{README.stories.mdx → README.mdx} +0 -0
@@ -156,7 +156,8 @@ function _templateObject4() {
156
156
  ": var(--plasma-typo-body-m-font-style);\n ",
157
157
  ": var(--plasma-typo-body-m-font-weight);\n ",
158
158
  ": var(--plasma-typo-body-m-letter-spacing);\n ",
159
- ": var(--plasma-typo-body-m-line-height);\n "
159
+ ": var(--plasma-typo-body-m-line-height);\n\n ",
160
+ ": 0.125rem;\n "
160
161
  ]);
161
162
  _templateObject4 = function _templateObject() {
162
163
  return data;
@@ -214,7 +215,7 @@ export var config = {
214
215
  default: css(_templateObject3(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.itemMarginLeftFilled, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor, tabsTokens.itemCursorOverNotSelected)
215
216
  },
216
217
  size: {
217
- s: css(_templateObject4(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight)
218
+ s: css(_templateObject4(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight, tabsTokens.actionContentMarginLeft)
218
219
  },
219
220
  disabled: {
220
221
  true: css(_templateObject5(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover)
@@ -64,7 +64,8 @@ function _templateObject1() {
64
64
  ": var(--plasma-typo-body-m-font-style);\n ",
65
65
  ": var(--plasma-typo-body-m-font-weight);\n ",
66
66
  ": var(--plasma-typo-body-m-letter-spacing);\n ",
67
- ": var(--plasma-typo-body-m-line-height);\n "
67
+ ": var(--plasma-typo-body-m-line-height);\n\n ",
68
+ ": 0.25rem;\n "
68
69
  ]);
69
70
  _templateObject1 = function _templateObject() {
70
71
  return data;
@@ -109,7 +110,7 @@ export var config = {
109
110
  divider: css(_templateObject(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemBackgroundColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemBackgroundColorHover, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedValueColor, tabsTokens.itemSelectedBackgroundColor, tabsTokens.itemSelectedColorHover, tabsTokens.itemSelectedValueColorHover, tabsTokens.itemSelectedBackgroundColorHover, tabsTokens.itemBackgroundTransition, tabsTokens.itemPaddingClear, tabsTokens.itemContentPaddingClear, tabsTokens.outlineFocusColor, tabsTokens.itemSelectedDividerWidth, tabsTokens.itemSelectedDividerHeight, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover, tabsTokens.itemCursor, tabsTokens.itemCursorOverNotSelected)
110
111
  },
111
112
  size: {
112
- s: css(_templateObject1(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemPaddingOrientationVertical, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight)
113
+ s: css(_templateObject1(), tabsTokens.itemBorderRadius, tabsTokens.itemWidth, tabsTokens.itemHeight, tabsTokens.itemPadding, tabsTokens.itemPaddingPilled, tabsTokens.itemPaddingOrientationVertical, tabsTokens.itemMarginLeft, tabsTokens.itemContentGap, tabsTokens.itemContentPadding, tabsTokens.fontFamily, tabsTokens.fontSize, tabsTokens.fontStyle, tabsTokens.fontWeight, tabsTokens.letterSpacing, tabsTokens.lineHeight, tabsTokens.valueFontFamily, tabsTokens.valueFontSize, tabsTokens.valueFontStyle, tabsTokens.valueFontWeight, tabsTokens.valueLetterSpacing, tabsTokens.valueLineHeight, tabsTokens.actionContentMarginLeft)
113
114
  },
114
115
  disabled: {
115
116
  true: css(_templateObject2(), tabsTokens.itemColor, tabsTokens.itemValueColor, tabsTokens.itemColorHover, tabsTokens.itemValueColorHover, tabsTokens.itemColorActive, tabsTokens.itemValueColorActive, tabsTokens.itemSelectedColor, tabsTokens.itemSelectedDividerColor, tabsTokens.itemSelectedDividerColorHover)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.326.0",
3
+ "version": "0.326.1-canary.2074.17427595350.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.334.0",
34
- "@salutejs/sdds-themes": "0.46.0"
33
+ "@salutejs/plasma-new-hope": "0.334.1-canary.2074.17427595350.0",
34
+ "@salutejs/sdds-themes": "0.46.1-canary.2074.17427595350.0"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "@emotion/react": ">=11",
@@ -54,16 +54,16 @@
54
54
  "@microsoft/api-extractor": "7.38.3",
55
55
  "@originjs/vite-plugin-commonjs": "1.0.3",
56
56
  "@salutejs/plasma-colors": "0.16.0",
57
- "@salutejs/plasma-core": "1.206.0",
58
- "@salutejs/plasma-cy-utils": "0.136.0",
59
- "@salutejs/plasma-icons": "1.222.0",
60
- "@salutejs/plasma-sb-utils": "0.206.0",
61
- "@storybook/addon-docs": "7.6.17",
62
- "@storybook/addon-essentials": "7.6.17",
63
- "@storybook/addons": "7.6.17",
64
- "@storybook/react": "7.6.17",
65
- "@storybook/react-vite": "7.6.17",
66
- "@storybook/theming": "7.6.17",
57
+ "@salutejs/plasma-core": "1.206.1-canary.2074.17427595350.0",
58
+ "@salutejs/plasma-cy-utils": "0.136.1-canary.2074.17427595350.0",
59
+ "@salutejs/plasma-icons": "1.222.1-canary.2074.17427595350.0",
60
+ "@salutejs/plasma-sb-utils": "0.206.1-canary.2074.17427595350.0",
61
+ "@storybook/addon-docs": "8.6.14",
62
+ "@storybook/addon-essentials": "8.6.14",
63
+ "@storybook/manager-api": "8.6.14",
64
+ "@storybook/react": "8.6.14",
65
+ "@storybook/react-vite": "8.6.14",
66
+ "@storybook/theming": "8.6.14",
67
67
  "@types/node": "16.7.13",
68
68
  "@types/react": "18.0.28",
69
69
  "@types/react-dom": "18.0.11",
@@ -75,7 +75,7 @@
75
75
  "default-browser-id": "2.0.0",
76
76
  "react": "18.2.0",
77
77
  "react-dom": "18.2.0",
78
- "storybook": "7.6.17",
78
+ "storybook": "8.6.14",
79
79
  "styled-components": "5.3.1",
80
80
  "typescript-coverage-report": "0.7.0",
81
81
  "vite": "4.5.3"
@@ -123,5 +123,5 @@
123
123
  "Anton Vinogradov"
124
124
  ],
125
125
  "sideEffects": false,
126
- "gitHead": "c878072446618793e848ced99bb3a764798e7e5b"
126
+ "gitHead": "6969c7bac5df6ef83f958c44af250727259833cd"
127
127
  }
File without changes