@redneckz/wildless-cms-uni-blocks 0.14.237 → 0.14.238
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/bundle/bundle.umd.js +8 -8
- package/bundle/bundle.umd.min.js +1 -1
- package/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +7 -7
- package/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +7 -7
- package/dist/components/OfficesAtmsMap/OfficesMap.js +7 -7
- package/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +7 -7
- package/lib/components/OfficesAtmsMap/OfficesMap.js +7 -7
- package/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/bundle/bundle.umd.js +8 -8
- package/mobile/bundle/bundle.umd.min.js +1 -1
- package/mobile/bundle/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +7 -7
- package/mobile/dist/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +7 -7
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js +7 -7
- package/mobile/dist/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/lib/components/OfficesAtmsMap/OfficesAtmsMapProps.d.ts +7 -7
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js +7 -7
- package/mobile/lib/components/OfficesAtmsMap/OfficesMap.js.map +1 -1
- package/mobile/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +7 -7
- package/mobile/src/components/OfficesAtmsMap/OfficesMap.tsx +7 -7
- package/package.json +1 -1
- package/src/components/OfficesAtmsMap/OfficesAtmsMapProps.tsx +7 -7
- package/src/components/OfficesAtmsMap/OfficesMap.tsx +7 -7
package/bundle/bundle.umd.js
CHANGED
|
@@ -5124,13 +5124,13 @@
|
|
|
5124
5124
|
};
|
|
5125
5125
|
const FILTRATION_PREDICATES = {
|
|
5126
5126
|
workingSaturday: (item) => Boolean(item.workSchedule?.workingSaturday),
|
|
5127
|
-
premiumService: (item) => Boolean(item.
|
|
5128
|
-
privateBanking: (item) => Boolean(item.
|
|
5129
|
-
sellingCoins: (item) => Boolean(item.
|
|
5130
|
-
buyingCoins: (item) => Boolean(item.
|
|
5131
|
-
bullionOperations: (item) => Boolean(item.
|
|
5132
|
-
preciousMetalsOperations: (item) => Boolean(item.
|
|
5133
|
-
transferringDataToBiometricSystem: (item) => Boolean(item.
|
|
5127
|
+
premiumService: (item) => Boolean(item.premiumService),
|
|
5128
|
+
privateBanking: (item) => Boolean(item.privateBanking),
|
|
5129
|
+
sellingCoins: (item) => Boolean(item.sellingCoins),
|
|
5130
|
+
buyingCoins: (item) => Boolean(item.buyingCoins),
|
|
5131
|
+
bullionOperations: (item) => Boolean(item.bullionOperations),
|
|
5132
|
+
preciousMetalsOperations: (item) => Boolean(item.preciousMetalsOperations),
|
|
5133
|
+
transferringDataToBiometricSystem: (item) => Boolean(item.transferringDataToBiometricSystem),
|
|
5134
5134
|
};
|
|
5135
5135
|
const OfficesMap = JSX(({ className }) => {
|
|
5136
5136
|
const [currentLocation] = useLocation();
|
|
@@ -6024,7 +6024,7 @@
|
|
|
6024
6024
|
slots: () => [HEADER_SLOT, FOOTER_SLOT, STICKY_FOOTER_SLOT],
|
|
6025
6025
|
});
|
|
6026
6026
|
|
|
6027
|
-
const packageVersion = "0.14.
|
|
6027
|
+
const packageVersion = "0.14.237";
|
|
6028
6028
|
|
|
6029
6029
|
exports.Blocks = Blocks;
|
|
6030
6030
|
exports.ContentPage = ContentPage;
|