@6thbridge/hexa 0.0.92 → 0.0.94

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
@@ -437,10 +437,6 @@
437
437
  margin-top: auto;
438
438
  }
439
439
 
440
- .box-border{
441
- box-sizing: border-box;
442
- }
443
-
444
440
  .block{
445
441
  display: block;
446
442
  }
@@ -554,6 +550,10 @@
554
550
  height: 2.5rem;
555
551
  }
556
552
 
553
+ .h-\[20px\]{
554
+ height: 20px;
555
+ }
556
+
557
557
  .h-\[30px\]{
558
558
  height: 30px;
559
559
  }
@@ -623,6 +623,10 @@
623
623
  min-height: 0px;
624
624
  }
625
625
 
626
+ .min-h-10{
627
+ min-height: 2.5rem;
628
+ }
629
+
626
630
  .min-h-12{
627
631
  min-height: 3rem;
628
632
  }
@@ -814,6 +818,10 @@
814
818
  min-width: 50px;
815
819
  }
816
820
 
821
+ .min-w-\[80px\]{
822
+ min-width: 80px;
823
+ }
824
+
817
825
  .\!max-w-max{
818
826
  max-width: -moz-max-content !important;
819
827
  max-width: max-content !important;
@@ -965,6 +973,12 @@
965
973
  resize: both;
966
974
  }
967
975
 
976
+ .appearance-none{
977
+ -webkit-appearance: none;
978
+ -moz-appearance: none;
979
+ appearance: none;
980
+ }
981
+
968
982
  .grid-cols-2{
969
983
  grid-template-columns: repeat(2, minmax(0, 1fr));
970
984
  }
@@ -1336,6 +1350,10 @@
1336
1350
  border-style: solid;
1337
1351
  }
1338
1352
 
1353
+ .\!border-none{
1354
+ border-style: none !important;
1355
+ }
1356
+
1339
1357
  .border-none{
1340
1358
  border-style: none;
1341
1359
  }
@@ -1460,6 +1478,11 @@
1460
1478
  border-top-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
1461
1479
  }
1462
1480
 
1481
+ .border-t-gray-300{
1482
+ --tw-border-opacity: 1;
1483
+ border-top-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1484
+ }
1485
+
1463
1486
  .border-t-transparent{
1464
1487
  border-top-color: transparent;
1465
1488
  }
@@ -1866,6 +1889,10 @@
1866
1889
  padding-left: 0px;
1867
1890
  }
1868
1891
 
1892
+ .pl-1{
1893
+ padding-left: 0.25rem;
1894
+ }
1895
+
1869
1896
  .pl-12{
1870
1897
  padding-left: 3rem;
1871
1898
  }
@@ -2334,6 +2361,11 @@
2334
2361
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2335
2362
  }
2336
2363
 
2364
+ .\!outline-none{
2365
+ outline: 2px solid transparent !important;
2366
+ outline-offset: 2px !important;
2367
+ }
2368
+
2337
2369
  .outline-none{
2338
2370
  outline: 2px solid transparent;
2339
2371
  outline-offset: 2px;
@@ -3312,11 +3344,6 @@ input:-webkit-autofill:active {
3312
3344
  color: rgb(221 223 224 / var(--tw-text-opacity, 1));
3313
3345
  }
3314
3346
 
3315
- .dark\:text-black:is(.dark *){
3316
- --tw-text-opacity: 1;
3317
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
3318
- }
3319
-
3320
3347
  .dark\:text-white:is(.dark *){
3321
3348
  --tw-text-opacity: 1;
3322
3349
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -3394,26 +3421,6 @@ input:-webkit-autofill:active {
3394
3421
  border-color: rgb(146 153 162 / var(--tw-border-opacity, 1)) !important;
3395
3422
  }
3396
3423
 
3397
- .peer:hover ~ .dark\:peer-hover\:text-white:is(.dark *){
3398
- --tw-text-opacity: 1;
3399
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3400
- }
3401
-
3402
- .peer:focus ~ .dark\:peer-focus\:text-white:is(.dark *){
3403
- --tw-text-opacity: 1;
3404
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3405
- }
3406
-
3407
- .peer:focus-visible ~ .dark\:peer-focus-visible\:text-white:is(.dark *){
3408
- --tw-text-opacity: 1;
3409
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3410
- }
3411
-
3412
- .peer[aria-checked="true"] ~ .dark\:peer-aria-checked\:text-white:is(.dark *){
3413
- --tw-text-opacity: 1;
3414
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3415
- }
3416
-
3417
3424
  .data-\[state\=active\]\:dark\:hover\:\!bg-gray-200:hover:is(.dark *)[data-state="active"]{
3418
3425
  --tw-bg-opacity: 1 !important;
3419
3426
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@6thbridge/hexa",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/DexlerNG/payfusion-component-library.git",