@sunggang/ui-lib 0.1.15 → 0.1.16
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/index.esm.css +12 -6
- package/index.esm2.js +1 -1
- package/package.json +1 -1
package/index.esm.css
CHANGED
|
@@ -1170,6 +1170,10 @@ video {
|
|
|
1170
1170
|
--tw-text-opacity: 1;
|
|
1171
1171
|
color: rgb(115 115 115 / var(--tw-text-opacity));
|
|
1172
1172
|
}
|
|
1173
|
+
.text-\[\#fff\] {
|
|
1174
|
+
--tw-text-opacity: 1;
|
|
1175
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1176
|
+
}
|
|
1173
1177
|
.text-accent-foreground {
|
|
1174
1178
|
color: hsl(var(--accent-foreground));
|
|
1175
1179
|
}
|
|
@@ -1368,12 +1372,13 @@ video {
|
|
|
1368
1372
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1369
1373
|
}
|
|
1370
1374
|
|
|
1371
|
-
.hover\:text
|
|
1372
|
-
|
|
1375
|
+
.hover\:text-\[\#fff\]:hover {
|
|
1376
|
+
--tw-text-opacity: 1;
|
|
1377
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1373
1378
|
}
|
|
1374
1379
|
|
|
1375
|
-
.hover\:text-
|
|
1376
|
-
color: hsl(var(--
|
|
1380
|
+
.hover\:text-accent-foreground:hover {
|
|
1381
|
+
color: hsl(var(--accent-foreground));
|
|
1377
1382
|
}
|
|
1378
1383
|
|
|
1379
1384
|
.hover\:underline:hover {
|
|
@@ -1389,8 +1394,9 @@ video {
|
|
|
1389
1394
|
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1390
1395
|
}
|
|
1391
1396
|
|
|
1392
|
-
.focus\:text
|
|
1393
|
-
|
|
1397
|
+
.focus\:text-\[\#fff\]:focus {
|
|
1398
|
+
--tw-text-opacity: 1;
|
|
1399
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1394
1400
|
}
|
|
1395
1401
|
|
|
1396
1402
|
.focus-visible\:outline-none:focus-visible {
|
package/index.esm2.js
CHANGED
|
@@ -6658,7 +6658,7 @@ function Calendar(_param) {
|
|
|
6658
6658
|
}), "h-8 w-8 p-0 font-normal aria-selected:opacity-100"),
|
|
6659
6659
|
day_range_start: "day-range-start",
|
|
6660
6660
|
day_range_end: "day-range-end",
|
|
6661
|
-
day_selected: "bg-[#000] text-
|
|
6661
|
+
day_selected: "bg-[#000] text-[#fff] hover:bg-[#000] hover:text-[#fff] focus:bg-[#000] focus:text-[#fff]",
|
|
6662
6662
|
day_today: "bg-accent text-accent-foreground",
|
|
6663
6663
|
day_outside: "day-outside text-muted-foreground opacity-50 aria-selected:bg-accent/50 aria-selected:text-muted-foreground aria-selected:opacity-30",
|
|
6664
6664
|
day_disabled: "text-muted-foreground opacity-50",
|