@6thbridge/hexa 0.0.91 → 0.0.93

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
@@ -554,6 +554,10 @@
554
554
  height: 2.5rem;
555
555
  }
556
556
 
557
+ .h-\[20px\]{
558
+ height: 20px;
559
+ }
560
+
557
561
  .h-\[30px\]{
558
562
  height: 30px;
559
563
  }
@@ -623,6 +627,10 @@
623
627
  min-height: 0px;
624
628
  }
625
629
 
630
+ .min-h-10{
631
+ min-height: 2.5rem;
632
+ }
633
+
626
634
  .min-h-12{
627
635
  min-height: 3rem;
628
636
  }
@@ -814,6 +822,10 @@
814
822
  min-width: 50px;
815
823
  }
816
824
 
825
+ .min-w-\[80px\]{
826
+ min-width: 80px;
827
+ }
828
+
817
829
  .\!max-w-max{
818
830
  max-width: -moz-max-content !important;
819
831
  max-width: max-content !important;
@@ -1336,6 +1348,10 @@
1336
1348
  border-style: solid;
1337
1349
  }
1338
1350
 
1351
+ .\!border-none{
1352
+ border-style: none !important;
1353
+ }
1354
+
1339
1355
  .border-none{
1340
1356
  border-style: none;
1341
1357
  }
@@ -1460,6 +1476,11 @@
1460
1476
  border-top-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
1461
1477
  }
1462
1478
 
1479
+ .border-t-gray-300{
1480
+ --tw-border-opacity: 1;
1481
+ border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1482
+ }
1483
+
1463
1484
  .border-t-transparent{
1464
1485
  border-top-color: transparent;
1465
1486
  }
@@ -1866,6 +1887,10 @@
1866
1887
  padding-left: 0px;
1867
1888
  }
1868
1889
 
1890
+ .pl-1{
1891
+ padding-left: 0.25rem;
1892
+ }
1893
+
1869
1894
  .pl-12{
1870
1895
  padding-left: 3rem;
1871
1896
  }
@@ -2334,6 +2359,11 @@
2334
2359
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2335
2360
  }
2336
2361
 
2362
+ .\!outline-none{
2363
+ outline: 2px solid transparent !important;
2364
+ outline-offset: 2px !important;
2365
+ }
2366
+
2337
2367
  .outline-none{
2338
2368
  outline: 2px solid transparent;
2339
2369
  outline-offset: 2px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/DexlerNG/payfusion-component-library.git",