@liquidcommerce/elements-sdk 2.7.7 → 2.7.9

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.
Files changed (39) hide show
  1. package/README.md +1 -1
  2. package/dist/index.checkout.esm.js +6989 -6973
  3. package/dist/index.esm.js +11337 -11224
  4. package/dist/types/auto-initialize/shared-utils.d.ts +3 -2
  5. package/dist/types/core/store/interfaces/product-list.interface.d.ts +2 -1
  6. package/dist/types/index.checkout.d.ts +1 -1
  7. package/dist/types/index.checkout.umd.d.ts +1 -1
  8. package/dist/types/interfaces/api/product-list.interface.d.ts +1 -1
  9. package/dist/types/modules/product/components/product-retailers-popup-list.component.d.ts +1 -1
  10. package/dist/types/modules/product-list/components/card-components/product-quantity-selector.d.ts +1 -1
  11. package/dist/types/modules/product-list/components/card-components/product-sizes-list.d.ts +1 -1
  12. package/dist/types/modules/product-list/components/filter-components/product-list-filters-chips.d.ts +1 -1
  13. package/dist/types/modules/product-list/components/filter-components/product-list-fulfillment-filter.d.ts +2 -2
  14. package/dist/types/modules/product-list/components/filter-components/product-list-toggle-filters.d.ts +1 -1
  15. package/dist/types/modules/product-list/components/index.d.ts +1 -1
  16. package/dist/types/modules/product-list/components/product-list-card-loading.component.d.ts +1 -1
  17. package/dist/types/modules/product-list/{product-list-card.component.d.ts → components/product-list-card.component.d.ts} +1 -1
  18. package/dist/types/modules/product-list/components/product-list-engraving.component.d.ts +3 -3
  19. package/dist/types/modules/product-list/components/product-list-filters.component.d.ts +4 -5
  20. package/dist/types/modules/product-list/components/product-list-product-engraving-lines.component.d.ts +2 -2
  21. package/dist/types/modules/product-list/components/product-list-product-pre-cart.component.d.ts +5 -2
  22. package/dist/types/modules/product-list/product-list.commands.d.ts +3 -2
  23. package/dist/types/modules/product-list/product-list.component.d.ts +2 -2
  24. package/dist/types/modules/product-list/product-list.interface.d.ts +9 -0
  25. package/docs/v1/README.md +1 -1
  26. package/docs/v1/examples/checkout-flow.md +2 -2
  27. package/docs/v1/examples/multi-product-page.md +2 -2
  28. package/docs/v1/examples/simple-product-page.md +1 -1
  29. package/docs/v1/getting-started/concepts.md +3 -3
  30. package/docs/v1/getting-started/installation.md +3 -3
  31. package/docs/v1/getting-started/quick-start.md +6 -6
  32. package/docs/v1/guides/address-component.md +1 -1
  33. package/docs/v1/guides/cart-component.md +7 -7
  34. package/docs/v1/guides/checkout-component.md +2 -2
  35. package/docs/v1/guides/product-component.md +5 -5
  36. package/docs/v1/guides/product-list-component.md +2 -2
  37. package/docs/v1/integration/laravel.md +1 -1
  38. package/docs/v1/integration/vanilla-js.md +2 -2
  39. package/package.json +11 -14
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.7",
6
+ "version": "2.7.9",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",
@@ -81,27 +81,27 @@
81
81
  "embeddable commerce"
82
82
  ],
83
83
  "devDependencies": {
84
- "@biomejs/biome": "^2.4.4",
85
- "@commitlint/cli": "^20.4.2",
86
- "@commitlint/config-conventional": "^20.4.2",
84
+ "@biomejs/biome": "^2.4.8",
85
+ "@commitlint/cli": "^20.5.0",
86
+ "@commitlint/config-conventional": "^20.5.0",
87
87
  "@rollup/plugin-alias": "^6.0.0",
88
- "@rollup/plugin-commonjs": "^29.0.0",
88
+ "@rollup/plugin-commonjs": "^29.0.2",
89
89
  "@rollup/plugin-json": "^6.1.0",
90
90
  "@rollup/plugin-node-resolve": "^16.0.3",
91
91
  "@rollup/plugin-replace": "^6.0.3",
92
- "@rollup/plugin-terser": "^0.4.4",
92
+ "@rollup/plugin-terser": "^1.0.0",
93
93
  "@semantic-release/changelog": "^6.0.3",
94
94
  "@semantic-release/commit-analyzer": "^13.0.1",
95
95
  "@semantic-release/git": "^10.0.1",
96
96
  "@semantic-release/github": "^12.0.6",
97
- "@semantic-release/npm": "^13.1.4",
97
+ "@semantic-release/npm": "^13.1.5",
98
98
  "@semantic-release/release-notes-generator": "^14.1.0",
99
99
  "@types/core-js": "^2.5.8",
100
- "@types/node": "^25.3.0",
101
- "conventional-changelog-cli": "^5.0.0",
100
+ "@types/node": "^25.5.0",
101
+ "conventional-changelog": "^7.2.0",
102
102
  "husky": "^9.1.7",
103
103
  "process": "^0.11.10",
104
- "rollup": "^4.59.0",
104
+ "rollup": "^4.60.0",
105
105
  "rollup-obfuscator": "^4.1.1",
106
106
  "rollup-plugin-typescript2": "^0.36.0",
107
107
  "semantic-release": "^25.0.3",
@@ -118,9 +118,6 @@
118
118
  "onlyBuiltDependencies": [
119
119
  "@biomejs/biome",
120
120
  "javascript-obfuscator"
121
- ],
122
- "overrides": {
123
- "@conventional-changelog/git-client@<2.0.0": ">=2.0.0"
124
- }
121
+ ]
125
122
  }
126
123
  }