@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.3] - 2026-03-24
4
+
5
+ ### Fixed
6
+
7
+ - Fixed min width in `input` variant on `DateIntervalPicker` component.
8
+
3
9
  ## [6.0.2] - 2026-03-24
4
10
 
5
11
  ### Fixed
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
  {