tamagui 1.135.4-1761748186554 → 1.135.4

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 (98) hide show
  1. package/dist/cjs/createTamagui.native.js +43 -40
  2. package/dist/cjs/createTamagui.native.js.map +6 -1
  3. package/dist/cjs/helpers/inputHelpers.native.js +49 -63
  4. package/dist/cjs/helpers/inputHelpers.native.js.map +6 -1
  5. package/dist/cjs/index.native.js +138 -29
  6. package/dist/cjs/index.native.js.map +6 -1
  7. package/dist/cjs/lib/linear-gradient.native.js +10 -11
  8. package/dist/cjs/lib/linear-gradient.native.js.map +6 -1
  9. package/dist/cjs/linear-gradient.native.js +14 -17
  10. package/dist/cjs/linear-gradient.native.js.map +6 -1
  11. package/dist/cjs/react-native-web/Dimensions.native.js +32 -38
  12. package/dist/cjs/react-native-web/Dimensions.native.js.map +6 -1
  13. package/dist/cjs/setup.native.js +13 -20
  14. package/dist/cjs/setup.native.js.map +6 -1
  15. package/dist/cjs/viewTypes.native.js +5 -9
  16. package/dist/cjs/viewTypes.native.js.map +6 -1
  17. package/dist/cjs/views/Anchor.native.js +32 -45
  18. package/dist/cjs/views/Anchor.native.js.map +6 -1
  19. package/dist/cjs/views/EnsureFlexed.native.js +23 -27
  20. package/dist/cjs/views/EnsureFlexed.native.js.map +6 -1
  21. package/dist/cjs/views/Fieldset.native.js +26 -31
  22. package/dist/cjs/views/Fieldset.native.js.map +6 -1
  23. package/dist/cjs/views/Input.native.js +88 -99
  24. package/dist/cjs/views/Input.native.js.map +6 -1
  25. package/dist/cjs/views/Skeleton.native.js +1 -1
  26. package/dist/cjs/views/Skeleton.native.js.map +6 -1
  27. package/dist/cjs/views/Spinner.native.js +30 -47
  28. package/dist/cjs/views/Spinner.native.js.map +6 -1
  29. package/dist/cjs/views/TamaguiProvider.native.js +26 -36
  30. package/dist/cjs/views/TamaguiProvider.native.js.map +6 -1
  31. package/dist/cjs/views/TamaguiProvider.server.native.js +15 -19
  32. package/dist/cjs/views/TamaguiProvider.server.native.js.map +6 -1
  33. package/dist/cjs/views/Text.native.js +24 -28
  34. package/dist/cjs/views/Text.native.js.map +6 -1
  35. package/dist/cjs/views/TextArea.cjs +2 -2
  36. package/dist/cjs/views/TextArea.js +1 -1
  37. package/dist/cjs/views/TextArea.js.map +1 -1
  38. package/dist/cjs/views/TextArea.native.js +43 -58
  39. package/dist/cjs/views/TextArea.native.js.map +6 -1
  40. package/dist/cjs/views/VisuallyHidden.native.js +43 -47
  41. package/dist/cjs/views/VisuallyHidden.native.js.map +6 -1
  42. package/dist/esm/views/TextArea.js +1 -1
  43. package/dist/esm/views/TextArea.js.map +1 -1
  44. package/dist/esm/views/TextArea.mjs +1 -1
  45. package/dist/esm/views/TextArea.mjs.map +1 -1
  46. package/dist/esm/views/TextArea.native.js +1 -1
  47. package/dist/esm/views/TextArea.native.js.map +1 -1
  48. package/dist/jsx/createTamagui.native.js +33 -50
  49. package/dist/jsx/createTamagui.native.js.map +6 -1
  50. package/dist/jsx/helpers/inputHelpers.native.js +42 -74
  51. package/dist/jsx/helpers/inputHelpers.native.js.map +6 -1
  52. package/dist/jsx/index.native.js +181 -144
  53. package/dist/jsx/index.native.js.map +6 -1
  54. package/dist/jsx/lib/linear-gradient.native.js +1 -20
  55. package/dist/jsx/lib/linear-gradient.native.js.map +6 -1
  56. package/dist/jsx/linear-gradient.native.js +5 -29
  57. package/dist/jsx/linear-gradient.native.js.map +6 -1
  58. package/dist/jsx/react-native-web/Dimensions.native.js +22 -49
  59. package/dist/jsx/react-native-web/Dimensions.native.js.map +6 -1
  60. package/dist/jsx/setup.native.js +4 -29
  61. package/dist/jsx/setup.native.js.map +6 -1
  62. package/dist/jsx/viewTypes.native.js +1 -19
  63. package/dist/jsx/viewTypes.native.js.map +6 -1
  64. package/dist/jsx/views/Anchor.native.js +27 -56
  65. package/dist/jsx/views/Anchor.native.js.map +6 -1
  66. package/dist/jsx/views/EnsureFlexed.native.js +13 -37
  67. package/dist/jsx/views/EnsureFlexed.native.js.map +6 -1
  68. package/dist/jsx/views/Fieldset.native.js +18 -42
  69. package/dist/jsx/views/Fieldset.native.js.map +6 -1
  70. package/dist/jsx/views/Input.native.js +81 -117
  71. package/dist/jsx/views/Input.native.js.map +6 -1
  72. package/dist/jsx/views/Skeleton.native.js +1 -2
  73. package/dist/jsx/views/Skeleton.native.js.map +6 -1
  74. package/dist/jsx/views/Spinner.native.js +22 -63
  75. package/dist/jsx/views/Spinner.native.js.map +6 -1
  76. package/dist/jsx/views/TamaguiProvider.native.js +20 -47
  77. package/dist/jsx/views/TamaguiProvider.native.js.map +6 -1
  78. package/dist/jsx/views/TamaguiProvider.server.native.js +6 -30
  79. package/dist/jsx/views/TamaguiProvider.server.native.js.map +6 -1
  80. package/dist/jsx/views/Text.native.js +15 -39
  81. package/dist/jsx/views/Text.native.js.map +6 -1
  82. package/dist/jsx/views/TextArea.js +1 -1
  83. package/dist/jsx/views/TextArea.js.map +1 -1
  84. package/dist/jsx/views/TextArea.mjs +1 -1
  85. package/dist/jsx/views/TextArea.mjs.map +1 -1
  86. package/dist/jsx/views/TextArea.native.js +36 -75
  87. package/dist/jsx/views/TextArea.native.js.map +6 -1
  88. package/dist/jsx/views/VisuallyHidden.native.js +34 -58
  89. package/dist/jsx/views/VisuallyHidden.native.js.map +6 -1
  90. package/dist/native.js +31572 -0
  91. package/dist/native.js.map +6 -0
  92. package/dist/test.native.js +30829 -0
  93. package/dist/test.native.js.map +6 -0
  94. package/package.json +61 -57
  95. package/src/views/TextArea.tsx +2 -1
  96. package/types/views/TextArea.d.ts.map +1 -1
  97. package/dist/native.cjs +0 -17565
  98. package/dist/test.cjs +0 -17705
@@ -1,36 +1,26 @@
1
1
  "use strict";
2
-
3
2
  var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
9
7
  var __export = (target, all) => {
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
- };
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
+ };
22
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
17
  // If the importer is in node compatibility mode or this is not an ESM
24
18
  // file that has been converted to a CommonJS file using a Babel-
25
19
  // compatible transform (i.e. "__esModule" has not been set), then set
26
20
  // "default" to the CommonJS "module.exports" for node compatibility.
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);
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
+ mod
23
+ )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
34
24
  var Input_exports = {};
35
25
  __export(Input_exports, {
36
26
  Input: () => Input,
@@ -39,87 +29,73 @@ __export(Input_exports, {
39
29
  useInputProps: () => useInputProps
40
30
  });
41
31
  module.exports = __toCommonJS(Input_exports);
42
- var import_jsx_runtime = require("react/jsx-runtime"),
43
- import_react = __toESM(require("react")),
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"
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
66
63
  },
67
- focusStyle: {
68
- borderColor: "$borderColorFocus"
64
+ size: {
65
+ "...size": import_inputHelpers.inputSizeVariant
69
66
  },
70
- focusVisibleStyle: {
71
- outlineColor: "$outlineColor",
72
- outlineWidth: 2,
73
- outlineStyle: "solid"
67
+ disabled: {
68
+ true: {}
74
69
  }
75
70
  },
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
- });
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
106
84
  });
85
+ });
107
86
  function useInputProps(props, ref) {
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 () {
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() {
123
99
  return {
124
100
  ref: focusableProps.ref,
125
101
  readOnly: props.disabled,
@@ -127,6 +103,19 @@ function useInputProps(props, ref) {
127
103
  placeholderTextColor,
128
104
  onChangeText: focusableProps.onChangeText
129
105
  };
130
- }, [focusableProps.ref, focusableProps.onChangeText, props.disabled, props, placeholderTextColor]);
106
+ }, [
107
+ focusableProps.ref,
108
+ focusableProps.onChangeText,
109
+ props.disabled,
110
+ props,
111
+ placeholderTextColor
112
+ ]);
131
113
  }
132
- //# sourceMappingURL=Input.native.js.map
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
@@ -1 +1,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
+ "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,2 +1,2 @@
1
1
  "use strict";
2
- //# sourceMappingURL=Skeleton.native.js.map
2
+ //# sourceMappingURL=Skeleton.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "mappings": "",
5
+ "names": []
6
+ }
@@ -1,63 +1,46 @@
1
1
  "use strict";
2
-
3
2
  var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
9
7
  var __export = (target, all) => {
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
- };
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
+ };
22
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
17
  // If the importer is in node compatibility mode or this is not an ESM
24
18
  // file that has been converted to a CommonJS file using a Babel-
25
19
  // compatible transform (i.e. "__esModule" has not been set), then set
26
20
  // "default" to the CommonJS "module.exports" for node compatibility.
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);
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
+ mod
23
+ )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
34
24
  var Spinner_exports = {};
35
25
  __export(Spinner_exports, {
36
26
  Spinner: () => Spinner
37
27
  });
38
28
  module.exports = __toCommonJS(Spinner_exports);
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")),
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
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
@@ -1 +1,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
+ {
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,48 +1,38 @@
1
1
  "use strict";
2
-
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
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);
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);
23
16
  var TamaguiProvider_exports = {};
24
17
  __export(TamaguiProvider_exports, {
25
18
  TamaguiProvider: () => TamaguiProvider
26
19
  });
27
20
  module.exports = __toCommonJS(TamaguiProvider_exports);
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
- })
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
45
30
  })
46
- });
47
- };
48
- //# sourceMappingURL=TamaguiProvider.native.js.map
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
@@ -1 +1,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
+ {
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,30 +1,26 @@
1
1
  "use strict";
2
-
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
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);
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);
23
16
  var TamaguiProvider_server_exports = {};
24
17
  __export(TamaguiProvider_server_exports, {
25
18
  TamaguiProvider: () => TamaguiProvider
26
19
  });
27
20
  module.exports = __toCommonJS(TamaguiProvider_server_exports);
28
- var import_core = require("@tamagui/core"),
29
- TamaguiProvider = import_core.TamaguiProvider;
30
- //# sourceMappingURL=TamaguiProvider.server.native.js.map
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
@@ -1 +1,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
+ {
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,41 +1,37 @@
1
1
  "use strict";
2
-
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
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);
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);
23
16
  var Text_exports = {};
24
17
  __export(Text_exports, {
25
18
  Text: () => Text
26
19
  });
27
20
  module.exports = __toCommonJS(Text_exports);
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
- }
21
+ var import_core = require("@tamagui/core"), Text = (0, import_core.styled)(import_core.Text, {
22
+ variants: {
23
+ unstyled: {
24
+ false: {
25
+ color: "$color"
35
26
  }
36
- },
37
- defaultVariants: {
38
- unstyled: process.env.TAMAGUI_HEADLESS === "1"
39
27
  }
40
- });
41
- //# sourceMappingURL=Text.native.js.map
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
@@ -1 +1,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":[]}
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
+ }
@@ -35,9 +35,9 @@ __export(TextArea_exports, {
35
35
  TextAreaFrame: () => TextAreaFrame
36
36
  });
37
37
  module.exports = __toCommonJS(TextArea_exports);
38
- var import_constants = require("@tamagui/constants"),
38
+ var import_react = __toESM(require("react")),
39
+ import_constants = require("@tamagui/constants"),
39
40
  import_core = require("@tamagui/core"),
40
- import_react = __toESM(require("react")),
41
41
  import_inputHelpers = require("../helpers/inputHelpers.cjs"),
42
42
  import_Input = require("./Input.cjs"),
43
43
  import_jsx_runtime = require("react/jsx-runtime");
@@ -26,7 +26,7 @@ __export(TextArea_exports, {
26
26
  TextAreaFrame: () => TextAreaFrame
27
27
  });
28
28
  module.exports = __toCommonJS(TextArea_exports);
29
- var import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_react = __toESM(require("react")), import_inputHelpers = require("../helpers/inputHelpers"), import_Input = require("./Input"), import_jsx_runtime = require("react/jsx-runtime");
29
+ var import_react = __toESM(require("react")), import_constants = require("@tamagui/constants"), import_core = require("@tamagui/core"), import_inputHelpers = require("../helpers/inputHelpers"), import_Input = require("./Input"), import_jsx_runtime = require("react/jsx-runtime");
30
30
  const TextAreaFrame = (0, import_core.styled)(import_Input.InputFrame, {
31
31
  name: "TextArea",
32
32
  multiline: !0,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/views/TextArea.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uBAAsB,+BACtB,cAAwC,0BACxC,eAAkB,2BAClB,sBAAoC,oCAEpC,eAAyD,oBA8C9C;AAtCJ,MAAM,oBAAgB,oBAAO,yBAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA;AAAA,EAEX,YAAY;AAAA,EAEZ,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,QAAQ;AAAA,QACR,GAAG;AAAA,MACL;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU,QAAQ,IAAI,qBAAqB;AAAA,EAC7C;AACF,CAAC,GAIY,WAAW,cAAc;AAAA,EACpC,CAAC,SAAS,iBAAiB;AACzB,UAAM,MAAM,aAAAA,QAAM,OAAc,IAAI,GAC9B,mBAAe,6BAAgB,cAAc,GAAG,GAEhD,YAAQ,4BAAc,SAAS,YAAY,GAE3C,YAAY;AAAA;AAAA,MAEhB,CAAC,yBAAQ,SAAS,eAAe,GAAG,QAAQ,WAAW,SAAY;AAAA,IACrE;AAEA,WAAO,4CAAC,iBAAe,GAAG,WAAY,GAAG,OAAO;AAAA,EAClD;AACF;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,2BAClB,mBAAsB,+BACtB,cAAwC,0BAExC,sBAAoC,oCAEpC,eAAyD,oBA8C9C;AAtCJ,MAAM,oBAAgB,oBAAO,yBAAY;AAAA,EAC9C,MAAM;AAAA,EACN,WAAW;AAAA;AAAA,EAEX,YAAY;AAAA,EAEZ,UAAU;AAAA,IACR,UAAU;AAAA,MACR,OAAO;AAAA,QACL,QAAQ;AAAA,QACR,GAAG;AAAA,MACL;AAAA,IACF;AAAA,IAEA,MAAM;AAAA,MACJ,WAAW;AAAA,IACb;AAAA,EACF;AAAA,EAEA,iBAAiB;AAAA,IACf,UAAU,QAAQ,IAAI,qBAAqB;AAAA,EAC7C;AACF,CAAC,GAIY,WAAW,cAAc;AAAA,EACpC,CAAC,SAAS,iBAAiB;AACzB,UAAM,MAAM,aAAAA,QAAM,OAAc,IAAI,GAC9B,mBAAe,6BAAgB,cAAc,GAAG,GAEhD,YAAQ,4BAAc,SAAS,YAAY,GAE3C,YAAY;AAAA;AAAA,MAEhB,CAAC,yBAAQ,SAAS,eAAe,GAAG,QAAQ,WAAW,SAAY;AAAA,IACrE;AAEA,WAAO,4CAAC,iBAAe,GAAG,WAAY,GAAG,OAAO;AAAA,EAClD;AACF;",
5
5
  "names": ["React"]
6
6
  }