@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/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
  }
@@ -51309,9 +51314,9 @@ var useMaterialThemeTokens = function (themeName) {
51309
51314
  textCase: designTokens["".concat(themeName, "TextCaseNone")],
51310
51315
  textDecoration: designTokens["".concat(themeName, "TextDecorationUnderline")]
51311
51316
  },
51312
- fontWeightRegular: fontWeights.RobotoBold,
51317
+ fontWeightRegular: fontWeights.RobotoRegular,
51313
51318
  fontWeightMedium: fontWeights.RobotoMedium,
51314
- fontWeightBold: fontWeights.RobotoRegular
51319
+ fontWeightBold: fontWeights.RobotoBold
51315
51320
  },
51316
51321
  breakpoints: {
51317
51322
  values: {