@pingux/astro 2.0.3-alpha.0 → 2.0.3-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.
@@ -51,23 +51,22 @@ var Default = function Default(args) {
51
51
  return (0, _react2.jsx)(_index.Breadcrumbs, (0, _extends2["default"])({
52
52
  onAction: onAction
53
53
  }, args), (0, _react2.jsx)(_reactStately.Item, {
54
- key: "home",
55
54
  "aria-label": "home",
56
- variant: "buttons.link",
57
55
  "data-id": "home",
58
- href: "https://www.pingidentity.com"
56
+ href: "https://www.pingidentity.com",
57
+ key: "home",
58
+ variant: "buttons.link"
59
59
  }, "Home"), (0, _react2.jsx)(_reactStately.Item, {
60
- key: "trendy",
61
60
  "aria-label": "trendy",
62
- variant: "buttons.link",
63
61
  "data-id": "trendy",
64
- href: "https://www.pingidentity.com"
62
+ href: "https://www.pingidentity.com",
63
+ key: "trendy",
64
+ variant: "buttons.link"
65
65
  }, "Trendy"), (0, _react2.jsx)(_reactStately.Item, {
66
- key: "march 2020 assets",
67
66
  "aria-label": "march-2020-assets",
68
- variant: "buttons.link",
69
67
  "data-id": "march",
70
- href: "https://www.pingidentity.com"
68
+ key: "march 2020 assets",
69
+ variant: "buttons.link"
71
70
  }, "March 2020 Assets"));
72
71
  };
73
72
  exports.Default = Default;
@@ -42,22 +42,21 @@ export var Default = function Default(args) {
42
42
  return ___EmotionJSX(Breadcrumbs, _extends({
43
43
  onAction: onAction
44
44
  }, args), ___EmotionJSX(Item, {
45
- key: "home",
46
45
  "aria-label": "home",
47
- variant: "buttons.link",
48
46
  "data-id": "home",
49
- href: "https://www.pingidentity.com"
47
+ href: "https://www.pingidentity.com",
48
+ key: "home",
49
+ variant: "buttons.link"
50
50
  }, "Home"), ___EmotionJSX(Item, {
51
- key: "trendy",
52
51
  "aria-label": "trendy",
53
- variant: "buttons.link",
54
52
  "data-id": "trendy",
55
- href: "https://www.pingidentity.com"
53
+ href: "https://www.pingidentity.com",
54
+ key: "trendy",
55
+ variant: "buttons.link"
56
56
  }, "Trendy"), ___EmotionJSX(Item, {
57
- key: "march 2020 assets",
58
57
  "aria-label": "march-2020-assets",
59
- variant: "buttons.link",
60
58
  "data-id": "march",
61
- href: "https://www.pingidentity.com"
59
+ key: "march 2020 assets",
60
+ variant: "buttons.link"
62
61
  }, "March 2020 Assets"));
63
62
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.0.3-alpha.0",
3
+ "version": "2.0.3-alpha.2",
4
4
  "description": "PingUX themeable React component library",
5
5
  "repository": {
6
6
  "type": "git",