@bethinkpl/design-system 15.1.1 → 15.1.2
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.
- package/dist/design-system.umd.js +119 -115
- package/dist/design-system.umd.js.map +1 -1
- package/dist/lib/js/components/PopOver/PopOver.stories.d.ts +1 -1
- package/docs/iframe.html +1 -1
- package/docs/main.c8783f38.iframe.bundle.js +1 -0
- package/docs/project.json +1 -1
- package/lib/js/components/Modals/Modal/Modal.vue +39 -46
- package/lib/js/components/PopOver/PopOver.stories.ts +25 -22
- package/lib/js/components/PopOver/PopOver.vue +9 -5
- package/package.json +1 -1
- package/docs/main.981b94a0.iframe.bundle.js +0 -1
|
@@ -3,4 +3,4 @@ import { Meta, StoryFn } from '@storybook/vue';
|
|
|
3
3
|
declare const _default: Meta<import("vue").VueConstructor<PopOver>>;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Interactive: StoryFn<import("vue").VueConstructor<PopOver>>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const PopOverMMaxHeightNoPointer: StoryFn<import("vue").VueConstructor<PopOver>>;
|
package/docs/iframe.html
CHANGED
|
@@ -361,4 +361,4 @@
|
|
|
361
361
|
|
|
362
362
|
|
|
363
363
|
|
|
364
|
-
window['STORIES'] = [{"titlePrefix":"","directory":"./lib","files":"**/*.stories.@(js|mdx|ts)","importPathMatcher":"^\\.[\\\\/](?:lib(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|mdx|ts))$"}];</script><script src="runtime~main.016fc6b4.iframe.bundle.js"></script><script src="vendors~main.f15375a8.iframe.bundle.js"></script><script src="main.
|
|
364
|
+
window['STORIES'] = [{"titlePrefix":"","directory":"./lib","files":"**/*.stories.@(js|mdx|ts)","importPathMatcher":"^\\.[\\\\/](?:lib(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|mdx|ts))$"}];</script><script src="runtime~main.016fc6b4.iframe.bundle.js"></script><script src="vendors~main.f15375a8.iframe.bundle.js"></script><script src="main.c8783f38.iframe.bundle.js"></script></body></html>
|