@groupeactual/ui-kit 0.3.8 → 0.3.9

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
@@ -50431,7 +50431,7 @@ var IconProvider = function (_a) {
50431
50431
 
50432
50432
  /**
50433
50433
  * Do not edit directly
50434
- * Generated on Sun, 27 Nov 2022 01:38:10 GMT
50434
+ * Generated on Mon, 28 Nov 2022 20:36:57 GMT
50435
50435
  */
50436
50436
  var DefaultWebShadowAllContent = { "color": "#2727271f", "type": "dropShadow", "x": "0", "y": "2", "blur": "10", "spread": "0" };
50437
50437
  var DefaultSpacingXxs = "4";
@@ -50792,7 +50792,7 @@ var useMaterialThemeCss = function (muiTokens) {
50792
50792
  fontSize: '14px',
50793
50793
  lineHeight: '18px',
50794
50794
  fontWeight: 400,
50795
- paddingTop: '6px',
50795
+ paddingTop: '8px',
50796
50796
  color: muiTokens.palette.greyXDark,
50797
50797
  '&::placeholder': {
50798
50798
  color: muiTokens.palette.greyDark,
@@ -50821,8 +50821,9 @@ var useMaterialThemeCss = function (muiTokens) {
50821
50821
  MuiInputLabel: {
50822
50822
  styleOverrides: {
50823
50823
  root: {
50824
- fontSize: '16px',
50825
- lineHeight: '18px',
50824
+ fontSize: '15px',
50825
+ lineHeight: '16px',
50826
+ paddingTop: '2px',
50826
50827
  fontWeight: 500,
50827
50828
  color: muiTokens.palette.greyXDark,
50828
50829
  '&.Mui-disabled': {