analytica-frontend-lib 1.0.60 → 1.0.61

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,21 +901,12 @@
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;
908
- }
909
- .max-w-\[262px\] {
910
- max-width: 262px;
904
+ .max-w-\[140px\] {
905
+ max-width: 140px;
911
906
  }
912
907
  .max-w-\[360px\] {
913
908
  max-width: 360px;
914
909
  }
915
- .max-w-\[380px\] {
916
- max-width: 380px;
917
- }
918
910
  .max-w-\[390px\] {
919
911
  max-width: 390px;
920
912
  }
@@ -1182,6 +1174,13 @@
1182
1174
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
1183
1175
  }
1184
1176
  }
1177
+ .space-y-12 {
1178
+ :where(& > :not(:last-child)) {
1179
+ --tw-space-y-reverse: 0;
1180
+ margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
1181
+ margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
1182
+ }
1183
+ }
1185
1184
  .space-x-2 {
1186
1185
  :where(& > :not(:last-child)) {
1187
1186
  --tw-space-x-reverse: 0;
@@ -1803,6 +1802,9 @@
1803
1802
  .bg-exam-4 {
1804
1803
  background-color: var(--color-exam-4);
1805
1804
  }
1805
+ .bg-green-500 {
1806
+ background-color: var(--color-green-500);
1807
+ }
1806
1808
  .bg-indicator-error {
1807
1809
  background-color: var(--color-indicator-error);
1808
1810
  }
@@ -7433,6 +7435,16 @@
7433
7435
  max-width: none;
7434
7436
  }
7435
7437
  }
7438
+ .lg\:grid-cols-2 {
7439
+ @media (width >= 64rem) {
7440
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7441
+ }
7442
+ }
7443
+ .lg\:grid-cols-3 {
7444
+ @media (width >= 64rem) {
7445
+ grid-template-columns: repeat(3, minmax(0, 1fr));
7446
+ }
7447
+ }
7436
7448
  .lg\:grid-cols-4 {
7437
7449
  @media (width >= 64rem) {
7438
7450
  grid-template-columns: repeat(4, minmax(0, 1fr));