@gkucmierz/nano-ui 1.2.2 → 1.5.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,8 +1,8 @@
1
1
  {
2
2
  "name": "@gkucmierz/nano-ui",
3
- "version": "1.2.2",
3
+ "version": "1.5.0",
4
4
  "license": "ISC",
5
- "description": "High-performance, minimal footprint Vue 3 UI library and directives.",
5
+ "description": "High-performance, minimal footprint Vue 3 UI library, interactive 3D charts, and directives.",
6
6
  "type": "module",
7
7
  "main": "./dist/nano-ui.js",
8
8
  "module": "./dist/nano-ui.js",
@@ -18,12 +18,14 @@
18
18
  "scripts": {
19
19
  "dev": "vite",
20
20
  "build": "vite build",
21
- "build:app": "vite build -c vite.config.app.js"
21
+ "build:app": "vite build -c vite.config.app.js",
22
+ "test:e2e": "playwright test"
22
23
  },
23
24
  "peerDependencies": {
24
25
  "vue": "^3.0.0"
25
26
  },
26
27
  "devDependencies": {
28
+ "@playwright/test": "^1.61.1",
27
29
  "@vitejs/plugin-vue": "^6.0.5",
28
30
  "vite": "^8.0.12",
29
31
  "vue": "^3.4.0"
@@ -40,9 +42,21 @@
40
42
  "directives",
41
43
  "ripple",
42
44
  "nano",
43
- "glassmorphism"
45
+ "glassmorphism",
46
+ "chart",
47
+ "donut-chart",
48
+ "pie-chart",
49
+ "3d-chart",
50
+ "svg-chart",
51
+ "interactive-charts",
52
+ "scrubber",
53
+ "precision-scrubber",
54
+ "high-precision",
55
+ "slider",
56
+ "jog-dial"
44
57
  ],
45
58
  "dependencies": {
59
+ "@gkucmierz/analytics": "^1.0.1",
46
60
  "vue-router": "^5.0.6"
47
61
  }
48
62
  }