@connectif/ui-components 6.0.2 → 6.0.3
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/CHANGELOG.md +6 -0
- package/dist/index.js +3 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -21342,6 +21342,9 @@ var DateIntervalPickerInputButton = ({
|
|
|
21342
21342
|
{
|
|
21343
21343
|
ref: inputRef,
|
|
21344
21344
|
placeholder: dateInputFormatPlaceholder,
|
|
21345
|
+
inputSx: {
|
|
21346
|
+
minWidth: "166px"
|
|
21347
|
+
},
|
|
21345
21348
|
endAdornment: /* @__PURE__ */ jsx115(
|
|
21346
21349
|
Icon_default,
|
|
21347
21350
|
{
|