@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.
Files changed (124) hide show
  1. package/dist/components/agent/AgentMonitor.d.ts +28 -0
  2. package/dist/components/agent/ApprovalQueue.d.ts +25 -0
  3. package/dist/components/atoms/ActionButtons.d.ts +25 -0
  4. package/dist/components/atoms/Button.d.ts +38 -0
  5. package/dist/components/atoms/ButtonLink.d.ts +21 -0
  6. package/dist/components/atoms/Cta.d.ts +31 -0
  7. package/dist/components/atoms/DataChips.d.ts +37 -0
  8. package/dist/components/atoms/EmptyState.d.ts +7 -0
  9. package/dist/components/atoms/ErrorState.d.ts +28 -0
  10. package/dist/components/atoms/Input.d.ts +35 -0
  11. package/dist/components/atoms/Link.d.ts +11 -0
  12. package/dist/components/atoms/Link.web.d.ts +18 -0
  13. package/dist/components/atoms/LoaderCircular.d.ts +22 -0
  14. package/dist/components/atoms/NavBrand.d.ts +18 -0
  15. package/dist/components/atoms/Stepper.d.ts +7 -0
  16. package/dist/components/atoms/Textarea.d.ts +37 -0
  17. package/dist/components/data-view/DataViewDetail.d.ts +21 -0
  18. package/dist/components/data-view/DataViewList.d.ts +23 -0
  19. package/dist/components/data-view/DataViewRenderer.d.ts +47 -0
  20. package/dist/components/data-view/DataViewTable.d.ts +25 -0
  21. package/dist/components/forms/ActionForm.d.ts +16 -0
  22. package/dist/components/forms/FormCardLayout.d.ts +22 -0
  23. package/dist/components/forms/FormDialog.d.ts +24 -0
  24. package/dist/components/forms/FormLayout.d.ts +29 -0
  25. package/dist/components/forms/FormOneByOneLayout.d.ts +25 -0
  26. package/dist/components/forms/FormStepsLayout.d.ts +26 -0
  27. package/dist/components/forms/ZodForm.d.ts +21 -0
  28. package/dist/components/legal/atoms/DefinitionList.d.ts +16 -0
  29. package/dist/components/legal/atoms/KeyValueList.d.ts +16 -0
  30. package/dist/components/legal/atoms/LegalCallout.d.ts +17 -0
  31. package/dist/components/legal/atoms/LegalHeading.d.ts +24 -0
  32. package/dist/components/legal/atoms/LegalList.d.ts +20 -0
  33. package/dist/components/legal/atoms/LegalSection.d.ts +21 -0
  34. package/dist/components/legal/atoms/LegalText.d.ts +24 -0
  35. package/dist/components/legal/molecules/Consent.d.ts +35 -0
  36. package/dist/components/legal/molecules/ContactFields.d.ts +24 -0
  37. package/dist/components/legal/molecules/LegalMeta.d.ts +14 -0
  38. package/dist/components/legal/molecules/LegalTOC.d.ts +30 -0
  39. package/dist/components/legal/organisms/ContactForm.d.ts +29 -0
  40. package/dist/components/legal/organisms/GDPRDataRequest.d.ts +18 -0
  41. package/dist/components/legal/organisms/GDPRRights.d.ts +13 -0
  42. package/dist/components/legal/organisms/LegalPageLayout.d.ts +23 -0
  43. package/dist/components/legal/templates/ContactTemplate.d.ts +23 -0
  44. package/dist/components/legal/templates/CookiesTemplate.d.ts +32 -0
  45. package/dist/components/legal/templates/PrivacyTemplate.d.ts +32 -0
  46. package/dist/components/legal/templates/SalesTermsTemplate.d.ts +27 -0
  47. package/dist/components/legal/templates/TermsTemplate.d.ts +27 -0
  48. package/dist/components/marketing/MarketingCard.d.ts +16 -0
  49. package/dist/components/marketing/MarketingCardsSection.d.ts +21 -0
  50. package/dist/components/marketing/MarketingComparisonSection.d.ts +29 -0
  51. package/dist/components/marketing/MarketingIconCard.d.ts +37 -0
  52. package/dist/components/marketing/MarketingSection.d.ts +33 -0
  53. package/dist/components/marketing/MarketingStepCard.d.ts +19 -0
  54. package/dist/components/molecules/AiLinkButton.d.ts +15 -0
  55. package/dist/components/molecules/Breadcrumbs.d.ts +15 -0
  56. package/dist/components/molecules/CommandPalette.d.ts +26 -0
  57. package/dist/components/molecules/CommandSearchTrigger.d.ts +18 -0
  58. package/dist/components/molecules/EntityCard.d.ts +37 -0
  59. package/dist/components/molecules/FiltersToolbar.d.ts +35 -0
  60. package/dist/components/molecules/HoverPreview.d.ts +20 -0
  61. package/dist/components/molecules/LangSwitch.d.ts +22 -0
  62. package/dist/components/molecules/LoaderBlock.d.ts +18 -0
  63. package/dist/components/molecules/NavMain.d.ts +13 -0
  64. package/dist/components/molecules/NavUser.d.ts +17 -0
  65. package/dist/components/molecules/OverviewCard.d.ts +20 -0
  66. package/dist/components/molecules/SkeletonBlock/index.d.ts +2 -0
  67. package/dist/components/molecules/SkeletonBlock/index.web.d.ts +12 -0
  68. package/dist/components/molecules/SkeletonBlock/types.d.ts +9 -0
  69. package/dist/components/molecules/SkeletonCircle/index.d.ts +2 -0
  70. package/dist/components/molecules/SkeletonCircle/index.web.d.ts +11 -0
  71. package/dist/components/molecules/SkeletonCircle/types.d.ts +8 -0
  72. package/dist/components/molecules/SkeletonList/index.d.ts +2 -0
  73. package/dist/components/molecules/SkeletonList/index.web.d.ts +10 -0
  74. package/dist/components/molecules/SkeletonList/types.d.ts +7 -0
  75. package/dist/components/molecules/StatCard.d.ts +36 -0
  76. package/dist/components/molecules/StatusChip.d.ts +26 -0
  77. package/dist/components/molecules/hover-previews/Doc.d.ts +27 -0
  78. package/dist/components/molecules/hover-previews/Media.d.ts +20 -0
  79. package/dist/components/molecules/hover-previews/Simple.d.ts +25 -0
  80. package/dist/components/molecules/hover-previews/Stats.d.ts +22 -0
  81. package/dist/components/molecules/hover-previews/User.d.ts +25 -0
  82. package/dist/components/organisms/AcademyLayout.d.ts +29 -0
  83. package/dist/components/organisms/AppHeader.d.ts +18 -0
  84. package/dist/components/organisms/AppLayout.d.ts +28 -0
  85. package/dist/components/organisms/AppSidebar.d.ts +23 -0
  86. package/dist/components/organisms/EmptyDataList.d.ts +20 -0
  87. package/dist/components/organisms/EmptyDataList.types.d.ts +19 -0
  88. package/dist/components/organisms/EmptySearchResult.d.ts +24 -0
  89. package/dist/components/organisms/FAQSection.d.ts +31 -0
  90. package/dist/components/organisms/FeatureCarousel.d.ts +18 -0
  91. package/dist/components/organisms/FeaturesSection.d.ts +19 -0
  92. package/dist/components/organisms/Footer.d.ts +25 -0
  93. package/dist/components/organisms/Header.d.ts +37 -0
  94. package/dist/components/organisms/HeroResponsive.d.ts +14 -0
  95. package/dist/components/organisms/HeroSection.d.ts +29 -0
  96. package/dist/components/organisms/ListCardPage.d.ts +36 -0
  97. package/dist/components/organisms/ListGridPage.d.ts +36 -0
  98. package/dist/components/organisms/ListPageResponsive.d.ts +7 -0
  99. package/dist/components/organisms/ListTablePage.d.ts +33 -0
  100. package/dist/components/organisms/MarketingHeader.d.ts +36 -0
  101. package/dist/components/organisms/MarketingHeaderDesktop.d.ts +15 -0
  102. package/dist/components/organisms/MarketingHeaderMobile.d.ts +12 -0
  103. package/dist/components/organisms/MarketingLayout.d.ts +18 -0
  104. package/dist/components/organisms/PageHeaderResponsive.d.ts +8 -0
  105. package/dist/components/organisms/PricingCarousel.d.ts +24 -0
  106. package/dist/components/organisms/PricingSection.d.ts +18 -0
  107. package/dist/components/organisms/TestimonialCarousel.d.ts +19 -0
  108. package/dist/components/templates/lists/ListPageTemplate/index.d.ts +2 -0
  109. package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +22 -0
  110. package/dist/components/templates/lists/ListPageTemplate/types.d.ts +25 -0
  111. package/dist/hooks/useListUrlState.d.ts +30 -0
  112. package/dist/index.d.ts +116 -0
  113. package/dist/lib/keyboard.d.ts +12 -0
  114. package/dist/platform/useColorScheme.d.ts +5 -0
  115. package/dist/platform/useReducedMotion.d.ts +4 -0
  116. package/dist/platform/useResponsive.d.ts +23 -0
  117. package/dist/platform/withPlatformUI.d.ts +28 -0
  118. package/dist/renderers/form-contract.d.ts +11 -0
  119. package/dist/renderers/index.d.ts +1 -0
  120. package/dist/theme/tokenBridge.d.ts +19 -0
  121. package/dist/theme/tokens.d.ts +50 -0
  122. package/dist/theme/variants.d.ts +21 -0
  123. package/dist/types/navigation.d.ts +44 -0
  124. package/package.json +8 -8
@@ -0,0 +1,20 @@
1
+ import { EmptyDataListProps } from "./EmptyDataList.types.js";
2
+ import * as react_jsx_runtime55 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/EmptyDataList.d.ts
5
+ declare function EmptyDataList({
6
+ emptyListTitle,
7
+ emptyListDescription,
8
+ createButton,
9
+ secondaryButton,
10
+ media,
11
+ mediaVariant,
12
+ learnMoreHref,
13
+ learnMoreLabel,
14
+ learnMoreEndIcon,
15
+ onLearnMore,
16
+ handleLearnMore,
17
+ className
18
+ }: EmptyDataListProps): react_jsx_runtime55.JSX.Element;
19
+ //#endregion
20
+ export { EmptyDataList };
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+
3
+ //#region src/components/organisms/EmptyDataList.types.d.ts
4
+ interface EmptyDataListProps {
5
+ emptyListTitle?: React.ReactNode;
6
+ emptyListDescription?: React.ReactNode;
7
+ createButton: React.ReactNode;
8
+ secondaryButton?: React.ReactNode;
9
+ media?: React.ReactNode;
10
+ mediaVariant?: 'default' | 'icon';
11
+ learnMoreHref?: string;
12
+ learnMoreLabel?: React.ReactNode;
13
+ learnMoreEndIcon?: React.ReactNode;
14
+ onLearnMore?: () => void;
15
+ handleLearnMore?: () => void;
16
+ className?: string;
17
+ }
18
+ //#endregion
19
+ export { EmptyDataListProps };
@@ -0,0 +1,24 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime57 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/EmptySearchResult.d.ts
5
+ interface EmptySearchResultProps {
6
+ emptySearchTitle?: React.ReactNode;
7
+ emtptySearchTitle?: React.ReactNode;
8
+ emptySearchDescription?: React.ReactNode;
9
+ emtptySearchDescription?: React.ReactNode;
10
+ onSearchChange?: (value: string) => void;
11
+ handleSearchChange?: (value: string) => void;
12
+ className?: string;
13
+ }
14
+ declare function EmptySearchResult({
15
+ emptySearchTitle,
16
+ emtptySearchTitle,
17
+ emptySearchDescription,
18
+ emtptySearchDescription,
19
+ onSearchChange,
20
+ handleSearchChange,
21
+ className
22
+ }: EmptySearchResultProps): react_jsx_runtime57.JSX.Element;
23
+ //#endregion
24
+ export { EmptySearchResult };
@@ -0,0 +1,31 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime104 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/FAQSection.d.ts
5
+ interface FAQItem {
6
+ question: React.ReactNode;
7
+ answer: React.ReactNode;
8
+ }
9
+ declare function FAQSection({
10
+ title,
11
+ subtitle,
12
+ children,
13
+ className,
14
+ items,
15
+ accordionType,
16
+ collapsible,
17
+ defaultOpenIndex,
18
+ accordionClassName
19
+ }: {
20
+ title: React.ReactNode;
21
+ subtitle?: React.ReactNode;
22
+ children?: React.ReactNode;
23
+ className?: string;
24
+ items?: FAQItem[];
25
+ accordionType?: 'single' | 'multiple';
26
+ collapsible?: boolean;
27
+ defaultOpenIndex?: number;
28
+ accordionClassName?: string;
29
+ }): react_jsx_runtime104.JSX.Element;
30
+ //#endregion
31
+ export { FAQSection };
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime26 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/FeatureCarousel.d.ts
5
+ interface FeatureSlide {
6
+ title: React.ReactNode;
7
+ description?: React.ReactNode;
8
+ media?: React.ReactNode;
9
+ }
10
+ declare function FeatureCarousel({
11
+ slides,
12
+ className
13
+ }: {
14
+ slides: FeatureSlide[];
15
+ className?: string;
16
+ }): react_jsx_runtime26.JSX.Element;
17
+ //#endregion
18
+ export { FeatureCarousel };
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime74 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/FeaturesSection.d.ts
5
+ declare function FeaturesSection({
6
+ title,
7
+ subtitle,
8
+ children,
9
+ className,
10
+ density
11
+ }: {
12
+ title: React.ReactNode;
13
+ subtitle?: React.ReactNode;
14
+ children: React.ReactNode;
15
+ className?: string;
16
+ density?: 'compact' | 'comfortable';
17
+ }): react_jsx_runtime74.JSX.Element;
18
+ //#endregion
19
+ export { FeaturesSection };
@@ -0,0 +1,25 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/Footer.d.ts
5
+ interface FooterProps {
6
+ left?: React.ReactNode;
7
+ center?: React.ReactNode;
8
+ right?: React.ReactNode;
9
+ links?: {
10
+ label: React.ReactNode;
11
+ href: string;
12
+ }[];
13
+ className?: string;
14
+ variant?: 'default' | 'marketing';
15
+ }
16
+ declare function Footer({
17
+ left,
18
+ center,
19
+ right,
20
+ links,
21
+ className,
22
+ variant
23
+ }: FooterProps): react_jsx_runtime25.JSX.Element;
24
+ //#endregion
25
+ export { Footer };
@@ -0,0 +1,37 @@
1
+ import { CtaAction, HeaderNavItem, NavSection } from "../../types/navigation.js";
2
+ import { NavUser } from "../molecules/NavUser.js";
3
+ import * as React from "react";
4
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
5
+
6
+ //#region src/components/organisms/Header.d.ts
7
+ interface HeaderProps {
8
+ logo: React.ReactNode;
9
+ nav: HeaderNavItem[];
10
+ userMenu?: React.ComponentProps<typeof NavUser>;
11
+ cta?: CtaAction;
12
+ className?: string;
13
+ density?: 'compact' | 'comfortable';
14
+ mobileSidebar?: {
15
+ sections: NavSection[];
16
+ top?: React.ReactNode;
17
+ bottom?: React.ReactNode;
18
+ };
19
+ }
20
+ declare function DesktopHeader({
21
+ logo,
22
+ nav,
23
+ userMenu,
24
+ cta,
25
+ className,
26
+ density
27
+ }: HeaderProps): react_jsx_runtime22.JSX.Element;
28
+ declare function MobileHeader({
29
+ logo,
30
+ userMenu,
31
+ mobileSidebar,
32
+ className,
33
+ density
34
+ }: HeaderProps): react_jsx_runtime22.JSX.Element;
35
+ declare function Header(props: HeaderProps): react_jsx_runtime22.JSX.Element;
36
+ //#endregion
37
+ export { DesktopHeader, Header, HeaderProps, MobileHeader };
@@ -0,0 +1,14 @@
1
+ import { HeroSection } from "./HeroSection.js";
2
+ import * as React from "react";
3
+ import * as react_jsx_runtime72 from "react/jsx-runtime";
4
+
5
+ //#region src/components/organisms/HeroResponsive.d.ts
6
+ declare function HeroResponsive({
7
+ title,
8
+ subtitle,
9
+ primaryCta,
10
+ secondaryCta,
11
+ className
12
+ }: React.ComponentProps<typeof HeroSection>): react_jsx_runtime72.JSX.Element;
13
+ //#endregion
14
+ export { HeroResponsive };
@@ -0,0 +1,29 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime70 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/HeroSection.d.ts
5
+ declare function HeroSection({
6
+ title,
7
+ subtitle,
8
+ primaryCta,
9
+ secondaryCta,
10
+ className,
11
+ density
12
+ }: {
13
+ title: React.ReactNode;
14
+ subtitle?: React.ReactNode;
15
+ primaryCta?: {
16
+ label: string;
17
+ href?: string;
18
+ onClick?: () => void;
19
+ };
20
+ secondaryCta?: {
21
+ label: string;
22
+ href?: string;
23
+ onClick?: () => void;
24
+ };
25
+ className?: string;
26
+ density?: 'compact' | 'comfortable';
27
+ }): react_jsx_runtime70.JSX.Element;
28
+ //#endregion
29
+ export { HeroSection };
@@ -0,0 +1,36 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime102 from "react/jsx-runtime";
3
+ import { VariantProps } from "class-variance-authority";
4
+ import * as class_variance_authority_types17 from "class-variance-authority/types";
5
+
6
+ //#region src/components/organisms/ListCardPage.d.ts
7
+ declare const containerVariants: (props?: ({
8
+ density?: "compact" | "comfortable" | null | undefined;
9
+ } & class_variance_authority_types17.ClassProp) | undefined) => string;
10
+ declare const gridVariants: (props?: ({
11
+ size?: "sm" | "md" | "lg" | null | undefined;
12
+ } & class_variance_authority_types17.ClassProp) | undefined) => string;
13
+ interface ListCardPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridVariants> {
14
+ title: React.ReactNode;
15
+ subtitle?: React.ReactNode;
16
+ items: T[];
17
+ renderCard: (item: T, index: number) => React.ReactNode;
18
+ className?: string;
19
+ columns?: {
20
+ mobile?: number;
21
+ tablet?: number;
22
+ desktop?: number;
23
+ };
24
+ }
25
+ declare function ListCardPage<T>({
26
+ title,
27
+ subtitle,
28
+ items,
29
+ renderCard,
30
+ className,
31
+ columns,
32
+ density,
33
+ size
34
+ }: ListCardPageProps<T>): react_jsx_runtime102.JSX.Element;
35
+ //#endregion
36
+ export { ListCardPage };
@@ -0,0 +1,36 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime107 from "react/jsx-runtime";
3
+ import { VariantProps } from "class-variance-authority";
4
+ import * as class_variance_authority_types20 from "class-variance-authority/types";
5
+
6
+ //#region src/components/organisms/ListGridPage.d.ts
7
+ declare const containerVariants: (props?: ({
8
+ density?: "compact" | "comfortable" | null | undefined;
9
+ } & class_variance_authority_types20.ClassProp) | undefined) => string;
10
+ declare const gridGapVariants: (props?: ({
11
+ size?: "sm" | "md" | "lg" | null | undefined;
12
+ } & class_variance_authority_types20.ClassProp) | undefined) => string;
13
+ interface ListGridPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridGapVariants> {
14
+ title: React.ReactNode;
15
+ subtitle?: React.ReactNode;
16
+ items: T[];
17
+ renderItem: (item: T, index: number) => React.ReactNode;
18
+ className?: string;
19
+ columns?: {
20
+ mobile?: number;
21
+ tablet?: number;
22
+ desktop?: number;
23
+ };
24
+ }
25
+ declare function ListGridPage<T>({
26
+ title,
27
+ subtitle,
28
+ items,
29
+ renderItem,
30
+ className,
31
+ columns,
32
+ density,
33
+ size
34
+ }: ListGridPageProps<T>): react_jsx_runtime107.JSX.Element;
35
+ //#endregion
36
+ export { ListGridPage };
@@ -0,0 +1,7 @@
1
+ import * as react_jsx_runtime103 from "react/jsx-runtime";
2
+ import { ListPageProps } from "@lssm/lib.ui-kit-web/ui/organisms/ListPage/types";
3
+
4
+ //#region src/components/organisms/ListPageResponsive.d.ts
5
+ declare function ListPageResponsive<T>(props: ListPageProps<T>): react_jsx_runtime103.JSX.Element;
6
+ //#endregion
7
+ export { ListPageResponsive };
@@ -0,0 +1,33 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime105 from "react/jsx-runtime";
3
+ import { VariantProps } from "class-variance-authority";
4
+ import * as class_variance_authority_types19 from "class-variance-authority/types";
5
+
6
+ //#region src/components/organisms/ListTablePage.d.ts
7
+ interface TableColumn<T> {
8
+ header: React.ReactNode;
9
+ cell: (item: T, index: number) => React.ReactNode;
10
+ className?: string;
11
+ }
12
+ declare const containerVariants: (props?: ({
13
+ density?: "compact" | "comfortable" | null | undefined;
14
+ } & class_variance_authority_types19.ClassProp) | undefined) => string;
15
+ interface ListTablePageProps<T> extends VariantProps<typeof containerVariants> {
16
+ title: React.ReactNode;
17
+ subtitle?: React.ReactNode;
18
+ items: T[];
19
+ columns: TableColumn<T>[];
20
+ className?: string;
21
+ renderActions?: (item: T, index: number) => React.ReactNode;
22
+ }
23
+ declare function ListTablePage<T>({
24
+ title,
25
+ subtitle,
26
+ items,
27
+ columns,
28
+ className,
29
+ density,
30
+ renderActions
31
+ }: ListTablePageProps<T>): react_jsx_runtime105.JSX.Element;
32
+ //#endregion
33
+ export { ListTablePage };
@@ -0,0 +1,36 @@
1
+ import { CtaAction, HeaderNavItem, UserMenuItem } from "../../types/navigation.js";
2
+ import { CommandPalette } from "../molecules/CommandPalette.js";
3
+ import { LangSwitchProps } from "../molecules/LangSwitch.js";
4
+ import * as React from "react";
5
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
6
+
7
+ //#region src/components/organisms/MarketingHeader.d.ts
8
+ interface MarketingHeaderProps {
9
+ logo: React.ReactNode;
10
+ nav?: HeaderNavItem[];
11
+ userMenu?: {
12
+ name?: string;
13
+ email?: string;
14
+ imageUrl?: string;
15
+ items: UserMenuItem[];
16
+ };
17
+ cta?: CtaAction;
18
+ className?: string;
19
+ density?: 'compact' | 'comfortable';
20
+ right?: React.ReactNode;
21
+ commandPaletteGroups: React.ComponentProps<typeof CommandPalette>['groups'];
22
+ langSwitchProps: LangSwitchProps;
23
+ }
24
+ declare function MarketingHeader({
25
+ logo,
26
+ nav,
27
+ userMenu,
28
+ cta,
29
+ className,
30
+ density,
31
+ right,
32
+ commandPaletteGroups,
33
+ langSwitchProps
34
+ }: MarketingHeaderProps): react_jsx_runtime27.JSX.Element;
35
+ //#endregion
36
+ export { MarketingHeader, MarketingHeaderProps };
@@ -0,0 +1,15 @@
1
+ import { MarketingHeaderProps } from "./MarketingHeader.js";
2
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/MarketingHeaderDesktop.d.ts
5
+ declare function MarketingHeaderDesktop({
6
+ logo,
7
+ nav,
8
+ userMenu,
9
+ cta,
10
+ className,
11
+ density,
12
+ right
13
+ }: MarketingHeaderProps): react_jsx_runtime28.JSX.Element;
14
+ //#endregion
15
+ export { MarketingHeaderDesktop };
@@ -0,0 +1,12 @@
1
+ import { MarketingHeaderProps } from "./MarketingHeader.js";
2
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/MarketingHeaderMobile.d.ts
5
+ declare function MarketingHeaderMobile({
6
+ logo,
7
+ nav,
8
+ className,
9
+ right
10
+ }: MarketingHeaderProps): react_jsx_runtime29.JSX.Element;
11
+ //#endregion
12
+ export { MarketingHeaderMobile };
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime30 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/MarketingLayout.d.ts
5
+ interface MarketingLayoutProps {
6
+ header: React.ReactNode;
7
+ children: React.ReactNode;
8
+ footer?: React.ReactNode;
9
+ className?: string;
10
+ }
11
+ declare function MarketingLayout({
12
+ header,
13
+ children,
14
+ footer,
15
+ className
16
+ }: MarketingLayoutProps): react_jsx_runtime30.JSX.Element;
17
+ //#endregion
18
+ export { MarketingLayout };
@@ -0,0 +1,8 @@
1
+ import * as react_jsx_runtime78 from "react/jsx-runtime";
2
+ import { PageHeaderProps } from "@lssm/lib.ui-kit-web/ui/page-header";
3
+
4
+ //#region src/components/organisms/PageHeaderResponsive.d.ts
5
+ interface PageHeaderResponsiveProps extends PageHeaderProps {}
6
+ declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime78.JSX.Element;
7
+ //#endregion
8
+ export { PageHeaderResponsive };
@@ -0,0 +1,24 @@
1
+ import * as react_jsx_runtime62 from "react/jsx-runtime";
2
+
3
+ //#region src/components/organisms/PricingCarousel.d.ts
4
+ interface PricingSlide {
5
+ name: string;
6
+ price: string;
7
+ tagline?: string;
8
+ features: string[];
9
+ cta?: {
10
+ label: string;
11
+ href?: string;
12
+ onPress?: () => void;
13
+ };
14
+ highlighted?: boolean;
15
+ }
16
+ declare function PricingCarousel({
17
+ tiers,
18
+ className
19
+ }: {
20
+ tiers: PricingSlide[];
21
+ className?: string;
22
+ }): react_jsx_runtime62.JSX.Element;
23
+ //#endregion
24
+ export { PricingCarousel };
@@ -0,0 +1,18 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime100 from "react/jsx-runtime";
3
+ import { PricingTier } from "@lssm/lib.ui-kit-web/ui/marketing/PricingTable";
4
+
5
+ //#region src/components/organisms/PricingSection.d.ts
6
+ declare function PricingSection({
7
+ tiers,
8
+ title,
9
+ subtitle,
10
+ className
11
+ }: {
12
+ tiers: PricingTier[];
13
+ title?: React.ReactNode;
14
+ subtitle?: React.ReactNode;
15
+ className?: string;
16
+ }): react_jsx_runtime100.JSX.Element;
17
+ //#endregion
18
+ export { PricingSection };
@@ -0,0 +1,19 @@
1
+ import * as React from "react";
2
+ import * as react_jsx_runtime66 from "react/jsx-runtime";
3
+
4
+ //#region src/components/organisms/TestimonialCarousel.d.ts
5
+ interface Testimonial {
6
+ quote: React.ReactNode;
7
+ author: React.ReactNode;
8
+ role?: React.ReactNode;
9
+ avatar?: React.ReactNode;
10
+ }
11
+ declare function TestimonialCarousel({
12
+ testimonials,
13
+ className
14
+ }: {
15
+ testimonials: Testimonial[];
16
+ className?: string;
17
+ }): react_jsx_runtime66.JSX.Element;
18
+ //#endregion
19
+ export { TestimonialCarousel };
@@ -0,0 +1,2 @@
1
+ import { ListPageTemplateProps } from "./types.js";
2
+ import { ListPageTemplate } from "./index.web.js";
@@ -0,0 +1,22 @@
1
+ import { ListPageTemplateProps } from "./types.js";
2
+ import * as react_jsx_runtime109 from "react/jsx-runtime";
3
+
4
+ //#region src/components/templates/lists/ListPageTemplate/index.web.d.ts
5
+ declare function ListPageTemplate<T = any>({
6
+ children,
7
+ title,
8
+ description,
9
+ breadcrumb,
10
+ actions,
11
+ className,
12
+ searchPlaceholder,
13
+ searchValue,
14
+ onSearchChange,
15
+ onSearchSubmit,
16
+ isLoading,
17
+ data,
18
+ renderItem,
19
+ emptyProps
20
+ }: ListPageTemplateProps<T>): react_jsx_runtime109.JSX.Element;
21
+ //#endregion
22
+ export { ListPageTemplate };
@@ -0,0 +1,25 @@
1
+ import { EmptyDataListProps } from "../../../organisms/EmptyDataList.types.js";
2
+ import * as React from "react";
3
+
4
+ //#region src/components/templates/lists/ListPageTemplate/types.d.ts
5
+ interface ListPageTemplateProps<T = any> {
6
+ children?: React.ReactNode;
7
+ title: React.ReactNode;
8
+ description?: React.ReactNode;
9
+ breadcrumb?: React.ReactNode;
10
+ actions?: React.ReactNode;
11
+ className?: string;
12
+ searchPlaceholder?: string;
13
+ searchValue?: string;
14
+ onSearchChange?: (v: string) => void;
15
+ onSearchSubmit?: () => void;
16
+ isLoading?: boolean;
17
+ data: T[] | null;
18
+ renderItem: (args: {
19
+ item: T;
20
+ index: number;
21
+ }) => React.ReactNode;
22
+ emptyProps: EmptyDataListProps;
23
+ }
24
+ //#endregion
25
+ export { ListPageTemplateProps };
@@ -0,0 +1,30 @@
1
+ //#region src/hooks/useListUrlState.d.ts
2
+ interface ListUrlState<TFilters extends Record<string, unknown> = Record<string, unknown>> {
3
+ q: string;
4
+ page: number;
5
+ limit: number;
6
+ sort?: string | null;
7
+ filters: TFilters;
8
+ }
9
+ declare function useListUrlState<TFilters extends Record<string, unknown> = Record<string, unknown>>({
10
+ defaults,
11
+ paramKeys,
12
+ replaceState
13
+ }: {
14
+ defaults: ListUrlState<TFilters>;
15
+ paramKeys?: {
16
+ q: string;
17
+ page: string;
18
+ limit: string;
19
+ sort: string;
20
+ filters: string;
21
+ };
22
+ replaceState?: boolean;
23
+ }): {
24
+ readonly state: ListUrlState<TFilters>;
25
+ readonly setState: (next: Partial<ListUrlState<TFilters>>) => void;
26
+ readonly setFilter: (key: keyof TFilters, value: TFilters[keyof TFilters] | undefined | null) => void;
27
+ readonly clearFilters: () => void;
28
+ };
29
+ //#endregion
30
+ export { useListUrlState };