elseware-ui 2.14.5 → 2.15.1

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.14.5",
3
+ "version": "2.15.1",
4
4
  "private": false,
5
5
  "description": "A modern and customizable React UI component library by elseware Technology.",
6
6
  "keywords": [
@@ -70,9 +70,11 @@
70
70
  "cloudinary-react": "^1.8.1",
71
71
  "emoji-flags": "^1.3.0",
72
72
  "formik": "^2.4.5",
73
+ "framer-motion": "^12.23.24",
73
74
  "react-beautiful-dnd": "^13.1.1",
74
75
  "react-chartjs-2": "^5.2.0",
75
76
  "react-icons": "^4.12.0",
77
+ "react-simple-maps": "^3.0.0",
76
78
  "react-toastify": "^10.0.5",
77
79
  "react-world-flags": "^1.6.0",
78
80
  "yup": "^1.3.3"
@@ -98,21 +100,22 @@
98
100
  "@types/react-beautiful-dnd": "^13.1.8",
99
101
  "@types/react-chartjs-2": "^2.5.7",
100
102
  "@types/react-dom": "^19.0.4",
103
+ "@types/react-simple-maps": "^3.0.6",
101
104
  "@types/react-world-flags": "^1.6.0",
105
+ "autoprefixer": "^10.4.16",
106
+ "cssnano": "^6.0.3",
102
107
  "eslint-plugin-storybook": "^0.11.2",
108
+ "postcss": "^8.4.33",
103
109
  "prop-types": "^15.8.1",
110
+ "react-scripts": "5.0.1",
104
111
  "rollup": "^2.79.2",
105
112
  "rollup-plugin-peer-deps-external": "^2.2.4",
106
113
  "rollup-plugin-postcss": "^4.0.2",
107
114
  "rollup-plugin-terser": "^7.0.2",
108
115
  "rollup-plugin-typescript2": "^0.36.0",
109
116
  "storybook": "^8.5.0",
117
+ "tailwindcss": "^3.4.1",
110
118
  "tslib": "^2.6.2",
111
- "typescript": "^4.9.5",
112
- "react-scripts": "5.0.1",
113
- "autoprefixer": "^10.4.16",
114
- "postcss": "^8.4.33",
115
- "cssnano": "^6.0.3",
116
- "tailwindcss": "^3.4.1"
119
+ "typescript": "^4.9.5"
117
120
  }
118
121
  }