@proximus/lavender-status-card 1.0.0 → 1.0.2

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.
@@ -2,7 +2,7 @@ import { ButtonIcon } from '@proximus/lavender-button-icon';
2
2
  import { Container } from '@proximus/lavender-container';
3
3
  import { Icon } from '@proximus/lavender-icon';
4
4
  import { PxElement } from '@proximus/lavender-common';
5
- export declare const stateValues: string[];
5
+ export declare const statusCardStateValues: string[];
6
6
  export declare class StatusCard extends PxElement<HTMLDivElement> {
7
7
  static nativeName: string;
8
8
  private template;
package/dist/index.es.js CHANGED
@@ -116,5 +116,5 @@ let o = a;
116
116
  customElements.get("px-status-card") || customElements.define("px-status-card", o);
117
117
  export {
118
118
  o as StatusCard,
119
- c as stateValues
119
+ c as statusCardStateValues
120
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-status-card",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",