karsten-design-system 1.0.7 → 1.0.8
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 +2 -2
- package/package.json +6 -4
package/README.md
CHANGED
|
@@ -6,12 +6,12 @@ Uma biblioteca de componentes React estilizados para projetos da Karsten, constr
|
|
|
6
6
|
|
|
7
7
|
Com npm:
|
|
8
8
|
```bash
|
|
9
|
-
npm install karsten-design-system
|
|
9
|
+
npm install karsten-design-system
|
|
10
10
|
```
|
|
11
11
|
|
|
12
12
|
Com yarn:
|
|
13
13
|
```bash
|
|
14
|
-
yarn add karsten-design-system
|
|
14
|
+
yarn add karsten-design-system
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Configuração do Tailwind
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "karsten-design-system",
|
|
3
3
|
"description": "Karsten Design System Components",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.8",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -31,8 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
34
|
-
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
35
|
-
"tailwindcss": "^3.4.0"
|
|
34
|
+
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
36
35
|
},
|
|
37
36
|
"dependencies": {
|
|
38
37
|
"@types/date-fns": "^2.6.3",
|
|
@@ -40,7 +39,10 @@
|
|
|
40
39
|
"clsx": "^2.1.1",
|
|
41
40
|
"data-fns": "^1.1.0",
|
|
42
41
|
"primeicons": "^7.0.0",
|
|
43
|
-
"primereact": "^10.8.5"
|
|
42
|
+
"primereact": "^10.8.5",
|
|
43
|
+
"postcss": "^8.4.49",
|
|
44
|
+
"tailwindcss": "^3.4.17",
|
|
45
|
+
"autoprefixer": "^10.4.20"
|
|
44
46
|
},
|
|
45
47
|
"devDependencies": {
|
|
46
48
|
"@chromatic-com/storybook": "^3.2.3",
|