tamagui 1.90.10 → 1.90.12
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 +9 -3
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +24 -3
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
package/dist/native.js
CHANGED
|
@@ -8232,7 +8232,13 @@ current`, _object_spread9({}, styleState.style)));
|
|
|
8232
8232
|
}, useSplitStyles = function(a, b, c, d, e, f, g, h, i, j) {
|
|
8233
8233
|
var res = getSplitStyles(a, b, c, d, e, f, g, h, i, j);
|
|
8234
8234
|
return res;
|
|
8235
|
-
}, animatableDefaults = {
|
|
8235
|
+
}, defaultColor = process.env.TAMAGUI_DEFAULT_COLOR || "rgba(0,0,0,0)", animatableDefaults = _object_spread_props8(_object_spread9({}, Object.fromEntries(Object.entries(import_helpers.tokenCategories.color).map(function(param) {
|
|
8236
|
+
var _param = _sliced_to_array(param, 2), k = _param[0], v = _param[1];
|
|
8237
|
+
return [
|
|
8238
|
+
k,
|
|
8239
|
+
defaultColor
|
|
8240
|
+
];
|
|
8241
|
+
}))), {
|
|
8236
8242
|
opacity: 1,
|
|
8237
8243
|
scale: 1,
|
|
8238
8244
|
rotate: "0deg",
|
|
@@ -8241,7 +8247,7 @@ current`, _object_spread9({}, styleState.style)));
|
|
|
8241
8247
|
x: 0,
|
|
8242
8248
|
y: 0,
|
|
8243
8249
|
borderRadius: 0
|
|
8244
|
-
}, lowercaseHyphenate = function(match) {
|
|
8250
|
+
}), lowercaseHyphenate = function(match) {
|
|
8245
8251
|
return "-".concat(match.toLowerCase());
|
|
8246
8252
|
}, hyphenate = function(str) {
|
|
8247
8253
|
return str.replace(/[A-Z]/g, lowercaseHyphenate);
|
|
@@ -9736,7 +9742,7 @@ If you meant to do this, you can disable this warning - either change untilMeasu
|
|
|
9736
9742
|
children: content
|
|
9737
9743
|
}));
|
|
9738
9744
|
}
|
|
9739
|
-
if (
|
|
9745
|
+
if (process.env.NODE_ENV === "development" && debugProp && debugProp !== "profile") {
|
|
9740
9746
|
var element1 = typeof elementType == "string" ? elementType : "Component", title = "render <".concat(element1, " /> (").concat(internalID, ") with props");
|
|
9741
9747
|
if (import_constants4.isWeb) {
|
|
9742
9748
|
console.groupCollapsed(title);
|