elseware-ui 3.6.0 → 3.7.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": "3.6.0",
3
+ "version": "3.7.0",
4
4
  "private": false,
5
5
  "description": "A modern and customizable React UI component library by elseware Technology.",
6
6
  "license": "MIT",
@@ -79,15 +79,15 @@
79
79
  },
80
80
  "peerDependencies": {
81
81
  "formik": ">=2.4.0 <3",
82
- "yup": ">=1.3.0 <2",
82
+ "nativewind": ">=4.0.0 <5",
83
83
  "react": ">=18.3.1 <20",
84
84
  "react-dom": ">=18.3.1 <20",
85
85
  "react-native": ">=0.75 <0.87",
86
- "nativewind": ">=4.0.0 <5",
87
86
  "react-native-reanimated": ">=3.6.2 <5",
88
87
  "react-native-svg": ">=15.8 <16",
89
88
  "react-native-worklets": ">=0.7 <1",
90
- "tailwindcss": ">=3.0.0"
89
+ "tailwindcss": ">=3.0.0",
90
+ "yup": ">=1.3.0 <2"
91
91
  },
92
92
  "peerDependenciesMeta": {
93
93
  "nativewind": {
@@ -118,12 +118,11 @@
118
118
  "classnames": "^2.5.1",
119
119
  "clsx": "^2.1.1",
120
120
  "d3": "^7.9.0",
121
- "emoji-flags": "^1.3.0",
122
121
  "elseware-icons": "^1.0.0",
122
+ "elseware-world-data": "^1.0.0",
123
123
  "framer-motion": "^12.23.24",
124
124
  "react-markdown": "^10.1.0",
125
125
  "react-syntax-highlighter": "^16.1.1",
126
- "react-world-flags": "^1.6.0",
127
126
  "recharts": "^3.8.1",
128
127
  "rehype-raw": "^7.0.0",
129
128
  "rehype-sanitize": "^6.0.0",
@@ -136,12 +135,10 @@
136
135
  "@storybook/react": "^10.5.0",
137
136
  "@storybook/react-vite": "^10.5.0",
138
137
  "@types/d3": "^7.4.3",
139
- "@types/emoji-flags": "^1.3.3",
140
138
  "@types/node": "^24.0.3",
141
139
  "@types/react": "^19.2.17",
142
140
  "@types/react-dom": "^19.2.3",
143
141
  "@types/react-syntax-highlighter": "^15.5.13",
144
- "@types/react-world-flags": "^1.6.0",
145
142
  "@types/topojson-client": "^3.1.5",
146
143
  "autoprefixer": "^10.4.16",
147
144
  "cssnano": "^6.0.3",
@@ -159,8 +156,8 @@
159
156
  "react-native-css-interop": "0.2.6",
160
157
  "react-native-reanimated": "^4.5.1",
161
158
  "react-native-svg": "^15.15.5",
162
- "react-native-worklets": "^0.10.2",
163
159
  "react-native-web": "^0.21.2",
160
+ "react-native-worklets": "^0.10.2",
164
161
  "rimraf": "^6.0.1",
165
162
  "storybook": "^10.5.0",
166
163
  "tailwindcss": "^3.4.1",