@rijkshuisstijl-community/components-css 17.1.1 → 17.1.2
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 +7 -0
- package/README.md +0 -2
- package/index.scss +1 -1
- package/package.json +5 -4
- package/src/pre-heading/index.scss +0 -19
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
# Rijkshuisstijl Community Componenten - CSS
|
|
4
4
|
|
|
5
|
-
_Dit project wordt **niet** gesteund door het Ministerie van Algemene Zaken._
|
|
6
|
-
|
|
7
5
|
**Het toepassen van design-elementen uit dit project is strikt verboden voor organisaties die geen deel uitmaken van de
|
|
8
6
|
centrale overheid van Nederland.**
|
|
9
7
|
|
package/index.scss
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
@use "@rijkshuisstijl-community/ordered-list-css/src/index" as orderedList;
|
|
44
44
|
@use "@rijkshuisstijl-community/paragraph-css/src/index" as paragraph;
|
|
45
45
|
@use "@rijkshuisstijl-community/page-number-navigation-css/src/index" as pagination;
|
|
46
|
-
@use "
|
|
46
|
+
@use "@rijkshuisstijl-community/pre-heading-css/src/index" as preHeading;
|
|
47
47
|
@use "@rijkshuisstijl-community/radio-css/src/index" as radio;
|
|
48
48
|
@use "src/radio-group/index" as radioGroup;
|
|
49
49
|
@use "@rijkshuisstijl-community/rounded-corner-css/src/index" as roundedCorner;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/components-css",
|
|
3
|
-
"version": "17.1.
|
|
3
|
+
"version": "17.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Community for NL Design System",
|
|
6
6
|
"description": "CSS Components for a design system based on the NL Design System architecture",
|
|
@@ -86,8 +86,8 @@
|
|
|
86
86
|
"@rijkshuisstijl-community/breadcrumb-nav-css": "1.1.0",
|
|
87
87
|
"@rijkshuisstijl-community/button-css": "1.1.0",
|
|
88
88
|
"@rijkshuisstijl-community/card-as-link-css": "1.1.0",
|
|
89
|
-
"@rijkshuisstijl-community/checkbox-group-css": "1.0.1",
|
|
90
89
|
"@rijkshuisstijl-community/card-css": "1.1.0",
|
|
90
|
+
"@rijkshuisstijl-community/checkbox-group-css": "1.0.1",
|
|
91
91
|
"@rijkshuisstijl-community/checkbox-css": "1.0.1",
|
|
92
92
|
"@rijkshuisstijl-community/code-input-css": "1.0.0",
|
|
93
93
|
"@rijkshuisstijl-community/code-input-group-css": "1.0.0",
|
|
@@ -105,15 +105,16 @@
|
|
|
105
105
|
"@rijkshuisstijl-community/link-css": "1.1.0",
|
|
106
106
|
"@rijkshuisstijl-community/listbox-css": "1.0.1",
|
|
107
107
|
"@rijkshuisstijl-community/language-navigation-css": "1.0.1",
|
|
108
|
-
"@rijkshuisstijl-community/logo-css": "1.0.0",
|
|
109
108
|
"@rijkshuisstijl-community/link-list-css": "1.0.0",
|
|
109
|
+
"@rijkshuisstijl-community/logo-css": "1.0.0",
|
|
110
110
|
"@rijkshuisstijl-community/message-list-css": "1.0.0",
|
|
111
|
-
"@rijkshuisstijl-community/navigation-list-css": "1.0.0",
|
|
112
111
|
"@rijkshuisstijl-community/navigation-bar-css": "1.0.0",
|
|
112
|
+
"@rijkshuisstijl-community/navigation-list-css": "1.0.0",
|
|
113
113
|
"@rijkshuisstijl-community/number-badge-css": "1.0.0",
|
|
114
114
|
"@rijkshuisstijl-community/ordered-list-css": "1.0.0",
|
|
115
115
|
"@rijkshuisstijl-community/page-number-navigation-css": "1.0.0",
|
|
116
116
|
"@rijkshuisstijl-community/paragraph-css": "2.1.0",
|
|
117
|
+
"@rijkshuisstijl-community/pre-heading-css": "1.0.0",
|
|
117
118
|
"@rijkshuisstijl-community/radio-css": "1.0.0",
|
|
118
119
|
"@rijkshuisstijl-community/rounded-corner-css": "1.0.0",
|
|
119
120
|
"@rijkshuisstijl-community/separator-css": "1.1.0",
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license EUPL-1.2
|
|
3
|
-
* Copyright (c) 2026 Community for NL Design System
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
.rhc-heading-container {
|
|
7
|
-
display: grid;
|
|
8
|
-
grid-template-areas:
|
|
9
|
-
"preheading"
|
|
10
|
-
"heading";
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.rhc-pre-heading {
|
|
14
|
-
grid-area: preheading;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.rhc-heading-container > *:not(.rhc-pre-heading) {
|
|
18
|
-
grid-area: heading;
|
|
19
|
-
}
|