@tamagui/core 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 +6 -6
package/dist/test.native.js
CHANGED
|
@@ -8583,7 +8583,7 @@ var require_useDidHydrateOnce_native = __commonJS({
|
|
|
8583
8583
|
}
|
|
8584
8584
|
});
|
|
8585
8585
|
module2.exports = __toCommonJS2(useDidHydrateOnce_exports);
|
|
8586
|
-
var import_react3 = __toESM2(require("react"));
|
|
8586
|
+
var import_react3 = __toESM2(require("react")), import_config = require_config_native();
|
|
8587
8587
|
function useDidHydrateOnceRoot() {
|
|
8588
8588
|
return !0;
|
|
8589
8589
|
}
|
|
@@ -10545,6 +10545,15 @@ var require_createTamagui_native = __commonJS({
|
|
|
10545
10545
|
fontFamily: defaultFontName ? defaultFont : void 0
|
|
10546
10546
|
}, configIn.unset),
|
|
10547
10547
|
settings: _object_spread2({
|
|
10548
|
+
// move deprecated settings here so we can reference them all using `getSetting`
|
|
10549
|
+
// TODO remove this on v2
|
|
10550
|
+
disableSSR: configIn.disableSSR,
|
|
10551
|
+
defaultFont: configIn.defaultFont,
|
|
10552
|
+
disableRootThemeClass: configIn.disableRootThemeClass,
|
|
10553
|
+
onlyAllowShorthands: configIn.onlyAllowShorthands,
|
|
10554
|
+
mediaQueryDefaultActive: configIn.mediaQueryDefaultActive,
|
|
10555
|
+
themeClassNameOnRoot: configIn.themeClassNameOnRoot,
|
|
10556
|
+
cssStyleSeparator: configIn.cssStyleSeparator,
|
|
10548
10557
|
webContainerType: "inline-size"
|
|
10549
10558
|
}, configIn.settings),
|
|
10550
10559
|
tokens,
|