@contractspec/lib.design-system 1.46.2 → 1.48.0
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/ButtonLink.d.ts +2 -2
- package/dist/components/atoms/Cta.d.ts +1 -1
- 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 +2 -2
- 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/DataViewDetail.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/DataViewRenderer.js.map +1 -1
- package/dist/components/data-view/DataViewTable.d.ts +2 -2
- package/dist/components/data-view/utils.js.map +1 -1
- 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/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/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 +2 -2
- package/dist/components/legal/atoms/LegalHeading.d.ts +2 -2
- package/dist/components/legal/atoms/LegalList.d.ts +2 -2
- package/dist/components/legal/atoms/LegalSection.d.ts +2 -2
- package/dist/components/legal/atoms/LegalText.d.ts +2 -2
- package/dist/components/legal/molecules/Consent.d.ts +3 -3
- package/dist/components/legal/molecules/ContactFields.d.ts +2 -2
- package/dist/components/legal/molecules/LegalMeta.d.ts +2 -2
- package/dist/components/legal/molecules/LegalTOC.d.ts +2 -2
- package/dist/components/legal/organisms/ContactForm.d.ts +2 -2
- package/dist/components/legal/organisms/GDPRDataRequest.d.ts +2 -2
- package/dist/components/legal/organisms/GDPRRights.d.ts +2 -2
- package/dist/components/legal/organisms/LegalPageLayout.d.ts +2 -2
- package/dist/components/legal/templates/ContactTemplate.d.ts +2 -2
- package/dist/components/legal/templates/ContactTemplate.js +0 -1
- package/dist/components/legal/templates/ContactTemplate.js.map +1 -1
- package/dist/components/legal/templates/CookiesTemplate.d.ts +2 -2
- package/dist/components/legal/templates/PrivacyTemplate.d.ts +2 -2
- package/dist/components/legal/templates/SalesTermsTemplate.d.ts +2 -2
- package/dist/components/legal/templates/TermsTemplate.d.ts +2 -2
- package/dist/components/marketing/MarketingCard.d.ts +2 -2
- package/dist/components/marketing/MarketingCard.js.map +1 -1
- 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 +16 -0
- package/dist/components/molecules/CodeBlock/CodeBlock.d.ts.map +1 -0
- package/dist/components/molecules/CodeBlock/CodeBlock.js +54 -0
- package/dist/components/molecules/CodeBlock/CodeBlock.js.map +1 -0
- package/dist/components/molecules/CodeBlock/index.d.ts +2 -0
- package/dist/components/molecules/CodeBlock/types.d.ts +19 -0
- package/dist/components/molecules/CodeBlock/types.d.ts.map +1 -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 +13 -0
- package/dist/components/molecules/CommandTabs/CommandTabs.d.ts.map +1 -0
- package/dist/components/molecules/CommandTabs/CommandTabs.js +68 -0
- package/dist/components/molecules/CommandTabs/CommandTabs.js.map +1 -0
- package/dist/components/molecules/CommandTabs/index.d.ts +2 -0
- package/dist/components/molecules/CommandTabs/types.d.ts +19 -0
- package/dist/components/molecules/CommandTabs/types.d.ts.map +1 -0
- package/dist/components/molecules/CopyButton/CopyButton.d.ts +13 -0
- package/dist/components/molecules/CopyButton/CopyButton.d.ts.map +1 -0
- package/dist/components/molecules/CopyButton/CopyButton.js +42 -0
- package/dist/components/molecules/CopyButton/CopyButton.js.map +1 -0
- package/dist/components/molecules/CopyButton/index.d.ts +2 -0
- package/dist/components/molecules/CopyButton/types.d.ts +12 -0
- package/dist/components/molecules/CopyButton/types.d.ts.map +1 -0
- package/dist/components/molecules/EntityCard.d.ts +3 -3
- package/dist/components/molecules/EntityCard.js.map +1 -1
- package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
- package/dist/components/molecules/FiltersToolbar.js +0 -1
- package/dist/components/molecules/FiltersToolbar.js.map +1 -1
- package/dist/components/molecules/HoverPreview.d.ts +2 -2
- package/dist/components/molecules/InstallCommand/InstallCommand.d.ts +27 -0
- package/dist/components/molecules/InstallCommand/InstallCommand.d.ts.map +1 -0
- package/dist/components/molecules/InstallCommand/InstallCommand.js +68 -0
- package/dist/components/molecules/InstallCommand/InstallCommand.js.map +1 -0
- package/dist/components/molecules/InstallCommand/index.d.ts +2 -0
- package/dist/components/molecules/InstallCommand/types.d.ts +17 -0
- package/dist/components/molecules/InstallCommand/types.d.ts.map +1 -0
- package/dist/components/molecules/LangSwitch.d.ts +2 -2
- package/dist/components/molecules/LoaderBlock.d.ts +2 -2
- 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/ListCardPage.d.ts +2 -2
- package/dist/components/organisms/ListGridPage.d.ts +2 -2
- package/dist/components/organisms/ListPageResponsive.d.ts +2 -2
- package/dist/components/organisms/ListTablePage.d.ts +2 -2
- package/dist/components/organisms/MarketingHeader.d.ts +2 -2
- package/dist/components/organisms/MarketingHeader.js +1 -1
- package/dist/components/organisms/MarketingHeader.js.map +1 -1
- 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 +26 -0
- package/dist/components/providers/PackageManagerProvider.d.ts.map +1 -0
- package/dist/components/providers/PackageManagerProvider.js +50 -0
- package/dist/components/providers/PackageManagerProvider.js.map +1 -0
- package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
- package/dist/components/templates/lists/ListPageTemplate/index.web.js +0 -1
- package/dist/components/templates/lists/ListPageTemplate/index.web.js.map +1 -1
- package/dist/hooks/useListUrlState.js.map +1 -1
- package/dist/index.d.ts +14 -1
- package/dist/index.js +6 -7
- package/dist/index.js.map +1 -1
- package/dist/lib/keyboard.js.map +1 -1
- package/dist/platform/useResponsive.js.map +1 -1
- package/dist/platform/withPlatformUI.js.map +1 -1
- package/dist/renderers/form-contract.d.ts +2 -2
- package/dist/theme/tokens.js.map +1 -1
- package/dist/theme/variants.d.ts +1 -1
- package/package.json +16 -13
- package/dist/components/molecules/SkeletonBlock/index.js +0 -1
- package/dist/components/molecules/SkeletonCircle/index.js +0 -1
- package/dist/components/molecules/SkeletonList/index.js +0 -1
- package/dist/components/templates/lists/ListPageTemplate/index.js +0 -2
- package/dist/components/templates/lists/ListPageTemplate/types.js +0 -1
- package/dist/renderers/index.js +0 -1
- package/dist/types/navigation.js +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime46 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_runtime46.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_runtime54 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_runtime54.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_runtime53 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_runtime53.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_runtime52 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_runtime52.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_runtime56 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_runtime56.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_runtime55 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_runtime55.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_runtime39 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_runtime39.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_runtime40 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_runtime40.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_runtime38 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_runtime38.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_runtime22 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_runtime22.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_runtime71 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_runtime71.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_runtime72 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_runtime72.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_runtime64 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_runtime64.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_runtime27 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_runtime27.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_runtime61 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_runtime61.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_runtime26 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_runtime26.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_runtime23 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_runtime23.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_runtime23.JSX.Element;
|
|
35
|
+
declare function Header(props: HeaderProps): react_jsx_runtime23.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_runtime60 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_runtime60.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_runtime59 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_runtime59.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { HeroSection };
|
|
30
30
|
//# sourceMappingURL=HeroSection.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
import * as class_variance_authority_types11 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -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_runtime67.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { ListCardPage };
|
|
37
37
|
//# sourceMappingURL=ListCardPage.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime66 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types9 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -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_runtime66.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { ListGridPage };
|
|
37
37
|
//# sourceMappingURL=ListGridPage.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime65 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_runtime65.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { ListPageResponsive };
|
|
8
8
|
//# sourceMappingURL=ListPageResponsive.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
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
4
|
import * as class_variance_authority_types13 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -28,7 +28,7 @@ declare function ListTablePage<T>({
|
|
|
28
28
|
className,
|
|
29
29
|
density,
|
|
30
30
|
renderActions
|
|
31
|
-
}: ListTablePageProps<T>):
|
|
31
|
+
}: ListTablePageProps<T>): react_jsx_runtime68.JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { ListTablePage };
|
|
34
34
|
//# sourceMappingURL=ListTablePage.d.ts.map
|
|
@@ -2,7 +2,7 @@ import { CtaAction, HeaderNavItem, UserMenuItem } from "../../types/navigation.j
|
|
|
2
2
|
import { CommandPalette } from "../molecules/CommandPalette.js";
|
|
3
3
|
import { LangSwitchProps } from "../molecules/LangSwitch.js";
|
|
4
4
|
import * as React from "react";
|
|
5
|
-
import * as
|
|
5
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
6
6
|
|
|
7
7
|
//#region src/components/organisms/MarketingHeader.d.ts
|
|
8
8
|
interface MarketingHeaderProps {
|
|
@@ -33,7 +33,7 @@ declare function MarketingHeader({
|
|
|
33
33
|
right,
|
|
34
34
|
commandPaletteGroups,
|
|
35
35
|
langSwitchProps
|
|
36
|
-
}: MarketingHeaderProps):
|
|
36
|
+
}: MarketingHeaderProps): react_jsx_runtime28.JSX.Element;
|
|
37
37
|
//#endregion
|
|
38
38
|
export { MarketingHeader, MarketingHeaderProps };
|
|
39
39
|
//# sourceMappingURL=MarketingHeader.d.ts.map
|
|
@@ -5,7 +5,6 @@ import { ButtonLink } from "../atoms/ButtonLink.js";
|
|
|
5
5
|
import { NavUser } from "../molecules/NavUser.js";
|
|
6
6
|
import { NavItemCard } from "../molecules/NavItemCard.js";
|
|
7
7
|
import { MobileNavMenu } from "../molecules/MobileNavMenu.js";
|
|
8
|
-
import "../molecules/CommandPalette.js";
|
|
9
8
|
import { CommandSearchTrigger } from "../molecules/CommandSearchTrigger.js";
|
|
10
9
|
import { LangSwitchDropdown } from "../molecules/LangSwitchDropdown.js";
|
|
11
10
|
import * as React from "react";
|
|
@@ -83,6 +82,7 @@ function MarketingHeader({ logo, nav = [], navLinkClassName, userMenu, cta, clas
|
|
|
83
82
|
className: "grid w-[760px] grid-cols-3 gap-3 p-3",
|
|
84
83
|
children: item.items.map((link) => /* @__PURE__ */ jsx(NavItemCard, { item: link }, link.href))
|
|
85
84
|
}) })] }) : /* @__PURE__ */ jsx(NavigationMenuLink, {
|
|
85
|
+
className: navLinkClassName,
|
|
86
86
|
href: item.href || "#",
|
|
87
87
|
children: item.label
|
|
88
88
|
}) }, String(item.key ?? item.href ?? item.label))) })
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketingHeader.js","names":["Nav","NavList","NavItem","NavTrigger","NavContent","NavLink"],"sources":["../../../src/components/organisms/MarketingHeader.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { cn } from '@contractspec/lib.ui-kit-web/ui/utils';\nimport { Button } from '../atoms/Button';\nimport { ButtonLink } from '../atoms/ButtonLink';\nimport {\n NavigationMenu as Nav,\n NavigationMenuContent as NavContent,\n NavigationMenuItem as NavItem,\n NavigationMenuLink as NavLink,\n NavigationMenuList as NavList,\n NavigationMenuTrigger as NavTrigger,\n} from '@contractspec/lib.ui-kit-web/ui/navigation-menu';\nimport { Separator } from '@contractspec/lib.ui-kit-web/ui/separator';\nimport {\n Sheet,\n SheetContent,\n SheetHeader,\n SheetTrigger,\n} from '@contractspec/lib.ui-kit-web/ui/sheet';\nimport { Menu } from 'lucide-react';\nimport { MobileNavMenu } from '../molecules/MobileNavMenu';\nimport { CommandSearchTrigger } from '../molecules/CommandSearchTrigger';\nimport { LangSwitchDropdown } from '../molecules/LangSwitchDropdown';\nimport type {\n CtaAction,\n HeaderNavItem,\n UserMenuItem,\n} from '../../types/navigation';\nimport { NavUser } from '../molecules/NavUser';\nimport { cva } from 'class-variance-authority';\nimport { NavItemCard } from '../molecules/NavItemCard';\nimport { Box, HStack, VStack } from '@contractspec/lib.ui-kit-web/ui/stack';\nimport { CommandPalette } from '../molecules/CommandPalette';\nimport type { LangSwitchProps } from '../molecules/LangSwitch';\nimport { Text } from '@contractspec/lib.ui-kit-web/ui/text';\n\nexport interface MarketingHeaderProps {\n logo: React.ReactNode;\n nav?: HeaderNavItem[];\n navLinkClassName?: string;\n userMenu?: {\n name?: string;\n email?: string;\n imageUrl?: string;\n items: UserMenuItem[];\n };\n cta?: CtaAction;\n className?: string;\n density?: 'compact' | 'comfortable';\n right?: React.ReactNode; // e.g. AI link button, extra actions\n commandPaletteGroups: React.ComponentProps<typeof CommandPalette>['groups'];\n langSwitchProps: LangSwitchProps;\n}\n\nconst headerVariants = cva('flex items-center justify-between gap-4', {\n variants: {\n density: {\n compact: 'px-3 py-2',\n comfortable: 'px-4 py-3',\n },\n },\n defaultVariants: { density: 'comfortable' },\n});\n\nexport function MarketingHeader({\n logo,\n nav = [],\n navLinkClassName,\n userMenu,\n cta,\n className,\n density,\n right,\n commandPaletteGroups,\n langSwitchProps,\n}: MarketingHeaderProps) {\n const [open, setOpen] = React.useState(false);\n return (\n <HStack\n as=\"header\"\n className={cn(\n 'bg-background/95 supports-backdrop-filter:bg-background/60 sticky top-0 z-50 w-full border-b backdrop-blur-xs',\n className\n )}\n >\n <HStack\n className={cn(\n 'mx-auto w-full max-w-7xl items-center justify-center',\n headerVariants({ density })\n )}\n >\n {/* Mobile: compact left cluster */}\n <VStack className=\"flex items-center gap-2 md:hidden\">\n {/* Menu trigger (sheet) */}\n <Sheet open={open} onOpenChange={setOpen}>\n <SheetTrigger asChild>\n <Button variant=\"ghost\" size=\"icon\" aria-label=\"Open menu\">\n <Menu className=\"h-5 w-5\" />\n </Button>\n </SheetTrigger>\n\n <SheetContent side=\"left\" className=\"w-[320px] p-4\">\n {!!commandPaletteGroups?.length && (\n <SheetHeader>\n <CommandSearchTrigger groups={commandPaletteGroups} />\n {/*<SheetTitle>Menu</SheetTitle>*/}\n </SheetHeader>\n )}\n\n {cta && (\n <VStack className=\"mb-3\">\n <ButtonLink\n variant={cta.variant}\n size={cta.size}\n href={cta.href}\n onClick={cta.onClick}\n >\n <Text>{cta.label}</Text>\n </ButtonLink>\n </VStack>\n )}\n\n <MobileNavMenu items={nav} />\n </SheetContent>\n </Sheet>\n </VStack>\n\n {logo}\n\n {/* Desktop navigation */}\n <HStack className=\"hidden items-center gap-4 md:flex\">\n {nav.length > 0 && (\n <>\n <Separator orientation=\"vertical\" className=\"h-6\" />\n <Nav className=\"hidden md:flex\">\n <NavList>\n {nav.map((item) => (\n <NavItem key={String(item.key ?? item.href ?? item.label)}>\n {item.items && item.items.length > 0 ? (\n <>\n <NavTrigger className={navLinkClassName}>\n {item.label}\n </NavTrigger>\n <NavContent>\n <div className=\"grid w-[760px] grid-cols-3 gap-3 p-3\">\n {item.items.map((link) => (\n <NavItemCard key={link.href} item={link} />\n ))}\n </div>\n </NavContent>\n </>\n ) : (\n <NavLink
|
|
1
|
+
{"version":3,"file":"MarketingHeader.js","names":["Nav","NavList","NavItem","NavTrigger","NavContent","NavLink"],"sources":["../../../src/components/organisms/MarketingHeader.tsx"],"sourcesContent":["'use client';\n\nimport * as React from 'react';\nimport { cn } from '@contractspec/lib.ui-kit-web/ui/utils';\nimport { Button } from '../atoms/Button';\nimport { ButtonLink } from '../atoms/ButtonLink';\nimport {\n NavigationMenu as Nav,\n NavigationMenuContent as NavContent,\n NavigationMenuItem as NavItem,\n NavigationMenuLink as NavLink,\n NavigationMenuList as NavList,\n NavigationMenuTrigger as NavTrigger,\n} from '@contractspec/lib.ui-kit-web/ui/navigation-menu';\nimport { Separator } from '@contractspec/lib.ui-kit-web/ui/separator';\nimport {\n Sheet,\n SheetContent,\n SheetHeader,\n SheetTrigger,\n} from '@contractspec/lib.ui-kit-web/ui/sheet';\nimport { Menu } from 'lucide-react';\nimport { MobileNavMenu } from '../molecules/MobileNavMenu';\nimport { CommandSearchTrigger } from '../molecules/CommandSearchTrigger';\nimport { LangSwitchDropdown } from '../molecules/LangSwitchDropdown';\nimport type {\n CtaAction,\n HeaderNavItem,\n UserMenuItem,\n} from '../../types/navigation';\nimport { NavUser } from '../molecules/NavUser';\nimport { cva } from 'class-variance-authority';\nimport { NavItemCard } from '../molecules/NavItemCard';\nimport { Box, HStack, VStack } from '@contractspec/lib.ui-kit-web/ui/stack';\nimport { CommandPalette } from '../molecules/CommandPalette';\nimport type { LangSwitchProps } from '../molecules/LangSwitch';\nimport { Text } from '@contractspec/lib.ui-kit-web/ui/text';\n\nexport interface MarketingHeaderProps {\n logo: React.ReactNode;\n nav?: HeaderNavItem[];\n navLinkClassName?: string;\n userMenu?: {\n name?: string;\n email?: string;\n imageUrl?: string;\n items: UserMenuItem[];\n };\n cta?: CtaAction;\n className?: string;\n density?: 'compact' | 'comfortable';\n right?: React.ReactNode; // e.g. AI link button, extra actions\n commandPaletteGroups: React.ComponentProps<typeof CommandPalette>['groups'];\n langSwitchProps: LangSwitchProps;\n}\n\nconst headerVariants = cva('flex items-center justify-between gap-4', {\n variants: {\n density: {\n compact: 'px-3 py-2',\n comfortable: 'px-4 py-3',\n },\n },\n defaultVariants: { density: 'comfortable' },\n});\n\nexport function MarketingHeader({\n logo,\n nav = [],\n navLinkClassName,\n userMenu,\n cta,\n className,\n density,\n right,\n commandPaletteGroups,\n langSwitchProps,\n}: MarketingHeaderProps) {\n const [open, setOpen] = React.useState(false);\n return (\n <HStack\n as=\"header\"\n className={cn(\n 'bg-background/95 supports-backdrop-filter:bg-background/60 sticky top-0 z-50 w-full border-b backdrop-blur-xs',\n className\n )}\n >\n <HStack\n className={cn(\n 'mx-auto w-full max-w-7xl items-center justify-center',\n headerVariants({ density })\n )}\n >\n {/* Mobile: compact left cluster */}\n <VStack className=\"flex items-center gap-2 md:hidden\">\n {/* Menu trigger (sheet) */}\n <Sheet open={open} onOpenChange={setOpen}>\n <SheetTrigger asChild>\n <Button variant=\"ghost\" size=\"icon\" aria-label=\"Open menu\">\n <Menu className=\"h-5 w-5\" />\n </Button>\n </SheetTrigger>\n\n <SheetContent side=\"left\" className=\"w-[320px] p-4\">\n {!!commandPaletteGroups?.length && (\n <SheetHeader>\n <CommandSearchTrigger groups={commandPaletteGroups} />\n {/*<SheetTitle>Menu</SheetTitle>*/}\n </SheetHeader>\n )}\n\n {cta && (\n <VStack className=\"mb-3\">\n <ButtonLink\n variant={cta.variant}\n size={cta.size}\n href={cta.href}\n onClick={cta.onClick}\n >\n <Text>{cta.label}</Text>\n </ButtonLink>\n </VStack>\n )}\n\n <MobileNavMenu items={nav} />\n </SheetContent>\n </Sheet>\n </VStack>\n\n {logo}\n\n {/* Desktop navigation */}\n <HStack className=\"hidden items-center gap-4 md:flex\">\n {nav.length > 0 && (\n <>\n <Separator orientation=\"vertical\" className=\"h-6\" />\n <Nav className=\"hidden md:flex\">\n <NavList>\n {nav.map((item) => (\n <NavItem key={String(item.key ?? item.href ?? item.label)}>\n {item.items && item.items.length > 0 ? (\n <>\n <NavTrigger className={navLinkClassName}>\n {item.label}\n </NavTrigger>\n <NavContent>\n <div className=\"grid w-[760px] grid-cols-3 gap-3 p-3\">\n {item.items.map((link) => (\n <NavItemCard key={link.href} item={link} />\n ))}\n </div>\n </NavContent>\n </>\n ) : (\n <NavLink\n className={navLinkClassName}\n href={item.href || '#'}\n >\n {item.label}\n </NavLink>\n )}\n </NavItem>\n ))}\n </NavList>\n </Nav>\n </>\n )}\n </HStack>\n\n <HStack className=\"flex items-center gap-2\">\n {/* Desktop: show search trigger and custom right slot */}\n {!!commandPaletteGroups?.length && (\n <Box className=\"hidden items-center gap-2 md:flex\">\n <CommandSearchTrigger groups={commandPaletteGroups} />\n </Box>\n )}\n\n {!!(langSwitchProps?.options?.length > 1) && (\n <LangSwitchDropdown\n value={langSwitchProps.value}\n onChange={langSwitchProps.onChange}\n options={langSwitchProps.options}\n />\n )}\n\n {right && <Box className=\"hidden md:flex\">{right}</Box>}\n\n {cta && (\n <Box className=\"hidden md:flex\">\n <ButtonLink\n variant={cta.variant}\n size={cta.size}\n href={cta.href}\n onClick={cta.onClick}\n >\n <Text>{cta.label}</Text>\n </ButtonLink>\n </Box>\n )}\n\n {userMenu && <NavUser {...userMenu} />}\n </HStack>\n </HStack>\n </HStack>\n );\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAwDA,MAAM,iBAAiB,IAAI,2CAA2C;CACpE,UAAU,EACR,SAAS;EACP,SAAS;EACT,aAAa;EACd,EACF;CACD,iBAAiB,EAAE,SAAS,eAAe;CAC5C,CAAC;AAEF,SAAgB,gBAAgB,EAC9B,MACA,MAAM,EAAE,EACR,kBACA,UACA,KACA,WACA,SACA,OACA,sBACA,mBACuB;CACvB,MAAM,CAAC,MAAM,WAAW,MAAM,SAAS,MAAM;AAC7C,QACE,oBAAC;EACC,IAAG;EACH,WAAW,GACT,iHACA,UACD;YAED,qBAAC;GACC,WAAW,GACT,wDACA,eAAe,EAAE,SAAS,CAAC,CAC5B;;IAGD,oBAAC;KAAO,WAAU;eAEhB,qBAAC;MAAY;MAAM,cAAc;iBAC/B,oBAAC;OAAa;iBACZ,oBAAC;QAAO,SAAQ;QAAQ,MAAK;QAAO,cAAW;kBAC7C,oBAAC,QAAK,WAAU,YAAY;SACrB;QACI,EAEf,qBAAC;OAAa,MAAK;OAAO,WAAU;;QACjC,CAAC,CAAC,sBAAsB,UACvB,oBAAC,yBACC,oBAAC,wBAAqB,QAAQ,uBAAwB,GAE1C;QAGf,OACC,oBAAC;SAAO,WAAU;mBAChB,oBAAC;UACC,SAAS,IAAI;UACb,MAAM,IAAI;UACV,MAAM,IAAI;UACV,SAAS,IAAI;oBAEb,oBAAC,kBAAM,IAAI,QAAa;WACb;UACN;QAGX,oBAAC,iBAAc,OAAO,MAAO;;QAChB;OACT;MACD;IAER;IAGD,oBAAC;KAAO,WAAU;eACf,IAAI,SAAS,KACZ,4CACE,oBAAC;MAAU,aAAY;MAAW,WAAU;OAAQ,EACpD,oBAACA;MAAI,WAAU;gBACb,oBAACC,gCACE,IAAI,KAAK,SACR,oBAACC,gCACE,KAAK,SAAS,KAAK,MAAM,SAAS,IACjC,4CACE,oBAACC;OAAW,WAAW;iBACpB,KAAK;QACK,EACb,oBAACC,mCACC,oBAAC;OAAI,WAAU;iBACZ,KAAK,MAAM,KAAK,SACf,oBAAC,eAA4B,MAAM,QAAjB,KAAK,KAAoB,CAC3C;QACE,GACK,IACZ,GAEH,oBAACC;OACC,WAAW;OACX,MAAM,KAAK,QAAQ;iBAElB,KAAK;QACE,IApBA,OAAO,KAAK,OAAO,KAAK,QAAQ,KAAK,MAAM,CAsB/C,CACV,GACM;OACN,IACL;MAEE;IAET,qBAAC;KAAO,WAAU;;MAEf,CAAC,CAAC,sBAAsB,UACvB,oBAAC;OAAI,WAAU;iBACb,oBAAC,wBAAqB,QAAQ,uBAAwB;QAClD;MAGP,CAAC,EAAE,iBAAiB,SAAS,SAAS,MACrC,oBAAC;OACC,OAAO,gBAAgB;OACvB,UAAU,gBAAgB;OAC1B,SAAS,gBAAgB;QACzB;MAGH,SAAS,oBAAC;OAAI,WAAU;iBAAkB;QAAY;MAEtD,OACC,oBAAC;OAAI,WAAU;iBACb,oBAAC;QACC,SAAS,IAAI;QACb,MAAM,IAAI;QACV,MAAM,IAAI;QACV,SAAS,IAAI;kBAEb,oBAAC,kBAAM,IAAI,QAAa;SACb;QACT;MAGP,YAAY,oBAAC,WAAQ,GAAI,WAAY;;MAC/B;;IACF;GACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MarketingHeaderProps } from "./MarketingHeader.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/MarketingHeaderDesktop.d.ts
|
|
5
5
|
declare function MarketingHeaderDesktop({
|
|
@@ -10,7 +10,7 @@ declare function MarketingHeaderDesktop({
|
|
|
10
10
|
className,
|
|
11
11
|
density,
|
|
12
12
|
right
|
|
13
|
-
}: MarketingHeaderProps):
|
|
13
|
+
}: MarketingHeaderProps): react_jsx_runtime29.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { MarketingHeaderDesktop };
|
|
16
16
|
//# sourceMappingURL=MarketingHeaderDesktop.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { MarketingHeaderProps } from "./MarketingHeader.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/MarketingHeaderMobile.d.ts
|
|
5
5
|
declare function MarketingHeaderMobile({
|
|
@@ -7,7 +7,7 @@ declare function MarketingHeaderMobile({
|
|
|
7
7
|
nav,
|
|
8
8
|
className,
|
|
9
9
|
right
|
|
10
|
-
}: MarketingHeaderProps):
|
|
10
|
+
}: MarketingHeaderProps): react_jsx_runtime30.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { MarketingHeaderMobile };
|
|
13
13
|
//# sourceMappingURL=MarketingHeaderMobile.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/MarketingLayout.d.ts
|
|
5
5
|
interface MarketingLayoutProps {
|
|
@@ -13,7 +13,7 @@ declare function MarketingLayout({
|
|
|
13
13
|
children,
|
|
14
14
|
footer,
|
|
15
15
|
className
|
|
16
|
-
}: MarketingLayoutProps):
|
|
16
|
+
}: MarketingLayoutProps): react_jsx_runtime31.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { MarketingLayout };
|
|
19
19
|
//# sourceMappingURL=MarketingLayout.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
2
2
|
import { PageHeaderProps } from "@contractspec/lib.ui-kit-web/ui/page-header";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/PageHeaderResponsive.d.ts
|
|
5
5
|
type PageHeaderResponsiveProps = PageHeaderProps;
|
|
6
|
-
declare function PageHeaderResponsive(props: PageHeaderResponsiveProps):
|
|
6
|
+
declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime62.JSX.Element;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PageHeaderResponsive };
|
|
9
9
|
//# sourceMappingURL=PageHeaderResponsive.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime57 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/organisms/PricingCarousel.d.ts
|
|
4
4
|
interface PricingSlide {
|
|
@@ -19,7 +19,7 @@ declare function PricingCarousel({
|
|
|
19
19
|
}: {
|
|
20
20
|
tiers: PricingSlide[];
|
|
21
21
|
className?: string;
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime57.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { PricingCarousel };
|
|
25
25
|
//# sourceMappingURL=PricingCarousel.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime63 from "react/jsx-runtime";
|
|
3
3
|
import { PricingTier } from "@contractspec/lib.ui-kit-web/ui/marketing/PricingTable";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/PricingSection.d.ts
|
|
@@ -13,7 +13,7 @@ declare function PricingSection({
|
|
|
13
13
|
title?: React.ReactNode;
|
|
14
14
|
subtitle?: React.ReactNode;
|
|
15
15
|
className?: string;
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime63.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { PricingSection };
|
|
19
19
|
//# sourceMappingURL=PricingSection.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime58 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/TestimonialCarousel.d.ts
|
|
5
5
|
interface Testimonial {
|
|
@@ -14,7 +14,7 @@ declare function TestimonialCarousel({
|
|
|
14
14
|
}: {
|
|
15
15
|
testimonials: Testimonial[];
|
|
16
16
|
className?: string;
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime58.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { TestimonialCarousel };
|
|
20
20
|
//# sourceMappingURL=TestimonialCarousel.d.ts.map
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { PackageManager, PackageManagerContextValue } from "../molecules/CommandTabs/types.js";
|
|
2
|
+
import { ReactNode } from "react";
|
|
3
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/providers/PackageManagerProvider.d.ts
|
|
6
|
+
interface PackageManagerProviderProps {
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
/** Default package manager preference */
|
|
9
|
+
defaultPreference?: PackageManager;
|
|
10
|
+
}
|
|
11
|
+
/**
|
|
12
|
+
* Provider for sharing package manager preference across CommandTabs components.
|
|
13
|
+
* Wrap your documentation layout with this provider to sync preference across all instances.
|
|
14
|
+
*/
|
|
15
|
+
declare function PackageManagerProvider({
|
|
16
|
+
children,
|
|
17
|
+
defaultPreference
|
|
18
|
+
}: PackageManagerProviderProps): react_jsx_runtime21.JSX.Element;
|
|
19
|
+
/**
|
|
20
|
+
* Hook to access the package manager preference.
|
|
21
|
+
* Returns null if not wrapped in a PackageManagerProvider (components will use local state).
|
|
22
|
+
*/
|
|
23
|
+
declare function usePackageManager(): PackageManagerContextValue | null;
|
|
24
|
+
//#endregion
|
|
25
|
+
export { PackageManagerProvider, PackageManagerProviderProps, usePackageManager };
|
|
26
|
+
//# sourceMappingURL=PackageManagerProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PackageManagerProvider.d.ts","names":[],"sources":["../../../src/components/providers/PackageManagerProvider.tsx"],"sourcesContent":[],"mappings":";;;;;UAqBiB,2BAAA;YACL;;EADK,iBAAA,CAAA,EAGK,cAHsB;AAU5C;;;;;AAG8B,iBAHd,sBAAA,CAGc;EAAA,QAAA;EAAA;AAAA,CAAA,EAA3B,2BAA2B,CAAA,EAAA,mBAAA,CAAA,GAAA,CAAA,OAAA;AAoC9B;;;;iBAAgB,iBAAA,CAAA,GAAqB"}
|