analytica-frontend-lib 1.1.35 → 1.1.36

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
@@ -820,6 +820,9 @@
820
820
  .h-14 {
821
821
  height: calc(var(--spacing) * 14);
822
822
  }
823
+ .h-16 {
824
+ height: calc(var(--spacing) * 16);
825
+ }
823
826
  .h-20 {
824
827
  height: calc(var(--spacing) * 20);
825
828
  }
@@ -895,12 +898,21 @@
895
898
  .max-h-32 {
896
899
  max-height: calc(var(--spacing) * 32);
897
900
  }
901
+ .max-h-\[80vh\] {
902
+ max-height: 80vh;
903
+ }
898
904
  .max-h-\[300px\] {
899
905
  max-height: 300px;
900
906
  }
907
+ .max-h-\[350px\] {
908
+ max-height: 350px;
909
+ }
901
910
  .max-h-\[400px\] {
902
911
  max-height: 400px;
903
912
  }
913
+ .max-h-\[500px\] {
914
+ max-height: 500px;
915
+ }
904
916
  .max-h-\[600px\] {
905
917
  max-height: 600px;
906
918
  }
@@ -994,6 +1006,9 @@
994
1006
  .w-11 {
995
1007
  width: calc(var(--spacing) * 11);
996
1008
  }
1009
+ .w-16 {
1010
+ width: calc(var(--spacing) * 16);
1011
+ }
997
1012
  .w-20 {
998
1013
  width: calc(var(--spacing) * 20);
999
1014
  }
@@ -1088,6 +1103,9 @@
1088
1103
  .max-w-\[266px\] {
1089
1104
  max-width: 266px;
1090
1105
  }
1106
+ .max-w-\[316px\] {
1107
+ max-width: 316px;
1108
+ }
1091
1109
  .max-w-\[324px\] {
1092
1110
  max-width: 324px;
1093
1111
  }
@@ -1103,6 +1121,9 @@
1103
1121
  .max-w-\[390px\] {
1104
1122
  max-width: 390px;
1105
1123
  }
1124
+ .max-w-\[400px\] {
1125
+ max-width: 400px;
1126
+ }
1106
1127
  .max-w-\[420px\] {
1107
1128
  max-width: 420px;
1108
1129
  }
@@ -2914,6 +2935,10 @@
2914
2935
  --tw-leading: 21px;
2915
2936
  line-height: 21px;
2916
2937
  }
2938
+ .leading-\[23px\] {
2939
+ --tw-leading: 23px;
2940
+ line-height: 23px;
2941
+ }
2917
2942
  .leading-\[150\%\] {
2918
2943
  --tw-leading: 150%;
2919
2944
  line-height: 150%;
@@ -3484,6 +3509,9 @@
3484
3509
  .capitalize {
3485
3510
  text-transform: capitalize;
3486
3511
  }
3512
+ .lowercase {
3513
+ text-transform: lowercase;
3514
+ }
3487
3515
  .uppercase {
3488
3516
  text-transform: uppercase;
3489
3517
  }