@redseed/redseed-ui-tailwindcss 6.0.1 → 6.0.2
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.rsui-button-group-item {
|
|
2
2
|
/* default control */
|
|
3
|
-
@apply inline-flex justify-center items-center select-none outline-hidden p-2 font-semibold text-sm transition;
|
|
3
|
+
@apply inline-flex justify-center items-center select-none outline-hidden p-2 font-semibold text-sm transition cursor-pointer;
|
|
4
4
|
|
|
5
5
|
/* default shape */
|
|
6
6
|
@apply first:rounded-l-md last:rounded-r-md first:border-l border-r border-y ring-0;
|
|
@@ -20,6 +20,7 @@
|
|
|
20
20
|
/* default disabled state */
|
|
21
21
|
@apply disabled:bg-button-disabled disabled:border-button-disabled disabled:text-text-primary;
|
|
22
22
|
@apply disabled:active:bg-button-disabled disabled:active:border-button-disabled;
|
|
23
|
+
@apply disabled:cursor-default;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
.rsui-button-group-item--selected {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
.rsui-button-slot {
|
|
2
2
|
/* default control */
|
|
3
|
-
@apply w-fit h-fit inline-flex shrink-0 items-center select-none outline-hidden whitespace-nowrap will-change-transform;
|
|
3
|
+
@apply w-fit h-fit inline-flex shrink-0 items-center select-none outline-hidden whitespace-nowrap will-change-transform cursor-pointer;
|
|
4
4
|
|
|
5
5
|
/* default shape */
|
|
6
6
|
@apply border rounded-lg transition gap-1.5;
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
@apply disabled:bg-background-disabled disabled:border-transparent disabled:text-text-disabled;
|
|
25
25
|
@apply disabled:active:ring-0 disabled:active:bg-background-disabled disabled:active:border-transparent;
|
|
26
26
|
@apply disabled:focus-visible:ring-0;
|
|
27
|
+
@apply disabled:cursor-default;
|
|
27
28
|
|
|
28
29
|
/* default icon size */
|
|
29
30
|
& svg {
|