tamagui 1.82.7 → 1.82.9
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 +1 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
package/dist/test.native.js
CHANGED
|
@@ -11799,7 +11799,7 @@ var require_Button_native = __commonJS({
|
|
|
11799
11799
|
tag: tag ?? (isNested ? "span" : (
|
|
11800
11800
|
// defaults to <a /> when accessibilityRole = link
|
|
11801
11801
|
// see https://github.com/tamagui/tamagui/issues/505
|
|
11802
|
-
propsActive.accessibilityRole === "link" ? "a" : "button"
|
|
11802
|
+
propsActive.accessibilityRole === "link" || propsActive.role === "link" ? "a" : "button"
|
|
11803
11803
|
)),
|
|
11804
11804
|
...restProps,
|
|
11805
11805
|
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_stacks3.ButtonNestingContext.Provider, { value: !0, children: inner }),
|