@treely/strapi-slices 5.11.1 → 5.11.2
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/dist/strapi-slices.cjs.development.js +2 -2
- package/dist/strapi-slices.cjs.development.js.map +1 -1
- package/dist/strapi-slices.cjs.production.min.js +1 -1
- package/dist/strapi-slices.cjs.production.min.js.map +1 -1
- package/dist/strapi-slices.esm.js +3 -3
- package/dist/strapi-slices.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/portfolio/SmallCheckout/SmallCheckout.tsx +3 -2
|
@@ -13,7 +13,7 @@ import { useRouter } from 'next/router';
|
|
|
13
13
|
import styled from '@emotion/styled';
|
|
14
14
|
import { css, Global } from '@emotion/react';
|
|
15
15
|
import { motion, AnimatePresence } from 'framer-motion';
|
|
16
|
-
import { createIntl, createIntlCache, IntlProvider,
|
|
16
|
+
import { createIntl, createIntlCache, IntlProvider, IntlContext as IntlContext$1, FormattedMessage } from 'react-intl';
|
|
17
17
|
import mapboxgl, { Map, Marker } from 'mapbox-gl';
|
|
18
18
|
import { createRoot } from 'react-dom/client';
|
|
19
19
|
import { Formik, Form, Field } from 'formik';
|
|
@@ -4431,8 +4431,8 @@ var SmallCheckout = function SmallCheckout(_ref) {
|
|
|
4431
4431
|
}))
|
|
4432
4432
|
})), React.createElement(Text, {
|
|
4433
4433
|
size: "smLowNormal"
|
|
4434
|
-
},
|
|
4435
|
-
id:
|
|
4434
|
+
}, formatMessage({
|
|
4435
|
+
id: 'portfolio.smallCheckout.price.taxNotIncluded'
|
|
4436
4436
|
}))), React.createElement(Formik, {
|
|
4437
4437
|
initialValues: {
|
|
4438
4438
|
contributionValueCurrency: initialContributionValue.toString(),
|