@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 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: "medium" | "large" | "small";
168
+ size: "small" | "medium" | "large";
169
169
  supportingAction: ModalProps['supportingAction'];
170
170
  private _dialog;
171
171
  private _backButtonClicked;
package/dist/index.js CHANGED
@@ -17,7 +17,7 @@ var j = Object.defineProperty, V = (n, e, t, o) => {
17
17
  };
18
18
  class O extends P {
19
19
  constructor() {
20
- super(...arguments), this.v = "1.5.0";
20
+ super(...arguments), this.v = "1.5.2";
21
21
  }
22
22
  }
23
23
  V([
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: "medium" | "large" | "small";
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.0",
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.0",
44
- "@justeattakeaway/pie-components-config": "0.19.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.0",
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.0",
57
- "@justeattakeaway/pie-icon-button": "1.4.0",
58
- "@justeattakeaway/pie-icons-webc": "1.6.1",
59
- "@justeattakeaway/pie-spinner": "1.1.0",
60
- "@justeattakeaway/pie-webc-core": "0.25.0",
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
  },
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
- }