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,144 +1,181 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- 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
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
21
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
22
- value: !0
23
- }), mod);
24
- var index_exports = {};
25
- __export(index_exports, {
26
- ComponentContext: () => import_core.ComponentContext,
27
- Configuration: () => import_core.Configuration,
28
- FontLanguage: () => import_core.FontLanguage,
29
- GroupContext: () => import_core.GroupContext,
30
- Spacer: () => import_core.Spacer,
31
- Stack: () => import_core.Stack,
32
- Theme: () => import_core.Theme,
33
- Unspaced: () => import_core.Unspaced,
34
- View: () => import_core.View,
35
- createComponent: () => import_core.createComponent,
36
- createFont: () => import_core.createFont,
37
- createShorthands: () => import_core.createShorthands,
38
- createStyledContext: () => import_core.createStyledContext,
39
- createTheme: () => import_core.createTheme,
40
- createTokens: () => import_core.createTokens,
41
- createVariable: () => import_core.createVariable,
42
- getCSSStylesAtomic: () => import_core.getCSSStylesAtomic,
43
- getConfig: () => import_core.getConfig,
44
- getMedia: () => import_core.getMedia,
45
- getThemes: () => import_core.getThemes,
46
- getToken: () => import_core.getToken,
47
- getTokenValue: () => import_core.getTokenValue,
48
- getTokens: () => import_core.getTokens,
49
- getVariable: () => import_core.getVariable,
50
- getVariableName: () => import_core.getVariableName,
51
- getVariableValue: () => import_core.getVariableValue,
52
- insertFont: () => import_core.insertFont,
53
- isChrome: () => import_core.isChrome,
54
- isClient: () => import_core.isClient,
55
- isServer: () => import_core.isServer,
56
- isTamaguiComponent: () => import_core.isTamaguiComponent,
57
- isTamaguiElement: () => import_core.isTamaguiElement,
58
- isTouchable: () => import_core.isTouchable,
59
- isVariable: () => import_core.isVariable,
60
- isWeb: () => import_core.isWeb,
61
- isWebTouchable: () => import_core.isWebTouchable,
62
- matchMedia: () => import_core.matchMedia,
63
- mediaObjectToString: () => import_core.mediaObjectToString,
64
- mediaQueryConfig: () => import_core.mediaQueryConfig,
65
- mediaState: () => import_core.mediaState,
66
- setConfig: () => import_core.setConfig,
67
- setOnLayoutStrategy: () => import_core.setOnLayoutStrategy,
68
- setupDev: () => import_core.setupDev,
69
- setupReactNative: () => import_core.setupReactNative,
70
- spacedChildren: () => import_core.spacedChildren,
71
- styled: () => import_core.styled,
72
- themeable: () => import_core.themeable,
73
- useConfiguration: () => import_core.useConfiguration,
74
- useDidFinishSSR: () => import_core.useDidFinishSSR,
75
- useEvent: () => import_core.useEvent,
76
- useGet: () => import_core.useGet,
77
- useIsTouchDevice: () => import_core.useIsTouchDevice,
78
- useIsomorphicLayoutEffect: () => import_core.useIsomorphicLayoutEffect,
79
- useMedia: () => import_core.useMedia,
80
- useProps: () => import_core.useProps,
81
- usePropsAndStyle: () => import_core.usePropsAndStyle,
82
- useStyle: () => import_core.useStyle,
83
- useTheme: () => import_core.useTheme,
84
- useThemeName: () => import_core.useThemeName,
85
- variableToString: () => import_core.variableToString,
86
- withStaticProperties: () => import_core.withStaticProperties
87
- });
88
- module.exports = __toCommonJS(index_exports);
89
- var import_setup = require("./setup.native.js");
90
- __reExport(index_exports, require("@tamagui/accordion"), module.exports);
91
- __reExport(index_exports, require("@tamagui/adapt"), module.exports);
92
- __reExport(index_exports, require("@tamagui/alert-dialog"), module.exports);
93
- __reExport(index_exports, require("@tamagui/animate-presence"), module.exports);
94
- __reExport(index_exports, require("@tamagui/avatar"), module.exports);
95
- __reExport(index_exports, require("@tamagui/button"), module.exports);
96
- __reExport(index_exports, require("@tamagui/card"), module.exports);
97
- __reExport(index_exports, require("@tamagui/checkbox"), module.exports);
98
- __reExport(index_exports, require("@tamagui/compose-refs"), module.exports);
99
- __reExport(index_exports, require("@tamagui/create-context"), module.exports);
100
- __reExport(index_exports, require("@tamagui/dialog"), module.exports);
101
- __reExport(index_exports, require("@tamagui/font-size"), module.exports);
102
- __reExport(index_exports, require("@tamagui/form"), module.exports);
103
- __reExport(index_exports, require("@tamagui/group"), module.exports);
104
- __reExport(index_exports, require("@tamagui/react-native-media-driver"), module.exports);
105
- __reExport(index_exports, require("@tamagui/elements"), module.exports);
106
- __reExport(index_exports, require("@tamagui/helpers-tamagui"), module.exports);
107
- __reExport(index_exports, require("@tamagui/image"), module.exports);
108
- __reExport(index_exports, require("@tamagui/label"), module.exports);
109
- __reExport(index_exports, require("@tamagui/list-item"), module.exports);
110
- __reExport(index_exports, require("@tamagui/popover"), module.exports);
111
- __reExport(index_exports, require("@tamagui/popper"), module.exports);
112
- __reExport(index_exports, require("@tamagui/portal"), module.exports);
113
- __reExport(index_exports, require("@tamagui/progress"), module.exports);
114
- __reExport(index_exports, require("@tamagui/radio-group"), module.exports);
115
- __reExport(index_exports, require("@tamagui/scroll-view"), module.exports);
116
- __reExport(index_exports, require("@tamagui/select"), module.exports);
117
- __reExport(index_exports, require("@tamagui/separator"), module.exports);
118
- __reExport(index_exports, require("@tamagui/shapes"), module.exports);
119
- __reExport(index_exports, require("@tamagui/sheet"), module.exports);
120
- __reExport(index_exports, require("@tamagui/slider"), module.exports);
121
- __reExport(index_exports, require("@tamagui/stacks"), module.exports);
122
- __reExport(index_exports, require("@tamagui/switch"), module.exports);
123
- __reExport(index_exports, require("@tamagui/tabs"), module.exports);
124
- __reExport(index_exports, require("@tamagui/text"), module.exports);
125
- __reExport(index_exports, require("@tamagui/theme"), module.exports);
126
- __reExport(index_exports, require("@tamagui/toggle-group"), module.exports);
127
- __reExport(index_exports, require("@tamagui/tooltip"), module.exports);
128
- __reExport(index_exports, require("@tamagui/use-controllable-state"), module.exports);
129
- __reExport(index_exports, require("@tamagui/use-debounce"), module.exports);
130
- __reExport(index_exports, require("@tamagui/use-force-update"), module.exports);
131
- __reExport(index_exports, require("@tamagui/use-window-dimensions"), module.exports);
132
- __reExport(index_exports, require("@tamagui/visually-hidden"), module.exports);
133
- __reExport(index_exports, require("./createTamagui.native.js"), module.exports);
134
- __reExport(index_exports, require("./viewTypes.native.js"), module.exports);
135
- __reExport(index_exports, require("./views/TamaguiProvider.native.js"), module.exports);
136
- __reExport(index_exports, require("./views/Anchor.native.js"), module.exports);
137
- __reExport(index_exports, require("./views/EnsureFlexed.native.js"), module.exports);
138
- __reExport(index_exports, require("./views/Fieldset.native.js"), module.exports);
139
- __reExport(index_exports, require("./views/Input.native.js"), module.exports);
140
- __reExport(index_exports, require("./views/Spinner.native.js"), module.exports);
141
- __reExport(index_exports, require("./views/TextArea.native.js"), module.exports);
142
- __reExport(index_exports, require("./views/Text.native.js"), module.exports);
143
- var import_core = require("@tamagui/core");
144
- //# sourceMappingURL=index.native.js.map
1
+ import "./setup";
2
+ export * from "@tamagui/accordion";
3
+ export * from "@tamagui/adapt";
4
+ export * from "@tamagui/alert-dialog";
5
+ export * from "@tamagui/animate-presence";
6
+ export * from "@tamagui/avatar";
7
+ export * from "@tamagui/button";
8
+ export * from "@tamagui/card";
9
+ export * from "@tamagui/checkbox";
10
+ export * from "@tamagui/compose-refs";
11
+ export * from "@tamagui/create-context";
12
+ export * from "@tamagui/dialog";
13
+ export * from "@tamagui/font-size";
14
+ export * from "@tamagui/form";
15
+ export * from "@tamagui/group";
16
+ export * from "@tamagui/react-native-media-driver";
17
+ export * from "@tamagui/elements";
18
+ export * from "@tamagui/helpers-tamagui";
19
+ export * from "@tamagui/image";
20
+ export * from "@tamagui/label";
21
+ export * from "@tamagui/list-item";
22
+ export * from "@tamagui/popover";
23
+ export * from "@tamagui/popper";
24
+ export * from "@tamagui/portal";
25
+ export * from "@tamagui/progress";
26
+ export * from "@tamagui/radio-group";
27
+ export * from "@tamagui/scroll-view";
28
+ export * from "@tamagui/select";
29
+ export * from "@tamagui/separator";
30
+ export * from "@tamagui/shapes";
31
+ export * from "@tamagui/sheet";
32
+ export * from "@tamagui/slider";
33
+ export * from "@tamagui/stacks";
34
+ export * from "@tamagui/switch";
35
+ export * from "@tamagui/tabs";
36
+ export * from "@tamagui/text";
37
+ export * from "@tamagui/theme";
38
+ export * from "@tamagui/toggle-group";
39
+ export * from "@tamagui/tooltip";
40
+ export * from "@tamagui/use-controllable-state";
41
+ export * from "@tamagui/use-debounce";
42
+ export * from "@tamagui/use-force-update";
43
+ export * from "@tamagui/use-window-dimensions";
44
+ export * from "@tamagui/visually-hidden";
45
+ export * from "./createTamagui";
46
+ export * from "./viewTypes";
47
+ export * from "./views/TamaguiProvider";
48
+ export * from "./views/Anchor";
49
+ export * from "./views/EnsureFlexed";
50
+ export * from "./views/Fieldset";
51
+ export * from "./views/Input";
52
+ export * from "./views/Spinner";
53
+ export * from "./views/TextArea";
54
+ export * from "./views/Text";
55
+ import {
56
+ Configuration,
57
+ ComponentContext,
58
+ GroupContext,
59
+ FontLanguage,
60
+ Spacer,
61
+ Stack,
62
+ Theme,
63
+ Unspaced,
64
+ View,
65
+ createComponent,
66
+ createFont,
67
+ createShorthands,
68
+ createStyledContext,
69
+ createTheme,
70
+ createTokens,
71
+ createVariable,
72
+ getConfig,
73
+ getMedia,
74
+ getCSSStylesAtomic,
75
+ getThemes,
76
+ getToken,
77
+ getTokenValue,
78
+ getTokens,
79
+ getVariable,
80
+ setupReactNative,
81
+ getVariableName,
82
+ getVariableValue,
83
+ insertFont,
84
+ setConfig,
85
+ setupDev,
86
+ isChrome,
87
+ isClient,
88
+ isServer,
89
+ isTamaguiComponent,
90
+ isTamaguiElement,
91
+ isTouchable,
92
+ isVariable,
93
+ isWeb,
94
+ isWebTouchable,
95
+ matchMedia,
96
+ mediaObjectToString,
97
+ mediaQueryConfig,
98
+ mediaState,
99
+ setOnLayoutStrategy,
100
+ spacedChildren,
101
+ styled,
102
+ themeable,
103
+ useDidFinishSSR,
104
+ useEvent,
105
+ useGet,
106
+ useIsTouchDevice,
107
+ useIsomorphicLayoutEffect,
108
+ useMedia,
109
+ useProps,
110
+ usePropsAndStyle,
111
+ useStyle,
112
+ useConfiguration,
113
+ useTheme,
114
+ useThemeName,
115
+ variableToString,
116
+ withStaticProperties
117
+ } from "@tamagui/core";
118
+ export {
119
+ ComponentContext,
120
+ Configuration,
121
+ FontLanguage,
122
+ GroupContext,
123
+ Spacer,
124
+ Stack,
125
+ Theme,
126
+ Unspaced,
127
+ View,
128
+ createComponent,
129
+ createFont,
130
+ createShorthands,
131
+ createStyledContext,
132
+ createTheme,
133
+ createTokens,
134
+ createVariable,
135
+ getCSSStylesAtomic,
136
+ getConfig,
137
+ getMedia,
138
+ getThemes,
139
+ getToken,
140
+ getTokenValue,
141
+ getTokens,
142
+ getVariable,
143
+ getVariableName,
144
+ getVariableValue,
145
+ insertFont,
146
+ isChrome,
147
+ isClient,
148
+ isServer,
149
+ isTamaguiComponent,
150
+ isTamaguiElement,
151
+ isTouchable,
152
+ isVariable,
153
+ isWeb,
154
+ isWebTouchable,
155
+ matchMedia,
156
+ mediaObjectToString,
157
+ mediaQueryConfig,
158
+ mediaState,
159
+ setConfig,
160
+ setOnLayoutStrategy,
161
+ setupDev,
162
+ setupReactNative,
163
+ spacedChildren,
164
+ styled,
165
+ themeable,
166
+ useConfiguration,
167
+ useDidFinishSSR,
168
+ useEvent,
169
+ useGet,
170
+ useIsTouchDevice,
171
+ useIsomorphicLayoutEffect,
172
+ useMedia,
173
+ useProps,
174
+ usePropsAndStyle,
175
+ useStyle,
176
+ useTheme,
177
+ useThemeName,
178
+ variableToString,
179
+ withStaticProperties
180
+ };
181
+ //# sourceMappingURL=index.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__reExport","mod","secondTarget","__toCommonJS","value","index_exports","ComponentContext","import_core","Configuration","FontLanguage","GroupContext","Spacer","Stack","Theme","Unspaced","View","createComponent","createFont","createShorthands","createStyledContext","createTheme","createTokens","createVariable","getCSSStylesAtomic","getConfig","getMedia","getThemes","getToken","getTokenValue","getTokens","getVariable","getVariableName","getVariableValue","insertFont","isChrome","isClient","isServer","isTamaguiComponent","isTamaguiElement","isTouchable","isVariable","isWeb","isWebTouchable","matchMedia","mediaObjectToString","mediaQueryConfig","mediaState","setConfig","setOnLayoutStrategy","setupDev","setupReactNative","spacedChildren","styled","themeable","useConfiguration","useDidFinishSSR","useEvent","useGet","useIsTouchDevice","useIsomorphicLayoutEffect","useMedia","useProps","usePropsAndStyle","useStyle","useTheme","useThemeName","variableToString","withStaticProperties","module","exports","import_setup","require"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "mappings": "AAAA,OAAO;AACP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAGd;AAAA,EAAS;AAAA,EAAe;AAAA,EAAkB;AAAA,EAAc;AAAA,EACxD;AAAA,EAAQ;AAAA,EAAO;AAAA,EAAO;AAAA,EAAU;AAAA,EAAM;AAAA,EAAiB;AAAA,EAAY;AAAA,EAAkB;AAAA,EAAqB;AAAA,EAAa;AAAA,EAAc;AAAA,EAAgB;AAAA,EAAW;AAAA,EAAU;AAAA,EAAoB;AAAA,EAAW;AAAA,EAAU;AAAA,EAAe;AAAA,EAAW;AAAA,EAAa;AAAA,EAAkB;AAAA,EAAiB;AAAA,EAAkB;AAAA,EAAY;AAAA,EAAW;AAAA,EACtU;AAAA,EAAU;AAAA,EAAU;AAAA,EAAU;AAAA,EAAoB;AAAA,EAAkB;AAAA,EAAa;AAAA,EAAY;AAAA,EAAO;AAAA,EAAgB;AAAA,EAAY;AAAA,EAAqB;AAAA,EAAkB;AAAA,EAAY;AAAA,EAAqB;AAAA,EAAgB;AAAA,EAAQ;AAAA,EAChO;AAAA,EAAiB;AAAA,EAAU;AAAA,EAAQ;AAAA,EAAkB;AAAA,EAA2B;AAAA,EAAU;AAAA,EAAU;AAAA,EAAkB;AAAA,EAAU;AAAA,EAAkB;AAAA,EAAU;AAAA,EAAc;AAAA,EAAkB;AAAA,OAA4B;",
5
+ "names": []
6
+ }
@@ -1,21 +1,2 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __copyProps = (to, from, except, desc) => {
8
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
9
- get: () => from[key],
10
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
- });
12
- return to;
13
- },
14
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
- value: !0
17
- }), mod);
18
- var linear_gradient_native_exports = {};
19
- module.exports = __toCommonJS(linear_gradient_native_exports);
20
- __reExport(linear_gradient_native_exports, require("expo-linear-gradient"), module.exports);
1
+ export * from "expo-linear-gradient";
21
2
  //# sourceMappingURL=linear-gradient.native.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["linear_gradient_native_exports","module","exports","__toCommonJS","__reExport","require"],"sources":["../../../src/lib/linear-gradient.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;AAAA,IAAAA,8BAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAH,8BAAA;AAAAI,UAAA,CAAAJ,8BAAA,EAAcK,OAAA,0BAAdJ,MAAA,CAAAC,OAAA","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/lib/linear-gradient.native.ts"],
4
+ "mappings": "AAAA,cAAc;",
5
+ "names": []
6
+ }
@@ -1,29 +1,5 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- 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);
23
- var linear_gradient_exports = {};
24
- __export(linear_gradient_exports, {
25
- LinearGradient: () => import_linear_gradient.LinearGradient
26
- });
27
- module.exports = __toCommonJS(linear_gradient_exports);
28
- var import_linear_gradient = require("@tamagui/linear-gradient");
29
- //# sourceMappingURL=linear-gradient.native.js.map
1
+ import { LinearGradient } from "@tamagui/linear-gradient";
2
+ export {
3
+ LinearGradient
4
+ };
5
+ //# sourceMappingURL=linear-gradient.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":[],"sources":["../../src/linear-gradient.ts"],"sourcesContent":[null],"mappings":"AAAA,YAAS","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/linear-gradient.ts"],
4
+ "mappings": "AAAA,SAAS,sBAAsB;",
5
+ "names": []
6
+ }
@@ -1,51 +1,20 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- 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);
23
- var Dimensions_exports = {};
24
- __export(Dimensions_exports, {
25
- Dimensions: () => Dimensions
26
- });
27
- module.exports = __toCommonJS(Dimensions_exports);
28
1
  var dimensions = {
29
- window: {
30
- fontScale: 1,
31
- height: 0,
32
- scale: 1,
33
- width: 0
34
- },
35
- screen: {
36
- fontScale: 1,
37
- height: 0,
38
- scale: 1,
39
- width: 0
40
- }
2
+ window: {
3
+ fontScale: 1,
4
+ height: 0,
5
+ scale: 1,
6
+ width: 0
41
7
  },
42
- listeners = {},
43
- canUseDOM = typeof window < "u",
44
- shouldInit = canUseDOM;
8
+ screen: {
9
+ fontScale: 1,
10
+ height: 0,
11
+ scale: 1,
12
+ width: 0
13
+ }
14
+ }, listeners = {}, canUseDOM = typeof window < "u", shouldInit = canUseDOM;
45
15
  function update() {
46
16
  if (canUseDOM) {
47
- var win = window,
48
- docEl = win.document.documentElement;
17
+ var win = window, docEl = win.document.documentElement;
49
18
  dimensions.window = {
50
19
  fontScale: 1,
51
20
  height: docEl.clientHeight,
@@ -60,7 +29,7 @@ function update() {
60
29
  }
61
30
  }
62
31
  function handleResize() {
63
- update(), Array.isArray(listeners.change) && listeners.change.forEach(function (handler) {
32
+ update(), Array.isArray(listeners.change) && listeners.change.forEach(function(handler) {
64
33
  return handler(dimensions);
65
34
  });
66
35
  }
@@ -71,23 +40,27 @@ var Dimensions = {
71
40
  },
72
41
  set(initialDimensions) {
73
42
  if (initialDimensions) {
74
- if (canUseDOM) throw new Error("Dimensions cannot be set in the browser");
43
+ if (canUseDOM)
44
+ throw new Error("Dimensions cannot be set in the browser");
75
45
  initialDimensions.screen != null && (dimensions.screen = initialDimensions.screen), initialDimensions.window != null && (dimensions.window = initialDimensions.window);
76
46
  }
77
47
  },
78
48
  addEventListener(type, handler) {
79
49
  var _this = this;
80
50
  return listeners[type] = listeners[type] || [], listeners[type].push(handler), {
81
- remove: function () {
51
+ remove: function() {
82
52
  _this.removeEventListener(type, handler);
83
53
  }
84
54
  };
85
55
  },
86
56
  removeEventListener(type, handler) {
87
- Array.isArray(listeners[type]) && (listeners[type] = listeners[type].filter(function (_handler) {
57
+ Array.isArray(listeners[type]) && (listeners[type] = listeners[type].filter(function(_handler) {
88
58
  return _handler !== handler;
89
59
  }));
90
60
  }
91
61
  };
92
62
  canUseDOM && window.addEventListener("resize", handleResize, !1);
93
- //# sourceMappingURL=Dimensions.native.js.map
63
+ export {
64
+ Dimensions
65
+ };
66
+ //# sourceMappingURL=Dimensions.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","Dimensions_exports","Dimensions","module","exports","dimensions","window","fontScale","height","scale","width","screen","listeners","canUseDOM","shouldInit","update","win","docEl","document","documentElement","clientHeight","devicePixelRatio","clientWidth","handleResize","Array","isArray","change","forEach","handler","dimension","Error"],"sources":["../../../src/react-native-web/Dimensions.ts"],"sourcesContent":[null],"mappings":"AAeA,YAAM;;AAAa,IACjBA,SAAQ,GAAAC,MAAA,CAAAC,cAAA;AAAA,IACNC,gBAAW,GAAAF,MAAA,CAAAG,wBAAA;AAAA,IACXC,iBAAQ,GAAAJ,MAAA,CAAAK,mBAAA;AAAA,IACRC,YAAO,GAAAN,MAAA,CAAAO,SAAA,CAAAC,cAAA;AAAA,IACPC,QAAO,GAAAA,CAAAC,MAAA,EAAAC,GAAA;IACT,SAAAC,IAAA,IAAAD,GAAA,EACAZ,SAAQ,CAAAW,MAAA,EAAAE,IAAA;MAAAC,GAAA,EAAAF,GAAA,CAAAC,IAAA;MAAAE,UAAA;IAAA;EAAA;EAAAC,WACN,GAAWA,CAAAC,EAAA,EAAAC,IAAA,EAAAC,MAAA,EAAAC,IAAA;IAAA,IACXF,IAAA,IAAQ,OAAAA,IAAA,uBAAAA,IAAA,gBACR,SAAOG,GAAA,IAAAhB,iBAAA,CAAAa,IAAA,GACP,CAAAX,YAAO,CAAAe,IAAA,CAAAL,EAAA,EAAAI,GAAA,KAAAA,GAAA,KAAAF,MAAA,IAAAnB,SAAA,CAAAiB,EAAA,EAAAI,GAAA;MAAAP,GAAA,EAAAA,CAAA,KAAAI,IAAA,CAAAG,GAAA;MAAAN,UAAA,IAAAK,IAAA,GAAAjB,gBAAA,CAAAe,IAAA,EAAAG,GAAA,MAAAD,IAAA,CAAAL;IAAA;IACT,OAAAE,EAAA;EACF;AAKA,IAAIM,YAAA,GAAaC,GAAA,IAAAR,WAAA,CAAAhB,SAAA;EAAAyB,KAAA;AAAA,IAAAD,GAAA;AAEjB,IAAAE,kBAAkB;AAChBhB,QAAK,CAAAgB,kBAAA;EACHC,UAAA,EAAAA,CAAA,KAAAA;AAGF;AAGAC,MAAA,CAAAC,OAAW,GAAAN,YAAS,CAAAG,kBAAA;AAAA,IAClBI,UAAA,GAAW;IAAAC,MACX;MACAC,SAAO,EAAI;MACXC,MAAA,EAAO;MACTC,KAEA;MACEC,KAAA;IAAW;IACQC,MACnB;MACAJ,SAAO,EAAI;MACbC,MAAA;MACFC,KAAA;MAEAC,KAAS;IACP;EAIF;EAAAE,SAAA;EAAAC,SAAA,UAAAP,MAAA;EAAAQ,UAAA,GAAAD,SAAA;AAEO,SAAME,OAAA;EACX,IAAIF,SAAA,EAAyC;IAK3C,IAJIG,GAAA,GAAAV,MAAA;MAAAW,KACF,GAAAD,GAAA,CAAAE,QACA,CAAAC,eAEE;IACFd,UAAM,CAAAC,MAAI,GAAM;MAClBC,SAAO;MACTC,MAAA,EAAAS,KAAA,CAAAG,YAAA;MAEIX,KAAA,EAAAO,GAAA,CAAAK,gBAAiD;MACnDX,KAAI,EAAAO,KAAA,CAAAK;IACF,GAAAjB,UAAI,CAAAM,MAAA;MACFJ,SAAM,GAAI;MAERC,MAAA,EAAAQ,GAAA,CAAAL,MAAkB,CAAAH,MAAA;MAMxBC,KAAA,EAAAO,GAAA,CAAAK,gBAAA;MACFX,KAAA,EAAAM,GAAA,CAAAL,MAAA,CAAAD;IAEA;EAIE;AAGO;AAEH,SAAAa,YAAKA,CAAA;EAAiCR,MACxC,IAAAS,KAAA,CAAAC,OAAA,CAAAb,SAAA,CAAAc,MAAA,KAAAd,SAAA,CAAAc,MAAA,CAAAC,OAAA,WAAAC,OAAA;IACF,OAAAA,OAAA,CAAAvB,UAAA;EACF;AAAA;AAME,IAAIH,UAAM;EAGZb,IAAAwC,SAAA;IACF,IAAAf,UAAA,KAAAA,UAAA,OAAAC,MAAA,KAAAV,UAAA,CAAAwB,SAAA,wBAAAC,KAAA,6BAAAD,SAAA;IAEI,OAAAxB,UACK,CAAAwB,SAAA","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/react-native-web/Dimensions.ts"],
4
+ "mappings": "AAAA,IAAI,aAAa;AAAA,EACb,QAAQ;AAAA,IACJ,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AAAA,EACA,QAAQ;AAAA,IACJ,WAAW;AAAA,IACX,QAAQ;AAAA,IACR,OAAO;AAAA,IACP,OAAO;AAAA,EACX;AACJ,GACI,YAAY,CAAC,GACb,YAAY,OAAO,SAAW,KAC9B,aAAa;AACjB,SAAS,SAAS;AACd,MAAK,WAGL;AAAA,QAAI,MAAM,QACN,QAAQ,IAAI,SAAS;AACzB,eAAW,SAAS;AAAA,MAChB,WAAW;AAAA,MACX,QAAQ,MAAM;AAAA,MACd,OAAO,IAAI,oBAAoB;AAAA,MAC/B,OAAO,MAAM;AAAA,IACjB,GACA,WAAW,SAAS;AAAA,MAChB,WAAW;AAAA,MACX,QAAQ,IAAI,OAAO;AAAA,MACnB,OAAO,IAAI,oBAAoB;AAAA,MAC/B,OAAO,IAAI,OAAO;AAAA,IACtB;AAAA;AACJ;AACA,SAAS,eAAe;AACpB,SAAO,GACH,MAAM,QAAQ,UAAU,MAAS,KACjC,UAAU,OAAU,QAAQ,SAAS,SAAS;AAC1C,WAAO,QAAQ,UAAU;AAAA,EAC7B,CAAC;AAET;AACO,IAAI,aAAa;AAAA,EACpB,IAAK,WAAW;AAKZ,QAJI,eACA,aAAa,IACb,OAAO,IAEP,WAAW,SAAS,MAAM,OAAW,OAAM,IAAI,MAAM,4BAA4B,SAAS,EAAE;AAChG,WAAO,WAAW,SAAS;AAAA,EAC/B;AAAA,EACA,IAAK,mBAAmB;AACpB,QAAI,mBAAmB;AACnB,UAAI;AACA,cAAM,IAAI,MAAM,yCAAyC;AAE7D,MAAI,kBAAkB,UAAU,SAC5B,WAAW,SAAS,kBAAkB,SAEtC,kBAAkB,UAAU,SAC5B,WAAW,SAAS,kBAAkB;AAAA,IAE9C;AAAA,EACJ;AAAA,EACA,iBAAkB,MAAM,SAAS;AAC7B,QAAI,QAAQ;AACZ,qBAAU,IAAI,IAAI,UAAU,IAAI,KAAK,CAAC,GACtC,UAAU,IAAI,EAAE,KAAK,OAAO,GACrB;AAAA,MACH,QAAQ,WAAW;AACf,cAAM,oBAAoB,MAAM,OAAO;AAAA,MAC3C;AAAA,IACJ;AAAA,EACJ;AAAA,EACA,oBAAqB,MAAM,SAAS;AAChC,IAAI,MAAM,QAAQ,UAAU,IAAI,CAAC,MAC7B,UAAU,IAAI,IAAI,UAAU,IAAI,EAAE,OAAO,SAAS,UAAU;AACxD,aAAO,aAAa;AAAA,IACxB,CAAC;AAAA,EAET;AACJ;AACI,aACA,OAAO,iBAAiB,UAAU,cAAc,EAAK;",
5
+ "names": []
6
+ }
@@ -1,31 +1,6 @@
1
- "use strict";
2
-
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
11
- get: () => from[key],
12
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
13
- });
14
- return to;
15
- };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
22
- value: mod,
23
- enumerable: !0
24
- }) : target, mod));
25
- var import_polyfill_dev = require("@tamagui/polyfill-dev"),
26
- React = __toESM(require("react")),
27
- _globalThis,
28
- _React;
1
+ import "@tamagui/polyfill-dev";
2
+ import * as React from "react";
3
+ var _globalThis, _React;
29
4
  (_globalThis = globalThis)[_React = "React"] || (_globalThis[_React] = React);
30
5
  typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = typeof setImmediate > "u" ? setTimeout : setImmediate);
31
- //# sourceMappingURL=setup.native.js.map
6
+ //# sourceMappingURL=setup.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["__create","Object","create","__defProp","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor"],"sources":["../../src/setup.ts"],"sourcesContent":[null],"mappings":"AAAA,YAAO;;AAEP,IAAAA,QAAY,GAAAC,MAAA,CAAAC,MAAW;AAIvB,IAAAC,SAAW,GAAAF,MAAa,CAAAG,cAAA;AAGpB,IAAAC,gBAAO,GAAAJ,MAAA,CAAAK,wBACE","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/setup.ts"],
4
+ "mappings": "AAGA,OAAO;AACP,YAAY,WAAW;AAJvB,IAEA,aAAa;AAAA,CAGZ,cAAc,YAAY,SAAS,OAAO,MAAM,YAAY,MAAM,IAAI;AAEnE,OAAO,wBAA0B,QACjC,WAAW,wBAA2B,OAAO,eAAiB,MAAc,aAAa;",
5
+ "names": []
6
+ }
@@ -1,19 +1 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __copyProps = (to, from, except, desc) => {
8
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
9
- get: () => from[key],
10
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
- });
12
- return to;
13
- };
14
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
15
- value: !0
16
- }), mod);
17
- var viewTypes_exports = {};
18
- module.exports = __toCommonJS(viewTypes_exports);
19
- //# sourceMappingURL=viewTypes.native.js.map
1
+ //# sourceMappingURL=viewTypes.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": [],
4
+ "mappings": "",
5
+ "names": []
6
+ }