@tamagui/core 1.90.12 → 1.90.14
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 +2 -9
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +2 -9
- package/dist/test.native.js.map +2 -2
- package/package.json +6 -6
package/dist/test.native.js
CHANGED
|
@@ -3499,7 +3499,7 @@ var require_ThemeManager_native = __commonJS({
|
|
|
3499
3499
|
var prefix = base.slice(0, i).join(import_constants2.THEME_NAME_SEPARATOR);
|
|
3500
3500
|
props.inverse && (prefix = inverseThemeName(prefix));
|
|
3501
3501
|
var potentials = [];
|
|
3502
|
-
if (prefix && prefix !== baseName && potentials.push(prefix), nextName && potentials.unshift(prefix ? "".concat(prefix, "_").concat(nextName) : nextName), i === 1) {
|
|
3502
|
+
if (prefix && prefix !== baseName && prefix.includes(nextName) && potentials.push(prefix), nextName && potentials.unshift(prefix ? "".concat(prefix, "_").concat(nextName) : nextName), i === 1) {
|
|
3503
3503
|
var lastSegment = potentials.findIndex(function(x) {
|
|
3504
3504
|
return !x.includes("_");
|
|
3505
3505
|
});
|
|
@@ -11481,14 +11481,7 @@ var require_Text_native = __commonJS({
|
|
|
11481
11481
|
inlineWhenUnflattened: /* @__PURE__ */ new Set([
|
|
11482
11482
|
"fontFamily"
|
|
11483
11483
|
]),
|
|
11484
|
-
variants: _object_spread_props(_object_spread2(
|
|
11485
|
-
// ??
|
|
11486
|
-
ellipsizeMode: {
|
|
11487
|
-
"...": function() {
|
|
11488
|
-
return null;
|
|
11489
|
-
}
|
|
11490
|
-
}
|
|
11491
|
-
}), !1), {
|
|
11484
|
+
variants: _object_spread_props(_object_spread2({}, !1, !1), {
|
|
11492
11485
|
/**
|
|
11493
11486
|
* @deprecated Use ellipsis instead
|
|
11494
11487
|
*/
|