@lssm/lib.design-system 0.0.0-canary-20251217060433 → 0.0.0-canary-20251217060804
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/atoms/ErrorState.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/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/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/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 +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/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 +4 -4
- 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/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/molecules/AiLinkButton.d.ts +2 -2
- package/dist/components/molecules/Breadcrumbs.d.ts +2 -2
- package/dist/components/molecules/CommandSearchTrigger.d.ts +2 -2
- package/dist/components/molecules/EntityCard.d.ts +2 -2
- package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
- package/dist/components/molecules/HoverPreview.d.ts +2 -2
- 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/OverviewCard.d.ts +2 -2
- package/dist/components/molecules/SkeletonBlock/index.web.d.ts +2 -2
- package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
- package/dist/components/molecules/StatCard.d.ts +3 -3
- package/dist/components/molecules/StatusChip.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/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/HeroResponsive.d.ts +2 -2
- package/dist/components/organisms/HeroSection.d.ts +2 -2
- package/dist/components/organisms/ListCardPage.d.ts +5 -5
- package/dist/components/organisms/ListGridPage.d.ts +5 -5
- package/dist/components/organisms/ListPageResponsive.d.ts +2 -2
- package/dist/components/organisms/ListTablePage.d.ts +4 -4
- 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/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
- package/dist/renderers/form-contract.d.ts +2 -2
- package/dist/theme/variants.d.ts +2 -2
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime42 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/Breadcrumbs.d.ts
|
|
5
5
|
interface BreadcrumbItemDef {
|
|
@@ -10,6 +10,6 @@ declare function Breadcrumbs({
|
|
|
10
10
|
items
|
|
11
11
|
}: {
|
|
12
12
|
items: BreadcrumbItemDef[];
|
|
13
|
-
}):
|
|
13
|
+
}): react_jsx_runtime42.JSX.Element | null;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { Breadcrumbs };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommandPalette } from "./CommandPalette.js";
|
|
2
2
|
import * as React from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/molecules/CommandSearchTrigger.d.ts
|
|
6
6
|
declare function CommandSearchTrigger({
|
|
@@ -13,6 +13,6 @@ declare function CommandSearchTrigger({
|
|
|
13
13
|
className?: string;
|
|
14
14
|
placeholder?: string;
|
|
15
15
|
compact?: boolean;
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime43.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { CommandSearchTrigger };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import { Card } from "@lssm/lib.ui-kit-web/ui/card";
|
|
5
5
|
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
@@ -32,6 +32,6 @@ declare function EntityCard({
|
|
|
32
32
|
href,
|
|
33
33
|
preview,
|
|
34
34
|
...cardProps
|
|
35
|
-
}: EntityCardProps):
|
|
35
|
+
}: EntityCardProps): react_jsx_runtime45.JSX.Element;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { EntityCard };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/FiltersToolbar.d.ts
|
|
5
5
|
interface ActiveFilterChip {
|
|
@@ -30,6 +30,6 @@ declare function FiltersToolbar({
|
|
|
30
30
|
debounceMs,
|
|
31
31
|
activeChips,
|
|
32
32
|
onClearAll
|
|
33
|
-
}: FiltersToolbarProps):
|
|
33
|
+
}: FiltersToolbarProps): react_jsx_runtime106.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { FiltersToolbar };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/HoverPreview.d.ts
|
|
5
5
|
interface HoverPreviewProps {
|
|
@@ -15,6 +15,6 @@ declare function HoverPreview({
|
|
|
15
15
|
align,
|
|
16
16
|
sideOffset,
|
|
17
17
|
className
|
|
18
|
-
}: HoverPreviewProps):
|
|
18
|
+
}: HoverPreviewProps): react_jsx_runtime49.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HoverPreview };
|
|
@@ -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/molecules/LangSwitch.d.ts
|
|
5
5
|
interface LangOption {
|
|
@@ -17,6 +17,6 @@ declare function LangSwitch({
|
|
|
17
17
|
options,
|
|
18
18
|
onChange,
|
|
19
19
|
size
|
|
20
|
-
}: LangSwitchProps):
|
|
20
|
+
}: LangSwitchProps): react_jsx_runtime39.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { LangSwitch, LangSwitchProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/LoaderBlock.d.ts
|
|
5
5
|
interface LoaderBlockProps {
|
|
@@ -13,6 +13,6 @@ declare function LoaderBlock({
|
|
|
13
13
|
description,
|
|
14
14
|
className,
|
|
15
15
|
size
|
|
16
|
-
}: LoaderBlockProps):
|
|
16
|
+
}: LoaderBlockProps): react_jsx_runtime60.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { LoaderBlock };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HeaderNavItem } from "../../types/navigation.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/NavMain.d.ts
|
|
5
5
|
declare function NavMain({
|
|
@@ -8,6 +8,6 @@ declare function NavMain({
|
|
|
8
8
|
}: {
|
|
9
9
|
items: HeaderNavItem[];
|
|
10
10
|
className?: string;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { NavMain };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/OverviewCard.d.ts
|
|
5
5
|
interface OverviewCardProps {
|
|
@@ -15,6 +15,6 @@ declare function OverviewCard({
|
|
|
15
15
|
href,
|
|
16
16
|
preview,
|
|
17
17
|
ctaLabel
|
|
18
|
-
}: OverviewCardProps):
|
|
18
|
+
}: OverviewCardProps): react_jsx_runtime48.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { OverviewCard };
|
|
@@ -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,6 +7,6 @@ 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 };
|
|
@@ -1,10 +1,10 @@
|
|
|
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 };
|
|
@@ -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 { Card } from "@lssm/lib.ui-kit-web/ui/card";
|
|
5
5
|
import * as class_variance_authority_types8 from "class-variance-authority/types";
|
|
@@ -24,13 +24,13 @@ declare function StatCard({
|
|
|
24
24
|
density,
|
|
25
25
|
className,
|
|
26
26
|
...props
|
|
27
|
-
}: StatCardProps):
|
|
27
|
+
}: StatCardProps): react_jsx_runtime46.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_runtime46.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { StatCard, StatCardGroup };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime44 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,6 +21,6 @@ declare function StatusChip({
|
|
|
21
21
|
className,
|
|
22
22
|
hoverContent,
|
|
23
23
|
...props
|
|
24
|
-
}: StatusChipProps):
|
|
24
|
+
}: StatusChipProps): react_jsx_runtime44.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { StatusChip };
|
|
@@ -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/hover-previews/Media.d.ts
|
|
5
5
|
interface HoverPreviewMediaProps {
|
|
@@ -15,6 +15,6 @@ declare function HoverPreviewMedia({
|
|
|
15
15
|
media,
|
|
16
16
|
caption,
|
|
17
17
|
className
|
|
18
|
-
}: HoverPreviewMediaProps):
|
|
18
|
+
}: HoverPreviewMediaProps): react_jsx_runtime51.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { HoverPreviewMedia };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Simple.d.ts
|
|
5
5
|
interface HoverPreviewLine {
|
|
@@ -20,6 +20,6 @@ declare function HoverPreviewSimple({
|
|
|
20
20
|
lines,
|
|
21
21
|
footer,
|
|
22
22
|
className
|
|
23
|
-
}: HoverPreviewSimpleProps):
|
|
23
|
+
}: HoverPreviewSimpleProps): react_jsx_runtime50.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { HoverPreviewSimple };
|
|
@@ -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/molecules/hover-previews/Stats.d.ts
|
|
5
5
|
interface HoverPreviewStat {
|
|
@@ -17,6 +17,6 @@ declare function HoverPreviewStats({
|
|
|
17
17
|
stats: HoverPreviewStat[];
|
|
18
18
|
footer?: React.ReactNode;
|
|
19
19
|
className?: string;
|
|
20
|
-
}):
|
|
20
|
+
}): react_jsx_runtime58.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { HoverPreviewStats };
|
|
@@ -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,6 +20,6 @@ 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 };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/AcademyLayout.d.ts
|
|
5
5
|
interface AcademyLayoutProps {
|
|
@@ -24,6 +24,6 @@ declare function AcademyLayout({
|
|
|
24
24
|
rightPanel,
|
|
25
25
|
footer,
|
|
26
26
|
className
|
|
27
|
-
}: AcademyLayoutProps):
|
|
27
|
+
}: AcademyLayoutProps): react_jsx_runtime17.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { AcademyLayout };
|
|
@@ -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_runtime38 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/AppHeader.d.ts
|
|
6
6
|
interface AppHeaderProps extends HeaderProps {
|
|
@@ -13,6 +13,6 @@ declare function AppHeader({
|
|
|
13
13
|
toolbarRight,
|
|
14
14
|
className,
|
|
15
15
|
...props
|
|
16
|
-
}: AppHeaderProps):
|
|
16
|
+
}: AppHeaderProps): react_jsx_runtime38.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { AppHeader };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EmptyDataListProps } from "./EmptyDataList.types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime55 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/EmptyDataList.d.ts
|
|
5
5
|
declare function EmptyDataList({
|
|
@@ -15,6 +15,6 @@ declare function EmptyDataList({
|
|
|
15
15
|
onLearnMore,
|
|
16
16
|
handleLearnMore,
|
|
17
17
|
className
|
|
18
|
-
}: EmptyDataListProps):
|
|
18
|
+
}: EmptyDataListProps): react_jsx_runtime55.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { EmptyDataList };
|
|
@@ -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/organisms/EmptySearchResult.d.ts
|
|
5
5
|
interface EmptySearchResultProps {
|
|
@@ -19,6 +19,6 @@ declare function EmptySearchResult({
|
|
|
19
19
|
onSearchChange,
|
|
20
20
|
handleSearchChange,
|
|
21
21
|
className
|
|
22
|
-
}: EmptySearchResultProps):
|
|
22
|
+
}: EmptySearchResultProps): react_jsx_runtime57.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { EmptySearchResult };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime104 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/FAQSection.d.ts
|
|
5
5
|
interface FAQItem {
|
|
@@ -26,6 +26,6 @@ declare function FAQSection({
|
|
|
26
26
|
collapsible?: boolean;
|
|
27
27
|
defaultOpenIndex?: number;
|
|
28
28
|
accordionClassName?: string;
|
|
29
|
-
}):
|
|
29
|
+
}): react_jsx_runtime104.JSX.Element;
|
|
30
30
|
//#endregion
|
|
31
31
|
export { FAQSection };
|
|
@@ -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/FeatureCarousel.d.ts
|
|
5
5
|
interface FeatureSlide {
|
|
@@ -13,6 +13,6 @@ declare function FeatureCarousel({
|
|
|
13
13
|
}: {
|
|
14
14
|
slides: FeatureSlide[];
|
|
15
15
|
className?: string;
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime26.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { FeatureCarousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime74 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/FeaturesSection.d.ts
|
|
5
5
|
declare function FeaturesSection({
|
|
@@ -14,6 +14,6 @@ declare function FeaturesSection({
|
|
|
14
14
|
children: React.ReactNode;
|
|
15
15
|
className?: string;
|
|
16
16
|
density?: 'compact' | 'comfortable';
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime74.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { FeaturesSection };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/Footer.d.ts
|
|
5
5
|
interface FooterProps {
|
|
@@ -20,6 +20,6 @@ declare function Footer({
|
|
|
20
20
|
links,
|
|
21
21
|
className,
|
|
22
22
|
variant
|
|
23
|
-
}: FooterProps):
|
|
23
|
+
}: FooterProps): react_jsx_runtime25.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { Footer };
|
|
@@ -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_runtime72 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/HeroResponsive.d.ts
|
|
6
6
|
declare function HeroResponsive({
|
|
@@ -9,6 +9,6 @@ declare function HeroResponsive({
|
|
|
9
9
|
primaryCta,
|
|
10
10
|
secondaryCta,
|
|
11
11
|
className
|
|
12
|
-
}: React.ComponentProps<typeof HeroSection>):
|
|
12
|
+
}: React.ComponentProps<typeof HeroSection>): react_jsx_runtime72.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { HeroResponsive };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime70 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/HeroSection.d.ts
|
|
5
5
|
declare function HeroSection({
|
|
@@ -24,6 +24,6 @@ declare function HeroSection({
|
|
|
24
24
|
};
|
|
25
25
|
className?: string;
|
|
26
26
|
density?: 'compact' | 'comfortable';
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime70.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { HeroSection };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime102 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types17 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_types17.ClassProp) | undefined) => string;
|
|
10
10
|
declare const gridVariants: (props?: ({
|
|
11
11
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & class_variance_authority_types17.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,6 +31,6 @@ declare function ListCardPage<T>({
|
|
|
31
31
|
columns,
|
|
32
32
|
density,
|
|
33
33
|
size
|
|
34
|
-
}: ListCardPageProps<T>):
|
|
34
|
+
}: ListCardPageProps<T>): react_jsx_runtime102.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { ListCardPage };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime107 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types20 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_types20.ClassProp) | undefined) => string;
|
|
10
10
|
declare const gridGapVariants: (props?: ({
|
|
11
11
|
size?: "sm" | "md" | "lg" | null | undefined;
|
|
12
|
-
} &
|
|
12
|
+
} & class_variance_authority_types20.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,6 +31,6 @@ declare function ListGridPage<T>({
|
|
|
31
31
|
columns,
|
|
32
32
|
density,
|
|
33
33
|
size
|
|
34
|
-
}: ListGridPageProps<T>):
|
|
34
|
+
}: ListGridPageProps<T>): react_jsx_runtime107.JSX.Element;
|
|
35
35
|
//#endregion
|
|
36
36
|
export { ListGridPage };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime103 from "react/jsx-runtime";
|
|
2
2
|
import { ListPageProps } from "@lssm/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_runtime103.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { ListPageResponsive };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime105 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types19 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/organisms/ListTablePage.d.ts
|
|
7
7
|
interface TableColumn<T> {
|
|
@@ -11,7 +11,7 @@ interface TableColumn<T> {
|
|
|
11
11
|
}
|
|
12
12
|
declare const containerVariants: (props?: ({
|
|
13
13
|
density?: "compact" | "comfortable" | null | undefined;
|
|
14
|
-
} &
|
|
14
|
+
} & class_variance_authority_types19.ClassProp) | undefined) => string;
|
|
15
15
|
interface ListTablePageProps<T> extends VariantProps<typeof containerVariants> {
|
|
16
16
|
title: React.ReactNode;
|
|
17
17
|
subtitle?: React.ReactNode;
|
|
@@ -28,6 +28,6 @@ declare function ListTablePage<T>({
|
|
|
28
28
|
className,
|
|
29
29
|
density,
|
|
30
30
|
renderActions
|
|
31
|
-
}: ListTablePageProps<T>):
|
|
31
|
+
}: ListTablePageProps<T>): react_jsx_runtime105.JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { ListTablePage };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime78 from "react/jsx-runtime";
|
|
2
2
|
import { PageHeaderProps } from "@lssm/lib.ui-kit-web/ui/page-header";
|
|
3
3
|
|
|
4
4
|
//#region src/components/organisms/PageHeaderResponsive.d.ts
|
|
5
5
|
interface PageHeaderResponsiveProps extends PageHeaderProps {}
|
|
6
|
-
declare function PageHeaderResponsive(props: PageHeaderResponsiveProps):
|
|
6
|
+
declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime78.JSX.Element;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PageHeaderResponsive };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime62 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/organisms/PricingCarousel.d.ts
|
|
4
4
|
interface PricingSlide {
|
|
@@ -19,6 +19,6 @@ declare function PricingCarousel({
|
|
|
19
19
|
}: {
|
|
20
20
|
tiers: PricingSlide[];
|
|
21
21
|
className?: string;
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime62.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { PricingCarousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime100 from "react/jsx-runtime";
|
|
3
3
|
import { PricingTier } from "@lssm/lib.ui-kit-web/ui/marketing/PricingTable";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/PricingSection.d.ts
|
|
@@ -13,6 +13,6 @@ declare function PricingSection({
|
|
|
13
13
|
title?: React.ReactNode;
|
|
14
14
|
subtitle?: React.ReactNode;
|
|
15
15
|
className?: string;
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime100.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { PricingSection };
|
|
@@ -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
|
|
|
4
4
|
//#region src/components/organisms/TestimonialCarousel.d.ts
|
|
5
5
|
interface Testimonial {
|
|
@@ -14,6 +14,6 @@ declare function TestimonialCarousel({
|
|
|
14
14
|
}: {
|
|
15
15
|
testimonials: Testimonial[];
|
|
16
16
|
className?: string;
|
|
17
|
-
}):
|
|
17
|
+
}): react_jsx_runtime66.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { TestimonialCarousel };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ListPageTemplateProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime109 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/templates/lists/ListPageTemplate/index.web.d.ts
|
|
5
5
|
declare function ListPageTemplate<T = any>({
|
|
@@ -17,6 +17,6 @@ declare function ListPageTemplate<T = any>({
|
|
|
17
17
|
data,
|
|
18
18
|
renderItem,
|
|
19
19
|
emptyProps
|
|
20
|
-
}: ListPageTemplateProps<T>):
|
|
20
|
+
}: ListPageTemplateProps<T>): react_jsx_runtime109.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { ListPageTemplate };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import * as _lssm_lib_contracts_client_react_form_render0 from "@lssm/lib.contracts/client/react/form-render";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime113 from "react/jsx-runtime";
|
|
3
3
|
import * as _lssm_lib_schema0 from "@lssm/lib.schema";
|
|
4
4
|
import * as _lssm_lib_contracts_forms0 from "@lssm/lib.contracts/forms";
|
|
5
5
|
|
|
6
6
|
//#region src/renderers/form-contract.d.ts
|
|
7
7
|
declare const formRenderer: {
|
|
8
|
-
render: (spec: _lssm_lib_contracts_forms0.FormSpec<_lssm_lib_schema0.AnySchemaModel>, options?: _lssm_lib_contracts_client_react_form_render0.RenderOptions<Record<string, any>> | undefined) =>
|
|
8
|
+
render: (spec: _lssm_lib_contracts_forms0.FormSpec<_lssm_lib_schema0.AnySchemaModel>, options?: _lssm_lib_contracts_client_react_form_render0.RenderOptions<Record<string, any>> | undefined) => react_jsx_runtime113.JSX.Element;
|
|
9
9
|
};
|
|
10
10
|
//#endregion
|
|
11
11
|
export { formRenderer };
|
package/dist/theme/variants.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { VariantProps } from "class-variance-authority";
|
|
2
|
-
import * as
|
|
2
|
+
import * as class_variance_authority_types16 from "class-variance-authority/types";
|
|
3
3
|
|
|
4
4
|
//#region src/theme/variants.d.ts
|
|
5
5
|
type SizeVariant = 'sm' | 'md' | 'lg';
|
|
@@ -15,7 +15,7 @@ declare const dsBaseVariants: (props?: ({
|
|
|
15
15
|
density?: "compact" | "comfortable" | null | undefined;
|
|
16
16
|
tone?: "neutral" | "danger" | "info" | "success" | "warning" | null | undefined;
|
|
17
17
|
emphasis?: "default" | "strong" | "subtle" | null | undefined;
|
|
18
|
-
} &
|
|
18
|
+
} & class_variance_authority_types16.ClassProp) | undefined) => string;
|
|
19
19
|
type DSBaseVariantsProps = VariantProps<typeof dsBaseVariants>;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DSBaseVariantsProps, DensityVariant, EmphasisVariant, SizeVariant, ToneVariant, dsBaseVariants };
|