@zayne-labs/ui-react 0.10.34 → 0.10.35

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.
Files changed (36) hide show
  1. package/dist/esm/common/await/index.d.ts +14 -14
  2. package/dist/esm/common/await/index.js +4 -4
  3. package/dist/esm/common/client-gate/index.js +1 -1
  4. package/dist/esm/common/error-boundary/index.d.ts +1 -1
  5. package/dist/esm/common/error-boundary/index.js +1 -1
  6. package/dist/esm/common/for/index.d.ts +4 -4
  7. package/dist/esm/common/presence/index.d.ts +3 -3
  8. package/dist/esm/common/presence/index.js +2 -2
  9. package/dist/esm/common/show/index.js +1 -1
  10. package/dist/esm/common/slot/index.d.ts +3 -3
  11. package/dist/esm/common/slot/index.js +1 -1
  12. package/dist/esm/common/suspense-with-boundary/index.d.ts +2 -2
  13. package/dist/esm/common/suspense-with-boundary/index.js +1 -1
  14. package/dist/esm/common/switch/index.js +1 -1
  15. package/dist/esm/{error-boundary-C7wmJ-5Z.js → error-boundary-6VGflFQ9.js} +2 -2
  16. package/dist/esm/{error-boundary-C7wmJ-5Z.js.map → error-boundary-6VGflFQ9.js.map} +1 -1
  17. package/dist/esm/{index-en9K0h2c.d.ts → index-CfndCNl3.d.ts} +2 -2
  18. package/dist/esm/{index-BduLzuH2.d.ts → index-wZII15Ra.d.ts} +4 -4
  19. package/dist/esm/{presence-DZ4bYsXl.js → presence-Bj-YnaHv.js} +3 -3
  20. package/dist/esm/{presence-DZ4bYsXl.js.map → presence-Bj-YnaHv.js.map} +1 -1
  21. package/dist/esm/{show-DmM5SkFt.js → show-kIsXcWiR.js} +2 -2
  22. package/dist/esm/{show-DmM5SkFt.js.map → show-kIsXcWiR.js.map} +1 -1
  23. package/dist/esm/{slot-CL0lMZY_.js → slot-HtgJHjB9.js} +2 -2
  24. package/dist/esm/{slot-CL0lMZY_.js.map → slot-HtgJHjB9.js.map} +1 -1
  25. package/dist/esm/ui/card/index.d.ts +9 -9
  26. package/dist/esm/ui/card/index.js +1 -1
  27. package/dist/esm/ui/carousel/index.d.ts +10 -10
  28. package/dist/esm/ui/carousel/index.js +2 -2
  29. package/dist/esm/ui/drag-scroll/index.d.ts +8 -8
  30. package/dist/esm/ui/drag-scroll/index.js +2 -2
  31. package/dist/esm/ui/drop-zone/index.d.ts +15 -15
  32. package/dist/esm/ui/drop-zone/index.js +4 -4
  33. package/dist/esm/ui/form/index.d.ts +42 -42
  34. package/dist/esm/ui/form/index.js +9 -9
  35. package/dist/esm/ui/form/index.js.map +1 -1
  36. package/package.json +12 -12
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.34",
4
+ "version": "0.10.35",
5
5
  "description": "A composable UI/UI-utilities components library. ",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",
@@ -46,31 +46,31 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@zayne-labs/toolkit-core": "0.12.3",
50
- "@zayne-labs/toolkit-react": "0.12.3",
51
- "@zayne-labs/toolkit-type-helpers": "0.12.3"
49
+ "@zayne-labs/toolkit-core": "0.12.4",
50
+ "@zayne-labs/toolkit-react": "0.12.4",
51
+ "@zayne-labs/toolkit-type-helpers": "0.12.4"
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.14",
57
+ "@tailwindcss/cli": "4.1.14",
58
58
  "@total-typescript/ts-reset": "0.6.1",
59
59
  "@types/react": "19.2.2",
60
- "@types/react-dom": "19.2.1",
61
- "@zayne-labs/tsconfig": "0.10.4",
60
+ "@types/react-dom": "19.2.2",
61
+ "@zayne-labs/tsconfig": "0.10.10",
62
62
  "concurrently": "9.2.1",
63
63
  "cross-env": "10.1.0",
64
64
  "publint": "0.3.14",
65
- "publish": "^0.6.0",
65
+ "publish": "0.6.0",
66
66
  "react": "19.2.0",
67
67
  "react-dom": "19.2.0",
68
- "react-hook-form": "7.64.0",
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.14",
72
- "tsdown": "0.15.6",
73
- "tw-animate-css": "^1.4.0",
71
+ "tailwindcss": "4.1.14",
72
+ "tsdown": "0.15.8",
73
+ "tw-animate-css": "1.4.0",
74
74
  "typescript": "5.9.3"
75
75
  },
76
76
  "publishConfig": {