@rovula/ui 0.0.26 → 0.0.28
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/cjs/bundle.css +185 -37
- package/dist/cjs/bundle.js +3 -3
- package/dist/cjs/bundle.js.map +1 -1
- package/dist/cjs/types/components/AlertDialog/{Alert.stories.d.ts → AlertDialog.stories.d.ts} +4 -0
- package/dist/cjs/types/components/Calendar/Calendar.stories.d.ts +7 -7
- package/dist/cjs/types/components/RadioGroup/RadioGroup.stories.d.ts +1 -1
- package/dist/cjs/types/components/Text/Text.d.ts +5 -6
- package/dist/cjs/types/components/Text/Text.stories.d.ts +10 -2
- package/dist/cjs/types/components/Toast/Toast.d.ts +17 -0
- package/dist/cjs/types/components/Toast/Toast.stories.d.ts +358 -0
- package/dist/cjs/types/components/Toast/Toast.styles.d.ts +12 -0
- package/dist/cjs/types/components/Toast/Toaster.d.ts +1 -0
- package/dist/cjs/types/components/Toast/useToast.d.ts +55 -0
- package/dist/cjs/types/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/cjs/types/components/Tooltip/Tooltip.stories.d.ts +59 -0
- package/dist/cjs/types/components/Tooltip/TooltipSimple.d.ts +13 -0
- package/dist/cjs/types/icons/material-icon/outline/AllOutIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatAlignRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatBoldIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatItalicIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatListBulletedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatListNumberedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/outline/index.d.ts +10 -0
- package/dist/cjs/types/icons/material-icon/solid/AllOutIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatAlignRightIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatBoldIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatItalicIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatListBulletedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatListNumberedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/cjs/types/icons/material-icon/solid/index.d.ts +10 -0
- package/dist/cjs/types/index.d.ts +5 -0
- package/dist/components/AlertDialog/{Alert.stories.js → AlertDialog.stories.js} +13 -1
- package/dist/components/Checkbox/Checkbox.js +5 -4
- package/dist/components/Icon/Icon.stories.js +10 -0
- package/dist/components/Popover/Popover.js +1 -1
- package/dist/components/RadioGroup/RadioGroup.js +1 -4
- package/dist/components/Switch/Switch.js +1 -1
- package/dist/components/Text/Text.js +3 -5
- package/dist/components/Toast/Toast.js +52 -0
- package/dist/components/Toast/Toast.stories.js +82 -0
- package/dist/components/Toast/Toast.styles.js +60 -0
- package/dist/components/Toast/Toaster.js +24 -0
- package/dist/components/Toast/useToast.js +121 -0
- package/dist/components/Tooltip/Tooltip.js +26 -0
- package/dist/components/Tooltip/Tooltip.stories.js +61 -0
- package/dist/components/Tooltip/TooltipSimple.js +18 -0
- package/dist/esm/bundle.css +185 -37
- package/dist/esm/bundle.js +3 -3
- package/dist/esm/bundle.js.map +1 -1
- package/dist/esm/types/components/AlertDialog/{Alert.stories.d.ts → AlertDialog.stories.d.ts} +4 -0
- package/dist/esm/types/components/Calendar/Calendar.stories.d.ts +7 -7
- package/dist/esm/types/components/RadioGroup/RadioGroup.stories.d.ts +1 -1
- package/dist/esm/types/components/Text/Text.d.ts +5 -6
- package/dist/esm/types/components/Text/Text.stories.d.ts +10 -2
- package/dist/esm/types/components/Toast/Toast.d.ts +17 -0
- package/dist/esm/types/components/Toast/Toast.stories.d.ts +358 -0
- package/dist/esm/types/components/Toast/Toast.styles.d.ts +12 -0
- package/dist/esm/types/components/Toast/Toaster.d.ts +1 -0
- package/dist/esm/types/components/Toast/useToast.d.ts +55 -0
- package/dist/esm/types/components/Tooltip/Tooltip.d.ts +8 -0
- package/dist/esm/types/components/Tooltip/Tooltip.stories.d.ts +59 -0
- package/dist/esm/types/components/Tooltip/TooltipSimple.d.ts +13 -0
- package/dist/esm/types/icons/material-icon/outline/AllOutIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatAlignRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatBoldIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatItalicIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatListBulletedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatListNumberedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/outline/index.d.ts +10 -0
- package/dist/esm/types/icons/material-icon/solid/AllOutIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignCenterIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignJustifyIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignLeftIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatAlignRightIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatBoldIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatItalicIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatListBulletedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatListNumberedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/FormatUnderlinedIcon.d.ts +3 -0
- package/dist/esm/types/icons/material-icon/solid/index.d.ts +10 -0
- package/dist/esm/types/index.d.ts +5 -0
- package/dist/icons/material-icon/outline/AllOutIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignCenterIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignJustifyIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignLeftIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatAlignRightIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatBoldIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatItalicIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatListBulletedIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatListNumberedIcon.js +3 -0
- package/dist/icons/material-icon/outline/FormatUnderlinedIcon.js +3 -0
- package/dist/icons/material-icon/outline/index.js +10 -0
- package/dist/icons/material-icon/solid/AllOutIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignCenterIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignJustifyIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignLeftIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatAlignRightIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatBoldIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatItalicIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatListBulletedIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatListNumberedIcon.js +3 -0
- package/dist/icons/material-icon/solid/FormatUnderlinedIcon.js +3 -0
- package/dist/icons/material-icon/solid/index.js +10 -0
- package/dist/index.d.ts +94 -6
- package/dist/index.js +5 -0
- package/dist/src/theme/global.css +230 -46
- package/dist/theme/themes/xspector/state.css +1 -1
- package/package.json +4 -1
- package/src/components/AlertDialog/{Alert.stories.tsx → AlertDialog.stories.tsx} +41 -1
- package/src/components/Checkbox/Checkbox.tsx +9 -4
- package/src/components/Icon/Icon.stories.tsx +10 -0
- package/src/components/Popover/Popover.tsx +1 -1
- package/src/components/RadioGroup/RadioGroup.tsx +6 -7
- package/src/components/Switch/Switch.tsx +8 -5
- package/src/components/Text/Text.tsx +33 -40
- package/src/components/Toast/Toast.stories.tsx +144 -0
- package/src/components/Toast/Toast.styles.tsx +73 -0
- package/src/components/Toast/Toast.tsx +116 -0
- package/src/components/Toast/Toaster.tsx +50 -0
- package/src/components/Toast/useToast.ts +222 -0
- package/src/components/Tooltip/Tooltip.stories.tsx +152 -0
- package/src/components/Tooltip/Tooltip.tsx +38 -0
- package/src/components/Tooltip/TooltipSimple.tsx +46 -0
- package/src/icons/material-icon/outline/AllOutIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignCenterIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignJustifyIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignLeftIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatAlignRightIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatBoldIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatItalicIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatListBulletedIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatListNumberedIcon.tsx +20 -0
- package/src/icons/material-icon/outline/FormatUnderlinedIcon.tsx +20 -0
- package/src/icons/material-icon/outline/index.ts +10 -0
- package/src/icons/material-icon/solid/AllOutIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignCenterIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignJustifyIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignLeftIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatAlignRightIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatBoldIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatItalicIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatListBulletedIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatListNumberedIcon.tsx +20 -0
- package/src/icons/material-icon/solid/FormatUnderlinedIcon.tsx +20 -0
- package/src/icons/material-icon/solid/index.ts +10 -0
- package/src/index.ts +5 -0
- package/src/theme/themes/xspector/state.css +1 -1
package/dist/cjs/bundle.css
CHANGED
|
@@ -546,6 +546,9 @@ body {
|
|
|
546
546
|
.pointer-events-none{
|
|
547
547
|
pointer-events: none;
|
|
548
548
|
}
|
|
549
|
+
.pointer-events-auto{
|
|
550
|
+
pointer-events: auto;
|
|
551
|
+
}
|
|
549
552
|
.static{
|
|
550
553
|
position: static;
|
|
551
554
|
}
|
|
@@ -577,6 +580,9 @@ body {
|
|
|
577
580
|
.-top-1\.5{
|
|
578
581
|
top: -0.375rem;
|
|
579
582
|
}
|
|
583
|
+
.bottom-\[40px\]{
|
|
584
|
+
bottom: 40px;
|
|
585
|
+
}
|
|
580
586
|
.left-0{
|
|
581
587
|
left: 0px;
|
|
582
588
|
}
|
|
@@ -610,6 +616,9 @@ body {
|
|
|
610
616
|
.top-4{
|
|
611
617
|
top: 1rem;
|
|
612
618
|
}
|
|
619
|
+
.top-\[40px\]{
|
|
620
|
+
top: 40px;
|
|
621
|
+
}
|
|
613
622
|
.top-\[50\%\]{
|
|
614
623
|
top: 50%;
|
|
615
624
|
}
|
|
@@ -622,6 +631,9 @@ body {
|
|
|
622
631
|
.z-50{
|
|
623
632
|
z-index: 50;
|
|
624
633
|
}
|
|
634
|
+
.z-\[100\]{
|
|
635
|
+
z-index: 100;
|
|
636
|
+
}
|
|
625
637
|
.col-span-3{
|
|
626
638
|
grid-column: span 3 / span 3;
|
|
627
639
|
}
|
|
@@ -640,6 +652,9 @@ body {
|
|
|
640
652
|
margin-top: 0.5rem;
|
|
641
653
|
margin-bottom: 0.5rem;
|
|
642
654
|
}
|
|
655
|
+
.-mr-2{
|
|
656
|
+
margin-right: -0.5rem;
|
|
657
|
+
}
|
|
643
658
|
.ml-2{
|
|
644
659
|
margin-left: 0.5rem;
|
|
645
660
|
}
|
|
@@ -649,6 +664,9 @@ body {
|
|
|
649
664
|
.ml-4{
|
|
650
665
|
margin-left: 1rem;
|
|
651
666
|
}
|
|
667
|
+
.ml-\[var\(--spacing-spacing-xl\)\]{
|
|
668
|
+
margin-left: var(--spacing-spacing-xl);
|
|
669
|
+
}
|
|
652
670
|
.ml-auto{
|
|
653
671
|
margin-left: auto;
|
|
654
672
|
}
|
|
@@ -774,6 +792,9 @@ body {
|
|
|
774
792
|
.h-6{
|
|
775
793
|
height: 1.5rem;
|
|
776
794
|
}
|
|
795
|
+
.h-60{
|
|
796
|
+
height: 15rem;
|
|
797
|
+
}
|
|
777
798
|
.h-\[120px\]{
|
|
778
799
|
height: 120px;
|
|
779
800
|
}
|
|
@@ -820,6 +841,9 @@ body {
|
|
|
820
841
|
.max-h-60{
|
|
821
842
|
max-height: 15rem;
|
|
822
843
|
}
|
|
844
|
+
.max-h-screen{
|
|
845
|
+
max-height: 100vh;
|
|
846
|
+
}
|
|
823
847
|
.w-1\/2{
|
|
824
848
|
width: 50%;
|
|
825
849
|
}
|
|
@@ -1005,6 +1029,9 @@ body {
|
|
|
1005
1029
|
.gap-6{
|
|
1006
1030
|
gap: 1.5rem;
|
|
1007
1031
|
}
|
|
1032
|
+
.gap-\[2px\]{
|
|
1033
|
+
gap: 2px;
|
|
1034
|
+
}
|
|
1008
1035
|
.gap-x-\[var\(--navbar-gap\)\]{
|
|
1009
1036
|
-moz-column-gap: var(--navbar-gap);
|
|
1010
1037
|
column-gap: var(--navbar-gap);
|
|
@@ -1032,9 +1059,15 @@ body {
|
|
|
1032
1059
|
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
|
|
1033
1060
|
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
|
|
1034
1061
|
}
|
|
1062
|
+
.self-center{
|
|
1063
|
+
align-self: center;
|
|
1064
|
+
}
|
|
1035
1065
|
.self-stretch{
|
|
1036
1066
|
align-self: stretch;
|
|
1037
1067
|
}
|
|
1068
|
+
.justify-self-center{
|
|
1069
|
+
justify-self: center;
|
|
1070
|
+
}
|
|
1038
1071
|
.overflow-auto{
|
|
1039
1072
|
overflow: auto;
|
|
1040
1073
|
}
|
|
@@ -1055,6 +1088,9 @@ body {
|
|
|
1055
1088
|
.rounded{
|
|
1056
1089
|
border-radius: 0.25rem;
|
|
1057
1090
|
}
|
|
1091
|
+
.rounded-\[var\(--spacing-spacing-xxs\2c 2px\)\]{
|
|
1092
|
+
border-radius: var(--spacing-spacing-xxs,2px);
|
|
1093
|
+
}
|
|
1058
1094
|
.rounded-full{
|
|
1059
1095
|
border-radius: 9999px;
|
|
1060
1096
|
}
|
|
@@ -1246,6 +1282,14 @@ body {
|
|
|
1246
1282
|
--tw-border-opacity: 1;
|
|
1247
1283
|
border-color: color-mix(in srgb, var(--button-warning-solid-default-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1248
1284
|
}
|
|
1285
|
+
.border-error-stroke{
|
|
1286
|
+
--tw-border-opacity: 1;
|
|
1287
|
+
border-color: color-mix(in srgb, var(--state-color-error-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1288
|
+
}
|
|
1289
|
+
.border-info-stroke{
|
|
1290
|
+
--tw-border-opacity: 1;
|
|
1291
|
+
border-color: color-mix(in srgb, var(--state-color-info-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1292
|
+
}
|
|
1249
1293
|
.border-input-default-stroke{
|
|
1250
1294
|
--tw-border-opacity: 1;
|
|
1251
1295
|
border-color: color-mix(in srgb, var(--input-color-default-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -1258,17 +1302,13 @@ body {
|
|
|
1258
1302
|
--tw-border-opacity: 1;
|
|
1259
1303
|
border-color: color-mix(in srgb, var(--primary-ramps-primary-10) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1260
1304
|
}
|
|
1261
|
-
.border-primary-30{
|
|
1262
|
-
--tw-border-opacity: 1;
|
|
1263
|
-
border-color: color-mix(in srgb, var(--primary-ramps-primary-30) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1264
|
-
}
|
|
1265
1305
|
.border-secondary{
|
|
1266
1306
|
--tw-border-opacity: 1;
|
|
1267
1307
|
border-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1268
1308
|
}
|
|
1269
|
-
.border-
|
|
1309
|
+
.border-success-stroke{
|
|
1270
1310
|
--tw-border-opacity: 1;
|
|
1271
|
-
border-color: color-mix(in srgb, var(--state-color-
|
|
1311
|
+
border-color: color-mix(in srgb, var(--state-color-success-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1272
1312
|
}
|
|
1273
1313
|
.border-surface{
|
|
1274
1314
|
--tw-border-opacity: 1;
|
|
@@ -1277,6 +1317,10 @@ body {
|
|
|
1277
1317
|
.border-transparent{
|
|
1278
1318
|
border-color: transparent;
|
|
1279
1319
|
}
|
|
1320
|
+
.border-warning-stroke{
|
|
1321
|
+
--tw-border-opacity: 1;
|
|
1322
|
+
border-color: color-mix(in srgb, var(--state-color-warning-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
1323
|
+
}
|
|
1280
1324
|
.border-b-\[rgb\(var\(--navbar-border-color\)\)\]{
|
|
1281
1325
|
border-bottom-color: rgb(var(--navbar-border-color));
|
|
1282
1326
|
}
|
|
@@ -1355,10 +1399,6 @@ body {
|
|
|
1355
1399
|
--tw-bg-opacity: 1;
|
|
1356
1400
|
background-color: color-mix(in srgb, var(--base-color-popup-curtain) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1357
1401
|
}
|
|
1358
|
-
.bg-base-popup-highlight{
|
|
1359
|
-
--tw-bg-opacity: 1;
|
|
1360
|
-
background-color: color-mix(in srgb, var(--base-color-popup-hightlight) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1361
|
-
}
|
|
1362
1402
|
.bg-black{
|
|
1363
1403
|
--tw-bg-opacity: 1;
|
|
1364
1404
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
@@ -1447,6 +1487,14 @@ body {
|
|
|
1447
1487
|
--tw-bg-opacity: 1;
|
|
1448
1488
|
background-color: color-mix(in srgb, var(--button-warning-solid-default-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1449
1489
|
}
|
|
1490
|
+
.bg-common-black{
|
|
1491
|
+
--tw-bg-opacity: 1;
|
|
1492
|
+
background-color: color-mix(in srgb, var(--common-black) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1493
|
+
}
|
|
1494
|
+
.bg-error-transparent-8{
|
|
1495
|
+
--tw-bg-opacity: 1;
|
|
1496
|
+
background-color: color-mix(in srgb, var(--other-transparency-error-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1497
|
+
}
|
|
1450
1498
|
.bg-gray-200{
|
|
1451
1499
|
--tw-bg-opacity: 1;
|
|
1452
1500
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
@@ -1455,10 +1503,6 @@ body {
|
|
|
1455
1503
|
--tw-bg-opacity: 1;
|
|
1456
1504
|
background-color: color-mix(in srgb, var(--grey-grey-50) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1457
1505
|
}
|
|
1458
|
-
.bg-grey2-300{
|
|
1459
|
-
--tw-bg-opacity: 1;
|
|
1460
|
-
background-color: color-mix(in srgb, var(--grey2-grey2-300) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1461
|
-
}
|
|
1462
1506
|
.bg-grey2-700{
|
|
1463
1507
|
--tw-bg-opacity: 1;
|
|
1464
1508
|
background-color: color-mix(in srgb, var(--grey2-grey2-700) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -1467,6 +1511,10 @@ body {
|
|
|
1467
1511
|
--tw-bg-opacity: 1;
|
|
1468
1512
|
background-color: color-mix(in srgb, var(--other-transparency-grey2-16) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1469
1513
|
}
|
|
1514
|
+
.bg-info-transparent-8{
|
|
1515
|
+
--tw-bg-opacity: 1;
|
|
1516
|
+
background-color: color-mix(in srgb, var(--other-transparency-info-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1517
|
+
}
|
|
1470
1518
|
.bg-input-disable-bg{
|
|
1471
1519
|
--tw-bg-opacity: 1;
|
|
1472
1520
|
background-color: color-mix(in srgb, var(--input-color-disable-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -1495,6 +1543,18 @@ body {
|
|
|
1495
1543
|
--tw-bg-opacity: 1;
|
|
1496
1544
|
background-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1497
1545
|
}
|
|
1546
|
+
.bg-secondary-hover{
|
|
1547
|
+
--tw-bg-opacity: 1;
|
|
1548
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1549
|
+
}
|
|
1550
|
+
.bg-state-disable-solid{
|
|
1551
|
+
--tw-bg-opacity: 1;
|
|
1552
|
+
background-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1553
|
+
}
|
|
1554
|
+
.bg-success-transparent-8{
|
|
1555
|
+
--tw-bg-opacity: 1;
|
|
1556
|
+
background-color: color-mix(in srgb, var(--other-transparency-success-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1557
|
+
}
|
|
1498
1558
|
.bg-surface{
|
|
1499
1559
|
--tw-bg-opacity: 1;
|
|
1500
1560
|
background-color: color-mix(in srgb, var(--surface) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -1502,6 +1562,10 @@ body {
|
|
|
1502
1562
|
.bg-transparent{
|
|
1503
1563
|
background-color: transparent;
|
|
1504
1564
|
}
|
|
1565
|
+
.bg-warning-transparent-8{
|
|
1566
|
+
--tw-bg-opacity: 1;
|
|
1567
|
+
background-color: color-mix(in srgb, var(--other-transparency-warning-8) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
1568
|
+
}
|
|
1505
1569
|
.bg-white{
|
|
1506
1570
|
--tw-bg-opacity: 1;
|
|
1507
1571
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
|
|
@@ -1614,9 +1678,6 @@ body {
|
|
|
1614
1678
|
.fill-primary{
|
|
1615
1679
|
fill: color-mix(in srgb, var(--state-color-primary-default) calc(100% * 1), transparent);
|
|
1616
1680
|
}
|
|
1617
|
-
.fill-state-disable-solid{
|
|
1618
|
-
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
1619
|
-
}
|
|
1620
1681
|
.p-0{
|
|
1621
1682
|
padding: 0px;
|
|
1622
1683
|
}
|
|
@@ -2131,6 +2192,10 @@ body {
|
|
|
2131
2192
|
--tw-text-opacity: 1;
|
|
2132
2193
|
color: color-mix(in srgb, var(--button-warning-solid-default-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
2133
2194
|
}
|
|
2195
|
+
.text-common-white{
|
|
2196
|
+
--tw-text-opacity: 1;
|
|
2197
|
+
color: color-mix(in srgb, var(--common-white) calc(100% * var(--tw-text-opacity)), transparent);
|
|
2198
|
+
}
|
|
2134
2199
|
.text-current{
|
|
2135
2200
|
color: currentColor;
|
|
2136
2201
|
}
|
|
@@ -2177,10 +2242,6 @@ body {
|
|
|
2177
2242
|
--tw-text-opacity: 1;
|
|
2178
2243
|
color: color-mix(in srgb, var(--state-color-primary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
2179
2244
|
}
|
|
2180
|
-
.text-primary-foreground{
|
|
2181
|
-
--tw-text-opacity: 1;
|
|
2182
|
-
color: color-mix(in srgb, var(--primary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
2183
|
-
}
|
|
2184
2245
|
.text-secondary{
|
|
2185
2246
|
--tw-text-opacity: 1;
|
|
2186
2247
|
color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -2193,10 +2254,6 @@ body {
|
|
|
2193
2254
|
--tw-text-opacity: 1;
|
|
2194
2255
|
color: color-mix(in srgb, var(--secondary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
2195
2256
|
}
|
|
2196
|
-
.text-state-disable-solid{
|
|
2197
|
-
--tw-text-opacity: 1;
|
|
2198
|
-
color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-text-opacity)), transparent);
|
|
2199
|
-
}
|
|
2200
2257
|
.text-success{
|
|
2201
2258
|
--tw-text-opacity: 1;
|
|
2202
2259
|
color: color-mix(in srgb, var(--state-color-success-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -2633,6 +2690,10 @@ body {
|
|
|
2633
2690
|
--tw-border-opacity: 1;
|
|
2634
2691
|
border-color: color-mix(in srgb, var(--input-color-active-stroke) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2635
2692
|
}
|
|
2693
|
+
.hover\:border-primary-hover:hover{
|
|
2694
|
+
--tw-border-opacity: 1;
|
|
2695
|
+
border-color: color-mix(in srgb, var(--state-color-primary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
2696
|
+
}
|
|
2636
2697
|
.hover\:bg-action-button-icon-active-hover:hover{
|
|
2637
2698
|
--tw-bg-opacity: 1;
|
|
2638
2699
|
background-color: color-mix(in srgb, var(--action-button-icon-active-hover-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -3059,9 +3120,6 @@ body {
|
|
|
3059
3120
|
.focus-visible\:ring-offset-2:focus-visible{
|
|
3060
3121
|
--tw-ring-offset-width: 2px;
|
|
3061
3122
|
}
|
|
3062
|
-
.focus-visible\:ring-offset-background:focus-visible{
|
|
3063
|
-
--tw-ring-offset-color: color-mix(in srgb, var(--background) calc(100% * 1), transparent);
|
|
3064
|
-
}
|
|
3065
3123
|
.active\:border-action-button-icon-active-pressed:active{
|
|
3066
3124
|
--tw-border-opacity: 1;
|
|
3067
3125
|
border-color: color-mix(in srgb, var(--action-button-icon-active-pressed-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -3739,9 +3797,6 @@ body {
|
|
|
3739
3797
|
.disabled\:fill-button-warning-solid-disabled:disabled{
|
|
3740
3798
|
fill: color-mix(in srgb, var(--button-warning-solid-disabled-text) calc(100% * 1), transparent);
|
|
3741
3799
|
}
|
|
3742
|
-
.disabled\:fill-state-disable-solid:disabled{
|
|
3743
|
-
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
3744
|
-
}
|
|
3745
3800
|
.disabled\:text-button-error-flat-disabled:disabled{
|
|
3746
3801
|
--tw-text-opacity: 1;
|
|
3747
3802
|
color: color-mix(in srgb, var(--button-error-flat-disabled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -3826,9 +3881,22 @@ body {
|
|
|
3826
3881
|
--tw-text-opacity: 1;
|
|
3827
3882
|
color: color-mix(in srgb, var(--button-warning-solid-disabled-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
3828
3883
|
}
|
|
3884
|
+
.disabled\:text-state-disable-outline:disabled{
|
|
3885
|
+
--tw-text-opacity: 1;
|
|
3886
|
+
color: color-mix(in srgb, var(--state-color-disable-outline) calc(100% * var(--tw-text-opacity)), transparent);
|
|
3887
|
+
}
|
|
3829
3888
|
.disabled\:opacity-50:disabled{
|
|
3830
3889
|
opacity: 0.5;
|
|
3831
3890
|
}
|
|
3891
|
+
.group:hover .group-hover\:ring{
|
|
3892
|
+
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
|
|
3893
|
+
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
|
|
3894
|
+
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
|
|
3895
|
+
}
|
|
3896
|
+
.group:disabled .group-disabled\:bg-state-disable-solid{
|
|
3897
|
+
--tw-bg-opacity: 1;
|
|
3898
|
+
background-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
3899
|
+
}
|
|
3832
3900
|
.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-2{
|
|
3833
3901
|
top: 0.5rem;
|
|
3834
3902
|
}
|
|
@@ -3946,6 +4014,25 @@ body {
|
|
|
3946
4014
|
--tw-translate-x: -2px;
|
|
3947
4015
|
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
3948
4016
|
}
|
|
4017
|
+
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe=cancel]{
|
|
4018
|
+
--tw-translate-x: 0px;
|
|
4019
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4020
|
+
}
|
|
4021
|
+
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{
|
|
4022
|
+
--tw-translate-x: var(--radix-toast-swipe-end-x);
|
|
4023
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4024
|
+
}
|
|
4025
|
+
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{
|
|
4026
|
+
--tw-translate-x: var(--radix-toast-swipe-move-x);
|
|
4027
|
+
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
|
|
4028
|
+
}
|
|
4029
|
+
.data-\[disabled\]\:cursor-not-allowed[data-disabled]{
|
|
4030
|
+
cursor: not-allowed;
|
|
4031
|
+
}
|
|
4032
|
+
.data-\[disabled\]\:border-state-disable-solid[data-disabled]{
|
|
4033
|
+
--tw-border-opacity: 1;
|
|
4034
|
+
border-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4035
|
+
}
|
|
3949
4036
|
.data-\[loading\=true\]\:border-button-error-flat-active[data-loading=true]{
|
|
3950
4037
|
--tw-border-opacity: 1;
|
|
3951
4038
|
border-color: color-mix(in srgb, var(--button-error-flat-active-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
@@ -4030,13 +4117,16 @@ body {
|
|
|
4030
4117
|
--tw-border-opacity: 1;
|
|
4031
4118
|
border-color: color-mix(in srgb, var(--button-warning-solid-active-border) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4032
4119
|
}
|
|
4033
|
-
.data-\[state\=checked\]\:border-
|
|
4120
|
+
.data-\[state\=checked\]\:border-secondary[data-state=checked]{
|
|
4034
4121
|
--tw-border-opacity: 1;
|
|
4035
|
-
border-color: color-mix(in srgb, var(--state-color-
|
|
4122
|
+
border-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4036
4123
|
}
|
|
4037
4124
|
.data-\[disabled\]\:\!bg-\[var\(--dropdown-menu-disabled-bg\)\][data-disabled]{
|
|
4038
4125
|
background-color: var(--dropdown-menu-disabled-bg) !important;
|
|
4039
4126
|
}
|
|
4127
|
+
.data-\[disabled\]\:bg-state-disable-solid\/\[0\.32\][data-disabled]{
|
|
4128
|
+
background-color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 0.32), transparent);
|
|
4129
|
+
}
|
|
4040
4130
|
.data-\[loading\=true\]\:bg-button-error-flat-active[data-loading=true]{
|
|
4041
4131
|
--tw-bg-opacity: 1;
|
|
4042
4132
|
background-color: color-mix(in srgb, var(--button-error-flat-active-bg) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
@@ -4124,9 +4214,9 @@ body {
|
|
|
4124
4214
|
.data-\[state\=\'checked\'\]\:bg-\[var\(--dropdown-menu-selected-bg\)\][data-state='checked']{
|
|
4125
4215
|
background-color: var(--dropdown-menu-selected-bg);
|
|
4126
4216
|
}
|
|
4127
|
-
.data-\[state\=checked\]\:bg-
|
|
4217
|
+
.data-\[state\=checked\]\:bg-secondary[data-state=checked]{
|
|
4128
4218
|
--tw-bg-opacity: 1;
|
|
4129
|
-
background-color: color-mix(in srgb, var(--state-color-
|
|
4219
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4130
4220
|
}
|
|
4131
4221
|
.data-\[state\=checked\]\:bg-secondary-active\/\[0\.32\][data-state=checked]{
|
|
4132
4222
|
background-color: color-mix(in srgb, var(--state-color-secondary-active) calc(100% * 0.32), transparent);
|
|
@@ -4146,6 +4236,9 @@ body {
|
|
|
4146
4236
|
.data-\[state\=unchecked\]\:bg-tertiary-active\/\[0\.32\][data-state=unchecked]{
|
|
4147
4237
|
background-color: color-mix(in srgb, var(--state-color-tertiary-active) calc(100% * 0.32), transparent);
|
|
4148
4238
|
}
|
|
4239
|
+
.data-\[disabled\]\:fill-state-disable-solid[data-disabled]{
|
|
4240
|
+
fill: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * 1), transparent);
|
|
4241
|
+
}
|
|
4149
4242
|
.data-\[loading\=true\]\:fill-button-error-flat-active[data-loading=true]{
|
|
4150
4243
|
fill: color-mix(in srgb, var(--button-error-flat-active-text) calc(100% * 1), transparent);
|
|
4151
4244
|
}
|
|
@@ -4212,6 +4305,10 @@ body {
|
|
|
4212
4305
|
.data-\[disabled\]\:\!text-\[var\(--dropdown-menu-disabled-text\)\][data-disabled]{
|
|
4213
4306
|
color: var(--dropdown-menu-disabled-text) !important;
|
|
4214
4307
|
}
|
|
4308
|
+
.data-\[disabled\]\:text-state-disable-solid[data-disabled]{
|
|
4309
|
+
--tw-text-opacity: 1;
|
|
4310
|
+
color: color-mix(in srgb, var(--state-color-disable-solid) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4311
|
+
}
|
|
4215
4312
|
.data-\[loading\=true\]\:text-button-error-flat-active[data-loading=true]{
|
|
4216
4313
|
--tw-text-opacity: 1;
|
|
4217
4314
|
color: color-mix(in srgb, var(--button-error-flat-active-text) calc(100% * var(--tw-text-opacity)), transparent);
|
|
@@ -4299,19 +4396,52 @@ body {
|
|
|
4299
4396
|
.data-\[state\=\'checked\'\]\:text-\[var\(--dropdown-menu-selected-text\)\][data-state='checked']{
|
|
4300
4397
|
color: var(--dropdown-menu-selected-text);
|
|
4301
4398
|
}
|
|
4302
|
-
.data-\[state\=checked\]\:text-
|
|
4399
|
+
.data-\[state\=checked\]\:text-secondary[data-state=checked]{
|
|
4303
4400
|
--tw-text-opacity: 1;
|
|
4304
|
-
color: color-mix(in srgb, var(--
|
|
4401
|
+
color: color-mix(in srgb, var(--state-color-secondary-default) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4402
|
+
}
|
|
4403
|
+
.data-\[state\=checked\]\:text-secondary-foreground[data-state=checked]{
|
|
4404
|
+
--tw-text-opacity: 1;
|
|
4405
|
+
color: color-mix(in srgb, var(--secondary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4305
4406
|
}
|
|
4306
4407
|
.data-\[state\=open\]\:text-primary-foreground[data-state=open]{
|
|
4307
4408
|
--tw-text-opacity: 1;
|
|
4308
4409
|
color: color-mix(in srgb, var(--primary-foreground) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4309
4410
|
}
|
|
4411
|
+
.data-\[swipe\=move\]\:transition-none[data-swipe=move]{
|
|
4412
|
+
transition-property: none;
|
|
4413
|
+
}
|
|
4310
4414
|
.data-\[state\=\'checked\'\]\:typography-subtitile5[data-state='checked']{
|
|
4311
4415
|
font-size: var(--subtitle5-size, 14px);
|
|
4312
4416
|
line-height: var(--subtitle5-line-height, 22px);
|
|
4313
4417
|
font-weight: var(--subtitle5-weight, 500);
|
|
4314
4418
|
}
|
|
4419
|
+
.hover\:data-\[state\=checked\]\:border-secondary-hover[data-state=checked]:hover{
|
|
4420
|
+
--tw-border-opacity: 1;
|
|
4421
|
+
border-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-border-opacity)), transparent);
|
|
4422
|
+
}
|
|
4423
|
+
.hover\:data-\[state\=checked\]\:bg-secondary-active\/\[0\.48\][data-state=checked]:hover{
|
|
4424
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-active) calc(100% * 0.48), transparent);
|
|
4425
|
+
}
|
|
4426
|
+
.hover\:data-\[state\=checked\]\:bg-secondary-hover[data-state=checked]:hover{
|
|
4427
|
+
--tw-bg-opacity: 1;
|
|
4428
|
+
background-color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-bg-opacity)), transparent);
|
|
4429
|
+
}
|
|
4430
|
+
.hover\:data-\[state\=unchecked\]\:bg-tertiary-active\/\[0\.48\][data-state=unchecked]:hover{
|
|
4431
|
+
background-color: color-mix(in srgb, var(--state-color-tertiary-active) calc(100% * 0.48), transparent);
|
|
4432
|
+
}
|
|
4433
|
+
.hover\:data-\[state\=checked\]\:text-secondary-hover[data-state=checked]:hover{
|
|
4434
|
+
--tw-text-opacity: 1;
|
|
4435
|
+
color: color-mix(in srgb, var(--state-color-secondary-hover) calc(100% * var(--tw-text-opacity)), transparent);
|
|
4436
|
+
}
|
|
4437
|
+
.group:hover .group-hover\:data-\[state\=checked\]\:ring-secondary-hover-bg[data-state=checked]{
|
|
4438
|
+
--tw-ring-opacity: 1;
|
|
4439
|
+
--tw-ring-color: color-mix(in srgb, var(--state-color-secondary-hover-bg) calc(100% * var(--tw-ring-opacity)), transparent);
|
|
4440
|
+
}
|
|
4441
|
+
.group:hover .group-hover\:data-\[state\=unchecked\]\:ring-tertiary-hover-bg[data-state=unchecked]{
|
|
4442
|
+
--tw-ring-opacity: 1;
|
|
4443
|
+
--tw-ring-color: color-mix(in srgb, var(--state-color-tertiary-hover-bg) calc(100% * var(--tw-ring-opacity)), transparent);
|
|
4444
|
+
}
|
|
4315
4445
|
@media (min-width: 640px){
|
|
4316
4446
|
|
|
4317
4447
|
.sm\:mt-0{
|
|
@@ -4330,6 +4460,10 @@ body {
|
|
|
4330
4460
|
justify-content: flex-end;
|
|
4331
4461
|
}
|
|
4332
4462
|
|
|
4463
|
+
.sm\:justify-stretch{
|
|
4464
|
+
justify-content: stretch;
|
|
4465
|
+
}
|
|
4466
|
+
|
|
4333
4467
|
.sm\:space-x-2 > :not([hidden]) ~ :not([hidden]){
|
|
4334
4468
|
--tw-space-x-reverse: 0;
|
|
4335
4469
|
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
|
|
@@ -4344,6 +4478,20 @@ body {
|
|
|
4344
4478
|
text-align: left;
|
|
4345
4479
|
}
|
|
4346
4480
|
}
|
|
4481
|
+
@media (min-width: 768px){
|
|
4482
|
+
|
|
4483
|
+
.md\:left-\[40px\]{
|
|
4484
|
+
left: 40px;
|
|
4485
|
+
}
|
|
4486
|
+
|
|
4487
|
+
.md\:right-\[40px\]{
|
|
4488
|
+
right: 40px;
|
|
4489
|
+
}
|
|
4490
|
+
|
|
4491
|
+
.md\:w-auto{
|
|
4492
|
+
width: auto;
|
|
4493
|
+
}
|
|
4494
|
+
}
|
|
4347
4495
|
.\[\&\:has\(\[role\=checkbox\]\)\]\:w-4:has([role=checkbox]){
|
|
4348
4496
|
width: 1rem;
|
|
4349
4497
|
}
|