@sunggang/ui-lib 0.1.14 → 0.1.15
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
|
@@ -946,6 +946,10 @@ video {
|
|
|
946
946
|
.bg-\[\#000000b3\] {
|
|
947
947
|
background-color: #000000b3;
|
|
948
948
|
}
|
|
949
|
+
.bg-\[\#000\] {
|
|
950
|
+
--tw-bg-opacity: 1;
|
|
951
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
952
|
+
}
|
|
949
953
|
.bg-\[\#0C7489\] {
|
|
950
954
|
--tw-bg-opacity: 1;
|
|
951
955
|
background-color: rgb(12 116 137 / var(--tw-bg-opacity));
|
|
@@ -1338,6 +1342,11 @@ video {
|
|
|
1338
1342
|
z-index: 20;
|
|
1339
1343
|
}
|
|
1340
1344
|
|
|
1345
|
+
.hover\:bg-\[\#000\]:hover {
|
|
1346
|
+
--tw-bg-opacity: 1;
|
|
1347
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1341
1350
|
.hover\:bg-\[\#D9D9D9\]:hover {
|
|
1342
1351
|
--tw-bg-opacity: 1;
|
|
1343
1352
|
background-color: rgb(217 217 217 / var(--tw-bg-opacity));
|
|
@@ -1351,10 +1360,6 @@ video {
|
|
|
1351
1360
|
background-color: hsl(var(--destructive) / 0.9);
|
|
1352
1361
|
}
|
|
1353
1362
|
|
|
1354
|
-
.hover\:bg-primary:hover {
|
|
1355
|
-
background-color: hsl(var(--primary));
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
1363
|
.hover\:bg-primary\/90:hover {
|
|
1359
1364
|
background-color: hsl(var(--primary) / 0.9);
|
|
1360
1365
|
}
|
|
@@ -1379,8 +1384,9 @@ video {
|
|
|
1379
1384
|
opacity: 1;
|
|
1380
1385
|
}
|
|
1381
1386
|
|
|
1382
|
-
.focus\:bg
|
|
1383
|
-
|
|
1387
|
+
.focus\:bg-\[\#000\]:focus {
|
|
1388
|
+
--tw-bg-opacity: 1;
|
|
1389
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1384
1390
|
}
|
|
1385
1391
|
|
|
1386
1392
|
.focus\:text-primary-foreground:focus {
|
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-
|
|
6661
|
+
day_selected: "bg-[#000] text-primary-foreground hover:bg-[#000] hover:text-primary-foreground focus:bg-[#000] focus:text-primary-foreground",
|
|
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",
|