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

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 (120) 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 +2 -2
  9. package/dist/components/atoms/DataChips.d.ts +7 -7
  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 +5 -5
  36. package/dist/components/legal/atoms/LegalHeading.d.ts +4 -4
  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 +5 -5
  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/GDPRRights.d.ts +2 -2
  47. package/dist/components/legal/organisms/LegalPageLayout.d.ts +2 -2
  48. package/dist/components/legal/templates/ContactTemplate.d.ts +2 -2
  49. package/dist/components/legal/templates/CookiesTemplate.d.ts +2 -2
  50. package/dist/components/legal/templates/PrivacyTemplate.d.ts +2 -2
  51. package/dist/components/legal/templates/SalesTermsTemplate.d.ts +2 -2
  52. package/dist/components/legal/templates/TermsTemplate.d.ts +2 -2
  53. package/dist/components/molecules/AiLinkButton.d.ts +2 -2
  54. package/dist/components/molecules/Breadcrumbs.d.ts +2 -2
  55. package/dist/components/molecules/CommandPalette.d.ts +2 -2
  56. package/dist/components/molecules/CommandSearchTrigger.d.ts +2 -2
  57. package/dist/components/molecules/EntityCard.d.ts +4 -4
  58. package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
  59. package/dist/components/molecules/FiltersToolbar.mobile.d.ts +2 -2
  60. package/dist/components/molecules/HoverPreview.d.ts +2 -2
  61. package/dist/components/molecules/LangSwitch.d.ts +2 -2
  62. package/dist/components/molecules/LangSwitchDropdown.d.ts +2 -2
  63. package/dist/components/molecules/LoaderBlock.d.ts +2 -2
  64. package/dist/components/molecules/LoaderBlock.mobile.d.ts +2 -2
  65. package/dist/components/molecules/MobileNavMenu.d.ts +2 -2
  66. package/dist/components/molecules/NavItemCard.d.ts +2 -2
  67. package/dist/components/molecules/NavMain.d.ts +2 -2
  68. package/dist/components/molecules/NavUser.d.ts +2 -2
  69. package/dist/components/molecules/OverviewCard.d.ts +2 -2
  70. package/dist/components/molecules/SkeletonBlock/index.mobile.d.ts +2 -2
  71. package/dist/components/molecules/SkeletonBlock/index.web.d.ts +2 -2
  72. package/dist/components/molecules/SkeletonCircle/index.mobile.d.ts +2 -2
  73. package/dist/components/molecules/SkeletonCircle/index.web.d.ts +2 -2
  74. package/dist/components/molecules/SkeletonList/index.mobile.d.ts +2 -2
  75. package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
  76. package/dist/components/molecules/StatCard.d.ts +5 -5
  77. package/dist/components/molecules/StatusChip.d.ts +5 -5
  78. package/dist/components/molecules/hover-previews/Doc.d.ts +2 -2
  79. package/dist/components/molecules/hover-previews/Media.d.ts +2 -2
  80. package/dist/components/molecules/hover-previews/Simple.d.ts +2 -2
  81. package/dist/components/molecules/hover-previews/Stats.d.ts +2 -2
  82. package/dist/components/molecules/hover-previews/User.d.ts +2 -2
  83. package/dist/components/native/BottomTabs.mobile.d.ts +2 -2
  84. package/dist/components/native/FlatListScreen.mobile.d.ts +4 -4
  85. package/dist/components/native/SheetMenu.mobile.d.ts +2 -2
  86. package/dist/components/organisms/AcademyLayout.d.ts +2 -2
  87. package/dist/components/organisms/AppHeader.d.ts +2 -2
  88. package/dist/components/organisms/AppHeader.mobile.d.ts +2 -2
  89. package/dist/components/organisms/AppLayout.d.ts +2 -2
  90. package/dist/components/organisms/AppSidebar.d.ts +2 -2
  91. package/dist/components/organisms/EmptyDataList.d.ts +2 -2
  92. package/dist/components/organisms/EmptyDataList.mobile.d.ts +2 -2
  93. package/dist/components/organisms/EmptySearchResult.d.ts +2 -2
  94. package/dist/components/organisms/FAQSection.d.ts +2 -2
  95. package/dist/components/organisms/FeatureCarousel.d.ts +2 -2
  96. package/dist/components/organisms/FeaturesSection.d.ts +2 -2
  97. package/dist/components/organisms/Footer.d.ts +2 -2
  98. package/dist/components/organisms/GridLayout.d.ts +4 -4
  99. package/dist/components/organisms/Header.d.ts +4 -4
  100. package/dist/components/organisms/Header.mobile.d.ts +2 -2
  101. package/dist/components/organisms/HeroResponsive.d.ts +2 -2
  102. package/dist/components/organisms/HeroSection.d.ts +2 -2
  103. package/dist/components/organisms/ListCardPage.d.ts +5 -5
  104. package/dist/components/organisms/ListGridPage.d.ts +5 -5
  105. package/dist/components/organisms/ListPageResponsive.d.ts +2 -2
  106. package/dist/components/organisms/ListTablePage.d.ts +4 -4
  107. package/dist/components/organisms/MarketingHeader.d.ts +2 -2
  108. package/dist/components/organisms/MarketingHeaderDesktop.d.ts +2 -2
  109. package/dist/components/organisms/MarketingHeaderMobile.d.ts +2 -2
  110. package/dist/components/organisms/MarketingLayout.d.ts +2 -2
  111. package/dist/components/organisms/PageHeaderResponsive.d.ts +2 -2
  112. package/dist/components/organisms/PageHeaderResponsive.mobile.d.ts +2 -2
  113. package/dist/components/organisms/PricingCarousel.d.ts +2 -2
  114. package/dist/components/organisms/PricingSection.d.ts +2 -2
  115. package/dist/components/organisms/TestimonialCarousel.d.ts +2 -2
  116. package/dist/components/templates/lists/ListPageTemplate/index.mobile.d.ts +2 -2
  117. package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
  118. package/dist/renderers/form-contract.d.ts +2 -2
  119. package/dist/theme/variants.d.ts +3 -3
  120. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime9 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime1 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/agent/AgentMonitor.d.ts
4
4
  interface AgentSessionSnapshot {
@@ -23,6 +23,6 @@ declare function AgentMonitor({
23
23
  highlightStatus,
24
24
  onSelectSession,
25
25
  className
26
- }: AgentMonitorProps): react_jsx_runtime9.JSX.Element;
26
+ }: AgentMonitorProps): react_jsx_runtime1.JSX.Element;
27
27
  //#endregion
28
28
  export { AgentMonitor, AgentMonitorProps, AgentSessionSnapshot };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime25 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime4 from "react/jsx-runtime";
3
3
  import { ApprovalRequest } from "@lssm/lib.ai-agent/approval";
4
4
 
5
5
  //#region src/components/agent/ApprovalQueue.d.ts
@@ -20,6 +20,6 @@ declare function ApprovalQueue({
20
20
  onReject,
21
21
  className,
22
22
  emptyState
23
- }: ApprovalQueueProps): react_jsx_runtime25.JSX.Element;
23
+ }: ApprovalQueueProps): react_jsx_runtime4.JSX.Element;
24
24
  //#endregion
25
25
  export { ApprovalQueue, ApprovalQueueProps };
@@ -1,6 +1,6 @@
1
1
  import { ButtonProps } from "./Button.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime16 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime8 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as class_variance_authority_types0 from "class-variance-authority/types";
6
6
 
@@ -13,13 +13,13 @@ type ActionBtnProps = Omit<ButtonProps, 'size' | 'variant'> & VariantProps<typeo
13
13
  label?: React$1.ReactNode;
14
14
  iconLeft?: React$1.ReactNode;
15
15
  };
16
- declare function EditButton(props: Omit<ActionBtnProps, 'iconLeft' | 'tone'>): react_jsx_runtime16.JSX.Element;
17
- declare function DeleteButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime16.JSX.Element;
18
- declare function ViewButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime16.JSX.Element;
16
+ declare function EditButton(props: Omit<ActionBtnProps, 'iconLeft' | 'tone'>): react_jsx_runtime8.JSX.Element;
17
+ declare function DeleteButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime8.JSX.Element;
18
+ declare function ViewButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime8.JSX.Element;
19
19
  declare function ToggleButton(props: Omit<ActionBtnProps, 'iconLeft'> & {
20
20
  active?: boolean;
21
- }): react_jsx_runtime16.JSX.Element;
22
- declare function ToggleLeftButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime16.JSX.Element;
23
- declare function ToggleRightButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime16.JSX.Element;
21
+ }): react_jsx_runtime8.JSX.Element;
22
+ declare function ToggleLeftButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime8.JSX.Element;
23
+ declare function ToggleRightButton(props: Omit<ActionBtnProps, 'iconLeft'>): react_jsx_runtime8.JSX.Element;
24
24
  //#endregion
25
25
  export { DeleteButton, EditButton, ToggleButton, ToggleLeftButton, ToggleRightButton, ViewButton };
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import { ButtonProps as ButtonProps$1 } from "@lssm/lib.ui-kit-web/ui/button";
3
- import * as react_jsx_runtime24 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
4
4
  import { PressableProps } from "react-native";
5
5
 
6
6
  //#region src/components/atoms/Button.d.ts
@@ -34,6 +34,6 @@ declare function Button({
34
34
  className,
35
35
  disabled,
36
36
  ...rest
37
- }: ButtonProps): react_jsx_runtime24.JSX.Element;
37
+ }: ButtonProps): react_jsx_runtime15.JSX.Element;
38
38
  //#endregion
39
39
  export { Button, Button as default, ButtonProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime22 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime6 from "react/jsx-runtime";
2
2
  import { PressableProps } from "react-native";
3
3
  import { ButtonProps as ButtonProps$1 } from "@lssm/lib.ui-kit/ui/button";
4
4
 
@@ -16,6 +16,6 @@ declare function Button({
16
16
  spinnerPlacement,
17
17
  disabled,
18
18
  ...props
19
- }: ButtonProps): react_jsx_runtime22.JSX.Element;
19
+ }: ButtonProps): react_jsx_runtime6.JSX.Element;
20
20
  //#endregion
21
21
  export { Button, Button as default, ButtonProps };
@@ -1,6 +1,6 @@
1
1
  import { ButtonProps } from "./Button.js";
2
2
  import { LinkProps } from "./Link.web.js";
3
- import * as react_jsx_runtime10 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime14 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/atoms/ButtonLink.d.ts
6
6
  type ButtonLinkProps = ButtonProps & Pick<LinkProps, 'href' | 'target' | 'rel' | 'onClick'> & {
@@ -16,6 +16,6 @@ declare function ButtonLink({
16
16
  children,
17
17
  onClick,
18
18
  ...btn
19
- }: ButtonLinkProps): react_jsx_runtime10.JSX.Element;
19
+ }: ButtonLinkProps): react_jsx_runtime14.JSX.Element;
20
20
  //#endregion
21
21
  export { ButtonLink, ButtonLink as default, ButtonLinkProps };
@@ -1,5 +1,5 @@
1
1
  import { ButtonProps } from "./Button.mobile.js";
2
- import * as react_jsx_runtime12 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime33 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/ButtonLink.mobile.d.ts
5
5
  type ButtonLinkProps = Omit<ButtonProps, 'onPress'> & {
@@ -14,6 +14,6 @@ declare function ButtonLink({
14
14
  onPressIn,
15
15
  onPressOut,
16
16
  ...btn
17
- }: ButtonLinkProps): react_jsx_runtime12.JSX.Element;
17
+ }: ButtonLinkProps): react_jsx_runtime33.JSX.Element;
18
18
  //#endregion
19
19
  export { ButtonLink, ButtonLink as default, ButtonLinkProps };
@@ -1,13 +1,13 @@
1
1
  import { ButtonProps } from "./Button.js";
2
2
  import * as React$1 from "react";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types2 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types1 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/atoms/Cta.d.ts
7
7
  declare const ctaVariants: (props?: ({
8
8
  size?: "sm" | "md" | "lg" | "touch" | null | undefined;
9
9
  emphasis?: "default" | "subtle" | "strong" | null | undefined;
10
- } & class_variance_authority_types2.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types1.ClassProp) | undefined) => string;
11
11
  type CtaProps = ButtonProps & VariantProps<typeof ctaVariants> & {
12
12
  capture?: (cta: string) => void;
13
13
  ctaName?: string;
@@ -1,37 +1,37 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime30 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime18 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types1 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types2 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/atoms/DataChips.d.ts
7
7
  declare const chip: (props?: ({
8
8
  size?: "sm" | "md" | null | undefined;
9
9
  tone?: "default" | "muted" | null | undefined;
10
- } & class_variance_authority_types1.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types2.ClassProp) | undefined) => string;
11
11
  type ChipVariants = VariantProps<typeof chip>;
12
12
  declare function DateChip({
13
13
  value,
14
14
  ...v
15
15
  }: {
16
16
  value?: string | Date | null;
17
- } & ChipVariants): react_jsx_runtime30.JSX.Element | null;
17
+ } & ChipVariants): react_jsx_runtime18.JSX.Element | null;
18
18
  declare function TimeChip({
19
19
  value,
20
20
  ...v
21
21
  }: {
22
22
  value?: string | Date | null;
23
- } & ChipVariants): react_jsx_runtime30.JSX.Element | null;
23
+ } & ChipVariants): react_jsx_runtime18.JSX.Element | null;
24
24
  declare function PlaceChip({
25
25
  label,
26
26
  ...v
27
27
  }: {
28
28
  label?: React$1.ReactNode;
29
- } & ChipVariants): react_jsx_runtime30.JSX.Element | null;
29
+ } & ChipVariants): react_jsx_runtime18.JSX.Element | null;
30
30
  declare function DurationChip({
31
31
  minutes,
32
32
  ...v
33
33
  }: {
34
34
  minutes?: number | null;
35
- } & ChipVariants): react_jsx_runtime30.JSX.Element | null;
35
+ } & ChipVariants): react_jsx_runtime18.JSX.Element | null;
36
36
  //#endregion
37
37
  export { ChipVariants, DateChip, DurationChip, PlaceChip, TimeChip };
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime14 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
2
2
  import { EmptyStateProps } from "@lssm/lib.ui-kit-web/ui/empty-state";
3
3
 
4
4
  //#region src/components/atoms/EmptyState.d.ts
5
- declare function EmptyState(props: EmptyStateProps): react_jsx_runtime14.JSX.Element;
5
+ declare function EmptyState(props: EmptyStateProps): react_jsx_runtime17.JSX.Element;
6
6
  //#endregion
7
7
  export { EmptyState };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime15 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/ErrorState.d.ts
5
5
  interface ErrorStateProps {
@@ -23,6 +23,6 @@ declare function ErrorState({
23
23
  onContactSupport,
24
24
  supportLabel,
25
25
  className
26
- }: ErrorStateProps): react_jsx_runtime15.JSX.Element;
26
+ }: ErrorStateProps): react_jsx_runtime27.JSX.Element;
27
27
  //#endregion
28
28
  export { ErrorState, ErrorState as default, ErrorStateProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime29 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime25 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/ErrorState.mobile.d.ts
5
5
  interface ErrorStateProps {
@@ -23,6 +23,6 @@ declare function ErrorState({
23
23
  onContactSupport,
24
24
  supportLabel,
25
25
  className
26
- }: ErrorStateProps): react_jsx_runtime29.JSX.Element;
26
+ }: ErrorStateProps): react_jsx_runtime25.JSX.Element;
27
27
  //#endregion
28
28
  export { ErrorState, ErrorState as default, ErrorStateProps };
@@ -1,5 +1,5 @@
1
1
  import { KeyboardOptions } from "../../lib/keyboard.js";
2
- import * as react_jsx_runtime27 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
3
3
  import { InputProps as InputProps$1 } from "@lssm/lib.ui-kit-web/ui/input";
4
4
 
5
5
  //#region src/components/atoms/Input.d.ts
@@ -34,6 +34,6 @@ declare function Input({
34
34
  className,
35
35
  keyboard,
36
36
  ...rest
37
- }: InputProps): react_jsx_runtime27.JSX.Element;
37
+ }: InputProps): react_jsx_runtime29.JSX.Element;
38
38
  //#endregion
39
39
  export { Input, Input as default, InputProps };
@@ -1,6 +1,6 @@
1
1
  import { KeyboardOptions } from "../../lib/keyboard.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime36 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
4
4
  import { Input as Input$1 } from "@lssm/lib.ui-kit/ui/input";
5
5
 
6
6
  //#region src/components/atoms/Input.mobile.d.ts
@@ -32,6 +32,6 @@ declare function Input({
32
32
  className,
33
33
  keyboard,
34
34
  ...rest
35
- }: InputProps): react_jsx_runtime36.JSX.Element;
35
+ }: InputProps): react_jsx_runtime24.JSX.Element;
36
36
  //#endregion
37
37
  export { Input, Input as default, InputProps };
@@ -1,11 +1,11 @@
1
1
  import { AnchorHTMLAttributes } from "react";
2
- import * as react_jsx_runtime34 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime31 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/Link.d.ts
5
5
  type LinkProps = AnchorHTMLAttributes<HTMLAnchorElement>;
6
6
  declare function Link({
7
7
  children,
8
8
  ...props
9
- }: LinkProps): react_jsx_runtime34.JSX.Element;
9
+ }: LinkProps): react_jsx_runtime31.JSX.Element;
10
10
  //#endregion
11
11
  export { Link, Link as default, LinkProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime6 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime38 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/Link.web.d.ts
5
5
  type LinkProps = {
@@ -18,6 +18,6 @@ declare function Link({
18
18
  href,
19
19
  children,
20
20
  ...props
21
- }: LinkProps): react_jsx_runtime6.JSX.Element;
21
+ }: LinkProps): react_jsx_runtime38.JSX.Element;
22
22
  //#endregion
23
23
  export { Link, LinkProps };
@@ -1,13 +1,13 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime0 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime35 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types0 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/atoms/LoaderCircular.d.ts
7
7
  declare const spinnerVariants: (props?: ({
8
8
  size?: "sm" | "md" | "lg" | null | undefined;
9
9
  tone?: "default" | "muted" | null | undefined;
10
- } & class_variance_authority_types0.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types3.ClassProp) | undefined) => string;
11
11
  type LoaderCircularProps = React$1.HTMLAttributes<HTMLDivElement> & VariantProps<typeof spinnerVariants> & {
12
12
  label?: React$1.ReactNode;
13
13
  };
@@ -17,6 +17,6 @@ declare function LoaderCircular({
17
17
  label,
18
18
  className,
19
19
  ...props
20
- }: LoaderCircularProps): react_jsx_runtime0.JSX.Element;
20
+ }: LoaderCircularProps): react_jsx_runtime35.JSX.Element;
21
21
  //#endregion
22
22
  export { LoaderCircular, LoaderCircular as default, LoaderCircularProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime1 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime40 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/LoaderCircular.mobile.d.ts
5
5
  interface LoaderCircularProps {
@@ -12,6 +12,6 @@ declare function LoaderCircular({
12
12
  size,
13
13
  label,
14
14
  className
15
- }: LoaderCircularProps): react_jsx_runtime1.JSX.Element;
15
+ }: LoaderCircularProps): react_jsx_runtime40.JSX.Element;
16
16
  //#endregion
17
17
  export { LoaderCircular, LoaderCircular as default, LoaderCircularProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime122 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime36 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/atoms/NavBrand.d.ts
5
5
  interface NavBrandProps {
@@ -13,6 +13,6 @@ declare function NavBrand({
13
13
  logo,
14
14
  title,
15
15
  className
16
- }: NavBrandProps): react_jsx_runtime122.JSX.Element;
16
+ }: NavBrandProps): react_jsx_runtime36.JSX.Element;
17
17
  //#endregion
18
18
  export { NavBrand, NavBrandProps };
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime120 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime42 from "react/jsx-runtime";
2
2
  import { StepperProps } from "@lssm/lib.ui-kit-web/ui/stepper";
3
3
 
4
4
  //#region src/components/atoms/Stepper.d.ts
5
- declare function Stepper(props: StepperProps): react_jsx_runtime120.JSX.Element;
5
+ declare function Stepper(props: StepperProps): react_jsx_runtime42.JSX.Element;
6
6
  //#endregion
7
7
  export { Stepper };
@@ -1,5 +1,5 @@
1
1
  import { KeyboardOptions } from "../../lib/keyboard.js";
2
- import * as react_jsx_runtime129 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime44 from "react/jsx-runtime";
3
3
  import { TextareaProps as TextareaProps$1 } from "@lssm/lib.ui-kit-web/ui/textarea";
4
4
 
5
5
  //#region src/components/atoms/Textarea.d.ts
@@ -36,6 +36,6 @@ declare function Textarea({
36
36
  rows,
37
37
  keyboard,
38
38
  ...rest
39
- }: TextareaProps): react_jsx_runtime129.JSX.Element;
39
+ }: TextareaProps): react_jsx_runtime44.JSX.Element;
40
40
  //#endregion
41
41
  export { Textarea, Textarea as default, TextareaProps };
@@ -1,6 +1,6 @@
1
1
  import { KeyboardOptions } from "../../lib/keyboard.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime119 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime48 from "react/jsx-runtime";
4
4
  import { Textarea as Textarea$1 } from "@lssm/lib.ui-kit/ui/textarea";
5
5
 
6
6
  //#region src/components/atoms/Textarea.mobile.d.ts
@@ -32,6 +32,6 @@ declare function Textarea({
32
32
  className,
33
33
  keyboard,
34
34
  ...rest
35
- }: TextareaProps): react_jsx_runtime119.JSX.Element;
35
+ }: TextareaProps): react_jsx_runtime48.JSX.Element;
36
36
  //#endregion
37
37
  export { Textarea, Textarea as default, TextareaProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime123 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime46 from "react/jsx-runtime";
3
3
  import { DataViewSpec } from "@lssm/lib.contracts/data-views";
4
4
 
5
5
  //#region src/components/data-view/DataViewDetail.d.ts
@@ -16,6 +16,6 @@ declare function DataViewDetail({
16
16
  className,
17
17
  emptyState,
18
18
  headerActions
19
- }: DataViewDetailProps): react_jsx_runtime123.JSX.Element;
19
+ }: DataViewDetailProps): react_jsx_runtime46.JSX.Element;
20
20
  //#endregion
21
21
  export { DataViewDetail, DataViewDetailProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime125 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime50 from "react/jsx-runtime";
3
3
  import { DataViewSpec } from "@lssm/lib.contracts/data-views";
4
4
 
5
5
  //#region src/components/data-view/DataViewList.d.ts
@@ -18,6 +18,6 @@ declare function DataViewList({
18
18
  renderActions,
19
19
  onSelect,
20
20
  emptyState
21
- }: DataViewListProps): react_jsx_runtime125.JSX.Element;
21
+ }: DataViewListProps): react_jsx_runtime50.JSX.Element;
22
22
  //#endregion
23
23
  export { DataViewList, DataViewListProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime2 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime78 from "react/jsx-runtime";
3
3
  import { DataViewSpec } from "@lssm/lib.contracts/data-views";
4
4
 
5
5
  //#region src/components/data-view/DataViewRenderer.d.ts
@@ -42,6 +42,6 @@ declare function DataViewRenderer({
42
42
  onFilterChange,
43
43
  pagination,
44
44
  onPageChange
45
- }: DataViewRendererProps): react_jsx_runtime2.JSX.Element;
45
+ }: DataViewRendererProps): react_jsx_runtime78.JSX.Element;
46
46
  //#endregion
47
47
  export { DataViewRenderer, DataViewRendererProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime3 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime52 from "react/jsx-runtime";
3
3
  import { DataViewSpec } from "@lssm/lib.contracts/data-views";
4
4
 
5
5
  //#region src/components/data-view/DataViewTable.d.ts
@@ -20,6 +20,6 @@ declare function DataViewTable({
20
20
  emptyState,
21
21
  headerActions,
22
22
  footer
23
- }: DataViewTableProps): react_jsx_runtime3.JSX.Element;
23
+ }: DataViewTableProps): react_jsx_runtime52.JSX.Element;
24
24
  //#endregion
25
25
  export { DataViewTable, DataViewTableProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime124 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime60 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/forms/FormCardLayout.d.ts
5
5
  interface FormCardLayoutProps {
@@ -17,6 +17,6 @@ declare function FormCardLayout({
17
17
  children,
18
18
  className,
19
19
  contentClassName
20
- }: FormCardLayoutProps): react_jsx_runtime124.JSX.Element;
20
+ }: FormCardLayoutProps): react_jsx_runtime60.JSX.Element;
21
21
  //#endregion
22
22
  export { FormCardLayout, FormCardLayoutProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime7 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime67 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/forms/FormDialog.d.ts
5
5
  interface FormDialogProps {
@@ -19,6 +19,6 @@ declare function FormDialog({
19
19
  children,
20
20
  footer,
21
21
  maxWidth
22
- }: FormDialogProps): react_jsx_runtime7.JSX.Element;
22
+ }: FormDialogProps): react_jsx_runtime67.JSX.Element;
23
23
  //#endregion
24
24
  export { FormDialog, FormDialogProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime126 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime64 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/forms/FormLayout.d.ts
5
5
  declare function FormSection({
@@ -8,14 +8,14 @@ declare function FormSection({
8
8
  }: {
9
9
  children: React$1.ReactNode;
10
10
  className?: string;
11
- }): react_jsx_runtime126.JSX.Element;
11
+ }): react_jsx_runtime64.JSX.Element;
12
12
  declare function FormRow({
13
13
  children,
14
14
  className
15
15
  }: {
16
16
  children: React$1.ReactNode;
17
17
  className?: string;
18
- }): react_jsx_runtime126.JSX.Element;
18
+ }): react_jsx_runtime64.JSX.Element;
19
19
  declare function FormGrid({
20
20
  children,
21
21
  cols,
@@ -24,6 +24,6 @@ declare function FormGrid({
24
24
  children: React$1.ReactNode;
25
25
  cols?: 1 | 2 | 3 | 4;
26
26
  className?: string;
27
- }): react_jsx_runtime126.JSX.Element;
27
+ }): react_jsx_runtime64.JSX.Element;
28
28
  //#endregion
29
29
  export { FormGrid, FormRow, FormSection };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime5 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime69 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/forms/FormOneByOneLayout.d.ts
5
5
  interface OneByOneFieldDef {
@@ -20,6 +20,6 @@ declare function FormOneByOneLayout({
20
20
  initialKey,
21
21
  onComplete,
22
22
  className
23
- }: FormOneByOneLayoutProps): react_jsx_runtime5.JSX.Element | null;
23
+ }: FormOneByOneLayoutProps): react_jsx_runtime69.JSX.Element | null;
24
24
  //#endregion
25
25
  export { FormOneByOneLayout, FormOneByOneLayoutProps, OneByOneFieldDef };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime26 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime71 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/forms/FormStepsLayout.d.ts
5
5
  interface StepDef {
@@ -21,6 +21,6 @@ declare function FormStepsLayout({
21
21
  onFinish,
22
22
  canNext,
23
23
  className
24
- }: FormStepsLayoutProps): react_jsx_runtime26.JSX.Element | null;
24
+ }: FormStepsLayoutProps): react_jsx_runtime71.JSX.Element | null;
25
25
  //#endregion
26
26
  export { FormStepsLayout, FormStepsLayoutProps, StepDef };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime11 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime77 from "react/jsx-runtime";
3
3
  import { UseFormReturn } from "@lssm/lib.ui-kit-web/ui/form";
4
4
  import { z } from "zod";
5
5
  import { FieldValues } from "react-hook-form";
@@ -16,6 +16,6 @@ declare function ZodForm<TSchema extends z.ZodType<any, FieldValues>, TFieldValu
16
16
  defaultValues,
17
17
  onSubmit,
18
18
  children
19
- }: ZodFormProps<TSchema, TFieldValues, TOutput>): react_jsx_runtime11.JSX.Element;
19
+ }: ZodFormProps<TSchema, TFieldValues, TOutput>): react_jsx_runtime77.JSX.Element;
20
20
  //#endregion
21
21
  export { ZodForm, ZodFormProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime114 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime55 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/legal/atoms/DefinitionList.d.ts
5
5
  declare function DefinitionList({
@@ -11,6 +11,6 @@ declare function DefinitionList({
11
11
  description: React$1.ReactNode;
12
12
  }[];
13
13
  className?: string;
14
- }): react_jsx_runtime114.JSX.Element;
14
+ }): react_jsx_runtime55.JSX.Element;
15
15
  //#endregion
16
16
  export { DefinitionList };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime115 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime0 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/legal/atoms/KeyValueList.d.ts
5
5
  declare function KeyValueList({
@@ -11,6 +11,6 @@ declare function KeyValueList({
11
11
  value: React$1.ReactNode;
12
12
  }[];
13
13
  className?: string;
14
- }): react_jsx_runtime115.JSX.Element;
14
+ }): react_jsx_runtime0.JSX.Element;
15
15
  //#endregion
16
16
  export { KeyValueList };
@@ -1,17 +1,17 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime117 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime89 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types17 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/LegalCallout.d.ts
7
7
  declare const calloutVariants: (props?: ({
8
- tone?: "danger" | "info" | "warning" | null | undefined;
9
- } & class_variance_authority_types17.ClassProp) | undefined) => string;
8
+ tone?: "info" | "warning" | "danger" | null | undefined;
9
+ } & class_variance_authority_types15.ClassProp) | undefined) => string;
10
10
  type LegalCalloutProps = React$1.HTMLAttributes<HTMLDivElement> & VariantProps<typeof calloutVariants>;
11
11
  declare function LegalCallout({
12
12
  tone,
13
13
  className,
14
14
  ...props
15
- }: LegalCalloutProps): react_jsx_runtime117.JSX.Element;
15
+ }: LegalCalloutProps): react_jsx_runtime89.JSX.Element;
16
16
  //#endregion
17
17
  export { LegalCallout, LegalCalloutProps, calloutVariants };