@flamingo-stack/openframe-frontend-core 0.0.245 → 0.0.247
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-MP5HOP7N.cjs → chunk-3JRA55FZ.cjs} +9 -9
- package/dist/{chunk-MP5HOP7N.cjs.map → chunk-3JRA55FZ.cjs.map} +1 -1
- package/dist/{chunk-7ZHFCEJH.js → chunk-DB4HW42V.js} +2 -2
- package/dist/{chunk-CZITXP77.cjs → chunk-ESADULCN.cjs} +7 -4
- package/dist/chunk-ESADULCN.cjs.map +1 -0
- package/dist/{chunk-BKPS6M2F.cjs → chunk-GMFDA36U.cjs} +10 -10
- package/dist/{chunk-BKPS6M2F.cjs.map → chunk-GMFDA36U.cjs.map} +1 -1
- package/dist/{chunk-JJV3XGCY.js → chunk-LXDA67PW.js} +2 -2
- package/dist/{chunk-FRRMXLU5.js → chunk-NZST65RV.js} +7 -4
- package/dist/chunk-NZST65RV.js.map +1 -0
- package/dist/{chunk-DUZBTUXF.cjs → chunk-P2G5X6AW.cjs} +25 -25
- package/dist/{chunk-DUZBTUXF.cjs.map → chunk-P2G5X6AW.cjs.map} +1 -1
- package/dist/{chunk-ML2ROCYA.cjs → chunk-PINAV6VJ.cjs} +29 -29
- package/dist/{chunk-ML2ROCYA.cjs.map → chunk-PINAV6VJ.cjs.map} +1 -1
- package/dist/{chunk-SEVJT2HP.js → chunk-QRGODKEG.js} +2 -2
- package/dist/{chunk-GIDH6UL4.js → chunk-VI7GW7PE.js} +2 -2
- package/dist/{chunk-VXP553WT.cjs → chunk-YJVDQZ5Y.cjs} +7 -7
- package/dist/{chunk-VXP553WT.cjs.map → chunk-YJVDQZ5Y.cjs.map} +1 -1
- package/dist/{chunk-V35PZSUA.js → chunk-ZXECERJ4.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 +18 -3
- 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-CZITXP77.cjs.map +0 -1
- package/dist/chunk-FRRMXLU5.js.map +0 -1
- /package/dist/{chunk-7ZHFCEJH.js.map → chunk-DB4HW42V.js.map} +0 -0
- /package/dist/{chunk-JJV3XGCY.js.map → chunk-LXDA67PW.js.map} +0 -0
- /package/dist/{chunk-SEVJT2HP.js.map → chunk-QRGODKEG.js.map} +0 -0
- /package/dist/{chunk-GIDH6UL4.js.map → chunk-VI7GW7PE.js.map} +0 -0
- /package/dist/{chunk-V35PZSUA.js.map → chunk-ZXECERJ4.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-VI7GW7PE.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-QRGODKEG.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-ZXECERJ4.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-LXDA67PW.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-NZST65RV.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
|
{
|