@redseed/redseed-ui-tailwindcss 7.26.0 → 7.28.0
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.
|
@@ -15,3 +15,11 @@
|
|
|
15
15
|
@apply disabled:bg-button-disabled disabled:border-button-disabled disabled:text-text-disabled;
|
|
16
16
|
@apply disabled:active:bg-button-disabled disabled:active:border-button-disabled;
|
|
17
17
|
}
|
|
18
|
+
|
|
19
|
+
.rsui-button-primary--invert {
|
|
20
|
+
@apply text-button-primary border-button-primary bg-transparent;
|
|
21
|
+
@apply hover:bg-button-primary/10 hover:text-button-primary hover:border-button-primary;
|
|
22
|
+
@apply focus-visible:ring-button-primary;
|
|
23
|
+
@apply active:bg-button-primary/20;
|
|
24
|
+
@apply disabled:bg-transparent disabled:border-button-disabled disabled:text-text-disabled;
|
|
25
|
+
}
|
|
@@ -25,6 +25,20 @@
|
|
|
25
25
|
@apply size-6 stroke-2;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
.rsui-form-field-uploader__state-icon--sm {
|
|
29
|
+
@apply size-5;
|
|
30
|
+
}
|
|
31
|
+
.rsui-form-field-uploader__state-icon--sm svg {
|
|
32
|
+
@apply size-5 stroke-[1.5];
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.rsui-form-field-uploader__state-icon--lg {
|
|
36
|
+
@apply size-8;
|
|
37
|
+
}
|
|
38
|
+
.rsui-form-field-uploader__state-icon--lg svg {
|
|
39
|
+
@apply size-8 stroke-2;
|
|
40
|
+
}
|
|
41
|
+
|
|
28
42
|
.rsui-form-field-uploader__state-text {
|
|
29
43
|
@apply line-clamp-2;
|
|
30
44
|
}
|