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

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/html.css CHANGED
@@ -103,6 +103,11 @@
103
103
  * @license EUPL-1.2
104
104
  * Copyright (c) 2021 Robbert Broersma
105
105
  */
106
+ /**
107
+ * @license EUPL-1.2
108
+ * Copyright (c) 2021 Robbert Broersma
109
+ */
110
+ /* stylelint-disable-next-line block-no-empty */
106
111
  /**
107
112
  * @license EUPL-1.2
108
113
  * Copyright (c) 2021 Robbert Broersma
package/dist/index.css CHANGED
@@ -2406,13 +2406,18 @@ ol.utrecht-breadcrumb__list {
2406
2406
  * @license EUPL-1.2
2407
2407
  * Copyright (c) 2021 Robbert Broersma
2408
2408
  */
2409
+ /**
2410
+ * @license EUPL-1.2
2411
+ * Copyright (c) 2021 Robbert Broersma
2412
+ */
2409
2413
  /* stylelint-disable-next-line block-no-empty */
2410
2414
  .utrecht-form-fieldset {
2411
2415
  margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-end, 0));
2412
2416
  margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-margin-block-start, 0));
2413
2417
  }
2414
2418
 
2415
- .utrecht-form-fieldset--html-fieldset {
2419
+ .utrecht-form-fieldset--html-fieldset,
2420
+ .utrecht-form-fieldset__fieldset--html-fieldset {
2416
2421
  all: revert;
2417
2422
  border: 0;
2418
2423
  margin-inline-end: 0;
@@ -3844,7 +3849,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
3844
3849
  * Copyright (c) 2021 Robbert Broersma
3845
3850
  * Copyright (c) 2021 Gemeente Utrecht
3846
3851
  */
3847
- .utrecht-ordered-list {
3852
+ .utrecht-ordered-list,
3853
+ .utrecht-ordered-list--html-content ol {
3848
3854
  font-family: var(--utrecht-document-font-family, inherit);
3849
3855
  font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
3850
3856
  line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
@@ -3861,6 +3867,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
3861
3867
  list-style: arabic-indic;
3862
3868
  }
3863
3869
 
3870
+ .utrecht-ordered-list--html-content > li,
3871
+ .utrecht-ordered-list--html-content ol > li,
3864
3872
  .utrecht-ordered-list__item {
3865
3873
  margin-block-end: var(--utrecht-ordered-list-item-margin-block-end, var(--utrecht-unordered-list-item-margin-block-end));
3866
3874
  margin-block-start: var(--utrecht-ordered-list-item-margin-block-start, var(--utrecht-unordered-list-item-margin-block-start));
@@ -4859,7 +4867,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
4859
4867
  * Copyright (c) 2021 Robbert Broersma
4860
4868
  * Copyright (c) 2021 Gemeente Utrecht
4861
4869
  */
4862
- .utrecht-unordered-list {
4870
+ .utrecht-unordered-list,
4871
+ .utrecht-unordered-list--html-content ul {
4863
4872
  font-family: var(--utrecht-document-font-family, inherit);
4864
4873
  font-size: var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit));
4865
4874
  line-height: var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit));
@@ -4872,17 +4881,22 @@ however browsers don't seem to have implemented great looking supixel tweening y
4872
4881
  --utrecht-space-around: 1;
4873
4882
  }
4874
4883
 
4875
- .utrecht-unordered-list--nested {
4884
+ .utrecht-unordered-list--nested,
4885
+ .utrecht-unordered-list--html-content ul {
4876
4886
  margin-block-end: 0;
4877
4887
  margin-inline-start: 2ch;
4878
4888
  }
4879
4889
 
4890
+ .utrecht-unordered-list--html-content > li,
4891
+ .utrecht-unordered-list--html-content ul > li,
4880
4892
  .utrecht-unordered-list__item {
4881
4893
  margin-block-end: var(--utrecht-unordered-list-item-margin-block-end);
4882
4894
  margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
4883
4895
  padding-inline-start: var(--utrecht-unordered-list-item-padding-inline-start, 1ch);
4884
4896
  }
4885
4897
 
4898
+ .utrecht-unordered-list--html-content > li::marker,
4899
+ .utrecht-unordered-list--html-content ul > li::marker,
4886
4900
  .utrecht-unordered-list__item::marker,
4887
4901
  .utrecht-unordered-list__marker {
4888
4902
  color: var(--utrecht-unordered-list-marker-color);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.376",
2
+ "version": "1.0.0-alpha.378",
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": "738ac2a8e6a9d7c5f20543033c38791c97d99935"
29
+ "gitHead": "d49b12f313745d5a99b9ef2c09ae777b544a2c6d"
30
30
  }