@phillips/seldon 1.10.0 → 1.12.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.
@@ -18,6 +18,7 @@ $off-white: #f4f2f1;
18
18
 
19
19
  // Notification color palette
20
20
  $error-red: #ff0000;
21
+ $error-pink: rgba(255, 229, 229, 0.9);
21
22
  $warn-yellow: #d6d141;
22
23
  $post-sale-magenta: #ff0085;
23
24
  $clock-widget-blue: #4a90e2;
@@ -105,12 +105,16 @@ $lg: #{$px}-input--lg;
105
105
  &--invalid {
106
106
  color: $error-red;
107
107
 
108
- .#{$px}-input__label,
109
108
  .#{$px}-input__input,
110
109
  .#{$px}-input__input::placeholder,
111
110
  .#{$px}-input__validation {
112
111
  color: inherit;
113
112
  }
113
+
114
+ .#{$px}-input__input {
115
+ border: 1px solid $error-red;
116
+ box-shadow: inset 0px 0px 3px 3px $error-pink;
117
+ }
114
118
  }
115
119
 
116
120
  // warn
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@phillips/seldon",
3
- "version": "1.10.0",
3
+ "version": "1.12.0",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",