@spscommerce/ds-web-components 8.20.10 → 8.20.12

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.
@@ -24,7 +24,7 @@ interface DSElementExtension {
24
24
  contentChangedCallback?: () => any;
25
25
  render?: (i18n: I18nObject) => any;
26
26
  }
27
- export declare type DSComponent = HTMLElement & DSElementExtension;
27
+ export type DSComponent = HTMLElement & DSElementExtension;
28
28
  /**
29
29
  * Marks a class as a component, setting the tag it will be registered under
30
30
  * when the class is passed to `register()`.
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-web-components",
3
3
  "description": "SPS Design System Native Web Components",
4
- "version": "8.20.10",
4
+ "version": "8.20.12",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-web-components",
@@ -24,7 +24,7 @@ interface DSElementExtension {
24
24
  contentChangedCallback?: () => any;
25
25
  render?: (i18n: I18nObject) => any;
26
26
  }
27
- export declare type DSComponent = HTMLElement & DSElementExtension;
27
+ export type DSComponent = HTMLElement & DSElementExtension;
28
28
  /**
29
29
  * Marks a class as a component, setting the tag it will be registered under
30
30
  * when the class is passed to `register()`.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spscommerce/ds-web-components",
3
3
  "description": "SPS Design System Native Web Components",
4
- "version": "8.20.10",
4
+ "version": "8.20.12",
5
5
  "author": "SPS Commerce",
6
6
  "license": "UNLICENSED",
7
7
  "repository": "https://github.com/spscommerce/woodland/tree/main/packages/@spscommerce/ds-web-components",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "peerDependencies": {
27
27
  "@spscommerce/utils": "^7.0.0",
28
- "@spscommerce/ds-shared": "8.20.10"
28
+ "@spscommerce/ds-shared": "8.20.12"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@spscommerce/utils": "^7.0.0",
@@ -34,8 +34,8 @@
34
34
  "package-json": "10.0.0",
35
35
  "react": "^16.9.0",
36
36
  "react-dom": "^16.9.0",
37
- "@spscommerce/ds-shared": "8.20.10",
38
- "test": "8.20.10"
37
+ "@spscommerce/ds-shared": "8.20.12",
38
+ "test": "8.20.12"
39
39
  },
40
40
  "scripts": {
41
41
  "build": "pnpm run build:js && pnpm run build:types && pnpm run build:create-dist && pnpm run build:copy-dist",