@zayne-labs/ui-react 0.10.35 → 0.10.37
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/esm/{chunk-CTAAG5j7.js → chunk-Bp6m_JJh.js} +1 -1
- package/dist/esm/{cn-DdD3uYxA.js → cn-BFKOHS_9.js} +2 -2
- package/dist/esm/{cn-DdD3uYxA.js.map → cn-BFKOHS_9.js.map} +1 -1
- package/dist/esm/common/await/index.d.ts +15 -15
- package/dist/esm/common/await/index.js +5 -5
- package/dist/esm/common/client-gate/index.js +1 -1
- package/dist/esm/common/error-boundary/index.d.ts +1 -1
- package/dist/esm/common/error-boundary/index.js +1 -1
- package/dist/esm/common/for/index.d.ts +4 -4
- package/dist/esm/common/for/index.js +1 -1
- package/dist/esm/common/presence/index.d.ts +3 -3
- package/dist/esm/common/presence/index.js +2 -2
- package/dist/esm/common/show/index.js +1 -1
- package/dist/esm/common/slot/index.d.ts +3 -3
- package/dist/esm/common/slot/index.js +1 -1
- package/dist/esm/common/suspense-with-boundary/index.d.ts +2 -2
- package/dist/esm/common/suspense-with-boundary/index.js +1 -1
- package/dist/esm/common/switch/index.js +2 -2
- package/dist/esm/common/teleport/index.js +3 -3
- package/dist/esm/common/teleport/index.js.map +1 -1
- package/dist/esm/{error-boundary-6VGflFQ9.js → error-boundary-BwGXKuLC.js} +3 -3
- package/dist/esm/{error-boundary-6VGflFQ9.js.map → error-boundary-BwGXKuLC.js.map} +1 -1
- package/dist/esm/{for-x0-1kO5w.js → for-CzHe2tKt.js} +2 -2
- package/dist/esm/{for-x0-1kO5w.js.map → for-CzHe2tKt.js.map} +1 -1
- package/dist/esm/{index-wZII15Ra.d.ts → index-C_MEUq8L.d.ts} +5 -5
- package/dist/esm/{index-CfndCNl3.d.ts → index-MF2B98KG.d.ts} +6 -6
- package/dist/esm/{presence-Bj-YnaHv.js → presence-D1o4HPFU.js} +4 -4
- package/dist/esm/{presence-Bj-YnaHv.js.map → presence-D1o4HPFU.js.map} +1 -1
- package/dist/esm/{show-kIsXcWiR.js → show-CoTEBp0b.js} +4 -4
- package/dist/esm/{show-kIsXcWiR.js.map → show-CoTEBp0b.js.map} +1 -1
- package/dist/esm/{slot-HtgJHjB9.js → slot-BqX64R24.js} +4 -4
- package/dist/esm/{slot-HtgJHjB9.js.map → slot-BqX64R24.js.map} +1 -1
- package/dist/esm/ui/card/index.d.ts +9 -9
- package/dist/esm/ui/card/index.js +3 -3
- package/dist/esm/ui/carousel/index.d.ts +10 -10
- package/dist/esm/ui/carousel/index.js +7 -7
- package/dist/esm/ui/carousel/index.js.map +1 -1
- package/dist/esm/ui/drag-scroll/index.d.ts +8 -8
- package/dist/esm/ui/drag-scroll/index.js +3 -3
- package/dist/esm/ui/drop-zone/index.d.ts +28 -28
- package/dist/esm/ui/drop-zone/index.js +14 -16
- package/dist/esm/ui/drop-zone/index.js.map +1 -1
- package/dist/esm/ui/form/index.d.ts +39 -39
- package/dist/esm/ui/form/index.js +6 -6
- package/dist/style.css +1 -1
- package/package.json +10 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zayne-labs/ui-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.10.
|
|
4
|
+
"version": "0.10.37",
|
|
5
5
|
"description": "A composable UI/UI-utilities components library. ",
|
|
6
6
|
"author": "Ryan Zayne",
|
|
7
7
|
"license": "MIT",
|
|
@@ -46,30 +46,30 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@zayne-labs/toolkit-core": "0.12.
|
|
50
|
-
"@zayne-labs/toolkit-react": "0.12.
|
|
51
|
-
"@zayne-labs/toolkit-type-helpers": "0.12.
|
|
49
|
+
"@zayne-labs/toolkit-core": "0.12.12",
|
|
50
|
+
"@zayne-labs/toolkit-react": "0.12.12",
|
|
51
|
+
"@zayne-labs/toolkit-type-helpers": "0.12.12"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@arethetypeswrong/cli": "0.18.2",
|
|
55
55
|
"@size-limit/esbuild-why": "11.2.0",
|
|
56
56
|
"@size-limit/preset-small-lib": "11.2.0",
|
|
57
|
-
"@tailwindcss/cli": "4.1.
|
|
57
|
+
"@tailwindcss/cli": "4.1.16",
|
|
58
58
|
"@total-typescript/ts-reset": "0.6.1",
|
|
59
59
|
"@types/react": "19.2.2",
|
|
60
60
|
"@types/react-dom": "19.2.2",
|
|
61
|
-
"@zayne-labs/tsconfig": "0.
|
|
61
|
+
"@zayne-labs/tsconfig": "0.11.4",
|
|
62
62
|
"concurrently": "9.2.1",
|
|
63
63
|
"cross-env": "10.1.0",
|
|
64
|
-
"publint": "0.3.
|
|
64
|
+
"publint": "0.3.15",
|
|
65
65
|
"publish": "0.6.0",
|
|
66
66
|
"react": "19.2.0",
|
|
67
67
|
"react-dom": "19.2.0",
|
|
68
68
|
"react-hook-form": "7.65.0",
|
|
69
69
|
"size-limit": "11.2.0",
|
|
70
70
|
"tailwind-merge": "3.3.1",
|
|
71
|
-
"tailwindcss": "4.1.
|
|
72
|
-
"tsdown": "0.15.
|
|
71
|
+
"tailwindcss": "4.1.16",
|
|
72
|
+
"tsdown": "0.15.12",
|
|
73
73
|
"tw-animate-css": "1.4.0",
|
|
74
74
|
"typescript": "5.9.3"
|
|
75
75
|
},
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"scripts": {
|
|
92
92
|
"build": "concurrently 'pnpm:build:tailwind' 'tsdown'",
|
|
93
93
|
"build:dev": "cross-env NODE_ENV=development tsdown",
|
|
94
|
-
"build:tailwind": "tailwindcss -i
|
|
94
|
+
"build:tailwind": "tailwindcss -i=css/style.css -o=./dist/style.css",
|
|
95
95
|
"build:test": "concurrently --prefix-colors \"yellow.bold,#7da4f8.bold,magenta\" --names PUBLINT,TSUP 'pnpm:lint:publint' 'pnpm:build:dev'",
|
|
96
96
|
"dev": "pnpm build:dev --watch",
|
|
97
97
|
"lint:attw": "attw --pack . --profile esm-only --format table-flipped --ignore-rules=cjs-resolves-to-esm --ignore-rules=named-exports",
|