analytica-frontend-lib 1.2.21 → 1.2.23

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.
Files changed (41) hide show
  1. package/dist/AlertManager/index.css +20 -3
  2. package/dist/AlertManager/index.css.map +1 -1
  3. package/dist/AlertManagerView/index.js +382 -159
  4. package/dist/AlertManagerView/index.js.map +1 -1
  5. package/dist/AlertManagerView/index.mjs +381 -159
  6. package/dist/AlertManagerView/index.mjs.map +1 -1
  7. package/dist/EmptyState/index.d.mts +65 -0
  8. package/dist/EmptyState/index.d.ts +65 -0
  9. package/dist/EmptyState/index.js +185 -0
  10. package/dist/EmptyState/index.js.map +1 -0
  11. package/dist/EmptyState/index.mjs +162 -0
  12. package/dist/EmptyState/index.mjs.map +1 -0
  13. package/dist/Radio/index.d.mts +1 -1
  14. package/dist/Radio/index.d.ts +1 -1
  15. package/dist/Table/index.d.mts +23 -24
  16. package/dist/Table/index.d.ts +23 -24
  17. package/dist/Table/index.js +363 -140
  18. package/dist/Table/index.js.map +1 -1
  19. package/dist/Table/index.mjs +358 -136
  20. package/dist/Table/index.mjs.map +1 -1
  21. package/dist/TableProvider/index.css +20 -3
  22. package/dist/TableProvider/index.css.map +1 -1
  23. package/dist/TableProvider/index.d.mts +1 -1
  24. package/dist/TableProvider/index.d.ts +1 -1
  25. package/dist/TableProvider/index.js +861 -629
  26. package/dist/TableProvider/index.js.map +1 -1
  27. package/dist/TableProvider/index.mjs +772 -541
  28. package/dist/TableProvider/index.mjs.map +1 -1
  29. package/dist/{TableProvider-CDcL1tDj.d.mts → TableProvider-BnAnv3OV.d.mts} +51 -4
  30. package/dist/{TableProvider-D4Ak7ofz.d.ts → TableProvider-GfPlLqzg.d.ts} +51 -4
  31. package/dist/index.css +20 -3
  32. package/dist/index.css.map +1 -1
  33. package/dist/index.d.mts +4 -3
  34. package/dist/index.d.ts +4 -3
  35. package/dist/index.js +1361 -1279
  36. package/dist/index.js.map +1 -1
  37. package/dist/index.mjs +1318 -1238
  38. package/dist/index.mjs.map +1 -1
  39. package/dist/styles.css +20 -3
  40. package/dist/styles.css.map +1 -1
  41. package/package.json +2 -1
@@ -908,6 +908,9 @@
908
908
  .h-\[122px\] {
909
909
  height: 122px;
910
910
  }
911
+ .h-\[150px\] {
912
+ height: 150px;
913
+ }
911
914
  .h-\[152px\] {
912
915
  height: 152px;
913
916
  }
@@ -1016,6 +1019,9 @@
1016
1019
  .min-h-\[600px\] {
1017
1020
  min-height: 600px;
1018
1021
  }
1022
+ .min-h-\[705px\] {
1023
+ min-height: 705px;
1024
+ }
1019
1025
  .min-h-full {
1020
1026
  min-height: 100%;
1021
1027
  }
@@ -1124,6 +1130,9 @@
1124
1130
  .w-\[160px\] {
1125
1131
  width: 160px;
1126
1132
  }
1133
+ .w-\[170px\] {
1134
+ width: 170px;
1135
+ }
1127
1136
  .w-\[180px\] {
1128
1137
  width: 180px;
1129
1138
  }
@@ -2984,9 +2993,6 @@
2984
2993
  .py-8 {
2985
2994
  padding-block: calc(var(--spacing) * 8);
2986
2995
  }
2987
- .py-12 {
2988
- padding-block: calc(var(--spacing) * 12);
2989
- }
2990
2996
  .py-\[17px\] {
2991
2997
  padding-block: 17px;
2992
2998
  }
@@ -3138,6 +3144,9 @@
3138
3144
  .text-\[8px\] {
3139
3145
  font-size: 8px;
3140
3146
  }
3147
+ .text-\[18px\] {
3148
+ font-size: 18px;
3149
+ }
3141
3150
  .leading-4 {
3142
3151
  --tw-leading: calc(var(--spacing) * 4);
3143
3152
  line-height: calc(var(--spacing) * 4);
@@ -3178,6 +3187,14 @@
3178
3187
  --tw-leading: 23px;
3179
3188
  line-height: 23px;
3180
3189
  }
3190
+ .leading-\[27px\] {
3191
+ --tw-leading: 27px;
3192
+ line-height: 27px;
3193
+ }
3194
+ .leading-\[35px\] {
3195
+ --tw-leading: 35px;
3196
+ line-height: 35px;
3197
+ }
3181
3198
  .leading-\[42px\] {
3182
3199
  --tw-leading: 42px;
3183
3200
  line-height: 42px;