@tamagui/web 3.0.0-beta.661.1 → 3.0.0-beta.669.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (127) hide show
  1. package/dist/cjs/createComponent.cjs +1 -1
  2. package/dist/cjs/createComponent.native.cjs +1 -1
  3. package/dist/cjs/createComponent.native.js +1 -1
  4. package/dist/cjs/createComponent.native.js.map +1 -1
  5. package/dist/cjs/createTamagui.cjs +1 -1
  6. package/dist/cjs/createTamagui.native.cjs +1 -1
  7. package/dist/cjs/createTamagui.native.js +1 -1
  8. package/dist/cjs/createTamagui.native.js.map +1 -1
  9. package/dist/cjs/helpers/directStyle.cjs +12 -12
  10. package/dist/cjs/helpers/directStyle.native.cjs +12 -12
  11. package/dist/cjs/helpers/directStyle.native.js +12 -12
  12. package/dist/cjs/helpers/directStyle.native.js.map +1 -1
  13. package/dist/cjs/helpers/formatDiagnostic.cjs +3 -0
  14. package/dist/cjs/helpers/formatDiagnostic.native.cjs +3 -0
  15. package/dist/cjs/helpers/formatDiagnostic.native.js +3 -0
  16. package/dist/cjs/helpers/formatDiagnostic.native.js.map +1 -1
  17. package/dist/cjs/helpers/getSplitStyles.cjs +2 -2
  18. package/dist/cjs/helpers/getSplitStyles.native.cjs +2 -2
  19. package/dist/cjs/helpers/getSplitStyles.native.js +2 -2
  20. package/dist/cjs/helpers/getSplitStyles.native.js.map +1 -1
  21. package/dist/cjs/helpers/mergeVariants.cjs +1 -1
  22. package/dist/cjs/helpers/mergeVariants.native.cjs +1 -1
  23. package/dist/cjs/helpers/mergeVariants.native.js +1 -1
  24. package/dist/cjs/helpers/mergeVariants.native.js.map +1 -1
  25. package/dist/cjs/helpers/propMapper.cjs +2 -2
  26. package/dist/cjs/helpers/propMapper.native.cjs +2 -2
  27. package/dist/cjs/helpers/propMapper.native.js +2 -2
  28. package/dist/cjs/helpers/propMapper.native.js.map +1 -1
  29. package/dist/cjs/hooks/getThemeProxied.native.cjs +1 -1
  30. package/dist/cjs/hooks/getThemeProxied.native.js +1 -1
  31. package/dist/cjs/hooks/getThemeProxied.native.js.map +1 -1
  32. package/dist/cjs/hooks/useComponentState.cjs +2 -2
  33. package/dist/cjs/hooks/useComponentState.native.cjs +2 -2
  34. package/dist/cjs/hooks/useComponentState.native.js +2 -2
  35. package/dist/cjs/hooks/useComponentState.native.js.map +1 -1
  36. package/dist/cjs/hooks/useProps.cjs +1 -1
  37. package/dist/cjs/hooks/useProps.native.cjs +1 -1
  38. package/dist/cjs/hooks/useProps.native.js +1 -1
  39. package/dist/cjs/hooks/useProps.native.js.map +1 -1
  40. package/dist/cjs/hooks/useThemeState.cjs +2 -2
  41. package/dist/cjs/hooks/useThemeState.native.cjs +2 -2
  42. package/dist/cjs/hooks/useThemeState.native.js +2 -2
  43. package/dist/cjs/hooks/useThemeState.native.js.map +1 -1
  44. package/dist/cjs/internal-runtime.cjs +3 -1
  45. package/dist/cjs/internal-runtime.native.cjs +3 -1
  46. package/dist/cjs/internal-runtime.native.js +3 -1
  47. package/dist/cjs/internal-runtime.native.js.map +1 -1
  48. package/dist/cjs/views/Theme.cjs +1 -1
  49. package/dist/cjs/views/Theme.native.cjs +1 -1
  50. package/dist/cjs/views/Theme.native.js +1 -1
  51. package/dist/cjs/views/Theme.native.js.map +1 -1
  52. package/dist/esm/createComponent.mjs +1 -1
  53. package/dist/esm/createComponent.mjs.map +1 -1
  54. package/dist/esm/createComponent.native.js +1 -1
  55. package/dist/esm/createComponent.native.js.map +1 -1
  56. package/dist/esm/createTamagui.mjs +1 -1
  57. package/dist/esm/createTamagui.mjs.map +1 -1
  58. package/dist/esm/createTamagui.native.js +1 -1
  59. package/dist/esm/createTamagui.native.js.map +1 -1
  60. package/dist/esm/helpers/directStyle.mjs +13 -13
  61. package/dist/esm/helpers/directStyle.mjs.map +1 -1
  62. package/dist/esm/helpers/directStyle.native.js +13 -13
  63. package/dist/esm/helpers/directStyle.native.js.map +1 -1
  64. package/dist/esm/helpers/formatDiagnostic.mjs +3 -0
  65. package/dist/esm/helpers/formatDiagnostic.mjs.map +1 -1
  66. package/dist/esm/helpers/formatDiagnostic.native.js +3 -0
  67. package/dist/esm/helpers/formatDiagnostic.native.js.map +1 -1
  68. package/dist/esm/helpers/getSplitStyles.mjs +2 -2
  69. package/dist/esm/helpers/getSplitStyles.mjs.map +1 -1
  70. package/dist/esm/helpers/getSplitStyles.native.js +2 -2
  71. package/dist/esm/helpers/getSplitStyles.native.js.map +1 -1
  72. package/dist/esm/helpers/mergeVariants.mjs +1 -1
  73. package/dist/esm/helpers/mergeVariants.mjs.map +1 -1
  74. package/dist/esm/helpers/mergeVariants.native.js +1 -1
  75. package/dist/esm/helpers/mergeVariants.native.js.map +1 -1
  76. package/dist/esm/helpers/propMapper.mjs +2 -2
  77. package/dist/esm/helpers/propMapper.mjs.map +1 -1
  78. package/dist/esm/helpers/propMapper.native.js +2 -2
  79. package/dist/esm/helpers/propMapper.native.js.map +1 -1
  80. package/dist/esm/hooks/getThemeProxied.native.js +1 -1
  81. package/dist/esm/hooks/getThemeProxied.native.js.map +1 -1
  82. package/dist/esm/hooks/useComponentState.mjs +2 -2
  83. package/dist/esm/hooks/useComponentState.mjs.map +1 -1
  84. package/dist/esm/hooks/useComponentState.native.js +2 -2
  85. package/dist/esm/hooks/useComponentState.native.js.map +1 -1
  86. package/dist/esm/hooks/useProps.mjs +1 -1
  87. package/dist/esm/hooks/useProps.mjs.map +1 -1
  88. package/dist/esm/hooks/useProps.native.js +1 -1
  89. package/dist/esm/hooks/useProps.native.js.map +1 -1
  90. package/dist/esm/hooks/useThemeState.mjs +2 -2
  91. package/dist/esm/hooks/useThemeState.mjs.map +1 -1
  92. package/dist/esm/hooks/useThemeState.native.js +2 -2
  93. package/dist/esm/hooks/useThemeState.native.js.map +1 -1
  94. package/dist/esm/internal-runtime.mjs +3 -1
  95. package/dist/esm/internal-runtime.mjs.map +1 -1
  96. package/dist/esm/internal-runtime.native.js +3 -1
  97. package/dist/esm/internal-runtime.native.js.map +1 -1
  98. package/dist/esm/views/Theme.mjs +1 -1
  99. package/dist/esm/views/Theme.mjs.map +1 -1
  100. package/dist/esm/views/Theme.native.js +2 -1
  101. package/dist/esm/views/Theme.native.js.map +1 -1
  102. package/package.json +15 -15
  103. package/src/createComponent.tsx +4 -1
  104. package/src/createTamagui.ts +6 -1
  105. package/src/helpers/directStyle.ts +23 -12
  106. package/src/helpers/formatDiagnostic.ts +3 -0
  107. package/src/helpers/getSplitStyles.tsx +8 -2
  108. package/src/helpers/mergeVariants.ts +3 -1
  109. package/src/helpers/propMapper.ts +6 -1
  110. package/src/hooks/getThemeProxied.ts +4 -3
  111. package/src/hooks/useComponentState.ts +4 -1
  112. package/src/hooks/useProps.tsx +4 -1
  113. package/src/hooks/useThemeState.ts +8 -2
  114. package/src/internal-runtime.ts +8 -1
  115. package/src/views/Theme.tsx +4 -1
  116. package/types/createComponent.d.ts.map +1 -1
  117. package/types/helpers/directStyle.d.ts.map +1 -1
  118. package/types/helpers/formatDiagnostic.d.ts.map +1 -1
  119. package/types/helpers/getSplitStyles.d.ts.map +1 -1
  120. package/types/helpers/mergeVariants.d.ts.map +1 -1
  121. package/types/helpers/propMapper.d.ts.map +1 -1
  122. package/types/hooks/getThemeProxied.d.ts.map +1 -1
  123. package/types/hooks/useComponentState.d.ts.map +1 -1
  124. package/types/hooks/useProps.d.ts.map +1 -1
  125. package/types/hooks/useThemeState.d.ts.map +1 -1
  126. package/types/internal-runtime.d.ts.map +1 -1
  127. package/types/views/Theme.d.ts.map +1 -1
@@ -703,7 +703,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
703
703
  }, []);
704
704
  (0, import_constants.useIsomorphicLayoutEffect)(() => {
705
705
  let disposeSafeArea;
706
- if (splitStyles?.usesSafeArea) {
706
+ if (process.env.TAMAGUI_RUNTIME_SAFE_AREA !== "disabled" && splitStyles?.usesSafeArea) {
707
707
  const updateSafeArea = () => {
708
708
  setState((previous) => ({ ...previous }));
709
709
  };
@@ -815,7 +815,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
815
815
  }, []);
816
816
  (0, import_constants.useIsomorphicLayoutEffect)(function() {
817
817
  var disposeSafeArea;
818
- if (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea) {
818
+ if (process.env.TAMAGUI_RUNTIME_SAFE_AREA !== "disabled" && (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea)) {
819
819
  var updateSafeArea = function() {
820
820
  setState(function(previous) {
821
821
  return { ...previous };
@@ -815,7 +815,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
815
815
  }, []);
816
816
  (0, import_constants.useIsomorphicLayoutEffect)(function() {
817
817
  var disposeSafeArea;
818
- if (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea) {
818
+ if (process.env.TAMAGUI_RUNTIME_SAFE_AREA !== "disabled" && (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea)) {
819
819
  var updateSafeArea = function() {
820
820
  setState(function(previous) {
821
821
  return { ...previous };
@@ -1 +1 @@
1
- {"version":3,"file":"createComponent.native.js","names":[],"sources":["cjs/createComponent.native.js"],"sourcesContent":["\"use strict\";\nvar __create = Object.create;\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __getProtoOf = Object.getPrototypeOf;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n\tfor (var name in all) __defProp(target, name, {\n\t\tget: all[name],\n\t\tenumerable: true\n\t});\n};\nvar __copyProps = (to, from, except, desc) => {\n\tif (from && typeof from === \"object\" || typeof from === \"function\") {\n\t\tfor (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {\n\t\t\tget: () => from[key],\n\t\t\tenumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable\n\t\t});\n\t}\n\treturn to;\n};\nvar __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(\n\t// If the importer is in node compatibility mode or this is not an ESM\n\t// file that has been converted to a CommonJS file using a Babel-\n\t// compatible transform (i.e. \"__esModule\" has not been set), then set\n\t// \"default\" to the CommonJS \"module.exports\" for node compatibility.\n\tisNodeMode || !mod || !mod.__esModule ? __defProp(target, \"default\", {\n\t\tvalue: mod,\n\t\tenumerable: true\n\t}) : target,\n\tmod\n));\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar createComponent_exports = {};\n__export(createComponent_exports, {\n\tcomponentSetStates: () => componentSetStates,\n\tcreateComponent: () => createComponent\n});\nmodule.exports = __toCommonJS(createComponent_exports);\nvar import_jsx_runtime = require(\"react/jsx-runtime\");\nvar import_compose_refs = require(\"@tamagui/compose-refs\");\nvar import_constants = require(\"@tamagui/constants\");\nvar import_native = require(\"@tamagui/native\");\nvar import_helpers = require(\"@tamagui/helpers\");\nvar import_is_equal_shallow = require(\"@tamagui/is-equal-shallow\");\nvar import_react = __toESM(require(\"react\"), 1);\nvar import_config = require(\"./config\");\nvar import_isDevTools = require(\"./constants/isDevTools\");\nvar import_ComponentContext = require(\"./contexts/ComponentContext\");\nvar import_GroupContext = require(\"./contexts/GroupContext\");\nvar import_createVariable = require(\"./createVariable\");\nvar import_defaultComponentState = require(\"./defaultComponentState\");\nvar import_eventHandling = require(\"./eventHandling\");\nvar import_getDefaultProps = require(\"./helpers/getDefaultProps\");\nvar import_componentDisplayName = require(\"./helpers/componentDisplayName\");\nvar import_resolveAnimationDriver = require(\"./helpers/resolveAnimationDriver\");\nvar import_getSplitStyles = require(\"./helpers/getSplitStyles\");\nvar import_nativeStyleEngine = require(\"./helpers/nativeStyleEngine\");\nvar import_getThemeProxied = require(\"./hooks/getThemeProxied\");\nvar import_log = require(\"./helpers/log\");\nvar import_mergeProps = require(\"./helpers/mergeProps\");\nvar import_mergeRenderElementProps = require(\"./helpers/mergeRenderElementProps\");\nvar import_mediaState = require(\"./helpers/mediaState\");\nvar import_objectIdentityKey = require(\"./helpers/objectIdentityKey\");\nvar import_pointerEvents = require(\"./helpers/pointerEvents\");\nvar import_extractPseudoState = require(\"./helpers/extractPseudoState\");\nvar import_resolveSafeAreaVariable = require(\"./helpers/resolveSafeAreaVariable\");\nvar import_setElementProps = require(\"./helpers/setElementProps\");\nvar import_subscribeToContextGroup = require(\"./helpers/subscribeToContextGroup\");\nrequire(\"./helpers/wrapStyleTags\");\nvar import_useComponentState = require(\"./hooks/useComponentState\");\nvar import_useMedia = require(\"./hooks/useMedia\");\nvar import_useTheme = require(\"./hooks/useTheme\");\nvar import_setupHooks = require(\"./setupHooks\");\nvar import_Slot = require(\"./views/Slot\");\nvar import_Theme = require(\"./views/Theme\");\nfunction _type_of(obj) {\n\t\"@swc/helpers - typeof\";\n\treturn obj && typeof Symbol !== \"undefined\" && obj.constructor === Symbol ? \"symbol\" : typeof obj;\n}\nvar time;\nvar debugKeyListeners;\nvar startVisualizer;\nvar componentSetStates = /* @__PURE__ */ new Set();\nvar avoidReRenderKeys = /* @__PURE__ */ new Set([\n\t\"hover\",\n\t\"press\",\n\t\"pressIn\",\n\t\"group\",\n\t\"focus\",\n\t\"focusWithin\",\n\t\"media\",\n\t\"group\"\n]);\nvar groupPseudoKeys = [\n\t\"disabled\",\n\t\"hover\",\n\t\"press\",\n\t\"pressIn\",\n\t\"focus\",\n\t\"focusVisible\",\n\t\"focusWithin\"\n];\nfunction getStyledContextKeys(staticConfig, styledContextValue) {\n\tvar _staticConfig_context;\n\tvar propKeys = staticConfig.contextProps || ((_staticConfig_context = staticConfig.context) === null || _staticConfig_context === void 0 ? void 0 : _staticConfig_context.propKeys);\n\tif (!propKeys) return styledContextValue;\n\tvar out = {};\n\tvar _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = void 0;\n\ttry {\n\t\tfor (var _iterator = propKeys[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n\t\t\tvar key = _step.value;\n\t\t\tout[key] = true;\n\t\t}\n\t} catch (err) {\n\t\t_didIteratorError = true;\n\t\t_iteratorError = err;\n\t} finally {\n\t\ttry {\n\t\t\tif (!_iteratorNormalCompletion && _iterator.return != null) _iterator.return();\n\t\t} finally {\n\t\t\tif (_didIteratorError) throw _iteratorError;\n\t\t}\n\t}\n\tif (styledContextValue) Object.assign(out, styledContextValue);\n\treturn out;\n}\nvar BaseText;\nvar BaseView;\nvar hasSetupBaseViews = false;\nvar lastInteractionWasKeyboard = { value: false };\nvar lastInteractionWasTouch = { value: false };\nif (import_constants.isWeb && typeof document !== \"undefined\") {\n\tdocument.addEventListener(\"keydown\", function() {\n\t\tif (!lastInteractionWasKeyboard.value) lastInteractionWasKeyboard.value = true;\n\t});\n\tdocument.addEventListener(\"mousedown\", function() {\n\t\tif (lastInteractionWasKeyboard.value) lastInteractionWasKeyboard.value = false;\n\t});\n\tdocument.addEventListener(\"mousemove\", function() {\n\t\tif (lastInteractionWasKeyboard.value) lastInteractionWasKeyboard.value = false;\n\t\tlastInteractionWasTouch.value = false;\n\t});\n\tdocument.addEventListener(\"touchstart\", function() {\n\t\tlastInteractionWasTouch.value = true;\n\t});\n}\nfunction createComponent(staticConfig) {\n\tif (process.env.TAMAGUI_RUNTIME === \"zero\") throw new Error(`[tamagui zero-runtime] createComponent ran in a zero-runtime graph. No Tamagui component renderer ships in this mode, so a component reference survived compilation. Fix the site or move the owning module to a declared full-runtime island.`);\n\tvar config = null;\n\tvar resolvedDefaultProps;\n\tvar didResolveDefaultProps = false;\n\tvar { Component, isText, isHOC } = staticConfig;\n\tvar res;\n\tvar component = function(propsInWithRef) {\n\t\t\"use no memo\";\n\t\tvar _hooks_usePropsTransform, _staticConfig_neverSkipProps;\n\t\tvar _stateRef_current;\n\t\tvar displayName = res[import_componentDisplayName.componentDisplayName];\n\t\tvar forwardedRef = propsInWithRef.ref;\n\t\tvar propsIn = propsInWithRef;\n\t\tconfig = config || (0, import_config.getConfig)();\n\t\tvar internalID = process.env.NODE_ENV === \"development\" ? import_react.default.useId() : \"\";\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (startVisualizer) {\n\t\t\t\tstartVisualizer();\n\t\t\t\tstartVisualizer = void 0;\n\t\t\t}\n\t\t}\n\t\tif (!hasSetupBaseViews) {\n\t\t\tvar _hooks_getBaseViews;\n\t\t\thasSetupBaseViews = true;\n\t\t\tvar baseViews = (_hooks_getBaseViews = import_setupHooks.hooks.getBaseViews) === null || _hooks_getBaseViews === void 0 ? void 0 : _hooks_getBaseViews.call(import_setupHooks.hooks);\n\t\t\tif (baseViews) {\n\t\t\t\tBaseText = baseViews.Text;\n\t\t\t\tBaseView = baseViews.View;\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"test\") {\n\t\t\tvar testRenderCount = propsIn[\"data-test-renders\"];\n\t\t\tif (testRenderCount && (typeof testRenderCount === \"undefined\" ? \"undefined\" : _type_of(testRenderCount)) === \"object\" && !Object.isFrozen(testRenderCount)) {\n\t\t\t\tvar _testRenderCount_current;\n\t\t\t\ttestRenderCount.current = (_testRenderCount_current = testRenderCount.current) !== null && _testRenderCount_current !== void 0 ? _testRenderCount_current : 0;\n\t\t\t\ttestRenderCount.current += 1;\n\t\t\t}\n\t\t}\n\t\tvar { context, isReactNative } = staticConfig;\n\t\tvar debugProp = propsIn[\"debug\"];\n\t\tvar styledContextValue = context ? import_react.default.useContext(context) : void 0;\n\t\tvar overriddenContextProps = null;\n\t\tvar componentContext = import_react.default.useContext(import_ComponentContext.ComponentContext);\n\t\tvar hasTextAncestor = !!(import_constants.isWeb && isText ? componentContext.inText : false);\n\t\tvar isInsideNativeMenu = import_constants.isAndroid ? import_react.default.useContext(import_native.NativeMenuContext) : false;\n\t\tif (!process.env.TAMAGUI_IS_CORE_NODE && process.env.NODE_ENV === \"development\" && debugProp === \"profile\" && !time) {\n\t\t\ttime = require(\"@tamagui/timer\").timer().start();\n\t\t\tglobalThis[\"time\"] = time;\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && !time && globalThis.time) time = globalThis.time;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`non-tamagui time (ignore)`;\n\t\tvar props = propsIn;\n\t\tif (!didResolveDefaultProps) {\n\t\t\tdidResolveDefaultProps = true;\n\t\t\tvar staticDefaultProps = (0, import_getDefaultProps.getDefaultProps)(staticConfig);\n\t\t\tresolvedDefaultProps = import_constants.isWeb && !isText && config.settings.defaultPosition === \"relative\" && (staticDefaultProps === null || staticDefaultProps === void 0 ? void 0 : staticDefaultProps.position) === void 0 ? staticDefaultProps ? {\n\t\t\t\tposition: \"relative\",\n\t\t\t\t...staticDefaultProps\n\t\t\t} : { position: \"relative\" } : staticDefaultProps;\n\t\t}\n\t\tvar [nextProps, overrides] = (0, import_mergeProps.mergeComponentProps)(resolvedDefaultProps, styledContextValue, propsIn);\n\t\tprops = nextProps;\n\t\toverriddenContextProps = overrides;\n\t\tif (staticConfig.styleFrontend) props = staticConfig.styleFrontend.preprocessProps(props, config);\n\t\tif (process.env.NODE_ENV === \"development\" && import_constants.isClient) import_react.default.useEffect(function() {\n\t\t\tvar node;\n\t\t\tvar overlay = null;\n\t\t\tvar remove = function() {\n\t\t\t\tif (overlay) try {\n\t\t\t\t\tvar _overlay_parentNode;\n\t\t\t\t\t(_overlay_parentNode = overlay.parentNode) === null || _overlay_parentNode === void 0 || _overlay_parentNode.removeChild(overlay);\n\t\t\t\t\toverlay = null;\n\t\t\t\t} catch (e) {}\n\t\t\t};\n\t\t\tvar debugVisualizerHandler = function() {\n\t\t\t\tvar show = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : false;\n\t\t\t\tnode = stateRef.current.host;\n\t\t\t\tif (!node) return;\n\t\t\t\tif (show) {\n\t\t\t\t\tif (!overlay) {\n\t\t\t\t\t\toverlay = document.createElement(\"span\");\n\t\t\t\t\t\toverlay.style.inset = \"0px\";\n\t\t\t\t\t\toverlay.style.zIndex = \"1000000\";\n\t\t\t\t\t\toverlay.style.position = \"absolute\";\n\t\t\t\t\t\toverlay.style.borderColor = \"red\";\n\t\t\t\t\t\toverlay.style.borderWidth = \"1px\";\n\t\t\t\t\t\toverlay.style.borderStyle = \"dotted\";\n\t\t\t\t\t}\n\t\t\t\t\tvar dataAt = node.getAttribute(\"data-at\") || \"\";\n\t\t\t\t\tvar dataIn = node.getAttribute(\"data-in\") || \"\";\n\t\t\t\t\tvar tooltip = document.createElement(\"span\");\n\t\t\t\t\ttooltip.style.position = \"absolute\";\n\t\t\t\t\ttooltip.style.top = \"0px\";\n\t\t\t\t\ttooltip.style.left = \"0px\";\n\t\t\t\t\ttooltip.style.padding = \"3px\";\n\t\t\t\t\ttooltip.style.background = \"rgba(0,0,0,0.75)\";\n\t\t\t\t\ttooltip.style.color = \"rgba(255,255,255,1)\";\n\t\t\t\t\ttooltip.style.fontSize = \"12px\";\n\t\t\t\t\ttooltip.style.lineHeight = \"12px\";\n\t\t\t\t\ttooltip.style.fontFamily = \"monospace\";\n\t\t\t\t\ttooltip.innerText = `${displayName || \"\"} ${dataAt} ${dataIn}`.trim();\n\t\t\t\t\toverlay.appendChild(tooltip);\n\t\t\t\t\tnode.appendChild(overlay);\n\t\t\t\t} else remove();\n\t\t\t};\n\t\t\tdebugKeyListeners = debugKeyListeners || /* @__PURE__ */ new Set();\n\t\t\tdebugKeyListeners.add(debugVisualizerHandler);\n\t\t\treturn function() {\n\t\t\t\tremove();\n\t\t\t\tdebugKeyListeners === null || debugKeyListeners === void 0 || debugKeyListeners.delete(debugVisualizerHandler);\n\t\t\t};\n\t\t}, [displayName]);\n\t\tvar groupContextParent = import_react.default.useContext(import_GroupContext.GroupContext);\n\t\tvar animationDriver = (function() {\n\t\t\tif (props.animatedBy && config) {\n\t\t\t\tvar selectedDriver;\n\t\t\t\tif (config.animationDrivers) {\n\t\t\t\t\tvar _config_animationDrivers_props_animatedBy;\n\t\t\t\t\tselectedDriver = (_config_animationDrivers_props_animatedBy = config.animationDrivers[props.animatedBy]) !== null && _config_animationDrivers_props_animatedBy !== void 0 ? _config_animationDrivers_props_animatedBy : config.animations;\n\t\t\t\t} else selectedDriver = props.animatedBy === \"default\" ? config.animations : null;\n\t\t\t\treturn (0, import_resolveAnimationDriver.resolveAnimationDriver)(selectedDriver);\n\t\t\t}\n\t\t\tvar _resolveAnimationDriver, _ref5;\n\t\t\treturn (_ref5 = (_resolveAnimationDriver = (0, import_resolveAnimationDriver.resolveAnimationDriver)(componentContext.animationDriver)) !== null && _resolveAnimationDriver !== void 0 ? _resolveAnimationDriver : (0, import_resolveAnimationDriver.resolveAnimationDriver)(config === null || config === void 0 ? void 0 : config.animations)) !== null && _ref5 !== void 0 ? _ref5 : null;\n\t\t})();\n\t\tvar useAnimations = (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.isStub) ? void 0 : animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.useAnimations;\n\t\tvar componentState = (0, import_useComponentState.useComponentState)(props, (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.isStub) ? null : animationDriver, staticConfig, config);\n\t\tvar { disabled, groupName, hasAnimationProp, hasEnterStyle, isAnimated, isExiting, isHydrated, presence, presenceState, setState, noClass, state, stateRef, inputStyle, outputStyle, willBeAnimated, willBeAnimatedClient, platformPseudo, startedUnhydrated } = componentState;\n\t\tprops = componentState.props;\n\t\tvar _avoidReRenders;\n\t\t(_avoidReRenders = (_stateRef_current = stateRef.current).avoidReRenders) !== null && _avoidReRenders !== void 0 || (_stateRef_current.avoidReRenders = !!(animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.avoidReRenders));\n\t\tif (stateRef.current.avoidReRenders) (0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tvar emitted = stateRef.current.prevPseudoState;\n\t\t\tif (emitted && (emitted.hover || emitted.press || emitted.focus)) {\n\t\t\t\tvar _stateRef_current_updateStyleListener, _stateRef_current2;\n\t\t\t\t(_stateRef_current_updateStyleListener = (_stateRef_current2 = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current2);\n\t\t\t}\n\t\t\tvar pendingState = stateRef.current.nextState;\n\t\t\tif (!pendingState) return;\n\t\t\tstateRef.current.nextState = void 0;\n\t\t\tif (!(0, import_is_equal_shallow.isEqualShallow)(state, pendingState)) componentState.setStateShallow(pendingState);\n\t\t});\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tvar _getPlatformDriver;\n\t\t\tif (!platformPseudo || props.disabled) return;\n\t\t\tvar pseudoDriver = (_getPlatformDriver = (0, import_constants.getPlatformDriver)()) === null || _getPlatformDriver === void 0 ? void 0 : _getPlatformDriver.pseudo;\n\t\t\tvar host = stateRef.current.host;\n\t\t\tif (!pseudoDriver || !host) return;\n\t\t\treturn pseudoDriver.subscribe(host, function(param) {\n\t\t\t\tvar { hovered } = param;\n\t\t\t\tvar _stateRef_current_setStateShallow, _stateRef_current2;\n\t\t\t\t(_stateRef_current_setStateShallow = (_stateRef_current2 = stateRef.current).setStateShallow) === null || _stateRef_current_setStateShallow === void 0 || _stateRef_current_setStateShallow.call(_stateRef_current2, { hover: hovered });\n\t\t\t});\n\t\t}, [platformPseudo, props.disabled]);\n\t\tvar containerName = props.containerName;\n\t\tvar isContainer = !!(props.container || containerName || props.containerType && props.containerType !== \"normal\");\n\t\tvar allGroupContexts = (0, import_react.useMemo)(function() {\n\t\t\tvar _stateRef_current_group_listeners, _stateRef_current_group;\n\t\t\tif (!groupName && !isContainer || props.passThrough) return groupContextParent;\n\t\t\tvar listeners = /* @__PURE__ */ new Set();\n\t\t\t(_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.clear();\n\t\t\tstateRef.current.group = {\n\t\t\t\tlisteners,\n\t\t\t\temit(state2) {\n\t\t\t\t\tlisteners.forEach(function(l) {\n\t\t\t\t\t\treturn l(state2);\n\t\t\t\t\t});\n\t\t\t\t},\n\t\t\t\tsubscribe(cb) {\n\t\t\t\t\tlisteners.add(cb);\n\t\t\t\t\tif (listeners.size === 1) setStateShallow({ hasDynGroupChildren: true });\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tlisteners.delete(cb);\n\t\t\t\t\t\tif (listeners.size === 0) setStateShallow({ hasDynGroupChildren: false });\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar entry = {\n\t\t\t\tstate: { pseudo: import_defaultComponentState.defaultComponentStateMounted },\n\t\t\t\tsubscribe: function(listener) {\n\t\t\t\t\tvar _stateRef_current_group2;\n\t\t\t\t\tvar dispose = (_stateRef_current_group2 = stateRef.current.group) === null || _stateRef_current_group2 === void 0 ? void 0 : _stateRef_current_group2.subscribe(listener);\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tdispose === null || dispose === void 0 || dispose();\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar next = { ...groupContextParent };\n\t\t\tif (groupName) next[groupName] = entry;\n\t\t\tif (isContainer) {\n\t\t\t\tnext[\"@\"] = entry;\n\t\t\t\tif (containerName) next[`@${containerName}`] = entry;\n\t\t\t}\n\t\t\treturn next;\n\t\t}, [\n\t\t\tstateRef,\n\t\t\tgroupName,\n\t\t\tcontainerName,\n\t\t\tisContainer,\n\t\t\tgroupContextParent\n\t\t]);\n\t\tvar setStateShallow = componentState.setStateShallow;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`use-state`;\n\t\tvar renderProp = props.render;\n\t\tvar isRenderString = !Component || typeof Component === \"string\";\n\t\tvar element = import_constants.isWeb ? isRenderString ? renderProp || Component : Component : Component;\n\t\tvar BaseComponent = isText ? BaseText || element || \"span\" : BaseView || element || (hasTextAncestor ? \"span\" : \"div\");\n\t\tvar elementType = BaseComponent;\n\t\tvar isAnimatedCustomComponent = animationDriver && isAnimated && animationDriver.needsCustomComponent;\n\t\tif (isAnimatedCustomComponent) elementType = animationDriver[isText ? \"Text\" : \"View\"] || elementType;\n\t\tvar disableTheme = isHOC;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`theme-props`;\n\t\tvar themeStateProps = {\n\t\t\tdisable: disableTheme,\n\t\t\tshallow: props.themeShallow,\n\t\t\tdebug: debugProp\n\t\t};\n\t\tif (\"theme\" in props) themeStateProps.name = props.theme;\n\t\tif (!stateRef.current.optimizeForFirstRender) themeStateProps.needsUpdate = stateRef.current.themeNeedsUpdate || (stateRef.current.themeNeedsUpdate = function() {\n\t\t\treturn !!stateRef.current.isListeningToTheme;\n\t\t});\n\t\tvar _stateRef_current1;\n\t\tthemeStateProps.deopt = willBeAnimated;\n\t\tthemeStateProps.nativeUpdate = (_stateRef_current1 = stateRef.current).nativeUpdateProxy || (_stateRef_current1.nativeUpdateProxy = function(next) {\n\t\t\tvar _stateRef_current_nativeStyleUpdate, _stateRef_current2;\n\t\t\tvar _stateRef_current_nativeStyleUpdate1;\n\t\t\treturn (_stateRef_current_nativeStyleUpdate1 = (_stateRef_current_nativeStyleUpdate = (_stateRef_current2 = stateRef.current).nativeStyleUpdate) === null || _stateRef_current_nativeStyleUpdate === void 0 ? void 0 : _stateRef_current_nativeStyleUpdate.call(_stateRef_current2, next)) !== null && _stateRef_current_nativeStyleUpdate1 !== void 0 ? _stateRef_current_nativeStyleUpdate1 : false;\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (debugProp && debugProp !== \"profile\") {\n\t\t\t\tvar name = `${displayName || (Component === null || Component === void 0 ? void 0 : Component.displayName) || (Component === null || Component === void 0 ? void 0 : Component.name) || \"[Unnamed Component]\"}`;\n\t\t\t\tvar type = (hasEnterStyle ? \"(hasEnter)\" : \" \") + (isAnimated ? \"(animated)\" : \" \") + (isReactNative ? \"(rnw)\" : \" \") + (noClass ? \"(noClass)\" : \" \") + (state.press || state.pressIn ? \"(PRESSED)\" : \" \") + (state.hover ? \"(HOVERED)\" : \" \") + (state.focus ? \"(FOCUSED)\" : \" \") + (state.focusWithin ? \"(WITHIN FOCUSED)\" : \" \") + ((presenceState === null || presenceState === void 0 ? void 0 : presenceState.isPresent) === false ? \"(EXIT)\" : \"\");\n\t\t\t\tvar dataIs = propsIn[\"data-is\"] || \"\";\n\t\t\t\tvar banner = `<${name} /> ${internalID} ${dataIs ? ` ${dataIs}` : \"\"} ${type.trim()} (hydrated: ${isHydrated}) (unmounted: ${state.unmounted})`;\n\t\t\t\tvar ch = propsIn.children;\n\t\t\t\tvar childLog = typeof ch === \"string\" ? ch.length > 4 ? ch.slice(0, 4) + \"...\" : ch : \"\";\n\t\t\t\tif (childLog.length) childLog = `(children: ${childLog})`;\n\t\t\t\tif (import_constants.isWeb) {\n\t\t\t\t\tconsole.info(`%c ${banner}`, \"background: green; color: white;\");\n\t\t\t\t\tif (import_constants.isServer) (0, import_log.log)({\n\t\t\t\t\t\tnoClass,\n\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\tisWeb: import_constants.isWeb,\n\t\t\t\t\t\tinputStyle\n\t\t\t\t\t});\n\t\t\t\t\telse {\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t\tconsole.groupCollapsed(`${childLog} [inspect props, state, context \\u{1F447}]`);\n\t\t\t\t\t\t(0, import_log.log)(\"props in:\", propsIn);\n\t\t\t\t\t\t(0, import_log.log)(\"final props:\", props, Object.keys(props));\n\t\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\t\tstate,\n\t\t\t\t\t\t\tstaticConfig,\n\t\t\t\t\t\t\telementType,\n\t\t\t\t\t\t\tthemeStateProps\n\t\t\t\t\t\t});\n\t\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\t\tcontext,\n\t\t\t\t\t\t\toverriddenContextProps,\n\t\t\t\t\t\t\tcomponentContext\n\t\t\t\t\t\t});\n\t\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\t\tpresence,\n\t\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\t\tisHOC,\n\t\t\t\t\t\t\thasAnimationProp,\n\t\t\t\t\t\t\tuseAnimations\n\t\t\t\t\t\t});\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconsole.info(`\n\n------------------------------\n${banner}\n------------------------------\n`);\n\t\t\t\t\t(0, import_log.log)(`children:`, props.children);\n\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\toverriddenContextProps,\n\t\t\t\t\t\tstyledContextValue\n\t\t\t\t\t});\n\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\tnoClass,\n\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\tisWeb: import_constants.isWeb,\n\t\t\t\t\t\tinputStyle\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`pre-theme-media`;\n\t\tvar [theme, themeState] = (0, import_useTheme.useThemeWithState)(themeStateProps);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`theme`;\n\t\tif (!isAnimatedCustomComponent) elementType = element || elementType;\n\t\tvar isStringElement = typeof elementType === \"string\";\n\t\tvar mediaState = (0, import_useMedia.useMedia)(componentContext, debugProp, stateRef.current);\n\t\t(0, import_createVariable.setDidGetVariableValue)(false);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`media`;\n\t\tvar styleProps = {\n\t\t\tmediaState,\n\t\t\tnoClass,\n\t\t\tresolveValues: isAnimated && inputStyle !== \"css\" || isHOC && state.unmounted == false && hasAnimationProp ? \"value\" : \"auto\",\n\t\t\tisExiting,\n\t\t\tisAnimated,\n\t\t\twillBeAnimated,\n\t\t\tdisplayName,\n\t\t\tstyledContext: getStyledContextKeys(staticConfig, styledContextValue)\n\t\t};\n\t\tvar themeName = (themeState === null || themeState === void 0 ? void 0 : themeState.name) || \"\";\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`split-styles-prepare`;\n\t\tvar splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, themeName, state, styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp, animationDriver);\n\t\tvar isPassthrough = !splitStyles;\n\t\tvar nativeEngine = (0, import_nativeStyleEngine.getNativeStyleEngine)();\n\t\tvar canNativeUpdate = !!nativeEngine && !isPassthrough && !isHOC && !willBeAnimated && !groupName && !props.disableNativeStyle;\n\t\tstateRef.current.nativePushedStates = canNativeUpdate ? /* @__PURE__ */ new Set() : void 0;\n\t\tstateRef.current.nativeThemeState = void 0;\n\t\tstateRef.current.nativeActiveState = canNativeUpdate ? themeState === null || themeState === void 0 ? void 0 : themeState.name : void 0;\n\t\tvar pushViewState = canNativeUpdate ? function(stateName, style2) {\n\t\t\tvar _sr;\n\t\t\tvar sr2 = stateRef.current;\n\t\t\tvar outProps = nativeEngine.processStyleColors(style2);\n\t\t\tif (sr2.nativePushedKeys) {\n\t\t\t\tvar _iteratorNormalCompletion2 = true, _didIteratorError2 = false, _iteratorError2 = void 0;\n\t\t\t\ttry {\n\t\t\t\t\tfor (var _iterator2 = sr2.nativePushedKeys[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {\n\t\t\t\t\t\tvar key4 = _step2.value;\n\t\t\t\t\t\tif (!(key4 in style2)) outProps[key4] = null;\n\t\t\t\t\t}\n\t\t\t\t} catch (err) {\n\t\t\t\t\t_didIteratorError2 = true;\n\t\t\t\t\t_iteratorError2 = err;\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!_iteratorNormalCompletion2 && _iterator2.return != null) _iterator2.return();\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (_didIteratorError2) throw _iteratorError2;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar keys = (_sr = sr2).nativePushedKeys || (_sr.nativePushedKeys = /* @__PURE__ */ new Set());\n\t\t\tfor (var key12 in outProps) keys.add(key12);\n\t\t\tsr2.nativePushedStates.add(stateName);\n\t\t\t(0, import_nativeStyleEngine.queueNativeViewState)({\n\t\t\t\tid: sr2.nativeLink.id,\n\t\t\t\tstate: stateName,\n\t\t\t\tprops: outProps\n\t\t\t});\n\t\t} : void 0;\n\t\tstateRef.current.nativeStyleUpdate = canNativeUpdate ? function(nextTheme) {\n\t\t\tvar sr2 = stateRef.current;\n\t\t\tif (!sr2.nativeLink || !nextTheme.theme) return false;\n\t\t\tsr2.nativeThemeState = nextTheme;\n\t\t\tvar stateName = nextTheme.name;\n\t\t\tif (stateName === sr2.nativeActiveState) return true;\n\t\t\tsr2.nativeActiveState = stateName;\n\t\t\tif (sr2.nativePushedStates.has(stateName)) {\n\t\t\t\t(0, import_nativeStyleEngine.queueNativeViewState)({\n\t\t\t\t\tid: sr2.nativeLink.id,\n\t\t\t\t\tstate: stateName\n\t\t\t\t});\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tvar proxiedTheme = (0, import_getThemeProxied.getThemeProxied)(themeStateProps, nextTheme, { current: null }, { current: null });\n\t\t\tvar nextStyles = (0, import_getSplitStyles.getSplitStyles)(\n\t\t\t\tprops,\n\t\t\t\tstaticConfig,\n\t\t\t\tproxiedTheme,\n\t\t\t\tstateName,\n\t\t\t\tstate,\n\t\t\t\t// media may have changed since render: the captured\n\t\t\t\t// styleProps.mediaState is a mount-time snapshot in\n\t\t\t\t// first-render mode, so resolve against the live global\n\t\t\t\t{\n\t\t\t\t\t...styleProps,\n\t\t\t\t\tmediaState: (0, import_mediaState.getMedia)()\n\t\t\t\t},\n\t\t\t\tnull,\n\t\t\t\tcomponentContext,\n\t\t\t\tallGroupContexts,\n\t\t\t\telementType,\n\t\t\t\tstartedUnhydrated,\n\t\t\t\tdebugProp,\n\t\t\t\tanimationDriver\n\t\t\t);\n\t\t\tif (!(nextStyles === null || nextStyles === void 0 ? void 0 : nextStyles.style)) return false;\n\t\t\tpushViewState(stateName, nextStyles.style);\n\t\t\treturn true;\n\t\t} : void 0;\n\t\tstateRef.current.nativeMediaUpdate = canNativeUpdate ? function(onMiss) {\n\t\t\tvar sr2 = stateRef.current;\n\t\t\tif (!sr2.nativeLink) return false;\n\t\t\tif (!sr2.nativeMediaQueued) {\n\t\t\t\tsr2.nativeMediaQueued = true;\n\t\t\t\tqueueMicrotask(function() {\n\t\t\t\t\tsr2.nativeMediaQueued = false;\n\t\t\t\t\tif (!sr2.nativeLink) return;\n\t\t\t\t\tsr2.nativePushedStates.clear();\n\t\t\t\t\tsr2.nativeActiveState = void 0;\n\t\t\t\t\tif (!sr2.nativeStyleUpdate(sr2.nativeThemeState || themeState)) onMiss === null || onMiss === void 0 || onMiss();\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn true;\n\t\t} : void 0;\n\t\tif (canNativeUpdate && stateRef.current.nativeLink) {\n\t\t\tvar sr = stateRef.current;\n\t\t\tvar style = splitStyles.style;\n\t\t\tif (style && sr.nativePushedKeys) {\n\t\t\t\tvar dropped = false;\n\t\t\t\tvar _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = void 0;\n\t\t\t\ttry {\n\t\t\t\t\tfor (var _iterator = sr.nativePushedKeys[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) if (!(_step.value in style)) {\n\t\t\t\t\t\tdropped = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t} catch (err) {\n\t\t\t\t\t_didIteratorError = true;\n\t\t\t\t\t_iteratorError = err;\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!_iteratorNormalCompletion && _iterator.return != null) _iterator.return();\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (_didIteratorError) throw _iteratorError;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (dropped) pushViewState((themeState === null || themeState === void 0 ? void 0 : themeState.name) || \"\", style);\n\t\t\t}\n\t\t}\n\t\tvar contextForOverride = staticConfig.context;\n\t\tif (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.overriddenContextProps) {\n\t\t\tvar _staticConfig_parentStaticConfig;\n\t\t\tvar contextForProps = staticConfig.context || ((_staticConfig_parentStaticConfig = staticConfig.parentStaticConfig) === null || _staticConfig_parentStaticConfig === void 0 ? void 0 : _staticConfig_parentStaticConfig.context);\n\t\t\tif (contextForProps) {\n\t\t\t\tfor (var key1 in splitStyles.overriddenContextProps) {\n\t\t\t\t\toverriddenContextProps = overriddenContextProps || {};\n\t\t\t\t\toverriddenContextProps[key1] = splitStyles.overriddenContextProps[key1];\n\t\t\t\t}\n\t\t\t\tif (!staticConfig.context) contextForOverride = contextForProps;\n\t\t\t}\n\t\t}\n\t\tvar groupContext = groupName || isContainer ? (allGroupContexts === null || allGroupContexts === void 0 ? void 0 : allGroupContexts[groupName !== null && groupName !== void 0 ? groupName : \"@\"]) || null : null;\n\t\tif (!isPassthrough && groupContext && props.containerType !== \"normal\") {\n\t\t\tvar groupState = groupContext === null || groupContext === void 0 ? void 0 : groupContext.state;\n\t\t\tif (groupState && groupState.layout === void 0) {\n\t\t\t\tvar _splitStyles_style, _splitStyles_style1;\n\t\t\t\tif (((_splitStyles_style = splitStyles.style) === null || _splitStyles_style === void 0 ? void 0 : _splitStyles_style.width) || ((_splitStyles_style1 = splitStyles.style) === null || _splitStyles_style1 === void 0 ? void 0 : _splitStyles_style1.height)) groupState.layout = {\n\t\t\t\t\twidth: fromPx(splitStyles.style.width),\n\t\t\t\t\theight: fromPx(splitStyles.style.height)\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\t\tvar hasEnterExitTransition = props.transition && _type_of(props.transition) === \"object\" && !Array.isArray(props.transition) && (\"enter\" in props.transition || \"exit\" in props.transition);\n\t\tif (!isPassthrough && (hasAnimationProp || groupName || platformPseudo) && (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.avoidReRenders) && !hasEnterExitTransition) {\n\t\t\tlet updateGroupListeners2 = function() {\n\t\t\t\tvar updatedState = stateRef.current.nextState;\n\t\t\t\tif (groupContext) {\n\t\t\t\t\tvar { group, hasDynGroupChildren, unmounted, transition, ...childrenGroupState } = updatedState;\n\t\t\t\t\tnotifyGroupSubscribers(groupContext, stateRef.current.group || null, childrenGroupState);\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar ogSetStateShallow = setStateShallow;\n\t\t\tstateRef.current.updateStyleListener = function() {\n\t\t\t\tvar useStyleListener = stateRef.current.useStyleListener;\n\t\t\t\tif (!useStyleListener) {\n\t\t\t\t\tvar pendingState = stateRef.current.nextState;\n\t\t\t\t\tif (pendingState) ogSetStateShallow(pendingState);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tvar updatedState = stateRef.current.nextState || state;\n\t\t\t\tvar mediaState2 = stateRef.current.nextMedia;\n\t\t\t\tvar nextStyles = (0, import_getSplitStyles.getSplitStyles)(props, staticConfig, theme, themeName, updatedState, mediaState2 ? {\n\t\t\t\t\t...styleProps,\n\t\t\t\t\tmediaState: mediaState2\n\t\t\t\t} : styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp, animationDriver);\n\t\t\t\tvar _nextStyles_effectiveTransition, _ref5;\n\t\t\t\tvar effectiveTransition2 = (_ref5 = (_nextStyles_effectiveTransition = nextStyles === null || nextStyles === void 0 ? void 0 : nextStyles.effectiveTransition) !== null && _nextStyles_effectiveTransition !== void 0 ? _nextStyles_effectiveTransition : props.transition) !== null && _ref5 !== void 0 ? _ref5 : platformPseudo ? \"0ms\" : void 0;\n\t\t\t\tstateRef.current.prevPseudoState = (0, import_extractPseudoState.extractPseudoState)(updatedState);\n\t\t\t\tvar hasActivePseudo = Boolean(updatedState.hover || updatedState.press || updatedState.pressIn || updatedState.focus || updatedState.focusWithin);\n\t\t\t\tuseStyleListener((nextStyles === null || nextStyles === void 0 ? void 0 : nextStyles.style) || {}, effectiveTransition2, hasActivePseudo);\n\t\t\t};\n\t\t\tcomponentContext.mediaEmitListeners = componentContext.mediaEmitListeners || /* @__PURE__ */ new Set();\n\t\t\tif (!stateRef.current.mediaEmitCleanup) {\n\t\t\t\tvar updateListener = function(next) {\n\t\t\t\t\tvar _stateRef_current_updateStyleListener, _stateRef_current2;\n\t\t\t\t\tstateRef.current.nextMedia = next;\n\t\t\t\t\t(_stateRef_current_updateStyleListener = (_stateRef_current2 = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current2);\n\t\t\t\t};\n\t\t\t\tcomponentContext.mediaEmitListeners.add(updateListener);\n\t\t\t\tstateRef.current.mediaEmitCleanup = function() {\n\t\t\t\t\tvar _componentContext_mediaEmitListeners;\n\t\t\t\t\t(_componentContext_mediaEmitListeners = componentContext.mediaEmitListeners) === null || _componentContext_mediaEmitListeners === void 0 || _componentContext_mediaEmitListeners.delete(updateListener);\n\t\t\t\t};\n\t\t\t}\n\t\t\tcomponentContext.mediaEmit = componentContext.mediaEmit || function(next) {\n\t\t\t\tvar _iteratorNormalCompletion2 = true, _didIteratorError2 = false, _iteratorError2 = void 0;\n\t\t\t\ttry {\n\t\t\t\t\tfor (var _iterator2 = componentContext.mediaEmitListeners[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {\n\t\t\t\t\t\tvar listener = _step2.value;\n\t\t\t\t\t\tlistener(next);\n\t\t\t\t\t}\n\t\t\t\t} catch (err) {\n\t\t\t\t\t_didIteratorError2 = true;\n\t\t\t\t\t_iteratorError2 = err;\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!_iteratorNormalCompletion2 && _iterator2.return != null) _iterator2.return();\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (_didIteratorError2) throw _iteratorError2;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\tstateRef.current.setStateShallow = function(nextOrGetNext) {\n\t\t\t\tvar prev = stateRef.current.nextState || state;\n\t\t\t\tvar next = typeof nextOrGetNext === \"function\" ? nextOrGetNext(prev) : nextOrGetNext;\n\t\t\t\tif (next === prev || (0, import_is_equal_shallow.isEqualShallow)(prev, next)) return;\n\t\t\t\tvar canAvoidReRender = Object.keys(next).every(function(key4) {\n\t\t\t\t\treturn avoidReRenderKeys.has(key4);\n\t\t\t\t});\n\t\t\t\tvar updatedState = {\n\t\t\t\t\t...prev,\n\t\t\t\t\t...next\n\t\t\t\t};\n\t\t\t\tstateRef.current.nextState = updatedState;\n\t\t\t\tif (canAvoidReRender) {\n\t\t\t\t\tvar _stateRef_current_updateStyleListener, _stateRef_current2;\n\t\t\t\t\tif (process.env.NODE_ENV === \"development\" && debugProp && debugProp !== \"profile\") {\n\t\t\t\t\t\tconsole.groupCollapsed(`[\\u26A1\\uFE0F] avoid setState`, displayName, next, {\n\t\t\t\t\t\t\tupdatedState,\n\t\t\t\t\t\t\tprops\n\t\t\t\t\t\t});\n\t\t\t\t\t\tconsole.info(stateRef.current.host);\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t}\n\t\t\t\t\tupdateGroupListeners2();\n\t\t\t\t\t(_stateRef_current_updateStyleListener = (_stateRef_current2 = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current2);\n\t\t\t\t} else {\n\t\t\t\t\tif (process.env.NODE_ENV === \"development\" && debugProp && debugProp !== \"profile\") console.info(`[\\u{1F40C}] re-render`, {\n\t\t\t\t\t\tcanAvoidReRender,\n\t\t\t\t\t\tnext\n\t\t\t\t\t});\n\t\t\t\t\togSetStateShallow(next);\n\t\t\t\t}\n\t\t\t};\n\t\t\tsetStateShallow = function(state2) {\n\t\t\t\tvar _stateRef_current_setStateShallow, _stateRef_current2;\n\t\t\t\t(_stateRef_current_setStateShallow = (_stateRef_current2 = stateRef.current).setStateShallow) === null || _stateRef_current_setStateShallow === void 0 || _stateRef_current_setStateShallow.call(_stateRef_current2, state2);\n\t\t\t};\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`split-styles`;\n\t\tif (splitStyles) {\n\t\t\tif (props.group && props.untilMeasured === \"hide\" && !stateRef.current.hasMeasured) {\n\t\t\t\tsplitStyles.style = splitStyles.style || {};\n\t\t\t\tsplitStyles.style.opacity = 0;\n\t\t\t}\n\t\t}\n\t\tvar hasRuntimeMediaKeys = (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.hasMedia) && splitStyles.hasMedia !== true;\n\t\tvar shouldListenForMedia = (0, import_createVariable.didGetVariableValue)() || hasRuntimeMediaKeys || noClass && (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.hasMedia) === true;\n\t\tvar mediaListeningKeys = hasRuntimeMediaKeys ? splitStyles.hasMedia : null;\n\t\tif (process.env.NODE_ENV === \"development\" && debugProp === \"verbose\") console.info(`useMedia() createComponent`, shouldListenForMedia, mediaListeningKeys);\n\t\t(0, import_useMedia.setMediaShouldUpdate)(stateRef.current, shouldListenForMedia, mediaListeningKeys, stateRef.current.optimizeForFirstRender);\n\t\tvar { viewProps: viewPropsIn, style: splitStylesStyle, classNames, pseudoGroups, mediaGroups } = splitStyles || {};\n\t\tvar propsWithAnimation = props;\n\t\tvar { asChild, children, themeShallow, spaceDirection: _spaceDirection, onPress, onLongPress, onPressIn, onPressOut, onHoverIn, onHoverOut, onMouseUp, onMouseDown, onMouseEnter, onMouseLeave, onFocus, onBlur, onTransition, separator, passThrough, forceStyle: _forceStyle, onClick, theme: _themeProp, ...nonTamaguiProps } = viewPropsIn || {};\n\t\tvar viewProps = nonTamaguiProps;\n\t\tif (props.forceStyle) viewProps.forceStyle = props.forceStyle;\n\t\tif (isHOC) {\n\t\t\tif (typeof _themeProp !== \"undefined\") viewProps.theme = _themeProp;\n\t\t\tif (typeof passThrough !== \"undefined\") viewProps.passThrough = passThrough;\n\t\t\tif (typeof asChild !== \"undefined\") viewProps.asChild = asChild;\n\t\t\tif (typeof onTransition !== \"undefined\") viewProps.onTransition = onTransition;\n\t\t}\n\t\tvar animationStyles;\n\t\tvar shouldUseAnimation = (inputStyle === \"css\" ? willBeAnimatedClient : willBeAnimated) && useAnimations && !isHOC;\n\t\tvar animatedRef;\n\t\tif (shouldUseAnimation) {\n\t\t\tvar useStyleEmitter = (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.avoidReRenders) ? function(listener) {\n\t\t\t\tstateRef.current.useStyleListener = listener;\n\t\t\t} : void 0;\n\t\t\tvar _splitStyles_effectiveTransition, _ref;\n\t\t\tvar effectiveTransition = (_ref = (_splitStyles_effectiveTransition = splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.effectiveTransition) !== null && _splitStyles_effectiveTransition !== void 0 ? _splitStyles_effectiveTransition : props.transition) !== null && _ref !== void 0 ? _ref : platformPseudo ? \"0ms\" : void 0;\n\t\t\tif (splitStyles) splitStyles.effectiveTransition = effectiveTransition;\n\t\t\tstateRef.current.prevPseudoState = (0, import_extractPseudoState.extractPseudoState)(state);\n\t\t\tvar animations = useAnimations({\n\t\t\t\tprops: propsWithAnimation,\n\t\t\t\tstyle: isHydrated ? splitStylesStyle || {} : { ...splitStylesStyle },\n\t\t\t\tstyleState: splitStyles,\n\t\t\t\tuseStyleEmitter,\n\t\t\t\tpresence,\n\t\t\t\tcomponentState: state,\n\t\t\t\tstyleProps,\n\t\t\t\ttheme,\n\t\t\t\tthemeName,\n\t\t\t\tstaticConfig,\n\t\t\t\tstateRef,\n\t\t\t\tonTransition\n\t\t\t});\n\t\t\tif (animations) {\n\t\t\t\tif (animations.ref) animatedRef = animations.ref;\n\t\t\t\tif (isHydrated && animations) {\n\t\t\t\t\tanimationStyles = animations.style;\n\t\t\t\t\tviewProps.style = animationStyles;\n\t\t\t\t\tif (animations.className) viewProps.className = `${state.unmounted === \"should-enter\" ? \"t_unmounted \" : \"\"}${viewProps.className || \"\"} ${animations.className}`;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (process.env.NODE_ENV === \"development\" && time) time`animations`;\n\t\t}\n\t\tif (import_constants.isWeb && isExiting) viewProps.className = `t_exiting ${viewProps.className || \"\"}`;\n\t\tif (process.env.NODE_ENV === \"development\" && props.untilMeasured && !props.group) console.warn(`You set the untilMeasured prop without setting group. This doesn't work, be sure to set untilMeasured on the parent that sets group, not the children that use a group clause.\n\nIf you meant to do this, you can disable this warning - either change untilMeasured and group at the same time, or do group={conditional ? 'name' : undefined}`);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`destructure`;\n\t\tif (!isPassthrough && groupContext && props.containerType !== \"normal\") nonTamaguiProps.onLayout = (0, import_helpers.composeEventHandlers)(nonTamaguiProps.onLayout, function(e) {\n\t\t\tvar _stateRef_current_group;\n\t\t\tvar layout = e.nativeEvent.layout;\n\t\t\tgroupContext.state.layout = layout;\n\t\t\t(_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || _stateRef_current_group.emit({ layout });\n\t\t\tif (!stateRef.current.hasMeasured && props.untilMeasured === \"hide\") setState(function(prev) {\n\t\t\t\treturn { ...prev };\n\t\t\t});\n\t\t\tstateRef.current.hasMeasured = true;\n\t\t});\n\t\tviewProps = ((_hooks_usePropsTransform = import_setupHooks.hooks.usePropsTransform) === null || _hooks_usePropsTransform === void 0 ? void 0 : _hooks_usePropsTransform.call(import_setupHooks.hooks, elementType, nonTamaguiProps, stateRef, stateRef.current.willHydrate)) || nonTamaguiProps;\n\t\tif (!stateRef.current.composedRef) stateRef.current.composedRef = (0, import_compose_refs.composeRefs)(function(x) {\n\t\t\tstateRef.current.host = x;\n\t\t\t(0, import_nativeStyleEngine.updateNativeStyleLink)(stateRef.current, x);\n\t\t}, forwardedRef, import_setElementProps.setElementProps, animatedRef);\n\t\tviewProps.ref = stateRef.current.composedRef;\n\t\tif (onClick !== void 0 && ((_staticConfig_neverSkipProps = staticConfig.neverSkipProps) === null || _staticConfig_neverSkipProps === void 0 ? void 0 : _staticConfig_neverSkipProps.onClick)) viewProps.onClick = onClick;\n\t\t(0, import_pointerEvents.usePointerEvents)(props, viewProps);\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (!isReactNative && !isText && import_constants.isWeb && !isHOC) import_react.default.Children.toArray(props.children).forEach(function(item) {\n\t\t\t\tif (typeof item === \"string\" && item !== \"\\n\") console.error(`Unexpected text node: ${item}. A text node cannot be a child of a <${displayName || propsIn.tag || \"View\"}>.`, props);\n\t\t\t});\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`events-hooks`;\n\t\tvar unPress = function() {\n\t\t\tsetStateShallow({\n\t\t\t\tpress: false,\n\t\t\t\tpressIn: false\n\t\t\t});\n\t\t};\n\t\tif (process.env.NODE_ENV === \"development\" && import_constants.isWeb) (0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tif (debugProp === \"verbose\") {\n\t\t\t\tlet cssStyleDeclarationToObject2 = function(style2) {\n\t\t\t\t\tvar styleObject = {};\n\t\t\t\t\tfor (var i = 0; i < style2.length; i++) {\n\t\t\t\t\t\tvar prop = style2[i];\n\t\t\t\t\t\tstyleObject[prop] = style2.getPropertyValue(prop);\n\t\t\t\t\t}\n\t\t\t\t\treturn styleObject;\n\t\t\t\t};\n\t\t\t\tvar computed = stateRef.current.host ? cssStyleDeclarationToObject2(getComputedStyle(stateRef.current.host)) : {};\n\t\t\t\tconsole.groupCollapsed(`Rendered > (opacity: ${computed.opacity})`);\n\t\t\t\tconsole.warn(stateRef.current.host);\n\t\t\t\tconsole.warn(computed);\n\t\t\t\tconsole.groupEnd();\n\t\t\t}\n\t\t});\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tif (state.unmounted === true && hasEnterStyle) {\n\t\t\t\tsetStateShallow({ unmounted: \"should-enter\" });\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (state.unmounted) {\n\t\t\t\tif (inputStyle === \"css\") {\n\t\t\t\t\tvar cancelled = false;\n\t\t\t\t\trequestAnimationFrame(function() {\n\t\t\t\t\t\tif (cancelled) return;\n\t\t\t\t\t\trequestAnimationFrame(function() {\n\t\t\t\t\t\t\tif (cancelled) return;\n\t\t\t\t\t\t\tsetStateShallow({ unmounted: false });\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tcancelled = true;\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t\tsetStateShallow({ unmounted: false });\n\t\t\t}\n\t\t}, [state.unmounted, inputStyle]);\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\treturn function() {\n\t\t\t\tvar _stateRef_current_mediaEmitCleanup, _stateRef_current2;\n\t\t\t\tcomponentSetStates.delete(setState);\n\t\t\t\t(_stateRef_current_mediaEmitCleanup = (_stateRef_current2 = stateRef.current).mediaEmitCleanup) === null || _stateRef_current_mediaEmitCleanup === void 0 || _stateRef_current_mediaEmitCleanup.call(_stateRef_current2);\n\t\t\t\tstateRef.current.mediaEmitCleanup = void 0;\n\t\t\t};\n\t\t}, []);\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tvar disposeSafeArea;\n\t\t\tif (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea) {\n\t\t\t\tvar updateSafeArea = function() {\n\t\t\t\t\tsetState(function(previous) {\n\t\t\t\t\t\treturn { ...previous };\n\t\t\t\t\t});\n\t\t\t\t};\n\t\t\t\tdisposeSafeArea = (0, import_resolveSafeAreaVariable.subscribeToSafeArea)(updateSafeArea);\n\t\t\t\tupdateSafeArea();\n\t\t\t}\n\t\t\tif (disabled) return disposeSafeArea;\n\t\t\tif (!pseudoGroups && !mediaGroups) return disposeSafeArea;\n\t\t\tif (!allGroupContexts) return disposeSafeArea;\n\t\t\tvar disposeGroup = (0, import_subscribeToContextGroup.subscribeToContextGroup)({\n\t\t\t\tgroupContext: allGroupContexts,\n\t\t\t\tsetStateShallow,\n\t\t\t\tmediaGroups,\n\t\t\t\tpseudoGroups\n\t\t\t});\n\t\t\tif (!disposeSafeArea) return disposeGroup;\n\t\t\treturn function() {\n\t\t\t\tdisposeSafeArea();\n\t\t\t\tdisposeGroup === null || disposeGroup === void 0 || disposeGroup();\n\t\t\t};\n\t\t}, [\n\t\t\tallGroupContexts,\n\t\t\tdisabled,\n\t\t\tsplitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea,\n\t\t\tpseudoGroups ? (0, import_objectIdentityKey.objectIdentityKey)(pseudoGroups) : 0,\n\t\t\tmediaGroups ? (0, import_objectIdentityKey.objectIdentityKey)(mediaGroups) : 0\n\t\t]);\n\t\tvar groupEmitter = stateRef.current.group;\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tif (!groupContext || !groupEmitter) return;\n\t\t\tnotifyGroupSubscribers(groupContext, groupEmitter, state);\n\t\t}, [\n\t\t\tgroupContext,\n\t\t\tgroupEmitter,\n\t\t\tstate\n\t\t]);\n\t\tvar conditionalStates = !disabled ? splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.programStates : void 0;\n\t\tvar runtimePressStyle = !disabled && ((conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"press\")) || (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"active\")));\n\t\tvar runtimeFocusStyle = !disabled && (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus\"));\n\t\tvar runtimeFocusVisibleStyle = !disabled && (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus-visible\"));\n\t\tvar attachFocus = Boolean(runtimePressStyle || runtimeFocusStyle || runtimeFocusVisibleStyle || onFocus || onBlur || !!componentContext.setParentFocusState);\n\t\tvar hasDynamicGroupChildren = Boolean(groupName && state.hasDynGroupChildren);\n\t\tvar attachPress = Boolean(hasDynamicGroupChildren || runtimePressStyle || onPress || onPressOut || onPressIn || onMouseDown || onMouseUp || onLongPress || false);\n\t\tvar runtimeHoverStyle = !disabled && (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"hover\"));\n\t\tvar needsHoverState = Boolean(hasDynamicGroupChildren || runtimeHoverStyle && !platformPseudo);\n\t\tvar attachHover = (import_constants.isWeb || import_constants.isNativeDesktop) && !!(hasDynamicGroupChildren || needsHoverState || onMouseEnter || onMouseLeave);\n\t\tvar shouldAttach = !disabled && !props.asChild && Boolean(attachFocus || attachPress || attachHover || runtimePressStyle || runtimeHoverStyle || runtimeFocusStyle);\n\t\tvar needsPressState = Boolean(hasDynamicGroupChildren || runtimePressStyle);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`events-setup`;\n\t\tif (process.env.NODE_ENV === \"development\" && debugProp === \"verbose\") (0, import_log.log)(`\\u{1FAA9} events()`, {\n\t\t\truntimeFocusStyle,\n\t\t\truntimePressStyle,\n\t\t\truntimeHoverStyle,\n\t\t\truntimeFocusVisibleStyle,\n\t\t\tattachPress,\n\t\t\tattachFocus,\n\t\t\tattachHover,\n\t\t\tshouldAttach,\n\t\t\tneedsHoverState\n\t\t});\n\t\tvar events = shouldAttach ? {\n\t\t\tonPressOut: attachPress ? function(e) {\n\t\t\t\tunPress();\n\t\t\t\tonPressOut === null || onPressOut === void 0 || onPressOut(e);\n\t\t\t\tonMouseUp === null || onMouseUp === void 0 || onMouseUp(e);\n\t\t\t} : void 0,\n\t\t\t...(attachHover || attachPress) && {\n\t\t\t\tonMouseEnter: function(e) {\n\t\t\t\t\tvar next = {};\n\t\t\t\t\tif (needsHoverState && !lastInteractionWasTouch.value) next.hover = true;\n\t\t\t\t\tif (needsPressState) {\n\t\t\t\t\t\tif (state.pressIn) next.press = true;\n\t\t\t\t\t}\n\t\t\t\t\tsetStateShallow(next);\n\t\t\t\t\tonHoverIn === null || onHoverIn === void 0 || onHoverIn(e);\n\t\t\t\t\tonMouseEnter === null || onMouseEnter === void 0 || onMouseEnter(e);\n\t\t\t\t},\n\t\t\t\tonMouseLeave: function(e) {\n\t\t\t\t\tvar next = {};\n\t\t\t\t\tif (needsHoverState) next.hover = false;\n\t\t\t\t\tif (needsPressState) {\n\t\t\t\t\t\tnext.press = false;\n\t\t\t\t\t\tnext.pressIn = false;\n\t\t\t\t\t}\n\t\t\t\t\tsetStateShallow(next);\n\t\t\t\t\tonHoverOut === null || onHoverOut === void 0 || onHoverOut(e);\n\t\t\t\t\tonMouseLeave === null || onMouseLeave === void 0 || onMouseLeave(e);\n\t\t\t\t}\n\t\t\t},\n\t\t\tonPressIn: attachPress ? function(e) {\n\t\t\t\tif (needsPressState) setStateShallow({\n\t\t\t\t\tpress: true,\n\t\t\t\t\tpressIn: true\n\t\t\t\t});\n\t\t\t\tonPressIn === null || onPressIn === void 0 || onPressIn(e);\n\t\t\t\tonMouseDown === null || onMouseDown === void 0 || onMouseDown(e);\n\t\t\t\tif (import_constants.isWeb) componentSetStates.add(setState);\n\t\t\t} : void 0,\n\t\t\tonPress: attachPress ? function(e) {\n\t\t\t\tunPress();\n\t\t\t\tonPress === null || onPress === void 0 || onPress(e);\n\t\t\t} : void 0,\n\t\t\t...attachPress && onLongPress && { onLongPress: function(e) {\n\t\t\t\tunPress();\n\t\t\t\tonLongPress === null || onLongPress === void 0 || onLongPress(e);\n\t\t\t} },\n\t\t\t...attachFocus && {\n\t\t\t\tonFocus: function(e) {\n\t\t\t\t\tvar next = {};\n\t\t\t\t\tif (componentContext.setParentFocusState) {\n\t\t\t\t\t\tcomponentContext.setParentFocusState({ focusWithin: true });\n\t\t\t\t\t\tnext.focusWithin = true;\n\t\t\t\t\t}\n\t\t\t\t\tif (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus-visible\")) if (lastInteractionWasKeyboard.value) next.focusVisible = true;\n\t\t\t\t\telse next.focus = true;\n\t\t\t\t\telse next.focus = true;\n\t\t\t\t\tsetStateShallow(next);\n\t\t\t\t\tonFocus === null || onFocus === void 0 || onFocus(e);\n\t\t\t\t},\n\t\t\t\tonBlur: function(e) {\n\t\t\t\t\tif (componentContext.setParentFocusState) componentContext.setParentFocusState({ focusWithin: false });\n\t\t\t\t\tsetStateShallow({\n\t\t\t\t\t\tfocus: false,\n\t\t\t\t\t\tfocusVisible: false,\n\t\t\t\t\t\tfocusWithin: false\n\t\t\t\t\t});\n\t\t\t\t\tonBlur === null || onBlur === void 0 || onBlur(e);\n\t\t\t\t}\n\t\t\t}\n\t\t} : null;\n\t\tif (events && !asChild) Object.assign(events, {\n\t\t\tcancelable: !viewProps.rejectResponderTermination,\n\t\t\tdisabled,\n\t\t\thitSlop: viewProps.hitSlop,\n\t\t\tdelayLongPress: viewProps.delayLongPress,\n\t\t\tdelayPressIn: viewProps.delayPressIn,\n\t\t\tdelayPressOut: viewProps.delayPressOut,\n\t\t\tminPressDuration: 0\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`events`;\n\t\tif (process.env.NODE_ENV === \"development\" && debugProp === \"verbose\") (0, import_log.log)(`events`, {\n\t\t\tevents,\n\t\t\tattachHover,\n\t\t\tattachPress\n\t\t});\n\t\tvar propsWithHref = props;\n\t\tvar propsInWithHref = propsIn;\n\t\tvar _props_testID, _ref1, _ref2, _ref3, _ref4;\n\t\tvar pressDebugName = [displayName, (_ref4 = (_ref3 = (_ref2 = (_ref1 = (_props_testID = props.testID) !== null && _props_testID !== void 0 ? _props_testID : propsIn.testID) !== null && _ref1 !== void 0 ? _ref1 : props.accessibilityLabel) !== null && _ref2 !== void 0 ? _ref2 : propsIn.accessibilityLabel) !== null && _ref3 !== void 0 ? _ref3 : typeof propsWithHref.href === \"string\" ? propsWithHref.href : null) !== null && _ref4 !== void 0 ? _ref4 : typeof propsInWithHref.href === \"string\" ? propsInWithHref.href : null].filter(Boolean).join(\":\") || null;\n\t\tvar hasRealPressEvents = !!(onPress || onPressIn || onPressOut || onLongPress);\n\t\tvar pressGesture = (0, import_eventHandling.useEvents)(events, viewProps, stateRef, staticConfig, isHOC, isInsideNativeMenu, pressDebugName, hasRealPressEvents);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`hooks`;\n\t\tif (asChild && !isHOC) {\n\t\t\telementType = import_Slot.Slot;\n\t\t\tObject.assign(viewProps, {\n\t\t\t\tonPress,\n\t\t\t\tonLongPress\n\t\t\t});\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`spaced-as-child`;\n\t\tvar content;\n\t\tvar childrenFromHooks = import_setupHooks.hooks.useChildren ? import_setupHooks.hooks.useChildren(elementType, children, viewProps, isPassthrough) : void 0;\n\t\tif (isPassthrough) content = /* @__PURE__ */ import_react.default.createElement(BaseComponent, { style: { display: \"contents\" } }, propsIn.children);\n\t\telse {\n\t\t\tif (childrenFromHooks) content = childrenFromHooks;\n\t\t\tvar isRenderPropString = typeof renderProp === \"string\";\n\t\t\tif (renderProp && !isRenderPropString) {\n\t\t\t\tvar out = getCustomRender(renderProp, content || children, viewProps, componentState);\n\t\t\t\tif (out) {\n\t\t\t\t\tviewProps = out.viewProps;\n\t\t\t\t\tif (isAnimatedCustomComponent && elementType[\"acceptRenderProp\"] && typeof out.elementType === \"string\") viewProps.render = out.elementType;\n\t\t\t\t\telse elementType = out.elementType;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!content) {\n\t\t\t\tif (isRenderPropString && elementType[\"acceptRenderProp\"]) viewProps.render = renderProp;\n\t\t\t\tcontent = /* @__PURE__ */ import_react.default.createElement(elementType, viewProps, content || children);\n\t\t\t}\n\t\t\tif (process.env.NODE_ENV === \"development\" && time) time`use-children`;\n\t\t}\n\t\tvar isCompositeComponent = !isHOC && Component && typeof Component !== \"string\";\n\t\tcontent = (0, import_eventHandling.wrapWithGestureDetector)(content, pressGesture, stateRef, isHOC, isCompositeComponent, hasRealPressEvents);\n\t\tvar ResetPresence = (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.isStub) ? void 0 : animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.ResetPresence;\n\t\tvar needsReset = Boolean(\n\t\t\t// not when passing down to child\n\t\t\t!asChild && splitStyles && !isHOC && ResetPresence && willBeAnimated && (hasEnterStyle || presenceState)\n\t\t);\n\t\tvar hasEverReset = stateRef.current.hasEverResetPresence;\n\t\tif (needsReset && !hasEverReset) stateRef.current.hasEverResetPresence = true;\n\t\tif ((needsReset || hasEverReset) && ResetPresence) content = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ResetPresence, {\n\t\t\tdisabled: !needsReset,\n\t\t\tchildren: content\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`create-element`;\n\t\tif (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus-within\")) content = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ComponentContext.ComponentContext.Provider, {\n\t\t\t...componentContext,\n\t\t\tsetParentFocusState: setStateShallow,\n\t\t\tchildren: content\n\t\t});\n\t\tif (\"group\" in props || isContainer) content = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_GroupContext.GroupContext.Provider, {\n\t\t\tvalue: allGroupContexts,\n\t\t\tchildren: content\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`group-context`;\n\t\tcontent = disableTheme || !splitStyles ? content : (0, import_Theme.getThemedChildren)(themeState, content, themeStateProps, false, stateRef);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`themed-children`;\n\t\tif (overriddenContextProps && contextForOverride) {\n\t\t\tvar Provider = contextForOverride.Provider;\n\t\t\tfor (var key2 in styledContextValue) if (!(key2 in overriddenContextProps)) overriddenContextProps[key2] = styledContextValue[key2];\n\t\t\tcontent = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Provider, {\n\t\t\t\t__disableMergeDefaultValues: true,\n\t\t\t\t...overriddenContextProps,\n\t\t\t\tchildren: content\n\t\t\t});\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`context-override`;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`style-tags`;\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (debugProp && debugProp !== \"profile\") {\n\t\t\t\tvar title = `render <${typeof elementType === \"string\" ? elementType : \"Component\"} /> (${internalID}) with props`;\n\t\t\t\tif (!import_constants.isWeb || !import_constants.isClient) {\n\t\t\t\t\t(0, import_log.log)(title);\n\t\t\t\t\t(0, import_log.log)(`state: `, state);\n\t\t\t\t\tif (import_isDevTools.isDevTools) (0, import_log.log)(\"viewProps\", viewProps);\n\t\t\t\t\t(0, import_log.log)(`final styles:`);\n\t\t\t\t\tfor (var key3 in splitStylesStyle) (0, import_log.log)(key3, splitStylesStyle[key3]);\n\t\t\t\t} else {\n\t\t\t\t\tconsole.groupCollapsed(title);\n\t\t\t\t\ttry {\n\t\t\t\t\t\t(0, import_log.log)(\"viewProps\", viewProps);\n\t\t\t\t\t\t(0, import_log.log)(\"children\", content);\n\t\t\t\t\t\tif (typeof window !== \"undefined\") (0, import_log.log)({\n\t\t\t\t\t\t\tpropsIn,\n\t\t\t\t\t\t\tprops,\n\t\t\t\t\t\t\tattachPress,\n\t\t\t\t\t\t\tanimationStyles,\n\t\t\t\t\t\t\tclassNames,\n\t\t\t\t\t\t\tcontent,\n\t\t\t\t\t\t\telementType,\n\t\t\t\t\t\t\tevents,\n\t\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\t\thasRuntimeMediaKeys,\n\t\t\t\t\t\t\tisStringElement,\n\t\t\t\t\t\t\tmediaListeningKeys,\n\t\t\t\t\t\t\tshouldAttach,\n\t\t\t\t\t\t\tnoClass,\n\t\t\t\t\t\t\tshouldListenForMedia,\n\t\t\t\t\t\t\tsplitStyles,\n\t\t\t\t\t\t\tsplitStylesStyle,\n\t\t\t\t\t\t\tstate,\n\t\t\t\t\t\t\tstateRef,\n\t\t\t\t\t\t\tstaticConfig,\n\t\t\t\t\t\t\tstyleProps,\n\t\t\t\t\t\t\tthemeState,\n\t\t\t\t\t\t\tviewProps,\n\t\t\t\t\t\t\twillBeAnimated,\n\t\t\t\t\t\t\tstartedUnhydrated\n\t\t\t\t\t\t});\n\t\t\t\t\t} catch (e) {} finally {\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) {\n\t\t\ttime`rest`;\n\t\t\tif (!globalThis[\"willPrint\"]) {\n\t\t\t\tglobalThis[\"willPrint\"] = true;\n\t\t\t\tsetTimeout(function() {\n\t\t\t\t\tdelete globalThis[\"willPrint\"];\n\t\t\t\t\ttime.print();\n\t\t\t\t\ttime = null;\n\t\t\t\t}, 50);\n\t\t\t}\n\t\t}\n\t\treturn content;\n\t};\n\tfunction notifyGroupSubscribers(groupContext, groupEmitter, pseudo) {\n\t\tif (!groupContext || !groupEmitter) return;\n\t\tvar prevPseudo = groupContext.state.pseudo;\n\t\tvar shouldReplacePseudo = !prevPseudo || \"unmounted\" in prevPseudo || \"group\" in prevPseudo || \"hasDynGroupChildren\" in prevPseudo || \"transition\" in prevPseudo;\n\t\tvar nextPseudo = shouldReplacePseudo ? {} : prevPseudo;\n\t\tvar didChange = shouldReplacePseudo;\n\t\tfor (var i = 0; i < groupPseudoKeys.length; i++) {\n\t\t\tvar key = groupPseudoKeys[i];\n\t\t\tvar value = pseudo[key];\n\t\t\tif (nextPseudo[key] !== value) {\n\t\t\t\tnextPseudo[key] = value;\n\t\t\t\tdidChange = true;\n\t\t\t} else if (didChange) nextPseudo[key] = value;\n\t\t}\n\t\tif (!didChange) return;\n\t\tgroupContext.state.pseudo = nextPseudo;\n\t\tgroupEmitter.emit(groupContext.state);\n\t}\n\tres = component;\n\tres = /* @__PURE__ */ import_react.default.memo(res);\n\tres.staticConfig = staticConfig;\n\treturn res;\n}\nvar fromPx = function(val) {\n\tif (typeof val === \"number\") return val;\n\tif (typeof val === \"string\") return +val.replace(\"px\", \"\");\n\treturn 0;\n};\nvar getCustomRender = function(renderProp, content, viewProps, state) {\n\tif (typeof renderProp === \"function\") renderProp = getRenderElementForPlatform(renderProp(viewProps, state));\n\tif (renderProp) {\n\t\tif ((typeof renderProp === \"undefined\" ? \"undefined\" : _type_of(renderProp)) === \"object\" && /* @__PURE__ */ import_react.default.isValidElement(renderProp)) {\n\t\t\tif (getRenderElementForPlatform(renderProp)) {\n\t\t\t\tvar elementProps = renderProp.props;\n\t\t\t\tvar mergedProps = elementProps ? (0, import_mergeRenderElementProps.mergeRenderElementProps)(elementProps, viewProps, content) : viewProps;\n\t\t\t\treturn {\n\t\t\t\t\telementType: renderProp.type,\n\t\t\t\t\tviewProps: mergedProps\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\t}\n};\nfunction getRenderElementForPlatform(potential) {\n\tif (isHTMLElement(potential)) return;\n\treturn potential;\n}\nfunction isHTMLElement(el) {\n\treturn typeof el[\"type\"] === \"string\" && el[\"type\"][0] === el[\"type\"][0].toLowerCase();\n}\n//# sourceMappingURL=createComponent.js.map\n"],"mappings":"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"}
1
+ {"version":3,"file":"createComponent.native.js","names":[],"sources":["cjs/createComponent.native.js"],"sourcesContent":["\"use strict\";\nvar __create = Object.create;\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __getProtoOf = Object.getPrototypeOf;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n\tfor (var name in all) __defProp(target, name, {\n\t\tget: all[name],\n\t\tenumerable: true\n\t});\n};\nvar __copyProps = (to, from, except, desc) => {\n\tif (from && typeof from === \"object\" || typeof from === \"function\") {\n\t\tfor (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {\n\t\t\tget: () => from[key],\n\t\t\tenumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable\n\t\t});\n\t}\n\treturn to;\n};\nvar __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(\n\t// If the importer is in node compatibility mode or this is not an ESM\n\t// file that has been converted to a CommonJS file using a Babel-\n\t// compatible transform (i.e. \"__esModule\" has not been set), then set\n\t// \"default\" to the CommonJS \"module.exports\" for node compatibility.\n\tisNodeMode || !mod || !mod.__esModule ? __defProp(target, \"default\", {\n\t\tvalue: mod,\n\t\tenumerable: true\n\t}) : target,\n\tmod\n));\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar createComponent_exports = {};\n__export(createComponent_exports, {\n\tcomponentSetStates: () => componentSetStates,\n\tcreateComponent: () => createComponent\n});\nmodule.exports = __toCommonJS(createComponent_exports);\nvar import_jsx_runtime = require(\"react/jsx-runtime\");\nvar import_compose_refs = require(\"@tamagui/compose-refs\");\nvar import_constants = require(\"@tamagui/constants\");\nvar import_native = require(\"@tamagui/native\");\nvar import_helpers = require(\"@tamagui/helpers\");\nvar import_is_equal_shallow = require(\"@tamagui/is-equal-shallow\");\nvar import_react = __toESM(require(\"react\"), 1);\nvar import_config = require(\"./config\");\nvar import_isDevTools = require(\"./constants/isDevTools\");\nvar import_ComponentContext = require(\"./contexts/ComponentContext\");\nvar import_GroupContext = require(\"./contexts/GroupContext\");\nvar import_createVariable = require(\"./createVariable\");\nvar import_defaultComponentState = require(\"./defaultComponentState\");\nvar import_eventHandling = require(\"./eventHandling\");\nvar import_getDefaultProps = require(\"./helpers/getDefaultProps\");\nvar import_componentDisplayName = require(\"./helpers/componentDisplayName\");\nvar import_resolveAnimationDriver = require(\"./helpers/resolveAnimationDriver\");\nvar import_getSplitStyles = require(\"./helpers/getSplitStyles\");\nvar import_nativeStyleEngine = require(\"./helpers/nativeStyleEngine\");\nvar import_getThemeProxied = require(\"./hooks/getThemeProxied\");\nvar import_log = require(\"./helpers/log\");\nvar import_mergeProps = require(\"./helpers/mergeProps\");\nvar import_mergeRenderElementProps = require(\"./helpers/mergeRenderElementProps\");\nvar import_mediaState = require(\"./helpers/mediaState\");\nvar import_objectIdentityKey = require(\"./helpers/objectIdentityKey\");\nvar import_pointerEvents = require(\"./helpers/pointerEvents\");\nvar import_extractPseudoState = require(\"./helpers/extractPseudoState\");\nvar import_resolveSafeAreaVariable = require(\"./helpers/resolveSafeAreaVariable\");\nvar import_setElementProps = require(\"./helpers/setElementProps\");\nvar import_subscribeToContextGroup = require(\"./helpers/subscribeToContextGroup\");\nrequire(\"./helpers/wrapStyleTags\");\nvar import_useComponentState = require(\"./hooks/useComponentState\");\nvar import_useMedia = require(\"./hooks/useMedia\");\nvar import_useTheme = require(\"./hooks/useTheme\");\nvar import_setupHooks = require(\"./setupHooks\");\nvar import_Slot = require(\"./views/Slot\");\nvar import_Theme = require(\"./views/Theme\");\nfunction _type_of(obj) {\n\t\"@swc/helpers - typeof\";\n\treturn obj && typeof Symbol !== \"undefined\" && obj.constructor === Symbol ? \"symbol\" : typeof obj;\n}\nvar time;\nvar debugKeyListeners;\nvar startVisualizer;\nvar componentSetStates = /* @__PURE__ */ new Set();\nvar avoidReRenderKeys = /* @__PURE__ */ new Set([\n\t\"hover\",\n\t\"press\",\n\t\"pressIn\",\n\t\"group\",\n\t\"focus\",\n\t\"focusWithin\",\n\t\"media\",\n\t\"group\"\n]);\nvar groupPseudoKeys = [\n\t\"disabled\",\n\t\"hover\",\n\t\"press\",\n\t\"pressIn\",\n\t\"focus\",\n\t\"focusVisible\",\n\t\"focusWithin\"\n];\nfunction getStyledContextKeys(staticConfig, styledContextValue) {\n\tvar _staticConfig_context;\n\tvar propKeys = staticConfig.contextProps || ((_staticConfig_context = staticConfig.context) === null || _staticConfig_context === void 0 ? void 0 : _staticConfig_context.propKeys);\n\tif (!propKeys) return styledContextValue;\n\tvar out = {};\n\tvar _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = void 0;\n\ttry {\n\t\tfor (var _iterator = propKeys[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) {\n\t\t\tvar key = _step.value;\n\t\t\tout[key] = true;\n\t\t}\n\t} catch (err) {\n\t\t_didIteratorError = true;\n\t\t_iteratorError = err;\n\t} finally {\n\t\ttry {\n\t\t\tif (!_iteratorNormalCompletion && _iterator.return != null) _iterator.return();\n\t\t} finally {\n\t\t\tif (_didIteratorError) throw _iteratorError;\n\t\t}\n\t}\n\tif (styledContextValue) Object.assign(out, styledContextValue);\n\treturn out;\n}\nvar BaseText;\nvar BaseView;\nvar hasSetupBaseViews = false;\nvar lastInteractionWasKeyboard = { value: false };\nvar lastInteractionWasTouch = { value: false };\nif (import_constants.isWeb && typeof document !== \"undefined\") {\n\tdocument.addEventListener(\"keydown\", function() {\n\t\tif (!lastInteractionWasKeyboard.value) lastInteractionWasKeyboard.value = true;\n\t});\n\tdocument.addEventListener(\"mousedown\", function() {\n\t\tif (lastInteractionWasKeyboard.value) lastInteractionWasKeyboard.value = false;\n\t});\n\tdocument.addEventListener(\"mousemove\", function() {\n\t\tif (lastInteractionWasKeyboard.value) lastInteractionWasKeyboard.value = false;\n\t\tlastInteractionWasTouch.value = false;\n\t});\n\tdocument.addEventListener(\"touchstart\", function() {\n\t\tlastInteractionWasTouch.value = true;\n\t});\n}\nfunction createComponent(staticConfig) {\n\tif (process.env.TAMAGUI_RUNTIME === \"zero\") throw new Error(`[tamagui zero-runtime] createComponent ran in a zero-runtime graph. No Tamagui component renderer ships in this mode, so a component reference survived compilation. Fix the site or move the owning module to a declared full-runtime island.`);\n\tvar config = null;\n\tvar resolvedDefaultProps;\n\tvar didResolveDefaultProps = false;\n\tvar { Component, isText, isHOC } = staticConfig;\n\tvar res;\n\tvar component = function(propsInWithRef) {\n\t\t\"use no memo\";\n\t\tvar _hooks_usePropsTransform, _staticConfig_neverSkipProps;\n\t\tvar _stateRef_current;\n\t\tvar displayName = res[import_componentDisplayName.componentDisplayName];\n\t\tvar forwardedRef = propsInWithRef.ref;\n\t\tvar propsIn = propsInWithRef;\n\t\tconfig = config || (0, import_config.getConfig)();\n\t\tvar internalID = process.env.NODE_ENV === \"development\" ? import_react.default.useId() : \"\";\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (startVisualizer) {\n\t\t\t\tstartVisualizer();\n\t\t\t\tstartVisualizer = void 0;\n\t\t\t}\n\t\t}\n\t\tif (!hasSetupBaseViews) {\n\t\t\tvar _hooks_getBaseViews;\n\t\t\thasSetupBaseViews = true;\n\t\t\tvar baseViews = (_hooks_getBaseViews = import_setupHooks.hooks.getBaseViews) === null || _hooks_getBaseViews === void 0 ? void 0 : _hooks_getBaseViews.call(import_setupHooks.hooks);\n\t\t\tif (baseViews) {\n\t\t\t\tBaseText = baseViews.Text;\n\t\t\t\tBaseView = baseViews.View;\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"test\") {\n\t\t\tvar testRenderCount = propsIn[\"data-test-renders\"];\n\t\t\tif (testRenderCount && (typeof testRenderCount === \"undefined\" ? \"undefined\" : _type_of(testRenderCount)) === \"object\" && !Object.isFrozen(testRenderCount)) {\n\t\t\t\tvar _testRenderCount_current;\n\t\t\t\ttestRenderCount.current = (_testRenderCount_current = testRenderCount.current) !== null && _testRenderCount_current !== void 0 ? _testRenderCount_current : 0;\n\t\t\t\ttestRenderCount.current += 1;\n\t\t\t}\n\t\t}\n\t\tvar { context, isReactNative } = staticConfig;\n\t\tvar debugProp = propsIn[\"debug\"];\n\t\tvar styledContextValue = context ? import_react.default.useContext(context) : void 0;\n\t\tvar overriddenContextProps = null;\n\t\tvar componentContext = import_react.default.useContext(import_ComponentContext.ComponentContext);\n\t\tvar hasTextAncestor = !!(import_constants.isWeb && isText ? componentContext.inText : false);\n\t\tvar isInsideNativeMenu = import_constants.isAndroid ? import_react.default.useContext(import_native.NativeMenuContext) : false;\n\t\tif (!process.env.TAMAGUI_IS_CORE_NODE && process.env.NODE_ENV === \"development\" && debugProp === \"profile\" && !time) {\n\t\t\ttime = require(\"@tamagui/timer\").timer().start();\n\t\t\tglobalThis[\"time\"] = time;\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && !time && globalThis.time) time = globalThis.time;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`non-tamagui time (ignore)`;\n\t\tvar props = propsIn;\n\t\tif (!didResolveDefaultProps) {\n\t\t\tdidResolveDefaultProps = true;\n\t\t\tvar staticDefaultProps = (0, import_getDefaultProps.getDefaultProps)(staticConfig);\n\t\t\tresolvedDefaultProps = import_constants.isWeb && !isText && config.settings.defaultPosition === \"relative\" && (staticDefaultProps === null || staticDefaultProps === void 0 ? void 0 : staticDefaultProps.position) === void 0 ? staticDefaultProps ? {\n\t\t\t\tposition: \"relative\",\n\t\t\t\t...staticDefaultProps\n\t\t\t} : { position: \"relative\" } : staticDefaultProps;\n\t\t}\n\t\tvar [nextProps, overrides] = (0, import_mergeProps.mergeComponentProps)(resolvedDefaultProps, styledContextValue, propsIn);\n\t\tprops = nextProps;\n\t\toverriddenContextProps = overrides;\n\t\tif (staticConfig.styleFrontend) props = staticConfig.styleFrontend.preprocessProps(props, config);\n\t\tif (process.env.NODE_ENV === \"development\" && import_constants.isClient) import_react.default.useEffect(function() {\n\t\t\tvar node;\n\t\t\tvar overlay = null;\n\t\t\tvar remove = function() {\n\t\t\t\tif (overlay) try {\n\t\t\t\t\tvar _overlay_parentNode;\n\t\t\t\t\t(_overlay_parentNode = overlay.parentNode) === null || _overlay_parentNode === void 0 || _overlay_parentNode.removeChild(overlay);\n\t\t\t\t\toverlay = null;\n\t\t\t\t} catch (e) {}\n\t\t\t};\n\t\t\tvar debugVisualizerHandler = function() {\n\t\t\t\tvar show = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : false;\n\t\t\t\tnode = stateRef.current.host;\n\t\t\t\tif (!node) return;\n\t\t\t\tif (show) {\n\t\t\t\t\tif (!overlay) {\n\t\t\t\t\t\toverlay = document.createElement(\"span\");\n\t\t\t\t\t\toverlay.style.inset = \"0px\";\n\t\t\t\t\t\toverlay.style.zIndex = \"1000000\";\n\t\t\t\t\t\toverlay.style.position = \"absolute\";\n\t\t\t\t\t\toverlay.style.borderColor = \"red\";\n\t\t\t\t\t\toverlay.style.borderWidth = \"1px\";\n\t\t\t\t\t\toverlay.style.borderStyle = \"dotted\";\n\t\t\t\t\t}\n\t\t\t\t\tvar dataAt = node.getAttribute(\"data-at\") || \"\";\n\t\t\t\t\tvar dataIn = node.getAttribute(\"data-in\") || \"\";\n\t\t\t\t\tvar tooltip = document.createElement(\"span\");\n\t\t\t\t\ttooltip.style.position = \"absolute\";\n\t\t\t\t\ttooltip.style.top = \"0px\";\n\t\t\t\t\ttooltip.style.left = \"0px\";\n\t\t\t\t\ttooltip.style.padding = \"3px\";\n\t\t\t\t\ttooltip.style.background = \"rgba(0,0,0,0.75)\";\n\t\t\t\t\ttooltip.style.color = \"rgba(255,255,255,1)\";\n\t\t\t\t\ttooltip.style.fontSize = \"12px\";\n\t\t\t\t\ttooltip.style.lineHeight = \"12px\";\n\t\t\t\t\ttooltip.style.fontFamily = \"monospace\";\n\t\t\t\t\ttooltip.innerText = `${displayName || \"\"} ${dataAt} ${dataIn}`.trim();\n\t\t\t\t\toverlay.appendChild(tooltip);\n\t\t\t\t\tnode.appendChild(overlay);\n\t\t\t\t} else remove();\n\t\t\t};\n\t\t\tdebugKeyListeners = debugKeyListeners || /* @__PURE__ */ new Set();\n\t\t\tdebugKeyListeners.add(debugVisualizerHandler);\n\t\t\treturn function() {\n\t\t\t\tremove();\n\t\t\t\tdebugKeyListeners === null || debugKeyListeners === void 0 || debugKeyListeners.delete(debugVisualizerHandler);\n\t\t\t};\n\t\t}, [displayName]);\n\t\tvar groupContextParent = import_react.default.useContext(import_GroupContext.GroupContext);\n\t\tvar animationDriver = (function() {\n\t\t\tif (props.animatedBy && config) {\n\t\t\t\tvar selectedDriver;\n\t\t\t\tif (config.animationDrivers) {\n\t\t\t\t\tvar _config_animationDrivers_props_animatedBy;\n\t\t\t\t\tselectedDriver = (_config_animationDrivers_props_animatedBy = config.animationDrivers[props.animatedBy]) !== null && _config_animationDrivers_props_animatedBy !== void 0 ? _config_animationDrivers_props_animatedBy : config.animations;\n\t\t\t\t} else selectedDriver = props.animatedBy === \"default\" ? config.animations : null;\n\t\t\t\treturn (0, import_resolveAnimationDriver.resolveAnimationDriver)(selectedDriver);\n\t\t\t}\n\t\t\tvar _resolveAnimationDriver, _ref5;\n\t\t\treturn (_ref5 = (_resolveAnimationDriver = (0, import_resolveAnimationDriver.resolveAnimationDriver)(componentContext.animationDriver)) !== null && _resolveAnimationDriver !== void 0 ? _resolveAnimationDriver : (0, import_resolveAnimationDriver.resolveAnimationDriver)(config === null || config === void 0 ? void 0 : config.animations)) !== null && _ref5 !== void 0 ? _ref5 : null;\n\t\t})();\n\t\tvar useAnimations = (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.isStub) ? void 0 : animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.useAnimations;\n\t\tvar componentState = (0, import_useComponentState.useComponentState)(props, (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.isStub) ? null : animationDriver, staticConfig, config);\n\t\tvar { disabled, groupName, hasAnimationProp, hasEnterStyle, isAnimated, isExiting, isHydrated, presence, presenceState, setState, noClass, state, stateRef, inputStyle, outputStyle, willBeAnimated, willBeAnimatedClient, platformPseudo, startedUnhydrated } = componentState;\n\t\tprops = componentState.props;\n\t\tvar _avoidReRenders;\n\t\t(_avoidReRenders = (_stateRef_current = stateRef.current).avoidReRenders) !== null && _avoidReRenders !== void 0 || (_stateRef_current.avoidReRenders = !!(animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.avoidReRenders));\n\t\tif (stateRef.current.avoidReRenders) (0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tvar emitted = stateRef.current.prevPseudoState;\n\t\t\tif (emitted && (emitted.hover || emitted.press || emitted.focus)) {\n\t\t\t\tvar _stateRef_current_updateStyleListener, _stateRef_current2;\n\t\t\t\t(_stateRef_current_updateStyleListener = (_stateRef_current2 = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current2);\n\t\t\t}\n\t\t\tvar pendingState = stateRef.current.nextState;\n\t\t\tif (!pendingState) return;\n\t\t\tstateRef.current.nextState = void 0;\n\t\t\tif (!(0, import_is_equal_shallow.isEqualShallow)(state, pendingState)) componentState.setStateShallow(pendingState);\n\t\t});\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tvar _getPlatformDriver;\n\t\t\tif (!platformPseudo || props.disabled) return;\n\t\t\tvar pseudoDriver = (_getPlatformDriver = (0, import_constants.getPlatformDriver)()) === null || _getPlatformDriver === void 0 ? void 0 : _getPlatformDriver.pseudo;\n\t\t\tvar host = stateRef.current.host;\n\t\t\tif (!pseudoDriver || !host) return;\n\t\t\treturn pseudoDriver.subscribe(host, function(param) {\n\t\t\t\tvar { hovered } = param;\n\t\t\t\tvar _stateRef_current_setStateShallow, _stateRef_current2;\n\t\t\t\t(_stateRef_current_setStateShallow = (_stateRef_current2 = stateRef.current).setStateShallow) === null || _stateRef_current_setStateShallow === void 0 || _stateRef_current_setStateShallow.call(_stateRef_current2, { hover: hovered });\n\t\t\t});\n\t\t}, [platformPseudo, props.disabled]);\n\t\tvar containerName = props.containerName;\n\t\tvar isContainer = !!(props.container || containerName || props.containerType && props.containerType !== \"normal\");\n\t\tvar allGroupContexts = (0, import_react.useMemo)(function() {\n\t\t\tvar _stateRef_current_group_listeners, _stateRef_current_group;\n\t\t\tif (!groupName && !isContainer || props.passThrough) return groupContextParent;\n\t\t\tvar listeners = /* @__PURE__ */ new Set();\n\t\t\t(_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.clear();\n\t\t\tstateRef.current.group = {\n\t\t\t\tlisteners,\n\t\t\t\temit(state2) {\n\t\t\t\t\tlisteners.forEach(function(l) {\n\t\t\t\t\t\treturn l(state2);\n\t\t\t\t\t});\n\t\t\t\t},\n\t\t\t\tsubscribe(cb) {\n\t\t\t\t\tlisteners.add(cb);\n\t\t\t\t\tif (listeners.size === 1) setStateShallow({ hasDynGroupChildren: true });\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tlisteners.delete(cb);\n\t\t\t\t\t\tif (listeners.size === 0) setStateShallow({ hasDynGroupChildren: false });\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar entry = {\n\t\t\t\tstate: { pseudo: import_defaultComponentState.defaultComponentStateMounted },\n\t\t\t\tsubscribe: function(listener) {\n\t\t\t\t\tvar _stateRef_current_group2;\n\t\t\t\t\tvar dispose = (_stateRef_current_group2 = stateRef.current.group) === null || _stateRef_current_group2 === void 0 ? void 0 : _stateRef_current_group2.subscribe(listener);\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tdispose === null || dispose === void 0 || dispose();\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar next = { ...groupContextParent };\n\t\t\tif (groupName) next[groupName] = entry;\n\t\t\tif (isContainer) {\n\t\t\t\tnext[\"@\"] = entry;\n\t\t\t\tif (containerName) next[`@${containerName}`] = entry;\n\t\t\t}\n\t\t\treturn next;\n\t\t}, [\n\t\t\tstateRef,\n\t\t\tgroupName,\n\t\t\tcontainerName,\n\t\t\tisContainer,\n\t\t\tgroupContextParent\n\t\t]);\n\t\tvar setStateShallow = componentState.setStateShallow;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`use-state`;\n\t\tvar renderProp = props.render;\n\t\tvar isRenderString = !Component || typeof Component === \"string\";\n\t\tvar element = import_constants.isWeb ? isRenderString ? renderProp || Component : Component : Component;\n\t\tvar BaseComponent = isText ? BaseText || element || \"span\" : BaseView || element || (hasTextAncestor ? \"span\" : \"div\");\n\t\tvar elementType = BaseComponent;\n\t\tvar isAnimatedCustomComponent = animationDriver && isAnimated && animationDriver.needsCustomComponent;\n\t\tif (isAnimatedCustomComponent) elementType = animationDriver[isText ? \"Text\" : \"View\"] || elementType;\n\t\tvar disableTheme = isHOC;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`theme-props`;\n\t\tvar themeStateProps = {\n\t\t\tdisable: disableTheme,\n\t\t\tshallow: props.themeShallow,\n\t\t\tdebug: debugProp\n\t\t};\n\t\tif (\"theme\" in props) themeStateProps.name = props.theme;\n\t\tif (!stateRef.current.optimizeForFirstRender) themeStateProps.needsUpdate = stateRef.current.themeNeedsUpdate || (stateRef.current.themeNeedsUpdate = function() {\n\t\t\treturn !!stateRef.current.isListeningToTheme;\n\t\t});\n\t\tvar _stateRef_current1;\n\t\tthemeStateProps.deopt = willBeAnimated;\n\t\tthemeStateProps.nativeUpdate = (_stateRef_current1 = stateRef.current).nativeUpdateProxy || (_stateRef_current1.nativeUpdateProxy = function(next) {\n\t\t\tvar _stateRef_current_nativeStyleUpdate, _stateRef_current2;\n\t\t\tvar _stateRef_current_nativeStyleUpdate1;\n\t\t\treturn (_stateRef_current_nativeStyleUpdate1 = (_stateRef_current_nativeStyleUpdate = (_stateRef_current2 = stateRef.current).nativeStyleUpdate) === null || _stateRef_current_nativeStyleUpdate === void 0 ? void 0 : _stateRef_current_nativeStyleUpdate.call(_stateRef_current2, next)) !== null && _stateRef_current_nativeStyleUpdate1 !== void 0 ? _stateRef_current_nativeStyleUpdate1 : false;\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (debugProp && debugProp !== \"profile\") {\n\t\t\t\tvar name = `${displayName || (Component === null || Component === void 0 ? void 0 : Component.displayName) || (Component === null || Component === void 0 ? void 0 : Component.name) || \"[Unnamed Component]\"}`;\n\t\t\t\tvar type = (hasEnterStyle ? \"(hasEnter)\" : \" \") + (isAnimated ? \"(animated)\" : \" \") + (isReactNative ? \"(rnw)\" : \" \") + (noClass ? \"(noClass)\" : \" \") + (state.press || state.pressIn ? \"(PRESSED)\" : \" \") + (state.hover ? \"(HOVERED)\" : \" \") + (state.focus ? \"(FOCUSED)\" : \" \") + (state.focusWithin ? \"(WITHIN FOCUSED)\" : \" \") + ((presenceState === null || presenceState === void 0 ? void 0 : presenceState.isPresent) === false ? \"(EXIT)\" : \"\");\n\t\t\t\tvar dataIs = propsIn[\"data-is\"] || \"\";\n\t\t\t\tvar banner = `<${name} /> ${internalID} ${dataIs ? ` ${dataIs}` : \"\"} ${type.trim()} (hydrated: ${isHydrated}) (unmounted: ${state.unmounted})`;\n\t\t\t\tvar ch = propsIn.children;\n\t\t\t\tvar childLog = typeof ch === \"string\" ? ch.length > 4 ? ch.slice(0, 4) + \"...\" : ch : \"\";\n\t\t\t\tif (childLog.length) childLog = `(children: ${childLog})`;\n\t\t\t\tif (import_constants.isWeb) {\n\t\t\t\t\tconsole.info(`%c ${banner}`, \"background: green; color: white;\");\n\t\t\t\t\tif (import_constants.isServer) (0, import_log.log)({\n\t\t\t\t\t\tnoClass,\n\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\tisWeb: import_constants.isWeb,\n\t\t\t\t\t\tinputStyle\n\t\t\t\t\t});\n\t\t\t\t\telse {\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t\tconsole.groupCollapsed(`${childLog} [inspect props, state, context \\u{1F447}]`);\n\t\t\t\t\t\t(0, import_log.log)(\"props in:\", propsIn);\n\t\t\t\t\t\t(0, import_log.log)(\"final props:\", props, Object.keys(props));\n\t\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\t\tstate,\n\t\t\t\t\t\t\tstaticConfig,\n\t\t\t\t\t\t\telementType,\n\t\t\t\t\t\t\tthemeStateProps\n\t\t\t\t\t\t});\n\t\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\t\tcontext,\n\t\t\t\t\t\t\toverriddenContextProps,\n\t\t\t\t\t\t\tcomponentContext\n\t\t\t\t\t\t});\n\t\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\t\tpresence,\n\t\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\t\tisHOC,\n\t\t\t\t\t\t\thasAnimationProp,\n\t\t\t\t\t\t\tuseAnimations\n\t\t\t\t\t\t});\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tconsole.info(`\n\n------------------------------\n${banner}\n------------------------------\n`);\n\t\t\t\t\t(0, import_log.log)(`children:`, props.children);\n\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\toverriddenContextProps,\n\t\t\t\t\t\tstyledContextValue\n\t\t\t\t\t});\n\t\t\t\t\t(0, import_log.log)({\n\t\t\t\t\t\tnoClass,\n\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\tisWeb: import_constants.isWeb,\n\t\t\t\t\t\tinputStyle\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`pre-theme-media`;\n\t\tvar [theme, themeState] = (0, import_useTheme.useThemeWithState)(themeStateProps);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`theme`;\n\t\tif (!isAnimatedCustomComponent) elementType = element || elementType;\n\t\tvar isStringElement = typeof elementType === \"string\";\n\t\tvar mediaState = (0, import_useMedia.useMedia)(componentContext, debugProp, stateRef.current);\n\t\t(0, import_createVariable.setDidGetVariableValue)(false);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`media`;\n\t\tvar styleProps = {\n\t\t\tmediaState,\n\t\t\tnoClass,\n\t\t\tresolveValues: isAnimated && inputStyle !== \"css\" || isHOC && state.unmounted == false && hasAnimationProp ? \"value\" : \"auto\",\n\t\t\tisExiting,\n\t\t\tisAnimated,\n\t\t\twillBeAnimated,\n\t\t\tdisplayName,\n\t\t\tstyledContext: getStyledContextKeys(staticConfig, styledContextValue)\n\t\t};\n\t\tvar themeName = (themeState === null || themeState === void 0 ? void 0 : themeState.name) || \"\";\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`split-styles-prepare`;\n\t\tvar splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, themeName, state, styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp, animationDriver);\n\t\tvar isPassthrough = !splitStyles;\n\t\tvar nativeEngine = (0, import_nativeStyleEngine.getNativeStyleEngine)();\n\t\tvar canNativeUpdate = !!nativeEngine && !isPassthrough && !isHOC && !willBeAnimated && !groupName && !props.disableNativeStyle;\n\t\tstateRef.current.nativePushedStates = canNativeUpdate ? /* @__PURE__ */ new Set() : void 0;\n\t\tstateRef.current.nativeThemeState = void 0;\n\t\tstateRef.current.nativeActiveState = canNativeUpdate ? themeState === null || themeState === void 0 ? void 0 : themeState.name : void 0;\n\t\tvar pushViewState = canNativeUpdate ? function(stateName, style2) {\n\t\t\tvar _sr;\n\t\t\tvar sr2 = stateRef.current;\n\t\t\tvar outProps = nativeEngine.processStyleColors(style2);\n\t\t\tif (sr2.nativePushedKeys) {\n\t\t\t\tvar _iteratorNormalCompletion2 = true, _didIteratorError2 = false, _iteratorError2 = void 0;\n\t\t\t\ttry {\n\t\t\t\t\tfor (var _iterator2 = sr2.nativePushedKeys[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {\n\t\t\t\t\t\tvar key4 = _step2.value;\n\t\t\t\t\t\tif (!(key4 in style2)) outProps[key4] = null;\n\t\t\t\t\t}\n\t\t\t\t} catch (err) {\n\t\t\t\t\t_didIteratorError2 = true;\n\t\t\t\t\t_iteratorError2 = err;\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!_iteratorNormalCompletion2 && _iterator2.return != null) _iterator2.return();\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (_didIteratorError2) throw _iteratorError2;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar keys = (_sr = sr2).nativePushedKeys || (_sr.nativePushedKeys = /* @__PURE__ */ new Set());\n\t\t\tfor (var key12 in outProps) keys.add(key12);\n\t\t\tsr2.nativePushedStates.add(stateName);\n\t\t\t(0, import_nativeStyleEngine.queueNativeViewState)({\n\t\t\t\tid: sr2.nativeLink.id,\n\t\t\t\tstate: stateName,\n\t\t\t\tprops: outProps\n\t\t\t});\n\t\t} : void 0;\n\t\tstateRef.current.nativeStyleUpdate = canNativeUpdate ? function(nextTheme) {\n\t\t\tvar sr2 = stateRef.current;\n\t\t\tif (!sr2.nativeLink || !nextTheme.theme) return false;\n\t\t\tsr2.nativeThemeState = nextTheme;\n\t\t\tvar stateName = nextTheme.name;\n\t\t\tif (stateName === sr2.nativeActiveState) return true;\n\t\t\tsr2.nativeActiveState = stateName;\n\t\t\tif (sr2.nativePushedStates.has(stateName)) {\n\t\t\t\t(0, import_nativeStyleEngine.queueNativeViewState)({\n\t\t\t\t\tid: sr2.nativeLink.id,\n\t\t\t\t\tstate: stateName\n\t\t\t\t});\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tvar proxiedTheme = (0, import_getThemeProxied.getThemeProxied)(themeStateProps, nextTheme, { current: null }, { current: null });\n\t\t\tvar nextStyles = (0, import_getSplitStyles.getSplitStyles)(\n\t\t\t\tprops,\n\t\t\t\tstaticConfig,\n\t\t\t\tproxiedTheme,\n\t\t\t\tstateName,\n\t\t\t\tstate,\n\t\t\t\t// media may have changed since render: the captured\n\t\t\t\t// styleProps.mediaState is a mount-time snapshot in\n\t\t\t\t// first-render mode, so resolve against the live global\n\t\t\t\t{\n\t\t\t\t\t...styleProps,\n\t\t\t\t\tmediaState: (0, import_mediaState.getMedia)()\n\t\t\t\t},\n\t\t\t\tnull,\n\t\t\t\tcomponentContext,\n\t\t\t\tallGroupContexts,\n\t\t\t\telementType,\n\t\t\t\tstartedUnhydrated,\n\t\t\t\tdebugProp,\n\t\t\t\tanimationDriver\n\t\t\t);\n\t\t\tif (!(nextStyles === null || nextStyles === void 0 ? void 0 : nextStyles.style)) return false;\n\t\t\tpushViewState(stateName, nextStyles.style);\n\t\t\treturn true;\n\t\t} : void 0;\n\t\tstateRef.current.nativeMediaUpdate = canNativeUpdate ? function(onMiss) {\n\t\t\tvar sr2 = stateRef.current;\n\t\t\tif (!sr2.nativeLink) return false;\n\t\t\tif (!sr2.nativeMediaQueued) {\n\t\t\t\tsr2.nativeMediaQueued = true;\n\t\t\t\tqueueMicrotask(function() {\n\t\t\t\t\tsr2.nativeMediaQueued = false;\n\t\t\t\t\tif (!sr2.nativeLink) return;\n\t\t\t\t\tsr2.nativePushedStates.clear();\n\t\t\t\t\tsr2.nativeActiveState = void 0;\n\t\t\t\t\tif (!sr2.nativeStyleUpdate(sr2.nativeThemeState || themeState)) onMiss === null || onMiss === void 0 || onMiss();\n\t\t\t\t});\n\t\t\t}\n\t\t\treturn true;\n\t\t} : void 0;\n\t\tif (canNativeUpdate && stateRef.current.nativeLink) {\n\t\t\tvar sr = stateRef.current;\n\t\t\tvar style = splitStyles.style;\n\t\t\tif (style && sr.nativePushedKeys) {\n\t\t\t\tvar dropped = false;\n\t\t\t\tvar _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = void 0;\n\t\t\t\ttry {\n\t\t\t\t\tfor (var _iterator = sr.nativePushedKeys[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) if (!(_step.value in style)) {\n\t\t\t\t\t\tdropped = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t} catch (err) {\n\t\t\t\t\t_didIteratorError = true;\n\t\t\t\t\t_iteratorError = err;\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!_iteratorNormalCompletion && _iterator.return != null) _iterator.return();\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (_didIteratorError) throw _iteratorError;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif (dropped) pushViewState((themeState === null || themeState === void 0 ? void 0 : themeState.name) || \"\", style);\n\t\t\t}\n\t\t}\n\t\tvar contextForOverride = staticConfig.context;\n\t\tif (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.overriddenContextProps) {\n\t\t\tvar _staticConfig_parentStaticConfig;\n\t\t\tvar contextForProps = staticConfig.context || ((_staticConfig_parentStaticConfig = staticConfig.parentStaticConfig) === null || _staticConfig_parentStaticConfig === void 0 ? void 0 : _staticConfig_parentStaticConfig.context);\n\t\t\tif (contextForProps) {\n\t\t\t\tfor (var key1 in splitStyles.overriddenContextProps) {\n\t\t\t\t\toverriddenContextProps = overriddenContextProps || {};\n\t\t\t\t\toverriddenContextProps[key1] = splitStyles.overriddenContextProps[key1];\n\t\t\t\t}\n\t\t\t\tif (!staticConfig.context) contextForOverride = contextForProps;\n\t\t\t}\n\t\t}\n\t\tvar groupContext = groupName || isContainer ? (allGroupContexts === null || allGroupContexts === void 0 ? void 0 : allGroupContexts[groupName !== null && groupName !== void 0 ? groupName : \"@\"]) || null : null;\n\t\tif (!isPassthrough && groupContext && props.containerType !== \"normal\") {\n\t\t\tvar groupState = groupContext === null || groupContext === void 0 ? void 0 : groupContext.state;\n\t\t\tif (groupState && groupState.layout === void 0) {\n\t\t\t\tvar _splitStyles_style, _splitStyles_style1;\n\t\t\t\tif (((_splitStyles_style = splitStyles.style) === null || _splitStyles_style === void 0 ? void 0 : _splitStyles_style.width) || ((_splitStyles_style1 = splitStyles.style) === null || _splitStyles_style1 === void 0 ? void 0 : _splitStyles_style1.height)) groupState.layout = {\n\t\t\t\t\twidth: fromPx(splitStyles.style.width),\n\t\t\t\t\theight: fromPx(splitStyles.style.height)\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\t\tvar hasEnterExitTransition = props.transition && _type_of(props.transition) === \"object\" && !Array.isArray(props.transition) && (\"enter\" in props.transition || \"exit\" in props.transition);\n\t\tif (!isPassthrough && (hasAnimationProp || groupName || platformPseudo) && (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.avoidReRenders) && !hasEnterExitTransition) {\n\t\t\tlet updateGroupListeners2 = function() {\n\t\t\t\tvar updatedState = stateRef.current.nextState;\n\t\t\t\tif (groupContext) {\n\t\t\t\t\tvar { group, hasDynGroupChildren, unmounted, transition, ...childrenGroupState } = updatedState;\n\t\t\t\t\tnotifyGroupSubscribers(groupContext, stateRef.current.group || null, childrenGroupState);\n\t\t\t\t}\n\t\t\t};\n\t\t\tvar ogSetStateShallow = setStateShallow;\n\t\t\tstateRef.current.updateStyleListener = function() {\n\t\t\t\tvar useStyleListener = stateRef.current.useStyleListener;\n\t\t\t\tif (!useStyleListener) {\n\t\t\t\t\tvar pendingState = stateRef.current.nextState;\n\t\t\t\t\tif (pendingState) ogSetStateShallow(pendingState);\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tvar updatedState = stateRef.current.nextState || state;\n\t\t\t\tvar mediaState2 = stateRef.current.nextMedia;\n\t\t\t\tvar nextStyles = (0, import_getSplitStyles.getSplitStyles)(props, staticConfig, theme, themeName, updatedState, mediaState2 ? {\n\t\t\t\t\t...styleProps,\n\t\t\t\t\tmediaState: mediaState2\n\t\t\t\t} : styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp, animationDriver);\n\t\t\t\tvar _nextStyles_effectiveTransition, _ref5;\n\t\t\t\tvar effectiveTransition2 = (_ref5 = (_nextStyles_effectiveTransition = nextStyles === null || nextStyles === void 0 ? void 0 : nextStyles.effectiveTransition) !== null && _nextStyles_effectiveTransition !== void 0 ? _nextStyles_effectiveTransition : props.transition) !== null && _ref5 !== void 0 ? _ref5 : platformPseudo ? \"0ms\" : void 0;\n\t\t\t\tstateRef.current.prevPseudoState = (0, import_extractPseudoState.extractPseudoState)(updatedState);\n\t\t\t\tvar hasActivePseudo = Boolean(updatedState.hover || updatedState.press || updatedState.pressIn || updatedState.focus || updatedState.focusWithin);\n\t\t\t\tuseStyleListener((nextStyles === null || nextStyles === void 0 ? void 0 : nextStyles.style) || {}, effectiveTransition2, hasActivePseudo);\n\t\t\t};\n\t\t\tcomponentContext.mediaEmitListeners = componentContext.mediaEmitListeners || /* @__PURE__ */ new Set();\n\t\t\tif (!stateRef.current.mediaEmitCleanup) {\n\t\t\t\tvar updateListener = function(next) {\n\t\t\t\t\tvar _stateRef_current_updateStyleListener, _stateRef_current2;\n\t\t\t\t\tstateRef.current.nextMedia = next;\n\t\t\t\t\t(_stateRef_current_updateStyleListener = (_stateRef_current2 = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current2);\n\t\t\t\t};\n\t\t\t\tcomponentContext.mediaEmitListeners.add(updateListener);\n\t\t\t\tstateRef.current.mediaEmitCleanup = function() {\n\t\t\t\t\tvar _componentContext_mediaEmitListeners;\n\t\t\t\t\t(_componentContext_mediaEmitListeners = componentContext.mediaEmitListeners) === null || _componentContext_mediaEmitListeners === void 0 || _componentContext_mediaEmitListeners.delete(updateListener);\n\t\t\t\t};\n\t\t\t}\n\t\t\tcomponentContext.mediaEmit = componentContext.mediaEmit || function(next) {\n\t\t\t\tvar _iteratorNormalCompletion2 = true, _didIteratorError2 = false, _iteratorError2 = void 0;\n\t\t\t\ttry {\n\t\t\t\t\tfor (var _iterator2 = componentContext.mediaEmitListeners[Symbol.iterator](), _step2; !(_iteratorNormalCompletion2 = (_step2 = _iterator2.next()).done); _iteratorNormalCompletion2 = true) {\n\t\t\t\t\t\tvar listener = _step2.value;\n\t\t\t\t\t\tlistener(next);\n\t\t\t\t\t}\n\t\t\t\t} catch (err) {\n\t\t\t\t\t_didIteratorError2 = true;\n\t\t\t\t\t_iteratorError2 = err;\n\t\t\t\t} finally {\n\t\t\t\t\ttry {\n\t\t\t\t\t\tif (!_iteratorNormalCompletion2 && _iterator2.return != null) _iterator2.return();\n\t\t\t\t\t} finally {\n\t\t\t\t\t\tif (_didIteratorError2) throw _iteratorError2;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t};\n\t\t\tstateRef.current.setStateShallow = function(nextOrGetNext) {\n\t\t\t\tvar prev = stateRef.current.nextState || state;\n\t\t\t\tvar next = typeof nextOrGetNext === \"function\" ? nextOrGetNext(prev) : nextOrGetNext;\n\t\t\t\tif (next === prev || (0, import_is_equal_shallow.isEqualShallow)(prev, next)) return;\n\t\t\t\tvar canAvoidReRender = Object.keys(next).every(function(key4) {\n\t\t\t\t\treturn avoidReRenderKeys.has(key4);\n\t\t\t\t});\n\t\t\t\tvar updatedState = {\n\t\t\t\t\t...prev,\n\t\t\t\t\t...next\n\t\t\t\t};\n\t\t\t\tstateRef.current.nextState = updatedState;\n\t\t\t\tif (canAvoidReRender) {\n\t\t\t\t\tvar _stateRef_current_updateStyleListener, _stateRef_current2;\n\t\t\t\t\tif (process.env.NODE_ENV === \"development\" && debugProp && debugProp !== \"profile\") {\n\t\t\t\t\t\tconsole.groupCollapsed(`[\\u26A1\\uFE0F] avoid setState`, displayName, next, {\n\t\t\t\t\t\t\tupdatedState,\n\t\t\t\t\t\t\tprops\n\t\t\t\t\t\t});\n\t\t\t\t\t\tconsole.info(stateRef.current.host);\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t}\n\t\t\t\t\tupdateGroupListeners2();\n\t\t\t\t\t(_stateRef_current_updateStyleListener = (_stateRef_current2 = stateRef.current).updateStyleListener) === null || _stateRef_current_updateStyleListener === void 0 || _stateRef_current_updateStyleListener.call(_stateRef_current2);\n\t\t\t\t} else {\n\t\t\t\t\tif (process.env.NODE_ENV === \"development\" && debugProp && debugProp !== \"profile\") console.info(`[\\u{1F40C}] re-render`, {\n\t\t\t\t\t\tcanAvoidReRender,\n\t\t\t\t\t\tnext\n\t\t\t\t\t});\n\t\t\t\t\togSetStateShallow(next);\n\t\t\t\t}\n\t\t\t};\n\t\t\tsetStateShallow = function(state2) {\n\t\t\t\tvar _stateRef_current_setStateShallow, _stateRef_current2;\n\t\t\t\t(_stateRef_current_setStateShallow = (_stateRef_current2 = stateRef.current).setStateShallow) === null || _stateRef_current_setStateShallow === void 0 || _stateRef_current_setStateShallow.call(_stateRef_current2, state2);\n\t\t\t};\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`split-styles`;\n\t\tif (splitStyles) {\n\t\t\tif (props.group && props.untilMeasured === \"hide\" && !stateRef.current.hasMeasured) {\n\t\t\t\tsplitStyles.style = splitStyles.style || {};\n\t\t\t\tsplitStyles.style.opacity = 0;\n\t\t\t}\n\t\t}\n\t\tvar hasRuntimeMediaKeys = (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.hasMedia) && splitStyles.hasMedia !== true;\n\t\tvar shouldListenForMedia = (0, import_createVariable.didGetVariableValue)() || hasRuntimeMediaKeys || noClass && (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.hasMedia) === true;\n\t\tvar mediaListeningKeys = hasRuntimeMediaKeys ? splitStyles.hasMedia : null;\n\t\tif (process.env.NODE_ENV === \"development\" && debugProp === \"verbose\") console.info(`useMedia() createComponent`, shouldListenForMedia, mediaListeningKeys);\n\t\t(0, import_useMedia.setMediaShouldUpdate)(stateRef.current, shouldListenForMedia, mediaListeningKeys, stateRef.current.optimizeForFirstRender);\n\t\tvar { viewProps: viewPropsIn, style: splitStylesStyle, classNames, pseudoGroups, mediaGroups } = splitStyles || {};\n\t\tvar propsWithAnimation = props;\n\t\tvar { asChild, children, themeShallow, spaceDirection: _spaceDirection, onPress, onLongPress, onPressIn, onPressOut, onHoverIn, onHoverOut, onMouseUp, onMouseDown, onMouseEnter, onMouseLeave, onFocus, onBlur, onTransition, separator, passThrough, forceStyle: _forceStyle, onClick, theme: _themeProp, ...nonTamaguiProps } = viewPropsIn || {};\n\t\tvar viewProps = nonTamaguiProps;\n\t\tif (props.forceStyle) viewProps.forceStyle = props.forceStyle;\n\t\tif (isHOC) {\n\t\t\tif (typeof _themeProp !== \"undefined\") viewProps.theme = _themeProp;\n\t\t\tif (typeof passThrough !== \"undefined\") viewProps.passThrough = passThrough;\n\t\t\tif (typeof asChild !== \"undefined\") viewProps.asChild = asChild;\n\t\t\tif (typeof onTransition !== \"undefined\") viewProps.onTransition = onTransition;\n\t\t}\n\t\tvar animationStyles;\n\t\tvar shouldUseAnimation = (inputStyle === \"css\" ? willBeAnimatedClient : willBeAnimated) && useAnimations && !isHOC;\n\t\tvar animatedRef;\n\t\tif (shouldUseAnimation) {\n\t\t\tvar useStyleEmitter = (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.avoidReRenders) ? function(listener) {\n\t\t\t\tstateRef.current.useStyleListener = listener;\n\t\t\t} : void 0;\n\t\t\tvar _splitStyles_effectiveTransition, _ref;\n\t\t\tvar effectiveTransition = (_ref = (_splitStyles_effectiveTransition = splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.effectiveTransition) !== null && _splitStyles_effectiveTransition !== void 0 ? _splitStyles_effectiveTransition : props.transition) !== null && _ref !== void 0 ? _ref : platformPseudo ? \"0ms\" : void 0;\n\t\t\tif (splitStyles) splitStyles.effectiveTransition = effectiveTransition;\n\t\t\tstateRef.current.prevPseudoState = (0, import_extractPseudoState.extractPseudoState)(state);\n\t\t\tvar animations = useAnimations({\n\t\t\t\tprops: propsWithAnimation,\n\t\t\t\tstyle: isHydrated ? splitStylesStyle || {} : { ...splitStylesStyle },\n\t\t\t\tstyleState: splitStyles,\n\t\t\t\tuseStyleEmitter,\n\t\t\t\tpresence,\n\t\t\t\tcomponentState: state,\n\t\t\t\tstyleProps,\n\t\t\t\ttheme,\n\t\t\t\tthemeName,\n\t\t\t\tstaticConfig,\n\t\t\t\tstateRef,\n\t\t\t\tonTransition\n\t\t\t});\n\t\t\tif (animations) {\n\t\t\t\tif (animations.ref) animatedRef = animations.ref;\n\t\t\t\tif (isHydrated && animations) {\n\t\t\t\t\tanimationStyles = animations.style;\n\t\t\t\t\tviewProps.style = animationStyles;\n\t\t\t\t\tif (animations.className) viewProps.className = `${state.unmounted === \"should-enter\" ? \"t_unmounted \" : \"\"}${viewProps.className || \"\"} ${animations.className}`;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (process.env.NODE_ENV === \"development\" && time) time`animations`;\n\t\t}\n\t\tif (import_constants.isWeb && isExiting) viewProps.className = `t_exiting ${viewProps.className || \"\"}`;\n\t\tif (process.env.NODE_ENV === \"development\" && props.untilMeasured && !props.group) console.warn(`You set the untilMeasured prop without setting group. This doesn't work, be sure to set untilMeasured on the parent that sets group, not the children that use a group clause.\n\nIf you meant to do this, you can disable this warning - either change untilMeasured and group at the same time, or do group={conditional ? 'name' : undefined}`);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`destructure`;\n\t\tif (!isPassthrough && groupContext && props.containerType !== \"normal\") nonTamaguiProps.onLayout = (0, import_helpers.composeEventHandlers)(nonTamaguiProps.onLayout, function(e) {\n\t\t\tvar _stateRef_current_group;\n\t\t\tvar layout = e.nativeEvent.layout;\n\t\t\tgroupContext.state.layout = layout;\n\t\t\t(_stateRef_current_group = stateRef.current.group) === null || _stateRef_current_group === void 0 || _stateRef_current_group.emit({ layout });\n\t\t\tif (!stateRef.current.hasMeasured && props.untilMeasured === \"hide\") setState(function(prev) {\n\t\t\t\treturn { ...prev };\n\t\t\t});\n\t\t\tstateRef.current.hasMeasured = true;\n\t\t});\n\t\tviewProps = ((_hooks_usePropsTransform = import_setupHooks.hooks.usePropsTransform) === null || _hooks_usePropsTransform === void 0 ? void 0 : _hooks_usePropsTransform.call(import_setupHooks.hooks, elementType, nonTamaguiProps, stateRef, stateRef.current.willHydrate)) || nonTamaguiProps;\n\t\tif (!stateRef.current.composedRef) stateRef.current.composedRef = (0, import_compose_refs.composeRefs)(function(x) {\n\t\t\tstateRef.current.host = x;\n\t\t\t(0, import_nativeStyleEngine.updateNativeStyleLink)(stateRef.current, x);\n\t\t}, forwardedRef, import_setElementProps.setElementProps, animatedRef);\n\t\tviewProps.ref = stateRef.current.composedRef;\n\t\tif (onClick !== void 0 && ((_staticConfig_neverSkipProps = staticConfig.neverSkipProps) === null || _staticConfig_neverSkipProps === void 0 ? void 0 : _staticConfig_neverSkipProps.onClick)) viewProps.onClick = onClick;\n\t\t(0, import_pointerEvents.usePointerEvents)(props, viewProps);\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (!isReactNative && !isText && import_constants.isWeb && !isHOC) import_react.default.Children.toArray(props.children).forEach(function(item) {\n\t\t\t\tif (typeof item === \"string\" && item !== \"\\n\") console.error(`Unexpected text node: ${item}. A text node cannot be a child of a <${displayName || propsIn.tag || \"View\"}>.`, props);\n\t\t\t});\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`events-hooks`;\n\t\tvar unPress = function() {\n\t\t\tsetStateShallow({\n\t\t\t\tpress: false,\n\t\t\t\tpressIn: false\n\t\t\t});\n\t\t};\n\t\tif (process.env.NODE_ENV === \"development\" && import_constants.isWeb) (0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tif (debugProp === \"verbose\") {\n\t\t\t\tlet cssStyleDeclarationToObject2 = function(style2) {\n\t\t\t\t\tvar styleObject = {};\n\t\t\t\t\tfor (var i = 0; i < style2.length; i++) {\n\t\t\t\t\t\tvar prop = style2[i];\n\t\t\t\t\t\tstyleObject[prop] = style2.getPropertyValue(prop);\n\t\t\t\t\t}\n\t\t\t\t\treturn styleObject;\n\t\t\t\t};\n\t\t\t\tvar computed = stateRef.current.host ? cssStyleDeclarationToObject2(getComputedStyle(stateRef.current.host)) : {};\n\t\t\t\tconsole.groupCollapsed(`Rendered > (opacity: ${computed.opacity})`);\n\t\t\t\tconsole.warn(stateRef.current.host);\n\t\t\t\tconsole.warn(computed);\n\t\t\t\tconsole.groupEnd();\n\t\t\t}\n\t\t});\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tif (state.unmounted === true && hasEnterStyle) {\n\t\t\t\tsetStateShallow({ unmounted: \"should-enter\" });\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif (state.unmounted) {\n\t\t\t\tif (inputStyle === \"css\") {\n\t\t\t\t\tvar cancelled = false;\n\t\t\t\t\trequestAnimationFrame(function() {\n\t\t\t\t\t\tif (cancelled) return;\n\t\t\t\t\t\trequestAnimationFrame(function() {\n\t\t\t\t\t\t\tif (cancelled) return;\n\t\t\t\t\t\t\tsetStateShallow({ unmounted: false });\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\t\t\t\t\treturn function() {\n\t\t\t\t\t\tcancelled = true;\n\t\t\t\t\t};\n\t\t\t\t}\n\t\t\t\tsetStateShallow({ unmounted: false });\n\t\t\t}\n\t\t}, [state.unmounted, inputStyle]);\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\treturn function() {\n\t\t\t\tvar _stateRef_current_mediaEmitCleanup, _stateRef_current2;\n\t\t\t\tcomponentSetStates.delete(setState);\n\t\t\t\t(_stateRef_current_mediaEmitCleanup = (_stateRef_current2 = stateRef.current).mediaEmitCleanup) === null || _stateRef_current_mediaEmitCleanup === void 0 || _stateRef_current_mediaEmitCleanup.call(_stateRef_current2);\n\t\t\t\tstateRef.current.mediaEmitCleanup = void 0;\n\t\t\t};\n\t\t}, []);\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tvar disposeSafeArea;\n\t\t\tif (process.env.TAMAGUI_RUNTIME_SAFE_AREA !== \"disabled\" && (splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea)) {\n\t\t\t\tvar updateSafeArea = function() {\n\t\t\t\t\tsetState(function(previous) {\n\t\t\t\t\t\treturn { ...previous };\n\t\t\t\t\t});\n\t\t\t\t};\n\t\t\t\tdisposeSafeArea = (0, import_resolveSafeAreaVariable.subscribeToSafeArea)(updateSafeArea);\n\t\t\t\tupdateSafeArea();\n\t\t\t}\n\t\t\tif (disabled) return disposeSafeArea;\n\t\t\tif (!pseudoGroups && !mediaGroups) return disposeSafeArea;\n\t\t\tif (!allGroupContexts) return disposeSafeArea;\n\t\t\tvar disposeGroup = (0, import_subscribeToContextGroup.subscribeToContextGroup)({\n\t\t\t\tgroupContext: allGroupContexts,\n\t\t\t\tsetStateShallow,\n\t\t\t\tmediaGroups,\n\t\t\t\tpseudoGroups\n\t\t\t});\n\t\t\tif (!disposeSafeArea) return disposeGroup;\n\t\t\treturn function() {\n\t\t\t\tdisposeSafeArea();\n\t\t\t\tdisposeGroup === null || disposeGroup === void 0 || disposeGroup();\n\t\t\t};\n\t\t}, [\n\t\t\tallGroupContexts,\n\t\t\tdisabled,\n\t\t\tsplitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.usesSafeArea,\n\t\t\tpseudoGroups ? (0, import_objectIdentityKey.objectIdentityKey)(pseudoGroups) : 0,\n\t\t\tmediaGroups ? (0, import_objectIdentityKey.objectIdentityKey)(mediaGroups) : 0\n\t\t]);\n\t\tvar groupEmitter = stateRef.current.group;\n\t\t(0, import_constants.useIsomorphicLayoutEffect)(function() {\n\t\t\tif (!groupContext || !groupEmitter) return;\n\t\t\tnotifyGroupSubscribers(groupContext, groupEmitter, state);\n\t\t}, [\n\t\t\tgroupContext,\n\t\t\tgroupEmitter,\n\t\t\tstate\n\t\t]);\n\t\tvar conditionalStates = !disabled ? splitStyles === null || splitStyles === void 0 ? void 0 : splitStyles.programStates : void 0;\n\t\tvar runtimePressStyle = !disabled && ((conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"press\")) || (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"active\")));\n\t\tvar runtimeFocusStyle = !disabled && (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus\"));\n\t\tvar runtimeFocusVisibleStyle = !disabled && (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus-visible\"));\n\t\tvar attachFocus = Boolean(runtimePressStyle || runtimeFocusStyle || runtimeFocusVisibleStyle || onFocus || onBlur || !!componentContext.setParentFocusState);\n\t\tvar hasDynamicGroupChildren = Boolean(groupName && state.hasDynGroupChildren);\n\t\tvar attachPress = Boolean(hasDynamicGroupChildren || runtimePressStyle || onPress || onPressOut || onPressIn || onMouseDown || onMouseUp || onLongPress || false);\n\t\tvar runtimeHoverStyle = !disabled && (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"hover\"));\n\t\tvar needsHoverState = Boolean(hasDynamicGroupChildren || runtimeHoverStyle && !platformPseudo);\n\t\tvar attachHover = (import_constants.isWeb || import_constants.isNativeDesktop) && !!(hasDynamicGroupChildren || needsHoverState || onMouseEnter || onMouseLeave);\n\t\tvar shouldAttach = !disabled && !props.asChild && Boolean(attachFocus || attachPress || attachHover || runtimePressStyle || runtimeHoverStyle || runtimeFocusStyle);\n\t\tvar needsPressState = Boolean(hasDynamicGroupChildren || runtimePressStyle);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`events-setup`;\n\t\tif (process.env.NODE_ENV === \"development\" && debugProp === \"verbose\") (0, import_log.log)(`\\u{1FAA9} events()`, {\n\t\t\truntimeFocusStyle,\n\t\t\truntimePressStyle,\n\t\t\truntimeHoverStyle,\n\t\t\truntimeFocusVisibleStyle,\n\t\t\tattachPress,\n\t\t\tattachFocus,\n\t\t\tattachHover,\n\t\t\tshouldAttach,\n\t\t\tneedsHoverState\n\t\t});\n\t\tvar events = shouldAttach ? {\n\t\t\tonPressOut: attachPress ? function(e) {\n\t\t\t\tunPress();\n\t\t\t\tonPressOut === null || onPressOut === void 0 || onPressOut(e);\n\t\t\t\tonMouseUp === null || onMouseUp === void 0 || onMouseUp(e);\n\t\t\t} : void 0,\n\t\t\t...(attachHover || attachPress) && {\n\t\t\t\tonMouseEnter: function(e) {\n\t\t\t\t\tvar next = {};\n\t\t\t\t\tif (needsHoverState && !lastInteractionWasTouch.value) next.hover = true;\n\t\t\t\t\tif (needsPressState) {\n\t\t\t\t\t\tif (state.pressIn) next.press = true;\n\t\t\t\t\t}\n\t\t\t\t\tsetStateShallow(next);\n\t\t\t\t\tonHoverIn === null || onHoverIn === void 0 || onHoverIn(e);\n\t\t\t\t\tonMouseEnter === null || onMouseEnter === void 0 || onMouseEnter(e);\n\t\t\t\t},\n\t\t\t\tonMouseLeave: function(e) {\n\t\t\t\t\tvar next = {};\n\t\t\t\t\tif (needsHoverState) next.hover = false;\n\t\t\t\t\tif (needsPressState) {\n\t\t\t\t\t\tnext.press = false;\n\t\t\t\t\t\tnext.pressIn = false;\n\t\t\t\t\t}\n\t\t\t\t\tsetStateShallow(next);\n\t\t\t\t\tonHoverOut === null || onHoverOut === void 0 || onHoverOut(e);\n\t\t\t\t\tonMouseLeave === null || onMouseLeave === void 0 || onMouseLeave(e);\n\t\t\t\t}\n\t\t\t},\n\t\t\tonPressIn: attachPress ? function(e) {\n\t\t\t\tif (needsPressState) setStateShallow({\n\t\t\t\t\tpress: true,\n\t\t\t\t\tpressIn: true\n\t\t\t\t});\n\t\t\t\tonPressIn === null || onPressIn === void 0 || onPressIn(e);\n\t\t\t\tonMouseDown === null || onMouseDown === void 0 || onMouseDown(e);\n\t\t\t\tif (import_constants.isWeb) componentSetStates.add(setState);\n\t\t\t} : void 0,\n\t\t\tonPress: attachPress ? function(e) {\n\t\t\t\tunPress();\n\t\t\t\tonPress === null || onPress === void 0 || onPress(e);\n\t\t\t} : void 0,\n\t\t\t...attachPress && onLongPress && { onLongPress: function(e) {\n\t\t\t\tunPress();\n\t\t\t\tonLongPress === null || onLongPress === void 0 || onLongPress(e);\n\t\t\t} },\n\t\t\t...attachFocus && {\n\t\t\t\tonFocus: function(e) {\n\t\t\t\t\tvar next = {};\n\t\t\t\t\tif (componentContext.setParentFocusState) {\n\t\t\t\t\t\tcomponentContext.setParentFocusState({ focusWithin: true });\n\t\t\t\t\t\tnext.focusWithin = true;\n\t\t\t\t\t}\n\t\t\t\t\tif (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus-visible\")) if (lastInteractionWasKeyboard.value) next.focusVisible = true;\n\t\t\t\t\telse next.focus = true;\n\t\t\t\t\telse next.focus = true;\n\t\t\t\t\tsetStateShallow(next);\n\t\t\t\t\tonFocus === null || onFocus === void 0 || onFocus(e);\n\t\t\t\t},\n\t\t\t\tonBlur: function(e) {\n\t\t\t\t\tif (componentContext.setParentFocusState) componentContext.setParentFocusState({ focusWithin: false });\n\t\t\t\t\tsetStateShallow({\n\t\t\t\t\t\tfocus: false,\n\t\t\t\t\t\tfocusVisible: false,\n\t\t\t\t\t\tfocusWithin: false\n\t\t\t\t\t});\n\t\t\t\t\tonBlur === null || onBlur === void 0 || onBlur(e);\n\t\t\t\t}\n\t\t\t}\n\t\t} : null;\n\t\tif (events && !asChild) Object.assign(events, {\n\t\t\tcancelable: !viewProps.rejectResponderTermination,\n\t\t\tdisabled,\n\t\t\thitSlop: viewProps.hitSlop,\n\t\t\tdelayLongPress: viewProps.delayLongPress,\n\t\t\tdelayPressIn: viewProps.delayPressIn,\n\t\t\tdelayPressOut: viewProps.delayPressOut,\n\t\t\tminPressDuration: 0\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`events`;\n\t\tif (process.env.NODE_ENV === \"development\" && debugProp === \"verbose\") (0, import_log.log)(`events`, {\n\t\t\tevents,\n\t\t\tattachHover,\n\t\t\tattachPress\n\t\t});\n\t\tvar propsWithHref = props;\n\t\tvar propsInWithHref = propsIn;\n\t\tvar _props_testID, _ref1, _ref2, _ref3, _ref4;\n\t\tvar pressDebugName = [displayName, (_ref4 = (_ref3 = (_ref2 = (_ref1 = (_props_testID = props.testID) !== null && _props_testID !== void 0 ? _props_testID : propsIn.testID) !== null && _ref1 !== void 0 ? _ref1 : props.accessibilityLabel) !== null && _ref2 !== void 0 ? _ref2 : propsIn.accessibilityLabel) !== null && _ref3 !== void 0 ? _ref3 : typeof propsWithHref.href === \"string\" ? propsWithHref.href : null) !== null && _ref4 !== void 0 ? _ref4 : typeof propsInWithHref.href === \"string\" ? propsInWithHref.href : null].filter(Boolean).join(\":\") || null;\n\t\tvar hasRealPressEvents = !!(onPress || onPressIn || onPressOut || onLongPress);\n\t\tvar pressGesture = (0, import_eventHandling.useEvents)(events, viewProps, stateRef, staticConfig, isHOC, isInsideNativeMenu, pressDebugName, hasRealPressEvents);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`hooks`;\n\t\tif (asChild && !isHOC) {\n\t\t\telementType = import_Slot.Slot;\n\t\t\tObject.assign(viewProps, {\n\t\t\t\tonPress,\n\t\t\t\tonLongPress\n\t\t\t});\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`spaced-as-child`;\n\t\tvar content;\n\t\tvar childrenFromHooks = import_setupHooks.hooks.useChildren ? import_setupHooks.hooks.useChildren(elementType, children, viewProps, isPassthrough) : void 0;\n\t\tif (isPassthrough) content = /* @__PURE__ */ import_react.default.createElement(BaseComponent, { style: { display: \"contents\" } }, propsIn.children);\n\t\telse {\n\t\t\tif (childrenFromHooks) content = childrenFromHooks;\n\t\t\tvar isRenderPropString = typeof renderProp === \"string\";\n\t\t\tif (renderProp && !isRenderPropString) {\n\t\t\t\tvar out = getCustomRender(renderProp, content || children, viewProps, componentState);\n\t\t\t\tif (out) {\n\t\t\t\t\tviewProps = out.viewProps;\n\t\t\t\t\tif (isAnimatedCustomComponent && elementType[\"acceptRenderProp\"] && typeof out.elementType === \"string\") viewProps.render = out.elementType;\n\t\t\t\t\telse elementType = out.elementType;\n\t\t\t\t}\n\t\t\t}\n\t\t\tif (!content) {\n\t\t\t\tif (isRenderPropString && elementType[\"acceptRenderProp\"]) viewProps.render = renderProp;\n\t\t\t\tcontent = /* @__PURE__ */ import_react.default.createElement(elementType, viewProps, content || children);\n\t\t\t}\n\t\t\tif (process.env.NODE_ENV === \"development\" && time) time`use-children`;\n\t\t}\n\t\tvar isCompositeComponent = !isHOC && Component && typeof Component !== \"string\";\n\t\tcontent = (0, import_eventHandling.wrapWithGestureDetector)(content, pressGesture, stateRef, isHOC, isCompositeComponent, hasRealPressEvents);\n\t\tvar ResetPresence = (animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.isStub) ? void 0 : animationDriver === null || animationDriver === void 0 ? void 0 : animationDriver.ResetPresence;\n\t\tvar needsReset = Boolean(\n\t\t\t// not when passing down to child\n\t\t\t!asChild && splitStyles && !isHOC && ResetPresence && willBeAnimated && (hasEnterStyle || presenceState)\n\t\t);\n\t\tvar hasEverReset = stateRef.current.hasEverResetPresence;\n\t\tif (needsReset && !hasEverReset) stateRef.current.hasEverResetPresence = true;\n\t\tif ((needsReset || hasEverReset) && ResetPresence) content = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(ResetPresence, {\n\t\t\tdisabled: !needsReset,\n\t\t\tchildren: content\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`create-element`;\n\t\tif (conditionalStates === null || conditionalStates === void 0 ? void 0 : conditionalStates.has(\"focus-within\")) content = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_ComponentContext.ComponentContext.Provider, {\n\t\t\t...componentContext,\n\t\t\tsetParentFocusState: setStateShallow,\n\t\t\tchildren: content\n\t\t});\n\t\tif (\"group\" in props || isContainer) content = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_GroupContext.GroupContext.Provider, {\n\t\t\tvalue: allGroupContexts,\n\t\t\tchildren: content\n\t\t});\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`group-context`;\n\t\tcontent = disableTheme || !splitStyles ? content : (0, import_Theme.getThemedChildren)(themeState, content, themeStateProps, false, stateRef);\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`themed-children`;\n\t\tif (overriddenContextProps && contextForOverride) {\n\t\t\tvar Provider = contextForOverride.Provider;\n\t\t\tfor (var key2 in styledContextValue) if (!(key2 in overriddenContextProps)) overriddenContextProps[key2] = styledContextValue[key2];\n\t\t\tcontent = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Provider, {\n\t\t\t\t__disableMergeDefaultValues: true,\n\t\t\t\t...overriddenContextProps,\n\t\t\t\tchildren: content\n\t\t\t});\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`context-override`;\n\t\tif (process.env.NODE_ENV === \"development\" && time) time`style-tags`;\n\t\tif (process.env.NODE_ENV === \"development\") {\n\t\t\tif (debugProp && debugProp !== \"profile\") {\n\t\t\t\tvar title = `render <${typeof elementType === \"string\" ? elementType : \"Component\"} /> (${internalID}) with props`;\n\t\t\t\tif (!import_constants.isWeb || !import_constants.isClient) {\n\t\t\t\t\t(0, import_log.log)(title);\n\t\t\t\t\t(0, import_log.log)(`state: `, state);\n\t\t\t\t\tif (import_isDevTools.isDevTools) (0, import_log.log)(\"viewProps\", viewProps);\n\t\t\t\t\t(0, import_log.log)(`final styles:`);\n\t\t\t\t\tfor (var key3 in splitStylesStyle) (0, import_log.log)(key3, splitStylesStyle[key3]);\n\t\t\t\t} else {\n\t\t\t\t\tconsole.groupCollapsed(title);\n\t\t\t\t\ttry {\n\t\t\t\t\t\t(0, import_log.log)(\"viewProps\", viewProps);\n\t\t\t\t\t\t(0, import_log.log)(\"children\", content);\n\t\t\t\t\t\tif (typeof window !== \"undefined\") (0, import_log.log)({\n\t\t\t\t\t\t\tpropsIn,\n\t\t\t\t\t\t\tprops,\n\t\t\t\t\t\t\tattachPress,\n\t\t\t\t\t\t\tanimationStyles,\n\t\t\t\t\t\t\tclassNames,\n\t\t\t\t\t\t\tcontent,\n\t\t\t\t\t\t\telementType,\n\t\t\t\t\t\t\tevents,\n\t\t\t\t\t\t\tisAnimated,\n\t\t\t\t\t\t\thasRuntimeMediaKeys,\n\t\t\t\t\t\t\tisStringElement,\n\t\t\t\t\t\t\tmediaListeningKeys,\n\t\t\t\t\t\t\tshouldAttach,\n\t\t\t\t\t\t\tnoClass,\n\t\t\t\t\t\t\tshouldListenForMedia,\n\t\t\t\t\t\t\tsplitStyles,\n\t\t\t\t\t\t\tsplitStylesStyle,\n\t\t\t\t\t\t\tstate,\n\t\t\t\t\t\t\tstateRef,\n\t\t\t\t\t\t\tstaticConfig,\n\t\t\t\t\t\t\tstyleProps,\n\t\t\t\t\t\t\tthemeState,\n\t\t\t\t\t\t\tviewProps,\n\t\t\t\t\t\t\twillBeAnimated,\n\t\t\t\t\t\t\tstartedUnhydrated\n\t\t\t\t\t\t});\n\t\t\t\t\t} catch (e) {} finally {\n\t\t\t\t\t\tconsole.groupEnd();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && time) {\n\t\t\ttime`rest`;\n\t\t\tif (!globalThis[\"willPrint\"]) {\n\t\t\t\tglobalThis[\"willPrint\"] = true;\n\t\t\t\tsetTimeout(function() {\n\t\t\t\t\tdelete globalThis[\"willPrint\"];\n\t\t\t\t\ttime.print();\n\t\t\t\t\ttime = null;\n\t\t\t\t}, 50);\n\t\t\t}\n\t\t}\n\t\treturn content;\n\t};\n\tfunction notifyGroupSubscribers(groupContext, groupEmitter, pseudo) {\n\t\tif (!groupContext || !groupEmitter) return;\n\t\tvar prevPseudo = groupContext.state.pseudo;\n\t\tvar shouldReplacePseudo = !prevPseudo || \"unmounted\" in prevPseudo || \"group\" in prevPseudo || \"hasDynGroupChildren\" in prevPseudo || \"transition\" in prevPseudo;\n\t\tvar nextPseudo = shouldReplacePseudo ? {} : prevPseudo;\n\t\tvar didChange = shouldReplacePseudo;\n\t\tfor (var i = 0; i < groupPseudoKeys.length; i++) {\n\t\t\tvar key = groupPseudoKeys[i];\n\t\t\tvar value = pseudo[key];\n\t\t\tif (nextPseudo[key] !== value) {\n\t\t\t\tnextPseudo[key] = value;\n\t\t\t\tdidChange = true;\n\t\t\t} else if (didChange) nextPseudo[key] = value;\n\t\t}\n\t\tif (!didChange) return;\n\t\tgroupContext.state.pseudo = nextPseudo;\n\t\tgroupEmitter.emit(groupContext.state);\n\t}\n\tres = component;\n\tres = /* @__PURE__ */ import_react.default.memo(res);\n\tres.staticConfig = staticConfig;\n\treturn res;\n}\nvar fromPx = function(val) {\n\tif (typeof val === \"number\") return val;\n\tif (typeof val === \"string\") return +val.replace(\"px\", \"\");\n\treturn 0;\n};\nvar getCustomRender = function(renderProp, content, viewProps, state) {\n\tif (typeof renderProp === \"function\") renderProp = getRenderElementForPlatform(renderProp(viewProps, state));\n\tif (renderProp) {\n\t\tif ((typeof renderProp === \"undefined\" ? \"undefined\" : _type_of(renderProp)) === \"object\" && /* @__PURE__ */ import_react.default.isValidElement(renderProp)) {\n\t\t\tif (getRenderElementForPlatform(renderProp)) {\n\t\t\t\tvar elementProps = renderProp.props;\n\t\t\t\tvar mergedProps = elementProps ? (0, import_mergeRenderElementProps.mergeRenderElementProps)(elementProps, viewProps, content) : viewProps;\n\t\t\t\treturn {\n\t\t\t\t\telementType: renderProp.type,\n\t\t\t\t\tviewProps: mergedProps\n\t\t\t\t};\n\t\t\t}\n\t\t}\n\t}\n};\nfunction getRenderElementForPlatform(potential) {\n\tif (isHTMLElement(potential)) return;\n\treturn potential;\n}\nfunction isHTMLElement(el) {\n\treturn typeof el[\"type\"] === \"string\" && el[\"type\"][0] === el[\"type\"][0].toLowerCase();\n}\n//# sourceMappingURL=createComponent.js.map\n"],"mappings":"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"}
@@ -243,7 +243,7 @@ function getThemesDeduped(themes, colorTokens, variables, variablesCtx) {
243
243
  for (const key2 in theme) {
244
244
  (0, import_themes.ensureThemeVariable)(theme, key2);
245
245
  }
246
- if (variables && variablesCtx && !themeName.includes("_")) {
246
+ if (process.env.TAMAGUI_RUNTIME_INLINE_THEME_VALUES !== "disabled" && variables && variablesCtx && !themeName.includes("_")) {
247
247
  (0, import_variables.mergeConfigVariablesIntoTheme)(theme, themeName, variables, variablesCtx.tokensParsed);
248
248
  }
249
249
  const deduped = {
@@ -264,7 +264,7 @@ function getThemesDeduped(themes, colorTokens, variables, variablesCtx) {
264
264
  for (var key1 in theme) {
265
265
  (0, import_themes.ensureThemeVariable)(theme, key1);
266
266
  }
267
- if (variables && variablesCtx && !themeName.includes("_")) {
267
+ if (process.env.TAMAGUI_RUNTIME_INLINE_THEME_VALUES !== "disabled" && variables && variablesCtx && !themeName.includes("_")) {
268
268
  (0, import_variables.mergeConfigVariablesIntoTheme)(theme, themeName, variables, variablesCtx.tokensParsed);
269
269
  }
270
270
  var deduped = {
@@ -264,7 +264,7 @@ function getThemesDeduped(themes, colorTokens, variables, variablesCtx) {
264
264
  for (var key1 in theme) {
265
265
  (0, import_themes.ensureThemeVariable)(theme, key1);
266
266
  }
267
- if (variables && variablesCtx && !themeName.includes("_")) {
267
+ if (process.env.TAMAGUI_RUNTIME_INLINE_THEME_VALUES !== "disabled" && variables && variablesCtx && !themeName.includes("_")) {
268
268
  (0, import_variables.mergeConfigVariablesIntoTheme)(theme, themeName, variables, variablesCtx.tokensParsed);
269
269
  }
270
270
  var deduped = {