@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 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.7
36
+ ### 21.0.0-develop.8
37
37
 
38
- # [21.0.0-develop.7](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.0.0-develop.6...v21.0.0-develop.7) (2026-02-02)
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
- * **demos:** cleanup script package.json ([c283c12](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/c283c12e25af49d83fd3660bf20a50690bd3ef1d))
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
 
@@ -71,8 +71,8 @@
71
71
  "search.input.label": "Suche"
72
72
  },
73
73
  "paginator": {
74
- "Previous": "< Previous",
75
- "Next": "Next >",
74
+ "Previous": "Previous",
75
+ "Next": "Next",
76
76
  "records.per.page": "Elemente pro Seite",
77
77
  "outOf": "out of"
78
78
  },
@@ -71,8 +71,8 @@
71
71
  "search.input.label": "Search"
72
72
  },
73
73
  "paginator": {
74
- "Previous": "< Previous",
75
- "Next": "Next >",
74
+ "Previous": "Previous",
75
+ "Next": "Next",
76
76
  "records.per.page": "Elements per page",
77
77
  "outOf": "out of"
78
78
  },
@@ -71,8 +71,8 @@
71
71
  "search.input.label": "Recherche"
72
72
  },
73
73
  "paginator": {
74
- "Previous": "< Précédent",
75
- "Next": "Suivant >",
74
+ "Previous": "Précédent",
75
+ "Next": "Suivant",
76
76
  "records.per.page": "Eléments par page",
77
77
  "outOf": "de"
78
78
  },
@@ -71,8 +71,8 @@
71
71
  "search.input.label": "Search"
72
72
  },
73
73
  "paginator": {
74
- "Previous": "< Vorig",
75
- "Next": "Next >",
74
+ "Previous": "Vorig",
75
+ "Next": "Next",
76
76
  "records.per.page": "Elementen per pagina",
77
77
  "outOf": "out of"
78
78
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "21.0.0-develop.7",
3
+ "version": "21.0.0-develop.8",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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 Source Sans Pro,
107
- label-large-font: Source Sans Pro,
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 Source Sans Pro,
113
- label-medium-font: Source Sans Pro,
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 Source Sans Pro,
119
- label-small-font: Source Sans Pro,
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,