@lssm/lib.design-system 0.0.0-canary-20251217073102 → 0.0.0-canary-20251217083314

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) 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 +9 -9
  4. package/dist/components/atoms/ButtonLink.d.ts +2 -2
  5. package/dist/components/atoms/Cta.d.ts +1 -1
  6. package/dist/components/atoms/DataChips.d.ts +7 -7
  7. package/dist/components/atoms/EmptyState.d.ts +2 -2
  8. package/dist/components/atoms/ErrorState.d.ts +2 -2
  9. package/dist/components/atoms/Input.d.ts +2 -2
  10. package/dist/components/atoms/Link.d.ts +2 -2
  11. package/dist/components/atoms/LoaderCircular.d.ts +4 -4
  12. package/dist/components/atoms/Stepper.d.ts +2 -2
  13. package/dist/components/atoms/Textarea.d.ts +2 -2
  14. package/dist/components/data-view/DataViewDetail.d.ts +2 -2
  15. package/dist/components/data-view/DataViewList.d.ts +2 -2
  16. package/dist/components/data-view/DataViewRenderer.d.ts +2 -2
  17. package/dist/components/data-view/DataViewTable.d.ts +2 -2
  18. package/dist/components/forms/ActionForm.d.ts +2 -2
  19. package/dist/components/forms/FormCardLayout.d.ts +2 -2
  20. package/dist/components/forms/FormLayout.d.ts +4 -4
  21. package/dist/components/forms/FormOneByOneLayout.d.ts +2 -2
  22. package/dist/components/forms/FormStepsLayout.d.ts +2 -2
  23. package/dist/components/forms/ZodForm.d.ts +2 -2
  24. package/dist/components/legal/atoms/DefinitionList.d.ts +2 -2
  25. package/dist/components/legal/atoms/KeyValueList.d.ts +2 -2
  26. package/dist/components/legal/atoms/LegalCallout.d.ts +2 -2
  27. package/dist/components/legal/atoms/LegalHeading.d.ts +4 -4
  28. package/dist/components/legal/atoms/LegalList.d.ts +3 -3
  29. package/dist/components/legal/atoms/LegalSection.d.ts +2 -2
  30. package/dist/components/legal/atoms/LegalText.d.ts +6 -6
  31. package/dist/components/legal/molecules/Consent.d.ts +3 -3
  32. package/dist/components/legal/molecules/ContactFields.d.ts +2 -2
  33. package/dist/components/legal/molecules/LegalTOC.d.ts +2 -2
  34. package/dist/components/legal/organisms/ContactForm.d.ts +2 -2
  35. package/dist/components/legal/organisms/GDPRDataRequest.d.ts +2 -2
  36. package/dist/components/legal/organisms/GDPRRights.d.ts +2 -2
  37. package/dist/components/legal/organisms/LegalPageLayout.d.ts +2 -2
  38. package/dist/components/legal/templates/ContactTemplate.d.ts +2 -2
  39. package/dist/components/legal/templates/CookiesTemplate.d.ts +2 -2
  40. package/dist/components/legal/templates/PrivacyTemplate.d.ts +2 -2
  41. package/dist/components/legal/templates/SalesTermsTemplate.d.ts +2 -2
  42. package/dist/components/legal/templates/TermsTemplate.d.ts +2 -2
  43. package/dist/components/marketing/MarketingCard.d.ts +2 -2
  44. package/dist/components/marketing/MarketingCardsSection.d.ts +4 -4
  45. package/dist/components/marketing/MarketingComparisonSection.d.ts +2 -2
  46. package/dist/components/marketing/MarketingIconCard.d.ts +4 -4
  47. package/dist/components/marketing/MarketingSection.d.ts +4 -4
  48. package/dist/components/molecules/AiLinkButton.d.ts +2 -2
  49. package/dist/components/molecules/Breadcrumbs.d.ts +2 -2
  50. package/dist/components/molecules/CommandPalette.d.ts +2 -2
  51. package/dist/components/molecules/CommandSearchTrigger.d.ts +2 -2
  52. package/dist/components/molecules/EntityCard.d.ts +1 -1
  53. package/dist/components/molecules/FiltersToolbar.d.ts +2 -2
  54. package/dist/components/molecules/HoverPreview.d.ts +2 -2
  55. package/dist/components/molecules/LangSwitch.d.ts +2 -2
  56. package/dist/components/molecules/NavMain.d.ts +2 -2
  57. package/dist/components/molecules/NavUser.d.ts +2 -2
  58. package/dist/components/molecules/OverviewCard.d.ts +2 -2
  59. package/dist/components/molecules/SkeletonCircle/index.web.d.ts +2 -2
  60. package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
  61. package/dist/components/molecules/StatCard.d.ts +4 -4
  62. package/dist/components/molecules/StatusChip.d.ts +2 -2
  63. package/dist/components/molecules/hover-previews/Simple.d.ts +2 -2
  64. package/dist/components/molecules/hover-previews/Stats.d.ts +2 -2
  65. package/dist/components/molecules/hover-previews/User.d.ts +2 -2
  66. package/dist/components/organisms/AcademyLayout.d.ts +2 -2
  67. package/dist/components/organisms/AppHeader.d.ts +2 -2
  68. package/dist/components/organisms/AppLayout.d.ts +2 -2
  69. package/dist/components/organisms/AppSidebar.d.ts +2 -2
  70. package/dist/components/organisms/EmptyDataList.d.ts +2 -2
  71. package/dist/components/organisms/EmptySearchResult.d.ts +2 -2
  72. package/dist/components/organisms/FAQSection.d.ts +2 -2
  73. package/dist/components/organisms/FeatureCarousel.d.ts +2 -2
  74. package/dist/components/organisms/FeaturesSection.d.ts +2 -2
  75. package/dist/components/organisms/Footer.d.ts +2 -2
  76. package/dist/components/organisms/Header.d.ts +4 -4
  77. package/dist/components/organisms/HeroResponsive.d.ts +2 -2
  78. package/dist/components/organisms/HeroSection.d.ts +2 -2
  79. package/dist/components/organisms/ListCardPage.d.ts +5 -5
  80. package/dist/components/organisms/ListGridPage.d.ts +5 -5
  81. package/dist/components/organisms/ListPageResponsive.d.ts +2 -2
  82. package/dist/components/organisms/ListTablePage.d.ts +4 -4
  83. package/dist/components/organisms/MarketingHeader.d.ts +2 -2
  84. package/dist/components/organisms/MarketingHeader.js +0 -1
  85. package/dist/components/organisms/MarketingHeaderDesktop.d.ts +2 -2
  86. package/dist/components/organisms/MarketingHeaderMobile.d.ts +2 -2
  87. package/dist/components/organisms/MarketingLayout.d.ts +2 -2
  88. package/dist/components/organisms/PageHeaderResponsive.d.ts +2 -2
  89. package/dist/components/organisms/PricingCarousel.d.ts +2 -2
  90. package/dist/components/organisms/PricingSection.d.ts +2 -2
  91. package/dist/components/organisms/TestimonialCarousel.d.ts +2 -2
  92. package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +2 -2
  93. package/dist/index.js +0 -1
  94. package/dist/renderers/form-contract.d.ts +2 -2
  95. package/dist/theme/variants.d.ts +1 -1
  96. package/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js +1 -1
  97. package/package.json +9 -8
  98. package/dist/types/navigation.js +0 -1
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime36 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime23 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/FeatureCarousel.d.ts
5
5
  interface FeatureSlide {
@@ -13,6 +13,6 @@ declare function FeatureCarousel({
13
13
  }: {
14
14
  slides: FeatureSlide[];
15
15
  className?: string;
16
- }): react_jsx_runtime36.JSX.Element;
16
+ }): react_jsx_runtime23.JSX.Element;
17
17
  //#endregion
18
18
  export { FeatureCarousel };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime52 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime59 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/FeaturesSection.d.ts
5
5
  declare function FeaturesSection({
@@ -14,6 +14,6 @@ declare function FeaturesSection({
14
14
  children: React$1.ReactNode;
15
15
  className?: string;
16
16
  density?: 'compact' | 'comfortable';
17
- }): react_jsx_runtime52.JSX.Element;
17
+ }): react_jsx_runtime59.JSX.Element;
18
18
  //#endregion
19
19
  export { FeaturesSection };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime24 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime22 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/Footer.d.ts
5
5
  interface FooterProps {
@@ -20,6 +20,6 @@ declare function Footer({
20
20
  links,
21
21
  className,
22
22
  variant
23
- }: FooterProps): react_jsx_runtime24.JSX.Element;
23
+ }: FooterProps): react_jsx_runtime22.JSX.Element;
24
24
  //#endregion
25
25
  export { Footer };
@@ -1,7 +1,7 @@
1
1
  import { CtaAction, HeaderNavItem, NavSection } from "../../types/navigation.js";
2
2
  import { NavUser } from "../molecules/NavUser.js";
3
3
  import * as React$1 from "react";
4
- import * as react_jsx_runtime25 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime24 from "react/jsx-runtime";
5
5
 
6
6
  //#region src/components/organisms/Header.d.ts
7
7
  interface HeaderProps {
@@ -24,14 +24,14 @@ declare function DesktopHeader({
24
24
  cta,
25
25
  className,
26
26
  density
27
- }: HeaderProps): react_jsx_runtime25.JSX.Element;
27
+ }: HeaderProps): react_jsx_runtime24.JSX.Element;
28
28
  declare function MobileHeader({
29
29
  logo,
30
30
  userMenu,
31
31
  mobileSidebar,
32
32
  className,
33
33
  density
34
- }: HeaderProps): react_jsx_runtime25.JSX.Element;
35
- declare function Header(props: HeaderProps): react_jsx_runtime25.JSX.Element;
34
+ }: HeaderProps): react_jsx_runtime24.JSX.Element;
35
+ declare function Header(props: HeaderProps): react_jsx_runtime24.JSX.Element;
36
36
  //#endregion
37
37
  export { DesktopHeader, Header, HeaderProps, MobileHeader };
@@ -1,6 +1,6 @@
1
1
  import { HeroSection } from "./HeroSection.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime59 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime58 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/organisms/HeroResponsive.d.ts
6
6
  declare function HeroResponsive({
@@ -9,6 +9,6 @@ declare function HeroResponsive({
9
9
  primaryCta,
10
10
  secondaryCta,
11
11
  className
12
- }: React$1.ComponentProps<typeof HeroSection>): react_jsx_runtime59.JSX.Element;
12
+ }: React$1.ComponentProps<typeof HeroSection>): react_jsx_runtime58.JSX.Element;
13
13
  //#endregion
14
14
  export { HeroResponsive };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime58 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime56 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/HeroSection.d.ts
5
5
  declare function HeroSection({
@@ -24,6 +24,6 @@ declare function HeroSection({
24
24
  };
25
25
  className?: string;
26
26
  density?: 'compact' | 'comfortable';
27
- }): react_jsx_runtime58.JSX.Element;
27
+ }): react_jsx_runtime56.JSX.Element;
28
28
  //#endregion
29
29
  export { HeroSection };
@@ -1,15 +1,15 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime65 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime68 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_types10 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/organisms/ListCardPage.d.ts
7
7
  declare const containerVariants: (props?: ({
8
8
  density?: "compact" | "comfortable" | null | undefined;
9
- } & class_variance_authority_types11.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types10.ClassProp) | undefined) => string;
10
10
  declare const gridVariants: (props?: ({
11
11
  size?: "sm" | "md" | "lg" | null | undefined;
12
- } & class_variance_authority_types11.ClassProp) | undefined) => string;
12
+ } & class_variance_authority_types10.ClassProp) | undefined) => string;
13
13
  interface ListCardPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridVariants> {
14
14
  title: React$1.ReactNode;
15
15
  subtitle?: React$1.ReactNode;
@@ -31,6 +31,6 @@ declare function ListCardPage<T>({
31
31
  columns,
32
32
  density,
33
33
  size
34
- }: ListCardPageProps<T>): react_jsx_runtime65.JSX.Element;
34
+ }: ListCardPageProps<T>): react_jsx_runtime68.JSX.Element;
35
35
  //#endregion
36
36
  export { ListCardPage };
@@ -1,15 +1,15 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime64 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime71 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types9 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types13 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/organisms/ListGridPage.d.ts
7
7
  declare const containerVariants: (props?: ({
8
8
  density?: "compact" | "comfortable" | null | undefined;
9
- } & class_variance_authority_types9.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types13.ClassProp) | undefined) => string;
10
10
  declare const gridGapVariants: (props?: ({
11
11
  size?: "sm" | "md" | "lg" | null | undefined;
12
- } & class_variance_authority_types9.ClassProp) | undefined) => string;
12
+ } & class_variance_authority_types13.ClassProp) | undefined) => string;
13
13
  interface ListGridPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridGapVariants> {
14
14
  title: React$1.ReactNode;
15
15
  subtitle?: React$1.ReactNode;
@@ -31,6 +31,6 @@ declare function ListGridPage<T>({
31
31
  columns,
32
32
  density,
33
33
  size
34
- }: ListGridPageProps<T>): react_jsx_runtime64.JSX.Element;
34
+ }: ListGridPageProps<T>): react_jsx_runtime71.JSX.Element;
35
35
  //#endregion
36
36
  export { ListGridPage };
@@ -1,7 +1,7 @@
1
- import * as react_jsx_runtime66 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime64 from "react/jsx-runtime";
2
2
  import { ListPageProps } from "@lssm/lib.ui-kit-web/ui/organisms/ListPage/types";
3
3
 
4
4
  //#region src/components/organisms/ListPageResponsive.d.ts
5
- declare function ListPageResponsive<T>(props: ListPageProps<T>): react_jsx_runtime66.JSX.Element;
5
+ declare function ListPageResponsive<T>(props: ListPageProps<T>): react_jsx_runtime64.JSX.Element;
6
6
  //#endregion
7
7
  export { ListPageResponsive };
@@ -1,7 +1,7 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime68 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime67 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types13 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types9 from "class-variance-authority/types";
5
5
 
6
6
  //#region src/components/organisms/ListTablePage.d.ts
7
7
  interface TableColumn<T> {
@@ -11,7 +11,7 @@ interface TableColumn<T> {
11
11
  }
12
12
  declare const containerVariants: (props?: ({
13
13
  density?: "compact" | "comfortable" | null | undefined;
14
- } & class_variance_authority_types13.ClassProp) | undefined) => string;
14
+ } & class_variance_authority_types9.ClassProp) | undefined) => string;
15
15
  interface ListTablePageProps<T> extends VariantProps<typeof containerVariants> {
16
16
  title: React$1.ReactNode;
17
17
  subtitle?: React$1.ReactNode;
@@ -28,6 +28,6 @@ declare function ListTablePage<T>({
28
28
  className,
29
29
  density,
30
30
  renderActions
31
- }: ListTablePageProps<T>): react_jsx_runtime68.JSX.Element;
31
+ }: ListTablePageProps<T>): react_jsx_runtime67.JSX.Element;
32
32
  //#endregion
33
33
  export { ListTablePage };
@@ -2,7 +2,7 @@ import { CtaAction, HeaderNavItem, UserMenuItem } from "../../types/navigation.j
2
2
  import { CommandPalette } from "../molecules/CommandPalette.js";
3
3
  import { LangSwitchProps } from "../molecules/LangSwitch.js";
4
4
  import * as React$1 from "react";
5
- import * as react_jsx_runtime37 from "react/jsx-runtime";
5
+ import * as react_jsx_runtime21 from "react/jsx-runtime";
6
6
 
7
7
  //#region src/components/organisms/MarketingHeader.d.ts
8
8
  interface MarketingHeaderProps {
@@ -31,6 +31,6 @@ declare function MarketingHeader({
31
31
  right,
32
32
  commandPaletteGroups,
33
33
  langSwitchProps
34
- }: MarketingHeaderProps): react_jsx_runtime37.JSX.Element;
34
+ }: MarketingHeaderProps): react_jsx_runtime21.JSX.Element;
35
35
  //#endregion
36
36
  export { MarketingHeader, MarketingHeaderProps };
@@ -11,7 +11,6 @@ import { NavUser } from "../molecules/NavUser.js";
11
11
  import { Sheet, SheetContent, SheetHeader, SheetTrigger } from "../../ui-kit-web/dist/ui/sheet.js";
12
12
  import { NavItemCard } from "../molecules/NavItemCard.js";
13
13
  import { MobileNavMenu } from "../molecules/MobileNavMenu.js";
14
- import "../molecules/CommandPalette.js";
15
14
  import { CommandSearchTrigger } from "../molecules/CommandSearchTrigger.js";
16
15
  import { LangSwitchDropdown } from "../molecules/LangSwitchDropdown.js";
17
16
  import * as React$1 from "react";
@@ -1,5 +1,5 @@
1
1
  import { MarketingHeaderProps } from "./MarketingHeader.js";
2
- import * as react_jsx_runtime35 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime28 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/MarketingHeaderDesktop.d.ts
5
5
  declare function MarketingHeaderDesktop({
@@ -10,6 +10,6 @@ declare function MarketingHeaderDesktop({
10
10
  className,
11
11
  density,
12
12
  right
13
- }: MarketingHeaderProps): react_jsx_runtime35.JSX.Element;
13
+ }: MarketingHeaderProps): react_jsx_runtime28.JSX.Element;
14
14
  //#endregion
15
15
  export { MarketingHeaderDesktop };
@@ -1,5 +1,5 @@
1
1
  import { MarketingHeaderProps } from "./MarketingHeader.js";
2
- import * as react_jsx_runtime22 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime29 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/MarketingHeaderMobile.d.ts
5
5
  declare function MarketingHeaderMobile({
@@ -7,6 +7,6 @@ declare function MarketingHeaderMobile({
7
7
  nav,
8
8
  className,
9
9
  right
10
- }: MarketingHeaderProps): react_jsx_runtime22.JSX.Element;
10
+ }: MarketingHeaderProps): react_jsx_runtime29.JSX.Element;
11
11
  //#endregion
12
12
  export { MarketingHeaderMobile };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime23 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime27 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/MarketingLayout.d.ts
5
5
  interface MarketingLayoutProps {
@@ -13,6 +13,6 @@ declare function MarketingLayout({
13
13
  children,
14
14
  footer,
15
15
  className
16
- }: MarketingLayoutProps): react_jsx_runtime23.JSX.Element;
16
+ }: MarketingLayoutProps): react_jsx_runtime27.JSX.Element;
17
17
  //#endregion
18
18
  export { MarketingLayout };
@@ -1,8 +1,8 @@
1
- import * as react_jsx_runtime57 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime60 from "react/jsx-runtime";
2
2
  import { PageHeaderProps } from "@lssm/lib.ui-kit-web/ui/page-header";
3
3
 
4
4
  //#region src/components/organisms/PageHeaderResponsive.d.ts
5
5
  interface PageHeaderResponsiveProps extends PageHeaderProps {}
6
- declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime57.JSX.Element;
6
+ declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime60.JSX.Element;
7
7
  //#endregion
8
8
  export { PageHeaderResponsive };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime56 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime54 from "react/jsx-runtime";
2
2
 
3
3
  //#region src/components/organisms/PricingCarousel.d.ts
4
4
  interface PricingSlide {
@@ -19,6 +19,6 @@ declare function PricingCarousel({
19
19
  }: {
20
20
  tiers: PricingSlide[];
21
21
  className?: string;
22
- }): react_jsx_runtime56.JSX.Element;
22
+ }): react_jsx_runtime54.JSX.Element;
23
23
  //#endregion
24
24
  export { PricingCarousel };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime73 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime61 from "react/jsx-runtime";
3
3
  import { PricingTier } from "@lssm/lib.ui-kit-web/ui/marketing/PricingTable";
4
4
 
5
5
  //#region src/components/organisms/PricingSection.d.ts
@@ -13,6 +13,6 @@ declare function PricingSection({
13
13
  title?: React$1.ReactNode;
14
14
  subtitle?: React$1.ReactNode;
15
15
  className?: string;
16
- }): react_jsx_runtime73.JSX.Element;
16
+ }): react_jsx_runtime61.JSX.Element;
17
17
  //#endregion
18
18
  export { PricingSection };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime60 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime57 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/TestimonialCarousel.d.ts
5
5
  interface Testimonial {
@@ -14,6 +14,6 @@ declare function TestimonialCarousel({
14
14
  }: {
15
15
  testimonials: Testimonial[];
16
16
  className?: string;
17
- }): react_jsx_runtime60.JSX.Element;
17
+ }): react_jsx_runtime57.JSX.Element;
18
18
  //#endregion
19
19
  export { TestimonialCarousel };
@@ -1,5 +1,5 @@
1
1
  import { ListPageTemplateProps } from "./types.js";
2
- import * as react_jsx_runtime113 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime110 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/templates/lists/ListPageTemplate/index.web.d.ts
5
5
  declare function ListPageTemplate<T = any>({
@@ -17,6 +17,6 @@ declare function ListPageTemplate<T = any>({
17
17
  data,
18
18
  renderItem,
19
19
  emptyProps
20
- }: ListPageTemplateProps<T>): react_jsx_runtime113.JSX.Element;
20
+ }: ListPageTemplateProps<T>): react_jsx_runtime110.JSX.Element;
21
21
  //#endregion
22
22
  export { ListPageTemplate };
package/dist/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import "./types/navigation.js";
2
1
  import { Button } from "./components/atoms/Button.js";
3
2
  import { Input } from "./components/atoms/Input.js";
4
3
  import { Textarea } from "./components/atoms/Textarea.js";
@@ -1,11 +1,11 @@
1
- import * as react_jsx_runtime108 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime109 from "react/jsx-runtime";
2
2
  import * as _lssm_lib_schema0 from "@lssm/lib.schema";
3
3
  import * as _lssm_lib_contracts_forms0 from "@lssm/lib.contracts/forms";
4
4
  import * as _lssm_lib_contracts_client_react_form_render0 from "@lssm/lib.contracts/client/react/form-render";
5
5
 
6
6
  //#region src/renderers/form-contract.d.ts
7
7
  declare const formRenderer: {
8
- render: (spec: _lssm_lib_contracts_forms0.FormSpec<_lssm_lib_schema0.AnySchemaModel>, options?: _lssm_lib_contracts_client_react_form_render0.RenderOptions<Record<string, any>> | undefined) => react_jsx_runtime108.JSX.Element;
8
+ render: (spec: _lssm_lib_contracts_forms0.FormSpec<_lssm_lib_schema0.AnySchemaModel>, options?: _lssm_lib_contracts_client_react_form_render0.RenderOptions<Record<string, any>> | undefined) => react_jsx_runtime109.JSX.Element;
9
9
  };
10
10
  //#endregion
11
11
  export { formRenderer };
@@ -14,7 +14,7 @@ declare const dsBaseVariants: (props?: ({
14
14
  size?: "sm" | "md" | "lg" | null | undefined;
15
15
  density?: "compact" | "comfortable" | null | undefined;
16
16
  tone?: "neutral" | "danger" | "info" | "success" | "warning" | null | undefined;
17
- emphasis?: "strong" | "default" | "subtle" | null | undefined;
17
+ emphasis?: "default" | "strong" | "subtle" | null | undefined;
18
18
  } & class_variance_authority_types21.ClassProp) | undefined) => string;
19
19
  type DSBaseVariantsProps = VariantProps<typeof dsBaseVariants>;
20
20
  //#endregion
@@ -2,8 +2,8 @@ import { Separator } from "../../separator.js";
2
2
  import { Button } from "../../button.js";
3
3
  import { HStack, VStack } from "../../stack.js";
4
4
  import { Card, CardContent } from "../../card.js";
5
- import { SearchAndFilter } from "../../molecules/SearchAndFilter/SearchAndFilter.js";
6
5
  import { Pagination } from "../../atoms/Pagination/Pagination.js";
6
+ import { SearchAndFilter } from "../../molecules/SearchAndFilter/SearchAndFilter.js";
7
7
  import React from "react";
8
8
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
9
9
  import { AlertTriangle, Loader2, Plus, RefreshCcw } from "lucide-react";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.design-system",
3
- "version": "0.0.0-canary-20251217073102",
3
+ "version": "0.0.0-canary-20251217083314",
4
4
  "scripts": {
5
5
  "publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
6
6
  "publish:pkg:canary": "bun publish:pkg --tag canary",
@@ -21,10 +21,10 @@
21
21
  "tree-shake": true,
22
22
  "dependencies": {
23
23
  "@hookform/resolvers": "5.2.2",
24
- "@lssm/lib.ai-agent": "0.0.0-canary-20251217073102",
25
- "@lssm/lib.contracts": "0.0.0-canary-20251217073102",
26
- "@lssm/lib.ui-kit": "0.0.0-canary-20251217073102",
27
- "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217073102",
24
+ "@lssm/lib.ai-agent": "0.0.0-canary-20251217083314",
25
+ "@lssm/lib.contracts": "0.0.0-canary-20251217083314",
26
+ "@lssm/lib.ui-kit": "0.0.0-canary-20251217083314",
27
+ "@lssm/lib.ui-kit-web": "0.0.0-canary-20251217083314",
28
28
  "class-variance-authority": "^0.7.1",
29
29
  "clsx": "^2.1.1",
30
30
  "lucide-react": "^0.535.0",
@@ -32,11 +32,12 @@
32
32
  "react-dom": "^19.2.3",
33
33
  "tailwind-merge": "^3.3.1",
34
34
  "tailwindcss-animate": "^1.0.7",
35
- "zod": "^4.1.13"
35
+ "zod": "^4.1.13",
36
+ "next": "16.0.10"
36
37
  },
37
38
  "devDependencies": {
38
- "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
39
- "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
39
+ "@lssm/tool.typescript": "0.0.0-canary-20251217083314",
40
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217083314",
40
41
  "@types/node": "^24.9.0",
41
42
  "@types/react-dom": "^19.0.14",
42
43
  "postcss": "^8.5",
@@ -1 +0,0 @@
1
- import "react";