@namuna-nur/ui-kit 1.6.2 → 1.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": "@namuna-nur/ui-kit",
3
- "version": "1.6.2",
3
+ "version": "1.7.0",
4
4
  "description": "UI Kit for Namuna NUR",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -96,6 +96,8 @@
96
96
  "class-variance-authority": "^0.7.1",
97
97
  "clsx": "^2.1.1",
98
98
  "date-fns": "^4.1.0",
99
+ "echarts": "^6.0.0",
100
+ "echarts-for-react": "^3.0.5",
99
101
  "embla-carousel-react": "^8.5.2",
100
102
  "nuqs": "^2.4.0",
101
103
  "react-day-picker": "^9.5.0",
@@ -154,6 +156,7 @@
154
156
  "react": "^19.0.0",
155
157
  "react-dom": "^19.0.0",
156
158
  "react-router-dom": "^7.0.0",
159
+ "standard-version": "^9.5.0",
157
160
  "storybook": "^9.0.15",
158
161
  "tailwindcss": "^3.4.17",
159
162
  "typescript": "^5.7.3",
@@ -163,7 +166,6 @@
163
166
  "vite-plugin-svgr": "^4.3.0",
164
167
  "vite-tsconfig-paths": "^5.1.4",
165
168
  "vitest": "^2.1.8",
166
- "vitest-browser-react": "^0.0.4",
167
- "standard-version": "^9.5.0"
169
+ "vitest-browser-react": "^0.0.4"
168
170
  }
169
171
  }