@pingux/astro 2.84.0-alpha.3 → 2.84.0-alpha.4

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.
@@ -27,13 +27,16 @@ listBox.option = _objectSpread(_objectSpread({}, _Text.text.base), {}, {
27
27
  outline: 'none',
28
28
  wordBreak: 'break-word',
29
29
  cursor: 'pointer',
30
- '&.is-selected': _objectSpread(_objectSpread({}, _Text.text.inputValue), {}, {
31
- pl: 0
32
- }),
33
30
  '&.is-focused': {
34
31
  color: 'white',
35
32
  bg: 'active'
36
33
  },
34
+ '&.is-selected': _objectSpread(_objectSpread({}, _Text.text.inputValue), {}, {
35
+ pl: 0,
36
+ '&.is-focused': {
37
+ color: 'white'
38
+ }
39
+ }),
37
40
  '&.is-condensed': {
38
41
  '&.is-selected': {
39
42
  pl: 'md',
@@ -1543,6 +1543,9 @@ declare const _default: {
1543
1543
  color: string;
1544
1544
  bg: string;
1545
1545
  pl: number;
1546
+ '&.is-focused': {
1547
+ color: string;
1548
+ };
1546
1549
  };
1547
1550
  };
1548
1551
  };
@@ -419,6 +419,9 @@ declare const _default: {
419
419
  color: string;
420
420
  bg: string;
421
421
  pl: number;
422
+ '&.is-focused': {
423
+ color: string;
424
+ };
422
425
  };
423
426
  };
424
427
  };
@@ -213,7 +213,10 @@ var listBox = {
213
213
  '&.is-selected': {
214
214
  color: 'text.primary',
215
215
  bg: 'lightblue',
216
- pl: 0
216
+ pl: 0,
217
+ '&.is-focused': {
218
+ color: 'text.primary'
219
+ }
217
220
  }
218
221
  }
219
222
  };
@@ -20,13 +20,16 @@ listBox.option = _objectSpread(_objectSpread({}, text.base), {}, {
20
20
  outline: 'none',
21
21
  wordBreak: 'break-word',
22
22
  cursor: 'pointer',
23
- '&.is-selected': _objectSpread(_objectSpread({}, text.inputValue), {}, {
24
- pl: 0
25
- }),
26
23
  '&.is-focused': {
27
24
  color: 'white',
28
25
  bg: 'active'
29
26
  },
27
+ '&.is-selected': _objectSpread(_objectSpread({}, text.inputValue), {}, {
28
+ pl: 0,
29
+ '&.is-focused': {
30
+ color: 'white'
31
+ }
32
+ }),
30
33
  '&.is-condensed': {
31
34
  '&.is-selected': {
32
35
  pl: 'md',
@@ -204,7 +204,10 @@ var listBox = {
204
204
  '&.is-selected': {
205
205
  color: 'text.primary',
206
206
  bg: 'lightblue',
207
- pl: 0
207
+ pl: 0,
208
+ '&.is-focused': {
209
+ color: 'text.primary'
210
+ }
208
211
  }
209
212
  }
210
213
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.84.0-alpha.3",
3
+ "version": "2.84.0-alpha.4",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",