@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.
- package/dist/{chunk-A4KO7QKC.mjs → chunk-ZUKWFD2M.mjs} +2 -1
- package/dist/components/checkbox.js +2 -1
- package/dist/components/checkbox.mjs +1 -1
- package/dist/components/index.js +2 -1
- package/dist/components/index.mjs +1 -1
- package/dist/index.js +2 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
|
@@ -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: {
|
package/dist/components/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.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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kopexa/theme",
|
|
3
|
-
"version": "17.22.
|
|
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.
|
|
69
|
+
"@kopexa/shared-utils": "17.0.45"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"tailwindcss": ">=4.0.0"
|