@rijkshuisstijl-community/components-css 8.0.0 → 8.0.1
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/dist/index.css +2 -9
- package/index.scss +43 -3
- package/package.json +44 -2
package/index.scss
CHANGED
|
@@ -3,9 +3,6 @@
|
|
|
3
3
|
* Copyright (c) 2021 Community for NL Design System
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
@use "@utrecht/component-library-css/dist/index.css";
|
|
7
|
-
@use "@utrecht/component-library-css/dist/html.css";
|
|
8
|
-
|
|
9
6
|
@use "src/accordion/index" as accordion;
|
|
10
7
|
@use "src/action-group/index" as actionGroup;
|
|
11
8
|
@use "src/alert/index" as alert;
|
|
@@ -56,3 +53,46 @@
|
|
|
56
53
|
@use "src/visually-hidden/index" as visually-hidden;
|
|
57
54
|
@use "src/wrapper/index" as wrapper;
|
|
58
55
|
@use "src/data-summary/index" as dataSummary;
|
|
56
|
+
|
|
57
|
+
@import "@utrecht/accordion-css/dist/index.css";
|
|
58
|
+
@import "@utrecht/action-group-css/dist/index.css";
|
|
59
|
+
@import "@utrecht/alert-css/dist/index.css";
|
|
60
|
+
@import "@utrecht/badge-list-css/dist/index.css";
|
|
61
|
+
@import "@utrecht/button-css/dist/index.css";
|
|
62
|
+
@import "@utrecht/button-link-css/dist/index.css";
|
|
63
|
+
@import "@utrecht/document-css/dist/index.css";
|
|
64
|
+
@import "@utrecht/article-css/dist/index.css";
|
|
65
|
+
@import "@utrecht/data-badge-css/dist/index.css";
|
|
66
|
+
@import "@utrecht/data-list-css/dist/index.css";
|
|
67
|
+
@import "@utrecht/blockquote-css/dist/index.css";
|
|
68
|
+
@import "@utrecht/breadcrumb-nav-css/dist/index.css";
|
|
69
|
+
@import "@utrecht/checkbox-css/dist/index.css";
|
|
70
|
+
@import "@utrecht/custom-checkbox-css/dist/index.css";
|
|
71
|
+
@import "@utrecht/column-layout-css/dist/index.css";
|
|
72
|
+
@import "@utrecht/drawer-css/dist/index.css";
|
|
73
|
+
@import "@utrecht/figure-css/dist/index.css";
|
|
74
|
+
@import "@utrecht/form-field-css/dist/index.css";
|
|
75
|
+
@import "@utrecht/form-field-description-css/dist/index.css";
|
|
76
|
+
@import "@utrecht/form-field-error-message-css/dist/index.css";
|
|
77
|
+
@import "@utrecht/form-fieldset-css/dist/index.css";
|
|
78
|
+
@import "@utrecht/form-label-css/dist/index.css";
|
|
79
|
+
@import "@utrecht/icon-css/dist/index.css";
|
|
80
|
+
@import "@utrecht/heading-group-css/dist/index.css";
|
|
81
|
+
@import "@utrecht/img-css/dist/index.css";
|
|
82
|
+
@import "@utrecht/link-css/dist/index.css";
|
|
83
|
+
@import "@utrecht/link-list-css/dist/index.css";
|
|
84
|
+
@import "@utrecht/ordered-list-css/dist/index.css";
|
|
85
|
+
@import "@utrecht/page-body-css/dist/index.css";
|
|
86
|
+
@import "@utrecht/page-content-css/dist/index.css";
|
|
87
|
+
@import "@utrecht/page-footer-css/dist/index.css";
|
|
88
|
+
@import "@utrecht/page-header-css/dist/index.css";
|
|
89
|
+
@import "@utrecht/page-layout-css/dist/index.css";
|
|
90
|
+
@import "@utrecht/paragraph-css/dist/index.css";
|
|
91
|
+
@import "@utrecht/pre-heading-css/dist/index.css";
|
|
92
|
+
@import "@utrecht/radio-button-css/dist/index.css";
|
|
93
|
+
@import "@utrecht/select-css/dist/index.css";
|
|
94
|
+
@import "@utrecht/separator-css/dist/index.css";
|
|
95
|
+
@import "@utrecht/table-css/dist/index.css";
|
|
96
|
+
@import "@utrecht/textbox-css/dist/index.css";
|
|
97
|
+
@import "@utrecht/textarea-css/dist/index.css";
|
|
98
|
+
@import "@utrecht/unordered-list-css/dist/index.css";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rijkshuisstijl-community/components-css",
|
|
3
|
-
"version": "8.0.
|
|
3
|
+
"version": "8.0.1",
|
|
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",
|
|
@@ -30,7 +30,49 @@
|
|
|
30
30
|
"@nl-design-system-candidate/number-badge-css": "1.1.2",
|
|
31
31
|
"@nl-design-system-candidate/paragraph-css": "2.1.0",
|
|
32
32
|
"@nl-design-system-candidate/skip-link-css": "1.0.2",
|
|
33
|
-
"@utrecht/component-library-css": "8.0.0"
|
|
33
|
+
"@utrecht/component-library-css": "8.0.0",
|
|
34
|
+
"@utrecht/action-group-css": "2.0.0",
|
|
35
|
+
"@utrecht/accordion-css": "2.0.0",
|
|
36
|
+
"@utrecht/alert-css": "2.4.0",
|
|
37
|
+
"@utrecht/article-css": "1.5.1",
|
|
38
|
+
"@utrecht/badge-list-css": "2.2.1",
|
|
39
|
+
"@utrecht/data-badge-css": "1.0.1",
|
|
40
|
+
"@utrecht/data-list-css": "1.4.1",
|
|
41
|
+
"@utrecht/blockquote-css": "1.6.1",
|
|
42
|
+
"@utrecht/breadcrumb-nav-css": "1.5.1",
|
|
43
|
+
"@utrecht/button-css": "2.3.1",
|
|
44
|
+
"@utrecht/button-link-css": "1.3.1",
|
|
45
|
+
"@utrecht/checkbox-css": "1.6.1",
|
|
46
|
+
"@utrecht/custom-checkbox-css": "1.3.2",
|
|
47
|
+
"@utrecht/column-layout-css": "1.5.1",
|
|
48
|
+
"@utrecht/document-css": "1.5.1",
|
|
49
|
+
"@utrecht/drawer-css": "1.4.1",
|
|
50
|
+
"@utrecht/figure-css": "1.5.1",
|
|
51
|
+
"@utrecht/form-field-css": "1.5.1",
|
|
52
|
+
"@utrecht/form-field-description-css": "1.5.1",
|
|
53
|
+
"@utrecht/form-field-error-message-css": "1.5.1",
|
|
54
|
+
"@utrecht/form-fieldset-css": "1.5.1",
|
|
55
|
+
"@utrecht/form-label-css": "1.6.1",
|
|
56
|
+
"@utrecht/heading-group-css": "1.5.1",
|
|
57
|
+
"@utrecht/icon-css": "2.0.1",
|
|
58
|
+
"@utrecht/img-css": "1.3.1",
|
|
59
|
+
"@utrecht/link-list-css": "2.3.1",
|
|
60
|
+
"@utrecht/link-css": "1.6.1",
|
|
61
|
+
"@utrecht/ordered-list-css": "2.0.0",
|
|
62
|
+
"@utrecht/page-body-css": "0.1.1",
|
|
63
|
+
"@utrecht/page-content-css": "1.4.1",
|
|
64
|
+
"@utrecht/page-footer-css": "2.1.1",
|
|
65
|
+
"@utrecht/page-header-css": "1.5.1",
|
|
66
|
+
"@utrecht/page-layout-css": "1.1.1",
|
|
67
|
+
"@utrecht/paragraph-css": "2.3.1",
|
|
68
|
+
"@utrecht/pre-heading-css": "1.4.1",
|
|
69
|
+
"@utrecht/radio-button-css": "1.6.1",
|
|
70
|
+
"@utrecht/select-css": "1.8.1",
|
|
71
|
+
"@utrecht/separator-css": "1.5.1",
|
|
72
|
+
"@utrecht/table-css": "1.6.1",
|
|
73
|
+
"@utrecht/textbox-css": "2.0.0",
|
|
74
|
+
"@utrecht/textarea-css": "2.3.1",
|
|
75
|
+
"@utrecht/unordered-list-css": "1.5.1"
|
|
34
76
|
},
|
|
35
77
|
"scripts": {
|
|
36
78
|
"dev": "vite build --watch",
|