@1024pix/pix-ui 14.7.0 → 14.8.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/.storybook/preview.js +0 -2
- package/CHANGELOG.md +16 -0
- package/addon/styles/_colors.scss +1 -1
- package/addon/styles/_fonts.scss +42 -0
- package/package.json +1 -1
- package/public/fonts/OpenSans/OpenSans-Light.ttf +0 -0
- package/public/fonts/OpenSans/OpenSans-Regular.ttf +0 -0
- package/public/fonts/OpenSans/OpenSans-SemiBold.ttf +0 -0
- package/public/fonts/Roboto/Roboto-Light.ttf +0 -0
- package/public/fonts/Roboto/Roboto-Medium.ttf +0 -0
- package/public/fonts/Roboto/Roboto-Regular.ttf +0 -0
- package/.storybook/fonts.css +0 -1
package/.storybook/preview.js
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Pix-UI Changelog
|
|
2
2
|
|
|
3
|
+
## v14.8.1 (30/06/2022)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### :building_construction: Tech
|
|
7
|
+
- [#228](https://github.com/1024pix/pix-ui/pull/228) [TECH] Import et utilisation des polices Google Fonts dans le projet
|
|
8
|
+
|
|
9
|
+
## v14.7.1 (28/06/2022)
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### :coffee: Autre
|
|
13
|
+
- [#227](https://github.com/1024pix/pix-ui/pull/227) [DOCS] Ajoute des infos de breaking change sur la v14.4.0
|
|
14
|
+
|
|
3
15
|
## v14.7.0 (28/06/2022)
|
|
4
16
|
|
|
5
17
|
|
|
@@ -23,6 +35,10 @@
|
|
|
23
35
|
|
|
24
36
|
## v14.4.0 (17/06/2022)
|
|
25
37
|
|
|
38
|
+
### :warning: Breaking Change
|
|
39
|
+
La variable `$pix-gradient` a été supprimée par erreur, elle doit être remplacée par `$pix-primary-app-gradient`.
|
|
40
|
+
|
|
41
|
+
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
42
|
|
|
27
43
|
### :building_construction: Tech
|
|
28
44
|
- [#219](https://github.com/1024pix/pix-ui/pull/219) [TECH] Ajouter les variables du design system dans Pix-UI.(PIX-2307)
|
package/addon/styles/_fonts.scss
CHANGED
|
@@ -1,3 +1,45 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "Open Sans";
|
|
3
|
+
src: url("../@1024pix/pix-ui/fonts/OpenSans/OpenSans-Regular.ttf");
|
|
4
|
+
font-weight: normal;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
@font-face {
|
|
9
|
+
font-family: "Open Sans";
|
|
10
|
+
src: url("../@1024pix/pix-ui/fonts/OpenSans/OpenSans-SemiBold.ttf");
|
|
11
|
+
font-weight: 600;
|
|
12
|
+
font-style: normal;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
@font-face {
|
|
16
|
+
font-family: "Open Sans";
|
|
17
|
+
src: url("../@1024pix/pix-ui/fonts/OpenSans/OpenSans-Light.ttf");
|
|
18
|
+
font-weight: 300;
|
|
19
|
+
font-style: normal;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@font-face {
|
|
23
|
+
font-family: "Roboto";
|
|
24
|
+
src: url("../@1024pix/pix-ui/fonts/Roboto/Roboto-Regular.ttf");
|
|
25
|
+
font-weight: normal;
|
|
26
|
+
font-style: normal;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
@font-face {
|
|
30
|
+
font-family: "Roboto";
|
|
31
|
+
src: url("../@1024pix/pix-ui/fonts/Roboto/Roboto-Medium.ttf");
|
|
32
|
+
font-weight: 500;
|
|
33
|
+
font-style: normal;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
@font-face {
|
|
37
|
+
font-family: "Roboto";
|
|
38
|
+
src: url("../@1024pix/pix-ui/fonts/Roboto/Roboto-Light.ttf");
|
|
39
|
+
font-weight: 300;
|
|
40
|
+
font-style: normal;
|
|
41
|
+
}
|
|
42
|
+
|
|
1
43
|
$font-open-sans: 'Open Sans', Arial, sans-serif;
|
|
2
44
|
$font-roboto: 'Roboto', Arial, sans-serif;
|
|
3
45
|
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/.storybook/fonts.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
|