@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.
@@ -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
|
};
|