tamagui 1.121.7 → 1.121.8
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.
- package/dist/native.js +108 -107
- package/dist/native.js.map +3 -3
- package/dist/test.native.js +108 -107
- package/dist/test.native.js.map +3 -3
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -2741,6 +2741,75 @@ var require_insertStyleRule_native = __commonJS({
|
|
|
2741
2741
|
}
|
|
2742
2742
|
});
|
|
2743
2743
|
|
|
2744
|
+
// ../../core/use-did-finish-ssr/dist/cjs/index.native.js
|
|
2745
|
+
var require_index_native11 = __commonJS({
|
|
2746
|
+
"../../core/use-did-finish-ssr/dist/cjs/index.native.js"(exports2, module2) {
|
|
2747
|
+
"use strict";
|
|
2748
|
+
var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
|
|
2749
|
+
for (var name in all) __defProp2(target, name, {
|
|
2750
|
+
get: all[name],
|
|
2751
|
+
enumerable: !0
|
|
2752
|
+
});
|
|
2753
|
+
}, __copyProps2 = function(to, from, except, desc) {
|
|
2754
|
+
var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
|
|
2755
|
+
if (from && typeof from == "object" || typeof from == "function") try {
|
|
2756
|
+
for (var _loop = function() {
|
|
2757
|
+
var key = _step.value;
|
|
2758
|
+
!__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, {
|
|
2759
|
+
get: function() {
|
|
2760
|
+
return from[key];
|
|
2761
|
+
},
|
|
2762
|
+
enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable
|
|
2763
|
+
});
|
|
2764
|
+
}, _iterator = __getOwnPropNames2(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) _loop();
|
|
2765
|
+
} catch (err) {
|
|
2766
|
+
_didIteratorError = !0, _iteratorError = err;
|
|
2767
|
+
} finally {
|
|
2768
|
+
try {
|
|
2769
|
+
!_iteratorNormalCompletion && _iterator.return != null && _iterator.return();
|
|
2770
|
+
} finally {
|
|
2771
|
+
if (_didIteratorError)
|
|
2772
|
+
throw _iteratorError;
|
|
2773
|
+
}
|
|
2774
|
+
}
|
|
2775
|
+
return to;
|
|
2776
|
+
}, __toESM2 = function(mod, isNodeMode, target) {
|
|
2777
|
+
return target = mod != null ? __create2(__getProtoOf2(mod)) : {}, __copyProps2(
|
|
2778
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
2779
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
2780
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
2781
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
2782
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", {
|
|
2783
|
+
value: mod,
|
|
2784
|
+
enumerable: !0
|
|
2785
|
+
}) : target,
|
|
2786
|
+
mod
|
|
2787
|
+
);
|
|
2788
|
+
}, __toCommonJS2 = function(mod) {
|
|
2789
|
+
return __copyProps2(__defProp2({}, "__esModule", {
|
|
2790
|
+
value: !0
|
|
2791
|
+
}), mod);
|
|
2792
|
+
}, src_exports2 = {};
|
|
2793
|
+
__export2(src_exports2, {
|
|
2794
|
+
useClientValue: function() {
|
|
2795
|
+
return useClientValue;
|
|
2796
|
+
},
|
|
2797
|
+
useDidFinishSSR: function() {
|
|
2798
|
+
return useDidFinishSSR2;
|
|
2799
|
+
}
|
|
2800
|
+
});
|
|
2801
|
+
module2.exports = __toCommonJS2(src_exports2);
|
|
2802
|
+
var React4 = __toESM2(require("react"));
|
|
2803
|
+
function useDidFinishSSR2(value) {
|
|
2804
|
+
return value ?? !0;
|
|
2805
|
+
}
|
|
2806
|
+
function useClientValue(value) {
|
|
2807
|
+
var done = useDidFinishSSR2();
|
|
2808
|
+
return done ? typeof value == "function" ? value() : value : void 0;
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
});
|
|
2812
|
+
|
|
2744
2813
|
// ../../core/web/dist/cjs/helpers/matchMedia.native.js
|
|
2745
2814
|
var require_matchMedia_native = __commonJS({
|
|
2746
2815
|
"../../core/web/dist/cjs/helpers/matchMedia.native.js"(exports2, module2) {
|
|
@@ -3061,7 +3130,7 @@ var require_useMedia_native = __commonJS({
|
|
|
3061
3130
|
}
|
|
3062
3131
|
});
|
|
3063
3132
|
module2.exports = __toCommonJS2(useMedia_exports);
|
|
3064
|
-
var import_constants4 = require_index_native6(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_matchMedia = require_matchMedia_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), import_useDisableSSR = require_useDisableSSR_native(), mediaState3 = (
|
|
3133
|
+
var import_constants4 = require_index_native6(), import_use_did_finish_ssr = require_index_native11(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_matchMedia = require_matchMedia_native(), import_pseudoDescriptors = require_pseudoDescriptors_native(), import_useDisableSSR = require_useDisableSSR_native(), mediaState3 = (
|
|
3065
3134
|
// development only safeguard
|
|
3066
3135
|
process.env.NODE_ENV === "development" ? new Proxy({}, {
|
|
3067
3136
|
get(target, key) {
|
|
@@ -3145,7 +3214,7 @@ var require_useMedia_native = __commonJS({
|
|
|
3145
3214
|
}
|
|
3146
3215
|
var CurrentKeysMap = /* @__PURE__ */ new WeakMap();
|
|
3147
3216
|
function useMedia3(cc, debug) {
|
|
3148
|
-
var disableSSR = (0, import_config.getSetting)("disableSSR") || (0, import_useDisableSSR.getDisableSSR)(cc), initialState = disableSSR || !import_constants4.isWeb ? mediaState3 : initState, [state, setState] = import_react3.default.useState(initialState);
|
|
3217
|
+
var disableSSR = (0, import_config.getSetting)("disableSSR") || (0, import_useDisableSSR.getDisableSSR)(cc), isHydrated = (0, import_use_did_finish_ssr.useDidFinishSSR)(), initialState = isHydrated || disableSSR || !import_constants4.isWeb ? mediaState3 : initState, [state, setState] = import_react3.default.useState(initialState);
|
|
3149
3218
|
CurrentKeysMap.get(setState) || CurrentKeysMap.set(setState, /* @__PURE__ */ new Set());
|
|
3150
3219
|
var currentKeys = CurrentKeysMap.get(setState);
|
|
3151
3220
|
function getSnapshot(cur) {
|
|
@@ -4367,7 +4436,7 @@ var require_compose_refs_native = __commonJS({
|
|
|
4367
4436
|
});
|
|
4368
4437
|
|
|
4369
4438
|
// ../../core/compose-refs/dist/cjs/index.native.js
|
|
4370
|
-
var
|
|
4439
|
+
var require_index_native12 = __commonJS({
|
|
4371
4440
|
"../../core/compose-refs/dist/cjs/index.native.js"(exports2, module2) {
|
|
4372
4441
|
"use strict";
|
|
4373
4442
|
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = function(to, from, except, desc) {
|
|
@@ -5449,7 +5518,7 @@ var require_normalize_color = __commonJS({
|
|
|
5449
5518
|
});
|
|
5450
5519
|
|
|
5451
5520
|
// ../../core/normalize-css-color/dist/cjs/index.native.js
|
|
5452
|
-
var
|
|
5521
|
+
var require_index_native13 = __commonJS({
|
|
5453
5522
|
"../../core/normalize-css-color/dist/cjs/index.native.js"(exports2, module2) {
|
|
5454
5523
|
"use strict";
|
|
5455
5524
|
var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
|
|
@@ -5572,7 +5641,7 @@ var require_normalizeColor_native = __commonJS({
|
|
|
5572
5641
|
}
|
|
5573
5642
|
});
|
|
5574
5643
|
module2.exports = __toCommonJS2(normalizeColor_exports);
|
|
5575
|
-
var import_normalize_css_color =
|
|
5644
|
+
var import_normalize_css_color = require_index_native13(), import_normalize_css_color2 = require_index_native13(), normalizeColor = function(color, opacity) {
|
|
5576
5645
|
if (color) {
|
|
5577
5646
|
if (color[0] === "$") return color;
|
|
5578
5647
|
if (color.startsWith("var(")) {
|
|
@@ -8252,75 +8321,6 @@ var require_wrapStyleTags_native = __commonJS({
|
|
|
8252
8321
|
}
|
|
8253
8322
|
});
|
|
8254
8323
|
|
|
8255
|
-
// ../../core/use-did-finish-ssr/dist/cjs/index.native.js
|
|
8256
|
-
var require_index_native13 = __commonJS({
|
|
8257
|
-
"../../core/use-did-finish-ssr/dist/cjs/index.native.js"(exports2, module2) {
|
|
8258
|
-
"use strict";
|
|
8259
|
-
var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = function(target, all) {
|
|
8260
|
-
for (var name in all) __defProp2(target, name, {
|
|
8261
|
-
get: all[name],
|
|
8262
|
-
enumerable: !0
|
|
8263
|
-
});
|
|
8264
|
-
}, __copyProps2 = function(to, from, except, desc) {
|
|
8265
|
-
var _iteratorNormalCompletion = !0, _didIteratorError = !1, _iteratorError = void 0;
|
|
8266
|
-
if (from && typeof from == "object" || typeof from == "function") try {
|
|
8267
|
-
for (var _loop = function() {
|
|
8268
|
-
var key = _step.value;
|
|
8269
|
-
!__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, {
|
|
8270
|
-
get: function() {
|
|
8271
|
-
return from[key];
|
|
8272
|
-
},
|
|
8273
|
-
enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable
|
|
8274
|
-
});
|
|
8275
|
-
}, _iterator = __getOwnPropNames2(from)[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = !0) _loop();
|
|
8276
|
-
} catch (err) {
|
|
8277
|
-
_didIteratorError = !0, _iteratorError = err;
|
|
8278
|
-
} finally {
|
|
8279
|
-
try {
|
|
8280
|
-
!_iteratorNormalCompletion && _iterator.return != null && _iterator.return();
|
|
8281
|
-
} finally {
|
|
8282
|
-
if (_didIteratorError)
|
|
8283
|
-
throw _iteratorError;
|
|
8284
|
-
}
|
|
8285
|
-
}
|
|
8286
|
-
return to;
|
|
8287
|
-
}, __toESM2 = function(mod, isNodeMode, target) {
|
|
8288
|
-
return target = mod != null ? __create2(__getProtoOf2(mod)) : {}, __copyProps2(
|
|
8289
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
8290
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
8291
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
8292
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
8293
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", {
|
|
8294
|
-
value: mod,
|
|
8295
|
-
enumerable: !0
|
|
8296
|
-
}) : target,
|
|
8297
|
-
mod
|
|
8298
|
-
);
|
|
8299
|
-
}, __toCommonJS2 = function(mod) {
|
|
8300
|
-
return __copyProps2(__defProp2({}, "__esModule", {
|
|
8301
|
-
value: !0
|
|
8302
|
-
}), mod);
|
|
8303
|
-
}, src_exports2 = {};
|
|
8304
|
-
__export2(src_exports2, {
|
|
8305
|
-
useClientValue: function() {
|
|
8306
|
-
return useClientValue;
|
|
8307
|
-
},
|
|
8308
|
-
useDidFinishSSR: function() {
|
|
8309
|
-
return useDidFinishSSR2;
|
|
8310
|
-
}
|
|
8311
|
-
});
|
|
8312
|
-
module2.exports = __toCommonJS2(src_exports2);
|
|
8313
|
-
var React4 = __toESM2(require("react"));
|
|
8314
|
-
function useDidFinishSSR2(value) {
|
|
8315
|
-
return value ?? !0;
|
|
8316
|
-
}
|
|
8317
|
-
function useClientValue(value) {
|
|
8318
|
-
var done = useDidFinishSSR2();
|
|
8319
|
-
return done ? typeof value == "function" ? value() : value : void 0;
|
|
8320
|
-
}
|
|
8321
|
-
}
|
|
8322
|
-
});
|
|
8323
|
-
|
|
8324
8324
|
// ../../core/web/dist/cjs/hooks/useComponentState.native.js
|
|
8325
8325
|
var require_useComponentState_native = __commonJS({
|
|
8326
8326
|
"../../core/web/dist/cjs/hooks/useComponentState.native.js"(exports2, module2) {
|
|
@@ -8364,7 +8364,7 @@ var require_useComponentState_native = __commonJS({
|
|
|
8364
8364
|
}
|
|
8365
8365
|
});
|
|
8366
8366
|
module2.exports = __toCommonJS2(useComponentState_exports);
|
|
8367
|
-
var import_constants4 = require_index_native6(), import_use_did_finish_ssr =
|
|
8367
|
+
var import_constants4 = require_index_native6(), import_use_did_finish_ssr = require_index_native11(), import_react3 = require("react"), import_defaultComponentState = require_defaultComponentState_native(), import_createShallowSetState = require_createShallowSetState_native(), import_isObj = require_isObj_native(), import_log = require_log_native(), useComponentState = function(props, param, staticConfig, config) {
|
|
8368
8368
|
var { animationDriver, groups } = param, _animationDriver_usePresence, isHydrated = (0, import_use_did_finish_ssr.useDidFinishSSR)(), useAnimations = animationDriver == null ? void 0 : animationDriver.useAnimations, stateRef = (0, import_react3.useRef)(void 0);
|
|
8369
8369
|
stateRef.current || (stateRef.current = {});
|
|
8370
8370
|
var hasAnimationProp = !!("animation" in props || props.style && hasAnimatedStyleValue(props.style)), supportsCSSVars = animationDriver == null ? void 0 : animationDriver.supportsCSSVars, curStateRef = stateRef.current, willBeAnimatedClient = function() {
|
|
@@ -8570,7 +8570,7 @@ var require_Slot_native = __commonJS({
|
|
|
8570
8570
|
}
|
|
8571
8571
|
});
|
|
8572
8572
|
module2.exports = __toCommonJS2(Slot_exports);
|
|
8573
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
8573
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_react3 = require("react"), is19 = import_react3.version.startsWith("19."), Slot = /* @__PURE__ */ (0, import_react3.memo)(/* @__PURE__ */ (0, import_react3.forwardRef)(function(props, forwardedRef) {
|
|
8574
8574
|
var { children, ...slotProps } = props;
|
|
8575
8575
|
if (/* @__PURE__ */ (0, import_react3.isValidElement)(children)) {
|
|
8576
8576
|
var mergedProps = mergeSlotProps(children, slotProps);
|
|
@@ -8685,7 +8685,7 @@ var require_createComponent_native = __commonJS({
|
|
|
8685
8685
|
}
|
|
8686
8686
|
});
|
|
8687
8687
|
module2.exports = __toCommonJS2(createComponent_exports);
|
|
8688
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
8688
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_react3 = __toESM2(require("react")), import_config = require_config_native(), import_constants22 = require_constants_native2(), import_isDevTools = require_isDevTools_native(), import_ComponentContext = require_ComponentContext_native(), import_createVariable = require_createVariable_native(), import_defaultComponentState = require_defaultComponentState_native(), import_getSplitStyles = require_getSplitStyles_native(), import_log = require_log_native(), import_mergeProps = require_mergeProps_native(), import_setElementProps = require_setElementProps_native(), import_subscribeToContextGroup = require_subscribeToContextGroup_native(), import_themeable = require_themeable_native(), import_wrapStyleTags = require_wrapStyleTags_native(), import_useComponentState = require_useComponentState_native(), import_useMedia = require_useMedia_native(), import_useTheme = require_useTheme_native(), import_setupHooks = require_setupHooks_native(), import_Slot = require_Slot_native(), import_Theme = require_Theme_native(), import_ThemeDebug = require_ThemeDebug_native(), time2, debugKeyListeners, startVisualizer, componentSetStates = /* @__PURE__ */ new Set();
|
|
8689
8689
|
typeof document < "u" && (cancelTouches = function() {
|
|
8690
8690
|
componentSetStates.forEach(function(setState) {
|
|
8691
8691
|
return setState(function(prev) {
|
|
@@ -10988,7 +10988,7 @@ var require_useIsTouchDevice_native = __commonJS({
|
|
|
10988
10988
|
}
|
|
10989
10989
|
});
|
|
10990
10990
|
module2.exports = __toCommonJS2(useIsTouchDevice_exports);
|
|
10991
|
-
var import_constants4 = require_index_native6(), import_use_did_finish_ssr =
|
|
10991
|
+
var import_constants4 = require_index_native6(), import_use_did_finish_ssr = require_index_native11(), useIsTouchDevice2 = function() {
|
|
10992
10992
|
return import_constants4.isWeb ? (0, import_use_did_finish_ssr.useDidFinishSSR)() ? import_constants4.isTouchable : !1 : !0;
|
|
10993
10993
|
};
|
|
10994
10994
|
}
|
|
@@ -11772,9 +11772,9 @@ var require_index_native14 = __commonJS({
|
|
|
11772
11772
|
__reExport2(src_exports2, require_FontLanguage_native(), module2.exports);
|
|
11773
11773
|
__reExport2(src_exports2, require_TamaguiProvider_native(), module2.exports);
|
|
11774
11774
|
__reExport2(src_exports2, require_Configuration_native(), module2.exports);
|
|
11775
|
-
__reExport2(src_exports2, require_index_native13(), module2.exports);
|
|
11776
|
-
__reExport2(src_exports2, require_index_native8(), module2.exports);
|
|
11777
11775
|
__reExport2(src_exports2, require_index_native11(), module2.exports);
|
|
11776
|
+
__reExport2(src_exports2, require_index_native8(), module2.exports);
|
|
11777
|
+
__reExport2(src_exports2, require_index_native12(), module2.exports);
|
|
11778
11778
|
__reExport2(src_exports2, require_index_native7(), module2.exports);
|
|
11779
11779
|
__reExport2(src_exports2, require_index_native6(), module2.exports);
|
|
11780
11780
|
__reExport2(src_exports2, require_setupHooks_native(), module2.exports);
|
|
@@ -13804,7 +13804,7 @@ var require_Collection_native = __commonJS({
|
|
|
13804
13804
|
}
|
|
13805
13805
|
});
|
|
13806
13806
|
module2.exports = __toCommonJS2(Collection_exports);
|
|
13807
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
13807
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_react3 = __toESM2(require("react"));
|
|
13808
13808
|
function createCollection(name) {
|
|
13809
13809
|
var { Provider: CollectionProviderImpl, useStyledContext: useCollectionContext } = (0, import_core12.createStyledContext)({
|
|
13810
13810
|
collectionRef: {
|
|
@@ -15339,7 +15339,7 @@ var require_Accordion_native = __commonJS({
|
|
|
15339
15339
|
}
|
|
15340
15340
|
});
|
|
15341
15341
|
module2.exports = __toCommonJS2(Accordion_exports);
|
|
15342
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_collapsible = require_index_native15(), import_collection = require_index_native18(), import_compose_refs =
|
|
15342
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_collapsible = require_index_native15(), import_collection = require_index_native18(), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_stacks3 = require_index_native21(), import_text2 = require_index_native23(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native24(), import_web = require_index_native14(), import_web2 = require_index_native14(), React4 = __toESM2(require("react")), ACCORDION_NAME = "Accordion", ACCORDION_KEYS = [
|
|
15343
15343
|
"Home",
|
|
15344
15344
|
"End",
|
|
15345
15345
|
"ArrowDown",
|
|
@@ -17729,7 +17729,7 @@ var require_SheetImplementationCustom_native = __commonJS({
|
|
|
17729
17729
|
}
|
|
17730
17730
|
});
|
|
17731
17731
|
module2.exports = __toCommonJS2(SheetImplementationCustom_exports);
|
|
17732
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native27(), import_animate_presence = require_index_native4(), import_compose_refs =
|
|
17732
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native27(), import_animate_presence = require_index_native4(), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_portal2 = require_index_native26(), import_react3 = __toESM2(require("react")), import_react_native4 = require("react-native"), import_contexts = require_contexts_native(), import_helpers = require_helpers_native(), import_SheetContext = require_SheetContext_native(), import_useSheetOpenState = require_useSheetOpenState_native(), import_useSheetProviderProps = require_useSheetProviderProps_native(), hiddenSize = 10000.1, sheetHiddenStyleSheet = null, relativeDimensionTo = import_constants4.isWeb ? "window" : "screen", SheetImplementationCustom = /* @__PURE__ */ import_react3.default.forwardRef(function(props, forwardedRef) {
|
|
17733
17733
|
var parentSheet = import_react3.default.useContext(import_contexts.ParentSheetContext), { animation, animationConfig: animationConfigProp, modal = !1, zIndex = parentSheet.zIndex + 1, moveOnKeyboardChange = !1, unmountChildrenWhenHidden = !1, portalProps, containerComponent: ContainerComponent = import_react3.default.Fragment } = props, state = (0, import_useSheetOpenState.useSheetOpenState)(props), [overlayComponent, setOverlayComponent] = import_react3.default.useState(null), providerProps = (0, import_useSheetProviderProps.useSheetProviderProps)(props, state, {
|
|
17734
17734
|
onOverlayComponent: setOverlayComponent
|
|
17735
17735
|
}), { frameSize, setFrameSize, snapPoints, snapPointsMode, hasFit, position, setPosition, scrollBridge, screenSize, setMaxContentSize, maxSnapPoint } = providerProps, { open, controller, isHidden } = state, sheetRef = import_react3.default.useRef(null), ref = (0, import_compose_refs.useComposedRefs)(forwardedRef, sheetRef, providerProps.contentRef), { animationDriver } = (0, import_core12.useConfiguration)(), animationConfig = function() {
|
|
@@ -18175,7 +18175,7 @@ var require_SheetScrollView_native = __commonJS({
|
|
|
18175
18175
|
}
|
|
18176
18176
|
});
|
|
18177
18177
|
module2.exports = __toCommonJS2(SheetScrollView_exports);
|
|
18178
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_react3 = __toESM2(require("react")), import_compose_refs =
|
|
18178
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_react3 = __toESM2(require("react")), import_compose_refs = require_index_native12(), import_scroll_view = require_index_native33(), import_SheetContext = require_SheetContext_native(), SHEET_SCROLL_VIEW_NAME = "SheetScrollView", SheetScrollView = /* @__PURE__ */ import_react3.default.forwardRef(function(param, ref) {
|
|
18179
18179
|
var { __scopeSheet, children, onScroll, ...props } = param, context = (0, import_SheetContext.useSheetContext)(SHEET_SCROLL_VIEW_NAME, __scopeSheet), { scrollBridge } = context, scrollRef = import_react3.default.useRef(null), state = import_react3.default.useRef({
|
|
18180
18180
|
lastPageY: 0,
|
|
18181
18181
|
dragAt: 0,
|
|
@@ -18364,7 +18364,7 @@ var require_createSheet_native = __commonJS({
|
|
|
18364
18364
|
}
|
|
18365
18365
|
});
|
|
18366
18366
|
module2.exports = __toCommonJS2(createSheet_exports);
|
|
18367
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
18367
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_helpers = require_index_native7(), import_remove_scroll = require_index_native32(), import_use_did_finish_ssr = require_index_native11(), import_react3 = require("react"), import_react_native4 = require("react-native"), import_constants22 = require_constants_native4(), import_nativeSheet = require_nativeSheet_native(), import_SheetContext = require_SheetContext_native(), import_SheetImplementationCustom = require_SheetImplementationCustom_native(), import_SheetScrollView = require_SheetScrollView_native(), import_useSheetController = require_useSheetController_native(), import_useSheetOffscreenSize = require_useSheetOffscreenSize_native();
|
|
18368
18368
|
function createSheet(param) {
|
|
18369
18369
|
var { Handle, Frame, Overlay } = param, SheetHandle = Handle.styleable(function(param2, forwardedRef) {
|
|
18370
18370
|
var { __scopeSheet, ...props } = param2, context = (0, import_SheetContext.useSheetContext)(import_constants22.SHEET_HANDLE_NAME, __scopeSheet), composedRef = (0, import_compose_refs.useComposedRefs)(context.handleRef, forwardedRef);
|
|
@@ -18931,7 +18931,7 @@ var require_Dialog_native = __commonJS({
|
|
|
18931
18931
|
}
|
|
18932
18932
|
});
|
|
18933
18933
|
module2.exports = __toCommonJS2(Dialog_exports);
|
|
18934
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native27(), import_animate_presence = require_index_native4(), import_aria_hidden = require_index_native29(), import_compose_refs =
|
|
18934
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native27(), import_animate_presence = require_index_native4(), import_aria_hidden = require_index_native29(), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_create_context = require_index_native28(), import_dismissable = require_index_native30(), import_focus_scope = require_index_native31(), import_helpers = require_index_native7(), import_portal2 = require_index_native26(), import_remove_scroll = require_index_native32(), import_sheet = require_index_native34(), import_stacks3 = require_index_native21(), import_text2 = require_index_native23(), import_use_controllable_state = require_index_native10(), React4 = __toESM2(require("react")), DIALOG_NAME = "Dialog", [createDialogContext, createDialogScope] = (0, import_create_context.createContextScope)(DIALOG_NAME), [DialogProvider, useDialogContext] = createDialogContext(DIALOG_NAME), TRIGGER_NAME = "DialogTrigger", DialogTriggerFrame = (0, import_core12.styled)(import_core12.View, {
|
|
18935
18935
|
name: TRIGGER_NAME
|
|
18936
18936
|
}), DialogTrigger = DialogTriggerFrame.styleable(function(props, forwardedRef) {
|
|
18937
18937
|
var { __scopeDialog, ...triggerProps } = props, isInsideButton = React4.useContext(import_stacks3.ButtonNestingContext), context = useDialogContext(TRIGGER_NAME, __scopeDialog), composedTriggerRef = (0, import_compose_refs.useComposedRefs)(forwardedRef, context.triggerRef);
|
|
@@ -19480,7 +19480,7 @@ var require_AlertDialog_native = __commonJS({
|
|
|
19480
19480
|
}
|
|
19481
19481
|
});
|
|
19482
19482
|
module2.exports = __toCommonJS2(AlertDialog_exports);
|
|
19483
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
19483
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_create_context = require_index_native28(), import_dialog = require_index_native35(), import_helpers = require_index_native7(), import_use_controllable_state = require_index_native10(), React4 = __toESM2(require("react")), import_react_native4 = require("react-native"), ROOT_NAME = "AlertDialog", [createAlertDialogContext, createAlertDialogScope] = (0, import_create_context.createContextScope)(ROOT_NAME, [
|
|
19484
19484
|
import_dialog.createDialogScope
|
|
19485
19485
|
]), useDialogScope = (0, import_dialog.createDialogScope)(), TRIGGER_NAME = "AlertDialogTrigger", NativeAlertDialogTriggerFrame = (0, import_core12.styled)(import_core12.View, {
|
|
19486
19486
|
name: TRIGGER_NAME
|
|
@@ -21378,7 +21378,7 @@ var require_focusableInputHOC_native = __commonJS({
|
|
|
21378
21378
|
}
|
|
21379
21379
|
});
|
|
21380
21380
|
module2.exports = __toCommonJS2(focusableInputHOC_exports);
|
|
21381
|
-
var import_compose_refs =
|
|
21381
|
+
var import_compose_refs = require_index_native12(), import_web = require_index_native14(), import_react3 = __toESM2(require("react")), import_registerFocusable = require_registerFocusable_native();
|
|
21382
21382
|
function useFocusable2(param) {
|
|
21383
21383
|
var { isInput, props, ref } = param, { id, onChangeText, value, defaultValue } = props, inputValue = import_react3.default.useRef(value || defaultValue || ""), unregisterFocusable = import_react3.default.useRef(), inputRef = import_react3.default.useCallback(function(input) {
|
|
21384
21384
|
var _unregisterFocusable_current;
|
|
@@ -21548,7 +21548,7 @@ var require_Label_native = __commonJS({
|
|
|
21548
21548
|
}
|
|
21549
21549
|
});
|
|
21550
21550
|
module2.exports = __toCommonJS2(Label_exports);
|
|
21551
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
21551
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_create_context = require_index_native28(), import_focusable2 = require_index_native44(), import_get_button_sized2 = require_index_native20(), import_get_font_sized2 = require_index_native22(), import_text2 = require_index_native23(), import_web = require_index_native14(), React4 = __toESM2(require("react")), NAME = "Label", [LabelProvider, useLabelContextImpl] = (0, import_create_context.createContext)(NAME, {
|
|
21552
21552
|
id: void 0,
|
|
21553
21553
|
controlRef: {
|
|
21554
21554
|
current: null
|
|
@@ -21960,7 +21960,7 @@ var require_useCheckbox_native = __commonJS({
|
|
|
21960
21960
|
}
|
|
21961
21961
|
});
|
|
21962
21962
|
module2.exports = __toCommonJS2(useCheckbox_exports);
|
|
21963
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
21963
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_label = require_index_native45(), import_react3 = __toESM2(require("react")), import_BubbleInput = require_BubbleInput_native(), import_utils3 = require_utils_native2();
|
|
21964
21964
|
function useCheckbox(props, param, ref) {
|
|
21965
21965
|
var [checked, setChecked] = param, { labelledBy: ariaLabelledby, name, required, disabled, value = "on", onCheckedChange, ...checkboxProps } = props, [button, setButton] = import_react3.default.useState(null), composedRefs = (0, import_compose_refs.useComposedRefs)(ref, setButton), hasConsumerStoppedPropagationRef = import_react3.default.useRef(!1), isFormControl = import_constants4.isWeb ? button ? !!button.closest("form") : !0 : !1, labelId = (0, import_label.useLabelContext)(button), labelledBy = ariaLabelledby || labelId, parentKeyDown = props.onKeyDown, handleKeyDown = (0, import_react3.useMemo)(function() {
|
|
21966
21966
|
return (0, import_helpers.composeEventHandlers)(parentKeyDown, function(event) {
|
|
@@ -25096,7 +25096,7 @@ var require_Popper_native = __commonJS({
|
|
|
25096
25096
|
}
|
|
25097
25097
|
});
|
|
25098
25098
|
module2.exports = __toCommonJS2(Popper_exports);
|
|
25099
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
25099
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_floating = require_index_native55(), import_get_token2 = require_index_native19(), import_stacks3 = require_index_native21(), import_start_transition = require_index_native9(), React4 = __toESM2(require("react")), import_react_native4 = require("react-native"), PopperContext = (0, import_core12.createStyledContext)({}), { useStyledContext: usePopperContext, Provider: PopperProvider } = PopperContext, checkFloating = {
|
|
25100
25100
|
name: "checkFloating",
|
|
25101
25101
|
fn(data) {
|
|
25102
25102
|
return {
|
|
@@ -25516,7 +25516,7 @@ var require_Popover_native = __commonJS({
|
|
|
25516
25516
|
}
|
|
25517
25517
|
});
|
|
25518
25518
|
module2.exports = __toCommonJS2(Popover_exports);
|
|
25519
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_polyfill_dev = require_polyfill_dev(), import_adapt = require_index_native27(), import_animate = require_index_native54(), import_animate_presence = require_index_native4(), import_aria_hidden = require_index_native29(), import_compose_refs =
|
|
25519
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_polyfill_dev = require_polyfill_dev(), import_adapt = require_index_native27(), import_animate = require_index_native54(), import_animate_presence = require_index_native4(), import_aria_hidden = require_index_native29(), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_floating = require_index_native55(), import_focus_scope = require_index_native31(), import_helpers = require_index_native7(), import_popper = require_index_native56(), import_portal2 = require_index_native26(), import_remove_scroll = require_index_native32(), import_sheet = require_index_native34(), import_stacks3 = require_index_native21(), import_use_controllable_state = require_index_native10(), React4 = __toESM2(require("react")), import_react_native4 = require("react-native"), import_useFloatingContext = require_useFloatingContext_native(), POPOVER_SCOPE = "PopoverScope", PopoverContext = (0, import_core12.createStyledContext)({}), usePopoverContext = PopoverContext.useStyledContext, PopoverAnchor = /* @__PURE__ */ React4.forwardRef(function(props, forwardedRef) {
|
|
25520
25520
|
var { __scopePopover, ...rest } = props, context = usePopoverContext(__scopePopover), { onCustomAnchorAdd, onCustomAnchorRemove } = context || {};
|
|
25521
25521
|
return React4.useEffect(function() {
|
|
25522
25522
|
return onCustomAnchorAdd(), function() {
|
|
@@ -26439,7 +26439,7 @@ var require_useRadioGroup_native = __commonJS({
|
|
|
26439
26439
|
}
|
|
26440
26440
|
});
|
|
26441
26441
|
module2.exports = __toCommonJS2(useRadioGroup_exports);
|
|
26442
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
26442
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_focusable2 = require_index_native44(), import_helpers = require_index_native7(), import_label = require_index_native45(), import_use_controllable_state = require_index_native10(), import_react3 = require("react"), import_BubbleInput = require_BubbleInput_native2(), import_utils3 = require_utils_native3();
|
|
26443
26443
|
function useRadioGroup(params) {
|
|
26444
26444
|
var { value: valueProp, onValueChange, defaultValue, required, disabled, name, native, accentColor, orientation, ref } = params, [value, setValue] = (0, import_use_controllable_state.useControllableState)({
|
|
26445
26445
|
prop: valueProp,
|
|
@@ -27521,7 +27521,7 @@ var require_SelectItem_native = __commonJS({
|
|
|
27521
27521
|
}
|
|
27522
27522
|
});
|
|
27523
27523
|
module2.exports = __toCommonJS2(SelectItem_exports);
|
|
27524
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
27524
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_list_item = require_index_native53(), React4 = __toESM2(require("react")), import_context = require_context_native(), ITEM_NAME = "SelectItem", [SelectItemContextProvider, useSelectItemContext] = (0, import_context.createSelectContext)(ITEM_NAME), SelectItem = import_list_item.ListItemFrame.styleable(function(props, forwardedRef) {
|
|
27525
27525
|
var { __scopeSelect, value, disabled = !1, textValue: textValueProp, index, ...restProps } = props, { props: listItemProps } = (0, import_list_item.useListItem)({
|
|
27526
27526
|
...!props.unstyled && {
|
|
27527
27527
|
ellipse: !0
|
|
@@ -27686,7 +27686,7 @@ var require_SelectItemText_native = __commonJS({
|
|
|
27686
27686
|
}
|
|
27687
27687
|
});
|
|
27688
27688
|
module2.exports = __toCommonJS2(SelectItemText_exports);
|
|
27689
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
27689
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_core12 = require_index_native17(), import_text2 = require_index_native23(), React4 = __toESM2(require("react")), import_context = require_context_native(), import_SelectItem = require_SelectItem_native(), ITEM_TEXT_NAME = "SelectItemText", SelectItemTextFrame = (0, import_core12.styled)(import_text2.SizableText, {
|
|
27690
27690
|
name: ITEM_TEXT_NAME,
|
|
27691
27691
|
variants: {
|
|
27692
27692
|
unstyled: {
|
|
@@ -27834,7 +27834,7 @@ var require_SelectTrigger_native = __commonJS({
|
|
|
27834
27834
|
}
|
|
27835
27835
|
});
|
|
27836
27836
|
module2.exports = __toCommonJS2(SelectTrigger_exports);
|
|
27837
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
27837
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_core12 = require_index_native17(), import_list_item = require_index_native53(), React4 = __toESM2(require("react")), import_context = require_context_native(), TRIGGER_NAME = "SelectTrigger", isPointerCoarse = import_core12.isWeb && import_core12.isClient ? window.matchMedia("(pointer:coarse)").matches : !0, SelectTrigger = /* @__PURE__ */ React4.forwardRef(function(props, forwardedRef) {
|
|
27838
27838
|
var _context_floatingContext, { __scopeSelect, disabled = !1, unstyled = !1, ...triggerProps } = props, context = (0, import_context.useSelectContext)(TRIGGER_NAME, __scopeSelect), itemParentContext = (0, import_context.useSelectItemParentContext)(TRIGGER_NAME, __scopeSelect), composedRefs = (0, import_compose_refs.useComposedRefs)(forwardedRef, (_context_floatingContext = context.floatingContext) === null || _context_floatingContext === void 0 ? void 0 : _context_floatingContext.refs.setReference);
|
|
27839
27839
|
return itemParentContext.shouldRenderWebNative ? null : /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_list_item.ListItem, {
|
|
27840
27840
|
componentName: TRIGGER_NAME,
|
|
@@ -28050,7 +28050,7 @@ var require_Select_native = __commonJS({
|
|
|
28050
28050
|
}
|
|
28051
28051
|
});
|
|
28052
28052
|
module2.exports = __toCommonJS2(Select_exports);
|
|
28053
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native27(), import_compose_refs =
|
|
28053
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_adapt = require_index_native27(), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_focusable2 = require_index_native44(), import_get_token2 = require_index_native19(), import_helpers = require_index_native7(), import_list_item = require_index_native53(), import_separator = require_index_native62(), import_sheet = require_index_native34(), import_stacks3 = require_index_native21(), import_text2 = require_index_native23(), import_use_controllable_state = require_index_native10(), import_use_debounce = require_index_native63(), React4 = __toESM2(require("react")), import_context = require_context_native(), import_SelectContent = require_SelectContent_native(), import_SelectImpl = require_SelectImpl_native(), import_SelectItem = require_SelectItem_native(), import_SelectItemText = require_SelectItemText_native(), import_SelectScrollButton = require_SelectScrollButton_native(), import_SelectTrigger = require_SelectTrigger_native(), import_SelectViewport = require_SelectViewport_native(), import_useSelectBreakpointActive = require_useSelectBreakpointActive_native(), VALUE_NAME = "SelectValue", SelectValueFrame = (0, import_core12.styled)(import_text2.SizableText, {
|
|
28054
28054
|
name: VALUE_NAME,
|
|
28055
28055
|
userSelect: "none"
|
|
28056
28056
|
}), SelectValue = SelectValueFrame.styleable(function(param, forwardedRef) {
|
|
@@ -28825,7 +28825,7 @@ var require_Slider_native = __commonJS({
|
|
|
28825
28825
|
}
|
|
28826
28826
|
});
|
|
28827
28827
|
module2.exports = __toCommonJS2(Slider_exports);
|
|
28828
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
28828
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_core12 = require_index_native17(), import_get_token2 = require_index_native19(), import_helpers = require_index_native7(), import_helpers2 = require_index_native7(), import_stacks3 = require_index_native21(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native24(), React4 = __toESM2(require("react")), import_constants22 = require_constants_native6(), import_helpers3 = require_helpers_native2(), import_SliderImpl = require_SliderImpl_native(), activeSliderMeasureListeners = /* @__PURE__ */ new Set();
|
|
28829
28829
|
import_constants4.isWeb && import_constants4.isClient && !process.env.TAMAGUI_DISABLE_SLIDER_INTERVAL && ((_setInterval = setInterval) === null || _setInterval === void 0 || _setInterval(
|
|
28830
28830
|
function() {
|
|
28831
28831
|
activeSliderMeasureListeners.forEach(function(cb) {
|
|
@@ -29366,7 +29366,7 @@ var require_useSwitch_native = __commonJS({
|
|
|
29366
29366
|
}
|
|
29367
29367
|
});
|
|
29368
29368
|
module2.exports = __toCommonJS2(useSwitch_exports);
|
|
29369
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
29369
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_helpers = require_index_native7(), import_label = require_index_native45(), import_use_previous = require_index_native46(), React4 = __toESM2(require("react"));
|
|
29370
29370
|
function getState(checked) {
|
|
29371
29371
|
return checked ? "checked" : "unchecked";
|
|
29372
29372
|
}
|
|
@@ -29936,7 +29936,7 @@ var require_Tabs_native = __commonJS({
|
|
|
29936
29936
|
}
|
|
29937
29937
|
});
|
|
29938
29938
|
module2.exports = __toCommonJS2(Tabs_exports);
|
|
29939
|
-
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs =
|
|
29939
|
+
var import_jsx_runtime6 = require("react/jsx-runtime"), import_compose_refs = require_index_native12(), import_constants4 = require_index_native6(), import_get_button_sized2 = require_index_native20(), import_group = require_index_native50(), import_helpers = require_index_native7(), import_roving_focus = require_index_native60(), import_stacks3 = require_index_native21(), import_use_controllable_state = require_index_native10(), import_use_direction = require_index_native24(), import_web = require_index_native14(), React4 = __toESM2(require("react")), TABS_CONTEXT = "TabsContext", TAB_LIST_NAME = "TabsList", TabsList = /* @__PURE__ */ React4.forwardRef(function(props, forwardedRef) {
|
|
29940
29940
|
var { __scopeTabs, loop = !0, children, ...listProps } = props, context = useTabsContext(__scopeTabs);
|
|
29941
29941
|
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_roving_focus.RovingFocusGroup, {
|
|
29942
29942
|
__scopeRovingFocusGroup: __scopeTabs || TABS_CONTEXT,
|
|
@@ -29959,12 +29959,6 @@ var require_Tabs_native = __commonJS({
|
|
|
29959
29959
|
var TRIGGER_NAME = "TabsTrigger", TabsTriggerFrame = (0, import_web.styled)(import_stacks3.ThemeableStack, {
|
|
29960
29960
|
name: TRIGGER_NAME,
|
|
29961
29961
|
tag: "button",
|
|
29962
|
-
justifyContent: "center",
|
|
29963
|
-
alignItems: "center",
|
|
29964
|
-
flexWrap: "nowrap",
|
|
29965
|
-
flexDirection: "row",
|
|
29966
|
-
cursor: "pointer",
|
|
29967
|
-
userSelect: "none",
|
|
29968
29962
|
variants: {
|
|
29969
29963
|
size: {
|
|
29970
29964
|
"...size": import_get_button_sized2.getButtonSized
|
|
@@ -29986,7 +29980,14 @@ var require_Tabs_native = __commonJS({
|
|
|
29986
29980
|
},
|
|
29987
29981
|
unstyled: {
|
|
29988
29982
|
false: {
|
|
29983
|
+
borderWidth: 0,
|
|
29989
29984
|
backgroundColor: "$background",
|
|
29985
|
+
userSelect: "none",
|
|
29986
|
+
justifyContent: "center",
|
|
29987
|
+
alignItems: "center",
|
|
29988
|
+
flexWrap: "nowrap",
|
|
29989
|
+
flexDirection: "row",
|
|
29990
|
+
cursor: "pointer",
|
|
29990
29991
|
pressStyle: {
|
|
29991
29992
|
backgroundColor: "$backgroundPress"
|
|
29992
29993
|
},
|
|
@@ -31451,7 +31452,7 @@ __reExport(src_exports, __toESM(require_index_native39()), module.exports);
|
|
|
31451
31452
|
__reExport(src_exports, __toESM(require_index_native42()), module.exports);
|
|
31452
31453
|
__reExport(src_exports, __toESM(require_index_native43()), module.exports);
|
|
31453
31454
|
__reExport(src_exports, __toESM(require_index_native48()), module.exports);
|
|
31454
|
-
__reExport(src_exports, __toESM(
|
|
31455
|
+
__reExport(src_exports, __toESM(require_index_native12()), module.exports);
|
|
31455
31456
|
__reExport(src_exports, __toESM(require_index_native28()), module.exports);
|
|
31456
31457
|
__reExport(src_exports, __toESM(require_index_native35()), module.exports);
|
|
31457
31458
|
__reExport(src_exports, __toESM(require_index_native40()), module.exports);
|