@factoringplus/pl-components-pack-v3 0.16.1-pre-7 → 0.16.1-pre-8

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.
@@ -12,4 +12,5 @@ interface IStorybook {
12
12
  loader: Function;
13
13
  }
14
14
  declare const Storybook: IStorybook;
15
- export { Storybook, PlNotification };
15
+ export { PlNotification };
16
+ export default Storybook;
@@ -1 +1,3 @@
1
1
  export * from './components/entry'
2
+ import PlComponentsPackV3 from './components/entry'
3
+ export default PlComponentsPackV3
@@ -31213,5 +31213,5 @@ const Fs = /* @__PURE__ */ new Map(), kq = {
31213
31213
  }, Uq = NA();
31214
31214
  export {
31215
31215
  gF as PlNotification,
31216
- Yq as Storybook
31216
+ Yq as default
31217
31217
  };