@lssm/lib.ui-kit-web 0.0.0-canary-20251217073102 → 0.0.0-canary-20251217080011

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 (81) hide show
  1. package/dist/ui/alert-dialog.d.ts +12 -12
  2. package/dist/ui/alert.d.ts +6 -6
  3. package/dist/ui/avatar.d.ts +4 -4
  4. package/dist/ui/badge.d.ts +5 -5
  5. package/dist/ui/breadcrumb.d.ts +8 -8
  6. package/dist/ui/button.d.ts +5 -5
  7. package/dist/ui/calendar.d.ts +3 -3
  8. package/dist/ui/card.d.ts +8 -8
  9. package/dist/ui/carousel.d.ts +6 -6
  10. package/dist/ui/checkbox.d.ts +2 -2
  11. package/dist/ui/collapsible.d.ts +4 -4
  12. package/dist/ui/command.d.ts +10 -10
  13. package/dist/ui/confirm-dialog.d.ts +2 -2
  14. package/dist/ui/context-menu.d.ts +2 -2
  15. package/dist/ui/cta.d.ts +1 -1
  16. package/dist/ui/date-picker.d.ts +2 -2
  17. package/dist/ui/date-range-picker.d.ts +2 -2
  18. package/dist/ui/datetime-picker.d.ts +2 -2
  19. package/dist/ui/dialog.d.ts +11 -11
  20. package/dist/ui/drawer.d.ts +11 -11
  21. package/dist/ui/dropdown-menu.d.ts +16 -16
  22. package/dist/ui/empty-state.d.ts +4 -4
  23. package/dist/ui/empty.d.ts +9 -9
  24. package/dist/ui/field.d.ts +13 -13
  25. package/dist/ui/form.d.ts +7 -7
  26. package/dist/ui/hover-card.d.ts +4 -4
  27. package/dist/ui/input-group.d.ts +11 -11
  28. package/dist/ui/input-otp.d.ts +2 -2
  29. package/dist/ui/input.d.ts +2 -2
  30. package/dist/ui/label.d.ts +2 -2
  31. package/dist/ui/live-region.d.ts +2 -2
  32. package/dist/ui/loading-button.d.ts +2 -2
  33. package/dist/ui/map/MapBase.d.ts +2 -2
  34. package/dist/ui/map/MapGeoJsonOverlay.d.ts +2 -2
  35. package/dist/ui/map/MapHeatmapH3.d.ts +2 -2
  36. package/dist/ui/map/MapMarkers.d.ts +2 -2
  37. package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
  38. package/dist/ui/marketing/Hero.d.ts +2 -2
  39. package/dist/ui/marketing/PricingTable.d.ts +2 -2
  40. package/dist/ui/molecules/Autocomplete/index.d.ts +2 -2
  41. package/dist/ui/molecules/SkeletonList.d.ts +2 -2
  42. package/dist/ui/nav-layout.d.ts +8 -8
  43. package/dist/ui/navigation-menu.d.ts +11 -11
  44. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +2 -2
  45. package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
  46. package/dist/ui/organisms/ListPage/ListPage.js +1 -1
  47. package/dist/ui/page-header.d.ts +5 -5
  48. package/dist/ui/pagination.d.ts +6 -6
  49. package/dist/ui/popover.d.ts +5 -5
  50. package/dist/ui/progress.d.ts +2 -2
  51. package/dist/ui/radio-group.d.ts +3 -3
  52. package/dist/ui/resizable.d.ts +4 -4
  53. package/dist/ui/route-announcer.d.ts +2 -2
  54. package/dist/ui/scroll-area.d.ts +3 -3
  55. package/dist/ui/section.d.ts +7 -7
  56. package/dist/ui/select.d.ts +11 -11
  57. package/dist/ui/separator.d.ts +2 -2
  58. package/dist/ui/sheet.d.ts +9 -9
  59. package/dist/ui/sidebar.d.ts +26 -26
  60. package/dist/ui/skeleton.d.ts +2 -2
  61. package/dist/ui/skip-link.d.ts +2 -2
  62. package/dist/ui/slider.d.ts +2 -2
  63. package/dist/ui/sonner.d.ts +2 -2
  64. package/dist/ui/stack.d.ts +13 -13
  65. package/dist/ui/stat-card-group.d.ts +2 -2
  66. package/dist/ui/stepper.d.ts +4 -4
  67. package/dist/ui/switch.d.ts +2 -2
  68. package/dist/ui/table.d.ts +9 -9
  69. package/dist/ui/tabs.d.ts +5 -5
  70. package/dist/ui/text.d.ts +2 -2
  71. package/dist/ui/textarea.d.ts +2 -2
  72. package/dist/ui/time-picker.d.ts +2 -2
  73. package/dist/ui/toast.d.ts +2 -2
  74. package/dist/ui/toaster.d.ts +2 -2
  75. package/dist/ui/toggle-group.d.ts +3 -3
  76. package/dist/ui/toggle.d.ts +4 -4
  77. package/dist/ui/tooltip.d.ts +5 -5
  78. package/dist/ui/typography.d.ts +12 -12
  79. package/dist/ui/usecases/UseCaseCard.d.ts +2 -2
  80. package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
  81. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime118 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime178 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/skip-link.d.ts
5
5
  interface SkipLinkProps extends React$1.AnchorHTMLAttributes<HTMLAnchorElement> {
@@ -11,6 +11,6 @@ declare function SkipLink({
11
11
  children,
12
12
  className,
13
13
  ...props
14
- }: SkipLinkProps): react_jsx_runtime118.JSX.Element;
14
+ }: SkipLinkProps): react_jsx_runtime178.JSX.Element;
15
15
  //#endregion
16
16
  export { SkipLink };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime131 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime185 from "react/jsx-runtime";
3
3
  import * as SliderPrimitive from "@radix-ui/react-slider";
4
4
 
5
5
  //#region ui/slider.d.ts
@@ -10,6 +10,6 @@ declare function Slider({
10
10
  min,
11
11
  max,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime131.JSX.Element;
13
+ }: React$1.ComponentProps<typeof SliderPrimitive.Root>): react_jsx_runtime185.JSX.Element;
14
14
  //#endregion
15
15
  export { Slider };
@@ -1,9 +1,9 @@
1
- import * as react_jsx_runtime66 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime186 from "react/jsx-runtime";
2
2
  import { ToasterProps } from "sonner";
3
3
 
4
4
  //#region ui/sonner.d.ts
5
5
  declare const Toaster: ({
6
6
  ...props
7
- }: ToasterProps) => react_jsx_runtime66.JSX.Element;
7
+ }: ToasterProps) => react_jsx_runtime186.JSX.Element;
8
8
  //#endregion
9
9
  export { Toaster };
@@ -1,46 +1,46 @@
1
1
  import * as React$1 from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types10 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types15 from "class-variance-authority/types";
4
4
 
5
5
  //#region ui/stack.d.ts
6
6
  declare const vStackVariants: (props?: ({
7
- gap?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
7
+ gap?: "none" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
8
8
  align?: "center" | "start" | "end" | "stretch" | null | undefined;
9
9
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
10
- } & class_variance_authority_types10.ClassProp) | undefined) => string;
10
+ } & class_variance_authority_types15.ClassProp) | undefined) => string;
11
11
  declare const VStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
12
- gap?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
12
+ gap?: "none" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
13
13
  align?: "center" | "start" | "end" | "stretch" | null | undefined;
14
14
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
15
- } & class_variance_authority_types10.ClassProp) | undefined) => string> & {
15
+ } & class_variance_authority_types15.ClassProp) | undefined) => string> & {
16
16
  as?: "div" | "section" | "nav" | "main" | "header" | "footer" | "article" | "aside";
17
17
  } & React$1.RefAttributes<HTMLDivElement>>;
18
18
  declare const hStackVariants: (props?: ({
19
- gap?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
19
+ gap?: "none" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
20
20
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
21
21
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
22
22
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
23
- } & class_variance_authority_types10.ClassProp) | undefined) => string;
23
+ } & class_variance_authority_types15.ClassProp) | undefined) => string;
24
24
  declare const HStack: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
25
- gap?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
25
+ gap?: "none" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
26
26
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
27
27
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
28
28
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
29
- } & class_variance_authority_types10.ClassProp) | undefined) => string> & {
29
+ } & class_variance_authority_types15.ClassProp) | undefined) => string> & {
30
30
  as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
31
31
  } & React$1.RefAttributes<HTMLDivElement>>;
32
32
  declare const boxVariants: (props?: ({
33
- gap?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
33
+ gap?: "none" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
34
34
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
35
35
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
36
36
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
37
- } & class_variance_authority_types10.ClassProp) | undefined) => string;
37
+ } & class_variance_authority_types15.ClassProp) | undefined) => string;
38
38
  declare const Box: React$1.ForwardRefExoticComponent<React$1.HTMLAttributes<HTMLDivElement> & VariantProps<(props?: ({
39
- gap?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | null | undefined;
39
+ gap?: "none" | "sm" | "lg" | "xs" | "md" | "xl" | "2xl" | null | undefined;
40
40
  align?: "center" | "start" | "end" | "stretch" | "baseline" | null | undefined;
41
41
  justify?: "center" | "start" | "end" | "between" | "around" | "evenly" | null | undefined;
42
42
  wrap?: "wrap" | "nowrap" | "wrapReverse" | null | undefined;
43
- } & class_variance_authority_types10.ClassProp) | undefined) => string> & {
43
+ } & class_variance_authority_types15.ClassProp) | undefined) => string> & {
44
44
  as?: "div" | "section" | "nav" | "header" | "footer" | "article" | "aside";
45
45
  } & React$1.RefAttributes<HTMLDivElement>>;
46
46
  //#endregion
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime67 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime187 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/stat-card-group.d.ts
5
5
  interface StatItem {
@@ -13,6 +13,6 @@ declare function StatCardGroup({
13
13
  }: {
14
14
  items: StatItem[];
15
15
  className?: string;
16
- }): react_jsx_runtime67.JSX.Element;
16
+ }): react_jsx_runtime187.JSX.Element;
17
17
  //#endregion
18
18
  export { StatCardGroup, StatItem };
@@ -1,12 +1,12 @@
1
- import * as react_jsx_runtime117 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime184 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
- import * as class_variance_authority_types9 from "class-variance-authority/types";
3
+ import * as class_variance_authority_types11 from "class-variance-authority/types";
4
4
 
5
5
  //#region ui/stepper.d.ts
6
6
  declare const dotVariants: (props?: ({
7
7
  state?: "active" | "inactive" | null | undefined;
8
8
  size?: "sm" | "md" | null | undefined;
9
- } & class_variance_authority_types9.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types11.ClassProp) | undefined) => string;
10
10
  interface StepperProps extends VariantProps<typeof dotVariants> {
11
11
  current: number;
12
12
  total: number;
@@ -17,6 +17,6 @@ declare function Stepper({
17
17
  total,
18
18
  size,
19
19
  className
20
- }: StepperProps): react_jsx_runtime117.JSX.Element;
20
+ }: StepperProps): react_jsx_runtime184.JSX.Element;
21
21
  //#endregion
22
22
  export { Stepper, StepperProps };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime264 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime221 from "react/jsx-runtime";
3
3
  import * as SwitchPrimitive from "@radix-ui/react-switch";
4
4
 
5
5
  //#region ui/switch.d.ts
@@ -9,6 +9,6 @@ declare function Switch({
9
9
  ...props
10
10
  }: React$1.ComponentProps<typeof SwitchPrimitive.Root> & {
11
11
  thumbClassName?: string;
12
- }): react_jsx_runtime264.JSX.Element;
12
+ }): react_jsx_runtime221.JSX.Element;
13
13
  //#endregion
14
14
  export { Switch };
@@ -1,38 +1,38 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime121 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime254 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/table.d.ts
5
5
  declare function Table({
6
6
  className,
7
7
  ...props
8
- }: React$1.ComponentPropsWithoutRef<'table'>): react_jsx_runtime121.JSX.Element;
8
+ }: React$1.ComponentPropsWithoutRef<'table'>): react_jsx_runtime254.JSX.Element;
9
9
  declare function TableHeader({
10
10
  className,
11
11
  ...props
12
- }: React$1.ComponentPropsWithoutRef<'thead'>): react_jsx_runtime121.JSX.Element;
12
+ }: React$1.ComponentPropsWithoutRef<'thead'>): react_jsx_runtime254.JSX.Element;
13
13
  declare function TableBody({
14
14
  className,
15
15
  ...props
16
- }: React$1.ComponentPropsWithoutRef<'tbody'>): react_jsx_runtime121.JSX.Element;
16
+ }: React$1.ComponentPropsWithoutRef<'tbody'>): react_jsx_runtime254.JSX.Element;
17
17
  declare function TableFooter({
18
18
  className,
19
19
  ...props
20
- }: React$1.ComponentPropsWithoutRef<'tfoot'>): react_jsx_runtime121.JSX.Element;
20
+ }: React$1.ComponentPropsWithoutRef<'tfoot'>): react_jsx_runtime254.JSX.Element;
21
21
  declare function TableRow({
22
22
  className,
23
23
  ...props
24
- }: React$1.ComponentPropsWithoutRef<'tr'>): react_jsx_runtime121.JSX.Element;
24
+ }: React$1.ComponentPropsWithoutRef<'tr'>): react_jsx_runtime254.JSX.Element;
25
25
  declare function TableHead({
26
26
  className,
27
27
  ...props
28
- }: React$1.ComponentPropsWithoutRef<'th'>): react_jsx_runtime121.JSX.Element;
28
+ }: React$1.ComponentPropsWithoutRef<'th'>): react_jsx_runtime254.JSX.Element;
29
29
  declare function TableCell({
30
30
  className,
31
31
  ...props
32
- }: React$1.ComponentPropsWithoutRef<'td'>): react_jsx_runtime121.JSX.Element;
32
+ }: React$1.ComponentPropsWithoutRef<'td'>): react_jsx_runtime254.JSX.Element;
33
33
  declare function TableCaption({
34
34
  className,
35
35
  ...props
36
- }: React$1.ComponentPropsWithoutRef<'caption'>): react_jsx_runtime121.JSX.Element;
36
+ }: React$1.ComponentPropsWithoutRef<'caption'>): react_jsx_runtime254.JSX.Element;
37
37
  //#endregion
38
38
  export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow };
package/dist/ui/tabs.d.ts CHANGED
@@ -1,23 +1,23 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime219 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime227 from "react/jsx-runtime";
3
3
  import * as TabsPrimitive from "@radix-ui/react-tabs";
4
4
 
5
5
  //#region ui/tabs.d.ts
6
6
  declare function Tabs({
7
7
  className,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime219.JSX.Element;
9
+ }: React$1.ComponentProps<typeof TabsPrimitive.Root>): react_jsx_runtime227.JSX.Element;
10
10
  declare function TabsList({
11
11
  className,
12
12
  ...props
13
- }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime219.JSX.Element;
13
+ }: React$1.ComponentProps<typeof TabsPrimitive.List>): react_jsx_runtime227.JSX.Element;
14
14
  declare function TabsTrigger({
15
15
  className,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime219.JSX.Element;
17
+ }: React$1.ComponentProps<typeof TabsPrimitive.Trigger>): react_jsx_runtime227.JSX.Element;
18
18
  declare function TabsContent({
19
19
  className,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime219.JSX.Element;
21
+ }: React$1.ComponentProps<typeof TabsPrimitive.Content>): react_jsx_runtime227.JSX.Element;
22
22
  //#endregion
23
23
  export { Tabs, TabsContent, TabsList, TabsTrigger };
package/dist/ui/text.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime102 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime233 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/text.d.ts
5
5
  type TextProps = React$1.ComponentPropsWithoutRef<'p'> & {
@@ -9,6 +9,6 @@ declare function Text({
9
9
  className,
10
10
  asChild,
11
11
  ...props
12
- }: TextProps): react_jsx_runtime102.JSX.Element;
12
+ }: TextProps): react_jsx_runtime233.JSX.Element;
13
13
  //#endregion
14
14
  export { Text, TextProps };
@@ -1,11 +1,11 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime106 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime17 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/textarea.d.ts
5
5
  type TextareaProps = React$1.ComponentPropsWithoutRef<'textarea'>;
6
6
  declare function Textarea({
7
7
  className,
8
8
  ...props
9
- }: TextareaProps): react_jsx_runtime106.JSX.Element;
9
+ }: TextareaProps): react_jsx_runtime17.JSX.Element;
10
10
  //#endregion
11
11
  export { Textarea, TextareaProps };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime119 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime165 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/time-picker.d.ts
4
4
  interface TimePickerProps {
@@ -16,6 +16,6 @@ declare function TimePicker({
16
16
  placeholder,
17
17
  is24Hour,
18
18
  className
19
- }: TimePickerProps): react_jsx_runtime119.JSX.Element;
19
+ }: TimePickerProps): react_jsx_runtime165.JSX.Element;
20
20
  //#endregion
21
21
  export { TimePicker, TimePickerProps };
@@ -1,14 +1,14 @@
1
1
  import * as React$1 from "react";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as ToastPrimitives from "@radix-ui/react-toast";
4
- import * as class_variance_authority_types8 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types2 from "class-variance-authority/types";
5
5
 
6
6
  //#region ui/toast.d.ts
7
7
  declare const ToastProvider: React$1.FC<ToastPrimitives.ToastProviderProps>;
8
8
  declare const ToastViewport: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastViewportProps & React$1.RefAttributes<HTMLOListElement>, "ref"> & React$1.RefAttributes<HTMLOListElement>>;
9
9
  declare const Toast: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastProps & React$1.RefAttributes<HTMLLIElement>, "ref"> & VariantProps<(props?: ({
10
10
  variant?: "default" | "destructive" | null | undefined;
11
- } & class_variance_authority_types8.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
11
+ } & class_variance_authority_types2.ClassProp) | undefined) => string> & React$1.RefAttributes<HTMLLIElement>>;
12
12
  declare const ToastAction: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastActionProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
13
13
  declare const ToastClose: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastCloseProps & React$1.RefAttributes<HTMLButtonElement>, "ref"> & React$1.RefAttributes<HTMLButtonElement>>;
14
14
  declare const ToastTitle: React$1.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastTitleProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
@@ -1,6 +1,6 @@
1
- import * as react_jsx_runtime116 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime115 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/toaster.d.ts
4
- declare function Toaster(): react_jsx_runtime116.JSX.Element;
4
+ declare function Toaster(): react_jsx_runtime115.JSX.Element;
5
5
  //#endregion
6
6
  export { Toaster };
@@ -1,6 +1,6 @@
1
1
  import { toggleVariants } from "./toggle.js";
2
2
  import * as React$1 from "react";
3
- import * as react_jsx_runtime224 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime69 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as ToggleGroupPrimitive from "@radix-ui/react-toggle-group";
6
6
 
@@ -11,13 +11,13 @@ declare function ToggleGroup({
11
11
  size,
12
12
  children,
13
13
  ...props
14
- }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime224.JSX.Element;
14
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime69.JSX.Element;
15
15
  declare function ToggleGroupItem({
16
16
  className,
17
17
  children,
18
18
  variant,
19
19
  size,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime224.JSX.Element;
21
+ }: React$1.ComponentProps<typeof ToggleGroupPrimitive.Item> & VariantProps<typeof toggleVariants>): react_jsx_runtime69.JSX.Element;
22
22
  //#endregion
23
23
  export { ToggleGroup, ToggleGroupItem };
@@ -1,19 +1,19 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime223 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime98 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
4
  import * as TogglePrimitive from "@radix-ui/react-toggle";
5
- import * as class_variance_authority_types21 from "class-variance-authority/types";
5
+ import * as class_variance_authority_types6 from "class-variance-authority/types";
6
6
 
7
7
  //#region ui/toggle.d.ts
8
8
  declare const toggleVariants: (props?: ({
9
9
  variant?: "default" | "outline" | null | undefined;
10
10
  size?: "default" | "sm" | "lg" | null | undefined;
11
- } & class_variance_authority_types21.ClassProp) | undefined) => string;
11
+ } & class_variance_authority_types6.ClassProp) | undefined) => string;
12
12
  declare function Toggle({
13
13
  className,
14
14
  variant,
15
15
  size,
16
16
  ...props
17
- }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime223.JSX.Element;
17
+ }: React$1.ComponentProps<typeof TogglePrimitive.Root> & VariantProps<typeof toggleVariants>): react_jsx_runtime98.JSX.Element;
18
18
  //#endregion
19
19
  export { Toggle, toggleVariants };
@@ -1,23 +1,23 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime253 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime110 from "react/jsx-runtime";
3
3
  import * as TooltipPrimitive from "@radix-ui/react-tooltip";
4
4
 
5
5
  //#region ui/tooltip.d.ts
6
6
  declare function TooltipProvider({
7
7
  delayDuration,
8
8
  ...props
9
- }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime253.JSX.Element;
9
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Provider>): react_jsx_runtime110.JSX.Element;
10
10
  declare function Tooltip({
11
11
  ...props
12
- }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime253.JSX.Element;
12
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Root>): react_jsx_runtime110.JSX.Element;
13
13
  declare function TooltipTrigger({
14
14
  ...props
15
- }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime253.JSX.Element;
15
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Trigger>): react_jsx_runtime110.JSX.Element;
16
16
  declare function TooltipContent({
17
17
  className,
18
18
  sideOffset,
19
19
  children,
20
20
  ...props
21
- }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime253.JSX.Element;
21
+ }: React$1.ComponentProps<typeof TooltipPrimitive.Content>): react_jsx_runtime110.JSX.Element;
22
22
  //#endregion
23
23
  export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger };
@@ -1,5 +1,5 @@
1
1
  import { TextProps } from "./text.js";
2
- import * as react_jsx_runtime227 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime99 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/typography.d.ts
5
5
  type TypographyProps = TextProps & {
@@ -9,56 +9,56 @@ declare function H1({
9
9
  className,
10
10
  asChild,
11
11
  ...props
12
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
12
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
13
13
  declare function H2({
14
14
  className,
15
15
  asChild,
16
16
  ...props
17
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
17
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
18
18
  declare function H3({
19
19
  className,
20
20
  asChild,
21
21
  ...props
22
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
22
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
23
23
  declare function H4({
24
24
  className,
25
25
  asChild,
26
26
  ...props
27
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
27
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
28
28
  declare function P({
29
29
  className,
30
30
  asChild,
31
31
  ...props
32
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
32
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
33
33
  declare function BlockQuote({
34
34
  className,
35
35
  asChild,
36
36
  ...props
37
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
37
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
38
38
  declare function Code({
39
39
  className,
40
40
  asChild,
41
41
  ...props
42
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
42
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
43
43
  declare function Lead({
44
44
  className,
45
45
  asChild,
46
46
  ...props
47
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
47
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
48
48
  declare function Large({
49
49
  className,
50
50
  asChild,
51
51
  ...props
52
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
52
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
53
53
  declare function Small({
54
54
  className,
55
55
  asChild,
56
56
  ...props
57
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
57
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
58
58
  declare function Muted({
59
59
  className,
60
60
  asChild,
61
61
  ...props
62
- }: TypographyProps): react_jsx_runtime227.JSX.Element;
62
+ }: TypographyProps): react_jsx_runtime99.JSX.Element;
63
63
  //#endregion
64
64
  export { BlockQuote, Code, H1, H2, H3, H4, Large, Lead, Muted, P, Small };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime263 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime135 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/usecases/UseCaseCard.d.ts
4
4
  declare function UseCaseCard({
@@ -13,6 +13,6 @@ declare function UseCaseCard({
13
13
  ctaHref?: string;
14
14
  ctaLabel?: string;
15
15
  onCtaClick?: () => void;
16
- }): react_jsx_runtime263.JSX.Element;
16
+ }): react_jsx_runtime135.JSX.Element;
17
17
  //#endregion
18
18
  export { UseCaseCard };
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime226 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime166 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/usecases/UserStoryCard.d.ts
4
4
  declare function UserStoryCard({
@@ -9,6 +9,6 @@ declare function UserStoryCard({
9
9
  title: string;
10
10
  body?: string;
11
11
  outcome?: string;
12
- }): react_jsx_runtime226.JSX.Element;
12
+ }): react_jsx_runtime166.JSX.Element;
13
13
  //#endregion
14
14
  export { UserStoryCard };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/lib.ui-kit-web",
3
- "version": "0.0.0-canary-20251217073102",
3
+ "version": "0.0.0-canary-20251217080011",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "test": "jest"
23
23
  },
24
24
  "dependencies": {
25
- "@lssm/lib.ui-kit-core": "0.0.0-canary-20251217073102",
25
+ "@lssm/lib.ui-kit-core": "0.0.0-canary-20251217080011",
26
26
  "@hookform/resolvers": "5.2.2",
27
27
  "@radix-ui/react-accordion": "^1.2.11",
28
28
  "@radix-ui/react-alert-dialog": "^1.1.14",
@@ -82,8 +82,8 @@
82
82
  "typescript": "^5.9.3",
83
83
  "react": "^19.2.3",
84
84
  "react-dom": "^19.2.3",
85
- "@lssm/tool.typescript": "0.0.0-canary-20251217073102",
86
- "@lssm/tool.tsdown": "0.0.0-canary-20251217073102",
85
+ "@lssm/tool.typescript": "0.0.0-canary-20251217080011",
86
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217080011",
87
87
  "@types/geojson": "^7946.0.14",
88
88
  "@sentry/nextjs": "^10.30.0",
89
89
  "maplibre-gl": "^5.14.0",