@justeattakeaway/pie-toast 0.8.0 → 0.8.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.
- package/dist/index.js +2 -2
- package/package.json +6 -6
- package/declaration.d.ts +0 -9
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { LitElement as A, unsafeCSS as C,
|
|
1
|
+
import { LitElement as A, unsafeCSS as C, nothing as u, html as l } from "lit";
|
|
2
2
|
import { property as d, query as g } from "lit/decorators.js";
|
|
3
3
|
import { classMap as _ } from "lit/directives/class-map.js";
|
|
4
4
|
import { RtlMixin as w, dispatchCustomEvent as h, validPropertyValues as E, defineCustomElement as k } from "@justeattakeaway/pie-webc-core";
|
|
@@ -16,7 +16,7 @@ var O = Object.defineProperty, T = (v, t, n, p) => {
|
|
|
16
16
|
};
|
|
17
17
|
class b extends A {
|
|
18
18
|
constructor() {
|
|
19
|
-
super(...arguments), this.v = "0.8.
|
|
19
|
+
super(...arguments), this.v = "0.8.2";
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
T([
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-toast",
|
|
3
3
|
"description": "PIE Design System Toast built using Web Components",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/justeattakeaway/pie",
|
|
@@ -39,16 +39,16 @@
|
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
42
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
42
|
+
"@justeattakeaway/pie-components-config": "0.20.0",
|
|
43
43
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
44
44
|
"@justeattakeaway/pie-monorepo-utils": "0.5.0",
|
|
45
45
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@justeattakeaway/pie-button": "1.5.
|
|
49
|
-
"@justeattakeaway/pie-icon-button": "1.4.
|
|
50
|
-
"@justeattakeaway/pie-icons-webc": "1.
|
|
51
|
-
"@justeattakeaway/pie-webc-core": "0.25.
|
|
48
|
+
"@justeattakeaway/pie-button": "1.5.1",
|
|
49
|
+
"@justeattakeaway/pie-icon-button": "1.4.2",
|
|
50
|
+
"@justeattakeaway/pie-icons-webc": "1.7.0",
|
|
51
|
+
"@justeattakeaway/pie-webc-core": "0.25.1"
|
|
52
52
|
},
|
|
53
53
|
"volta": {
|
|
54
54
|
"extends": "../../../package.json"
|