tamagui 1.108.3 → 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 +54 -54
package/dist/native.js
CHANGED
|
@@ -9249,7 +9249,7 @@ var require_useDidHydrateOnce_native = __commonJS({
|
|
|
9249
9249
|
}
|
|
9250
9250
|
});
|
|
9251
9251
|
module2.exports = __toCommonJS2(useDidHydrateOnce_exports);
|
|
9252
|
-
var import_react4 = __toESM2(require("react"));
|
|
9252
|
+
var import_react4 = __toESM2(require("react")), import_config = require_config_native();
|
|
9253
9253
|
function useDidHydrateOnceRoot() {
|
|
9254
9254
|
return !0;
|
|
9255
9255
|
}
|
|
@@ -11544,6 +11544,15 @@ var require_createTamagui_native = __commonJS({
|
|
|
11544
11544
|
fontFamily: defaultFontName ? defaultFont : void 0
|
|
11545
11545
|
}, configIn.unset),
|
|
11546
11546
|
settings: _object_spread9({
|
|
11547
|
+
// move deprecated settings here so we can reference them all using `getSetting`
|
|
11548
|
+
// TODO remove this on v2
|
|
11549
|
+
disableSSR: configIn.disableSSR,
|
|
11550
|
+
defaultFont: configIn.defaultFont,
|
|
11551
|
+
disableRootThemeClass: configIn.disableRootThemeClass,
|
|
11552
|
+
onlyAllowShorthands: configIn.onlyAllowShorthands,
|
|
11553
|
+
mediaQueryDefaultActive: configIn.mediaQueryDefaultActive,
|
|
11554
|
+
themeClassNameOnRoot: configIn.themeClassNameOnRoot,
|
|
11555
|
+
cssStyleSeparator: configIn.cssStyleSeparator,
|
|
11547
11556
|
webContainerType: "inline-size"
|
|
11548
11557
|
}, configIn.settings),
|
|
11549
11558
|
tokens,
|