@elevasis/ui 2.21.0 → 2.23.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.
- package/dist/app/index.js +2 -2
- package/dist/{chunk-DMYELNGA.js → chunk-3HEUGBOT.js} +1 -1
- package/dist/{chunk-EGKNRM6P.js → chunk-7PGEGSUM.js} +2 -2
- package/dist/{chunk-KVW56ERD.js → chunk-AXXTN44Z.js} +5 -3
- package/dist/{chunk-I5WRKH25.js → chunk-D3KQAABP.js} +1 -1
- package/dist/{chunk-S7RL77QS.js → chunk-DDZOHLHB.js} +1 -1
- package/dist/{chunk-EDX6WIN3.js → chunk-EPV7NU2E.js} +24 -10
- package/dist/{chunk-ATEHYDL3.js → chunk-FXWETLEB.js} +6 -2
- package/dist/{chunk-7GG6OSD7.js → chunk-GUJUK6EH.js} +2830 -2381
- package/dist/{chunk-GBMNCNHX.js → chunk-KVJ3LFH2.js} +3 -1
- package/dist/{chunk-VQESMHQV.js → chunk-LJWV4TWV.js} +1 -2
- package/dist/{chunk-BJWIKEQG.js → chunk-N6WLOWOD.js} +6 -14
- package/dist/{chunk-XLZZOFGM.js → chunk-PTUOINQ2.js} +275 -76
- package/dist/{chunk-CZK67OHH.js → chunk-PXGSJNBH.js} +3 -3
- package/dist/{chunk-TIIPYB2Z.js → chunk-QZJM3RYI.js} +1 -1
- package/dist/{chunk-7YQKVWSD.js → chunk-SQ5JGELM.js} +25 -5
- package/dist/{chunk-RX4UWZZR.js → chunk-TKAYX2SP.js} +8 -3
- package/dist/{chunk-Q5HC6ENG.js → chunk-XOTJNW4Q.js} +1 -1
- package/dist/{chunk-LQU62KHD.js → chunk-YU6MBDVO.js} +1993 -870
- package/dist/{chunk-ULZ2B3NC.js → chunk-ZBCTB5CA.js} +1 -1
- package/dist/components/index.css +85 -85
- package/dist/components/index.d.ts +1651 -1388
- package/dist/components/index.js +253 -40
- package/dist/components/navigation/index.css +589 -0
- package/dist/components/navigation/index.js +3 -3
- package/dist/features/auth/index.css +2 -2
- package/dist/features/auth/index.d.ts +188 -10
- package/dist/features/crm/index.css +2 -2
- package/dist/features/crm/index.d.ts +193 -10
- package/dist/features/crm/index.js +10 -10
- package/dist/features/dashboard/index.css +2 -2
- package/dist/features/dashboard/index.js +9 -9
- package/dist/features/delivery/index.css +85 -85
- package/dist/features/delivery/index.d.ts +193 -10
- package/dist/features/delivery/index.js +10 -10
- package/dist/features/lead-gen/index.css +2 -2
- package/dist/features/lead-gen/index.d.ts +5 -0
- package/dist/features/lead-gen/index.js +10 -10
- package/dist/features/monitoring/index.css +85 -85
- package/dist/features/monitoring/index.d.ts +6 -1
- package/dist/features/monitoring/index.js +11 -11
- package/dist/features/monitoring/requests/index.css +2 -2
- package/dist/features/monitoring/requests/index.d.ts +5 -0
- package/dist/features/monitoring/requests/index.js +9 -9
- package/dist/features/operations/index.css +2 -2
- package/dist/features/operations/index.d.ts +7 -4
- package/dist/features/operations/index.js +12 -12
- package/dist/features/seo/index.d.ts +5 -0
- package/dist/features/settings/index.css +2 -2
- package/dist/features/settings/index.d.ts +214 -16
- package/dist/features/settings/index.js +11 -11
- package/dist/graph/index.css +2 -2
- package/dist/hooks/delivery/index.css +2 -2
- package/dist/hooks/delivery/index.d.ts +188 -10
- package/dist/hooks/index.css +85 -85
- package/dist/hooks/index.d.ts +1843 -1538
- package/dist/hooks/index.js +8 -8
- package/dist/hooks/published.css +85 -85
- package/dist/hooks/published.d.ts +1843 -1538
- package/dist/hooks/published.js +8 -8
- package/dist/index.css +12 -12
- package/dist/index.d.ts +346 -35
- package/dist/index.js +9 -9
- package/dist/initialization/index.d.ts +188 -10
- package/dist/layout/index.js +2 -2
- package/dist/organization/index.css +589 -0
- package/dist/organization/index.js +1 -1
- package/dist/profile/index.d.ts +188 -10
- package/dist/provider/index.css +384 -0
- package/dist/provider/index.d.ts +6 -0
- package/dist/provider/index.js +7 -7
- package/dist/provider/published.css +463 -0
- package/dist/provider/published.d.ts +6 -0
- package/dist/provider/published.js +4 -4
- package/dist/supabase/index.d.ts +367 -20
- package/dist/test-utils/index.d.ts +46 -2
- package/dist/test-utils/index.js +102 -1
- package/dist/theme/index.js +2 -2
- package/dist/types/index.d.ts +199 -13
- package/package.json +4 -4
- /package/dist/{chunk-6GUW5GGF.js → chunk-6Z3G4U2R.js} +0 -0
|
@@ -79,9 +79,11 @@ var SubshellSidebar = ({
|
|
|
79
79
|
borderRight: "1px solid var(--color-border)",
|
|
80
80
|
boxShadow: "var(--card-shadow)",
|
|
81
81
|
clipPath: "inset(-100px -100px -100px 0)",
|
|
82
|
-
|
|
82
|
+
height: `calc(100vh - ${topbarHeight}px)`,
|
|
83
|
+
minHeight: 0,
|
|
83
84
|
marginTop: `${topbarHeight}px`,
|
|
84
|
-
fontFamily: "var(--elevasis-font-family-subtitle)"
|
|
85
|
+
fontFamily: "var(--elevasis-font-family-subtitle)",
|
|
86
|
+
overflow: "hidden"
|
|
85
87
|
},
|
|
86
88
|
children
|
|
87
89
|
}
|
|
@@ -94,7 +96,8 @@ var SubshellSidebar = ({
|
|
|
94
96
|
position: "relative",
|
|
95
97
|
flexShrink: 0,
|
|
96
98
|
marginTop: `${topbarHeight}px`,
|
|
97
|
-
|
|
99
|
+
height: `calc(100vh - ${topbarHeight}px)`,
|
|
100
|
+
minHeight: 0
|
|
98
101
|
},
|
|
99
102
|
children: [
|
|
100
103
|
/* @__PURE__ */ jsx(
|
|
@@ -123,6 +126,8 @@ var SubshellSidebar = ({
|
|
|
123
126
|
style: {
|
|
124
127
|
width: `${width}px`,
|
|
125
128
|
flexShrink: 0,
|
|
129
|
+
height: "100%",
|
|
130
|
+
minHeight: 0,
|
|
126
131
|
display: "flex",
|
|
127
132
|
flexDirection: "column",
|
|
128
133
|
opacity: isOpen ? 1 : 0,
|
|
@@ -129,7 +129,7 @@ var tacticalPreset = {
|
|
|
129
129
|
Fragment,
|
|
130
130
|
null,
|
|
131
131
|
createElement(AppBackground, {
|
|
132
|
-
gridGlowColor: "color-mix(in srgb, #
|
|
132
|
+
gridGlowColor: "color-mix(in srgb, #5A5A5A 30%, transparent)",
|
|
133
133
|
gridGlowIntensity: 50
|
|
134
134
|
}),
|
|
135
135
|
createElement(AmbientBloomGrid, { intensity: 0.07, color: "#5A6070", size: 1.2 })
|