analytica-frontend-lib 1.2.19 → 1.2.21

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.
@@ -2289,6 +2289,9 @@
2289
2289
  .bg-blue-500 {
2290
2290
  background-color: var(--color-blue-500);
2291
2291
  }
2292
+ .bg-blue-600 {
2293
+ background-color: var(--color-blue-600);
2294
+ }
2292
2295
  .bg-blue-700 {
2293
2296
  background-color: var(--color-blue-700);
2294
2297
  }
@@ -5021,6 +5024,13 @@
5021
5024
  }
5022
5025
  }
5023
5026
  }
5027
+ .hover\:bg-blue-700 {
5028
+ &:hover {
5029
+ @media (hover: hover) {
5030
+ background-color: var(--color-blue-700);
5031
+ }
5032
+ }
5033
+ }
5024
5034
  .hover\:bg-border-50 {
5025
5035
  &:hover {
5026
5036
  @media (hover: hover) {