willba-component-library 0.1.59 → 0.1.60
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/index.esm.js +2 -2
- package/lib/index.esm.js.map +1 -1
- package/lib/index.js +2 -2
- package/lib/index.js.map +1 -1
- package/lib/index.umd.js +2 -2
- package/lib/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/FilterBar/FilterBar.stories.tsx +1 -1
- package/src/components/FilterBar/utils/parseGuests.tsx +1 -1
- package/src/locales/fi/filterBar.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -3916,7 +3916,7 @@ var parseGuests = function (_a) {
|
|
|
3916
3916
|
}, { total: 0, html: [] });
|
|
3917
3917
|
var htmlString = parsedData.html.length > 1 ? parsedData.html.join(' + ') : '';
|
|
3918
3918
|
return ((parsedData.total || htmlString) &&
|
|
3919
|
-
": ".concat(parsedData.total, " ").concat(htmlString ? "
|
|
3919
|
+
": ".concat(parsedData.total, " ").concat(htmlString ? " ( ".concat(htmlString, " )") : ''));
|
|
3920
3920
|
};
|
|
3921
3921
|
|
|
3922
3922
|
var FilterSections;
|
|
@@ -6452,7 +6452,7 @@ var guests = {
|
|
|
6452
6452
|
title: "Ketkä ovat tulossa?",
|
|
6453
6453
|
adultsLabel: "Aikuiset",
|
|
6454
6454
|
kidsLabel: "lapset",
|
|
6455
|
-
guestsLabel: "
|
|
6455
|
+
guestsLabel: "Vieraita"
|
|
6456
6456
|
};
|
|
6457
6457
|
var categories = {
|
|
6458
6458
|
label: "Kategoriat",
|