@utrecht/component-library-css 1.0.0-alpha.280 → 1.0.0-alpha.283
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 +11 -5
- package/dist/index.css +11 -0
- package/package.json +3 -3
package/dist/html.css
CHANGED
|
@@ -1105,13 +1105,11 @@
|
|
|
1105
1105
|
opacity: 100%;
|
|
1106
1106
|
}
|
|
1107
1107
|
.utrecht-html input[autocomplete~=current-password i],
|
|
1108
|
-
.utrecht-html input[autocomplete~=new-password i]
|
|
1108
|
+
.utrecht-html input[autocomplete~=new-password i],
|
|
1109
|
+
.utrecht-html input[type=password i] {
|
|
1109
1110
|
font-variant-ligatures: none;
|
|
1110
1111
|
font-variant-numeric: slashed-zero;
|
|
1111
1112
|
}
|
|
1112
|
-
.utrecht-html input[type=url i] {
|
|
1113
|
-
font-variant-ligatures: none;
|
|
1114
|
-
}
|
|
1115
1113
|
.utrecht-html input[autocomplete~=bday i],
|
|
1116
1114
|
.utrecht-html input[autocomplete~=bday-day i],
|
|
1117
1115
|
.utrecht-html input[autocomplete~=bday-month i],
|
|
@@ -1132,10 +1130,18 @@
|
|
|
1132
1130
|
.utrecht-html input[autocomplete~=transaction-amount i],
|
|
1133
1131
|
.utrecht-html input[inputmode=decimal i],
|
|
1134
1132
|
.utrecht-html input[inputmode=numeric i],
|
|
1135
|
-
.utrecht-html input[
|
|
1133
|
+
.utrecht-html input[inputmode=tel i],
|
|
1134
|
+
.utrecht-html input[type=number i],
|
|
1135
|
+
.utrecht-html input[type=tel i] {
|
|
1136
1136
|
-moz-appearance: textfield; /* avoid spinner input in Firefox */
|
|
1137
1137
|
font-variant-numeric: lining-nums tabular-nums;
|
|
1138
1138
|
}
|
|
1139
|
+
.utrecht-html input[inputmode=email i],
|
|
1140
|
+
.utrecht-html input[inputmode=url i],
|
|
1141
|
+
.utrecht-html input[type=email i],
|
|
1142
|
+
.utrecht-html input[type=url i] {
|
|
1143
|
+
font-variant-ligatures: none;
|
|
1144
|
+
}
|
|
1139
1145
|
.utrecht-html ul {
|
|
1140
1146
|
font-family: var(--utrecht-document-font-family, inherit);
|
|
1141
1147
|
font-size: var(--utrecht-document-font-size, inherit);
|
package/dist/index.css
CHANGED
|
@@ -3466,6 +3466,17 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
3466
3466
|
font-style: var(--utrecht-form-input-placeholder-font-style);
|
|
3467
3467
|
opacity: 100%;
|
|
3468
3468
|
}
|
|
3469
|
+
.utrecht-textbox--html-input[type=password i] {
|
|
3470
|
+
font-variant-ligatures: none;
|
|
3471
|
+
font-variant-numeric: slashed-zero;
|
|
3472
|
+
}
|
|
3473
|
+
.utrecht-textbox--html-input[type=url i], .utrecht-textbox--html-input[type=email i], .utrecht-textbox--html-input[inputMode=email i], .utrecht-textbox--html-input[inputMode=url i] {
|
|
3474
|
+
font-variant-ligatures: none;
|
|
3475
|
+
}
|
|
3476
|
+
.utrecht-textbox--html-input[type=number i], .utrecht-textbox--html-input[type=tel i], .utrecht-textbox--html-input[inputMode=numeric i], .utrecht-textbox--html-input[inputMode=decimal i], .utrecht-textbox--html-input[inputMode=tel i] {
|
|
3477
|
+
-moz-appearance: textfield; /* avoid spinner input in Firefox */
|
|
3478
|
+
font-variant-numeric: lining-nums tabular-nums;
|
|
3479
|
+
}
|
|
3469
3480
|
|
|
3470
3481
|
/**
|
|
3471
3482
|
* @license EUPL-1.2
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.283",
|
|
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",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"url": "git@github.com:nl-design-system/utrecht.git"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@utrecht/design-tokens": "1.0.0-alpha.
|
|
19
|
+
"@utrecht/design-tokens": "1.0.0-alpha.276",
|
|
20
20
|
"node-sass-package-importer": "5.3.2",
|
|
21
21
|
"rimraf": "3.0.2",
|
|
22
22
|
"sass": "1.54.0"
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"clean": "rimraf dist/"
|
|
28
28
|
},
|
|
29
29
|
"main": "dist/index.css",
|
|
30
|
-
"gitHead": "
|
|
30
|
+
"gitHead": "6d88898effba69578e9a1ccd8b368919f9102399"
|
|
31
31
|
}
|