@utrecht/component-library-css 1.0.0-alpha.513 → 1.0.0-alpha.514
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/index.css +18 -0
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -5510,6 +5510,24 @@ however browsers don't seem to have implemented great looking supixel tweening y
|
|
|
5510
5510
|
font-variant-numeric: slashed-zero;
|
|
5511
5511
|
}
|
|
5512
5512
|
|
|
5513
|
+
/**
|
|
5514
|
+
* This class name is experimental.
|
|
5515
|
+
*/
|
|
5516
|
+
.utrecht-textbox--placeholder-ltr::placeholder, .utrecht-textbox--placeholder-ltr:placeholder-shown {
|
|
5517
|
+
/* For <input dir="rtr" placeholder="+31 555 1234">,
|
|
5518
|
+
* behave as `dir="auto"` when the placeholder is shown. */
|
|
5519
|
+
direction: ltr;
|
|
5520
|
+
}
|
|
5521
|
+
|
|
5522
|
+
/**
|
|
5523
|
+
* This class name is experimental.
|
|
5524
|
+
*/
|
|
5525
|
+
.utrecht-textbox--placeholder-rtl::placeholder, .utrecht-textbox--placeholder-rtl:placeholder-shown {
|
|
5526
|
+
/* For <input dir="rtr" placeholder="+31 555 1234">,
|
|
5527
|
+
* behave as `dir="auto"` when the placeholder is shown. */
|
|
5528
|
+
direction: rtl;
|
|
5529
|
+
}
|
|
5530
|
+
|
|
5513
5531
|
.utrecht-textbox--url {
|
|
5514
5532
|
font-variant-ligatures: none;
|
|
5515
5533
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.0.0-alpha.
|
|
2
|
+
"version": "1.0.0-alpha.514",
|
|
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": "94a84d1619a8303adc5933bebf5fe05b8ae2dae7"
|
|
30
30
|
}
|