@pingux/astro 2.9.0 → 2.9.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.
@@ -24,9 +24,11 @@ var _default = {
|
|
24
24
|
title: {
|
25
25
|
control: {
|
26
26
|
type: 'text'
|
27
|
-
}
|
28
|
-
defaultValue: 'Title of the Page'
|
27
|
+
}
|
29
28
|
}
|
29
|
+
},
|
30
|
+
args: {
|
31
|
+
title: 'Title of the Page'
|
30
32
|
}
|
31
33
|
};
|
32
34
|
exports["default"] = _default;
|
@@ -44,7 +46,7 @@ exports.WithoutLink = WithoutLink;
|
|
44
46
|
var WithButtonProps = function WithButtonProps(args) {
|
45
47
|
return (0, _react2.jsx)(_.PageHeader, (0, _extends2["default"])({}, args, {
|
46
48
|
buttonProps: {
|
47
|
-
bg: '
|
49
|
+
bg: 'critical.bright'
|
48
50
|
}
|
49
51
|
}), description, (0, _react2.jsx)(_.Link, {
|
50
52
|
href: "https://uilibrary.ping-eng.com/"
|
@@ -16,9 +16,11 @@ export default {
|
|
16
16
|
title: {
|
17
17
|
control: {
|
18
18
|
type: 'text'
|
19
|
-
}
|
20
|
-
defaultValue: 'Title of the Page'
|
19
|
+
}
|
21
20
|
}
|
21
|
+
},
|
22
|
+
args: {
|
23
|
+
title: 'Title of the Page'
|
22
24
|
}
|
23
25
|
};
|
24
26
|
var description = "The description of the page. The description of the page. The description of the page. The\n description of the page.The description of the page. The description of the page. The\n description of the page. The description of the page. The description of the page. ";
|
@@ -33,7 +35,7 @@ export var WithoutLink = function WithoutLink(args) {
|
|
33
35
|
export var WithButtonProps = function WithButtonProps(args) {
|
34
36
|
return ___EmotionJSX(PageHeader, _extends({}, args, {
|
35
37
|
buttonProps: {
|
36
|
-
bg: '
|
38
|
+
bg: 'critical.bright'
|
37
39
|
}
|
38
40
|
}), description, ___EmotionJSX(Link, {
|
39
41
|
href: "https://uilibrary.ping-eng.com/"
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@pingux/astro",
|
3
|
-
"version": "2.9.
|
4
|
-
"description": "
|
3
|
+
"version": "2.9.2",
|
4
|
+
"description": "React component library for Ping Identity's design system",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
7
7
|
"url": "git@gitlab.corp.pingidentity.com:ux/pingux.git"
|