@techsio/ui-kit 0.1.0 → 0.1.1
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,7 @@ const checkboxVariants = tv({
|
|
|
16
16
|
'appearance-none relative cursor-pointer flex-shrink-0',
|
|
17
17
|
'h-checkbox w-checkbox',
|
|
18
18
|
'border border-checkbox-border rounded-checkbox',
|
|
19
|
-
'bg-checkbox data-[state=checked]:bg-checkbox-checked
|
|
19
|
+
'bg-checkbox data-[state=checked]:bg-checkbox-checked',
|
|
20
20
|
'after:absolute after:left-1/2 after:top-1/2 after:-translate-x-1/2 after:-translate-y-1/2',
|
|
21
21
|
'data-[state=checked]:after:token-icon-checkbox text-icon-fg data-[state=checked]:text-checkbox-icon-md',
|
|
22
22
|
'data-[disabled]:opacity-checkbox-disabled data-[disabled]:cursor-not-allowed data-[disabled]:grayscale',
|