@utrecht/component-library-css 7.1.3 → 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 +2 -2
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",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"@utrecht/skip-link-css": "1.5.0",
|
|
108
108
|
"@utrecht/spotlight-section-css": "1.6.0",
|
|
109
109
|
"@utrecht/surface-css": "1.4.0",
|
|
110
|
-
"@utrecht/table-css": "1.
|
|
110
|
+
"@utrecht/table-css": "1.6.0",
|
|
111
111
|
"@utrecht/table-of-contents-css": "0.3.0",
|
|
112
112
|
"@utrecht/textarea-css": "2.3.0",
|
|
113
113
|
"@utrecht/textbox-css": "1.7.0",
|