@lssm/lib.design-system 0.0.0-canary-20251220015515 → 0.0.0-canary-20251220030446
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 +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/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 +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/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.d.ts.map +1 -1
- package/dist/components/molecules/AiLinkButton.d.ts +2 -2
- package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
- package/dist/components/molecules/LoaderBlock.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/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/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/PageHeaderResponsive.d.ts +2 -2
- package/dist/components/organisms/TestimonialCarousel.d.ts +2 -2
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime73 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/atoms/ErrorState.d.ts
|
|
5
5
|
interface ErrorStateProps {
|
|
@@ -23,7 +23,7 @@ declare function ErrorState({
|
|
|
23
23
|
onContactSupport,
|
|
24
24
|
supportLabel,
|
|
25
25
|
className
|
|
26
|
-
}: ErrorStateProps):
|
|
26
|
+
}: ErrorStateProps): react_jsx_runtime73.JSX.Element;
|
|
27
27
|
//#endregion
|
|
28
28
|
export { ErrorState };
|
|
29
29
|
//# sourceMappingURL=ErrorState.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime71 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types14 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -17,7 +17,7 @@ declare function LoaderCircular({
|
|
|
17
17
|
label,
|
|
18
18
|
className,
|
|
19
19
|
...props
|
|
20
|
-
}: LoaderCircularProps):
|
|
20
|
+
}: LoaderCircularProps): react_jsx_runtime71.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { LoaderCircular };
|
|
23
23
|
//# sourceMappingURL=LoaderCircular.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
3
3
|
import { DataViewSpec } from "@lssm/lib.contracts/data-views";
|
|
4
4
|
|
|
5
5
|
//#region src/components/data-view/DataViewDetail.d.ts
|
|
@@ -16,7 +16,7 @@ declare function DataViewDetail({
|
|
|
16
16
|
className,
|
|
17
17
|
emptyState,
|
|
18
18
|
headerActions
|
|
19
|
-
}: DataViewDetailProps):
|
|
19
|
+
}: DataViewDetailProps): react_jsx_runtime106.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { DataViewDetail };
|
|
22
22
|
//# sourceMappingURL=DataViewDetail.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime104 from "react/jsx-runtime";
|
|
3
3
|
import { DataViewSpec } from "@lssm/lib.contracts/data-views";
|
|
4
4
|
|
|
5
5
|
//#region src/components/data-view/DataViewList.d.ts
|
|
@@ -18,7 +18,7 @@ declare function DataViewList({
|
|
|
18
18
|
renderActions,
|
|
19
19
|
onSelect,
|
|
20
20
|
emptyState
|
|
21
|
-
}: DataViewListProps):
|
|
21
|
+
}: DataViewListProps): react_jsx_runtime104.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { DataViewList };
|
|
24
24
|
//# sourceMappingURL=DataViewList.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime107 from "react/jsx-runtime";
|
|
3
3
|
import { DataViewSpec } from "@lssm/lib.contracts/data-views";
|
|
4
4
|
|
|
5
5
|
//#region src/components/data-view/DataViewRenderer.d.ts
|
|
@@ -42,7 +42,7 @@ declare function DataViewRenderer({
|
|
|
42
42
|
onFilterChange,
|
|
43
43
|
pagination,
|
|
44
44
|
onPageChange
|
|
45
|
-
}: DataViewRendererProps):
|
|
45
|
+
}: DataViewRendererProps): react_jsx_runtime107.JSX.Element;
|
|
46
46
|
//#endregion
|
|
47
47
|
export { DataViewRenderer };
|
|
48
48
|
//# sourceMappingURL=DataViewRenderer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataViewRenderer.d.ts","names":[],"sources":["../../../src/components/data-view/DataViewRenderer.tsx"],"sourcesContent":[],"mappings":";;;;;UAqBiB,qBAAA;QACT;UACE;EAFO,IAAA,CAAA,EAGR,MAHQ,CAAA,MAAA,EAAA,OAAqB,CAAA,GAAA,IAAA;EAC9B,SAAA,CAAA,EAAA,MAAA;EACE,aAAA,CAAA,EAAA,CAAA,IAAA,EAGe,MAHf,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAG2C,OAAA,CAAM,SAHjD;EACD,QAAA,CAAA,EAAA,CAAA,IAAA,EAGW,MAHX,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EAEgB,UAAA,CAAA,EAAA,CAAA,IAAA,EAEH,MAFG,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EAA4B,aAAM,CAAA,EAGzC,OAAA,CAAM,SAHmC;EACvC,UAAA,CAAA,EAGL,OAAA,CAAM,SAHD;EACE,MAAA,CAAA,EAGX,OAAA,CAAM,SAHK;EACJ,MAAM,CAAA,EAAA,MAAA;EACT,cAAM,CAAA,EAAA,CAAA,KAAA,EAAA,MAAA,EAAA,GAAA,IAAA;EACV,OAAM,CAAA,EAKL,MALK,CAAA,MAAA,EAAA,OAAA,CAAA;EAKL,cAAA,CAAA,EAAA,CAAA,OAAA,EACiB,MADjB,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EACiB,UAAA,CAAA,EAAA;IAAM,IAAA,EAAA,MAAA;IAWnB,QAAA,EAAA,MAAgB;IAC9B,KAAA,EAAA,MAAA;EACA,CAAA;EACA,YAAA,CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,IAAA;;AAEA,iBALc,gBAAA,CAKd;EAAA,IAAA;EAAA,KAAA;EAAA,IAAA;EAAA,SAAA;EAAA,aAAA;EAAA,QAAA;EAAA,UAAA;EAAA,aAAA;EAAA,UAAA;EAAA,MAAA;EAAA,MAAA;EAAA,cAAA;EAAA,OAAA;EAAA,cAAA;EAAA,UAAA;EAAA;AAAA,CAAA,EAYC,qBAZD,CAAA,EAYsB,
|
|
1
|
+
{"version":3,"file":"DataViewRenderer.d.ts","names":[],"sources":["../../../src/components/data-view/DataViewRenderer.tsx"],"sourcesContent":[],"mappings":";;;;;UAqBiB,qBAAA;QACT;UACE;EAFO,IAAA,CAAA,EAGR,MAHQ,CAAA,MAAA,EAAA,OAAqB,CAAA,GAAA,IAAA;EAC9B,SAAA,CAAA,EAAA,MAAA;EACE,aAAA,CAAA,EAAA,CAAA,IAAA,EAGe,MAHf,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAG2C,OAAA,CAAM,SAHjD;EACD,QAAA,CAAA,EAAA,CAAA,IAAA,EAGW,MAHX,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EAEgB,UAAA,CAAA,EAAA,CAAA,IAAA,EAEH,MAFG,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EAA4B,aAAM,CAAA,EAGzC,OAAA,CAAM,SAHmC;EACvC,UAAA,CAAA,EAGL,OAAA,CAAM,SAHD;EACE,MAAA,CAAA,EAGX,OAAA,CAAM,SAHK;EACJ,MAAM,CAAA,EAAA,MAAA;EACT,cAAM,CAAA,EAAA,CAAA,KAAA,EAAA,MAAA,EAAA,GAAA,IAAA;EACV,OAAM,CAAA,EAKL,MALK,CAAA,MAAA,EAAA,OAAA,CAAA;EAKL,cAAA,CAAA,EAAA,CAAA,OAAA,EACiB,MADjB,CAAA,MAAA,EAAA,OAAA,CAAA,EAAA,GAAA,IAAA;EACiB,UAAA,CAAA,EAAA;IAAM,IAAA,EAAA,MAAA;IAWnB,QAAA,EAAA,MAAgB;IAC9B,KAAA,EAAA,MAAA;EACA,CAAA;EACA,YAAA,CAAA,EAAA,CAAA,IAAA,EAAA,MAAA,EAAA,GAAA,IAAA;;AAEA,iBALc,gBAAA,CAKd;EAAA,IAAA;EAAA,KAAA;EAAA,IAAA;EAAA,SAAA;EAAA,aAAA;EAAA,QAAA;EAAA,UAAA;EAAA,aAAA;EAAA,UAAA;EAAA,MAAA;EAAA,MAAA;EAAA,cAAA;EAAA,OAAA;EAAA,cAAA;EAAA,UAAA;EAAA;AAAA,CAAA,EAYC,qBAZD,CAAA,EAYsB,oBAAA,CAAA,GAAA,CAAA,OAZtB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime105 from "react/jsx-runtime";
|
|
3
3
|
import { DataViewSpec } from "@lssm/lib.contracts/data-views";
|
|
4
4
|
|
|
5
5
|
//#region src/components/data-view/DataViewTable.d.ts
|
|
@@ -20,7 +20,7 @@ declare function DataViewTable({
|
|
|
20
20
|
emptyState,
|
|
21
21
|
headerActions,
|
|
22
22
|
footer
|
|
23
|
-
}: DataViewTableProps):
|
|
23
|
+
}: DataViewTableProps): react_jsx_runtime105.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { DataViewTable };
|
|
26
26
|
//# sourceMappingURL=DataViewTable.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime103 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/forms/ActionForm.d.ts
|
|
5
5
|
interface ActionFormProps extends Omit<React$1.FormHTMLAttributes<HTMLFormElement>, 'action'> {
|
|
@@ -11,7 +11,7 @@ declare function ActionForm({
|
|
|
11
11
|
children,
|
|
12
12
|
className,
|
|
13
13
|
...rest
|
|
14
|
-
}: ActionFormProps):
|
|
14
|
+
}: ActionFormProps): react_jsx_runtime103.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { ActionForm };
|
|
17
17
|
//# sourceMappingURL=ActionForm.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime100 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/forms/FormCardLayout.d.ts
|
|
5
5
|
interface FormCardLayoutProps {
|
|
@@ -17,7 +17,7 @@ declare function FormCardLayout({
|
|
|
17
17
|
children,
|
|
18
18
|
className,
|
|
19
19
|
contentClassName
|
|
20
|
-
}: FormCardLayoutProps):
|
|
20
|
+
}: FormCardLayoutProps): react_jsx_runtime100.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { FormCardLayout };
|
|
23
23
|
//# sourceMappingURL=FormCardLayout.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime95 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/forms/FormDialog.d.ts
|
|
5
5
|
interface FormDialogProps {
|
|
@@ -19,7 +19,7 @@ declare function FormDialog({
|
|
|
19
19
|
children,
|
|
20
20
|
footer,
|
|
21
21
|
maxWidth
|
|
22
|
-
}: FormDialogProps):
|
|
22
|
+
}: FormDialogProps): react_jsx_runtime95.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { FormDialog };
|
|
25
25
|
//# sourceMappingURL=FormDialog.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime97 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/forms/FormLayout.d.ts
|
|
5
5
|
declare function FormSection({
|
|
@@ -8,14 +8,14 @@ declare function FormSection({
|
|
|
8
8
|
}: {
|
|
9
9
|
children: React$1.ReactNode;
|
|
10
10
|
className?: string;
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime97.JSX.Element;
|
|
12
12
|
declare function FormRow({
|
|
13
13
|
children,
|
|
14
14
|
className
|
|
15
15
|
}: {
|
|
16
16
|
children: React$1.ReactNode;
|
|
17
17
|
className?: string;
|
|
18
|
-
}):
|
|
18
|
+
}): react_jsx_runtime97.JSX.Element;
|
|
19
19
|
declare function FormGrid({
|
|
20
20
|
children,
|
|
21
21
|
cols,
|
|
@@ -24,7 +24,7 @@ declare function FormGrid({
|
|
|
24
24
|
children: React$1.ReactNode;
|
|
25
25
|
cols?: 1 | 2 | 3 | 4;
|
|
26
26
|
className?: string;
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime97.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { FormGrid, FormRow, FormSection };
|
|
30
30
|
//# sourceMappingURL=FormLayout.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime102 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/forms/FormOneByOneLayout.d.ts
|
|
5
5
|
interface OneByOneFieldDef {
|
|
@@ -20,7 +20,7 @@ declare function FormOneByOneLayout({
|
|
|
20
20
|
initialKey,
|
|
21
21
|
onComplete,
|
|
22
22
|
className
|
|
23
|
-
}: FormOneByOneLayoutProps):
|
|
23
|
+
}: FormOneByOneLayoutProps): react_jsx_runtime102.JSX.Element | null;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { FormOneByOneLayout };
|
|
26
26
|
//# sourceMappingURL=FormOneByOneLayout.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime101 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/forms/FormStepsLayout.d.ts
|
|
5
5
|
interface StepDef {
|
|
@@ -21,7 +21,7 @@ declare function FormStepsLayout({
|
|
|
21
21
|
onFinish,
|
|
22
22
|
canNext,
|
|
23
23
|
className
|
|
24
|
-
}: FormStepsLayoutProps):
|
|
24
|
+
}: FormStepsLayoutProps): react_jsx_runtime101.JSX.Element | null;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { FormStepsLayout };
|
|
27
27
|
//# sourceMappingURL=FormStepsLayout.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
2
|
import { FieldValues } from "react-hook-form";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime96 from "react/jsx-runtime";
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
import { UseFormReturn } from "@lssm/lib.ui-kit-web/ui/form";
|
|
6
6
|
|
|
@@ -16,7 +16,7 @@ declare function ZodForm<TSchema extends z.ZodType<any, any, any>, TFieldValues
|
|
|
16
16
|
defaultValues,
|
|
17
17
|
onSubmit,
|
|
18
18
|
children
|
|
19
|
-
}: ZodFormProps<TSchema, TFieldValues, TOutput>):
|
|
19
|
+
}: ZodFormProps<TSchema, TFieldValues, TOutput>): react_jsx_runtime96.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { ZodForm };
|
|
22
22
|
//# sourceMappingURL=ZodForm.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime77 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/atoms/DefinitionList.d.ts
|
|
5
5
|
declare function DefinitionList({
|
|
@@ -11,7 +11,7 @@ declare function DefinitionList({
|
|
|
11
11
|
description: React$1.ReactNode;
|
|
12
12
|
}[];
|
|
13
13
|
className?: string;
|
|
14
|
-
}):
|
|
14
|
+
}): react_jsx_runtime77.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { DefinitionList };
|
|
17
17
|
//# sourceMappingURL=DefinitionList.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime78 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/atoms/KeyValueList.d.ts
|
|
5
5
|
declare function KeyValueList({
|
|
@@ -11,7 +11,7 @@ declare function KeyValueList({
|
|
|
11
11
|
value: React$1.ReactNode;
|
|
12
12
|
}[];
|
|
13
13
|
className?: string;
|
|
14
|
-
}):
|
|
14
|
+
}): react_jsx_runtime78.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { KeyValueList };
|
|
17
17
|
//# sourceMappingURL=KeyValueList.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime80 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types19 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -12,7 +12,7 @@ declare function LegalCallout({
|
|
|
12
12
|
tone,
|
|
13
13
|
className,
|
|
14
14
|
...props
|
|
15
|
-
}: LegalCalloutProps):
|
|
15
|
+
}: LegalCalloutProps): react_jsx_runtime80.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { LegalCallout };
|
|
18
18
|
//# sourceMappingURL=LegalCallout.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime74 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types15 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -19,7 +19,7 @@ declare function LegalHeading({
|
|
|
19
19
|
spacing,
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: LegalHeadingProps):
|
|
22
|
+
}: LegalHeadingProps): react_jsx_runtime74.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { LegalHeading };
|
|
25
25
|
//# sourceMappingURL=LegalHeading.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types18 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -15,7 +15,7 @@ declare function LegalList({
|
|
|
15
15
|
className,
|
|
16
16
|
children,
|
|
17
17
|
...props
|
|
18
|
-
}: LegalListProps):
|
|
18
|
+
}: LegalListProps): react_jsx_runtime79.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { LegalList };
|
|
21
21
|
//# sourceMappingURL=LegalList.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime76 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types17 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -16,7 +16,7 @@ declare function LegalSection({
|
|
|
16
16
|
tone,
|
|
17
17
|
className,
|
|
18
18
|
...props
|
|
19
|
-
}: LegalSectionProps):
|
|
19
|
+
}: LegalSectionProps): react_jsx_runtime76.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { LegalSection };
|
|
22
22
|
//# sourceMappingURL=LegalSection.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime75 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types16 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -19,7 +19,7 @@ declare function LegalText({
|
|
|
19
19
|
spacing,
|
|
20
20
|
className,
|
|
21
21
|
...props
|
|
22
|
-
}: LegalTextProps):
|
|
22
|
+
}: LegalTextProps): react_jsx_runtime75.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { LegalText };
|
|
25
25
|
//# sourceMappingURL=LegalText.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime83 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/molecules/Consent.d.ts
|
|
5
5
|
declare function ConsentItem({
|
|
@@ -16,7 +16,7 @@ declare function ConsentItem({
|
|
|
16
16
|
checked: boolean;
|
|
17
17
|
onChange: (checked: boolean) => void;
|
|
18
18
|
className?: string;
|
|
19
|
-
}):
|
|
19
|
+
}): react_jsx_runtime83.JSX.Element;
|
|
20
20
|
declare function ConsentList({
|
|
21
21
|
items,
|
|
22
22
|
onChange,
|
|
@@ -30,7 +30,7 @@ declare function ConsentList({
|
|
|
30
30
|
}[];
|
|
31
31
|
onChange: (id: string, checked: boolean) => void;
|
|
32
32
|
className?: string;
|
|
33
|
-
}):
|
|
33
|
+
}): react_jsx_runtime83.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { ConsentItem, ConsentList };
|
|
36
36
|
//# sourceMappingURL=Consent.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime85 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/legal/molecules/ContactFields.d.ts
|
|
4
4
|
declare function ContactFields({
|
|
@@ -19,7 +19,7 @@ declare function ContactFields({
|
|
|
19
19
|
message: string;
|
|
20
20
|
}) => void;
|
|
21
21
|
disabled?: boolean;
|
|
22
|
-
}):
|
|
22
|
+
}): react_jsx_runtime85.JSX.Element;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { ContactFields };
|
|
25
25
|
//# sourceMappingURL=ContactFields.d.ts.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime82 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/legal/molecules/LegalMeta.d.ts
|
|
4
4
|
declare function LegalMeta({
|
|
@@ -9,7 +9,7 @@ declare function LegalMeta({
|
|
|
9
9
|
lastUpdated?: string | Date;
|
|
10
10
|
version?: string;
|
|
11
11
|
className?: string;
|
|
12
|
-
}):
|
|
12
|
+
}): react_jsx_runtime82.JSX.Element;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { LegalMeta };
|
|
15
15
|
//# sourceMappingURL=LegalMeta.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime81 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
4
|
import * as class_variance_authority_types20 from "class-variance-authority/types";
|
|
5
5
|
|
|
@@ -25,7 +25,7 @@ declare function LegalTOC({
|
|
|
25
25
|
size,
|
|
26
26
|
className,
|
|
27
27
|
...props
|
|
28
|
-
}: LegalTOCProps):
|
|
28
|
+
}: LegalTOCProps): react_jsx_runtime81.JSX.Element;
|
|
29
29
|
//#endregion
|
|
30
30
|
export { LegalTOC, TocItem };
|
|
31
31
|
//# sourceMappingURL=LegalTOC.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime88 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/organisms/ContactForm.d.ts
|
|
5
5
|
declare function ContactForm({
|
|
@@ -24,7 +24,7 @@ declare function ContactForm({
|
|
|
24
24
|
subject: string;
|
|
25
25
|
message: string;
|
|
26
26
|
}) => Promise<void> | void;
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime88.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ContactForm };
|
|
30
30
|
//# sourceMappingURL=ContactForm.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime89 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/organisms/GDPRDataRequest.d.ts
|
|
5
5
|
declare function GDPRDataRequest({
|
|
@@ -13,7 +13,7 @@ declare function GDPRDataRequest({
|
|
|
13
13
|
export: React$1.ReactNode;
|
|
14
14
|
delete: React$1.ReactNode;
|
|
15
15
|
};
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime89.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { GDPRDataRequest };
|
|
19
19
|
//# sourceMappingURL=GDPRDataRequest.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime87 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/organisms/GDPRRights.d.ts
|
|
5
5
|
declare function GDPRRights({
|
|
@@ -8,7 +8,7 @@ declare function GDPRRights({
|
|
|
8
8
|
}: {
|
|
9
9
|
title?: React$1.ReactNode;
|
|
10
10
|
rights?: React$1.ReactNode[];
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime87.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { GDPRRights };
|
|
14
14
|
//# sourceMappingURL=GDPRRights.d.ts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TocItem } from "../molecules/LegalTOC.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime86 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/legal/organisms/LegalPageLayout.d.ts
|
|
6
6
|
declare function LegalPageLayout({
|
|
@@ -18,7 +18,7 @@ declare function LegalPageLayout({
|
|
|
18
18
|
toc?: TocItem[];
|
|
19
19
|
children: React$1.ReactNode;
|
|
20
20
|
className?: string;
|
|
21
|
-
}):
|
|
21
|
+
}): react_jsx_runtime86.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { LegalPageLayout };
|
|
24
24
|
//# sourceMappingURL=LegalPageLayout.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime94 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/templates/ContactTemplate.d.ts
|
|
5
5
|
declare function ContactTemplate({
|
|
@@ -18,7 +18,7 @@ declare function ContactTemplate({
|
|
|
18
18
|
subject: string;
|
|
19
19
|
message: string;
|
|
20
20
|
}) => Promise<void> | void;
|
|
21
|
-
}):
|
|
21
|
+
}): react_jsx_runtime94.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ContactTemplate };
|
|
24
24
|
//# sourceMappingURL=ContactTemplate.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime93 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/templates/CookiesTemplate.d.ts
|
|
5
5
|
declare function CookiesTemplate({
|
|
@@ -27,7 +27,7 @@ declare function CookiesTemplate({
|
|
|
27
27
|
title: React$1.ReactNode;
|
|
28
28
|
content: React$1.ReactNode;
|
|
29
29
|
}[];
|
|
30
|
-
}):
|
|
30
|
+
}): react_jsx_runtime93.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { CookiesTemplate };
|
|
33
33
|
//# sourceMappingURL=CookiesTemplate.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime92 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/templates/PrivacyTemplate.d.ts
|
|
5
5
|
declare function PrivacyTemplate({
|
|
@@ -27,7 +27,7 @@ declare function PrivacyTemplate({
|
|
|
27
27
|
term: React$1.ReactNode;
|
|
28
28
|
description: React$1.ReactNode;
|
|
29
29
|
}[];
|
|
30
|
-
}):
|
|
30
|
+
}): react_jsx_runtime92.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { PrivacyTemplate };
|
|
33
33
|
//# sourceMappingURL=PrivacyTemplate.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime91 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/templates/SalesTermsTemplate.d.ts
|
|
5
5
|
declare function SalesTermsTemplate({
|
|
@@ -22,7 +22,7 @@ declare function SalesTermsTemplate({
|
|
|
22
22
|
title: React$1.ReactNode;
|
|
23
23
|
content: React$1.ReactNode;
|
|
24
24
|
}[];
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime91.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { SalesTermsTemplate };
|
|
28
28
|
//# sourceMappingURL=SalesTermsTemplate.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime90 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/templates/TermsTemplate.d.ts
|
|
5
5
|
declare function TermsTemplate({
|
|
@@ -22,7 +22,7 @@ declare function TermsTemplate({
|
|
|
22
22
|
title: React$1.ReactNode;
|
|
23
23
|
content: React$1.ReactNode;
|
|
24
24
|
}[];
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime90.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { TermsTemplate };
|
|
28
28
|
//# sourceMappingURL=TermsTemplate.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
3
|
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@lssm/lib.ui-kit-web/ui/card";
|
|
4
4
|
|
|
5
5
|
//#region src/components/marketing/MarketingCard.d.ts
|
|
@@ -11,7 +11,7 @@ declare function MarketingCard({
|
|
|
11
11
|
tone,
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: MarketingCardProps):
|
|
14
|
+
}: MarketingCardProps): react_jsx_runtime0.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { CardContent, CardDescription, CardHeader, CardTitle, MarketingCard, MarketingCardTone };
|
|
17
17
|
//# sourceMappingURL=MarketingCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketingCard.d.ts","names":[],"sources":["../../../src/components/marketing/MarketingCard.tsx"],"sourcesContent":[],"mappings":";;;;;KAUY,iBAAA;KAQP,kBAAA,GAAqB,OAAA,CAAM,sBAAsB;SAC7C;AATT,CAAA;AAQK,iBAIW,aAAA,CAJO;EAAA,IAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAQpB,kBARoB,CAAA,EAQF,
|
|
1
|
+
{"version":3,"file":"MarketingCard.d.ts","names":[],"sources":["../../../src/components/marketing/MarketingCard.tsx"],"sourcesContent":[],"mappings":";;;;;KAUY,iBAAA;KAQP,kBAAA,GAAqB,OAAA,CAAM,sBAAsB;SAC7C;AATT,CAAA;AAQK,iBAIW,aAAA,CAJO;EAAA,IAAA;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAQpB,kBARoB,CAAA,EAQF,kBAAA,CAAA,GAAA,CAAA,OARE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime68 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/molecules/AiLinkButton.d.ts
|
|
4
4
|
type Provider = 'chatgpt' | 'claude';
|
|
@@ -10,7 +10,7 @@ interface AiLinkButtonProps {
|
|
|
10
10
|
declare function AiLinkButton({
|
|
11
11
|
href,
|
|
12
12
|
className
|
|
13
|
-
}: AiLinkButtonProps):
|
|
13
|
+
}: AiLinkButtonProps): react_jsx_runtime68.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { AiLinkButton };
|
|
16
16
|
//# sourceMappingURL=AiLinkButton.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime67 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/FiltersToolbar.d.ts
|
|
5
5
|
interface ActiveFilterChip {
|
|
@@ -30,7 +30,7 @@ declare function FiltersToolbar({
|
|
|
30
30
|
debounceMs,
|
|
31
31
|
activeChips,
|
|
32
32
|
onClearAll
|
|
33
|
-
}: FiltersToolbarProps):
|
|
33
|
+
}: FiltersToolbarProps): react_jsx_runtime67.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { FiltersToolbar };
|
|
36
36
|
//# sourceMappingURL=FiltersToolbar.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime72 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/LoaderBlock.d.ts
|
|
5
5
|
interface LoaderBlockProps {
|
|
@@ -13,7 +13,7 @@ declare function LoaderBlock({
|
|
|
13
13
|
description,
|
|
14
14
|
className,
|
|
15
15
|
size
|
|
16
|
-
}: LoaderBlockProps):
|
|
16
|
+
}: LoaderBlockProps): react_jsx_runtime72.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { LoaderBlock };
|
|
19
19
|
//# sourceMappingURL=LoaderBlock.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/OverviewCard.d.ts
|
|
5
5
|
interface OverviewCardProps {
|
|
@@ -15,7 +15,7 @@ declare function OverviewCard({
|
|
|
15
15
|
href,
|
|
16
16
|
preview,
|
|
17
17
|
ctaLabel
|
|
18
|
-
}: OverviewCardProps):
|
|
18
|
+
}: OverviewCardProps): react_jsx_runtime33.JSX.Element;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { OverviewCard };
|
|
21
21
|
//# sourceMappingURL=OverviewCard.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SkeletonBlockProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime111 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/SkeletonBlock/index.web.d.ts
|
|
5
5
|
declare function SkeletonBlock({
|
|
@@ -7,7 +7,7 @@ declare function SkeletonBlock({
|
|
|
7
7
|
h,
|
|
8
8
|
rounded,
|
|
9
9
|
className
|
|
10
|
-
}: SkeletonBlockProps):
|
|
10
|
+
}: SkeletonBlockProps): react_jsx_runtime111.JSX.Element;
|
|
11
11
|
//#endregion
|
|
12
12
|
export { SkeletonBlock };
|
|
13
13
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { SkeletonCircleProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime113 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/SkeletonCircle/index.web.d.ts
|
|
5
5
|
declare function SkeletonCircle({
|
|
6
6
|
size,
|
|
7
7
|
sizeClass,
|
|
8
8
|
className
|
|
9
|
-
}: SkeletonCircleProps):
|
|
9
|
+
}: SkeletonCircleProps): react_jsx_runtime113.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SkeletonCircle };
|
|
12
12
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SkeletonListProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime112 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_runtime112.JSX.Element;
|
|
9
9
|
//#endregion
|
|
10
10
|
export { SkeletonList };
|
|
11
11
|
//# sourceMappingURL=index.web.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EmptyDataListProps } from "./EmptyDataList.types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime69 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_runtime69.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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime70 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_runtime70.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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime61 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_runtime61.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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime65 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_runtime65.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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime64 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_runtime64.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_runtime63 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_runtime63.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$1 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_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_runtime66.JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { ListTablePage };
|
|
34
34
|
//# sourceMappingURL=ListTablePage.d.ts.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime57 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
|
type PageHeaderResponsiveProps = PageHeaderProps;
|
|
6
|
-
declare function PageHeaderResponsive(props: PageHeaderResponsiveProps):
|
|
6
|
+
declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime57.JSX.Element;
|
|
7
7
|
//#endregion
|
|
8
8
|
export { PageHeaderResponsive };
|
|
9
9
|
//# sourceMappingURL=PageHeaderResponsive.d.ts.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime49 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_runtime49.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { TestimonialCarousel };
|
|
20
20
|
//# sourceMappingURL=TestimonialCarousel.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lssm/lib.design-system",
|
|
3
|
-
"version": "0.0.0-canary-
|
|
3
|
+
"version": "0.0.0-canary-20251220030446",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
6
6
|
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"tree-shake": true,
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@hookform/resolvers": "5.2.2",
|
|
24
|
-
"@lssm/lib.ai-agent": "0.0.0-canary-
|
|
25
|
-
"@lssm/lib.contracts": "0.0.0-canary-
|
|
26
|
-
"@lssm/lib.ui-kit": "0.0.0-canary-
|
|
27
|
-
"@lssm/lib.ui-kit-web": "0.0.0-canary-
|
|
24
|
+
"@lssm/lib.ai-agent": "0.0.0-canary-20251220030446",
|
|
25
|
+
"@lssm/lib.contracts": "0.0.0-canary-20251220030446",
|
|
26
|
+
"@lssm/lib.ui-kit": "0.0.0-canary-20251220030446",
|
|
27
|
+
"@lssm/lib.ui-kit-web": "0.0.0-canary-20251220030446",
|
|
28
28
|
"class-variance-authority": "^0.7.1",
|
|
29
29
|
"clsx": "^2.1.1",
|
|
30
30
|
"lucide-react": "^0.535.0",
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"next": "16.1.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@lssm/tool.typescript": "0.0.0-canary-
|
|
40
|
-
"@lssm/tool.tsdown": "0.0.0-canary-
|
|
39
|
+
"@lssm/tool.typescript": "0.0.0-canary-20251220030446",
|
|
40
|
+
"@lssm/tool.tsdown": "0.0.0-canary-20251220030446",
|
|
41
41
|
"@types/node": "^24.9.0",
|
|
42
42
|
"@types/react-dom": "^19.0.14",
|
|
43
43
|
"postcss": "^8.5",
|