willba-component-library 0.3.17 → 0.3.19

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": "willba-component-library",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "description": "A custom UI component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -58,7 +58,7 @@ export type Tab = {
58
58
  }
59
59
 
60
60
  export type Locations = {
61
- multiSelect: boolean
61
+ multiSelect?: boolean
62
62
  disabled?: boolean
63
63
  data: Location[]
64
64
  }
@@ -86,6 +86,7 @@ export const FilterBarProvider = ({
86
86
  selectedLocations,
87
87
  selectedPath,
88
88
  redirectUrl,
89
+ calendarRange,
89
90
  setSelectedPath,
90
91
  setAgeCategoryCounts,
91
92
  setSelectedFilter,