analytica-frontend-lib 1.1.53 → 1.1.54

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
@@ -121,6 +121,7 @@
121
121
  --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
122
122
  --blur-xs: 4px;
123
123
  --blur-sm: 8px;
124
+ --aspect-video: 16 / 9;
124
125
  --default-transition-duration: 150ms;
125
126
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
126
127
  --default-font-family: var(--font-sans);
@@ -740,6 +741,9 @@
740
741
  .table {
741
742
  display: table;
742
743
  }
744
+ .aspect-video {
745
+ aspect-ratio: var(--aspect-video);
746
+ }
743
747
  .size-3 {
744
748
  width: calc(var(--spacing) * 3);
745
749
  height: calc(var(--spacing) * 3);
@@ -871,6 +875,9 @@
871
875
  .h-\[90px\] {
872
876
  height: 90px;
873
877
  }
878
+ .h-\[122px\] {
879
+ height: 122px;
880
+ }
874
881
  .h-\[152px\] {
875
882
  height: 152px;
876
883
  }
@@ -1042,6 +1049,9 @@
1042
1049
  .w-\[110px\] {
1043
1050
  width: 110px;
1044
1051
  }
1052
+ .w-\[122px\] {
1053
+ width: 122px;
1054
+ }
1045
1055
  .w-\[131px\] {
1046
1056
  width: 131px;
1047
1057
  }