@justeattakeaway/pie-notification 0.13.0 → 0.13.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.d.ts CHANGED
@@ -202,7 +202,7 @@ export declare class PieNotification extends PieElement implements NotificationP
202
202
  * @private
203
203
  */
204
204
  private renderActionButton;
205
- render(): TemplateResult | typeof nothing;
205
+ render(): typeof nothing | TemplateResult;
206
206
  }
207
207
 
208
208
  export declare const positions: readonly ["inline-content", "full-width"];
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ var z = Object.defineProperty, T = (u, i, n, a) => {
18
18
  };
19
19
  class O extends _ {
20
20
  constructor() {
21
- super(...arguments), this.v = "0.13.0";
21
+ super(...arguments), this.v = "0.13.1";
22
22
  }
23
23
  }
24
24
  T([
package/dist/react.d.ts CHANGED
@@ -205,7 +205,7 @@ declare class PieNotification_2 extends PieElement implements NotificationProps
205
205
  * @private
206
206
  */
207
207
  private renderActionButton;
208
- render(): TemplateResult | typeof nothing;
208
+ render(): typeof nothing | TemplateResult;
209
209
  }
210
210
 
211
211
  declare type PieNotificationEvents = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-notification",
3
3
  "description": "PIE Design System Notification built using Web Components",
4
- "version": "0.13.0",
4
+ "version": "0.13.1",
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.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-icon-button": "1.4.0",
50
- "@justeattakeaway/pie-icons-webc": "1.6.1",
51
- "@justeattakeaway/pie-webc-core": "0.25.0"
49
+ "@justeattakeaway/pie-icon-button": "1.4.1",
50
+ "@justeattakeaway/pie-icons-webc": "1.6.2",
51
+ "@justeattakeaway/pie-webc-core": "0.25.1"
52
52
  },
53
53
  "volta": {
54
54
  "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
- }