tamagui 1.64.0 → 1.64.1
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 +3 -1
- package/dist/native.js.map +1 -1
- package/package.json +51 -51
package/dist/native.js
CHANGED
|
@@ -5545,6 +5545,9 @@ var require_View_native = __commonJS({
|
|
|
5545
5545
|
module2.exports = __toCommonJS2(View_exports);
|
|
5546
5546
|
var import_helpers4 = require_index_native3(), import_createComponent = require_createComponent_native(), View7 = (0, import_createComponent.createComponent)({
|
|
5547
5547
|
acceptsClassName: !0,
|
|
5548
|
+
defaultProps: {
|
|
5549
|
+
display: "flex"
|
|
5550
|
+
},
|
|
5548
5551
|
validStyles: import_helpers4.validStyles
|
|
5549
5552
|
});
|
|
5550
5553
|
}
|
|
@@ -17400,7 +17403,6 @@ function insertThemeCSS(themes, batch = !1) {
|
|
|
17400
17403
|
let config = (0, import_web22.getConfig)(), cssRules = [];
|
|
17401
17404
|
for (let themeName in themes) {
|
|
17402
17405
|
let theme = themes[themeName], rules = (0, import_web22.getThemeCSSRules)({
|
|
17403
|
-
// @ts-ignore this works but should be fixed types
|
|
17404
17406
|
config,
|
|
17405
17407
|
themeName,
|
|
17406
17408
|
names: [themeName],
|