@particle-network/ui-native 0.1.4-beta.7 → 0.1.4-beta.9
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.
|
@@ -258,6 +258,10 @@ const UXModal = /*#__PURE__*/ forwardRef((props, scrollViewRef)=>{
|
|
|
258
258
|
mt: -4,
|
|
259
259
|
children: 'string' == typeof title ? /*#__PURE__*/ jsx(Text, {
|
|
260
260
|
h3: true,
|
|
261
|
+
fullWidth: true,
|
|
262
|
+
style: {
|
|
263
|
+
textAlign: titleAlign
|
|
264
|
+
},
|
|
261
265
|
children: title
|
|
262
266
|
}) : title
|
|
263
267
|
}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@particle-network/ui-native",
|
|
3
|
-
"version": "0.1.4-beta.
|
|
3
|
+
"version": "0.1.4-beta.9",
|
|
4
4
|
"main": "./entry.js",
|
|
5
5
|
"react-native": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"unfetch": "^4.2.0",
|
|
91
91
|
"vite": "^6.3.5",
|
|
92
92
|
"zustand": "^5.0.8",
|
|
93
|
-
"@particle-network/icons": "0.1.3-beta.
|
|
93
|
+
"@particle-network/icons": "0.1.3-beta.5",
|
|
94
94
|
"@particle-network/eslint-config": "0.3.0",
|
|
95
95
|
"@particle-network/lintstaged-config": "0.1.0"
|
|
96
96
|
},
|