@tamagui/core 1.112.22 → 1.112.24
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 +4 -7
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +4 -7
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
package/dist/native.js
CHANGED
|
@@ -6578,10 +6578,8 @@ var require_propMapper_native = __commonJS({
|
|
|
6578
6578
|
var _theme_value, val = (_theme_value = theme == null ? void 0 : theme[value]) !== null && _theme_value !== void 0 ? _theme_value : tokensParsed[customTokenAccept][value];
|
|
6579
6579
|
val != null && (resolveAs = "value", valOrVar = val, hasSet = !0);
|
|
6580
6580
|
}
|
|
6581
|
-
if (theme && value in theme) {
|
|
6582
|
-
|
|
6583
|
-
process.env.NODE_ENV === "development" && styleState.debug === "verbose" && console.info(` - resolving ${key} to theme value ${value}: ${valOrVar == null ? void 0 : valOrVar.val}`), hasSet = !0;
|
|
6584
|
-
} else {
|
|
6581
|
+
if (theme && value in theme) valOrVar = theme[value], process.env.NODE_ENV === "development" && styleState.debug === "verbose" && console.info(` - resolving ${key} to theme value ${value}`, valOrVar), hasSet = !0;
|
|
6582
|
+
else {
|
|
6585
6583
|
if (value in conf.specificTokens) hasSet = !0, valOrVar = conf.specificTokens[value];
|
|
6586
6584
|
else {
|
|
6587
6585
|
switch (key) {
|
|
@@ -6861,7 +6859,7 @@ var require_getSplitStyles_native = __commonJS({
|
|
|
6861
6859
|
var _staticConfig_accept, validStyleProps = staticConfig.validStyles || (staticConfig.isText || staticConfig.isInput ? import_helpers.stylePropsText : import_helpers.validStyles);
|
|
6862
6860
|
return validStyleProps[key] || ((_staticConfig_accept = staticConfig.accept) === null || _staticConfig_accept === void 0 ? void 0 : _staticConfig_accept[key]);
|
|
6863
6861
|
}
|
|
6864
|
-
var getSplitStyles = function(props, staticConfig, theme, themeName, componentState, styleProps, parentSplitStyles, context, elementType, debug
|
|
6862
|
+
var getSplitStyles = function(props, staticConfig, theme, themeName, componentState, styleProps, parentSplitStyles, context, elementType, debug) {
|
|
6865
6863
|
conf = conf || (0, import_config.getConfig)(), import_constants2.isWeb && styleProps.isAnimated && conf.animations.isReactNative && !styleProps.noNormalize && (styleProps.noNormalize = "values");
|
|
6866
6864
|
var { shorthands } = conf, { isHOC, isText, isInput, variants, isReactNative, inlineProps, inlineWhenUnflattened, parentStaticConfig, acceptsClassName } = staticConfig, viewProps = {}, mediaState2 = styleProps.mediaState || import_useMedia.mediaState, usedKeys = {}, shouldDoClasses = acceptsClassName && import_constants2.isWeb && !styleProps.noClassNames, rulesToInsert = void 0, classNames = {}, transforms = {}, pseudos = null, space = props.space, hasMedia = !1, dynamicThemeAccess, pseudoGroups, mediaGroups, className = props.className || "", mediaStylesSeen = 0, styleState = {
|
|
6867
6865
|
classNames,
|
|
@@ -6875,8 +6873,7 @@ var require_getSplitStyles_native = __commonJS({
|
|
|
6875
6873
|
usedKeys,
|
|
6876
6874
|
viewProps,
|
|
6877
6875
|
context,
|
|
6878
|
-
debug
|
|
6879
|
-
skipThemeTokenResolution
|
|
6876
|
+
debug
|
|
6880
6877
|
};
|
|
6881
6878
|
process.env.NODE_ENV === "development" && debug && debug !== "profile" && import_constants2.isClient && (consoleGroupCollapsed("getSplitStyles (collapsed)"), (0, import_log.log)({
|
|
6882
6879
|
props,
|