@elevasis/ui 1.20.1 → 1.21.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 (58) hide show
  1. package/dist/charts/index.js +3 -2
  2. package/dist/{chunk-COTI2QPO.js → chunk-2WLVOFK7.js} +1 -1
  3. package/dist/chunk-3KMDHCAR.js +52 -0
  4. package/dist/chunk-AWT255UH.js +255 -0
  5. package/dist/{chunk-AWMZCYKH.js → chunk-BC6TJEON.js} +2 -45
  6. package/dist/{chunk-VLTVZXP6.js → chunk-CRFV2TVK.js} +1 -1
  7. package/dist/{chunk-EMN755L5.js → chunk-CTF6FS2M.js} +10 -216
  8. package/dist/{chunk-4SY4EQSK.js → chunk-CYJILY7M.js} +3 -3
  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-ERVB3QJQ.js → chunk-FVBYSDM4.js} +1 -1
  12. package/dist/{chunk-OFAXUZPZ.js → chunk-MOBXWBES.js} +212 -67
  13. package/dist/{chunk-JIABC3AE.js → chunk-NL6EFQYE.js} +515 -265
  14. package/dist/chunk-ROSMICXG.js +668 -0
  15. package/dist/{chunk-C7AD6N23.js → chunk-ST2RSBQ3.js} +364 -364
  16. package/dist/{chunk-JZEXFQ6N.js → chunk-UZWZY7TJ.js} +2 -2
  17. package/dist/{chunk-UMFPUM7Q.js → chunk-V422ET6W.js} +12 -12
  18. package/dist/components/chat/index.d.ts +202 -0
  19. package/dist/components/chat/index.js +2 -0
  20. package/dist/components/index.js +2651 -2899
  21. package/dist/features/dashboard/index.js +8 -7
  22. package/dist/features/monitoring/index.js +9 -8
  23. package/dist/features/operations/index.d.ts +245 -10
  24. package/dist/features/operations/index.js +1114 -168
  25. package/dist/features/settings/index.js +8 -7
  26. package/dist/hooks/index.css +68 -0
  27. package/dist/hooks/index.d.ts +1164 -3
  28. package/dist/hooks/index.js +4 -4
  29. package/dist/hooks/published.css +68 -0
  30. package/dist/hooks/published.d.ts +1164 -3
  31. package/dist/hooks/published.js +3 -3
  32. package/dist/index.css +68 -0
  33. package/dist/index.d.ts +1165 -4
  34. package/dist/index.js +5 -5
  35. package/dist/layout/index.d.ts +3 -3
  36. package/dist/layout/index.js +2 -2
  37. package/dist/provider/index.d.ts +1 -1
  38. package/dist/provider/index.js +2 -2
  39. package/dist/provider/published.d.ts +1 -1
  40. package/dist/theme/index.d.ts +1 -1
  41. package/dist/theme/index.js +2 -2
  42. package/dist/theme/presets/synapse.d.ts +10 -0
  43. package/dist/theme/presets/synapse.d.ts.map +1 -0
  44. package/dist/theme/presets/synapse.js +75 -0
  45. package/package.json +7 -2
  46. package/dist/chunk-JFRG2JJE.js +0 -47
  47. package/dist/theme/presets/__tests__/getPreset.test.d.ts +0 -2
  48. package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +0 -1
  49. package/dist/theme/presets/__tests__/getPreset.test.js +0 -92
  50. package/dist/theme/presets/cyber-volt.d.ts +0 -12
  51. package/dist/theme/presets/cyber-volt.d.ts.map +0 -1
  52. package/dist/theme/presets/cyber-volt.js +0 -70
  53. package/dist/theme/presets/regal.d.ts +0 -8
  54. package/dist/theme/presets/regal.d.ts.map +0 -1
  55. package/dist/theme/presets/regal.js +0 -69
  56. package/dist/theme/presets/rose-gold.d.ts +0 -12
  57. package/dist/theme/presets/rose-gold.d.ts.map +0 -1
  58. package/dist/theme/presets/rose-gold.js +0 -76
@@ -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-2WLVOFK7.js';
2
+ import { OrganizationMembershipsList, WebhookUrlDisplayModal, MembershipFeaturePanel, MembershipStatusBadge, getCredentialSchema, OAuthConnectModal, buildCredentialValue } from '../../chunk-UZWZY7TJ.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-BC6TJEON.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,10 +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-CRFV2TVK.js';
20
21
  import '../../chunk-R3R367QY.js';
21
22
  import '../../chunk-SZHARWKU.js';
22
- import '../../chunk-OFAXUZPZ.js';
23
+ import '../../chunk-MOBXWBES.js';
23
24
  import '../../chunk-3DIU726S.js';
24
25
  import '../../chunk-R7WLWGPO.js';
25
26
  import '../../chunk-NVOCKXUQ.js';
@@ -509,3 +509,71 @@
509
509
  transform: none;
510
510
  }
511
511
  }
512
+
513
+ /* src/components/display/StatCard.module.css */
514
+ .heroCard {
515
+ background: var(--glass-background);
516
+ backdrop-filter: var(--glass-blur);
517
+ border: 1px solid var(--color-border);
518
+ }
519
+ .iconRing {
520
+ position: relative;
521
+ display: flex;
522
+ align-items: center;
523
+ justify-content: center;
524
+ width: 46px;
525
+ height: 46px;
526
+ border-radius: 50%;
527
+ background: color-mix(in srgb, var(--color-primary) 12%, transparent);
528
+ border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
529
+ color: var(--color-primary);
530
+ flex-shrink: 0;
531
+ box-shadow: 0 0 12px color-mix(in srgb, var(--color-primary) 15%, transparent);
532
+ }
533
+ .iconRingSm {
534
+ position: relative;
535
+ display: flex;
536
+ align-items: center;
537
+ justify-content: center;
538
+ width: 36px;
539
+ height: 36px;
540
+ border-radius: 50%;
541
+ background: color-mix(in srgb, var(--color-primary) 12%, transparent);
542
+ border: 1px solid color-mix(in srgb, var(--color-primary) 25%, transparent);
543
+ color: var(--color-primary);
544
+ flex-shrink: 0;
545
+ box-shadow: 0 0 8px color-mix(in srgb, var(--color-primary) 12%, transparent);
546
+ }
547
+ .heroValue {
548
+ font-family: var(--elevasis-font-family-subtitle);
549
+ font-size: 1.85rem;
550
+ font-weight: 800;
551
+ line-height: 1;
552
+ letter-spacing: -0.02em;
553
+ font-variant-numeric: tabular-nums;
554
+ }
555
+ [data-mantine-color-scheme=dark] .heroValue {
556
+ text-shadow: 0 0 20px color-mix(in srgb, var(--color-primary) 20%, transparent);
557
+ }
558
+ .heroValueSm {
559
+ font-family: var(--elevasis-font-family-subtitle);
560
+ font-size: 1.35rem;
561
+ font-weight: 700;
562
+ line-height: 1;
563
+ letter-spacing: -0.02em;
564
+ font-variant-numeric: tabular-nums;
565
+ }
566
+ .heroLabel {
567
+ font-size: 0.68rem;
568
+ font-weight: 700;
569
+ text-transform: uppercase;
570
+ letter-spacing: 0.12em;
571
+ color: var(--color-text-dimmed);
572
+ }
573
+ .heroLabelSm {
574
+ font-size: 0.62rem;
575
+ font-weight: 700;
576
+ text-transform: uppercase;
577
+ letter-spacing: 0.12em;
578
+ color: var(--color-text-dimmed);
579
+ }