@lssm/lib.ui-kit 0.0.0-canary-20251217060834 → 0.0.0-canary-20251217062943

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 (112) hide show
  1. package/dist/-core/src/utils.js +10 -0
  2. package/dist/ui/accordion.js +1 -1
  3. package/dist/ui/alert-dialog.d.ts +11 -11
  4. package/dist/ui/alert-dialog.js +1 -1
  5. package/dist/ui/alert.d.ts +6 -6
  6. package/dist/ui/alert.js +1 -1
  7. package/dist/ui/aspect-ratio.d.ts +5 -5
  8. package/dist/ui/atoms/LoadingSpinner/LoadingSpinner.js +2 -2
  9. package/dist/ui/atoms/Pagination/Pagination.js +1 -4
  10. package/dist/ui/atoms/SearchInput/SearchInput.js +1 -2
  11. package/dist/ui/avatar.d.ts +4 -4
  12. package/dist/ui/avatar.js +1 -1
  13. package/dist/ui/badge.d.ts +5 -5
  14. package/dist/ui/badge.js +1 -1
  15. package/dist/ui/breadcrumb.d.ts +8 -8
  16. package/dist/ui/breadcrumb.js +3 -4
  17. package/dist/ui/button.d.ts +7 -7
  18. package/dist/ui/button.js +1 -1
  19. package/dist/ui/card.d.ts +7 -7
  20. package/dist/ui/card.js +1 -1
  21. package/dist/ui/checkbox.d.ts +3 -3
  22. package/dist/ui/checkbox.js +1 -1
  23. package/dist/ui/collapsible.d.ts +8 -8
  24. package/dist/ui/context-menu.d.ts +16 -16
  25. package/dist/ui/context-menu.js +1 -1
  26. package/dist/ui/date-picker.d.ts +2 -2
  27. package/dist/ui/date-picker.js +1 -1
  28. package/dist/ui/date-range-picker.d.ts +2 -2
  29. package/dist/ui/date-range-picker.js +1 -1
  30. package/dist/ui/datetime-picker.d.ts +2 -2
  31. package/dist/ui/dialog.d.ts +10 -10
  32. package/dist/ui/dialog.js +1 -1
  33. package/dist/ui/dropdown-menu.d.ts +6 -6
  34. package/dist/ui/dropdown-menu.js +1 -1
  35. package/dist/ui/empty-state.d.ts +4 -4
  36. package/dist/ui/empty-state.js +1 -1
  37. package/dist/ui/empty.d.ts +9 -9
  38. package/dist/ui/empty.js +1 -1
  39. package/dist/ui/fab.d.ts +3 -3
  40. package/dist/ui/fab.js +1 -1
  41. package/dist/ui/field.d.ts +13 -13
  42. package/dist/ui/field.js +1 -1
  43. package/dist/ui/form.d.ts +7 -7
  44. package/dist/ui/form.js +4 -4
  45. package/dist/ui/hover-card.d.ts +6 -6
  46. package/dist/ui/hover-card.js +1 -1
  47. package/dist/ui/input.d.ts +2 -2
  48. package/dist/ui/input.js +1 -1
  49. package/dist/ui/label.d.ts +2 -2
  50. package/dist/ui/label.js +1 -1
  51. package/dist/ui/link.d.ts +2 -2
  52. package/dist/ui/link.js +1 -1
  53. package/dist/ui/loading-button.d.ts +2 -2
  54. package/dist/ui/loading-overlay.d.ts +2 -2
  55. package/dist/ui/loading-screen.d.ts +2 -2
  56. package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
  57. package/dist/ui/marketing/Hero.d.ts +2 -2
  58. package/dist/ui/marketing/PricingTable.d.ts +2 -2
  59. package/dist/ui/menubar.d.ts +17 -17
  60. package/dist/ui/menubar.js +1 -1
  61. package/dist/ui/molecules/SearchAndFilter/SearchAndFilter.js +2 -4
  62. package/dist/ui/molecules/SkeletonList.d.ts +2 -2
  63. package/dist/ui/navigation-menu.d.ts +12 -12
  64. package/dist/ui/navigation-menu.js +1 -1
  65. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +2 -2
  66. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.js +3 -5
  67. package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
  68. package/dist/ui/organisms/ListPage/ListPage.js +7 -12
  69. package/dist/ui/page-header.d.ts +4 -4
  70. package/dist/ui/page-header.js +1 -1
  71. package/dist/ui/password-strength.d.ts +2 -2
  72. package/dist/ui/password-strength.js +2 -2
  73. package/dist/ui/popover.d.ts +6 -6
  74. package/dist/ui/popover.js +1 -1
  75. package/dist/ui/progress.d.ts +2 -2
  76. package/dist/ui/progress.js +1 -1
  77. package/dist/ui/radio-group.d.ts +3 -3
  78. package/dist/ui/radio-group.js +1 -1
  79. package/dist/ui/select.d.ts +13 -13
  80. package/dist/ui/select.js +1 -1
  81. package/dist/ui/separator.d.ts +2 -2
  82. package/dist/ui/separator.js +1 -1
  83. package/dist/ui/skeleton.d.ts +2 -2
  84. package/dist/ui/skeleton.js +1 -1
  85. package/dist/ui/stack.d.ts +8 -8
  86. package/dist/ui/stack.js +1 -1
  87. package/dist/ui/stepper.d.ts +2 -2
  88. package/dist/ui/stepper.js +1 -1
  89. package/dist/ui/switch.d.ts +2 -2
  90. package/dist/ui/switch.js +1 -1
  91. package/dist/ui/table.d.ts +8 -8
  92. package/dist/ui/table.js +1 -1
  93. package/dist/ui/tabs.d.ts +9 -9
  94. package/dist/ui/tabs.js +1 -1
  95. package/dist/ui/text.d.ts +2 -2
  96. package/dist/ui/text.js +1 -1
  97. package/dist/ui/textarea.js +1 -1
  98. package/dist/ui/time-picker.d.ts +2 -2
  99. package/dist/ui/time-picker.js +1 -1
  100. package/dist/ui/toggle-group.d.ts +4 -4
  101. package/dist/ui/toggle-group.js +1 -1
  102. package/dist/ui/toggle.d.ts +6 -6
  103. package/dist/ui/toggle.js +1 -1
  104. package/dist/ui/tooltip.d.ts +6 -6
  105. package/dist/ui/tooltip.js +1 -1
  106. package/dist/ui/typography.d.ts +12 -12
  107. package/dist/ui/typography.js +1 -1
  108. package/dist/ui/useColorScheme.d.ts +2 -2
  109. package/dist/ui/usecases/UseCaseCard.d.ts +2 -2
  110. package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
  111. package/package.json +3 -3
  112. package/dist/_virtual/rolldown_runtime.js +0 -33
@@ -1,15 +1,15 @@
1
1
  import * as react8 from "react";
2
- import * as react_native40 from "react-native";
3
- import * as react_jsx_runtime132 from "react/jsx-runtime";
2
+ import * as react_native29 from "react-native";
3
+ import * as react_jsx_runtime85 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_native40.ViewProps & {
7
+ declare const Popover: react8.ForwardRefExoticComponent<react_native29.ViewProps & {
8
8
  asChild?: boolean;
9
9
  } & {
10
10
  onOpenChange?: (open: boolean) => void;
11
- } & react8.RefAttributes<react_native40.View>>;
12
- declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native40.PressableProps & react8.RefAttributes<react_native40.View>, "ref"> & {
11
+ } & react8.RefAttributes<react_native29.View>>;
12
+ declare const PopoverTrigger: react8.ForwardRefExoticComponent<Omit<react_native29.PressableProps & react8.RefAttributes<react_native29.View>, "ref"> & {
13
13
  asChild?: boolean;
14
14
  } & {
15
15
  onKeyDown?: (ev: React.KeyboardEvent) => void;
@@ -24,6 +24,6 @@ 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_runtime132.JSX.Element;
27
+ }): react_jsx_runtime85.JSX.Element;
28
28
  //#endregion
29
29
  export { Popover, PopoverContent, PopoverTrigger };
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { TextClassContext } from "./text.js";
2
3
  import { Platform, StyleSheet } from "react-native";
3
4
  import Animated, { FadeIn, FadeOut } from "react-native-reanimated";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import * as PopoverPrimitive from "@rn-primitives/popover";
7
7
 
@@ -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_runtime93 from "react/jsx-runtime";
3
3
  import * as ProgressPrimitive from "@rn-primitives/progress";
4
4
 
5
5
  //#region ui/progress.d.ts
@@ -11,6 +11,6 @@ declare function Progress({
11
11
  }: ProgressPrimitive.RootProps & {
12
12
  ref?: React$1.RefObject<ProgressPrimitive.RootRef>;
13
13
  indicatorClassName?: string;
14
- }): react_jsx_runtime140.JSX.Element;
14
+ }): react_jsx_runtime93.JSX.Element;
15
15
  //#endregion
16
16
  export { Progress };
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import "react";
2
3
  import { Platform, View } from "react-native";
3
4
  import Animated, { Extrapolation, interpolate, useAnimatedStyle, useDerivedValue, withSpring } from "react-native-reanimated";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import * as ProgressPrimitive from "@rn-primitives/progress";
7
7
 
@@ -1,14 +1,14 @@
1
- import * as react_jsx_runtime141 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime83 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_runtime141.JSX.Element;
8
+ }: RadioGroupPrimitive.RootProps & React.RefAttributes<RadioGroupPrimitive.RootRef>): react_jsx_runtime83.JSX.Element;
9
9
  declare function RadioGroupItem({
10
10
  className,
11
11
  ...props
12
- }: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime141.JSX.Element;
12
+ }: RadioGroupPrimitive.ItemProps & React.RefAttributes<RadioGroupPrimitive.ItemRef>): react_jsx_runtime83.JSX.Element;
13
13
  //#endregion
14
14
  export { RadioGroup, RadioGroupItem };
@@ -1,5 +1,5 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { Platform } from "react-native";
2
- import { cn } from "@lssm/lib.ui-kit-core/utils";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import * as RadioGroupPrimitive from "@rn-primitives/radio-group";
5
5
 
@@ -1,12 +1,12 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native56 from "react-native";
2
+ import * as react_native35 from "react-native";
3
3
  import { View } from "react-native";
4
- import * as react_jsx_runtime144 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime94 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_native56.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_native56.ViewProps
18
18
  name?: string;
19
19
  required?: boolean;
20
20
  } & React$1.RefAttributes<View>>;
21
- declare const SelectGroup: React$1.ForwardRefExoticComponent<react_native56.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_native56.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_native56.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_runtime144.JSX.Element;
37
+ }): react_jsx_runtime94.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_runtime144.JSX.Element | null;
44
+ }: _rn_primitives_select0.ScrollUpButtonProps): react_jsx_runtime94.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_runtime144.JSX.Element | null;
51
+ }: _rn_primitives_select0.ScrollDownButtonProps): react_jsx_runtime94.JSX.Element | null;
52
52
  declare function SelectContent({
53
53
  className,
54
54
  children,
@@ -59,25 +59,25 @@ declare function SelectContent({
59
59
  ref?: React$1.RefObject<_rn_primitives_select0.ContentRef>;
60
60
  className?: string;
61
61
  portalHost?: string;
62
- }): react_jsx_runtime144.JSX.Element;
62
+ }): react_jsx_runtime94.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_runtime144.JSX.Element;
68
+ }): react_jsx_runtime94.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_runtime144.JSX.Element;
75
+ }): react_jsx_runtime94.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_runtime144.JSX.Element;
81
+ }): react_jsx_runtime94.JSX.Element;
82
82
  //#endregion
83
83
  export { type Option, Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue };
package/dist/ui/select.js CHANGED
@@ -1,10 +1,10 @@
1
1
  import { ChevronDown } from "./icons/ChevronDown.js";
2
+ import { cn } from "../-core/src/utils.js";
2
3
  import { Check } from "./icons/Check.js";
3
4
  import { ChevronUp } from "./icons/ChevronUp.js";
4
5
  import "react";
5
6
  import { Platform, StyleSheet, View } from "react-native";
6
7
  import Animated, { FadeIn, FadeOut } from "react-native-reanimated";
7
- import { cn } from "@lssm/lib.ui-kit-core/utils";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  import * as SelectPrimitive from "@rn-primitives/select";
10
10
 
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime151 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime92 from "react/jsx-runtime";
3
3
  import * as SeparatorPrimitive from "@rn-primitives/separator";
4
4
 
5
5
  //#region ui/separator.d.ts
@@ -10,6 +10,6 @@ declare function Separator({
10
10
  ...props
11
11
  }: SeparatorPrimitive.RootProps & {
12
12
  ref?: React$1.RefObject<SeparatorPrimitive.RootRef>;
13
- }): react_jsx_runtime151.JSX.Element;
13
+ }): react_jsx_runtime92.JSX.Element;
14
14
  //#endregion
15
15
  export { Separator };
@@ -1,5 +1,5 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import "react";
2
- import { cn } from "@lssm/lib.ui-kit-core/utils";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import * as SeparatorPrimitive from "@rn-primitives/separator";
5
5
 
@@ -1,11 +1,11 @@
1
1
  import * as React$1 from "react";
2
2
  import { View } from "react-native";
3
- import * as react_jsx_runtime158 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime149 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_runtime158.JSX.Element;
9
+ }: Omit<React$1.ComponentPropsWithoutRef<typeof View>, 'style'>): react_jsx_runtime149.JSX.Element;
10
10
  //#endregion
11
11
  export { Skeleton };
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import * as React$1 from "react";
2
3
  import { View } from "react-native";
3
4
  import Animated, { useAnimatedStyle, useSharedValue, withRepeat, withSequence, withTiming } from "react-native-reanimated";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
 
7
7
  //#region ui/skeleton.tsx
@@ -1,8 +1,8 @@
1
1
  import * as React$1 from "react";
2
2
  import { View, ViewProps } from "react-native";
3
- import * as react_jsx_runtime159 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime144 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
- import * as class_variance_authority_types11 from "class-variance-authority/types";
5
+ import * as class_variance_authority_types9 from "class-variance-authority/types";
6
6
 
7
7
  //#region ui/stack.d.ts
8
8
  declare const vStackVariants: (props?: ({
@@ -12,7 +12,7 @@ declare const vStackVariants: (props?: ({
12
12
  width?: "auto" | "full" | "screen" | "fit" | null | undefined;
13
13
  padding?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
14
14
  gap?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
15
- } & class_variance_authority_types11.ClassProp) | undefined) => string;
15
+ } & class_variance_authority_types9.ClassProp) | undefined) => string;
16
16
  declare const hStackVariants: (props?: ({
17
17
  spacing?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | "2xl" | null | undefined;
18
18
  align?: "stretch" | "start" | "center" | "end" | "baseline" | null | undefined;
@@ -21,7 +21,7 @@ declare const hStackVariants: (props?: ({
21
21
  padding?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
22
22
  gap?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
23
23
  wrap?: "reverse" | "wrap" | "nowrap" | null | undefined;
24
- } & class_variance_authority_types11.ClassProp) | undefined) => string;
24
+ } & class_variance_authority_types9.ClassProp) | undefined) => string;
25
25
  declare const boxVariants: (props?: ({
26
26
  spacing?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | "2xl" | null | undefined;
27
27
  align?: "stretch" | "start" | "center" | "end" | "baseline" | null | undefined;
@@ -30,7 +30,7 @@ declare const boxVariants: (props?: ({
30
30
  padding?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
31
31
  gap?: "sm" | "lg" | "md" | "none" | "xs" | "xl" | null | undefined;
32
32
  wrap?: "reverse" | "wrap" | "nowrap" | null | undefined;
33
- } & class_variance_authority_types11.ClassProp) | undefined) => string;
33
+ } & class_variance_authority_types9.ClassProp) | undefined) => string;
34
34
  type BoxProps = ViewProps & VariantProps<typeof boxVariants> & {
35
35
  ref?: React$1.RefObject<React$1.ComponentRef<typeof View>>;
36
36
  };
@@ -50,7 +50,7 @@ declare function Box({
50
50
  gap,
51
51
  wrap,
52
52
  ...props
53
- }: BoxProps): react_jsx_runtime159.JSX.Element;
53
+ }: BoxProps): react_jsx_runtime144.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_runtime159.JSX.Element;
64
+ }: HStackProps): react_jsx_runtime144.JSX.Element;
65
65
  declare function VStack({
66
66
  className,
67
67
  spacing,
@@ -71,6 +71,6 @@ declare function VStack({
71
71
  padding,
72
72
  gap,
73
73
  ...props
74
- }: VStackProps): react_jsx_runtime159.JSX.Element;
74
+ }: VStackProps): react_jsx_runtime144.JSX.Element;
75
75
  //#endregion
76
76
  export { Box, type BoxProps, HStack, type HStackProps, VStack, type VStackProps };
package/dist/ui/stack.js CHANGED
@@ -1,6 +1,6 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import "react";
2
3
  import { View } from "react-native";
3
- import { cn } from "@lssm/lib.ui-kit-core/utils";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import { cva } from "class-variance-authority";
6
6
 
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime129 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime119 from "react/jsx-runtime";
2
2
  import { VariantProps } from "class-variance-authority";
3
3
  import * as class_variance_authority_types8 from "class-variance-authority/types";
4
4
 
@@ -17,6 +17,6 @@ declare function Stepper({
17
17
  total,
18
18
  size,
19
19
  className
20
- }: StepperProps): react_jsx_runtime129.JSX.Element;
20
+ }: StepperProps): react_jsx_runtime119.JSX.Element;
21
21
  //#endregion
22
22
  export { Stepper, StepperProps };
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { HStack } from "./stack.js";
2
3
  import "react";
3
4
  import { View } from "react-native";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import { cva } from "class-variance-authority";
7
7
 
@@ -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_runtime81 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_runtime131.JSX.Element;
11
+ }): react_jsx_runtime81.JSX.Element;
12
12
  declare const Switch: typeof SwitchNative;
13
13
  //#endregion
14
14
  export { Switch };
package/dist/ui/switch.js CHANGED
@@ -1,8 +1,8 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { useColorScheme } from "./useColorScheme.js";
2
3
  import "react";
3
4
  import { Platform } from "react-native";
4
5
  import Animated, { interpolateColor, useAnimatedStyle, useDerivedValue, withTiming } from "react-native-reanimated";
5
- import { cn } from "@lssm/lib.ui-kit-core/utils";
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  import * as SwitchPrimitives from "@rn-primitives/switch";
8
8
 
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime133 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime150 from "react/jsx-runtime";
3
3
  import * as TablePrimitive from "@rn-primitives/table";
4
4
 
5
5
  //#region ui/table.d.ts
@@ -8,43 +8,43 @@ declare function Table({
8
8
  ...props
9
9
  }: TablePrimitive.RootProps & {
10
10
  ref?: React$1.RefObject<TablePrimitive.RootRef>;
11
- }): react_jsx_runtime133.JSX.Element;
11
+ }): react_jsx_runtime150.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_runtime133.JSX.Element;
17
+ }): react_jsx_runtime150.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_runtime133.JSX.Element;
24
+ }): react_jsx_runtime150.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_runtime133.JSX.Element;
30
+ }): react_jsx_runtime150.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_runtime133.JSX.Element;
36
+ }): react_jsx_runtime150.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_runtime133.JSX.Element;
42
+ }): react_jsx_runtime150.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_runtime133.JSX.Element;
48
+ }): react_jsx_runtime150.JSX.Element;
49
49
  //#endregion
50
50
  export { Table, TableBody, TableCell, TableFooter, TableHead, TableHeader, TableRow };
package/dist/ui/table.js CHANGED
@@ -1,6 +1,6 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { TextClassContext } from "./text.js";
2
3
  import "react";
3
- import { cn } from "@lssm/lib.ui-kit-core/utils";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import * as TablePrimitive from "@rn-primitives/table";
6
6
 
package/dist/ui/tabs.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native44 from "react-native";
2
+ import * as react_native47 from "react-native";
3
3
  import * as _rn_primitives_types1 from "@rn-primitives/types";
4
4
 
5
5
  //#region ui/tabs.d.ts
6
- declare const Tabs: React$1.ForwardRefExoticComponent<react_native44.ViewProps & {
6
+ declare const Tabs: React$1.ForwardRefExoticComponent<react_native47.ViewProps & {
7
7
  asChild?: boolean;
8
8
  } & {
9
9
  value: string;
@@ -11,22 +11,22 @@ declare const Tabs: React$1.ForwardRefExoticComponent<react_native44.ViewProps &
11
11
  orientation?: "horizontal" | "vertical";
12
12
  dir?: "ltr" | "rtl";
13
13
  activationMode?: "automatic" | "manual";
14
- } & React$1.RefAttributes<react_native44.View>>;
15
- declare const TabsList: React$1.ForwardRefExoticComponent<Omit<react_native44.ViewProps & {
14
+ } & React$1.RefAttributes<react_native47.View>>;
15
+ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<react_native47.ViewProps & {
16
16
  asChild?: boolean;
17
- } & React$1.RefAttributes<react_native44.View>, "ref"> & React$1.RefAttributes<react_native44.View>>;
18
- declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<Omit<react_native44.PressableProps & React$1.RefAttributes<react_native44.View>, "ref"> & {
17
+ } & React$1.RefAttributes<react_native47.View>, "ref"> & React$1.RefAttributes<react_native47.View>>;
18
+ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<Omit<react_native47.PressableProps & React$1.RefAttributes<react_native47.View>, "ref"> & {
19
19
  asChild?: boolean;
20
20
  } & {
21
21
  onKeyDown?: (ev: React$1.KeyboardEvent) => void;
22
22
  onKeyUp?: (ev: React$1.KeyboardEvent) => void;
23
23
  } & {
24
24
  value: string;
25
- } & React$1.RefAttributes<react_native44.View>, "ref"> & React$1.RefAttributes<react_native44.View>>;
26
- declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<react_native44.ViewProps & {
25
+ } & React$1.RefAttributes<react_native47.View>, "ref"> & React$1.RefAttributes<react_native47.View>>;
26
+ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<react_native47.ViewProps & {
27
27
  asChild?: boolean;
28
28
  } & _rn_primitives_types1.ForceMountable & {
29
29
  value: string;
30
- } & React$1.RefAttributes<react_native44.View>, "ref"> & React$1.RefAttributes<react_native44.View>>;
30
+ } & React$1.RefAttributes<react_native47.View>, "ref"> & React$1.RefAttributes<react_native47.View>>;
31
31
  //#endregion
32
32
  export { Tabs, TabsContent, TabsList, TabsTrigger };
package/dist/ui/tabs.js CHANGED
@@ -1,5 +1,5 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import * as React$1 from "react";
2
- import { cn } from "@lssm/lib.ui-kit-core/utils";
3
3
  import { jsx } from "react/jsx-runtime";
4
4
  import * as TabsPrimitive from "@rn-primitives/tabs";
5
5
 
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_runtime143 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime132 from "react/jsx-runtime";
4
4
 
5
5
  //#region ui/text.d.ts
6
6
  declare const TextClassContext: React$1.Context<string | undefined>;
@@ -15,6 +15,6 @@ 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_runtime143.JSX.Element;
18
+ }): react_jsx_runtime132.JSX.Element;
19
19
  //#endregion
20
20
  export { Text, TextClassContext, TextProps };
package/dist/ui/text.js CHANGED
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import * as React$1 from "react";
2
3
  import { Text as Text$1 } from "react-native";
3
4
  import * as Slot from "@rn-primitives/slot";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
 
7
7
  //#region ui/text.tsx
@@ -1,6 +1,6 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import * as React$1 from "react";
2
3
  import { TextInput } from "react-native";
3
- import { cn } from "@lssm/lib.ui-kit-core/utils";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
 
6
6
  //#region ui/textarea.tsx
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime152 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime147 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_runtime152.JSX.Element;
19
+ }: TimePickerProps): react_jsx_runtime147.JSX.Element;
20
20
  //#endregion
21
21
  export { TimePicker, TimePickerProps };
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { Text as Text$1 } from "./text.js";
2
3
  import React, { useMemo, useState } from "react";
3
4
  import { Platform, Pressable, View } from "react-native";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
6
  import DateTimePicker from "@react-native-community/datetimepicker";
7
7
 
@@ -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_runtime153 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime157 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_runtime153.JSX.Element;
17
+ }): react_jsx_runtime157.JSX.Element;
18
18
  declare function ToggleGroupItem({
19
19
  className,
20
20
  children,
@@ -23,13 +23,13 @@ declare function ToggleGroupItem({
23
23
  ...props
24
24
  }: ToggleGroupPrimitive.ItemProps & VariantProps<typeof toggleVariants> & {
25
25
  ref?: React$1.RefObject<ToggleGroupPrimitive.ItemRef>;
26
- }): react_jsx_runtime153.JSX.Element;
26
+ }): react_jsx_runtime157.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_runtime153.JSX.Element;
33
+ }): react_jsx_runtime157.JSX.Element;
34
34
  //#endregion
35
35
  export { ToggleGroup, ToggleGroupIcon, ToggleGroupItem };
@@ -1,7 +1,7 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { TextClassContext } from "./text.js";
2
3
  import { toggleTextVariants, toggleVariants } from "./toggle.js";
3
4
  import * as React$1 from "react";
4
- import { cn } from "@lssm/lib.ui-kit-core/utils";
5
5
  import { jsx } from "react/jsx-runtime";
6
6
  import * as ToggleGroupPrimitive from "@rn-primitives/toggle-group";
7
7
 
@@ -1,19 +1,19 @@
1
1
  import * as React$1 from "react";
2
2
  import { LucideIcon } from "lucide-react-native";
3
- import * as react_jsx_runtime156 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime160 from "react/jsx-runtime";
4
4
  import { VariantProps } from "class-variance-authority";
5
5
  import * as TogglePrimitive from "@rn-primitives/toggle";
6
- import * as class_variance_authority_types9 from "class-variance-authority/types";
6
+ import * as class_variance_authority_types12 from "class-variance-authority/types";
7
7
 
8
8
  //#region ui/toggle.d.ts
9
9
  declare const toggleVariants: (props?: ({
10
10
  variant?: "default" | "outline" | null | undefined;
11
11
  size?: "default" | "sm" | "lg" | null | undefined;
12
- } & class_variance_authority_types9.ClassProp) | undefined) => string;
12
+ } & class_variance_authority_types12.ClassProp) | undefined) => string;
13
13
  declare const toggleTextVariants: (props?: ({
14
14
  variant?: "default" | "outline" | null | undefined;
15
15
  size?: "default" | "sm" | "lg" | null | undefined;
16
- } & class_variance_authority_types9.ClassProp) | undefined) => string;
16
+ } & class_variance_authority_types12.ClassProp) | undefined) => string;
17
17
  declare function Toggle({
18
18
  className,
19
19
  variant,
@@ -21,13 +21,13 @@ 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_runtime156.JSX.Element;
24
+ }): react_jsx_runtime160.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_runtime156.JSX.Element;
31
+ }): react_jsx_runtime160.JSX.Element;
32
32
  //#endregion
33
33
  export { Toggle, ToggleIcon, toggleTextVariants, toggleVariants };
package/dist/ui/toggle.js CHANGED
@@ -1,6 +1,6 @@
1
+ import { cn } from "../-core/src/utils.js";
1
2
  import { TextClassContext } from "./text.js";
2
3
  import * as React$1 from "react";
3
- import { cn } from "@lssm/lib.ui-kit-core/utils";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  import { cva } from "class-variance-authority";
6
6
  import * as TogglePrimitive from "@rn-primitives/toggle";