@utrecht/component-library-react 10.1.0 → 10.2.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 +13 -0
- package/dist/.jest-test-results.json +1 -1
- package/dist/BreadcrumbNav.d.ts.map +1 -1
- package/dist/css-module/BreadcrumbNav.d.ts.map +1 -1
- package/dist/css-module/index.mjs +2 -1
- package/dist/css-module/index.mjs.map +1 -1
- package/dist/index.mjs +2 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @utrecht/component-library-react
|
|
2
2
|
|
|
3
|
+
## 10.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- cbb98e9: Add `utrecht.breadcrumb-nav.item.first.padding-inline-start` token.
|
|
8
|
+
|
|
9
|
+
Use this token to align the content of the first link with the other content, by setting it to `0`.
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [cbb98e9]
|
|
14
|
+
- @utrecht/breadcrumb-nav-css@1.5.0
|
|
15
|
+
|
|
3
16
|
## 10.1.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|