@utrecht/component-library-css 1.0.0-alpha.377 → 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.
Files changed (2) hide show
  1. package/dist/index.css +12 -3
  2. package/package.json +2 -2
package/dist/index.css CHANGED
@@ -3849,7 +3849,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
3849
3849
  * Copyright (c) 2021 Robbert Broersma
3850
3850
  * Copyright (c) 2021 Gemeente Utrecht
3851
3851
  */
3852
- .utrecht-ordered-list {
3852
+ .utrecht-ordered-list,
3853
+ .utrecht-ordered-list--html-content ol {
3853
3854
  font-family: var(--utrecht-document-font-family, inherit);
3854
3855
  font-size: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit)));
3855
3856
  line-height: var(--utrecht-ordered-list-font-size, var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit)));
@@ -3866,6 +3867,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
3866
3867
  list-style: arabic-indic;
3867
3868
  }
3868
3869
 
3870
+ .utrecht-ordered-list--html-content > li,
3871
+ .utrecht-ordered-list--html-content ol > li,
3869
3872
  .utrecht-ordered-list__item {
3870
3873
  margin-block-end: var(--utrecht-ordered-list-item-margin-block-end, var(--utrecht-unordered-list-item-margin-block-end));
3871
3874
  margin-block-start: var(--utrecht-ordered-list-item-margin-block-start, var(--utrecht-unordered-list-item-margin-block-start));
@@ -4864,7 +4867,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
4864
4867
  * Copyright (c) 2021 Robbert Broersma
4865
4868
  * Copyright (c) 2021 Gemeente Utrecht
4866
4869
  */
4867
- .utrecht-unordered-list {
4870
+ .utrecht-unordered-list,
4871
+ .utrecht-unordered-list--html-content ul {
4868
4872
  font-family: var(--utrecht-document-font-family, inherit);
4869
4873
  font-size: var(--utrecht-unordered-list-font-size, var(--utrecht-document-font-size, inherit));
4870
4874
  line-height: var(--utrecht-unordered-list-line-height, var(--utrecht-document-line-height, inherit));
@@ -4877,17 +4881,22 @@ however browsers don't seem to have implemented great looking supixel tweening y
4877
4881
  --utrecht-space-around: 1;
4878
4882
  }
4879
4883
 
4880
- .utrecht-unordered-list--nested {
4884
+ .utrecht-unordered-list--nested,
4885
+ .utrecht-unordered-list--html-content ul {
4881
4886
  margin-block-end: 0;
4882
4887
  margin-inline-start: 2ch;
4883
4888
  }
4884
4889
 
4890
+ .utrecht-unordered-list--html-content > li,
4891
+ .utrecht-unordered-list--html-content ul > li,
4885
4892
  .utrecht-unordered-list__item {
4886
4893
  margin-block-end: var(--utrecht-unordered-list-item-margin-block-end);
4887
4894
  margin-block-start: var(--utrecht-unordered-list-item-margin-block-start);
4888
4895
  padding-inline-start: var(--utrecht-unordered-list-item-padding-inline-start, 1ch);
4889
4896
  }
4890
4897
 
4898
+ .utrecht-unordered-list--html-content > li::marker,
4899
+ .utrecht-unordered-list--html-content ul > li::marker,
4891
4900
  .utrecht-unordered-list__item::marker,
4892
4901
  .utrecht-unordered-list__marker {
4893
4902
  color: var(--utrecht-unordered-list-marker-color);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.0-alpha.377",
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": "ebec2bd51149743cc576ff17c87feb7b68b1fddb"
29
+ "gitHead": "d49b12f313745d5a99b9ef2c09ae777b544a2c6d"
30
30
  }