@linzjs/lui 11.5.0 → 11.6.0

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.
@@ -22,6 +22,7 @@ $label-line-height: spacing.$unit-md;
22
22
  @mixin formPlaceholder {
23
23
  &::placeholder {
24
24
  font-weight: normal;
25
+ font-style: italic;
25
26
  color: colors.$input-placeholder;
26
27
  opacity: 1; // Because firefox is cool
27
28
 
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "11.5.0",
2
+ "version": "11.6.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",