@pingux/astro 1.6.0-alpha.0 → 1.6.0-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.
@@ -48,6 +48,7 @@ var FieldHelperText = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref)
48
48
 
49
49
  return (0, _react2.jsx)(_Text["default"], (0, _extends2["default"])({
50
50
  ref: ref,
51
+ pt: "sm",
51
52
  variant: "fieldHelperText",
52
53
  role: "status"
53
54
  }, others, {
@@ -25,6 +25,7 @@ var FieldHelperText = /*#__PURE__*/forwardRef(function (props, ref) {
25
25
 
26
26
  return ___EmotionJSX(Text, _extends({
27
27
  ref: ref,
28
+ pt: "sm",
28
29
  variant: "fieldHelperText",
29
30
  role: "status"
30
31
  }, others, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "1.6.0-alpha.0",
3
+ "version": "1.6.0-alpha.1",
4
4
  "description": "PingUX themeable React component library",
5
5
  "author": "ux-development@pingidentity.com",
6
6
  "license": "Apache-2.0",