@lssm/lib.design-system 0.0.0-canary-20251206181705 → 0.0.0-canary-20251207013726

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 (118) hide show
  1. package/dist/components/agent/AgentMonitor.d.ts +2 -2
  2. package/dist/components/agent/ApprovalQueue.d.ts +2 -2
  3. package/dist/components/atoms/ActionButtons.d.ts +7 -7
  4. package/dist/components/atoms/Button.d.ts +2 -2
  5. package/dist/components/atoms/Button.mobile.d.ts +2 -2
  6. package/dist/components/atoms/ButtonLink.d.ts +2 -2
  7. package/dist/components/atoms/ButtonLink.mobile.d.ts +2 -2
  8. package/dist/components/atoms/Cta.d.ts +1 -1
  9. package/dist/components/atoms/DataChips.d.ts +5 -5
  10. package/dist/components/atoms/EmptyState.d.ts +2 -2
  11. package/dist/components/atoms/ErrorState.d.ts +2 -2
  12. package/dist/components/atoms/ErrorState.mobile.d.ts +2 -2
  13. package/dist/components/atoms/Input.d.ts +2 -2
  14. package/dist/components/atoms/Input.mobile.d.ts +2 -2
  15. package/dist/components/atoms/Link.d.ts +2 -2
  16. package/dist/components/atoms/Link.web.d.ts +2 -2
  17. package/dist/components/atoms/LoaderCircular.d.ts +4 -4
  18. package/dist/components/atoms/LoaderCircular.mobile.d.ts +2 -2
  19. package/dist/components/atoms/NavBrand.d.ts +2 -2
  20. package/dist/components/atoms/Stepper.d.ts +2 -2
  21. package/dist/components/atoms/Textarea.d.ts +2 -2
  22. package/dist/components/atoms/Textarea.mobile.d.ts +2 -2
  23. package/dist/components/data-view/DataViewDetail.d.ts +2 -2
  24. package/dist/components/data-view/DataViewList.d.ts +2 -2
  25. package/dist/components/data-view/DataViewRenderer.d.ts +2 -2
  26. package/dist/components/data-view/DataViewTable.d.ts +2 -2
  27. package/dist/components/forms/FormCardLayout.d.ts +2 -2
  28. package/dist/components/forms/FormDialog.d.ts +2 -2
  29. package/dist/components/forms/FormLayout.d.ts +4 -4
  30. package/dist/components/forms/FormOneByOneLayout.d.ts +2 -2
  31. package/dist/components/forms/FormStepsLayout.d.ts +2 -2
  32. package/dist/components/forms/ZodForm.d.ts +2 -2
  33. package/dist/components/legal/atoms/DefinitionList.d.ts +2 -2
  34. package/dist/components/legal/atoms/KeyValueList.d.ts +2 -2
  35. package/dist/components/legal/atoms/LegalCallout.d.ts +4 -4
  36. package/dist/components/legal/atoms/LegalHeading.d.ts +3 -3
  37. package/dist/components/legal/atoms/LegalList.d.ts +4 -4
  38. package/dist/components/legal/atoms/LegalSection.d.ts +4 -4
  39. package/dist/components/legal/atoms/LegalText.d.ts +7 -7
  40. package/dist/components/legal/molecules/Consent.d.ts +3 -3
  41. package/dist/components/legal/molecules/ContactFields.d.ts +2 -2
  42. package/dist/components/legal/molecules/LegalMeta.d.ts +2 -2
  43. package/dist/components/legal/molecules/LegalTOC.d.ts +4 -4
  44. package/dist/components/legal/organisms/ContactForm.d.ts +2 -2
  45. package/dist/components/legal/organisms/GDPRDataRequest.d.ts +2 -2
  46. package/dist/components/legal/organisms/LegalPageLayout.d.ts +2 -2
  47. package/dist/components/legal/templates/ContactTemplate.d.ts +2 -2
  48. package/dist/components/legal/templates/CookiesTemplate.d.ts +2 -2
  49. package/dist/components/legal/templates/PrivacyTemplate.d.ts +2 -2
  50. package/dist/components/legal/templates/SalesTermsTemplate.d.ts +2 -2
  51. package/dist/components/legal/templates/TermsTemplate.d.ts +2 -2
  52. package/dist/components/molecules/AiLinkButton.d.ts +2 -2
  53. package/dist/components/molecules/Breadcrumbs.d.ts +2 -2
  54. package/dist/components/molecules/CommandPalette.d.ts +2 -2
  55. package/dist/components/molecules/CommandSearchTrigger.d.ts +2 -2
  56. package/dist/components/molecules/EntityCard.d.ts +5 -5
  57. package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
  58. package/dist/components/molecules/FiltersToolbar.mobile.d.ts +2 -2
  59. package/dist/components/molecules/HoverPreview.d.ts +2 -2
  60. package/dist/components/molecules/LangSwitch.d.ts +2 -2
  61. package/dist/components/molecules/LangSwitchDropdown.d.ts +2 -2
  62. package/dist/components/molecules/LoaderBlock.d.ts +2 -2
  63. package/dist/components/molecules/LoaderBlock.mobile.d.ts +2 -2
  64. package/dist/components/molecules/MobileNavMenu.d.ts +2 -2
  65. package/dist/components/molecules/NavItemCard.d.ts +2 -2
  66. package/dist/components/molecules/NavMain.d.ts +2 -2
  67. package/dist/components/molecules/NavUser.d.ts +2 -2
  68. package/dist/components/molecules/OverviewCard.d.ts +2 -2
  69. package/dist/components/molecules/SkeletonBlock/index.mobile.d.ts +2 -2
  70. package/dist/components/molecules/SkeletonBlock/index.web.d.ts +2 -2
  71. package/dist/components/molecules/SkeletonCircle/index.mobile.d.ts +2 -2
  72. package/dist/components/molecules/SkeletonCircle/index.web.d.ts +2 -2
  73. package/dist/components/molecules/SkeletonList/index.mobile.d.ts +2 -2
  74. package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
  75. package/dist/components/molecules/StatCard.d.ts +6 -6
  76. package/dist/components/molecules/StatusChip.d.ts +4 -4
  77. package/dist/components/molecules/hover-previews/Doc.d.ts +2 -2
  78. package/dist/components/molecules/hover-previews/Media.d.ts +2 -2
  79. package/dist/components/molecules/hover-previews/Simple.d.ts +2 -2
  80. package/dist/components/molecules/hover-previews/Stats.d.ts +2 -2
  81. package/dist/components/molecules/hover-previews/User.d.ts +2 -2
  82. package/dist/components/native/BottomTabs.mobile.d.ts +2 -2
  83. package/dist/components/native/FlatListScreen.mobile.d.ts +5 -5
  84. package/dist/components/native/SheetMenu.mobile.d.ts +2 -2
  85. package/dist/components/organisms/AcademyLayout.d.ts +2 -2
  86. package/dist/components/organisms/AppHeader.d.ts +2 -2
  87. package/dist/components/organisms/AppHeader.mobile.d.ts +2 -2
  88. package/dist/components/organisms/AppLayout.d.ts +2 -2
  89. package/dist/components/organisms/AppSidebar.d.ts +2 -2
  90. package/dist/components/organisms/EmptyDataList.d.ts +2 -2
  91. package/dist/components/organisms/EmptyDataList.mobile.d.ts +2 -2
  92. package/dist/components/organisms/EmptySearchResult.d.ts +2 -2
  93. package/dist/components/organisms/FAQSection.d.ts +2 -2
  94. package/dist/components/organisms/FeatureCarousel.d.ts +2 -2
  95. package/dist/components/organisms/FeaturesSection.d.ts +2 -2
  96. package/dist/components/organisms/Footer.d.ts +2 -2
  97. package/dist/components/organisms/GridLayout.d.ts +4 -4
  98. package/dist/components/organisms/Header.d.ts +4 -4
  99. package/dist/components/organisms/Header.mobile.d.ts +2 -2
  100. package/dist/components/organisms/HeroSection.d.ts +2 -2
  101. package/dist/components/organisms/ListCardPage.d.ts +2 -2
  102. package/dist/components/organisms/ListGridPage.d.ts +5 -5
  103. package/dist/components/organisms/ListPageResponsive.d.ts +2 -2
  104. package/dist/components/organisms/ListTablePage.d.ts +4 -4
  105. package/dist/components/organisms/MarketingHeader.d.ts +2 -2
  106. package/dist/components/organisms/MarketingHeaderDesktop.d.ts +2 -2
  107. package/dist/components/organisms/MarketingHeaderMobile.d.ts +2 -2
  108. package/dist/components/organisms/MarketingLayout.d.ts +2 -2
  109. package/dist/components/organisms/PageHeaderResponsive.d.ts +2 -2
  110. package/dist/components/organisms/PageHeaderResponsive.mobile.d.ts +2 -2
  111. package/dist/components/organisms/PricingCarousel.d.ts +2 -2
  112. package/dist/components/organisms/PricingSection.d.ts +2 -2
  113. package/dist/components/organisms/TestimonialCarousel.d.ts +2 -2
  114. package/dist/components/templates/lists/ListPageTemplate/index.mobile.d.ts +2 -2
  115. package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
  116. package/dist/renderers/form-contract.d.ts +2 -2
  117. package/dist/theme/variants.d.ts +3 -3
  118. package/package.json +1 -1
@@ -1,13 +1,13 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime49 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime109 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types4 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types13 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/legal/atoms/LegalList.d.ts
7
7
  declare const listVariants: (props?: ({
8
8
  type?: "none" | "unordered" | "ordered" | null | undefined;
9
9
  spacing?: "sm" | "md" | "lg" | null | undefined;
10
- } & class_variance_authority_types4.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types13.ClassProp) | undefined) => string;
11
11
  type LegalListProps = React$1.HTMLAttributes<HTMLUListElement | HTMLOListElement> & VariantProps<typeof listVariants>;
12
12
  declare function LegalList({
13
13
  type,
@@ -15,6 +15,6 @@ declare function LegalList({
15
15
  className,
16
16
  children,
17
17
  ...props
18
- }: LegalListProps): react_jsx_runtime49.JSX.Element;
18
+ }: LegalListProps): react_jsx_runtime109.JSX.Element;
19
19
  //#endregion
20
20
  export { LegalList, LegalListProps, listVariants };
@@ -1,14 +1,14 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime93 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime123 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types14 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types19 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/legal/atoms/LegalSection.d.ts
7
7
  declare const sectionVariants: (props?: ({
8
8
  spacing?: "sm" | "md" | "lg" | null | undefined;
9
9
  border?: "none" | "top" | "bottom" | "both" | null | undefined;
10
10
  tone?: "subtle" | "plain" | null | undefined;
11
- } & class_variance_authority_types14.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types19.ClassProp) | undefined) => string;
12
12
  type LegalSectionProps = React$1.HTMLAttributes<HTMLDivElement> & VariantProps<typeof sectionVariants>;
13
13
  declare function LegalSection({
14
14
  spacing,
@@ -16,6 +16,6 @@ declare function LegalSection({
16
16
  tone,
17
17
  className,
18
18
  ...props
19
- }: LegalSectionProps): react_jsx_runtime93.JSX.Element;
19
+ }: LegalSectionProps): react_jsx_runtime123.JSX.Element;
20
20
  //#endregion
21
21
  export { LegalSection, LegalSectionProps, sectionVariants };
@@ -1,14 +1,14 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime81 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime112 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types11 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types15 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/legal/atoms/LegalText.d.ts
7
7
  declare const textVariants: (props?: ({
8
- tone?: "default" | "muted" | "danger" | null | undefined;
9
- size?: "sm" | "lg" | "base" | null | undefined;
10
- spacing?: "sm" | "md" | "lg" | "none" | null | undefined;
11
- } & class_variance_authority_types11.ClassProp) | undefined) => string;
8
+ tone?: "default" | "danger" | "muted" | null | undefined;
9
+ size?: "base" | "sm" | "lg" | null | undefined;
10
+ spacing?: "none" | "sm" | "md" | "lg" | null | undefined;
11
+ } & class_variance_authority_types15.ClassProp) | undefined) => string;
12
12
  type LegalTextProps = React$1.HTMLAttributes<HTMLParagraphElement> & VariantProps<typeof textVariants> & {
13
13
  as?: 'p' | 'div' | 'span';
14
14
  };
@@ -19,6 +19,6 @@ declare function LegalText({
19
19
  spacing,
20
20
  className,
21
21
  ...props
22
- }: LegalTextProps): react_jsx_runtime81.JSX.Element;
22
+ }: LegalTextProps): react_jsx_runtime112.JSX.Element;
23
23
  //#endregion
24
24
  export { LegalText, LegalTextProps, textVariants };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime83 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime114 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
- }): react_jsx_runtime83.JSX.Element;
19
+ }): react_jsx_runtime114.JSX.Element;
20
20
  declare function ConsentList({
21
21
  items,
22
22
  onChange,
@@ -30,6 +30,6 @@ declare function ConsentList({
30
30
  }[];
31
31
  onChange: (id: string, checked: boolean) => void;
32
32
  className?: string;
33
- }): react_jsx_runtime83.JSX.Element;
33
+ }): react_jsx_runtime114.JSX.Element;
34
34
  //#endregion
35
35
  export { ConsentItem, ConsentList };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime79 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime124 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/legal/molecules/ContactFields.d.ts
4
4
  declare function ContactFields({
@@ -19,6 +19,6 @@ declare function ContactFields({
19
19
  message: string;
20
20
  }) => void;
21
21
  disabled?: boolean;
22
- }): react_jsx_runtime79.JSX.Element;
22
+ }): react_jsx_runtime124.JSX.Element;
23
23
  //#endregion
24
24
  export { ContactFields };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime62 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime119 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/legal/molecules/LegalMeta.d.ts
4
4
  declare function LegalMeta({
@@ -9,6 +9,6 @@ declare function LegalMeta({
9
9
  lastUpdated?: string | Date;
10
10
  version?: string;
11
11
  className?: string;
12
- }): react_jsx_runtime62.JSX.Element;
12
+ }): react_jsx_runtime119.JSX.Element;
13
13
  //#endregion
14
14
  export { LegalMeta };
@@ -1,7 +1,7 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime87 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime120 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types12 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types17 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/legal/molecules/LegalTOC.d.ts
7
7
  interface TocItem {
@@ -11,7 +11,7 @@ interface TocItem {
11
11
  declare const tocVariants: (props?: ({
12
12
  variant?: "sidebar" | "inline" | null | undefined;
13
13
  size?: "sm" | "md" | null | undefined;
14
- } & class_variance_authority_types12.ClassProp) | undefined) => string;
14
+ } & class_variance_authority_types17.ClassProp) | undefined) => string;
15
15
  type LegalTOCProps = {
16
16
  items: TocItem[];
17
17
  activeHref?: string;
@@ -25,6 +25,6 @@ declare function LegalTOC({
25
25
  size,
26
26
  className,
27
27
  ...props
28
- }: LegalTOCProps): react_jsx_runtime87.JSX.Element;
28
+ }: LegalTOCProps): react_jsx_runtime120.JSX.Element;
29
29
  //#endregion
30
30
  export { LegalTOC, LegalTOCProps, TocItem, tocVariants };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime64 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime121 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
- }): react_jsx_runtime64.JSX.Element;
27
+ }): react_jsx_runtime121.JSX.Element;
28
28
  //#endregion
29
29
  export { ContactForm };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime76 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime81 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
- }): react_jsx_runtime76.JSX.Element;
16
+ }): react_jsx_runtime81.JSX.Element;
17
17
  //#endregion
18
18
  export { GDPRDataRequest };
@@ -1,6 +1,6 @@
1
1
  import { TocItem } from "../molecules/LegalTOC.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime23 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime96 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
- }): react_jsx_runtime23.JSX.Element;
21
+ }): react_jsx_runtime96.JSX.Element;
22
22
  //#endregion
23
23
  export { LegalPageLayout };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime92 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime86 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
- }): react_jsx_runtime92.JSX.Element;
21
+ }): react_jsx_runtime86.JSX.Element;
22
22
  //#endregion
23
23
  export { ContactTemplate };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime4 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime85 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
- }): react_jsx_runtime4.JSX.Element;
30
+ }): react_jsx_runtime85.JSX.Element;
31
31
  //#endregion
32
32
  export { CookiesTemplate };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime13 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime82 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
- }): react_jsx_runtime13.JSX.Element;
30
+ }): react_jsx_runtime82.JSX.Element;
31
31
  //#endregion
32
32
  export { PrivacyTemplate };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime8 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime101 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
- }): react_jsx_runtime8.JSX.Element;
25
+ }): react_jsx_runtime101.JSX.Element;
26
26
  //#endregion
27
27
  export { SalesTermsTemplate };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime84 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
- }): react_jsx_runtime28.JSX.Element;
25
+ }): react_jsx_runtime84.JSX.Element;
26
26
  //#endregion
27
27
  export { TermsTemplate };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime95 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime46 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): react_jsx_runtime95.JSX.Element;
13
+ }: AiLinkButtonProps): react_jsx_runtime46.JSX.Element;
14
14
  //#endregion
15
15
  export { AiLinkButton, AiLinkButtonProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime101 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime52 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
- }): react_jsx_runtime101.JSX.Element | null;
13
+ }): react_jsx_runtime52.JSX.Element | null;
14
14
  //#endregion
15
15
  export { BreadcrumbItemDef, Breadcrumbs };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime37 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime49 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): react_jsx_runtime37.JSX.Element;
24
+ }: CommandPaletteProps): react_jsx_runtime49.JSX.Element;
25
25
  //#endregion
26
26
  export { CommandPalette, CommandPaletteProps };
@@ -1,6 +1,6 @@
1
1
  import { CommandPalette } from "./CommandPalette.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime99 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime50 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
- }): react_jsx_runtime99.JSX.Element;
16
+ }): react_jsx_runtime50.JSX.Element;
17
17
  //#endregion
18
18
  export { CommandSearchTrigger };
@@ -1,14 +1,14 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime104 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime54 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import { Card } from "@lssm/lib.ui-kit-web/ui/card";
5
- import * as class_variance_authority_types16 from "class-variance-authority/types";
5
+ import * as class_variance_authority_types6 from "class-variance-authority/types";
6
6
 
7
7
  //#region src/components/molecules/EntityCard.d.ts
8
8
  declare const entityCardVariants: (props?: ({
9
- emphasis?: "default" | "subtle" | "strong" | null | undefined;
9
+ emphasis?: "strong" | "default" | "subtle" | null | undefined;
10
10
  density?: "compact" | "comfortable" | null | undefined;
11
- } & class_variance_authority_types16.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types6.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): react_jsx_runtime104.JSX.Element;
35
+ }: EntityCardProps): react_jsx_runtime54.JSX.Element;
36
36
  //#endregion
37
37
  export { EntityCard, EntityCardProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime100 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime55 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): react_jsx_runtime100.JSX.Element;
33
+ }: FiltersToolbarProps): react_jsx_runtime55.JSX.Element;
34
34
  //#endregion
35
35
  export { ActiveFilterChip, FiltersToolbar, FiltersToolbarProps };
@@ -1,5 +1,5 @@
1
1
  import { FiltersToolbarProps } from "./FiltersToolbar.js";
2
- import * as react_jsx_runtime38 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime56 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/FiltersToolbar.mobile.d.ts
5
5
  declare function FiltersToolbar({
@@ -13,6 +13,6 @@ declare function FiltersToolbar({
13
13
  debounceMs,
14
14
  activeChips,
15
15
  onClearAll
16
- }: FiltersToolbarProps): react_jsx_runtime38.JSX.Element;
16
+ }: FiltersToolbarProps): react_jsx_runtime56.JSX.Element;
17
17
  //#endregion
18
18
  export { FiltersToolbar };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime103 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime58 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): react_jsx_runtime103.JSX.Element;
18
+ }: HoverPreviewProps): react_jsx_runtime58.JSX.Element;
19
19
  //#endregion
20
20
  export { HoverPreview, HoverPreviewProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime106 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime60 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): react_jsx_runtime106.JSX.Element;
20
+ }: LangSwitchProps): react_jsx_runtime60.JSX.Element;
21
21
  //#endregion
22
22
  export { LangOption, LangSwitch, LangSwitchProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime109 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime63 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/LangSwitchDropdown.d.ts
5
5
  interface LangOption {
@@ -16,6 +16,6 @@ declare function LangSwitchDropdown({
16
16
  options: LangOption[];
17
17
  onChange: (code: string) => void;
18
18
  className?: string;
19
- }): react_jsx_runtime109.JSX.Element;
19
+ }): react_jsx_runtime63.JSX.Element;
20
20
  //#endregion
21
21
  export { LangOption, LangSwitchDropdown };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime107 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime64 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): react_jsx_runtime107.JSX.Element;
16
+ }: LoaderBlockProps): react_jsx_runtime64.JSX.Element;
17
17
  //#endregion
18
18
  export { LoaderBlock, LoaderBlock as default, LoaderBlockProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime39 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime62 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/LoaderBlock.mobile.d.ts
5
5
  interface LoaderBlockProps {
@@ -13,6 +13,6 @@ declare function LoaderBlock({
13
13
  description,
14
14
  className,
15
15
  size
16
- }: LoaderBlockProps): react_jsx_runtime39.JSX.Element;
16
+ }: LoaderBlockProps): react_jsx_runtime62.JSX.Element;
17
17
  //#endregion
18
18
  export { LoaderBlock, LoaderBlock as default, LoaderBlockProps };
@@ -1,5 +1,5 @@
1
1
  import { HeaderNavItem } from "../../types/navigation.js";
2
- import * as react_jsx_runtime51 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime75 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/MobileNavMenu.d.ts
5
5
  declare function MobileNavMenu({
@@ -8,6 +8,6 @@ declare function MobileNavMenu({
8
8
  }: {
9
9
  items: HeaderNavItem[];
10
10
  className?: string;
11
- }): react_jsx_runtime51.JSX.Element;
11
+ }): react_jsx_runtime75.JSX.Element;
12
12
  //#endregion
13
13
  export { MobileNavMenu };
@@ -1,5 +1,5 @@
1
1
  import { NavLink } from "../../types/navigation.js";
2
- import * as react_jsx_runtime40 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime72 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/NavItemCard.d.ts
5
5
  interface NavItemCardProps {
@@ -9,6 +9,6 @@ interface NavItemCardProps {
9
9
  declare function NavItemCard({
10
10
  item,
11
11
  className
12
- }: NavItemCardProps): react_jsx_runtime40.JSX.Element;
12
+ }: NavItemCardProps): react_jsx_runtime72.JSX.Element;
13
13
  //#endregion
14
14
  export { NavItemCard, NavItemCardProps };
@@ -1,5 +1,5 @@
1
1
  import { HeaderNavItem } from "../../types/navigation.js";
2
- import * as react_jsx_runtime80 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 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
- }): react_jsx_runtime80.JSX.Element;
11
+ }): react_jsx_runtime31.JSX.Element;
12
12
  //#endregion
13
13
  export { NavMain };
@@ -1,5 +1,5 @@
1
1
  import { UserMenuItem } from "../../types/navigation.js";
2
- import * as react_jsx_runtime41 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime37 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
- }): react_jsx_runtime41.JSX.Element;
15
+ }): react_jsx_runtime37.JSX.Element;
16
16
  //#endregion
17
17
  export { NavUser };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime98 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime32 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/OverviewCard.d.ts
5
5
  interface OverviewCardProps {
@@ -15,6 +15,6 @@ declare function OverviewCard({
15
15
  href,
16
16
  preview,
17
17
  ctaLabel
18
- }: OverviewCardProps): react_jsx_runtime98.JSX.Element;
18
+ }: OverviewCardProps): react_jsx_runtime32.JSX.Element;
19
19
  //#endregion
20
20
  export { OverviewCard, OverviewCard as default };
@@ -1,5 +1,5 @@
1
1
  import { SkeletonBlockProps } from "./types.js";
2
- import * as react_jsx_runtime35 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime83 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonBlock/index.mobile.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): react_jsx_runtime35.JSX.Element;
10
+ }: SkeletonBlockProps): react_jsx_runtime83.JSX.Element;
11
11
  //#endregion
12
12
  export { SkeletonBlock, SkeletonBlock as default };
@@ -1,5 +1,5 @@
1
1
  import { SkeletonBlockProps } from "./types.js";
2
- import * as react_jsx_runtime48 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime88 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): react_jsx_runtime48.JSX.Element;
10
+ }: SkeletonBlockProps): react_jsx_runtime88.JSX.Element;
11
11
  //#endregion
12
12
  export { SkeletonBlock, SkeletonBlock as default };
@@ -1,11 +1,11 @@
1
1
  import { SkeletonCircleProps } from "./types.js";
2
- import * as react_jsx_runtime108 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime93 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonCircle/index.mobile.d.ts
5
5
  declare function SkeletonCircle({
6
6
  size,
7
7
  sizeClass,
8
8
  className
9
- }: SkeletonCircleProps): react_jsx_runtime108.JSX.Element;
9
+ }: SkeletonCircleProps): react_jsx_runtime93.JSX.Element;
10
10
  //#endregion
11
11
  export { SkeletonCircle, SkeletonCircle as default };
@@ -1,11 +1,11 @@
1
1
  import { SkeletonCircleProps } from "./types.js";
2
- import * as react_jsx_runtime42 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime90 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): react_jsx_runtime42.JSX.Element;
9
+ }: SkeletonCircleProps): react_jsx_runtime90.JSX.Element;
10
10
  //#endregion
11
11
  export { SkeletonCircle, SkeletonCircle as default };
@@ -1,10 +1,10 @@
1
1
  import { SkeletonListProps } from "./types.js";
2
- import * as react_jsx_runtime46 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime87 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonList/index.mobile.d.ts
5
5
  declare function SkeletonList({
6
6
  count,
7
7
  className
8
- }: SkeletonListProps): react_jsx_runtime46.JSX.Element;
8
+ }: SkeletonListProps): react_jsx_runtime87.JSX.Element;
9
9
  //#endregion
10
10
  export { SkeletonList, SkeletonList as default };