@tamagui/core 1.73.1 → 1.73.2
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 +0 -1
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +0 -1
- package/dist/test.native.js.map +1 -1
- package/package.json +6 -6
- package/types/index.d.ts +4 -104
- package/types/index.d.ts.map +1 -1
package/dist/native.js
CHANGED
|
@@ -5726,7 +5726,6 @@ ${runtimeStyles}`;
|
|
|
5726
5726
|
!defaultFontName && configIn.fonts && (defaultFontName = Object.keys(configIn.fonts)[0]), (defaultFontName == null ? void 0 : defaultFontName[0]) === "$" && (defaultFontName = defaultFontName.slice(1));
|
|
5727
5727
|
let defaultFont = `$${defaultFontName}`, config = {
|
|
5728
5728
|
fonts: {},
|
|
5729
|
-
groupNames: [],
|
|
5730
5729
|
settings: {},
|
|
5731
5730
|
onlyAllowShorthands: !1,
|
|
5732
5731
|
fontLanguages: [],
|