inviton-powerduck 0.0.124 → 0.0.125

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.
@@ -515,7 +515,7 @@ class DaterangePickerComponent extends TsxComponent<DaterangePickerArgs> impleme
515
515
  {this.shouldAddModalClick()
516
516
  && <div class="pd-daterange-picker-modalclick" onClick={(e) => { this.handleModalOpenClick(e); }}></div>}
517
517
 
518
- <div style="position: relative; display: flex; align-items: center;">
518
+ <div style="position: relative; display: flex; align-items: center; flex-grow:1">
519
519
  {' '}
520
520
  {/* Added a wrapper for input and clear button */}
521
521
  <input
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "inviton-powerduck",
3
3
  "type": "module",
4
- "version": "0.0.124",
4
+ "version": "0.0.125",
5
5
  "files": [
6
6
  "app/",
7
7
  "common/",