@justeattakeaway/pie-modal 1.5.0 → 1.5.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 +9 -9
- package/declaration.d.ts +0 -9
package/dist/index.d.ts
CHANGED
|
@@ -165,7 +165,7 @@ export declare class PieModal extends PieModal_base implements ModalProps {
|
|
|
165
165
|
leadingAction: ModalProps['leadingAction'];
|
|
166
166
|
position: "top" | "center";
|
|
167
167
|
returnFocusAfterCloseSelector: ModalProps['returnFocusAfterCloseSelector'];
|
|
168
|
-
size: "
|
|
168
|
+
size: "small" | "medium" | "large";
|
|
169
169
|
supportingAction: ModalProps['supportingAction'];
|
|
170
170
|
private _dialog;
|
|
171
171
|
private _backButtonClicked;
|
package/dist/index.js
CHANGED
package/dist/react.d.ts
CHANGED
|
@@ -164,7 +164,7 @@ declare class PieModal_2 extends PieModal_base implements ModalProps {
|
|
|
164
164
|
leadingAction: ModalProps['leadingAction'];
|
|
165
165
|
position: "top" | "center";
|
|
166
166
|
returnFocusAfterCloseSelector: ModalProps['returnFocusAfterCloseSelector'];
|
|
167
|
-
size: "
|
|
167
|
+
size: "small" | "medium" | "large";
|
|
168
168
|
supportingAction: ModalProps['supportingAction'];
|
|
169
169
|
private _dialog;
|
|
170
170
|
private _backButtonClicked;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-modal",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.2",
|
|
4
4
|
"description": "PIE design system modal built using web components",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@custom-elements-manifest/analyzer": "0.9.0",
|
|
42
42
|
"@justeat/pie-design-tokens": "6.10.0",
|
|
43
|
-
"@justeattakeaway/pie-button": "1.5.
|
|
44
|
-
"@justeattakeaway/pie-components-config": "0.
|
|
43
|
+
"@justeattakeaway/pie-button": "1.5.1",
|
|
44
|
+
"@justeattakeaway/pie-components-config": "0.20.0",
|
|
45
45
|
"@justeattakeaway/pie-css": "0.16.0",
|
|
46
46
|
"@justeattakeaway/pie-monorepo-utils": "0.5.0",
|
|
47
|
-
"@justeattakeaway/pie-text-input": "0.27.
|
|
47
|
+
"@justeattakeaway/pie-text-input": "0.27.2",
|
|
48
48
|
"@justeattakeaway/pie-wrapper-react": "0.14.3",
|
|
49
49
|
"@types/body-scroll-lock": "3.1.2",
|
|
50
50
|
"cem-plugin-module-file-extensions": "0.0.5"
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"extends": "../../../package.json"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@justeattakeaway/pie-button": "1.5.
|
|
57
|
-
"@justeattakeaway/pie-icon-button": "1.4.
|
|
58
|
-
"@justeattakeaway/pie-icons-webc": "1.
|
|
59
|
-
"@justeattakeaway/pie-spinner": "1.1.
|
|
60
|
-
"@justeattakeaway/pie-webc-core": "0.25.
|
|
56
|
+
"@justeattakeaway/pie-button": "1.5.1",
|
|
57
|
+
"@justeattakeaway/pie-icon-button": "1.4.2",
|
|
58
|
+
"@justeattakeaway/pie-icons-webc": "1.7.0",
|
|
59
|
+
"@justeattakeaway/pie-spinner": "1.1.1",
|
|
60
|
+
"@justeattakeaway/pie-webc-core": "0.25.1",
|
|
61
61
|
"body-scroll-lock": "3.1.5",
|
|
62
62
|
"dialog-polyfill": "0.5.6"
|
|
63
63
|
},
|