@pingux/astro 2.206.0-alpha.0 → 2.206.2-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.
@@ -98,6 +98,7 @@ declare const _default: {
98
98
  body: {};
99
99
  footer: {
100
100
  pt: string;
101
+ gap: string;
101
102
  background: string;
102
103
  '& > button': {
103
104
  flexGrow: number;
@@ -83,6 +83,7 @@ var bodyContainer = {
83
83
  };
84
84
  var footer = {
85
85
  pt: 'lg',
86
+ gap: 'md',
86
87
  background: 'white',
87
88
  '& > button': {
88
89
  flexGrow: 0
@@ -76,6 +76,7 @@ var bodyContainer = {
76
76
  };
77
77
  var footer = {
78
78
  pt: 'lg',
79
+ gap: 'md',
79
80
  background: 'white',
80
81
  '& > button': {
81
82
  flexGrow: 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.206.0-alpha.0",
3
+ "version": "2.206.2-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",