@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/native.js
CHANGED
|
@@ -3717,7 +3717,7 @@ var require_ThemeManager_native = __commonJS({
|
|
|
3717
3717
|
var prefix = base.slice(0, i).join(import_constants2.THEME_NAME_SEPARATOR);
|
|
3718
3718
|
props.inverse && (prefix = inverseThemeName(prefix));
|
|
3719
3719
|
var potentials = [];
|
|
3720
|
-
if (prefix && prefix !== baseName && potentials.push(prefix), nextName && potentials.unshift(prefix ? "".concat(prefix, "_").concat(nextName) : nextName), i === 1) {
|
|
3720
|
+
if (prefix && prefix !== baseName && prefix.includes(nextName) && potentials.push(prefix), nextName && potentials.unshift(prefix ? "".concat(prefix, "_").concat(nextName) : nextName), i === 1) {
|
|
3721
3721
|
var lastSegment = potentials.findIndex(function(x) {
|
|
3722
3722
|
return !x.includes("_");
|
|
3723
3723
|
});
|
|
@@ -12307,14 +12307,7 @@ var require_Text_native = __commonJS({
|
|
|
12307
12307
|
inlineWhenUnflattened: /* @__PURE__ */ new Set([
|
|
12308
12308
|
"fontFamily"
|
|
12309
12309
|
]),
|
|
12310
|
-
variants: _object_spread_props(_object_spread2(
|
|
12311
|
-
// ??
|
|
12312
|
-
ellipsizeMode: {
|
|
12313
|
-
"...": function() {
|
|
12314
|
-
return null;
|
|
12315
|
-
}
|
|
12316
|
-
}
|
|
12317
|
-
}), !1), {
|
|
12310
|
+
variants: _object_spread_props(_object_spread2({}, !1, !1), {
|
|
12318
12311
|
/**
|
|
12319
12312
|
* @deprecated Use ellipsis instead
|
|
12320
12313
|
*/
|