@7onic-ui/react 0.2.0 → 0.2.2

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.2.0",
3
+ "version": "0.2.2",
4
4
  "private": false,
5
5
  "sideEffects": [
6
6
  "*.css"
@@ -23,7 +23,9 @@
23
23
  },
24
24
  "typesVersions": {
25
25
  "*": {
26
- "chart": ["./dist/chart.d.ts"]
26
+ "chart": [
27
+ "./dist/chart.d.ts"
28
+ ]
27
29
  }
28
30
  },
29
31
  "files": [
@@ -43,12 +45,16 @@
43
45
  "typecheck": "tsc --noEmit",
44
46
  "sync-tokens": "tsx scripts/run-sync.ts",
45
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
+ "generate:llms-cli": "tsx scripts/generate-llms-cli.ts",
51
+ "verify:registry": "tsx scripts/generate-registry.ts && git diff --exit-code cli/src/registry/index.ts",
46
52
  "verify:docs": "tsx scripts/verify-docs.ts",
47
53
  "verify:i18n": "tsx scripts/verify-i18n.ts",
48
54
  "verify:i18n:html": "tsx scripts/verify-i18n-html.ts",
49
55
  "verify:components": "tsx scripts/verify-components.ts",
50
56
  "verify:publish": "tsx scripts/verify-publish.ts",
51
- "prepublishOnly": "npm run build:lib && npm run verify:publish"
57
+ "prepublishOnly": "npm run verify:docs && npm run build:lib && npm run verify:publish"
52
58
  },
53
59
  "dependencies": {
54
60
  "@radix-ui/react-accordion": "^1.2.0",
@@ -78,7 +84,7 @@
78
84
  "tailwind-merge": "^2.3.0"
79
85
  },
80
86
  "peerDependencies": {
81
- "@7onic-ui/tokens": "^0.1.0",
87
+ "@7onic-ui/tokens": ">=0.1.0 <1.0.0",
82
88
  "react": "^18.2.0 || ^19.0.0",
83
89
  "react-dom": "^18.2.0 || ^19.0.0",
84
90
  "recharts": "^2.15.0 || ^3.0.0"
@@ -90,6 +96,7 @@
90
96
  },
91
97
  "devDependencies": {
92
98
  "@7onic-ui/tokens": "file:./tokens",
99
+ "@clack/prompts": "^1.2.0",
93
100
  "@types/node": "^20.14.0",
94
101
  "@types/react": "^19.0.0",
95
102
  "@types/react-dom": "^19.0.0",
@@ -104,6 +111,7 @@
104
111
  "eslint-plugin-react-hooks": "^4.6.0",
105
112
  "lucide-react": "^0.400.0",
106
113
  "next": "^15.0.0",
114
+ "picocolors": "^1.1.1",
107
115
  "postcss": "^8.4.38",
108
116
  "prettier": "^3.3.0",
109
117
  "react": "^19.0.0",