@pingux/astro 2.43.0-alpha.5 → 2.43.0-alpha.7

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.
@@ -83,7 +83,7 @@ var WithLink = function WithLink(args) {
83
83
  return (0, _react2.jsx)(_index.Callout, args, (0, _react2.jsx)(_index.Text, null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vitae lacinia diam, nec ullamcorper neque. In egestas dui vel dolor tincidunt, sit amet ullamcorper leo consequat.", ' ', (0, _react2.jsx)(_index.Link, {
84
84
  href: "https://pingidentity.com",
85
85
  target: "_blank",
86
- "aria-label": "".concat(_statuses["default"].DEFAULT, "-callout"),
86
+ "aria-label": "".concat(_statuses["default"].SUCCESS, "-callout read more"),
87
87
  variant: "app"
88
88
  }, "Learn More")));
89
89
  };
@@ -74,7 +74,7 @@ export var WithLink = function WithLink(args) {
74
74
  return ___EmotionJSX(Callout, args, ___EmotionJSX(Text, null, "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque vitae lacinia diam, nec ullamcorper neque. In egestas dui vel dolor tincidunt, sit amet ullamcorper leo consequat.", ' ', ___EmotionJSX(Link, {
75
75
  href: "https://pingidentity.com",
76
76
  target: "_blank",
77
- "aria-label": "".concat(statuses.DEFAULT, "-callout"),
77
+ "aria-label": "".concat(statuses.SUCCESS, "-callout read more"),
78
78
  variant: "app"
79
79
  }, "Learn More")));
80
80
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.43.0-alpha.5",
3
+ "version": "2.43.0-alpha.7",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",