@flamingo-stack/openframe-frontend-core 0.0.220-snapshot.20260602171504 → 0.0.220
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-WR32ZE63.js → chunk-3S5LHIG6.js} +2 -2
- package/dist/{chunk-HUA4XG4S.js → chunk-6XYG4J4R.js} +2 -2
- package/dist/{chunk-5GN7TXHY.cjs → chunk-B4RBJQBJ.cjs} +10 -10
- package/dist/{chunk-5GN7TXHY.cjs.map → chunk-B4RBJQBJ.cjs.map} +1 -1
- package/dist/{chunk-RCECOGMI.js → chunk-CH5KIJJT.js} +2 -2
- package/dist/{chunk-T5MEXJD5.js → chunk-HIGI5ZPK.js} +2 -2
- package/dist/{chunk-SEECETJY.cjs → chunk-ICJRYD3E.cjs} +3 -4
- package/dist/chunk-ICJRYD3E.cjs.map +1 -0
- package/dist/{chunk-KXF3WCPH.js → chunk-OPTUEWOT.js} +3 -4
- package/dist/chunk-OPTUEWOT.js.map +1 -0
- package/dist/{chunk-BAKZF4GU.cjs → chunk-RBTT2TIG.cjs} +7 -7
- package/dist/{chunk-BAKZF4GU.cjs.map → chunk-RBTT2TIG.cjs.map} +1 -1
- package/dist/{chunk-W23DRJAA.cjs → chunk-SEAFHHDR.cjs} +9 -9
- package/dist/{chunk-W23DRJAA.cjs.map → chunk-SEAFHHDR.cjs.map} +1 -1
- package/dist/{chunk-BCL24DFU.cjs → chunk-TYR7DCGH.cjs} +24 -24
- package/dist/{chunk-BCL24DFU.cjs.map → chunk-TYR7DCGH.cjs.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 +77 -77
- package/dist/components/index.js +4 -4
- package/dist/components/layout/page-heading.d.ts +6 -7
- package/dist/components/layout/page-heading.d.ts.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 +25 -25
- package/dist/components/onboarding-guides/index.js +3 -3
- 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/layout/page-heading.tsx +7 -13
- package/dist/chunk-KXF3WCPH.js.map +0 -1
- package/dist/chunk-SEECETJY.cjs.map +0 -1
- /package/dist/{chunk-WR32ZE63.js.map → chunk-3S5LHIG6.js.map} +0 -0
- /package/dist/{chunk-HUA4XG4S.js.map → chunk-6XYG4J4R.js.map} +0 -0
- /package/dist/{chunk-RCECOGMI.js.map → chunk-CH5KIJJT.js.map} +0 -0
- /package/dist/{chunk-T5MEXJD5.js.map → chunk-HIGI5ZPK.js.map} +0 -0
|
@@ -14712,7 +14712,7 @@ function ListPageLayout({
|
|
|
14712
14712
|
|
|
14713
14713
|
// src/components/layout/page-heading.tsx
|
|
14714
14714
|
import { Fragment as Fragment21, jsx as jsx117, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
14715
|
-
var PAGE_HEADING_CLASS = "text-h1 text-ods-text-primary";
|
|
14715
|
+
var PAGE_HEADING_CLASS = "text-h1 text-ods-text-primary tracking-[-1.12px]";
|
|
14716
14716
|
var DESCRIPTION_CLASS = "mt-6 max-w-[640px] font-['DM_Sans'] text-[16px] md:text-[18px] leading-[24px] md:leading-[28px] text-ods-text-secondary";
|
|
14717
14717
|
function PageHeading({
|
|
14718
14718
|
children,
|
|
@@ -14723,10 +14723,9 @@ function PageHeading({
|
|
|
14723
14723
|
}) {
|
|
14724
14724
|
const headingClass = className ? `${PAGE_HEADING_CLASS} ${className}` : PAGE_HEADING_CLASS;
|
|
14725
14725
|
const descClass = descriptionClassName ? `${DESCRIPTION_CLASS} ${descriptionClassName}` : DESCRIPTION_CLASS;
|
|
14726
|
-
const hasDescription = description != null && description !== "" && typeof description !== "boolean";
|
|
14727
14726
|
return /* @__PURE__ */ jsxs95(Fragment21, { children: [
|
|
14728
14727
|
/* @__PURE__ */ jsx117(Tag2, { className: headingClass, children }),
|
|
14729
|
-
|
|
14728
|
+
description != null && description !== "" && /* @__PURE__ */ jsx117("p", { className: descClass, children: description })
|
|
14730
14729
|
] });
|
|
14731
14730
|
}
|
|
14732
14731
|
|
|
@@ -42828,4 +42827,4 @@ export {
|
|
|
42828
42827
|
LogsList,
|
|
42829
42828
|
assets
|
|
42830
42829
|
};
|
|
42831
|
-
//# sourceMappingURL=chunk-
|
|
42830
|
+
//# sourceMappingURL=chunk-OPTUEWOT.js.map
|