@onemrvapublic/design-system 21.0.0-develop.7 → 21.0.0-develop.8
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/README.md +3 -4
- package/assets/i18n/de.json +2 -2
- package/assets/i18n/en.json +2 -2
- package/assets/i18n/fr.json +2 -2
- package/assets/i18n/nl.json +2 -2
- package/package.json +1 -1
- package/theme/utilities/_fonts.scss +6 -6
package/README.md
CHANGED
|
@@ -33,13 +33,12 @@ If you need access to our design system board, send us a message.
|
|
|
33
33
|
@Bram Decuypere (NL / EN)
|
|
34
34
|
## Changelog
|
|
35
35
|
|
|
36
|
-
### 21.0.0-develop.
|
|
36
|
+
### 21.0.0-develop.8
|
|
37
37
|
|
|
38
|
-
# [21.0.0-develop.
|
|
38
|
+
# [21.0.0-develop.8](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.0.0-develop.7...v21.0.0-develop.8) (2026-02-06)
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
### Bug Fixes
|
|
42
42
|
|
|
43
|
-
* **
|
|
44
|
-
* **birthplace+select:** transform lookup countries to capitalize ([d6089b1](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/d6089b1fcac630f28006cccd8424e998defe9115))
|
|
43
|
+
* **label-font:** move label to poppins ([61c87e3](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/61c87e3e89b08e6ef84acc9f5bfafd34e081aadf))
|
|
45
44
|
|
package/assets/i18n/de.json
CHANGED
package/assets/i18n/en.json
CHANGED
package/assets/i18n/fr.json
CHANGED
package/assets/i18n/nl.json
CHANGED
package/package.json
CHANGED
|
@@ -103,20 +103,20 @@
|
|
|
103
103
|
headline-large-line-height: 2.75rem,
|
|
104
104
|
headline-large-weight: 600,
|
|
105
105
|
|
|
106
|
-
label-large: 500 1rem/1.3125rem
|
|
107
|
-
label-large-font:
|
|
106
|
+
label-large: 500 1rem/1.3125rem Poppins,
|
|
107
|
+
label-large-font: Poppins,
|
|
108
108
|
label-large-size: 1rem,
|
|
109
109
|
label-large-line-height: 1.3125rem,
|
|
110
110
|
label-large-weight: 500,
|
|
111
111
|
|
|
112
|
-
label-medium: 400 0.875rem/1.3125rem
|
|
113
|
-
label-medium-font:
|
|
112
|
+
label-medium: 400 0.875rem/1.3125rem Poppins,
|
|
113
|
+
label-medium-font: Poppins,
|
|
114
114
|
label-medium-size: 0.875rem,
|
|
115
115
|
label-medium-line-height: 1.3125rem,
|
|
116
116
|
label-medium-weight: 400,
|
|
117
117
|
|
|
118
|
-
label-small: 400 0.75rem/1.125rem
|
|
119
|
-
label-small-font:
|
|
118
|
+
label-small: 400 0.75rem/1.125rem Poppins,
|
|
119
|
+
label-small-font: Poppins,
|
|
120
120
|
label-small-size: 0.75rem,
|
|
121
121
|
label-small-line-height: 1.125rem,
|
|
122
122
|
label-small-weight: 400,
|