@flamingo-stack/openframe-frontend-core 0.0.237 → 0.0.238
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/{chunk-LPJPTBRI.cjs → chunk-27VVOBDB.cjs} +4 -4
- package/dist/{chunk-LPJPTBRI.cjs.map → chunk-27VVOBDB.cjs.map} +1 -1
- package/dist/{chunk-LIRVOF26.cjs → chunk-5VU66BD2.cjs} +204 -239
- package/dist/chunk-5VU66BD2.cjs.map +1 -0
- package/dist/{chunk-GXSTRY72.js → chunk-7LLS3TWN.js} +6 -66
- package/dist/chunk-7LLS3TWN.js.map +1 -0
- package/dist/chunk-DOM4KWZ7.cjs +207 -0
- package/dist/chunk-DOM4KWZ7.cjs.map +1 -0
- package/dist/{chunk-RZSXPIEF.cjs → chunk-ELMYRGWG.cjs} +9 -9
- package/dist/{chunk-RZSXPIEF.cjs.map → chunk-ELMYRGWG.cjs.map} +1 -1
- package/dist/chunk-FSS2MIEA.cjs +44 -0
- package/dist/chunk-FSS2MIEA.cjs.map +1 -0
- package/dist/{chunk-THUANWCX.js → chunk-G6YZ7O27.js} +3 -3
- package/dist/{chunk-NZRHLJE2.cjs → chunk-IJOJWBME.cjs} +28 -28
- package/dist/{chunk-NZRHLJE2.cjs.map → chunk-IJOJWBME.cjs.map} +1 -1
- package/dist/chunk-L4LAAA5Q.js +65 -0
- package/dist/chunk-L4LAAA5Q.js.map +1 -0
- package/dist/chunk-LJGBFD52.js +44 -0
- package/dist/chunk-LJGBFD52.js.map +1 -0
- package/dist/chunk-M3I6ZPOM.js +207 -0
- package/dist/chunk-M3I6ZPOM.js.map +1 -0
- package/dist/{chunk-366P5YXP.cjs → chunk-MTROCWO4.cjs} +7 -7
- package/dist/{chunk-366P5YXP.cjs.map → chunk-MTROCWO4.cjs.map} +1 -1
- package/dist/{chunk-QP6NU6OL.js → chunk-PN64LWNT.js} +2 -2
- package/dist/{chunk-THCYW34H.cjs → chunk-SZ3BBI6H.cjs} +15 -75
- package/dist/chunk-SZ3BBI6H.cjs.map +1 -0
- package/dist/chunk-T7AJBKZP.cjs +65 -0
- package/dist/chunk-T7AJBKZP.cjs.map +1 -0
- package/dist/{chunk-Q3GY66ST.js → chunk-UECRKCKH.js} +4 -4
- package/dist/{chunk-L3UM4VMU.js → chunk-Y6463TD6.js} +2 -2
- package/dist/{chunk-H3TM4YY7.js → chunk-Y7DCQUNL.js} +2016 -2051
- package/dist/{chunk-H3TM4YY7.js.map → chunk-Y7DCQUNL.js.map} +1 -1
- package/dist/components/chat/index.cjs +6 -5
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.js +5 -4
- package/dist/components/contact/index.cjs +7 -6
- package/dist/components/contact/index.cjs.map +1 -1
- package/dist/components/contact/index.js +6 -5
- package/dist/components/faq/faq-json-ld.d.ts +39 -0
- package/dist/components/faq/faq-json-ld.d.ts.map +1 -0
- package/dist/components/faq/faq-section.d.ts +40 -0
- package/dist/components/faq/faq-section.d.ts.map +1 -0
- package/dist/components/faq/index.cjs +16 -0
- package/dist/components/faq/index.cjs.map +1 -0
- package/dist/components/faq/index.d.ts +3 -0
- package/dist/components/faq/index.d.ts.map +1 -0
- package/dist/components/faq/index.js +16 -0
- package/dist/components/faq/index.js.map +1 -0
- package/dist/components/features/index.cjs +6 -5
- package/dist/components/features/index.cjs.map +1 -1
- package/dist/components/features/index.js +5 -4
- package/dist/components/index.cjs +97 -167
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1066 -1136
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +6 -5
- package/dist/components/navigation/index.cjs.map +1 -1
- package/dist/components/navigation/index.js +5 -4
- package/dist/components/onboarding-guides/index.cjs +34 -31
- package/dist/components/onboarding-guides/index.cjs.map +1 -1
- package/dist/components/onboarding-guides/index.js +12 -9
- package/dist/components/onboarding-guides/index.js.map +1 -1
- package/dist/components/tickets/index.cjs +70 -69
- package/dist/components/tickets/index.cjs.map +1 -1
- package/dist/components/tickets/index.js +8 -7
- package/dist/components/tickets/index.js.map +1 -1
- package/dist/components/ui/index.cjs +8 -6
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +7 -5
- package/dist/hooks/index.cjs +3 -3
- package/dist/hooks/index.js +2 -2
- package/dist/index.cjs +8 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +7 -5
- package/package.json +7 -1
- package/src/components/faq/faq-json-ld.ts +45 -0
- package/src/components/faq/faq-section.tsx +165 -0
- package/src/components/faq/index.ts +2 -0
- package/src/components/faq-accordion.tsx +1 -1
- package/src/components/index.ts +4 -0
- package/dist/chunk-GXSTRY72.js.map +0 -1
- package/dist/chunk-LIRVOF26.cjs.map +0 -1
- package/dist/chunk-THCYW34H.cjs.map +0 -1
- /package/dist/{chunk-THUANWCX.js.map → chunk-G6YZ7O27.js.map} +0 -0
- /package/dist/{chunk-QP6NU6OL.js.map → chunk-PN64LWNT.js.map} +0 -0
- /package/dist/{chunk-Q3GY66ST.js.map → chunk-UECRKCKH.js.map} +0 -0
- /package/dist/{chunk-L3UM4VMU.js.map → chunk-Y6463TD6.js.map} +0 -0
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
EmptyState,
|
|
5
5
|
UnifiedPagination,
|
|
6
6
|
init_unified_pagination
|
|
7
|
-
} from "../../chunk-
|
|
7
|
+
} from "../../chunk-PN64LWNT.js";
|
|
8
8
|
import {
|
|
9
9
|
DevCardRowContent,
|
|
10
10
|
DevCardRowSkeletonList,
|
|
11
11
|
DevSectionPage
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-Y6463TD6.js";
|
|
13
13
|
import "../../chunk-ORJREQ2W.js";
|
|
14
14
|
import {
|
|
15
15
|
ContactForm
|
|
16
|
-
} from "../../chunk-
|
|
16
|
+
} from "../../chunk-G6YZ7O27.js";
|
|
17
17
|
import {
|
|
18
18
|
AlertDialog,
|
|
19
19
|
AlertDialogAction,
|
|
@@ -41,9 +41,11 @@ import {
|
|
|
41
41
|
scrollElementIntoView,
|
|
42
42
|
useChatAttachments,
|
|
43
43
|
useChatIdentity
|
|
44
|
-
} from "../../chunk-
|
|
44
|
+
} from "../../chunk-Y7DCQUNL.js";
|
|
45
|
+
import "../../chunk-4YKGXZ7W.js";
|
|
45
46
|
import "../../chunk-LXC6P2EO.js";
|
|
46
47
|
import "../../chunk-EL5YVPD5.js";
|
|
48
|
+
import "../../chunk-LJGBFD52.js";
|
|
47
49
|
import {
|
|
48
50
|
Button,
|
|
49
51
|
Input,
|
|
@@ -53,7 +55,8 @@ import {
|
|
|
53
55
|
import "../../chunk-OHPI2HRK.js";
|
|
54
56
|
import {
|
|
55
57
|
toast
|
|
56
|
-
} from "../../chunk-
|
|
58
|
+
} from "../../chunk-UECRKCKH.js";
|
|
59
|
+
import "../../chunk-MJNXIEV2.js";
|
|
57
60
|
import {
|
|
58
61
|
usePathname,
|
|
59
62
|
useRouter,
|
|
@@ -64,8 +67,6 @@ import "../../chunk-XTCBRQN2.js";
|
|
|
64
67
|
import "../../chunk-4WZOFD46.js";
|
|
65
68
|
import "../../chunk-6U3IUD57.js";
|
|
66
69
|
import "../../chunk-W72U7OU7.js";
|
|
67
|
-
import "../../chunk-4YKGXZ7W.js";
|
|
68
|
-
import "../../chunk-MJNXIEV2.js";
|
|
69
70
|
import "../../chunk-CZR7ARBA.js";
|
|
70
71
|
import "../../chunk-GGWZFCYS.js";
|
|
71
72
|
|