@1024pix/pix-ui 13.3.2 → 13.3.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Pix-UI Changelog
2
2
 
3
+ ## v13.3.3 (23/02/2022)
4
+
5
+
6
+ ### :bug: Correction
7
+ - [#203](https://github.com/1024pix/pix-ui/pull/203) [BUGFIX] Aligner la modal dans le centre de la fenêtre.
8
+
3
9
  ## v13.3.2 (23/02/2022)
4
10
 
5
11
 
@@ -17,7 +17,7 @@ $button-margin: 16px;
17
17
  .pix-modal {
18
18
  @import "reset-css";
19
19
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
20
- margin: 20vw auto;
20
+ margin: 20vh auto;
21
21
  max-width: 512px;
22
22
  width: calc(100% - 24px);
23
23
 
@@ -28,12 +28,13 @@ $button-margin: 16px;
28
28
  border-top-right-radius: 4px;
29
29
  padding: $modal-padding;
30
30
  display: flex;
31
- align-items: center;
31
+ align-items: flex-start;
32
32
  justify-content: space-between;
33
33
  }
34
34
 
35
35
  &__close-button {
36
36
  flex-shrink: 0;
37
+ margin-top: -4px;
37
38
 
38
39
  @include device-is('tablet') {
39
40
  height: $tablet-close-button-size;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "13.3.2",
3
+ "version": "13.3.3",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"