@contractspec/lib.ui-kit 1.45.2 → 1.45.3

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 (80) 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/collapsible.d.ts +7 -7
  11. package/dist/ui/collapsible.d.ts.map +1 -1
  12. package/dist/ui/context-menu.d.ts +16 -16
  13. package/dist/ui/date-picker.d.ts +2 -2
  14. package/dist/ui/date-picker.d.ts.map +1 -1
  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 +4 -4
  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/form.d.ts +7 -7
  24. package/dist/ui/form.d.ts.map +1 -1
  25. package/dist/ui/hover-card.d.ts +6 -6
  26. package/dist/ui/hover-card.d.ts.map +1 -1
  27. package/dist/ui/input.d.ts +2 -2
  28. package/dist/ui/label.d.ts +2 -2
  29. package/dist/ui/label.d.ts.map +1 -1
  30. package/dist/ui/link.d.ts +2 -2
  31. package/dist/ui/link.d.ts.map +1 -1
  32. package/dist/ui/loading-button.d.ts +2 -2
  33. package/dist/ui/loading-button.d.ts.map +1 -1
  34. package/dist/ui/loading-overlay.d.ts +2 -2
  35. package/dist/ui/loading-overlay.d.ts.map +1 -1
  36. package/dist/ui/loading-screen.d.ts +2 -2
  37. package/dist/ui/loading-screen.d.ts.map +1 -1
  38. package/dist/ui/marketing/FeatureGrid.d.ts +2 -2
  39. package/dist/ui/marketing/FeatureGrid.d.ts.map +1 -1
  40. package/dist/ui/marketing/Hero.d.ts +2 -2
  41. package/dist/ui/marketing/Hero.d.ts.map +1 -1
  42. package/dist/ui/marketing/PricingTable.d.ts +2 -2
  43. package/dist/ui/marketing/PricingTable.d.ts.map +1 -1
  44. package/dist/ui/menubar.d.ts +17 -17
  45. package/dist/ui/menubar.d.ts.map +1 -1
  46. package/dist/ui/molecules/SkeletonList.d.ts +2 -2
  47. package/dist/ui/molecules/SkeletonList.d.ts.map +1 -1
  48. package/dist/ui/navigation-menu.d.ts +12 -12
  49. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts +2 -2
  50. package/dist/ui/organisms/ErrorBoundary/ErrorBoundary.d.ts.map +1 -1
  51. package/dist/ui/organisms/ListPage/ListPage.d.ts +2 -2
  52. package/dist/ui/organisms/ListPage/ListPage.d.ts.map +1 -1
  53. package/dist/ui/page-header.d.ts +4 -4
  54. package/dist/ui/password-strength.d.ts +2 -2
  55. package/dist/ui/popover.d.ts +6 -6
  56. package/dist/ui/progress.d.ts +2 -2
  57. package/dist/ui/radio-group.d.ts +3 -3
  58. package/dist/ui/select.d.ts +13 -13
  59. package/dist/ui/separator.d.ts +2 -2
  60. package/dist/ui/skeleton.d.ts +2 -2
  61. package/dist/ui/skeleton.d.ts.map +1 -1
  62. package/dist/ui/stack.d.ts +17 -17
  63. package/dist/ui/stack.d.ts.map +1 -1
  64. package/dist/ui/stepper.d.ts +4 -4
  65. package/dist/ui/switch.d.ts +2 -2
  66. package/dist/ui/table.d.ts +8 -8
  67. package/dist/ui/table.d.ts.map +1 -1
  68. package/dist/ui/tabs.d.ts +9 -9
  69. package/dist/ui/text.d.ts +2 -2
  70. package/dist/ui/time-picker.d.ts +2 -2
  71. package/dist/ui/toggle-group.d.ts +4 -4
  72. package/dist/ui/toggle.d.ts +3 -3
  73. package/dist/ui/tooltip.d.ts +6 -6
  74. package/dist/ui/typography.d.ts +12 -12
  75. package/dist/ui/useColorScheme.d.ts +2 -2
  76. package/dist/ui/usecases/UseCaseCard.d.ts +2 -2
  77. package/dist/ui/usecases/UseCaseCard.d.ts.map +1 -1
  78. package/dist/ui/usecases/UserStoryCard.d.ts +2 -2
  79. package/dist/ui/usecases/UserStoryCard.d.ts.map +1 -1
  80. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import * as React$1 from "react";
2
- import * as react_jsx_runtime161 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime105 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_runtime161.JSX.Element;
11
+ }): react_jsx_runtime105.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_runtime146 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime95 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_runtime146.JSX.Element;
11
+ }): react_jsx_runtime95.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_runtime146.JSX.Element;
17
+ }): react_jsx_runtime95.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_runtime146.JSX.Element;
24
+ }): react_jsx_runtime95.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_runtime146.JSX.Element;
30
+ }): react_jsx_runtime95.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_runtime146.JSX.Element;
36
+ }): react_jsx_runtime95.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_runtime146.JSX.Element;
42
+ }): react_jsx_runtime95.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_runtime146.JSX.Element;
48
+ }): react_jsx_runtime95.JSX.Element;
49
49
  //#endregion
50
50
  export { Table, TableBody, TableCell, TableFooter, TableHead, TableHeader, TableRow };
51
51
  //# sourceMappingURL=table.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","names":[],"sources":["../../ui/table.tsx"],"sourcesContent":[],"mappings":";;;;;iBAKS,KAAA;;;GAGN,cAAA,CAAe;QACV,OAAA,CAAM,UAAU,cAAA,CAAe;IACtC,oBAAA,CAAA,GAAA,CAAA;AAT8B,iBAkBtB,WAAA,CAdK;EAAA,SAAA;EAAA,GAAA;CAAA,EAiBX,cAAA,CAAe,WAjBJ,GAAA;EACZ,GAAA,CAAA,EAiBM,OAAA,CAAM,SAjBZ,CAiBsB,cAAA,CAAe,SAjBrC,CAAA;CAEC,CAAA,EAgBF,oBAAA,CAAA,GAAA,CAAA,OAhBiB;iBAyBT,SAAA,CAxB8B;EAAA,SAAA;EAAA,KAAA;EAAA,GAAA;CAAA,EA4BpC,cAAA,CAAe,SA5BqB,GAAA;EAA/B,GAAA,CAAA,EA6BA,OAAA,CAAM,SA7BA,CA6BU,cAAA,CAAe,OA7BzB,CAAA;CACb,CAAA,EA6BA,oBAAA,CAAA,GAAA,CAAA,OA7BA;iBA0CQ,WAAA,CA1CR;EAAA,SAAA;EAAA,GAAA;CAAA,EA6CE,cAAA,CAAe,WA7CjB,GAAA;EASQ,GAAA,CAAA,EAqCD,OAAA,CAAM,SArCM,CAqCI,cAAA,CAAe,SArCnB,CAAA;CAClB,CAAA,EAqCD,oBAAA,CAAA,GAAA,CAAA,OArCC;iBAiDO,QAAA,CA/CS;EAAA,SAAA;EAAA,GAAA;CAAA,EAkDf,cAAA,CAAe,QAlDA,GAAA;EACM,GAAA,CAAA,EAkDhB,OAAA,CAAM,SAlDyB,CAkDf,cAAA,CAAe,MAlDA,CAAA;CAA/B,CAAA,EAmDP,oBAAA,CAAA,GAAA,CAAA,OAnDa;iBA+DL,SAAA,CA9DR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiEE,cAAA,CAAe,SAjEjB,GAAA;EAAA,GAAA,CAAA,EAkEO,OAAA,CAAM,SAlEb,CAkEuB,cAAA,CAAe,OAlEtC,CAAA;AAAA,CAAA,CAAA,EAmEA,oBAAA,CAAA,GAAA,CAAA,OA1DiB;iBAwET,SAAA,CAvEP;EAAA,SAAA;EAAA,GAAA;CAAA,EA0EC,cAAA,CAAe,SA1EhB,GAAA;EACA,GAAA,CAAA,EA0EM,OAAA,CAAM,SA1EZ,CA0EsB,cAAA,CAAe,OA1ErC,CAAA;CAEC,CAAA,EAyEF,oBAAA,CAAA,GAAA,CAAA,OAzEiB"}
1
+ {"version":3,"file":"table.d.ts","names":[],"sources":["../../ui/table.tsx"],"sourcesContent":[],"mappings":";;;;;iBAKS,KAAA;;;GAGN,cAAA,CAAe;QACV,OAAA,CAAM,UAAU,cAAA,CAAe;IACtC,mBAAA,CAAA,GAAA,CAAA;AAT8B,iBAkBtB,WAAA,CAdK;EAAA,SAAA;EAAA,GAAA;CAAA,EAiBX,cAAA,CAAe,WAjBJ,GAAA;EACZ,GAAA,CAAA,EAiBM,OAAA,CAAM,SAjBZ,CAiBsB,cAAA,CAAe,SAjBrC,CAAA;CAEC,CAAA,EAgBF,mBAAA,CAAA,GAAA,CAAA,OAhBiB;iBAyBT,SAAA,CAxB8B;EAAA,SAAA;EAAA,KAAA;EAAA,GAAA;CAAA,EA4BpC,cAAA,CAAe,SA5BqB,GAAA;EAA/B,GAAA,CAAA,EA6BA,OAAA,CAAM,SA7BA,CA6BU,cAAA,CAAe,OA7BzB,CAAA;CACb,CAAA,EA6BA,mBAAA,CAAA,GAAA,CAAA,OA7BA;iBA0CQ,WAAA,CA1CR;EAAA,SAAA;EAAA,GAAA;CAAA,EA6CE,cAAA,CAAe,WA7CjB,GAAA;EASQ,GAAA,CAAA,EAqCD,OAAA,CAAM,SArCM,CAqCI,cAAA,CAAe,SArCnB,CAAA;CAClB,CAAA,EAqCD,mBAAA,CAAA,GAAA,CAAA,OArCC;iBAiDO,QAAA,CA/CS;EAAA,SAAA;EAAA,GAAA;CAAA,EAkDf,cAAA,CAAe,QAlDA,GAAA;EACM,GAAA,CAAA,EAkDhB,OAAA,CAAM,SAlDyB,CAkDf,cAAA,CAAe,MAlDA,CAAA;CAA/B,CAAA,EAmDP,mBAAA,CAAA,GAAA,CAAA,OAnDa;iBA+DL,SAAA,CA9DR;EAAA,SAAA;EAAA,GAAA;AAAA,CAAA,EAiEE,cAAA,CAAe,SAjEjB,GAAA;EAAA,GAAA,CAAA,EAkEO,OAAA,CAAM,SAlEb,CAkEuB,cAAA,CAAe,OAlEtC,CAAA;AAAA,CAAA,CAAA,EAmEA,mBAAA,CAAA,GAAA,CAAA,OA1DiB;iBAwET,SAAA,CAvEP;EAAA,SAAA;EAAA,GAAA;CAAA,EA0EC,cAAA,CAAe,SA1EhB,GAAA;EACA,GAAA,CAAA,EA0EM,OAAA,CAAM,SA1EZ,CA0EsB,cAAA,CAAe,OA1ErC,CAAA;CAEC,CAAA,EAyEF,mBAAA,CAAA,GAAA,CAAA,OAzEiB"}
package/dist/ui/tabs.d.ts CHANGED
@@ -1,9 +1,9 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native48 from "react-native";
2
+ import * as react_native44 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_native48.ViewProps & {
6
+ declare const Tabs: React$1.ForwardRefExoticComponent<react_native44.ViewProps & {
7
7
  asChild?: boolean;
8
8
  } & {
9
9
  value: string;
@@ -11,23 +11,23 @@ declare const Tabs: React$1.ForwardRefExoticComponent<react_native48.ViewProps &
11
11
  orientation?: "horizontal" | "vertical";
12
12
  dir?: "ltr" | "rtl";
13
13
  activationMode?: "automatic" | "manual";
14
- } & React$1.RefAttributes<react_native48.View>>;
15
- declare const TabsList: React$1.ForwardRefExoticComponent<Omit<react_native48.ViewProps & {
14
+ } & React$1.RefAttributes<react_native44.View>>;
15
+ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<react_native44.ViewProps & {
16
16
  asChild?: boolean;
17
- } & React$1.RefAttributes<react_native48.View>, "ref"> & React$1.RefAttributes<react_native48.View>>;
18
- declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<Omit<react_native48.PressableProps & React$1.RefAttributes<react_native48.View>, "ref"> & {
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"> & {
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_native48.View>, "ref"> & React$1.RefAttributes<react_native48.View>>;
26
- declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<react_native48.ViewProps & {
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 & {
27
27
  asChild?: boolean;
28
28
  } & _rn_primitives_types1.ForceMountable & {
29
29
  value: string;
30
- } & React$1.RefAttributes<react_native48.View>, "ref"> & React$1.RefAttributes<react_native48.View>>;
30
+ } & React$1.RefAttributes<react_native44.View>, "ref"> & React$1.RefAttributes<react_native44.View>>;
31
31
  //#endregion
32
32
  export { Tabs, TabsContent, TabsList, TabsTrigger };
33
33
  //# sourceMappingURL=tabs.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_runtime145 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime148 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_runtime145.JSX.Element;
18
+ }): react_jsx_runtime148.JSX.Element;
19
19
  //#endregion
20
20
  export { Text, TextClassContext, TextProps };
21
21
  //# sourceMappingURL=text.d.ts.map
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime155 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime157 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_runtime155.JSX.Element;
19
+ }: TimePickerProps): react_jsx_runtime157.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_runtime156 from "react/jsx-runtime";
4
+ import * as react_jsx_runtime159 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_runtime156.JSX.Element;
17
+ }): react_jsx_runtime159.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_runtime156.JSX.Element;
26
+ }): react_jsx_runtime159.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_runtime156.JSX.Element;
33
+ }): react_jsx_runtime159.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_runtime153 from "react/jsx-runtime";
3
+ import * as react_jsx_runtime129 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_runtime153.JSX.Element;
24
+ }): react_jsx_runtime129.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_runtime153.JSX.Element;
31
+ }): react_jsx_runtime129.JSX.Element;
32
32
  //#endregion
33
33
  export { Toggle, ToggleIcon, toggleTextVariants, toggleVariants };
34
34
  //# sourceMappingURL=toggle.d.ts.map
@@ -1,18 +1,18 @@
1
1
  import * as React$1 from "react";
2
- import * as react_native43 from "react-native";
3
- import * as react_jsx_runtime127 from "react/jsx-runtime";
2
+ import * as react_native36 from "react-native";
3
+ import * as react_jsx_runtime131 from "react/jsx-runtime";
4
4
  import * as _rn_primitives_tooltip0 from "@rn-primitives/tooltip";
5
5
 
6
6
  //#region ui/tooltip.d.ts
7
- declare const Tooltip: React$1.ForwardRefExoticComponent<react_native43.ViewProps & {
7
+ declare const Tooltip: React$1.ForwardRefExoticComponent<react_native36.ViewProps & {
8
8
  asChild?: boolean;
9
9
  } & {
10
10
  onOpenChange?: (open: boolean) => void;
11
11
  delayDuration?: number;
12
12
  skipDelayDuration?: number;
13
13
  disableHoverableContent?: boolean;
14
- } & React$1.RefAttributes<react_native43.View>>;
15
- declare const TooltipTrigger: React$1.ForwardRefExoticComponent<Omit<react_native43.PressableProps & React$1.RefAttributes<react_native43.View>, "ref"> & {
14
+ } & React$1.RefAttributes<react_native36.View>>;
15
+ declare const TooltipTrigger: React$1.ForwardRefExoticComponent<Omit<react_native36.PressableProps & React$1.RefAttributes<react_native36.View>, "ref"> & {
16
16
  asChild?: boolean;
17
17
  } & {
18
18
  onKeyDown?: (ev: React$1.KeyboardEvent) => void;
@@ -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_runtime127.JSX.Element;
29
+ }): react_jsx_runtime131.JSX.Element;
30
30
  //#endregion
31
31
  export { Tooltip, TooltipContent, TooltipTrigger };
32
32
  //# sourceMappingURL=tooltip.d.ts.map
@@ -1,5 +1,5 @@
1
1
  import { TextProps } from "./text.js";
2
- import * as react_jsx_runtime128 from "react/jsx-runtime";
2
+ import * as react_jsx_runtime132 from "react/jsx-runtime";
3
3
 
4
4
  //#region ui/typography.d.ts
5
5
  type TypographyProps = TextProps & {
@@ -9,57 +9,57 @@ declare function H1({
9
9
  className,
10
10
  asChild,
11
11
  ...props
12
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
12
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
13
13
  declare function H2({
14
14
  className,
15
15
  asChild,
16
16
  ...props
17
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
17
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
18
18
  declare function H3({
19
19
  className,
20
20
  asChild,
21
21
  ...props
22
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
22
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
23
23
  declare function H4({
24
24
  className,
25
25
  asChild,
26
26
  ...props
27
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
27
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
28
28
  declare function P({
29
29
  className,
30
30
  asChild,
31
31
  ...props
32
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
32
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
33
33
  declare function BlockQuote({
34
34
  className,
35
35
  asChild,
36
36
  ...props
37
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
37
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
38
38
  declare function Code({
39
39
  className,
40
40
  asChild,
41
41
  ...props
42
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
42
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
43
43
  declare function Lead({
44
44
  className,
45
45
  asChild,
46
46
  ...props
47
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
47
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
48
48
  declare function Large({
49
49
  className,
50
50
  asChild,
51
51
  ...props
52
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
52
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
53
53
  declare function Small({
54
54
  className,
55
55
  asChild,
56
56
  ...props
57
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
57
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
58
58
  declare function Muted({
59
59
  className,
60
60
  asChild,
61
61
  ...props
62
- }: TypographyProps): react_jsx_runtime128.JSX.Element;
62
+ }: TypographyProps): react_jsx_runtime132.JSX.Element;
63
63
  //#endregion
64
64
  export { BlockQuote, Code, H1, H2, H3, H4, Large, Lead, Muted, P, Small, TypographyProps };
65
65
  //# sourceMappingURL=typography.d.ts.map
@@ -1,10 +1,10 @@
1
- import * as react_native47 from "react-native";
1
+ import * as react_native35 from "react-native";
2
2
 
3
3
  //#region ui/useColorScheme.d.ts
4
4
  declare function useColorScheme(): {
5
5
  colorScheme: "light" | "dark";
6
6
  isDarkColorScheme: boolean;
7
- setColorScheme: (scheme: react_native47.ColorSchemeName) => void;
7
+ setColorScheme: (scheme: react_native35.ColorSchemeName) => void;
8
8
  toggleColorScheme: () => void;
9
9
  };
10
10
  //#endregion
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime143 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime90 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/usecases/UseCaseCard.d.ts
4
4
  declare function UseCaseCard({
@@ -13,7 +13,7 @@ declare function UseCaseCard({
13
13
  ctaHref?: string;
14
14
  ctaLabel?: string;
15
15
  onCtaClick?: () => void;
16
- }): react_jsx_runtime143.JSX.Element;
16
+ }): react_jsx_runtime90.JSX.Element;
17
17
  //#endregion
18
18
  export { UseCaseCard };
19
19
  //# sourceMappingURL=UseCaseCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UseCaseCard.d.ts","names":[],"sources":["../../../ui/usecases/UseCaseCard.tsx"],"sourcesContent":[],"mappings":";;;iBAIgB,WAAA;;;;;;;;;EAAA,OAAA,CAAA,EAAA,MAAW;EACzB,QAAA,CAAA,EAAA,MAAA;EACA,UAAA,CAAA,EAAA,GAAA,GAAA,IAAA;CACA,CAAA,EASD,oBAAA,CAAA,GAAA,CAAA,OATC"}
1
+ {"version":3,"file":"UseCaseCard.d.ts","names":[],"sources":["../../../ui/usecases/UseCaseCard.tsx"],"sourcesContent":[],"mappings":";;;iBAIgB,WAAA;;;;;;;;;EAAA,OAAA,CAAA,EAAA,MAAW;EACzB,QAAA,CAAA,EAAA,MAAA;EACA,UAAA,CAAA,EAAA,GAAA,GAAA,IAAA;CACA,CAAA,EASD,mBAAA,CAAA,GAAA,CAAA,OATC"}
@@ -1,4 +1,4 @@
1
- import * as react_jsx_runtime144 from "react/jsx-runtime";
1
+ import * as react_jsx_runtime91 from "react/jsx-runtime";
2
2
 
3
3
  //#region ui/usecases/UserStoryCard.d.ts
4
4
  declare function UserStoryCard({
@@ -9,7 +9,7 @@ declare function UserStoryCard({
9
9
  title: string;
10
10
  body?: string;
11
11
  outcome?: string;
12
- }): react_jsx_runtime144.JSX.Element;
12
+ }): react_jsx_runtime91.JSX.Element;
13
13
  //#endregion
14
14
  export { UserStoryCard };
15
15
  //# sourceMappingURL=UserStoryCard.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"UserStoryCard.d.ts","names":[],"sources":["../../../ui/usecases/UserStoryCard.tsx"],"sourcesContent":[],"mappings":";;;iBAGgB,aAAA;;;;;;;EAAA,OAAA,CAAA,EAAA,MAAa;CAC3B,CAAA,EAOD,oBAAA,CAAA,GAAA,CAAA,OAPC"}
1
+ {"version":3,"file":"UserStoryCard.d.ts","names":[],"sources":["../../../ui/usecases/UserStoryCard.tsx"],"sourcesContent":[],"mappings":";;;iBAGgB,aAAA;;;;;;;EAAA,OAAA,CAAA,EAAA,MAAa;CAC3B,CAAA,EAOD,mBAAA,CAAA,GAAA,CAAA,OAPC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/lib.ui-kit",
3
- "version": "1.45.2",
3
+ "version": "1.45.3",
4
4
  "description": "Cross-platform UI components for React Native and web",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -28,7 +28,7 @@
28
28
  "lint:check": "eslint ui"
29
29
  },
30
30
  "dependencies": {
31
- "@contractspec/lib.ui-kit-core": "1.45.2",
31
+ "@contractspec/lib.ui-kit-core": "1.45.3",
32
32
  "@react-native-community/datetimepicker": "^8.4.5",
33
33
  "@react-native-async-storage/async-storage": "^2.1.2",
34
34
  "@react-navigation/native": "^7.1.26",
@@ -98,8 +98,8 @@
98
98
  },
99
99
  "devDependencies": {
100
100
  "@babel/core": "^7.28.4",
101
- "@contractspec/tool.typescript": "1.45.2",
102
- "@contractspec/tool.tsdown": "1.45.2",
101
+ "@contractspec/tool.typescript": "1.45.3",
102
+ "@contractspec/tool.tsdown": "1.45.3",
103
103
  "tsdown": "^0.18.3",
104
104
  "typescript": "^5.9.3"
105
105
  },