@pingux/astro 2.62.0 → 2.62.1-alpha.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.
@@ -87,13 +87,26 @@ var buttons = {
87
87
  };
88
88
  var forms = {
89
89
  input: {
90
+ '&[type=password]': {
91
+ backgroundColor: 'white !important',
92
+ borderColor: '#caced3 !important'
93
+ },
94
+ '&[type=password]:focus': {
95
+ outline: '1px solid',
96
+ outlineColor: 'accent.60',
97
+ outlineOffset: '0px',
98
+ borderColor: '#4462ED !important'
99
+ },
90
100
  numberField: _objectSpread(_objectSpread(_objectSpread({}, _theme["default"].input), _theme["default"].numberFieldStyles), {}, {
91
101
  '&[type=text]': _objectSpread(_objectSpread({}, _theme["default"].text.inputValue), {}, {
92
102
  backgroundColor: 'white',
93
103
  borderColor: 'neutral.80'
94
104
  }),
95
105
  '&[type=text]:focus': {
96
- borderColor: 'neutral.80'
106
+ outline: '1px solid',
107
+ outlineColor: 'accent.60',
108
+ outlineOffset: '0px',
109
+ borderColor: '#4462ED !important'
97
110
  }
98
111
  })
99
112
  },
@@ -114,7 +127,10 @@ var forms = {
114
127
  })
115
128
  }),
116
129
  '& input[type=search]:focus': {
117
- borderColor: 'neutral.80'
130
+ outline: '1px solid',
131
+ outlineColor: 'accent.60',
132
+ outlineOffset: '0px',
133
+ borderColor: '#4462ED !important'
118
134
  }
119
135
  }
120
136
  },
@@ -80,13 +80,26 @@ var buttons = {
80
80
  };
81
81
  var forms = {
82
82
  input: {
83
+ '&[type=password]': {
84
+ backgroundColor: 'white !important',
85
+ borderColor: '#caced3 !important'
86
+ },
87
+ '&[type=password]:focus': {
88
+ outline: '1px solid',
89
+ outlineColor: 'accent.60',
90
+ outlineOffset: '0px',
91
+ borderColor: '#4462ED !important'
92
+ },
83
93
  numberField: _objectSpread(_objectSpread(_objectSpread({}, theme.input), theme.numberFieldStyles), {}, {
84
94
  '&[type=text]': _objectSpread(_objectSpread({}, theme.text.inputValue), {}, {
85
95
  backgroundColor: 'white',
86
96
  borderColor: 'neutral.80'
87
97
  }),
88
98
  '&[type=text]:focus': {
89
- borderColor: 'neutral.80'
99
+ outline: '1px solid',
100
+ outlineColor: 'accent.60',
101
+ outlineOffset: '0px',
102
+ borderColor: '#4462ED !important'
90
103
  }
91
104
  })
92
105
  },
@@ -107,7 +120,10 @@ var forms = {
107
120
  })
108
121
  }),
109
122
  '& input[type=search]:focus': {
110
- borderColor: 'neutral.80'
123
+ outline: '1px solid',
124
+ outlineColor: 'accent.60',
125
+ outlineOffset: '0px',
126
+ borderColor: '#4462ED !important'
111
127
  }
112
128
  }
113
129
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.62.0",
3
+ "version": "2.62.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",