@groupeactual/ui-kit 1.8.3 → 1.8.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groupeactual/ui-kit",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "type": "module",
5
5
  "description": "A simple template for a custom React component library",
6
6
  "main": "dist/cjs/index.js",
@@ -33,7 +33,7 @@
33
33
  "@mui/x-date-pickers": "7.15.0",
34
34
  "@mui/x-date-pickers-pro": "7.15.0",
35
35
  "styled-components": "^6.1.13",
36
- "@groupeactual/design-tokens": "1.8.3"
36
+ "@groupeactual/design-tokens": "1.8.4"
37
37
  },
38
38
  "scripts": {
39
39
  "build": "rollup -c",
@@ -101,7 +101,7 @@ const AutocompleteMultipleSelect = <T,>({
101
101
  ];
102
102
 
103
103
  return classNames.filter(Boolean).join(' ');
104
- }, [value]);
104
+ }, [value, disabled, color]);
105
105
 
106
106
  const addInputLabelClassName = useMemo(() => {
107
107
  const classNames = [