@sinco/react 1.2.3-rc.4 → 1.2.3-rc.5
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/index.esm.js +13 -10
- package/package.json +1 -1
package/index.esm.js
CHANGED
|
@@ -8210,15 +8210,18 @@ var components = {
|
|
|
8210
8210
|
},
|
|
8211
8211
|
MuiButton: {
|
|
8212
8212
|
styleOverrides: {
|
|
8213
|
-
root: {
|
|
8214
|
-
|
|
8215
|
-
|
|
8216
|
-
|
|
8217
|
-
|
|
8218
|
-
|
|
8219
|
-
|
|
8220
|
-
|
|
8221
|
-
|
|
8213
|
+
root: function root(_ref8) {
|
|
8214
|
+
_ref8.theme;
|
|
8215
|
+
return {
|
|
8216
|
+
fontFamily: "Roboto",
|
|
8217
|
+
textTransform: "unset",
|
|
8218
|
+
fontWeightLight: 300,
|
|
8219
|
+
fontSize: "13px",
|
|
8220
|
+
lineHeight: "normal",
|
|
8221
|
+
"@media(max-width: 885px)": {
|
|
8222
|
+
fontSize: 14
|
|
8223
|
+
}
|
|
8224
|
+
};
|
|
8222
8225
|
},
|
|
8223
8226
|
startIcon: {
|
|
8224
8227
|
marginLeft: 2
|
|
@@ -17165,7 +17168,7 @@ var PageHeaderComponent = function PageHeaderComponent(_ref2) {
|
|
|
17165
17168
|
item: title,
|
|
17166
17169
|
variant: "h6"
|
|
17167
17170
|
})), subtitle && React__default.createElement(Stack, {
|
|
17168
|
-
alignItems: "
|
|
17171
|
+
alignItems: "left",
|
|
17169
17172
|
flexDirection: "row",
|
|
17170
17173
|
gap: 2
|
|
17171
17174
|
}, React__default.createElement(PageHeaderWraps, {
|