@utrecht/component-library-css 1.0.0-alpha.575 → 1.0.0-alpha.577
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 +44 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -2313,6 +2313,28 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2313
2313
|
outline-style: revert;
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
|
+
/**
|
|
2317
|
+
* @license EUPL-1.2
|
|
2318
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
2319
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
2320
|
+
*/
|
|
2321
|
+
/**
|
|
2322
|
+
* @license EUPL-1.2
|
|
2323
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
2324
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
2325
|
+
*/
|
|
2326
|
+
.utrecht-column-layout {
|
|
2327
|
+
column-gap: var(--utrecht-column-layout-gap, 2em);
|
|
2328
|
+
column-width: var(--utrecht-column-layout-column-width, 40ch);
|
|
2329
|
+
display: block;
|
|
2330
|
+
}
|
|
2331
|
+
|
|
2332
|
+
.utrecht-column-layout--rule {
|
|
2333
|
+
column-rule-color: var(--utrecht-column-layout-column-rule-color);
|
|
2334
|
+
column-rule-style: solid;
|
|
2335
|
+
column-rule-width: var(--utrecht-column-layout-column-rule-width, 0);
|
|
2336
|
+
}
|
|
2337
|
+
|
|
2316
2338
|
/**
|
|
2317
2339
|
* @license EUPL-1.2
|
|
2318
2340
|
* Copyright (c) 2021 Robbert Broersma
|
|
@@ -4211,6 +4233,28 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
4211
4233
|
outline-style: revert;
|
|
4212
4234
|
}
|
|
4213
4235
|
|
|
4236
|
+
/**
|
|
4237
|
+
* @license EUPL-1.2
|
|
4238
|
+
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
|
4239
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
4240
|
+
*/
|
|
4241
|
+
/**
|
|
4242
|
+
* @license EUPL-1.2
|
|
4243
|
+
* Copyright (c) 2021 Gemeente Utrecht
|
|
4244
|
+
* Copyright (c) 2021 Robbert Broersma
|
|
4245
|
+
*/
|
|
4246
|
+
.utrecht-multiline-data {
|
|
4247
|
+
white-space: pre-line;
|
|
4248
|
+
/* stylelint-disable-next-line property-no-unknown */
|
|
4249
|
+
white-space-collapse: preserve-breaks;
|
|
4250
|
+
}
|
|
4251
|
+
|
|
4252
|
+
.utrecht-multiline-data--html-pre {
|
|
4253
|
+
font-family: inherit;
|
|
4254
|
+
margin-block-end: 0;
|
|
4255
|
+
margin-block-start: 0;
|
|
4256
|
+
}
|
|
4257
|
+
|
|
4214
4258
|
/**
|
|
4215
4259
|
* @license EUPL-1.2
|
|
4216
4260
|
* Copyright (c) 2021 The Knights Who Say NIH! B.V.
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.577",
|
|
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",
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"clean": "rimraf dist/"
|
|
27
27
|
},
|
|
28
28
|
"main": "dist/index.css",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "7fdaf0f100856ed33b188092dfb8c8c665f09d1f"
|
|
30
30
|
}
|