@fea-ui/react 0.1.0-alpha.7 → 0.1.0-alpha.8
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/index.cjs +91 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +211 -97
- package/dist/index.d.mts +675 -561
- package/dist/index.mjs +89 -11
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fea-ui/react",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.8",
|
|
4
4
|
"description": "FeaUI React - A lightweight, accessible React component library built on top of Base UI",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fea-ui",
|
|
@@ -37,7 +37,6 @@
|
|
|
37
37
|
"postadd:component": "bun run gen:exports",
|
|
38
38
|
"build": "tsdown",
|
|
39
39
|
"check": "biome check --write .",
|
|
40
|
-
"dev": "tsdown --watch",
|
|
41
40
|
"gen:exports": "bun scripts/generate-exports.mjs",
|
|
42
41
|
"postgen:exports": "bun run check",
|
|
43
42
|
"type-check": "tsc --noEmit"
|