@utrecht/component-library-css 1.0.0-alpha.570 → 1.0.0-alpha.571
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 +30 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -292,6 +292,36 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
292
292
|
--_utrecht-alert-color: var(--utrecht-alert-warning-color);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
+
/**
|
|
296
|
+
* @license EUPL-1.2
|
|
297
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
298
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
299
|
+
*/
|
|
300
|
+
/**
|
|
301
|
+
* @license EUPL-1.2
|
|
302
|
+
* Copyright (c) 2020-2022 Gemeente Utrecht
|
|
303
|
+
* Copyright (c) 2020-2022 Frameless B.V.
|
|
304
|
+
*/
|
|
305
|
+
/* stylelint-disable-next-line block-no-empty */
|
|
306
|
+
.utrecht-index-char-nav {
|
|
307
|
+
--utrecht-button-padding-inline-start: 1ch;
|
|
308
|
+
--utrecht-button-padding-inline-end: 1ch;
|
|
309
|
+
display: flex;
|
|
310
|
+
flex-wrap: wrap;
|
|
311
|
+
gap: var(--utrecht-index-char-nav-gap);
|
|
312
|
+
margin-block-end: var(--utrecht-index-char-nav-margin-block-end);
|
|
313
|
+
margin-block-start: var(--utrecht-index-char-nav-margin-block-start);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
.utrecht-index-char-nav__link--current {
|
|
317
|
+
--utrecht-button-primary-action-font-weight: var(--utrecht-index-char-nav-link-current-font-weight);
|
|
318
|
+
--utrecht-button-link-primary-action-font-weight: var(--utrecht-index-char-nav-link-current-font-weight);
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
.utrecht-index-char-nav__link--disabled {
|
|
322
|
+
pointer-events: none;
|
|
323
|
+
}
|
|
324
|
+
|
|
295
325
|
/**
|
|
296
326
|
* @license EUPL-1.2
|
|
297
327
|
* Copyright (c) 2020-2022 Gemeente Utrecht
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.571",
|
|
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": "61532825271b92f9a30182fc0a2c24d3147baaf5"
|
|
30
30
|
}
|