@tamagui/core 1.129.16 → 1.129.18
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 -2
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +1 -2
- package/dist/test.native.js.map +1 -1
- package/package.json +9 -9
package/dist/test.native.js
CHANGED
|
@@ -7176,8 +7176,7 @@ var require_createComponent_native = __commonJS({
|
|
|
7176
7176
|
isExiting,
|
|
7177
7177
|
isAnimated,
|
|
7178
7178
|
willBeAnimated,
|
|
7179
|
-
styledContextProps
|
|
7180
|
-
noMergeStyle: isAnimated && (animationDriver == null ? void 0 : animationDriver.needsWebStyles)
|
|
7179
|
+
styledContextProps
|
|
7181
7180
|
}, themeName = (themeState == null ? void 0 : themeState.name) || "", splitStyles = (0, import_getSplitStyles.useSplitStyles)(props, staticConfig, theme, themeName, state, styleProps, null, componentContext, allGroupContexts, elementType, startedUnhydrated, debugProp), groupContext = groupName && (allGroupContexts == null ? void 0 : allGroupContexts[groupName]) || null;
|
|
7182
7181
|
if (groupContext) {
|
|
7183
7182
|
var groupState = groupContext == null ? void 0 : groupContext.state;
|