@weing-dev/ui-kit-primitive 0.0.2 → 0.0.3
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/dist/index.css +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +12819 -47865
- package/dist/index.umd.cjs +22 -156
- package/package.json +47 -24
package/package.json
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@weing-dev/ui-kit-primitive",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
|
+
"sideEffects": [
|
|
7
|
+
"**/*.css"
|
|
8
|
+
],
|
|
6
9
|
"exports": {
|
|
7
10
|
".": {
|
|
8
11
|
"types": "./dist/index.d.ts",
|
|
@@ -17,20 +20,6 @@
|
|
|
17
20
|
"dist"
|
|
18
21
|
],
|
|
19
22
|
"peerDependencies": {
|
|
20
|
-
"react": "^19.0.0",
|
|
21
|
-
"react-dom": "^19.0.0",
|
|
22
|
-
"styled-components": "^6.1.13"
|
|
23
|
-
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"@aws-sdk/client-s3": "^3.717.0",
|
|
26
|
-
"@aws-sdk/client-secrets-manager": "^3.716.0",
|
|
27
|
-
"@aws-sdk/s3-request-presigner": "^3.717.0",
|
|
28
|
-
"@dnd-kit/core": "^6.3.1",
|
|
29
|
-
"@dnd-kit/modifiers": "^9.0.0",
|
|
30
|
-
"@dnd-kit/sortable": "^10.0.0",
|
|
31
|
-
"@dnd-kit/utilities": "^3.2.2",
|
|
32
|
-
"@faker-js/faker": "^9.3.0",
|
|
33
|
-
"@popperjs/core": "^2.11.8",
|
|
34
23
|
"@tanstack/react-table": "^8.20.6",
|
|
35
24
|
"chart.js": "^4.4.7",
|
|
36
25
|
"chartjs-adapter-luxon": "^1.3.1",
|
|
@@ -39,36 +28,70 @@
|
|
|
39
28
|
"chartjs-plugin-datalabels": "^2.2.0",
|
|
40
29
|
"classnames": "^2.5.1",
|
|
41
30
|
"dayjs": "^1.11.13",
|
|
42
|
-
"framer-motion": "^11.15.0",
|
|
43
|
-
"luxon": "^3.5.0",
|
|
44
|
-
"qrcode.react": "^4.2.0",
|
|
45
31
|
"quill": "^2.0.3",
|
|
46
|
-
"
|
|
47
|
-
"react-barcode": "^1.5.3",
|
|
32
|
+
"react": "^19.0.0",
|
|
48
33
|
"react-chartjs-2": "^5.2.0",
|
|
49
|
-
"react-
|
|
34
|
+
"react-dom": "^19.0.0",
|
|
50
35
|
"react-quill": "^2.0.0",
|
|
51
36
|
"react-quill-new": "^3.3.3",
|
|
37
|
+
"styled-components": "^6.1.13",
|
|
38
|
+
"luxon": "^3.5.0",
|
|
39
|
+
"zustand": "^5.0.2",
|
|
40
|
+
"quill-image-resize-module-react": "^3.0.0",
|
|
41
|
+
"framer-motion": "^11.15.0",
|
|
42
|
+
"@aws-sdk/client-s3": "^3.717.0",
|
|
43
|
+
"@aws-sdk/client-secrets-manager": "^3.716.0",
|
|
44
|
+
"@aws-sdk/s3-request-presigner": "^3.717.0"
|
|
45
|
+
},
|
|
46
|
+
"dependencies": {
|
|
47
|
+
"@dnd-kit/core": "^6.3.1",
|
|
48
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
|
49
|
+
"@dnd-kit/sortable": "^10.0.0",
|
|
50
|
+
"@dnd-kit/utilities": "^3.2.2",
|
|
51
|
+
"@popperjs/core": "^2.11.8",
|
|
52
|
+
"qrcode.react": "^4.2.0",
|
|
53
|
+
"react-barcode": "^1.5.3",
|
|
54
|
+
"react-popper": "^2.3.0",
|
|
52
55
|
"uuid": "^10.0.0",
|
|
53
|
-
"vite-tsconfig-paths": "^5.1.4"
|
|
54
|
-
"zustand": "^5.0.2"
|
|
56
|
+
"vite-tsconfig-paths": "^5.1.4"
|
|
55
57
|
},
|
|
56
58
|
"devDependencies": {
|
|
57
59
|
"@emotion/is-prop-valid": "^1.3.1",
|
|
58
60
|
"@eslint/js": "^9.17.0",
|
|
61
|
+
"@faker-js/faker": "^9.3.0",
|
|
62
|
+
"@tanstack/react-table": "^8.20.6",
|
|
59
63
|
"@types/react": "^19.0.0",
|
|
60
64
|
"@types/react-dom": "^19.0.0",
|
|
61
65
|
"@types/uuid": "^10.0.0",
|
|
62
66
|
"@vitejs/plugin-react-swc": "^3.7.2",
|
|
67
|
+
"chart.js": "^4.4.7",
|
|
68
|
+
"chartjs-adapter-luxon": "^1.3.1",
|
|
69
|
+
"chartjs-chart-funnel": "^4.2.4",
|
|
70
|
+
"chartjs-plugin-annotation": "^3.1.0",
|
|
71
|
+
"chartjs-plugin-datalabels": "^2.2.0",
|
|
72
|
+
"classnames": "^2.5.1",
|
|
73
|
+
"dayjs": "^1.11.13",
|
|
63
74
|
"eslint": "^9.17.0",
|
|
64
75
|
"eslint-plugin-react-hooks": "^5.1.0",
|
|
65
76
|
"eslint-plugin-react-refresh": "^0.4.16",
|
|
66
77
|
"eslint-plugin-storybook": "^0.8.0",
|
|
67
78
|
"globals": "^15.14.0",
|
|
79
|
+
"quill": "^2.0.3",
|
|
80
|
+
"react-chartjs-2": "^5.2.0",
|
|
81
|
+
"react-quill": "^2.0.0",
|
|
82
|
+
"react-quill-new": "^3.3.3",
|
|
83
|
+
"rollup-plugin-visualizer": "^5.14.0",
|
|
68
84
|
"typescript": "^5.7.2",
|
|
69
85
|
"typescript-eslint": "^8.18.2",
|
|
70
86
|
"vite": "^5.4.11",
|
|
71
|
-
"vite-plugin-dts": "^4.4.0"
|
|
87
|
+
"vite-plugin-dts": "^4.4.0",
|
|
88
|
+
"luxon": "^3.5.0",
|
|
89
|
+
"zustand": "^5.0.2",
|
|
90
|
+
"quill-image-resize-module-react": "^3.0.0",
|
|
91
|
+
"framer-motion": "^11.15.0",
|
|
92
|
+
"@aws-sdk/client-s3": "^3.717.0",
|
|
93
|
+
"@aws-sdk/client-secrets-manager": "^3.716.0",
|
|
94
|
+
"@aws-sdk/s3-request-presigner": "^3.717.0"
|
|
72
95
|
},
|
|
73
96
|
"scripts": {
|
|
74
97
|
"dev": "vite",
|