@6thbridge/hexa 0.0.41 → 0.0.43
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/.turbo/turbo-lint.log +1 -1
- package/dist/index.d.mts +11 -1
- package/dist/index.d.ts +11 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +40 -8
- package/package.json +1 -1
package/dist/output.css
CHANGED
@@ -588,10 +588,6 @@ video {
|
|
588
588
|
position: relative;
|
589
589
|
}
|
590
590
|
|
591
|
-
.sticky{
|
592
|
-
position: sticky;
|
593
|
-
}
|
594
|
-
|
595
591
|
.inset-0{
|
596
592
|
inset: 0px;
|
597
593
|
}
|
@@ -636,10 +632,6 @@ video {
|
|
636
632
|
isolation: isolate;
|
637
633
|
}
|
638
634
|
|
639
|
-
.z-10{
|
640
|
-
z-index: 10;
|
641
|
-
}
|
642
|
-
|
643
635
|
.z-50{
|
644
636
|
z-index: 50;
|
645
637
|
}
|
@@ -796,6 +788,10 @@ video {
|
|
796
788
|
height: 90%;
|
797
789
|
}
|
798
790
|
|
791
|
+
.h-auto{
|
792
|
+
height: auto;
|
793
|
+
}
|
794
|
+
|
799
795
|
.h-fit{
|
800
796
|
height: -moz-fit-content;
|
801
797
|
height: fit-content;
|
@@ -920,6 +916,10 @@ video {
|
|
920
916
|
max-width: max-content;
|
921
917
|
}
|
922
918
|
|
919
|
+
.max-w-md{
|
920
|
+
max-width: 28rem;
|
921
|
+
}
|
922
|
+
|
923
923
|
.flex-1{
|
924
924
|
flex: 1 1 0%;
|
925
925
|
}
|
@@ -1198,6 +1198,10 @@ video {
|
|
1198
1198
|
border-width: .5px;
|
1199
1199
|
}
|
1200
1200
|
|
1201
|
+
.border-\[0\.5px\]{
|
1202
|
+
border-width: 0.5px;
|
1203
|
+
}
|
1204
|
+
|
1201
1205
|
.\!border-l-0{
|
1202
1206
|
border-left-width: 0px !important;
|
1203
1207
|
}
|
@@ -1256,6 +1260,10 @@ video {
|
|
1256
1260
|
border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
|
1257
1261
|
}
|
1258
1262
|
|
1263
|
+
.border-gray-50\/50{
|
1264
|
+
border-color: rgb(249 250 251 / 0.5);
|
1265
|
+
}
|
1266
|
+
|
1259
1267
|
.border-primary-main{
|
1260
1268
|
border-color: var(--color-primary);
|
1261
1269
|
}
|
@@ -1320,6 +1328,11 @@ video {
|
|
1320
1328
|
background-color: rgb(0 0 0 / 0.6);
|
1321
1329
|
}
|
1322
1330
|
|
1331
|
+
.bg-blue-100{
|
1332
|
+
--tw-bg-opacity: 1;
|
1333
|
+
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
|
1334
|
+
}
|
1335
|
+
|
1323
1336
|
.bg-gray-100{
|
1324
1337
|
--tw-bg-opacity: 1;
|
1325
1338
|
background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
|
@@ -1365,6 +1378,10 @@ video {
|
|
1365
1378
|
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
1366
1379
|
}
|
1367
1380
|
|
1381
|
+
.bg-white\/10{
|
1382
|
+
background-color: rgb(255 255 255 / 0.1);
|
1383
|
+
}
|
1384
|
+
|
1368
1385
|
.bg-white\/20{
|
1369
1386
|
background-color: rgb(255 255 255 / 0.2);
|
1370
1387
|
}
|
@@ -1700,6 +1717,10 @@ video {
|
|
1700
1717
|
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
|
1701
1718
|
}
|
1702
1719
|
|
1720
|
+
.text-current{
|
1721
|
+
color: currentColor;
|
1722
|
+
}
|
1723
|
+
|
1703
1724
|
.text-gray-400{
|
1704
1725
|
--tw-text-opacity: 1;
|
1705
1726
|
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
|
@@ -1787,6 +1808,12 @@ video {
|
|
1787
1808
|
opacity: 0.7;
|
1788
1809
|
}
|
1789
1810
|
|
1811
|
+
.shadow{
|
1812
|
+
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
1813
|
+
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
|
1814
|
+
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
|
1815
|
+
}
|
1816
|
+
|
1790
1817
|
.shadow-lg{
|
1791
1818
|
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
1792
1819
|
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
|
@@ -2091,6 +2118,11 @@ input:-webkit-autofill:active {
|
|
2091
2118
|
background-color: rgb(128 128 128 / var(--tw-bg-opacity, 1));
|
2092
2119
|
}
|
2093
2120
|
|
2121
|
+
.hover\:bg-blue-50:hover{
|
2122
|
+
--tw-bg-opacity: 1;
|
2123
|
+
background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
|
2124
|
+
}
|
2125
|
+
|
2094
2126
|
.hover\:bg-gray-50:hover{
|
2095
2127
|
--tw-bg-opacity: 1;
|
2096
2128
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|