@flamingo-stack/openframe-frontend-core 0.0.235 → 0.0.236
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-ABSGXVGP.js → chunk-265KKBV2.js} +2 -2
- package/dist/{chunk-VO3K4EEG.js → chunk-2LEMRJ7Z.js} +3 -3
- package/dist/{chunk-MDWFPCHN.cjs → chunk-7SOVT7RJ.cjs} +16 -16
- package/dist/{chunk-MDWFPCHN.cjs.map → chunk-7SOVT7RJ.cjs.map} +1 -1
- package/dist/{chunk-FWYMYXL7.js → chunk-AGU44B7B.js} +2 -2
- package/dist/{chunk-2MHQE5ET.js → chunk-AZGRKZJ7.js} +7 -5
- package/dist/{chunk-X4SQ2S7Z.cjs → chunk-BXMMMSIK.cjs} +1277 -1275
- package/dist/chunk-BXMMMSIK.cjs.map +1 -0
- package/dist/{chunk-M4CWPAIB.cjs → chunk-E3VQ53IM.cjs} +7 -7
- package/dist/{chunk-M4CWPAIB.cjs.map → chunk-E3VQ53IM.cjs.map} +1 -1
- package/dist/{chunk-CG6AZ2MC.cjs → chunk-FIG2RKZF.cjs} +12 -5
- package/dist/chunk-FIG2RKZF.cjs.map +1 -0
- package/dist/{chunk-4Y7427BF.cjs → chunk-GRTZ23GL.cjs} +49 -49
- package/dist/{chunk-4Y7427BF.cjs.map → chunk-GRTZ23GL.cjs.map} +1 -1
- package/dist/{chunk-GW6J7IPD.js → chunk-HGYOMQM3.js} +2 -2
- package/dist/{chunk-EI36Q3EC.js → chunk-JNXFCV7K.js} +4 -4
- package/dist/{chunk-ZLQT3T4F.js → chunk-KIGEKMBB.js} +4 -4
- package/dist/{chunk-X6WUWOL5.cjs → chunk-LPJPTBRI.cjs} +38 -38
- package/dist/{chunk-X6WUWOL5.cjs.map → chunk-LPJPTBRI.cjs.map} +1 -1
- package/dist/{chunk-ETFVD7QU.cjs → chunk-NOS6DCYY.cjs} +12 -12
- package/dist/{chunk-ETFVD7QU.cjs.map → chunk-NOS6DCYY.cjs.map} +1 -1
- package/dist/{chunk-Z6FT2JDQ.js → chunk-Q3GY66ST.js} +3 -3
- package/dist/{chunk-76NMNINV.js → chunk-XTCBRQN2.js} +12 -5
- package/dist/chunk-XTCBRQN2.js.map +1 -0
- package/dist/{chunk-W4NBBPQL.cjs → chunk-Z4IBEIWD.cjs} +8 -8
- package/dist/{chunk-W4NBBPQL.cjs.map → chunk-Z4IBEIWD.cjs.map} +1 -1
- package/dist/{chunk-HJRWBA7M.cjs → chunk-ZP2DKI5P.cjs} +32 -32
- package/dist/{chunk-HJRWBA7M.cjs.map → chunk-ZP2DKI5P.cjs.map} +1 -1
- package/dist/components/chat/index.cjs +10 -6
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.d.ts +1 -0
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/index.js +9 -5
- package/dist/components/contact/index.cjs +7 -7
- package/dist/components/contact/index.js +6 -6
- package/dist/components/features/index.cjs +6 -6
- package/dist/components/features/index.js +5 -5
- package/dist/components/icons/index.cjs +3 -3
- package/dist/components/icons/index.js +2 -2
- package/dist/components/index.cjs +241 -238
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +13 -10
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +6 -6
- package/dist/components/navigation/index.js +5 -5
- package/dist/components/onboarding-guides/index.cjs +30 -30
- package/dist/components/onboarding-guides/index.js +7 -7
- package/dist/components/tickets/index.cjs +89 -89
- package/dist/components/tickets/index.js +8 -8
- package/dist/components/ui/file-manager/index.cjs +69 -69
- package/dist/components/ui/file-manager/index.js +2 -2
- package/dist/components/ui/index.cjs +10 -6
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.js +9 -5
- package/dist/components/vendor-display-button.d.ts.map +1 -1
- package/dist/hooks/index.cjs +4 -4
- package/dist/hooks/index.js +3 -3
- package/dist/index.cjs +10 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +9 -5
- package/dist/platform-domains.cjs +25 -3
- package/dist/platform-domains.cjs.map +1 -1
- package/dist/platform-domains.d.ts +32 -1
- package/dist/platform-domains.d.ts.map +1 -1
- package/dist/platform-domains.js +23 -4
- package/dist/platform-domains.js.map +1 -1
- package/dist/types/index.cjs +10 -3
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.js +10 -3
- package/dist/types/index.js.map +1 -1
- package/dist/utils/index.cjs +10 -3
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +10 -3
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
- package/src/__tests__/platform-domains.test.ts +52 -0
- package/src/components/chat/index.ts +1 -0
- package/src/components/vendor-display-button.tsx +4 -3
- package/src/platform-domains.ts +71 -10
- package/dist/chunk-76NMNINV.js.map +0 -1
- package/dist/chunk-CG6AZ2MC.cjs.map +0 -1
- package/dist/chunk-X4SQ2S7Z.cjs.map +0 -1
- /package/dist/{chunk-ABSGXVGP.js.map → chunk-265KKBV2.js.map} +0 -0
- /package/dist/{chunk-VO3K4EEG.js.map → chunk-2LEMRJ7Z.js.map} +0 -0
- /package/dist/{chunk-FWYMYXL7.js.map → chunk-AGU44B7B.js.map} +0 -0
- /package/dist/{chunk-2MHQE5ET.js.map → chunk-AZGRKZJ7.js.map} +0 -0
- /package/dist/{chunk-GW6J7IPD.js.map → chunk-HGYOMQM3.js.map} +0 -0
- /package/dist/{chunk-EI36Q3EC.js.map → chunk-JNXFCV7K.js.map} +0 -0
- /package/dist/{chunk-ZLQT3T4F.js.map → chunk-KIGEKMBB.js.map} +0 -0
- /package/dist/{chunk-Z6FT2JDQ.js.map → chunk-Q3GY66ST.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
UnifiedPagination,
|
|
7
7
|
init_unified_pagination,
|
|
8
8
|
unified_pagination_exports
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-JNXFCV7K.js";
|
|
10
10
|
import {
|
|
11
11
|
DetailPageSkeleton,
|
|
12
12
|
DocSearchBar,
|
|
@@ -16,14 +16,14 @@ import {
|
|
|
16
16
|
resolveSearchResultAction,
|
|
17
17
|
useDocSearch,
|
|
18
18
|
useSelfFetch
|
|
19
|
-
} from "../chunk-
|
|
19
|
+
} from "../chunk-2LEMRJ7Z.js";
|
|
20
20
|
import {
|
|
21
21
|
DevCardRowContent,
|
|
22
22
|
DevCardRowSkeleton,
|
|
23
23
|
DevCardRowSkeletonList,
|
|
24
24
|
DevSectionPage,
|
|
25
25
|
DevSectionView
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-HGYOMQM3.js";
|
|
27
27
|
import "../chunk-ORJREQ2W.js";
|
|
28
28
|
import {
|
|
29
29
|
ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE,
|
|
@@ -156,8 +156,10 @@ import {
|
|
|
156
156
|
ChatIdentityProvider,
|
|
157
157
|
ChatInput,
|
|
158
158
|
ChatMessageList,
|
|
159
|
+
ChatMessageListSkeleton,
|
|
159
160
|
ChatMessageRow,
|
|
160
161
|
ChatMessageRowSkeleton,
|
|
162
|
+
ChatMessageSkeleton,
|
|
161
163
|
ChatPanelHeader,
|
|
162
164
|
ChatQuickAction,
|
|
163
165
|
ChatSidebar,
|
|
@@ -691,7 +693,7 @@ import {
|
|
|
691
693
|
useVideoOriginPreconnect,
|
|
692
694
|
useVideoWarmup,
|
|
693
695
|
usesCanonicalStatusStyle
|
|
694
|
-
} from "../chunk-
|
|
696
|
+
} from "../chunk-AZGRKZJ7.js";
|
|
695
697
|
import {
|
|
696
698
|
next_image_default
|
|
697
699
|
} from "../chunk-LXC6P2EO.js";
|
|
@@ -727,7 +729,7 @@ import {
|
|
|
727
729
|
SplitButton,
|
|
728
730
|
buttonVariants,
|
|
729
731
|
init_button2 as init_button
|
|
730
|
-
} from "../chunk-
|
|
732
|
+
} from "../chunk-AGU44B7B.js";
|
|
731
733
|
import {
|
|
732
734
|
init_next_link,
|
|
733
735
|
next_link_default
|
|
@@ -742,7 +744,7 @@ import {
|
|
|
742
744
|
showToast,
|
|
743
745
|
useOnboardingState,
|
|
744
746
|
useToast
|
|
745
|
-
} from "../chunk-
|
|
747
|
+
} from "../chunk-Q3GY66ST.js";
|
|
746
748
|
import {
|
|
747
749
|
init_next_navigation,
|
|
748
750
|
usePathname,
|
|
@@ -900,12 +902,12 @@ import {
|
|
|
900
902
|
YouTubeIcon,
|
|
901
903
|
getDeviceTypeIcon,
|
|
902
904
|
renderSvgIcon
|
|
903
|
-
} from "../chunk-
|
|
905
|
+
} from "../chunk-265KKBV2.js";
|
|
904
906
|
import {
|
|
905
907
|
cn,
|
|
906
908
|
getBaseUrl,
|
|
907
909
|
init_cn
|
|
908
|
-
} from "../chunk-
|
|
910
|
+
} from "../chunk-XTCBRQN2.js";
|
|
909
911
|
import {
|
|
910
912
|
PlayIcon
|
|
911
913
|
} from "../chunk-4WZOFD46.js";
|
|
@@ -1420,8 +1422,7 @@ import { jsx as jsx7, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
|
1420
1422
|
function VendorDisplayButton({ vendor, onClick, variant = "default", externalUrl }) {
|
|
1421
1423
|
const handleClick = () => {
|
|
1422
1424
|
if (externalUrl && vendor.slug) {
|
|
1423
|
-
|
|
1424
|
-
window.open(`${baseUrl}/vendor/${vendor.slug}`, "_blank", "noopener,noreferrer");
|
|
1425
|
+
window.open(`${externalUrl}/vendor/${vendor.slug}`, "_blank", "noopener,noreferrer");
|
|
1425
1426
|
} else if (onClick && vendor.slug) {
|
|
1426
1427
|
onClick(vendor.slug);
|
|
1427
1428
|
}
|
|
@@ -7093,8 +7094,10 @@ export {
|
|
|
7093
7094
|
ChatInput,
|
|
7094
7095
|
MemoizedChatMessageEnhanced as ChatMessageEnhanced,
|
|
7095
7096
|
ChatMessageList,
|
|
7097
|
+
ChatMessageListSkeleton,
|
|
7096
7098
|
ChatMessageRow,
|
|
7097
7099
|
ChatMessageRowSkeleton,
|
|
7100
|
+
ChatMessageSkeleton,
|
|
7098
7101
|
ChatPanelHeader,
|
|
7099
7102
|
ChatQuickAction,
|
|
7100
7103
|
ChatSidebar,
|