elseware-ui 2.38.0 → 2.39.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "elseware-ui",
3
- "version": "2.38.0",
3
+ "version": "2.39.0",
4
4
  "private": false,
5
5
  "description": "A modern and customizable React UI component library by elseware Technology.",
6
6
  "keywords": [
@@ -18,14 +18,14 @@
18
18
  },
19
19
  "author": "elseware Technology",
20
20
  "license": "MIT",
21
- "main": "./dist/index.cjs",
22
- "module": "./dist/index.js",
21
+ "main": "./dist/index.js",
22
+ "module": "./dist/index.mjs",
23
23
  "types": "./dist/index.d.ts",
24
24
  "exports": {
25
25
  ".": {
26
26
  "types": "./dist/index.d.ts",
27
- "import": "./dist/index.js",
28
- "require": "./dist/index.cjs"
27
+ "import": "./dist/index.mjs",
28
+ "require": "./dist/index.js"
29
29
  },
30
30
  "./styles.css": "./dist/index.css"
31
31
  },
@@ -64,8 +64,6 @@
64
64
  "@codemirror/lang-markdown": "^6.5.0",
65
65
  "@codemirror/theme-one-dark": "^6.1.3",
66
66
  "@mdxeditor/editor": "^4.0.4",
67
- "@milkdown/kit": "^7.21.2",
68
- "@milkdown/react": "^7.21.2",
69
67
  "@uiw/react-codemirror": "^4.25.10",
70
68
  "classnames": "^2.5.1",
71
69
  "cloudinary-react": "^1.8.1",
@@ -94,9 +92,8 @@
94
92
  "@storybook/addon-links": "^8.5.0",
95
93
  "@storybook/addon-onboarding": "^8.5.0",
96
94
  "@storybook/blocks": "^8.5.0",
97
- "@storybook/preset-create-react-app": "^8.5.0",
98
95
  "@storybook/react": "^8.5.0",
99
- "@storybook/react-webpack5": "^8.5.0",
96
+ "@storybook/react-vite": "^8.5.0",
100
97
  "@storybook/test": "^8.5.0",
101
98
  "@types/d3": "^7.4.3",
102
99
  "@types/d3-force": "^3.0.10",
@@ -126,7 +123,6 @@
126
123
  "prop-types": "^15.8.1",
127
124
  "react": "^18.3.1",
128
125
  "react-dom": "^18.3.1",
129
- "react-scripts": "5.0.1",
130
126
  "rimraf": "^6.0.1",
131
127
  "storybook": "^8.5.0",
132
128
  "tailwindcss": "^3.4.1",