@groupeactual/ui-kit 0.4.5 → 0.4.7

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
@@ -50458,13 +50458,13 @@ var ActButton = styled$1(Button$1)(function (_a) {
50458
50458
  var theme = _a.theme;
50459
50459
  return ({
50460
50460
  color: theme.palette.blueClickable,
50461
- // eslint-disable-next-line @typescript-eslint/restrict-template-expressions
50462
- border: "1px solid ".concat(theme.palette.greyLightBorder),
50461
+ border: "1px solid ".concat(theme.palette.greyLightDefaultborder),
50463
50462
  borderRadius: 4,
50463
+ padding: '7.5px 16px',
50464
50464
  fontWeight: theme.typography.fontWeightBold,
50465
50465
  lineHeight: '18px',
50466
50466
  textTransform: 'unset',
50467
- fontSize: 14
50467
+ fontSize: '14px'
50468
50468
  });
50469
50469
  });
50470
50470
 
@@ -50995,6 +50995,9 @@ var TextFieldCss = function (muiTokens) {
50995
50995
  WebkitTextFillColor: muiTokens.palette.greyDark
50996
50996
  }
50997
50997
  },
50998
+ notchedOutline: {
50999
+ fontSize: '16px'
51000
+ },
50998
51001
  root: {
50999
51002
  '&.Mui-error.MuiOutlinedInput-notchedOutline': {
51000
51003
  borderColor: muiTokens.palette.redError