@lssm/lib.design-system 0.0.0-canary-20251217062139 → 0.0.0-canary-20251217060834

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 (234) hide show
  1. package/dist/_virtual/rolldown_runtime.js +12 -1
  2. package/dist/components/agent/AgentMonitor.js +3 -3
  3. package/dist/components/agent/ApprovalQueue.d.ts +2 -2
  4. package/dist/components/agent/ApprovalQueue.js +5 -4
  5. package/dist/components/atoms/ActionButtons.d.ts +3 -3
  6. package/dist/components/atoms/ActionButtons.js +3 -3
  7. package/dist/components/atoms/Button.d.ts +6 -6
  8. package/dist/components/atoms/Button.js +2 -2
  9. package/dist/components/atoms/ButtonLink.js +2 -2
  10. package/dist/components/atoms/Cta.d.ts +7 -7
  11. package/dist/components/atoms/Cta.js +2 -2
  12. package/dist/components/atoms/DataChips.d.ts +2 -2
  13. package/dist/components/atoms/DataChips.js +1 -1
  14. package/dist/components/atoms/EmptyState.d.ts +2 -2
  15. package/dist/components/atoms/EmptyState.js +1 -1
  16. package/dist/components/atoms/ErrorState.d.ts +6 -6
  17. package/dist/components/atoms/ErrorState.js +1 -1
  18. package/dist/components/atoms/Input.d.ts +2 -2
  19. package/dist/components/atoms/Input.js +1 -1
  20. package/dist/components/atoms/Link.web.d.ts +3 -3
  21. package/dist/components/atoms/Link.web.js +6 -4
  22. package/dist/components/atoms/LoaderCircular.d.ts +3 -3
  23. package/dist/components/atoms/LoaderCircular.js +2 -2
  24. package/dist/components/atoms/NavBrand.d.ts +3 -3
  25. package/dist/components/atoms/NavBrand.js +1 -1
  26. package/dist/components/atoms/Stepper.d.ts +2 -2
  27. package/dist/components/atoms/Stepper.js +1 -1
  28. package/dist/components/atoms/Textarea.d.ts +2 -2
  29. package/dist/components/atoms/Textarea.js +4 -4
  30. package/dist/components/data-view/DataViewDetail.d.ts +5 -5
  31. package/dist/components/data-view/DataViewList.d.ts +5 -5
  32. package/dist/components/data-view/DataViewRenderer.d.ts +5 -5
  33. package/dist/components/data-view/DataViewRenderer.js +3 -3
  34. package/dist/components/data-view/DataViewTable.d.ts +6 -6
  35. package/dist/components/forms/ActionForm.d.ts +3 -3
  36. package/dist/components/forms/ActionForm.js +1 -1
  37. package/dist/components/forms/FormCardLayout.d.ts +5 -5
  38. package/dist/components/forms/FormCardLayout.js +2 -2
  39. package/dist/components/forms/FormDialog.d.ts +5 -5
  40. package/dist/components/forms/FormDialog.js +1 -1
  41. package/dist/components/forms/FormLayout.d.ts +4 -4
  42. package/dist/components/forms/FormLayout.js +1 -1
  43. package/dist/components/forms/FormOneByOneLayout.d.ts +6 -6
  44. package/dist/components/forms/FormOneByOneLayout.js +4 -4
  45. package/dist/components/forms/FormStepsLayout.d.ts +4 -4
  46. package/dist/components/forms/FormStepsLayout.js +5 -5
  47. package/dist/components/forms/ZodForm.d.ts +6 -6
  48. package/dist/components/forms/ZodForm.js +1 -1
  49. package/dist/components/legal/atoms/DefinitionList.d.ts +3 -3
  50. package/dist/components/legal/atoms/DefinitionList.js +1 -1
  51. package/dist/components/legal/atoms/KeyValueList.d.ts +3 -3
  52. package/dist/components/legal/atoms/KeyValueList.js +1 -1
  53. package/dist/components/legal/atoms/LegalCallout.d.ts +2 -2
  54. package/dist/components/legal/atoms/LegalCallout.js +1 -1
  55. package/dist/components/legal/atoms/LegalHeading.d.ts +2 -2
  56. package/dist/components/legal/atoms/LegalHeading.js +1 -1
  57. package/dist/components/legal/atoms/LegalList.d.ts +2 -2
  58. package/dist/components/legal/atoms/LegalList.js +1 -1
  59. package/dist/components/legal/atoms/LegalSection.d.ts +2 -2
  60. package/dist/components/legal/atoms/LegalSection.js +1 -1
  61. package/dist/components/legal/atoms/LegalText.d.ts +2 -2
  62. package/dist/components/legal/atoms/LegalText.js +1 -1
  63. package/dist/components/legal/molecules/Consent.d.ts +5 -5
  64. package/dist/components/legal/molecules/Consent.js +2 -2
  65. package/dist/components/legal/molecules/ContactFields.js +1 -1
  66. package/dist/components/legal/molecules/LegalMeta.js +1 -1
  67. package/dist/components/legal/molecules/LegalTOC.d.ts +3 -3
  68. package/dist/components/legal/molecules/LegalTOC.js +1 -1
  69. package/dist/components/legal/organisms/ContactForm.d.ts +2 -2
  70. package/dist/components/legal/organisms/ContactForm.js +3 -3
  71. package/dist/components/legal/organisms/GDPRDataRequest.d.ts +3 -3
  72. package/dist/components/legal/organisms/GDPRDataRequest.js +2 -2
  73. package/dist/components/legal/organisms/GDPRRights.d.ts +3 -3
  74. package/dist/components/legal/organisms/LegalPageLayout.d.ts +3 -3
  75. package/dist/components/legal/organisms/LegalPageLayout.js +1 -1
  76. package/dist/components/legal/templates/ContactTemplate.d.ts +4 -4
  77. package/dist/components/legal/templates/ContactTemplate.js +3 -3
  78. package/dist/components/legal/templates/CookiesTemplate.d.ts +7 -7
  79. package/dist/components/legal/templates/PrivacyTemplate.d.ts +7 -7
  80. package/dist/components/legal/templates/SalesTermsTemplate.d.ts +5 -5
  81. package/dist/components/legal/templates/TermsTemplate.d.ts +5 -5
  82. package/dist/components/marketing/MarketingCard.d.ts +4 -4
  83. package/dist/components/marketing/MarketingCard.js +3 -3
  84. package/dist/components/marketing/MarketingCardsSection.d.ts +2 -2
  85. package/dist/components/marketing/MarketingCardsSection.js +1 -1
  86. package/dist/components/marketing/MarketingComparisonSection.d.ts +5 -5
  87. package/dist/components/marketing/MarketingComparisonSection.js +3 -3
  88. package/dist/components/marketing/MarketingIconCard.d.ts +5 -5
  89. package/dist/components/marketing/MarketingIconCard.js +3 -4
  90. package/dist/components/marketing/MarketingSection.d.ts +5 -5
  91. package/dist/components/marketing/MarketingSection.js +3 -3
  92. package/dist/components/marketing/MarketingStepCard.d.ts +3 -3
  93. package/dist/components/marketing/MarketingStepCard.js +3 -4
  94. package/dist/components/molecules/AiLinkButton.js +5 -5
  95. package/dist/components/molecules/Breadcrumbs.d.ts +4 -4
  96. package/dist/components/molecules/Breadcrumbs.js +3 -3
  97. package/dist/components/molecules/CommandPalette.js +4 -4
  98. package/dist/components/molecules/CommandSearchTrigger.d.ts +4 -4
  99. package/dist/components/molecules/CommandSearchTrigger.js +5 -5
  100. package/dist/components/molecules/EntityCard.d.ts +9 -9
  101. package/dist/components/molecules/EntityCard.js +2 -2
  102. package/dist/components/molecules/FiltersToolbar.d.ts +4 -4
  103. package/dist/components/molecules/FiltersToolbar.js +6 -6
  104. package/dist/components/molecules/HoverPreview.d.ts +3 -3
  105. package/dist/components/molecules/HoverPreview.js +2 -4
  106. package/dist/components/molecules/LangSwitch.d.ts +2 -2
  107. package/dist/components/molecules/LangSwitchDropdown.js +4 -4
  108. package/dist/components/molecules/LoaderBlock.d.ts +3 -3
  109. package/dist/components/molecules/LoaderBlock.js +1 -1
  110. package/dist/components/molecules/MobileNavMenu.js +1 -1
  111. package/dist/components/molecules/NavItemCard.js +1 -1
  112. package/dist/components/molecules/NavMain.js +4 -4
  113. package/dist/components/molecules/NavUser.js +2 -2
  114. package/dist/components/molecules/OverviewCard.d.ts +2 -2
  115. package/dist/components/molecules/OverviewCard.js +5 -3
  116. package/dist/components/molecules/SkeletonBlock/index.web.d.ts +2 -2
  117. package/dist/components/molecules/SkeletonBlock/index.web.js +2 -2
  118. package/dist/components/molecules/SkeletonCircle/index.web.js +1 -1
  119. package/dist/components/molecules/SkeletonList/index.web.d.ts +2 -2
  120. package/dist/components/molecules/SkeletonList/index.web.js +1 -1
  121. package/dist/components/molecules/StatCard.d.ts +8 -8
  122. package/dist/components/molecules/StatCard.js +2 -2
  123. package/dist/components/molecules/StatusChip.d.ts +5 -5
  124. package/dist/components/molecules/StatusChip.js +1 -1
  125. package/dist/components/molecules/hover-previews/Doc.d.ts +6 -6
  126. package/dist/components/molecules/hover-previews/Media.d.ts +5 -5
  127. package/dist/components/molecules/hover-previews/Simple.d.ts +7 -7
  128. package/dist/components/molecules/hover-previews/Stats.d.ts +6 -6
  129. package/dist/components/molecules/hover-previews/User.d.ts +7 -7
  130. package/dist/components/organisms/AcademyLayout.d.ts +7 -7
  131. package/dist/components/organisms/AcademyLayout.js +4 -4
  132. package/dist/components/organisms/AppHeader.d.ts +3 -3
  133. package/dist/components/organisms/AppHeader.js +2 -2
  134. package/dist/components/organisms/AppLayout.d.ts +6 -6
  135. package/dist/components/organisms/AppLayout.js +5 -5
  136. package/dist/components/organisms/AppSidebar.d.ts +3 -3
  137. package/dist/components/organisms/AppSidebar.js +2 -2
  138. package/dist/components/organisms/EmptyDataList.js +1 -1
  139. package/dist/components/organisms/EmptyDataList.types.d.ts +8 -8
  140. package/dist/components/organisms/EmptySearchResult.d.ts +5 -5
  141. package/dist/components/organisms/EmptySearchResult.js +3 -3
  142. package/dist/components/organisms/FAQSection.d.ts +6 -6
  143. package/dist/components/organisms/FAQSection.js +4 -4
  144. package/dist/components/organisms/FeatureCarousel.d.ts +4 -4
  145. package/dist/components/organisms/FeatureCarousel.js +2 -2
  146. package/dist/components/organisms/FeaturesSection.d.ts +4 -4
  147. package/dist/components/organisms/FeaturesSection.js +1 -1
  148. package/dist/components/organisms/Footer.d.ts +5 -5
  149. package/dist/components/organisms/Footer.js +2 -2
  150. package/dist/components/organisms/Header.d.ts +5 -5
  151. package/dist/components/organisms/Header.js +4 -4
  152. package/dist/components/organisms/HeroResponsive.d.ts +2 -2
  153. package/dist/components/organisms/HeroSection.d.ts +3 -3
  154. package/dist/components/organisms/HeroSection.js +1 -1
  155. package/dist/components/organisms/ListCardPage.d.ts +4 -4
  156. package/dist/components/organisms/ListCardPage.js +2 -2
  157. package/dist/components/organisms/ListGridPage.d.ts +4 -4
  158. package/dist/components/organisms/ListGridPage.js +1 -1
  159. package/dist/components/organisms/ListPageResponsive.js +1 -1
  160. package/dist/components/organisms/ListTablePage.d.ts +6 -6
  161. package/dist/components/organisms/ListTablePage.js +2 -2
  162. package/dist/components/organisms/MarketingHeader.d.ts +4 -4
  163. package/dist/components/organisms/MarketingHeader.js +9 -9
  164. package/dist/components/organisms/MarketingHeaderDesktop.js +3 -3
  165. package/dist/components/organisms/MarketingHeaderMobile.js +6 -6
  166. package/dist/components/organisms/MarketingLayout.d.ts +4 -4
  167. package/dist/components/organisms/MarketingLayout.js +2 -2
  168. package/dist/components/organisms/PageHeaderResponsive.js +1 -1
  169. package/dist/components/organisms/PricingCarousel.js +2 -2
  170. package/dist/components/organisms/PricingSection.d.ts +3 -3
  171. package/dist/components/organisms/PricingSection.js +1 -1
  172. package/dist/components/organisms/TestimonialCarousel.d.ts +5 -5
  173. package/dist/components/organisms/TestimonialCarousel.js +2 -2
  174. package/dist/components/templates/lists/ListPageTemplate/index.web.js +5 -5
  175. package/dist/components/templates/lists/ListPageTemplate/types.d.ts +7 -7
  176. package/dist/hooks/useListUrlState.js +7 -7
  177. package/dist/index.js +1 -2
  178. package/dist/platform/useColorScheme.js +3 -3
  179. package/dist/platform/useReducedMotion.js +3 -3
  180. package/dist/platform/useResponsive.js +4 -4
  181. package/dist/renderers/form-contract.d.ts +1 -1
  182. package/dist/renderers/form-contract.js +13 -13
  183. package/dist/types/navigation.d.ts +10 -10
  184. package/package.json +7 -7
  185. package/dist/contracts/dist/client/react/drivers/shadcn.js +0 -7
  186. package/dist/contracts/dist/client/react/form-render.js +0 -261
  187. package/dist/contracts/dist/forms.js +0 -78
  188. package/dist/ui-kit-web/dist/ui/accordion.js +0 -48
  189. package/dist/ui-kit-web/dist/ui/atoms/FilterSelect/FilterSelect.js +0 -52
  190. package/dist/ui-kit-web/dist/ui/atoms/Pagination/Pagination.js +0 -156
  191. package/dist/ui-kit-web/dist/ui/atoms/SearchInput/SearchInput.js +0 -49
  192. package/dist/ui-kit-web/dist/ui/avatar.js +0 -32
  193. package/dist/ui-kit-web/dist/ui/badge.js +0 -27
  194. package/dist/ui-kit-web/dist/ui/breadcrumb.js +0 -59
  195. package/dist/ui-kit-web/dist/ui/button.js +0 -55
  196. package/dist/ui-kit-web/dist/ui/card.js +0 -44
  197. package/dist/ui-kit-web/dist/ui/carousel.js +0 -135
  198. package/dist/ui-kit-web/dist/ui/checkbox.js +0 -25
  199. package/dist/ui-kit-web/dist/ui/collapsible.js +0 -27
  200. package/dist/ui-kit-web/dist/ui/command.js +0 -90
  201. package/dist/ui-kit-web/dist/ui/dialog.js +0 -84
  202. package/dist/ui-kit-web/dist/ui/dropdown-menu.js +0 -57
  203. package/dist/ui-kit-web/dist/ui/empty-state.js +0 -43
  204. package/dist/ui-kit-web/dist/ui/empty.js +0 -62
  205. package/dist/ui-kit-web/dist/ui/field.js +0 -78
  206. package/dist/ui-kit-web/dist/ui/form.js +0 -16
  207. package/dist/ui-kit-web/dist/ui/hover-card.js +0 -40
  208. package/dist/ui-kit-web/dist/ui/input.js +0 -17
  209. package/dist/ui-kit-web/dist/ui/label.js +0 -19
  210. package/dist/ui-kit-web/dist/ui/marketing/Hero.js +0 -52
  211. package/dist/ui-kit-web/dist/ui/marketing/PricingTable.js +0 -59
  212. package/dist/ui-kit-web/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +0 -102
  213. package/dist/ui-kit-web/dist/ui/molecules/SkeletonList.js +0 -14
  214. package/dist/ui-kit-web/dist/ui/navigation-menu.js +0 -75
  215. package/dist/ui-kit-web/dist/ui/organisms/ListPage/ListPage.js +0 -197
  216. package/dist/ui-kit-web/dist/ui/page-header.js +0 -40
  217. package/dist/ui-kit-web/dist/ui/pagination.js +0 -65
  218. package/dist/ui-kit-web/dist/ui/radio-group.js +0 -32
  219. package/dist/ui-kit-web/dist/ui/select.js +0 -86
  220. package/dist/ui-kit-web/dist/ui/separator.js +0 -21
  221. package/dist/ui-kit-web/dist/ui/sheet.js +0 -80
  222. package/dist/ui-kit-web/dist/ui/sidebar.js +0 -281
  223. package/dist/ui-kit-web/dist/ui/skeleton.js +0 -14
  224. package/dist/ui-kit-web/dist/ui/stack.js +0 -158
  225. package/dist/ui-kit-web/dist/ui/stepper.js +0 -37
  226. package/dist/ui-kit-web/dist/ui/switch.js +0 -24
  227. package/dist/ui-kit-web/dist/ui/table.js +0 -57
  228. package/dist/ui-kit-web/dist/ui/text.js +0 -16
  229. package/dist/ui-kit-web/dist/ui/textarea.js +0 -16
  230. package/dist/ui-kit-web/dist/ui/tooltip.js +0 -40
  231. package/dist/ui-kit-web/dist/ui/typography.js +0 -23
  232. package/dist/ui-kit-web/dist/ui/use-mobile.js +0 -20
  233. package/dist/ui-kit-web/dist/ui/utils.js +0 -10
  234. package/dist/ui-kit-web/dist/ui-kit-core/dist/utils.js +0 -13
@@ -1,10 +1,10 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime50 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/HoverPreview.d.ts
5
5
  interface HoverPreviewProps {
6
- trigger: React$1.ReactNode;
7
- content: React$1.ReactNode;
6
+ trigger: React.ReactNode;
7
+ content: React.ReactNode;
8
8
  align?: 'start' | 'center' | 'end';
9
9
  sideOffset?: number;
10
10
  className?: string;
@@ -1,9 +1,9 @@
1
1
  'use client';
2
2
 
3
3
  import { __esmMin, __export } from "../../_virtual/rolldown_runtime.js";
4
- import { HoverCard, HoverCardContent, HoverCardTrigger, init_hover_card } from "../../ui-kit-web/dist/ui/hover-card.js";
5
4
  import "react";
6
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
+ import { HoverCard, HoverCardContent, HoverCardTrigger } from "@lssm/lib.ui-kit-web/ui/hover-card";
7
7
 
8
8
  //#region src/components/molecules/HoverPreview.tsx
9
9
  var HoverPreview_exports = /* @__PURE__ */ __export({ HoverPreview: () => HoverPreview });
@@ -18,9 +18,7 @@ function HoverPreview({ trigger, content, align = "center", sideOffset = 8, clas
18
18
  children: content
19
19
  })] });
20
20
  }
21
- var init_HoverPreview = __esmMin((() => {
22
- init_hover_card();
23
- }));
21
+ var init_HoverPreview = __esmMin((() => {}));
24
22
 
25
23
  //#endregion
26
24
  init_HoverPreview();
@@ -1,10 +1,10 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime41 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/LangSwitch.d.ts
5
5
  interface LangOption {
6
6
  code: string;
7
- label: React$1.ReactNode;
7
+ label: React.ReactNode;
8
8
  }
9
9
  interface LangSwitchProps {
10
10
  value: string;
@@ -1,11 +1,11 @@
1
- import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "../../ui-kit-web/dist/ui/dropdown-menu.js";
2
- import * as React$1 from "react";
3
- import { jsx, jsxs } from "react/jsx-runtime";
1
+ import * as React from "react";
4
2
  import { Globe } from "lucide-react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@lssm/lib.ui-kit-web/ui/dropdown-menu";
5
5
 
6
6
  //#region src/components/molecules/LangSwitchDropdown.tsx
7
7
  function LangSwitchDropdown({ value, options, onChange, className }) {
8
- const [open, setOpen] = React$1.useState(false);
8
+ const [open, setOpen] = React.useState(false);
9
9
  const current = options.find((o) => o.code === value);
10
10
  return /* @__PURE__ */ jsxs(DropdownMenu, {
11
11
  open,
@@ -1,10 +1,10 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime73 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/LoaderBlock.d.ts
5
5
  interface LoaderBlockProps {
6
- label?: React$1.ReactNode;
7
- description?: React$1.ReactNode;
6
+ label?: React.ReactNode;
7
+ description?: React.ReactNode;
8
8
  className?: string;
9
9
  size?: 'sm' | 'md' | 'lg';
10
10
  }
@@ -1,7 +1,7 @@
1
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
2
1
  import { LoaderCircular } from "../atoms/LoaderCircular.js";
3
2
  import "react";
4
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
5
5
 
6
6
  //#region src/components/molecules/LoaderBlock.tsx
7
7
  function LoaderBlock({ label, description, className, size = "md" }) {
@@ -1,9 +1,9 @@
1
1
  'use client';
2
2
 
3
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
4
3
  import { NavItemCard } from "./NavItemCard.js";
5
4
  import "react";
6
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
7
7
 
8
8
  //#region src/components/molecules/MobileNavMenu.tsx
9
9
  function MobileNavMenu({ items, className }) {
@@ -1,8 +1,8 @@
1
1
  'use client';
2
2
 
3
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
4
3
  import "react";
5
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
6
6
 
7
7
  //#region src/components/molecules/NavItemCard.tsx
8
8
  function NavItemCard({ item, className }) {
@@ -1,9 +1,9 @@
1
- import { HStack } from "../../ui-kit-web/dist/ui/stack.js";
2
- import { Text } from "../../ui-kit-web/dist/ui/text.js";
3
- import { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger } from "../../ui-kit-web/dist/ui/navigation-menu.js";
4
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
5
1
  import "react";
6
2
  import { Fragment, 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 { NavigationMenu, NavigationMenuContent, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger } from "@lssm/lib.ui-kit-web/ui/navigation-menu";
6
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
7
7
 
8
8
  //#region src/components/molecules/NavMain.tsx
9
9
  function NavMain({ items, className }) {
@@ -1,8 +1,8 @@
1
1
  import { Button } from "../atoms/Button.js";
2
- import { Avatar, AvatarFallback, AvatarImage } from "../../ui-kit-web/dist/ui/avatar.js";
3
- import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger } from "../../ui-kit-web/dist/ui/dropdown-menu.js";
4
2
  import "react";
5
3
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
4
+ import { Avatar, AvatarFallback, AvatarImage } from "@lssm/lib.ui-kit-web/ui/avatar";
5
+ import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger } from "@lssm/lib.ui-kit-web/ui/dropdown-menu";
6
6
 
7
7
  //#region src/components/molecules/NavUser.tsx
8
8
  function NavUser({ name, email, imageUrl, items }) {
@@ -1,4 +1,4 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime49 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/OverviewCard.d.ts
@@ -6,7 +6,7 @@ interface OverviewCardProps {
6
6
  title: string;
7
7
  summary: string;
8
8
  href: string;
9
- preview?: React$1.ReactNode;
9
+ preview?: React.ReactNode;
10
10
  ctaLabel: string;
11
11
  }
12
12
  declare function OverviewCard({
@@ -1,11 +1,13 @@
1
1
  'use client';
2
2
 
3
- import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "../../ui-kit-web/dist/ui/dialog.js";
3
+ import { __toESM } from "../../_virtual/rolldown_runtime.js";
4
+ import { require_link } from "../../node_modules/next/link.js";
4
5
  import "react";
5
6
  import { jsx, jsxs } from "react/jsx-runtime";
6
- import Link from "next/link";
7
+ import { Dialog, DialogContent, DialogHeader, DialogTitle, DialogTrigger } from "@lssm/lib.ui-kit-web/ui/dialog";
7
8
 
8
9
  //#region src/components/molecules/OverviewCard.tsx
10
+ var import_link = /* @__PURE__ */ __toESM(require_link());
9
11
  function OverviewCard({ title, summary, href, preview, ctaLabel }) {
10
12
  return /* @__PURE__ */ jsxs(Dialog, { children: [/* @__PURE__ */ jsx(DialogTrigger, {
11
13
  asChild: true,
@@ -23,7 +25,7 @@ function OverviewCard({ title, summary, href, preview, ctaLabel }) {
23
25
  className: "max-h-[90vh] max-w-2xl overflow-y-auto sm:max-w-3xl",
24
26
  children: [/* @__PURE__ */ jsx(DialogHeader, { children: /* @__PURE__ */ jsx(DialogTitle, { children: title }) }), /* @__PURE__ */ jsxs("div", {
25
27
  className: "space-y-4",
26
- children: [preview, /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(Link, {
28
+ children: [preview, /* @__PURE__ */ jsx("div", { children: /* @__PURE__ */ jsx(import_link.default, {
27
29
  href,
28
30
  className: "bg-primary text-primary-foreground inline-flex rounded-md px-4 py-2",
29
31
  children: ctaLabel
@@ -1,5 +1,5 @@
1
1
  import { SkeletonBlockProps } from "./types.js";
2
- import * as react_jsx_runtime111 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime113 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonBlock/index.web.d.ts
5
5
  declare function SkeletonBlock({
@@ -7,6 +7,6 @@ declare function SkeletonBlock({
7
7
  h,
8
8
  rounded,
9
9
  className
10
- }: SkeletonBlockProps): react_jsx_runtime111.JSX.Element;
10
+ }: SkeletonBlockProps): react_jsx_runtime113.JSX.Element;
11
11
  //#endregion
12
12
  export { SkeletonBlock };
@@ -1,7 +1,7 @@
1
- import { cn } from "../../../ui-kit-web/dist/ui/utils.js";
2
- import { Skeleton } from "../../../ui-kit-web/dist/ui/skeleton.js";
3
1
  import "react";
4
2
  import { jsx } from "react/jsx-runtime";
3
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
4
+ import { Skeleton } from "@lssm/lib.ui-kit-web/ui/skeleton";
5
5
 
6
6
  //#region src/components/molecules/SkeletonBlock/index.web.tsx
7
7
  function SkeletonBlock({ w = "w-full", h = "h-4", rounded = "md", className }) {
@@ -1,6 +1,6 @@
1
- import { Skeleton } from "../../../ui-kit-web/dist/ui/skeleton.js";
2
1
  import "react";
3
2
  import { jsx } from "react/jsx-runtime";
3
+ import { Skeleton } from "@lssm/lib.ui-kit-web/ui/skeleton";
4
4
 
5
5
  //#region src/components/molecules/SkeletonCircle/index.web.tsx
6
6
  function SkeletonCircle({ size = 32, sizeClass, className }) {
@@ -1,10 +1,10 @@
1
1
  import { SkeletonListProps } from "./types.js";
2
- import * as react_jsx_runtime113 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime111 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/SkeletonList/index.web.d.ts
5
5
  declare function SkeletonList({
6
6
  count,
7
7
  className
8
- }: SkeletonListProps): react_jsx_runtime113.JSX.Element;
8
+ }: SkeletonListProps): react_jsx_runtime111.JSX.Element;
9
9
  //#endregion
10
10
  export { SkeletonList };
@@ -1,6 +1,6 @@
1
- import { SkeletonList } from "../../../ui-kit-web/dist/ui/molecules/SkeletonList.js";
2
1
  import "react";
3
2
  import { jsx } from "react/jsx-runtime";
3
+ import { SkeletonList } from "@lssm/lib.ui-kit-web/ui/molecules/SkeletonList";
4
4
 
5
5
  //#region src/components/molecules/SkeletonList/index.web.tsx
6
6
  function SkeletonList$1({ count = 10, className }) {
@@ -1,19 +1,19 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime47 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types8 from "class-variance-authority/types";
5
4
  import { Card } from "@lssm/lib.ui-kit-web/ui/card";
5
+ import * as class_variance_authority_types8 from "class-variance-authority/types";
6
6
 
7
7
  //#region src/components/molecules/StatCard.d.ts
8
8
  declare const statVariants: (props?: ({
9
9
  emphasis?: "default" | "strong" | "subtle" | null | undefined;
10
10
  density?: "compact" | "comfortable" | null | undefined;
11
11
  } & class_variance_authority_types8.ClassProp) | undefined) => string;
12
- type StatCardProps = React$1.ComponentProps<typeof Card> & VariantProps<typeof statVariants> & {
13
- label: React$1.ReactNode;
14
- value: React$1.ReactNode;
15
- hint?: React$1.ReactNode;
16
- icon?: React$1.ReactNode;
12
+ type StatCardProps = React.ComponentProps<typeof Card> & VariantProps<typeof statVariants> & {
13
+ label: React.ReactNode;
14
+ value: React.ReactNode;
15
+ hint?: React.ReactNode;
16
+ icon?: React.ReactNode;
17
17
  };
18
18
  declare function StatCard({
19
19
  label,
@@ -29,7 +29,7 @@ declare function StatCardGroup({
29
29
  children,
30
30
  className
31
31
  }: {
32
- children: React$1.ReactNode;
32
+ children: React.ReactNode;
33
33
  className?: string;
34
34
  }): react_jsx_runtime47.JSX.Element;
35
35
  //#endregion
@@ -1,10 +1,10 @@
1
1
  'use client';
2
2
 
3
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
4
- import { Card, CardContent } from "../../ui-kit-web/dist/ui/card.js";
5
3
  import "react";
6
4
  import { jsx, jsxs } from "react/jsx-runtime";
7
5
  import { cva } from "class-variance-authority";
6
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
7
+ import { Card, CardContent } from "@lssm/lib.ui-kit-web/ui/card";
8
8
 
9
9
  //#region src/components/molecules/StatCard.tsx
10
10
  const statVariants = cva("", {
@@ -1,4 +1,4 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime45 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as class_variance_authority_types6 from "class-variance-authority/types";
@@ -8,10 +8,10 @@ declare const chipVariants: (props?: ({
8
8
  tone?: "neutral" | "danger" | "info" | "success" | "warning" | null | undefined;
9
9
  size?: "sm" | "md" | null | undefined;
10
10
  } & class_variance_authority_types6.ClassProp) | undefined) => string;
11
- type StatusChipProps = React$1.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof chipVariants> & {
12
- icon?: React$1.ReactNode;
13
- label?: React$1.ReactNode;
14
- hoverContent?: React$1.ReactNode;
11
+ type StatusChipProps = React.HTMLAttributes<HTMLSpanElement> & VariantProps<typeof chipVariants> & {
12
+ icon?: React.ReactNode;
13
+ label?: React.ReactNode;
14
+ hoverContent?: React.ReactNode;
15
15
  };
16
16
  declare function StatusChip({
17
17
  tone,
@@ -1,11 +1,11 @@
1
1
  'use client';
2
2
 
3
3
  import { __toCommonJS } from "../../_virtual/rolldown_runtime.js";
4
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
5
4
  import { HoverPreview_exports, init_HoverPreview } from "./HoverPreview.js";
6
5
  import "react";
7
6
  import { jsx, jsxs } from "react/jsx-runtime";
8
7
  import { cva } from "class-variance-authority";
8
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
9
9
 
10
10
  //#region src/components/molecules/StatusChip.tsx
11
11
  const chipVariants = cva("inline-flex items-center gap-1 rounded-md px-2 py-0.5 text-base font-medium", {
@@ -1,17 +1,17 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime53 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/hover-previews/Doc.d.ts
5
5
  interface HoverPreviewDocProps {
6
6
  docType: string;
7
7
  number?: string;
8
- title?: React$1.ReactNode;
8
+ title?: React.ReactNode;
9
9
  meta?: {
10
- label: React$1.ReactNode;
11
- value: React$1.ReactNode;
10
+ label: React.ReactNode;
11
+ value: React.ReactNode;
12
12
  }[];
13
- status?: React$1.ReactNode;
14
- amount?: React$1.ReactNode;
13
+ status?: React.ReactNode;
14
+ amount?: React.ReactNode;
15
15
  className?: string;
16
16
  }
17
17
  declare function HoverPreviewDoc({
@@ -1,12 +1,12 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime52 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/hover-previews/Media.d.ts
5
5
  interface HoverPreviewMediaProps {
6
- title?: React$1.ReactNode;
7
- subtitle?: React$1.ReactNode;
8
- media: React$1.ReactNode;
9
- caption?: React$1.ReactNode;
6
+ title?: React.ReactNode;
7
+ subtitle?: React.ReactNode;
8
+ media: React.ReactNode;
9
+ caption?: React.ReactNode;
10
10
  className?: string;
11
11
  }
12
12
  declare function HoverPreviewMedia({
@@ -1,17 +1,17 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime51 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/hover-previews/Simple.d.ts
5
5
  interface HoverPreviewLine {
6
- icon?: React$1.ReactNode;
7
- label?: React$1.ReactNode;
8
- value: React$1.ReactNode;
6
+ icon?: React.ReactNode;
7
+ label?: React.ReactNode;
8
+ value: React.ReactNode;
9
9
  }
10
10
  interface HoverPreviewSimpleProps {
11
- title: React$1.ReactNode;
12
- subtitle?: React$1.ReactNode;
11
+ title: React.ReactNode;
12
+ subtitle?: React.ReactNode;
13
13
  lines?: HoverPreviewLine[];
14
- footer?: React$1.ReactNode;
14
+ footer?: React.ReactNode;
15
15
  className?: string;
16
16
  }
17
17
  declare function HoverPreviewSimple({
@@ -1,11 +1,11 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime55 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/hover-previews/Stats.d.ts
5
5
  interface HoverPreviewStat {
6
- label: React$1.ReactNode;
7
- value: React$1.ReactNode;
8
- hint?: React$1.ReactNode;
6
+ label: React.ReactNode;
7
+ value: React.ReactNode;
8
+ hint?: React.ReactNode;
9
9
  }
10
10
  declare function HoverPreviewStats({
11
11
  title,
@@ -13,9 +13,9 @@ declare function HoverPreviewStats({
13
13
  footer,
14
14
  className
15
15
  }: {
16
- title?: React$1.ReactNode;
16
+ title?: React.ReactNode;
17
17
  stats: HoverPreviewStat[];
18
- footer?: React$1.ReactNode;
18
+ footer?: React.ReactNode;
19
19
  className?: string;
20
20
  }): react_jsx_runtime55.JSX.Element;
21
21
  //#endregion
@@ -1,16 +1,16 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime54 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/molecules/hover-previews/User.d.ts
5
5
  interface HoverPreviewUserProps {
6
- avatar?: React$1.ReactNode;
7
- name: React$1.ReactNode;
8
- email?: React$1.ReactNode;
6
+ avatar?: React.ReactNode;
7
+ name: React.ReactNode;
8
+ email?: React.ReactNode;
9
9
  meta?: {
10
- label: React$1.ReactNode;
11
- value: React$1.ReactNode;
10
+ label: React.ReactNode;
11
+ value: React.ReactNode;
12
12
  }[];
13
- actions?: React$1.ReactNode;
13
+ actions?: React.ReactNode;
14
14
  className?: string;
15
15
  }
16
16
  declare function HoverPreviewUser({
@@ -1,19 +1,19 @@
1
- import * as React$1 from "react";
1
+ import * as React from "react";
2
2
  import * as react_jsx_runtime38 from "react/jsx-runtime";
3
3
 
4
4
  //#region src/components/organisms/AcademyLayout.d.ts
5
5
  interface AcademyLayoutProps {
6
- header: React$1.ReactNode;
7
- toc?: React$1.ReactNode;
6
+ header: React.ReactNode;
7
+ toc?: React.ReactNode;
8
8
  breadcrumb?: {
9
9
  items: {
10
10
  href?: string;
11
- label: React$1.ReactNode;
11
+ label: React.ReactNode;
12
12
  }[];
13
13
  };
14
- children: React$1.ReactNode;
15
- rightPanel?: React$1.ReactNode;
16
- footer?: React$1.ReactNode;
14
+ children: React.ReactNode;
15
+ rightPanel?: React.ReactNode;
16
+ footer?: React.ReactNode;
17
17
  className?: string;
18
18
  }
19
19
  declare function AcademyLayout({
@@ -1,9 +1,9 @@
1
1
  'use client';
2
2
 
3
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
4
- import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from "../../ui-kit-web/dist/ui/breadcrumb.js";
5
- import * as React$1 from "react";
3
+ import * as React from "react";
6
4
  import { jsx, jsxs } from "react/jsx-runtime";
5
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
6
+ import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from "@lssm/lib.ui-kit-web/ui/breadcrumb";
7
7
 
8
8
  //#region src/components/organisms/AcademyLayout.tsx
9
9
  function AcademyLayout({ header, toc, breadcrumb, children, rightPanel, footer, className }) {
@@ -22,7 +22,7 @@ function AcademyLayout({ header, toc, breadcrumb, children, rightPanel, footer,
22
22
  className: "min-w-0",
23
23
  children: [breadcrumb && breadcrumb.items?.length ? /* @__PURE__ */ jsx("div", {
24
24
  className: "mb-4",
25
- children: /* @__PURE__ */ jsx(Breadcrumb, { children: /* @__PURE__ */ jsx(BreadcrumbList, { children: breadcrumb.items.map((it, idx) => /* @__PURE__ */ jsxs(React$1.Fragment, { children: [/* @__PURE__ */ jsx(BreadcrumbItem, { children: it.href ? /* @__PURE__ */ jsx(BreadcrumbLink, {
25
+ children: /* @__PURE__ */ jsx(Breadcrumb, { children: /* @__PURE__ */ jsx(BreadcrumbList, { children: breadcrumb.items.map((it, idx) => /* @__PURE__ */ jsxs(React.Fragment, { children: [/* @__PURE__ */ jsx(BreadcrumbItem, { children: it.href ? /* @__PURE__ */ jsx(BreadcrumbLink, {
26
26
  href: it.href,
27
27
  children: it.label
28
28
  }) : /* @__PURE__ */ jsx(BreadcrumbPage, { children: it.label }) }), idx < breadcrumb.items.length - 1 && /* @__PURE__ */ jsx(BreadcrumbSeparator, {})] }, idx)) }) })
@@ -1,11 +1,11 @@
1
1
  import { HeaderProps } from "./Header.js";
2
- import * as React$1 from "react";
2
+ import * as React from "react";
3
3
  import * as react_jsx_runtime39 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/organisms/AppHeader.d.ts
6
6
  interface AppHeaderProps extends HeaderProps {
7
- breadcrumb?: React$1.ReactNode;
8
- toolbarRight?: React$1.ReactNode;
7
+ breadcrumb?: React.ReactNode;
8
+ toolbarRight?: React.ReactNode;
9
9
  className?: string;
10
10
  }
11
11
  declare function AppHeader({
@@ -1,10 +1,10 @@
1
1
  'use client';
2
2
 
3
- import { Separator } from "../../ui-kit-web/dist/ui/separator.js";
4
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
5
3
  import { Header } from "./Header.js";
6
4
  import "react";
7
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
6
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
7
+ import { Separator } from "@lssm/lib.ui-kit-web/ui/separator";
8
8
 
9
9
  //#region src/components/organisms/AppHeader.tsx
10
10
  function AppHeader({ breadcrumb, toolbarRight, className, ...props }) {
@@ -1,19 +1,19 @@
1
1
  import { AppSidebar } from "./AppSidebar.js";
2
- import * as React$1 from "react";
2
+ import * as React from "react";
3
3
  import * as react_jsx_runtime37 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/organisms/AppLayout.d.ts
6
6
  interface AppLayoutProps {
7
- header: React$1.ReactNode;
8
- sidebar?: React$1.ComponentProps<typeof AppSidebar>;
7
+ header: React.ReactNode;
8
+ sidebar?: React.ComponentProps<typeof AppSidebar>;
9
9
  breadcrumb?: {
10
10
  items: {
11
11
  href?: string;
12
- label: React$1.ReactNode;
12
+ label: React.ReactNode;
13
13
  }[];
14
14
  };
15
- children: React$1.ReactNode;
16
- footer?: React$1.ReactNode;
15
+ children: React.ReactNode;
16
+ footer?: React.ReactNode;
17
17
  className?: string;
18
18
  }
19
19
  declare function AppLayout({
@@ -1,11 +1,11 @@
1
1
  'use client';
2
2
 
3
- import { Separator } from "../../ui-kit-web/dist/ui/separator.js";
4
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
5
3
  import { AppSidebar } from "./AppSidebar.js";
6
- import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from "../../ui-kit-web/dist/ui/breadcrumb.js";
7
- import * as React$1 from "react";
4
+ import * as React from "react";
8
5
  import { Fragment, jsx, jsxs } from "react/jsx-runtime";
6
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
7
+ import { Separator } from "@lssm/lib.ui-kit-web/ui/separator";
8
+ import { Breadcrumb, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from "@lssm/lib.ui-kit-web/ui/breadcrumb";
9
9
 
10
10
  //#region src/components/organisms/AppLayout.tsx
11
11
  function AppLayout({ header, sidebar, breadcrumb, children, footer, className }) {
@@ -28,7 +28,7 @@ function AppLayout({ header, sidebar, breadcrumb, children, footer, className })
28
28
  className: "min-w-0",
29
29
  children: [breadcrumb && breadcrumb.items?.length ? /* @__PURE__ */ jsx("div", {
30
30
  className: "mb-2",
31
- children: /* @__PURE__ */ jsx(Breadcrumb, { children: /* @__PURE__ */ jsx(BreadcrumbList, { children: breadcrumb.items.map((it, idx) => /* @__PURE__ */ jsxs(React$1.Fragment, { children: [/* @__PURE__ */ jsx(BreadcrumbItem, { children: it.href ? /* @__PURE__ */ jsx(BreadcrumbLink, {
31
+ children: /* @__PURE__ */ jsx(Breadcrumb, { children: /* @__PURE__ */ jsx(BreadcrumbList, { children: breadcrumb.items.map((it, idx) => /* @__PURE__ */ jsxs(React.Fragment, { children: [/* @__PURE__ */ jsx(BreadcrumbItem, { children: it.href ? /* @__PURE__ */ jsx(BreadcrumbLink, {
32
32
  href: it.href,
33
33
  children: it.label
34
34
  }) : /* @__PURE__ */ jsx(BreadcrumbPage, { children: it.label }) }), idx < breadcrumb.items.length - 1 && /* @__PURE__ */ jsx(BreadcrumbSeparator, {})] }, idx)) }) })
@@ -1,12 +1,12 @@
1
1
  import { NavSection } from "../../types/navigation.js";
2
- import * as React$1 from "react";
2
+ import * as React from "react";
3
3
  import * as react_jsx_runtime21 from "react/jsx-runtime";
4
4
 
5
5
  //#region src/components/organisms/AppSidebar.d.ts
6
6
  interface AppSidebarProps {
7
7
  sections: NavSection[];
8
- top?: React$1.ReactNode;
9
- bottom?: React$1.ReactNode;
8
+ top?: React.ReactNode;
9
+ bottom?: React.ReactNode;
10
10
  searchPlaceholder?: string;
11
11
  className?: string;
12
12
  density?: 'compact' | 'comfortable';
@@ -1,8 +1,8 @@
1
- import { cn } from "../../ui-kit-web/dist/ui/utils.js";
2
- import { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarMenu, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarProvider, SidebarRail } from "../../ui-kit-web/dist/ui/sidebar.js";
3
1
  import "react";
4
2
  import { jsx, jsxs } from "react/jsx-runtime";
5
3
  import { cva } from "class-variance-authority";
4
+ import { cn } from "@lssm/lib.ui-kit-web/ui/utils";
5
+ import { Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupContent, SidebarGroupLabel, SidebarHeader, SidebarInput, SidebarMenu, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarProvider, SidebarRail } from "@lssm/lib.ui-kit-web/ui/sidebar";
6
6
 
7
7
  //#region src/components/organisms/AppSidebar.tsx
8
8
  function AppSidebar({ sections, top, bottom, searchPlaceholder = "Search…", className, density }) {
@@ -1,7 +1,7 @@
1
1
  import { Button } from "../atoms/Button.js";
2
- import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from "../../ui-kit-web/dist/ui/empty.js";
3
2
  import "react";
4
3
  import { jsx, jsxs } from "react/jsx-runtime";
4
+ import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from "@lssm/lib.ui-kit-web/ui/empty";
5
5
 
6
6
  //#region src/components/organisms/EmptyDataList.tsx
7
7
  function EmptyDataList({ emptyListTitle, emptyListDescription, createButton, secondaryButton, media, mediaVariant = "icon", learnMoreHref, learnMoreLabel, learnMoreEndIcon, onLearnMore, handleLearnMore, className }) {