@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
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
extractItems,
|
|
28
28
|
getContentRefLabelOrTitleCase,
|
|
29
29
|
orderContentRefTypes
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-OTFJKBDW.js";
|
|
31
31
|
import {
|
|
32
32
|
buildSuggestionUrl
|
|
33
33
|
} from "./chunk-VAUI3CND.js";
|
|
@@ -284,4 +284,4 @@ function RelatedContentSection({
|
|
|
284
284
|
export {
|
|
285
285
|
RelatedContentSection
|
|
286
286
|
};
|
|
287
|
-
//# sourceMappingURL=chunk-
|
|
287
|
+
//# sourceMappingURL=chunk-NFUXCXYN.js.map
|
|
@@ -9588,7 +9588,7 @@ init_cn();
|
|
|
9588
9588
|
import { Clock, ExternalLink, GraduationCap, Play as Play2 } from "lucide-react";
|
|
9589
9589
|
import { jsx as jsx73, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
9590
9590
|
function stripMarkdownPreview(text) {
|
|
9591
|
-
return text.replace(/```[\s\S]*?```/g, " ").replace(/^#{1,6}\s+/gm, "").replace(/!?\[([^\]]*)\]\([^)]*\)/g, "$1").replace(/[*_~`>]/g, "").replace(/^\s*[-+]\s+/gm, "").replace(/-{3,}/g, " ").replace(/\s+/g, " ").trim();
|
|
9591
|
+
return text.replace(/```[\s\S]*?```/g, " ").replace(/^#{1,6}\s+/gm, "").replace(/!?\[([^\]]*)\]\([^)]*\)/g, "$1").replace(/[*_~`>]/g, "").replace(/^\s*[-+]\s+/gm, "").replace(/-{3,}/g, " ").replace(/\s+/g, " ").trim().replace(/^([\s\S]{240})[\s\S]+$/, "$1\u2026");
|
|
9592
9592
|
}
|
|
9593
9593
|
var HORIZONTAL_SIZE_TOKENS = {
|
|
9594
9594
|
default: {
|
|
@@ -9818,7 +9818,7 @@ function OnboardingGuideCard({
|
|
|
9818
9818
|
/* @__PURE__ */ jsx73(GraduationCap, { className: "h-3 w-3 shrink-0" }),
|
|
9819
9819
|
/* @__PURE__ */ jsx73("span", { className: "truncate", children: guide.section })
|
|
9820
9820
|
] }),
|
|
9821
|
-
summary && /* @__PURE__ */ jsx73("span", { className: `
|
|
9821
|
+
summary && /* @__PURE__ */ jsx73("span", { className: `font-['DM_Sans'] text-[14px] leading-[20px] text-ods-text-secondary ${t.summaryClamp}`, children: summary })
|
|
9822
9822
|
] })
|
|
9823
9823
|
]
|
|
9824
9824
|
}
|
|
@@ -44031,4 +44031,4 @@ export {
|
|
|
44031
44031
|
LogsList,
|
|
44032
44032
|
assets
|
|
44033
44033
|
};
|
|
44034
|
-
//# sourceMappingURL=chunk-
|
|
44034
|
+
//# sourceMappingURL=chunk-OTFJKBDW.js.map
|