@utrecht/component-library-css 3.1.0 → 4.0.0
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/CHANGELOG.md +31 -0
- package/dist/html.css +1 -7
- package/dist/html.js +1 -0
- package/dist/index.css +1652 -1391
- package/dist/index.js +1 -0
- package/package.json +8 -5
- package/rollup.config.mjs +37 -0
- package/src/html.scss +1 -1
- package/src/index.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# @utrecht/component-library-css
|
|
2
2
|
|
|
3
|
+
## 4.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 14c8559: Replace `utrecht.link-list.item.margin-block-start` design token with `utrecht.link-list.row-gap`.
|
|
8
|
+
- bd0514c: Rename tokens in the Link list component, because they should be on `link` instead of on `item`. "Item" currently only exists in CSS, but is not necessary to build the Link list in Figma.
|
|
9
|
+
|
|
10
|
+
- Rename `utrecht.link-list.item.font-weight` to `utrecht.link-list.link.font-weight`.
|
|
11
|
+
- Rename `utrecht.link-list.item.column-gap` to `utrecht.link-list.link.column-gap`.
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- e2b188d: Add design token to Link list component: `utrecht.link-list.link.text-decoration`, so you can enable or disable the underline. By default the links have no underline.
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 0e2e4da: Fix rendering of the checkbox component in the combined indeterminate and checked state, to have an indeterminate icon instead of a checked icon.'
|
|
20
|
+
|
|
21
|
+
## 3.2.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- 8d8babe: Add 5 missing CSS components to CSS component library bundle.
|
|
26
|
+
|
|
27
|
+
- `utrecht-combobox`
|
|
28
|
+
- `utrecht-currency-data`
|
|
29
|
+
- `utrecht-data-placeholder`
|
|
30
|
+
- `utrecht-listbox`
|
|
31
|
+
- `utrecht-logo-image`
|
|
32
|
+
- `utrecht-preserve-data`
|
|
33
|
+
|
|
3
34
|
## 3.1.0
|
|
4
35
|
|
|
5
36
|
### Minor Changes
|
package/dist/html.css
CHANGED
|
@@ -911,7 +911,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
911
911
|
}
|
|
912
912
|
.utrecht-html h1 {
|
|
913
913
|
break-inside: avoid-column;
|
|
914
|
-
page-break-after: avoid;
|
|
915
914
|
page-break-inside: avoid;
|
|
916
915
|
color: var(--utrecht-heading-1-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
917
916
|
font-family: var(--utrecht-heading-1-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
@@ -925,7 +924,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
925
924
|
}
|
|
926
925
|
.utrecht-html h2 {
|
|
927
926
|
break-inside: avoid-column;
|
|
928
|
-
page-break-after: avoid;
|
|
929
927
|
page-break-inside: avoid;
|
|
930
928
|
color: var(--utrecht-heading-2-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
931
929
|
font-family: var(--utrecht-heading-2-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
@@ -939,7 +937,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
939
937
|
}
|
|
940
938
|
.utrecht-html h3 {
|
|
941
939
|
break-inside: avoid-column;
|
|
942
|
-
page-break-after: avoid;
|
|
943
940
|
page-break-inside: avoid;
|
|
944
941
|
color: var(--utrecht-heading-3-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
945
942
|
font-family: var(--utrecht-heading-3-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
@@ -953,7 +950,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
953
950
|
}
|
|
954
951
|
.utrecht-html h4 {
|
|
955
952
|
break-inside: avoid-column;
|
|
956
|
-
page-break-after: avoid;
|
|
957
953
|
page-break-inside: avoid;
|
|
958
954
|
color: var(--utrecht-heading-4-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
959
955
|
font-family: var(--utrecht-heading-4-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
@@ -967,7 +963,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
967
963
|
}
|
|
968
964
|
.utrecht-html h5 {
|
|
969
965
|
break-inside: avoid-column;
|
|
970
|
-
page-break-after: avoid;
|
|
971
966
|
page-break-inside: avoid;
|
|
972
967
|
color: var(--utrecht-heading-5-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
973
968
|
font-family: var(--utrecht-heading-5-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
@@ -981,7 +976,6 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
981
976
|
}
|
|
982
977
|
.utrecht-html h6 {
|
|
983
978
|
break-inside: avoid-column;
|
|
984
|
-
page-break-after: avoid;
|
|
985
979
|
page-break-inside: avoid;
|
|
986
980
|
color: var(--utrecht-heading-6-color, var(--utrecht-heading-color, var(--utrecht-document-color, inherit)));
|
|
987
981
|
font-family: var(--utrecht-heading-6-font-family, var(--utrecht-heading-font-family, var(--utrecht-document-font-family)));
|
|
@@ -1838,4 +1832,4 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1838
1832
|
.utrecht-html ul > li::marker {
|
|
1839
1833
|
color: var(--utrecht-unordered-list-marker-color);
|
|
1840
1834
|
content: "●";
|
|
1841
|
-
}
|
|
1835
|
+
}
|
package/dist/html.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var undefined$1 = undefined;export{undefined$1 as default};
|