woocommerce/customize-store-design-with...

61 lines
3.1 KiB
JavaScript
Raw Permalink Normal View History

"use strict";
(self["webpackChunk_woocommerce_storybook"] = self["webpackChunk_woocommerce_storybook"] || []).push([[1133],{
/***/ "../../plugins/woocommerce-admin/client/customize-store/design-with-ai/stories/ApiCallLoader.story.tsx":
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
__webpack_require__.r(__webpack_exports__);
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
/* harmony export */ APICallLoaderWithSmoothTransition: () => (/* binding */ APICallLoaderWithSmoothTransition),
/* harmony export */ AssembleHubLoaderWithSmoothTransition: () => (/* binding */ AssembleHubLoaderWithSmoothTransition),
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
/* harmony export */ });
/* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("../../node_modules/.pnpm/react@18.3.1/node_modules/react/index.js");
/* harmony import */ var _pages__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("../../plugins/woocommerce-admin/client/customize-store/design-with-ai/pages/index.tsx");
/* harmony import */ var _WithCustomizeYourStoreLayout__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("../../plugins/woocommerce-admin/client/customize-store/design-with-ai/stories/WithCustomizeYourStoreLayout.tsx");
/**
* Internal dependencies
*/
var APICallLoaderWithSmoothTransition = function APICallLoaderWithSmoothTransition() {
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_1__.createElement)("div", {
className: "smooth-transition"
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_1__.createElement)(_pages__WEBPACK_IMPORTED_MODULE_0__/* .ApiCallLoader */ .GQ, null));
};
var AssembleHubLoaderWithSmoothTransition = function AssembleHubLoaderWithSmoothTransition() {
return (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_1__.createElement)("div", {
className: "smooth-transition"
}, (0,_wordpress_element__WEBPACK_IMPORTED_MODULE_1__.createElement)(_pages__WEBPACK_IMPORTED_MODULE_0__/* .AssembleHubLoader */ .h7, null));
};
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ({
title: 'WooCommerce Admin/Application/Customize Store/Design with AI/API Call Loader',
component: _pages__WEBPACK_IMPORTED_MODULE_0__/* .ApiCallLoader */ .GQ,
decorators: [_WithCustomizeYourStoreLayout__WEBPACK_IMPORTED_MODULE_2__/* .WithCustomizeYourStoreLayout */ .G]
});
APICallLoaderWithSmoothTransition.parameters = {
...APICallLoaderWithSmoothTransition.parameters,
docs: {
...APICallLoaderWithSmoothTransition.parameters?.docs,
source: {
originalSource: "() => <div className=\"smooth-transition\">\n <ApiCallLoader />\n </div>",
...APICallLoaderWithSmoothTransition.parameters?.docs?.source
}
}
};
AssembleHubLoaderWithSmoothTransition.parameters = {
...AssembleHubLoaderWithSmoothTransition.parameters,
docs: {
...AssembleHubLoaderWithSmoothTransition.parameters?.docs,
source: {
originalSource: "() => <div className=\"smooth-transition\">\n <AssembleHubLoader />\n </div>",
...AssembleHubLoaderWithSmoothTransition.parameters?.docs?.source
}
}
};
/***/ })
}]);