tamagui 1.135.4 → 1.135.5

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 (106) hide show
  1. package/dist/cjs/createTamagui.native.js +40 -43
  2. package/dist/cjs/createTamagui.native.js.map +1 -6
  3. package/dist/cjs/helpers/inputHelpers.native.js +63 -49
  4. package/dist/cjs/helpers/inputHelpers.native.js.map +1 -6
  5. package/dist/cjs/index.native.js +29 -138
  6. package/dist/cjs/index.native.js.map +1 -6
  7. package/dist/cjs/lib/linear-gradient.native.js +11 -10
  8. package/dist/cjs/lib/linear-gradient.native.js.map +1 -6
  9. package/dist/cjs/linear-gradient.native.js +17 -14
  10. package/dist/cjs/linear-gradient.native.js.map +1 -6
  11. package/dist/cjs/react-native-web/Dimensions.native.js +38 -32
  12. package/dist/cjs/react-native-web/Dimensions.native.js.map +1 -6
  13. package/dist/cjs/setup.cjs +1 -1
  14. package/dist/cjs/setup.js +1 -1
  15. package/dist/cjs/setup.native.js +20 -13
  16. package/dist/cjs/setup.native.js.map +1 -6
  17. package/dist/cjs/viewTypes.native.js +9 -5
  18. package/dist/cjs/viewTypes.native.js.map +1 -6
  19. package/dist/cjs/views/Anchor.native.js +45 -32
  20. package/dist/cjs/views/Anchor.native.js.map +1 -6
  21. package/dist/cjs/views/EnsureFlexed.native.js +27 -23
  22. package/dist/cjs/views/EnsureFlexed.native.js.map +1 -6
  23. package/dist/cjs/views/Fieldset.native.js +31 -26
  24. package/dist/cjs/views/Fieldset.native.js.map +1 -6
  25. package/dist/cjs/views/Input.cjs +1 -1
  26. package/dist/cjs/views/Input.js +1 -1
  27. package/dist/cjs/views/Input.js.map +1 -1
  28. package/dist/cjs/views/Input.native.js +99 -88
  29. package/dist/cjs/views/Input.native.js.map +1 -6
  30. package/dist/cjs/views/Skeleton.native.js +1 -1
  31. package/dist/cjs/views/Skeleton.native.js.map +1 -6
  32. package/dist/cjs/views/Spinner.cjs +1 -1
  33. package/dist/cjs/views/Spinner.js +1 -1
  34. package/dist/cjs/views/Spinner.js.map +1 -1
  35. package/dist/cjs/views/Spinner.native.js +47 -30
  36. package/dist/cjs/views/Spinner.native.js.map +1 -6
  37. package/dist/cjs/views/TamaguiProvider.native.js +36 -26
  38. package/dist/cjs/views/TamaguiProvider.native.js.map +1 -6
  39. package/dist/cjs/views/TamaguiProvider.server.native.js +19 -15
  40. package/dist/cjs/views/TamaguiProvider.server.native.js.map +1 -6
  41. package/dist/cjs/views/Text.native.js +28 -24
  42. package/dist/cjs/views/Text.native.js.map +1 -6
  43. package/dist/cjs/views/TextArea.cjs +2 -2
  44. package/dist/cjs/views/TextArea.js +1 -1
  45. package/dist/cjs/views/TextArea.js.map +1 -1
  46. package/dist/cjs/views/TextArea.native.js +58 -43
  47. package/dist/cjs/views/TextArea.native.js.map +1 -6
  48. package/dist/cjs/views/VisuallyHidden.native.js +47 -43
  49. package/dist/cjs/views/VisuallyHidden.native.js.map +1 -6
  50. package/dist/esm/views/TextArea.js +1 -1
  51. package/dist/esm/views/TextArea.js.map +1 -1
  52. package/dist/esm/views/TextArea.mjs +1 -1
  53. package/dist/esm/views/TextArea.mjs.map +1 -1
  54. package/dist/esm/views/TextArea.native.js +1 -1
  55. package/dist/esm/views/TextArea.native.js.map +1 -1
  56. package/dist/jsx/createTamagui.native.js +50 -33
  57. package/dist/jsx/createTamagui.native.js.map +1 -6
  58. package/dist/jsx/helpers/inputHelpers.native.js +74 -42
  59. package/dist/jsx/helpers/inputHelpers.native.js.map +1 -6
  60. package/dist/jsx/index.native.js +144 -181
  61. package/dist/jsx/index.native.js.map +1 -6
  62. package/dist/jsx/lib/linear-gradient.native.js +20 -1
  63. package/dist/jsx/lib/linear-gradient.native.js.map +1 -6
  64. package/dist/jsx/linear-gradient.native.js +29 -5
  65. package/dist/jsx/linear-gradient.native.js.map +1 -6
  66. package/dist/jsx/react-native-web/Dimensions.native.js +49 -22
  67. package/dist/jsx/react-native-web/Dimensions.native.js.map +1 -6
  68. package/dist/jsx/setup.native.js +29 -4
  69. package/dist/jsx/setup.native.js.map +1 -6
  70. package/dist/jsx/viewTypes.native.js +19 -1
  71. package/dist/jsx/viewTypes.native.js.map +1 -6
  72. package/dist/jsx/views/Anchor.native.js +56 -27
  73. package/dist/jsx/views/Anchor.native.js.map +1 -6
  74. package/dist/jsx/views/EnsureFlexed.native.js +37 -13
  75. package/dist/jsx/views/EnsureFlexed.native.js.map +1 -6
  76. package/dist/jsx/views/Fieldset.native.js +42 -18
  77. package/dist/jsx/views/Fieldset.native.js.map +1 -6
  78. package/dist/jsx/views/Input.native.js +117 -81
  79. package/dist/jsx/views/Input.native.js.map +1 -6
  80. package/dist/jsx/views/Skeleton.native.js +2 -1
  81. package/dist/jsx/views/Skeleton.native.js.map +1 -6
  82. package/dist/jsx/views/Spinner.native.js +63 -22
  83. package/dist/jsx/views/Spinner.native.js.map +1 -6
  84. package/dist/jsx/views/TamaguiProvider.native.js +47 -20
  85. package/dist/jsx/views/TamaguiProvider.native.js.map +1 -6
  86. package/dist/jsx/views/TamaguiProvider.server.native.js +30 -6
  87. package/dist/jsx/views/TamaguiProvider.server.native.js.map +1 -6
  88. package/dist/jsx/views/Text.native.js +39 -15
  89. package/dist/jsx/views/Text.native.js.map +1 -6
  90. package/dist/jsx/views/TextArea.js +1 -1
  91. package/dist/jsx/views/TextArea.js.map +1 -1
  92. package/dist/jsx/views/TextArea.mjs +1 -1
  93. package/dist/jsx/views/TextArea.mjs.map +1 -1
  94. package/dist/jsx/views/TextArea.native.js +75 -36
  95. package/dist/jsx/views/TextArea.native.js.map +1 -6
  96. package/dist/jsx/views/VisuallyHidden.native.js +58 -34
  97. package/dist/jsx/views/VisuallyHidden.native.js.map +1 -6
  98. package/dist/native.cjs +17565 -0
  99. package/dist/test.cjs +17705 -0
  100. package/package.json +58 -61
  101. package/src/views/TextArea.tsx +1 -2
  102. package/types/views/TextArea.d.ts.map +1 -1
  103. package/dist/native.js +0 -31572
  104. package/dist/native.js.map +0 -6
  105. package/dist/test.native.js +0 -30829
  106. package/dist/test.native.js.map +0 -6
@@ -1,26 +1,36 @@
1
1
  "use strict";
2
+
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
4
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __getProtoOf = Object.getPrototypeOf,
8
+ __hasOwnProp = Object.prototype.hasOwnProperty;
7
9
  var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: !0 });
10
- }, __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from == "object" || typeof from == "function")
12
- for (let key of __getOwnPropNames(from))
13
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- return to;
15
- };
10
+ for (var name in all) __defProp(target, name, {
11
+ get: all[name],
12
+ enumerable: !0
13
+ });
14
+ },
15
+ __copyProps = (to, from, except, desc) => {
16
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
17
+ get: () => from[key],
18
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
19
+ });
20
+ return to;
21
+ };
16
22
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
23
  // If the importer is in node compatibility mode or this is not an ESM
18
24
  // file that has been converted to a CommonJS file using a Babel-
19
25
  // compatible transform (i.e. "__esModule" has not been set), then set
20
26
  // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
27
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
+ value: mod,
29
+ enumerable: !0
30
+ }) : target, mod)),
31
+ __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
+ value: !0
33
+ }), mod);
24
34
  var Input_exports = {};
25
35
  __export(Input_exports, {
26
36
  Input: () => Input,
@@ -29,73 +39,87 @@ __export(Input_exports, {
29
39
  useInputProps: () => useInputProps
30
40
  });
31
41
  module.exports = __toCommonJS(Input_exports);
32
- var import_jsx_runtime = require("react/jsx-runtime"), import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_focusable = require("@tamagui/focusable"), import_react_native = require("react-native"), import_inputHelpers = require("../helpers/inputHelpers"), defaultStyles = {
33
- size: "$true",
34
- fontFamily: "$body",
35
- borderWidth: 1,
36
- outlineWidth: 0,
37
- color: "$color",
38
- ...import_constants.isWeb ? {
39
- tabIndex: 0
40
- } : {
41
- focusable: !0
42
- },
43
- borderColor: "$borderColor",
44
- backgroundColor: "$background",
45
- // this fixes a flex bug where it overflows container
46
- minWidth: 0,
47
- hoverStyle: {
48
- borderColor: "$borderColorHover"
49
- },
50
- focusStyle: {
51
- borderColor: "$borderColorFocus"
52
- },
53
- focusVisibleStyle: {
54
- outlineColor: "$outlineColor",
55
- outlineWidth: 2,
56
- outlineStyle: "solid"
57
- }
58
- }, InputFrame = (0, import_core.styled)(import_react_native.TextInput, {
59
- name: "Input",
60
- variants: {
61
- unstyled: {
62
- false: defaultStyles
42
+ var import_jsx_runtime = require("react/jsx-runtime"),
43
+ import_react = __toESM(require("react"), 1),
44
+ import_constants = require("@tamagui/constants"),
45
+ import_core = require("@tamagui/core"),
46
+ import_focusable = require("@tamagui/focusable"),
47
+ import_react_native = require("react-native"),
48
+ import_inputHelpers = require("../helpers/inputHelpers.native.js"),
49
+ defaultStyles = {
50
+ size: "$true",
51
+ fontFamily: "$body",
52
+ borderWidth: 1,
53
+ outlineWidth: 0,
54
+ color: "$color",
55
+ ...(import_constants.isWeb ? {
56
+ tabIndex: 0
57
+ } : {
58
+ focusable: !0
59
+ }),
60
+ borderColor: "$borderColor",
61
+ backgroundColor: "$background",
62
+ // this fixes a flex bug where it overflows container
63
+ minWidth: 0,
64
+ hoverStyle: {
65
+ borderColor: "$borderColorHover"
63
66
  },
64
- size: {
65
- "...size": import_inputHelpers.inputSizeVariant
67
+ focusStyle: {
68
+ borderColor: "$borderColorFocus"
66
69
  },
67
- disabled: {
68
- true: {}
70
+ focusVisibleStyle: {
71
+ outlineColor: "$outlineColor",
72
+ outlineWidth: 2,
73
+ outlineStyle: "solid"
69
74
  }
70
75
  },
71
- defaultVariants: {
72
- unstyled: process.env.TAMAGUI_HEADLESS === "1"
73
- }
74
- }, {
75
- isInput: !0,
76
- accept: {
77
- placeholderTextColor: "color",
78
- selectionColor: "color"
79
- }
80
- }), Input = InputFrame.styleable(function(propsIn, forwardedRef) {
81
- var ref = import_react.default.useRef(null), composedRefs = (0, import_core.useComposedRefs)(forwardedRef, ref), props = useInputProps(propsIn, composedRefs);
82
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(InputFrame, {
83
- ...props
76
+ InputFrame = (0, import_core.styled)(import_react_native.TextInput, {
77
+ name: "Input",
78
+ variants: {
79
+ unstyled: {
80
+ false: defaultStyles
81
+ },
82
+ size: {
83
+ "...size": import_inputHelpers.inputSizeVariant
84
+ },
85
+ disabled: {
86
+ true: {}
87
+ }
88
+ },
89
+ defaultVariants: {
90
+ unstyled: process.env.TAMAGUI_HEADLESS === "1"
91
+ }
92
+ }, {
93
+ isInput: !0,
94
+ accept: {
95
+ placeholderTextColor: "color",
96
+ selectionColor: "color"
97
+ }
98
+ }),
99
+ Input = InputFrame.styleable(function (propsIn, forwardedRef) {
100
+ var ref = import_react.default.useRef(null),
101
+ composedRefs = (0, import_core.useComposedRefs)(forwardedRef, ref),
102
+ props = useInputProps(propsIn, composedRefs);
103
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(InputFrame, {
104
+ ...props
105
+ });
84
106
  });
85
- });
86
107
  function useInputProps(props, ref) {
87
- var theme = (0, import_core.useTheme)(), focusableProps = (0, import_focusable.useFocusable)({
88
- props,
89
- ref,
90
- isInput: !0
91
- }), placeholderTextColor = import_react.default.useMemo(function() {
92
- var _theme_placeholderColorProp, _theme_placeholderColor, placeholderColorProp = props.placeholderTextColor, _theme_placeholderColorProp_get, _ref;
93
- return (_ref = (_theme_placeholderColorProp_get = (_theme_placeholderColorProp = theme[placeholderColorProp]) === null || _theme_placeholderColorProp === void 0 ? void 0 : _theme_placeholderColorProp.get()) !== null && _theme_placeholderColorProp_get !== void 0 ? _theme_placeholderColorProp_get : placeholderColorProp) !== null && _ref !== void 0 ? _ref : (_theme_placeholderColor = theme.placeholderColor) === null || _theme_placeholderColor === void 0 ? void 0 : _theme_placeholderColor.get();
94
- }, [
95
- props.placeholderTextColor,
96
- theme
97
- ]);
98
- return import_react.default.useMemo(function() {
108
+ var theme = (0, import_core.useTheme)(),
109
+ focusableProps = (0, import_focusable.useFocusable)({
110
+ props,
111
+ ref,
112
+ isInput: !0
113
+ }),
114
+ placeholderTextColor = import_react.default.useMemo(function () {
115
+ var _theme_placeholderColorProp,
116
+ _theme_placeholderColor,
117
+ placeholderColorProp = props.placeholderTextColor,
118
+ _theme_placeholderColorProp_get,
119
+ _ref;
120
+ return (_ref = (_theme_placeholderColorProp_get = (_theme_placeholderColorProp = theme[placeholderColorProp]) === null || _theme_placeholderColorProp === void 0 ? void 0 : _theme_placeholderColorProp.get()) !== null && _theme_placeholderColorProp_get !== void 0 ? _theme_placeholderColorProp_get : placeholderColorProp) !== null && _ref !== void 0 ? _ref : (_theme_placeholderColor = theme.placeholderColor) === null || _theme_placeholderColor === void 0 ? void 0 : _theme_placeholderColor.get();
121
+ }, [props.placeholderTextColor, theme]);
122
+ return import_react.default.useMemo(function () {
99
123
  return {
100
124
  ref: focusableProps.ref,
101
125
  readOnly: props.disabled,
@@ -103,19 +127,6 @@ function useInputProps(props, ref) {
103
127
  placeholderTextColor,
104
128
  onChangeText: focusableProps.onChangeText
105
129
  };
106
- }, [
107
- focusableProps.ref,
108
- focusableProps.onChangeText,
109
- props.disabled,
110
- props,
111
- placeholderTextColor
112
- ]);
130
+ }, [focusableProps.ref, focusableProps.onChangeText, props.disabled, props, placeholderTextColor]);
113
131
  }
114
- // Annotate the CommonJS export names for ESM import in node:
115
- 0 && (module.exports = {
116
- Input,
117
- InputFrame,
118
- defaultStyles,
119
- useInputProps
120
- });
121
- //# sourceMappingURL=Input.js.map
132
+ //# sourceMappingURL=Input.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/views/Input.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAA4B,8BAC5B,eAAkB,2BAClB,mBAAsB,+BACtB,cAAkD,0BAClD,mBAA6B,+BAC7B,sBAA0B,yBAC1B,sBAAiC,oCACtB,gBAAgB;AAAA,EACvB,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,cAAc;AAAA,EACd,OAAO;AAAA,EACP,GAAG,yBAAQ;AAAA,IACP,UAAU;AAAA,EACd,IAAI;AAAA,IACA,WAAW;AAAA,EACf;AAAA,EACA,aAAa;AAAA,EACb,iBAAiB;AAAA;AAAA,EAEjB,UAAU;AAAA,EACV,YAAY;AAAA,IACR,aAAa;AAAA,EACjB;AAAA,EACA,YAAY;AAAA,IACR,aAAa;AAAA,EACjB;AAAA,EACA,mBAAmB;AAAA,IACf,cAAc;AAAA,IACd,cAAc;AAAA,IACd,cAAc;AAAA,EAClB;AACJ,GACW,iBAAa,oBAAO,+BAAW;AAAA,EACtC,MAAM;AAAA,EACN,UAAU;AAAA,IACN,UAAU;AAAA,MACN,OAAO;AAAA,IACX;AAAA,IACA,MAAM;AAAA,MACF,WAAW;AAAA,IACf;AAAA,IACA,UAAU;AAAA,MACN,MAAM,CAAC;AAAA,IACX;AAAA,EACJ;AAAA,EACA,iBAAiB;AAAA,IACb,UAAU,QAAQ,IAAI,qBAAqB;AAAA,EAC/C;AACJ,GAAG;AAAA,EACC,SAAS;AAAA,EACT,QAAQ;AAAA,IACJ,sBAAsB;AAAA,IACtB,gBAAgB;AAAA,EACpB;AACJ,CAAC,GAEU,QAAQ,WAAW,UAAU,SAAS,SAAS,cAAc;AACpE,MAAI,MAAM,aAAAA,QAAM,OAAO,IAAI,GACvB,mBAAe,6BAAgB,cAAc,GAAG,GAChD,QAAQ,cAAc,SAAS,YAAY;AAC/C,SAAqB,uCAAAC,KAAK,YAAY;AAAA,IAClC,GAAG;AAAA,EACP,CAAC;AACL,CAAC;AACM,SAAS,cAAc,OAAO,KAAK;AACtC,MAAI,YAAQ,sBAAS,GACjB,qBAAiB,+BAAa;AAAA,IAC9B;AAAA,IACA;AAAA,IACA,SAAS;AAAA,EACb,CAAC,GACG,uBAAuB,aAAAD,QAAM,QAAQ,WAAW;AAChD,QAAI,6BAA6B,yBAC7B,uBAAuB,MAAM,sBAC7B,iCAAiC;AACrC,YAAQ,QAAQ,mCAAmC,8BAA8B,MAAM,oBAAoB,OAAO,QAAQ,gCAAgC,SAAS,SAAS,4BAA4B,IAAI,OAAO,QAAQ,oCAAoC,SAAS,kCAAkC,0BAA0B,QAAQ,SAAS,SAAS,QAAQ,0BAA0B,MAAM,sBAAsB,QAAQ,4BAA4B,SAAS,SAAS,wBAAwB,IAAI;AAAA,EAClf,GAAG;AAAA,IACC,MAAM;AAAA,IACN;AAAA,EACJ,CAAC;AACD,SAAO,aAAAA,QAAM,QAAQ,WAAW;AAC5B,WAAO;AAAA,MACH,KAAK,eAAe;AAAA,MACpB,UAAU,MAAM;AAAA,MAChB,GAAG;AAAA,MACH;AAAA,MACA,cAAc,eAAe;AAAA,IACjC;AAAA,EACJ,GAAG;AAAA,IACC,eAAe;AAAA,IACf,eAAe;AAAA,IACf,MAAM;AAAA,IACN;AAAA,IACA;AAAA,EACJ,CAAC;AACL;",
5
- "names": ["React", "_jsx"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","Input_exports","__export","Input","InputFrame","defaultStyles","useInputProps","module","exports","import_jsx_runtime","require","import_react","__toESM","import_constants","import_core","import_focusable","import_react_native","import_inputHelpers","size","fontFamily","borderWidth","outlineWidth","color","isWeb","tabIndex","focusable","borderColor","backgroundColor","minWidth","hoverStyle","focusStyle","focusVisibleStyle","outlineColor","outlineStyle","styled","TextInput","name","variants","unstyled","false","inputSizeVariant","disabled","true","defaultVariants","process","env","TAMAGUI_HEADLESS","isInput","accept","placeholderTextColor","selectionColor","styleable","propsIn","forwardedRef","ref","default","useRef","composedRefs","useComposedRefs","props","jsx","theme","useTheme","focusableProps","useFocusable","useMemo","_theme_placeholderColorProp","_theme_placeholderColor","placeholderColorProp","_theme_placeholderColorProp_get","_ref","get","placeholderColor","readOnly","onChangeText"],"sources":["../../../src/views/Input.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -1,2 +1,2 @@
1
1
  "use strict";
2
- //# sourceMappingURL=Skeleton.js.map
2
+ //# sourceMappingURL=Skeleton.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
1
+ {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
@@ -36,7 +36,7 @@ __export(Spinner_exports, {
36
36
  module.exports = __toCommonJS(Spinner_exports);
37
37
  var import_core = require("@tamagui/core"),
38
38
  import_stacks = require("@tamagui/stacks"),
39
- React = __toESM(require("react")),
39
+ React = __toESM(require("react"), 1),
40
40
  import_react_native = require("react-native-web"),
41
41
  import_jsx_runtime = require("react/jsx-runtime");
42
42
  const Spinner = import_stacks.YStack.extractable((0, import_core.themeable)(React.forwardRef((props, ref) => {
@@ -25,7 +25,7 @@ __export(Spinner_exports, {
25
25
  Spinner: () => Spinner
26
26
  });
27
27
  module.exports = __toCommonJS(Spinner_exports);
28
- var import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), React = __toESM(require("react")), import_react_native = require("react-native-web"), import_jsx_runtime = require("react/jsx-runtime");
28
+ var import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), React = __toESM(require("react"), 1), import_react_native = require("react-native-web"), import_jsx_runtime = require("react/jsx-runtime");
29
29
  const Spinner = import_stacks.YStack.extractable(
30
30
  (0, import_core.themeable)(
31
31
  React.forwardRef((props, ref) => {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/views/Spinner.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kBAAsD,0BAEtD,gBAAuB,4BACvB,QAAuB,2BACvB,sBAAkC,yBAoBxB;AAbH,MAAM,UAET,qBAAO;AAAA,MACT;AAAA,IACE,MAAM,WAA2B,CAAC,OAAqB,QAAQ;AAC7D,YAAM,EAAE,MAAM,OAAO,WAAW,GAAG,WAAW,IAAI,OAC5C,YAAQ,sBAAS;AACvB,UAAI,QAAQ;AACZ,aAAI,SAAS,MAAM,CAAC,MAAM,QACxB,YAAQ,8BAAiB,MAAM,KAAK,CAAC,IAGrC,4CAAC,wBAAO,KAAW,GAAG,YACpB,sDAAC,yCAAkB,MAAY,OAAc,GAC/C;AAAA,IAEJ,CAAC;AAAA,IACD;AAAA,MACE,eAAe;AAAA,IACjB;AAAA,EACF;AACF;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kBAAsD,0BAEtD,gBAAuB,4BACvB,QAAuB,8BACvB,sBAAkC,yBAoBxB;AAbH,MAAM,UAET,qBAAO;AAAA,MACT;AAAA,IACE,MAAM,WAA2B,CAAC,OAAqB,QAAQ;AAC7D,YAAM,EAAE,MAAM,OAAO,WAAW,GAAG,WAAW,IAAI,OAC5C,YAAQ,sBAAS;AACvB,UAAI,QAAQ;AACZ,aAAI,SAAS,MAAM,CAAC,MAAM,QACxB,YAAQ,8BAAiB,MAAM,KAAK,CAAC,IAGrC,4CAAC,wBAAO,KAAW,GAAG,YACpB,sDAAC,yCAAkB,MAAY,OAAc,GAC/C;AAAA,IAEJ,CAAC;AAAA,IACD;AAAA,MACE,eAAe;AAAA,IACjB;AAAA,EACF;AACF;",
5
5
  "names": []
6
6
  }
@@ -1,46 +1,63 @@
1
1
  "use strict";
2
+
2
3
  var __create = Object.create;
3
4
  var __defProp = Object.defineProperty;
4
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __getProtoOf = Object.getPrototypeOf,
8
+ __hasOwnProp = Object.prototype.hasOwnProperty;
7
9
  var __export = (target, all) => {
8
- for (var name in all)
9
- __defProp(target, name, { get: all[name], enumerable: !0 });
10
- }, __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from == "object" || typeof from == "function")
12
- for (let key of __getOwnPropNames(from))
13
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- return to;
15
- };
10
+ for (var name in all) __defProp(target, name, {
11
+ get: all[name],
12
+ enumerable: !0
13
+ });
14
+ },
15
+ __copyProps = (to, from, except, desc) => {
16
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
17
+ get: () => from[key],
18
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
19
+ });
20
+ return to;
21
+ };
16
22
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
23
  // If the importer is in node compatibility mode or this is not an ESM
18
24
  // file that has been converted to a CommonJS file using a Babel-
19
25
  // compatible transform (i.e. "__esModule" has not been set), then set
20
26
  // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
27
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
+ value: mod,
29
+ enumerable: !0
30
+ }) : target, mod)),
31
+ __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
+ value: !0
33
+ }), mod);
24
34
  var Spinner_exports = {};
25
35
  __export(Spinner_exports, {
26
36
  Spinner: () => Spinner
27
37
  });
28
38
  module.exports = __toCommonJS(Spinner_exports);
29
- var import_jsx_runtime = require("react/jsx-runtime"), import_core = require("@tamagui/core"), import_stacks = require("@tamagui/stacks"), React = __toESM(require("react")), import_react_native = require("react-native"), Spinner = import_stacks.YStack.extractable((0, import_core.themeable)(/* @__PURE__ */ React.forwardRef(function(props, ref) {
30
- var { size, color: colorProp, ...stackProps } = props, theme = (0, import_core.useTheme)(), color = colorProp;
31
- return color && color[0] === "$" && (color = (0, import_core.variableToString)(theme[color])), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_stacks.YStack, {
32
- ref,
33
- ...stackProps,
34
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react_native.ActivityIndicator, {
35
- size,
36
- color
37
- })
38
- });
39
- }), {
40
- componentName: "Spinner"
41
- }));
42
- // Annotate the CommonJS export names for ESM import in node:
43
- 0 && (module.exports = {
44
- Spinner
45
- });
46
- //# sourceMappingURL=Spinner.js.map
39
+ var import_jsx_runtime = require("react/jsx-runtime"),
40
+ import_core = require("@tamagui/core"),
41
+ import_stacks = require("@tamagui/stacks"),
42
+ React = __toESM(require("react"), 1),
43
+ import_react_native = require("react-native"),
44
+ Spinner = import_stacks.YStack.extractable((0, import_core.themeable)(/* @__PURE__ */React.forwardRef(function (props, ref) {
45
+ var {
46
+ size,
47
+ color: colorProp,
48
+ ...stackProps
49
+ } = props,
50
+ theme = (0, import_core.useTheme)(),
51
+ color = colorProp;
52
+ return color && color[0] === "$" && (color = (0, import_core.variableToString)(theme[color])), /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_stacks.YStack, {
53
+ ref,
54
+ ...stackProps,
55
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_react_native.ActivityIndicator, {
56
+ size,
57
+ color
58
+ })
59
+ });
60
+ }), {
61
+ componentName: "Spinner"
62
+ }));
63
+ //# sourceMappingURL=Spinner.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/views/Spinner.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAA4B,8BAC5B,cAAsD,0BACtD,gBAAuB,4BACvB,QAAuB,2BACvB,sBAAkC,yBACvB,UAAU,qBAAO,gBAAY,uBAAwB,sBAAM,WAAW,SAAS,OAAO,KAAK;AAClG,MAAI,EAAE,MAAM,OAAO,WAAW,GAAG,WAAW,IAAI,OAC5C,YAAQ,sBAAS,GACjB,QAAQ;AACZ,SAAI,SAAS,MAAM,CAAC,MAAM,QACtB,YAAQ,8BAAiB,MAAM,KAAK,CAAC,IAEpB,uCAAAA,KAAK,sBAAQ;AAAA,IAC9B;AAAA,IACA,GAAG;AAAA,IACH,UAAwB,uCAAAA,KAAK,uCAAmB;AAAA,MAC5C;AAAA,MACA;AAAA,IACJ,CAAC;AAAA,EACL,CAAC;AACL,CAAC,GAAG;AAAA,EACA,eAAe;AACnB,CAAC,CAAC;",
5
- "names": ["_jsx"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","Spinner_exports","__export","Spinner","module","exports","import_jsx_runtime","require","import_core","import_stacks","React","__toESM","import_react_native","YStack","extractable","themeable","forwardRef","props","ref","size","color","colorProp","stackProps","theme","useTheme","variableToString","jsx","children","ActivityIndicator","componentName"],"sources":["../../../src/views/Spinner.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAA;EAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;IAAAC,KAAA;EAAA,IAAAH,GAAA;AAAA,IAAAI,eAAA;AAAAC,QAAA,CAAAD,eAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAA;AAAA;AACAC,MAAA,CAAAC,OAAA,GAAAT,YAAsD,CAAAK,eAEtD;AASO,IAAAK,kBAEH,GAAAC,OAAA,oBAAO;EAAAC,WAAA,GAAAD,OAAA;EAAAE,aAAA,GAAAF,OAAA;EAAAG,KAAA,GAAAC,OAAA,CAAAJ,OAAA;EAAAK,mBAAA,GAAAL,OAAA;EAAAJ,OAAA,GAAAM,aAAA,CAAAI,MAAA,CAAAC,WAAA,KAAAN,WAAA,CAAAO,SAAA,iBAAAL,KAAA,CAAAM,UAAA,WAAAC,KAAA,EAAAC,GAAA;IAAA,IACT;QAAAC,IAAA;QAAAC,KAAA,EAAAC,SAAA;QAAA,GAAAC;MAAA,IAAAL,KAAA;MAAAM,KAAA,OAAAf,WAAA,CAAAgB,QAAA;MAAAJ,KAAA,GAAAC,SAAA;IAAA,OACED,KAAM,IAAAA,KAA4B,QAAqB,QAAQA,KAAA,OAAAZ,WAAA,CAAAiB,gBAAA,EAAAF,KAAA,CAAAH,KAAA,wBAAAd,kBAAA,CAAAoB,GAAA,EAAAjB,aAAA,CAAAI,MAAA;MAC7DK,GAAA;MAEA,GAAAI,UAAI;MACJK,QAAA,EAAI,eAAgB,IAAArB,kBAClB,CAAAoB,GAAQ,EAAAd,mBAAA,CAAAgB,iBAAuB,EAAM;QAOxCT,IAAA;QACDC;MAAA;IACiB,EACjB;EAAA,EACF;IACFS,aAAA","ignoreList":[]}
@@ -1,38 +1,48 @@
1
1
  "use strict";
2
+
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
16
23
  var TamaguiProvider_exports = {};
17
24
  __export(TamaguiProvider_exports, {
18
25
  TamaguiProvider: () => TamaguiProvider
19
26
  });
20
27
  module.exports = __toCommonJS(TamaguiProvider_exports);
21
- var import_jsx_runtime = require("react/jsx-runtime"), import_core = require("@tamagui/core"), import_portal = require("@tamagui/portal"), import_z_index_stack = require("@tamagui/z-index-stack"), TamaguiProvider = function(param) {
22
- var { children, ...props } = param;
23
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_core.TamaguiProvider, {
24
- ...props,
25
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_z_index_stack.ZIndexStackContext.Provider, {
26
- value: 1,
27
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_portal.PortalProvider, {
28
- shouldAddRootHost: !0,
29
- children
28
+ var import_jsx_runtime = require("react/jsx-runtime"),
29
+ import_core = require("@tamagui/core"),
30
+ import_portal = require("@tamagui/portal"),
31
+ import_z_index_stack = require("@tamagui/z-index-stack"),
32
+ TamaguiProvider = function (param) {
33
+ var {
34
+ children,
35
+ ...props
36
+ } = param;
37
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_core.TamaguiProvider, {
38
+ ...props,
39
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_z_index_stack.ZIndexStackContext.Provider, {
40
+ value: 1,
41
+ children: /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_portal.PortalProvider, {
42
+ shouldAddRootHost: !0,
43
+ children
44
+ })
30
45
  })
31
- })
32
- });
33
- };
34
- // Annotate the CommonJS export names for ESM import in node:
35
- 0 && (module.exports = {
36
- TamaguiProvider
37
- });
38
- //# sourceMappingURL=TamaguiProvider.js.map
46
+ });
47
+ };
48
+ //# sourceMappingURL=TamaguiProvider.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/views/TamaguiProvider.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAA4B,8BAC5B,cAA8C,0BAC9C,gBAA+B,4BAC/B,uBAAmC,mCACxB,kBAAkB,SAAS,OAAO;AACzC,MAAI,EAAE,UAAU,GAAG,MAAM,IAAI;AAC7B,SAAqB,uCAAAA,KAAK,YAAAC,iBAAY;AAAA,IAClC,GAAG;AAAA,IACH,UAAwB,uCAAAD,KAAK,wCAAmB,UAAU;AAAA,MACtD,OAAO;AAAA,MACP,UAAwB,uCAAAA,KAAK,8BAAgB;AAAA,QACzC,mBAAmB;AAAA,QACnB;AAAA,MACJ,CAAC;AAAA,IACL,CAAC;AAAA,EACL,CAAC;AACL;",
5
- "names": ["_jsx", "OGProvider"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","TamaguiProvider_exports","__export","TamaguiProvider","module","exports","import_jsx_runtime","require","import_core","import_portal","import_z_index_stack","param"],"sources":["../../../src/views/TamaguiProvider.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,uBAAA;AAAAC,QAAA,CAAAD,uBAAA;EAAAE,eAAA,EAAAA,CAAA,KAAAA;AAAA;AACAC,MAAA,CAAAC,OAAA,GAAAT,YAA8C,CAAAK,uBAC9C;AAGO,IAAAK,kBAAM,GAAmBC,OAAE,oBAE9B;EAAAC,WAAA,GAAAD,OAAA;EAAAE,aAAC,GAAAF,OAAA,kBAAe,CACd;EAAAG,oBAAA,GAAAH,OAAA,yBAAC;EAAAJ,eAAA,YAAAA,CAAAQ,KAAA,EAAmB","ignoreList":[]}
@@ -1,26 +1,30 @@
1
1
  "use strict";
2
+
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
16
23
  var TamaguiProvider_server_exports = {};
17
24
  __export(TamaguiProvider_server_exports, {
18
25
  TamaguiProvider: () => TamaguiProvider
19
26
  });
20
27
  module.exports = __toCommonJS(TamaguiProvider_server_exports);
21
- var import_core = require("@tamagui/core"), TamaguiProvider = import_core.TamaguiProvider;
22
- // Annotate the CommonJS export names for ESM import in node:
23
- 0 && (module.exports = {
24
- TamaguiProvider
25
- });
26
- //# sourceMappingURL=TamaguiProvider.server.js.map
28
+ var import_core = require("@tamagui/core"),
29
+ TamaguiProvider = import_core.TamaguiProvider;
30
+ //# sourceMappingURL=TamaguiProvider.server.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/views/TamaguiProvider.server.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA8C,0BACnC,kBAAkB,YAAAA;",
5
- "names": ["OGProvider"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","TamaguiProvider_server_exports","__export","TamaguiProvider","module","exports","import_core","require"],"sources":["../../../src/views/TamaguiProvider.server.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,8BAAA;AAAAC,QAAA,CAAAD,8BAAA;EAAAE,eAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAA8C,CAAAK,8BAAA;AAEvC,IAAAK,WAAM,GAAAC,OAAkB;EAAAJ,eAAA,GAAAG,WAAA,CAAAH,eAAA","ignoreList":[]}
@@ -1,37 +1,41 @@
1
1
  "use strict";
2
+
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
16
23
  var Text_exports = {};
17
24
  __export(Text_exports, {
18
25
  Text: () => Text
19
26
  });
20
27
  module.exports = __toCommonJS(Text_exports);
21
- var import_core = require("@tamagui/core"), Text = (0, import_core.styled)(import_core.Text, {
22
- variants: {
23
- unstyled: {
24
- false: {
25
- color: "$color"
28
+ var import_core = require("@tamagui/core"),
29
+ Text = (0, import_core.styled)(import_core.Text, {
30
+ variants: {
31
+ unstyled: {
32
+ false: {
33
+ color: "$color"
34
+ }
26
35
  }
36
+ },
37
+ defaultVariants: {
38
+ unstyled: process.env.TAMAGUI_HEADLESS === "1"
27
39
  }
28
- },
29
- defaultVariants: {
30
- unstyled: process.env.TAMAGUI_HEADLESS === "1"
31
- }
32
- });
33
- // Annotate the CommonJS export names for ESM import in node:
34
- 0 && (module.exports = {
35
- Text
36
- });
37
- //# sourceMappingURL=Text.js.map
40
+ });
41
+ //# sourceMappingURL=Text.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/views/Text.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA4C,0BAEjC,WAAO,oBAAO,YAAAA,MAAa;AAAA,EAClC,UAAU;AAAA,IACN,UAAU;AAAA,MACN,OAAO;AAAA,QACH,OAAO;AAAA,MACX;AAAA,IACJ;AAAA,EACJ;AAAA,EACA,iBAAiB;AAAA,IACb,UAAU,QAAQ,IAAI,qBAAqB;AAAA,EAC/C;AACJ,CAAC;",
5
- "names": ["TamaguiText"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","Text_exports","__export","Text","module","exports","import_core","require","styled","variants","unstyled","false","color","defaultVariants","process","env","TAMAGUI_HEADLESS"],"sources":["../../../src/views/Text.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,YAAA;AAAAC,QAAA,CAAAD,YAAA;EAAAE,IAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAA4C,CAAAK,YAAA;AAIrC,IAAAK,WAAM,GAAOC,OAAA,gBAAO;EAAAJ,IAAA,OAAaG,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAH,IAAA;IACtCM,QAAA,EAAU;MACRC,QAAA,EAAU;QACRC,KAAA,EAAO;UACLC,KAAA,EAAO;QACT;MACF;IACF;IAEAC,eAAA,EAAiB;MACfH,QAAA,EAAUI,OAAA,CAAQC,GAAA,CAAIC,gBAAA,KAAqB;IAC7C;EACF,CAAC","ignoreList":[]}
@@ -35,9 +35,9 @@ __export(TextArea_exports, {
35
35
  TextAreaFrame: () => TextAreaFrame
36
36
  });
37
37
  module.exports = __toCommonJS(TextArea_exports);
38
- var import_react = __toESM(require("react")),
39
- import_constants = require("@tamagui/constants"),
38
+ var import_constants = require("@tamagui/constants"),
40
39
  import_core = require("@tamagui/core"),
40
+ import_react = __toESM(require("react"), 1),
41
41
  import_inputHelpers = require("../helpers/inputHelpers.cjs"),
42
42
  import_Input = require("./Input.cjs"),
43
43
  import_jsx_runtime = require("react/jsx-runtime");