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.js
CHANGED
|
@@ -3936,7 +3936,7 @@ var parseGuests = function (_a) {
|
|
|
3936
3936
|
}, { total: 0, html: [] });
|
|
3937
3937
|
var htmlString = parsedData.html.length > 1 ? parsedData.html.join(' + ') : '';
|
|
3938
3938
|
return ((parsedData.total || htmlString) &&
|
|
3939
|
-
": ".concat(parsedData.total, " ").concat(htmlString ? "
|
|
3939
|
+
": ".concat(parsedData.total, " ").concat(htmlString ? " ( ".concat(htmlString, " )") : ''));
|
|
3940
3940
|
};
|
|
3941
3941
|
|
|
3942
3942
|
var FilterSections;
|
|
@@ -6472,7 +6472,7 @@ var guests = {
|
|
|
6472
6472
|
title: "Ketkä ovat tulossa?",
|
|
6473
6473
|
adultsLabel: "Aikuiset",
|
|
6474
6474
|
kidsLabel: "lapset",
|
|
6475
|
-
guestsLabel: "
|
|
6475
|
+
guestsLabel: "Vieraita"
|
|
6476
6476
|
};
|
|
6477
6477
|
var categories = {
|
|
6478
6478
|
label: "Kategoriat",
|