forstok-ui-lib 7.5.1 → 7.5.2

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": "forstok-ui-lib",
3
- "version": "7.5.1",
3
+ "version": "7.5.2",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -101,7 +101,7 @@ const DateRangeComponent = (props: TDateRange) => {
101
101
  placeholder={['Start Date', 'End Date']}
102
102
  minDate={_minDate}
103
103
  maxDate={maxDate || moment().clone()}
104
- defaultValue={value}
104
+ // defaultValue={value}
105
105
  suffixIcon={<IconComponent $width='14px' $name='calendar' />}
106
106
  prevIcon={<IconComponent $width='12px' $name='arrow-left' />}
107
107
  nextIcon={<IconComponent $width='12px' $name='arrow-right' />}