@utrecht/component-library-css 1.0.0-alpha.576 → 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 +22 -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
|
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
|
}
|