@justeattakeaway/pie-modal 1.26.4 → 1.26.5

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.
@@ -56,7 +56,7 @@
56
56
  "kind": "variable",
57
57
  "name": "backgroundColors",
58
58
  "type": {
59
- "text": "[\r\n 'default',\r\n 'subtle',\r\n 'brand-01',\r\n 'brand-02',\r\n 'brand-03',\r\n 'brand-03-subtle',\r\n 'brand-04',\r\n 'brand-04-subtle',\r\n 'brand-05',\r\n 'brand-05-subtle',\r\n 'brand-06',\r\n 'brand-06-subtle',\r\n 'brand-08',\r\n 'brand-08-subtle',\r\n]"
59
+ "text": "[\n 'default',\n 'subtle',\n 'brand-01',\n 'brand-02',\n 'brand-03',\n 'brand-03-subtle',\n 'brand-04',\n 'brand-04-subtle',\n 'brand-05',\n 'brand-05-subtle',\n 'brand-06',\n 'brand-06-subtle',\n 'brand-08',\n 'brand-08-subtle',\n]"
60
60
  },
61
61
  "default": "[ 'default', 'subtle', 'brand-01', 'brand-02', 'brand-03', 'brand-03-subtle', 'brand-04', 'brand-04-subtle', 'brand-05', 'brand-05-subtle', 'brand-06', 'brand-06-subtle', 'brand-08', 'brand-08-subtle', ]"
62
62
  },
@@ -494,7 +494,7 @@
494
494
  "kind": "field",
495
495
  "name": "_preventModalKeyboardDismissal",
496
496
  "privacy": "private",
497
- "description": "Prevents the user from dismissing the dialog via the `cancel`\r\nevent (ESC key) when `isDismissible` is set to false.",
497
+ "description": "Prevents the user from dismissing the dialog via the `cancel`\nevent (ESC key) when `isDismissible` is set to false.",
498
498
  "parameters": [
499
499
  {
500
500
  "description": "The event object.",
@@ -568,7 +568,7 @@
568
568
  "text": "void"
569
569
  }
570
570
  },
571
- "description": "Return focus to the specified element, providing the selector is valid\r\nand the chosen element can be found."
571
+ "description": "Return focus to the specified element, providing the selector is valid\nand the chosen element can be found."
572
572
  },
573
573
  {
574
574
  "kind": "method",
@@ -611,7 +611,7 @@
611
611
  "text": "TemplateResult | typeof nothing"
612
612
  }
613
613
  },
614
- "description": "Template for the close button element. Called within the\r\nmain render function."
614
+ "description": "Template for the close button element. Called within the\nmain render function."
615
615
  },
616
616
  {
617
617
  "kind": "method",
@@ -632,7 +632,7 @@
632
632
  "text": "TemplateResult | typeof nothing"
633
633
  }
634
634
  },
635
- "description": "Template for the back button element. Called within the\r\nmain render function."
635
+ "description": "Template for the back button element. Called within the\nmain render function."
636
636
  },
637
637
  {
638
638
  "kind": "method",
@@ -643,7 +643,7 @@
643
643
  "text": "TemplateResult | typeof nothing"
644
644
  }
645
645
  },
646
- "description": "Renders the \"leadingAction\" button if the text is provided.\r\n\r\nIf `leadingAction.text` is not provided, the button is not rendered.\r\nIf `leadingAction.variant` is not provided, the default value of \"primary\" is used.\r\nThe (optional) aria-label is read from `leadingAction.ariaLabel`."
646
+ "description": "Renders the \"leadingAction\" button if the text is provided.\n\nIf `leadingAction.text` is not provided, the button is not rendered.\nIf `leadingAction.variant` is not provided, the default value of \"primary\" is used.\nThe (optional) aria-label is read from `leadingAction.ariaLabel`."
647
647
  },
648
648
  {
649
649
  "kind": "method",
@@ -654,7 +654,7 @@
654
654
  "text": "TemplateResult | typeof nothing"
655
655
  }
656
656
  },
657
- "description": "Renders the \"supportingAction\" button if the text is provided.\r\nYou cannot have a supporting action without a leading action.\r\n\r\nIf either `supportingAction.text` or `leadingAction.text` are not provided, the button is not rendered.\r\nIf `supportingAction.variant` is not provided, the default value of \"ghost\" is used.\r\nThe (optional) aria-label is read from `supportingAction.ariaLabel`."
657
+ "description": "Renders the \"supportingAction\" button if the text is provided.\nYou cannot have a supporting action without a leading action.\n\nIf either `supportingAction.text` or `leadingAction.text` are not provided, the button is not rendered.\nIf `supportingAction.variant` is not provided, the default value of \"ghost\" is used.\nThe (optional) aria-label is read from `supportingAction.ariaLabel`."
658
658
  },
659
659
  {
660
660
  "kind": "method",
@@ -665,7 +665,7 @@
665
665
  "text": "TemplateResult | typeof nothing"
666
666
  }
667
667
  },
668
- "description": "Renders the modal footer if a leading action is provided.\r\nAdditionally renders the supporting action if it is provided."
668
+ "description": "Renders the modal footer if a leading action is provided.\nAdditionally renders the supporting action if it is provided."
669
669
  },
670
670
  {
671
671
  "kind": "method",
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ const x = class x extends T {
14
14
  this.getAttribute("v") || this.setAttribute("v", x.v);
15
15
  }
16
16
  };
17
- x.v = "1.26.4";
17
+ x.v = "1.26.5";
18
18
  let B = x;
19
19
  function V(o) {
20
20
  if (Array.isArray(o)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@justeattakeaway/pie-modal",
3
- "version": "1.26.4",
3
+ "version": "1.26.5",
4
4
  "description": "PIE design system modal built using web components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,7 +51,7 @@
51
51
  "@justeattakeaway/pie-components-config": "0.21.2",
52
52
  "@justeattakeaway/pie-css": "1.1.1",
53
53
  "@justeattakeaway/pie-monorepo-utils": "0.9.1",
54
- "@justeattakeaway/pie-text-input": "0.29.32",
54
+ "@justeattakeaway/pie-text-input": "0.29.33",
55
55
  "@justeattakeaway/pie-wrapper-react": "0.14.4",
56
56
  "@types/body-scroll-lock": "3.1.2"
57
57
  },
@@ -60,8 +60,8 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@justeattakeaway/pie-button": "1.14.1",
63
- "@justeattakeaway/pie-icon-button": "2.7.12",
64
- "@justeattakeaway/pie-icons-webc": "1.23.0",
63
+ "@justeattakeaway/pie-icon-button": "2.7.13",
64
+ "@justeattakeaway/pie-icons-webc": "1.24.0",
65
65
  "@justeattakeaway/pie-spinner": "1.4.15",
66
66
  "@justeattakeaway/pie-webc-core": "14.0.1",
67
67
  "body-scroll-lock": "3.1.5",