@liquidcommerce/elements-sdk 2.2.0-beta.40 → 2.2.0-beta.41

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 (57) hide show
  1. package/dist/index.esm.js +11351 -10065
  2. package/dist/types/constants/core.constant.d.ts +32 -0
  3. package/dist/types/constants/index.d.ts +0 -1
  4. package/dist/types/{modules/api-client → core}/api-client.service.d.ts +3 -2
  5. package/dist/types/core/auth.service.d.ts +21 -0
  6. package/dist/types/core/base-component.service.d.ts +4 -3
  7. package/dist/types/core/client/client-action.service.d.ts +4 -2
  8. package/dist/types/core/command/base-command.service.d.ts +5 -3
  9. package/dist/types/core/command/command.service.d.ts +2 -0
  10. package/dist/types/core/google-tag-manager.service.d.ts +1 -0
  11. package/dist/types/core/pubsub/interfaces/core.interface.d.ts +4 -1
  12. package/dist/types/core/pubsub/pubsub.service.d.ts +1 -1
  13. package/dist/types/core/sdk-error-handler.d.ts +1 -0
  14. package/dist/types/core/store/interfaces/core.interface.d.ts +4 -2
  15. package/dist/types/core/store/store.constant.d.ts +5 -1
  16. package/dist/types/core/store/store.service.d.ts +2 -1
  17. package/dist/types/core/utils.d.ts +0 -4
  18. package/dist/types/elements-base-client.d.ts +3 -3
  19. package/dist/types/enums/core.enum.d.ts +9 -0
  20. package/dist/types/enums/index.d.ts +0 -1
  21. package/dist/types/interfaces/cloud/catalog.interface.d.ts +43 -0
  22. package/dist/types/interfaces/cloud/index.d.ts +1 -0
  23. package/dist/types/interfaces/core.interface.d.ts +13 -0
  24. package/dist/types/modules/cart/cart.commands.d.ts +1 -2
  25. package/dist/types/modules/cart/cart.commands.helper.d.ts +3 -2
  26. package/dist/types/modules/checkout/checkout.commands.d.ts +1 -2
  27. package/dist/types/modules/checkout/checkout.commands.helper.d.ts +1 -1
  28. package/dist/types/modules/product/components/components.d.ts +1 -1
  29. package/dist/types/modules/product/product.commands.d.ts +2 -3
  30. package/dist/types/modules/product/utils/helpers.d.ts +1 -1
  31. package/dist/types/modules/product/utils/retailer-hours.d.ts +1 -1
  32. package/dist/types/modules/product-list/components/index.d.ts +2 -0
  33. package/dist/types/modules/product-list/components/product-list-card.component.d.ts +36 -0
  34. package/dist/types/modules/product-list/components/product-list-filters.component.d.ts +21 -0
  35. package/dist/types/modules/product-list/product-list.commands.d.ts +12 -0
  36. package/dist/types/modules/product-list/product-list.component.d.ts +76 -0
  37. package/dist/types/modules/theme-provider/constants/component-groupings.d.ts +0 -2
  38. package/dist/types/modules/theme-provider/styles/product-list/index.d.ts +1 -0
  39. package/dist/types/modules/theme-provider/styles/product-list/product-list.style.d.ts +1 -0
  40. package/dist/types/modules/ui-components/alert/alert.component.d.ts +1 -1
  41. package/dist/types/modules/ui-components/purchase-min-alert/helpers.d.ts +1 -1
  42. package/dist/types/modules/ui-components/ui.commands.d.ts +1 -1
  43. package/package.json +11 -8
  44. package/umd/elements.js +1 -1
  45. package/dist/types/constants/z-index.constant.d.ts +0 -24
  46. package/dist/types/core/pubsub/index.d.ts +0 -2
  47. package/dist/types/core/pubsub/interfaces/index.d.ts +0 -5
  48. package/dist/types/core/store/index.d.ts +0 -2
  49. package/dist/types/core/store/interfaces/index.d.ts +0 -5
  50. package/dist/types/enums/debug.enum.d.ts +0 -6
  51. package/dist/types/modules/address/index.d.ts +0 -4
  52. package/dist/types/modules/api-client/api-client.interface.d.ts +0 -21
  53. package/dist/types/modules/api-client/index.d.ts +0 -2
  54. package/dist/types/modules/cart/index.d.ts +0 -1
  55. package/dist/types/modules/checkout/index.d.ts +0 -1
  56. package/dist/types/modules/product/index.d.ts +0 -1
  57. package/dist/types/modules/theme-provider/index.d.ts +0 -2
@@ -1,5 +1,5 @@
1
1
  import { BaseCommand } from '@/core/command/base-command.service';
2
- import type { IDrawerContentConfig } from '@/core/store';
2
+ import type { IDrawerContentConfig } from '@/core/store/interfaces/core.interface';
3
3
  export declare class UICommands extends BaseCommand {
4
4
  static getInstance(): UICommands;
5
5
  openDrawer(contentType: IDrawerContentConfig['type'], data?: Record<string, any>): void;
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.2.0-beta.40",
6
+ "version": "2.2.0-beta.41",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",
@@ -71,14 +71,14 @@
71
71
  "embeddable commerce"
72
72
  ],
73
73
  "devDependencies": {
74
- "@biomejs/biome": "2.2.7",
74
+ "@biomejs/biome": "2.3.2",
75
75
  "@commitlint/cli": "^20.1.0",
76
76
  "@commitlint/config-conventional": "^20.0.0",
77
- "@rollup/plugin-alias": "^5.1.1",
78
- "@rollup/plugin-commonjs": "^28.0.9",
77
+ "@rollup/plugin-alias": "^6.0.0",
78
+ "@rollup/plugin-commonjs": "^29.0.0",
79
79
  "@rollup/plugin-json": "^6.1.0",
80
80
  "@rollup/plugin-node-resolve": "^16.0.3",
81
- "@rollup/plugin-replace": "^6.0.2",
81
+ "@rollup/plugin-replace": "^6.0.3",
82
82
  "@rollup/plugin-terser": "^0.4.4",
83
83
  "@semantic-release/changelog": "^6.0.3",
84
84
  "@semantic-release/commit-analyzer": "^13.0.1",
@@ -87,7 +87,7 @@
87
87
  "@semantic-release/npm": "^13.1.1",
88
88
  "@semantic-release/release-notes-generator": "^14.1.0",
89
89
  "@types/core-js": "^2.5.8",
90
- "@types/node": "^24.9.1",
90
+ "@types/node": "^24.9.2",
91
91
  "conventional-changelog-cli": "^5.0.0",
92
92
  "husky": "^9.1.7",
93
93
  "process": "^0.11.10",
@@ -99,7 +99,7 @@
99
99
  "typescript": "^5.9.3"
100
100
  },
101
101
  "engines": {
102
- "node": ">=20"
102
+ "node": ">=22"
103
103
  },
104
104
  "pnpm": {
105
105
  "peerDependencyRules": {
@@ -108,6 +108,9 @@
108
108
  "onlyBuiltDependencies": [
109
109
  "@biomejs/biome",
110
110
  "javascript-obfuscator"
111
- ]
111
+ ],
112
+ "overrides": {
113
+ "@conventional-changelog/git-client@<2.0.0": ">=2.0.0"
114
+ }
112
115
  }
113
116
  }