@flamingo-stack/openframe-frontend-core 0.0.221 → 0.0.222-snapshot.20260603194901
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-73YDB6AT.cjs → chunk-5O6B5GZ4.cjs} +10 -10
- package/dist/{chunk-73YDB6AT.cjs.map → chunk-5O6B5GZ4.cjs.map} +1 -1
- package/dist/{chunk-JMGSJHFP.cjs → chunk-AV3TZ4SZ.cjs} +10 -10
- package/dist/{chunk-JMGSJHFP.cjs.map → chunk-AV3TZ4SZ.cjs.map} +1 -1
- package/dist/{chunk-SRCEVQYA.js → chunk-B4H4IQGC.js} +3 -3
- package/dist/chunk-B4H4IQGC.js.map +1 -0
- package/dist/{chunk-E2AWBQEU.js → chunk-BJT75NB5.js} +2 -2
- package/dist/{chunk-4PBV66HQ.cjs → chunk-IMKES2AZ.cjs} +7 -7
- package/dist/{chunk-4PBV66HQ.cjs.map → chunk-IMKES2AZ.cjs.map} +1 -1
- package/dist/{chunk-7TQNW2AM.cjs → chunk-N3X2FQFM.cjs} +24 -24
- package/dist/{chunk-7TQNW2AM.cjs.map → chunk-N3X2FQFM.cjs.map} +1 -1
- package/dist/{chunk-ZAGQXSAP.cjs → chunk-OTM73QAN.cjs} +35 -18
- package/dist/chunk-OTM73QAN.cjs.map +1 -0
- package/dist/{chunk-FOOQFRJR.js → chunk-SKHXAVXG.js} +2 -2
- package/dist/{chunk-IS4IZC7N.js → chunk-ULWGSVQU.js} +35 -18
- package/dist/chunk-ULWGSVQU.js.map +1 -0
- package/dist/{chunk-CPIX5AAR.js → chunk-YYZJH6VZ.js} +2 -2
- 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/board/board-column-header.d.ts +2 -1
- package/dist/components/features/board/board-column-header.d.ts.map +1 -1
- package/dist/components/features/board/board-column.d.ts +2 -1
- package/dist/components/features/board/board-column.d.ts.map +1 -1
- package/dist/components/features/board/board.d.ts +2 -1
- package/dist/components/features/board/board.d.ts.map +1 -1
- package/dist/components/features/board/types.d.ts +1 -0
- package/dist/components/features/board/types.d.ts.map +1 -1
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/index.cjs +102 -102
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +29 -29
- 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 +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/content-loading-container.tsx +1 -1
- package/src/components/empty-state.tsx +3 -3
- package/src/components/faq-accordion.tsx +2 -2
- package/src/components/features/board/board-column-header.tsx +14 -1
- package/src/components/features/board/board-column.tsx +3 -0
- package/src/components/features/board/board.tsx +3 -0
- package/src/components/features/board/types.ts +2 -0
- package/src/components/features/changelog-manager.tsx +2 -2
- package/src/components/features/highlight-config-section.tsx +2 -2
- package/src/components/features/og-editor-preview.tsx +3 -3
- package/src/components/features/release-media-manager.tsx +2 -2
- package/src/components/loading/card-skeleton.tsx +3 -3
- package/src/components/loading/device-card-skeleton.tsx +1 -1
- package/src/components/loading/margin-report-skeleton.tsx +2 -2
- package/src/components/loading/organization-card-skeleton.tsx +1 -1
- package/src/components/loading/organization-icon-skeleton.tsx +1 -1
- package/src/components/loading/page-layout-skeleton.tsx +9 -9
- package/src/components/loading/users-grid-skeleton.tsx +2 -2
- package/src/components/logs-list.tsx +1 -1
- package/src/components/media-carousel.tsx +1 -1
- package/src/components/open-source-features.tsx +2 -2
- package/src/components/ui/allowed-domains-input.tsx +3 -3
- package/src/components/ui/cursor-pagination.tsx +1 -1
- package/src/components/ui/info-row.tsx +2 -2
- package/src/components/ui/tags-input.tsx +1 -1
- package/src/components/vendor-icon.tsx +1 -1
- package/src/components/vendor-tag.tsx +1 -1
- package/src/components/why-it-matters.tsx +1 -1
- package/dist/chunk-IS4IZC7N.js.map +0 -1
- package/dist/chunk-SRCEVQYA.js.map +0 -1
- package/dist/chunk-ZAGQXSAP.cjs.map +0 -1
- /package/dist/{chunk-E2AWBQEU.js.map → chunk-BJT75NB5.js.map} +0 -0
- /package/dist/{chunk-FOOQFRJR.js.map → chunk-SKHXAVXG.js.map} +0 -0
- /package/dist/{chunk-CPIX5AAR.js.map → chunk-YYZJH6VZ.js.map} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
UnifiedPagination,
|
|
7
7
|
init_unified_pagination,
|
|
8
8
|
unified_pagination_exports
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-B4H4IQGC.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-
|
|
19
|
+
} from "../chunk-SKHXAVXG.js";
|
|
20
20
|
import {
|
|
21
21
|
DevCardRowContent,
|
|
22
22
|
DevCardRowSkeleton,
|
|
23
23
|
DevCardRowSkeletonList,
|
|
24
24
|
DevSectionPage,
|
|
25
25
|
DevSectionView
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-YYZJH6VZ.js";
|
|
27
27
|
import "../chunk-ORJREQ2W.js";
|
|
28
28
|
import {
|
|
29
29
|
AIEnrichButton,
|
|
@@ -681,7 +681,7 @@ import {
|
|
|
681
681
|
useVideoOriginPreconnect,
|
|
682
682
|
useVideoWarmup,
|
|
683
683
|
usesCanonicalStatusStyle
|
|
684
|
-
} from "../chunk-
|
|
684
|
+
} from "../chunk-ULWGSVQU.js";
|
|
685
685
|
import {
|
|
686
686
|
next_image_default
|
|
687
687
|
} from "../chunk-LXC6P2EO.js";
|
|
@@ -1260,7 +1260,7 @@ var imageSizeMap = {
|
|
|
1260
1260
|
xl: { width: 40, height: 40 }
|
|
1261
1261
|
};
|
|
1262
1262
|
var backgroundClasses = {
|
|
1263
|
-
dark: "bg-
|
|
1263
|
+
dark: "bg-ods-bg border border-ods-border",
|
|
1264
1264
|
light: "bg-ods-card border border-ods-border",
|
|
1265
1265
|
white: "bg-white border border-[#E5E5E5]"
|
|
1266
1266
|
};
|
|
@@ -1738,7 +1738,7 @@ function ContentLoadingContainer({
|
|
|
1738
1738
|
isLoading && /* @__PURE__ */ jsx11(
|
|
1739
1739
|
"div",
|
|
1740
1740
|
{
|
|
1741
|
-
className: "absolute inset-0 z-10 bg-
|
|
1741
|
+
className: "absolute inset-0 z-10 bg-ods-bg",
|
|
1742
1742
|
style: {
|
|
1743
1743
|
opacity: loadingOpacity,
|
|
1744
1744
|
transition: `opacity ${transitionDuration}ms ease-in-out`
|
|
@@ -2047,13 +2047,13 @@ function FaqAccordion({ items, defaultOpenIds = [] }) {
|
|
|
2047
2047
|
return next;
|
|
2048
2048
|
});
|
|
2049
2049
|
};
|
|
2050
|
-
return /* @__PURE__ */ jsx13("div", { className: "rounded-3xl border border-ods-border divide-y divide-
|
|
2050
|
+
return /* @__PURE__ */ jsx13("div", { className: "rounded-3xl border border-ods-border divide-y divide-ods-border bg-ods-card overflow-hidden", children: items.map((item) => {
|
|
2051
2051
|
const isOpen = openSet.has(item.id);
|
|
2052
2052
|
const { ref, maxHeight } = useMeasuredHeight(isOpen);
|
|
2053
2053
|
return /* @__PURE__ */ jsxs10(
|
|
2054
2054
|
"div",
|
|
2055
2055
|
{
|
|
2056
|
-
className: cn("group transition-colors hover:bg-[#1E1E1E]", isOpen ? "bg-
|
|
2056
|
+
className: cn("group transition-colors hover:bg-[#1E1E1E]", isOpen ? "bg-ods-bg" : "bg-transparent"),
|
|
2057
2057
|
children: [
|
|
2058
2058
|
/* @__PURE__ */ jsxs10(
|
|
2059
2059
|
"div",
|
|
@@ -3268,7 +3268,7 @@ var MediaCarousel = memo(function MediaCarousel2({
|
|
|
3268
3268
|
{
|
|
3269
3269
|
ref: carouselRef,
|
|
3270
3270
|
className: cn(
|
|
3271
|
-
"relative bg-
|
|
3271
|
+
"relative bg-ods-bg border border-ods-border rounded-2xl overflow-hidden group w-full",
|
|
3272
3272
|
getAspectRatioClass()
|
|
3273
3273
|
),
|
|
3274
3274
|
onTouchStart,
|
|
@@ -3835,7 +3835,7 @@ function VendorTag({
|
|
|
3835
3835
|
accentColor
|
|
3836
3836
|
}) {
|
|
3837
3837
|
const baseClasses = cn(
|
|
3838
|
-
"flex items-center gap-1.5 bg-
|
|
3838
|
+
"flex items-center gap-1.5 bg-ods-bg border border-ods-border rounded whitespace-nowrap",
|
|
3839
3839
|
size === "sm" ? "px-2 py-1" : "px-2.5 py-1.5"
|
|
3840
3840
|
);
|
|
3841
3841
|
const getTagContent = () => {
|
|
@@ -4207,7 +4207,7 @@ function CardSkeleton({
|
|
|
4207
4207
|
function VendorCardContent({ showActions, showMetadata }) {
|
|
4208
4208
|
return /* @__PURE__ */ jsxs26("div", { className: "p-4 gap-3 flex flex-col", children: [
|
|
4209
4209
|
/* @__PURE__ */ jsxs26("div", { className: "flex items-start gap-3 w-full", children: [
|
|
4210
|
-
/* @__PURE__ */ jsx34("div", { className: "w-[60px] h-[60px] bg-
|
|
4210
|
+
/* @__PURE__ */ jsx34("div", { className: "w-[60px] h-[60px] bg-ods-bg border border-ods-border rounded-lg p-2 flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ jsx34(MediaSkeleton.Avatar, { size: "sm", className: "w-11 h-11" }) }),
|
|
4211
4211
|
/* @__PURE__ */ jsxs26("div", { className: "flex-1 flex flex-col justify-center py-2 min-w-0 space-y-1", children: [
|
|
4212
4212
|
/* @__PURE__ */ jsx34(TextSkeleton.Subheading, { className: "w-3/4" }),
|
|
4213
4213
|
/* @__PURE__ */ jsx34(TextSkeleton.Caption, { className: "w-1/2" })
|
|
@@ -4228,7 +4228,7 @@ function VendorCardContent({ showActions, showMetadata }) {
|
|
|
4228
4228
|
/* @__PURE__ */ jsx34(TextSkeleton.Caption, { className: "w-10" })
|
|
4229
4229
|
] })
|
|
4230
4230
|
] }),
|
|
4231
|
-
/* @__PURE__ */ jsx34("div", { className: "flex-shrink-0", children: /* @__PURE__ */ jsxs26("div", { className: "flex items-center gap-1.5 bg-
|
|
4231
|
+
/* @__PURE__ */ jsx34("div", { className: "flex-shrink-0", children: /* @__PURE__ */ jsxs26("div", { className: "flex items-center gap-1.5 bg-ods-bg border border-ods-border rounded px-2.5 py-1.5", children: [
|
|
4232
4232
|
/* @__PURE__ */ jsx34("div", { className: "w-4 h-4 bg-ods-border rounded-sm flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ jsx34(MediaSkeleton.Icon, { size: "sm", className: "w-2.5 h-2.5" }) }),
|
|
4233
4233
|
/* @__PURE__ */ jsx34(TextSkeleton.Caption, { className: "w-16" })
|
|
4234
4234
|
] }) })
|
|
@@ -4237,7 +4237,7 @@ function VendorCardContent({ showActions, showMetadata }) {
|
|
|
4237
4237
|
}
|
|
4238
4238
|
function BlogCardContent({ showActions, showMetadata }) {
|
|
4239
4239
|
return /* @__PURE__ */ jsxs26(Fragment7, { children: [
|
|
4240
|
-
/* @__PURE__ */ jsx34("div", { className: "blog-card-image-container relative w-full aspect-[1200/630] overflow-hidden bg-
|
|
4240
|
+
/* @__PURE__ */ jsx34("div", { className: "blog-card-image-container relative w-full aspect-[1200/630] overflow-hidden bg-ods-bg", children: /* @__PURE__ */ jsx34(MediaSkeleton.CardImage, {}) }),
|
|
4241
4241
|
/* @__PURE__ */ jsxs26("div", { className: "p-4 flex flex-col flex-grow", children: [
|
|
4242
4242
|
/* @__PURE__ */ jsx34("div", { className: "mb-3 flex items-center min-h-[50.4px] md:min-h-[56px] lg:min-h-[61.6px]", children: /* @__PURE__ */ jsxs26("div", { className: "space-y-1 w-full", children: [
|
|
4243
4243
|
/* @__PURE__ */ jsx34(TextSkeleton.Subheading, { className: "w-full" }),
|
|
@@ -4500,7 +4500,7 @@ function ArticleLayoutSkeleton({ className }) {
|
|
|
4500
4500
|
] });
|
|
4501
4501
|
}
|
|
4502
4502
|
function VendorDetailLayoutSkeleton({ className }) {
|
|
4503
|
-
return /* @__PURE__ */ jsx35("main", { className: cn("bg-
|
|
4503
|
+
return /* @__PURE__ */ jsx35("main", { className: cn("bg-ods-bg min-h-screen", className), children: /* @__PURE__ */ jsxs27("div", { className: "max-w-[1920px] mx-auto px-6 md:px-20 py-6 md:py-10", children: [
|
|
4504
4504
|
/* @__PURE__ */ jsx35(BreadcrumbSkeleton, { className: "mb-6" }),
|
|
4505
4505
|
/* @__PURE__ */ jsxs27("div", { className: "flex flex-col lg:flex-row lg:gap-10", children: [
|
|
4506
4506
|
/* @__PURE__ */ jsxs27("div", { className: "flex-1 min-w-0", children: [
|
|
@@ -4585,7 +4585,7 @@ function VendorDetailLayoutSkeleton({ className }) {
|
|
|
4585
4585
|
/* @__PURE__ */ jsxs27("div", { className: "flex flex-col gap-6", children: [
|
|
4586
4586
|
/* @__PURE__ */ jsx35("div", { className: "h-5 bg-[#2A2A2A] rounded animate-pulse w-16" }),
|
|
4587
4587
|
Array.from({ length: 3 }).map((_, i) => /* @__PURE__ */ jsxs27("div", { className: "bg-ods-card border border-ods-border rounded-lg p-4 flex gap-3", children: [
|
|
4588
|
-
/* @__PURE__ */ jsx35("div", { className: "w-12 h-12 bg-
|
|
4588
|
+
/* @__PURE__ */ jsx35("div", { className: "w-12 h-12 bg-ods-bg border border-ods-border rounded flex-shrink-0 animate-pulse" }),
|
|
4589
4589
|
/* @__PURE__ */ jsxs27("div", { className: "flex-1 space-y-2", children: [
|
|
4590
4590
|
/* @__PURE__ */ jsx35("div", { className: "h-5 bg-[#2A2A2A] rounded animate-pulse w-2/3" }),
|
|
4591
4591
|
/* @__PURE__ */ jsx35("div", { className: "h-4 bg-[#2A2A2A] rounded animate-pulse" })
|
|
@@ -4595,7 +4595,7 @@ function VendorDetailLayoutSkeleton({ className }) {
|
|
|
4595
4595
|
/* @__PURE__ */ jsxs27("div", { className: "flex flex-col gap-6", children: [
|
|
4596
4596
|
/* @__PURE__ */ jsx35("div", { className: "h-5 bg-[#2A2A2A] rounded animate-pulse w-16" }),
|
|
4597
4597
|
Array.from({ length: 3 }).map((_, i) => /* @__PURE__ */ jsxs27("div", { className: "bg-ods-card border border-ods-border rounded-lg p-4 flex gap-3", children: [
|
|
4598
|
-
/* @__PURE__ */ jsx35("div", { className: "w-12 h-12 bg-
|
|
4598
|
+
/* @__PURE__ */ jsx35("div", { className: "w-12 h-12 bg-ods-bg border border-ods-border rounded flex-shrink-0 animate-pulse" }),
|
|
4599
4599
|
/* @__PURE__ */ jsxs27("div", { className: "flex-1 space-y-2", children: [
|
|
4600
4600
|
/* @__PURE__ */ jsx35("div", { className: "h-5 bg-[#2A2A2A] rounded animate-pulse w-2/3" }),
|
|
4601
4601
|
/* @__PURE__ */ jsx35("div", { className: "h-4 bg-[#2A2A2A] rounded animate-pulse" })
|
|
@@ -4608,7 +4608,7 @@ function VendorDetailLayoutSkeleton({ className }) {
|
|
|
4608
4608
|
/* @__PURE__ */ jsx35("div", { className: "h-8 md:h-10 bg-[#2A2A2A] rounded animate-pulse w-72" }),
|
|
4609
4609
|
/* @__PURE__ */ jsx35("div", { className: "grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6", children: Array.from({ length: 6 }).map((_, i) => /* @__PURE__ */ jsxs27("div", { className: "bg-ods-card border border-ods-border rounded-lg p-6 space-y-4", children: [
|
|
4610
4610
|
/* @__PURE__ */ jsxs27("div", { className: "flex items-start gap-4", children: [
|
|
4611
|
-
/* @__PURE__ */ jsx35("div", { className: "w-16 h-16 bg-
|
|
4611
|
+
/* @__PURE__ */ jsx35("div", { className: "w-16 h-16 bg-ods-bg border border-ods-border rounded-lg animate-pulse flex-shrink-0" }),
|
|
4612
4612
|
/* @__PURE__ */ jsxs27("div", { className: "flex-1 space-y-2", children: [
|
|
4613
4613
|
/* @__PURE__ */ jsx35("div", { className: "h-6 bg-[#2A2A2A] rounded animate-pulse w-3/4" }),
|
|
4614
4614
|
/* @__PURE__ */ jsx35("div", { className: "h-4 bg-[#2A2A2A] rounded animate-pulse w-1/2" })
|
|
@@ -4630,7 +4630,7 @@ function VendorDetailLayoutSkeleton({ className }) {
|
|
|
4630
4630
|
/* @__PURE__ */ jsxs27("div", { className: "flex flex-col gap-6 mb-20", children: [
|
|
4631
4631
|
/* @__PURE__ */ jsx35("div", { className: "h-8 md:h-10 bg-[#2A2A2A] rounded animate-pulse w-64" }),
|
|
4632
4632
|
/* @__PURE__ */ jsx35("div", { className: "space-y-3", children: /* @__PURE__ */ jsxs27("div", { className: "flex gap-3", children: [
|
|
4633
|
-
/* @__PURE__ */ jsxs27("div", { className: "flex-1 bg-
|
|
4633
|
+
/* @__PURE__ */ jsxs27("div", { className: "flex-1 bg-ods-bg border border-ods-border rounded-lg overflow-hidden", children: [
|
|
4634
4634
|
/* @__PURE__ */ jsxs27("div", { className: "border-b border-ods-border p-3", children: [
|
|
4635
4635
|
/* @__PURE__ */ jsx35("div", { className: "h-3 bg-[#2A2A2A] rounded animate-pulse w-8 mb-2" }),
|
|
4636
4636
|
/* @__PURE__ */ jsx35("div", { className: "h-6 bg-[#2A2A2A] rounded animate-pulse w-full" })
|
|
@@ -4738,12 +4738,12 @@ function SlackCommunitySkeleton() {
|
|
|
4738
4738
|
return /* @__PURE__ */ jsx35(
|
|
4739
4739
|
"section",
|
|
4740
4740
|
{
|
|
4741
|
-
className: "w-full bg-
|
|
4741
|
+
className: "w-full bg-ods-bg px-4 md:px-20 lg:px-20 py-12 md:py-20",
|
|
4742
4742
|
"aria-label": "Slack Community Loading",
|
|
4743
4743
|
children: /* @__PURE__ */ jsxs27("div", { className: "w-full flex flex-col gap-4 md:gap-6", children: [
|
|
4744
4744
|
/* @__PURE__ */ jsx35("div", { className: "w-full", children: /* @__PURE__ */ jsx35("div", { className: "h-8 md:h-12 lg:h-14 bg-[#2A2A2A] rounded-lg animate-pulse max-w-md" }) }),
|
|
4745
4745
|
/* @__PURE__ */ jsxs27("div", { className: "w-full flex flex-col lg:flex-row lg:justify-end lg:items-start gap-4 md:gap-6 min-w-0", children: [
|
|
4746
|
-
/* @__PURE__ */ jsx35("div", { className: "w-full lg:w-[290px] lg:max-w-[290px] bg-
|
|
4746
|
+
/* @__PURE__ */ jsx35("div", { className: "w-full lg:w-[290px] lg:max-w-[290px] bg-ods-bg border border-ods-border rounded flex flex-col flex-shrink-0 overflow-hidden animate-pulse", children: /* @__PURE__ */ jsxs27("div", { className: "p-4 space-y-4", children: [
|
|
4747
4747
|
/* @__PURE__ */ jsxs27("div", { className: "flex flex-col gap-2", children: [
|
|
4748
4748
|
/* @__PURE__ */ jsxs27("div", { className: "flex items-center justify-between", children: [
|
|
4749
4749
|
/* @__PURE__ */ jsx35("div", { className: "h-4 bg-[#2A2A2A] rounded w-24" }),
|
|
@@ -4773,14 +4773,14 @@ function SlackCommunitySkeleton() {
|
|
|
4773
4773
|
] }) })
|
|
4774
4774
|
] }) }),
|
|
4775
4775
|
/* @__PURE__ */ jsxs27("div", { className: "flex-1 min-h-[450px] h-[450px] md:min-h-[500px] md:h-[500px] lg:min-h-[600px] lg:h-[600px] bg-ods-card border border-ods-border rounded-lg flex flex-col min-w-0 animate-pulse", children: [
|
|
4776
|
-
/* @__PURE__ */ jsxs27("div", { className: "flex items-center justify-between p-4 md:p-6 border-b border-ods-border bg-
|
|
4776
|
+
/* @__PURE__ */ jsxs27("div", { className: "flex items-center justify-between p-4 md:p-6 border-b border-ods-border bg-ods-bg h-[56px] md:h-[60px] flex-shrink-0", children: [
|
|
4777
4777
|
/* @__PURE__ */ jsxs27("div", { className: "flex items-center gap-2", children: [
|
|
4778
4778
|
/* @__PURE__ */ jsx35("div", { className: "h-3 md:h-4 bg-[#2A2A2A] rounded w-3 md:w-4" }),
|
|
4779
4779
|
/* @__PURE__ */ jsx35("div", { className: "h-3 md:h-4 bg-[#2A2A2A] rounded w-24 md:w-32" })
|
|
4780
4780
|
] }),
|
|
4781
4781
|
/* @__PURE__ */ jsx35("div", { className: "h-3 bg-[#2A2A2A] rounded w-12 md:w-16" })
|
|
4782
4782
|
] }),
|
|
4783
|
-
/* @__PURE__ */ jsx35("div", { className: "flex-1 bg-
|
|
4783
|
+
/* @__PURE__ */ jsx35("div", { className: "flex-1 bg-ods-bg p-4 md:p-6 space-y-3 md:space-y-4 overflow-hidden min-h-[280px] md:min-h-[320px] lg:min-h-[420px]", children: Array.from({ length: 6 }).map((_, i) => /* @__PURE__ */ jsxs27("div", { className: "flex gap-2 md:gap-3", children: [
|
|
4784
4784
|
/* @__PURE__ */ jsx35("div", { className: "w-10 h-10 md:w-12 md:h-12 bg-[#2A2A2A] rounded-lg flex-shrink-0" }),
|
|
4785
4785
|
/* @__PURE__ */ jsxs27("div", { className: "flex-1", children: [
|
|
4786
4786
|
/* @__PURE__ */ jsxs27("div", { className: "flex items-center gap-2 mb-1", children: [
|
|
@@ -5147,7 +5147,7 @@ function WizardLayoutSkeleton({ steps = 6, className }) {
|
|
|
5147
5147
|
// src/components/loading/margin-report-skeleton.tsx
|
|
5148
5148
|
import { jsx as jsx42, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
5149
5149
|
function MarginReportSkeleton({ animate = true, description, overlayContent }) {
|
|
5150
|
-
return /* @__PURE__ */ jsxs34("main", { className: `bg-
|
|
5150
|
+
return /* @__PURE__ */ jsxs34("main", { className: `bg-ods-bg ${animate ? "animate-pulse" : ""} relative min-h-screen`, children: [
|
|
5151
5151
|
/* @__PURE__ */ jsxs34("div", { className: "max-w-[1920px] px-6 md:px-20 py-6 md:py-10 mx-auto space-y-10", children: [
|
|
5152
5152
|
/* @__PURE__ */ jsxs34("div", { className: "space-y-3", children: [
|
|
5153
5153
|
/* @__PURE__ */ jsx42("div", { className: "h-10 w-72 bg-[#2A2A2A] rounded" }),
|
|
@@ -5184,7 +5184,7 @@ function MarginReportSkeleton({ animate = true, description, overlayContent }) {
|
|
|
5184
5184
|
/* @__PURE__ */ jsx42("div", { className: "h-4 w-10 bg-[#2A2A2A] rounded" })
|
|
5185
5185
|
] })
|
|
5186
5186
|
] }),
|
|
5187
|
-
/* @__PURE__ */ jsx42("div", { className: "flex-1 flex flex-col gap-3 p-3", children: Array.from({ length: 5 }).map((_, j) => /* @__PURE__ */ jsxs34("div", { className: "bg-
|
|
5187
|
+
/* @__PURE__ */ jsx42("div", { className: "flex-1 flex flex-col gap-3 p-3", children: Array.from({ length: 5 }).map((_, j) => /* @__PURE__ */ jsxs34("div", { className: "bg-ods-bg border border-ods-border rounded-lg px-4 py-3 flex items-center justify-between", children: [
|
|
5188
5188
|
/* @__PURE__ */ jsxs34("div", { className: "flex items-center gap-3 min-w-0", children: [
|
|
5189
5189
|
/* @__PURE__ */ jsx42("div", { className: "w-12 h-12 bg-[#2A2A2A] rounded-lg flex-shrink-0" }),
|
|
5190
5190
|
/* @__PURE__ */ jsxs34("div", { className: "flex flex-col min-w-0", children: [
|
|
@@ -5223,9 +5223,9 @@ init_cn();
|
|
|
5223
5223
|
import { jsx as jsx43, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
5224
5224
|
function UsersGridSkeleton({ rows = 10, className }) {
|
|
5225
5225
|
const skeletonRows = Array.from({ length: rows });
|
|
5226
|
-
return /* @__PURE__ */ jsx43("div", { className: cn("overflow-x-auto rounded-lg border border-ods-border bg-ods-card animate-pulse", className), children: /* @__PURE__ */ jsxs35("table", { className: "min-w-full divide-y divide-
|
|
5226
|
+
return /* @__PURE__ */ jsx43("div", { className: cn("overflow-x-auto rounded-lg border border-ods-border bg-ods-card animate-pulse", className), children: /* @__PURE__ */ jsxs35("table", { className: "min-w-full divide-y divide-ods-border", children: [
|
|
5227
5227
|
/* @__PURE__ */ jsx43("thead", { className: "bg-[#2A2A2A]", children: /* @__PURE__ */ jsx43("tr", { children: ["Name", "Email", "Role", "Created", "Last Sign-In"].map((h) => /* @__PURE__ */ jsx43("th", { className: "px-4 py-3 text-left text-[12px] font-medium text-ods-text-primary font-['DM_Sans']", children: h }, h)) }) }),
|
|
5228
|
-
/* @__PURE__ */ jsx43("tbody", { className: "divide-y divide-
|
|
5228
|
+
/* @__PURE__ */ jsx43("tbody", { className: "divide-y divide-ods-border", children: skeletonRows.map((_, idx) => /* @__PURE__ */ jsx43("tr", { children: Array.from({ length: 5 }).map((__, cell) => /* @__PURE__ */ jsx43("td", { className: "px-4 py-3 whitespace-nowrap", children: /* @__PURE__ */ jsx43("div", { className: "h-4 bg-ods-border rounded w-full" }) }, cell)) }, idx)) })
|
|
5229
5229
|
] }) });
|
|
5230
5230
|
}
|
|
5231
5231
|
|
|
@@ -5241,7 +5241,7 @@ var sizeClasses2 = {
|
|
|
5241
5241
|
xl: "w-16 h-16"
|
|
5242
5242
|
};
|
|
5243
5243
|
var backgroundClasses2 = {
|
|
5244
|
-
dark: "bg-
|
|
5244
|
+
dark: "bg-ods-bg border border-ods-border",
|
|
5245
5245
|
light: "bg-ods-card border border-ods-border",
|
|
5246
5246
|
white: "bg-white border border-[#E5E5E5]"
|
|
5247
5247
|
};
|
|
@@ -5319,7 +5319,7 @@ function OrganizationCardSkeleton({
|
|
|
5319
5319
|
/* @__PURE__ */ jsx45(TextSkeleton.Caption, { className: "w-10" })
|
|
5320
5320
|
] })
|
|
5321
5321
|
] }),
|
|
5322
|
-
/* @__PURE__ */ jsx45("div", { className: "flex-shrink-0", children: /* @__PURE__ */ jsxs36("div", { className: "flex items-center gap-1.5 bg-
|
|
5322
|
+
/* @__PURE__ */ jsx45("div", { className: "flex-shrink-0", children: /* @__PURE__ */ jsxs36("div", { className: "flex items-center gap-1.5 bg-ods-bg border border-ods-border rounded px-2.5 py-1.5", children: [
|
|
5323
5323
|
/* @__PURE__ */ jsx45("div", { className: "w-4 h-4 bg-ods-border rounded-sm flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ jsx45(MediaSkeleton.Icon, { size: "sm", className: "w-2.5 h-2.5" }) }),
|
|
5324
5324
|
/* @__PURE__ */ jsx45(TextSkeleton.Caption, { className: "w-16" })
|
|
5325
5325
|
] }) })
|
|
@@ -5372,7 +5372,7 @@ function DeviceCardSkeleton({ className }) {
|
|
|
5372
5372
|
"aria-label": "Loading device card",
|
|
5373
5373
|
children: [
|
|
5374
5374
|
/* @__PURE__ */ jsxs37("div", { className: "flex gap-4 items-center px-4 py-3", children: [
|
|
5375
|
-
/* @__PURE__ */ jsx46("div", { className: "w-8 h-8 bg-
|
|
5375
|
+
/* @__PURE__ */ jsx46("div", { className: "w-8 h-8 bg-ods-bg border border-ods-border rounded-[6px] flex items-center justify-center flex-shrink-0", children: /* @__PURE__ */ jsx46("div", { className: "w-4 h-4 bg-ods-border rounded animate-pulse" }) }),
|
|
5376
5376
|
/* @__PURE__ */ jsx46("div", { className: "flex-1 min-w-0", children: /* @__PURE__ */ jsx46("div", { className: "h-6 w-3/4 bg-ods-border rounded animate-pulse" }) }),
|
|
5377
5377
|
/* @__PURE__ */ jsx46("div", { className: "w-12 h-12 bg-ods-border rounded-[6px] flex-shrink-0 animate-pulse" })
|
|
5378
5378
|
] }),
|