@contractspec/lib.design-system 1.48.0 → 1.48.1
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/components/agent/AgentMonitor.d.ts +2 -2
- package/dist/components/agent/ApprovalQueue.d.ts +2 -2
- package/dist/components/atoms/ActionButtons.d.ts +7 -7
- package/dist/components/atoms/Button.d.ts +2 -2
- package/dist/components/atoms/ButtonLink.d.ts +2 -2
- package/dist/components/atoms/Cta.d.ts +1 -1
- package/dist/components/atoms/Cta.d.ts.map +1 -1
- package/dist/components/atoms/Cta.js +0 -2
- package/dist/components/atoms/Cta.js.map +1 -1
- package/dist/components/atoms/DataChips.d.ts +5 -5
- package/dist/components/atoms/EmptyState.d.ts +2 -2
- package/dist/components/atoms/ErrorState.d.ts +2 -2
- package/dist/components/atoms/Input.d.ts +2 -2
- package/dist/components/atoms/Link.d.ts +2 -2
- package/dist/components/atoms/LoaderCircular.d.ts +4 -4
- package/dist/components/atoms/NavBrand.d.ts +2 -2
- package/dist/components/atoms/Stepper.d.ts +2 -2
- package/dist/components/atoms/Textarea.d.ts +2 -2
- package/dist/components/data-view/DataViewList.d.ts +2 -2
- package/dist/components/data-view/DataViewRenderer.d.ts +2 -2
- package/dist/components/data-view/DataViewRenderer.d.ts.map +1 -1
- package/dist/components/data-view/DataViewTable.d.ts +2 -2
- package/dist/components/forms/ActionForm.d.ts +2 -2
- package/dist/components/forms/FormCardLayout.d.ts +2 -2
- package/dist/components/forms/FormDialog.d.ts +2 -2
- package/dist/components/forms/FormDialog.d.ts.map +1 -1
- package/dist/components/forms/FormLayout.d.ts +4 -4
- package/dist/components/forms/FormOneByOneLayout.d.ts +2 -2
- package/dist/components/forms/FormStepsLayout.d.ts +2 -2
- package/dist/components/forms/ZodForm.d.ts +2 -2
- package/dist/components/forms/ZodForm.d.ts.map +1 -1
- package/dist/components/legal/atoms/DefinitionList.d.ts +2 -2
- package/dist/components/legal/atoms/KeyValueList.d.ts +2 -2
- package/dist/components/legal/atoms/LegalCallout.d.ts +4 -4
- package/dist/components/legal/atoms/LegalHeading.d.ts +4 -4
- package/dist/components/legal/atoms/LegalList.d.ts +4 -4
- package/dist/components/legal/atoms/LegalSection.d.ts +4 -4
- package/dist/components/legal/atoms/LegalText.d.ts +4 -4
- package/dist/components/legal/molecules/LegalTOC.d.ts +4 -4
- package/dist/components/legal/molecules/LegalTOC.d.ts.map +1 -1
- package/dist/components/marketing/MarketingCard.d.ts +2 -2
- package/dist/components/marketing/MarketingCardsSection.d.ts +2 -2
- package/dist/components/marketing/MarketingComparisonSection.d.ts +2 -2
- package/dist/components/marketing/MarketingIconCard.d.ts +2 -2
- package/dist/components/marketing/MarketingSection.d.ts +2 -2
- package/dist/components/marketing/MarketingStepCard.d.ts +2 -2
- package/dist/components/molecules/AiLinkButton.d.ts +2 -2
- package/dist/components/molecules/Breadcrumbs.d.ts +2 -2
- package/dist/components/molecules/CodeBlock/CodeBlock.d.ts +3 -2
- package/dist/components/molecules/CodeBlock/CodeBlock.d.ts.map +1 -1
- package/dist/components/molecules/CodeBlock/CodeBlock.js +6 -2
- package/dist/components/molecules/CodeBlock/CodeBlock.js.map +1 -1
- package/dist/components/molecules/CodeBlock/types.d.ts +2 -0
- package/dist/components/molecules/CommandPalette.d.ts +2 -2
- package/dist/components/molecules/CommandSearchTrigger.d.ts +2 -2
- package/dist/components/molecules/CommandTabs/CommandTabs.d.ts +3 -2
- package/dist/components/molecules/CommandTabs/CommandTabs.d.ts.map +1 -1
- package/dist/components/molecules/CommandTabs/CommandTabs.js +9 -2
- package/dist/components/molecules/CommandTabs/CommandTabs.js.map +1 -1
- package/dist/components/molecules/CommandTabs/types.d.ts +6 -1
- package/dist/components/molecules/CommandTabs/types.d.ts.map +1 -1
- package/dist/components/molecules/CopyButton/CopyButton.d.ts +2 -2
- package/dist/components/molecules/CopyButton/CopyButton.js +2 -2
- package/dist/components/molecules/CopyButton/CopyButton.js.map +1 -1
- package/dist/components/molecules/EntityCard.d.ts +3 -3
- package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
- package/dist/components/molecules/HoverPreview.d.ts +2 -2
- package/dist/components/molecules/InstallCommand/InstallCommand.d.ts +3 -2
- package/dist/components/molecules/InstallCommand/InstallCommand.d.ts.map +1 -1
- package/dist/components/molecules/InstallCommand/InstallCommand.js +2 -1
- package/dist/components/molecules/InstallCommand/InstallCommand.js.map +1 -1
- package/dist/components/molecules/InstallCommand/types.d.ts +7 -1
- package/dist/components/molecules/InstallCommand/types.d.ts.map +1 -1
- package/dist/components/molecules/LangSwitch.d.ts +2 -2
- package/dist/components/molecules/LoaderBlock.d.ts +2 -2
- package/dist/components/molecules/NavItemCard.js +1 -0
- package/dist/components/molecules/NavItemCard.js.map +1 -1
- package/dist/components/molecules/NavMain.d.ts +2 -2
- package/dist/components/molecules/NavUser.d.ts +2 -2
- package/dist/components/molecules/OverviewCard.d.ts +2 -2
- package/dist/components/molecules/SkeletonBlock/index.web.d.ts +2 -2
- package/dist/components/molecules/SkeletonCircle/index.web.d.ts +2 -2
- package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
- package/dist/components/molecules/StatCard.d.ts +4 -4
- package/dist/components/molecules/StatusChip.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Doc.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Media.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Simple.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Stats.d.ts +2 -2
- package/dist/components/molecules/hover-previews/User.d.ts +2 -2
- package/dist/components/organisms/AcademyLayout.d.ts +2 -2
- package/dist/components/organisms/AppHeader.d.ts +2 -2
- package/dist/components/organisms/AppLayout.d.ts +2 -2
- package/dist/components/organisms/AppSidebar.d.ts +2 -2
- package/dist/components/organisms/EmptyDataList.d.ts +2 -2
- package/dist/components/organisms/EmptySearchResult.d.ts +2 -2
- package/dist/components/organisms/FAQSection.d.ts +2 -2
- package/dist/components/organisms/FeatureCarousel.d.ts +2 -2
- package/dist/components/organisms/FeaturesSection.d.ts +2 -2
- package/dist/components/organisms/Footer.d.ts +2 -2
- package/dist/components/organisms/Header.d.ts +4 -4
- package/dist/components/organisms/HeroResponsive.d.ts +2 -2
- package/dist/components/organisms/HeroSection.d.ts +2 -2
- package/dist/components/organisms/HeroSection.d.ts.map +1 -1
- package/dist/components/organisms/ListCardPage.d.ts +5 -5
- package/dist/components/organisms/ListGridPage.d.ts +5 -5
- package/dist/components/organisms/ListGridPage.d.ts.map +1 -1
- package/dist/components/organisms/ListPageResponsive.d.ts +2 -2
- package/dist/components/organisms/ListTablePage.d.ts +4 -4
- package/dist/components/organisms/MarketingHeader.d.ts +2 -2
- package/dist/components/organisms/MarketingHeaderDesktop.d.ts +2 -2
- package/dist/components/organisms/MarketingHeaderMobile.d.ts +2 -2
- package/dist/components/organisms/MarketingLayout.d.ts +2 -2
- package/dist/components/organisms/PageHeaderResponsive.d.ts +2 -2
- package/dist/components/organisms/PricingCarousel.d.ts +2 -2
- package/dist/components/organisms/PricingSection.d.ts +2 -2
- package/dist/components/organisms/TestimonialCarousel.d.ts +2 -2
- package/dist/components/providers/PackageManagerProvider.d.ts +2 -2
- package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
- package/dist/renderers/form-contract.d.ts +2 -2
- package/dist/theme/variants.d.ts +1 -1
- package/dist/types/navigation.d.ts +1 -0
- package/dist/types/navigation.d.ts.map +1 -1
- package/package.json +4 -4
|
@@ -1,8 +1,9 @@
|
|
|
1
|
+
import { PackageManager } from "../CommandTabs/types.js";
|
|
1
2
|
import { HTMLAttributes } from "react";
|
|
2
3
|
|
|
3
4
|
//#region src/components/molecules/InstallCommand/types.d.ts
|
|
4
5
|
type InstallCommandType = 'add' | 'install' | 'create' | 'run' | 'exec';
|
|
5
|
-
interface InstallCommandProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children'> {
|
|
6
|
+
interface InstallCommandProps extends Omit<HTMLAttributes<HTMLDivElement>, 'children' | 'onCopy'> {
|
|
6
7
|
/** The package name(s) to install */
|
|
7
8
|
package: string | string[];
|
|
8
9
|
/** The type of command (defaults to 'add' for package installation) */
|
|
@@ -11,6 +12,11 @@ interface InstallCommandProps extends Omit<HTMLAttributes<HTMLDivElement>, 'chil
|
|
|
11
12
|
dev?: boolean;
|
|
12
13
|
/** Whether this is a global installation (adds -g flag) */
|
|
13
14
|
global?: boolean;
|
|
15
|
+
/** Optional callback when copy succeeds */
|
|
16
|
+
onCopy?: (data: {
|
|
17
|
+
command: string;
|
|
18
|
+
packageManager: PackageManager;
|
|
19
|
+
}) => void;
|
|
14
20
|
}
|
|
15
21
|
//#endregion
|
|
16
22
|
export { InstallCommandProps, InstallCommandType };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","names":[],"sources":["../../../../src/components/molecules/InstallCommand/types.ts"],"sourcesContent":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"types.d.ts","names":[],"sources":["../../../../src/components/molecules/InstallCommand/types.ts"],"sourcesContent":[],"mappings":";;;;KAGY,kBAAA;UAEK,mBAAA,SAA4B,KAC3C,eAAe;EAHL;EAEK,OAAA,EAAA,MAAA,GAAA,MAAoB,EAAA;EACpB;EAAf,IAAA,CAAA,EAMO,kBANP;EAMO;EAM4C,GAAA,CAAA,EAAA,OAAA;EAbR;EAAI,MAAA,CAAA,EAAA,OAAA;;;;oBAaI"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/LangSwitch.d.ts
|
|
5
5
|
interface LangOption {
|
|
@@ -17,7 +17,7 @@ declare function LangSwitch({
|
|
|
17
17
|
options,
|
|
18
18
|
onChange,
|
|
19
19
|
size
|
|
20
|
-
}: LangSwitchProps):
|
|
20
|
+
}: LangSwitchProps): react_jsx_runtime43.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { LangSwitch, LangSwitchProps };
|
|
23
23
|
//# sourceMappingURL=LangSwitch.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime75 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/LoaderBlock.d.ts
|
|
5
5
|
interface LoaderBlockProps {
|
|
@@ -13,7 +13,7 @@ declare function LoaderBlock({
|
|
|
13
13
|
description,
|
|
14
14
|
className,
|
|
15
15
|
size
|
|
16
|
-
}: LoaderBlockProps):
|
|
16
|
+
}: LoaderBlockProps): react_jsx_runtime75.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { LoaderBlock };
|
|
19
19
|
//# sourceMappingURL=LoaderBlock.d.ts.map
|
|
@@ -12,6 +12,7 @@ function NavItemCard({ item, className }) {
|
|
|
12
12
|
"aria-label": typeof item.label === "string" ? item.label : item.ariaLabel,
|
|
13
13
|
target: item.target,
|
|
14
14
|
rel: item.external ? "noopener noreferrer" : void 0,
|
|
15
|
+
onClick: item.onClick,
|
|
15
16
|
children: /* @__PURE__ */ jsxs("div", {
|
|
16
17
|
className: "flex items-center gap-3",
|
|
17
18
|
children: [item.imageSrc ? /* @__PURE__ */ jsx("img", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavItemCard.js","names":[],"sources":["../../../src/components/molecules/NavItemCard.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { cn } from '@contractspec/lib.ui-kit-web/ui/utils';\nimport type { NavLink } from '../../types/navigation';\n\nexport interface NavItemCardProps {\n item: NavLink;\n className?: string;\n}\n\nexport function NavItemCard({ item, className }: NavItemCardProps) {\n return (\n <a\n href={item.href}\n className={cn(\n 'hover:bg-accent block rounded-md p-2 transition-colors',\n className\n )}\n aria-label={typeof item.label === 'string' ? item.label : item.ariaLabel}\n target={item.target}\n rel={item.external ? 'noopener noreferrer' : undefined}\n >\n <div className=\"flex items-center gap-3\">\n {item.imageSrc ? (\n // keep generic img to avoid coupling to Next.js Image\n <img\n src={item.imageSrc}\n alt={item.imageAlt || ''}\n className=\"h-12 w-12 rounded-xs object-cover\"\n />\n ) : (\n item.icon || null\n )}\n <div className=\"min-w-0\">\n <div className=\"flex items-center gap-2 text-base font-medium\">\n {item.label}\n {item.badge && (\n <span className=\"text-muted-foreground ml-1 text-xs\">\n {item.badge}\n </span>\n )}\n </div>\n {item.description && (\n <div className=\"text-muted-foreground line-clamp-2 text-sm\">\n {item.description}\n </div>\n )}\n {item.categories && item.categories.length > 0 && (\n <div className=\"mt-1 flex flex-wrap items-center gap-1\">\n {item.categories.map((c, i) => (\n <span\n key={i}\n className=\"bg-muted text-muted-foreground rounded-xs px-1.5 py-0.5 text-[10px]\"\n >\n {c}\n </span>\n ))}\n </div>\n )}\n </div>\n </div>\n </a>\n );\n}\n"],"mappings":";;;;;;;AAWA,SAAgB,YAAY,EAAE,MAAM,aAA+B;AACjE,QACE,oBAAC;EACC,MAAM,KAAK;EACX,WAAW,GACT,0DACA,UACD;EACD,cAAY,OAAO,KAAK,UAAU,WAAW,KAAK,QAAQ,KAAK;EAC/D,QAAQ,KAAK;EACb,KAAK,KAAK,WAAW,wBAAwB;
|
|
1
|
+
{"version":3,"file":"NavItemCard.js","names":[],"sources":["../../../src/components/molecules/NavItemCard.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { cn } from '@contractspec/lib.ui-kit-web/ui/utils';\nimport type { NavLink } from '../../types/navigation';\n\nexport interface NavItemCardProps {\n item: NavLink;\n className?: string;\n}\n\nexport function NavItemCard({ item, className }: NavItemCardProps) {\n return (\n <a\n href={item.href}\n className={cn(\n 'hover:bg-accent block rounded-md p-2 transition-colors',\n className\n )}\n aria-label={typeof item.label === 'string' ? item.label : item.ariaLabel}\n target={item.target}\n rel={item.external ? 'noopener noreferrer' : undefined}\n onClick={item.onClick}\n >\n <div className=\"flex items-center gap-3\">\n {item.imageSrc ? (\n // keep generic img to avoid coupling to Next.js Image\n <img\n src={item.imageSrc}\n alt={item.imageAlt || ''}\n className=\"h-12 w-12 rounded-xs object-cover\"\n />\n ) : (\n item.icon || null\n )}\n <div className=\"min-w-0\">\n <div className=\"flex items-center gap-2 text-base font-medium\">\n {item.label}\n {item.badge && (\n <span className=\"text-muted-foreground ml-1 text-xs\">\n {item.badge}\n </span>\n )}\n </div>\n {item.description && (\n <div className=\"text-muted-foreground line-clamp-2 text-sm\">\n {item.description}\n </div>\n )}\n {item.categories && item.categories.length > 0 && (\n <div className=\"mt-1 flex flex-wrap items-center gap-1\">\n {item.categories.map((c, i) => (\n <span\n key={i}\n className=\"bg-muted text-muted-foreground rounded-xs px-1.5 py-0.5 text-[10px]\"\n >\n {c}\n </span>\n ))}\n </div>\n )}\n </div>\n </div>\n </a>\n );\n}\n"],"mappings":";;;;;;;AAWA,SAAgB,YAAY,EAAE,MAAM,aAA+B;AACjE,QACE,oBAAC;EACC,MAAM,KAAK;EACX,WAAW,GACT,0DACA,UACD;EACD,cAAY,OAAO,KAAK,UAAU,WAAW,KAAK,QAAQ,KAAK;EAC/D,QAAQ,KAAK;EACb,KAAK,KAAK,WAAW,wBAAwB;EAC7C,SAAS,KAAK;YAEd,qBAAC;GAAI,WAAU;cACZ,KAAK,WAEJ,oBAAC;IACC,KAAK,KAAK;IACV,KAAK,KAAK,YAAY;IACtB,WAAU;KACV,GAEF,KAAK,QAAQ,MAEf,qBAAC;IAAI,WAAU;;KACb,qBAAC;MAAI,WAAU;iBACZ,KAAK,OACL,KAAK,SACJ,oBAAC;OAAK,WAAU;iBACb,KAAK;QACD;OAEL;KACL,KAAK,eACJ,oBAAC;MAAI,WAAU;gBACZ,KAAK;OACF;KAEP,KAAK,cAAc,KAAK,WAAW,SAAS,KAC3C,oBAAC;MAAI,WAAU;gBACZ,KAAK,WAAW,KAAK,GAAG,MACvB,oBAAC;OAEC,WAAU;iBAET;SAHI,EAIA,CACP;OACE;;KAEJ;IACF;GACJ"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HeaderNavItem } from "../../types/navigation.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/NavMain.d.ts
|
|
5
5
|
declare function NavMain({
|
|
@@ -8,7 +8,7 @@ declare function NavMain({
|
|
|
8
8
|
}: {
|
|
9
9
|
items: HeaderNavItem[];
|
|
10
10
|
className?: string;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime18.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { NavMain };
|
|
14
14
|
//# sourceMappingURL=NavMain.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UserMenuItem } from "../../types/navigation.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/NavUser.d.ts
|
|
5
5
|
declare function NavUser({
|
|
@@ -12,7 +12,7 @@ declare function NavUser({
|
|
|
12
12
|
email?: string;
|
|
13
13
|
imageUrl?: string;
|
|
14
14
|
items: UserMenuItem[];
|
|
15
|
-
}):
|
|
15
|
+
}): react_jsx_runtime19.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { NavUser };
|
|
18
18
|
//# sourceMappingURL=NavUser.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime51 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/OverviewCard.d.ts
|
|
5
5
|
interface OverviewCardProps {
|
|
@@ -15,7 +15,7 @@ declare function OverviewCard({
|
|
|
15
15
|
href,
|
|
16
16
|
preview,
|
|
17
17
|
ctaLabel
|
|
18
|
-
}: OverviewCardProps):
|
|
18
|
+
}: OverviewCardProps): react_jsx_runtime51.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { OverviewCard };
|
|
21
21
|
//# sourceMappingURL=OverviewCard.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SkeletonBlockProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime110 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/SkeletonBlock/index.web.d.ts
|
|
5
5
|
declare function SkeletonBlock({
|
|
@@ -7,7 +7,7 @@ declare function SkeletonBlock({
|
|
|
7
7
|
h,
|
|
8
8
|
rounded,
|
|
9
9
|
className
|
|
10
|
-
}: SkeletonBlockProps):
|
|
10
|
+
}: SkeletonBlockProps): react_jsx_runtime110.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { SkeletonBlock };
|
|
13
13
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SkeletonCircleProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime109 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/SkeletonCircle/index.web.d.ts
|
|
5
5
|
declare function SkeletonCircle({
|
|
6
6
|
size,
|
|
7
7
|
sizeClass,
|
|
8
8
|
className
|
|
9
|
-
}: SkeletonCircleProps):
|
|
9
|
+
}: SkeletonCircleProps): react_jsx_runtime109.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SkeletonCircle };
|
|
12
12
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SkeletonListProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime111 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/SkeletonList/index.web.d.ts
|
|
5
5
|
declare function SkeletonList({
|
|
6
6
|
count,
|
|
7
7
|
className
|
|
8
|
-
}: SkeletonListProps):
|
|
8
|
+
}: SkeletonListProps): react_jsx_runtime111.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { SkeletonList };
|
|
11
11
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import { Card } from "@contractspec/lib.ui-kit-web/ui/card";
|
|
5
5
|
import * as class_variance_authority_types8 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/molecules/StatCard.d.ts
|
|
8
8
|
declare const statVariants: (props?: ({
|
|
9
|
-
emphasis?: "
|
|
9
|
+
emphasis?: "default" | "strong" | "subtle" | null | undefined;
|
|
10
10
|
density?: "compact" | "comfortable" | null | undefined;
|
|
11
11
|
} & class_variance_authority_types8.ClassProp) | undefined) => string;
|
|
12
12
|
type StatCardProps = React.ComponentProps<typeof Card> & VariantProps<typeof statVariants> & {
|
|
@@ -24,14 +24,14 @@ declare function StatCard({
|
|
|
24
24
|
density,
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: StatCardProps):
|
|
27
|
+
}: StatCardProps): react_jsx_runtime49.JSX.Element;
|
|
28
28
|
declare function StatCardGroup({
|
|
29
29
|
children,
|
|
30
30
|
className
|
|
31
31
|
}: {
|
|
32
32
|
children: React.ReactNode;
|
|
33
33
|
className?: string;
|
|
34
|
-
}):
|
|
34
|
+
}): react_jsx_runtime49.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { StatCard, StatCardGroup };
|
|
37
37
|
//# sourceMappingURL=StatCard.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime47 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -21,7 +21,7 @@ declare function StatusChip({
|
|
|
21
21
|
className,
|
|
22
22
|
hoverContent,
|
|
23
23
|
...props
|
|
24
|
-
}: StatusChipProps):
|
|
24
|
+
}: StatusChipProps): react_jsx_runtime47.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { StatusChip };
|
|
27
27
|
//# sourceMappingURL=StatusChip.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime55 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Doc.d.ts
|
|
5
5
|
interface HoverPreviewDocProps {
|
|
@@ -22,7 +22,7 @@ declare function HoverPreviewDoc({
|
|
|
22
22
|
status,
|
|
23
23
|
amount,
|
|
24
24
|
className
|
|
25
|
-
}: HoverPreviewDocProps):
|
|
25
|
+
}: HoverPreviewDocProps): react_jsx_runtime55.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { HoverPreviewDoc };
|
|
28
28
|
//# sourceMappingURL=Doc.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime54 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Media.d.ts
|
|
5
5
|
interface HoverPreviewMediaProps {
|
|
@@ -15,7 +15,7 @@ declare function HoverPreviewMedia({
|
|
|
15
15
|
media,
|
|
16
16
|
caption,
|
|
17
17
|
className
|
|
18
|
-
}: HoverPreviewMediaProps):
|
|
18
|
+
}: HoverPreviewMediaProps): react_jsx_runtime54.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HoverPreviewMedia };
|
|
21
21
|
//# sourceMappingURL=Media.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime53 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Simple.d.ts
|
|
5
5
|
interface HoverPreviewLine {
|
|
@@ -20,7 +20,7 @@ declare function HoverPreviewSimple({
|
|
|
20
20
|
lines,
|
|
21
21
|
footer,
|
|
22
22
|
className
|
|
23
|
-
}: HoverPreviewSimpleProps):
|
|
23
|
+
}: HoverPreviewSimpleProps): react_jsx_runtime53.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { HoverPreviewSimple };
|
|
26
26
|
//# sourceMappingURL=Simple.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime57 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Stats.d.ts
|
|
5
5
|
interface HoverPreviewStat {
|
|
@@ -17,7 +17,7 @@ declare function HoverPreviewStats({
|
|
|
17
17
|
stats: HoverPreviewStat[];
|
|
18
18
|
footer?: React.ReactNode;
|
|
19
19
|
className?: string;
|
|
20
|
-
}):
|
|
20
|
+
}): react_jsx_runtime57.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { HoverPreviewStats };
|
|
23
23
|
//# sourceMappingURL=Stats.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/User.d.ts
|
|
5
5
|
interface HoverPreviewUserProps {
|
|
@@ -20,7 +20,7 @@ declare function HoverPreviewUser({
|
|
|
20
20
|
meta,
|
|
21
21
|
actions,
|
|
22
22
|
className
|
|
23
|
-
}: HoverPreviewUserProps):
|
|
23
|
+
}: HoverPreviewUserProps): react_jsx_runtime56.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { HoverPreviewUser };
|
|
26
26
|
//# sourceMappingURL=User.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime40 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/AcademyLayout.d.ts
|
|
5
5
|
interface AcademyLayoutProps {
|
|
@@ -24,7 +24,7 @@ declare function AcademyLayout({
|
|
|
24
24
|
rightPanel,
|
|
25
25
|
footer,
|
|
26
26
|
className
|
|
27
|
-
}: AcademyLayoutProps):
|
|
27
|
+
}: AcademyLayoutProps): react_jsx_runtime40.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { AcademyLayout };
|
|
30
30
|
//# sourceMappingURL=AcademyLayout.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HeaderProps } from "./Header.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime41 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/AppHeader.d.ts
|
|
6
6
|
interface AppHeaderProps extends HeaderProps {
|
|
@@ -13,7 +13,7 @@ declare function AppHeader({
|
|
|
13
13
|
toolbarRight,
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: AppHeaderProps):
|
|
16
|
+
}: AppHeaderProps): react_jsx_runtime41.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { AppHeader };
|
|
19
19
|
//# sourceMappingURL=AppHeader.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AppSidebar } from "./AppSidebar.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime39 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/AppLayout.d.ts
|
|
6
6
|
interface AppLayoutProps {
|
|
@@ -23,7 +23,7 @@ declare function AppLayout({
|
|
|
23
23
|
children,
|
|
24
24
|
footer,
|
|
25
25
|
className
|
|
26
|
-
}: AppLayoutProps):
|
|
26
|
+
}: AppLayoutProps): react_jsx_runtime39.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { AppLayout };
|
|
29
29
|
//# sourceMappingURL=AppLayout.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { NavSection } from "../../types/navigation.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/AppSidebar.d.ts
|
|
6
6
|
interface AppSidebarProps {
|
|
@@ -18,7 +18,7 @@ declare function AppSidebar({
|
|
|
18
18
|
searchPlaceholder,
|
|
19
19
|
className,
|
|
20
20
|
density
|
|
21
|
-
}: AppSidebarProps):
|
|
21
|
+
}: AppSidebarProps): react_jsx_runtime23.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AppSidebar };
|
|
24
24
|
//# sourceMappingURL=AppSidebar.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EmptyDataListProps } from "./EmptyDataList.types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/EmptyDataList.d.ts
|
|
5
5
|
declare function EmptyDataList({
|
|
@@ -15,7 +15,7 @@ declare function EmptyDataList({
|
|
|
15
15
|
onLearnMore,
|
|
16
16
|
handleLearnMore,
|
|
17
17
|
className
|
|
18
|
-
}: EmptyDataListProps):
|
|
18
|
+
}: EmptyDataListProps): react_jsx_runtime72.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { EmptyDataList };
|
|
21
21
|
//# sourceMappingURL=EmptyDataList.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime73 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/EmptySearchResult.d.ts
|
|
5
5
|
interface EmptySearchResultProps {
|
|
@@ -19,7 +19,7 @@ declare function EmptySearchResult({
|
|
|
19
19
|
onSearchChange,
|
|
20
20
|
handleSearchChange,
|
|
21
21
|
className
|
|
22
|
-
}: EmptySearchResultProps):
|
|
22
|
+
}: EmptySearchResultProps): react_jsx_runtime73.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { EmptySearchResult };
|
|
25
25
|
//# sourceMappingURL=EmptySearchResult.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime65 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/FAQSection.d.ts
|
|
5
5
|
interface FAQItem {
|
|
@@ -26,7 +26,7 @@ declare function FAQSection({
|
|
|
26
26
|
collapsible?: boolean;
|
|
27
27
|
defaultOpenIndex?: number;
|
|
28
28
|
accordionClassName?: string;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime65.JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { FAQSection };
|
|
32
32
|
//# sourceMappingURL=FAQSection.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/FeatureCarousel.d.ts
|
|
5
5
|
interface FeatureSlide {
|
|
@@ -13,7 +13,7 @@ declare function FeatureCarousel({
|
|
|
13
13
|
}: {
|
|
14
14
|
slides: FeatureSlide[];
|
|
15
15
|
className?: string;
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime28.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { FeatureCarousel };
|
|
19
19
|
//# sourceMappingURL=FeatureCarousel.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/FeaturesSection.d.ts
|
|
5
5
|
declare function FeaturesSection({
|
|
@@ -14,7 +14,7 @@ declare function FeaturesSection({
|
|
|
14
14
|
children: React.ReactNode;
|
|
15
15
|
className?: string;
|
|
16
16
|
density?: 'compact' | 'comfortable';
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime62.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { FeaturesSection };
|
|
20
20
|
//# sourceMappingURL=FeaturesSection.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/Footer.d.ts
|
|
5
5
|
interface FooterProps {
|
|
@@ -20,7 +20,7 @@ declare function Footer({
|
|
|
20
20
|
links,
|
|
21
21
|
className,
|
|
22
22
|
variant
|
|
23
|
-
}: FooterProps):
|
|
23
|
+
}: FooterProps): react_jsx_runtime27.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { Footer };
|
|
26
26
|
//# sourceMappingURL=Footer.d.ts.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CtaAction, HeaderNavItem, NavSection } from "../../types/navigation.js";
|
|
2
2
|
import { NavUser } from "../molecules/NavUser.js";
|
|
3
3
|
import * as React from "react";
|
|
4
|
-
import * as
|
|
4
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/organisms/Header.d.ts
|
|
7
7
|
interface HeaderProps {
|
|
@@ -24,15 +24,15 @@ declare function DesktopHeader({
|
|
|
24
24
|
cta,
|
|
25
25
|
className,
|
|
26
26
|
density
|
|
27
|
-
}: HeaderProps):
|
|
27
|
+
}: HeaderProps): react_jsx_runtime24.JSX.Element;
|
|
28
28
|
declare function MobileHeader({
|
|
29
29
|
logo,
|
|
30
30
|
userMenu,
|
|
31
31
|
mobileSidebar,
|
|
32
32
|
className,
|
|
33
33
|
density
|
|
34
|
-
}: HeaderProps):
|
|
35
|
-
declare function Header(props: HeaderProps):
|
|
34
|
+
}: HeaderProps): react_jsx_runtime24.JSX.Element;
|
|
35
|
+
declare function Header(props: HeaderProps): react_jsx_runtime24.JSX.Element;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { DesktopHeader, Header, HeaderProps, MobileHeader };
|
|
38
38
|
//# sourceMappingURL=Header.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { HeroSection } from "./HeroSection.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime61 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/HeroResponsive.d.ts
|
|
6
6
|
declare function HeroResponsive({
|
|
@@ -9,7 +9,7 @@ declare function HeroResponsive({
|
|
|
9
9
|
primaryCta,
|
|
10
10
|
secondaryCta,
|
|
11
11
|
className
|
|
12
|
-
}: React.ComponentProps<typeof HeroSection>):
|
|
12
|
+
}: React.ComponentProps<typeof HeroSection>): react_jsx_runtime61.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { HeroResponsive };
|
|
15
15
|
//# sourceMappingURL=HeroResponsive.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/HeroSection.d.ts
|
|
5
5
|
declare function HeroSection({
|
|
@@ -24,7 +24,7 @@ declare function HeroSection({
|
|
|
24
24
|
};
|
|
25
25
|
className?: string;
|
|
26
26
|
density?: 'compact' | 'comfortable';
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { HeroSection };
|
|
30
30
|
//# sourceMappingURL=HeroSection.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeroSection.d.ts","names":[],"sources":["../../../src/components/organisms/HeroSection.tsx"],"sourcesContent":[],"mappings":";;;;iBAiBgB,WAAA;;;;;;;;SAQP,KAAA,CAAM;aACF,KAAA,CAAM;EATH,UAAA,CAAA,EAAA;IACd,KAAA,EAAA,MAAA;IACA,IAAA,CAAA,EAAA,MAAA;IACA,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EACA,CAAA;EACA,YAAA,CAAA,EAAA;IACA,KAAA,EAAA,MAAA;IAEa,IAAA,CAAA,EAAA,MAAA;IACI,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EAKlB,CAAA;EAAA,SAAA,CAAA,EAAA,MAAA;;IAAA,
|
|
1
|
+
{"version":3,"file":"HeroSection.d.ts","names":[],"sources":["../../../src/components/organisms/HeroSection.tsx"],"sourcesContent":[],"mappings":";;;;iBAiBgB,WAAA;;;;;;;;SAQP,KAAA,CAAM;aACF,KAAA,CAAM;EATH,UAAA,CAAA,EAAA;IACd,KAAA,EAAA,MAAA;IACA,IAAA,CAAA,EAAA,MAAA;IACA,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EACA,CAAA;EACA,YAAA,CAAA,EAAA;IACA,KAAA,EAAA,MAAA;IAEa,IAAA,CAAA,EAAA,MAAA;IACI,OAAA,CAAA,EAAA,GAAA,GAAA,IAAA;EAKlB,CAAA;EAAA,SAAA,CAAA,EAAA,MAAA;;IAAA,kBAAA,CAAA,GAAA,CAAA"}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime68 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types12 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/organisms/ListCardPage.d.ts
|
|
7
7
|
declare const containerVariants: (props?: ({
|
|
8
8
|
density?: "compact" | "comfortable" | null | undefined;
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types12.ClassProp) | undefined) => string;
|
|
10
10
|
declare const gridVariants: (props?: ({
|
|
11
11
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & class_variance_authority_types12.ClassProp) | undefined) => string;
|
|
13
13
|
interface ListCardPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridVariants> {
|
|
14
14
|
title: React.ReactNode;
|
|
15
15
|
subtitle?: React.ReactNode;
|
|
@@ -31,7 +31,7 @@ declare function ListCardPage<T>({
|
|
|
31
31
|
columns,
|
|
32
32
|
density,
|
|
33
33
|
size
|
|
34
|
-
}: ListCardPageProps<T>):
|
|
34
|
+
}: ListCardPageProps<T>): react_jsx_runtime68.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { ListCardPage };
|
|
37
37
|
//# sourceMappingURL=ListCardPage.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime67 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types10 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/organisms/ListGridPage.d.ts
|
|
7
7
|
declare const containerVariants: (props?: ({
|
|
8
8
|
density?: "compact" | "comfortable" | null | undefined;
|
|
9
|
-
} &
|
|
9
|
+
} & class_variance_authority_types10.ClassProp) | undefined) => string;
|
|
10
10
|
declare const gridGapVariants: (props?: ({
|
|
11
11
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & class_variance_authority_types10.ClassProp) | undefined) => string;
|
|
13
13
|
interface ListGridPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridGapVariants> {
|
|
14
14
|
title: React.ReactNode;
|
|
15
15
|
subtitle?: React.ReactNode;
|
|
@@ -31,7 +31,7 @@ declare function ListGridPage<T>({
|
|
|
31
31
|
columns,
|
|
32
32
|
density,
|
|
33
33
|
size
|
|
34
|
-
}: ListGridPageProps<T>):
|
|
34
|
+
}: ListGridPageProps<T>): react_jsx_runtime67.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { ListGridPage };
|
|
37
37
|
//# sourceMappingURL=ListGridPage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListGridPage.d.ts","names":[],"sources":["../../../src/components/organisms/ListGridPage.tsx"],"sourcesContent":[],"mappings":";;;;;;cAOM;;IAUJ
|
|
1
|
+
{"version":3,"file":"ListGridPage.d.ts","names":[],"sources":["../../../src/components/organisms/ListGridPage.tsx"],"sourcesContent":[],"mappings":";;;;;;cAOM;;IAUJ,gCAAA,CAAA;cAEI,uBAWJ;EAvBI,IAAA,CAAA,EAAA,IAAA,GAAA,IAAA,GAUJ,IAAA,GAAA,IAAA,GAAA,SAAA;IAaA,gCAAA,CAAA,SAAA,CAAA,GAAA,SAAA,EAAA,GAAA,MAAA;AAEe,UAAA,iBAAiB,CAAA,CAAA,CAAA,SAE9B,YAF8B,CAAA,OAEV,iBAFU,CAAA,EAG9B,YAH8B,CAAA,OAGV,eAHU,CAAA,CAAA;EAEV,KAAA,EAEf,KAAA,CAAM,SAFS;EACA,QAAA,CAAA,EAEX,KAAA,CAAM,SAFK;EACf,KAAM,EAEN,CAFM,EAAA;EACF,UAAM,EAAA,CAAA,IAAA,EAEE,CAFF,EAAA,KAAA,EAAA,MAAA,EAAA,GAEuB,KAAA,CAAM,SAF7B;EACV,SAAA,CAAA,EAAA,MAAA;EACY,OAAA,CAAA,EAAA;IAA2B,MAAA,CAAA,EAAA,MAAA;IAL5C,MAAA,CAAA,EAAA,MAAA;IACA,OAAA,CAAA,EAAA,MAAA;EAAY,CAAA;AAShB;AACE,iBADc,YACd,CAAA,CAAA,CAAA,CAAA;EAAA,KAAA;EAAA,QAAA;EAAA,KAAA;EAAA,UAAA;EAAA,SAAA;EAAA,OAAA;EAAA,OAAA;EAAA;AAAA,CAAA,EAQC,iBARD,CAQmB,CARnB,CAAA,CAAA,EAQqB,mBAAA,CAAA,GAAA,CAAA,OARrB"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
2
2
|
import { ListPageProps } from "@contractspec/lib.ui-kit-web/ui/organisms/ListPage/types";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/ListPageResponsive.d.ts
|
|
5
|
-
declare function ListPageResponsive<T>(props: ListPageProps<T>):
|
|
5
|
+
declare function ListPageResponsive<T>(props: ListPageProps<T>): react_jsx_runtime66.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { ListPageResponsive };
|
|
8
8
|
//# sourceMappingURL=ListPageResponsive.d.ts.map
|