@pingux/astro 2.55.0 → 2.56.0-alpha.0

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.
@@ -6,3 +6,4 @@ export declare const Default: StoryFn<HelpHintProps>;
6
6
  export declare const WithPopoverAndIconButtonProps: StoryFn;
7
7
  export declare const ContentWithLink: StoryFn;
8
8
  export declare const WithDelay: StoryFn;
9
+ export declare const Customization: StoryFn;
@@ -5,7 +5,7 @@ var _interopRequireDefault = require("@babel/runtime-corejs3/helpers/interopRequ
5
5
  _Object$defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports["default"] = exports.WithPopoverAndIconButtonProps = exports.WithDelay = exports.Default = exports.ContentWithLink = void 0;
8
+ exports["default"] = exports.WithPopoverAndIconButtonProps = exports.WithDelay = exports.Default = exports.Customization = exports.ContentWithLink = void 0;
9
9
  var _extends2 = _interopRequireDefault(require("@babel/runtime-corejs3/helpers/extends"));
10
10
  var _react = _interopRequireDefault(require("react"));
11
11
  var _storybookAddonDesigns = require("storybook-addon-designs");
@@ -89,4 +89,12 @@ var WithDelay = function WithDelay(args) {
89
89
  closeDelay: 5000
90
90
  })));
91
91
  };
92
- exports.WithDelay = WithDelay;
92
+ exports.WithDelay = WithDelay;
93
+ var Customization = function Customization() {
94
+ return (0, _react2.jsx)(_index.Box, {
95
+ p: 100
96
+ }, (0, _react2.jsx)(_index.HelpHint, {
97
+ direction: "bottom"
98
+ }, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua"));
99
+ };
100
+ exports.Customization = Customization;
@@ -76,4 +76,11 @@ export var WithDelay = function WithDelay(args) {
76
76
  }, ___EmotionJSX(HelpHint, _extends({}, args, {
77
77
  closeDelay: 5000
78
78
  })));
79
+ };
80
+ export var Customization = function Customization() {
81
+ return ___EmotionJSX(Box, {
82
+ p: 100
83
+ }, ___EmotionJSX(HelpHint, {
84
+ direction: "bottom"
85
+ }, "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua"));
79
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.55.0",
3
+ "version": "2.56.0-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",