tamagui 1.88.2 → 1.88.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5568,34 +5568,6 @@ var require_styled_native = __commonJS({
5568
5568
  }
5569
5569
  });
5570
5570
 
5571
- // ../web/dist/cjs/types.native.js
5572
- var require_types_native3 = __commonJS({
5573
- "../web/dist/cjs/types.native.js"(exports2, module2) {
5574
- "use strict";
5575
- var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
5576
- if (from && typeof from == "object" || typeof from == "function")
5577
- for (let key of __getOwnPropNames2(from))
5578
- !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
5579
- return to;
5580
- }, __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), types_exports = {};
5581
- module2.exports = __toCommonJS2(types_exports);
5582
- }
5583
- });
5584
-
5585
- // ../web/dist/cjs/interfaces/RNExclusiveTypes.native.js
5586
- var require_RNExclusiveTypes_native = __commonJS({
5587
- "../web/dist/cjs/interfaces/RNExclusiveTypes.native.js"(exports2, module2) {
5588
- "use strict";
5589
- var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
5590
- if (from && typeof from == "object" || typeof from == "function")
5591
- for (let key of __getOwnPropNames2(from))
5592
- !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
5593
- return to;
5594
- }, __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), RNExclusiveTypes_exports = {};
5595
- module2.exports = __toCommonJS2(RNExclusiveTypes_exports);
5596
- }
5597
- });
5598
-
5599
5571
  // ../web/dist/cjs/interfaces/GetRef.native.js
5600
5572
  var require_GetRef_native = __commonJS({
5601
5573
  "../web/dist/cjs/interfaces/GetRef.native.js"(exports2, module2) {
@@ -6165,8 +6137,6 @@ var require_index_native13 = __commonJS({
6165
6137
  __reExport2(src_exports2, require_insertFont_native(), module2.exports);
6166
6138
  __reExport2(src_exports2, require_styled_native(), module2.exports);
6167
6139
  __reExport2(src_exports2, require_setupReactNative_native(), module2.exports);
6168
- __reExport2(src_exports2, require_types_native3(), module2.exports);
6169
- __reExport2(src_exports2, require_RNExclusiveTypes_native(), module2.exports);
6170
6140
  __reExport2(src_exports2, require_GetRef_native(), module2.exports);
6171
6141
  var import_config = require_config_native();
6172
6142
  __reExport2(src_exports2, require_constants_native2(), module2.exports);
@@ -6564,7 +6534,7 @@ var require_createResponderEvent_native = __commonJS({
6564
6534
  });
6565
6535
 
6566
6536
  // ../react-native-use-responder-events/dist/cjs/types.native.js
6567
- var require_types_native4 = __commonJS({
6537
+ var require_types_native3 = __commonJS({
6568
6538
  "../react-native-use-responder-events/dist/cjs/types.native.js"(exports2, module2) {
6569
6539
  "use strict";
6570
6540
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
@@ -6638,7 +6608,7 @@ var require_ResponderTouchHistoryStore_native = __commonJS({
6638
6608
  ResponderTouchHistoryStore: () => ResponderTouchHistoryStore
6639
6609
  });
6640
6610
  module2.exports = __toCommonJS2(ResponderTouchHistoryStore_exports);
6641
- var import_types = require_types_native4(), MAX_TOUCH_BANK = 20;
6611
+ var import_types = require_types_native3(), MAX_TOUCH_BANK = 20;
6642
6612
  function timestampForTouch(touch) {
6643
6613
  return touch.timeStamp || touch.timestamp;
6644
6614
  }
@@ -6763,7 +6733,7 @@ var require_ResponderSystem_native = __commonJS({
6763
6733
  terminateResponder: () => terminateResponder
6764
6734
  });
6765
6735
  module2.exports = __toCommonJS2(ResponderSystem_exports);
6766
- var import_createResponderEvent = __toESM2(require_createResponderEvent_native()), import_ResponderTouchHistoryStore = require_ResponderTouchHistoryStore_native(), import_types = require_types_native4(), import_utils = require_utils_native(), import_utils2 = require_utils_native(), emptyObject = {}, startRegistration = [
6736
+ var import_createResponderEvent = __toESM2(require_createResponderEvent_native()), import_ResponderTouchHistoryStore = require_ResponderTouchHistoryStore_native(), import_types = require_types_native3(), import_utils = require_utils_native(), import_utils2 = require_utils_native(), emptyObject = {}, startRegistration = [
6767
6737
  "onStartShouldSetResponderCapture",
6768
6738
  "onStartShouldSetResponder",
6769
6739
  { bubbles: !0 }
@@ -7499,21 +7469,13 @@ var require_Pressability_native = __commonJS({
7499
7469
  var require_reactNativeTypes_native = __commonJS({
7500
7470
  "../core/dist/cjs/reactNativeTypes.native.js"(exports2, module2) {
7501
7471
  "use strict";
7502
- var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __export2 = (target, all) => {
7503
- for (var name in all)
7504
- __defProp2(target, name, { get: all[name], enumerable: !0 });
7505
- }, __copyProps2 = (to, from, except, desc) => {
7472
+ var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
7506
7473
  if (from && typeof from == "object" || typeof from == "function")
7507
7474
  for (let key of __getOwnPropNames2(from))
7508
7475
  !__hasOwnProp2.call(to, key) && key !== except && __defProp2(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc2(from, key)) || desc.enumerable });
7509
7476
  return to;
7510
7477
  }, __toCommonJS2 = (mod) => __copyProps2(__defProp2({}, "__esModule", { value: !0 }), mod), reactNativeTypes_exports = {};
7511
- __export2(reactNativeTypes_exports, {
7512
- RNTextProps: () => import_web.RNTextProps,
7513
- RNViewProps: () => import_web.RNViewProps
7514
- });
7515
7478
  module2.exports = __toCommonJS2(reactNativeTypes_exports);
7516
- var import_web = require_index_native13();
7517
7479
  }
7518
7480
  });
7519
7481
 
@@ -8319,7 +8281,7 @@ var require_wrapChildrenInText_native = __commonJS({
8319
8281
  });
8320
8282
 
8321
8283
  // ../text/dist/cjs/types.native.js
8322
- var require_types_native5 = __commonJS({
8284
+ var require_types_native4 = __commonJS({
8323
8285
  "../text/dist/cjs/types.native.js"(exports2, module2) {
8324
8286
  "use strict";
8325
8287
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
@@ -8347,7 +8309,7 @@ var require_index_native22 = __commonJS({
8347
8309
  __reExport2(src_exports2, require_Paragraph_native(), module2.exports);
8348
8310
  __reExport2(src_exports2, require_Headings_native(), module2.exports);
8349
8311
  __reExport2(src_exports2, require_wrapChildrenInText_native(), module2.exports);
8350
- __reExport2(src_exports2, require_types_native5(), module2.exports);
8312
+ __reExport2(src_exports2, require_types_native4(), module2.exports);
8351
8313
  }
8352
8314
  });
8353
8315
 
@@ -10244,7 +10206,7 @@ var require_createSheet_native = __commonJS({
10244
10206
  });
10245
10207
 
10246
10208
  // ../sheet/dist/cjs/types.native.js
10247
- var require_types_native6 = __commonJS({
10209
+ var require_types_native5 = __commonJS({
10248
10210
  "../sheet/dist/cjs/types.native.js"(exports2, module2) {
10249
10211
  "use strict";
10250
10212
  var __defProp2 = Object.defineProperty, __getOwnPropDesc2 = Object.getOwnPropertyDescriptor, __getOwnPropNames2 = Object.getOwnPropertyNames, __hasOwnProp2 = Object.prototype.hasOwnProperty, __copyProps2 = (to, from, except, desc) => {
@@ -10281,7 +10243,7 @@ var require_Sheet_native = __commonJS({
10281
10243
  });
10282
10244
  module2.exports = __toCommonJS2(Sheet_exports);
10283
10245
  var import_core13 = require_index_native16(), import_stacks3 = require_index_native20(), import_constants4 = require_constants_native3(), import_createSheet = require_createSheet_native(), import_SheetContext = require_SheetContext_native();
10284
- __reExport2(Sheet_exports, require_types_native6(), module2.exports);
10246
+ __reExport2(Sheet_exports, require_types_native5(), module2.exports);
10285
10247
  var Handle = (0, import_core13.styled)(import_stacks3.XStack, {
10286
10248
  name: import_constants4.SHEET_HANDLE_NAME,
10287
10249
  variants: {
@@ -10664,6 +10626,9 @@ var require_Dialog_native = __commonJS({
10664
10626
  props.onFocusOutside,
10665
10627
  (event) => event.preventDefault()
10666
10628
  ),
10629
+ ...!props.unstyled && {
10630
+ outlineStyle: "none"
10631
+ },
10667
10632
  children
10668
10633
  }
10669
10634
  );
@@ -10717,25 +10682,25 @@ var require_Dialog_native = __commonJS({
10717
10682
  );
10718
10683
  return showSheet ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(DialogPortalItem, { hostName: getSheetContentsName(context), children: contentProps.children }) : import_constants4.isWeb ? /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_jsx_runtime6.Fragment, { children: [
10719
10684
  /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
10720
- import_focus_scope.FocusScope,
10685
+ import_dismissable.Dismissable,
10721
10686
  {
10722
- loop: !0,
10723
- enabled: context.open,
10724
- trapped: trapFocus,
10725
- onMountAutoFocus: onOpenAutoFocus,
10687
+ disableOutsidePointerEvents: context.open && disableOutsidePointerEvents,
10726
10688
  forceUnmount: !context.open,
10727
- onUnmountAutoFocus: onCloseAutoFocus,
10689
+ onEscapeKeyDown,
10690
+ onPointerDownOutside,
10691
+ onFocusOutside,
10692
+ onInteractOutside,
10693
+ ref: composedRefs,
10694
+ onDismiss: () => context.onOpenChange(!1),
10728
10695
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
10729
- import_dismissable.Dismissable,
10696
+ import_focus_scope.FocusScope,
10730
10697
  {
10731
- disableOutsidePointerEvents: context.open && disableOutsidePointerEvents,
10698
+ loop: !0,
10699
+ enabled: context.open,
10700
+ trapped: trapFocus,
10701
+ onMountAutoFocus: onOpenAutoFocus,
10732
10702
  forceUnmount: !context.open,
10733
- onEscapeKeyDown,
10734
- onPointerDownOutside,
10735
- onFocusOutside,
10736
- onInteractOutside,
10737
- ref: composedRefs,
10738
- onDismiss: () => context.onOpenChange(!1),
10703
+ onUnmountAutoFocus: onCloseAutoFocus,
10739
10704
  children: contents
10740
10705
  }
10741
10706
  )