@1024pix/pix-ui 14.7.0 → 14.7.1

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
+ ## v14.7.1 (28/06/2022)
4
+
5
+
6
+ ### :coffee: Autre
7
+ - [#227](https://github.com/1024pix/pix-ui/pull/227) [DOCS] Ajoute des infos de breaking change sur la v14.4.0
8
+
3
9
  ## v14.7.0 (28/06/2022)
4
10
 
5
11
 
@@ -23,6 +29,10 @@
23
29
 
24
30
  ## v14.4.0 (17/06/2022)
25
31
 
32
+ ### :warning: Breaking Change
33
+ La variable `$pix-gradient` a été supprimée par erreur, elle doit être remplacée par `$pix-primary-app-gradient`.
34
+
35
+ La totalité des couleurs du Design System ont été apportées dans cette version. Les remplacements nécessaires sont documentés dans [cette PR](https://github.com/1024pix/pix-ui/pull/219). Une version majeure suivra lorsque tous les fronts Pix auront migré.
26
36
 
27
37
  ### :building_construction: Tech
28
38
  - [#219](https://github.com/1024pix/pix-ui/pull/219) [TECH] Ajouter les variables du design system dans Pix-UI.(PIX-2307)
@@ -362,7 +362,7 @@ $grey-100: #091e42;
362
362
  $grey-150: #0c163a;
363
363
 
364
364
  /**
365
- * @deprecated Please use '$pix-neutral-200' instead!
365
+ * @deprecated Please use '$pix-neutral-110' instead!
366
366
  */
367
367
  $grey-200: #07142e;
368
368
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "14.7.0",
3
+ "version": "14.7.1",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"