@elevasis/ui 2.25.5 → 2.25.6
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.css +3 -24
- package/dist/app/index.d.ts +63 -56
- package/dist/app/index.js +3 -2
- package/dist/chunk-5RLYII6P.js +314 -0
- package/dist/chunk-6U7AIIHF.js +880 -0
- package/dist/{chunk-NHHCUECV.js → chunk-7F3IQMLI.js} +1 -1
- package/dist/{chunk-N2AP4I5N.js → chunk-ARJPZ66V.js} +39 -757
- package/dist/{chunk-IS53MXE4.js → chunk-BDKM56TP.js} +1 -1
- package/dist/{chunk-KINQW4JT.js → chunk-C7IBFI5B.js} +1 -1
- package/dist/{chunk-5BJXMZN4.js → chunk-CPAJXBTL.js} +9 -5
- package/dist/chunk-HAEJ4M54.js +94 -0
- package/dist/{chunk-QNCVK3ZF.js → chunk-JXSBOG2R.js} +1 -1
- package/dist/{chunk-3KY2GNPE.js → chunk-KNISO652.js} +1 -1
- package/dist/{chunk-VMAWXEVG.js → chunk-L7D6KNHV.js} +457 -290
- package/dist/{chunk-JMI7L7Y7.js → chunk-LPM7O6XM.js} +2 -233
- package/dist/{chunk-FVKLHLF4.js → chunk-QARSVM7Q.js} +1 -1
- package/dist/{chunk-F7JDHS2I.js → chunk-SBQ4MYQV.js} +3 -2
- package/dist/{chunk-MU4VPAMR.js → chunk-YRKQNPK2.js} +1 -1
- package/dist/components/index.css +3 -24
- package/dist/components/index.d.ts +11 -2
- package/dist/components/index.js +18 -16
- package/dist/components/navigation/index.css +3 -24
- package/dist/features/auth/index.css +3 -24
- package/dist/features/crm/index.css +3 -24
- package/dist/features/crm/index.js +5 -4
- package/dist/features/dashboard/index.css +3 -24
- package/dist/features/dashboard/index.js +5 -4
- package/dist/features/delivery/index.css +3 -24
- package/dist/features/delivery/index.js +5 -4
- package/dist/features/knowledge/index.js +397 -1
- package/dist/features/lead-gen/index.css +3 -24
- package/dist/features/lead-gen/index.d.ts +158 -151
- package/dist/features/lead-gen/index.js +6 -5
- package/dist/features/monitoring/index.css +3 -24
- package/dist/features/monitoring/index.js +6 -5
- package/dist/features/monitoring/requests/index.css +3 -24
- package/dist/features/monitoring/requests/index.js +4 -3
- package/dist/features/operations/index.css +3 -24
- package/dist/features/operations/index.js +9 -7
- package/dist/features/settings/index.css +3 -24
- package/dist/features/settings/index.js +5 -4
- package/dist/hooks/delivery/index.css +3 -24
- package/dist/hooks/index.css +3 -24
- package/dist/hooks/index.d.ts +14 -3
- package/dist/hooks/index.js +4 -3
- package/dist/hooks/published.css +3 -24
- package/dist/hooks/published.d.ts +14 -3
- package/dist/hooks/published.js +4 -3
- package/dist/index.css +3 -24
- package/dist/index.d.ts +611 -593
- package/dist/index.js +4 -3
- package/dist/knowledge/index.d.ts +14 -4
- package/dist/knowledge/index.js +20 -119
- package/dist/organization/index.css +3 -24
- package/dist/provider/index.css +3 -24
- package/dist/provider/index.d.ts +346 -339
- package/dist/provider/index.js +3 -2
- package/dist/provider/published.css +3 -24
- package/dist/provider/published.d.ts +346 -339
- package/dist/provider/published.js +2 -1
- package/package.json +33 -33
package/dist/provider/index.js
CHANGED
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
export { createTestFeaturesProvider } from '../chunk-VMJVQAFZ.js';
|
|
2
|
-
export { ElevasisUIProvider } from '../chunk-
|
|
2
|
+
export { ElevasisUIProvider } from '../chunk-YRKQNPK2.js';
|
|
3
3
|
import '../chunk-QIW6OCEI.js';
|
|
4
4
|
import '../chunk-WLOQ4IBG.js';
|
|
5
5
|
export { FeatureShell } from '../chunk-TAIX4NO3.js';
|
|
6
6
|
import '../chunk-TKAYX2SP.js';
|
|
7
7
|
import '../chunk-U36X6NZM.js';
|
|
8
8
|
import '../chunk-NYBEU5TE.js';
|
|
9
|
-
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, useCrmActions, useListActions, useNotificationAdapter } from '../chunk-
|
|
9
|
+
export { CrmActionsProvider, ElevasisCoreProvider, ListActionsProvider, NotificationProvider, useCrmActions, useListActions, useNotificationAdapter } from '../chunk-LPM7O6XM.js';
|
|
10
10
|
import '../chunk-SZHARWKU.js';
|
|
11
11
|
export { ElevasisFeaturesProvider, useElevasisFeatures, useOptionalElevasisFeatures } from '../chunk-V3HUIZJX.js';
|
|
12
12
|
import '../chunk-3KMDHCAR.js';
|
|
13
|
+
import '../chunk-5RLYII6P.js';
|
|
13
14
|
import '../chunk-T6INEVX6.js';
|
|
14
15
|
import '../chunk-2IFYDILW.js';
|
|
15
16
|
import '../chunk-Q7DJKLEN.js';
|
|
@@ -156,32 +156,11 @@
|
|
|
156
156
|
.mantine-Select-option:hover {
|
|
157
157
|
background-color: var(--color-surface-hover) !important;
|
|
158
158
|
}
|
|
159
|
-
[data-mantine-color-scheme] .mantine-Tabs-root {
|
|
160
|
-
--tabs-color: var(--color-primary);
|
|
159
|
+
[data-mantine-color-scheme=dark] .mantine-Tabs-root {
|
|
161
160
|
--tab-border-color: var(--color-border);
|
|
162
|
-
--tab-hover-color: color-mix(in srgb, var(--color-surface-hover) 70%, transparent);
|
|
163
161
|
}
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
}
|
|
167
|
-
[data-mantine-color-scheme] .mantine-Tabs-tab {
|
|
168
|
-
color: var(--color-text);
|
|
169
|
-
border-color: transparent;
|
|
170
|
-
background-color: transparent;
|
|
171
|
-
transition:
|
|
172
|
-
background-color var(--duration-fast) var(--easing),
|
|
173
|
-
border-color var(--duration-fast) var(--easing),
|
|
174
|
-
color var(--duration-fast) var(--easing);
|
|
175
|
-
}
|
|
176
|
-
[data-mantine-color-scheme] .mantine-Tabs-tab:not([data-active]):hover {
|
|
177
|
-
background-color: var(--tab-hover-color);
|
|
178
|
-
border-color: var(--color-border);
|
|
179
|
-
}
|
|
180
|
-
[data-mantine-color-scheme] .mantine-Tabs-tab[data-active],
|
|
181
|
-
[data-mantine-color-scheme] .mantine-Tabs-tab[data-active]:hover {
|
|
182
|
-
color: var(--color-text);
|
|
183
|
-
background-color: transparent;
|
|
184
|
-
border-color: var(--color-primary);
|
|
162
|
+
.mantine-Tabs-tab:hover {
|
|
163
|
+
background-color: var(--color-surface-hover);
|
|
185
164
|
}
|
|
186
165
|
.mantine-Pagination-control:not([data-active]) {
|
|
187
166
|
background: var(--color-surface);
|