@elevasis/ui 2.24.0 → 2.25.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.
- package/dist/app/index.css +11 -0
- package/dist/app/index.d.ts +457 -357
- package/dist/app/index.js +8 -7
- package/dist/auth/index.js +4 -4
- package/dist/charts/index.js +7 -7
- package/dist/{chunk-DDZOHLHB.js → chunk-26HQMR7S.js} +1 -1
- package/dist/{chunk-4NWNS7TX.js → chunk-3AHEHVJ6.js} +3 -3
- package/dist/{chunk-LJWV4TWV.js → chunk-4ZFBVND2.js} +2 -2
- package/dist/{chunk-FUEXGRFR.js → chunk-7LJUTTXU.js} +5 -5
- package/dist/{chunk-KCJ6VATY.js → chunk-AZQY7AJR.js} +13 -24
- package/dist/{chunk-BIWHHWCJ.js → chunk-DWK2QIAK.js} +2 -1
- package/dist/{chunk-ZDKQNQ4X.js → chunk-GESXCQWY.js} +1 -1
- package/dist/{chunk-Z6FAH4XV.js → chunk-HKBEURCV.js} +1 -1
- package/dist/{chunk-HC2KV6BU.js → chunk-HOIT677G.js} +1 -1
- package/dist/chunk-IS53MXE4.js +230 -0
- package/dist/{chunk-MTR6AN2C.js → chunk-IX7LWINC.js} +6 -5
- package/dist/{chunk-AXXTN44Z.js → chunk-IYIZYMIE.js} +2 -2
- package/dist/{chunk-VGNAV3TH.js → chunk-JDQSCEEF.js} +1237 -642
- package/dist/chunk-JMI7L7Y7.js +524 -0
- package/dist/{chunk-TSSKOQBX.js → chunk-KMAXFJPH.js} +2 -2
- package/dist/{chunk-HQ7M6PBW.js → chunk-KU7ZDWQ7.js} +1 -1
- package/dist/{chunk-YBZT7MJR.js → chunk-L4RT57WU.js} +7 -7
- package/dist/{chunk-2WZ635SS.js → chunk-MU4VPAMR.js} +2 -2
- package/dist/{chunk-3JCMO7SD.js → chunk-N55DVMAG.js} +1 -1
- package/dist/{chunk-EIOJNUPL.js → chunk-PNLJIPV5.js} +1 -1
- package/dist/{chunk-6Z3G4U2R.js → chunk-Q5BEODAT.js} +3 -2
- package/dist/{chunk-M2HWJY6O.js → chunk-QB2CC4VH.js} +2045 -243
- package/dist/{chunk-QULLZ5PE.js → chunk-RSG2O3HF.js} +893 -642
- package/dist/{chunk-M25JL54Z.js → chunk-RYTEQBAO.js} +1 -1
- package/dist/{chunk-XUYBOO32.js → chunk-U36X6NZM.js} +15 -7
- package/dist/{chunk-QSTH6T77.js → chunk-VKMNWHTL.js} +1 -1
- package/dist/{chunk-KLFIJDTD.js → chunk-VOVZLL23.js} +4 -4
- package/dist/{chunk-SLH2QLKV.js → chunk-WFTNY755.js} +1 -1
- package/dist/{chunk-DK2HVHCY.js → chunk-WKJ47GIW.js} +1 -1
- package/dist/chunk-X4WBGKJQ.js +138 -0
- package/dist/{chunk-QHSW4WHM.js → chunk-XTVZFT7U.js} +1 -1
- package/dist/components/index.css +11 -0
- package/dist/components/index.d.ts +478 -386
- package/dist/components/index.js +138 -267
- package/dist/components/navigation/index.css +11 -0
- package/dist/components/navigation/index.js +8 -8
- package/dist/features/auth/index.css +11 -0
- package/dist/features/auth/index.d.ts +369 -363
- package/dist/features/auth/index.js +7 -7
- package/dist/features/crm/index.css +11 -0
- package/dist/features/crm/index.d.ts +551 -360
- package/dist/features/crm/index.js +19 -19
- package/dist/features/dashboard/index.css +11 -0
- package/dist/features/dashboard/index.js +20 -20
- package/dist/features/delivery/index.css +11 -0
- package/dist/features/delivery/index.d.ts +363 -357
- package/dist/features/delivery/index.js +19 -19
- package/dist/features/lead-gen/index.css +11 -0
- package/dist/features/lead-gen/index.d.ts +174 -4
- package/dist/features/lead-gen/index.js +20 -20
- package/dist/features/monitoring/index.css +11 -0
- package/dist/features/monitoring/index.js +21 -21
- package/dist/features/monitoring/requests/index.css +11 -0
- package/dist/features/monitoring/requests/index.js +17 -17
- package/dist/features/operations/index.css +11 -0
- package/dist/features/operations/index.js +24 -24
- package/dist/features/seo/index.js +2 -2
- package/dist/features/settings/index.css +11 -0
- package/dist/features/settings/index.d.ts +369 -363
- package/dist/features/settings/index.js +19 -19
- package/dist/hooks/delivery/index.css +11 -0
- package/dist/hooks/delivery/index.d.ts +363 -357
- package/dist/hooks/delivery/index.js +2 -2
- package/dist/hooks/index.css +11 -0
- package/dist/hooks/index.d.ts +769 -401
- package/dist/hooks/index.js +17 -17
- package/dist/hooks/published.css +11 -0
- package/dist/hooks/published.d.ts +769 -401
- package/dist/hooks/published.js +17 -17
- package/dist/index.css +11 -0
- package/dist/index.d.ts +885 -383
- package/dist/index.js +17 -17
- package/dist/initialization/index.d.ts +369 -363
- package/dist/initialization/index.js +4 -4
- package/dist/layout/index.d.ts +6 -0
- package/dist/layout/index.js +5 -5
- package/dist/organization/index.css +11 -0
- package/dist/organization/index.js +4 -4
- package/dist/profile/index.d.ts +369 -363
- package/dist/profile/index.js +2 -2
- package/dist/provider/ElevasisServiceContext.d.ts +1 -0
- package/dist/provider/ElevasisServiceContext.js +1 -1
- package/dist/provider/index.css +11 -0
- package/dist/provider/index.d.ts +503 -362
- package/dist/provider/index.js +14 -14
- package/dist/provider/published.css +11 -0
- package/dist/provider/published.d.ts +494 -359
- package/dist/provider/published.js +12 -12
- package/dist/supabase/index.d.ts +369 -357
- package/dist/test-utils/index.js +1 -1
- package/dist/typeform/index.js +49 -20
- package/dist/types/index.d.ts +382 -363
- package/package.json +2 -2
- package/dist/chunk-CEWTOKE7.js +0 -109
- package/dist/chunk-OWHQ65EQ.js +0 -211
- package/dist/chunk-UDJE54WN.js +0 -209
- /package/dist/{chunk-IRW7JMQ4.js → chunk-5WWZXCS5.js} +0 -0
- /package/dist/{chunk-QJ2KCHKX.js → chunk-E565XMTQ.js} +0 -0
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-
|
|
2
|
-
import '../../chunk-
|
|
1
|
+
export { AccountSettings, AppearanceSettings, CreateWebhookEndpointModal, EditCredentialModal, EditWebhookEndpointModal, MemberAccessModal, MemberConfigModal, OAuthIntegrationsCard, OrgMembersList, OrganizationSettings, WebhookEndpointList, WebhookEndpointSettings, settingsManifest } from '../../chunk-L4RT57WU.js';
|
|
2
|
+
import '../../chunk-RYTEQBAO.js';
|
|
3
3
|
import '../../chunk-PDHTXPSF.js';
|
|
4
4
|
import '../../chunk-KVJ3LFH2.js';
|
|
5
5
|
import '../../chunk-SNHGSCKH.js';
|
|
6
6
|
import '../../chunk-7M2VOCYN.js';
|
|
7
|
-
import '../../chunk-
|
|
7
|
+
import '../../chunk-RSG2O3HF.js';
|
|
8
8
|
import '../../chunk-BRXELOHC.js';
|
|
9
|
-
import '../../chunk-
|
|
10
|
-
import '../../chunk-
|
|
9
|
+
import '../../chunk-VKMNWHTL.js';
|
|
10
|
+
import '../../chunk-HKBEURCV.js';
|
|
11
11
|
import '../../chunk-22UVE3RA.js';
|
|
12
12
|
import '../../chunk-3ZMAGTWF.js';
|
|
13
|
-
import '../../chunk-
|
|
14
|
-
import '../../chunk-
|
|
13
|
+
import '../../chunk-PNLJIPV5.js';
|
|
14
|
+
import '../../chunk-MU4VPAMR.js';
|
|
15
15
|
import '../../chunk-QIW6OCEI.js';
|
|
16
16
|
import '../../chunk-WLOQ4IBG.js';
|
|
17
|
-
import '../../chunk-
|
|
18
|
-
import '../../chunk-
|
|
19
|
-
import '../../chunk-
|
|
17
|
+
import '../../chunk-IYIZYMIE.js';
|
|
18
|
+
import '../../chunk-JMI7L7Y7.js';
|
|
19
|
+
import '../../chunk-4ZFBVND2.js';
|
|
20
20
|
import '../../chunk-TKAYX2SP.js';
|
|
21
|
-
import '../../chunk-
|
|
21
|
+
import '../../chunk-U36X6NZM.js';
|
|
22
22
|
import '../../chunk-SZHARWKU.js';
|
|
23
23
|
import '../../chunk-3KMDHCAR.js';
|
|
24
24
|
import '../../chunk-NYBEU5TE.js';
|
|
25
25
|
import '../../chunk-T6INEVX6.js';
|
|
26
26
|
import '../../chunk-2IFYDILW.js';
|
|
27
27
|
import '../../chunk-Q7DJKLEN.js';
|
|
28
|
-
import '../../chunk-
|
|
29
|
-
import '../../chunk-
|
|
30
|
-
import '../../chunk-
|
|
31
|
-
import '../../chunk-
|
|
28
|
+
import '../../chunk-GESXCQWY.js';
|
|
29
|
+
import '../../chunk-HOIT677G.js';
|
|
30
|
+
import '../../chunk-E565XMTQ.js';
|
|
31
|
+
import '../../chunk-KU7ZDWQ7.js';
|
|
32
32
|
import '../../chunk-DT3QYZVU.js';
|
|
33
33
|
import '../../chunk-RNP5R5I3.js';
|
|
34
34
|
import '../../chunk-SGXXJE52.js';
|
|
35
35
|
import '../../chunk-KRWALB24.js';
|
|
36
|
-
import '../../chunk-
|
|
37
|
-
import '../../chunk-
|
|
36
|
+
import '../../chunk-WFTNY755.js';
|
|
37
|
+
import '../../chunk-WKJ47GIW.js';
|
|
38
38
|
import '../../chunk-DD3CCMCZ.js';
|
|
39
|
-
import '../../chunk-
|
|
40
|
-
import '../../chunk-
|
|
39
|
+
import '../../chunk-XTVZFT7U.js';
|
|
40
|
+
import '../../chunk-5WWZXCS5.js';
|
|
41
41
|
import '../../chunk-BRJ3QZ4E.js';
|
|
42
42
|
import '../../chunk-I2KLQ2HA.js';
|
|
@@ -136,6 +136,17 @@
|
|
|
136
136
|
.mantine-Button-root[data-variant=default]:hover {
|
|
137
137
|
background-color: var(--color-surface-hover);
|
|
138
138
|
}
|
|
139
|
+
.lead-gen-build-action-button:disabled,
|
|
140
|
+
.lead-gen-build-action-button[data-disabled] {
|
|
141
|
+
background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
|
|
142
|
+
border-color: color-mix(in srgb, var(--mantine-color-gray-8) 58%, var(--color-surface) 42%) !important;
|
|
143
|
+
color: color-mix(in srgb, var(--color-text-subtle) 88%, var(--color-text-dimmed) 12%) !important;
|
|
144
|
+
opacity: 0.78;
|
|
145
|
+
}
|
|
146
|
+
.lead-gen-build-action-button:disabled:hover,
|
|
147
|
+
.lead-gen-build-action-button[data-disabled]:hover {
|
|
148
|
+
background-color: color-mix(in srgb, var(--mantine-color-gray-8) 48%, var(--color-surface) 52%) !important;
|
|
149
|
+
}
|
|
139
150
|
.mantine-Accordion-control:hover {
|
|
140
151
|
background-color: var(--color-surface-hover);
|
|
141
152
|
}
|