@pingux/astro 1.16.0-alpha.1 → 1.16.0-alpha.2

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.
@@ -190,7 +190,8 @@ var ArrayField = function ArrayField(props) {
190
190
  variant: "text",
191
191
  onPress: onFieldAdd,
192
192
  sx: {
193
- width: 'fit-content'
193
+ width: 'fit-content',
194
+ mt: 'xs'
194
195
  }
195
196
  }, (0, _react2.jsx)(_Text["default"], {
196
197
  variant: "label",
@@ -145,7 +145,8 @@ var ArrayField = function ArrayField(props) {
145
145
  variant: "text",
146
146
  onPress: onFieldAdd,
147
147
  sx: {
148
- width: 'fit-content'
148
+ width: 'fit-content',
149
+ mt: 'xs'
149
150
  }
150
151
  }, ___EmotionJSX(Text, {
151
152
  variant: "label",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.16.0-alpha.1",
3
+ "version": "1.16.0-alpha.2",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",