@6thbridge/hexa 0.0.83 → 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/output.css CHANGED
@@ -1161,10 +1161,6 @@ video {
1161
1161
  max-height: 270px;
1162
1162
  }
1163
1163
 
1164
- .max-h-\[90vh\]{
1165
- max-height: 90vh;
1166
- }
1167
-
1168
1164
  .max-h-\[95\%\]{
1169
1165
  max-height: 95%;
1170
1166
  }
@@ -1331,6 +1327,10 @@ video {
1331
1327
  min-width: 40px !important;
1332
1328
  }
1333
1329
 
1330
+ .\!min-w-\[70px\]{
1331
+ min-width: 70px !important;
1332
+ }
1333
+
1334
1334
  .\!min-w-max{
1335
1335
  min-width: -moz-max-content !important;
1336
1336
  min-width: max-content !important;
@@ -1406,6 +1406,10 @@ video {
1406
1406
  flex: none;
1407
1407
  }
1408
1408
 
1409
+ .shrink{
1410
+ flex-shrink: 1;
1411
+ }
1412
+
1409
1413
  .shrink-0{
1410
1414
  flex-shrink: 0;
1411
1415
  }
@@ -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
  }
@@ -1661,6 +1669,10 @@ video {
1661
1669
  overflow-x: scroll;
1662
1670
  }
1663
1671
 
1672
+ .overscroll-auto{
1673
+ overscroll-behavior: auto;
1674
+ }
1675
+
1664
1676
  .truncate{
1665
1677
  overflow: hidden;
1666
1678
  text-overflow: ellipsis;
@@ -2085,6 +2097,10 @@ video {
2085
2097
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
2086
2098
  }
2087
2099
 
2100
+ .bg-gray-50\/30{
2101
+ background-color: rgb(249 250 251 / 0.3);
2102
+ }
2103
+
2088
2104
  .bg-gray-500\/20{
2089
2105
  background-color: rgb(107 114 128 / 0.2);
2090
2106
  }
@@ -2376,6 +2392,10 @@ video {
2376
2392
  padding-bottom: 0.5rem;
2377
2393
  }
2378
2394
 
2395
+ .pb-4{
2396
+ padding-bottom: 1rem;
2397
+ }
2398
+
2379
2399
  .pb-5{
2380
2400
  padding-bottom: 1.25rem;
2381
2401
  }
@@ -2566,6 +2586,10 @@ video {
2566
2586
  letter-spacing: 0.025em;
2567
2587
  }
2568
2588
 
2589
+ .tracking-wider{
2590
+ letter-spacing: 0.05em;
2591
+ }
2592
+
2569
2593
  .tracking-widest{
2570
2594
  letter-spacing: 0.1em;
2571
2595
  }
@@ -3936,6 +3960,16 @@ input:-webkit-autofill:active {
3936
3960
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
3937
3961
  }
3938
3962
 
3963
+ @media not all and (min-width: 768px){
3964
+ .max-md\:\!max-w-full{
3965
+ max-width: 100% !important;
3966
+ }
3967
+
3968
+ .max-md\:\!rounded-none{
3969
+ border-radius: 0px !important;
3970
+ }
3971
+ }
3972
+
3939
3973
  @media (min-width: 640px){
3940
3974
  .sm\:order-none{
3941
3975
  order: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.83",
3
+ "version": "0.0.85",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {