forstok-ui-lib 5.2.43 → 5.2.44

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": "5.2.43",
3
+ "version": "5.2.44",
4
4
  "description": "Forstok UI Components Library",
5
5
  "path": "dist",
6
6
  "main": "dist/index.js",
@@ -224,6 +224,7 @@ const DateRangeComponent = ({ mode='default', placeholder, startDate, endDate, r
224
224
  <SelectionDate data-type='custom' $activated={rangeDateSelected === 'custom'} data-qa-id='daterange-picker-custom'>Custom Range</SelectionDate>
225
225
  </DateRangeSelection>
226
226
  <DateRangePicker
227
+ bemNamespace='DateRangePicker'
227
228
  numberOfCalendars={2}
228
229
  onSelect={handleSelect}
229
230
  selectionType='range'