@pingux/astro 2.142.1-alpha.0 → 2.142.1-alpha.1

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.
@@ -3230,6 +3230,7 @@ declare const _default: {
3230
3230
  borderColor: string;
3231
3231
  transition: string;
3232
3232
  '&.is-focused': {
3233
+ backgroundColor: string;
3233
3234
  outline: string;
3234
3235
  outlineColor: string;
3235
3236
  outlineOffset: string;
@@ -3279,6 +3280,7 @@ declare const _default: {
3279
3280
  border: string;
3280
3281
  transition: string;
3281
3282
  '&.is-focused': {
3283
+ backgroundColor: string;
3282
3284
  outline: string;
3283
3285
  outlineColor: string;
3284
3286
  outlineOffset: string;
@@ -6,6 +6,7 @@ declare const _default: {
6
6
  borderColor: string;
7
7
  transition: string;
8
8
  '&.is-focused': {
9
+ backgroundColor: string;
9
10
  outline: string;
10
11
  outlineColor: string;
11
12
  outlineOffset: string;
@@ -55,6 +56,7 @@ declare const _default: {
55
56
  border: string;
56
57
  transition: string;
57
58
  '&.is-focused': {
59
+ backgroundColor: string;
58
60
  outline: string;
59
61
  outlineColor: string;
60
62
  outlineOffset: string;
@@ -25,6 +25,7 @@ var interactive = {
25
25
  borderColor: 'border.base',
26
26
  transition: 'border-color .25s ease-in',
27
27
  '&.is-focused': {
28
+ backgroundColor: 'background.base',
28
29
  outline: '2px solid',
29
30
  outlineColor: 'focus',
30
31
  outlineOffset: '0px'
@@ -17,6 +17,7 @@ var interactive = {
17
17
  borderColor: 'border.base',
18
18
  transition: 'border-color .25s ease-in',
19
19
  '&.is-focused': {
20
+ backgroundColor: 'background.base',
20
21
  outline: '2px solid',
21
22
  outlineColor: 'focus',
22
23
  outlineOffset: '0px'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.142.1-alpha.0",
3
+ "version": "2.142.1-alpha.1",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",