@yahoo/uds-mobile 1.2.0-beta.1 → 1.3.0-beta.1

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 (47) hide show
  1. package/dist/components/Badge.d.cts +2 -2
  2. package/dist/components/Badge.d.mts +2 -2
  3. package/dist/components/Box.d.cts +2 -2
  4. package/dist/components/Box.d.mts +2 -2
  5. package/dist/components/Button.d.cts +2 -2
  6. package/dist/components/Checkbox.d.cts +2 -2
  7. package/dist/components/Checkbox.d.mts +2 -2
  8. package/dist/components/Chip.d.cts +2 -2
  9. package/dist/components/Chip.d.cts.map +1 -1
  10. package/dist/components/HStack.d.cts +2 -2
  11. package/dist/components/HStack.d.cts.map +1 -1
  12. package/dist/components/HStack.d.mts +2 -2
  13. package/dist/components/HStack.d.mts.map +1 -1
  14. package/dist/components/Icon.d.cts +2 -2
  15. package/dist/components/Icon.d.cts.map +1 -1
  16. package/dist/components/Icon.d.mts +2 -2
  17. package/dist/components/IconButton.d.cts +2 -2
  18. package/dist/components/IconButton.d.cts.map +1 -1
  19. package/dist/components/IconButton.d.mts +2 -2
  20. package/dist/components/IconSlot.d.cts +2 -2
  21. package/dist/components/IconSlot.d.cts.map +1 -1
  22. package/dist/components/Image.d.cts +2 -2
  23. package/dist/components/Image.d.mts +2 -2
  24. package/dist/components/Image.d.mts.map +1 -1
  25. package/dist/components/Input.d.cts +2 -2
  26. package/dist/components/Input.d.mts +2 -2
  27. package/dist/components/Link.d.cts +2 -2
  28. package/dist/components/Link.d.cts.map +1 -1
  29. package/dist/components/Link.d.mts +2 -2
  30. package/dist/components/Pressable.d.cts +3 -3
  31. package/dist/components/Pressable.d.cts.map +1 -1
  32. package/dist/components/Pressable.d.mts +3 -3
  33. package/dist/components/Radio.d.cts +2 -2
  34. package/dist/components/Radio.d.mts +2 -2
  35. package/dist/components/Screen.d.cts +2 -2
  36. package/dist/components/Screen.d.cts.map +1 -1
  37. package/dist/components/Screen.d.mts +2 -2
  38. package/dist/components/Switch.d.cts +2 -2
  39. package/dist/components/Switch.d.cts.map +1 -1
  40. package/dist/components/Switch.d.mts +2 -2
  41. package/dist/components/Text.d.cts +2 -2
  42. package/dist/components/Text.d.mts +2 -2
  43. package/dist/components/VStack.d.cts +2 -2
  44. package/dist/components/VStack.d.mts +2 -2
  45. package/fonts/index.cjs +205 -205
  46. package/fonts/index.mjs +205 -205
  47. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"Screen.d.cts","names":[],"sources":["../../src/components/Screen.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAYU,WAAA,SAAoB;QACtB,IAAI;EADF,eAAY,CAAA,EAGF,UAHE,CAAA,iBAAA,CAAA;EACV,iBAAA,CAAA,EAIU,UAJV,CAAA,mBAAA,CAAA;EAAJ,UAAA,CAAA,EAKO,UALP,CAAA,YAAA,CAAA;EAEY,GAAA,CAAA,EAIZ,UAJY,CAAA,WAAA,CAAA;EAEE,YAAA,CAAA,EAIL,SAJK;EACP,iBAAA,CAAA,EAIO,WAJP;;;;;;AAN8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6CvC,QAAM,OAAA,CAAA,qBAAA"}
1
+ {"version":3,"file":"Screen.d.cts","names":[],"sources":["../../src/components/Screen.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAYU,WAAA,SAAoB;QACtB,IAAI;EADF,eAAY,CAAA,EAGF,UAHE,CAAA,iBAAA,CAAA;EACV,iBAAA,CAAA,EAIU,UAJV,CAAA,mBAAA,CAAA;EAAJ,UAAA,CAAA,EAKO,UALP,CAAA,YAAA,CAAA;EAEY,GAAA,CAAA,EAIZ,UAJY,CAAA,WAAA,CAAA;EAEE,YAAA,CAAA,EAIL,SAJK;EACP,iBAAA,CAAA,EAIO,WAJP;;;;;;AAN8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;cA6CvC,QAAM,MAAA,CAAA,qBAAA"}
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { HStackProps } from "./HStack.mjs";
3
- import * as react15 from "react";
3
+ import * as react13 from "react";
4
4
  import { ReactNode, Ref } from "react";
5
5
  import { ScrollView, ScrollViewProps } from "react-native";
6
6
  import { StyleProps } from "../../generated/styles";
@@ -47,7 +47,7 @@ interface ScreenProps extends ScrollViewProps {
47
47
  *
48
48
  * @see The {@link https://uds.build/docs/components/screen Screen Docs} for more info
49
49
  */
50
- declare const Screen: react15.NamedExoticComponent<ScreenProps>;
50
+ declare const Screen: react13.NamedExoticComponent<ScreenProps>;
51
51
  //#endregion
52
52
  export { Screen, type ScreenProps };
53
53
  //# sourceMappingURL=Screen.d.mts.map
@@ -1,7 +1,7 @@
1
1
 
2
2
  import { UniversalSwitchProps } from "../types/dist/index.cjs";
3
3
  import { IconSlotType } from "./IconSlot.cjs";
4
- import * as react17 from "react";
4
+ import * as react8 from "react";
5
5
  import { Ref } from "react";
6
6
  import { AccessibilityProps, View } from "react-native";
7
7
 
@@ -36,7 +36,7 @@ interface SwitchProps extends UniversalSwitchProps<IconSlotType> {
36
36
  *
37
37
  * @see The {@link https://uds.build/docs/components/switch Switch Docs} for more info
38
38
  */
39
- declare const Switch: react17.NamedExoticComponent<SwitchProps>;
39
+ declare const Switch: react8.NamedExoticComponent<SwitchProps>;
40
40
  //#endregion
41
41
  export { Switch, type SwitchProps };
42
42
  //# sourceMappingURL=Switch.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Switch.d.cts","names":[],"sources":["../../src/components/Switch.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAeU,WAAA,SAAoB,qBAAqB;;QAE3C,IAAI;EAFF;EAAyC,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,IAAA;EAEvC;EAAJ,QAAA,CAAA,EAAA,OAAA;EAQc;EAVQ,QAAA,CAAA,EAAA,OAAA;EAAoB;EAsC5C,iBA8IJ,CAAA,EA1KoB,kBA4BV,CAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAAN,QAAM,OAAA,CAAA,qBAAA"}
1
+ {"version":3,"file":"Switch.d.cts","names":[],"sources":["../../src/components/Switch.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UAeU,WAAA,SAAoB,qBAAqB;;QAE3C,IAAI;EAFF;EAAyC,QAAA,CAAA,EAAA,CAAA,KAAA,EAAA,OAAA,EAAA,GAAA,IAAA;EAEvC;EAAJ,QAAA,CAAA,EAAA,OAAA;EAQc;EAVQ,QAAA,CAAA,EAAA,OAAA;EAAoB;EAsC5C,iBA8IJ,CAAA,EA1KoB,kBA4BV,CAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;cAAN,QAAM,MAAA,CAAA,qBAAA"}
@@ -1,7 +1,7 @@
1
1
 
2
2
  import { UniversalSwitchProps } from "../types/dist/index.mjs";
3
3
  import { IconSlotType } from "./IconSlot.mjs";
4
- import * as react16 from "react";
4
+ import * as react11 from "react";
5
5
  import { Ref } from "react";
6
6
  import { AccessibilityProps, View } from "react-native";
7
7
 
@@ -36,7 +36,7 @@ interface SwitchProps extends UniversalSwitchProps<IconSlotType> {
36
36
  *
37
37
  * @see The {@link https://uds.build/docs/components/switch Switch Docs} for more info
38
38
  */
39
- declare const Switch: react16.NamedExoticComponent<SwitchProps>;
39
+ declare const Switch: react11.NamedExoticComponent<SwitchProps>;
40
40
  //#endregion
41
41
  export { Switch, type SwitchProps };
42
42
  //# sourceMappingURL=Switch.d.mts.map
@@ -1,5 +1,5 @@
1
1
 
2
- import * as react19 from "react";
2
+ import * as react13 from "react";
3
3
  import { Ref } from "react";
4
4
  import { Text as Text$1, TextProps as TextProps$1, TextStyle } from "react-native";
5
5
  import { StyleProps } from "../../generated/styles";
@@ -90,7 +90,7 @@ interface TextProps extends TextProps$1 {
90
90
  *
91
91
  * @see The {@link https://uds.build/docs/components/text Text Docs} for more info
92
92
  */
93
- declare const Text: react19.NamedExoticComponent<TextProps>;
93
+ declare const Text: react13.NamedExoticComponent<TextProps>;
94
94
  //#endregion
95
95
  export { Text, type TextProps };
96
96
  //# sourceMappingURL=Text.d.cts.map
@@ -1,5 +1,5 @@
1
1
 
2
- import * as react19 from "react";
2
+ import * as react12 from "react";
3
3
  import { Ref } from "react";
4
4
  import { Text as Text$1, TextProps as TextProps$1, TextStyle } from "react-native";
5
5
  import { StyleProps } from "../../generated/styles";
@@ -90,7 +90,7 @@ interface TextProps extends TextProps$1 {
90
90
  *
91
91
  * @see The {@link https://uds.build/docs/components/text Text Docs} for more info
92
92
  */
93
- declare const Text: react19.NamedExoticComponent<TextProps>;
93
+ declare const Text: react12.NamedExoticComponent<TextProps>;
94
94
  //#endregion
95
95
  export { Text, type TextProps };
96
96
  //# sourceMappingURL=Text.d.mts.map
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { BoxProps } from "./Box.cjs";
3
- import * as react18 from "react";
3
+ import * as react11 from "react";
4
4
  import { Ref } from "react";
5
5
  import { View } from "react-native";
6
6
  import { StyleProps } from "../../generated/styles";
@@ -35,7 +35,7 @@ interface VStackProps extends Omit<BoxProps, 'ref'> {
35
35
  *
36
36
  * @related [HStack](https://uds.build/docs/components/h-stack), [Box](https://uds.build/docs/components/box)
37
37
  */
38
- declare const VStack: react18.NamedExoticComponent<VStackProps>;
38
+ declare const VStack: react11.NamedExoticComponent<VStackProps>;
39
39
  //#endregion
40
40
  export { VStack, type VStackProps };
41
41
  //# sourceMappingURL=VStack.d.cts.map
@@ -1,6 +1,6 @@
1
1
 
2
2
  import { BoxProps } from "./Box.mjs";
3
- import * as react17 from "react";
3
+ import * as react14 from "react";
4
4
  import { Ref } from "react";
5
5
  import { View } from "react-native";
6
6
  import { StyleProps } from "../../generated/styles";
@@ -35,7 +35,7 @@ interface VStackProps extends Omit<BoxProps, 'ref'> {
35
35
  *
36
36
  * @related [HStack](https://uds.build/docs/components/h-stack), [Box](https://uds.build/docs/components/box)
37
37
  */
38
- declare const VStack: react17.NamedExoticComponent<VStackProps>;
38
+ declare const VStack: react14.NamedExoticComponent<VStackProps>;
39
39
  //#endregion
40
40
  export { VStack, type VStackProps };
41
41
  //# sourceMappingURL=VStack.d.mts.map