@utrecht/component-library-css 1.0.0-alpha.349 → 1.0.0-alpha.350
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 +4 -0
- package/dist/index.css +5 -0
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -724,11 +724,15 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
724
724
|
page-break-after: avoid;
|
|
725
725
|
page-break-inside: avoid;
|
|
726
726
|
text-transform: var(--utrecht-form-fieldset-legend-text-transform);
|
|
727
|
+
inline-size: 100%;
|
|
727
728
|
padding-inline-end: 0;
|
|
728
729
|
padding-inline-start: 0;
|
|
729
730
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-legend-margin-block-end, 0));
|
|
730
731
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-legend-margin-block-start, 0));
|
|
731
732
|
}
|
|
733
|
+
.utrecht-html fieldset:disabled > legend {
|
|
734
|
+
color: var(--utrecht-form-fieldset-legend-disabled-color, var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit)));
|
|
735
|
+
}
|
|
732
736
|
.utrecht-html label {
|
|
733
737
|
color: var(--utrecht-form-label-color);
|
|
734
738
|
font-size: var(--utrecht-form-label-font-size);
|
package/dist/index.css
CHANGED
|
@@ -2091,6 +2091,7 @@ ol.utrecht-breadcrumb__list {
|
|
|
2091
2091
|
}
|
|
2092
2092
|
|
|
2093
2093
|
.utrecht-form-fieldset__legend--html-legend {
|
|
2094
|
+
inline-size: 100%;
|
|
2094
2095
|
padding-inline-end: 0;
|
|
2095
2096
|
padding-inline-start: 0;
|
|
2096
2097
|
}
|
|
@@ -2110,6 +2111,10 @@ ol.utrecht-breadcrumb__list {
|
|
|
2110
2111
|
text-transform: var(--utrecht-form-fieldset-legend-text-transform);
|
|
2111
2112
|
}
|
|
2112
2113
|
|
|
2114
|
+
.utrecht-form-fieldset__legend--disabled {
|
|
2115
|
+
color: var(--utrecht-form-fieldset-legend-disabled-color, var(--utrecht-form-fieldset-legend-color, var(--utrecht-document-color, inherit)));
|
|
2116
|
+
}
|
|
2117
|
+
|
|
2113
2118
|
.utrecht-form-fieldset__legend--distanced {
|
|
2114
2119
|
margin-block-end: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-legend-margin-block-end, 0));
|
|
2115
2120
|
margin-block-start: calc(var(--utrecht-space-around, 0) * var(--utrecht-form-fieldset-legend-margin-block-start, 0));
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.350",
|
|
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": "33315bc9f4e047218cf39d83c13ca10152e5cab5"
|
|
30
30
|
}
|