@utrecht/component-library-css 3.0.1-alpha.40 → 3.0.1-alpha.41
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 +2 -0
- package/dist/index.css +2 -0
- package/package.json +1 -1
package/dist/html.css
CHANGED
|
@@ -1324,6 +1324,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
1324
1324
|
font-family: var(--utrecht-select-font-family, var(--utrecht-form-control-font-family));
|
|
1325
1325
|
font-size: var(--utrecht-select-font-size, var(--utrecht-form-control-font-size));
|
|
1326
1326
|
inline-size: 100%;
|
|
1327
|
+
min-block-size: var(--utrecht-select-min-block-size, var(--utrecht-pointer-target-min-size, 44px));
|
|
1328
|
+
min-inline-size: var(--utrecht-pointer-target-min-size, 44px);
|
|
1327
1329
|
max-inline-size: var(--utrecht-select-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
1328
1330
|
padding-block-end: var(--utrecht-select-padding-block-end, var(--utrecht-form-control-padding-block-end));
|
|
1329
1331
|
padding-block-start: var(--utrecht-select-padding-block-start, var(--utrecht-form-control-padding-block-start));
|
package/dist/index.css
CHANGED
|
@@ -5680,6 +5680,8 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5680
5680
|
font-family: var(--utrecht-select-font-family, var(--utrecht-form-control-font-family));
|
|
5681
5681
|
font-size: var(--utrecht-select-font-size, var(--utrecht-form-control-font-size));
|
|
5682
5682
|
inline-size: 100%;
|
|
5683
|
+
min-block-size: var(--utrecht-select-min-block-size, var(--utrecht-pointer-target-min-size, 44px));
|
|
5684
|
+
min-inline-size: var(--utrecht-pointer-target-min-size, 44px);
|
|
5683
5685
|
max-inline-size: var(--utrecht-select-max-inline-size, var(--utrecht-form-control-max-inline-size));
|
|
5684
5686
|
padding-block-end: var(--utrecht-select-padding-block-end, var(--utrecht-form-control-padding-block-end));
|
|
5685
5687
|
padding-block-start: var(--utrecht-select-padding-block-start, var(--utrecht-form-control-padding-block-start));
|
package/package.json
CHANGED