@elevasis/ui 1.19.0 → 1.20.1

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 (94) hide show
  1. package/dist/api/index.js +2 -2
  2. package/dist/auth/index.js +3 -3
  3. package/dist/charts/index.css +14 -0
  4. package/dist/charts/index.js +8 -6
  5. package/dist/{chunk-7ATCF6UL.js → chunk-3DIU726S.js} +11 -4
  6. package/dist/chunk-4SY4EQSK.js +68 -0
  7. package/dist/{chunk-2Z7LYTIX.js → chunk-AQ5MQDSS.js} +30 -17
  8. package/dist/chunk-AWMZCYKH.js +639 -0
  9. package/dist/{chunk-BVNAC4SQ.js → chunk-C7AD6N23.js} +38 -48
  10. package/dist/{chunk-ZFCG5SHW.js → chunk-COTI2QPO.js} +1 -1
  11. package/dist/{chunk-WAPZN2U3.js → chunk-EMN755L5.js} +7 -41
  12. package/dist/{chunk-LBY7FVFD.js → chunk-ERVB3QJQ.js} +31 -715
  13. package/dist/chunk-GBMNCNHX.js +105 -0
  14. package/dist/{chunk-MBZDE6UT.js → chunk-IOKL7BKE.js} +9 -1
  15. package/dist/{chunk-35UWYH2A.js → chunk-JFRG2JJE.js} +8 -2
  16. package/dist/chunk-JIABC3AE.js +2622 -0
  17. package/dist/chunk-JZEXFQ6N.js +671 -0
  18. package/dist/chunk-LGKLC5MG.js +44 -0
  19. package/dist/chunk-MG3NF7QL.js +63 -0
  20. package/dist/{chunk-KBLGVZBD.js → chunk-NNKKBSJN.js} +2 -22
  21. package/dist/{chunk-JNBHUCKW.js → chunk-NVOCKXUQ.js} +1 -1
  22. package/dist/chunk-OFAXUZPZ.js +2411 -0
  23. package/dist/chunk-PDHTXPSF.js +12 -0
  24. package/dist/chunk-QJ2S46NI.js +23 -0
  25. package/dist/{chunk-NUULWBAD.js → chunk-R3R367QY.js} +1 -1
  26. package/dist/{chunk-UANJP5P7.js → chunk-R7WLWGPO.js} +5 -5
  27. package/dist/{chunk-CC3SDRIF.js → chunk-RWQIFKMJ.js} +1 -1
  28. package/dist/chunk-UMFPUM7Q.js +1281 -0
  29. package/dist/{chunk-KNJKCD73.js → chunk-VLTVZXP6.js} +4 -4
  30. package/dist/chunk-WWEMNIHW.js +37 -0
  31. package/dist/{chunk-UTWJZEOJ.js → chunk-XOTN3X3Z.js} +3 -3
  32. package/dist/components/index.css +14 -0
  33. package/dist/components/index.d.ts +41 -7
  34. package/dist/components/index.js +564 -5023
  35. package/dist/components/navigation/index.js +2 -63
  36. package/dist/features/auth/index.css +579 -0
  37. package/dist/features/auth/index.d.ts +2557 -0
  38. package/dist/features/auth/index.js +125 -0
  39. package/dist/features/dashboard/index.css +579 -0
  40. package/dist/features/dashboard/index.d.ts +244 -0
  41. package/dist/features/dashboard/index.js +650 -0
  42. package/dist/features/monitoring/index.css +579 -0
  43. package/dist/features/monitoring/index.d.ts +121 -0
  44. package/dist/features/monitoring/index.js +538 -0
  45. package/dist/features/operations/index.css +14 -0
  46. package/dist/features/operations/index.d.ts +1675 -2
  47. package/dist/features/operations/index.js +2148 -28
  48. package/dist/features/settings/index.css +579 -0
  49. package/dist/features/settings/index.d.ts +2589 -0
  50. package/dist/features/settings/index.js +1437 -0
  51. package/dist/hooks/index.css +14 -0
  52. package/dist/hooks/index.d.ts +29 -11
  53. package/dist/hooks/index.js +13 -13
  54. package/dist/hooks/published.css +14 -0
  55. package/dist/hooks/published.d.ts +29 -11
  56. package/dist/hooks/published.js +12 -12
  57. package/dist/index.css +14 -0
  58. package/dist/index.d.ts +41 -12
  59. package/dist/index.js +15 -15
  60. package/dist/initialization/index.js +2 -2
  61. package/dist/layout/index.d.ts +7 -1
  62. package/dist/layout/index.js +7 -5
  63. package/dist/organization/index.js +2 -2
  64. package/dist/provider/index.css +14 -0
  65. package/dist/provider/index.d.ts +1 -1
  66. package/dist/provider/index.js +10 -10
  67. package/dist/provider/published.d.ts +1 -1
  68. package/dist/provider/published.js +6 -6
  69. package/dist/theme/index.d.ts +1 -1
  70. package/dist/theme/index.js +3 -3
  71. package/dist/theme/presets/__tests__/getPreset.test.d.ts +2 -0
  72. package/dist/theme/presets/__tests__/getPreset.test.d.ts.map +1 -0
  73. package/dist/theme/presets/__tests__/getPreset.test.js +92 -0
  74. package/dist/theme/presets/cyber-volt.d.ts +12 -0
  75. package/dist/theme/presets/cyber-volt.d.ts.map +1 -0
  76. package/dist/theme/presets/cyber-volt.js +70 -0
  77. package/dist/theme/presets/regal.d.ts +8 -0
  78. package/dist/theme/presets/regal.d.ts.map +1 -0
  79. package/dist/theme/presets/regal.js +69 -0
  80. package/dist/theme/presets/rose-gold.d.ts +12 -0
  81. package/dist/theme/presets/rose-gold.d.ts.map +1 -0
  82. package/dist/theme/presets/rose-gold.js +76 -0
  83. package/dist/types/index.d.ts +1 -1
  84. package/dist/utils/index.d.ts +12 -1
  85. package/dist/utils/index.js +1 -1
  86. package/dist/zustand/index.d.ts +80 -0
  87. package/dist/zustand/index.js +105 -0
  88. package/package.json +55 -4
  89. package/dist/chunk-2YW3LDFT.js +0 -1542
  90. package/dist/theme/presets/cyber-void.d.ts +0 -12
  91. package/dist/theme/presets/cyber-void.d.ts.map +0 -1
  92. package/dist/theme/presets/cyber-void.js +0 -75
  93. package/dist/{chunk-DVKEEY5J.js → chunk-TUXTSEAF.js} +1 -1
  94. package/dist/{chunk-U2522LSW.js → chunk-V7XHGJQZ.js} +1 -1
@@ -1,12 +0,0 @@
1
- import type { ThemePreset } from './types';
2
- /**
3
- * Cyber-Void preset — cold, synthetic, digital depths.
4
- * Design: deep black base, electric blue accent, holographic shimmer.
5
- * Evokes: digital rain, neural networks, virtual reality grids.
6
- *
7
- * Bundled background: `CyberBackground` variant `void` — default layers plus
8
- * Matrix-style digital rain (falling vertical gradient bars with bright
9
- * leading head).
10
- */
11
- export declare const cyberVoidPreset: ThemePreset;
12
- //# sourceMappingURL=cyber-void.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"cyber-void.d.ts","sourceRoot":"","sources":["../../../src/theme/presets/cyber-void.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAG1C;;;;;;;;GAQG;AACH,eAAO,MAAM,eAAe,EAAE,WAiE7B,CAAA"}
@@ -1,75 +0,0 @@
1
- import { createElement } from 'react';
2
- import { CyberBackground } from '../../components/layout/backgrounds/CyberBackground';
3
- /**
4
- * Cyber-Void preset — cold, synthetic, digital depths.
5
- * Design: deep black base, electric blue accent, holographic shimmer.
6
- * Evokes: digital rain, neural networks, virtual reality grids.
7
- *
8
- * Bundled background: `CyberBackground` variant `void` — default layers plus
9
- * Matrix-style digital rain (falling vertical gradient bars with bright
10
- * leading head).
11
- */
12
- export const cyberVoidPreset = {
13
- background: createElement(CyberBackground, { variant: 'void' }),
14
- light: {
15
- primary: '#2979FF',
16
- primaryContrast: '#ffffff',
17
- background: '#E0E5EE',
18
- surface: 'rgba(234, 237, 243, 0.45)',
19
- surfaceHover: '#D6DBE5',
20
- text: '#0A0D14',
21
- textDimmed: '#2E374D',
22
- textSubtle: '#556080',
23
- border: 'rgba(120, 135, 170, 0.32)',
24
- error: '#FF1744',
25
- warning: '#FF9100',
26
- success: '#00E676',
27
- glassBackground: 'rgba(238, 241, 248, 0.3)',
28
- glassBlur: 'blur(26px) saturate(160%)',
29
- shadow: '0px 2px 4px -2px rgba(41, 121, 255, 0.08)',
30
- cardShadow: 'inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 1px 2px rgba(30, 50, 100, 0.08), 0 6px 18px rgba(30, 50, 100, 0.08), 0 10px 24px rgba(41, 121, 255, 0.015)',
31
- durationFast: '80ms',
32
- durationNormal: '160ms',
33
- easing: 'cubic-bezier(0.16, 1, 0.3, 1)',
34
- destructiveFg: '#ffffff',
35
- fontHeading: '"Share Tech Mono", monospace',
36
- fontSans: '"JetBrains Mono", monospace'
37
- },
38
- dark: {
39
- primary: '#2979FF',
40
- primaryContrast: '#ffffff',
41
- background: '#030507',
42
- surface: 'rgba(14, 19, 30, 0.45)',
43
- surfaceHover: '#161E2C',
44
- text: '#E0EAFA',
45
- textDimmed: '#99BBEE',
46
- textSubtle: '#80A0D0',
47
- border: 'rgba(140, 170, 230, 0.18)',
48
- error: '#FF1744',
49
- warning: '#FF9100',
50
- success: '#00E676',
51
- glassBackground: 'rgba(16, 21, 32, 0.45)',
52
- glassBlur: 'blur(26px) saturate(160%)',
53
- shadow: '0px 2px 8px -2px rgba(41, 121, 255, 0.15)',
54
- cardShadow: 'inset 0 1px 0 rgba(100, 160, 255, 0.18), 0 1px 2px rgba(0, 0, 0, 0.5), 0 6px 18px rgba(0, 0, 0, 0.35), 0 10px 24px rgba(41, 121, 255, 0.03)',
55
- durationFast: '80ms',
56
- durationNormal: '160ms',
57
- easing: 'cubic-bezier(0.16, 1, 0.3, 1)',
58
- destructiveFg: '#ffffff',
59
- fontHeading: '"Share Tech Mono", monospace',
60
- fontSans: '"JetBrains Mono", monospace'
61
- },
62
- subtitleFontFamily: '"Exo 2", sans-serif',
63
- framework: {
64
- fontFamily: '"JetBrains Mono", monospace',
65
- headings: {
66
- fontFamily: '"Share Tech Mono", monospace',
67
- fontWeight: '400'
68
- }
69
- },
70
- fontImports: [
71
- 'https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap',
72
- 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap',
73
- 'https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&display=swap'
74
- ]
75
- };
@@ -1,5 +1,5 @@
1
- import { useProfile } from './chunk-QEPXAWE2.js';
2
1
  import { useOrganization } from './chunk-DD3CCMCZ.js';
2
+ import { useProfile } from './chunk-QEPXAWE2.js';
3
3
  import { useAuthContext } from './chunk-BRJ3QZ4E.js';
4
4
  import { createContext, useContext, useMemo, useCallback, createElement } from 'react';
5
5
 
@@ -1,5 +1,5 @@
1
- import { useProfile } from './chunk-QEPXAWE2.js';
2
1
  import { OrganizationContext } from './chunk-DD3CCMCZ.js';
2
+ import { useProfile } from './chunk-QEPXAWE2.js';
3
3
  import { useAuthContext } from './chunk-BRJ3QZ4E.js';
4
4
  import { useState, useRef, useEffect, useCallback, createElement } from 'react';
5
5
  import { useQueryClient } from '@tanstack/react-query';