tamagui 1.132.13 → 1.132.15

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.
@@ -35,8 +35,166 @@ var require_polyfill_dev = __commonJS({
35
35
  }
36
36
  });
37
37
 
38
- // ../../core/use-force-update/dist/cjs/index.native.js
38
+ // ../../packages/fake-react-native/index.js
39
+ var require_fake_react_native = __commonJS({
40
+ "../../packages/fake-react-native/index.js"(exports2, module2) {
41
+ module2.exports = proxyWorm();
42
+ function proxyWorm() {
43
+ return new Proxy({
44
+ StyleSheet: {
45
+ create() {
46
+ }
47
+ },
48
+ Platform: {
49
+ OS: "web"
50
+ },
51
+ Image: "Image",
52
+ View: "View",
53
+ Text: "Text",
54
+ TextInput: "TextInput",
55
+ ScrollView: "ScrollView",
56
+ Dimensions: {
57
+ addEventListener(cb) {
58
+ }
59
+ },
60
+ addPoolingTo() {
61
+ }
62
+ }, {
63
+ get(target, key) {
64
+ return Reflect.get(target, key) || proxyWorm();
65
+ },
66
+ apply() {
67
+ return proxyWorm();
68
+ }
69
+ });
70
+ }
71
+ }
72
+ });
73
+
74
+ // ../../core/constants/dist/cjs/constants.native.js
75
+ var require_constants_native = __commonJS({
76
+ "../../core/constants/dist/cjs/constants.native.js"(exports2, module2) {
77
+ "use strict";
78
+ var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
79
+ for (var name in all) __defProp2(target, name, {
80
+ get: all[name],
81
+ enumerable: !0
82
+ });
83
+ }, __copyProps2 = function(to, from, except, desc) {
84
+ var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
85
+ if (from && typeof from == "object" || typeof from == "function") try {
86
+ for (var _loop = function() {
87
+ var key = _step.value;
88
+ !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, {
89
+ get: function() {
90
+ return from[key];
91
+ },
92
+ enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable
93
+ });
94
+ }, _iterator = __getOwnPropNames2(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) _loop();
95
+ } catch (err) {
96
+ _didIteratorError = !0, _iteratorError = err;
97
+ } finally {
98
+ try {
99
+ !_iteratorNormalCompletion && _iterator.return != null && _iterator.return();
100
+ } finally {
101
+ if (_didIteratorError)
102
+ throw _iteratorError;
103
+ }
104
+ }
105
+ return to;
106
+ }, __toCommonJS2 = function(mod) {
107
+ return __copyProps2(__defProp2({}, "__esModule", {
108
+ value: !0
109
+ }), mod);
110
+ }, constants_native_exports = {};
111
+ __export2(constants_native_exports, {
112
+ IS_REACT_19: function() {
113
+ return IS_REACT_19;
114
+ },
115
+ currentPlatform: function() {
116
+ return currentPlatform;
117
+ },
118
+ isAndroid: function() {
119
+ return isAndroid;
120
+ },
121
+ isChrome: function() {
122
+ return isChrome2;
123
+ },
124
+ isClient: function() {
125
+ return isClient2;
126
+ },
127
+ isIos: function() {
128
+ return isIos;
129
+ },
130
+ isServer: function() {
131
+ return isServer2;
132
+ },
133
+ isTouchable: function() {
134
+ return isTouchable2;
135
+ },
136
+ isWeb: function() {
137
+ return isWeb6;
138
+ },
139
+ isWebTouchable: function() {
140
+ return isWebTouchable2;
141
+ },
142
+ isWindowDefined: function() {
143
+ return isWindowDefined;
144
+ },
145
+ useIsomorphicLayoutEffect: function() {
146
+ return useIsomorphicLayoutEffect2;
147
+ }
148
+ });
149
+ module2.exports = __toCommonJS2(constants_native_exports);
150
+ var import_react3 = require("react"), import_react22 = require("react"), import_react_native4 = require_fake_react_native(), IS_REACT_19 = !!import_react22.use, isWeb6 = !1, isWindowDefined = !1, isServer2 = !1, isClient2 = !1, useIsomorphicLayoutEffect2 = import_react3.useLayoutEffect, isChrome2 = !1, isWebTouchable2 = !1, isTouchable2 = !0, isAndroid = import_react_native4.Platform.OS === "android" || process.env.TEST_NATIVE_PLATFORM === "android", isIos = import_react_native4.Platform.OS === "ios" || process.env.TEST_NATIVE_PLATFORM === "ios", platforms = {
151
+ ios: "ios",
152
+ android: "android"
153
+ }, currentPlatform = platforms[import_react_native4.Platform.OS] || "native";
154
+ }
155
+ });
156
+
157
+ // ../../core/constants/dist/cjs/index.native.js
39
158
  var require_index_native = __commonJS({
159
+ "../../core/constants/dist/cjs/index.native.js"(exports2, module2) {
160
+ "use strict";
161
+ var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = function(to, from, except, desc) {
162
+ var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
163
+ if (from && typeof from == "object" || typeof from == "function") try {
164
+ for (var _loop = function() {
165
+ var key = _step.value;
166
+ !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, {
167
+ get: function() {
168
+ return from[key];
169
+ },
170
+ enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable
171
+ });
172
+ }, _iterator = __getOwnPropNames2(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) _loop();
173
+ } catch (err) {
174
+ _didIteratorError = !0, _iteratorError = err;
175
+ } finally {
176
+ try {
177
+ !_iteratorNormalCompletion && _iterator.return != null && _iterator.return();
178
+ } finally {
179
+ if (_didIteratorError)
180
+ throw _iteratorError;
181
+ }
182
+ }
183
+ return to;
184
+ }, __reExport2 = function(target, mod, secondTarget) {
185
+ return __copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default");
186
+ }, __toCommonJS2 = function(mod) {
187
+ return __copyProps2(__defProp2({}, "__esModule", {
188
+ value: !0
189
+ }), mod);
190
+ }, index_exports2 = {};
191
+ module2.exports = __toCommonJS2(index_exports2);
192
+ __reExport2(index_exports2, require_constants_native(), module2.exports);
193
+ }
194
+ });
195
+
196
+ // ../../core/use-force-update/dist/cjs/index.native.js
197
+ var require_index_native2 = __commonJS({
40
198
  "../../core/use-force-update/dist/cjs/index.native.js"(exports2, module2) {
41
199
  "use strict";
42
200
  var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
@@ -163,7 +321,7 @@ var require_LayoutGroupContext_native = __commonJS({
163
321
  });
164
322
 
165
323
  // ../../core/use-constant/dist/cjs/index.native.js
166
- var require_index_native2 = __commonJS({
324
+ var require_index_native3 = __commonJS({
167
325
  "../../core/use-constant/dist/cjs/index.native.js"(exports2, module2) {
168
326
  "use strict";
169
327
  var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
@@ -394,7 +552,7 @@ var require_usePresence_native = __commonJS({
394
552
  });
395
553
 
396
554
  // ../../core/use-presence/dist/cjs/index.native.js
397
- var require_index_native3 = __commonJS({
555
+ var require_index_native4 = __commonJS({
398
556
  "../../core/use-presence/dist/cjs/index.native.js"(exports2, module2) {
399
557
  "use strict";
400
558
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
@@ -507,7 +665,7 @@ var require_PresenceChild_native = __commonJS({
507
665
  }
508
666
  });
509
667
  module2.exports = __toCommonJS2(PresenceChild_exports);
510
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_use_constant = require_index_native2(), import_use_presence = require_index_native3(), React4 = __toESM2(require("react")), import_react3 = require("react"), PresenceChild = /* @__PURE__ */ React4.memo(function(param) {
668
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_use_constant = require_index_native3(), import_use_presence = require_index_native4(), React4 = __toESM2(require("react")), import_react3 = require("react"), PresenceChild = /* @__PURE__ */ React4.memo(function(param) {
511
669
  var { children, initial, isPresent: isPresent2, onExitComplete, exitVariant, enterVariant, enterExitVariant, presenceAffectsLayout, custom } = param, presenceChildren = (0, import_use_constant.useConstant)(newChildrenMap), id = (0, import_react3.useId)() || "", context = React4.useMemo(
512
670
  function() {
513
671
  return {
@@ -620,7 +778,7 @@ var require_AnimatePresence_native = __commonJS({
620
778
  }
621
779
  });
622
780
  module2.exports = __toCommonJS2(AnimatePresence_exports);
623
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_use_force_update = require_index_native(), import_react3 = require("react"), import_LayoutGroupContext = require_LayoutGroupContext_native(), import_PresenceChild = require_PresenceChild_native(), getChildKey = function(child) {
781
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_use_force_update = require_index_native2(), import_react3 = require("react"), import_LayoutGroupContext = require_LayoutGroupContext_native(), import_PresenceChild = require_PresenceChild_native(), getChildKey = function(child) {
624
782
  return child.key || "";
625
783
  };
626
784
  function updateChildLookup(children, allChildren) {
@@ -642,7 +800,9 @@ var require_AnimatePresence_native = __commonJS({
642
800
  if (passThrough) return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_jsx_runtime6.Fragment, {
643
801
  children
644
802
  });
645
- if (isInitialRender.current) return isInitialRender.current = !1, /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_jsx_runtime6.Fragment, {
803
+ if ((0, import_constants4.useIsomorphicLayoutEffect)(function() {
804
+ isInitialRender.current = !1;
805
+ }, []), isInitialRender.current) return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_jsx_runtime6.Fragment, {
646
806
  children: filteredChildren.map(function(child) {
647
807
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_PresenceChild.PresenceChild, {
648
808
  isPresent: !0,
@@ -746,7 +906,7 @@ var require_types_native = __commonJS({
746
906
  });
747
907
 
748
908
  // ../animate-presence/dist/cjs/index.native.js
749
- var require_index_native4 = __commonJS({
909
+ var require_index_native5 = __commonJS({
750
910
  "../animate-presence/dist/cjs/index.native.js"(exports2, module2) {
751
911
  "use strict";
752
912
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = function(to, from, except, desc) {
@@ -781,14 +941,14 @@ var require_index_native4 = __commonJS({
781
941
  }, index_exports2 = {};
782
942
  module2.exports = __toCommonJS2(index_exports2);
783
943
  __reExport2(index_exports2, require_AnimatePresence_native(), module2.exports);
784
- __reExport2(index_exports2, require_index_native3(), module2.exports);
944
+ __reExport2(index_exports2, require_index_native4(), module2.exports);
785
945
  __reExport2(index_exports2, require_types_native(), module2.exports);
786
946
  __reExport2(index_exports2, require_PresenceChild_native(), module2.exports);
787
947
  }
788
948
  });
789
949
 
790
950
  // ../../core/simple-hash/dist/cjs/index.native.js
791
- var require_index_native5 = __commonJS({
951
+ var require_index_native6 = __commonJS({
792
952
  "../../core/simple-hash/dist/cjs/index.native.js"(exports2, module2) {
793
953
  "use strict";
794
954
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
@@ -1115,164 +1275,6 @@ var require_types_native2 = __commonJS({
1115
1275
  }
1116
1276
  });
1117
1277
 
1118
- // ../../packages/fake-react-native/index.js
1119
- var require_fake_react_native = __commonJS({
1120
- "../../packages/fake-react-native/index.js"(exports2, module2) {
1121
- module2.exports = proxyWorm();
1122
- function proxyWorm() {
1123
- return new Proxy({
1124
- StyleSheet: {
1125
- create() {
1126
- }
1127
- },
1128
- Platform: {
1129
- OS: "web"
1130
- },
1131
- Image: "Image",
1132
- View: "View",
1133
- Text: "Text",
1134
- TextInput: "TextInput",
1135
- ScrollView: "ScrollView",
1136
- Dimensions: {
1137
- addEventListener(cb) {
1138
- }
1139
- },
1140
- addPoolingTo() {
1141
- }
1142
- }, {
1143
- get(target, key) {
1144
- return Reflect.get(target, key) || proxyWorm();
1145
- },
1146
- apply() {
1147
- return proxyWorm();
1148
- }
1149
- });
1150
- }
1151
- }
1152
- });
1153
-
1154
- // ../../core/constants/dist/cjs/constants.native.js
1155
- var require_constants_native = __commonJS({
1156
- "../../core/constants/dist/cjs/constants.native.js"(exports2, module2) {
1157
- "use strict";
1158
- var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
1159
- for (var name in all) __defProp2(target, name, {
1160
- get: all[name],
1161
- enumerable: !0
1162
- });
1163
- }, __copyProps2 = function(to, from, except, desc) {
1164
- var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
1165
- if (from && typeof from == "object" || typeof from == "function") try {
1166
- for (var _loop = function() {
1167
- var key = _step.value;
1168
- !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, {
1169
- get: function() {
1170
- return from[key];
1171
- },
1172
- enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable
1173
- });
1174
- }, _iterator = __getOwnPropNames2(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) _loop();
1175
- } catch (err) {
1176
- _didIteratorError = !0, _iteratorError = err;
1177
- } finally {
1178
- try {
1179
- !_iteratorNormalCompletion && _iterator.return != null && _iterator.return();
1180
- } finally {
1181
- if (_didIteratorError)
1182
- throw _iteratorError;
1183
- }
1184
- }
1185
- return to;
1186
- }, __toCommonJS2 = function(mod) {
1187
- return __copyProps2(__defProp2({}, "__esModule", {
1188
- value: !0
1189
- }), mod);
1190
- }, constants_native_exports = {};
1191
- __export2(constants_native_exports, {
1192
- IS_REACT_19: function() {
1193
- return IS_REACT_19;
1194
- },
1195
- currentPlatform: function() {
1196
- return currentPlatform;
1197
- },
1198
- isAndroid: function() {
1199
- return isAndroid;
1200
- },
1201
- isChrome: function() {
1202
- return isChrome2;
1203
- },
1204
- isClient: function() {
1205
- return isClient2;
1206
- },
1207
- isIos: function() {
1208
- return isIos;
1209
- },
1210
- isServer: function() {
1211
- return isServer2;
1212
- },
1213
- isTouchable: function() {
1214
- return isTouchable2;
1215
- },
1216
- isWeb: function() {
1217
- return isWeb6;
1218
- },
1219
- isWebTouchable: function() {
1220
- return isWebTouchable2;
1221
- },
1222
- isWindowDefined: function() {
1223
- return isWindowDefined;
1224
- },
1225
- useIsomorphicLayoutEffect: function() {
1226
- return useIsomorphicLayoutEffect2;
1227
- }
1228
- });
1229
- module2.exports = __toCommonJS2(constants_native_exports);
1230
- var import_react3 = require("react"), import_react22 = require("react"), import_react_native4 = require_fake_react_native(), IS_REACT_19 = !!import_react22.use, isWeb6 = !1, isWindowDefined = !1, isServer2 = !1, isClient2 = !1, useIsomorphicLayoutEffect2 = import_react3.useLayoutEffect, isChrome2 = !1, isWebTouchable2 = !1, isTouchable2 = !0, isAndroid = import_react_native4.Platform.OS === "android" || process.env.TEST_NATIVE_PLATFORM === "android", isIos = import_react_native4.Platform.OS === "ios" || process.env.TEST_NATIVE_PLATFORM === "ios", platforms = {
1231
- ios: "ios",
1232
- android: "android"
1233
- }, currentPlatform = platforms[import_react_native4.Platform.OS] || "native";
1234
- }
1235
- });
1236
-
1237
- // ../../core/constants/dist/cjs/index.native.js
1238
- var require_index_native6 = __commonJS({
1239
- "../../core/constants/dist/cjs/index.native.js"(exports2, module2) {
1240
- "use strict";
1241
- var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = function(to, from, except, desc) {
1242
- var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
1243
- if (from && typeof from == "object" || typeof from == "function") try {
1244
- for (var _loop = function() {
1245
- var key = _step.value;
1246
- !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, {
1247
- get: function() {
1248
- return from[key];
1249
- },
1250
- enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable
1251
- });
1252
- }, _iterator = __getOwnPropNames2(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) _loop();
1253
- } catch (err) {
1254
- _didIteratorError = !0, _iteratorError = err;
1255
- } finally {
1256
- try {
1257
- !_iteratorNormalCompletion && _iterator.return != null && _iterator.return();
1258
- } finally {
1259
- if (_didIteratorError)
1260
- throw _iteratorError;
1261
- }
1262
- }
1263
- return to;
1264
- }, __reExport2 = function(target, mod, secondTarget) {
1265
- return __copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default");
1266
- }, __toCommonJS2 = function(mod) {
1267
- return __copyProps2(__defProp2({}, "__esModule", {
1268
- value: !0
1269
- }), mod);
1270
- }, index_exports2 = {};
1271
- module2.exports = __toCommonJS2(index_exports2);
1272
- __reExport2(index_exports2, require_constants_native(), module2.exports);
1273
- }
1274
- });
1275
-
1276
1278
  // ../../core/helpers/dist/cjs/shouldRenderNativePlatform.native.js
1277
1279
  var require_shouldRenderNativePlatform_native = __commonJS({
1278
1280
  "../../core/helpers/dist/cjs/shouldRenderNativePlatform.native.js"(exports2, module2) {
@@ -1316,7 +1318,7 @@ var require_shouldRenderNativePlatform_native = __commonJS({
1316
1318
  }
1317
1319
  });
1318
1320
  module2.exports = __toCommonJS2(shouldRenderNativePlatform_exports);
1319
- var import_constants4 = require_index_native6(), ALL_PLATFORMS = [
1321
+ var import_constants4 = require_index_native(), ALL_PLATFORMS = [
1320
1322
  "web",
1321
1323
  "android",
1322
1324
  "ios"
@@ -1422,7 +1424,7 @@ var require_validStyleProps_native = __commonJS({
1422
1424
  }
1423
1425
  });
1424
1426
  module2.exports = __toCommonJS2(validStyleProps_exports);
1425
- var import_constants4 = require_index_native6(), textColors = {
1427
+ var import_constants4 = require_index_native(), textColors = {
1426
1428
  color: !0,
1427
1429
  textDecorationColor: !0,
1428
1430
  textShadowColor: !0
@@ -1771,7 +1773,7 @@ var require_index_native7 = __commonJS({
1771
1773
  }), mod);
1772
1774
  }, index_exports2 = {};
1773
1775
  module2.exports = __toCommonJS2(index_exports2);
1774
- __reExport2(index_exports2, require_index_native5(), module2.exports);
1776
+ __reExport2(index_exports2, require_index_native6(), module2.exports);
1775
1777
  __reExport2(index_exports2, require_clamp_native(), module2.exports);
1776
1778
  __reExport2(index_exports2, require_composeEventHandlers_native(), module2.exports);
1777
1779
  __reExport2(index_exports2, require_concatClassName_native(), module2.exports);
@@ -1837,7 +1839,7 @@ var require_useGet_native = __commonJS({
1837
1839
  }
1838
1840
  });
1839
1841
  module2.exports = __toCommonJS2(useGet_exports);
1840
- var import_constants4 = require_index_native6(), React4 = __toESM2(require("react"));
1842
+ var import_constants4 = require_index_native(), React4 = __toESM2(require("react"));
1841
1843
  function useGet2(currentValue, initialValue, forwardToFunction) {
1842
1844
  var curRef = React4.useRef(initialValue ?? currentValue);
1843
1845
  return (0, import_constants4.useIsomorphicLayoutEffect)(function() {
@@ -2343,7 +2345,7 @@ var require_config_native = __commonJS({
2343
2345
  }
2344
2346
  });
2345
2347
  module2.exports = __toCommonJS2(config_exports);
2346
- var import_constants4 = require_index_native6(), import_constants22 = require_constants_native2(), import_loadDuplicatedConfig = require_loadDuplicatedConfig_native(), conf, getSetting2 = function(key) {
2348
+ var import_constants4 = require_index_native(), import_constants22 = require_constants_native2(), import_loadDuplicatedConfig = require_loadDuplicatedConfig_native(), conf, getSetting2 = function(key) {
2347
2349
  var _conf_settings_key;
2348
2350
  return (_conf_settings_key = conf.settings[key]) !== null && _conf_settings_key !== void 0 ? _conf_settings_key : (
2349
2351
  // @ts-expect-error
@@ -2473,7 +2475,7 @@ var require_createVariable_native = __commonJS({
2473
2475
  }
2474
2476
  });
2475
2477
  module2.exports = __toCommonJS2(createVariable_exports);
2476
- var import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_config = require_config_native();
2478
+ var import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_config = require_config_native();
2477
2479
  function constructCSSVariableName(name) {
2478
2480
  return `var(--${process.env.TAMAGUI_CSS_VARIABLE_PREFIX || ""}${name})`;
2479
2481
  }
@@ -2605,7 +2607,7 @@ var require_insertStyleRule_native = __commonJS({
2605
2607
  }
2606
2608
  });
2607
2609
  module2.exports = __toCommonJS2(insertStyleRule_exports);
2608
- var import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_createVariable = require_createVariable_native(), totalSelectorsInserted = /* @__PURE__ */ new Map(), allSelectors = {}, allRules = {}, insertedTransforms = {}, getAllSelectors = function() {
2610
+ var import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_createVariable = require_createVariable_native(), totalSelectorsInserted = /* @__PURE__ */ new Map(), allSelectors = {}, allRules = {}, insertedTransforms = {}, getAllSelectors = function() {
2609
2611
  return allSelectors;
2610
2612
  }, getAllRules = function() {
2611
2613
  return Object.values(allRules);
@@ -2965,7 +2967,7 @@ var require_useMedia_native = __commonJS({
2965
2967
  }
2966
2968
  });
2967
2969
  module2.exports = __toCommonJS2(useMedia_exports);
2968
- var import_constants4 = require_index_native6(), import_react3 = require("react"), import_config = require_config_native(), import_matchMedia = require_matchMedia_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), mediaState3 = {}, mediaQueryConfig3 = {}, getMedia3 = function() {
2970
+ var import_constants4 = require_index_native(), import_react3 = require("react"), import_config = require_config_native(), import_matchMedia = require_matchMedia_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), mediaState3 = {}, mediaQueryConfig3 = {}, getMedia3 = function() {
2969
2971
  return mediaState3;
2970
2972
  }, mediaKeys = /* @__PURE__ */ new Set(), mediaKeyRegex = /\$(platform|theme|group)-/, isMediaKey = function(key) {
2971
2973
  if (mediaKeys.has(key)) return !0;
@@ -4841,7 +4843,7 @@ var require_expandStyles_native = __commonJS({
4841
4843
  }
4842
4844
  });
4843
4845
  module2.exports = __toCommonJS2(expandStyles_exports);
4844
- var import_constants4 = require_index_native6(), import_normalizeShadow = require_normalizeShadow_native();
4846
+ var import_constants4 = require_index_native(), import_normalizeShadow = require_normalizeShadow_native();
4845
4847
  function fixStyles(style) {
4846
4848
  "elevationAndroid" in style && (style.elevation = style.elevationAndroid, delete style.elevationAndroid), (style.shadowRadius != null || style.shadowColor || style.shadowOpacity != null || style.shadowOffset) && Object.assign(style, (0, import_normalizeShadow.normalizeShadow)(style));
4847
4849
  for (var key in borderDefaults) if (key in style) {
@@ -4957,7 +4959,7 @@ var require_isActivePlatform_native = __commonJS({
4957
4959
  }
4958
4960
  });
4959
4961
  module2.exports = __toCommonJS2(isActivePlatform_exports);
4960
- var import_constants4 = require_index_native6();
4962
+ var import_constants4 = require_index_native();
4961
4963
  function isActivePlatform(key) {
4962
4964
  if (!key.startsWith("$platform")) return !0;
4963
4965
  var platform2 = key.slice(10);
@@ -5120,7 +5122,7 @@ var require_normalizeValueWithProperty_native = __commonJS({
5120
5122
  }
5121
5123
  });
5122
5124
  module2.exports = __toCommonJS2(normalizeValueWithProperty_exports);
5123
- var import_constants4 = require_index_native6(), import_helpers = require_index_native7(), stylePropsAllPlusTransforms = {
5125
+ var import_constants4 = require_index_native(), import_helpers = require_index_native7(), stylePropsAllPlusTransforms = {
5124
5126
  ...import_helpers.stylePropsAll,
5125
5127
  translateX: !0,
5126
5128
  translateY: !0
@@ -5387,7 +5389,7 @@ var require_expandStyle_native = __commonJS({
5387
5389
  }
5388
5390
  });
5389
5391
  module2.exports = __toCommonJS2(expandStyle_exports);
5390
- var import_constants4 = require_index_native6(), import_config = require_config_native(), import_webToNativeProps = require_webToNativeProps_native(), _loop = function(parent2) {
5392
+ var import_constants4 = require_index_native(), import_config = require_config_native(), import_webToNativeProps = require_webToNativeProps_native(), _loop = function(parent2) {
5391
5393
  var _exec, _exec_index, prefix = parent2.slice(0, (_exec_index = (_exec = /[A-Z]/.exec(parent2)) === null || _exec === void 0 ? void 0 : _exec.index) !== null && _exec_index !== void 0 ? _exec_index : parent2.length);
5392
5394
  EXPANSIONS[parent2] = EXPANSIONS[parent2].map(function(k) {
5393
5395
  return `${prefix}${k}`;
@@ -5877,7 +5879,7 @@ var require_propMapper_native = __commonJS({
5877
5879
  }
5878
5880
  });
5879
5881
  module2.exports = __toCommonJS2(propMapper_exports);
5880
- var import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_config = require_config_native(), import_createVariable = require_createVariable_native(), import_expandStyle = require_expandStyle_native(), import_getVariantExtras = require_getVariantExtras_native(), import_isObj = require_isObj_native(), import_normalizeStyle = require_normalizeStyle_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), import_skipProps = require_skipProps_native(), propMapper = function(key, value, styleState, disabled, map) {
5882
+ var import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_config = require_config_native(), import_createVariable = require_createVariable_native(), import_expandStyle = require_expandStyle_native(), import_getVariantExtras = require_getVariantExtras_native(), import_isObj = require_isObj_native(), import_normalizeStyle = require_normalizeStyle_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), import_skipProps = require_skipProps_native(), propMapper = function(key, value, styleState, disabled, map) {
5881
5883
  if (disabled) return map(key, value);
5882
5884
  if (lastFontFamilyToken = null, !(!import_constants4.isAndroid && key === "elevationAndroid")) {
5883
5885
  var { conf, styleProps, staticConfig } = styleState;
@@ -6275,7 +6277,7 @@ var require_getSplitStyles_native = __commonJS({
6275
6277
  }
6276
6278
  });
6277
6279
  module2.exports = __toCommonJS2(getSplitStyles_exports);
6278
- var import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_react3 = __toESM2(require("react")), import_getDynamicVal = require_getDynamicVal_native(), import_config = require_config_native(), import_accessibilityDirectMap = require_accessibilityDirectMap_native(), import_constants22 = require_constants_native2(), import_isDevTools = require_isDevTools_native(), import_useMedia = require_useMedia_native(), import_createMediaStyle = require_createMediaStyle_native(), import_expandStyles = require_expandStyles_native(), import_getCSSStylesAtomic = require_getCSSStylesAtomic_native(), import_getGroupPropParts = require_getGroupPropParts_native(), import_insertStyleRule = require_insertStyleRule_native(), import_isActivePlatform = require_isActivePlatform_native(), import_isActiveTheme = require_isActiveTheme_native(), import_log = require_log_native(), import_normalizeValueWithProperty = require_normalizeValueWithProperty_native(), import_propMapper = require_propMapper_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), import_skipProps = require_skipProps_native(), import_sortString = require_sortString_native(), import_transformsToString = require_transformsToString_native(), conf, PROP_SPLIT = "-";
6280
+ var import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_react3 = __toESM2(require("react")), import_getDynamicVal = require_getDynamicVal_native(), import_config = require_config_native(), import_accessibilityDirectMap = require_accessibilityDirectMap_native(), import_constants22 = require_constants_native2(), import_isDevTools = require_isDevTools_native(), import_useMedia = require_useMedia_native(), import_createMediaStyle = require_createMediaStyle_native(), import_expandStyles = require_expandStyles_native(), import_getCSSStylesAtomic = require_getCSSStylesAtomic_native(), import_getGroupPropParts = require_getGroupPropParts_native(), import_insertStyleRule = require_insertStyleRule_native(), import_isActivePlatform = require_isActivePlatform_native(), import_isActiveTheme = require_isActiveTheme_native(), import_log = require_log_native(), import_normalizeValueWithProperty = require_normalizeValueWithProperty_native(), import_propMapper = require_propMapper_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), import_skipProps = require_skipProps_native(), import_sortString = require_sortString_native(), import_transformsToString = require_transformsToString_native(), conf, PROP_SPLIT = "-";
6279
6281
  function isValidStyleKey(key, validStyles, accept) {
6280
6282
  return key in validStyles ? !0 : accept && key in accept;
6281
6283
  }
@@ -6455,10 +6457,12 @@ var require_getSplitStyles_native = __commonJS({
6455
6457
  }
6456
6458
  } else if (!(themeName === mediaKeyShort || themeName.startsWith(mediaKeyShort))) return;
6457
6459
  } else if (isGroupMedia) {
6458
- var _groupContext_groupName, _componentState_group, groupInfo = (0, import_getGroupPropParts.getGroupPropParts)(mediaKeyShort), groupName = groupInfo.name, groupState = groupContext == null || (_groupContext_groupName = groupContext[groupName]) === null || _groupContext_groupName === void 0 ? void 0 : _groupContext_groupName.state;
6459
- if (!groupState)
6460
+ var _groupContext_groupName, _componentState_group, groupInfo = (0, import_getGroupPropParts.getGroupPropParts)(mediaKeyShort), groupName = groupInfo.name, groupState = groupContext == null || (_groupContext_groupName = groupContext[groupName]) === null || _groupContext_groupName === void 0 ? void 0 : _groupContext_groupName.state, groupPseudoKey = groupInfo.pseudo, groupMediaKey = groupInfo.media;
6461
+ if (!groupState) {
6462
+ pseudoGroups || (pseudoGroups = /* @__PURE__ */ new Set());
6460
6463
  return;
6461
- var groupPseudoKey = groupInfo.pseudo, groupMediaKey = groupInfo.media, componentGroupState = (_componentState_group = componentState.group) === null || _componentState_group === void 0 ? void 0 : _componentState_group[groupName];
6464
+ }
6465
+ var componentGroupState = (_componentState_group = componentState.group) === null || _componentState_group === void 0 ? void 0 : _componentState_group[groupName];
6462
6466
  if (groupMediaKey) {
6463
6467
  mediaGroups || (mediaGroups = /* @__PURE__ */ new Set()), mediaGroups.add(groupMediaKey);
6464
6468
  var mediaState1 = componentGroupState == null ? void 0 : componentGroupState.media, isActive = mediaState1 == null ? void 0 : mediaState1[groupMediaKey];
@@ -6928,7 +6932,9 @@ var require_subscribeToContextGroup_native = __commonJS({
6928
6932
  }
6929
6933
  }, createGroupListener = function(name, param) {
6930
6934
  var { setStateShallow, pseudoGroups, mediaGroups, groupContext } = param, parent = groupContext == null ? void 0 : groupContext[name];
6931
- return parent ? parent.subscribe(function(param2) {
6935
+ if (!parent) return function() {
6936
+ };
6937
+ var dispose = parent.subscribe(function(param2) {
6932
6938
  var { layout, pseudo } = param2;
6933
6939
  setStateShallow(function(prev) {
6934
6940
  var _prev_group, didChange = !1, group = ((_prev_group = prev.group) === null || _prev_group === void 0 ? void 0 : _prev_group[name]) || {
@@ -6953,7 +6959,11 @@ var require_subscribeToContextGroup_native = __commonJS({
6953
6959
  }
6954
6960
  } : prev;
6955
6961
  });
6956
- }) : function() {
6962
+ });
6963
+ return function() {
6964
+ dispose(), setStateShallow({
6965
+ group: {}
6966
+ });
6957
6967
  };
6958
6968
  };
6959
6969
  }
@@ -7017,7 +7027,7 @@ var require_useThemeState_native = __commonJS({
7017
7027
  }
7018
7028
  });
7019
7029
  module2.exports = __toCommonJS2(useThemeState_exports);
7020
- var import_constants4 = require_index_native6(), import_react3 = require("react"), import_config = require_config_native(), import_constants22 = require_constants_native2(), ThemeStateContext = (0, import_react3.createContext)(""), allListeners = /* @__PURE__ */ new Map(), listenersByParent = {}, HasRenderedOnce = /* @__PURE__ */ new WeakMap(), HadTheme = /* @__PURE__ */ new WeakMap(), PendingUpdate = /* @__PURE__ */ new Map(), states = /* @__PURE__ */ new Map(), localStates = /* @__PURE__ */ new Map(), shouldForce = !1, forceUpdateThemes2 = function() {
7030
+ var import_constants4 = require_index_native(), import_react3 = require("react"), import_config = require_config_native(), import_constants22 = require_constants_native2(), ThemeStateContext = (0, import_react3.createContext)(""), allListeners = /* @__PURE__ */ new Map(), listenersByParent = {}, HasRenderedOnce = /* @__PURE__ */ new WeakMap(), HadTheme = /* @__PURE__ */ new WeakMap(), PendingUpdate = /* @__PURE__ */ new Map(), states = /* @__PURE__ */ new Map(), localStates = /* @__PURE__ */ new Map(), shouldForce = !1, forceUpdateThemes2 = function() {
7021
7031
  cacheVersion++, shouldForce = !0, allListeners.forEach(function(cb) {
7022
7032
  return cb();
7023
7033
  });
@@ -7310,7 +7320,7 @@ var require_getThemeProxied_native = __commonJS({
7310
7320
  }
7311
7321
  });
7312
7322
  module2.exports = __toCommonJS2(getThemeProxied_exports);
7313
- var import_constants4 = require_index_native6(), import_config = require_config_native(), import_createVariable = require_createVariable_native(), import_doesRootSchemeMatchSystem = require_doesRootSchemeMatchSystem_native(), import_getDynamicVal = require_getDynamicVal_native(), cache = /* @__PURE__ */ new Map(), curKeys, curProps, curState, emptyObject = {};
7323
+ var import_constants4 = require_index_native(), import_config = require_config_native(), import_createVariable = require_createVariable_native(), import_doesRootSchemeMatchSystem = require_doesRootSchemeMatchSystem_native(), import_getDynamicVal = require_getDynamicVal_native(), cache = /* @__PURE__ */ new Map(), curKeys, curProps, curState, emptyObject = {};
7314
7324
  function getThemeProxied(_props, _state, _keys) {
7315
7325
  if (!(_state != null && _state.theme)) return emptyObject;
7316
7326
  if (curKeys = _keys, curProps = _props, curState = _state, cache.has(curState.theme)) {
@@ -7526,7 +7536,7 @@ var require_Theme_native = __commonJS({
7526
7536
  }
7527
7537
  });
7528
7538
  module2.exports = __toCommonJS2(Theme_exports);
7529
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_createVariable = require_createVariable_native(), import_useTheme = require_useTheme_native(), import_useThemeState = require_useThemeState_native(), import_ThemeDebug = require_ThemeDebug_native(), Theme2 = /* @__PURE__ */ (0, import_react3.forwardRef)(function(props, ref) {
7539
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_createVariable = require_createVariable_native(), import_useTheme = require_useTheme_native(), import_useThemeState = require_useThemeState_native(), import_ThemeDebug = require_ThemeDebug_native(), Theme2 = /* @__PURE__ */ (0, import_react3.forwardRef)(function(props, ref) {
7530
7540
  if (props.disable) return props.children;
7531
7541
  var { passThrough } = props, isRoot = !!props._isRoot, [_, themeState] = (0, import_useTheme.useThemeWithState)(props, isRoot), disableDirectChildTheme = props["disable-child-theme"], finalChildren = disableDirectChildTheme ? import_react3.Children.map(props.children, function(child) {
7532
7542
  return passThrough ? child : /* @__PURE__ */ (0, import_react3.cloneElement)(child, {
@@ -7744,7 +7754,7 @@ var require_wrapStyleTags_native = __commonJS({
7744
7754
  }
7745
7755
  });
7746
7756
  module2.exports = __toCommonJS2(wrapStyleTags_exports);
7747
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_helpers = require_index_native7();
7757
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_helpers = require_index_native7();
7748
7758
  function getStyleTags(styles) {
7749
7759
  import_constants4.IS_REACT_19;
7750
7760
  }
@@ -7798,9 +7808,9 @@ var require_ClientOnly_native = __commonJS({
7798
7808
  });
7799
7809
  module2.exports = __toCommonJS2(ClientOnly_exports);
7800
7810
  var import_jsx_runtime6 = require("react/jsx-runtime"), import_react3 = require("react"), ClientOnlyContext2 = /* @__PURE__ */ (0, import_react3.createContext)(!1), ClientOnly2 = function(param) {
7801
- var { children, value = !0 } = param;
7811
+ var { children, enabled } = param, existingValue = (0, import_react3.useContext)(ClientOnlyContext2);
7802
7812
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(ClientOnlyContext2.Provider, {
7803
- value,
7813
+ value: enabled ?? existingValue,
7804
7814
  children
7805
7815
  });
7806
7816
  };
@@ -7877,9 +7887,9 @@ var require_index_native14 = __commonJS({
7877
7887
  var React4 = __toESM2(require("react")), import_ClientOnly = require_ClientOnly_native(), import_ClientOnly2 = require_ClientOnly_native(), useIsClientOnly = function() {
7878
7888
  return React4.useContext(import_ClientOnly.ClientOnlyContext);
7879
7889
  };
7880
- function useDidFinishSSR2(value) {
7890
+ function useDidFinishSSR2() {
7881
7891
  var clientOnly = React4.useContext(import_ClientOnly.ClientOnlyContext);
7882
- return value ?? !0;
7892
+ return !0;
7883
7893
  }
7884
7894
  function useClientValue(value) {
7885
7895
  var done = useDidFinishSSR2();
@@ -7931,25 +7941,23 @@ var require_useComponentState_native = __commonJS({
7931
7941
  }
7932
7942
  });
7933
7943
  module2.exports = __toCommonJS2(useComponentState_exports);
7934
- var import_constants4 = require_index_native6(), import_is_equal_shallow = require_index_native12(), import_use_did_finish_ssr = require_index_native14(), import_react3 = require("react"), import_defaultComponentState = require_defaultComponentState_native(), import_isObj = require_isObj_native(), import_log = require_log_native(), useComponentState = function(props, animationDriver, staticConfig, config) {
7935
- var _animationDriver_usePresence, isHydrated = (0, import_use_did_finish_ssr.useDidFinishSSR)(), needsHydration = !(0, import_use_did_finish_ssr.useIsClientOnly)(), [startedUnhydrated] = (0, import_react3.useState)(needsHydration && !isHydrated), useAnimations = animationDriver == null ? void 0 : animationDriver.useAnimations, stateRef = (0, import_react3.useRef)(void 0);
7936
- stateRef.current || (stateRef.current = {});
7937
- var hasAnimationProp = !!("animation" in props || props.style && hasAnimatedStyleValue(props.style)), supportsCSS = animationDriver == null ? void 0 : animationDriver.supportsCSS, curStateRef = stateRef.current;
7944
+ var import_constants4 = require_index_native(), import_is_equal_shallow = require_index_native12(), import_use_did_finish_ssr = require_index_native14(), import_react3 = require("react"), import_defaultComponentState = require_defaultComponentState_native(), import_isObj = require_isObj_native(), import_log = require_log_native(), useComponentState = function(props, animationDriver, staticConfig, config) {
7945
+ var _animationDriver_usePresence, isHydrated = (0, import_use_did_finish_ssr.useDidFinishSSR)(), needsHydration = !(0, import_use_did_finish_ssr.useIsClientOnly)(), [startedUnhydrated] = (0, import_react3.useState)(needsHydration && !isHydrated), useAnimations = animationDriver == null ? void 0 : animationDriver.useAnimations, { isHOC } = staticConfig, stateRef = (0, import_react3.useRef)({}), hasAnimationProp = !!(!isHOC && "animation" in props || props.style && hasAnimatedStyleValue(props.style)), supportsCSS = animationDriver == null ? void 0 : animationDriver.supportsCSS, curStateRef = stateRef.current;
7938
7946
  !needsHydration && hasAnimationProp && (curStateRef.hasAnimated = !0);
7939
7947
  var willBeAnimatedClient = function() {
7940
- var next = !!(hasAnimationProp && !staticConfig.isHOC && useAnimations);
7948
+ var next = !!(hasAnimationProp && !isHOC && useAnimations);
7941
7949
  return !!(next || curStateRef.hasAnimated);
7942
7950
  }(), willBeAnimated = !import_constants4.isServer && willBeAnimatedClient;
7943
7951
  willBeAnimated && !curStateRef.hasAnimated && (curStateRef.hasAnimated = !0);
7944
- var { disableClassName } = props, presence = willBeAnimated && props.animatePresence !== !1 && (animationDriver == null || (_animationDriver_usePresence = animationDriver.usePresence) === null || _animationDriver_usePresence === void 0 ? void 0 : _animationDriver_usePresence.call(animationDriver)) || null, presenceState = presence == null ? void 0 : presence[2], isExiting = (presenceState == null ? void 0 : presenceState.isPresent) === !1, isEntering = (presenceState == null ? void 0 : presenceState.isPresent) === !0 && presenceState.initial !== !1, hasEnterStyle = !!props.enterStyle, hasAnimationThatNeedsHydrate = hasAnimationProp && !isHydrated && ((animationDriver == null ? void 0 : animationDriver.isReactNative) || !supportsCSS), hasEnterState = hasEnterStyle || isEntering, shouldEnter = hasEnterState || hasAnimationThatNeedsHydrate || // disableClassName doesnt work server side, only client, so needs hydrate
7952
+ var { disableClassName } = props, presence = !isHOC && willBeAnimated && props.animatePresence !== !1 && (animationDriver == null || (_animationDriver_usePresence = animationDriver.usePresence) === null || _animationDriver_usePresence === void 0 ? void 0 : _animationDriver_usePresence.call(animationDriver)) || null, presenceState = presence == null ? void 0 : presence[2], isExiting = (presenceState == null ? void 0 : presenceState.isPresent) === !1, isEntering = (presenceState == null ? void 0 : presenceState.isPresent) === !0 && presenceState.initial !== !1, hasEnterStyle = !!props.enterStyle, hasAnimationThatNeedsHydrate = hasAnimationProp && !isHydrated && ((animationDriver == null ? void 0 : animationDriver.isReactNative) || !supportsCSS), canImmediatelyEnter = hasEnterStyle || isEntering, shouldEnter = !isHOC && (hasEnterStyle || isEntering || hasAnimationThatNeedsHydrate || // disableClassName doesnt work server side, only client, so needs hydrate
7945
7953
  // this is just for a better ux, supports css variables for light/dark, media queries, etc
7946
- disableClassName, initialState = shouldEnter ? (
7954
+ disableClassName), initialState = shouldEnter ? (
7947
7955
  // on the very first render we switch all spring animation drivers to css rendering
7948
7956
  // this is because we need to use css variables, which they don't support to do proper SSR
7949
7957
  // without flickers of the wrong colors.
7950
7958
  // but once we do that initial hydration and we are in client side rendering mode,
7951
7959
  // we can avoid the extra re-render on mount
7952
- hasEnterState ? import_defaultComponentState.defaultComponentStateShouldEnter : import_defaultComponentState.defaultComponentState
7960
+ canImmediatelyEnter ? import_defaultComponentState.defaultComponentStateShouldEnter : import_defaultComponentState.defaultComponentState
7953
7961
  ) : import_defaultComponentState.defaultComponentStateMounted, disabled = isDisabled(props);
7954
7962
  disabled != null && (initialState.disabled = disabled);
7955
7963
  var states = (0, import_react3.useState)(initialState), state = props.forceStyle ? {
@@ -8108,7 +8116,7 @@ var require_Slot_native = __commonJS({
8108
8116
  }
8109
8117
  });
8110
8118
  module2.exports = __toCommonJS2(Slot_exports);
8111
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_react3 = require("react"), is19 = import_react3.version.startsWith("19."), Slot = /* @__PURE__ */ (0, import_react3.memo)(/* @__PURE__ */ (0, import_react3.forwardRef)(function(props, forwardedRef) {
8119
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_react3 = require("react"), is19 = import_react3.version.startsWith("19."), Slot = /* @__PURE__ */ (0, import_react3.memo)(/* @__PURE__ */ (0, import_react3.forwardRef)(function(props, forwardedRef) {
8112
8120
  var { children, ...slotProps } = props;
8113
8121
  if (/* @__PURE__ */ (0, import_react3.isValidElement)(children)) {
8114
8122
  var mergedProps = mergeSlotProps(children, slotProps);
@@ -8223,7 +8231,7 @@ var require_createComponent_native = __commonJS({
8223
8231
  }
8224
8232
  });
8225
8233
  module2.exports = __toCommonJS2(createComponent_exports);
8226
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_is_equal_shallow = require_index_native12(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_constants22 = require_constants_native2(), import_isDevTools = require_isDevTools_native(), import_ComponentContext = require_ComponentContext_native(), import_GroupContext = require_GroupContext_native(), import_createVariable = require_createVariable_native(), import_defaultComponentState = require_defaultComponentState_native(), import_getShorthandValue = require_getShorthandValue_native(), import_getSplitStyles = require_getSplitStyles_native(), import_log = require_log_native(), import_mergeProps = require_mergeProps_native(), import_setElementProps = require_setElementProps_native(), import_subscribeToContextGroup = require_subscribeToContextGroup_native(), import_themeable = require_themeable_native(), import_wrapStyleTags = require_wrapStyleTags_native(), import_useComponentState = require_useComponentState_native(), import_useMedia = require_useMedia_native(), import_useTheme = require_useTheme_native(), import_setupHooks = require_setupHooks_native(), import_Slot = require_Slot_native(), import_Theme = require_Theme_native(), NextState = /* @__PURE__ */ new WeakMap(), NextMedia = /* @__PURE__ */ new WeakMap(), componentSetStates = /* @__PURE__ */ new Set(), avoidReRenderKeys = /* @__PURE__ */ new Set([
8234
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_is_equal_shallow = require_index_native12(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_constants22 = require_constants_native2(), import_isDevTools = require_isDevTools_native(), import_ComponentContext = require_ComponentContext_native(), import_GroupContext = require_GroupContext_native(), import_createVariable = require_createVariable_native(), import_defaultComponentState = require_defaultComponentState_native(), import_getShorthandValue = require_getShorthandValue_native(), import_getSplitStyles = require_getSplitStyles_native(), import_log = require_log_native(), import_mergeProps = require_mergeProps_native(), import_objectIdentityKey = require_objectIdentityKey_native(), import_setElementProps = require_setElementProps_native(), import_subscribeToContextGroup = require_subscribeToContextGroup_native(), import_themeable = require_themeable_native(), import_wrapStyleTags = require_wrapStyleTags_native(), import_useComponentState = require_useComponentState_native(), import_useMedia = require_useMedia_native(), import_useTheme = require_useTheme_native(), import_setupHooks = require_setupHooks_native(), import_Slot = require_Slot_native(), import_Theme = require_Theme_native(), componentSetStates = /* @__PURE__ */ new Set(), avoidReRenderKeys = /* @__PURE__ */ new Set([
8227
8235
  "hover",
8228
8236
  "press",
8229
8237
  "pressIn",
@@ -8287,16 +8295,15 @@ var require_createComponent_native = __commonJS({
8287
8295
  } : defaultProps, props = propsIn;
8288
8296
  curDefaultProps && (props = (0, import_mergeProps.mergeProps)(curDefaultProps, propsIn));
8289
8297
  var componentName2 = props.componentName || staticConfig.componentName, componentContext = import_react3.default.useContext(import_ComponentContext.ComponentContext), groupContextParent = import_react3.default.useContext(import_GroupContext.GroupContext), animationDriver = componentContext.animationDriver, useAnimations = animationDriver == null ? void 0 : animationDriver.useAnimations, componentState = (0, import_useComponentState.useComponentState)(props, animationDriver, staticConfig, config), { disabled, groupName, hasAnimationProp, hasEnterStyle, isAnimated, isExiting, isHydrated, presence, presenceState, setState, noClass, state, stateRef, supportsCSS, willBeAnimated, willBeAnimatedClient, startedUnhydrated } = componentState;
8290
- if (hasAnimationProp && animationDriver != null && animationDriver.avoidReRenders) {
8291
- var pendingState = NextState.get(stateRef);
8292
- pendingState && (NextState.set(stateRef, void 0), componentState.setStateShallow(pendingState));
8293
- }
8298
+ hasAnimationProp && animationDriver != null && animationDriver.avoidReRenders && (0, import_constants4.useIsomorphicLayoutEffect)(function() {
8299
+ var pendingState = stateRef.current.nextState;
8300
+ pendingState && (stateRef.current.nextState = void 0, componentState.setStateShallow(pendingState));
8301
+ });
8294
8302
  var allGroupContexts = (0, import_react3.useMemo)(function() {
8295
- var _stateRef_current_group;
8303
+ var _stateRef_current_group_listeners, _stateRef_current_group;
8296
8304
  if (!groupName || props.passThrough) return groupContextParent;
8297
- (_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || _stateRef_current_group.listeners.clear();
8298
8305
  var listeners = /* @__PURE__ */ new Set();
8299
- return stateRef.current.group = {
8306
+ return (_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || (_stateRef_current_group_listeners = _stateRef_current_group.listeners) === null || _stateRef_current_group_listeners === void 0 || _stateRef_current_group_listeners.clear(), stateRef.current.group = {
8300
8307
  listeners,
8301
8308
  emit(state2) {
8302
8309
  listeners.forEach(function(l) {
@@ -8365,8 +8372,8 @@ var require_createComponent_native = __commonJS({
8365
8372
  isAnimated,
8366
8373
  willBeAnimated,
8367
8374
  styledContextProps
8368
- }, themeName = (themeState == null ? void 0 : themeState.name) || "", splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, themeName, state, styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp), groupContext = groupName && (allGroupContexts == null ? void 0 : allGroupContexts[groupName]) || null;
8369
- if (splitStyles && groupContext && // avoids onLayout if we don't need it
8375
+ }, themeName = (themeState == null ? void 0 : themeState.name) || "", splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, themeName, state, styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp), isPassthrough = !splitStyles, groupContext = groupName && (allGroupContexts == null ? void 0 : allGroupContexts[groupName]) || null;
8376
+ if (!isPassthrough && groupContext && // avoids onLayout if we don't need it
8370
8377
  props.containerType !== "normal") {
8371
8378
  var groupState = groupContext == null ? void 0 : groupContext.state;
8372
8379
  if (groupState && groupState.layout === void 0) {
@@ -8377,31 +8384,35 @@ var require_createComponent_native = __commonJS({
8377
8384
  });
8378
8385
  }
8379
8386
  }
8380
- if (splitStyles && (hasAnimationProp || groupName) && animationDriver != null && animationDriver.avoidReRenders) {
8381
- var _componentContext, ogSetStateShallow = setStateShallow;
8387
+ if (!isPassthrough && (hasAnimationProp || groupName) && animationDriver != null && animationDriver.avoidReRenders) {
8388
+ var updateGroupListeners2 = function() {
8389
+ var updatedState = stateRef.current.nextState;
8390
+ if (groupContext) {
8391
+ var { group, hasDynGroupChildren, unmounted, animation, ...childrenGroupState } = updatedState;
8392
+ notifyGroupSubscribers(groupContext, stateRef.current.group || null, childrenGroupState);
8393
+ }
8394
+ }, updateGroupListeners = updateGroupListeners2, _componentContext, ogSetStateShallow = setStateShallow;
8382
8395
  stateRef.current.updateStyleListener = function() {
8383
- var updatedState = NextState.get(stateRef) || state, mediaState22 = NextMedia.get(stateRef), { group, hasDynGroupChildren, unmounted, animation, ...childrenGroupState } = updatedState;
8384
- groupContext && notifyGroupSubscribers(groupContext, stateRef.current.group || null, childrenGroupState);
8385
- var nextStyles = (0, import_getSplitStyles.getSplitStyles)(props, staticConfig, theme, themeName, updatedState, mediaState22 ? {
8396
+ var updatedState = stateRef.current.nextState || state, mediaState22 = stateRef.current.nextMedia, nextStyles = (0, import_getSplitStyles.getSplitStyles)(props, staticConfig, theme, themeName, updatedState, mediaState22 ? {
8386
8397
  ...styleProps,
8387
8398
  mediaState: mediaState22
8388
8399
  } : styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp), useStyleListener = stateRef.current.useStyleListener;
8389
8400
  useStyleListener == null || useStyleListener((nextStyles == null ? void 0 : nextStyles.style) || {});
8390
8401
  }, (_componentContext = componentContext).mediaEmit || (_componentContext.mediaEmit = function(next) {
8391
8402
  var _stateRef_current_updateStyleListener, _stateRef_current;
8392
- NextMedia.set(stateRef, next), (_stateRef_current_updateStyleListener = (_stateRef_current = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current);
8403
+ stateRef.current.nextMedia = next, (_stateRef_current_updateStyleListener = (_stateRef_current = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current);
8393
8404
  }), stateRef.current.setStateShallow = function(nextOrGetNext) {
8394
- var prev = NextState.get(stateRef) || state, next = typeof nextOrGetNext == "function" ? nextOrGetNext(prev) : nextOrGetNext;
8405
+ var prev = stateRef.current.nextState || state, next = typeof nextOrGetNext == "function" ? nextOrGetNext(prev) : nextOrGetNext;
8395
8406
  if (!(next === prev || (0, import_is_equal_shallow.isEqualShallow)(prev, next))) {
8396
8407
  var canAvoidReRender = Object.keys(next).every(function(key3) {
8397
8408
  return avoidReRenderKeys.has(key3);
8398
- });
8399
- if (canAvoidReRender) {
8400
- var _stateRef_current_updateStyleListener, _stateRef_current, updatedState = {
8401
- ...prev,
8402
- ...next
8403
- };
8404
- NextState.set(stateRef, updatedState), (_stateRef_current_updateStyleListener = (_stateRef_current = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current);
8409
+ }), updatedState = {
8410
+ ...prev,
8411
+ ...next
8412
+ };
8413
+ if (stateRef.current.nextState = updatedState, canAvoidReRender) {
8414
+ var _stateRef_current_updateStyleListener, _stateRef_current;
8415
+ updateGroupListeners2(), (_stateRef_current_updateStyleListener = (_stateRef_current = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current);
8405
8416
  } else ogSetStateShallow(next);
8406
8417
  }
8407
8418
  }, setStateShallow = function(state2) {
@@ -8469,7 +8480,7 @@ var require_createComponent_native = __commonJS({
8469
8480
  });
8470
8481
  animations && (animations.ref && (animatedRef = animations.ref), isHydrated && animations && (animationStyles = animations.style, viewProps.style = animationStyles, animations.className && (viewProps.className = `${state.unmounted === "should-enter" ? "t_unmounted " : ""}${viewProps.className || ""} ${animations.className}`)));
8471
8482
  }
8472
- splitStyles && groupContext && // avoids onLayout if we don't need it
8483
+ !isPassthrough && groupContext && // avoids onLayout if we don't need it
8473
8484
  props.containerType !== "normal" && (nonTamaguiProps.onLayout = (0, import_helpers.composeEventHandlers)(nonTamaguiProps.onLayout, function(e) {
8474
8485
  var _stateRef_current_group, layout = e.nativeEvent.layout;
8475
8486
  groupContext.state.layout = layout, (_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || _stateRef_current_group.emit({
@@ -8525,12 +8536,8 @@ var require_createComponent_native = __commonJS({
8525
8536
  }, [
8526
8537
  allGroupContexts,
8527
8538
  disabled,
8528
- pseudoGroups ? Object.keys([
8529
- ...pseudoGroups
8530
- ]).join("") : 0,
8531
- mediaGroups ? Object.keys([
8532
- ...mediaGroups
8533
- ]).join("") : 0
8539
+ pseudoGroups ? (0, import_objectIdentityKey.objectIdentityKey)(pseudoGroups) : 0,
8540
+ mediaGroups ? (0, import_objectIdentityKey.objectIdentityKey)(mediaGroups) : 0
8534
8541
  ]);
8535
8542
  var groupEmitter = stateRef.current.group;
8536
8543
  (0, import_constants4.useIsomorphicLayoutEffect)(function() {
@@ -8611,7 +8618,7 @@ var require_createComponent_native = __commonJS({
8611
8618
  onPress,
8612
8619
  onLongPress
8613
8620
  });
8614
- splitStyles || (content = propsIn.children, elementType = BaseViewComponent, viewProps = {
8621
+ isPassthrough && (content = propsIn.children, elementType = BaseViewComponent, viewProps = {
8615
8622
  style: {
8616
8623
  display: "contents"
8617
8624
  }
@@ -8961,7 +8968,7 @@ var require_createVariables_native = __commonJS({
8961
8968
  }
8962
8969
  });
8963
8970
  module2.exports = __toCommonJS2(createVariables_exports);
8964
- var import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_createVariable = require_createVariable_native(), cache = /* @__PURE__ */ new WeakMap(), createVariables = function(tokens) {
8971
+ var import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_createVariable = require_createVariable_native(), cache = /* @__PURE__ */ new WeakMap(), createVariables = function(tokens) {
8965
8972
  var parentPath = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : "", isFont = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : !1;
8966
8973
  if (cache.has(tokens)) return tokens;
8967
8974
  var res = {}, i = 0;
@@ -9510,7 +9517,7 @@ var require_createTamagui_native = __commonJS({
9510
9517
  }
9511
9518
  });
9512
9519
  module2.exports = __toCommonJS2(createTamagui_exports);
9513
- var import_constants4 = require_index_native6(), import_config = require_config_native(), import_createVariables = require_createVariables_native(), import_getThemeCSSRules = require_getThemeCSSRules_native(), import_insertStyleRule = require_insertStyleRule_native(), import_proxyThemeToParents = require_proxyThemeToParents_native(), import_registerCSSVariable = require_registerCSSVariable_native(), import_themes = require_themes_native(), import_useMedia = require_useMedia_native(), import_insertFont = require_insertFont_native(), import_loadDuplicatedConfig = require_loadDuplicatedConfig_native(), import_Tamagui = require_Tamagui_native();
9520
+ var import_constants4 = require_index_native(), import_config = require_config_native(), import_createVariables = require_createVariables_native(), import_getThemeCSSRules = require_getThemeCSSRules_native(), import_insertStyleRule = require_insertStyleRule_native(), import_proxyThemeToParents = require_proxyThemeToParents_native(), import_registerCSSVariable = require_registerCSSVariable_native(), import_themes = require_themes_native(), import_useMedia = require_useMedia_native(), import_insertFont = require_insertFont_native(), import_loadDuplicatedConfig = require_loadDuplicatedConfig_native(), import_Tamagui = require_Tamagui_native();
9514
9521
  function shouldTokenCategoryHaveUnits(category) {
9515
9522
  var UNIT_CATEGORIES = /* @__PURE__ */ new Set([
9516
9523
  "size",
@@ -10485,7 +10492,7 @@ var require_useIsTouchDevice_native = __commonJS({
10485
10492
  }
10486
10493
  });
10487
10494
  module2.exports = __toCommonJS2(useIsTouchDevice_exports);
10488
- var import_constants4 = require_index_native6(), import_use_did_finish_ssr = require_index_native14(), useIsTouchDevice2 = function() {
10495
+ var import_constants4 = require_index_native(), import_use_did_finish_ssr = require_index_native14(), useIsTouchDevice2 = function() {
10489
10496
  return import_constants4.isWeb ? (0, import_use_did_finish_ssr.useDidFinishSSR)() ? import_constants4.isTouchable : !1 : !0;
10490
10497
  };
10491
10498
  }
@@ -10604,7 +10611,7 @@ var require_useProps_native = __commonJS({
10604
10611
  }
10605
10612
  });
10606
10613
  module2.exports = __toCommonJS2(useProps_exports);
10607
- var import_constants4 = require_index_native6(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_ComponentContext = require_ComponentContext_native(), import_GroupContext = require_GroupContext_native(), import_getSplitStyles = require_getSplitStyles_native(), import_subscribeToContextGroup = require_subscribeToContextGroup_native(), import_Stack = require_Stack_native(), import_useComponentState = require_useComponentState_native(), import_useMedia = require_useMedia_native(), import_useTheme = require_useTheme_native();
10614
+ var import_constants4 = require_index_native(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_ComponentContext = require_ComponentContext_native(), import_GroupContext = require_GroupContext_native(), import_getSplitStyles = require_getSplitStyles_native(), import_subscribeToContextGroup = require_subscribeToContextGroup_native(), import_Stack = require_Stack_native(), import_useComponentState = require_useComponentState_native(), import_useMedia = require_useMedia_native(), import_useTheme = require_useTheme_native();
10608
10615
  function useProps2(props, opts) {
10609
10616
  var [propsOut, styleOut] = usePropsAndStyle2(props, {
10610
10617
  ...opts,
@@ -10844,7 +10851,7 @@ var require_ThemeProvider_native = __commonJS({
10844
10851
  }
10845
10852
  });
10846
10853
  module2.exports = __toCommonJS2(ThemeProvider_exports);
10847
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_react3 = require("react"), import_config = require_config_native(), import_constants22 = require_constants_native2(), import_Theme = require_Theme_native(), ThemeProvider = function(props) {
10854
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_react3 = require("react"), import_config = require_config_native(), import_constants22 = require_constants_native2(), import_Theme = require_Theme_native(), ThemeProvider = function(props) {
10848
10855
  var _props_disableRootThemeClass, disableRootThemeClass = (_props_disableRootThemeClass = props.disableRootThemeClass) !== null && _props_disableRootThemeClass !== void 0 ? _props_disableRootThemeClass : (0, import_config.getSetting)("disableRootThemeClass"), _props_themeClassNameOnRoot, themeClassNameOnRoot = (_props_themeClassNameOnRoot = props.themeClassNameOnRoot) !== null && _props_themeClassNameOnRoot !== void 0 ? _props_themeClassNameOnRoot : (0, import_config.getSetting)("themeClassNameOnRoot");
10849
10856
  return import_constants4.isClient && (0, import_constants4.useIsomorphicLayoutEffect)(function() {
10850
10857
  if (!disableRootThemeClass) {
@@ -10995,7 +11002,7 @@ var require_TamaguiProvider_native = __commonJS({
10995
11002
  }
10996
11003
  });
10997
11004
  module2.exports = __toCommonJS2(TamaguiProvider_exports);
10998
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_use_did_finish_ssr = require_index_native14(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_ComponentContext = require_ComponentContext_native(), import_insertStyleRule = require_insertStyleRule_native(), import_useMedia = require_useMedia_native(), import_ThemeProvider = require_ThemeProvider_native();
11005
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_use_did_finish_ssr = require_index_native14(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_ComponentContext = require_ComponentContext_native(), import_insertStyleRule = require_insertStyleRule_native(), import_useMedia = require_useMedia_native(), import_ThemeProvider = require_ThemeProvider_native();
10999
11006
  function TamaguiProvider2(param) {
11000
11007
  var { children, disableInjectCSS, config, className, defaultTheme, disableRootThemeClass, reset, themeClassNameOnRoot } = param;
11001
11008
  import_constants4.IS_REACT_19 || import_constants4.isClient && (0, import_constants4.useIsomorphicLayoutEffect)(function() {
@@ -11025,6 +11032,7 @@ var require_TamaguiProvider_native = __commonJS({
11025
11032
  })
11026
11033
  });
11027
11034
  return (0, import_config.getSetting)("disableSSR") && (contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_use_did_finish_ssr.ClientOnly, {
11035
+ enabled: !0,
11028
11036
  children: contents
11029
11037
  })), /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_jsx_runtime6.Fragment, {
11030
11038
  children: [
@@ -11105,16 +11113,15 @@ var require_Configuration_native = __commonJS({
11105
11113
  });
11106
11114
  module2.exports = __toCommonJS2(Configuration_exports);
11107
11115
  var import_jsx_runtime6 = require("react/jsx-runtime"), import_use_did_finish_ssr = require_index_native14(), import_react3 = __toESM2(require("react")), import_ComponentContext = require_ComponentContext_native(), Configuration2 = function(props) {
11108
- var current = import_react3.default.useContext(import_ComponentContext.ComponentContext);
11116
+ var current = import_react3.default.useContext(import_ComponentContext.ComponentContext), _props_disableSSR;
11109
11117
  return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_use_did_finish_ssr.ClientOnly, {
11110
- value: typeof props.disableSSR == "boolean" && props.disableSSR !== current.disableSSR ? props.disableSSR : current.disableSSR,
11118
+ enabled: (_props_disableSSR = props.disableSSR) !== null && _props_disableSSR !== void 0 ? _props_disableSSR : current.disableSSR,
11111
11119
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_ComponentContext.ComponentContext.Provider, {
11112
11120
  ...current,
11113
11121
  ...props
11114
11122
  })
11115
11123
  });
11116
11124
  };
11117
- Configuration2.displayName = "Configuration";
11118
11125
  }
11119
11126
  });
11120
11127
 
@@ -11286,7 +11293,7 @@ var require_index_native15 = __commonJS({
11286
11293
  __reExport2(index_exports2, require_index_native8(), module2.exports);
11287
11294
  __reExport2(index_exports2, require_index_native11(), module2.exports);
11288
11295
  __reExport2(index_exports2, require_index_native7(), module2.exports);
11289
- __reExport2(index_exports2, require_index_native6(), module2.exports);
11296
+ __reExport2(index_exports2, require_index_native(), module2.exports);
11290
11297
  __reExport2(index_exports2, require_setupHooks_native(), module2.exports);
11291
11298
  }
11292
11299
  });
@@ -11358,7 +11365,7 @@ var require_Collapsible_native = __commonJS({
11358
11365
  }
11359
11366
  });
11360
11367
  module2.exports = __toCommonJS2(Collapsible_exports);
11361
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_animate_presence = require_index_native4(), import_helpers = require_index_native7(), import_use_controllable_state = require_index_native10(), import_web = require_index_native15(), React4 = __toESM2(require("react")), COLLAPSIBLE_NAME = "Collapsible", { Provider: CollapsibleProvider, useStyledContext: useCollapsibleContext } = (0, import_web.createStyledContext)(), _Collapsible = /* @__PURE__ */ React4.forwardRef(function(props, forwardedRef) {
11368
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_animate_presence = require_index_native5(), import_helpers = require_index_native7(), import_use_controllable_state = require_index_native10(), import_web = require_index_native15(), React4 = __toESM2(require("react")), COLLAPSIBLE_NAME = "Collapsible", { Provider: CollapsibleProvider, useStyledContext: useCollapsibleContext } = (0, import_web.createStyledContext)(), _Collapsible = /* @__PURE__ */ React4.forwardRef(function(props, forwardedRef) {
11362
11369
  var { __scopeCollapsible, open: openProp, defaultOpen, disabled, onOpenChange, ...collapsibleProps } = props, [open = !1, setOpen] = (0, import_use_controllable_state.useControllableState)({
11363
11370
  prop: openProp,
11364
11371
  defaultProp: defaultOpen,
@@ -12929,7 +12936,7 @@ var require_index_native19 = __commonJS({
12929
12936
  }
12930
12937
  });
12931
12938
  module2.exports = __toCommonJS2(index_exports2);
12932
- var import_constants4 = require_index_native6(), import_is_equal_shallow = require_index_native12(), LayoutHandlers = /* @__PURE__ */ new WeakMap(), Nodes = /* @__PURE__ */ new Set(), IntersectionState = /* @__PURE__ */ new WeakMap(), globalIntersectionObserver = null, strategy = "async";
12939
+ var import_constants4 = require_index_native(), import_is_equal_shallow = require_index_native12(), LayoutHandlers = /* @__PURE__ */ new WeakMap(), Nodes = /* @__PURE__ */ new Set(), IntersectionState = /* @__PURE__ */ new WeakMap(), globalIntersectionObserver = null, strategy = "async";
12933
12940
  function setOnLayoutStrategy3(state) {
12934
12941
  strategy = state;
12935
12942
  }
@@ -13769,7 +13776,7 @@ var require_Collection_native = __commonJS({
13769
13776
  }
13770
13777
  });
13771
13778
  module2.exports = __toCommonJS2(Collection_exports);
13772
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_react3 = __toESM2(require("react"));
13779
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_react3 = __toESM2(require("react"));
13773
13780
  function createCollection(name) {
13774
13781
  var { Provider: CollectionProviderImpl, useStyledContext: useCollectionContext } = (0, import_core12.createStyledContext)({
13775
13782
  collectionRef: {
@@ -14683,7 +14690,7 @@ var require_index_native25 = __commonJS({
14683
14690
  }
14684
14691
  });
14685
14692
  module2.exports = __toCommonJS2(index_exports2);
14686
- var import_constants4 = require_index_native6(), import_web = require_index_native15(), getFontSized2 = function() {
14693
+ var import_constants4 = require_index_native(), import_web = require_index_native15(), getFontSized2 = function() {
14687
14694
  var sizeTokenIn = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "$true", { font, fontFamily, props } = arguments.length > 1 ? arguments[1] : void 0, _font_lineHeight, _font_weight, _font_letterSpacing, _font_transform, _font_style, _font_color;
14688
14695
  if (!font) return {
14689
14696
  fontSize: sizeTokenIn
@@ -15311,7 +15318,7 @@ var require_Accordion_native = __commonJS({
15311
15318
  }
15312
15319
  });
15313
15320
  module2.exports = __toCommonJS2(Accordion_exports);
15314
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_collapsible = require_index_native16(), import_collection = require_index_native21(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_helpers = require_index_native7(), import_stacks3 = require_index_native24(), import_text2 = require_index_native26(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), React4 = __toESM2(require("react")), ACCORDION_NAME = "Accordion", ACCORDION_KEYS = [
15321
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_collapsible = require_index_native16(), import_collection = require_index_native21(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_helpers = require_index_native7(), import_stacks3 = require_index_native24(), import_text2 = require_index_native26(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), React4 = __toESM2(require("react")), ACCORDION_NAME = "Accordion", ACCORDION_KEYS = [
15315
15322
  "Home",
15316
15323
  "End",
15317
15324
  "ArrowDown",
@@ -15923,7 +15930,7 @@ var require_constants_native3 = __commonJS({
15923
15930
  }
15924
15931
  });
15925
15932
  module2.exports = __toCommonJS2(constants_exports);
15926
- var import_constants4 = require_index_native6(), _global__IS_FABRIC, IS_FABRIC = typeof global < "u" && !!((_global__IS_FABRIC = global._IS_FABRIC) !== null && _global__IS_FABRIC !== void 0 ? _global__IS_FABRIC : global.nativeFabricUIManager), USE_NATIVE_PORTAL = process.env.TAMAGUI_USE_NATIVE_PORTAL && process.env.TAMAGUI_USE_NATIVE_PORTAL !== "false" ? !0 : !import_constants4.isAndroid && !IS_FABRIC, allPortalHosts = /* @__PURE__ */ new Map(), portalListeners = {};
15933
+ var import_constants4 = require_index_native(), _global__IS_FABRIC, IS_FABRIC = typeof global < "u" && !!((_global__IS_FABRIC = global._IS_FABRIC) !== null && _global__IS_FABRIC !== void 0 ? _global__IS_FABRIC : global.nativeFabricUIManager), USE_NATIVE_PORTAL = process.env.TAMAGUI_USE_NATIVE_PORTAL && process.env.TAMAGUI_USE_NATIVE_PORTAL !== "false" ? !0 : !import_constants4.isAndroid && !IS_FABRIC, allPortalHosts = /* @__PURE__ */ new Map(), portalListeners = {};
15927
15934
  }
15928
15935
  });
15929
15936
 
@@ -15994,7 +16001,7 @@ var require_GorhomPortal_native = __commonJS({
15994
16001
  }
15995
16002
  });
15996
16003
  module2.exports = __toCommonJS2(GorhomPortal_exports);
15997
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_start_transition = require_index_native9(), import_react3 = __toESM2(require("react")), import_constants22 = require_constants_native3(), ACTIONS = /* @__PURE__ */ function(ACTIONS2) {
16004
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_start_transition = require_index_native9(), import_react3 = __toESM2(require("react")), import_constants22 = require_constants_native3(), ACTIONS = /* @__PURE__ */ function(ACTIONS2) {
15998
16005
  return ACTIONS2[ACTIONS2.REGISTER_HOST = 0] = "REGISTER_HOST", ACTIONS2[ACTIONS2.DEREGISTER_HOST = 1] = "DEREGISTER_HOST", ACTIONS2[ACTIONS2.ADD_UPDATE_PORTAL = 2] = "ADD_UPDATE_PORTAL", ACTIONS2[ACTIONS2.REMOVE_PORTAL = 3] = "REMOVE_PORTAL", ACTIONS2;
15999
16006
  }(ACTIONS || {}), INITIAL_STATE = {}, registerHost = function(state, hostName) {
16000
16007
  return hostName in state || (state[hostName] = []), state;
@@ -16196,7 +16203,7 @@ var require_GorhomPortalItem_native = __commonJS({
16196
16203
  }
16197
16204
  });
16198
16205
  module2.exports = __toCommonJS2(GorhomPortalItem_native_exports);
16199
- var import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_react3 = require("react"), import_GorhomPortal = require_GorhomPortal_native(), GorhomPortalItem = function(props) {
16206
+ var import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_react3 = require("react"), import_GorhomPortal = require_GorhomPortal_native(), GorhomPortalItem = function(props) {
16200
16207
  var { name: _providedName, hostName, handleOnMount: _providedHandleOnMount, handleOnUnmount: _providedHandleOnUnmount, handleOnUpdate: _providedHandleOnUpdate, children, passThrough } = props, { addPortal: addUpdatePortal, removePortal } = (0, import_GorhomPortal.usePortal)(hostName), id = (0, import_react3.useId)(), name = _providedName || id, handleOnMount = (0, import_core12.useEvent)(function() {
16201
16208
  _providedHandleOnMount ? _providedHandleOnMount(function() {
16202
16209
  return addUpdatePortal(name, children);
@@ -16536,7 +16543,7 @@ var require_Adapt_native = __commonJS({
16536
16543
  }
16537
16544
  });
16538
16545
  module2.exports = __toCommonJS2(Adapt_exports);
16539
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_helpers = require_index_native7(), import_portal2 = require_index_native30(), import_z_index_stack2 = require_index_native29(), import_react3 = __toESM2(require("react")), AdaptContext = (0, import_core12.createStyledContext)({
16546
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_helpers = require_index_native7(), import_portal2 = require_index_native30(), import_z_index_stack2 = require_index_native29(), import_react3 = __toESM2(require("react")), AdaptContext = (0, import_core12.createStyledContext)({
16540
16547
  Contents: null,
16541
16548
  scopeName: "",
16542
16549
  portalName: "",
@@ -17597,7 +17604,7 @@ var require_useSheetProviderProps_native = __commonJS({
17597
17604
  }
17598
17605
  });
17599
17606
  module2.exports = __toCommonJS2(useSheetProviderProps_exports);
17600
- var import_react3 = __toESM2(require("react")), import_core12 = require_index_native20(), import_use_constant = require_index_native2(), import_use_controllable_state = require_index_native10();
17607
+ var import_react3 = __toESM2(require("react")), import_core12 = require_index_native20(), import_use_constant = require_index_native3(), import_use_controllable_state = require_index_native10();
17601
17608
  function useSheetProviderProps(props, state) {
17602
17609
  var options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {}, handleRef = import_react3.default.useRef(null), contentRef = import_react3.default.useRef(null), [frameSize, setFrameSize] = import_react3.default.useState(0), [maxContentSize, setMaxContentSize] = import_react3.default.useState(0), _props_snapPointsMode, snapPointsMode = (_props_snapPointsMode = props.snapPointsMode) !== null && _props_snapPointsMode !== void 0 ? _props_snapPointsMode : "percent", _props_snapPoints, snapPointsProp = (_props_snapPoints = props.snapPoints) !== null && _props_snapPoints !== void 0 ? _props_snapPoints : snapPointsMode === "percent" ? [
17603
17610
  80
@@ -17975,7 +17982,7 @@ var require_SheetImplementationCustom_native = __commonJS({
17975
17982
  }
17976
17983
  });
17977
17984
  module2.exports = __toCommonJS2(SheetImplementationCustom_exports);
17978
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native31(), import_animate_presence = require_index_native4(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_portal2 = require_index_native30(), import_react3 = __toESM2(require("react")), import_react_native4 = require_fake_react_native(), import_contexts = require_contexts_native(), import_helpers = require_helpers_native2(), import_SheetContext = require_SheetContext_native(), import_useSheetOpenState = require_useSheetOpenState_native(), import_useSheetProviderProps = require_useSheetProviderProps_native(), hiddenSize = 10000.1, sheetHiddenStyleSheet = null, relativeDimensionTo = import_constants4.isWeb ? "window" : "screen", SheetImplementationCustom = /* @__PURE__ */ import_react3.default.forwardRef(function(props, forwardedRef) {
17985
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native31(), import_animate_presence = require_index_native5(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_portal2 = require_index_native30(), import_react3 = __toESM2(require("react")), import_react_native4 = require_fake_react_native(), import_contexts = require_contexts_native(), import_helpers = require_helpers_native2(), import_SheetContext = require_SheetContext_native(), import_useSheetOpenState = require_useSheetOpenState_native(), import_useSheetProviderProps = require_useSheetProviderProps_native(), hiddenSize = 10000.1, sheetHiddenStyleSheet = null, relativeDimensionTo = import_constants4.isWeb ? "window" : "screen", SheetImplementationCustom = /* @__PURE__ */ import_react3.default.forwardRef(function(props, forwardedRef) {
17979
17986
  var parentSheet = import_react3.default.useContext(import_contexts.ParentSheetContext), { animation, animationConfig: animationConfigProp, modal = !1, zIndex = parentSheet.zIndex + 1, moveOnKeyboardChange = !1, unmountChildrenWhenHidden = !1, portalProps, containerComponent: ContainerComponent = import_react3.default.Fragment } = props, state = (0, import_useSheetOpenState.useSheetOpenState)(props), [overlayComponent, setOverlayComponent] = import_react3.default.useState(null), providerProps = (0, import_useSheetProviderProps.useSheetProviderProps)(props, state, {
17980
17987
  onOverlayComponent: setOverlayComponent
17981
17988
  }), { frameSize, setFrameSize, snapPoints, snapPointsMode, hasFit, position, setPosition, scrollBridge, screenSize, setMaxContentSize, maxSnapPoint } = providerProps, { open, controller, isHidden } = state, sheetRef = import_react3.default.useRef(void 0), ref = (0, import_compose_refs.useComposedRefs)(forwardedRef, sheetRef, providerProps.contentRef), { animationDriver } = (0, import_core12.useConfiguration)();
@@ -18690,7 +18697,7 @@ var require_createSheet_native = __commonJS({
18690
18697
  }
18691
18698
  });
18692
18699
  module2.exports = __toCommonJS2(createSheet_exports);
18693
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_helpers = require_index_native7(), import_portal2 = require_index_native30(), import_remove_scroll = require_index_native35(), import_use_did_finish_ssr = require_index_native14(), import_z_index_stack2 = require_index_native29(), import_react3 = require("react"), import_react_native4 = require_fake_react_native(), import_constants22 = require_constants_native4(), import_nativeSheet = require_nativeSheet_native(), import_SheetContext = require_SheetContext_native(), import_SheetImplementationCustom = require_SheetImplementationCustom_native(), import_SheetScrollView = require_SheetScrollView_native(), import_useSheetController = require_useSheetController_native(), import_useSheetOffscreenSize = require_useSheetOffscreenSize_native();
18700
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_helpers = require_index_native7(), import_portal2 = require_index_native30(), import_remove_scroll = require_index_native35(), import_use_did_finish_ssr = require_index_native14(), import_z_index_stack2 = require_index_native29(), import_react3 = require("react"), import_react_native4 = require_fake_react_native(), import_constants22 = require_constants_native4(), import_nativeSheet = require_nativeSheet_native(), import_SheetContext = require_SheetContext_native(), import_SheetImplementationCustom = require_SheetImplementationCustom_native(), import_SheetScrollView = require_SheetScrollView_native(), import_useSheetController = require_useSheetController_native(), import_useSheetOffscreenSize = require_useSheetOffscreenSize_native();
18694
18701
  function createSheet(param) {
18695
18702
  var { Handle, Frame, Overlay } = param, SheetHandle = Handle.styleable(function(param2, forwardedRef) {
18696
18703
  var { __scopeSheet, ...props } = param2, context = (0, import_SheetContext.useSheetContext)(import_constants22.SHEET_HANDLE_NAME, __scopeSheet), composedRef = (0, import_compose_refs.useComposedRefs)(context.handleRef, forwardedRef);
@@ -19262,7 +19269,7 @@ var require_Dialog_native = __commonJS({
19262
19269
  }
19263
19270
  });
19264
19271
  module2.exports = __toCommonJS2(Dialog_exports);
19265
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native31(), import_animate_presence = require_index_native4(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_create_context = require_index_native32(), import_dismissable = require_index_native33(), import_focus_scope = require_index_native34(), import_helpers = require_index_native7(), import_portal2 = require_index_native30(), import_remove_scroll = require_index_native35(), import_sheet = require_index_native37(), import_stacks3 = require_index_native24(), import_text2 = require_index_native26(), import_use_controllable_state = require_index_native10(), import_z_index_stack2 = require_index_native29(), React4 = __toESM2(require("react")), DialogContext = (0, import_core12.createStyledContext)(
19272
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native31(), import_animate_presence = require_index_native5(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_create_context = require_index_native32(), import_dismissable = require_index_native33(), import_focus_scope = require_index_native34(), import_helpers = require_index_native7(), import_portal2 = require_index_native30(), import_remove_scroll = require_index_native35(), import_sheet = require_index_native37(), import_stacks3 = require_index_native24(), import_text2 = require_index_native26(), import_use_controllable_state = require_index_native10(), import_z_index_stack2 = require_index_native29(), React4 = __toESM2(require("react")), DialogContext = (0, import_core12.createStyledContext)(
19266
19273
  // since we always provide this we can avoid setting here
19267
19274
  {},
19268
19275
  "Dialog__"
@@ -19506,6 +19513,7 @@ var require_Dialog_native = __commonJS({
19506
19513
  children: contentProps.children
19507
19514
  });
19508
19515
  var contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(DialogContentFrame, {
19516
+ ref: composedRefs,
19509
19517
  id: context.contentId,
19510
19518
  "aria-describedby": context.descriptionId,
19511
19519
  "aria-labelledby": context.titleId,
@@ -19521,8 +19529,6 @@ var require_Dialog_native = __commonJS({
19521
19529
  onPointerDownOutside,
19522
19530
  onFocusOutside,
19523
19531
  onInteractOutside,
19524
- // @ts-ignore
19525
- ref: composedRefs,
19526
19532
  onDismiss: function() {
19527
19533
  var _context_onOpenChange;
19528
19534
  return context == null || (_context_onOpenChange = context.onOpenChange) === null || _context_onOpenChange === void 0 ? void 0 : _context_onOpenChange.call(context, !1);
@@ -19772,7 +19778,7 @@ var require_AlertDialog_native = __commonJS({
19772
19778
  }
19773
19779
  });
19774
19780
  module2.exports = __toCommonJS2(AlertDialog_exports);
19775
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_dialog = require_index_native38(), import_helpers = require_index_native7(), import_use_controllable_state = require_index_native10(), React4 = __toESM2(require("react")), import_react_native4 = require_fake_react_native(), AlertScopePrefix = "Alert__", getAlertDialogScope = function(scope) {
19781
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_dialog = require_index_native38(), import_helpers = require_index_native7(), import_use_controllable_state = require_index_native10(), React4 = __toESM2(require("react")), import_react_native4 = require_fake_react_native(), AlertScopePrefix = "Alert__", getAlertDialogScope = function(scope) {
19776
19782
  return AlertScopePrefix + scope;
19777
19783
  }, ROOT_NAME = "AlertDialog", TRIGGER_NAME = "AlertDialogTrigger", NativeAlertDialogTriggerFrame = (0, import_core12.styled)(import_core12.View, {
19778
19784
  name: TRIGGER_NAME
@@ -20071,7 +20077,7 @@ var require_Image_native = __commonJS({
20071
20077
  }
20072
20078
  });
20073
20079
  module2.exports = __toCommonJS2(Image_exports);
20074
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_react3 = __toESM2(require("react")), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_react_native4 = require_fake_react_native(), StyledImage = (0, import_core12.styled)(import_react_native4.Image, {
20080
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_react3 = __toESM2(require("react")), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_react_native4 = require_fake_react_native(), StyledImage = (0, import_core12.styled)(import_react_native4.Image, {
20075
20081
  name: "Image"
20076
20082
  }), Image = StyledImage.styleable(function(inProps, ref) {
20077
20083
  var [props, style] = (0, import_core12.usePropsAndStyle)(inProps), { src, source, objectFit, ...rest } = props, finalSource = typeof src == "string" ? {
@@ -21805,7 +21811,7 @@ var require_Label_native = __commonJS({
21805
21811
  }
21806
21812
  });
21807
21813
  module2.exports = __toCommonJS2(Label_exports);
21808
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_create_context = require_index_native32(), import_focusable2 = require_index_native47(), import_get_button_sized2 = require_index_native23(), import_get_font_sized2 = require_index_native25(), import_text2 = require_index_native26(), import_web = require_index_native15(), React4 = __toESM2(require("react")), NAME = "Label", [LabelProvider, useLabelContextImpl] = (0, import_create_context.createContext)(NAME, {
21814
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_create_context = require_index_native32(), import_focusable2 = require_index_native47(), import_get_button_sized2 = require_index_native23(), import_get_font_sized2 = require_index_native25(), import_text2 = require_index_native26(), import_web = require_index_native15(), React4 = __toESM2(require("react")), NAME = "Label", [LabelProvider, useLabelContextImpl] = (0, import_create_context.createContext)(NAME, {
21809
21815
  id: void 0,
21810
21816
  controlRef: {
21811
21817
  current: null
@@ -22217,7 +22223,7 @@ var require_useCheckbox_native = __commonJS({
22217
22223
  }
22218
22224
  });
22219
22225
  module2.exports = __toCommonJS2(useCheckbox_exports);
22220
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_label = require_index_native48(), import_react3 = __toESM2(require("react")), import_BubbleInput = require_BubbleInput_native(), import_utils = require_utils_native2();
22226
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_label = require_index_native48(), import_react3 = __toESM2(require("react")), import_BubbleInput = require_BubbleInput_native(), import_utils = require_utils_native2();
22221
22227
  function useCheckbox(props, param, ref) {
22222
22228
  var [checked, setChecked] = param, { labelledBy: ariaLabelledby, name, required, disabled, value = "on", onCheckedChange, ...checkboxProps } = props, [button, setButton] = import_react3.default.useState(null), composedRefs = (0, import_compose_refs.useComposedRefs)(ref, setButton), hasConsumerStoppedPropagationRef = import_react3.default.useRef(!1), isFormControl = import_constants4.isWeb ? button ? !!button.closest("form") : !0 : !1, labelId = (0, import_label.useLabelContext)(button), labelledBy = ariaLabelledby || labelId, parentKeyDown = props.onKeyDown, handleKeyDown = (0, import_react3.useMemo)(function() {
22223
22229
  return (0, import_helpers.composeEventHandlers)(parentKeyDown, function(event) {
@@ -23454,7 +23460,7 @@ var require_Animate_native = __commonJS({
23454
23460
  }
23455
23461
  });
23456
23462
  module2.exports = __toCommonJS2(Animate_exports);
23457
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_animate_presence = require_index_native4(), import_react3 = require("react");
23463
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_animate_presence = require_index_native5(), import_react3 = require("react");
23458
23464
  function Animate(param) {
23459
23465
  var { children, lazyMount, type, present, passThrough, ...props } = param, [lazyMounted, setLazyMounted] = (0, import_react3.useState)(lazyMount ? !1 : present);
23460
23466
  (0, import_react3.useEffect)(function() {
@@ -23849,7 +23855,7 @@ var require_Popper_native = __commonJS({
23849
23855
  }
23850
23856
  });
23851
23857
  module2.exports = __toCommonJS2(Popper_exports);
23852
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_floating = require_index_native57(), import_get_token2 = require_index_native22(), import_stacks3 = require_index_native24(), import_start_transition = require_index_native9(), React4 = __toESM2(require("react")), import_react_native4 = require_fake_react_native(), PopperContextFast = (0, import_core12.createStyledContext)(
23858
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_floating = require_index_native57(), import_get_token2 = require_index_native22(), import_stacks3 = require_index_native24(), import_start_transition = require_index_native9(), React4 = __toESM2(require("react")), import_react_native4 = require_fake_react_native(), PopperContextFast = (0, import_core12.createStyledContext)(
23853
23859
  // since we always provide this we can avoid setting here
23854
23860
  {},
23855
23861
  "Popper__"
@@ -24336,7 +24342,7 @@ var require_Popover_native = __commonJS({
24336
24342
  }
24337
24343
  });
24338
24344
  module2.exports = __toCommonJS2(Popover_exports);
24339
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_polyfill_dev = require_polyfill_dev(), import_adapt = require_index_native31(), import_animate = require_index_native56(), import_animate_presence = require_index_native4(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_floating = require_index_native57(), import_focus_scope = require_index_native34(), import_helpers = require_index_native7(), import_popper = require_index_native58(), import_portal2 = require_index_native30(), import_remove_scroll = require_index_native35(), import_scroll_view = require_index_native36(), import_sheet = require_index_native37(), import_stacks3 = require_index_native24(), import_use_controllable_state = require_index_native10(), import_z_index_stack2 = require_index_native29(), React4 = __toESM2(require("react")), import_useFloatingContext = require_useFloatingContext_native(), needsRepropagation = import_constants4.isAndroid || import_constants4.isIos && !import_portal2.USE_NATIVE_PORTAL, PopoverContext = (0, import_core12.createStyledContext)(
24345
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_polyfill_dev = require_polyfill_dev(), import_adapt = require_index_native31(), import_animate = require_index_native56(), import_animate_presence = require_index_native5(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_floating = require_index_native57(), import_focus_scope = require_index_native34(), import_helpers = require_index_native7(), import_popper = require_index_native58(), import_portal2 = require_index_native30(), import_remove_scroll = require_index_native35(), import_scroll_view = require_index_native36(), import_sheet = require_index_native37(), import_stacks3 = require_index_native24(), import_use_controllable_state = require_index_native10(), import_z_index_stack2 = require_index_native29(), React4 = __toESM2(require("react")), import_useFloatingContext = require_useFloatingContext_native(), needsRepropagation = import_constants4.isAndroid || import_constants4.isIos && !import_portal2.USE_NATIVE_PORTAL, PopoverContext = (0, import_core12.createStyledContext)(
24340
24346
  // since we always provide this we can avoid setting here
24341
24347
  {},
24342
24348
  "Popover__"
@@ -25302,7 +25308,7 @@ var require_useRadioGroup_native = __commonJS({
25302
25308
  }
25303
25309
  });
25304
25310
  module2.exports = __toCommonJS2(useRadioGroup_exports);
25305
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_focusable2 = require_index_native47(), import_helpers = require_index_native7(), import_label = require_index_native48(), import_use_controllable_state = require_index_native10(), import_react3 = require("react"), import_BubbleInput = require_BubbleInput_native2(), import_utils = require_utils_native3();
25311
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_focusable2 = require_index_native47(), import_helpers = require_index_native7(), import_label = require_index_native48(), import_use_controllable_state = require_index_native10(), import_react3 = require("react"), import_BubbleInput = require_BubbleInput_native2(), import_utils = require_utils_native3();
25306
25312
  function useRadioGroup(params) {
25307
25313
  var { value: valueProp, onValueChange, defaultValue, required, disabled, name, native, accentColor, orientation, ref } = params, [value, setValue] = (0, import_use_controllable_state.useControllableState)({
25308
25314
  prop: valueProp,
@@ -25891,7 +25897,7 @@ var require_Separator_native = __commonJS({
25891
25897
  }
25892
25898
  });
25893
25899
  module2.exports = __toCommonJS2(Separator_exports);
25894
- var import_constants4 = require_index_native6(), import_core12 = require_index_native20(), Separator = (0, import_core12.styled)(import_core12.Stack, {
25900
+ var import_constants4 = require_index_native(), import_core12 = require_index_native20(), Separator = (0, import_core12.styled)(import_core12.Stack, {
25895
25901
  name: "Separator",
25896
25902
  borderColor: "$borderColor",
25897
25903
  flexShrink: 0,
@@ -26307,7 +26313,7 @@ var require_SelectItem_native = __commonJS({
26307
26313
  }
26308
26314
  });
26309
26315
  module2.exports = __toCommonJS2(SelectItem_exports);
26310
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_list_item = require_index_native55(), import_core12 = require_index_native20(), React4 = __toESM2(require("react")), import_context = require_context_native2(), ITEM_NAME = "SelectItem", { Provider: SelectItemContextProvider, useStyledContext: useSelectItemContext } = (0, import_core12.createStyledContext)(null, ITEM_NAME), SelectItem = import_list_item.ListItemFrame.styleable(function(props, forwardedRef) {
26316
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_list_item = require_index_native55(), import_core12 = require_index_native20(), React4 = __toESM2(require("react")), import_context = require_context_native2(), ITEM_NAME = "SelectItem", { Provider: SelectItemContextProvider, useStyledContext: useSelectItemContext } = (0, import_core12.createStyledContext)(null, ITEM_NAME), SelectItem = import_list_item.ListItemFrame.styleable(function(props, forwardedRef) {
26311
26317
  var { scope, value, disabled = !1, textValue: textValueProp, index, ...restProps } = props, { props: listItemProps } = (0, import_list_item.useListItem)({
26312
26318
  ...!props.unstyled && {
26313
26319
  ellipse: !0
@@ -26901,7 +26907,7 @@ var require_Select_native = __commonJS({
26901
26907
  }
26902
26908
  });
26903
26909
  module2.exports = __toCommonJS2(Select_exports);
26904
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native31(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_focus_scope = require_index_native34(), import_focusable2 = require_index_native47(), import_get_token2 = require_index_native22(), import_helpers = require_index_native7(), import_list_item = require_index_native55(), import_separator = require_index_native64(), import_sheet = require_index_native37(), import_stacks3 = require_index_native24(), import_text2 = require_index_native26(), import_use_controllable_state = require_index_native10(), import_use_debounce = require_index_native65(), React4 = __toESM2(require("react")), import_context = require_context_native2(), import_SelectContent = require_SelectContent_native(), import_SelectImpl = require_SelectImpl_native(), import_SelectItem = require_SelectItem_native(), import_SelectItemText = require_SelectItemText_native(), import_SelectScrollButton = require_SelectScrollButton_native(), import_SelectTrigger = require_SelectTrigger_native(), import_SelectViewport = require_SelectViewport_native(), import_useSelectBreakpointActive = require_useSelectBreakpointActive_native(), VALUE_NAME = "SelectValue", SelectValueFrame = (0, import_core12.styled)(import_text2.SizableText, {
26910
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native31(), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_focus_scope = require_index_native34(), import_focusable2 = require_index_native47(), import_get_token2 = require_index_native22(), import_helpers = require_index_native7(), import_list_item = require_index_native55(), import_separator = require_index_native64(), import_sheet = require_index_native37(), import_stacks3 = require_index_native24(), import_text2 = require_index_native26(), import_use_controllable_state = require_index_native10(), import_use_debounce = require_index_native65(), React4 = __toESM2(require("react")), import_context = require_context_native2(), import_SelectContent = require_SelectContent_native(), import_SelectImpl = require_SelectImpl_native(), import_SelectItem = require_SelectItem_native(), import_SelectItemText = require_SelectItemText_native(), import_SelectScrollButton = require_SelectScrollButton_native(), import_SelectTrigger = require_SelectTrigger_native(), import_SelectViewport = require_SelectViewport_native(), import_useSelectBreakpointActive = require_useSelectBreakpointActive_native(), VALUE_NAME = "SelectValue", SelectValueFrame = (0, import_core12.styled)(import_text2.SizableText, {
26905
26911
  name: VALUE_NAME,
26906
26912
  userSelect: "none"
26907
26913
  }), SelectValue = SelectValueFrame.styleable(function(param, forwardedRef) {
@@ -27532,7 +27538,7 @@ var require_SliderImpl_native = __commonJS({
27532
27538
  }
27533
27539
  });
27534
27540
  module2.exports = __toCommonJS2(SliderImpl_exports);
27535
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_get_token2 = require_index_native22(), import_helpers = require_index_native7(), import_stacks3 = require_index_native24(), React4 = __toESM2(require("react")), import_constants22 = require_constants_native6(), SliderFrame2 = (0, import_core12.styled)(import_stacks3.YStack, {
27541
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_get_token2 = require_index_native22(), import_helpers = require_index_native7(), import_stacks3 = require_index_native24(), React4 = __toESM2(require("react")), import_constants22 = require_constants_native6(), SliderFrame2 = (0, import_core12.styled)(import_stacks3.YStack, {
27536
27542
  position: "relative",
27537
27543
  variants: {
27538
27544
  orientation: {
@@ -27682,7 +27688,7 @@ var require_Slider_native = __commonJS({
27682
27688
  }
27683
27689
  });
27684
27690
  module2.exports = __toCommonJS2(Slider_exports);
27685
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_core12 = require_index_native20(), import_get_token2 = require_index_native22(), import_helpers = require_index_native7(), import_helpers2 = require_index_native7(), import_stacks3 = require_index_native24(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), React4 = __toESM2(require("react")), import_constants22 = require_constants_native6(), import_helpers3 = require_helpers_native3(), import_SliderImpl = require_SliderImpl_native(), activeSliderMeasureListeners = /* @__PURE__ */ new Set();
27691
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_core12 = require_index_native20(), import_get_token2 = require_index_native22(), import_helpers = require_index_native7(), import_helpers2 = require_index_native7(), import_stacks3 = require_index_native24(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), React4 = __toESM2(require("react")), import_constants22 = require_constants_native6(), import_helpers3 = require_helpers_native3(), import_SliderImpl = require_SliderImpl_native(), activeSliderMeasureListeners = /* @__PURE__ */ new Set();
27686
27692
  import_constants4.isWeb && import_constants4.isClient && !process.env.TAMAGUI_DISABLE_SLIDER_INTERVAL && ((_setInterval = setInterval) === null || _setInterval === void 0 || _setInterval(
27687
27693
  function() {
27688
27694
  activeSliderMeasureListeners.forEach(function(cb) {
@@ -28232,7 +28238,7 @@ var require_useSwitch_native = __commonJS({
28232
28238
  }
28233
28239
  });
28234
28240
  module2.exports = __toCommonJS2(useSwitch_exports);
28235
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_label = require_index_native48(), import_use_previous = require_index_native49(), React4 = __toESM2(require("react"));
28241
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_helpers = require_index_native7(), import_label = require_index_native48(), import_use_previous = require_index_native49(), React4 = __toESM2(require("react"));
28236
28242
  function useSwitch(props, param, ref) {
28237
28243
  var [checked, setChecked] = param;
28238
28244
  return {
@@ -28907,7 +28913,7 @@ var require_createTabs_native = __commonJS({
28907
28913
  }
28908
28914
  });
28909
28915
  module2.exports = __toCommonJS2(createTabs_exports);
28910
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native6(), import_group = require_index_native53(), import_helpers = require_index_native7(), import_roving_focus = require_index_native62(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), import_web = require_index_native15(), React4 = __toESM2(require("react")), import_Tabs = require_Tabs_native(), import_StyledContext = require_StyledContext_native2();
28916
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native11(), import_constants4 = require_index_native(), import_group = require_index_native53(), import_helpers = require_index_native7(), import_roving_focus = require_index_native62(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), import_web = require_index_native15(), React4 = __toESM2(require("react")), import_Tabs = require_Tabs_native(), import_StyledContext = require_StyledContext_native2();
28911
28917
  function createTabs(createProps) {
28912
28918
  var { ContentFrame = import_Tabs.DefaultTabsContentFrame, TabFrame = import_Tabs.DefaultTabsTabFrame, TabsFrame = import_Tabs.DefaultTabsFrame } = createProps, TABS_CONTEXT = "TabsContext", TAB_LIST_NAME = "TabsList", TabsList = /* @__PURE__ */ React4.forwardRef(function(props, forwardedRef) {
28913
28919
  var { __scopeTabs, loop = !0, children, ...listProps } = props, context = (0, import_StyledContext.useTabsContext)(__scopeTabs);
@@ -29192,7 +29198,7 @@ var require_mutateTheme_native = __commonJS({
29192
29198
  }
29193
29199
  });
29194
29200
  module2.exports = __toCommonJS2(mutateTheme_exports);
29195
- var import_constants4 = require_index_native6(), import_start_transition = require_index_native9(), import_web = require_index_native15();
29201
+ var import_constants4 = require_index_native(), import_start_transition = require_index_native9(), import_web = require_index_native15();
29196
29202
  function mutateThemes2(param) {
29197
29203
  var { themes, batch, insertCSS = !0, ...props } = param, allThemesProxied = {}, allThemesRaw = {}, _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
29198
29204
  try {
@@ -29715,7 +29721,7 @@ var require_ToggleGroup_native = __commonJS({
29715
29721
  }
29716
29722
  });
29717
29723
  module2.exports = __toCommonJS2(ToggleGroup_exports);
29718
- var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native6(), import_focusable2 = require_index_native47(), import_font_size = require_index_native43(), import_get_token2 = require_index_native22(), import_group = require_index_native53(), import_helpers = require_index_native7(), import_helpers_tamagui = require_index_native44(), import_roving_focus = require_index_native62(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), import_web = require_index_native15(), import_react3 = __toESM2(require("react")), import_Toggle = require_Toggle_native(), TOGGLE_GROUP_NAME = "ToggleGroup", TOGGLE_GROUP_ITEM_NAME = "ToggleGroupItem", TOGGLE_GROUP_CONTEXT = "ToggleGroup", { Provider: ToggleGroupItemProvider, useStyledContext: useToggleGroupItemContext } = (0, import_web.createStyledContext)(), { Provider: ToggleGroupContext, useStyledContext: useToggleGroupContext } = (0, import_web.createStyledContext)(), ToggleGroupItem = import_Toggle.ToggleFrame.extractable(/* @__PURE__ */ import_react3.default.forwardRef(function(props, forwardedRef) {
29724
+ var import_jsx_runtime6 = require("react/jsx-runtime"), import_constants4 = require_index_native(), import_focusable2 = require_index_native47(), import_font_size = require_index_native43(), import_get_token2 = require_index_native22(), import_group = require_index_native53(), import_helpers = require_index_native7(), import_helpers_tamagui = require_index_native44(), import_roving_focus = require_index_native62(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native27(), import_web = require_index_native15(), import_react3 = __toESM2(require("react")), import_Toggle = require_Toggle_native(), TOGGLE_GROUP_NAME = "ToggleGroup", TOGGLE_GROUP_ITEM_NAME = "ToggleGroupItem", TOGGLE_GROUP_CONTEXT = "ToggleGroup", { Provider: ToggleGroupItemProvider, useStyledContext: useToggleGroupItemContext } = (0, import_web.createStyledContext)(), { Provider: ToggleGroupContext, useStyledContext: useToggleGroupContext } = (0, import_web.createStyledContext)(), ToggleGroupItem = import_Toggle.ToggleFrame.extractable(/* @__PURE__ */ import_react3.default.forwardRef(function(props, forwardedRef) {
29719
29725
  var [_, { color }] = (0, import_web.usePropsAndStyle)(props), { disablePassStyles, ...rest } = props, valueContext = useToggleGroupValueContext(props.__scopeToggleGroup), context = useToggleGroupContext(props.__scopeToggleGroup), pressed = valueContext == null ? void 0 : valueContext.value.includes(props.value), disabled = context.disabled || props.disabled || !1, groupItemProps = (0, import_group.useGroupItem)({
29720
29726
  disabled
29721
29727
  }), _props_size, size2 = (_props_size = props.size) !== null && _props_size !== void 0 ? _props_size : context.size, sizeProps = props.unstyled ? {} : {
@@ -30299,7 +30305,7 @@ var require_index_native74 = __commonJS({
30299
30305
  }
30300
30306
  });
30301
30307
  module2.exports = __toCommonJS2(index_exports2);
30302
- var import_react3 = __toESM2(require("react")), import_constants4 = require_index_native6(), import_helpers = require_helpers_native4(), import_initialValue = require_initialValue_native(), import_initialValue2 = require_initialValue_native();
30308
+ var import_react3 = __toESM2(require("react")), import_constants4 = require_index_native(), import_helpers = require_helpers_native4(), import_initialValue = require_initialValue_native(), import_initialValue2 = require_initialValue_native();
30303
30309
  function useWindowDimensions() {
30304
30310
  var { serverValue = import_initialValue.initialValue } = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
30305
30311
  return import_react3.default.useSyncExternalStore(import_helpers.subscribe, import_helpers.getWindowSize, function() {
@@ -30508,7 +30514,7 @@ module.exports = __toCommonJS(index_exports);
30508
30514
  __reExport(index_exports, __toESM(require_index_native28()), module.exports);
30509
30515
  __reExport(index_exports, __toESM(require_index_native31()), module.exports);
30510
30516
  __reExport(index_exports, __toESM(require_index_native39()), module.exports);
30511
- __reExport(index_exports, __toESM(require_index_native4()), module.exports);
30517
+ __reExport(index_exports, __toESM(require_index_native5()), module.exports);
30512
30518
  __reExport(index_exports, __toESM(require_index_native42()), module.exports);
30513
30519
  __reExport(index_exports, __toESM(require_index_native45()), module.exports);
30514
30520
  __reExport(index_exports, __toESM(require_index_native46()), module.exports);
@@ -30545,7 +30551,7 @@ __reExport(index_exports, __toESM(require_index_native72()), module.exports);
30545
30551
  __reExport(index_exports, __toESM(require_index_native73()), module.exports);
30546
30552
  __reExport(index_exports, __toESM(require_index_native10()), module.exports);
30547
30553
  __reExport(index_exports, __toESM(require_index_native65()), module.exports);
30548
- __reExport(index_exports, __toESM(require_index_native()), module.exports);
30554
+ __reExport(index_exports, __toESM(require_index_native2()), module.exports);
30549
30555
  __reExport(index_exports, __toESM(require_index_native74()), module.exports);
30550
30556
  __reExport(index_exports, __toESM(require_index_native75()), module.exports);
30551
30557
 
@@ -30568,7 +30574,7 @@ var import_jsx_runtime = require("react/jsx-runtime"), import_core2 = __toESM(re
30568
30574
  };
30569
30575
 
30570
30576
  // src/views/Anchor.tsx
30571
- var import_jsx_runtime2 = require("react/jsx-runtime"), import_constants = __toESM(require_index_native6()), import_core3 = __toESM(require_index_native20()), import_text = __toESM(require_index_native26()), import_react_native = __toESM(require_fake_react_native()), AnchorFrame = (0, import_core3.styled)(import_text.SizableText, {
30577
+ var import_jsx_runtime2 = require("react/jsx-runtime"), import_constants = __toESM(require_index_native()), import_core3 = __toESM(require_index_native20()), import_text = __toESM(require_index_native26()), import_react_native = __toESM(require_fake_react_native()), AnchorFrame = (0, import_core3.styled)(import_text.SizableText, {
30572
30578
  name: "Anchor",
30573
30579
  tag: "a",
30574
30580
  accessibilityRole: "link"
@@ -30618,7 +30624,7 @@ var import_core5 = __toESM(require_index_native20()), import_stacks = __toESM(re
30618
30624
  });
30619
30625
 
30620
30626
  // src/views/Input.tsx
30621
- var import_jsx_runtime3 = require("react/jsx-runtime"), import_react = __toESM(require("react")), import_constants2 = __toESM(require_index_native6()), import_core7 = __toESM(require_index_native20()), import_focusable = __toESM(require_index_native47()), import_react_native2 = __toESM(require_fake_react_native());
30627
+ var import_jsx_runtime3 = require("react/jsx-runtime"), import_react = __toESM(require("react")), import_constants2 = __toESM(require_index_native()), import_core7 = __toESM(require_index_native20()), import_focusable = __toESM(require_index_native47()), import_react_native2 = __toESM(require_fake_react_native());
30622
30628
 
30623
30629
  // src/helpers/inputHelpers.tsx
30624
30630
  var import_core6 = __toESM(require_index_native20()), import_get_button_sized = __toESM(require_index_native23()), import_get_font_sized = __toESM(require_index_native25()), import_get_token = __toESM(require_index_native22()), inputSizeVariant = function() {
@@ -30757,7 +30763,7 @@ var import_jsx_runtime4 = require("react/jsx-runtime"), import_core8 = __toESM(r
30757
30763
  }));
30758
30764
 
30759
30765
  // src/views/TextArea.tsx
30760
- var import_jsx_runtime5 = require("react/jsx-runtime"), import_react2 = __toESM(require("react")), import_constants3 = __toESM(require_index_native6()), import_core9 = __toESM(require_index_native20());
30766
+ var import_jsx_runtime5 = require("react/jsx-runtime"), import_react2 = __toESM(require("react")), import_constants3 = __toESM(require_index_native()), import_core9 = __toESM(require_index_native20());
30761
30767
  var TextAreaFrame = (0, import_core9.styled)(InputFrame, {
30762
30768
  name: "TextArea",
30763
30769
  multiline: !0,