@6thbridge/hexa 0.0.84 → 0.0.85
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/index.d.mts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/dist/output.css +20 -0
- package/package.json +1 -1
package/dist/output.css
CHANGED
|
@@ -1327,6 +1327,10 @@ video {
|
|
|
1327
1327
|
min-width: 40px !important;
|
|
1328
1328
|
}
|
|
1329
1329
|
|
|
1330
|
+
.\!min-w-\[70px\]{
|
|
1331
|
+
min-width: 70px !important;
|
|
1332
|
+
}
|
|
1333
|
+
|
|
1330
1334
|
.\!min-w-max{
|
|
1331
1335
|
min-width: -moz-max-content !important;
|
|
1332
1336
|
min-width: max-content !important;
|
|
@@ -1559,6 +1563,10 @@ video {
|
|
|
1559
1563
|
gap: 0.25rem;
|
|
1560
1564
|
}
|
|
1561
1565
|
|
|
1566
|
+
.gap-1\.5{
|
|
1567
|
+
gap: 0.375rem;
|
|
1568
|
+
}
|
|
1569
|
+
|
|
1562
1570
|
.gap-2{
|
|
1563
1571
|
gap: 0.5rem;
|
|
1564
1572
|
}
|
|
@@ -2089,6 +2097,10 @@ video {
|
|
|
2089
2097
|
background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
|
|
2090
2098
|
}
|
|
2091
2099
|
|
|
2100
|
+
.bg-gray-50\/30{
|
|
2101
|
+
background-color: rgb(249 250 251 / 0.3);
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2092
2104
|
.bg-gray-500\/20{
|
|
2093
2105
|
background-color: rgb(107 114 128 / 0.2);
|
|
2094
2106
|
}
|
|
@@ -2380,6 +2392,10 @@ video {
|
|
|
2380
2392
|
padding-bottom: 0.5rem;
|
|
2381
2393
|
}
|
|
2382
2394
|
|
|
2395
|
+
.pb-4{
|
|
2396
|
+
padding-bottom: 1rem;
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2383
2399
|
.pb-5{
|
|
2384
2400
|
padding-bottom: 1.25rem;
|
|
2385
2401
|
}
|
|
@@ -2570,6 +2586,10 @@ video {
|
|
|
2570
2586
|
letter-spacing: 0.025em;
|
|
2571
2587
|
}
|
|
2572
2588
|
|
|
2589
|
+
.tracking-wider{
|
|
2590
|
+
letter-spacing: 0.05em;
|
|
2591
|
+
}
|
|
2592
|
+
|
|
2573
2593
|
.tracking-widest{
|
|
2574
2594
|
letter-spacing: 0.1em;
|
|
2575
2595
|
}
|