gent_styleguide 5.0.12 → 5.0.15
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 +36 -0
- package/build/css/main.css +1 -1
- package/build/styleguide/fonts/gent-icons-v5.eot +0 -0
- package/build/styleguide/fonts/gent-icons-v5.svg +66 -63
- package/build/styleguide/fonts/gent-icons-v5.ttf +0 -0
- package/build/styleguide/fonts/gent-icons-v5.woff +0 -0
- package/build/styleguide/fonts/gent-icons-v5.woff2 +0 -0
- package/build/styleguide/img/iconfont/cart.svg +1 -0
- package/build/styleguide/sass/11-base/base/_base.scss +1 -1
- package/build/styleguide/sass/11-base/fonts/_fonts.scss +1 -1
- package/build/styleguide/sass/11-base/fonts/_icons.scss +70 -63
- package/build/styleguide/sass/21-atoms/open-today/_open-today.scss +5 -3
- package/build/styleguide/sass/31-molecules/partner-block/_partner-block.scss +2 -1
- package/build/styleguide/sass/atoms.scss +6 -6
- package/build/styleguide/sass/layouts.scss +1 -1
- package/build/styleguide/sass/mixins.scss +3 -3
- package/build/styleguide/sass/molecules.scss +9 -9
- package/build/styleguide/sass/organisms.scss +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,16 +2,48 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this style guide are documented here.
|
|
4
4
|
|
|
5
|
+
## [5.0.15]
|
|
6
|
+
|
|
7
|
+
### Fix
|
|
8
|
+
|
|
9
|
+
* STIJ-399: Fix WCAG color contrast for selected text
|
|
10
|
+
|
|
11
|
+
### Add
|
|
12
|
+
|
|
13
|
+
* STIJ-409: Add font-display: swap
|
|
14
|
+
|
|
15
|
+
## [5.0.14]
|
|
16
|
+
|
|
17
|
+
### Fix
|
|
18
|
+
|
|
19
|
+
* STIJ-397: Fix openinghours styling so embedded CSS can then be removed
|
|
20
|
+
|
|
21
|
+
### Change
|
|
22
|
+
|
|
23
|
+
* STIJ-396: Change partner logo's to space evenly
|
|
24
|
+
|
|
25
|
+
## [5.0.13]
|
|
26
|
+
|
|
27
|
+
### Add
|
|
28
|
+
|
|
29
|
+
* Add cart icon
|
|
30
|
+
|
|
5
31
|
## [5.0.12]
|
|
6
32
|
|
|
33
|
+
### Add
|
|
34
|
+
|
|
7
35
|
* Add click outside behaviour to accordion component
|
|
8
36
|
|
|
9
37
|
## [5.0.11]
|
|
10
38
|
|
|
39
|
+
### Add
|
|
40
|
+
|
|
11
41
|
* Add lock open icon.
|
|
12
42
|
|
|
13
43
|
## [5.0.10]
|
|
14
44
|
|
|
45
|
+
### Fix
|
|
46
|
+
|
|
15
47
|
* Fix missing vendor folder in build directory in npm package
|
|
16
48
|
|
|
17
49
|
## [5.0.5]
|
|
@@ -1066,6 +1098,10 @@ IMPORTANT: Updating this style guide through composer is DEPRECATED! The next
|
|
|
1066
1098
|
* Changed styling for the Form Steps molecule.
|
|
1067
1099
|
* Added themify for the Form Steps molecule.
|
|
1068
1100
|
|
|
1101
|
+
[5.0.15]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.14...5.0.15
|
|
1102
|
+
[5.0.14]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.13...5.0.14
|
|
1103
|
+
[5.0.13]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.12...5.0.13
|
|
1104
|
+
[5.0.12]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.11...5.0.12
|
|
1069
1105
|
[5.0.11]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.10...5.0.11
|
|
1070
1106
|
[5.0.5]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.5...5.0.10
|
|
1071
1107
|
[5.0.5]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.4...5.0.5
|