@kopexa/theme 17.22.4 → 17.22.6

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.
@@ -16,7 +16,8 @@ var checkbox = tv({
16
16
  ],
17
17
  icon: [
18
18
  "w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
19
- "pointer-events-none"
19
+ "pointer-events-none",
20
+ "group-data-[state=checked]:text-primary-foreground"
20
21
  ]
21
22
  },
22
23
  variants: {
@@ -40,7 +40,8 @@ var checkbox = (0, import_tailwind_variants.tv)({
40
40
  ],
41
41
  icon: [
42
42
  "w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
43
- "pointer-events-none"
43
+ "pointer-events-none",
44
+ "group-data-[state=checked]:text-primary-foreground"
44
45
  ]
45
46
  },
46
47
  variants: {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  checkbox
3
- } from "../chunk-A4KO7QKC.mjs";
3
+ } from "../chunk-ZUKWFD2M.mjs";
4
4
  export {
5
5
  checkbox
6
6
  };
@@ -1269,7 +1269,8 @@ var checkbox = (0, import_tailwind_variants14.tv)({
1269
1269
  ],
1270
1270
  icon: [
1271
1271
  "w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
1272
- "pointer-events-none"
1272
+ "pointer-events-none",
1273
+ "group-data-[state=checked]:text-primary-foreground"
1273
1274
  ]
1274
1275
  },
1275
1276
  variants: {
@@ -201,7 +201,7 @@ import {
201
201
  } from "../chunk-5YHTCPJL.mjs";
202
202
  import {
203
203
  checkbox
204
- } from "../chunk-A4KO7QKC.mjs";
204
+ } from "../chunk-ZUKWFD2M.mjs";
205
205
  import {
206
206
  chip
207
207
  } from "../chunk-5LVKFTZS.mjs";
package/dist/index.js CHANGED
@@ -1269,7 +1269,8 @@ var checkbox = (0, import_tailwind_variants14.tv)({
1269
1269
  ],
1270
1270
  icon: [
1271
1271
  "w-4 h-3 opacity-0 group-data-[state=checked]:opacity-100",
1272
- "pointer-events-none"
1272
+ "pointer-events-none",
1273
+ "group-data-[state=checked]:text-primary-foreground"
1273
1274
  ]
1274
1275
  },
1275
1276
  variants: {
package/dist/index.mjs CHANGED
@@ -202,7 +202,7 @@ import {
202
202
  } from "./chunk-5YHTCPJL.mjs";
203
203
  import {
204
204
  checkbox
205
- } from "./chunk-A4KO7QKC.mjs";
205
+ } from "./chunk-ZUKWFD2M.mjs";
206
206
  import {
207
207
  chip
208
208
  } from "./chunk-5LVKFTZS.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kopexa/theme",
3
- "version": "17.22.4",
3
+ "version": "17.22.6",
4
4
  "description": "The default theme for Kopexa components",
5
5
  "keywords": [
6
6
  "theme",
@@ -66,7 +66,7 @@
66
66
  "tailwind-merge": "3.4.0",
67
67
  "tailwind-variants": "^3.2.2",
68
68
  "tw-animate-css": "^1.4.0",
69
- "@kopexa/shared-utils": "17.0.43"
69
+ "@kopexa/shared-utils": "17.0.45"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "tailwindcss": ">=4.0.0"