@lssm/lib.ui-kit 0.0.0-canary-20251223014602 → 0.0.0-canary-20251223015932

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 (65) hide show
  1. package/dist/ui/alert-dialog.d.ts +9 -9
  2. package/dist/ui/alert.d.ts +4 -4
  3. package/dist/ui/aspect-ratio.d.ts +3 -3
  4. package/dist/ui/avatar.d.ts +4 -4
  5. package/dist/ui/badge.d.ts +2 -2
  6. package/dist/ui/breadcrumb.d.ts +8 -8
  7. package/dist/ui/button.d.ts +2 -2
  8. package/dist/ui/card.d.ts +7 -7
  9. package/dist/ui/checkbox.d.ts +3 -3
  10. package/dist/ui/checkbox.d.ts.map +1 -1
  11. package/dist/ui/collapsible.d.ts +7 -7
  12. package/dist/ui/context-menu.d.ts +16 -16
  13. package/dist/ui/context-menu.d.ts.map +1 -1
  14. package/dist/ui/date-picker.d.ts +2 -2
  15. package/dist/ui/date-range-picker.d.ts +2 -2
  16. package/dist/ui/datetime-picker.d.ts +2 -2
  17. package/dist/ui/dialog.d.ts +10 -10
  18. package/dist/ui/dropdown-menu.d.ts +16 -16
  19. package/dist/ui/empty-state.d.ts +2 -2
  20. package/dist/ui/empty.d.ts +9 -9
  21. package/dist/ui/fab.d.ts +3 -3
  22. package/dist/ui/field.d.ts +13 -13
  23. package/dist/ui/field.d.ts.map +1 -1
  24. package/dist/ui/form.d.ts +7 -7
  25. package/dist/ui/hover-card.d.ts +2 -2
  26. package/dist/ui/input.d.ts +2 -2
  27. package/dist/ui/label.d.ts +2 -2
  28. package/dist/ui/label.d.ts.map +1 -1
  29. package/dist/ui/link.d.ts +2 -2
  30. package/dist/ui/link.d.ts.map +1 -1
  31. package/dist/ui/loading-button.d.ts +2 -2
  32. package/dist/ui/loading-overlay.d.ts +2 -2
  33. package/dist/ui/loading-overlay.d.ts.map +1 -1
  34. package/dist/ui/loading-screen.d.ts +2 -2
  35. package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
  36. package/dist/ui/marketing/Hero.d.ts +2 -2
  37. package/dist/ui/marketing/PricingTable.d.ts +2 -2
  38. package/dist/ui/menubar.d.ts +17 -17
  39. package/dist/ui/molecules/SkeletonList.d.ts +2 -2
  40. package/dist/ui/navigation-menu.d.ts +12 -12
  41. package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
  42. package/dist/ui/page-header.d.ts +4 -4
  43. package/dist/ui/password-strength.d.ts +2 -2
  44. package/dist/ui/popover.d.ts +6 -6
  45. package/dist/ui/progress.d.ts +2 -2
  46. package/dist/ui/radio-group.d.ts +3 -3
  47. package/dist/ui/radio-group.d.ts.map +1 -1
  48. package/dist/ui/select.d.ts +13 -13
  49. package/dist/ui/select.d.ts.map +1 -1
  50. package/dist/ui/separator.d.ts +2 -2
  51. package/dist/ui/separator.d.ts.map +1 -1
  52. package/dist/ui/skeleton.d.ts +2 -2
  53. package/dist/ui/stack.d.ts +4 -4
  54. package/dist/ui/stepper.d.ts +2 -2
  55. package/dist/ui/switch.d.ts +2 -2
  56. package/dist/ui/table.d.ts +8 -8
  57. package/dist/ui/text.d.ts +2 -2
  58. package/dist/ui/text.d.ts.map +1 -1
  59. package/dist/ui/time-picker.d.ts +2 -2
  60. package/dist/ui/toggle-group.d.ts +4 -4
  61. package/dist/ui/toggle.d.ts +3 -3
  62. package/dist/ui/tooltip.d.ts +2 -2
  63. package/dist/ui/typography.d.ts +12 -12
  64. package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
  65. package/package.json +4 -4
@@ -1,9 +1,9 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native10 from "react-native";
2
+ import * as react_native11 from "react-native";
3
3
  import { View } from "react-native";
4
- import * as react_jsx_runtime47 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime49 from "react/jsx-runtime";
5
5
  import * as NavigationMenuPrimitive from "@rn-primitives/navigation-menu";
6
- import * as class_variance_authority_types4 from "class-variance-authority/types";
6
+ import * as class_variance_authority_types3 from "class-variance-authority/types";
7
7
 
8
8
  //#region ui/navigation-menu.d.ts
9
9
  declare function NavigationMenu({
@@ -12,19 +12,19 @@ declare function NavigationMenu({
12
12
  ...props
13
13
  }: NavigationMenuPrimitive.RootProps & {
14
14
  ref?: React$1.RefObject<NavigationMenuPrimitive.RootRef>;
15
- }): react_jsx_runtime47.JSX.Element;
15
+ }): react_jsx_runtime49.JSX.Element;
16
16
  declare function NavigationMenuList({
17
17
  className,
18
18
  ...props
19
19
  }: NavigationMenuPrimitive.ListProps & {
20
20
  ref?: React$1.RefObject<NavigationMenuPrimitive.ListRef>;
21
- }): react_jsx_runtime47.JSX.Element;
22
- declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<react_native10.ViewProps & {
21
+ }): react_jsx_runtime49.JSX.Element;
22
+ declare const NavigationMenuItem: React$1.ForwardRefExoticComponent<react_native11.ViewProps & {
23
23
  asChild?: boolean;
24
24
  } & {
25
25
  value: string | undefined;
26
26
  } & React$1.RefAttributes<View>>;
27
- declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types4.ClassProp | undefined) => string;
27
+ declare const navigationMenuTriggerStyle: (props?: class_variance_authority_types3.ClassProp | undefined) => string;
28
28
  declare function NavigationMenuTrigger({
29
29
  className,
30
30
  children,
@@ -32,7 +32,7 @@ declare function NavigationMenuTrigger({
32
32
  }: Omit<NavigationMenuPrimitive.TriggerProps, 'children'> & {
33
33
  children?: React$1.ReactNode;
34
34
  ref?: React$1.RefObject<NavigationMenuPrimitive.TriggerRef>;
35
- }): react_jsx_runtime47.JSX.Element;
35
+ }): react_jsx_runtime49.JSX.Element;
36
36
  declare function NavigationMenuContent({
37
37
  className,
38
38
  children,
@@ -41,8 +41,8 @@ declare function NavigationMenuContent({
41
41
  }: NavigationMenuPrimitive.ContentProps & {
42
42
  portalHost?: string;
43
43
  ref?: React$1.RefObject<NavigationMenuPrimitive.ContentRef>;
44
- }): react_jsx_runtime47.JSX.Element;
45
- declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<Omit<react_native10.PressableProps & React$1.RefAttributes<View>, "ref"> & {
44
+ }): react_jsx_runtime49.JSX.Element;
45
+ declare const NavigationMenuLink: React$1.ForwardRefExoticComponent<Omit<react_native11.PressableProps & React$1.RefAttributes<View>, "ref"> & {
46
46
  asChild?: boolean;
47
47
  } & {
48
48
  onKeyDown?: (ev: React$1.KeyboardEvent) => void;
@@ -55,14 +55,14 @@ declare function NavigationMenuViewport({
55
55
  ...props
56
56
  }: NavigationMenuPrimitive.ViewportProps & {
57
57
  ref?: React$1.RefObject<NavigationMenuPrimitive.ViewportRef>;
58
- }): react_jsx_runtime47.JSX.Element;
58
+ }): react_jsx_runtime49.JSX.Element;
59
59
  declare function NavigationMenuIndicator({
60
60
  ref,
61
61
  className,
62
62
  ...props
63
63
  }: NavigationMenuPrimitive.IndicatorProps & {
64
64
  ref?: React$1.RefObject<NavigationMenuPrimitive.IndicatorRef>;
65
- }): react_jsx_runtime47.JSX.Element;
65
+ }): react_jsx_runtime49.JSX.Element;
66
66
  //#endregion
67
67
  export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, navigationMenuTriggerStyle };
68
68
  //# sourceMappingURL=navigation-menu.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { ListPageProps } from "./types.js";
2
- import * as react_jsx_runtime161 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime159 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/organisms/ListPage/ListPage.d.ts
5
5
  declare function ListPage<T>({
@@ -23,7 +23,7 @@ declare function ListPage<T>({
23
23
  renderStats,
24
24
  className,
25
25
  itemClassName
26
- }: ListPageProps<T>): react_jsx_runtime161.JSX.Element;
26
+ }: ListPageProps<T>): react_jsx_runtime159.JSX.Element;
27
27
  //#endregion
28
28
  export { ListPage };
29
29
  //# sourceMappingURL=ListPage.d.ts.map
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime28 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime61 from "react/jsx-runtime";
3
3
  import { VariantProps } from "class-variance-authority";
4
- import * as class_variance_authority_types3 from "class-variance-authority/types";
4
+ import * as class_variance_authority_types4 from "class-variance-authority/types";
5
5
 
6
6
  //#region ui/page-header.d.ts
7
7
  declare const headerVariants: (props?: ({
8
8
  spacing?: "sm" | "lg" | "md" | null | undefined;
9
- } & class_variance_authority_types3.ClassProp) | undefined) => string;
9
+ } & class_variance_authority_types4.ClassProp) | undefined) => string;
10
10
  interface PageHeaderProps extends VariantProps<typeof headerVariants> {
11
11
  breadcrumb?: React$1.ReactNode;
12
12
  title: React$1.ReactNode;
@@ -21,7 +21,7 @@ declare function PageHeader({
21
21
  actions,
22
22
  spacing,
23
23
  className
24
- }: PageHeaderProps): react_jsx_runtime28.JSX.Element;
24
+ }: PageHeaderProps): react_jsx_runtime61.JSX.Element;
25
25
  //#endregion
26
26
  export { PageHeader, PageHeaderProps };
27
27
  //# sourceMappingURL=page-header.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime54 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime63 from "react/jsx-runtime";
2
2
  import * as z from "zod";
3
3
 
4
4
  //#region ui/password-strength.d.ts
@@ -15,7 +15,7 @@ interface PasswordStrengthProps {
15
15
  declare function PasswordStrength({
16
16
  password,
17
17
  showFeedback
18
- }: PasswordStrengthProps): react_jsx_runtime54.JSX.Element | null;
18
+ }: PasswordStrengthProps): react_jsx_runtime63.JSX.Element | null;
19
19
  //#endregion
20
20
  export { PasswordStrength, getPasswordStrength, passwordSchema };
21
21
  //# sourceMappingURL=password-strength.d.ts.map
@@ -1,15 +1,15 @@
1
1
  import * as react8 from "react";
2
- import * as react_native19 from "react-native";
3
- import * as react_jsx_runtime53 from "react/jsx-runtime";
2
+ import * as react_native24 from "react-native";
3
+ import * as react_jsx_runtime67 from "react/jsx-runtime";
4
4
  import * as _rn_primitives_popover0 from "@rn-primitives/popover";
5
5
 
6
6
  //#region ui/popover.d.ts
7
- declare const Popover: react8.ForwardRefExoticComponent<react_native19.ViewProps & {
7
+ declare const Popover: react8.ForwardRefExoticComponent<react_native24.ViewProps & {
8
8
  asChild?: boolean;
9
9
  } & {
10
10
  onOpenChange?: (open: boolean) => void;
11
- } & react8.RefAttributes<react_native19.View>>;
12
- declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native19.PressableProps & react8.RefAttributes<react_native19.View>, "ref"> & {
11
+ } & react8.RefAttributes<react_native24.View>>;
12
+ declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native24.PressableProps & react8.RefAttributes<react_native24.View>, "ref"> & {
13
13
  asChild?: boolean;
14
14
  } & {
15
15
  onKeyDown?: (ev: React.KeyboardEvent) => void;
@@ -24,7 +24,7 @@ declare function PopoverContent({
24
24
  }: _rn_primitives_popover0.ContentProps & {
25
25
  ref?: React.RefObject<_rn_primitives_popover0.ContentRef>;
26
26
  portalHost?: string;
27
- }): react_jsx_runtime53.JSX.Element;
27
+ }): react_jsx_runtime67.JSX.Element;
28
28
  //#endregion
29
29
  export { Popover, PopoverContent, PopoverTrigger };
30
30
  //# sourceMappingURL=popover.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime64 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime83 from "react/jsx-runtime";
3
3
  import * as ProgressPrimitive from "@rn-primitives/progress";
4
4
 
5
5
  //#region ui/progress.d.ts
@@ -11,7 +11,7 @@ declare function Progress({
11
11
  }: ProgressPrimitive.RootProps & {
12
12
  ref?: React$1.RefObject<ProgressPrimitive.RootRef>;
13
13
  indicatorClassName?: string;
14
- }): react_jsx_runtime64.JSX.Element;
14
+ }): react_jsx_runtime83.JSX.Element;
15
15
  //#endregion
16
16
  export { Progress };
17
17
  //# sourceMappingURL=progress.d.ts.map
@@ -1,15 +1,15 @@
1
- import * as react_jsx_runtime66 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime106 from "react/jsx-runtime";
2
2
  import * as RadioGroupPrimitive from "@rn-primitives/radio-group";
3
3
 
4
4
  //#region ui/radio-group.d.ts
5
5
  declare function RadioGroup({
6
6
  className,
7
7
  ...props
8
- }: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>): react_jsx_runtime66.JSX.Element;
8
+ }: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>): react_jsx_runtime106.JSX.Element;
9
9
  declare function RadioGroupItem({
10
10
  className,
11
11
  ...props
12
- }: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime66.JSX.Element;
12
+ }: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime106.JSX.Element;
13
13
  //#endregion
14
14
  export { RadioGroup, RadioGroupItem };
15
15
  //# sourceMappingURL=radio-group.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group.d.ts","names":[],"sources":["../../ui/radio-group.tsx"],"sourcesContent":[],"mappings":";;;;iBAIS,UAAA;;;GAGN,mBAAA,CAAoB,YACrB,KAAA,CAAM,cAAc,mBAAA,CAAoB,WAAQ,mBAAA,CAAA,GAAA,CAAA;iBAMzC,cAAA;;;GAGN,mBAAA,CAAoB,YACrB,KAAA,CAAM,cAAc,mBAAA,CAAoB,WAAQ,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"radio-group.d.ts","names":[],"sources":["../../ui/radio-group.tsx"],"sourcesContent":[],"mappings":";;;;iBAIS,UAAA;;;GAGN,mBAAA,CAAoB,YACrB,KAAA,CAAM,cAAc,mBAAA,CAAoB,WAAQ,oBAAA,CAAA,GAAA,CAAA;iBAMzC,cAAA;;;GAGN,mBAAA,CAAoB,YACrB,KAAA,CAAM,cAAc,mBAAA,CAAoB,WAAQ,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native28 from "react-native";
2
+ import * as react_native35 from "react-native";
3
3
  import { View } from "react-native";
4
- import * as react_jsx_runtime71 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime108 from "react/jsx-runtime";
5
5
  import * as _rn_primitives_select0 from "@rn-primitives/select";
6
6
 
7
7
  //#region ui/select.d.ts
8
8
  type Option = _rn_primitives_select0.Option;
9
- declare const Select: React$1.ForwardRefExoticComponent<react_native28.ViewProps & {
9
+ declare const Select: React$1.ForwardRefExoticComponent<react_native35.ViewProps & {
10
10
  asChild?: boolean;
11
11
  } & {
12
12
  value?: _rn_primitives_select0.Option;
@@ -18,14 +18,14 @@ declare const Select: React$1.ForwardRefExoticComponent<react_native28.ViewProps
18
18
  name?: string;
19
19
  required?: boolean;
20
20
  } & React$1.RefAttributes<View>>;
21
- declare const SelectGroup: React$1.ForwardRefExoticComponent<react_native28.ViewProps & {
21
+ declare const SelectGroup: React$1.ForwardRefExoticComponent<react_native35.ViewProps & {
22
22
  asChild?: boolean;
23
23
  } & React$1.RefAttributes<View>>;
24
- declare const SelectValue: React$1.ForwardRefExoticComponent<react_native28.TextProps & {
24
+ declare const SelectValue: React$1.ForwardRefExoticComponent<react_native35.TextProps & {
25
25
  asChild?: boolean;
26
26
  } & {
27
27
  placeholder: string;
28
- } & React$1.RefAttributes<react_native28.Text>>;
28
+ } & React$1.RefAttributes<react_native35.Text>>;
29
29
  declare function SelectTrigger({
30
30
  ref,
31
31
  className,
@@ -34,21 +34,21 @@ declare function SelectTrigger({
34
34
  }: _rn_primitives_select0.TriggerProps & {
35
35
  ref?: React$1.RefObject<_rn_primitives_select0.TriggerRef>;
36
36
  children?: React$1.ReactNode;
37
- }): react_jsx_runtime71.JSX.Element;
37
+ }): react_jsx_runtime108.JSX.Element;
38
38
  /**
39
39
  * Platform: WEB ONLY
40
40
  */
41
41
  declare function SelectScrollUpButton({
42
42
  className,
43
43
  ...props
44
- }: _rn_primitives_select0.ScrollUpButtonProps): react_jsx_runtime71.JSX.Element | null;
44
+ }: _rn_primitives_select0.ScrollUpButtonProps): react_jsx_runtime108.JSX.Element | null;
45
45
  /**
46
46
  * Platform: WEB ONLY
47
47
  */
48
48
  declare function SelectScrollDownButton({
49
49
  className,
50
50
  ...props
51
- }: _rn_primitives_select0.ScrollDownButtonProps): react_jsx_runtime71.JSX.Element | null;
51
+ }: _rn_primitives_select0.ScrollDownButtonProps): react_jsx_runtime108.JSX.Element | null;
52
52
  declare function SelectContent({
53
53
  className,
54
54
  children,
@@ -59,26 +59,26 @@ declare function SelectContent({
59
59
  ref?: React$1.RefObject<_rn_primitives_select0.ContentRef>;
60
60
  className?: string;
61
61
  portalHost?: string;
62
- }): react_jsx_runtime71.JSX.Element;
62
+ }): react_jsx_runtime108.JSX.Element;
63
63
  declare function SelectLabel({
64
64
  className,
65
65
  ...props
66
66
  }: _rn_primitives_select0.LabelProps & {
67
67
  ref?: React$1.RefObject<_rn_primitives_select0.LabelRef>;
68
- }): react_jsx_runtime71.JSX.Element;
68
+ }): react_jsx_runtime108.JSX.Element;
69
69
  declare function SelectItem({
70
70
  className,
71
71
  children,
72
72
  ...props
73
73
  }: _rn_primitives_select0.ItemProps & {
74
74
  ref?: React$1.RefObject<_rn_primitives_select0.ItemRef>;
75
- }): react_jsx_runtime71.JSX.Element;
75
+ }): react_jsx_runtime108.JSX.Element;
76
76
  declare function SelectSeparator({
77
77
  className,
78
78
  ...props
79
79
  }: _rn_primitives_select0.SeparatorProps & {
80
80
  ref?: React$1.RefObject<_rn_primitives_select0.SeparatorRef>;
81
- }): react_jsx_runtime71.JSX.Element;
81
+ }): react_jsx_runtime108.JSX.Element;
82
82
  //#endregion
83
83
  export { type Option, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
84
84
  //# sourceMappingURL=select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","names":[],"sources":["../../ui/select.tsx"],"sourcesContent":[],"mappings":";;;;;;;KASK,MAAA,GAAS,sBAAA,CAAgB;cAExB,QAAM,OAAA,CAAA,0BAAuB,cAAA,CAAvB,SAAA;;;EAFP,KAAA,CAAA,EAEO,sBAAA,CAAA,MAFkB;EAExB,YAA6B,CAAA,+BAAA;EAAA,aAAvB,CAAA,EAAA,CAAA,MAAA,+BAAA,EAAA,GAAA,IAAA;EAAA,YAAA,CAAA,EAAA,CAAA,IAAA,EAAA,OAAA,EAAA,GAAA,IAAA;;;;;CAAA,wBAAA,KAAA,CAAA,CAAA;cAEN,WAFM,EAEK,OAAA,CAAA,yBAFL,CAE6B,cAAA,CAAxB,SAAA,GAFL;EAEN,OAAA,CAAA,EAAA,OAAmC;CAAA,wBAAxB,KAAA,CAAA,CAAA;cAEX,aAAW,OAAA,CAAA,0BAAwB,cAAA,CAAxB,SAAA;;CAFA,GAAA;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA,wBAEwB,CAAxB,cAAA,CAAA,IAAA,CAAwB,CAAA;iBAEhC,aAAA,CAFQ;EAAA,GAAA;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;CAAA,EAOd,sBAAA,CAAgB,YAPF,GAAA;EAAA,GAAA,CAAA,EAQT,OAAA,CAAM,SARG,CAQO,sBAAA,CAAgB,UARvB,CAAA;aASJ,OAAA,CAAM;CATF,CAAA,EAUhB,mBAAA,CAAA,GAAA,CAAA,OAVgB;;AAAA;;iBAkCR,oBAAA,CA9BP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiCC,sBAAA,CAAgB,mBAjCjB,CAAA,EAiCoC,mBAAA,CAAA,GAAA,CAAA,OAAA,GAjCpC,IAAA;;;;iBAqDO,sBAAA,CAjDK;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoDX,sBAAA,CAAgB,qBApDL,CAAA,EAoD0B,mBAAA,CAAA,GAAA,CAAA,OAAA,GApD1B,IAAA;iBAqEL,aAAA,CApEU;EAAA,SAAA;EAAA,QAAA;EAAA,QAAA;EAAA,UAAA;EAAA,GAAA;CAAA,EA0EhB,sBAAA,CAAgB,YA1EA,GAAA;EAClB,GAAA,CAAA,EA0EO,OAAA,CAAM,SA1Eb,CA0EuB,sBAAA,CAAgB,UA1EvC,CAAA;EAAA,SAAA,CAAA,EAAA,MAAA;EAwBQ,UAAA,CAAA,EAAA,MAAA;CACP,CAAA,EAoDD,mBAAA,CAAA,GAAA,CAAA,OApDC;iBA4FO,WAAA,CA1FU;EAAA,SAAA;EAAA,GAAA;CAAA,EA6FhB,sBAAA,CAAgB,UA7FA,GAAA;EAAmB,GAAA,CAAA,EA8F9B,OAAA,CAAM,SA9FwB,CA8Fd,sBAAA,CAAgB,QA9FF,CAAA;CAAA,CAAA,EA+FrC,mBAAA,CAAA,GAAA,CAAA,OA/FqC;AAAA,iBA2G7B,UAAA,CAvFA;EAAsB,SAAA;EAAA,QAAA;EAAA,GAAA;CAAA,EA2F5B,sBAAA,CAAgB,SA3FY,GAAA;EAC7B,GAAA,CAAA,EA2FM,OAAA,CAAM,SA3FZ,CA2FsB,sBAAA,CAAgB,OA3FtC,CAAA;CAEC,CAAA,EA0FF,mBAAA,CAAA,GAAA,CAAA,OA1FkB;iBAkHV,eAAA,CAlH+B;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqHrC,sBAAA,CAAgB,cArHqB,GAAA;EAAA,GAAA,CAAA,EAsHhC,OAAA,CAAM,SAtH0B,CAsHhB,sBAAA,CAAgB,YAtHA,CAAA;AAAA,CAAA,CAAA,EAuHvC,mBAAA,CAAA,GAAA,CAAA,OAtGqB"}
1
+ {"version":3,"file":"select.d.ts","names":[],"sources":["../../ui/select.tsx"],"sourcesContent":[],"mappings":";;;;;;;KASK,MAAA,GAAS,sBAAA,CAAgB;cAExB,QAAM,OAAA,CAAA,0BAAuB,cAAA,CAAvB,SAAA;;;EAFP,KAAA,CAAA,EAEO,sBAAA,CAAA,MAFkB;EAExB,YAA6B,CAAA,+BAAA;EAAA,aAAvB,CAAA,EAAA,CAAA,MAAA,+BAAA,EAAA,GAAA,IAAA;EAAA,YAAA,CAAA,EAAA,CAAA,IAAA,EAAA,OAAA,EAAA,GAAA,IAAA;;;;;CAAA,wBAAA,KAAA,CAAA,CAAA;cAEN,WAFM,EAEK,OAAA,CAAA,yBAFL,CAE6B,cAAA,CAAxB,SAAA,GAFL;EAEN,OAAA,CAAA,EAAA,OAAmC;CAAA,wBAAxB,KAAA,CAAA,CAAA;cAEX,aAAW,OAAA,CAAA,0BAAwB,cAAA,CAAxB,SAAA;;CAFA,GAAA;EAAA,WAAA,EAAA,MAAA;AAAA,CAAA,wBAEwB,CAAxB,cAAA,CAAA,IAAA,CAAwB,CAAA;iBAEhC,aAAA,CAFQ;EAAA,GAAA;EAAA,SAAA;EAAA,QAAA;EAAA,GAAA;CAAA,EAOd,sBAAA,CAAgB,YAPF,GAAA;EAAA,GAAA,CAAA,EAQT,OAAA,CAAM,SARG,CAQO,sBAAA,CAAgB,UARvB,CAAA;aASJ,OAAA,CAAM;CATF,CAAA,EAUhB,oBAAA,CAAA,GAAA,CAAA,OAVgB;;AAAA;;iBAkCR,oBAAA,CA9BP;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiCC,sBAAA,CAAgB,mBAjCjB,CAAA,EAiCoC,oBAAA,CAAA,GAAA,CAAA,OAAA,GAjCpC,IAAA;;;;iBAqDO,sBAAA,CAjDK;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAoDX,sBAAA,CAAgB,qBApDL,CAAA,EAoD0B,oBAAA,CAAA,GAAA,CAAA,OAAA,GApD1B,IAAA;iBAqEL,aAAA,CApEU;EAAA,SAAA;EAAA,QAAA;EAAA,QAAA;EAAA,UAAA;EAAA,GAAA;CAAA,EA0EhB,sBAAA,CAAgB,YA1EA,GAAA;EAClB,GAAA,CAAA,EA0EO,OAAA,CAAM,SA1Eb,CA0EuB,sBAAA,CAAgB,UA1EvC,CAAA;EAAA,SAAA,CAAA,EAAA,MAAA;EAwBQ,UAAA,CAAA,EAAA,MAAA;CACP,CAAA,EAoDD,oBAAA,CAAA,GAAA,CAAA,OApDC;iBA4FO,WAAA,CA1FU;EAAA,SAAA;EAAA,GAAA;CAAA,EA6FhB,sBAAA,CAAgB,UA7FA,GAAA;EAAmB,GAAA,CAAA,EA8F9B,OAAA,CAAM,SA9FwB,CA8Fd,sBAAA,CAAgB,QA9FF,CAAA;CAAA,CAAA,EA+FrC,oBAAA,CAAA,GAAA,CAAA,OA/FqC;AAAA,iBA2G7B,UAAA,CAvFA;EAAsB,SAAA;EAAA,QAAA;EAAA,GAAA;CAAA,EA2F5B,sBAAA,CAAgB,SA3FY,GAAA;EAC7B,GAAA,CAAA,EA2FM,OAAA,CAAM,SA3FZ,CA2FsB,sBAAA,CAAgB,OA3FtC,CAAA;CAEC,CAAA,EA0FF,oBAAA,CAAA,GAAA,CAAA,OA1FkB;iBAkHV,eAAA,CAlH+B;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAqHrC,sBAAA,CAAgB,cArHqB,GAAA;EAAA,GAAA,CAAA,EAsHhC,OAAA,CAAM,SAtH0B,CAsHhB,sBAAA,CAAgB,YAtHA,CAAA;AAAA,CAAA,CAAA,EAuHvC,oBAAA,CAAA,GAAA,CAAA,OAtGqB"}
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime69 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime115 from "react/jsx-runtime";
3
3
  import * as SeparatorPrimitive from "@rn-primitives/separator";
4
4
 
5
5
  //#region ui/separator.d.ts
@@ -10,7 +10,7 @@ declare function Separator({
10
10
  ...props
11
11
  }: SeparatorPrimitive.RootProps & {
12
12
  ref?: React$1.RefObject<SeparatorPrimitive.RootRef>;
13
- }): react_jsx_runtime69.JSX.Element;
13
+ }): react_jsx_runtime115.JSX.Element;
14
14
  //#endregion
15
15
  export { Separator };
16
16
  //# sourceMappingURL=separator.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"separator.d.ts","names":[],"sources":["../../ui/separator.tsx"],"sourcesContent":[],"mappings":";;;;;iBAIS,SAAA;;;;;GAKN,kBAAA,CAAmB;QACd,OAAA,CAAM,UAAU,kBAAA,CAAmB;IAC1C,mBAAA,CAAA,GAAA,CAAA"}
1
+ {"version":3,"file":"separator.d.ts","names":[],"sources":["../../ui/separator.tsx"],"sourcesContent":[],"mappings":";;;;;iBAIS,SAAA;;;;;GAKN,kBAAA,CAAmB;QACd,OAAA,CAAM,UAAU,kBAAA,CAAmB;IAC1C,oBAAA,CAAA,GAAA,CAAA"}
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
2
  import { View } from "react-native";
3
- import * as react_jsx_runtime122 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime105 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/skeleton.d.ts
6
6
  declare function Skeleton({
7
7
  className,
8
8
  ...props
9
- }: Omit<React$1.ComponentPropsWithoutRef<typeof View>, 'style'>): react_jsx_runtime122.JSX.Element;
9
+ }: Omit<React$1.ComponentPropsWithoutRef<typeof View>, 'style'>): react_jsx_runtime105.JSX.Element;
10
10
  //#endregion
11
11
  export { Skeleton };
12
12
  //# sourceMappingURL=skeleton.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import { View, ViewProps } from "react-native";
3
- import * as react_jsx_runtime124 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime118 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as class_variance_authority_types8 from "class-variance-authority/types";
6
6
 
@@ -50,7 +50,7 @@ declare function Box({
50
50
  gap,
51
51
  wrap,
52
52
  ...props
53
- }: BoxProps): react_jsx_runtime124.JSX.Element;
53
+ }: BoxProps): react_jsx_runtime118.JSX.Element;
54
54
  declare function HStack({
55
55
  className,
56
56
  spacing,
@@ -61,7 +61,7 @@ declare function HStack({
61
61
  gap,
62
62
  wrap,
63
63
  ...props
64
- }: HStackProps): react_jsx_runtime124.JSX.Element;
64
+ }: HStackProps): react_jsx_runtime118.JSX.Element;
65
65
  declare function VStack({
66
66
  className,
67
67
  spacing,
@@ -71,7 +71,7 @@ declare function VStack({
71
71
  padding,
72
72
  gap,
73
73
  ...props
74
- }: VStackProps): react_jsx_runtime124.JSX.Element;
74
+ }: VStackProps): react_jsx_runtime118.JSX.Element;
75
75
  //#endregion
76
76
  export { Box, type BoxProps, HStack, type HStackProps, VStack, type VStackProps };
77
77
  //# sourceMappingURL=stack.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime127 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime124 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as class_variance_authority_types11 from "class-variance-authority/types";
4
4
 
@@ -17,7 +17,7 @@ declare function Stepper({
17
17
  total,
18
18
  size,
19
19
  className
20
- }: StepperProps): react_jsx_runtime127.JSX.Element;
20
+ }: StepperProps): react_jsx_runtime124.JSX.Element;
21
21
  //#endregion
22
22
  export { Stepper, StepperProps };
23
23
  //# sourceMappingURL=stepper.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime128 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime117 from "react/jsx-runtime";
3
3
  import * as SwitchPrimitives from "@rn-primitives/switch";
4
4
 
5
5
  //#region ui/switch.d.ts
@@ -8,7 +8,7 @@ declare function SwitchNative({
8
8
  ...props
9
9
  }: SwitchPrimitives.RootProps & {
10
10
  ref?: React$1.RefObject<SwitchPrimitives.RootRef>;
11
- }): react_jsx_runtime128.JSX.Element;
11
+ }): react_jsx_runtime117.JSX.Element;
12
12
  declare const Switch: typeof SwitchNative;
13
13
  //#endregion
14
14
  export { Switch };
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime140 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime134 from "react/jsx-runtime";
3
3
  import * as TablePrimitive from "@rn-primitives/table";
4
4
 
5
5
  //#region ui/table.d.ts
@@ -8,44 +8,44 @@ declare function Table({
8
8
  ...props
9
9
  }: TablePrimitive.RootProps & {
10
10
  ref?: React$1.RefObject<TablePrimitive.RootRef>;
11
- }): react_jsx_runtime140.JSX.Element;
11
+ }): react_jsx_runtime134.JSX.Element;
12
12
  declare function TableHeader({
13
13
  className,
14
14
  ...props
15
15
  }: TablePrimitive.HeaderProps & {
16
16
  ref?: React$1.RefObject<TablePrimitive.HeaderRef>;
17
- }): react_jsx_runtime140.JSX.Element;
17
+ }): react_jsx_runtime134.JSX.Element;
18
18
  declare function TableBody({
19
19
  className,
20
20
  style,
21
21
  ...props
22
22
  }: TablePrimitive.BodyProps & {
23
23
  ref?: React$1.RefObject<TablePrimitive.BodyRef>;
24
- }): react_jsx_runtime140.JSX.Element;
24
+ }): react_jsx_runtime134.JSX.Element;
25
25
  declare function TableFooter({
26
26
  className,
27
27
  ...props
28
28
  }: TablePrimitive.FooterProps & {
29
29
  ref?: React$1.RefObject<TablePrimitive.FooterRef>;
30
- }): react_jsx_runtime140.JSX.Element;
30
+ }): react_jsx_runtime134.JSX.Element;
31
31
  declare function TableRow({
32
32
  className,
33
33
  ...props
34
34
  }: TablePrimitive.RowProps & {
35
35
  ref?: React$1.RefObject<TablePrimitive.RowRef>;
36
- }): react_jsx_runtime140.JSX.Element;
36
+ }): react_jsx_runtime134.JSX.Element;
37
37
  declare function TableHead({
38
38
  className,
39
39
  ...props
40
40
  }: TablePrimitive.HeadProps & {
41
41
  ref?: React$1.RefObject<TablePrimitive.HeadRef>;
42
- }): react_jsx_runtime140.JSX.Element;
42
+ }): react_jsx_runtime134.JSX.Element;
43
43
  declare function TableCell({
44
44
  className,
45
45
  ...props
46
46
  }: TablePrimitive.CellProps & {
47
47
  ref?: React$1.RefObject<TablePrimitive.CellRef>;
48
- }): react_jsx_runtime140.JSX.Element;
48
+ }): react_jsx_runtime134.JSX.Element;
49
49
  //#endregion
50
50
  export { Table, TableBody, TableCell, TableFooter, TableHead, TableHeader, TableRow };
51
51
  //# sourceMappingURL=table.d.ts.map
package/dist/ui/text.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import { Text as Text$1 } from "react-native";
3
- import * as react_jsx_runtime147 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime15 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/text.d.ts
6
6
  declare const TextClassContext: React$1.Context<string | undefined>;
@@ -15,7 +15,7 @@ declare function Text({
15
15
  }: React$1.ComponentProps<typeof Text$1> & {
16
16
  ref?: React$1.RefObject<React$1.ComponentRef<typeof Text$1>>;
17
17
  asChild?: boolean;
18
- }): react_jsx_runtime147.JSX.Element;
18
+ }): react_jsx_runtime15.JSX.Element;
19
19
  //#endregion
20
20
  export { Text, TextClassContext, TextProps };
21
21
  //# sourceMappingURL=text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text.d.ts","names":[],"sources":["../../ui/text.tsx"],"sourcesContent":[],"mappings":";;;;;cAKM,kBAAgB,OAAA,CAAA;KAEV,SAAA,GAAY,OAAA,CAAM,sBAAsB;QAC5C,OAAA,CAAM,UAAU,OAAA,CAAM,oBAAoB;EAH5C,OAAA,CAAA,EAAA,OAAA;AAEN,CAAA;iBAKS,IAAA,CAL2C;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;CAAA,EASjD,OAAA,CAAM,cAT2C,CAAA,OASrB,MATqB,CAAA,GAAA;EAA5B,GAAA,CAAA,EAUhB,OAAA,CAAM,SAVgB,CAUN,OAAA,CAAM,YAVA,CAAA,OAUoB,MAVpB,CAAA,CAAA;EACoB,OAAA,CAAA,EAAA,OAAA;CAA1B,CAAA,EAWvB,oBAAA,CAAA,GAAA,CAAA,OAX6B"}
1
+ {"version":3,"file":"text.d.ts","names":[],"sources":["../../ui/text.tsx"],"sourcesContent":[],"mappings":";;;;;cAKM,kBAAgB,OAAA,CAAA;KAEV,SAAA,GAAY,OAAA,CAAM,sBAAsB;QAC5C,OAAA,CAAM,UAAU,OAAA,CAAM,oBAAoB;EAH5C,OAAA,CAAA,EAAA,OAAA;AAEN,CAAA;iBAKS,IAAA,CAL2C;EAAA,SAAA;EAAA,OAAA;EAAA,GAAA;CAAA,EASjD,OAAA,CAAM,cAT2C,CAAA,OASrB,MATqB,CAAA,GAAA;EAA5B,GAAA,CAAA,EAUhB,OAAA,CAAM,SAVgB,CAUN,OAAA,CAAM,YAVA,CAAA,OAUoB,MAVpB,CAAA,CAAA;EACoB,OAAA,CAAA,EAAA,OAAA;CAA1B,CAAA,EAWvB,mBAAA,CAAA,GAAA,CAAA,OAX6B"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime148 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime116 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/time-picker.d.ts
4
4
  interface TimePickerProps {
@@ -16,7 +16,7 @@ declare function TimePicker({
16
16
  placeholder,
17
17
  is24Hour,
18
18
  className
19
- }: TimePickerProps): react_jsx_runtime148.JSX.Element;
19
+ }: TimePickerProps): react_jsx_runtime116.JSX.Element;
20
20
  //#endregion
21
21
  export { TimePicker, TimePickerProps };
22
22
  //# sourceMappingURL=time-picker.d.ts.map
@@ -1,7 +1,7 @@
1
1
  import { toggleVariants } from "./toggle.js";
2
2
  import * as React$1 from "react";
3
3
  import { LucideIcon } from "lucide-react-native";
4
- import * as react_jsx_runtime151 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime121 from "react/jsx-runtime";
5
5
  import { VariantProps } from "class-variance-authority";
6
6
  import * as ToggleGroupPrimitive from "@rn-primitives/toggle-group";
7
7
 
@@ -14,7 +14,7 @@ declare function ToggleGroup({
14
14
  ...props
15
15
  }: ToggleGroupPrimitive.RootProps & VariantProps<typeof toggleVariants> & {
16
16
  ref?: React$1.RefObject<ToggleGroupPrimitive.RootRef>;
17
- }): react_jsx_runtime151.JSX.Element;
17
+ }): react_jsx_runtime121.JSX.Element;
18
18
  declare function ToggleGroupItem({
19
19
  className,
20
20
  children,
@@ -23,14 +23,14 @@ declare function ToggleGroupItem({
23
23
  ...props
24
24
  }: ToggleGroupPrimitive.ItemProps & VariantProps<typeof toggleVariants> & {
25
25
  ref?: React$1.RefObject<ToggleGroupPrimitive.ItemRef>;
26
- }): react_jsx_runtime151.JSX.Element;
26
+ }): react_jsx_runtime121.JSX.Element;
27
27
  declare function ToggleGroupIcon({
28
28
  className,
29
29
  icon: Icon,
30
30
  ...props
31
31
  }: React$1.ComponentPropsWithoutRef<LucideIcon> & {
32
32
  icon: LucideIcon;
33
- }): react_jsx_runtime151.JSX.Element;
33
+ }): react_jsx_runtime121.JSX.Element;
34
34
  //#endregion
35
35
  export { ToggleGroup, ToggleGroupIcon, ToggleGroupItem };
36
36
  //# sourceMappingURL=toggle-group.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import { LucideIcon } from "lucide-react-native";
3
- import * as react_jsx_runtime149 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime131 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as TogglePrimitive from "@rn-primitives/toggle";
6
6
  import * as class_variance_authority_types12 from "class-variance-authority/types";
@@ -21,14 +21,14 @@ declare function Toggle({
21
21
  ...props
22
22
  }: TogglePrimitive.RootProps & VariantProps<typeof toggleVariants> & VariantProps<typeof toggleVariants> & {
23
23
  ref?: React$1.RefObject<TogglePrimitive.RootRef>;
24
- }): react_jsx_runtime149.JSX.Element;
24
+ }): react_jsx_runtime131.JSX.Element;
25
25
  declare function ToggleIcon({
26
26
  className,
27
27
  icon: Icon,
28
28
  ...props
29
29
  }: React$1.ComponentPropsWithoutRef<LucideIcon> & {
30
30
  icon: LucideIcon;
31
- }): react_jsx_runtime149.JSX.Element;
31
+ }): react_jsx_runtime131.JSX.Element;
32
32
  //#endregion
33
33
  export { Toggle, ToggleIcon, toggleTextVariants, toggleVariants };
34
34
  //# sourceMappingURL=toggle.d.ts.map
@@ -1,6 +1,6 @@
1
1
  import * as React$1 from "react";
2
2
  import * as react_native55 from "react-native";
3
- import * as react_jsx_runtime154 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime141 from "react/jsx-runtime";
4
4
  import * as _rn_primitives_tooltip0 from "@rn-primitives/tooltip";
5
5
 
6
6
  //#region ui/tooltip.d.ts
@@ -26,7 +26,7 @@ declare function TooltipContent({
26
26
  }: _rn_primitives_tooltip0.ContentProps & {
27
27
  ref?: React$1.RefObject<_rn_primitives_tooltip0.ContentRef>;
28
28
  portalHost?: string;
29
- }): react_jsx_runtime154.JSX.Element;
29
+ }): react_jsx_runtime141.JSX.Element;
30
30
  //#endregion
31
31
  export { Tooltip, TooltipContent, TooltipTrigger };
32
32
  //# sourceMappingURL=tooltip.d.ts.map