@pingux/astro 2.142.0-alpha.0 → 2.142.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.
@@ -3514,6 +3514,7 @@ declare const _default: {
3514
3514
  message: {
3515
3515
  wrapper: {
3516
3516
  gap: string;
3517
+ right: string;
3517
3518
  };
3518
3519
  item: {
3519
3520
  maxWidth: number;
@@ -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;
@@ -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-alpha.0",
3
+ "version": "2.142.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",