@rabex-kit/rabex-ui 0.2.71 → 0.2.74
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/rabex-ui.cjs.development.js +13 -3
- package/dist/rabex-ui.cjs.development.js.map +1 -1
- package/dist/rabex-ui.cjs.production.min.js +1 -1
- package/dist/rabex-ui.cjs.production.min.js.map +1 -1
- package/dist/rabex-ui.esm.js +13 -3
- package/dist/rabex-ui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/rabex-ui.esm.js
CHANGED
|
@@ -3242,15 +3242,15 @@ var RabexTypography = {
|
|
|
3242
3242
|
},
|
|
3243
3243
|
body1: {
|
|
3244
3244
|
fontSize: '16px',
|
|
3245
|
-
lineHeight: '
|
|
3245
|
+
lineHeight: '32px'
|
|
3246
3246
|
},
|
|
3247
3247
|
largeButton: {
|
|
3248
3248
|
fontSize: '16px',
|
|
3249
|
-
lineHeight: '
|
|
3249
|
+
lineHeight: '32px'
|
|
3250
3250
|
},
|
|
3251
3251
|
inputLabel: {
|
|
3252
3252
|
fontSize: '16px',
|
|
3253
|
-
lineHeight: '
|
|
3253
|
+
lineHeight: '32px'
|
|
3254
3254
|
},
|
|
3255
3255
|
body2: {
|
|
3256
3256
|
fontSize: '14px',
|
|
@@ -4324,6 +4324,16 @@ var colorModeConfig = function colorModeConfig(theme) {
|
|
|
4324
4324
|
color: theme.palette.success[400],
|
|
4325
4325
|
backgroundColor: theme.palette.mode === 'light' ? theme.palette.success[50] : alpha(theme.palette.success[400], 0.2)
|
|
4326
4326
|
}
|
|
4327
|
+
},
|
|
4328
|
+
secondary: {
|
|
4329
|
+
normal: {
|
|
4330
|
+
color: theme.palette.textColor[50],
|
|
4331
|
+
backgroundColor: theme.palette.base[900]
|
|
4332
|
+
},
|
|
4333
|
+
light: {
|
|
4334
|
+
color: theme.palette.textColor[900],
|
|
4335
|
+
backgroundColor: theme.palette.secondary[500]
|
|
4336
|
+
}
|
|
4327
4337
|
}
|
|
4328
4338
|
};
|
|
4329
4339
|
};
|