@utrecht/component-library-css 1.0.0-alpha.378 → 1.0.0-alpha.379

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.
Files changed (2) hide show
  1. package/dist/index.css +40 -0
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -4474,6 +4474,46 @@ however browsers don't seem to have implemented great looking supixel tweening y
4474
4474
  text-decoration: var(--utrecht-skip-link-focus-text-decoration);
4475
4475
  }
4476
4476
 
4477
+ /**
4478
+ * @license EUPL-1.2
4479
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4480
+ * Copyright (c) 2020-2022 Frameless B.V.
4481
+ */
4482
+ /**
4483
+ * @license EUPL-1.2
4484
+ * Copyright (c) 2020-2022 Gemeente Utrecht
4485
+ * Copyright (c) 2020-2022 Frameless B.V.
4486
+ */
4487
+ .utrecht-spotlight-section {
4488
+ background-color: var(--_utrecht-spotlight-section-background-color, var(--utrecht-spotlight-section-background-color));
4489
+ border-color: var(--_utrecht-spotlight-section-border-color, var(--utrecht-spotlight-section-border-color));
4490
+ border-style: solid;
4491
+ border-width: var(--_utrecht-spotlight-section-border-width, var(--utrecht-spotlight-section-border-width, 0));
4492
+ color: var(--_utrecht-spotlight-section-color, var(--utrecht-spotlight-section-color));
4493
+ margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-spotlight-section-margin-block-end, 0));
4494
+ margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-spotlight-section-margin-block-start, 0));
4495
+ padding-block-end: var(--utrecht-spotlight-section-padding-block-end);
4496
+ padding-block-start: var(--utrecht-spotlight-section-padding-block-start);
4497
+ padding-inline-end: var(--utrecht-spotlight-section-padding-inline-end);
4498
+ padding-inline-start: var(--utrecht-spotlight-section-padding-inline-start);
4499
+ }
4500
+
4501
+ .utrecht-spotlight-section--info {
4502
+ --_utrecht-spotlight-section-icon-color: var(--utrecht-spotlight-section-icon-info-color);
4503
+ --_utrecht-spotlight-section-background-color: var(--utrecht-spotlight-section-info-background-color);
4504
+ --_utrecht-spotlight-section-border-color: var(--utrecht-spotlight-section-info-border-color);
4505
+ --_utrecht-spotlight-section-border-width: var(--utrecht-spotlight-section-info-border-width);
4506
+ --_utrecht-spotlight-section-color: var(--utrecht-spotlight-section-info-color);
4507
+ }
4508
+
4509
+ .utrecht-spotlight-section--warning {
4510
+ --_utrecht-spotlight-section-icon-color: var(--utrecht-spotlight-section-icon-warning-color);
4511
+ --_utrecht-spotlight-section-background-color: var(--utrecht-spotlight-section-warning-background-color);
4512
+ --_utrecht-spotlight-section-border-color: var(--utrecht-spotlight-section-warning-border-color);
4513
+ --_utrecht-spotlight-section-border-width: var(--utrecht-spotlight-section-warning-border-width);
4514
+ --_utrecht-spotlight-section-color: var(--utrecht-spotlight-section-warning-color);
4515
+ }
4516
+
4477
4517
  /**
4478
4518
  * @license EUPL-1.2
4479
4519
  * Copyright (c) 2021 Robbert Broersma
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.378",
2
+ "version": "1.0.0-alpha.379",
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": "d49b12f313745d5a99b9ef2c09ae777b544a2c6d"
29
+ "gitHead": "70c085346246d53dcfc83671bad921b3ed9c61d3"
30
30
  }