@liquidcommerce/elements-sdk 2.7.15 → 2.7.17

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.
@@ -3,6 +3,7 @@ import type { IProductListComponent } from '@/interfaces/configs';
3
3
  import type { IProductListComponentParams } from '@/modules/product-list/product-list.component';
4
4
  export declare class ProductListCardLoadingComponent extends BaseComponent<IProductListComponentParams, IProductListComponent> {
5
5
  get hostClasses(): string[];
6
+ protected get hostAttributes(): Record<string, string>;
6
7
  private createSkeletonCard;
7
8
  protected template(): HTMLElement[];
8
9
  }
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.15",
6
+ "version": "2.7.17",
7
7
  "homepage": "https://docs.liquidcommerce.co/elements-sdk",
8
8
  "repository": {
9
9
  "type": "git",
@@ -77,9 +77,9 @@
77
77
  "embeddable commerce"
78
78
  ],
79
79
  "devDependencies": {
80
- "@biomejs/biome": "^2.4.14",
81
- "@commitlint/cli": "^20.5.3",
82
- "@commitlint/config-conventional": "^20.5.3",
80
+ "@biomejs/biome": "^2.4.15",
81
+ "@commitlint/cli": "^21.0.1",
82
+ "@commitlint/config-conventional": "^21.0.1",
83
83
  "@rollup/plugin-alias": "^6.0.0",
84
84
  "@rollup/plugin-commonjs": "^29.0.2",
85
85
  "@rollup/plugin-json": "^6.1.0",
@@ -89,11 +89,11 @@
89
89
  "@semantic-release/changelog": "^6.0.3",
90
90
  "@semantic-release/commit-analyzer": "^13.0.1",
91
91
  "@semantic-release/git": "^10.0.1",
92
- "@semantic-release/github": "^12.0.6",
92
+ "@semantic-release/github": "^12.0.8",
93
93
  "@semantic-release/npm": "^13.1.5",
94
- "@semantic-release/release-notes-generator": "^14.1.0",
94
+ "@semantic-release/release-notes-generator": "^14.1.1",
95
95
  "@types/core-js": "^2.5.8",
96
- "@types/node": "^25.6.0",
96
+ "@types/node": "^25.7.0",
97
97
  "conventional-changelog": "^7.2.0",
98
98
  "husky": "^9.1.7",
99
99
  "process": "^0.11.10",
@@ -102,7 +102,7 @@
102
102
  "rollup-plugin-typescript2": "^0.37.0",
103
103
  "semantic-release": "^25.0.3",
104
104
  "ts-node": "^10.9.2",
105
- "typescript": "^5.9.3"
105
+ "typescript": "5.9.3"
106
106
  },
107
107
  "engines": {
108
108
  "node": ">=22"