@lssm/lib.design-system 0.0.0-canary-20251217080011 → 0.0.0-canary-20251217083314
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/agent/AgentMonitor.d.ts +2 -2
- package/dist/components/agent/ApprovalQueue.d.ts +2 -2
- package/dist/components/atoms/ActionButtons.d.ts +7 -7
- package/dist/components/atoms/DataChips.d.ts +7 -7
- package/dist/components/atoms/EmptyState.d.ts +2 -2
- package/dist/components/atoms/ErrorState.d.ts +2 -2
- package/dist/components/atoms/Input.d.ts +2 -2
- package/dist/components/atoms/Link.d.ts +2 -2
- package/dist/components/atoms/LoaderCircular.d.ts +4 -4
- package/dist/components/atoms/NavBrand.d.ts +2 -2
- package/dist/components/atoms/Stepper.d.ts +2 -2
- package/dist/components/atoms/Textarea.d.ts +2 -2
- package/dist/components/data-view/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/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/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 +5 -5
- package/dist/components/legal/atoms/LegalSection.d.ts +4 -4
- package/dist/components/legal/atoms/LegalText.d.ts +5 -5
- 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/marketing/MarketingCard.d.ts +2 -2
- package/dist/components/marketing/MarketingCardsSection.d.ts +4 -4
- package/dist/components/marketing/MarketingComparisonSection.d.ts +2 -2
- package/dist/components/marketing/MarketingIconCard.d.ts +4 -4
- package/dist/components/marketing/MarketingSection.d.ts +4 -4
- package/dist/components/marketing/MarketingStepCard.d.ts +2 -2
- package/dist/components/molecules/AiLinkButton.d.ts +2 -2
- package/dist/components/molecules/Breadcrumbs.d.ts +2 -2
- package/dist/components/molecules/CommandPalette.d.ts +2 -2
- package/dist/components/molecules/CommandSearchTrigger.d.ts +2 -2
- package/dist/components/molecules/EntityCard.d.ts +4 -4
- 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/NavUser.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/StatusChip.d.ts +4 -4
- package/dist/components/molecules/hover-previews/Doc.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Media.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Simple.d.ts +2 -2
- package/dist/components/molecules/hover-previews/Stats.d.ts +2 -2
- package/dist/components/molecules/hover-previews/User.d.ts +2 -2
- package/dist/components/organisms/AcademyLayout.d.ts +2 -2
- package/dist/components/organisms/AppHeader.d.ts +2 -2
- package/dist/components/organisms/AppSidebar.d.ts +2 -2
- package/dist/components/organisms/EmptyDataList.d.ts +2 -2
- package/dist/components/organisms/EmptySearchResult.d.ts +2 -2
- package/dist/components/organisms/FeatureCarousel.d.ts +2 -2
- package/dist/components/organisms/Footer.d.ts +2 -2
- package/dist/components/organisms/Header.d.ts +4 -4
- package/dist/components/organisms/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/MarketingHeader.d.ts +2 -2
- package/dist/components/organisms/MarketingHeaderDesktop.d.ts +2 -2
- package/dist/components/organisms/MarketingHeaderMobile.d.ts +2 -2
- package/dist/components/organisms/MarketingLayout.d.ts +2 -2
- package/dist/components/organisms/PricingCarousel.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_runtime90 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/organisms/ContactForm.d.ts
|
|
5
5
|
declare function ContactForm({
|
|
@@ -24,6 +24,6 @@ declare function ContactForm({
|
|
|
24
24
|
subject: string;
|
|
25
25
|
message: string;
|
|
26
26
|
}) => Promise<void> | void;
|
|
27
|
-
}):
|
|
27
|
+
}): react_jsx_runtime90.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { ContactForm };
|
|
@@ -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/GDPRDataRequest.d.ts
|
|
5
5
|
declare function GDPRDataRequest({
|
|
@@ -13,6 +13,6 @@ declare function GDPRDataRequest({
|
|
|
13
13
|
export: React$1.ReactNode;
|
|
14
14
|
delete: React$1.ReactNode;
|
|
15
15
|
};
|
|
16
|
-
}):
|
|
16
|
+
}): react_jsx_runtime88.JSX.Element;
|
|
17
17
|
//#endregion
|
|
18
18
|
export { GDPRDataRequest };
|
|
@@ -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/legal/organisms/GDPRRights.d.ts
|
|
5
5
|
declare function GDPRRights({
|
|
@@ -8,6 +8,6 @@ declare function GDPRRights({
|
|
|
8
8
|
}: {
|
|
9
9
|
title?: React$1.ReactNode;
|
|
10
10
|
rights?: React$1.ReactNode[];
|
|
11
|
-
}):
|
|
11
|
+
}): react_jsx_runtime101.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { GDPRRights };
|
|
@@ -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_runtime78 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/legal/organisms/LegalPageLayout.d.ts
|
|
6
6
|
declare function LegalPageLayout({
|
|
@@ -18,6 +18,6 @@ declare function LegalPageLayout({
|
|
|
18
18
|
toc?: TocItem[];
|
|
19
19
|
children: React$1.ReactNode;
|
|
20
20
|
className?: string;
|
|
21
|
-
}):
|
|
21
|
+
}): react_jsx_runtime78.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { LegalPageLayout };
|
|
@@ -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/ContactTemplate.d.ts
|
|
5
5
|
declare function ContactTemplate({
|
|
@@ -18,6 +18,6 @@ declare function ContactTemplate({
|
|
|
18
18
|
subject: string;
|
|
19
19
|
message: string;
|
|
20
20
|
}) => Promise<void> | void;
|
|
21
|
-
}):
|
|
21
|
+
}): react_jsx_runtime93.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { ContactTemplate };
|
|
@@ -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/templates/CookiesTemplate.d.ts
|
|
5
5
|
declare function CookiesTemplate({
|
|
@@ -27,6 +27,6 @@ declare function CookiesTemplate({
|
|
|
27
27
|
title: React$1.ReactNode;
|
|
28
28
|
content: React$1.ReactNode;
|
|
29
29
|
}[];
|
|
30
|
-
}):
|
|
30
|
+
}): react_jsx_runtime89.JSX.Element;
|
|
31
31
|
//#endregion
|
|
32
32
|
export { CookiesTemplate };
|
|
@@ -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,6 +27,6 @@ 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 };
|
|
@@ -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,6 +22,6 @@ 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 };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime86 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/legal/templates/TermsTemplate.d.ts
|
|
5
5
|
declare function TermsTemplate({
|
|
@@ -22,6 +22,6 @@ declare function TermsTemplate({
|
|
|
22
22
|
title: React$1.ReactNode;
|
|
23
23
|
content: React$1.ReactNode;
|
|
24
24
|
}[];
|
|
25
|
-
}):
|
|
25
|
+
}): react_jsx_runtime86.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { TermsTemplate };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime31 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,6 +11,6 @@ declare function MarketingCard({
|
|
|
11
11
|
tone,
|
|
12
12
|
className,
|
|
13
13
|
...props
|
|
14
|
-
}: MarketingCardProps):
|
|
14
|
+
}: MarketingCardProps): react_jsx_runtime31.JSX.Element;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { CardContent, CardDescription, CardHeader, CardTitle, MarketingCard, MarketingCardTone };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { MarketingSection } from "./MarketingSection.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types3 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/marketing/MarketingCardsSection.d.ts
|
|
8
8
|
declare const gridVariants: (props?: ({
|
|
9
9
|
columns?: 1 | 3 | 2 | 4 | null | undefined;
|
|
10
|
-
} &
|
|
10
|
+
} & class_variance_authority_types3.ClassProp) | undefined) => string;
|
|
11
11
|
type MarketingCardsSectionProps = React$1.PropsWithChildren<Omit<React$1.ComponentProps<typeof MarketingSection>, 'children'> & VariantProps<typeof gridVariants> & {
|
|
12
12
|
gridClassName?: string;
|
|
13
13
|
}>;
|
|
@@ -16,6 +16,6 @@ declare function MarketingCardsSection({
|
|
|
16
16
|
columns,
|
|
17
17
|
gridClassName,
|
|
18
18
|
...sectionProps
|
|
19
|
-
}: MarketingCardsSectionProps):
|
|
19
|
+
}: MarketingCardsSectionProps): react_jsx_runtime30.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { MarketingCardsSection };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MarketingSectionPadding, MarketingSectionTone } from "./MarketingSection.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/marketing/MarketingComparisonSection.d.ts
|
|
6
6
|
interface ComparisonColumn {
|
|
@@ -24,6 +24,6 @@ declare function MarketingComparisonSection({
|
|
|
24
24
|
right,
|
|
25
25
|
tone,
|
|
26
26
|
padding
|
|
27
|
-
}: MarketingComparisonSectionProps):
|
|
27
|
+
}: MarketingComparisonSectionProps): react_jsx_runtime35.JSX.Element;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { MarketingComparisonSection };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { MarketingCardTone } from "./MarketingCard.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime34 from "react/jsx-runtime";
|
|
4
4
|
import { VariantProps } from "class-variance-authority";
|
|
5
|
-
import * as
|
|
5
|
+
import * as class_variance_authority_types5 from "class-variance-authority/types";
|
|
6
6
|
|
|
7
7
|
//#region src/components/marketing/MarketingIconCard.d.ts
|
|
8
8
|
type IconComponent = React$1.ComponentType<{
|
|
@@ -11,7 +11,7 @@ type IconComponent = React$1.ComponentType<{
|
|
|
11
11
|
}>;
|
|
12
12
|
declare const layoutVariants: (props?: ({
|
|
13
13
|
variant?: "iconFirst" | "listing" | "support" | null | undefined;
|
|
14
|
-
} &
|
|
14
|
+
} & class_variance_authority_types5.ClassProp) | undefined) => string;
|
|
15
15
|
type MarketingIconCardVariant = VariantProps<typeof layoutVariants>['variant'];
|
|
16
16
|
interface MarketingIconCardProps {
|
|
17
17
|
icon: IconComponent;
|
|
@@ -32,6 +32,6 @@ declare function MarketingIconCard({
|
|
|
32
32
|
headerAction,
|
|
33
33
|
variant,
|
|
34
34
|
className
|
|
35
|
-
}: MarketingIconCardProps):
|
|
35
|
+
}: MarketingIconCardProps): react_jsx_runtime34.JSX.Element;
|
|
36
36
|
//#endregion
|
|
37
37
|
export { MarketingIconCard };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types4 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/marketing/MarketingSection.d.ts
|
|
7
7
|
declare const sectionVariants: (props?: ({
|
|
8
8
|
tone?: "default" | "muted" | "panel" | "gradient" | null | undefined;
|
|
9
9
|
padding?: "compact" | "comfortable" | "spacious" | null | undefined;
|
|
10
|
-
} &
|
|
10
|
+
} & class_variance_authority_types4.ClassProp) | undefined) => string;
|
|
11
11
|
type MarketingSectionTone = VariantProps<typeof sectionVariants>['tone'];
|
|
12
12
|
type MarketingSectionPadding = VariantProps<typeof sectionVariants>['padding'];
|
|
13
13
|
type MarketingSectionProps = React$1.PropsWithChildren<VariantProps<typeof sectionVariants> & {
|
|
@@ -28,6 +28,6 @@ declare function MarketingSection({
|
|
|
28
28
|
tone,
|
|
29
29
|
padding,
|
|
30
30
|
className
|
|
31
|
-
}: MarketingSectionProps):
|
|
31
|
+
}: MarketingSectionProps): react_jsx_runtime33.JSX.Element;
|
|
32
32
|
//#endregion
|
|
33
33
|
export { MarketingSection, MarketingSectionPadding, MarketingSectionTone };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MarketingCardTone } from "./MarketingCard.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/marketing/MarketingStepCard.d.ts
|
|
6
6
|
interface MarketingStepCardProps {
|
|
@@ -14,6 +14,6 @@ declare function MarketingStepCard({
|
|
|
14
14
|
title,
|
|
15
15
|
description,
|
|
16
16
|
tone
|
|
17
|
-
}: MarketingStepCardProps):
|
|
17
|
+
}: MarketingStepCardProps): react_jsx_runtime32.JSX.Element;
|
|
18
18
|
//#endregion
|
|
19
19
|
export { MarketingStepCard };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime65 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/molecules/AiLinkButton.d.ts
|
|
4
4
|
type Provider = 'chatgpt' | 'claude';
|
|
@@ -10,6 +10,6 @@ interface AiLinkButtonProps {
|
|
|
10
10
|
declare function AiLinkButton({
|
|
11
11
|
href,
|
|
12
12
|
className
|
|
13
|
-
}: AiLinkButtonProps):
|
|
13
|
+
}: AiLinkButtonProps): react_jsx_runtime65.JSX.Element;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { AiLinkButton };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 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,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime39 from "react/jsx-runtime";
|
|
2
2
|
|
|
3
3
|
//#region src/components/molecules/CommandPalette.d.ts
|
|
4
4
|
interface CommandPaletteProps {
|
|
@@ -21,6 +21,6 @@ declare function CommandPalette({
|
|
|
21
21
|
onOpenChange,
|
|
22
22
|
groups,
|
|
23
23
|
placeholder
|
|
24
|
-
}: CommandPaletteProps):
|
|
24
|
+
}: CommandPaletteProps): react_jsx_runtime39.JSX.Element;
|
|
25
25
|
//#endregion
|
|
26
26
|
export { CommandPalette };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { CommandPalette } from "./CommandPalette.js";
|
|
2
2
|
import * as React$1 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,14 +1,14 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
5
5
|
import { Card } from "@lssm/lib.ui-kit-web/ui/card";
|
|
6
6
|
|
|
7
7
|
//#region src/components/molecules/EntityCard.d.ts
|
|
8
8
|
declare const entityCardVariants: (props?: ({
|
|
9
9
|
emphasis?: "default" | "strong" | "subtle" | null | undefined;
|
|
10
10
|
density?: "compact" | "comfortable" | null | undefined;
|
|
11
|
-
} &
|
|
11
|
+
} & class_variance_authority_types7.ClassProp) | undefined) => string;
|
|
12
12
|
type EntityCardProps = React$1.ComponentProps<typeof Card> & VariantProps<typeof entityCardVariants> & {
|
|
13
13
|
cardTitle: React$1.ReactNode;
|
|
14
14
|
cardSubtitle?: React$1.ReactNode;
|
|
@@ -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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime72 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_runtime72.JSX.Element;
|
|
34
34
|
//#endregion
|
|
35
35
|
export { FiltersToolbar };
|
|
@@ -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/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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime40 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_runtime40.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { LangSwitch, LangSwitchProps };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime69 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_runtime69.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_runtime11 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_runtime11.JSX.Element;
|
|
12
12
|
//#endregion
|
|
13
13
|
export { NavMain };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { UserMenuItem } from "../../types/navigation.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/NavUser.d.ts
|
|
5
5
|
declare function NavUser({
|
|
@@ -12,6 +12,6 @@ declare function NavUser({
|
|
|
12
12
|
email?: string;
|
|
13
13
|
imageUrl?: string;
|
|
14
14
|
items: UserMenuItem[];
|
|
15
|
-
}):
|
|
15
|
+
}): react_jsx_runtime12.JSX.Element;
|
|
16
16
|
//#endregion
|
|
17
17
|
export { NavUser };
|
|
@@ -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,6 +7,6 @@ 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 };
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { SkeletonCircleProps } from "./types.js";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime112 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_runtime112.JSX.Element;
|
|
10
10
|
//#endregion
|
|
11
11
|
export { SkeletonCircle };
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
3
3
|
import { VariantProps } from "class-variance-authority";
|
|
4
|
-
import * as
|
|
4
|
+
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
5
5
|
|
|
6
6
|
//#region src/components/molecules/StatusChip.d.ts
|
|
7
7
|
declare const chipVariants: (props?: ({
|
|
8
8
|
tone?: "neutral" | "danger" | "info" | "success" | "warning" | null | undefined;
|
|
9
9
|
size?: "sm" | "md" | null | undefined;
|
|
10
|
-
} &
|
|
10
|
+
} & class_variance_authority_types6.ClassProp) | undefined) => string;
|
|
11
11
|
type StatusChipProps = React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof chipVariants> & {
|
|
12
12
|
icon?: React$1.ReactNode;
|
|
13
13
|
label?: React$1.ReactNode;
|
|
@@ -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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime53 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Doc.d.ts
|
|
5
5
|
interface HoverPreviewDocProps {
|
|
@@ -22,6 +22,6 @@ declare function HoverPreviewDoc({
|
|
|
22
22
|
status,
|
|
23
23
|
amount,
|
|
24
24
|
className
|
|
25
|
-
}: HoverPreviewDocProps):
|
|
25
|
+
}: HoverPreviewDocProps): react_jsx_runtime53.JSX.Element;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { HoverPreviewDoc };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 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$1 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$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime55 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/Stats.d.ts
|
|
5
5
|
interface HoverPreviewStat {
|
|
@@ -17,6 +17,6 @@ declare function HoverPreviewStats({
|
|
|
17
17
|
stats: HoverPreviewStat[];
|
|
18
18
|
footer?: React$1.ReactNode;
|
|
19
19
|
className?: string;
|
|
20
|
-
}):
|
|
20
|
+
}): react_jsx_runtime55.JSX.Element;
|
|
21
21
|
//#endregion
|
|
22
22
|
export { HoverPreviewStats };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime52 from "react/jsx-runtime";
|
|
3
3
|
|
|
4
4
|
//#region src/components/molecules/hover-previews/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_runtime52.JSX.Element;
|
|
24
24
|
//#endregion
|
|
25
25
|
export { HoverPreviewUser };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React$1 from "react";
|
|
2
|
-
import * as
|
|
2
|
+
import * as react_jsx_runtime37 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_runtime37.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$1 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,6 +1,6 @@
|
|
|
1
1
|
import { NavSection } from "../../types/navigation.js";
|
|
2
2
|
import * as React$1 from "react";
|
|
3
|
-
import * as
|
|
3
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
4
4
|
|
|
5
5
|
//#region src/components/organisms/AppSidebar.d.ts
|
|
6
6
|
interface AppSidebarProps {
|
|
@@ -18,6 +18,6 @@ declare function AppSidebar({
|
|
|
18
18
|
searchPlaceholder,
|
|
19
19
|
className,
|
|
20
20
|
density
|
|
21
|
-
}: AppSidebarProps):
|
|
21
|
+
}: AppSidebarProps): react_jsx_runtime10.JSX.Element;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { AppSidebar };
|