analytica-frontend-lib 1.0.60 → 1.0.62

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/styles.css CHANGED
@@ -26,6 +26,7 @@
26
26
  --color-amber-500: oklch(76.9% 0.188 70.08);
27
27
  --color-yellow-300: oklch(90.5% 0.182 98.111);
28
28
  --color-yellow-500: oklch(79.5% 0.184 86.047);
29
+ --color-green-500: oklch(72.3% 0.219 149.579);
29
30
  --color-blue-500: oklch(62.3% 0.214 259.815);
30
31
  --color-gray-800: oklch(27.8% 0.033 256.848);
31
32
  --color-black: #000;
@@ -900,11 +901,8 @@
900
901
  .max-w-\[90px\] {
901
902
  max-width: 90px;
902
903
  }
903
- .max-w-\[128px\] {
904
- max-width: 128px;
905
- }
906
- .max-w-\[180px\] {
907
- max-width: 180px;
904
+ .max-w-\[140px\] {
905
+ max-width: 140px;
908
906
  }
909
907
  .max-w-\[262px\] {
910
908
  max-width: 262px;
@@ -912,9 +910,6 @@
912
910
  .max-w-\[360px\] {
913
911
  max-width: 360px;
914
912
  }
915
- .max-w-\[380px\] {
916
- max-width: 380px;
917
- }
918
913
  .max-w-\[390px\] {
919
914
  max-width: 390px;
920
915
  }
@@ -1182,6 +1177,13 @@
1182
1177
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
1183
1178
  }
1184
1179
  }
1180
+ .space-y-12 {
1181
+ :where(& > :not(:last-child)) {
1182
+ --tw-space-y-reverse: 0;
1183
+ margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
1184
+ margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
1185
+ }
1186
+ }
1185
1187
  .space-x-2 {
1186
1188
  :where(& > :not(:last-child)) {
1187
1189
  --tw-space-x-reverse: 0;
@@ -1803,6 +1805,9 @@
1803
1805
  .bg-exam-4 {
1804
1806
  background-color: var(--color-exam-4);
1805
1807
  }
1808
+ .bg-green-500 {
1809
+ background-color: var(--color-green-500);
1810
+ }
1806
1811
  .bg-indicator-error {
1807
1812
  background-color: var(--color-indicator-error);
1808
1813
  }
@@ -7433,6 +7438,16 @@
7433
7438
  max-width: none;
7434
7439
  }
7435
7440
  }
7441
+ .lg\:grid-cols-2 {
7442
+ @media (width >= 64rem) {
7443
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7444
+ }
7445
+ }
7446
+ .lg\:grid-cols-3 {
7447
+ @media (width >= 64rem) {
7448
+ grid-template-columns: repeat(3, minmax(0, 1fr));
7449
+ }
7450
+ }
7436
7451
  .lg\:grid-cols-4 {
7437
7452
  @media (width >= 64rem) {
7438
7453
  grid-template-columns: repeat(4, minmax(0, 1fr));