@tamagui/core 1.108.2 → 1.108.4
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 +10 -1
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +10 -1
- package/dist/test.native.js.map +2 -2
- package/package.json +7 -8
package/dist/native.js
CHANGED
|
@@ -9059,7 +9059,7 @@ var require_useDidHydrateOnce_native = __commonJS({
|
|
|
9059
9059
|
}
|
|
9060
9060
|
});
|
|
9061
9061
|
module2.exports = __toCommonJS2(useDidHydrateOnce_exports);
|
|
9062
|
-
var import_react3 = __toESM2(require("react"));
|
|
9062
|
+
var import_react3 = __toESM2(require("react")), import_config = require_config_native();
|
|
9063
9063
|
function useDidHydrateOnceRoot() {
|
|
9064
9064
|
return !0;
|
|
9065
9065
|
}
|
|
@@ -11354,6 +11354,15 @@ var require_createTamagui_native = __commonJS({
|
|
|
11354
11354
|
fontFamily: defaultFontName ? defaultFont : void 0
|
|
11355
11355
|
}, configIn.unset),
|
|
11356
11356
|
settings: _object_spread2({
|
|
11357
|
+
// move deprecated settings here so we can reference them all using `getSetting`
|
|
11358
|
+
// TODO remove this on v2
|
|
11359
|
+
disableSSR: configIn.disableSSR,
|
|
11360
|
+
defaultFont: configIn.defaultFont,
|
|
11361
|
+
disableRootThemeClass: configIn.disableRootThemeClass,
|
|
11362
|
+
onlyAllowShorthands: configIn.onlyAllowShorthands,
|
|
11363
|
+
mediaQueryDefaultActive: configIn.mediaQueryDefaultActive,
|
|
11364
|
+
themeClassNameOnRoot: configIn.themeClassNameOnRoot,
|
|
11365
|
+
cssStyleSeparator: configIn.cssStyleSeparator,
|
|
11357
11366
|
webContainerType: "inline-size"
|
|
11358
11367
|
}, configIn.settings),
|
|
11359
11368
|
tokens,
|