@elevasis/ui 1.20.1 → 1.22.0

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 (66) hide show
  1. package/dist/charts/index.js +3 -2
  2. package/dist/chunk-3KMDHCAR.js +52 -0
  3. package/dist/{chunk-4SY4EQSK.js → chunk-5266RV46.js} +3 -3
  4. package/dist/{chunk-UMFPUM7Q.js → chunk-7TLPKXC2.js} +12 -12
  5. package/dist/{chunk-OFAXUZPZ.js → chunk-AJPFSMEH.js} +528 -336
  6. package/dist/chunk-AWT255UH.js +255 -0
  7. package/dist/{chunk-EMN755L5.js → chunk-CTF6FS2M.js} +10 -216
  8. package/dist/{chunk-C7AD6N23.js → chunk-DLI3F5IV.js} +364 -364
  9. package/dist/{chunk-AQ5MQDSS.js → chunk-EDAYKRPJ.js} +404 -2
  10. package/dist/{chunk-XOTN3X3Z.js → chunk-FATKFO7X.js} +3 -54
  11. package/dist/{chunk-JZEXFQ6N.js → chunk-HOYZWSNV.js} +91 -80
  12. package/dist/{chunk-AWMZCYKH.js → chunk-IAZT3VO6.js} +158 -82
  13. package/dist/{chunk-ERVB3QJQ.js → chunk-N5SDJP44.js} +1 -1
  14. package/dist/{chunk-3DIU726S.js → chunk-NVSKJG3L.js} +25 -4
  15. package/dist/{chunk-VLTVZXP6.js → chunk-QZS5FOIR.js} +2 -2
  16. package/dist/chunk-ROSMICXG.js +668 -0
  17. package/dist/{chunk-JIABC3AE.js → chunk-WAEKXBP3.js} +516 -266
  18. package/dist/{chunk-COTI2QPO.js → chunk-ZHJGTOXP.js} +4 -3
  19. package/dist/components/chat/index.d.ts +202 -0
  20. package/dist/components/chat/index.js +2 -0
  21. package/dist/components/index.css +0 -3
  22. package/dist/components/index.d.ts +37 -37
  23. package/dist/components/index.js +2652 -2902
  24. package/dist/features/auth/index.css +0 -3
  25. package/dist/features/dashboard/index.css +0 -3
  26. package/dist/features/dashboard/index.js +9 -9
  27. package/dist/features/monitoring/index.css +0 -3
  28. package/dist/features/monitoring/index.js +10 -10
  29. package/dist/features/operations/index.css +0 -3
  30. package/dist/features/operations/index.d.ts +245 -10
  31. package/dist/features/operations/index.js +1115 -170
  32. package/dist/features/settings/index.css +0 -3
  33. package/dist/features/settings/index.js +9 -9
  34. package/dist/hooks/index.css +68 -3
  35. package/dist/hooks/index.d.ts +1165 -4
  36. package/dist/hooks/index.js +5 -6
  37. package/dist/hooks/published.css +68 -3
  38. package/dist/hooks/published.d.ts +1165 -4
  39. package/dist/hooks/published.js +4 -5
  40. package/dist/index.css +68 -3
  41. package/dist/index.d.ts +1166 -5
  42. package/dist/index.js +6 -7
  43. package/dist/layout/index.d.ts +4 -4
  44. package/dist/layout/index.js +3 -4
  45. package/dist/provider/index.css +0 -3
  46. package/dist/provider/index.d.ts +1 -1
  47. package/dist/provider/index.js +3 -4
  48. package/dist/provider/published.d.ts +1 -1
  49. package/dist/theme/index.d.ts +1 -1
  50. package/dist/theme/index.js +3 -3
  51. package/dist/types/index.d.ts +1 -1
  52. package/package.json +7 -2
  53. package/dist/chunk-JFRG2JJE.js +0 -47
  54. package/dist/chunk-R3R367QY.js +0 -14
  55. package/dist/theme/presets/__tests__/getPreset.test.d.ts +0 -2
  56. package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +0 -1
  57. package/dist/theme/presets/__tests__/getPreset.test.js +0 -92
  58. package/dist/theme/presets/cyber-volt.d.ts +0 -12
  59. package/dist/theme/presets/cyber-volt.d.ts.map +0 -1
  60. package/dist/theme/presets/cyber-volt.js +0 -70
  61. package/dist/theme/presets/regal.d.ts +0 -8
  62. package/dist/theme/presets/regal.d.ts.map +0 -1
  63. package/dist/theme/presets/regal.js +0 -69
  64. package/dist/theme/presets/rose-gold.d.ts +0 -12
  65. package/dist/theme/presets/rose-gold.d.ts.map +0 -1
  66. package/dist/theme/presets/rose-gold.js +0 -76
@@ -158,9 +158,6 @@
158
158
  ::-webkit-scrollbar-thumb:hover {
159
159
  background: var(--color-text-subtle);
160
160
  }
161
- .mantine-Skeleton-root[data-visible]::after {
162
- background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
163
- }
164
161
  .mantine-Checkbox-input {
165
162
  background-color: var(--color-surface);
166
163
  border-color: var(--color-border);
@@ -1,13 +1,14 @@
1
- import { useAvailablePresets } from '../../chunk-COTI2QPO.js';
2
- import { OrganizationMembershipsList, WebhookUrlDisplayModal, MembershipFeaturePanel, MembershipStatusBadge, getCredentialSchema, OAuthConnectModal, buildCredentialValue } from '../../chunk-JZEXFQ6N.js';
1
+ import { useAvailablePresets } from '../../chunk-ZHJGTOXP.js';
2
+ import { OrganizationMembershipsList, WebhookUrlDisplayModal, MembershipFeaturePanel, MembershipStatusBadge, getCredentialSchema, OAuthConnectModal, buildCredentialValue } from '../../chunk-HOYZWSNV.js';
3
3
  import '../../chunk-PDHTXPSF.js';
4
4
  import { CustomModal } from '../../chunk-GBMNCNHX.js';
5
- import { PageTitleCaption, EmptyState, CardHeader, ListSkeleton, StatCard } from '../../chunk-AWMZCYKH.js';
5
+ import { PageTitleCaption, EmptyState, CardHeader, ListSkeleton, StatCard } from '../../chunk-IAZT3VO6.js';
6
+ import '../../chunk-3KMDHCAR.js';
6
7
  import '../../chunk-NNKKBSJN.js';
7
8
  import { AppShellLoader } from '../../chunk-WWEMNIHW.js';
8
9
  import '../../chunk-QJ2S46NI.js';
9
- import { useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas, showErrorNotification } from '../../chunk-XOTN3X3Z.js';
10
- import { useResources } from '../../chunk-AQ5MQDSS.js';
10
+ import { useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from '../../chunk-FATKFO7X.js';
11
+ import { useResources, showErrorNotification } from '../../chunk-EDAYKRPJ.js';
11
12
  import '../../chunk-NJJ3NQ7B.js';
12
13
  import '../../chunk-LXHZYSMQ.js';
13
14
  import '../../chunk-MHW43EOH.js';
@@ -16,11 +17,10 @@ import '../../chunk-ELJIFLCB.js';
16
17
  import '../../chunk-L4XXM55J.js';
17
18
  import '../../chunk-SLVC5OJ2.js';
18
19
  import '../../chunk-RNP5R5I3.js';
19
- import '../../chunk-VLTVZXP6.js';
20
- import '../../chunk-R3R367QY.js';
20
+ import '../../chunk-QZS5FOIR.js';
21
21
  import '../../chunk-SZHARWKU.js';
22
- import '../../chunk-OFAXUZPZ.js';
23
- import '../../chunk-3DIU726S.js';
22
+ import '../../chunk-AJPFSMEH.js';
23
+ import '../../chunk-NVSKJG3L.js';
24
24
  import '../../chunk-R7WLWGPO.js';
25
25
  import '../../chunk-NVOCKXUQ.js';
26
26
  import '../../chunk-V7XHGJQZ.js';
@@ -31,9 +31,6 @@
31
31
  ::-webkit-scrollbar-thumb:hover {
32
32
  background: var(--color-text-subtle);
33
33
  }
34
- .mantine-Skeleton-root[data-visible]::after {
35
- background-color: color-mix(in srgb, var(--color-text-subtle) 30%, var(--color-surface)) !important;
36
- }
37
34
  .mantine-Checkbox-input {
38
35
  background-color: var(--color-surface);
39
36
  border-color: var(--color-border);
@@ -509,3 +506,71 @@
509
506
  transform: none;
510
507
  }
511
508
  }
509
+
510
+ /* src/components/display/StatCard.module.css */
511
+ .heroCard {
512
+ background: var(--glass-background);
513
+ backdrop-filter: var(--glass-blur);
514
+ border: 1px solid var(--color-border);
515
+ }
516
+ .iconRing {
517
+ position: relative;
518
+ display: flex;
519
+ align-items: center;
520
+ justify-content: center;
521
+ width: 46px;
522
+ height: 46px;
523
+ border-radius: 50%;
524
+ background: color-mix(in srgb, var(--color-primary) 12%, transparent);
525
+ border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
526
+ color: var(--color-primary);
527
+ flex-shrink: 0;
528
+ box-shadow: 0 0 12px color-mix(in srgb, var(--color-primary) 15%, transparent);
529
+ }
530
+ .iconRingSm {
531
+ position: relative;
532
+ display: flex;
533
+ align-items: center;
534
+ justify-content: center;
535
+ width: 36px;
536
+ height: 36px;
537
+ border-radius: 50%;
538
+ background: color-mix(in srgb, var(--color-primary) 12%, transparent);
539
+ border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
540
+ color: var(--color-primary);
541
+ flex-shrink: 0;
542
+ box-shadow: 0 0 8px color-mix(in srgb, var(--color-primary) 12%, transparent);
543
+ }
544
+ .heroValue {
545
+ font-family: var(--elevasis-font-family-subtitle);
546
+ font-size: 1.85rem;
547
+ font-weight: 800;
548
+ line-height: 1;
549
+ letter-spacing: -0.02em;
550
+ font-variant-numeric: tabular-nums;
551
+ }
552
+ [data-mantine-color-scheme=dark] .heroValue {
553
+ text-shadow: 0 0 20px color-mix(in srgb, var(--color-primary) 20%, transparent);
554
+ }
555
+ .heroValueSm {
556
+ font-family: var(--elevasis-font-family-subtitle);
557
+ font-size: 1.35rem;
558
+ font-weight: 700;
559
+ line-height: 1;
560
+ letter-spacing: -0.02em;
561
+ font-variant-numeric: tabular-nums;
562
+ }
563
+ .heroLabel {
564
+ font-size: 0.68rem;
565
+ font-weight: 700;
566
+ text-transform: uppercase;
567
+ letter-spacing: 0.12em;
568
+ color: var(--color-text-dimmed);
569
+ }
570
+ .heroLabelSm {
571
+ font-size: 0.62rem;
572
+ font-weight: 700;
573
+ text-transform: uppercase;
574
+ letter-spacing: 0.12em;
575
+ color: var(--color-text-dimmed);
576
+ }