@asantemedia-org/leybold-design-system 1.0.7 → 1.0.8

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.
@@ -721,6 +721,12 @@
721
721
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
722
722
  font-size: 18px;
723
723
  }
724
+ .qr-journey-form-wrapper ::-moz-placeholder {
725
+ font-style: normal;
726
+ }
727
+ .qr-journey-form-wrapper ::placeholder {
728
+ font-style: normal;
729
+ }
724
730
  .qr-journey-form-wrapper h1 {
725
731
  font-size: 28px;
726
732
  font-weight: 400;
package/dist/index.scss CHANGED
@@ -721,6 +721,12 @@
721
721
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
722
722
  font-size: 18px;
723
723
  }
724
+ .qr-journey-form-wrapper ::-moz-placeholder {
725
+ font-style: normal;
726
+ }
727
+ .qr-journey-form-wrapper ::placeholder {
728
+ font-style: normal;
729
+ }
724
730
  .qr-journey-form-wrapper h1 {
725
731
  font-size: 28px;
726
732
  font-weight: 400;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@asantemedia-org/leybold-design-system",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Design system for Leybold",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",