@factorialco/f0-react 1.183.0 → 1.185.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/dist/experimental.d.ts +13 -10
- package/dist/experimental.js +2298 -2274
- package/dist/f0.d.ts +87 -10
- package/dist/f0.js +388 -315
- package/dist/{hooks-DPlQOpZs.js → hooks-mfYg1env.js} +5505 -5503
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@factorialco/f0-react",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.185.0",
|
|
4
4
|
"main": "dist/f0.js",
|
|
5
5
|
"typings": "dist/f0.d.ts",
|
|
6
6
|
"private": false,
|
|
@@ -192,7 +192,6 @@
|
|
|
192
192
|
"dev:coder": "pnpm build --watch -- --buildSync",
|
|
193
193
|
"start": "pnpm run dev",
|
|
194
194
|
"size": "pnpm run build && size-limit",
|
|
195
|
-
"size:ci": "size-limit --json",
|
|
196
195
|
"build": "tsc --project ./tsconfig-build.json && run-p build-icons && BUILD_TYPES=true vite build -- --tailwind",
|
|
197
196
|
"build:tsup": "tsup && pnpm run build:tailwind && run-p build-icons",
|
|
198
197
|
"build-icons": "tsc --project ./tsconfig-build-icons.json",
|