@7onic-ui/react 0.1.1 → 0.2.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": "@7onic-ui/react",
3
- "version": "0.1.1",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -14,6 +14,18 @@
14
14
  "types": "./dist/index.d.ts",
15
15
  "import": "./dist/index.mjs",
16
16
  "require": "./dist/index.js"
17
+ },
18
+ "./chart": {
19
+ "types": "./dist/chart.d.ts",
20
+ "import": "./dist/chart.mjs",
21
+ "require": "./dist/chart.js"
22
+ }
23
+ },
24
+ "typesVersions": {
25
+ "*": {
26
+ "chart": [
27
+ "./dist/chart.d.ts"
28
+ ]
17
29
  }
18
30
  },
19
31
  "files": [
@@ -33,11 +45,15 @@
33
45
  "typecheck": "tsc --noEmit",
34
46
  "sync-tokens": "tsx scripts/run-sync.ts",
35
47
  "build:cli": "node scripts/build-cli.js",
48
+ "build:7onic": "node scripts/build-7onic-cli.js",
49
+ "generate:registry": "tsx scripts/generate-registry.ts",
50
+ "verify:registry": "tsx scripts/generate-registry.ts && git diff --exit-code cli/src/registry/index.ts",
36
51
  "verify:docs": "tsx scripts/verify-docs.ts",
37
52
  "verify:i18n": "tsx scripts/verify-i18n.ts",
38
53
  "verify:i18n:html": "tsx scripts/verify-i18n-html.ts",
39
54
  "verify:components": "tsx scripts/verify-components.ts",
40
- "prepublishOnly": "npm run build:lib"
55
+ "verify:publish": "tsx scripts/verify-publish.ts",
56
+ "prepublishOnly": "npm run build:lib && npm run verify:publish"
41
57
  },
42
58
  "dependencies": {
43
59
  "@radix-ui/react-accordion": "^1.2.0",
@@ -79,24 +95,26 @@
79
95
  },
80
96
  "devDependencies": {
81
97
  "@7onic-ui/tokens": "file:./tokens",
98
+ "@clack/prompts": "^1.2.0",
82
99
  "@types/node": "^20.14.0",
83
- "@types/react": "^18.3.0",
84
- "@types/react-dom": "^18.3.0",
100
+ "@types/react": "^19.0.0",
101
+ "@types/react-dom": "^19.0.0",
85
102
  "@typescript-eslint/eslint-plugin": "^7.0.0",
86
103
  "@typescript-eslint/parser": "^7.0.0",
87
104
  "autoprefixer": "^10.4.19",
88
105
  "cmdk": "^1.1.1",
89
106
  "eslint": "^8.57.0",
90
- "eslint-config-next": "^14.2.0",
107
+ "eslint-config-next": "^15.0.0",
91
108
  "eslint-config-prettier": "^9.1.0",
92
109
  "eslint-plugin-react": "^7.34.0",
93
110
  "eslint-plugin-react-hooks": "^4.6.0",
94
111
  "lucide-react": "^0.400.0",
95
- "next": "^14.2.0",
112
+ "next": "^15.0.0",
113
+ "picocolors": "^1.1.1",
96
114
  "postcss": "^8.4.38",
97
115
  "prettier": "^3.3.0",
98
- "react": "^18.3.0",
99
- "react-dom": "^18.3.0",
116
+ "react": "^19.0.0",
117
+ "react-dom": "^19.0.0",
100
118
  "recharts": "^3.7.0",
101
119
  "tailwindcss": "^3.4.4",
102
120
  "tailwindcss-animate": "^1.0.7",