gent_styleguide 5.0.15 → 5.0.19
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/README.md +2 -1
- 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 +24 -18
- 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/pencil.svg +4 -0
- package/build/styleguide/img/iconfont/trashcan.svg +3 -0
- package/build/styleguide/sass/11-base/fonts/_icons.scss +30 -18
- package/build/styleguide/sass/21-atoms/button/css/_button-secondary-alert.scss +34 -0
- package/build/styleguide/sass/21-atoms/list/_list.scss +22 -0
- package/build/styleguide/sass/31-molecules/form-item/_form-item.scss +5 -0
- package/build/styleguide/sass/31-molecules/pagination/_pagination.scss +8 -0
- package/build/styleguide/sass/41-organisms/timeline/_timeline.scss +18 -13
- package/build/styleguide/sass/atoms.scss +3 -2
- package/build/styleguide/sass/base.scss +1 -1
- package/build/styleguide/sass/layouts.scss +1 -1
- package/build/styleguide/sass/mixins.scss +2 -2
- package/package.json +6 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,42 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this style guide are documented here.
|
|
4
4
|
|
|
5
|
+
|
|
6
|
+
## [5.0.19]
|
|
7
|
+
|
|
8
|
+
### Add
|
|
9
|
+
|
|
10
|
+
* STIJ-416: Add grid display to timeline
|
|
11
|
+
|
|
12
|
+
### Fix
|
|
13
|
+
|
|
14
|
+
* STIJ-415: Fix prevent floating prefix & suffix
|
|
15
|
+
|
|
16
|
+
=======
|
|
17
|
+
|
|
18
|
+
## [5.0.18]
|
|
19
|
+
|
|
20
|
+
### Add
|
|
21
|
+
|
|
22
|
+
* STIJ-413: Add Label list atom
|
|
23
|
+
|
|
24
|
+
## [5.0.17]
|
|
25
|
+
|
|
26
|
+
### Add
|
|
27
|
+
|
|
28
|
+
* STIJ-407: Edit & Add Button varianten
|
|
29
|
+
* STIJ-408: Pagination - Hover states
|
|
30
|
+
|
|
31
|
+
### Fix
|
|
32
|
+
|
|
33
|
+
* STIJ-410: Fix build error on ttf2woff
|
|
34
|
+
|
|
35
|
+
## [5.0.16]
|
|
36
|
+
|
|
37
|
+
### Add
|
|
38
|
+
|
|
39
|
+
* STIJ-406: Add secondary alert button
|
|
40
|
+
|
|
5
41
|
## [5.0.15]
|
|
6
42
|
|
|
7
43
|
### Fix
|
package/README.md
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
# Styleguide Gent Base
|
|
2
2
|
|
|
3
3
|
This style guide contains the SASS library and needed assets to be able to style
|
|
4
|
-
a web application in the corporate identity for the
|
|
4
|
+
a web application in the corporate identity for the City of Ghent..
|
|
5
5
|
|
|
6
6
|
[](https://www.npmjs.com/package/gent_styleguide)
|
|
7
7
|
[](https://www.npmjs.com/package/gent_styleguide)
|
|
8
8
|
[](https://www.npmjs.com/package/gent_styleguide)
|
|
9
9
|
|
|
10
10
|
## Contributing
|
|
11
|
+
|
|
11
12
|
To contribute to the style guide please refer to the
|
|
12
13
|
[contributing document](CONTRIBUTING.md)
|
|
13
14
|
|