@lssm/lib.design-system 0.0.0-canary-20251217054315 → 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/agent/AgentMonitor.d.ts +28 -0
- package/dist/components/agent/ApprovalQueue.d.ts +25 -0
- package/dist/components/atoms/ActionButtons.d.ts +25 -0
- package/dist/components/atoms/Button.d.ts +38 -0
- package/dist/components/atoms/ButtonLink.d.ts +21 -0
- package/dist/components/atoms/Cta.d.ts +31 -0
- package/dist/components/atoms/DataChips.d.ts +37 -0
- package/dist/components/atoms/EmptyState.d.ts +7 -0
- package/dist/components/atoms/ErrorState.d.ts +28 -0
- package/dist/components/atoms/Input.d.ts +35 -0
- package/dist/components/atoms/Link.d.ts +11 -0
- package/dist/components/atoms/Link.web.d.ts +18 -0
- package/dist/components/atoms/LoaderCircular.d.ts +22 -0
- package/dist/components/atoms/NavBrand.d.ts +18 -0
- package/dist/components/atoms/Stepper.d.ts +7 -0
- package/dist/components/atoms/Textarea.d.ts +37 -0
- package/dist/components/data-view/DataViewDetail.d.ts +21 -0
- package/dist/components/data-view/DataViewList.d.ts +23 -0
- package/dist/components/data-view/DataViewRenderer.d.ts +47 -0
- package/dist/components/data-view/DataViewTable.d.ts +25 -0
- package/dist/components/forms/ActionForm.d.ts +16 -0
- package/dist/components/forms/FormCardLayout.d.ts +22 -0
- package/dist/components/forms/FormDialog.d.ts +24 -0
- package/dist/components/forms/FormLayout.d.ts +29 -0
- package/dist/components/forms/FormOneByOneLayout.d.ts +25 -0
- package/dist/components/forms/FormStepsLayout.d.ts +26 -0
- package/dist/components/forms/ZodForm.d.ts +21 -0
- package/dist/components/legal/atoms/DefinitionList.d.ts +16 -0
- package/dist/components/legal/atoms/KeyValueList.d.ts +16 -0
- package/dist/components/legal/atoms/LegalCallout.d.ts +17 -0
- package/dist/components/legal/atoms/LegalHeading.d.ts +24 -0
- package/dist/components/legal/atoms/LegalList.d.ts +20 -0
- package/dist/components/legal/atoms/LegalSection.d.ts +21 -0
- package/dist/components/legal/atoms/LegalText.d.ts +24 -0
- package/dist/components/legal/molecules/Consent.d.ts +35 -0
- package/dist/components/legal/molecules/ContactFields.d.ts +24 -0
- package/dist/components/legal/molecules/LegalMeta.d.ts +14 -0
- package/dist/components/legal/molecules/LegalTOC.d.ts +30 -0
- package/dist/components/legal/organisms/ContactForm.d.ts +29 -0
- package/dist/components/legal/organisms/GDPRDataRequest.d.ts +18 -0
- package/dist/components/legal/organisms/GDPRRights.d.ts +13 -0
- package/dist/components/legal/organisms/LegalPageLayout.d.ts +23 -0
- package/dist/components/legal/templates/ContactTemplate.d.ts +23 -0
- package/dist/components/legal/templates/CookiesTemplate.d.ts +32 -0
- package/dist/components/legal/templates/PrivacyTemplate.d.ts +32 -0
- package/dist/components/legal/templates/SalesTermsTemplate.d.ts +27 -0
- package/dist/components/legal/templates/TermsTemplate.d.ts +27 -0
- package/dist/components/marketing/MarketingCard.d.ts +16 -0
- package/dist/components/marketing/MarketingCardsSection.d.ts +21 -0
- package/dist/components/marketing/MarketingComparisonSection.d.ts +29 -0
- package/dist/components/marketing/MarketingIconCard.d.ts +37 -0
- package/dist/components/marketing/MarketingSection.d.ts +33 -0
- package/dist/components/marketing/MarketingStepCard.d.ts +19 -0
- package/dist/components/molecules/AiLinkButton.d.ts +15 -0
- package/dist/components/molecules/Breadcrumbs.d.ts +15 -0
- package/dist/components/molecules/CommandPalette.d.ts +26 -0
- package/dist/components/molecules/CommandSearchTrigger.d.ts +18 -0
- package/dist/components/molecules/EntityCard.d.ts +37 -0
- package/dist/components/molecules/FiltersToolbar.d.ts +35 -0
- package/dist/components/molecules/HoverPreview.d.ts +20 -0
- package/dist/components/molecules/LangSwitch.d.ts +22 -0
- package/dist/components/molecules/LoaderBlock.d.ts +18 -0
- package/dist/components/molecules/NavMain.d.ts +13 -0
- package/dist/components/molecules/NavUser.d.ts +17 -0
- package/dist/components/molecules/OverviewCard.d.ts +20 -0
- package/dist/components/molecules/SkeletonBlock/index.d.ts +2 -0
- package/dist/components/molecules/SkeletonBlock/index.web.d.ts +12 -0
- package/dist/components/molecules/SkeletonBlock/types.d.ts +9 -0
- package/dist/components/molecules/SkeletonCircle/index.d.ts +2 -0
- package/dist/components/molecules/SkeletonCircle/index.web.d.ts +11 -0
- package/dist/components/molecules/SkeletonCircle/types.d.ts +8 -0
- package/dist/components/molecules/SkeletonList/index.d.ts +2 -0
- package/dist/components/molecules/SkeletonList/index.web.d.ts +10 -0
- package/dist/components/molecules/SkeletonList/types.d.ts +7 -0
- package/dist/components/molecules/StatCard.d.ts +36 -0
- package/dist/components/molecules/StatusChip.d.ts +26 -0
- package/dist/components/molecules/hover-previews/Doc.d.ts +27 -0
- package/dist/components/molecules/hover-previews/Media.d.ts +20 -0
- package/dist/components/molecules/hover-previews/Simple.d.ts +25 -0
- package/dist/components/molecules/hover-previews/Stats.d.ts +22 -0
- package/dist/components/molecules/hover-previews/User.d.ts +25 -0
- package/dist/components/organisms/AcademyLayout.d.ts +29 -0
- package/dist/components/organisms/AppHeader.d.ts +18 -0
- package/dist/components/organisms/AppLayout.d.ts +28 -0
- package/dist/components/organisms/AppSidebar.d.ts +23 -0
- package/dist/components/organisms/EmptyDataList.d.ts +20 -0
- package/dist/components/organisms/EmptyDataList.types.d.ts +19 -0
- package/dist/components/organisms/EmptySearchResult.d.ts +24 -0
- package/dist/components/organisms/FAQSection.d.ts +31 -0
- package/dist/components/organisms/FeatureCarousel.d.ts +18 -0
- package/dist/components/organisms/FeaturesSection.d.ts +19 -0
- package/dist/components/organisms/Footer.d.ts +25 -0
- package/dist/components/organisms/Header.d.ts +37 -0
- package/dist/components/organisms/HeroResponsive.d.ts +14 -0
- package/dist/components/organisms/HeroSection.d.ts +29 -0
- package/dist/components/organisms/ListCardPage.d.ts +36 -0
- package/dist/components/organisms/ListGridPage.d.ts +36 -0
- package/dist/components/organisms/ListPageResponsive.d.ts +7 -0
- package/dist/components/organisms/ListTablePage.d.ts +33 -0
- package/dist/components/organisms/MarketingHeader.d.ts +36 -0
- package/dist/components/organisms/MarketingHeaderDesktop.d.ts +15 -0
- package/dist/components/organisms/MarketingHeaderMobile.d.ts +12 -0
- package/dist/components/organisms/MarketingLayout.d.ts +18 -0
- package/dist/components/organisms/PageHeaderResponsive.d.ts +8 -0
- package/dist/components/organisms/PricingCarousel.d.ts +24 -0
- package/dist/components/organisms/PricingSection.d.ts +18 -0
- package/dist/components/organisms/TestimonialCarousel.d.ts +19 -0
- package/dist/components/templates/lists/ListPageTemplate/index.d.ts +2 -0
- package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +22 -0
- package/dist/components/templates/lists/ListPageTemplate/types.d.ts +25 -0
- package/dist/hooks/useListUrlState.d.ts +30 -0
- package/dist/index.d.ts +116 -0
- package/dist/lib/keyboard.d.ts +12 -0
- package/dist/platform/useColorScheme.d.ts +5 -0
- package/dist/platform/useReducedMotion.d.ts +4 -0
- package/dist/platform/useResponsive.d.ts +23 -0
- package/dist/platform/withPlatformUI.d.ts +28 -0
- package/dist/renderers/form-contract.d.ts +11 -0
- package/dist/renderers/index.d.ts +1 -0
- package/dist/theme/tokenBridge.d.ts +19 -0
- package/dist/theme/tokens.d.ts +50 -0
- package/dist/theme/variants.d.ts +21 -0
- package/dist/types/navigation.d.ts +44 -0
- package/package.json +8 -8
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { MarketingCardTone } from "./MarketingCard.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime35 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/marketing/MarketingStepCard.d.ts
|
|
6
|
+
interface MarketingStepCardProps {
|
|
7
|
+
step: number | string;
|
|
8
|
+
title: React.ReactNode;
|
|
9
|
+
description?: React.ReactNode;
|
|
10
|
+
tone?: MarketingCardTone;
|
|
11
|
+
}
|
|
12
|
+
declare function MarketingStepCard({
|
|
13
|
+
step,
|
|
14
|
+
title,
|
|
15
|
+
description,
|
|
16
|
+
tone
|
|
17
|
+
}: MarketingStepCardProps): react_jsx_runtime35.JSX.Element;
|
|
18
|
+
//#endregion
|
|
19
|
+
export { MarketingStepCard };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as react_jsx_runtime54 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/molecules/AiLinkButton.d.ts
|
|
4
|
+
type Provider = 'chatgpt' | 'claude';
|
|
5
|
+
interface AiLinkButtonProps {
|
|
6
|
+
href: string;
|
|
7
|
+
provider?: Provider;
|
|
8
|
+
className?: string;
|
|
9
|
+
}
|
|
10
|
+
declare function AiLinkButton({
|
|
11
|
+
href,
|
|
12
|
+
className
|
|
13
|
+
}: AiLinkButtonProps): react_jsx_runtime54.JSX.Element;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { AiLinkButton };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime42 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/Breadcrumbs.d.ts
|
|
5
|
+
interface BreadcrumbItemDef {
|
|
6
|
+
href?: string;
|
|
7
|
+
label: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
declare function Breadcrumbs({
|
|
10
|
+
items
|
|
11
|
+
}: {
|
|
12
|
+
items: BreadcrumbItemDef[];
|
|
13
|
+
}): react_jsx_runtime42.JSX.Element | null;
|
|
14
|
+
//#endregion
|
|
15
|
+
export { Breadcrumbs };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as react_jsx_runtime40 from "react/jsx-runtime";
|
|
2
|
+
|
|
3
|
+
//#region src/components/molecules/CommandPalette.d.ts
|
|
4
|
+
interface CommandPaletteProps {
|
|
5
|
+
open?: boolean;
|
|
6
|
+
onOpenChange?: (open: boolean) => void;
|
|
7
|
+
groups: {
|
|
8
|
+
heading?: string;
|
|
9
|
+
items: {
|
|
10
|
+
id: string;
|
|
11
|
+
label: string;
|
|
12
|
+
shortcut?: string;
|
|
13
|
+
onSelect?: () => void;
|
|
14
|
+
}[];
|
|
15
|
+
}[];
|
|
16
|
+
placeholder?: string;
|
|
17
|
+
kbd?: string;
|
|
18
|
+
}
|
|
19
|
+
declare function CommandPalette({
|
|
20
|
+
open,
|
|
21
|
+
onOpenChange,
|
|
22
|
+
groups,
|
|
23
|
+
placeholder
|
|
24
|
+
}: CommandPaletteProps): react_jsx_runtime40.JSX.Element;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { CommandPalette };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { CommandPalette } from "./CommandPalette.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime43 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/molecules/CommandSearchTrigger.d.ts
|
|
6
|
+
declare function CommandSearchTrigger({
|
|
7
|
+
groups,
|
|
8
|
+
className,
|
|
9
|
+
placeholder,
|
|
10
|
+
compact
|
|
11
|
+
}: {
|
|
12
|
+
groups: React.ComponentProps<typeof CommandPalette>['groups'];
|
|
13
|
+
className?: string;
|
|
14
|
+
placeholder?: string;
|
|
15
|
+
compact?: boolean;
|
|
16
|
+
}): react_jsx_runtime43.JSX.Element;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { CommandSearchTrigger };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime45 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import { Card } from "@lssm/lib.ui-kit-web/ui/card";
|
|
5
|
+
import * as class_variance_authority_types7 from "class-variance-authority/types";
|
|
6
|
+
|
|
7
|
+
//#region src/components/molecules/EntityCard.d.ts
|
|
8
|
+
declare const entityCardVariants: (props?: ({
|
|
9
|
+
emphasis?: "default" | "strong" | "subtle" | null | undefined;
|
|
10
|
+
density?: "compact" | "comfortable" | null | undefined;
|
|
11
|
+
} & class_variance_authority_types7.ClassProp) | undefined) => string;
|
|
12
|
+
type EntityCardProps = React.ComponentProps<typeof Card> & VariantProps<typeof entityCardVariants> & {
|
|
13
|
+
cardTitle: React.ReactNode;
|
|
14
|
+
cardSubtitle?: React.ReactNode;
|
|
15
|
+
chips?: React.ReactNode;
|
|
16
|
+
meta?: React.ReactNode;
|
|
17
|
+
footer?: React.ReactNode;
|
|
18
|
+
href?: string;
|
|
19
|
+
contentClassName?: string;
|
|
20
|
+
preview?: React.ReactNode;
|
|
21
|
+
};
|
|
22
|
+
declare function EntityCard({
|
|
23
|
+
cardTitle,
|
|
24
|
+
cardSubtitle,
|
|
25
|
+
chips,
|
|
26
|
+
meta,
|
|
27
|
+
footer,
|
|
28
|
+
emphasis,
|
|
29
|
+
density,
|
|
30
|
+
className,
|
|
31
|
+
contentClassName,
|
|
32
|
+
href,
|
|
33
|
+
preview,
|
|
34
|
+
...cardProps
|
|
35
|
+
}: EntityCardProps): react_jsx_runtime45.JSX.Element;
|
|
36
|
+
//#endregion
|
|
37
|
+
export { EntityCard };
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime106 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/FiltersToolbar.d.ts
|
|
5
|
+
interface ActiveFilterChip {
|
|
6
|
+
key: string;
|
|
7
|
+
label: React.ReactNode;
|
|
8
|
+
onRemove?: () => void;
|
|
9
|
+
}
|
|
10
|
+
interface FiltersToolbarProps {
|
|
11
|
+
className?: string;
|
|
12
|
+
children?: React.ReactNode;
|
|
13
|
+
right?: React.ReactNode;
|
|
14
|
+
searchPlaceholder?: string;
|
|
15
|
+
searchValue?: string;
|
|
16
|
+
onSearchChange?: (value: string) => void;
|
|
17
|
+
onSearchSubmit?: () => void;
|
|
18
|
+
debounceMs?: number;
|
|
19
|
+
activeChips?: ActiveFilterChip[];
|
|
20
|
+
onClearAll?: () => void;
|
|
21
|
+
}
|
|
22
|
+
declare function FiltersToolbar({
|
|
23
|
+
className,
|
|
24
|
+
children,
|
|
25
|
+
right,
|
|
26
|
+
searchPlaceholder,
|
|
27
|
+
searchValue,
|
|
28
|
+
onSearchChange,
|
|
29
|
+
onSearchSubmit,
|
|
30
|
+
debounceMs,
|
|
31
|
+
activeChips,
|
|
32
|
+
onClearAll
|
|
33
|
+
}: FiltersToolbarProps): react_jsx_runtime106.JSX.Element;
|
|
34
|
+
//#endregion
|
|
35
|
+
export { FiltersToolbar };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime49 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/HoverPreview.d.ts
|
|
5
|
+
interface HoverPreviewProps {
|
|
6
|
+
trigger: React.ReactNode;
|
|
7
|
+
content: React.ReactNode;
|
|
8
|
+
align?: 'start' | 'center' | 'end';
|
|
9
|
+
sideOffset?: number;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
declare function HoverPreview({
|
|
13
|
+
trigger,
|
|
14
|
+
content,
|
|
15
|
+
align,
|
|
16
|
+
sideOffset,
|
|
17
|
+
className
|
|
18
|
+
}: HoverPreviewProps): react_jsx_runtime49.JSX.Element;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { HoverPreview };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime39 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/LangSwitch.d.ts
|
|
5
|
+
interface LangOption {
|
|
6
|
+
code: string;
|
|
7
|
+
label: React.ReactNode;
|
|
8
|
+
}
|
|
9
|
+
interface LangSwitchProps {
|
|
10
|
+
value: string;
|
|
11
|
+
options: LangOption[];
|
|
12
|
+
onChange: (code: string) => void;
|
|
13
|
+
size?: 'sm' | 'default';
|
|
14
|
+
}
|
|
15
|
+
declare function LangSwitch({
|
|
16
|
+
value,
|
|
17
|
+
options,
|
|
18
|
+
onChange,
|
|
19
|
+
size
|
|
20
|
+
}: LangSwitchProps): react_jsx_runtime39.JSX.Element;
|
|
21
|
+
//#endregion
|
|
22
|
+
export { LangSwitch, LangSwitchProps };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime60 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/LoaderBlock.d.ts
|
|
5
|
+
interface LoaderBlockProps {
|
|
6
|
+
label?: React.ReactNode;
|
|
7
|
+
description?: React.ReactNode;
|
|
8
|
+
className?: string;
|
|
9
|
+
size?: 'sm' | 'md' | 'lg';
|
|
10
|
+
}
|
|
11
|
+
declare function LoaderBlock({
|
|
12
|
+
label,
|
|
13
|
+
description,
|
|
14
|
+
className,
|
|
15
|
+
size
|
|
16
|
+
}: LoaderBlockProps): react_jsx_runtime60.JSX.Element;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { LoaderBlock };
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { HeaderNavItem } from "../../types/navigation.js";
|
|
2
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/NavMain.d.ts
|
|
5
|
+
declare function NavMain({
|
|
6
|
+
items,
|
|
7
|
+
className
|
|
8
|
+
}: {
|
|
9
|
+
items: HeaderNavItem[];
|
|
10
|
+
className?: string;
|
|
11
|
+
}): react_jsx_runtime0.JSX.Element;
|
|
12
|
+
//#endregion
|
|
13
|
+
export { NavMain };
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { UserMenuItem } from "../../types/navigation.js";
|
|
2
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/NavUser.d.ts
|
|
5
|
+
declare function NavUser({
|
|
6
|
+
name,
|
|
7
|
+
email,
|
|
8
|
+
imageUrl,
|
|
9
|
+
items
|
|
10
|
+
}: {
|
|
11
|
+
name?: string;
|
|
12
|
+
email?: string;
|
|
13
|
+
imageUrl?: string;
|
|
14
|
+
items: UserMenuItem[];
|
|
15
|
+
}): react_jsx_runtime18.JSX.Element;
|
|
16
|
+
//#endregion
|
|
17
|
+
export { NavUser };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime48 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/OverviewCard.d.ts
|
|
5
|
+
interface OverviewCardProps {
|
|
6
|
+
title: string;
|
|
7
|
+
summary: string;
|
|
8
|
+
href: string;
|
|
9
|
+
preview?: React.ReactNode;
|
|
10
|
+
ctaLabel: string;
|
|
11
|
+
}
|
|
12
|
+
declare function OverviewCard({
|
|
13
|
+
title,
|
|
14
|
+
summary,
|
|
15
|
+
href,
|
|
16
|
+
preview,
|
|
17
|
+
ctaLabel
|
|
18
|
+
}: OverviewCardProps): react_jsx_runtime48.JSX.Element;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { OverviewCard };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { SkeletonBlockProps } from "./types.js";
|
|
2
|
+
import * as react_jsx_runtime110 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/SkeletonBlock/index.web.d.ts
|
|
5
|
+
declare function SkeletonBlock({
|
|
6
|
+
w,
|
|
7
|
+
h,
|
|
8
|
+
rounded,
|
|
9
|
+
className
|
|
10
|
+
}: SkeletonBlockProps): react_jsx_runtime110.JSX.Element;
|
|
11
|
+
//#endregion
|
|
12
|
+
export { SkeletonBlock };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { SkeletonCircleProps } from "./types.js";
|
|
2
|
+
import * as react_jsx_runtime112 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/SkeletonCircle/index.web.d.ts
|
|
5
|
+
declare function SkeletonCircle({
|
|
6
|
+
size,
|
|
7
|
+
sizeClass,
|
|
8
|
+
className
|
|
9
|
+
}: SkeletonCircleProps): react_jsx_runtime112.JSX.Element;
|
|
10
|
+
//#endregion
|
|
11
|
+
export { SkeletonCircle };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { SkeletonListProps } from "./types.js";
|
|
2
|
+
import * as react_jsx_runtime111 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/SkeletonList/index.web.d.ts
|
|
5
|
+
declare function SkeletonList({
|
|
6
|
+
count,
|
|
7
|
+
className
|
|
8
|
+
}: SkeletonListProps): react_jsx_runtime111.JSX.Element;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { SkeletonList };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime46 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import { Card } from "@lssm/lib.ui-kit-web/ui/card";
|
|
5
|
+
import * as class_variance_authority_types8 from "class-variance-authority/types";
|
|
6
|
+
|
|
7
|
+
//#region src/components/molecules/StatCard.d.ts
|
|
8
|
+
declare const statVariants: (props?: ({
|
|
9
|
+
emphasis?: "default" | "strong" | "subtle" | null | undefined;
|
|
10
|
+
density?: "compact" | "comfortable" | null | undefined;
|
|
11
|
+
} & class_variance_authority_types8.ClassProp) | undefined) => string;
|
|
12
|
+
type StatCardProps = React.ComponentProps<typeof Card> & VariantProps<typeof statVariants> & {
|
|
13
|
+
label: React.ReactNode;
|
|
14
|
+
value: React.ReactNode;
|
|
15
|
+
hint?: React.ReactNode;
|
|
16
|
+
icon?: React.ReactNode;
|
|
17
|
+
};
|
|
18
|
+
declare function StatCard({
|
|
19
|
+
label,
|
|
20
|
+
value,
|
|
21
|
+
hint,
|
|
22
|
+
icon,
|
|
23
|
+
emphasis,
|
|
24
|
+
density,
|
|
25
|
+
className,
|
|
26
|
+
...props
|
|
27
|
+
}: StatCardProps): react_jsx_runtime46.JSX.Element;
|
|
28
|
+
declare function StatCardGroup({
|
|
29
|
+
children,
|
|
30
|
+
className
|
|
31
|
+
}: {
|
|
32
|
+
children: React.ReactNode;
|
|
33
|
+
className?: string;
|
|
34
|
+
}): react_jsx_runtime46.JSX.Element;
|
|
35
|
+
//#endregion
|
|
36
|
+
export { StatCard, StatCardGroup };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime44 from "react/jsx-runtime";
|
|
3
|
+
import { VariantProps } from "class-variance-authority";
|
|
4
|
+
import * as class_variance_authority_types6 from "class-variance-authority/types";
|
|
5
|
+
|
|
6
|
+
//#region src/components/molecules/StatusChip.d.ts
|
|
7
|
+
declare const chipVariants: (props?: ({
|
|
8
|
+
tone?: "neutral" | "danger" | "info" | "success" | "warning" | null | undefined;
|
|
9
|
+
size?: "sm" | "md" | null | undefined;
|
|
10
|
+
} & class_variance_authority_types6.ClassProp) | undefined) => string;
|
|
11
|
+
type StatusChipProps = React.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof chipVariants> & {
|
|
12
|
+
icon?: React.ReactNode;
|
|
13
|
+
label?: React.ReactNode;
|
|
14
|
+
hoverContent?: React.ReactNode;
|
|
15
|
+
};
|
|
16
|
+
declare function StatusChip({
|
|
17
|
+
tone,
|
|
18
|
+
size,
|
|
19
|
+
icon,
|
|
20
|
+
label,
|
|
21
|
+
className,
|
|
22
|
+
hoverContent,
|
|
23
|
+
...props
|
|
24
|
+
}: StatusChipProps): react_jsx_runtime44.JSX.Element;
|
|
25
|
+
//#endregion
|
|
26
|
+
export { StatusChip };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime53 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/hover-previews/Doc.d.ts
|
|
5
|
+
interface HoverPreviewDocProps {
|
|
6
|
+
docType: string;
|
|
7
|
+
number?: string;
|
|
8
|
+
title?: React.ReactNode;
|
|
9
|
+
meta?: {
|
|
10
|
+
label: React.ReactNode;
|
|
11
|
+
value: React.ReactNode;
|
|
12
|
+
}[];
|
|
13
|
+
status?: React.ReactNode;
|
|
14
|
+
amount?: React.ReactNode;
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
declare function HoverPreviewDoc({
|
|
18
|
+
docType,
|
|
19
|
+
number,
|
|
20
|
+
title,
|
|
21
|
+
meta,
|
|
22
|
+
status,
|
|
23
|
+
amount,
|
|
24
|
+
className
|
|
25
|
+
}: HoverPreviewDocProps): react_jsx_runtime53.JSX.Element;
|
|
26
|
+
//#endregion
|
|
27
|
+
export { HoverPreviewDoc };
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime51 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/hover-previews/Media.d.ts
|
|
5
|
+
interface HoverPreviewMediaProps {
|
|
6
|
+
title?: React.ReactNode;
|
|
7
|
+
subtitle?: React.ReactNode;
|
|
8
|
+
media: React.ReactNode;
|
|
9
|
+
caption?: React.ReactNode;
|
|
10
|
+
className?: string;
|
|
11
|
+
}
|
|
12
|
+
declare function HoverPreviewMedia({
|
|
13
|
+
title,
|
|
14
|
+
subtitle,
|
|
15
|
+
media,
|
|
16
|
+
caption,
|
|
17
|
+
className
|
|
18
|
+
}: HoverPreviewMediaProps): react_jsx_runtime51.JSX.Element;
|
|
19
|
+
//#endregion
|
|
20
|
+
export { HoverPreviewMedia };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime50 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/hover-previews/Simple.d.ts
|
|
5
|
+
interface HoverPreviewLine {
|
|
6
|
+
icon?: React.ReactNode;
|
|
7
|
+
label?: React.ReactNode;
|
|
8
|
+
value: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
interface HoverPreviewSimpleProps {
|
|
11
|
+
title: React.ReactNode;
|
|
12
|
+
subtitle?: React.ReactNode;
|
|
13
|
+
lines?: HoverPreviewLine[];
|
|
14
|
+
footer?: React.ReactNode;
|
|
15
|
+
className?: string;
|
|
16
|
+
}
|
|
17
|
+
declare function HoverPreviewSimple({
|
|
18
|
+
title,
|
|
19
|
+
subtitle,
|
|
20
|
+
lines,
|
|
21
|
+
footer,
|
|
22
|
+
className
|
|
23
|
+
}: HoverPreviewSimpleProps): react_jsx_runtime50.JSX.Element;
|
|
24
|
+
//#endregion
|
|
25
|
+
export { HoverPreviewSimple };
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime58 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/hover-previews/Stats.d.ts
|
|
5
|
+
interface HoverPreviewStat {
|
|
6
|
+
label: React.ReactNode;
|
|
7
|
+
value: React.ReactNode;
|
|
8
|
+
hint?: React.ReactNode;
|
|
9
|
+
}
|
|
10
|
+
declare function HoverPreviewStats({
|
|
11
|
+
title,
|
|
12
|
+
stats,
|
|
13
|
+
footer,
|
|
14
|
+
className
|
|
15
|
+
}: {
|
|
16
|
+
title?: React.ReactNode;
|
|
17
|
+
stats: HoverPreviewStat[];
|
|
18
|
+
footer?: React.ReactNode;
|
|
19
|
+
className?: string;
|
|
20
|
+
}): react_jsx_runtime58.JSX.Element;
|
|
21
|
+
//#endregion
|
|
22
|
+
export { HoverPreviewStats };
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime56 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/molecules/hover-previews/User.d.ts
|
|
5
|
+
interface HoverPreviewUserProps {
|
|
6
|
+
avatar?: React.ReactNode;
|
|
7
|
+
name: React.ReactNode;
|
|
8
|
+
email?: React.ReactNode;
|
|
9
|
+
meta?: {
|
|
10
|
+
label: React.ReactNode;
|
|
11
|
+
value: React.ReactNode;
|
|
12
|
+
}[];
|
|
13
|
+
actions?: React.ReactNode;
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
declare function HoverPreviewUser({
|
|
17
|
+
avatar,
|
|
18
|
+
name,
|
|
19
|
+
email,
|
|
20
|
+
meta,
|
|
21
|
+
actions,
|
|
22
|
+
className
|
|
23
|
+
}: HoverPreviewUserProps): react_jsx_runtime56.JSX.Element;
|
|
24
|
+
//#endregion
|
|
25
|
+
export { HoverPreviewUser };
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
3
|
+
|
|
4
|
+
//#region src/components/organisms/AcademyLayout.d.ts
|
|
5
|
+
interface AcademyLayoutProps {
|
|
6
|
+
header: React.ReactNode;
|
|
7
|
+
toc?: React.ReactNode;
|
|
8
|
+
breadcrumb?: {
|
|
9
|
+
items: {
|
|
10
|
+
href?: string;
|
|
11
|
+
label: React.ReactNode;
|
|
12
|
+
}[];
|
|
13
|
+
};
|
|
14
|
+
children: React.ReactNode;
|
|
15
|
+
rightPanel?: React.ReactNode;
|
|
16
|
+
footer?: React.ReactNode;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
19
|
+
declare function AcademyLayout({
|
|
20
|
+
header,
|
|
21
|
+
toc,
|
|
22
|
+
breadcrumb,
|
|
23
|
+
children,
|
|
24
|
+
rightPanel,
|
|
25
|
+
footer,
|
|
26
|
+
className
|
|
27
|
+
}: AcademyLayoutProps): react_jsx_runtime17.JSX.Element;
|
|
28
|
+
//#endregion
|
|
29
|
+
export { AcademyLayout };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { HeaderProps } from "./Header.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime38 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/organisms/AppHeader.d.ts
|
|
6
|
+
interface AppHeaderProps extends HeaderProps {
|
|
7
|
+
breadcrumb?: React.ReactNode;
|
|
8
|
+
toolbarRight?: React.ReactNode;
|
|
9
|
+
className?: string;
|
|
10
|
+
}
|
|
11
|
+
declare function AppHeader({
|
|
12
|
+
breadcrumb,
|
|
13
|
+
toolbarRight,
|
|
14
|
+
className,
|
|
15
|
+
...props
|
|
16
|
+
}: AppHeaderProps): react_jsx_runtime38.JSX.Element;
|
|
17
|
+
//#endregion
|
|
18
|
+
export { AppHeader };
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { AppSidebar } from "./AppSidebar.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime37 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/organisms/AppLayout.d.ts
|
|
6
|
+
interface AppLayoutProps {
|
|
7
|
+
header: React.ReactNode;
|
|
8
|
+
sidebar?: React.ComponentProps<typeof AppSidebar>;
|
|
9
|
+
breadcrumb?: {
|
|
10
|
+
items: {
|
|
11
|
+
href?: string;
|
|
12
|
+
label: React.ReactNode;
|
|
13
|
+
}[];
|
|
14
|
+
};
|
|
15
|
+
children: React.ReactNode;
|
|
16
|
+
footer?: React.ReactNode;
|
|
17
|
+
className?: string;
|
|
18
|
+
}
|
|
19
|
+
declare function AppLayout({
|
|
20
|
+
header,
|
|
21
|
+
sidebar,
|
|
22
|
+
breadcrumb,
|
|
23
|
+
children,
|
|
24
|
+
footer,
|
|
25
|
+
className
|
|
26
|
+
}: AppLayoutProps): react_jsx_runtime37.JSX.Element;
|
|
27
|
+
//#endregion
|
|
28
|
+
export { AppLayout };
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { NavSection } from "../../types/navigation.js";
|
|
2
|
+
import * as React from "react";
|
|
3
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
4
|
+
|
|
5
|
+
//#region src/components/organisms/AppSidebar.d.ts
|
|
6
|
+
interface AppSidebarProps {
|
|
7
|
+
sections: NavSection[];
|
|
8
|
+
top?: React.ReactNode;
|
|
9
|
+
bottom?: React.ReactNode;
|
|
10
|
+
searchPlaceholder?: string;
|
|
11
|
+
className?: string;
|
|
12
|
+
density?: 'compact' | 'comfortable';
|
|
13
|
+
}
|
|
14
|
+
declare function AppSidebar({
|
|
15
|
+
sections,
|
|
16
|
+
top,
|
|
17
|
+
bottom,
|
|
18
|
+
searchPlaceholder,
|
|
19
|
+
className,
|
|
20
|
+
density
|
|
21
|
+
}: AppSidebarProps): react_jsx_runtime21.JSX.Element;
|
|
22
|
+
//#endregion
|
|
23
|
+
export { AppSidebar };
|