@sunggang/ui-lib 0.1.14 → 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 +24 -12
- 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));
|
|
@@ -1166,6 +1170,10 @@ video {
|
|
|
1166
1170
|
--tw-text-opacity: 1;
|
|
1167
1171
|
color: rgb(115 115 115 / var(--tw-text-opacity));
|
|
1168
1172
|
}
|
|
1173
|
+
.text-\[\#fff\] {
|
|
1174
|
+
--tw-text-opacity: 1;
|
|
1175
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1176
|
+
}
|
|
1169
1177
|
.text-accent-foreground {
|
|
1170
1178
|
color: hsl(var(--accent-foreground));
|
|
1171
1179
|
}
|
|
@@ -1338,6 +1346,11 @@ video {
|
|
|
1338
1346
|
z-index: 20;
|
|
1339
1347
|
}
|
|
1340
1348
|
|
|
1349
|
+
.hover\:bg-\[\#000\]:hover {
|
|
1350
|
+
--tw-bg-opacity: 1;
|
|
1351
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1352
|
+
}
|
|
1353
|
+
|
|
1341
1354
|
.hover\:bg-\[\#D9D9D9\]:hover {
|
|
1342
1355
|
--tw-bg-opacity: 1;
|
|
1343
1356
|
background-color: rgb(217 217 217 / var(--tw-bg-opacity));
|
|
@@ -1351,10 +1364,6 @@ video {
|
|
|
1351
1364
|
background-color: hsl(var(--destructive) / 0.9);
|
|
1352
1365
|
}
|
|
1353
1366
|
|
|
1354
|
-
.hover\:bg-primary:hover {
|
|
1355
|
-
background-color: hsl(var(--primary));
|
|
1356
|
-
}
|
|
1357
|
-
|
|
1358
1367
|
.hover\:bg-primary\/90:hover {
|
|
1359
1368
|
background-color: hsl(var(--primary) / 0.9);
|
|
1360
1369
|
}
|
|
@@ -1363,12 +1372,13 @@ video {
|
|
|
1363
1372
|
background-color: hsl(var(--secondary) / 0.8);
|
|
1364
1373
|
}
|
|
1365
1374
|
|
|
1366
|
-
.hover\:text
|
|
1367
|
-
|
|
1375
|
+
.hover\:text-\[\#fff\]:hover {
|
|
1376
|
+
--tw-text-opacity: 1;
|
|
1377
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1368
1378
|
}
|
|
1369
1379
|
|
|
1370
|
-
.hover\:text-
|
|
1371
|
-
color: hsl(var(--
|
|
1380
|
+
.hover\:text-accent-foreground:hover {
|
|
1381
|
+
color: hsl(var(--accent-foreground));
|
|
1372
1382
|
}
|
|
1373
1383
|
|
|
1374
1384
|
.hover\:underline:hover {
|
|
@@ -1379,12 +1389,14 @@ video {
|
|
|
1379
1389
|
opacity: 1;
|
|
1380
1390
|
}
|
|
1381
1391
|
|
|
1382
|
-
.focus\:bg
|
|
1383
|
-
|
|
1392
|
+
.focus\:bg-\[\#000\]:focus {
|
|
1393
|
+
--tw-bg-opacity: 1;
|
|
1394
|
+
background-color: rgb(0 0 0 / var(--tw-bg-opacity));
|
|
1384
1395
|
}
|
|
1385
1396
|
|
|
1386
|
-
.focus\:text
|
|
1387
|
-
|
|
1397
|
+
.focus\:text-\[\#fff\]:focus {
|
|
1398
|
+
--tw-text-opacity: 1;
|
|
1399
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1388
1400
|
}
|
|
1389
1401
|
|
|
1390
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-
|
|
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",
|