@flamingo-stack/openframe-frontend-core 0.0.246 → 0.0.248
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-GMFDA36U.cjs → chunk-2Q5GVNXP.cjs} +10 -10
- package/dist/{chunk-GMFDA36U.cjs.map → chunk-2Q5GVNXP.cjs.map} +1 -1
- package/dist/{chunk-P2G5X6AW.cjs → chunk-4VSPLMB6.cjs} +25 -25
- package/dist/{chunk-P2G5X6AW.cjs.map → chunk-4VSPLMB6.cjs.map} +1 -1
- package/dist/{chunk-QRGODKEG.js → chunk-672QV33W.js} +2 -2
- package/dist/{chunk-VI7GW7PE.js → chunk-NFUXCXYN.js} +2 -2
- package/dist/{chunk-NZST65RV.js → chunk-OTFJKBDW.js} +3 -3
- package/dist/chunk-OTFJKBDW.js.map +1 -0
- package/dist/{chunk-PINAV6VJ.cjs → chunk-OZKPUBKX.cjs} +29 -29
- package/dist/{chunk-PINAV6VJ.cjs.map → chunk-OZKPUBKX.cjs.map} +1 -1
- package/dist/{chunk-DB4HW42V.js → chunk-PJT6RRSP.js} +2 -2
- package/dist/{chunk-ESADULCN.cjs → chunk-PMYD4WKR.cjs} +3 -3
- package/dist/{chunk-ESADULCN.cjs.map → chunk-PMYD4WKR.cjs.map} +1 -1
- package/dist/{chunk-3JRA55FZ.cjs → chunk-QHYCWQBH.cjs} +9 -9
- package/dist/{chunk-3JRA55FZ.cjs.map → chunk-QHYCWQBH.cjs.map} +1 -1
- package/dist/{chunk-YJVDQZ5Y.cjs → chunk-QWYJETDL.cjs} +7 -7
- package/dist/{chunk-YJVDQZ5Y.cjs.map → chunk-QWYJETDL.cjs.map} +1 -1
- package/dist/{chunk-ZXECERJ4.js → chunk-RV2PYHCJ.js} +2 -2
- package/dist/{chunk-LXDA67PW.js → chunk-WTTLEGEO.js} +2 -2
- package/dist/components/chat/entity-cards/onboarding-guide-card.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +2 -2
- package/dist/components/chat/index.js +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +75 -75
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +6 -6
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/onboarding-guides/index.cjs +23 -23
- package/dist/components/onboarding-guides/index.cjs.map +1 -1
- package/dist/components/onboarding-guides/index.js +5 -5
- package/dist/components/onboarding-guides/index.js.map +1 -1
- package/dist/components/onboarding-guides/onboarding-guide-detail-view.d.ts.map +1 -1
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/shared/product-release/release-detail-page.d.ts.map +1 -1
- package/dist/components/tickets/index.cjs +64 -64
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +2 -2
- package/dist/components/ui/index.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/components/chat/entity-cards/onboarding-guide-card.tsx +6 -1
- package/src/components/onboarding-guides/onboarding-guide-detail-view.tsx +7 -3
- package/src/components/shared/product-release/release-detail-page.tsx +6 -3
- package/dist/chunk-NZST65RV.js.map +0 -1
- /package/dist/{chunk-QRGODKEG.js.map → chunk-672QV33W.js.map} +0 -0
- /package/dist/{chunk-VI7GW7PE.js.map → chunk-NFUXCXYN.js.map} +0 -0
- /package/dist/{chunk-DB4HW42V.js.map → chunk-PJT6RRSP.js.map} +0 -0
- /package/dist/{chunk-ZXECERJ4.js.map → chunk-RV2PYHCJ.js.map} +0 -0
- /package/dist/{chunk-LXDA67PW.js.map → chunk-WTTLEGEO.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -6,14 +6,14 @@ import {
|
|
|
6
6
|
} from "../chunk-MKVKVJQQ.js";
|
|
7
7
|
import {
|
|
8
8
|
RelatedContentSection
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-NFUXCXYN.js";
|
|
10
10
|
import {
|
|
11
11
|
DeliveryRow,
|
|
12
12
|
EmptyState,
|
|
13
13
|
UnifiedPagination,
|
|
14
14
|
init_unified_pagination,
|
|
15
15
|
unified_pagination_exports
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-672QV33W.js";
|
|
17
17
|
import {
|
|
18
18
|
DetailPageSkeleton,
|
|
19
19
|
DocSearchBar,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
mapDocSearchResults,
|
|
23
23
|
resolveSearchResultAction,
|
|
24
24
|
useDocSearch
|
|
25
|
-
} from "../chunk-
|
|
25
|
+
} from "../chunk-RV2PYHCJ.js";
|
|
26
26
|
import {
|
|
27
27
|
useSelfFetch
|
|
28
28
|
} from "../chunk-L4LAAA5Q.js";
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
DevCardRowSkeletonList,
|
|
33
33
|
DevSectionPage,
|
|
34
34
|
DevSectionView
|
|
35
|
-
} from "../chunk-
|
|
35
|
+
} from "../chunk-WTTLEGEO.js";
|
|
36
36
|
import "../chunk-4XLJWX2N.js";
|
|
37
37
|
import {
|
|
38
38
|
ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE,
|
|
@@ -701,7 +701,7 @@ import {
|
|
|
701
701
|
useVideoOriginPreconnect,
|
|
702
702
|
useVideoWarmup,
|
|
703
703
|
usesCanonicalStatusStyle
|
|
704
|
-
} from "../chunk-
|
|
704
|
+
} from "../chunk-OTFJKBDW.js";
|
|
705
705
|
import {
|
|
706
706
|
CommandApprovalToast,
|
|
707
707
|
ToastCard,
|
|
@@ -5895,7 +5895,7 @@ function ReleaseDetailPage({
|
|
|
5895
5895
|
const featuresAdded = release.features_added;
|
|
5896
5896
|
const bugFixed = release.bugs_fixed;
|
|
5897
5897
|
const improvements = release.improvements;
|
|
5898
|
-
return /* @__PURE__ */ jsxs42(
|
|
5898
|
+
return /* @__PURE__ */ jsxs42(PageShell, { children: [
|
|
5899
5899
|
showBackButton && /* @__PURE__ */ jsx52(
|
|
5900
5900
|
BackButton,
|
|
5901
5901
|
{
|