@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/test.native.js
CHANGED
|
@@ -5349,7 +5349,6 @@ ${runtimeStyles}`;
|
|
|
5349
5349
|
!defaultFontName && configIn.fonts && (defaultFontName = Object.keys(configIn.fonts)[0]), (defaultFontName == null ? void 0 : defaultFontName[0]) === "$" && (defaultFontName = defaultFontName.slice(1));
|
|
5350
5350
|
let defaultFont = `$${defaultFontName}`, config = {
|
|
5351
5351
|
fonts: {},
|
|
5352
|
-
groupNames: [],
|
|
5353
5352
|
settings: {},
|
|
5354
5353
|
onlyAllowShorthands: !1,
|
|
5355
5354
|
fontLanguages: [],
|