@justeattakeaway/pie-chip 0.9.3 → 0.9.5

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 (2) hide show
  1. package/dist/index.js +5 -5
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var D = Object.defineProperty, s = (v, i, a, d) => {
17
17
  (r = v[l]) && (c = r(i, a, c) || c);
18
18
  return c && D(i, a, c), c;
19
19
  };
20
- const g = "pie-chip", h = class h extends f {
20
+ const u = "pie-chip", h = class h extends f {
21
21
  constructor() {
22
22
  super(...arguments), this.variant = o.variant, this.disabled = o.disabled, this.isSelected = o.isSelected, this.isLoading = o.isLoading, this.isDismissible = o.isDismissible;
23
23
  }
@@ -77,7 +77,7 @@ const g = "pie-chip", h = class h extends f {
77
77
  isSelected: d,
78
78
  isLoading: c,
79
79
  isDismissible: l
80
- } = this, r = l && d, u = {
80
+ } = this, r = l && d, g = {
81
81
  "c-chip": !0,
82
82
  [`c-chip--${i}`]: !0,
83
83
  "c-chip--selected": d,
@@ -94,7 +94,7 @@ const g = "pie-chip", h = class h extends f {
94
94
  aria-current="${d}"
95
95
  aria-label="${n((b = this.aria) == null ? void 0 : b.label)}"
96
96
  aria-live="polite"
97
- class=${k(u)}
97
+ class=${k(g)}
98
98
  data-test-id="pie-chip"
99
99
  @click="${this.onClickHandler}">
100
100
  <slot name="icon"></slot>
@@ -108,7 +108,7 @@ h.styles = y(C);
108
108
  let e = h;
109
109
  s([
110
110
  t({ type: String }),
111
- w(g, S, o.variant)
111
+ w(u, S, o.variant)
112
112
  ], e.prototype, "variant");
113
113
  s([
114
114
  t({ type: Boolean })
@@ -125,7 +125,7 @@ s([
125
125
  s([
126
126
  t({ type: Object })
127
127
  ], e.prototype, "aria");
128
- $(g, e);
128
+ $(u, e);
129
129
  export {
130
130
  B as ON_CHIP_CLOSE_EVENT,
131
131
  e as PieChip,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-chip",
3
3
  "description": "PIE Design System Chip built using Web Components",
4
- "version": "0.9.3",
4
+ "version": "0.9.5",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -37,11 +37,11 @@
37
37
  "devDependencies": {
38
38
  "@custom-elements-manifest/analyzer": "0.9.0",
39
39
  "@justeattakeaway/pie-components-config": "0.18.0",
40
- "@justeattakeaway/pie-css": "0.13.1",
40
+ "@justeattakeaway/pie-css": "0.14.1",
41
41
  "cem-plugin-module-file-extensions": "0.0.5"
42
42
  },
43
43
  "dependencies": {
44
- "@justeattakeaway/pie-icons-webc": "1.1.0",
44
+ "@justeattakeaway/pie-icons-webc": "1.3.0",
45
45
  "@justeattakeaway/pie-spinner": "1.0.0",
46
46
  "@justeattakeaway/pie-webc-core": "0.24.2"
47
47
  },