@shoper/phoenix_design_system 0.3.1 → 0.3.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.
@@ -16,7 +16,7 @@ exports.HModal = HModal_1 = class HModal extends phoenix_light_lit_element.Phoen
16
16
  super();
17
17
  this.opened = false;
18
18
  this.class = '';
19
- this.transition = 'slide-in-top';
19
+ this.transition = 'scale';
20
20
  this._firstFocusableElement = undefined;
21
21
  this._focusableElements = null;
22
22
  this._lastFocusableElement = undefined;
@@ -12,7 +12,7 @@ let HModal = HModal_1 = class HModal extends PhoenixLightLitElement {
12
12
  super();
13
13
  this.opened = false;
14
14
  this.class = '';
15
- this.transition = 'slide-in-top';
15
+ this.transition = 'scale';
16
16
  this._firstFocusableElement = undefined;
17
17
  this._focusableElements = null;
18
18
  this._lastFocusableElement = undefined;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@shoper/phoenix_design_system",
3
3
  "packageManager": "yarn@3.2.0",
4
4
  "sideEffects": false,
5
- "version": "0.3.1",
5
+ "version": "0.3.2",
6
6
  "description": "phoenix design system",
7
7
  "author": "zefirek",
8
8
  "license": "MIT",