@utrecht/component-library-css 1.0.0-alpha.491 → 1.0.0-alpha.492
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 -1
- package/dist/index.css +1 -1
- package/package.json +2 -2
package/dist/html.css
CHANGED
|
@@ -1416,7 +1416,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1416
1416
|
font-size: var(--utrecht-textbox-font-size, var(--utrecht-form-control-font-size, 1em));
|
|
1417
1417
|
font-weight: initial; /* harden */
|
|
1418
1418
|
height: initial; /* harden */
|
|
1419
|
-
line-height: initial;
|
|
1419
|
+
line-height: var(--utrecht-textbox-line-height, var(--utrecht-form-control-line-height, initial));
|
|
1420
1420
|
max-inline-size: var(--utrecht-textbox-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
1421
1421
|
padding-block-end: var(--utrecht-textbox-padding-block-end, var(--utrecht-form-control-padding-block-end, 0));
|
|
1422
1422
|
padding-block-start: var(--utrecht-textbox-padding-block-start, var(--utrecht-form-control-padding-block-start, 0));
|
package/dist/index.css
CHANGED
|
@@ -5170,7 +5170,7 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5170
5170
|
font-size: var(--utrecht-textbox-font-size, var(--utrecht-form-control-font-size, 1em));
|
|
5171
5171
|
font-weight: initial; /* harden */
|
|
5172
5172
|
height: initial; /* harden */
|
|
5173
|
-
line-height: initial;
|
|
5173
|
+
line-height: var(--utrecht-textbox-line-height, var(--utrecht-form-control-line-height, initial));
|
|
5174
5174
|
max-inline-size: var(--utrecht-textbox-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
5175
5175
|
padding-block-end: var(--utrecht-textbox-padding-block-end, var(--utrecht-form-control-padding-block-end, 0));
|
|
5176
5176
|
padding-block-start: var(--utrecht-textbox-padding-block-start, var(--utrecht-form-control-padding-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.492",
|
|
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": "0a75a5467dad967bc7caccefa7ee1ebf22a5d432"
|
|
30
30
|
}
|