@jetshop/template-trend 6.3.9-alpha.1 → 6.5.0
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/package.json +6 -6
- package/src/components/CategoryPage/CategoryHeader.js +1 -1
- package/src/components/CategoryPage/ProductCard.js +1 -1
- package/src/components/ProductPage/AddToCart/ProductToast.js +1 -1
- package/src/components/StartPage/Content/StartPageCampaign.js +1 -1
- package/src/components/StartPage/Content/StartPageCategories.js +1 -1
- package/src/components/StartPage/Content/StartPageHero.js +1 -1
- package/src/shop.config.js +2 -1
- package/translations/default.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/template-trend",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.5.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "react-scripts build",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
]
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@jetshop/core": "^6.
|
|
46
|
+
"@jetshop/core": "^6.5.0",
|
|
47
47
|
"@jetshop/flight-shortcodes": "^2.0.10",
|
|
48
|
-
"@jetshop/intl": "^6.
|
|
49
|
-
"@jetshop/react-scripts": "^6.
|
|
50
|
-
"@jetshop/ui": "^6.
|
|
48
|
+
"@jetshop/intl": "^6.5.0",
|
|
49
|
+
"@jetshop/react-scripts": "^6.5.0",
|
|
50
|
+
"@jetshop/ui": "^6.5.0",
|
|
51
51
|
"@react-google-maps/api": "~2.18.1",
|
|
52
52
|
"prop-types": "^15.6.2",
|
|
53
53
|
"react": "^18",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"format-message-estree-util": "npm:@jetshop/format-message-estree-util",
|
|
73
73
|
"**/@babel/helper-module-transforms": "7.22.5"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "3898ede94a4f8b226386df7b370bb2bc865337d7"
|
|
76
76
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import t from '@jetshop/intl';
|
|
2
|
-
import Image, { transparentDataImg } from '@jetshop/ui/Image
|
|
2
|
+
import Image, { transparentDataImg } from '@jetshop/ui/Image';
|
|
3
3
|
import { Price } from '@jetshop/ui/Price';
|
|
4
4
|
import ProductLink from '@jetshop/ui/ProductLink';
|
|
5
5
|
import Badges from '@jetshop/ui/ProductList/Badges';
|
|
@@ -6,7 +6,7 @@ import { trackCartCheckoutEvent } from '@jetshop/core/analytics/tracking';
|
|
|
6
6
|
import ChannelContext from '@jetshop/core/components/ChannelContext';
|
|
7
7
|
import CartProvider from '@jetshop/core/components/Query/CartProvider';
|
|
8
8
|
import t from '@jetshop/intl';
|
|
9
|
-
import Image from '@jetshop/ui/Image
|
|
9
|
+
import Image from '@jetshop/ui/Image';
|
|
10
10
|
import { Price } from '@jetshop/ui/Price';
|
|
11
11
|
import useProductToast from './useProductToast';
|
|
12
12
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { styled } from 'linaria/react';
|
|
3
3
|
import MaxWidth from '../../Layout/MaxWidth';
|
|
4
|
-
import Image from '@jetshop/ui/Image
|
|
4
|
+
import Image from '@jetshop/ui/Image';
|
|
5
5
|
import { TrendLink } from '../../ui/Button';
|
|
6
6
|
import { Above } from '@jetshop/ui/Breakpoints';
|
|
7
7
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { styled } from 'linaria/react';
|
|
3
|
-
import Image from '@jetshop/ui/Image
|
|
3
|
+
import Image from '@jetshop/ui/Image';
|
|
4
4
|
import CategoryLink from '@jetshop/ui/CategoryLink';
|
|
5
5
|
import { theme } from '../../Theme';
|
|
6
6
|
import Row from './Row';
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { styled } from 'linaria/react';
|
|
3
3
|
import { css } from 'linaria';
|
|
4
4
|
import MaxWidth from '../../Layout/MaxWidth';
|
|
5
|
-
import Image from '@jetshop/ui/Image
|
|
5
|
+
import Image from '@jetshop/ui/Image';
|
|
6
6
|
import { TrendLink } from '../../ui/Button';
|
|
7
7
|
|
|
8
8
|
import { theme } from '../../Theme';
|
package/src/shop.config.js
CHANGED
|
@@ -104,6 +104,9 @@
|
|
|
104
104
|
"currency_d6b3d5f6": {
|
|
105
105
|
"message": "Currency"
|
|
106
106
|
},
|
|
107
|
+
"current_price_3f582d1e": {
|
|
108
|
+
"message": "Current price"
|
|
109
|
+
},
|
|
107
110
|
"customercommentname_is_required_f5c2f377": {
|
|
108
111
|
"message": "{ customerCommentName } is required"
|
|
109
112
|
},
|
|
@@ -476,6 +479,9 @@
|
|
|
476
479
|
"prev_f82cbc48": {
|
|
477
480
|
"message": "Prev"
|
|
478
481
|
},
|
|
482
|
+
"previous_price_3ea1215f": {
|
|
483
|
+
"message": "Previous price"
|
|
484
|
+
},
|
|
479
485
|
"price_ffd8b80": {
|
|
480
486
|
"message": "Price"
|
|
481
487
|
},
|
|
@@ -799,11 +805,5 @@
|
|
|
799
805
|
},
|
|
800
806
|
"z_to_a_75ce9568": {
|
|
801
807
|
"message": "Z to A"
|
|
802
|
-
},
|
|
803
|
-
"current_price_3f582d1e": {
|
|
804
|
-
"message": "Current price"
|
|
805
|
-
},
|
|
806
|
-
"previous_price_3ea1215f": {
|
|
807
|
-
"message": "Previous price"
|
|
808
808
|
}
|
|
809
|
-
}
|
|
809
|
+
}
|