@lssm/lib.design-system 1.11.1 → 1.41.1

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 (251) hide show
  1. package/README.md +6 -1
  2. package/dist/_virtual/rolldown_runtime.js +9 -4
  3. package/dist/components/agent/ApprovalQueue.js +1 -1
  4. package/dist/components/atoms/Button.js +4 -5
  5. package/dist/components/atoms/ButtonLink.js +2 -2
  6. package/dist/components/atoms/Cta.js +4 -5
  7. package/dist/components/atoms/EmptyState.js +4 -4
  8. package/dist/components/atoms/ErrorState.js +1 -2
  9. package/dist/components/atoms/Input.js +5 -6
  10. package/dist/components/atoms/Link.js +1 -2
  11. package/dist/components/atoms/Link.web.js +4 -2
  12. package/dist/components/atoms/LoaderCircular.js +1 -2
  13. package/dist/components/atoms/Stepper.js +4 -4
  14. package/dist/components/atoms/Textarea.js +8 -9
  15. package/dist/components/data-view/DataViewRenderer.js +2 -2
  16. package/dist/components/forms/ActionForm.js +18 -0
  17. package/dist/components/forms/FormOneByOneLayout.js +3 -3
  18. package/dist/components/forms/FormStepsLayout.js +3 -3
  19. package/dist/components/forms/ZodForm.js +1 -1
  20. package/dist/components/legal/atoms/LegalCallout.js +1 -1
  21. package/dist/components/legal/atoms/LegalHeading.js +1 -1
  22. package/dist/components/legal/atoms/LegalList.js +1 -1
  23. package/dist/components/legal/atoms/LegalSection.js +1 -1
  24. package/dist/components/legal/atoms/LegalText.js +1 -1
  25. package/dist/components/legal/molecules/ContactFields.js +8 -8
  26. package/dist/components/legal/molecules/LegalTOC.js +1 -1
  27. package/dist/components/legal/organisms/ContactForm.js +3 -3
  28. package/dist/components/legal/organisms/GDPRDataRequest.js +2 -2
  29. package/dist/components/legal/templates/ContactTemplate.js +3 -3
  30. package/dist/components/marketing/MarketingCard.js +20 -0
  31. package/dist/components/marketing/MarketingCardsSection.js +28 -0
  32. package/dist/components/marketing/MarketingComparisonSection.js +52 -0
  33. package/dist/components/marketing/MarketingIconCard.js +73 -0
  34. package/dist/components/marketing/MarketingSection.js +61 -0
  35. package/dist/components/marketing/MarketingStepCard.js +36 -0
  36. package/dist/components/molecules/AiLinkButton.js +4 -4
  37. package/dist/components/molecules/Breadcrumbs.js +2 -2
  38. package/dist/components/molecules/CommandPalette.js +3 -3
  39. package/dist/components/molecules/CommandSearchTrigger.js +3 -3
  40. package/dist/components/molecules/FiltersToolbar.js +5 -5
  41. package/dist/components/molecules/HoverPreview.js +2 -2
  42. package/dist/components/molecules/LangSwitchDropdown.js +2 -2
  43. package/dist/components/molecules/LoaderBlock.js +1 -2
  44. package/dist/components/molecules/OverviewCard.js +5 -4
  45. package/dist/components/molecules/SkeletonBlock/index.web.js +1 -2
  46. package/dist/components/molecules/SkeletonCircle/index.web.js +1 -2
  47. package/dist/components/molecules/SkeletonList/index.web.js +4 -5
  48. package/dist/components/organisms/AcademyLayout.js +2 -2
  49. package/dist/components/organisms/AppLayout.js +2 -2
  50. package/dist/components/organisms/EmptySearchResult.js +5 -5
  51. package/dist/components/organisms/FAQSection.js +2 -2
  52. package/dist/components/organisms/Footer.js +2 -4
  53. package/dist/components/organisms/MarketingHeader.js +5 -5
  54. package/dist/components/organisms/MarketingHeaderMobile.js +2 -2
  55. package/dist/components/organisms/MarketingLayout.js +1 -0
  56. package/dist/components/templates/lists/ListPageTemplate/index.web.js +2 -2
  57. package/dist/hooks/useListUrlState.js +7 -7
  58. package/dist/index.js +9 -1
  59. package/dist/lib/keyboard.js +1 -172
  60. package/dist/platform/useColorScheme.js +3 -3
  61. package/dist/platform/useReducedMotion.js +3 -3
  62. package/dist/platform/useResponsive.js +4 -4
  63. package/dist/renderers/form-contract.js +1 -1
  64. package/package.json +14 -304
  65. package/dist/components/agent/AgentMonitor.d.ts +0 -28
  66. package/dist/components/agent/ApprovalQueue.d.ts +0 -25
  67. package/dist/components/atoms/ActionButtons.d.ts +0 -25
  68. package/dist/components/atoms/Button.d.ts +0 -39
  69. package/dist/components/atoms/Button.mobile.d.ts +0 -21
  70. package/dist/components/atoms/Button.mobile.js +0 -34
  71. package/dist/components/atoms/ButtonLink.d.ts +0 -21
  72. package/dist/components/atoms/ButtonLink.mobile.d.ts +0 -19
  73. package/dist/components/atoms/ButtonLink.mobile.js +0 -41
  74. package/dist/components/atoms/Cta.d.ts +0 -20
  75. package/dist/components/atoms/Cta.mobile.d.ts +0 -14
  76. package/dist/components/atoms/Cta.mobile.js +0 -38
  77. package/dist/components/atoms/DataChips.d.ts +0 -37
  78. package/dist/components/atoms/EmptyState.d.ts +0 -7
  79. package/dist/components/atoms/ErrorState.d.ts +0 -28
  80. package/dist/components/atoms/ErrorState.mobile.d.ts +0 -28
  81. package/dist/components/atoms/ErrorState.mobile.js +0 -41
  82. package/dist/components/atoms/Input.d.ts +0 -39
  83. package/dist/components/atoms/Input.mobile.d.ts +0 -37
  84. package/dist/components/atoms/Input.mobile.js +0 -27
  85. package/dist/components/atoms/Link.d.ts +0 -11
  86. package/dist/components/atoms/Link.native.d.ts +0 -1
  87. package/dist/components/atoms/Link.native.js +0 -0
  88. package/dist/components/atoms/Link.web.d.ts +0 -23
  89. package/dist/components/atoms/LoaderCircular.d.ts +0 -22
  90. package/dist/components/atoms/LoaderCircular.mobile.d.ts +0 -17
  91. package/dist/components/atoms/LoaderCircular.mobile.js +0 -26
  92. package/dist/components/atoms/NavBrand.d.ts +0 -18
  93. package/dist/components/atoms/Stepper.d.ts +0 -7
  94. package/dist/components/atoms/Textarea.d.ts +0 -41
  95. package/dist/components/atoms/Textarea.mobile.d.ts +0 -37
  96. package/dist/components/atoms/Textarea.mobile.js +0 -27
  97. package/dist/components/data-view/DataViewDetail.d.ts +0 -21
  98. package/dist/components/data-view/DataViewList.d.ts +0 -23
  99. package/dist/components/data-view/DataViewRenderer.d.ts +0 -47
  100. package/dist/components/data-view/DataViewTable.d.ts +0 -25
  101. package/dist/components/data-view/utils.d.ts +0 -5
  102. package/dist/components/forms/FormCardLayout.d.ts +0 -22
  103. package/dist/components/forms/FormDialog.d.ts +0 -24
  104. package/dist/components/forms/FormLayout.d.ts +0 -29
  105. package/dist/components/forms/FormOneByOneLayout.d.ts +0 -25
  106. package/dist/components/forms/FormStepsLayout.d.ts +0 -26
  107. package/dist/components/forms/ZodForm.d.ts +0 -21
  108. package/dist/components/legal/atoms/DefinitionList.d.ts +0 -16
  109. package/dist/components/legal/atoms/KeyValueList.d.ts +0 -16
  110. package/dist/components/legal/atoms/LegalCallout.d.ts +0 -17
  111. package/dist/components/legal/atoms/LegalHeading.d.ts +0 -24
  112. package/dist/components/legal/atoms/LegalList.d.ts +0 -20
  113. package/dist/components/legal/atoms/LegalSection.d.ts +0 -21
  114. package/dist/components/legal/atoms/LegalText.d.ts +0 -24
  115. package/dist/components/legal/molecules/Consent.d.ts +0 -35
  116. package/dist/components/legal/molecules/ContactFields.d.ts +0 -24
  117. package/dist/components/legal/molecules/LegalMeta.d.ts +0 -14
  118. package/dist/components/legal/molecules/LegalTOC.d.ts +0 -30
  119. package/dist/components/legal/organisms/ContactForm.d.ts +0 -29
  120. package/dist/components/legal/organisms/GDPRDataRequest.d.ts +0 -18
  121. package/dist/components/legal/organisms/GDPRRights.d.ts +0 -13
  122. package/dist/components/legal/organisms/LegalPageLayout.d.ts +0 -23
  123. package/dist/components/legal/templates/ContactTemplate.d.ts +0 -23
  124. package/dist/components/legal/templates/CookiesTemplate.d.ts +0 -32
  125. package/dist/components/legal/templates/PrivacyTemplate.d.ts +0 -32
  126. package/dist/components/legal/templates/SalesTermsTemplate.d.ts +0 -27
  127. package/dist/components/legal/templates/TermsTemplate.d.ts +0 -27
  128. package/dist/components/molecules/AiLinkButton.d.ts +0 -15
  129. package/dist/components/molecules/Breadcrumbs.d.ts +0 -15
  130. package/dist/components/molecules/CommandPalette.d.ts +0 -26
  131. package/dist/components/molecules/CommandSearchTrigger.d.ts +0 -18
  132. package/dist/components/molecules/DropdownMenu.d.ts +0 -1
  133. package/dist/components/molecules/DropdownMenu.js +0 -0
  134. package/dist/components/molecules/EntityCard.d.ts +0 -37
  135. package/dist/components/molecules/FiltersToolbar.d.ts +0 -35
  136. package/dist/components/molecules/FiltersToolbar.mobile.d.ts +0 -18
  137. package/dist/components/molecules/FiltersToolbar.mobile.js +0 -48
  138. package/dist/components/molecules/HoverPreview.d.ts +0 -20
  139. package/dist/components/molecules/LangSwitch.d.ts +0 -22
  140. package/dist/components/molecules/LangSwitchDropdown.d.ts +0 -21
  141. package/dist/components/molecules/LoaderBlock.d.ts +0 -18
  142. package/dist/components/molecules/LoaderBlock.mobile.d.ts +0 -18
  143. package/dist/components/molecules/LoaderBlock.mobile.js +0 -25
  144. package/dist/components/molecules/MobileNavMenu.d.ts +0 -13
  145. package/dist/components/molecules/NavItemCard.d.ts +0 -14
  146. package/dist/components/molecules/NavMain.d.ts +0 -13
  147. package/dist/components/molecules/NavUser.d.ts +0 -17
  148. package/dist/components/molecules/OverviewCard.d.ts +0 -20
  149. package/dist/components/molecules/SkeletonBlock/index.d.ts +0 -3
  150. package/dist/components/molecules/SkeletonBlock/index.js +0 -3
  151. package/dist/components/molecules/SkeletonBlock/index.mobile.d.ts +0 -12
  152. package/dist/components/molecules/SkeletonBlock/index.mobile.js +0 -18
  153. package/dist/components/molecules/SkeletonBlock/index.web.d.ts +0 -12
  154. package/dist/components/molecules/SkeletonBlock/types.d.ts +0 -9
  155. package/dist/components/molecules/SkeletonBlock/types.js +0 -0
  156. package/dist/components/molecules/SkeletonCircle/index.d.ts +0 -3
  157. package/dist/components/molecules/SkeletonCircle/index.js +0 -3
  158. package/dist/components/molecules/SkeletonCircle/index.mobile.d.ts +0 -11
  159. package/dist/components/molecules/SkeletonCircle/index.mobile.js +0 -23
  160. package/dist/components/molecules/SkeletonCircle/index.web.d.ts +0 -11
  161. package/dist/components/molecules/SkeletonCircle/types.d.ts +0 -8
  162. package/dist/components/molecules/SkeletonCircle/types.js +0 -0
  163. package/dist/components/molecules/SkeletonList/index.d.ts +0 -3
  164. package/dist/components/molecules/SkeletonList/index.js +0 -3
  165. package/dist/components/molecules/SkeletonList/index.mobile.d.ts +0 -10
  166. package/dist/components/molecules/SkeletonList/index.mobile.js +0 -22
  167. package/dist/components/molecules/SkeletonList/index.web.d.ts +0 -10
  168. package/dist/components/molecules/SkeletonList/types.d.ts +0 -7
  169. package/dist/components/molecules/SkeletonList/types.js +0 -0
  170. package/dist/components/molecules/StatCard.d.ts +0 -36
  171. package/dist/components/molecules/StatusChip.d.ts +0 -26
  172. package/dist/components/molecules/hover-previews/Doc.d.ts +0 -27
  173. package/dist/components/molecules/hover-previews/Media.d.ts +0 -20
  174. package/dist/components/molecules/hover-previews/Simple.d.ts +0 -25
  175. package/dist/components/molecules/hover-previews/Stats.d.ts +0 -22
  176. package/dist/components/molecules/hover-previews/User.d.ts +0 -25
  177. package/dist/components/native/BottomTabs.mobile.d.ts +0 -20
  178. package/dist/components/native/BottomTabs.mobile.js +0 -27
  179. package/dist/components/native/FlatListScreen.mobile.d.ts +0 -43
  180. package/dist/components/native/FlatListScreen.mobile.js +0 -63
  181. package/dist/components/native/SheetMenu.mobile.d.ts +0 -17
  182. package/dist/components/native/SheetMenu.mobile.js +0 -21
  183. package/dist/components/organisms/AcademyLayout.d.ts +0 -29
  184. package/dist/components/organisms/AppHeader.d.ts +0 -18
  185. package/dist/components/organisms/AppHeader.mobile.d.ts +0 -21
  186. package/dist/components/organisms/AppHeader.mobile.js +0 -52
  187. package/dist/components/organisms/AppLayout.d.ts +0 -28
  188. package/dist/components/organisms/AppSidebar.d.ts +0 -23
  189. package/dist/components/organisms/AppSidebar.mobile.d.ts +0 -1
  190. package/dist/components/organisms/AppSidebar.mobile.js +0 -0
  191. package/dist/components/organisms/EmptyDataList.d.ts +0 -20
  192. package/dist/components/organisms/EmptyDataList.mobile.d.ts +0 -20
  193. package/dist/components/organisms/EmptyDataList.mobile.js +0 -27
  194. package/dist/components/organisms/EmptyDataList.types.d.ts +0 -19
  195. package/dist/components/organisms/EmptyDataList.types.js +0 -1
  196. package/dist/components/organisms/EmptySearchResult.d.ts +0 -24
  197. package/dist/components/organisms/FAQSection.d.ts +0 -31
  198. package/dist/components/organisms/FeatureCarousel.d.ts +0 -18
  199. package/dist/components/organisms/FeaturesSection.d.ts +0 -19
  200. package/dist/components/organisms/Footer.d.ts +0 -25
  201. package/dist/components/organisms/GridLayout.d.ts +0 -25
  202. package/dist/components/organisms/GridLayout.js +0 -28
  203. package/dist/components/organisms/Header.d.ts +0 -37
  204. package/dist/components/organisms/Header.mobile.d.ts +0 -24
  205. package/dist/components/organisms/Header.mobile.js +0 -18
  206. package/dist/components/organisms/HeroResponsive.d.ts +0 -14
  207. package/dist/components/organisms/HeroSection.d.ts +0 -29
  208. package/dist/components/organisms/ListCardPage.d.ts +0 -36
  209. package/dist/components/organisms/ListGridPage.d.ts +0 -36
  210. package/dist/components/organisms/ListPageResponsive.d.ts +0 -7
  211. package/dist/components/organisms/ListTablePage.d.ts +0 -33
  212. package/dist/components/organisms/MarketingHeader.d.ts +0 -36
  213. package/dist/components/organisms/MarketingHeaderDesktop.d.ts +0 -15
  214. package/dist/components/organisms/MarketingHeaderMobile.d.ts +0 -12
  215. package/dist/components/organisms/MarketingLayout.d.ts +0 -18
  216. package/dist/components/organisms/PageHeaderResponsive.d.ts +0 -8
  217. package/dist/components/organisms/PageHeaderResponsive.mobile.d.ts +0 -22
  218. package/dist/components/organisms/PageHeaderResponsive.mobile.js +0 -32
  219. package/dist/components/organisms/PricingCarousel.d.ts +0 -24
  220. package/dist/components/organisms/PricingSection.d.ts +0 -18
  221. package/dist/components/organisms/TestimonialCarousel.d.ts +0 -19
  222. package/dist/components/templates/lists/ListPageTemplate/index.d.ts +0 -3
  223. package/dist/components/templates/lists/ListPageTemplate/index.js +0 -3
  224. package/dist/components/templates/lists/ListPageTemplate/index.mobile.d.ts +0 -21
  225. package/dist/components/templates/lists/ListPageTemplate/index.mobile.js +0 -32
  226. package/dist/components/templates/lists/ListPageTemplate/index.web.d.ts +0 -22
  227. package/dist/components/templates/lists/ListPageTemplate/types.d.ts +0 -25
  228. package/dist/components/templates/lists/ListPageTemplate/types.js +0 -1
  229. package/dist/hooks/useListUrlState.d.ts +0 -30
  230. package/dist/index.d.ts +0 -108
  231. package/dist/lib/keyboard.d.ts +0 -14
  232. package/dist/lib/utils.d.ts +0 -6
  233. package/dist/platform/useColorScheme.d.ts +0 -5
  234. package/dist/platform/useColorScheme.mobile.d.ts +0 -5
  235. package/dist/platform/useColorScheme.mobile.js +0 -20
  236. package/dist/platform/useReducedMotion.d.ts +0 -4
  237. package/dist/platform/useReducedMotion.mobile.d.ts +0 -4
  238. package/dist/platform/useReducedMotion.mobile.js +0 -28
  239. package/dist/platform/useResponsive.d.ts +0 -23
  240. package/dist/platform/useResponsive.mobile.d.ts +0 -23
  241. package/dist/platform/useResponsive.mobile.js +0 -42
  242. package/dist/platform/withPlatformUI.d.ts +0 -28
  243. package/dist/renderers/form-contract.d.ts +0 -11
  244. package/dist/renderers/index.d.ts +0 -2
  245. package/dist/renderers/index.js +0 -3
  246. package/dist/theme/tokenBridge.d.ts +0 -19
  247. package/dist/theme/tokens.d.ts +0 -50
  248. package/dist/theme/variants.d.ts +0 -21
  249. package/dist/types/nativewind-env.d.ts +0 -1
  250. package/dist/types/navigation.d.ts +0 -44
  251. package/dist/types/navigation.js +0 -1
@@ -1,27 +0,0 @@
1
- import "react";
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- import { HStack } from "@lssm/lib.ui-kit-web/ui/stack";
4
- import { Text } from "@lssm/lib.ui-kit-web/ui/text";
5
- import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from "@lssm/lib.ui-kit/ui/empty";
6
-
7
- //#region src/components/organisms/EmptyDataList.mobile.tsx
8
- function EmptyDataList({ emptyListTitle, emptyListDescription, createButton, secondaryButton, media, mediaVariant = "icon", learnMoreHref, learnMoreLabel, learnMoreEndIcon, onLearnMore, handleLearnMore, className }) {
9
- return /* @__PURE__ */ jsxs(Empty, {
10
- className,
11
- children: [/* @__PURE__ */ jsxs(EmptyHeader, { children: [
12
- media ? /* @__PURE__ */ jsx(EmptyMedia, {
13
- variant: mediaVariant,
14
- children: media
15
- }) : null,
16
- emptyListTitle ? /* @__PURE__ */ jsx(EmptyTitle, { children: /* @__PURE__ */ jsx(Text, { children: emptyListTitle }) }) : null,
17
- emptyListDescription ? /* @__PURE__ */ jsx(EmptyDescription, { children: /* @__PURE__ */ jsx(Text, { children: emptyListDescription }) }) : null
18
- ] }), /* @__PURE__ */ jsx(EmptyContent, { children: /* @__PURE__ */ jsx(HStack, {
19
- className: "gap-2",
20
- children: createButton
21
- }) })]
22
- });
23
- }
24
- var EmptyDataList_mobile_default = EmptyDataList;
25
-
26
- //#endregion
27
- export { EmptyDataList, EmptyDataList_mobile_default as default };
@@ -1,19 +0,0 @@
1
- import * as React$1 from "react";
2
-
3
- //#region src/components/organisms/EmptyDataList.types.d.ts
4
- interface EmptyDataListProps {
5
- emptyListTitle?: React$1.ReactNode;
6
- emptyListDescription?: React$1.ReactNode;
7
- createButton: React$1.ReactNode;
8
- secondaryButton?: React$1.ReactNode;
9
- media?: React$1.ReactNode;
10
- mediaVariant?: 'default' | 'icon';
11
- learnMoreHref?: string;
12
- learnMoreLabel?: React$1.ReactNode;
13
- learnMoreEndIcon?: React$1.ReactNode;
14
- onLearnMore?: () => void;
15
- handleLearnMore?: () => void;
16
- className?: string;
17
- }
18
- //#endregion
19
- export { EmptyDataListProps };
@@ -1 +0,0 @@
1
- import "react";
@@ -1,24 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime42 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/EmptySearchResult.d.ts
5
- interface EmptySearchResultProps {
6
- emptySearchTitle?: React$1.ReactNode;
7
- emtptySearchTitle?: React$1.ReactNode;
8
- emptySearchDescription?: React$1.ReactNode;
9
- emtptySearchDescription?: React$1.ReactNode;
10
- onSearchChange?: (value: string) => void;
11
- handleSearchChange?: (value: string) => void;
12
- className?: string;
13
- }
14
- declare function EmptySearchResult({
15
- emptySearchTitle,
16
- emtptySearchTitle,
17
- emptySearchDescription,
18
- emtptySearchDescription,
19
- onSearchChange,
20
- handleSearchChange,
21
- className
22
- }: EmptySearchResultProps): react_jsx_runtime42.JSX.Element;
23
- //#endregion
24
- export { EmptySearchResult, EmptySearchResultProps };
@@ -1,31 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime36 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/FAQSection.d.ts
5
- interface FAQItem {
6
- question: React$1.ReactNode;
7
- answer: React$1.ReactNode;
8
- }
9
- declare function FAQSection({
10
- title,
11
- subtitle,
12
- children,
13
- className,
14
- items,
15
- accordionType,
16
- collapsible,
17
- defaultOpenIndex,
18
- accordionClassName
19
- }: {
20
- title: React$1.ReactNode;
21
- subtitle?: React$1.ReactNode;
22
- children?: React$1.ReactNode;
23
- className?: string;
24
- items?: FAQItem[];
25
- accordionType?: 'single' | 'multiple';
26
- collapsible?: boolean;
27
- defaultOpenIndex?: number;
28
- accordionClassName?: string;
29
- }): react_jsx_runtime36.JSX.Element;
30
- //#endregion
31
- export { FAQItem, FAQSection };
@@ -1,18 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime38 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/FeatureCarousel.d.ts
5
- interface FeatureSlide {
6
- title: React$1.ReactNode;
7
- description?: React$1.ReactNode;
8
- media?: React$1.ReactNode;
9
- }
10
- declare function FeatureCarousel({
11
- slides,
12
- className
13
- }: {
14
- slides: FeatureSlide[];
15
- className?: string;
16
- }): react_jsx_runtime38.JSX.Element;
17
- //#endregion
18
- export { FeatureCarousel, FeatureSlide };
@@ -1,19 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime39 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/FeaturesSection.d.ts
5
- declare function FeaturesSection({
6
- title,
7
- subtitle,
8
- children,
9
- className,
10
- density
11
- }: {
12
- title: React$1.ReactNode;
13
- subtitle?: React$1.ReactNode;
14
- children: React$1.ReactNode;
15
- className?: string;
16
- density?: 'compact' | 'comfortable';
17
- }): react_jsx_runtime39.JSX.Element;
18
- //#endregion
19
- export { FeaturesSection };
@@ -1,25 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime102 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/Footer.d.ts
5
- interface FooterProps {
6
- left?: React$1.ReactNode;
7
- center?: React$1.ReactNode;
8
- right?: React$1.ReactNode;
9
- links?: {
10
- label: React$1.ReactNode;
11
- href: string;
12
- }[];
13
- className?: string;
14
- variant?: 'default' | 'marketing';
15
- }
16
- declare function Footer({
17
- left,
18
- center,
19
- right,
20
- links,
21
- className,
22
- variant
23
- }: FooterProps): react_jsx_runtime102.JSX.Element;
24
- //#endregion
25
- export { Footer, FooterProps };
@@ -1,25 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime47 from "react/jsx-runtime";
3
- import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types5 from "class-variance-authority/types";
5
-
6
- //#region src/components/organisms/GridLayout.d.ts
7
- declare const gridVariants: (props?: ({
8
- gap?: "sm" | "md" | "lg" | null | undefined;
9
- } & class_variance_authority_types5.ClassProp) | undefined) => string;
10
- declare function GridLayout({
11
- children,
12
- className,
13
- columns,
14
- gap
15
- }: {
16
- children: React$1.ReactNode;
17
- className?: string;
18
- columns?: {
19
- mobile?: number;
20
- tablet?: number;
21
- desktop?: number;
22
- };
23
- } & VariantProps<typeof gridVariants>): react_jsx_runtime47.JSX.Element;
24
- //#endregion
25
- export { GridLayout, GridLayout as default };
@@ -1,28 +0,0 @@
1
- import { useResponsive } from "../../platform/useResponsive.js";
2
- import "react";
3
- import { jsx } from "react/jsx-runtime";
4
- import { cva } from "class-variance-authority";
5
- import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
6
-
7
- //#region src/components/organisms/GridLayout.tsx
8
- const gridVariants = cva("grid", {
9
- variants: { gap: {
10
- sm: "gap-3",
11
- md: "gap-4",
12
- lg: "gap-6"
13
- } },
14
- defaultVariants: { gap: "md" }
15
- });
16
- function GridLayout({ children, className, columns, gap }) {
17
- const { screen } = useResponsive();
18
- const cols = screen === "desktop" ? columns?.desktop ?? 1 : screen === "tablet" ? columns?.tablet ?? 1 : columns?.mobile ?? 1;
19
- const presetColsClass = cols === 1 ? "grid-cols-1" : cols === 2 ? "grid-cols-2" : cols === 3 ? "grid-cols-3" : cols === 4 ? "grid-cols-4" : "grid-cols-1";
20
- return /* @__PURE__ */ jsx("div", {
21
- className: cn(gridVariants({ gap }), presetColsClass, className),
22
- children
23
- });
24
- }
25
- var GridLayout_default = GridLayout;
26
-
27
- //#endregion
28
- export { GridLayout, GridLayout_default as default };
@@ -1,37 +0,0 @@
1
- import { CtaAction, HeaderNavItem, NavSection } from "../../types/navigation.js";
2
- import { NavUser } from "../molecules/NavUser.js";
3
- import * as React$1 from "react";
4
- import * as react_jsx_runtime99 from "react/jsx-runtime";
5
-
6
- //#region src/components/organisms/Header.d.ts
7
- interface HeaderProps {
8
- logo: React$1.ReactNode;
9
- nav: HeaderNavItem[];
10
- userMenu?: React$1.ComponentProps<typeof NavUser>;
11
- cta?: CtaAction;
12
- className?: string;
13
- density?: 'compact' | 'comfortable';
14
- mobileSidebar?: {
15
- sections: NavSection[];
16
- top?: React$1.ReactNode;
17
- bottom?: React$1.ReactNode;
18
- };
19
- }
20
- declare function DesktopHeader({
21
- logo,
22
- nav,
23
- userMenu,
24
- cta,
25
- className,
26
- density
27
- }: HeaderProps): react_jsx_runtime99.JSX.Element;
28
- declare function MobileHeader({
29
- logo,
30
- userMenu,
31
- mobileSidebar,
32
- className,
33
- density
34
- }: HeaderProps): react_jsx_runtime99.JSX.Element;
35
- declare function Header(props: HeaderProps): react_jsx_runtime99.JSX.Element;
36
- //#endregion
37
- export { DesktopHeader, Header, HeaderProps, MobileHeader };
@@ -1,24 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime46 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/Header.mobile.d.ts
5
- interface HeaderProps {
6
- logo: React$1.ReactNode;
7
- nav: any[];
8
- userMenu?: any;
9
- cta?: any;
10
- className?: string;
11
- density?: 'compact' | 'comfortable';
12
- mobileSidebar?: {
13
- sections: any[];
14
- top?: React$1.ReactNode;
15
- bottom?: React$1.ReactNode;
16
- };
17
- }
18
- declare function Header({
19
- logo
20
- }: HeaderProps): react_jsx_runtime46.JSX.Element;
21
- declare const DesktopHeader: typeof Header;
22
- declare const MobileHeader: typeof Header;
23
- //#endregion
24
- export { DesktopHeader, Header, HeaderProps, MobileHeader };
@@ -1,18 +0,0 @@
1
- 'use client';
2
-
3
- import "react";
4
- import { jsx } from "react/jsx-runtime";
5
- import { VStack } from "@lssm/lib.ui-kit/ui/stack";
6
-
7
- //#region src/components/organisms/Header.mobile.tsx
8
- function Header({ logo }) {
9
- return /* @__PURE__ */ jsx(VStack, {
10
- className: "px-3 py-2",
11
- children: logo
12
- });
13
- }
14
- const DesktopHeader = Header;
15
- const MobileHeader = Header;
16
-
17
- //#endregion
18
- export { DesktopHeader, Header, MobileHeader };
@@ -1,14 +0,0 @@
1
- import { HeroSection } from "./HeroSection.js";
2
- import * as React$1 from "react";
3
- import * as react_jsx_runtime126 from "react/jsx-runtime";
4
-
5
- //#region src/components/organisms/HeroResponsive.d.ts
6
- declare function HeroResponsive({
7
- title,
8
- subtitle,
9
- primaryCta,
10
- secondaryCta,
11
- className
12
- }: React$1.ComponentProps<typeof HeroSection>): react_jsx_runtime126.JSX.Element;
13
- //#endregion
14
- export { HeroResponsive };
@@ -1,29 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime97 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/HeroSection.d.ts
5
- declare function HeroSection({
6
- title,
7
- subtitle,
8
- primaryCta,
9
- secondaryCta,
10
- className,
11
- density
12
- }: {
13
- title: React$1.ReactNode;
14
- subtitle?: React$1.ReactNode;
15
- primaryCta?: {
16
- label: string;
17
- href?: string;
18
- onClick?: () => void;
19
- };
20
- secondaryCta?: {
21
- label: string;
22
- href?: string;
23
- onClick?: () => void;
24
- };
25
- className?: string;
26
- density?: 'compact' | 'comfortable';
27
- }): react_jsx_runtime97.JSX.Element;
28
- //#endregion
29
- export { HeroSection };
@@ -1,36 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime98 from "react/jsx-runtime";
3
- import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types12 from "class-variance-authority/types";
5
-
6
- //#region src/components/organisms/ListCardPage.d.ts
7
- declare const containerVariants: (props?: ({
8
- density?: "compact" | "comfortable" | null | undefined;
9
- } & class_variance_authority_types12.ClassProp) | undefined) => string;
10
- declare const gridVariants: (props?: ({
11
- size?: "sm" | "md" | "lg" | null | undefined;
12
- } & class_variance_authority_types12.ClassProp) | undefined) => string;
13
- interface ListCardPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridVariants> {
14
- title: React$1.ReactNode;
15
- subtitle?: React$1.ReactNode;
16
- items: T[];
17
- renderCard: (item: T, index: number) => React$1.ReactNode;
18
- className?: string;
19
- columns?: {
20
- mobile?: number;
21
- tablet?: number;
22
- desktop?: number;
23
- };
24
- }
25
- declare function ListCardPage<T>({
26
- title,
27
- subtitle,
28
- items,
29
- renderCard,
30
- className,
31
- columns,
32
- density,
33
- size
34
- }: ListCardPageProps<T>): react_jsx_runtime98.JSX.Element;
35
- //#endregion
36
- export { ListCardPage, ListCardPageProps };
@@ -1,36 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime103 from "react/jsx-runtime";
3
- import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types14 from "class-variance-authority/types";
5
-
6
- //#region src/components/organisms/ListGridPage.d.ts
7
- declare const containerVariants: (props?: ({
8
- density?: "compact" | "comfortable" | null | undefined;
9
- } & class_variance_authority_types14.ClassProp) | undefined) => string;
10
- declare const gridGapVariants: (props?: ({
11
- size?: "sm" | "md" | "lg" | null | undefined;
12
- } & class_variance_authority_types14.ClassProp) | undefined) => string;
13
- interface ListGridPageProps<T> extends VariantProps<typeof containerVariants>, VariantProps<typeof gridGapVariants> {
14
- title: React$1.ReactNode;
15
- subtitle?: React$1.ReactNode;
16
- items: T[];
17
- renderItem: (item: T, index: number) => React$1.ReactNode;
18
- className?: string;
19
- columns?: {
20
- mobile?: number;
21
- tablet?: number;
22
- desktop?: number;
23
- };
24
- }
25
- declare function ListGridPage<T>({
26
- title,
27
- subtitle,
28
- items,
29
- renderItem,
30
- className,
31
- columns,
32
- density,
33
- size
34
- }: ListGridPageProps<T>): react_jsx_runtime103.JSX.Element;
35
- //#endregion
36
- export { ListGridPage, ListGridPageProps };
@@ -1,7 +0,0 @@
1
- import * as react_jsx_runtime88 from "react/jsx-runtime";
2
- import { ListPageProps } from "@lssm/lib.ui-kit-web/ui/organisms/ListPage/types";
3
-
4
- //#region src/components/organisms/ListPageResponsive.d.ts
5
- declare function ListPageResponsive<T>(props: ListPageProps<T>): react_jsx_runtime88.JSX.Element;
6
- //#endregion
7
- export { ListPageResponsive };
@@ -1,33 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime127 from "react/jsx-runtime";
3
- import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types19 from "class-variance-authority/types";
5
-
6
- //#region src/components/organisms/ListTablePage.d.ts
7
- interface TableColumn<T> {
8
- header: React$1.ReactNode;
9
- cell: (item: T, index: number) => React$1.ReactNode;
10
- className?: string;
11
- }
12
- declare const containerVariants: (props?: ({
13
- density?: "compact" | "comfortable" | null | undefined;
14
- } & class_variance_authority_types19.ClassProp) | undefined) => string;
15
- interface ListTablePageProps<T> extends VariantProps<typeof containerVariants> {
16
- title: React$1.ReactNode;
17
- subtitle?: React$1.ReactNode;
18
- items: T[];
19
- columns: TableColumn<T>[];
20
- className?: string;
21
- renderActions?: (item: T, index: number) => React$1.ReactNode;
22
- }
23
- declare function ListTablePage<T>({
24
- title,
25
- subtitle,
26
- items,
27
- columns,
28
- className,
29
- density,
30
- renderActions
31
- }: ListTablePageProps<T>): react_jsx_runtime127.JSX.Element;
32
- //#endregion
33
- export { ListTablePage, ListTablePageProps, TableColumn };
@@ -1,36 +0,0 @@
1
- import { CommandPalette } from "../molecules/CommandPalette.js";
2
- import { LangSwitchProps } from "../molecules/LangSwitch.js";
3
- import { CtaAction, HeaderNavItem, UserMenuItem } from "../../types/navigation.js";
4
- import * as React$1 from "react";
5
- import * as react_jsx_runtime106 from "react/jsx-runtime";
6
-
7
- //#region src/components/organisms/MarketingHeader.d.ts
8
- interface MarketingHeaderProps {
9
- logo: React$1.ReactNode;
10
- nav?: HeaderNavItem[];
11
- userMenu?: {
12
- name?: string;
13
- email?: string;
14
- imageUrl?: string;
15
- items: UserMenuItem[];
16
- };
17
- cta?: CtaAction;
18
- className?: string;
19
- density?: 'compact' | 'comfortable';
20
- right?: React$1.ReactNode;
21
- commandPaletteGroups: React$1.ComponentProps<typeof CommandPalette>['groups'];
22
- langSwitchProps: LangSwitchProps;
23
- }
24
- declare function MarketingHeader({
25
- logo,
26
- nav,
27
- userMenu,
28
- cta,
29
- className,
30
- density,
31
- right,
32
- commandPaletteGroups,
33
- langSwitchProps
34
- }: MarketingHeaderProps): react_jsx_runtime106.JSX.Element;
35
- //#endregion
36
- export { MarketingHeader, MarketingHeaderProps };
@@ -1,15 +0,0 @@
1
- import { MarketingHeaderProps } from "./MarketingHeader.js";
2
- import * as react_jsx_runtime105 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/MarketingHeaderDesktop.d.ts
5
- declare function MarketingHeaderDesktop({
6
- logo,
7
- nav,
8
- userMenu,
9
- cta,
10
- className,
11
- density,
12
- right
13
- }: MarketingHeaderProps): react_jsx_runtime105.JSX.Element;
14
- //#endregion
15
- export { MarketingHeaderDesktop };
@@ -1,12 +0,0 @@
1
- import { MarketingHeaderProps } from "./MarketingHeader.js";
2
- import * as react_jsx_runtime96 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/MarketingHeaderMobile.d.ts
5
- declare function MarketingHeaderMobile({
6
- logo,
7
- nav,
8
- className,
9
- right
10
- }: MarketingHeaderProps): react_jsx_runtime96.JSX.Element;
11
- //#endregion
12
- export { MarketingHeaderMobile };
@@ -1,18 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime129 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/MarketingLayout.d.ts
5
- interface MarketingLayoutProps {
6
- header: React$1.ReactNode;
7
- children: React$1.ReactNode;
8
- footer?: React$1.ReactNode;
9
- className?: string;
10
- }
11
- declare function MarketingLayout({
12
- header,
13
- children,
14
- footer,
15
- className
16
- }: MarketingLayoutProps): react_jsx_runtime129.JSX.Element;
17
- //#endregion
18
- export { MarketingLayout, MarketingLayoutProps };
@@ -1,8 +0,0 @@
1
- import * as react_jsx_runtime104 from "react/jsx-runtime";
2
- import { PageHeaderProps } from "@lssm/lib.ui-kit-web/ui/page-header";
3
-
4
- //#region src/components/organisms/PageHeaderResponsive.d.ts
5
- interface PageHeaderResponsiveProps extends PageHeaderProps {}
6
- declare function PageHeaderResponsive(props: PageHeaderResponsiveProps): react_jsx_runtime104.JSX.Element;
7
- //#endregion
8
- export { PageHeaderResponsive, PageHeaderResponsiveProps };
@@ -1,22 +0,0 @@
1
- import * as React$1 from "react";
2
- import * as react_jsx_runtime128 from "react/jsx-runtime";
3
-
4
- //#region src/components/organisms/PageHeaderResponsive.mobile.d.ts
5
- interface Props {
6
- title: React$1.ReactNode;
7
- subtitle?: React$1.ReactNode;
8
- actions?: React$1.ReactNode;
9
- breadcrumb?: React$1.ReactNode;
10
- spacing?: 'sm' | 'md' | 'lg';
11
- className?: string;
12
- }
13
- declare function PageHeaderResponsive({
14
- title,
15
- subtitle,
16
- actions,
17
- breadcrumb,
18
- spacing,
19
- className
20
- }: Props): react_jsx_runtime128.JSX.Element;
21
- //#endregion
22
- export { PageHeaderResponsive };
@@ -1,32 +0,0 @@
1
- 'use client';
2
-
3
- import { useResponsive } from "../../platform/useResponsive.mobile.js";
4
- import "react";
5
- import { jsx, jsxs } from "react/jsx-runtime";
6
- import { HStack, VStack } from "@lssm/lib.ui-kit/ui/stack";
7
- import { Text } from "@lssm/lib.ui-kit/ui/text";
8
-
9
- //#region src/components/organisms/PageHeaderResponsive.mobile.tsx
10
- function PageHeaderResponsive({ title, subtitle, actions, breadcrumb, spacing, className }) {
11
- const { screen } = useResponsive();
12
- const resolvedSpacing = spacing ?? (screen === "desktop" ? "lg" : screen === "tablet" ? "md" : "sm");
13
- return /* @__PURE__ */ jsxs(VStack, {
14
- className: [resolvedSpacing === "lg" ? "gap-4" : resolvedSpacing === "md" ? "gap-3" : "gap-2", className].filter(Boolean).join(" "),
15
- children: [breadcrumb, /* @__PURE__ */ jsxs(HStack, {
16
- className: "items-start justify-between",
17
- children: [/* @__PURE__ */ jsxs(VStack, {
18
- className: "gap-1",
19
- children: [typeof title === "string" ? /* @__PURE__ */ jsx(Text, {
20
- className: "text-2xl font-bold",
21
- children: title
22
- }) : title, subtitle ? typeof subtitle === "string" ? /* @__PURE__ */ jsx(Text, {
23
- className: "text-muted-foreground text-base",
24
- children: subtitle
25
- }) : subtitle : null]
26
- }), actions]
27
- })]
28
- });
29
- }
30
-
31
- //#endregion
32
- export { PageHeaderResponsive };
@@ -1,24 +0,0 @@
1
- import * as react_jsx_runtime55 from "react/jsx-runtime";
2
-
3
- //#region src/components/organisms/PricingCarousel.d.ts
4
- interface PricingSlide {
5
- name: string;
6
- price: string;
7
- tagline?: string;
8
- features: string[];
9
- cta?: {
10
- label: string;
11
- href?: string;
12
- onPress?: () => void;
13
- };
14
- highlighted?: boolean;
15
- }
16
- declare function PricingCarousel({
17
- tiers,
18
- className
19
- }: {
20
- tiers: PricingSlide[];
21
- className?: string;
22
- }): react_jsx_runtime55.JSX.Element;
23
- //#endregion
24
- export { PricingCarousel, PricingSlide };