@pingux/astro 2.57.0-alpha.0 → 2.57.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.
@@ -68,7 +68,11 @@ var _default = {
68
68
  exports["default"] = _default;
69
69
  var Default = function Default(_ref) {
70
70
  var args = (0, _extends2["default"])({}, ((0, _objectDestructuringEmpty2["default"])(_ref), _ref));
71
- return (0, _react2.jsx)("div", null, (0, _react2.jsx)(_index.Link, args, "A link"), ' ', "to your favorite website.");
71
+ return (0, _react2.jsx)("div", {
72
+ style: {
73
+ width: 'max-content'
74
+ }
75
+ }, (0, _react2.jsx)(_index.Link, args, "Lorem ipsum"), ' ', "dolor sit amet, consectetur adipiscing elit");
72
76
  };
73
77
  exports.Default = Default;
74
78
  Default.parameters = {
@@ -19,6 +19,6 @@ exports["default"] = _default;
19
19
  var Default = function Default() {
20
20
  return (0, _react2.jsx)("div", null, (0, _react2.jsx)(_index.Link, {
21
21
  href: "https://uilibrary.ping-eng.com"
22
- }, "A link"), ' ', "to your favorite website.");
22
+ }, "Lorem ipsum"), ' ', "dolor sit amet, consectetur adipiscing elit");
23
23
  };
24
24
  exports.Default = Default;
@@ -59,7 +59,11 @@ export default {
59
59
  };
60
60
  export var Default = function Default(_ref) {
61
61
  var args = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
62
- return ___EmotionJSX("div", null, ___EmotionJSX(Link, args, "A link"), ' ', "to your favorite website.");
62
+ return ___EmotionJSX("div", {
63
+ style: {
64
+ width: 'max-content'
65
+ }
66
+ }, ___EmotionJSX(Link, args, "Lorem ipsum"), ' ', "dolor sit amet, consectetur adipiscing elit");
63
67
  };
64
68
  Default.parameters = {
65
69
  design: {
@@ -10,5 +10,5 @@ export default {
10
10
  export var Default = function Default() {
11
11
  return ___EmotionJSX("div", null, ___EmotionJSX(Link, {
12
12
  href: "https://uilibrary.ping-eng.com"
13
- }, "A link"), ' ', "to your favorite website.");
13
+ }, "Lorem ipsum"), ' ', "dolor sit amet, consectetur adipiscing elit");
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.57.0-alpha.0",
3
+ "version": "2.57.0-alpha.2",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",