@justeattakeaway/pie-card 0.24.0 → 0.24.1

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.
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { LitElement as S, html as m, nothing as b, unsafeCSS as $ } from "lit";
1
+ import { LitElement as S, nothing as b, html as m, unsafeCSS as $ } from "lit";
2
2
  import { property as c, queryAssignedElements as k } from "lit/decorators.js";
3
3
  import { classMap as h } from "lit/directives/class-map.js";
4
4
  import { ifDefined as f } from "lit/directives/if-defined.js";
@@ -10,7 +10,7 @@ var w = Object.defineProperty, E = (l, r, i, a) => {
10
10
  };
11
11
  class y extends S {
12
12
  constructor() {
13
- super(...arguments), this.v = "0.24.0";
13
+ super(...arguments), this.v = "0.24.1";
14
14
  }
15
15
  }
16
16
  E([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-card",
3
- "version": "0.24.0",
3
+ "version": "0.24.1",
4
4
  "description": "PIE Design System Card built using Web Components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -39,14 +39,14 @@
39
39
  "license": "Apache-2.0",
40
40
  "devDependencies": {
41
41
  "@custom-elements-manifest/analyzer": "0.9.0",
42
- "@justeattakeaway/pie-components-config": "0.19.0",
42
+ "@justeattakeaway/pie-components-config": "0.19.1",
43
43
  "@justeattakeaway/pie-css": "0.16.0",
44
44
  "@justeattakeaway/pie-monorepo-utils": "0.5.0",
45
45
  "@justeattakeaway/pie-wrapper-react": "0.14.3",
46
46
  "cem-plugin-module-file-extensions": "0.0.5"
47
47
  },
48
48
  "dependencies": {
49
- "@justeattakeaway/pie-webc-core": "0.25.0"
49
+ "@justeattakeaway/pie-webc-core": "0.25.1"
50
50
  },
51
51
  "volta": {
52
52
  "extends": "../../../package.json"
package/declaration.d.ts DELETED
@@ -1,9 +0,0 @@
1
- declare module '*.scss' {
2
- const content: Record<string, string>;
3
- export default content;
4
- }
5
-
6
- declare module '*.scss?inline' {
7
- const content: Record<string, string>;
8
- export default content;
9
- }