@zayne-labs/ui-react 0.8.16 → 0.8.18

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 (2) hide show
  1. package/dist/style.css +1 -1
  2. package/package.json +16 -15
package/dist/style.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
1
+ /*! tailwindcss v4.1.5 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
4
  @layer theme {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zayne-labs/ui-react",
3
3
  "type": "module",
4
- "version": "0.8.16",
4
+ "version": "0.8.18",
5
5
  "description": "A composable UI/UI-utilities components library. ",
6
6
  "author": "Ryan Zayne",
7
7
  "license": "MIT",
@@ -30,12 +30,15 @@
30
30
  "node": ">=18.x"
31
31
  },
32
32
  "peerDependencies": {
33
- "react": ">=18.0.0",
34
- "react-dom": ">=18.0.0",
35
- "react-hook-form": ">=7.53.2",
36
- "tailwind-merge": ">=2.5.0",
37
- "tailwindcss": ">=4.0.0",
38
- "zustand": ">=5.0.0"
33
+ "@zayne-labs/toolkit-core": "^0.9.33",
34
+ "@zayne-labs/toolkit-react": "^0.9.33",
35
+ "@zayne-labs/toolkit-type-helpers": "^0.9.33",
36
+ "react": "19.x.x",
37
+ "react-dom": "19.x.x",
38
+ "react-hook-form": "7.x.x",
39
+ "tailwind-merge": "^2.5.0 || ^3.0.0",
40
+ "tailwindcss": "4.x.x",
41
+ "zustand": "4.x.x || 5.x.x"
39
42
  },
40
43
  "peerDependenciesMeta": {
41
44
  "react-hook-form": {
@@ -48,19 +51,17 @@
48
51
  "optional": true
49
52
  }
50
53
  },
51
- "dependencies": {
52
- "@zayne-labs/toolkit-core": "0.9.29",
53
- "@zayne-labs/toolkit-react": "0.9.29",
54
- "@zayne-labs/toolkit-type-helpers": "0.9.29"
55
- },
56
54
  "devDependencies": {
57
55
  "@arethetypeswrong/cli": "0.17.4",
58
56
  "@size-limit/esbuild-why": "11.2.0",
59
57
  "@size-limit/preset-small-lib": "11.2.0",
60
- "@tailwindcss/cli": "^4.1.4",
58
+ "@tailwindcss/cli": "^4.1.5",
61
59
  "@total-typescript/ts-reset": "0.6.1",
62
60
  "@types/react": "19.1.2",
63
- "@types/react-dom": "19.1.2",
61
+ "@types/react-dom": "19.1.3",
62
+ "@zayne-labs/toolkit-core": "0.9.34",
63
+ "@zayne-labs/toolkit-react": "0.9.34",
64
+ "@zayne-labs/toolkit-type-helpers": "0.9.34",
64
65
  "@zayne-labs/tsconfig": "0.8.1",
65
66
  "concurrently": "9.1.2",
66
67
  "cross-env": "7.0.3",
@@ -71,7 +72,7 @@
71
72
  "react-hook-form": "7.56.1",
72
73
  "size-limit": "11.2.0",
73
74
  "tailwind-merge": "3.2.0",
74
- "tailwindcss": "^4.1.4",
75
+ "tailwindcss": "^4.1.5",
75
76
  "tsup": "8.4.0",
76
77
  "typescript": "5.8.3",
77
78
  "zustand": "5.0.3"