@utrecht/component-library-css 7.1.2 → 7.1.4
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/dist/index.css +5 -1
- package/dist/prince-xml.css +5 -1
- package/package.json +22 -22
package/dist/index.css
CHANGED
|
@@ -6340,13 +6340,17 @@
|
|
|
6340
6340
|
margin-inline-end: 0;
|
|
6341
6341
|
margin-inline-start: 0;
|
|
6342
6342
|
}
|
|
6343
|
+
.utrecht-table-container {
|
|
6344
|
+
display: block;
|
|
6345
|
+
overflow: auto;
|
|
6346
|
+
}
|
|
6347
|
+
|
|
6343
6348
|
.utrecht-table-container--overflow-inline {
|
|
6344
6349
|
background-attachment: local, local, scroll, scroll;
|
|
6345
6350
|
background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
|
|
6346
6351
|
background-position: left center, right center, left center, right center;
|
|
6347
6352
|
background-repeat: no-repeat;
|
|
6348
6353
|
background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
|
|
6349
|
-
overflow: auto;
|
|
6350
6354
|
}
|
|
6351
6355
|
|
|
6352
6356
|
.utrecht-table {
|
package/dist/prince-xml.css
CHANGED
|
@@ -6208,13 +6208,17 @@
|
|
|
6208
6208
|
margin-right: 0;
|
|
6209
6209
|
margin-left: 0;
|
|
6210
6210
|
}
|
|
6211
|
+
.utrecht-table-container {
|
|
6212
|
+
display: block;
|
|
6213
|
+
overflow: auto;
|
|
6214
|
+
}
|
|
6215
|
+
|
|
6211
6216
|
.utrecht-table-container--overflow-inline {
|
|
6212
6217
|
background-attachment: local, local, scroll, scroll;
|
|
6213
6218
|
background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
|
|
6214
6219
|
background-position: left center, right center, left center, right center;
|
|
6215
6220
|
background-repeat: no-repeat;
|
|
6216
6221
|
background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
|
|
6217
|
-
overflow: auto;
|
|
6218
6222
|
}
|
|
6219
6223
|
|
|
6220
6224
|
.utrecht-table {
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "7.1.
|
|
2
|
+
"version": "7.1.4",
|
|
3
3
|
"author": "Community for NL Design System",
|
|
4
4
|
"description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
|
|
5
5
|
"license": "EUPL-1.2",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@utrecht/accordion-css": "1.6.0",
|
|
24
|
+
"@utrecht/alert-css": "2.2.0",
|
|
25
|
+
"@utrecht/alert-dialog-css": "1.4.1",
|
|
24
26
|
"@utrecht/alternate-lang-nav-css": "1.3.0",
|
|
25
27
|
"@utrecht/article-css": "1.5.0",
|
|
26
|
-
"@utrecht/alert-dialog-css": "1.4.1",
|
|
27
|
-
"@utrecht/alert-css": "2.2.0",
|
|
28
28
|
"@utrecht/backdrop-css": "1.4.0",
|
|
29
29
|
"@utrecht/badge-counter-css": "1.4.0",
|
|
30
|
-
"@utrecht/blockquote-css": "1.6.0",
|
|
31
|
-
"@utrecht/badge-status-css": "1.4.0",
|
|
32
30
|
"@utrecht/badge-list-css": "2.2.0",
|
|
31
|
+
"@utrecht/badge-status-css": "1.4.0",
|
|
32
|
+
"@utrecht/blockquote-css": "1.6.0",
|
|
33
33
|
"@utrecht/body-css": "1.2.0",
|
|
34
34
|
"@utrecht/breadcrumb-nav-css": "1.4.0",
|
|
35
35
|
"@utrecht/button-css": "2.3.0",
|
|
@@ -41,17 +41,17 @@
|
|
|
41
41
|
"@utrecht/code-css": "1.5.0",
|
|
42
42
|
"@utrecht/color-sample-css": "1.4.0",
|
|
43
43
|
"@utrecht/column-layout-css": "1.5.0",
|
|
44
|
-
"@utrecht/currency-data-css": "1.3.0",
|
|
45
44
|
"@utrecht/combobox-css": "1.4.0",
|
|
45
|
+
"@utrecht/currency-data-css": "1.3.0",
|
|
46
46
|
"@utrecht/custom-checkbox-css": "1.3.1",
|
|
47
47
|
"@utrecht/data-badge-css": "1.0.0",
|
|
48
48
|
"@utrecht/data-list-css": "1.4.0",
|
|
49
|
-
"@utrecht/digid-button-css": "1.4.0",
|
|
50
49
|
"@utrecht/data-placeholder-css": "1.4.0",
|
|
50
|
+
"@utrecht/digid-button-css": "1.4.0",
|
|
51
51
|
"@utrecht/document-css": "1.5.0",
|
|
52
52
|
"@utrecht/drawer-css": "1.4.0",
|
|
53
|
-
"@utrecht/figure-css": "1.5.0",
|
|
54
53
|
"@utrecht/emphasis-css": "1.5.0",
|
|
54
|
+
"@utrecht/figure-css": "1.5.0",
|
|
55
55
|
"@utrecht/form-css": "1.5.0",
|
|
56
56
|
"@utrecht/form-field-css": "1.5.0",
|
|
57
57
|
"@utrecht/form-field-description-css": "1.5.0",
|
|
@@ -60,34 +60,34 @@
|
|
|
60
60
|
"@utrecht/form-label-css": "1.6.0",
|
|
61
61
|
"@utrecht/form-toggle-css": "1.5.0",
|
|
62
62
|
"@utrecht/heading-1-css": "1.5.0",
|
|
63
|
+
"@utrecht/heading-2-css": "1.5.0",
|
|
63
64
|
"@utrecht/heading-3-css": "1.5.0",
|
|
64
|
-
"@utrecht/heading-5-css": "1.5.0",
|
|
65
65
|
"@utrecht/heading-4-css": "1.5.0",
|
|
66
|
-
"@utrecht/heading-
|
|
66
|
+
"@utrecht/heading-5-css": "1.5.0",
|
|
67
67
|
"@utrecht/heading-6-css": "1.5.0",
|
|
68
68
|
"@utrecht/heading-group-css": "1.5.0",
|
|
69
|
-
"@utrecht/iban-data-css": "1.3.0",
|
|
70
69
|
"@utrecht/html-content-css": "1.4.0",
|
|
70
|
+
"@utrecht/iban-data-css": "1.3.0",
|
|
71
71
|
"@utrecht/icon-css": "2.0.0",
|
|
72
72
|
"@utrecht/img-css": "1.3.0",
|
|
73
73
|
"@utrecht/index-char-nav-css": "1.4.0",
|
|
74
74
|
"@utrecht/link-button-css": "1.4.0",
|
|
75
75
|
"@utrecht/link-css": "1.6.0",
|
|
76
|
-
"@utrecht/list-social-css": "1.4.0",
|
|
77
76
|
"@utrecht/link-list-css": "2.3.0",
|
|
78
77
|
"@utrecht/link-social-css": "1.4.0",
|
|
78
|
+
"@utrecht/list-social-css": "1.4.0",
|
|
79
79
|
"@utrecht/listbox-css": "1.5.1",
|
|
80
|
+
"@utrecht/logo-button-css": "1.4.0",
|
|
80
81
|
"@utrecht/logo-css": "1.4.0",
|
|
82
|
+
"@utrecht/logo-image-css": "1.4.0",
|
|
81
83
|
"@utrecht/map-marker-css": "1.4.0",
|
|
82
84
|
"@utrecht/mark-css": "1.5.0",
|
|
83
|
-
"@utrecht/logo-image-css": "1.4.0",
|
|
84
|
-
"@utrecht/logo-button-css": "1.4.0",
|
|
85
|
-
"@utrecht/nav-bar-css": "1.4.0",
|
|
86
85
|
"@utrecht/multiline-data-css": "1.3.0",
|
|
86
|
+
"@utrecht/nav-bar-css": "1.4.0",
|
|
87
87
|
"@utrecht/nav-list-css": "1.3.0",
|
|
88
|
+
"@utrecht/number-badge-css": "2.3.0",
|
|
88
89
|
"@utrecht/number-data-css": "1.4.0",
|
|
89
90
|
"@utrecht/ordered-list-css": "1.5.1",
|
|
90
|
-
"@utrecht/number-badge-css": "2.3.0",
|
|
91
91
|
"@utrecht/page-body-css": "0.1.0",
|
|
92
92
|
"@utrecht/page-content-css": "1.4.0",
|
|
93
93
|
"@utrecht/page-css": "1.4.0",
|
|
@@ -95,22 +95,22 @@
|
|
|
95
95
|
"@utrecht/page-header-css": "1.5.0",
|
|
96
96
|
"@utrecht/page-layout-css": "1.1.0",
|
|
97
97
|
"@utrecht/pagination-css": "1.4.0",
|
|
98
|
-
"@utrecht/pre-heading-css": "1.4.0",
|
|
99
98
|
"@utrecht/paragraph-css": "2.3.0",
|
|
99
|
+
"@utrecht/pre-heading-css": "1.4.0",
|
|
100
100
|
"@utrecht/preserve-data-css": "1.3.0",
|
|
101
101
|
"@utrecht/radio-button-css": "1.6.0",
|
|
102
102
|
"@utrecht/rich-text-css": "1.3.0",
|
|
103
103
|
"@utrecht/root-css": "1.2.0",
|
|
104
104
|
"@utrecht/search-bar-css": "2.2.0",
|
|
105
|
-
"@utrecht/separator-css": "1.5.0",
|
|
106
105
|
"@utrecht/select-css": "1.8.0",
|
|
106
|
+
"@utrecht/separator-css": "1.5.0",
|
|
107
|
+
"@utrecht/skip-link-css": "1.5.0",
|
|
107
108
|
"@utrecht/spotlight-section-css": "1.6.0",
|
|
108
109
|
"@utrecht/surface-css": "1.4.0",
|
|
109
|
-
"@utrecht/
|
|
110
|
-
"@utrecht/table-css": "1.5.0",
|
|
111
|
-
"@utrecht/textarea-css": "2.3.0",
|
|
112
|
-
"@utrecht/textbox-css": "1.6.0",
|
|
110
|
+
"@utrecht/table-css": "1.6.0",
|
|
113
111
|
"@utrecht/table-of-contents-css": "0.3.0",
|
|
112
|
+
"@utrecht/textarea-css": "2.3.0",
|
|
113
|
+
"@utrecht/textbox-css": "1.7.0",
|
|
114
114
|
"@utrecht/top-task-link-css": "1.4.0",
|
|
115
115
|
"@utrecht/top-task-nav-css": "1.3.0",
|
|
116
116
|
"@utrecht/unordered-list-css": "1.5.0",
|