@justeattakeaway/pie-notification 0.13.0 → 0.13.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.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/react.d.ts +1 -1
- package/package.json +5 -5
- package/declaration.d.ts +0 -9
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():
|
|
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
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():
|
|
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.
|
|
4
|
+
"version": "0.13.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
|
"@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.
|
|
50
|
-
"@justeattakeaway/pie-icons-webc": "1.
|
|
51
|
-
"@justeattakeaway/pie-webc-core": "0.25.
|
|
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"
|