@1024pix/pix-ui 60.8.0 → 60.9.0

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.
@@ -5,6 +5,13 @@
5
5
  src: url('../@1024pix/pix-ui/fonts/Nunito/Nunito-Bold.woff2');
6
6
  }
7
7
 
8
+ @font-face {
9
+ font-weight: 800;
10
+ font-family: 'Nunito';
11
+ font-style: normal;
12
+ src: url('../@1024pix/pix-ui/fonts/Nunito/Nunito-ExtraBold.woff2');
13
+ }
14
+
8
15
  @font-face {
9
16
  font-weight: 400;
10
17
  font-family: 'Nunito';
@@ -66,6 +73,7 @@ $font-bold: 700;
66
73
  --pix-font-normal: 400;
67
74
  --pix-font-medium: 500;
68
75
  --pix-font-bold: 700;
76
+ --pix-font-extrabold: 800;
69
77
 
70
78
  // Private property, do not use directly
71
79
  // See https://ui.pix.fr/?path=/docs/utiliser-pix-ui-design-tokens-typographie--docs
@@ -4,7 +4,7 @@
4
4
 
5
5
  // Placeholder pour permettre l'utilisation dans une classe css si jamais le tag html a trop de classe
6
6
  %-pix-title {
7
- font-weight: var(--pix-font-bold);
7
+ font-weight: var(--pix-font-extrabold);
8
8
 
9
9
  // stylelint-disable-next-line custom-property-pattern
10
10
  font-family: var(--_pix-font-family-title);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@1024pix/pix-ui",
3
- "version": "60.8.0",
3
+ "version": "60.9.0",
4
4
  "description": "Pix-UI is the implementation of Pix design principles and guidelines for its products.",
5
5
  "keywords": [
6
6
  "ember-addon"