@szum-tech/design-system 1.5.5 → 1.5.6
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.
- package/README.md +4 -4
- package/package.json +4 -10
package/README.md
CHANGED
|
@@ -21,16 +21,16 @@ Szum-Tech Design System is available as an [npm package](https://www.npmjs.com/p
|
|
|
21
21
|
|
|
22
22
|
**npm:**
|
|
23
23
|
|
|
24
|
-
```
|
|
24
|
+
```shell
|
|
25
25
|
npm install @szum-tech/design-system
|
|
26
|
-
npm install -D tailwindcss
|
|
26
|
+
npm install -D tailwindcss @tailwindcss/container-queries
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
**yarn:**
|
|
30
30
|
|
|
31
|
-
```
|
|
31
|
+
```shell
|
|
32
32
|
yarn add @szum-tech/design-system
|
|
33
|
-
yarn add -D tailwindcss
|
|
33
|
+
yarn add -D tailwindcss @tailwindcss/container-queries
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
## Configuration
|
package/package.json
CHANGED
|
@@ -7,16 +7,11 @@
|
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@heroicons/react": "^2.0.15",
|
|
9
9
|
"class-variance-authority": "^0.4.0",
|
|
10
|
+
"tailwind-scrollbar": "^3.0.0",
|
|
10
11
|
"tailwindcss": "^3.2.7"
|
|
11
12
|
},
|
|
12
13
|
"devDependencies": {
|
|
13
14
|
"@babel/core": "^7.19.6",
|
|
14
|
-
"@semantic-release/changelog": "^6.0.1",
|
|
15
|
-
"@semantic-release/commit-analyzer": "^9.0.2",
|
|
16
|
-
"@semantic-release/git": "^10.0.1",
|
|
17
|
-
"@semantic-release/github": "^8.0.6",
|
|
18
|
-
"@semantic-release/npm": "^9.0.1",
|
|
19
|
-
"@semantic-release/release-notes-generator": "^10.0.3",
|
|
20
15
|
"@storybook/addon-a11y": "^7.0.0-beta.47",
|
|
21
16
|
"@storybook/addon-actions": "^7.0.0-beta.47",
|
|
22
17
|
"@storybook/addon-docs": "^7.0.0-beta.47",
|
|
@@ -28,6 +23,7 @@
|
|
|
28
23
|
"@storybook/react": "^7.0.0-beta.47",
|
|
29
24
|
"@storybook/react-vite": "^7.0.0-beta.47",
|
|
30
25
|
"@storybook/theming": "^7.0.0-beta.47",
|
|
26
|
+
"@szum-tech/semantic-release-preset": "^1.3.0",
|
|
31
27
|
"@tailwindcss/container-queries": "^0.1.0",
|
|
32
28
|
"@testing-library/react": "^13.4.0",
|
|
33
29
|
"@testing-library/user-event": "^14.4.3",
|
|
@@ -47,12 +43,11 @@
|
|
|
47
43
|
"react-docgen": "^5.4.3",
|
|
48
44
|
"react-docgen-typescript": "^2.2.2",
|
|
49
45
|
"react-dom": "^18.2.0",
|
|
50
|
-
"semantic-release": "^
|
|
46
|
+
"semantic-release": "^20.1.0",
|
|
51
47
|
"serve": "^14.2.0",
|
|
52
48
|
"storybook": "^7.0.0-beta.47",
|
|
53
49
|
"storybook-addon-pseudo-states": "^2.0.0-next.0",
|
|
54
50
|
"storybook-addon-themes": "^6.1.0",
|
|
55
|
-
"tailwind-scrollbar": "^2.1.0",
|
|
56
51
|
"tsup": "^6.6.3",
|
|
57
52
|
"typescript": "^4.9.5",
|
|
58
53
|
"vite": "^4.1.2"
|
|
@@ -105,11 +100,10 @@
|
|
|
105
100
|
},
|
|
106
101
|
"sideEffects": false,
|
|
107
102
|
"types": "./index.d.ts",
|
|
108
|
-
"version": "1.5.
|
|
103
|
+
"version": "1.5.6",
|
|
109
104
|
"peerDependencies": {
|
|
110
105
|
"@tailwindcss/container-queries": "^0.1.0",
|
|
111
106
|
"react": "^18.2.0",
|
|
112
|
-
"tailwind-scrollbar": "^2.1.0",
|
|
113
107
|
"tailwindcss": "^3.2.7"
|
|
114
108
|
}
|
|
115
109
|
}
|