@flamingo-stack/openframe-frontend-core 0.0.230 → 0.0.231

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 (76) hide show
  1. package/dist/{chunk-2BMV2LVL.js → chunk-3C4GHSLI.js} +1693 -1678
  2. package/dist/chunk-3C4GHSLI.js.map +1 -0
  3. package/dist/{chunk-FLUZ2QMJ.js → chunk-BAQ6SS32.js} +2 -2
  4. package/dist/{chunk-Z2KOH5S4.cjs → chunk-BVLU6HLN.cjs} +9 -9
  5. package/dist/{chunk-Z2KOH5S4.cjs.map → chunk-BVLU6HLN.cjs.map} +1 -1
  6. package/dist/{chunk-4VXGQIMC.cjs → chunk-DNRO2BXS.cjs} +10 -10
  7. package/dist/{chunk-4VXGQIMC.cjs.map → chunk-DNRO2BXS.cjs.map} +1 -1
  8. package/dist/{chunk-Y4N4XWUK.cjs → chunk-J3F3LZZI.cjs} +23 -8
  9. package/dist/chunk-J3F3LZZI.cjs.map +1 -0
  10. package/dist/{chunk-AAX7PMU7.cjs → chunk-NFZLQOD7.cjs} +25 -25
  11. package/dist/{chunk-AAX7PMU7.cjs.map → chunk-NFZLQOD7.cjs.map} +1 -1
  12. package/dist/{chunk-G5JQMCE7.js → chunk-R46QCZLS.js} +2 -2
  13. package/dist/{chunk-GROUDMXE.cjs → chunk-RL6VQEFT.cjs} +7 -7
  14. package/dist/{chunk-GROUDMXE.cjs.map → chunk-RL6VQEFT.cjs.map} +1 -1
  15. package/dist/{chunk-6ME63EW3.js → chunk-U2OLWICZ.js} +2 -2
  16. package/dist/{chunk-XVJQ7SKB.js → chunk-USACX2O4.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/entity-tag-badges.d.ts +17 -0
  22. package/dist/components/features/entity-tag-badges.d.ts.map +1 -0
  23. package/dist/components/features/index.cjs +4 -2
  24. package/dist/components/features/index.cjs.map +1 -1
  25. package/dist/components/features/index.d.ts +1 -0
  26. package/dist/components/features/index.d.ts.map +1 -1
  27. package/dist/components/features/index.js +3 -1
  28. package/dist/components/index.cjs +97 -104
  29. package/dist/components/index.cjs.map +1 -1
  30. package/dist/components/index.js +9 -16
  31. package/dist/components/index.js.map +1 -1
  32. package/dist/components/navigation/index.cjs +2 -2
  33. package/dist/components/navigation/index.js +1 -1
  34. package/dist/components/onboarding-guides/index.cjs +27 -25
  35. package/dist/components/onboarding-guides/index.cjs.map +1 -1
  36. package/dist/components/onboarding-guides/index.js +5 -3
  37. package/dist/components/onboarding-guides/index.js.map +1 -1
  38. package/dist/components/onboarding-guides/onboarding-guide-detail-view.d.ts.map +1 -1
  39. package/dist/components/shared/product-release/release-detail-page.d.ts.map +1 -1
  40. package/dist/components/tickets/index.cjs +64 -64
  41. package/dist/components/tickets/index.js +4 -4
  42. package/dist/components/ui/index.cjs +2 -2
  43. package/dist/components/ui/index.js +1 -1
  44. package/dist/components/unified-filter-logic.d.ts.map +1 -1
  45. package/dist/index.cjs +4 -2
  46. package/dist/index.cjs.map +1 -1
  47. package/dist/index.js +3 -1
  48. package/dist/types/blog.d.ts +13 -1
  49. package/dist/types/blog.d.ts.map +1 -1
  50. package/dist/types/case-study.d.ts +2 -5
  51. package/dist/types/case-study.d.ts.map +1 -1
  52. package/dist/types/index.cjs.map +1 -1
  53. package/dist/types/index.js.map +1 -1
  54. package/dist/types/product-release.d.ts +2 -5
  55. package/dist/types/product-release.d.ts.map +1 -1
  56. package/dist/types/supabase.d.ts +0 -40
  57. package/dist/types/supabase.d.ts.map +1 -1
  58. package/dist/utils/index.cjs.map +1 -1
  59. package/dist/utils/index.js.map +1 -1
  60. package/package.json +1 -1
  61. package/src/components/features/entity-tag-badges.tsx +32 -0
  62. package/src/components/features/index.ts +1 -0
  63. package/src/components/features/tags-selector.tsx +6 -6
  64. package/src/components/onboarding-guides/onboarding-guide-detail-view.tsx +4 -0
  65. package/src/components/shared/product-release/release-detail-page.tsx +4 -14
  66. package/src/components/unified-filter-logic.tsx +4 -3
  67. package/src/types/blog.ts +15 -1
  68. package/src/types/case-study.ts +3 -5
  69. package/src/types/product-release.ts +3 -5
  70. package/src/types/supabase.ts +0 -40
  71. package/dist/chunk-2BMV2LVL.js.map +0 -1
  72. package/dist/chunk-Y4N4XWUK.cjs.map +0 -1
  73. /package/dist/{chunk-FLUZ2QMJ.js.map → chunk-BAQ6SS32.js.map} +0 -0
  74. /package/dist/{chunk-G5JQMCE7.js.map → chunk-R46QCZLS.js.map} +0 -0
  75. /package/dist/{chunk-6ME63EW3.js.map → chunk-U2OLWICZ.js.map} +0 -0
  76. /package/dist/{chunk-XVJQ7SKB.js.map → chunk-USACX2O4.js.map} +0 -0
@@ -6,7 +6,7 @@ import {
6
6
  UnifiedPagination,
7
7
  init_unified_pagination,
8
8
  unified_pagination_exports
9
- } from "../chunk-G5JQMCE7.js";
9
+ } from "../chunk-R46QCZLS.js";
10
10
  import {
11
11
  DetailPageSkeleton,
12
12
  DocSearchBar,
@@ -16,14 +16,14 @@ import {
16
16
  resolveSearchResultAction,
17
17
  useDocSearch,
18
18
  useSelfFetch
19
- } from "../chunk-FLUZ2QMJ.js";
19
+ } from "../chunk-BAQ6SS32.js";
20
20
  import {
21
21
  DevCardRowContent,
22
22
  DevCardRowSkeleton,
23
23
  DevCardRowSkeletonList,
24
24
  DevSectionPage,
25
25
  DevSectionView
26
- } from "../chunk-XVJQ7SKB.js";
26
+ } from "../chunk-USACX2O4.js";
27
27
  import "../chunk-ORJREQ2W.js";
28
28
  import {
29
29
  ADMIN_APPROVAL_REQUEST_CONTEXT_TYPE,
@@ -242,6 +242,7 @@ import {
242
242
  EntityMetadataAuthorCell,
243
243
  EntityMetadataValueCell,
244
244
  EntitySummaryEditor,
245
+ EntityTagBadges,
245
246
  EntityVideoSection,
246
247
  ErrorBoundary,
247
248
  ErrorMessageDisplay,
@@ -690,7 +691,7 @@ import {
690
691
  useVideoOriginPreconnect,
691
692
  useVideoWarmup,
692
693
  usesCanonicalStatusStyle
693
- } from "../chunk-2BMV2LVL.js";
694
+ } from "../chunk-3C4GHSLI.js";
694
695
  import {
695
696
  next_image_default
696
697
  } from "../chunk-LXC6P2EO.js";
@@ -2340,7 +2341,7 @@ function useUnifiedFiltering(config) {
2340
2341
  const search = searchParams?.get("search") || void 0;
2341
2342
  const categories = searchParams?.get("category")?.split(",").filter(Boolean) || [];
2342
2343
  const subcategories = searchParams?.get("subcategory")?.split(",").filter(Boolean) || [];
2343
- const tags = searchParams?.get("tag")?.split(",").filter(Boolean) || [];
2344
+ const tags = searchParams?.get("tags")?.split(",").filter(Boolean) || [];
2344
2345
  const filters = searchParams?.getAll("filter") || [];
2345
2346
  const pricing = searchParams?.get("pricing") || void 0;
2346
2347
  const page = parseInt(searchParams?.get("page") || "1");
@@ -2371,7 +2372,7 @@ function useUnifiedFiltering(config) {
2371
2372
  params.set("subcategory", updatedState.subcategories.join(","));
2372
2373
  }
2373
2374
  if (updatedState.tags && updatedState.tags.length > 0 && config.supportedFilters.tags) {
2374
- params.set("tag", updatedState.tags.join(","));
2375
+ params.set("tags", updatedState.tags.join(","));
2375
2376
  }
2376
2377
  if (updatedState.filters && updatedState.filters.length > 0 && config.supportedFilters.filters) {
2377
2378
  updatedState.filters.forEach((filter) => params.append("filter", filter));
@@ -5950,7 +5951,6 @@ function ReleaseDetailPage({
5950
5951
  const releaseDate = release.release_date;
5951
5952
  const releaseType = release.release_type;
5952
5953
  const releaseStatus = release.release_status;
5953
- const blogTags = release.blog_tags;
5954
5954
  const releaseMedia = release.release_media;
5955
5955
  const author = release.author;
5956
5956
  const githubReleases = release.github_releases;
@@ -5983,15 +5983,7 @@ function ReleaseDetailPage({
5983
5983
  releaseVersion
5984
5984
  ] })
5985
5985
  ] }) }),
5986
- /* @__PURE__ */ jsx53("div", { className: "flex flex-wrap gap-2 w-full", children: blogTags?.map((tag) => /* @__PURE__ */ jsx53(
5987
- StatusBadge,
5988
- {
5989
- text: (tag.name || tag.blog_tags?.name || "").toUpperCase(),
5990
- variant: "card",
5991
- className: "bg-ods-card border border-ods-border"
5992
- },
5993
- tag.id || tag.blog_tags?.id
5994
- )) }),
5986
+ /* @__PURE__ */ jsx53(EntityTagBadges, { tags: release.product_release_tags }),
5995
5987
  /* @__PURE__ */ jsxs43("div", { className: "grid grid-cols-1 md:grid-cols-4 border border-ods-border rounded-md overflow-hidden w-full", children: [
5996
5988
  /* @__PURE__ */ jsx53("div", { className: "bg-ods-card border-b md:border-b-0 md:border-r border-ods-border p-4 flex flex-col gap-3", children: /* @__PURE__ */ jsxs43("div", { className: "flex flex-col gap-0", children: [
5997
5989
  /* @__PURE__ */ jsx53("p", { className: "text-h4 text-ods-text-primary", children: releaseType.toLocaleUpperCase() }),
@@ -7247,6 +7239,7 @@ export {
7247
7239
  EntityMetadataAuthorCell,
7248
7240
  EntityMetadataValueCell,
7249
7241
  EntitySummaryEditor,
7242
+ EntityTagBadges,
7250
7243
  EntityVideoSection,
7251
7244
  ErrorBoundary,
7252
7245
  ErrorIcon,