@flamingo-stack/openframe-frontend-core 0.0.233-snapshot.20260608164734 → 0.0.233

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.
Files changed (43) hide show
  1. package/dist/{chunk-BOF5MSRY.js → chunk-4ZUR4RJ7.js} +2 -2
  2. package/dist/{chunk-DHCGJW3G.js → chunk-55IS2VJD.js} +2 -3
  3. package/dist/{chunk-DHCGJW3G.js.map → chunk-55IS2VJD.js.map} +1 -1
  4. package/dist/{chunk-W7P7RH2X.cjs → chunk-7CCNTX6H.cjs} +2 -3
  5. package/dist/chunk-7CCNTX6H.cjs.map +1 -0
  6. package/dist/{chunk-IBSZ27Y7.cjs → chunk-7RR7C26P.cjs} +7 -7
  7. package/dist/{chunk-IBSZ27Y7.cjs.map → chunk-7RR7C26P.cjs.map} +1 -1
  8. package/dist/{chunk-UYWJM2LS.cjs → chunk-L7AKGXCD.cjs} +10 -10
  9. package/dist/{chunk-UYWJM2LS.cjs.map → chunk-L7AKGXCD.cjs.map} +1 -1
  10. package/dist/{chunk-F6F525T7.js → chunk-N3CB52DX.js} +2 -2
  11. package/dist/{chunk-52PRKXK4.cjs → chunk-QZFUVNYV.cjs} +25 -25
  12. package/dist/{chunk-52PRKXK4.cjs.map → chunk-QZFUVNYV.cjs.map} +1 -1
  13. package/dist/{chunk-GSD52WAS.js → chunk-T7REIQSK.js} +2 -2
  14. package/dist/{chunk-EO3RG6II.cjs → chunk-VENRDZ74.cjs} +9 -9
  15. package/dist/{chunk-EO3RG6II.cjs.map → chunk-VENRDZ74.cjs.map} +1 -1
  16. package/dist/{chunk-D3S2ODUI.js → chunk-VHPEQK2V.js} +2 -2
  17. package/dist/components/chat/index.cjs +2 -2
  18. package/dist/components/chat/index.js +1 -1
  19. package/dist/components/contact/index.cjs +3 -3
  20. package/dist/components/contact/index.js +2 -2
  21. package/dist/components/features/index.cjs +2 -2
  22. package/dist/components/features/index.js +1 -1
  23. package/dist/components/index.cjs +77 -77
  24. package/dist/components/index.js +4 -4
  25. package/dist/components/navigation/index.cjs +2 -2
  26. package/dist/components/navigation/index.js +1 -1
  27. package/dist/components/onboarding-guides/index.cjs +26 -26
  28. package/dist/components/onboarding-guides/index.js +3 -3
  29. package/dist/components/tickets/index.cjs +64 -64
  30. package/dist/components/tickets/index.js +4 -4
  31. package/dist/components/ui/dashboard-info-card.d.ts +2 -4
  32. package/dist/components/ui/dashboard-info-card.d.ts.map +1 -1
  33. package/dist/components/ui/index.cjs +2 -2
  34. package/dist/components/ui/index.js +1 -1
  35. package/dist/index.cjs +2 -2
  36. package/dist/index.js +1 -1
  37. package/package.json +1 -1
  38. package/src/components/ui/dashboard-info-card.tsx +4 -9
  39. package/dist/chunk-W7P7RH2X.cjs.map +0 -1
  40. /package/dist/{chunk-BOF5MSRY.js.map → chunk-4ZUR4RJ7.js.map} +0 -0
  41. /package/dist/{chunk-F6F525T7.js.map → chunk-N3CB52DX.js.map} +0 -0
  42. /package/dist/{chunk-GSD52WAS.js.map → chunk-T7REIQSK.js.map} +0 -0
  43. /package/dist/{chunk-D3S2ODUI.js.map → chunk-VHPEQK2V.js.map} +0 -0
@@ -7,7 +7,7 @@ import {
7
7
  resolveExternalNavigation,
8
8
  resolveSourceIcon,
9
9
  stripSameOriginToPath
10
- } from "./chunk-DHCGJW3G.js";
10
+ } from "./chunk-55IS2VJD.js";
11
11
  import {
12
12
  useDebounce
13
13
  } from "./chunk-LLTUSEHF.js";
@@ -446,4 +446,4 @@ export {
446
446
  useSelfFetch,
447
447
  DetailPageSkeleton
448
448
  };
449
- //# sourceMappingURL=chunk-BOF5MSRY.js.map
449
+ //# sourceMappingURL=chunk-4ZUR4RJ7.js.map
@@ -17685,7 +17685,6 @@ function FloatingTooltip({
17685
17685
  import { Fragment as Fragment22, jsx as jsx135, jsxs as jsxs106 } from "react/jsx-runtime";
17686
17686
  function DashboardInfoCard({
17687
17687
  title,
17688
- titleSlot,
17689
17688
  value,
17690
17689
  percentage,
17691
17690
  showProgress = false,
@@ -17699,7 +17698,7 @@ function DashboardInfoCard({
17699
17698
  const formattedValue = typeof value === "number" ? value.toLocaleString() : value;
17700
17699
  const cardContent = /* @__PURE__ */ jsxs106(Fragment22, { children: [
17701
17700
  /* @__PURE__ */ jsxs106("div", { className: "flex-1 flex flex-col", children: [
17702
- titleSlot ?? /* @__PURE__ */ jsx135("p", { className: "text-h5 text-ods-text-secondary", children: title }),
17701
+ /* @__PURE__ */ jsx135("p", { className: "text-h5 text-ods-text-secondary", children: title }),
17703
17702
  /* @__PURE__ */ jsxs106("div", { className: "flex items-center gap-[var(--spacing-system-xs)]", children: [
17704
17703
  /* @__PURE__ */ jsx135("p", { className: cn("text-h2 text-ods-text-primary", valueClassName), children: formattedValue }),
17705
17704
  percentage !== void 0 && (progressVariant === "warning" || progressVariant === "error" ? /* @__PURE__ */ jsx135(Tag, { variant: progressVariant, label: `${percentage}%` }) : /* @__PURE__ */ jsxs106("p", { className: "text-h4 text-ods-text-secondary", children: [
@@ -44018,4 +44017,4 @@ export {
44018
44017
  LogsList,
44019
44018
  assets
44020
44019
  };
44021
- //# sourceMappingURL=chunk-DHCGJW3G.js.map
44020
+ //# sourceMappingURL=chunk-55IS2VJD.js.map