@flamingo-stack/openframe-frontend-core 0.0.175 → 0.0.176
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-JI43U7UN.cjs → chunk-SVF4YOGM.cjs} +2 -2
- package/dist/chunk-SVF4YOGM.cjs.map +1 -0
- package/dist/{chunk-KCKMK4UF.js → chunk-VY6SYM2L.js} +2 -2
- package/dist/chunk-VY6SYM2L.js.map +1 -0
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +2 -2
- package/dist/components/index.js +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- 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/ui/info-card.tsx +1 -1
- package/dist/chunk-JI43U7UN.cjs.map +0 -1
- package/dist/chunk-KCKMK4UF.js.map +0 -1
|
@@ -18712,7 +18712,7 @@ function InfoCard({ data, className = "" }) {
|
|
|
18712
18712
|
}
|
|
18713
18713
|
function InfoCardValueRow({ label, value, showLabel, copyable, copyAriaLabel }) {
|
|
18714
18714
|
const { copy, copied } = useCopyToClipboard();
|
|
18715
|
-
return /* @__PURE__ */ jsxs119("div", { className: "flex h-6 items-center gap-
|
|
18715
|
+
return /* @__PURE__ */ jsxs119("div", { className: "flex h-6 items-center gap-[var(--spacing-system-xs)] self-stretch w-full", children: [
|
|
18716
18716
|
/* @__PURE__ */ jsx147("span", { className: "text-h4 text-ods-text-primary whitespace-nowrap", children: showLabel ? label : "" }),
|
|
18717
18717
|
/* @__PURE__ */ jsx147("div", { className: "flex-1 h-px bg-ods-divider" }),
|
|
18718
18718
|
/* @__PURE__ */ jsxs119("div", { className: "flex items-center gap-[var(--spacing-system-xsf)] max-w-[60%]", children: [
|
|
@@ -34342,4 +34342,4 @@ export {
|
|
|
34342
34342
|
TMCG_SOCIAL_PLATFORMS,
|
|
34343
34343
|
assets
|
|
34344
34344
|
};
|
|
34345
|
-
//# sourceMappingURL=chunk-
|
|
34345
|
+
//# sourceMappingURL=chunk-VY6SYM2L.js.map
|