willba-component-library 0.3.18 → 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/README.md CHANGED
@@ -107,7 +107,7 @@ ReactDOM.render(<App />, document.querySelector('#app'))
107
107
 
108
108
  <script src="https://unpkg.com/react@18.3.1/umd/react.production.min.js"></script>
109
109
  <script src="https://unpkg.com/react-dom@18.3.1/umd/react-dom.production.min.js"></script>
110
- <script src="https://cdn.jsdelivr.net/npm/willba-component-library@0.3.18/lib/index.umd.js"></script>
110
+ <script src="https://cdn.jsdelivr.net/npm/willba-component-library@0.3.19/lib/index.umd.js"></script>
111
111
 
112
112
  <script>
113
113
  const renderFilterBar = async () => {
package/lib/index.esm.js CHANGED
@@ -6859,6 +6859,7 @@ var FilterBarProvider = function (_a) {
6859
6859
  selectedLocations: selectedLocations,
6860
6860
  selectedPath: selectedPath,
6861
6861
  redirectUrl: redirectUrl,
6862
+ calendarRange: calendarRange,
6862
6863
  setSelectedPath: setSelectedPath,
6863
6864
  setAgeCategoryCounts: setAgeCategoryCounts,
6864
6865
  setSelectedFilter: setSelectedFilter,