@handled-ai/design-system 0.9.12 → 0.9.13
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,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@handled-ai/design-system",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.13",
|
|
4
4
|
"description": "Handled UI component library (shadcn-style, New York)",
|
|
5
5
|
"type": "module",
|
|
6
|
-
"packageManager": "pnpm@9.12.0",
|
|
7
6
|
"sideEffects": [
|
|
8
7
|
"**/*.css"
|
|
9
8
|
],
|
|
@@ -95,16 +94,6 @@
|
|
|
95
94
|
"publishConfig": {
|
|
96
95
|
"access": "public"
|
|
97
96
|
},
|
|
98
|
-
"scripts": {
|
|
99
|
-
"dev": "next dev --turbopack",
|
|
100
|
-
"build": "next build",
|
|
101
|
-
"build:lib": "tsup",
|
|
102
|
-
"start": "next start",
|
|
103
|
-
"typecheck": "tsc --noEmit",
|
|
104
|
-
"lint": "next lint",
|
|
105
|
-
"registry:build": "shadcn build",
|
|
106
|
-
"prepublishOnly": "npm run build:lib"
|
|
107
|
-
},
|
|
108
97
|
"peerDependencies": {
|
|
109
98
|
"@nivo/core": ">=0.80.0",
|
|
110
99
|
"@nivo/sankey": ">=0.80.0",
|
|
@@ -176,17 +165,13 @@
|
|
|
176
165
|
"typescript": "^5.9.2",
|
|
177
166
|
"@tanstack/react-virtual": "^3.13.24"
|
|
178
167
|
},
|
|
179
|
-
"
|
|
180
|
-
"
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
"
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"msw",
|
|
188
|
-
"sharp",
|
|
189
|
-
"unrs-resolver"
|
|
190
|
-
]
|
|
168
|
+
"scripts": {
|
|
169
|
+
"dev": "next dev --turbopack",
|
|
170
|
+
"build": "next build",
|
|
171
|
+
"build:lib": "tsup",
|
|
172
|
+
"start": "next start",
|
|
173
|
+
"typecheck": "tsc --noEmit",
|
|
174
|
+
"lint": "next lint",
|
|
175
|
+
"registry:build": "shadcn build"
|
|
191
176
|
}
|
|
192
|
-
}
|
|
177
|
+
}
|