analytica-frontend-lib 1.0.71 → 1.0.73

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
@@ -524,9 +524,6 @@
524
524
  .right-\[10px\] {
525
525
  right: 10px;
526
526
  }
527
- .bottom-0 {
528
- bottom: calc(var(--spacing) * 0);
529
- }
530
527
  .bottom-4 {
531
528
  bottom: calc(var(--spacing) * 4);
532
529
  }
@@ -539,9 +536,6 @@
539
536
  .left-1\/2 {
540
537
  left: calc(1/2 * 100%);
541
538
  }
542
- .left-2 {
543
- left: calc(var(--spacing) * 2);
544
- }
545
539
  .left-3 {
546
540
  left: calc(var(--spacing) * 3);
547
541
  }
@@ -557,9 +551,6 @@
557
551
  .z-50 {
558
552
  z-index: 50;
559
553
  }
560
- .z-\[2\] {
561
- z-index: 2;
562
- }
563
554
  .container {
564
555
  width: 100%;
565
556
  @media (width >= 40rem) {
@@ -853,12 +844,12 @@
853
844
  .min-h-\[50px\] {
854
845
  min-height: 50px;
855
846
  }
847
+ .min-h-\[67px\] {
848
+ min-height: 67px;
849
+ }
856
850
  .min-h-\[80px\] {
857
851
  min-height: 80px;
858
852
  }
859
- .min-h-\[200px\] {
860
- min-height: 200px;
861
- }
862
853
  .min-h-\[300px\] {
863
854
  min-height: 300px;
864
855
  }
@@ -925,24 +916,12 @@
925
916
  .w-\[58px\] {
926
917
  width: 58px;
927
918
  }
928
- .w-\[70px\] {
929
- width: 70px;
930
- }
931
- .w-\[80px\] {
932
- width: 80px;
933
- }
934
919
  .w-\[90px\] {
935
920
  width: 90px;
936
921
  }
937
- .w-\[100px\] {
938
- width: 100px;
939
- }
940
922
  .w-\[110px\] {
941
923
  width: 110px;
942
924
  }
943
- .w-\[115px\] {
944
- width: 115px;
945
- }
946
925
  .w-\[131px\] {
947
926
  width: 131px;
948
927
  }
@@ -955,9 +934,6 @@
955
934
  .w-\[200px\] {
956
935
  width: 200px;
957
936
  }
958
- .w-\[240px\] {
959
- width: 240px;
960
- }
961
937
  .w-\[320px\] {
962
938
  width: 320px;
963
939
  }
@@ -1275,6 +1251,9 @@
1275
1251
  .gap-16 {
1276
1252
  gap: calc(var(--spacing) * 16);
1277
1253
  }
1254
+ .gap-\[27px\] {
1255
+ gap: 27px;
1256
+ }
1278
1257
  .space-y-1 {
1279
1258
  :where(& > :not(:last-child)) {
1280
1259
  --tw-space-y-reverse: 0;
@@ -1442,10 +1421,6 @@
1442
1421
  border-left-style: var(--tw-border-style);
1443
1422
  border-left-width: 4px;
1444
1423
  }
1445
- .border-dashed {
1446
- --tw-border-style: dashed;
1447
- border-style: dashed;
1448
- }
1449
1424
  .border-none {
1450
1425
  --tw-border-style: none;
1451
1426
  border-style: none;
@@ -2588,6 +2563,10 @@
2588
2563
  --tw-leading: 19px;
2589
2564
  line-height: 19px;
2590
2565
  }
2566
+ .leading-\[21px\] {
2567
+ --tw-leading: 21px;
2568
+ line-height: 21px;
2569
+ }
2591
2570
  .leading-\[150\%\] {
2592
2571
  --tw-leading: 150%;
2593
2572
  line-height: 150%;
@@ -3224,6 +3203,15 @@
3224
3203
  var(--tw-ring-shadow),
3225
3204
  var(--tw-shadow);
3226
3205
  }
3206
+ .ring {
3207
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3208
+ box-shadow:
3209
+ var(--tw-inset-shadow),
3210
+ var(--tw-inset-ring-shadow),
3211
+ var(--tw-ring-offset-shadow),
3212
+ var(--tw-ring-shadow),
3213
+ var(--tw-shadow);
3214
+ }
3227
3215
  .ring-2 {
3228
3216
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3229
3217
  box-shadow:
@@ -3249,6 +3237,10 @@
3249
3237
  --tw-ring-offset-width: 0px;
3250
3238
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3251
3239
  }
3240
+ .ring-offset-2 {
3241
+ --tw-ring-offset-width: 2px;
3242
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3243
+ }
3252
3244
  .outline {
3253
3245
  outline-style: var(--tw-outline-style);
3254
3246
  outline-width: 1px;
@@ -5737,6 +5729,19 @@
5737
5729
  }
5738
5730
  }
5739
5731
  }
5732
+ .hover\:shadow-lg {
5733
+ &:hover {
5734
+ @media (hover: hover) {
5735
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
5736
+ box-shadow:
5737
+ var(--tw-inset-shadow),
5738
+ var(--tw-inset-ring-shadow),
5739
+ var(--tw-ring-offset-shadow),
5740
+ var(--tw-ring-shadow),
5741
+ var(--tw-shadow);
5742
+ }
5743
+ }
5744
+ }
5740
5745
  .hover\:shadow-soft-shadow-2 {
5741
5746
  &:hover {
5742
5747
  @media (hover: hover) {
@@ -7453,6 +7458,11 @@
7453
7458
  --tw-ring-color: var(--color-primary-600);
7454
7459
  }
7455
7460
  }
7461
+ .focus\:ring-primary-950 {
7462
+ &:focus {
7463
+ --tw-ring-color: var(--color-primary-950);
7464
+ }
7465
+ }
7456
7466
  .focus\:ring-offset-1 {
7457
7467
  &:focus {
7458
7468
  --tw-ring-offset-width: 1px;
@@ -7560,11 +7570,6 @@
7560
7570
  --tw-ring-color: var(--color-indicator-info);
7561
7571
  }
7562
7572
  }
7563
- .focus-visible\:ring-primary-500 {
7564
- &:focus-visible {
7565
- --tw-ring-color: var(--color-primary-500);
7566
- }
7567
- }
7568
7573
  .focus-visible\:ring-primary-600 {
7569
7574
  &:focus-visible {
7570
7575
  --tw-ring-color: var(--color-primary-600);
@@ -7576,12 +7581,6 @@
7576
7581
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
7577
7582
  }
7578
7583
  }
7579
- .focus-visible\:ring-offset-2 {
7580
- &:focus-visible {
7581
- --tw-ring-offset-width: 2px;
7582
- --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
7583
- }
7584
- }
7585
7584
  .focus-visible\:outline-none {
7586
7585
  &:focus-visible {
7587
7586
  --tw-outline-style: none;
@@ -7721,16 +7720,6 @@
7721
7720
  opacity: 50%;
7722
7721
  }
7723
7722
  }
7724
- .sm\:hidden {
7725
- @media (width >= 40rem) {
7726
- display: none;
7727
- }
7728
- }
7729
- .sm\:inline {
7730
- @media (width >= 40rem) {
7731
- display: inline;
7732
- }
7733
- }
7734
7723
  .sm\:h-3 {
7735
7724
  @media (width >= 40rem) {
7736
7725
  height: calc(var(--spacing) * 3);
@@ -7756,31 +7745,6 @@
7756
7745
  width: calc(var(--spacing) * 5);
7757
7746
  }
7758
7747
  }
7759
- .sm\:w-\[120px\] {
7760
- @media (width >= 40rem) {
7761
- width: 120px;
7762
- }
7763
- }
7764
- .sm\:w-\[140px\] {
7765
- @media (width >= 40rem) {
7766
- width: 140px;
7767
- }
7768
- }
7769
- .sm\:w-\[160px\] {
7770
- @media (width >= 40rem) {
7771
- width: 160px;
7772
- }
7773
- }
7774
- .sm\:w-\[204px\] {
7775
- @media (width >= 40rem) {
7776
- width: 204px;
7777
- }
7778
- }
7779
- .sm\:w-\[416px\] {
7780
- @media (width >= 40rem) {
7781
- width: 416px;
7782
- }
7783
- }
7784
7748
  .sm\:w-auto {
7785
7749
  @media (width >= 40rem) {
7786
7750
  width: auto;