@utrecht/component-library-css 3.2.0 → 4.1.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 +27 -0
- package/dist/index.css +1789 -20
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,32 @@
|
|
|
1
1
|
# @utrecht/component-library-css
|
|
2
2
|
|
|
3
|
+
## 4.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- c5a7e71: Add margin tokens to the Accordion component:
|
|
8
|
+
|
|
9
|
+
- `utrecht.accordion.margin-block-end`
|
|
10
|
+
- `utrecht.accordion.margin-block-start`
|
|
11
|
+
|
|
12
|
+
## 4.0.0
|
|
13
|
+
|
|
14
|
+
### Major Changes
|
|
15
|
+
|
|
16
|
+
- 14c8559: Replace `utrecht.link-list.item.margin-block-start` design token with `utrecht.link-list.row-gap`.
|
|
17
|
+
- bd0514c: Rename tokens in the Link list component, because they should be on `link` instead of on `item`. "Item" currently only exists in CSS, but is not necessary to build the Link list in Figma.
|
|
18
|
+
|
|
19
|
+
- Rename `utrecht.link-list.item.font-weight` to `utrecht.link-list.link.font-weight`.
|
|
20
|
+
- Rename `utrecht.link-list.item.column-gap` to `utrecht.link-list.link.column-gap`.
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- e2b188d: Add design token to Link list component: `utrecht.link-list.link.text-decoration`, so you can enable or disable the underline. By default the links have no underline.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- 0e2e4da: Fix rendering of the checkbox component in the combined indeterminate and checked state, to have an indeterminate icon instead of a checked icon.'
|
|
29
|
+
|
|
3
30
|
## 3.2.0
|
|
4
31
|
|
|
5
32
|
### Minor Changes
|