@redseed/redseed-ui-tailwindcss 7.28.0 → 7.29.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.
- package/components/form_field_checkbox.css +0 -8
- package/package.json +1 -1
- package/theme.css +1 -1
|
@@ -6,10 +6,6 @@
|
|
|
6
6
|
@apply ml-2 font-normal leading-6;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.rsui-form-field-checkbox__label--required {
|
|
10
|
-
@apply after:content-['*'] after:text-text-error;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
9
|
.rsui-form-field-checkbox__check {
|
|
14
10
|
@apply size-6 shrink-0 relative bg-background-primary rounded-lg cursor-pointer;
|
|
15
11
|
@apply has-[:disabled]:text-text-disabled has-[:disabled]:cursor-default;
|
|
@@ -26,7 +22,3 @@
|
|
|
26
22
|
.rsui-form-field-checkbox__check svg {
|
|
27
23
|
@apply size-full relative z-1 pointer-events-none;
|
|
28
24
|
}
|
|
29
|
-
|
|
30
|
-
.rsui-form-field-checkbox .rsui-form-field-slot__label::after {
|
|
31
|
-
@apply hidden;
|
|
32
|
-
}
|
package/package.json
CHANGED
package/theme.css
CHANGED