@pingux/astro 2.142.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;
@@ -3514,6 +3516,7 @@ declare const _default: {
3514
3516
  message: {
3515
3517
  wrapper: {
3516
3518
  gap: string;
3519
+ right: string;
3517
3520
  };
3518
3521
  item: {
3519
3522
  maxWidth: number;
@@ -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'
@@ -1,6 +1,7 @@
1
1
  export declare const message: {
2
2
  wrapper: {
3
3
  gap: string;
4
+ right: string;
4
5
  };
5
6
  item: {
6
7
  maxWidth: number;
@@ -7,7 +7,8 @@ _Object$defineProperty(exports, "__esModule", {
7
7
  exports.message = void 0;
8
8
  var message = {
9
9
  wrapper: {
10
- gap: 'md'
10
+ gap: 'md',
11
+ right: 'unset'
11
12
  },
12
13
  item: {
13
14
  maxWidth: 400,
@@ -163,6 +163,7 @@ declare const _default: {
163
163
  message: {
164
164
  wrapper: {
165
165
  gap: string;
166
+ right: string;
166
167
  };
167
168
  item: {
168
169
  maxWidth: number;
@@ -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'
@@ -1,6 +1,7 @@
1
1
  export var message = {
2
2
  wrapper: {
3
- gap: 'md'
3
+ gap: 'md',
4
+ right: 'unset'
4
5
  },
5
6
  item: {
6
7
  maxWidth: 400,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.142.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",