elseware-ui 2.31.17 → 2.33.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.
- package/LICENSE +20 -20
- package/README.md +98 -98
- package/dist/index.css +422 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +2160 -1516
- package/dist/index.d.ts +2160 -1516
- package/dist/index.js +2688 -435
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2450 -228
- package/dist/index.mjs.map +1 -1
- package/package.json +111 -110
package/package.json
CHANGED
|
@@ -1,110 +1,111 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "elseware-ui",
|
|
3
|
-
"version": "2.
|
|
4
|
-
"private": false,
|
|
5
|
-
"description": "A modern and customizable React UI component library by elseware Technology.",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"react",
|
|
8
|
-
"ui-library",
|
|
9
|
-
"component-library",
|
|
10
|
-
"tailwind",
|
|
11
|
-
"design-system",
|
|
12
|
-
"elseware"
|
|
13
|
-
],
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "https://github.com/elsewaretechnologies/elseware-ui.git"
|
|
17
|
-
},
|
|
18
|
-
"author": "elseware Technology",
|
|
19
|
-
"license": "MIT",
|
|
20
|
-
"main": "./dist/index.cjs",
|
|
21
|
-
"module": "./dist/index.js",
|
|
22
|
-
"types": "./dist/index.d.ts",
|
|
23
|
-
"exports": {
|
|
24
|
-
".": {
|
|
25
|
-
"types": "./dist/index.d.ts",
|
|
26
|
-
"import": "./dist/index.js",
|
|
27
|
-
"require": "./dist/index.cjs"
|
|
28
|
-
},
|
|
29
|
-
"./styles.css": "./dist/index.css"
|
|
30
|
-
},
|
|
31
|
-
"files": [
|
|
32
|
-
"dist"
|
|
33
|
-
],
|
|
34
|
-
"sideEffects": [
|
|
35
|
-
"**/*.css"
|
|
36
|
-
],
|
|
37
|
-
"publishConfig": {
|
|
38
|
-
"access": "public"
|
|
39
|
-
},
|
|
40
|
-
"scripts": {
|
|
41
|
-
"dev": "storybook dev -p 6006",
|
|
42
|
-
"build": "tsup",
|
|
43
|
-
"build:storybook": "storybook build",
|
|
44
|
-
"clean": "rimraf dist node_modules/.cache",
|
|
45
|
-
"prepare": "npm run build",
|
|
46
|
-
"release": "npm publish --access public"
|
|
47
|
-
},
|
|
48
|
-
"peerDependencies": {
|
|
49
|
-
"react": "^18.3.1",
|
|
50
|
-
"react-dom": "^18.3.1",
|
|
51
|
-
"tailwindcss": ">=3.0.0"
|
|
52
|
-
},
|
|
53
|
-
"dependencies": {
|
|
54
|
-
"@headlessui/react": "^2.1.8",
|
|
55
|
-
"@mdxeditor/editor": "^3.36.0",
|
|
56
|
-
"chart.js": "^4.4.4",
|
|
57
|
-
"classnames": "^2.5.1",
|
|
58
|
-
"cloudinary-react": "^1.8.1",
|
|
59
|
-
"d3": "^7.9.0",
|
|
60
|
-
"d3-force": "^3.0.0",
|
|
61
|
-
"emoji-flags": "^1.3.0",
|
|
62
|
-
"formik": "^2.4.5",
|
|
63
|
-
"framer-motion": "^12.23.24",
|
|
64
|
-
"react-beautiful-dnd": "^13.1.1",
|
|
65
|
-
"react-chartjs-2": "^5.2.0",
|
|
66
|
-
"react-icons": "^4.12.0",
|
|
67
|
-
"react-simple-maps": "^3.0.0",
|
|
68
|
-
"react-toastify": "^10.0.5",
|
|
69
|
-
"react-world-flags": "^1.6.0",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
"@storybook/addon-
|
|
76
|
-
"@storybook/addon-
|
|
77
|
-
"@storybook/addon-
|
|
78
|
-
"@storybook/
|
|
79
|
-
"@storybook/
|
|
80
|
-
"@storybook/react": "^8.5.0",
|
|
81
|
-
"@storybook/react
|
|
82
|
-
"@storybook/
|
|
83
|
-
"@
|
|
84
|
-
"@types/d3
|
|
85
|
-
"@types/
|
|
86
|
-
"@types/
|
|
87
|
-
"@types/
|
|
88
|
-
"@types/
|
|
89
|
-
"@types/react
|
|
90
|
-
"@types/react-
|
|
91
|
-
"@types/react-
|
|
92
|
-
"@types/react-
|
|
93
|
-
"@types/react-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"react
|
|
102
|
-
"react-
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
|
|
110
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "elseware-ui",
|
|
3
|
+
"version": "2.33.0",
|
|
4
|
+
"private": false,
|
|
5
|
+
"description": "A modern and customizable React UI component library by elseware Technology.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"react",
|
|
8
|
+
"ui-library",
|
|
9
|
+
"component-library",
|
|
10
|
+
"tailwind",
|
|
11
|
+
"design-system",
|
|
12
|
+
"elseware"
|
|
13
|
+
],
|
|
14
|
+
"repository": {
|
|
15
|
+
"type": "git",
|
|
16
|
+
"url": "https://github.com/elsewaretechnologies/elseware-ui.git"
|
|
17
|
+
},
|
|
18
|
+
"author": "elseware Technology",
|
|
19
|
+
"license": "MIT",
|
|
20
|
+
"main": "./dist/index.cjs",
|
|
21
|
+
"module": "./dist/index.js",
|
|
22
|
+
"types": "./dist/index.d.ts",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./dist/index.d.ts",
|
|
26
|
+
"import": "./dist/index.js",
|
|
27
|
+
"require": "./dist/index.cjs"
|
|
28
|
+
},
|
|
29
|
+
"./styles.css": "./dist/index.css"
|
|
30
|
+
},
|
|
31
|
+
"files": [
|
|
32
|
+
"dist"
|
|
33
|
+
],
|
|
34
|
+
"sideEffects": [
|
|
35
|
+
"**/*.css"
|
|
36
|
+
],
|
|
37
|
+
"publishConfig": {
|
|
38
|
+
"access": "public"
|
|
39
|
+
},
|
|
40
|
+
"scripts": {
|
|
41
|
+
"dev": "storybook dev -p 6006",
|
|
42
|
+
"build": "tsup",
|
|
43
|
+
"build:storybook": "storybook build",
|
|
44
|
+
"clean": "rimraf dist node_modules/.cache",
|
|
45
|
+
"prepare": "npm run build",
|
|
46
|
+
"release": "npm publish --access public"
|
|
47
|
+
},
|
|
48
|
+
"peerDependencies": {
|
|
49
|
+
"react": "^18.3.1",
|
|
50
|
+
"react-dom": "^18.3.1",
|
|
51
|
+
"tailwindcss": ">=3.0.0"
|
|
52
|
+
},
|
|
53
|
+
"dependencies": {
|
|
54
|
+
"@headlessui/react": "^2.1.8",
|
|
55
|
+
"@mdxeditor/editor": "^3.36.0",
|
|
56
|
+
"chart.js": "^4.4.4",
|
|
57
|
+
"classnames": "^2.5.1",
|
|
58
|
+
"cloudinary-react": "^1.8.1",
|
|
59
|
+
"d3": "^7.9.0",
|
|
60
|
+
"d3-force": "^3.0.0",
|
|
61
|
+
"emoji-flags": "^1.3.0",
|
|
62
|
+
"formik": "^2.4.5",
|
|
63
|
+
"framer-motion": "^12.23.24",
|
|
64
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
65
|
+
"react-chartjs-2": "^5.2.0",
|
|
66
|
+
"react-icons": "^4.12.0",
|
|
67
|
+
"react-simple-maps": "^3.0.0",
|
|
68
|
+
"react-toastify": "^10.0.5",
|
|
69
|
+
"react-world-flags": "^1.6.0",
|
|
70
|
+
"recharts": "^3.8.1",
|
|
71
|
+
"tailwind-merge": "^3.5.0",
|
|
72
|
+
"yup": "^1.3.3"
|
|
73
|
+
},
|
|
74
|
+
"devDependencies": {
|
|
75
|
+
"@storybook/addon-essentials": "^8.5.0",
|
|
76
|
+
"@storybook/addon-interactions": "^8.5.0",
|
|
77
|
+
"@storybook/addon-links": "^8.5.0",
|
|
78
|
+
"@storybook/addon-onboarding": "^8.5.0",
|
|
79
|
+
"@storybook/blocks": "^8.5.0",
|
|
80
|
+
"@storybook/preset-create-react-app": "^8.5.0",
|
|
81
|
+
"@storybook/react": "^8.5.0",
|
|
82
|
+
"@storybook/react-webpack5": "^8.5.0",
|
|
83
|
+
"@storybook/test": "^8.5.0",
|
|
84
|
+
"@types/d3": "^7.4.3",
|
|
85
|
+
"@types/d3-force": "^3.0.10",
|
|
86
|
+
"@types/emoji-flags": "^1.3.3",
|
|
87
|
+
"@types/jest": "^30.0.0",
|
|
88
|
+
"@types/node": "^24.0.3",
|
|
89
|
+
"@types/react": "^18.3.12",
|
|
90
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
91
|
+
"@types/react-chartjs-2": "^2.5.7",
|
|
92
|
+
"@types/react-dom": "^18.3.1",
|
|
93
|
+
"@types/react-simple-maps": "^3.0.6",
|
|
94
|
+
"@types/react-world-flags": "^1.6.0",
|
|
95
|
+
"autoprefixer": "^10.4.16",
|
|
96
|
+
"cssnano": "^6.0.3",
|
|
97
|
+
"eslint-plugin-storybook": "^0.11.2",
|
|
98
|
+
"path": "^0.12.7",
|
|
99
|
+
"postcss": "^8.4.33",
|
|
100
|
+
"prop-types": "^15.8.1",
|
|
101
|
+
"react": "^18.3.1",
|
|
102
|
+
"react-dom": "^18.3.1",
|
|
103
|
+
"react-scripts": "5.0.1",
|
|
104
|
+
"rimraf": "^6.0.1",
|
|
105
|
+
"storybook": "^8.5.0",
|
|
106
|
+
"tailwindcss": "^3.4.1",
|
|
107
|
+
"tslib": "^2.8.1",
|
|
108
|
+
"tsup": "^8.5.1",
|
|
109
|
+
"typescript": "^4.9.5"
|
|
110
|
+
}
|
|
111
|
+
}
|