@evenicanpm/storefront-core 2.5.1 → 2.5.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/CHANGELOG.md +9 -0
- package/package.json +90 -90
- package/src/cms/blocks/components/footer/data/index.ts +0 -0
- package/src/cms/blocks/components/footer/index.tsx +0 -0
- package/src/cms/blocks/components/footer/sections/footer-app-store.tsx +0 -0
- package/src/cms/blocks/components/footer/sections/footer-contact.tsx +0 -0
- package/src/cms/blocks/components/footer/sections/footer-links.tsx +0 -0
- package/src/cms/blocks/components/footer/sections/footer-logo.tsx +0 -0
- package/src/cms/blocks/components/footer/sections/footer-social-links.tsx +0 -0
- package/src/cms/blocks/components/footer/styles/index.ts +0 -0
- package/src/cms/blocks/components/hero-carousel/index.tsx +0 -0
- package/src/cms/blocks/components/product-carousel/index.tsx +0 -0
- package/src/cms/blocks/components/shared/featured-product-card.tsx +0 -0
- package/src/cms/blocks/components/shared/product-category-item.tsx +0 -0
- package/src/cms/blocks/components/shared/product-grid.tsx +0 -0
- package/src/cms/blocks/components/shared/top-categories-card.tsx +0 -0
- package/src/cms/blocks/components/shared/top-rating-product-card.tsx +0 -0
- package/src/cms/blocks/icons/components/category.tsx +0 -0
- package/src/cms/blocks/icons/components/dotted-star.tsx +0 -0
- package/src/cms/blocks/icons/components/gift-box.tsx +0 -0
- package/src/cms/blocks/icons/components/light.tsx +0 -0
- package/src/cms/blocks/icons/components/new-arrival.tsx +0 -0
- package/src/cms/blocks/icons/components/rank-badge.tsx +0 -0
- package/src/lib/graphqlRequestSdk.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @evenicanpm/storefront-core
|
|
2
2
|
|
|
3
|
+
## 2.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Last publish ran pnpm changset publish which did not replace the workspace versions in the package.jsons. Republishing using the correct commands.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @evenicanpm/cms@2.5.2
|
|
10
|
+
- @evenicanpm/ui@2.5.2
|
|
11
|
+
|
|
3
12
|
## 2.5.1
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,91 +1,91 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
}
|
|
2
|
+
"name": "@evenicanpm/storefront-core",
|
|
3
|
+
"version": "2.5.2",
|
|
4
|
+
"description": "Core module for D365/e4 Headless Storefront",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"exports": {
|
|
7
|
+
".": "./index.js",
|
|
8
|
+
"./*": "./*"
|
|
9
|
+
},
|
|
10
|
+
"author": "Evenica",
|
|
11
|
+
"license": "ISC",
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"react-dropzone": "^14.3.8",
|
|
14
|
+
"react-slick": "^0.30.1",
|
|
15
|
+
"slick-carousel": "^1.8.1",
|
|
16
|
+
"strapi-sdk-js": "^3.0.0",
|
|
17
|
+
"clsx": "^2.1.1",
|
|
18
|
+
"react-icons": "^5.4.0",
|
|
19
|
+
"simplebar-react": "^3.3.0",
|
|
20
|
+
"formik": "^2.4.6",
|
|
21
|
+
"formik-validator-zod": "^2.0.1",
|
|
22
|
+
"currency.js": "^2.0.4",
|
|
23
|
+
"@hookform/resolvers": "^3.9.0",
|
|
24
|
+
"react-hook-form": "^7.53.0",
|
|
25
|
+
"yup": "^1.3.3",
|
|
26
|
+
"nuqs": "^2.8.9",
|
|
27
|
+
"@evenicanpm/cms": "2.5.2",
|
|
28
|
+
"@evenicanpm/ui": "2.5.2"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@emotion/react": "^11.11.3",
|
|
32
|
+
"@emotion/styled": "^11.11.0",
|
|
33
|
+
"@mui/icons-material": "^6.1.7",
|
|
34
|
+
"@mui/material": "^6.1.7",
|
|
35
|
+
"@mui/types": "~7.2.24",
|
|
36
|
+
"@mui/system": "^6.3.1",
|
|
37
|
+
"@storybook/addon-docs": "^9.1.6",
|
|
38
|
+
"@storybook/addon-webpack5-compiler-swc": "^4.0.1",
|
|
39
|
+
"@storybook/nextjs": "^9.1.6",
|
|
40
|
+
"@storybook/react": "^9.1.6",
|
|
41
|
+
"@storybook/react-webpack5": "^9.1.6",
|
|
42
|
+
"@types/jsonwebtoken": "^9.0.9",
|
|
43
|
+
"@types/lodash": "^4.17.17",
|
|
44
|
+
"@types/node": "^22.15.20",
|
|
45
|
+
"@types/object-mapper": "^6.2.2",
|
|
46
|
+
"@types/react": "^19.2.2",
|
|
47
|
+
"@types/react-dom": "^19.2.2",
|
|
48
|
+
"react": "^19.2.7",
|
|
49
|
+
"react-dom": "^19.2.7",
|
|
50
|
+
"storybook": "^9.1.6"
|
|
51
|
+
},
|
|
52
|
+
"peerDependencies": {
|
|
53
|
+
"@emotion/react": "^11.11.3",
|
|
54
|
+
"@emotion/styled": "^11.11.0",
|
|
55
|
+
"@msdyn365-commerce/retail-proxy": "9.50",
|
|
56
|
+
"@mui/icons-material": "^6.1.7",
|
|
57
|
+
"@mui/material": "^6.1.7",
|
|
58
|
+
"@mui/system": "^6.3.1",
|
|
59
|
+
"@opentelemetry/api": "^1.9.1",
|
|
60
|
+
"@strapi/blocks-react-renderer": "^1.0.1",
|
|
61
|
+
"@tanstack/react-query": "^5.100.4",
|
|
62
|
+
"@tanstack/query-core": "^5.100.4",
|
|
63
|
+
"better-auth": "^1.6.13",
|
|
64
|
+
"graphql": "^16.11.0",
|
|
65
|
+
"graphql-request": "^7.1.2",
|
|
66
|
+
"jsonwebtoken": "^9.0.2",
|
|
67
|
+
"lodash": "^4.17.21",
|
|
68
|
+
"next": "^16.0.0",
|
|
69
|
+
"next-intl": "^4.3.4",
|
|
70
|
+
"object-mapper": "^6.2.0",
|
|
71
|
+
"pg": "^8.8.0",
|
|
72
|
+
"react": "^19.2.7",
|
|
73
|
+
"react-dom": "^19.2.7",
|
|
74
|
+
"set-cookie-parser": "^2.7.1",
|
|
75
|
+
"typedoc": "^0.28.9",
|
|
76
|
+
"typedoc-plugin-merge-modules": "^7.0.0",
|
|
77
|
+
"typescript": "^5.8.3",
|
|
78
|
+
"zod": "^3.25.25"
|
|
79
|
+
},
|
|
80
|
+
"overrides": {
|
|
81
|
+
"@storybook/builder-manager": {
|
|
82
|
+
"esbuild": "0.19.11"
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
"scripts": {
|
|
86
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
87
|
+
"docs": "typedoc",
|
|
88
|
+
"storybook": "storybook dev -p 6006",
|
|
89
|
+
"build-storybook": "storybook build"
|
|
90
|
+
}
|
|
91
|
+
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|