@itcase/storybook-config 1.2.19 → 1.2.20

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.
@@ -39,7 +39,9 @@ function withNextDecoratorFactory(_ref) {
39
39
  }
40
40
  return /*#__PURE__*/React.createElement(RootStoreProvider, appArgs.rootStoreInitialData, /*#__PURE__*/React.createElement(UIContext.UIProvider, null, /*#__PURE__*/React.createElement(Notifications.NotificationsProvider, {
41
41
  initialNotificationsList: parameters.initialNotificationsList || args.initialNotificationsList || []
42
- }, /*#__PURE__*/React.createElement(Notification.NotificationWrapper, null), /*#__PURE__*/React.createElement(Story, appContext))));
42
+ }, /*#__PURE__*/React.createElement(Notification.NotificationWrapper, {
43
+ className: "notification_global notification_global_right_top"
44
+ }), /*#__PURE__*/React.createElement(Story, appContext))));
43
45
  };
44
46
  return decorator;
45
47
  }
@@ -37,7 +37,9 @@ function withNextDecoratorFactory(_ref) {
37
37
  }
38
38
  return /*#__PURE__*/React.createElement(RootStoreProvider, appArgs.rootStoreInitialData, /*#__PURE__*/React.createElement(UIProvider, null, /*#__PURE__*/React.createElement(NotificationsProvider, {
39
39
  initialNotificationsList: parameters.initialNotificationsList || args.initialNotificationsList || []
40
- }, /*#__PURE__*/React.createElement(NotificationWrapper, null), /*#__PURE__*/React.createElement(Story, appContext))));
40
+ }, /*#__PURE__*/React.createElement(NotificationWrapper, {
41
+ className: "notification_global notification_global_right_top"
42
+ }), /*#__PURE__*/React.createElement(Story, appContext))));
41
43
  };
42
44
  return decorator;
43
45
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itcase/storybook-config",
3
- "version": "1.2.19",
3
+ "version": "1.2.20",
4
4
  "author": "ITCase",
5
5
  "description": "Storybook configuration package",
6
6
  "engines": {