@rijkshuisstijl-community/components-css 1.1.0 → 2.0.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.
- package/CHANGELOG.md +23 -0
- package/dist/index.css +8 -4
- package/index.scss +1 -0
- package/package.json +8 -8
- package/src/data-summary/_mixin.scss +113 -0
- package/src/data-summary/index.scss +53 -0
- package/src/footer/index.scss +2 -1
- package/src/link/_mixin.scss +1 -0
- package/src/link-list/index.scss +5 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @rijkshuisstijl-community/components-css
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- c7034fd: Add Data Summary CSS component.
|
|
8
|
+
|
|
9
|
+
### Minor Changes
|
|
10
|
+
|
|
11
|
+
- 280d76c: - Update Link dependency @nl-design-system-candidate/link-css van 1.0.1 naar 2.0.0.
|
|
12
|
+
- Fix alignment van Link children middels `align-items: baseline`.
|
|
13
|
+
|
|
14
|
+
## 1.2.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- 093b285: Added LinkList and LinkListLink components in Angular
|
|
19
|
+
- 893b3e3: Consider styling for Paragraph component in Footer.
|
|
20
|
+
- 8395a93: Update dependencies.
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 99dd213: Package Updates
|
|
25
|
+
|
|
3
26
|
## 1.1.0
|
|
4
27
|
|
|
5
28
|
### Minor Changes
|