@1024pix/pix-ui 13.3.1 → 13.3.4

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,23 @@
1
1
  # Pix-UI Changelog
2
2
 
3
+ ## v13.3.4 (21/03/2022)
4
+
5
+
6
+ ### :bug: Correction
7
+ - [#205](https://github.com/1024pix/pix-ui/pull/205) [BUGFIX] Augmenter la priorité d'affichage de la modal
8
+
9
+ ## v13.3.3 (23/02/2022)
10
+
11
+
12
+ ### :bug: Correction
13
+ - [#203](https://github.com/1024pix/pix-ui/pull/203) [BUGFIX] Aligner la modal dans le centre de la fenêtre.
14
+
15
+ ## v13.3.2 (23/02/2022)
16
+
17
+
18
+ ### :bug: Bug fix
19
+ - [#202](https://github.com/1024pix/pix-ui/pull/202) [BUGFIX] Corriger l'alignement dans le header de la Pix Modal.
20
+
3
21
  ## v13.3.1 (22/02/2022)
4
22
 
5
23
 
@@ -6,6 +6,7 @@
6
6
  position: fixed;
7
7
  right: 0;
8
8
  top: 0;
9
+ z-index: 1000;
9
10
  }
10
11
 
11
12
  $modal-padding: 24px;
@@ -17,7 +18,7 @@ $button-margin: 16px;
17
18
  .pix-modal {
18
19
  @import "reset-css";
19
20
  box-shadow: 1px 1px 5px rgba(0,0,0,.1);
20
- margin: 20vw auto;
21
+ margin: 20vh auto;
21
22
  max-width: 512px;
22
23
  width: calc(100% - 24px);
23
24
 
@@ -27,14 +28,14 @@ $button-margin: 16px;
27
28
  border-top-left-radius: 4px;
28
29
  border-top-right-radius: 4px;
29
30
  padding: $modal-padding;
30
- position: relative;
31
+ display: flex;
32
+ align-items: flex-start;
33
+ justify-content: space-between;
31
34
  }
32
35
 
33
36
  &__close-button {
34
37
  flex-shrink: 0;
35
- right: $modal-padding;
36
- position: absolute;
37
- top: $modal-padding;
38
+ margin-top: -4px;
38
39
 
39
40
  @include device-is('tablet') {
40
41
  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.1",
3
+ "version": "13.3.4",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"