@progressive-development/pd-dialog 0.6.17 → 0.6.19

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.
@@ -231,7 +231,7 @@ PdPopupDialog.styles = [
231
231
  }
232
232
  }
233
233
 
234
- @media (max-width: 410px) {
234
+ @media (max-width: 480px) {
235
235
  .footer {
236
236
  flex-direction: column;
237
237
  gap: 0.5rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-dialog",
3
- "version": "0.6.17",
3
+ "version": "0.6.19",
4
4
  "description": "Progressive Development dialog components.",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@lit/localize": "^0.12.2",
44
- "@progressive-development/pd-forms": "^0.8.1",
44
+ "@progressive-development/pd-forms": "^0.8.3",
45
45
  "@progressive-development/pd-icon": "^0.7.6",
46
46
  "@progressive-development/pd-price": "^0.6.3",
47
47
  "@progressive-development/pd-shared-styles": "^0.2.5",