@mahatisystems/mahati-ui-components 5.3.1 → 5.3.3

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.css CHANGED
@@ -3113,6 +3113,13 @@
3113
3113
  }
3114
3114
  }
3115
3115
  }
3116
+ .hover\:bg-\[var\(--hover-bg\)\] {
3117
+ &:hover {
3118
+ @media (hover: hover) {
3119
+ background-color: var(--hover-bg);
3120
+ }
3121
+ }
3122
+ }
3116
3123
  .hover\:bg-gray-50 {
3117
3124
  &:hover {
3118
3125
  @media (hover: hover) {
@@ -3522,11 +3529,6 @@
3522
3529
  outline-color: var(--color-blue-400);
3523
3530
  }
3524
3531
  }
3525
- .focus-visible\:outline-white {
3526
- &:focus-visible {
3527
- outline-color: var(--color-white);
3528
- }
3529
- }
3530
3532
  .active\:scale-95 {
3531
3533
  &:active {
3532
3534
  --tw-scale-x: 95%;
@@ -3560,6 +3562,11 @@
3560
3562
  background-color: #f3f4f6;
3561
3563
  }
3562
3564
  }
3565
+ .active\:bg-\[var\(--active-bg\)\] {
3566
+ &:active {
3567
+ background-color: var(--active-bg);
3568
+ }
3569
+ }
3563
3570
  .active\:opacity-70 {
3564
3571
  &:active {
3565
3572
  opacity: 70%;