@lssm/lib.design-system 0.0.0-canary-20251217052941 → 0.0.0-canary-20251217060433
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 +28 -0
- package/dist/components/agent/ApprovalQueue.d.ts +25 -0
- package/dist/components/atoms/ActionButtons.d.ts +25 -0
- package/dist/components/atoms/Button.d.ts +38 -0
- package/dist/components/atoms/ButtonLink.d.ts +21 -0
- package/dist/components/atoms/Cta.d.ts +31 -0
- package/dist/components/atoms/DataChips.d.ts +37 -0
- package/dist/components/atoms/EmptyState.d.ts +7 -0
- package/dist/components/atoms/ErrorState.d.ts +28 -0
- package/dist/components/atoms/Input.d.ts +35 -0
- package/dist/components/atoms/Link.d.ts +11 -0
- package/dist/components/atoms/Link.web.d.ts +18 -0
- package/dist/components/atoms/LoaderCircular.d.ts +22 -0
- package/dist/components/atoms/NavBrand.d.ts +18 -0
- package/dist/components/atoms/Stepper.d.ts +7 -0
- package/dist/components/atoms/Textarea.d.ts +37 -0
- package/dist/components/data-view/DataViewDetail.d.ts +21 -0
- package/dist/components/data-view/DataViewList.d.ts +23 -0
- package/dist/components/data-view/DataViewRenderer.d.ts +47 -0
- package/dist/components/data-view/DataViewTable.d.ts +25 -0
- package/dist/components/forms/ActionForm.d.ts +16 -0
- package/dist/components/forms/FormCardLayout.d.ts +22 -0
- package/dist/components/forms/FormDialog.d.ts +24 -0
- package/dist/components/forms/FormLayout.d.ts +29 -0
- package/dist/components/forms/FormOneByOneLayout.d.ts +25 -0
- package/dist/components/forms/FormStepsLayout.d.ts +26 -0
- package/dist/components/forms/ZodForm.d.ts +21 -0
- package/dist/components/legal/atoms/DefinitionList.d.ts +16 -0
- package/dist/components/legal/atoms/KeyValueList.d.ts +16 -0
- package/dist/components/legal/atoms/LegalCallout.d.ts +17 -0
- package/dist/components/legal/atoms/LegalHeading.d.ts +24 -0
- package/dist/components/legal/atoms/LegalList.d.ts +20 -0
- package/dist/components/legal/atoms/LegalSection.d.ts +21 -0
- package/dist/components/legal/atoms/LegalText.d.ts +24 -0
- package/dist/components/legal/molecules/Consent.d.ts +35 -0
- package/dist/components/legal/molecules/ContactFields.d.ts +24 -0
- package/dist/components/legal/molecules/LegalMeta.d.ts +14 -0
- package/dist/components/legal/molecules/LegalTOC.d.ts +30 -0
- package/dist/components/legal/organisms/ContactForm.d.ts +29 -0
- package/dist/components/legal/organisms/GDPRDataRequest.d.ts +18 -0
- package/dist/components/legal/organisms/GDPRRights.d.ts +13 -0
- package/dist/components/legal/organisms/LegalPageLayout.d.ts +23 -0
- package/dist/components/legal/templates/ContactTemplate.d.ts +23 -0
- package/dist/components/legal/templates/CookiesTemplate.d.ts +32 -0
- package/dist/components/legal/templates/PrivacyTemplate.d.ts +32 -0
- package/dist/components/legal/templates/SalesTermsTemplate.d.ts +27 -0
- package/dist/components/legal/templates/TermsTemplate.d.ts +27 -0
- package/dist/components/marketing/MarketingCard.d.ts +16 -0
- package/dist/components/marketing/MarketingCardsSection.d.ts +21 -0
- package/dist/components/marketing/MarketingComparisonSection.d.ts +29 -0
- package/dist/components/marketing/MarketingIconCard.d.ts +37 -0
- package/dist/components/marketing/MarketingSection.d.ts +33 -0
- package/dist/components/marketing/MarketingStepCard.d.ts +19 -0
- package/dist/components/molecules/AiLinkButton.d.ts +15 -0
- package/dist/components/molecules/Breadcrumbs.d.ts +15 -0
- package/dist/components/molecules/CommandPalette.d.ts +26 -0
- package/dist/components/molecules/CommandSearchTrigger.d.ts +18 -0
- package/dist/components/molecules/EntityCard.d.ts +37 -0
- package/dist/components/molecules/FiltersToolbar.d.ts +35 -0
- package/dist/components/molecules/HoverPreview.d.ts +20 -0
- package/dist/components/molecules/LangSwitch.d.ts +22 -0
- package/dist/components/molecules/LoaderBlock.d.ts +18 -0
- package/dist/components/molecules/NavMain.d.ts +13 -0
- package/dist/components/molecules/NavUser.d.ts +17 -0
- package/dist/components/molecules/OverviewCard.d.ts +20 -0
- package/dist/components/molecules/SkeletonBlock/index.d.ts +2 -0
- package/dist/components/molecules/SkeletonBlock/index.web.d.ts +12 -0
- package/dist/components/molecules/SkeletonBlock/types.d.ts +9 -0
- package/dist/components/molecules/SkeletonCircle/index.d.ts +2 -0
- package/dist/components/molecules/SkeletonCircle/index.web.d.ts +11 -0
- package/dist/components/molecules/SkeletonCircle/types.d.ts +8 -0
- package/dist/components/molecules/SkeletonList/index.d.ts +2 -0
- package/dist/components/molecules/SkeletonList/index.web.d.ts +10 -0
- package/dist/components/molecules/SkeletonList/types.d.ts +7 -0
- package/dist/components/molecules/StatCard.d.ts +36 -0
- package/dist/components/molecules/StatusChip.d.ts +26 -0
- package/dist/components/molecules/hover-previews/Doc.d.ts +27 -0
- package/dist/components/molecules/hover-previews/Media.d.ts +20 -0
- package/dist/components/molecules/hover-previews/Simple.d.ts +25 -0
- package/dist/components/molecules/hover-previews/Stats.d.ts +22 -0
- package/dist/components/molecules/hover-previews/User.d.ts +25 -0
- package/dist/components/organisms/AcademyLayout.d.ts +29 -0
- package/dist/components/organisms/AppHeader.d.ts +18 -0
- package/dist/components/organisms/AppLayout.d.ts +28 -0
- package/dist/components/organisms/AppSidebar.d.ts +23 -0
- package/dist/components/organisms/EmptyDataList.d.ts +20 -0
- package/dist/components/organisms/EmptyDataList.types.d.ts +19 -0
- package/dist/components/organisms/EmptySearchResult.d.ts +24 -0
- package/dist/components/organisms/FAQSection.d.ts +31 -0
- package/dist/components/organisms/FeatureCarousel.d.ts +18 -0
- package/dist/components/organisms/FeaturesSection.d.ts +19 -0
- package/dist/components/organisms/Footer.d.ts +25 -0
- package/dist/components/organisms/Header.d.ts +37 -0
- package/dist/components/organisms/HeroResponsive.d.ts +14 -0
- package/dist/components/organisms/HeroSection.d.ts +29 -0
- package/dist/components/organisms/ListCardPage.d.ts +36 -0
- package/dist/components/organisms/ListGridPage.d.ts +36 -0
- package/dist/components/organisms/ListPageResponsive.d.ts +7 -0
- package/dist/components/organisms/ListTablePage.d.ts +33 -0
- package/dist/components/organisms/MarketingHeader.d.ts +36 -0
- package/dist/components/organisms/MarketingHeaderDesktop.d.ts +15 -0
- package/dist/components/organisms/MarketingHeaderMobile.d.ts +12 -0
- package/dist/components/organisms/MarketingLayout.d.ts +18 -0
- package/dist/components/organisms/PageHeaderResponsive.d.ts +8 -0
- package/dist/components/organisms/PricingCarousel.d.ts +24 -0
- package/dist/components/organisms/PricingSection.d.ts +18 -0
- package/dist/components/organisms/TestimonialCarousel.d.ts +19 -0
- package/dist/components/templates/lists/ListPageTemplate/index.d.ts +2 -0
- package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +22 -0
- package/dist/components/templates/lists/ListPageTemplate/types.d.ts +25 -0
- package/dist/hooks/useListUrlState.d.ts +30 -0
- package/dist/index.d.ts +116 -0
- package/dist/lib/keyboard.d.ts +12 -0
- package/dist/platform/useColorScheme.d.ts +5 -0
- package/dist/platform/useReducedMotion.d.ts +4 -0
- package/dist/platform/useResponsive.d.ts +23 -0
- package/dist/platform/withPlatformUI.d.ts +28 -0
- package/dist/renderers/form-contract.d.ts +11 -0
- package/dist/renderers/index.d.ts +1 -0
- package/dist/theme/tokenBridge.d.ts +19 -0
- package/dist/theme/tokens.d.ts +50 -0
- package/dist/theme/variants.d.ts +21 -0
- package/dist/types/navigation.d.ts +44 -0
- package/package.json +8 -8
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime97 from "react/jsx-runtime";
|
|
3
|
+
import { UseFormReturn } from "@lssm/lib.ui-kit-web/ui/form";
|
|
4
|
+
import * as z from "zod";
|
|
5
|
+
import { FieldValues } from "react-hook-form";
|
|
6
|
+
|
|
7
|
+
//#region src/components/forms/ZodForm.d.ts
|
|
8
|
+
interface ZodFormProps<TSchema extends z.ZodType<any, FieldValues>, TFieldValues extends FieldValues = z.input<TSchema>, TOutput = z.output<TSchema>> {
|
|
9
|
+
schema: TSchema;
|
|
10
|
+
defaultValues?: Partial<TFieldValues> | Promise<Partial<TFieldValues>>;
|
|
11
|
+
onSubmit: (data: TOutput) => Promise<void> | void;
|
|
12
|
+
children: (f: UseFormReturn<TFieldValues, any, TOutput>) => React.ReactNode;
|
|
13
|
+
}
|
|
14
|
+
declare function ZodForm<TSchema extends z.ZodType<any, FieldValues>, TFieldValues extends FieldValues = z.input<TSchema>, TOutput = z.output<TSchema>>({
|
|
15
|
+
schema,
|
|
16
|
+
defaultValues,
|
|
17
|
+
onSubmit,
|
|
18
|
+
children
|
|
19
|
+
}: ZodFormProps<TSchema, TFieldValues, TOutput>): react_jsx_runtime97.JSX.Element;
|
|
20
|
+
//#endregion
|
|
21
|
+
export { ZodForm };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime78 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/atoms/DefinitionList.d.ts
|
|
5
|
+
declare function DefinitionList({
|
|
6
|
+
items,
|
|
7
|
+
className
|
|
8
|
+
}: {
|
|
9
|
+
items: {
|
|
10
|
+
term: React.ReactNode;
|
|
11
|
+
description: React.ReactNode;
|
|
12
|
+
}[];
|
|
13
|
+
className?: string;
|
|
14
|
+
}): react_jsx_runtime78.JSX.Element;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { DefinitionList };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/atoms/KeyValueList.d.ts
|
|
5
|
+
declare function KeyValueList({
|
|
6
|
+
items,
|
|
7
|
+
className
|
|
8
|
+
}: {
|
|
9
|
+
items: {
|
|
10
|
+
key: React.ReactNode;
|
|
11
|
+
value: React.ReactNode;
|
|
12
|
+
}[];
|
|
13
|
+
className?: string;
|
|
14
|
+
}): react_jsx_runtime79.JSX.Element;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { KeyValueList };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types19 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/legal/atoms/LegalCallout.d.ts
|
|
7
|
+
declare const calloutVariants: (props?: ({
|
|
8
|
+
tone?: "danger" | "info" | "warning" | null | undefined;
|
|
9
|
+
} & class_variance_authority_types19.ClassProp) | undefined) => string;
|
|
10
|
+
type LegalCalloutProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof calloutVariants>;
|
|
11
|
+
declare function LegalCallout({
|
|
12
|
+
tone,
|
|
13
|
+
className,
|
|
14
|
+
...props
|
|
15
|
+
}: LegalCalloutProps): react_jsx_runtime81.JSX.Element;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { LegalCallout };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime75 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types15 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/legal/atoms/LegalHeading.d.ts
|
|
7
|
+
declare const headingVariants: (props?: ({
|
|
8
|
+
level?: "h1" | "h2" | "h3" | "h4" | null | undefined;
|
|
9
|
+
tone?: "default" | "muted" | "accent" | null | undefined;
|
|
10
|
+
spacing?: "sm" | "md" | "lg" | "none" | null | undefined;
|
|
11
|
+
} & class_variance_authority_types15.ClassProp) | undefined) => string;
|
|
12
|
+
type LegalHeadingProps = React.HTMLAttributes<HTMLHeadingElement> & VariantProps<typeof headingVariants> & {
|
|
13
|
+
as?: 'h1' | 'h2' | 'h3' | 'h4';
|
|
14
|
+
};
|
|
15
|
+
declare function LegalHeading({
|
|
16
|
+
as,
|
|
17
|
+
level,
|
|
18
|
+
tone,
|
|
19
|
+
spacing,
|
|
20
|
+
className,
|
|
21
|
+
...props
|
|
22
|
+
}: LegalHeadingProps): react_jsx_runtime75.JSX.Element;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { LegalHeading };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types18 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/legal/atoms/LegalList.d.ts
|
|
7
|
+
declare const listVariants: (props?: ({
|
|
8
|
+
type?: "none" | "unordered" | "ordered" | null | undefined;
|
|
9
|
+
spacing?: "sm" | "md" | "lg" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types18.ClassProp) | undefined) => string;
|
|
11
|
+
type LegalListProps = React.HTMLAttributes<HTMLUListElement | HTMLOListElement> & VariantProps<typeof listVariants>;
|
|
12
|
+
declare function LegalList({
|
|
13
|
+
type,
|
|
14
|
+
spacing,
|
|
15
|
+
className,
|
|
16
|
+
children,
|
|
17
|
+
...props
|
|
18
|
+
}: LegalListProps): react_jsx_runtime80.JSX.Element;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { LegalList };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime77 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types17 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/legal/atoms/LegalSection.d.ts
|
|
7
|
+
declare const sectionVariants: (props?: ({
|
|
8
|
+
spacing?: "sm" | "md" | "lg" | null | undefined;
|
|
9
|
+
border?: "none" | "top" | "bottom" | "both" | null | undefined;
|
|
10
|
+
tone?: "subtle" | "plain" | null | undefined;
|
|
11
|
+
} & class_variance_authority_types17.ClassProp) | undefined) => string;
|
|
12
|
+
type LegalSectionProps = React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof sectionVariants>;
|
|
13
|
+
declare function LegalSection({
|
|
14
|
+
spacing,
|
|
15
|
+
border,
|
|
16
|
+
tone,
|
|
17
|
+
className,
|
|
18
|
+
...props
|
|
19
|
+
}: LegalSectionProps): react_jsx_runtime77.JSX.Element;
|
|
20
|
+
//#endregion
|
|
21
|
+
export { LegalSection };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime76 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types16 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/legal/atoms/LegalText.d.ts
|
|
7
|
+
declare const textVariants: (props?: ({
|
|
8
|
+
tone?: "default" | "danger" | "muted" | null | undefined;
|
|
9
|
+
size?: "base" | "sm" | "lg" | null | undefined;
|
|
10
|
+
spacing?: "sm" | "md" | "lg" | "none" | null | undefined;
|
|
11
|
+
} & class_variance_authority_types16.ClassProp) | undefined) => string;
|
|
12
|
+
type LegalTextProps = React.HTMLAttributes<HTMLParagraphElement> & VariantProps<typeof textVariants> & {
|
|
13
|
+
as?: 'p' | 'div' | 'span';
|
|
14
|
+
};
|
|
15
|
+
declare function LegalText({
|
|
16
|
+
as,
|
|
17
|
+
tone,
|
|
18
|
+
size,
|
|
19
|
+
spacing,
|
|
20
|
+
className,
|
|
21
|
+
...props
|
|
22
|
+
}: LegalTextProps): react_jsx_runtime76.JSX.Element;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { LegalText };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime84 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/molecules/Consent.d.ts
|
|
5
|
+
declare function ConsentItem({
|
|
6
|
+
id,
|
|
7
|
+
label,
|
|
8
|
+
description,
|
|
9
|
+
checked,
|
|
10
|
+
onChange,
|
|
11
|
+
className
|
|
12
|
+
}: {
|
|
13
|
+
id: string;
|
|
14
|
+
label: React.ReactNode;
|
|
15
|
+
description?: React.ReactNode;
|
|
16
|
+
checked: boolean;
|
|
17
|
+
onChange: (checked: boolean) => void;
|
|
18
|
+
className?: string;
|
|
19
|
+
}): react_jsx_runtime84.JSX.Element;
|
|
20
|
+
declare function ConsentList({
|
|
21
|
+
items,
|
|
22
|
+
onChange,
|
|
23
|
+
className
|
|
24
|
+
}: {
|
|
25
|
+
items: {
|
|
26
|
+
id: string;
|
|
27
|
+
label: React.ReactNode;
|
|
28
|
+
description?: React.ReactNode;
|
|
29
|
+
checked: boolean;
|
|
30
|
+
}[];
|
|
31
|
+
onChange: (id: string, checked: boolean) => void;
|
|
32
|
+
className?: string;
|
|
33
|
+
}): react_jsx_runtime84.JSX.Element;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { ConsentItem, ConsentList };
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import * as react_jsx_runtime86 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/legal/molecules/ContactFields.d.ts
|
|
4
|
+
declare function ContactFields({
|
|
5
|
+
value,
|
|
6
|
+
onChange,
|
|
7
|
+
disabled
|
|
8
|
+
}: {
|
|
9
|
+
value: {
|
|
10
|
+
name: string;
|
|
11
|
+
email: string;
|
|
12
|
+
subject: string;
|
|
13
|
+
message: string;
|
|
14
|
+
};
|
|
15
|
+
onChange: (next: {
|
|
16
|
+
name: string;
|
|
17
|
+
email: string;
|
|
18
|
+
subject: string;
|
|
19
|
+
message: string;
|
|
20
|
+
}) => void;
|
|
21
|
+
disabled?: boolean;
|
|
22
|
+
}): react_jsx_runtime86.JSX.Element;
|
|
23
|
+
//#endregion
|
|
24
|
+
export { ContactFields };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as react_jsx_runtime83 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/legal/molecules/LegalMeta.d.ts
|
|
4
|
+
declare function LegalMeta({
|
|
5
|
+
lastUpdated,
|
|
6
|
+
version,
|
|
7
|
+
className
|
|
8
|
+
}: {
|
|
9
|
+
lastUpdated?: string | Date;
|
|
10
|
+
version?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
}): react_jsx_runtime83.JSX.Element;
|
|
13
|
+
//#endregion
|
|
14
|
+
export { LegalMeta };
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types20 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/legal/molecules/LegalTOC.d.ts
|
|
7
|
+
interface TocItem {
|
|
8
|
+
href: string;
|
|
9
|
+
label: React.ReactNode;
|
|
10
|
+
}
|
|
11
|
+
declare const tocVariants: (props?: ({
|
|
12
|
+
variant?: "sidebar" | "inline" | null | undefined;
|
|
13
|
+
size?: "sm" | "md" | null | undefined;
|
|
14
|
+
} & class_variance_authority_types20.ClassProp) | undefined) => string;
|
|
15
|
+
type LegalTOCProps = {
|
|
16
|
+
items: TocItem[];
|
|
17
|
+
activeHref?: string;
|
|
18
|
+
onNavigate?: (href: string) => void;
|
|
19
|
+
} & VariantProps<typeof tocVariants> & React.HTMLAttributes<HTMLDivElement>;
|
|
20
|
+
declare function LegalTOC({
|
|
21
|
+
items,
|
|
22
|
+
activeHref,
|
|
23
|
+
onNavigate,
|
|
24
|
+
variant,
|
|
25
|
+
size,
|
|
26
|
+
className,
|
|
27
|
+
...props
|
|
28
|
+
}: LegalTOCProps): react_jsx_runtime82.JSX.Element;
|
|
29
|
+
//#endregion
|
|
30
|
+
export { LegalTOC, TocItem };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime89 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/organisms/ContactForm.d.ts
|
|
5
|
+
declare function ContactForm({
|
|
6
|
+
labels,
|
|
7
|
+
initialValue,
|
|
8
|
+
disabled,
|
|
9
|
+
onSubmit
|
|
10
|
+
}: {
|
|
11
|
+
labels?: {
|
|
12
|
+
submit: React.ReactNode;
|
|
13
|
+
};
|
|
14
|
+
initialValue?: {
|
|
15
|
+
name: string;
|
|
16
|
+
email: string;
|
|
17
|
+
subject: string;
|
|
18
|
+
message: string;
|
|
19
|
+
};
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
onSubmit?: (data: {
|
|
22
|
+
name: string;
|
|
23
|
+
email: string;
|
|
24
|
+
subject: string;
|
|
25
|
+
message: string;
|
|
26
|
+
}) => Promise<void> | void;
|
|
27
|
+
}): react_jsx_runtime89.JSX.Element;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { ContactForm };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime90 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/organisms/GDPRDataRequest.d.ts
|
|
5
|
+
declare function GDPRDataRequest({
|
|
6
|
+
onExport,
|
|
7
|
+
onDelete,
|
|
8
|
+
labels
|
|
9
|
+
}: {
|
|
10
|
+
onExport?: () => Promise<void> | void;
|
|
11
|
+
onDelete?: () => Promise<void> | void;
|
|
12
|
+
labels?: {
|
|
13
|
+
export: React.ReactNode;
|
|
14
|
+
delete: React.ReactNode;
|
|
15
|
+
};
|
|
16
|
+
}): react_jsx_runtime90.JSX.Element;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { GDPRDataRequest };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime88 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/organisms/GDPRRights.d.ts
|
|
5
|
+
declare function GDPRRights({
|
|
6
|
+
title,
|
|
7
|
+
rights
|
|
8
|
+
}: {
|
|
9
|
+
title?: React.ReactNode;
|
|
10
|
+
rights?: React.ReactNode[];
|
|
11
|
+
}): react_jsx_runtime88.JSX.Element;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { GDPRRights };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { TocItem } from "../molecules/LegalTOC.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime87 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/legal/organisms/LegalPageLayout.d.ts
|
|
6
|
+
declare function LegalPageLayout({
|
|
7
|
+
title,
|
|
8
|
+
meta,
|
|
9
|
+
toc,
|
|
10
|
+
children,
|
|
11
|
+
className
|
|
12
|
+
}: {
|
|
13
|
+
title: React.ReactNode;
|
|
14
|
+
meta?: {
|
|
15
|
+
lastUpdated?: string | Date;
|
|
16
|
+
version?: string;
|
|
17
|
+
};
|
|
18
|
+
toc?: TocItem[];
|
|
19
|
+
children: React.ReactNode;
|
|
20
|
+
className?: string;
|
|
21
|
+
}): react_jsx_runtime87.JSX.Element;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { LegalPageLayout };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime95 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/templates/ContactTemplate.d.ts
|
|
5
|
+
declare function ContactTemplate({
|
|
6
|
+
title,
|
|
7
|
+
meta,
|
|
8
|
+
onSubmit
|
|
9
|
+
}: {
|
|
10
|
+
title?: React.ReactNode;
|
|
11
|
+
meta?: {
|
|
12
|
+
lastUpdated?: string | Date;
|
|
13
|
+
version?: string;
|
|
14
|
+
};
|
|
15
|
+
onSubmit?: (data: {
|
|
16
|
+
name: string;
|
|
17
|
+
email: string;
|
|
18
|
+
subject: string;
|
|
19
|
+
message: string;
|
|
20
|
+
}) => Promise<void> | void;
|
|
21
|
+
}): react_jsx_runtime95.JSX.Element;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { ContactTemplate };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime94 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/templates/CookiesTemplate.d.ts
|
|
5
|
+
declare function CookiesTemplate({
|
|
6
|
+
title,
|
|
7
|
+
meta,
|
|
8
|
+
toc,
|
|
9
|
+
keyValues,
|
|
10
|
+
sections
|
|
11
|
+
}: {
|
|
12
|
+
title?: React.ReactNode;
|
|
13
|
+
meta?: {
|
|
14
|
+
lastUpdated?: string | Date;
|
|
15
|
+
version?: string;
|
|
16
|
+
};
|
|
17
|
+
toc?: {
|
|
18
|
+
href: string;
|
|
19
|
+
label: React.ReactNode;
|
|
20
|
+
}[];
|
|
21
|
+
keyValues?: {
|
|
22
|
+
key: React.ReactNode;
|
|
23
|
+
value: React.ReactNode;
|
|
24
|
+
}[];
|
|
25
|
+
sections: {
|
|
26
|
+
id: string;
|
|
27
|
+
title: React.ReactNode;
|
|
28
|
+
content: React.ReactNode;
|
|
29
|
+
}[];
|
|
30
|
+
}): react_jsx_runtime94.JSX.Element;
|
|
31
|
+
//#endregion
|
|
32
|
+
export { CookiesTemplate };
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime93 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/templates/PrivacyTemplate.d.ts
|
|
5
|
+
declare function PrivacyTemplate({
|
|
6
|
+
title,
|
|
7
|
+
meta,
|
|
8
|
+
toc,
|
|
9
|
+
sections,
|
|
10
|
+
definitions
|
|
11
|
+
}: {
|
|
12
|
+
title?: React.ReactNode;
|
|
13
|
+
meta?: {
|
|
14
|
+
lastUpdated?: string | Date;
|
|
15
|
+
version?: string;
|
|
16
|
+
};
|
|
17
|
+
toc?: {
|
|
18
|
+
href: string;
|
|
19
|
+
label: React.ReactNode;
|
|
20
|
+
}[];
|
|
21
|
+
sections: {
|
|
22
|
+
id: string;
|
|
23
|
+
title: React.ReactNode;
|
|
24
|
+
content: React.ReactNode;
|
|
25
|
+
}[];
|
|
26
|
+
definitions?: {
|
|
27
|
+
term: React.ReactNode;
|
|
28
|
+
description: React.ReactNode;
|
|
29
|
+
}[];
|
|
30
|
+
}): react_jsx_runtime93.JSX.Element;
|
|
31
|
+
//#endregion
|
|
32
|
+
export { PrivacyTemplate };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime92 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/templates/SalesTermsTemplate.d.ts
|
|
5
|
+
declare function SalesTermsTemplate({
|
|
6
|
+
title,
|
|
7
|
+
meta,
|
|
8
|
+
toc,
|
|
9
|
+
sections
|
|
10
|
+
}: {
|
|
11
|
+
title?: React.ReactNode;
|
|
12
|
+
meta?: {
|
|
13
|
+
lastUpdated?: string | Date;
|
|
14
|
+
version?: string;
|
|
15
|
+
};
|
|
16
|
+
toc?: {
|
|
17
|
+
href: string;
|
|
18
|
+
label: React.ReactNode;
|
|
19
|
+
}[];
|
|
20
|
+
sections: {
|
|
21
|
+
id: string;
|
|
22
|
+
title: React.ReactNode;
|
|
23
|
+
content: React.ReactNode;
|
|
24
|
+
}[];
|
|
25
|
+
}): react_jsx_runtime92.JSX.Element;
|
|
26
|
+
//#endregion
|
|
27
|
+
export { SalesTermsTemplate };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime91 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/legal/templates/TermsTemplate.d.ts
|
|
5
|
+
declare function TermsTemplate({
|
|
6
|
+
title,
|
|
7
|
+
meta,
|
|
8
|
+
toc,
|
|
9
|
+
sections
|
|
10
|
+
}: {
|
|
11
|
+
title?: React.ReactNode;
|
|
12
|
+
meta?: {
|
|
13
|
+
lastUpdated?: string | Date;
|
|
14
|
+
version?: string;
|
|
15
|
+
};
|
|
16
|
+
toc?: {
|
|
17
|
+
href: string;
|
|
18
|
+
label: React.ReactNode;
|
|
19
|
+
}[];
|
|
20
|
+
sections: {
|
|
21
|
+
id: string;
|
|
22
|
+
title: React.ReactNode;
|
|
23
|
+
content: React.ReactNode;
|
|
24
|
+
}[];
|
|
25
|
+
}): react_jsx_runtime91.JSX.Element;
|
|
26
|
+
//#endregion
|
|
27
|
+
export { TermsTemplate };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
3
|
+
import { Card, CardContent as CardContent$1, CardDescription, CardHeader as CardHeader$1, CardTitle as CardTitle$1 } from "@lssm/lib.ui-kit-web/ui/card";
|
|
4
|
+
|
|
5
|
+
//#region src/components/marketing/MarketingCard.d.ts
|
|
6
|
+
type MarketingCardTone = 'default' | 'muted' | 'elevated';
|
|
7
|
+
type MarketingCardProps = React.ComponentProps<typeof Card> & {
|
|
8
|
+
tone?: MarketingCardTone;
|
|
9
|
+
};
|
|
10
|
+
declare function MarketingCard({
|
|
11
|
+
tone,
|
|
12
|
+
className,
|
|
13
|
+
...props
|
|
14
|
+
}: MarketingCardProps): react_jsx_runtime33.JSX.Element;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { CardContent$1 as CardContent, CardDescription, CardHeader$1 as CardHeader, CardTitle$1 as CardTitle, MarketingCard, MarketingCardTone };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { MarketingSection } from "./MarketingSection.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
4
|
+
import { VariantProps } from "class-variance-authority";
|
|
5
|
+
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
6
|
+
|
|
7
|
+
//#region src/components/marketing/MarketingCardsSection.d.ts
|
|
8
|
+
declare const gridVariants: (props?: ({
|
|
9
|
+
columns?: 1 | 3 | 2 | 4 | null | undefined;
|
|
10
|
+
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
11
|
+
type MarketingCardsSectionProps = React.PropsWithChildren<Omit<React.ComponentProps<typeof MarketingSection>, 'children'> & VariantProps<typeof gridVariants> & {
|
|
12
|
+
gridClassName?: string;
|
|
13
|
+
}>;
|
|
14
|
+
declare function MarketingCardsSection({
|
|
15
|
+
children,
|
|
16
|
+
columns,
|
|
17
|
+
gridClassName,
|
|
18
|
+
...sectionProps
|
|
19
|
+
}: MarketingCardsSectionProps): react_jsx_runtime32.JSX.Element;
|
|
20
|
+
//#endregion
|
|
21
|
+
export { MarketingCardsSection };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { MarketingSectionPadding, MarketingSectionTone } from "./MarketingSection.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime36 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/marketing/MarketingComparisonSection.d.ts
|
|
6
|
+
interface ComparisonColumn {
|
|
7
|
+
title: string;
|
|
8
|
+
items: (string | React.ReactNode)[];
|
|
9
|
+
}
|
|
10
|
+
interface MarketingComparisonSectionProps {
|
|
11
|
+
eyebrow?: React.ReactNode;
|
|
12
|
+
title?: React.ReactNode;
|
|
13
|
+
subtitle?: React.ReactNode;
|
|
14
|
+
left: ComparisonColumn;
|
|
15
|
+
right: ComparisonColumn;
|
|
16
|
+
tone?: MarketingSectionTone;
|
|
17
|
+
padding?: MarketingSectionPadding;
|
|
18
|
+
}
|
|
19
|
+
declare function MarketingComparisonSection({
|
|
20
|
+
eyebrow,
|
|
21
|
+
title,
|
|
22
|
+
subtitle,
|
|
23
|
+
left,
|
|
24
|
+
right,
|
|
25
|
+
tone,
|
|
26
|
+
padding
|
|
27
|
+
}: MarketingComparisonSectionProps): react_jsx_runtime36.JSX.Element;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { MarketingComparisonSection };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { MarketingCardTone } from "./MarketingCard.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
4
|
+
import { VariantProps } from "class-variance-authority";
|
|
5
|
+
import * as class_variance_authority_types5 from "class-variance-authority/types";
|
|
6
|
+
|
|
7
|
+
//#region src/components/marketing/MarketingIconCard.d.ts
|
|
8
|
+
type IconComponent = React.ComponentType<{
|
|
9
|
+
className?: string;
|
|
10
|
+
size?: number;
|
|
11
|
+
}>;
|
|
12
|
+
declare const layoutVariants: (props?: ({
|
|
13
|
+
variant?: "iconFirst" | "listing" | "support" | null | undefined;
|
|
14
|
+
} & class_variance_authority_types5.ClassProp) | undefined) => string;
|
|
15
|
+
type MarketingIconCardVariant = VariantProps<typeof layoutVariants>['variant'];
|
|
16
|
+
interface MarketingIconCardProps {
|
|
17
|
+
icon: IconComponent;
|
|
18
|
+
title: React.ReactNode;
|
|
19
|
+
description?: React.ReactNode;
|
|
20
|
+
tone?: MarketingCardTone;
|
|
21
|
+
iconClassName?: string;
|
|
22
|
+
headerAction?: React.ReactNode;
|
|
23
|
+
variant?: MarketingIconCardVariant;
|
|
24
|
+
className?: string;
|
|
25
|
+
}
|
|
26
|
+
declare function MarketingIconCard({
|
|
27
|
+
icon: Icon,
|
|
28
|
+
title,
|
|
29
|
+
description,
|
|
30
|
+
tone,
|
|
31
|
+
iconClassName,
|
|
32
|
+
headerAction,
|
|
33
|
+
variant,
|
|
34
|
+
className
|
|
35
|
+
}: MarketingIconCardProps): react_jsx_runtime34.JSX.Element;
|
|
36
|
+
//#endregion
|
|
37
|
+
export { MarketingIconCard };
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/marketing/MarketingSection.d.ts
|
|
7
|
+
declare const sectionVariants: (props?: ({
|
|
8
|
+
tone?: "default" | "muted" | "panel" | "gradient" | null | undefined;
|
|
9
|
+
padding?: "compact" | "comfortable" | "spacious" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types3.ClassProp) | undefined) => string;
|
|
11
|
+
type MarketingSectionTone = VariantProps<typeof sectionVariants>['tone'];
|
|
12
|
+
type MarketingSectionPadding = VariantProps<typeof sectionVariants>['padding'];
|
|
13
|
+
type MarketingSectionProps = React.PropsWithChildren<VariantProps<typeof sectionVariants> & {
|
|
14
|
+
eyebrow?: React.ReactNode;
|
|
15
|
+
title?: React.ReactNode;
|
|
16
|
+
subtitle?: React.ReactNode;
|
|
17
|
+
align?: 'left' | 'center';
|
|
18
|
+
maxWidth?: 'lg' | 'xl';
|
|
19
|
+
className?: string;
|
|
20
|
+
}>;
|
|
21
|
+
declare function MarketingSection({
|
|
22
|
+
children,
|
|
23
|
+
eyebrow,
|
|
24
|
+
title,
|
|
25
|
+
subtitle,
|
|
26
|
+
align,
|
|
27
|
+
maxWidth,
|
|
28
|
+
tone,
|
|
29
|
+
padding,
|
|
30
|
+
className
|
|
31
|
+
}: MarketingSectionProps): react_jsx_runtime31.JSX.Element;
|
|
32
|
+
//#endregion
|
|
33
|
+
export { MarketingSection, MarketingSectionPadding, MarketingSectionTone };
|