analytica-frontend-lib 1.1.70 → 1.1.71

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
@@ -2180,12 +2180,6 @@
2180
2180
  background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
2181
2181
  }
2182
2182
  }
2183
- .bg-black\/90 {
2184
- background-color: color-mix(in srgb, #000 90%, transparent);
2185
- @supports (color: color-mix(in lab, red, red)) {
2186
- background-color: color-mix(in oklab, var(--color-black) 90%, transparent);
2187
- }
2188
- }
2189
2183
  .bg-blue-50 {
2190
2184
  background-color: var(--color-blue-50);
2191
2185
  }
@@ -5553,16 +5547,6 @@
5553
5547
  }
5554
5548
  }
5555
5549
  }
5556
- .hover\:bg-white\/20 {
5557
- &:hover {
5558
- @media (hover: hover) {
5559
- background-color: color-mix(in srgb, #fff 20%, transparent);
5560
- @supports (color: color-mix(in lab, red, red)) {
5561
- background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
5562
- }
5563
- }
5564
- }
5565
- }
5566
5550
  .hover\:\!text-gray-200 {
5567
5551
  &:hover {
5568
5552
  @media (hover: hover) {