analytica-frontend-lib 1.3.7 → 1.3.9

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 (33) hide show
  1. package/dist/ActivitiesHistory/index.css +71 -0
  2. package/dist/ActivitiesHistory/index.css.map +1 -1
  3. package/dist/ActivityCardQuestionBanks/index.css +71 -0
  4. package/dist/ActivityCardQuestionBanks/index.css.map +1 -1
  5. package/dist/ActivityCardQuestionPreview/index.css +71 -0
  6. package/dist/ActivityCardQuestionPreview/index.css.map +1 -1
  7. package/dist/ActivityDetails/index.css +71 -0
  8. package/dist/ActivityDetails/index.css.map +1 -1
  9. package/dist/ActivityFilters/index.css +71 -0
  10. package/dist/ActivityFilters/index.css.map +1 -1
  11. package/dist/ActivityPreview/index.css +71 -0
  12. package/dist/ActivityPreview/index.css.map +1 -1
  13. package/dist/AlertManager/index.css +71 -0
  14. package/dist/AlertManager/index.css.map +1 -1
  15. package/dist/RecommendedLessonsHistory/index.css +71 -0
  16. package/dist/RecommendedLessonsHistory/index.css.map +1 -1
  17. package/dist/SendActivityModal/SendActivityModal.css +71 -0
  18. package/dist/SendActivityModal/SendActivityModal.css.map +1 -1
  19. package/dist/SendActivityModal/index.css +71 -0
  20. package/dist/SendActivityModal/index.css.map +1 -1
  21. package/dist/TableProvider/index.css +71 -0
  22. package/dist/TableProvider/index.css.map +1 -1
  23. package/dist/index.css +71 -0
  24. package/dist/index.css.map +1 -1
  25. package/dist/index.d.ts +4 -0
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/index.js +673 -30
  28. package/dist/index.js.map +1 -1
  29. package/dist/index.mjs +662 -30
  30. package/dist/index.mjs.map +1 -1
  31. package/dist/styles.css +71 -0
  32. package/dist/styles.css.map +1 -1
  33. package/package.json +3 -1
@@ -619,6 +619,9 @@
619
619
  .z-10 {
620
620
  z-index: 10;
621
621
  }
622
+ .z-20 {
623
+ z-index: 20;
624
+ }
622
625
  .z-50 {
623
626
  z-index: 50;
624
627
  }
@@ -1889,6 +1892,10 @@
1889
1892
  border-top-left-radius: var(--radius-3xl);
1890
1893
  border-top-right-radius: var(--radius-3xl);
1891
1894
  }
1895
+ .rounded-t-md {
1896
+ border-top-left-radius: var(--radius-md);
1897
+ border-top-right-radius: var(--radius-md);
1898
+ }
1892
1899
  .rounded-t-xl {
1893
1900
  border-top-left-radius: var(--radius-xl);
1894
1901
  border-top-right-radius: var(--radius-xl);
@@ -1905,6 +1912,10 @@
1905
1912
  border-bottom-right-radius: var(--radius-3xl);
1906
1913
  border-bottom-left-radius: var(--radius-3xl);
1907
1914
  }
1915
+ .rounded-b-md {
1916
+ border-bottom-right-radius: var(--radius-md);
1917
+ border-bottom-left-radius: var(--radius-md);
1918
+ }
1908
1919
  .rounded-b-xl {
1909
1920
  border-bottom-right-radius: var(--radius-xl);
1910
1921
  border-bottom-left-radius: var(--radius-xl);
@@ -3042,6 +3053,12 @@
3042
3053
  .bg-white {
3043
3054
  background-color: var(--color-white);
3044
3055
  }
3056
+ .bg-white\/50 {
3057
+ background-color: color-mix(in srgb, #fff 50%, transparent);
3058
+ @supports (color: color-mix(in lab, red, red)) {
3059
+ background-color: color-mix(in oklab, var(--color-white) 50%, transparent);
3060
+ }
3061
+ }
3045
3062
  .bg-yellow-50 {
3046
3063
  background-color: var(--color-yellow-50);
3047
3064
  }
@@ -3099,12 +3116,18 @@
3099
3116
  --tw-gradient-to: transparent;
3100
3117
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
3101
3118
  }
3119
+ .fill-background-300 {
3120
+ fill: var(--color-background-300);
3121
+ }
3102
3122
  .fill-primary-100 {
3103
3123
  fill: var(--color-primary-100);
3104
3124
  }
3105
3125
  .fill-primary-600 {
3106
3126
  fill: var(--color-primary-600);
3107
3127
  }
3128
+ .fill-white {
3129
+ fill: var(--color-white);
3130
+ }
3108
3131
  .stroke-background-300 {
3109
3132
  stroke: var(--color-background-300);
3110
3133
  }
@@ -3344,6 +3367,10 @@
3344
3367
  .font-mono {
3345
3368
  font-family: var(--font-mono);
3346
3369
  }
3370
+ .\!text-sm {
3371
+ font-size: var(--text-sm) !important;
3372
+ line-height: var(--tw-leading, var(--text-sm--line-height)) !important;
3373
+ }
3347
3374
  .text-2xl {
3348
3375
  font-size: var(--text-2xl);
3349
3376
  line-height: var(--tw-leading, var(--text-2xl--line-height));
@@ -3402,6 +3429,10 @@
3402
3429
  .text-\[18px\] {
3403
3430
  font-size: 18px;
3404
3431
  }
3432
+ .\!leading-\[100\%\] {
3433
+ --tw-leading: 100% !important;
3434
+ line-height: 100% !important;
3435
+ }
3405
3436
  .leading-4 {
3406
3437
  --tw-leading: calc(var(--spacing) * 4);
3407
3438
  line-height: calc(var(--spacing) * 4);
@@ -3458,6 +3489,10 @@
3458
3489
  --tw-leading: 42px;
3459
3490
  line-height: 42px;
3460
3491
  }
3492
+ .leading-\[100\%\] {
3493
+ --tw-leading: 100%;
3494
+ line-height: 100%;
3495
+ }
3461
3496
  .leading-\[150\%\] {
3462
3497
  --tw-leading: 150%;
3463
3498
  line-height: 150%;
@@ -3510,6 +3545,10 @@
3510
3545
  --tw-font-weight: var(--font-weight-semibold);
3511
3546
  font-weight: var(--font-weight-semibold);
3512
3547
  }
3548
+ .\!tracking-\[0\.2px\] {
3549
+ --tw-tracking: 0.2px !important;
3550
+ letter-spacing: 0.2px !important;
3551
+ }
3513
3552
  .tracking-\[0\.2px\] {
3514
3553
  --tw-tracking: 0.2px;
3515
3554
  letter-spacing: 0.2px;
@@ -4426,6 +4465,13 @@
4426
4465
  }
4427
4466
  }
4428
4467
  }
4468
+ .group-hover\/bar\:opacity-100 {
4469
+ &:is(:where(.group\/bar):hover *) {
4470
+ @media (hover: hover) {
4471
+ opacity: 100%;
4472
+ }
4473
+ }
4474
+ }
4429
4475
  .group-hover\/button\:scale-110 {
4430
4476
  &:is(:where(.group\/button):hover *) {
4431
4477
  @media (hover: hover) {
@@ -16873,6 +16919,11 @@
16873
16919
  grid-template-columns: repeat(4, minmax(0, 1fr));
16874
16920
  }
16875
16921
  }
16922
+ .lg\:grid-cols-5 {
16923
+ @media (width >= 64rem) {
16924
+ grid-template-columns: repeat(5, minmax(0, 1fr));
16925
+ }
16926
+ }
16876
16927
  .lg\:flex-col {
16877
16928
  @media (width >= 64rem) {
16878
16929
  flex-direction: column;
@@ -18981,16 +19032,36 @@
18981
19032
  height: calc(var(--spacing) * 8);
18982
19033
  }
18983
19034
  }
19035
+ .\[\&\>svg\]\:h-4 {
19036
+ & > svg {
19037
+ height: calc(var(--spacing) * 4);
19038
+ }
19039
+ }
18984
19040
  .\[\&\>svg\]\:h-\[17px\] {
18985
19041
  & > svg {
18986
19042
  height: 17px;
18987
19043
  }
18988
19044
  }
19045
+ .\[\&\>svg\]\:h-\[21px\] {
19046
+ & > svg {
19047
+ height: 21px;
19048
+ }
19049
+ }
19050
+ .\[\&\>svg\]\:w-4 {
19051
+ & > svg {
19052
+ width: calc(var(--spacing) * 4);
19053
+ }
19054
+ }
18989
19055
  .\[\&\>svg\]\:w-\[17px\] {
18990
19056
  & > svg {
18991
19057
  width: 17px;
18992
19058
  }
18993
19059
  }
19060
+ .\[\&\>svg\]\:w-\[21px\] {
19061
+ & > svg {
19062
+ width: 21px;
19063
+ }
19064
+ }
18994
19065
  .\[\&\>svg\]\:shrink-0 {
18995
19066
  & > svg {
18996
19067
  flex-shrink: 0;