@dartech/arsenal-ui 1.4.65 → 1.4.66

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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1089,8 +1089,9 @@ function ControlQueryAutocomplete(_a) {
1089
1089
  })]
1090
1090
  }) : label,
1091
1091
  InputLabelProps: {
1092
- shrink: true
1092
+ shrink: !!(autocompleteProps === null || autocompleteProps === void 0 ? void 0 : autocompleteProps.placeholder)
1093
1093
  },
1094
+ placeholder: autocompleteProps === null || autocompleteProps === void 0 ? void 0 : autocompleteProps.placeholder,
1094
1095
  sx: {
1095
1096
  '.MuiInputLabel-root span': {
1096
1097
  color: '#D6331F'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dartech/arsenal-ui",
3
- "version": "1.4.65",
3
+ "version": "1.4.66",
4
4
  "author": "DAR",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"