@progressive-development/pd-dialog 0.0.13 → 0.0.14

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/PdPopup.js +4 -0
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Progressive Development dialog components.",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.0.13",
6
+ "version": "0.0.14",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
package/src/PdPopup.js CHANGED
@@ -123,6 +123,10 @@ export class PdPopup extends LitElement {
123
123
  this._activatePopup();
124
124
  }
125
125
 
126
+ hidePopup() {
127
+ this._closePopup();
128
+ }
129
+
126
130
  _activatePopup() {
127
131
  // $('.hover_bkgr_fricc').show();
128
132
  const modal = this.shadowRoot.getElementById('modalId');