@groupeactual/ui-kit 0.4.18 → 0.4.20
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/cjs/index.js +5 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +5 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -51148,6 +51148,11 @@ var useMaterialThemeCss = function (muiTokens) {
|
|
|
51148
51148
|
return {
|
|
51149
51149
|
components: __assign(__assign(__assign(__assign({}, TextFieldCss(muiTokens)), ButtonCss(muiTokens)), AccordionCss()), { MuiCssBaseline: {
|
|
51150
51150
|
styleOverrides: {
|
|
51151
|
+
body: {
|
|
51152
|
+
backgroundColor: 'inherit',
|
|
51153
|
+
color: 'inherit',
|
|
51154
|
+
fontWeight: 400
|
|
51155
|
+
},
|
|
51151
51156
|
'@font-face': {
|
|
51152
51157
|
fontFamily: 'Roboto'
|
|
51153
51158
|
}
|
|
@@ -51332,7 +51337,6 @@ var useMaterialThemeTokens = function (themeName) {
|
|
|
51332
51337
|
snackbar: 1400,
|
|
51333
51338
|
tooltip: 1500
|
|
51334
51339
|
},
|
|
51335
|
-
spacing: Number(designTokens["".concat(themeName, "SpacingXxs")]),
|
|
51336
51340
|
palette: getMuiPalette(themeName)
|
|
51337
51341
|
};
|
|
51338
51342
|
var muiCss = useMaterialThemeCss(muiTokensObject).muiCss;
|