@groupeactual/ui-kit 0.4.19 → 0.4.21

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/esm/index.js CHANGED
@@ -51122,6 +51122,11 @@ var useMaterialThemeCss = function (muiTokens) {
51122
51122
  return {
51123
51123
  components: __assign(__assign(__assign(__assign({}, TextFieldCss(muiTokens)), ButtonCss(muiTokens)), AccordionCss()), { MuiCssBaseline: {
51124
51124
  styleOverrides: {
51125
+ body: {
51126
+ backgroundColor: 'inherit',
51127
+ color: 'inherit',
51128
+ fontWeight: 400
51129
+ },
51125
51130
  '@font-face': {
51126
51131
  fontFamily: 'Roboto'
51127
51132
  }
@@ -51283,9 +51288,9 @@ var useMaterialThemeTokens = function (themeName) {
51283
51288
  textCase: designTokens["".concat(themeName, "TextCaseNone")],
51284
51289
  textDecoration: designTokens["".concat(themeName, "TextDecorationUnderline")]
51285
51290
  },
51286
- fontWeightRegular: fontWeights.RobotoBold,
51291
+ fontWeightRegular: fontWeights.RobotoRegular,
51287
51292
  fontWeightMedium: fontWeights.RobotoMedium,
51288
- fontWeightBold: fontWeights.RobotoRegular
51293
+ fontWeightBold: fontWeights.RobotoBold
51289
51294
  },
51290
51295
  breakpoints: {
51291
51296
  values: {