@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;
|