analytica-frontend-lib 1.0.72 → 1.0.74

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 (81) hide show
  1. package/dist/Accordation/index.js +119 -0
  2. package/dist/Accordation/index.js.map +1 -1
  3. package/dist/Accordation/index.mjs +119 -0
  4. package/dist/Accordation/index.mjs.map +1 -1
  5. package/dist/Auth/AuthProvider/index.d.mts +3 -0
  6. package/dist/Auth/AuthProvider/index.d.ts +3 -0
  7. package/dist/Auth/AuthProvider/index.js +211 -0
  8. package/dist/Auth/AuthProvider/index.js.map +1 -0
  9. package/dist/Auth/AuthProvider/index.mjs +187 -0
  10. package/dist/Auth/AuthProvider/index.mjs.map +1 -0
  11. package/dist/Auth/ProtectedRoute/index.d.mts +3 -0
  12. package/dist/Auth/ProtectedRoute/index.d.ts +3 -0
  13. package/dist/Auth/ProtectedRoute/index.js +211 -0
  14. package/dist/Auth/ProtectedRoute/index.js.map +1 -0
  15. package/dist/Auth/ProtectedRoute/index.mjs +187 -0
  16. package/dist/Auth/ProtectedRoute/index.mjs.map +1 -0
  17. package/dist/Auth/PublicRoute/index.d.mts +3 -0
  18. package/dist/Auth/PublicRoute/index.d.ts +3 -0
  19. package/dist/Auth/PublicRoute/index.js +211 -0
  20. package/dist/Auth/PublicRoute/index.js.map +1 -0
  21. package/dist/Auth/PublicRoute/index.mjs +187 -0
  22. package/dist/Auth/PublicRoute/index.mjs.map +1 -0
  23. package/dist/Auth/index.d.mts +106 -19
  24. package/dist/Auth/index.d.ts +106 -19
  25. package/dist/Auth/index.js +21 -0
  26. package/dist/Auth/index.js.map +1 -1
  27. package/dist/Auth/index.mjs +21 -0
  28. package/dist/Auth/index.mjs.map +1 -1
  29. package/dist/Auth/useAuth/index.d.mts +3 -0
  30. package/dist/Auth/useAuth/index.d.ts +3 -0
  31. package/dist/Auth/useAuth/index.js +211 -0
  32. package/dist/Auth/useAuth/index.js.map +1 -0
  33. package/dist/Auth/useAuth/index.mjs +187 -0
  34. package/dist/Auth/useAuth/index.mjs.map +1 -0
  35. package/dist/Auth/useAuthGuard/index.d.mts +3 -0
  36. package/dist/Auth/useAuthGuard/index.d.ts +3 -0
  37. package/dist/Auth/useAuthGuard/index.js +211 -0
  38. package/dist/Auth/useAuthGuard/index.js.map +1 -0
  39. package/dist/Auth/useAuthGuard/index.mjs +187 -0
  40. package/dist/Auth/useAuthGuard/index.mjs.map +1 -0
  41. package/dist/Auth/useRouteAuth/index.d.mts +3 -0
  42. package/dist/Auth/useRouteAuth/index.d.ts +3 -0
  43. package/dist/Auth/useRouteAuth/index.js +211 -0
  44. package/dist/Auth/useRouteAuth/index.js.map +1 -0
  45. package/dist/Auth/useRouteAuth/index.mjs +187 -0
  46. package/dist/Auth/useRouteAuth/index.mjs.map +1 -0
  47. package/dist/Auth/useUrlAuthentication/index.d.mts +58 -0
  48. package/dist/Auth/useUrlAuthentication/index.d.ts +58 -0
  49. package/dist/Auth/useUrlAuthentication/index.js +94 -0
  50. package/dist/Auth/useUrlAuthentication/index.js.map +1 -0
  51. package/dist/Auth/useUrlAuthentication/index.mjs +69 -0
  52. package/dist/Auth/useUrlAuthentication/index.mjs.map +1 -0
  53. package/dist/Auth/withAuth/index.d.mts +3 -0
  54. package/dist/Auth/withAuth/index.d.ts +3 -0
  55. package/dist/Auth/withAuth/index.js +211 -0
  56. package/dist/Auth/withAuth/index.js.map +1 -0
  57. package/dist/Auth/withAuth/index.mjs +187 -0
  58. package/dist/Auth/withAuth/index.mjs.map +1 -0
  59. package/dist/Auth/zustandAuthAdapter/index.d.mts +75 -0
  60. package/dist/Auth/zustandAuthAdapter/index.d.ts +75 -0
  61. package/dist/Auth/zustandAuthAdapter/index.js +70 -0
  62. package/dist/Auth/zustandAuthAdapter/index.js.map +1 -0
  63. package/dist/Auth/zustandAuthAdapter/index.mjs +45 -0
  64. package/dist/Auth/zustandAuthAdapter/index.mjs.map +1 -0
  65. package/dist/Card/index.d.mts +10 -1
  66. package/dist/Card/index.d.ts +10 -1
  67. package/dist/Card/index.js +121 -0
  68. package/dist/Card/index.js.map +1 -1
  69. package/dist/Card/index.mjs +120 -0
  70. package/dist/Card/index.mjs.map +1 -1
  71. package/dist/index.css +48 -0
  72. package/dist/index.css.map +1 -1
  73. package/dist/index.d.mts +2 -0
  74. package/dist/index.d.ts +2 -0
  75. package/dist/index.js +252 -0
  76. package/dist/index.js.map +1 -1
  77. package/dist/index.mjs +250 -0
  78. package/dist/index.mjs.map +1 -1
  79. package/dist/styles.css +48 -0
  80. package/dist/styles.css.map +1 -1
  81. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -542,6 +542,9 @@
542
542
  .left-4 {
543
543
  left: calc(var(--spacing) * 4);
544
544
  }
545
+ .isolate {
546
+ isolation: isolate;
547
+ }
545
548
  .z-10 {
546
549
  z-index: 10;
547
550
  }
@@ -841,6 +844,9 @@
841
844
  .min-h-\[50px\] {
842
845
  min-height: 50px;
843
846
  }
847
+ .min-h-\[67px\] {
848
+ min-height: 67px;
849
+ }
844
850
  .min-h-\[80px\] {
845
851
  min-height: 80px;
846
852
  }
@@ -1245,6 +1251,9 @@
1245
1251
  .gap-16 {
1246
1252
  gap: calc(var(--spacing) * 16);
1247
1253
  }
1254
+ .gap-\[27px\] {
1255
+ gap: 27px;
1256
+ }
1248
1257
  .space-y-1 {
1249
1258
  :where(& > :not(:last-child)) {
1250
1259
  --tw-space-y-reverse: 0;
@@ -2554,6 +2563,10 @@
2554
2563
  --tw-leading: 19px;
2555
2564
  line-height: 19px;
2556
2565
  }
2566
+ .leading-\[21px\] {
2567
+ --tw-leading: 21px;
2568
+ line-height: 21px;
2569
+ }
2557
2570
  .leading-\[150\%\] {
2558
2571
  --tw-leading: 150%;
2559
2572
  line-height: 150%;
@@ -2602,6 +2615,10 @@
2602
2615
  --tw-font-weight: var(--font-weight-semibold);
2603
2616
  font-weight: var(--font-weight-semibold);
2604
2617
  }
2618
+ .tracking-\[0\.2px\] {
2619
+ --tw-tracking: 0.2px;
2620
+ letter-spacing: 0.2px;
2621
+ }
2605
2622
  .tracking-normal {
2606
2623
  --tw-tracking: var(--tracking-normal);
2607
2624
  letter-spacing: var(--tracking-normal);
@@ -3186,6 +3203,15 @@
3186
3203
  var(--tw-ring-shadow),
3187
3204
  var(--tw-shadow);
3188
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
+ }
3189
3215
  .ring-2 {
3190
3216
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
3191
3217
  box-shadow:
@@ -3211,6 +3237,10 @@
3211
3237
  --tw-ring-offset-width: 0px;
3212
3238
  --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3213
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
+ }
3214
3244
  .outline {
3215
3245
  outline-style: var(--tw-outline-style);
3216
3246
  outline-width: 1px;
@@ -5699,6 +5729,19 @@
5699
5729
  }
5700
5730
  }
5701
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
+ }
5702
5745
  .hover\:shadow-soft-shadow-2 {
5703
5746
  &:hover {
5704
5747
  @media (hover: hover) {
@@ -7415,6 +7458,11 @@
7415
7458
  --tw-ring-color: var(--color-primary-600);
7416
7459
  }
7417
7460
  }
7461
+ .focus\:ring-primary-950 {
7462
+ &:focus {
7463
+ --tw-ring-color: var(--color-primary-950);
7464
+ }
7465
+ }
7418
7466
  .focus\:ring-offset-1 {
7419
7467
  &:focus {
7420
7468
  --tw-ring-offset-width: 1px;