@salutejs/sdds-cs 0.335.0-canary.2371.19919666002.0 → 0.335.0-canary.2372.19930692860.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 (2) hide show
  1. package/README.mdx +1 -1
  2. package/package.json +8 -17
package/README.mdx CHANGED
@@ -1,4 +1,4 @@
1
- import { Meta } from "@storybook/addon-docs";
1
+ import { Meta } from "@storybook/addon-docs/blocks";
2
2
 
3
3
  <Meta title="About" />
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salutejs/sdds-cs",
3
- "version": "0.335.0-canary.2371.19919666002.0",
3
+ "version": "0.335.0-canary.2372.19930692860.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",
@@ -31,7 +31,7 @@
31
31
  "directory": "packages/sdds-cs"
32
32
  },
33
33
  "dependencies": {
34
- "@salutejs/plasma-new-hope": "0.343.0-canary.2371.19919666002.0",
34
+ "@salutejs/plasma-new-hope": "0.343.0-canary.2372.19930692860.0",
35
35
  "@salutejs/sdds-themes": "0.49.0"
36
36
  },
37
37
  "peerDependencies": {
@@ -55,31 +55,22 @@
55
55
  "@microsoft/api-extractor": "7.38.3",
56
56
  "@originjs/vite-plugin-commonjs": "1.0.3",
57
57
  "@salutejs/plasma-colors": "0.16.0",
58
- "@salutejs/plasma-core": "1.211.0-canary.2371.19919666002.0",
59
- "@salutejs/plasma-cy-utils": "0.141.0-canary.2371.19919666002.0",
60
- "@salutejs/plasma-icons": "1.228.0-canary.2371.19919666002.0",
61
- "@salutejs/plasma-sb-utils": "0.211.0-canary.2371.19919666002.0",
62
- "@storybook/addon-docs": "8.6.14",
63
- "@storybook/addon-essentials": "8.6.14",
64
- "@storybook/manager-api": "8.6.14",
65
- "@storybook/react": "8.6.14",
66
- "@storybook/react-vite": "8.6.14",
67
- "@storybook/theming": "8.6.14",
58
+ "@salutejs/plasma-core": "1.211.0-canary.2372.19930692860.0",
59
+ "@salutejs/plasma-cy-utils": "0.141.0-canary.2372.19930692860.0",
60
+ "@salutejs/plasma-icons": "1.228.0-canary.2372.19930692860.0",
61
+ "@salutejs/plasma-sb-utils": "0.211.0-canary.2372.19930692860.0",
68
62
  "@types/node": "16.7.13",
69
63
  "@types/react": "18.0.28",
70
64
  "@types/react-dom": "18.0.11",
71
65
  "@types/styled-components": "5.1.0",
72
- "@vitejs/plugin-react": "3.1.0",
73
66
  "babel-loader": "8.2.2",
74
67
  "babel-plugin-annotate-pure-calls": "0.4.0",
75
68
  "babel-plugin-styled-components": "1.13.2",
76
69
  "default-browser-id": "2.0.0",
77
70
  "react": "18.2.0",
78
71
  "react-dom": "18.2.0",
79
- "storybook": "8.6.14",
80
72
  "styled-components": "5.3.1",
81
- "typescript-coverage-report": "0.7.0",
82
- "vite": "4.5.3"
73
+ "typescript-coverage-report": "0.7.0"
83
74
  },
84
75
  "publishConfig": {
85
76
  "access": "public"
@@ -124,5 +115,5 @@
124
115
  "Anton Vinogradov"
125
116
  ],
126
117
  "sideEffects": false,
127
- "gitHead": "6965b0395198f24c7d40d2a6d10c3b2d09c69482"
118
+ "gitHead": "c2232c6f979408840af41901f93dee91dc9d81b9"
128
119
  }