@liquidcommerce/elements-sdk 2.7.8 → 2.7.10
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/README.md +1 -1
- package/dist/index.checkout.esm.js +6884 -6883
- package/dist/index.esm.js +11255 -11181
- package/dist/types/index.checkout.d.ts +1 -1
- package/dist/types/index.checkout.umd.d.ts +1 -1
- package/dist/types/interfaces/api/cart.interface.d.ts +1 -0
- package/dist/types/interfaces/api/checkout.interface.d.ts +1 -0
- package/dist/types/interfaces/api/product.interface.d.ts +1 -0
- package/dist/types/modules/product/components/product-add-to-cart-section.component.d.ts +1 -0
- package/dist/types/modules/product-list/components/product-list-product-pre-cart.component.d.ts +3 -0
- package/dist/types/modules/product-list/product-list.component.d.ts +0 -1
- package/dist/types/modules/ui-components/engraving/engraving-view.component.d.ts +1 -0
- package/docs/v1/README.md +1 -1
- package/docs/v1/api/actions/checkout-actions.md +40 -0
- package/docs/v1/api/actions/product-actions.md +44 -1
- package/docs/v1/api/client.md +13 -0
- package/docs/v1/api/configuration.md +528 -1
- package/docs/v1/api/injection-methods.md +18 -4
- package/docs/v1/api/typescript-types.md +398 -1
- package/docs/v1/examples/advanced-patterns.md +102 -0
- package/docs/v1/examples/checkout-flow.md +2 -2
- package/docs/v1/examples/multi-product-page.md +2 -2
- package/docs/v1/examples/simple-product-page.md +1 -1
- package/docs/v1/getting-started/concepts.md +3 -3
- package/docs/v1/getting-started/installation.md +3 -3
- package/docs/v1/getting-started/quick-start.md +6 -6
- package/docs/v1/guides/address-component.md +1 -1
- package/docs/v1/guides/best-practices.md +29 -0
- package/docs/v1/guides/cart-component.md +7 -7
- package/docs/v1/guides/checkout-component.md +2 -2
- package/docs/v1/guides/product-component.md +5 -5
- package/docs/v1/guides/product-list-component.md +72 -163
- package/docs/v1/integration/laravel.md +1 -1
- package/docs/v1/integration/vanilla-js.md +2 -2
- package/docs/v1/reference/troubleshooting.md +64 -0
- package/package.json +14 -21
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "LiquidCommerce Elements SDK",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": "LiquidCommerce Team",
|
|
6
|
-
"version": "2.7.
|
|
6
|
+
"version": "2.7.10",
|
|
7
7
|
"homepage": "https://docs.liquidcommerce.co/elements-sdk",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
},
|
|
15
15
|
"module": "./dist/index.esm.js",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
|
-
"packageManager": "pnpm@10.
|
|
17
|
+
"packageManager": "pnpm@10.33.0",
|
|
18
18
|
"exports": {
|
|
19
19
|
".": {
|
|
20
20
|
"types": "./dist/types/index.d.ts",
|
|
@@ -47,11 +47,7 @@
|
|
|
47
47
|
"dist/index.esm.js",
|
|
48
48
|
"dist/index.checkout.esm.js",
|
|
49
49
|
"umd/elements.js",
|
|
50
|
-
"umd/elements-checkout.js"
|
|
51
|
-
"src/index.ts",
|
|
52
|
-
"src/index.umd.ts",
|
|
53
|
-
"src/index.checkout.ts",
|
|
54
|
-
"src/index.checkout.umd.ts"
|
|
50
|
+
"umd/elements-checkout.js"
|
|
55
51
|
],
|
|
56
52
|
"scripts": {
|
|
57
53
|
"build": "rollup -c",
|
|
@@ -81,29 +77,29 @@
|
|
|
81
77
|
"embeddable commerce"
|
|
82
78
|
],
|
|
83
79
|
"devDependencies": {
|
|
84
|
-
"@biomejs/biome": "^2.4.
|
|
85
|
-
"@commitlint/cli": "^20.
|
|
86
|
-
"@commitlint/config-conventional": "^20.
|
|
80
|
+
"@biomejs/biome": "^2.4.11",
|
|
81
|
+
"@commitlint/cli": "^20.5.0",
|
|
82
|
+
"@commitlint/config-conventional": "^20.5.0",
|
|
87
83
|
"@rollup/plugin-alias": "^6.0.0",
|
|
88
|
-
"@rollup/plugin-commonjs": "^29.0.
|
|
84
|
+
"@rollup/plugin-commonjs": "^29.0.2",
|
|
89
85
|
"@rollup/plugin-json": "^6.1.0",
|
|
90
86
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
91
87
|
"@rollup/plugin-replace": "^6.0.3",
|
|
92
|
-
"@rollup/plugin-terser": "^0.
|
|
88
|
+
"@rollup/plugin-terser": "^1.0.0",
|
|
93
89
|
"@semantic-release/changelog": "^6.0.3",
|
|
94
90
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
95
91
|
"@semantic-release/git": "^10.0.1",
|
|
96
92
|
"@semantic-release/github": "^12.0.6",
|
|
97
|
-
"@semantic-release/npm": "^13.1.
|
|
93
|
+
"@semantic-release/npm": "^13.1.5",
|
|
98
94
|
"@semantic-release/release-notes-generator": "^14.1.0",
|
|
99
95
|
"@types/core-js": "^2.5.8",
|
|
100
|
-
"@types/node": "^25.
|
|
101
|
-
"conventional-changelog
|
|
96
|
+
"@types/node": "^25.6.0",
|
|
97
|
+
"conventional-changelog": "^7.2.0",
|
|
102
98
|
"husky": "^9.1.7",
|
|
103
99
|
"process": "^0.11.10",
|
|
104
|
-
"rollup": "^4.
|
|
100
|
+
"rollup": "^4.60.1",
|
|
105
101
|
"rollup-obfuscator": "^4.1.1",
|
|
106
|
-
"rollup-plugin-typescript2": "^0.
|
|
102
|
+
"rollup-plugin-typescript2": "^0.37.0",
|
|
107
103
|
"semantic-release": "^25.0.3",
|
|
108
104
|
"ts-node": "^10.9.2",
|
|
109
105
|
"typescript": "^5.9.3"
|
|
@@ -118,9 +114,6 @@
|
|
|
118
114
|
"onlyBuiltDependencies": [
|
|
119
115
|
"@biomejs/biome",
|
|
120
116
|
"javascript-obfuscator"
|
|
121
|
-
]
|
|
122
|
-
"overrides": {
|
|
123
|
-
"@conventional-changelog/git-client@<2.0.0": ">=2.0.0"
|
|
124
|
-
}
|
|
117
|
+
]
|
|
125
118
|
}
|
|
126
119
|
}
|