@utrecht/component-library-css 1.0.0-alpha.589 → 1.0.0-alpha.590
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 +1 -0
- package/dist/index.css +1 -0
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -841,6 +841,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
841
841
|
line-height: var(--utrecht-figure-caption-line-height);
|
|
842
842
|
}
|
|
843
843
|
.utrecht-html form {
|
|
844
|
+
display: block;
|
|
844
845
|
max-inline-size: var(--utrecht-form-max-inline-size);
|
|
845
846
|
}
|
|
846
847
|
.utrecht-html legend {
|
package/dist/index.css
CHANGED
|
@@ -2700,6 +2700,7 @@ so do not apply these styles to an HTML `<dialog>` element without `open` attrib
|
|
|
2700
2700
|
* Copyright (c) 2020-2022 Frameless B.V.
|
|
2701
2701
|
*/
|
|
2702
2702
|
.utrecht-form {
|
|
2703
|
+
display: block;
|
|
2703
2704
|
max-inline-size: var(--utrecht-form-max-inline-size);
|
|
2704
2705
|
}
|
|
2705
2706
|
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.590",
|
|
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": "30d030b3ff79fc39aa89c8921a0b0d4951bd117e"
|
|
30
30
|
}
|