@jetshop/template-trend 6.3.8-alpha.18 → 6.3.8-alpha.30
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/Cart/CartItem.js +1 -1
- package/src/components/CategoryPage/CategoryHeader.js +1 -1
- package/src/components/CategoryPage/ProductCard.js +1 -1
- package/src/components/MyPages/Orders/OrderDetail/ListDetail.js +1 -1
- package/src/components/ProductPage/AddToCart/ProductToast.js +1 -1
- package/src/components/ProductPage/PackageProduct/PackageProductItem.js +1 -1
- package/src/components/SearchPage/CategoryList.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jetshop/template-trend",
|
|
3
|
-
"version": "6.3.8-alpha.
|
|
3
|
+
"version": "6.3.8-alpha.30+11e17d01f",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"preview": "wrangler dev build/worker/worker.js --no-bundle",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
]
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@jetshop/core": "^6.3.8-alpha.
|
|
48
|
+
"@jetshop/core": "^6.3.8-alpha.30+11e17d01f",
|
|
49
49
|
"@jetshop/flight-shortcodes": "^2.0.10",
|
|
50
|
-
"@jetshop/intl": "^6.3.
|
|
51
|
-
"@jetshop/react-scripts": "^6.3.
|
|
52
|
-
"@jetshop/ui": "^6.3.
|
|
50
|
+
"@jetshop/intl": "^6.3.8-alpha.30+11e17d01f",
|
|
51
|
+
"@jetshop/react-scripts": "^6.3.8-alpha.30+11e17d01f",
|
|
52
|
+
"@jetshop/ui": "^6.3.8-alpha.30+11e17d01f",
|
|
53
53
|
"@react-google-maps/api": "~2.18.1",
|
|
54
54
|
"prop-types": "^15.6.2",
|
|
55
55
|
"react": "^18",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"format-message-estree-util": "npm:@jetshop/format-message-estree-util",
|
|
76
76
|
"**/@babel/helper-module-transforms": "7.22.5"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "11e17d01f425efef3eb9080e3ee2db0f4d9df067"
|
|
79
79
|
}
|
|
@@ -6,7 +6,7 @@ import useDecrementQuantity from '@jetshop/core/components/Mutation/useDecrement
|
|
|
6
6
|
import useIncrementQuantity from '@jetshop/core/components/Mutation/useIncrementQuantity';
|
|
7
7
|
import useRemoveFromCart from '@jetshop/core/components/Mutation/useRemoveFromCart';
|
|
8
8
|
import getCartItemVariant from '@jetshop/core/helpers/getCartItemVariant';
|
|
9
|
-
import Image from '@jetshop/ui/
|
|
9
|
+
import Image from '@jetshop/ui/CloudflareImage';
|
|
10
10
|
import { Price } from '@jetshop/ui/Price';
|
|
11
11
|
import { ReactComponent as CrossIcon } from '@jetshop/ui/svg/Cross.svg';
|
|
12
12
|
import { FlyoutTrigger } from '@jetshop/ui/Modal/Flyout';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as Breadcrumbs } from '@jetshop/ui/Breadcrumbs';
|
|
2
|
-
import Image from '@jetshop/ui/
|
|
2
|
+
import Image from '@jetshop/ui/CloudflareImage/Image';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { styled } from 'linaria/react';
|
|
5
5
|
import { css } from 'linaria';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import t from '@jetshop/intl';
|
|
2
|
-
import Image, { transparentDataImg } from '@jetshop/ui/
|
|
2
|
+
import Image, { transparentDataImg } from '@jetshop/ui/CloudflareImage/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';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import useOrderDetailQuery from '@jetshop/core/hooks/useOrderDetailQuery';
|
|
2
|
-
import Image from '@jetshop/ui/
|
|
2
|
+
import Image from '@jetshop/ui/CloudflareImage';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
import { css, cx } from 'linaria';
|
|
5
5
|
import { Price } from '@jetshop/ui/Price';
|
|
@@ -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/
|
|
9
|
+
import Image from '@jetshop/ui/CloudflareImage/Image';
|
|
10
10
|
import { Price } from '@jetshop/ui/Price';
|
|
11
11
|
import useProductToast from './useProductToast';
|
|
12
12
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { usePackageProductItem } from '@jetshop/core/hooks/PackageProducts';
|
|
2
|
-
import Image from '@jetshop/ui/
|
|
2
|
+
import Image from '@jetshop/ui/CloudflareImage';
|
|
3
3
|
import { Price } from '@jetshop/ui/Price';
|
|
4
4
|
import ProductLink from '@jetshop/ui/ProductLink';
|
|
5
5
|
import React from 'react';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { styled } from 'linaria/react';
|
|
3
3
|
import CategoryLink from '@jetshop/ui/CategoryLink';
|
|
4
|
-
import Image from '@jetshop/ui/
|
|
4
|
+
import Image from '@jetshop/ui/CloudflareImage';
|
|
5
5
|
import { theme } from '../Theme';
|
|
6
6
|
import MaxWidth from '../Layout/MaxWidth';
|
|
7
7
|
|
|
@@ -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/
|
|
4
|
+
import Image from '@jetshop/ui/CloudflareImage/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/
|
|
3
|
+
import Image from '@jetshop/ui/CloudflareImage/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/
|
|
5
|
+
import Image from '@jetshop/ui/CloudflareImage/Image';
|
|
6
6
|
import { TrendLink } from '../../ui/Button';
|
|
7
7
|
|
|
8
8
|
import { theme } from '../../Theme';
|