gent_styleguide 5.0.13 → 5.0.14
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 +13 -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.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/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 +8 -8
- package/build/styleguide/sass/base.scss +2 -2
- package/build/styleguide/sass/layouts.scss +1 -1
- package/build/styleguide/sass/mixins.scss +4 -4
- package/build/styleguide/sass/molecules.scss +8 -8
- package/build/styleguide/sass/organisms.scss +3 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,15 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this style guide are documented here.
|
|
4
4
|
|
|
5
|
+
## [5.0.14]
|
|
6
|
+
|
|
7
|
+
* STIJ-397: Fix openinghours styling so embedded CSS can then be removed
|
|
8
|
+
* STIJ-396: Change partner logo's to space evenly
|
|
9
|
+
|
|
10
|
+
## [5.0.13]
|
|
11
|
+
|
|
12
|
+
* Add cart icon
|
|
13
|
+
|
|
5
14
|
## [5.0.12]
|
|
6
15
|
|
|
7
16
|
* Add click outside behaviour to accordion component
|
|
@@ -1066,7 +1075,11 @@ IMPORTANT: Updating this style guide through composer is DEPRECATED! The next
|
|
|
1066
1075
|
* Changed styling for the Form Steps molecule.
|
|
1067
1076
|
* Added themify for the Form Steps molecule.
|
|
1068
1077
|
|
|
1078
|
+
[5.0.14]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.13...5.0.14
|
|
1079
|
+
[5.0.13]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.12...5.0.13
|
|
1080
|
+
[5.0.12]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.11...5.0.12
|
|
1069
1081
|
[5.0.11]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.10...5.0.11
|
|
1082
|
+
[5.0.10]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.9...5.0.11
|
|
1070
1083
|
[5.0.5]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.5...5.0.10
|
|
1071
1084
|
[5.0.5]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.4...5.0.5
|
|
1072
1085
|
[5.0.4]: https://github.com/StadGent/fractal_styleguide_gent-base/compare/5.0.3...5.0.4
|