tamagui 1.80.0 → 1.80.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.
- package/dist/native.js +122 -105
- package/dist/native.js.map +3 -3
- package/dist/test.native.js +122 -105
- package/dist/test.native.js.map +3 -3
- package/package.json +52 -52
package/dist/test.native.js
CHANGED
|
@@ -15077,7 +15077,7 @@ var require_Popover_native = __commonJS({
|
|
|
15077
15077
|
style: {
|
|
15078
15078
|
display: "contents"
|
|
15079
15079
|
},
|
|
15080
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
15080
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_animate_presence.ResetPresence, { children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
15081
15081
|
import_focus_scope.FocusScope,
|
|
15082
15082
|
{
|
|
15083
15083
|
loop: !0,
|
|
@@ -15085,9 +15085,9 @@ var require_Popover_native = __commonJS({
|
|
|
15085
15085
|
trapped: trapFocus,
|
|
15086
15086
|
onMountAutoFocus: onOpenAutoFocus,
|
|
15087
15087
|
onUnmountAutoFocus: onCloseAutoFocus,
|
|
15088
|
-
children:
|
|
15088
|
+
children: contents
|
|
15089
15089
|
}
|
|
15090
|
-
)
|
|
15090
|
+
) })
|
|
15091
15091
|
}
|
|
15092
15092
|
)
|
|
15093
15093
|
},
|
|
@@ -15373,6 +15373,61 @@ var require_index_native56 = __commonJS({
|
|
|
15373
15373
|
}
|
|
15374
15374
|
});
|
|
15375
15375
|
|
|
15376
|
+
// ../roving-focus/dist/cjs/RovingFocusGroup.native.js
|
|
15377
|
+
var require_RovingFocusGroup_native = __commonJS({
|
|
15378
|
+
"../roving-focus/dist/cjs/RovingFocusGroup.native.js"(exports, module2) {
|
|
15379
|
+
"use strict";
|
|
15380
|
+
var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
|
|
15381
|
+
for (var name in all)
|
|
15382
|
+
__defProp2(target, name, { get: all[name], enumerable: !0 });
|
|
15383
|
+
}, __copyProps2 = (to, from, except, desc) => {
|
|
15384
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
15385
|
+
for (let key of __getOwnPropNames2(from))
|
|
15386
|
+
!__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
15387
|
+
return to;
|
|
15388
|
+
}, __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create2(__getProtoOf2(mod)) : {}, __copyProps2(
|
|
15389
|
+
// If the importer is in node compatibility mode or this is not an ESM
|
|
15390
|
+
// file that has been converted to a CommonJS file using a Babel-
|
|
15391
|
+
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
15392
|
+
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
15393
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
15394
|
+
mod
|
|
15395
|
+
)), __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), RovingFocusGroup_native_exports = {};
|
|
15396
|
+
__export2(RovingFocusGroup_native_exports, {
|
|
15397
|
+
RovingFocusGroup: () => RovingFocusGroup,
|
|
15398
|
+
createRovingFocusGroupScope: () => createRovingFocusGroupScope
|
|
15399
|
+
});
|
|
15400
|
+
module2.exports = __toCommonJS2(RovingFocusGroup_native_exports);
|
|
15401
|
+
var import_core13 = require_index_native15(), import_helpers = require_index_native7(), import_react2 = __toESM2(require("react")), import_jsx_runtime6 = require("react/jsx-runtime"), ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = import_react2.default.forwardRef(
|
|
15402
|
+
({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core13.Stack, { ...props, children })
|
|
15403
|
+
);
|
|
15404
|
+
RovingFocusGroupItem.displayName = ITEM_NAME;
|
|
15405
|
+
var GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = (0, import_helpers.withStaticProperties)(
|
|
15406
|
+
import_react2.default.forwardRef(({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core13.Stack, { ...props, children })),
|
|
15407
|
+
{
|
|
15408
|
+
Item: RovingFocusGroupItem
|
|
15409
|
+
}
|
|
15410
|
+
);
|
|
15411
|
+
RovingFocusGroup.displayName = GROUP_NAME;
|
|
15412
|
+
var createRovingFocusGroupScope = () => () => ({});
|
|
15413
|
+
}
|
|
15414
|
+
});
|
|
15415
|
+
|
|
15416
|
+
// ../roving-focus/dist/cjs/index.native.js
|
|
15417
|
+
var require_index_native57 = __commonJS({
|
|
15418
|
+
"../roving-focus/dist/cjs/index.native.js"(exports, module2) {
|
|
15419
|
+
"use strict";
|
|
15420
|
+
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
|
|
15421
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
15422
|
+
for (let key of __getOwnPropNames2(from))
|
|
15423
|
+
!__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
15424
|
+
return to;
|
|
15425
|
+
}, __reExport2 = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default")), __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), src_exports2 = {};
|
|
15426
|
+
module2.exports = __toCommonJS2(src_exports2);
|
|
15427
|
+
__reExport2(src_exports2, require_RovingFocusGroup_native(), module2.exports);
|
|
15428
|
+
}
|
|
15429
|
+
});
|
|
15430
|
+
|
|
15376
15431
|
// ../radio-group/dist/cjs/RadioGroup.native.js
|
|
15377
15432
|
var require_RadioGroup_native = __commonJS({
|
|
15378
15433
|
"../radio-group/dist/cjs/RadioGroup.native.js"(exports, module2) {
|
|
@@ -15398,7 +15453,7 @@ var require_RadioGroup_native = __commonJS({
|
|
|
15398
15453
|
createRadioGroupScope: () => createRadioGroupScope
|
|
15399
15454
|
});
|
|
15400
15455
|
module2.exports = __toCommonJS2(RadioGroup_exports);
|
|
15401
|
-
var import_compose_refs = require_index_native10(), import_constants4 = require_index_native(), import_core13 = require_index_native15(), import_create_context = require_index_native25(), import_focusable2 = require_index_native44(), import_get_token2 = require_index_native17(), import_helpers = require_index_native7(), import_label = require_index_native45(), import_stacks3 = require_index_native19(), import_use_controllable_state = require_index_native9(), import_use_previous = require_index_native46(), React2 = __toESM2(require("react")), import_jsx_runtime6 = require("react/jsx-runtime"), RADIO_GROUP_NAME = "RadioGroup", ARROW_KEYS = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], [createRadioGroupContext, createRadioGroupScope] = (0, import_create_context.createContextScope)(RADIO_GROUP_NAME), [RadioGroupProvider, useRadioGroupContext] = createRadioGroupContext(RADIO_GROUP_NAME), getState = (checked) => checked ? "checked" : "unchecked", RADIO_GROUP_INDICATOR_NAME = "RadioGroupIndicator", RadioIndicatorFrame = (0, import_core13.styled)(import_stacks3.ThemeableStack, {
|
|
15456
|
+
var import_compose_refs = require_index_native10(), import_constants4 = require_index_native(), import_core13 = require_index_native15(), import_create_context = require_index_native25(), import_focusable2 = require_index_native44(), import_get_token2 = require_index_native17(), import_helpers = require_index_native7(), import_label = require_index_native45(), import_roving_focus = require_index_native57(), import_stacks3 = require_index_native19(), import_use_controllable_state = require_index_native9(), import_use_previous = require_index_native46(), React2 = __toESM2(require("react")), import_jsx_runtime6 = require("react/jsx-runtime"), RADIO_GROUP_NAME = "RadioGroup", ARROW_KEYS = ["ArrowUp", "ArrowDown", "ArrowLeft", "ArrowRight"], [createRadioGroupContext, createRadioGroupScope] = (0, import_create_context.createContextScope)(RADIO_GROUP_NAME), [RadioGroupProvider, useRadioGroupContext] = createRadioGroupContext(RADIO_GROUP_NAME), getState = (checked) => checked ? "checked" : "unchecked", RADIO_GROUP_INDICATOR_NAME = "RadioGroupIndicator", RadioIndicatorFrame = (0, import_core13.styled)(import_stacks3.ThemeableStack, {
|
|
15402
15457
|
name: RADIO_GROUP_INDICATOR_NAME,
|
|
15403
15458
|
variants: {
|
|
15404
15459
|
unstyled: {
|
|
@@ -15553,36 +15608,45 @@ var require_RadioGroup_native = __commonJS({
|
|
|
15553
15608
|
}
|
|
15554
15609
|
) : /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_jsx_runtime6.Fragment, { children: [
|
|
15555
15610
|
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
15556
|
-
|
|
15611
|
+
import_roving_focus.RovingFocusGroup.Item,
|
|
15557
15612
|
{
|
|
15558
|
-
|
|
15559
|
-
|
|
15560
|
-
|
|
15561
|
-
|
|
15562
|
-
|
|
15563
|
-
|
|
15564
|
-
|
|
15565
|
-
|
|
15566
|
-
|
|
15567
|
-
|
|
15568
|
-
|
|
15569
|
-
|
|
15570
|
-
|
|
15571
|
-
|
|
15572
|
-
|
|
15573
|
-
|
|
15574
|
-
|
|
15575
|
-
|
|
15576
|
-
|
|
15577
|
-
|
|
15578
|
-
|
|
15613
|
+
__scopeRovingFocusGroup: RADIO_GROUP_NAME,
|
|
15614
|
+
asChild: "except-style",
|
|
15615
|
+
focusable: !isDisabled,
|
|
15616
|
+
active: checked,
|
|
15617
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
15618
|
+
RadioGroupItemFrame,
|
|
15619
|
+
{
|
|
15620
|
+
"data-state": getState(checked),
|
|
15621
|
+
"data-disabled": isDisabled ? "" : void 0,
|
|
15622
|
+
role: "radio",
|
|
15623
|
+
"aria-labelledby": labelledBy,
|
|
15624
|
+
"aria-checked": checked,
|
|
15625
|
+
"aria-required": required,
|
|
15626
|
+
disabled: isDisabled,
|
|
15627
|
+
ref: composedRefs,
|
|
15628
|
+
...import_constants4.isWeb && {
|
|
15629
|
+
type: "button",
|
|
15630
|
+
value
|
|
15631
|
+
},
|
|
15632
|
+
...itemProps,
|
|
15633
|
+
onPress: (0, import_helpers.composeEventHandlers)(props.onPress, (event) => {
|
|
15634
|
+
checked || onChange == null || onChange(value), isFormControl && (hasConsumerStoppedPropagationRef.current = event.isPropagationStopped(), hasConsumerStoppedPropagationRef.current || event.stopPropagation());
|
|
15635
|
+
}),
|
|
15636
|
+
...import_constants4.isWeb && {
|
|
15637
|
+
onKeyDown: (0, import_helpers.composeEventHandlers)(
|
|
15638
|
+
props.onKeyDown,
|
|
15639
|
+
(event) => {
|
|
15640
|
+
event.key === "Enter" && event.preventDefault();
|
|
15641
|
+
}
|
|
15642
|
+
),
|
|
15643
|
+
onFocus: (0, import_helpers.composeEventHandlers)(itemProps.onFocus, () => {
|
|
15644
|
+
var _a;
|
|
15645
|
+
isArrowKeyPressedRef.current && ((_a = ref.current) == null || _a.click());
|
|
15646
|
+
})
|
|
15579
15647
|
}
|
|
15580
|
-
|
|
15581
|
-
|
|
15582
|
-
var _a;
|
|
15583
|
-
isArrowKeyPressedRef.current && ((_a = ref.current) == null || _a.click());
|
|
15584
|
-
})
|
|
15585
|
-
}
|
|
15648
|
+
}
|
|
15649
|
+
)
|
|
15586
15650
|
}
|
|
15587
15651
|
),
|
|
15588
15652
|
isFormControl && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
@@ -15683,14 +15747,22 @@ var require_RadioGroup_native = __commonJS({
|
|
|
15683
15747
|
native,
|
|
15684
15748
|
accentColor,
|
|
15685
15749
|
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
15686
|
-
|
|
15750
|
+
import_roving_focus.RovingFocusGroup,
|
|
15687
15751
|
{
|
|
15688
|
-
|
|
15689
|
-
"aria-orientation": orientation,
|
|
15690
|
-
ref: forwardedRef,
|
|
15752
|
+
__scopeRovingFocusGroup: RADIO_GROUP_NAME,
|
|
15691
15753
|
orientation,
|
|
15692
|
-
|
|
15693
|
-
|
|
15754
|
+
loop: !0,
|
|
15755
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
15756
|
+
RadioGroupFrame,
|
|
15757
|
+
{
|
|
15758
|
+
role: "radiogroup",
|
|
15759
|
+
"aria-orientation": orientation,
|
|
15760
|
+
ref: forwardedRef,
|
|
15761
|
+
orientation,
|
|
15762
|
+
"data-disabled": disabled ? "" : void 0,
|
|
15763
|
+
...radioGroupProps
|
|
15764
|
+
}
|
|
15765
|
+
)
|
|
15694
15766
|
}
|
|
15695
15767
|
)
|
|
15696
15768
|
}
|
|
@@ -15708,7 +15780,7 @@ var require_RadioGroup_native = __commonJS({
|
|
|
15708
15780
|
});
|
|
15709
15781
|
|
|
15710
15782
|
// ../radio-group/dist/cjs/index.native.js
|
|
15711
|
-
var
|
|
15783
|
+
var require_index_native58 = __commonJS({
|
|
15712
15784
|
"../radio-group/dist/cjs/index.native.js"(exports, module2) {
|
|
15713
15785
|
"use strict";
|
|
15714
15786
|
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
|
|
@@ -15771,7 +15843,7 @@ var require_Separator_native = __commonJS({
|
|
|
15771
15843
|
});
|
|
15772
15844
|
|
|
15773
15845
|
// ../separator/dist/cjs/index.native.js
|
|
15774
|
-
var
|
|
15846
|
+
var require_index_native59 = __commonJS({
|
|
15775
15847
|
"../separator/dist/cjs/index.native.js"(exports, module2) {
|
|
15776
15848
|
"use strict";
|
|
15777
15849
|
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
|
|
@@ -16271,7 +16343,7 @@ var require_Select_native = __commonJS({
|
|
|
16271
16343
|
SelectSeparator: () => SelectSeparator
|
|
16272
16344
|
});
|
|
16273
16345
|
module2.exports = __toCommonJS2(Select_exports);
|
|
16274
|
-
var import_adapt = require_index_native24(), import_compose_refs = require_index_native10(), import_constants4 = require_index_native(), import_core13 = require_index_native15(), import_get_token2 = require_index_native17(), import_helpers = require_index_native7(), import_list_item = require_index_native51(), import_portal2 = require_index_native29(), import_separator =
|
|
16346
|
+
var import_adapt = require_index_native24(), import_compose_refs = require_index_native10(), import_constants4 = require_index_native(), import_core13 = require_index_native15(), import_get_token2 = require_index_native17(), import_helpers = require_index_native7(), import_list_item = require_index_native51(), import_portal2 = require_index_native29(), import_separator = require_index_native59(), import_sheet = require_index_native34(), import_stacks3 = require_index_native19(), import_text2 = require_index_native21(), import_use_controllable_state = require_index_native9(), React2 = __toESM2(require("react")), import_constants22 = require_constants_native4(), 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(), import_jsx_runtime6 = require("react/jsx-runtime"), VALUE_NAME = "SelectValue", SelectValueFrame = (0, import_core13.styled)(import_text2.SizableText, {
|
|
16275
16347
|
name: VALUE_NAME,
|
|
16276
16348
|
userSelect: "none"
|
|
16277
16349
|
}), SelectValue = SelectValueFrame.styleable(function({
|
|
@@ -16557,7 +16629,7 @@ var require_Select_native = __commonJS({
|
|
|
16557
16629
|
});
|
|
16558
16630
|
|
|
16559
16631
|
// ../select/dist/cjs/index.native.js
|
|
16560
|
-
var
|
|
16632
|
+
var require_index_native60 = __commonJS({
|
|
16561
16633
|
"../select/dist/cjs/index.native.js"(exports, module2) {
|
|
16562
16634
|
"use strict";
|
|
16563
16635
|
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
|
|
@@ -17214,7 +17286,7 @@ var require_Slider_native = __commonJS({
|
|
|
17214
17286
|
});
|
|
17215
17287
|
|
|
17216
17288
|
// ../slider/dist/cjs/index.native.js
|
|
17217
|
-
var
|
|
17289
|
+
var require_index_native61 = __commonJS({
|
|
17218
17290
|
"../slider/dist/cjs/index.native.js"(exports, module2) {
|
|
17219
17291
|
"use strict";
|
|
17220
17292
|
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
|
|
@@ -17560,7 +17632,7 @@ var require_createSwitch_native = __commonJS({
|
|
|
17560
17632
|
});
|
|
17561
17633
|
|
|
17562
17634
|
// ../switch/dist/cjs/index.native.js
|
|
17563
|
-
var
|
|
17635
|
+
var require_index_native62 = __commonJS({
|
|
17564
17636
|
"../switch/dist/cjs/index.native.js"(exports, module2) {
|
|
17565
17637
|
"use strict";
|
|
17566
17638
|
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
|
|
@@ -17587,61 +17659,6 @@ var require_index_native61 = __commonJS({
|
|
|
17587
17659
|
}
|
|
17588
17660
|
});
|
|
17589
17661
|
|
|
17590
|
-
// ../roving-focus/dist/cjs/RovingFocusGroup.native.js
|
|
17591
|
-
var require_RovingFocusGroup_native = __commonJS({
|
|
17592
|
-
"../roving-focus/dist/cjs/RovingFocusGroup.native.js"(exports, module2) {
|
|
17593
|
-
"use strict";
|
|
17594
|
-
var __create2 = Object.create, __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __getProtoOf2 = Object.getPrototypeOf, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
|
|
17595
|
-
for (var name in all)
|
|
17596
|
-
__defProp2(target, name, { get: all[name], enumerable: !0 });
|
|
17597
|
-
}, __copyProps2 = (to, from, except, desc) => {
|
|
17598
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
17599
|
-
for (let key of __getOwnPropNames2(from))
|
|
17600
|
-
!__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
17601
|
-
return to;
|
|
17602
|
-
}, __toESM2 = (mod, isNodeMode, target) => (target = mod != null ? __create2(__getProtoOf2(mod)) : {}, __copyProps2(
|
|
17603
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
17604
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
17605
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
17606
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
17607
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp2(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
17608
|
-
mod
|
|
17609
|
-
)), __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), RovingFocusGroup_native_exports = {};
|
|
17610
|
-
__export2(RovingFocusGroup_native_exports, {
|
|
17611
|
-
RovingFocusGroup: () => RovingFocusGroup,
|
|
17612
|
-
createRovingFocusGroupScope: () => createRovingFocusGroupScope
|
|
17613
|
-
});
|
|
17614
|
-
module2.exports = __toCommonJS2(RovingFocusGroup_native_exports);
|
|
17615
|
-
var import_core13 = require_index_native15(), import_helpers = require_index_native7(), import_react2 = __toESM2(require("react")), import_jsx_runtime6 = require("react/jsx-runtime"), ITEM_NAME = "RovingFocusGroupItem", RovingFocusGroupItem = import_react2.default.forwardRef(
|
|
17616
|
-
({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core13.Stack, { ...props, children })
|
|
17617
|
-
);
|
|
17618
|
-
RovingFocusGroupItem.displayName = ITEM_NAME;
|
|
17619
|
-
var GROUP_NAME = "RovingFocusGroup", RovingFocusGroup = (0, import_helpers.withStaticProperties)(
|
|
17620
|
-
import_react2.default.forwardRef(({ children, ...props }, _ref) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_core13.Stack, { ...props, children })),
|
|
17621
|
-
{
|
|
17622
|
-
Item: RovingFocusGroupItem
|
|
17623
|
-
}
|
|
17624
|
-
);
|
|
17625
|
-
RovingFocusGroup.displayName = GROUP_NAME;
|
|
17626
|
-
var createRovingFocusGroupScope = () => () => ({});
|
|
17627
|
-
}
|
|
17628
|
-
});
|
|
17629
|
-
|
|
17630
|
-
// ../roving-focus/dist/cjs/index.native.js
|
|
17631
|
-
var require_index_native62 = __commonJS({
|
|
17632
|
-
"../roving-focus/dist/cjs/index.native.js"(exports, module2) {
|
|
17633
|
-
"use strict";
|
|
17634
|
-
var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
|
|
17635
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
17636
|
-
for (let key of __getOwnPropNames2(from))
|
|
17637
|
-
!__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
|
|
17638
|
-
return to;
|
|
17639
|
-
}, __reExport2 = (target, mod, secondTarget) => (__copyProps2(target, mod, "default"), secondTarget && __copyProps2(secondTarget, mod, "default")), __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), src_exports2 = {};
|
|
17640
|
-
module2.exports = __toCommonJS2(src_exports2);
|
|
17641
|
-
__reExport2(src_exports2, require_RovingFocusGroup_native(), module2.exports);
|
|
17642
|
-
}
|
|
17643
|
-
});
|
|
17644
|
-
|
|
17645
17662
|
// ../tabs/dist/cjs/Tabs.native.js
|
|
17646
17663
|
var require_Tabs_native = __commonJS({
|
|
17647
17664
|
"../tabs/dist/cjs/Tabs.native.js"(exports, module2) {
|
|
@@ -17666,7 +17683,7 @@ var require_Tabs_native = __commonJS({
|
|
|
17666
17683
|
Tabs: () => Tabs
|
|
17667
17684
|
});
|
|
17668
17685
|
module2.exports = __toCommonJS2(Tabs_exports);
|
|
17669
|
-
var import_compose_refs = require_index_native10(), import_constants4 = require_index_native(), import_get_button_sized2 = require_index_native18(), import_group = require_index_native50(), import_helpers = require_index_native7(), import_roving_focus =
|
|
17686
|
+
var import_compose_refs = require_index_native10(), import_constants4 = require_index_native(), import_get_button_sized2 = require_index_native18(), import_group = require_index_native50(), import_helpers = require_index_native7(), import_roving_focus = require_index_native57(), import_stacks3 = require_index_native19(), import_use_controllable_state = require_index_native9(), import_use_direction = require_index_native22(), import_web = require_index_native12(), React2 = __toESM2(require("react")), import_jsx_runtime6 = require("react/jsx-runtime"), TABS_CONTEXT = "TabsContext", TAB_LIST_NAME = "TabsList", TabsListFrame = (0, import_web.styled)(import_group.Group, {
|
|
17670
17687
|
name: TAB_LIST_NAME,
|
|
17671
17688
|
focusable: !0
|
|
17672
17689
|
}), TabsList = TabsListFrame.extractable(
|
|
@@ -18259,7 +18276,7 @@ var require_ToggleGroup_native = __commonJS({
|
|
|
18259
18276
|
ToggleGroup: () => ToggleGroup
|
|
18260
18277
|
});
|
|
18261
18278
|
module2.exports = __toCommonJS2(ToggleGroup_exports);
|
|
18262
|
-
var import_constants4 = require_index_native(), import_focusable2 = require_index_native44(), import_font_size = require_index_native40(), import_get_token2 = require_index_native17(), import_group = require_index_native50(), import_helpers = require_index_native7(), import_helpers_tamagui = require_index_native41(), import_roving_focus =
|
|
18279
|
+
var import_constants4 = require_index_native(), import_focusable2 = require_index_native44(), import_font_size = require_index_native40(), import_get_token2 = require_index_native17(), import_group = require_index_native50(), import_helpers = require_index_native7(), import_helpers_tamagui = require_index_native41(), import_roving_focus = require_index_native57(), import_use_controllable_state = require_index_native9(), import_use_direction = require_index_native22(), import_web = require_index_native12(), import_react2 = __toESM2(require("react")), import_Toggle = require_Toggle_native(), import_jsx_runtime6 = require("react/jsx-runtime"), TOGGLE_GROUP_NAME = "ToggleGroup", TOGGLE_GROUP_ITEM_NAME = "ToggleGroupItem", TOGGLE_GROUP_CONTEXT = "ToggleGroup", { Provider: ToggleGroupItemProvider, useStyledContext: useToggleGroupItemContext } = (0, import_web.createStyledContext)(), { Provider: ToggleGroupContext, useStyledContext: useToggleGroupContext } = (0, import_web.createStyledContext)(), ToggleGroupItem = import_Toggle.ToggleFrame.extractable(
|
|
18263
18280
|
import_react2.default.forwardRef(
|
|
18264
18281
|
(props, forwardedRef) => {
|
|
18265
18282
|
let valueContext = useToggleGroupValueContext(props.__scopeToggleGroup), context = useToggleGroupContext(props.__scopeToggleGroup), pressed = valueContext == null ? void 0 : valueContext.value.includes(props.value), disabled = context.disabled || props.disabled || !1, groupItemProps = (0, import_group.useGroupItem)({ disabled }), size2 = props.size ?? context.size, sizeProps = props.unstyled ? {} : {
|
|
@@ -18834,15 +18851,15 @@ __reExport(src_exports, __toESM(require_index_native55()), module.exports);
|
|
|
18834
18851
|
__reExport(src_exports, __toESM(require_index_native54()), module.exports);
|
|
18835
18852
|
__reExport(src_exports, __toESM(require_index_native29()), module.exports);
|
|
18836
18853
|
__reExport(src_exports, __toESM(require_index_native56()), module.exports);
|
|
18837
|
-
__reExport(src_exports, __toESM(
|
|
18854
|
+
__reExport(src_exports, __toESM(require_index_native58()), module.exports);
|
|
18838
18855
|
__reExport(src_exports, __toESM(require_index_native33()), module.exports);
|
|
18856
|
+
__reExport(src_exports, __toESM(require_index_native60()), module.exports);
|
|
18839
18857
|
__reExport(src_exports, __toESM(require_index_native59()), module.exports);
|
|
18840
|
-
__reExport(src_exports, __toESM(require_index_native58()), module.exports);
|
|
18841
18858
|
__reExport(src_exports, __toESM(require_index_native38()), module.exports);
|
|
18842
18859
|
__reExport(src_exports, __toESM(require_index_native34()), module.exports);
|
|
18843
|
-
__reExport(src_exports, __toESM(require_index_native60()), module.exports);
|
|
18844
|
-
__reExport(src_exports, __toESM(require_index_native19()), module.exports);
|
|
18845
18860
|
__reExport(src_exports, __toESM(require_index_native61()), module.exports);
|
|
18861
|
+
__reExport(src_exports, __toESM(require_index_native19()), module.exports);
|
|
18862
|
+
__reExport(src_exports, __toESM(require_index_native62()), module.exports);
|
|
18846
18863
|
__reExport(src_exports, __toESM(require_index_native63()), module.exports);
|
|
18847
18864
|
__reExport(src_exports, __toESM(require_index_native21()), module.exports);
|
|
18848
18865
|
__reExport(src_exports, __toESM(require_index_native64()), module.exports);
|