@6thbridge/hexa 0.0.93 → 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
  }
@@ -977,6 +973,12 @@
977
973
  resize: both;
978
974
  }
979
975
 
976
+ .appearance-none{
977
+ -webkit-appearance: none;
978
+ -moz-appearance: none;
979
+ appearance: none;
980
+ }
981
+
980
982
  .grid-cols-2{
981
983
  grid-template-columns: repeat(2, minmax(0, 1fr));
982
984
  }
@@ -3342,11 +3344,6 @@ input:-webkit-autofill:active {
3342
3344
  color: rgb(221 223 224 / var(--tw-text-opacity, 1));
3343
3345
  }
3344
3346
 
3345
- .dark\:text-black:is(.dark *){
3346
- --tw-text-opacity: 1;
3347
- color: rgb(0 0 0 / var(--tw-text-opacity, 1));
3348
- }
3349
-
3350
3347
  .dark\:text-white:is(.dark *){
3351
3348
  --tw-text-opacity: 1;
3352
3349
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
@@ -3424,26 +3421,6 @@ input:-webkit-autofill:active {
3424
3421
  border-color: rgb(146 153 162 / var(--tw-border-opacity, 1)) !important;
3425
3422
  }
3426
3423
 
3427
- .peer:hover ~ .dark\:peer-hover\:text-white:is(.dark *){
3428
- --tw-text-opacity: 1;
3429
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3430
- }
3431
-
3432
- .peer:focus ~ .dark\:peer-focus\:text-white:is(.dark *){
3433
- --tw-text-opacity: 1;
3434
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3435
- }
3436
-
3437
- .peer:focus-visible ~ .dark\:peer-focus-visible\:text-white:is(.dark *){
3438
- --tw-text-opacity: 1;
3439
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3440
- }
3441
-
3442
- .peer[aria-checked="true"] ~ .dark\:peer-aria-checked\:text-white:is(.dark *){
3443
- --tw-text-opacity: 1;
3444
- color: rgb(255 255 255 / var(--tw-text-opacity, 1));
3445
- }
3446
-
3447
3424
  .data-\[state\=active\]\:dark\:hover\:\!bg-gray-200:hover:is(.dark *)[data-state="active"]{
3448
3425
  --tw-bg-opacity: 1 !important;
3449
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.93",
3
+ "version": "0.0.94",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/DexlerNG/payfusion-component-library.git",