analytica-frontend-lib 1.1.94 → 1.1.96

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
@@ -979,6 +979,9 @@
979
979
  .min-h-\[80px\] {
980
980
  min-height: 80px;
981
981
  }
982
+ .min-h-\[105px\] {
983
+ min-height: 105px;
984
+ }
982
985
  .min-h-\[120px\] {
983
986
  min-height: 120px;
984
987
  }
@@ -1069,6 +1072,9 @@
1069
1072
  .w-\[90px\] {
1070
1073
  width: 90px;
1071
1074
  }
1075
+ .w-\[99px\] {
1076
+ width: 99px;
1077
+ }
1072
1078
  .w-\[110px\] {
1073
1079
  width: 110px;
1074
1080
  }
@@ -1157,6 +1163,9 @@
1157
1163
  .max-w-\[364px\] {
1158
1164
  max-width: 364px;
1159
1165
  }
1166
+ .max-w-\[375px\] {
1167
+ max-width: 375px;
1168
+ }
1160
1169
  .max-w-\[378px\] {
1161
1170
  max-width: 378px;
1162
1171
  }
@@ -1463,6 +1472,9 @@
1463
1472
  .gap-16 {
1464
1473
  gap: calc(var(--spacing) * 16);
1465
1474
  }
1475
+ .gap-\[13px\] {
1476
+ gap: 13px;
1477
+ }
1466
1478
  .gap-\[27px\] {
1467
1479
  gap: 27px;
1468
1480
  }
@@ -1536,6 +1548,9 @@
1536
1548
  margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
1537
1549
  }
1538
1550
  }
1551
+ .self-stretch {
1552
+ align-self: stretch;
1553
+ }
1539
1554
  .truncate {
1540
1555
  overflow: hidden;
1541
1556
  text-overflow: ellipsis;
@@ -1652,6 +1667,10 @@
1652
1667
  border-left-style: var(--tw-border-style);
1653
1668
  border-left-width: 4px;
1654
1669
  }
1670
+ .border-dashed {
1671
+ --tw-border-style: dashed;
1672
+ border-style: dashed;
1673
+ }
1655
1674
  .border-none {
1656
1675
  --tw-border-style: none;
1657
1676
  border-style: none;
@@ -2874,6 +2893,9 @@
2874
2893
  .py-8 {
2875
2894
  padding-block: calc(var(--spacing) * 8);
2876
2895
  }
2896
+ .py-\[17px\] {
2897
+ padding-block: 17px;
2898
+ }
2877
2899
  .pt-0 {
2878
2900
  padding-top: calc(var(--spacing) * 0);
2879
2901
  }
@@ -3004,6 +3026,9 @@
3004
3026
  font-size: var(--text-xs);
3005
3027
  line-height: var(--tw-leading, var(--text-xs--line-height));
3006
3028
  }
3029
+ .text-\[8px\] {
3030
+ font-size: 8px;
3031
+ }
3007
3032
  .leading-4 {
3008
3033
  --tw-leading: calc(var(--spacing) * 4);
3009
3034
  line-height: calc(var(--spacing) * 4);
@@ -3024,6 +3049,10 @@
3024
3049
  --tw-leading: calc(var(--spacing) * 8);
3025
3050
  line-height: calc(var(--spacing) * 8);
3026
3051
  }
3052
+ .leading-\[9px\] {
3053
+ --tw-leading: 9px;
3054
+ line-height: 9px;
3055
+ }
3027
3056
  .leading-\[14px\] {
3028
3057
  --tw-leading: 14px;
3029
3058
  line-height: 14px;
@@ -3040,6 +3069,10 @@
3040
3069
  --tw-leading: 23px;
3041
3070
  line-height: 23px;
3042
3071
  }
3072
+ .leading-\[42px\] {
3073
+ --tw-leading: 42px;
3074
+ line-height: 42px;
3075
+ }
3043
3076
  .leading-\[150\%\] {
3044
3077
  --tw-leading: 150%;
3045
3078
  line-height: 150%;
@@ -16229,6 +16262,11 @@
16229
16262
  height: calc(var(--spacing) * 6);
16230
16263
  }
16231
16264
  }
16265
+ .lg\:h-\[185px\] {
16266
+ @media (width >= 64rem) {
16267
+ height: 185px;
16268
+ }
16269
+ }
16232
16270
  .lg\:h-\[687px\] {
16233
16271
  @media (width >= 64rem) {
16234
16272
  height: 687px;
@@ -16294,6 +16332,11 @@
16294
16332
  flex-basis: 100%;
16295
16333
  }
16296
16334
  }
16335
+ .lg\:grid-cols-1 {
16336
+ @media (width >= 64rem) {
16337
+ grid-template-columns: repeat(1, minmax(0, 1fr));
16338
+ }
16339
+ }
16297
16340
  .lg\:grid-cols-2 {
16298
16341
  @media (width >= 64rem) {
16299
16342
  grid-template-columns: repeat(2, minmax(0, 1fr));