willba-component-library 0.1.56 → 0.1.57
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/lib/components/FilterBar/FilterBar.d.ts +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.esm.js +1 -1
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +1 -1
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterBar/FilterBar.tsx +1 -1
- package/src/components/FilterBar/hooks/useFilterBar.tsx +1 -1
package/lib/index.umd.js
CHANGED
|
@@ -3992,7 +3992,7 @@
|
|
|
3992
3992
|
? format(calendarRange.from, 'yyyy-MM-dd')
|
|
3993
3993
|
: '',
|
|
3994
3994
|
endDate: (calendarRange === null || calendarRange === void 0 ? void 0 : calendarRange.to) ? format(calendarRange.to, 'yyyy-MM-dd') : '',
|
|
3995
|
-
categories: categories.toString(),
|
|
3995
|
+
//categories: categories.toString(),
|
|
3996
3996
|
ageCategoryCounts: handleAgeCategoryRules({
|
|
3997
3997
|
ageCategoryCounts: ageCategoryCounts,
|
|
3998
3998
|
ageCategories: ageCategories,
|