@explorer-1/vue-storybook 0.0.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.
- package/.storybook/_mock-components.js +21 -0
- package/.storybook/main.ts +43 -0
- package/.storybook/manager-head.html +40 -0
- package/.storybook/manager.ts +11 -0
- package/.storybook/preview-head.html +146 -0
- package/.storybook/preview.ts +166 -0
- package/.storybook/withGlobals.ts +189 -0
- package/LICENSE +21 -0
- package/components.d.ts +238 -0
- package/package.json +70 -0
- package/postcss.config.js +9 -0
- package/public/css/.gitkeep +0 -0
- package/public/css/font-face.css +107 -0
- package/public/edu/.gitkeep +0 -0
- package/public/edu/explorer-1/bg-stars-edu.png +0 -0
- package/public/edu/explorer-1/bg-stars.jpg +0 -0
- package/public/explorer-1/bg-stars-edu.png +0 -0
- package/public/explorer-1/bg-stars.jpg +0 -0
- package/storybook_compiled/favicon.svg +7 -0
- package/storybook_compiled/index.html +151 -0
- package/storybook_compiled/index.json +1 -0
- package/storybook_compiled/project.json +1 -0
- package/storybook_compiled/sb-addons/a11y-6/manager-bundle.js +3 -0
- package/storybook_compiled/sb-addons/a11y-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook_compiled/sb-addons/essentials-controls-1/manager-bundle.js +60 -0
- package/storybook_compiled/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook_compiled/sb-addons/essentials-measure-4/manager-bundle.js +3 -0
- package/storybook_compiled/sb-addons/essentials-measure-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook_compiled/sb-addons/essentials-outline-5/manager-bundle.js +3 -0
- package/storybook_compiled/sb-addons/essentials-outline-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook_compiled/sb-addons/essentials-toolbars-3/manager-bundle.js +3 -0
- package/storybook_compiled/sb-addons/essentials-toolbars-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook_compiled/sb-addons/essentials-viewport-2/manager-bundle.js +3 -0
- package/storybook_compiled/sb-addons/essentials-viewport-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook_compiled/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js +3 -0
- package/storybook_compiled/sb-addons/storybook-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/storybook_compiled/sb-addons/whitespace-html-7/manager-bundle.js +93 -0
- package/storybook_compiled/sb-addons/whitespace-html-7/manager-bundle.js.LEGAL.txt +14 -0
- package/storybook_compiled/sb-common-assets/fonts.css +31 -0
- package/storybook_compiled/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook_compiled/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook_compiled/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook_compiled/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook_compiled/sb-manager/WithTooltip-KJL26V4Q-5LS5AN27.js +1 -0
- package/storybook_compiled/sb-manager/chunk-4FMBEAHW.js +274 -0
- package/storybook_compiled/sb-manager/chunk-6GQRNYH2.js +186 -0
- package/storybook_compiled/sb-manager/chunk-B3YDJJJH.js +347 -0
- package/storybook_compiled/sb-manager/chunk-BLWCBWKL.js +9 -0
- package/storybook_compiled/sb-manager/chunk-GUVK2GTO.js +6 -0
- package/storybook_compiled/sb-manager/chunk-ZR5JZWHI.js +1 -0
- package/storybook_compiled/sb-manager/formatter-2WMMO6ZP-JI7RHVTW.js +58 -0
- package/storybook_compiled/sb-manager/globals-module-info.js +1 -0
- package/storybook_compiled/sb-manager/globals-runtime.js +1 -0
- package/storybook_compiled/sb-manager/globals.js +1 -0
- package/storybook_compiled/sb-manager/index.js +1 -0
- package/storybook_compiled/sb-manager/runtime.js +1 -0
- package/storybook_compiled/sb-manager/syntaxhighlighter-BP7B2CQK-WOJYHKQR.js +1 -0
- package/storybook_compiled/sb-preview/globals.js +1 -0
- package/storybook_compiled/sb-preview/runtime.js +156 -0
- package/tailwind.config.ts +18 -0
- package/tsconfig.json +5 -0
- package/vite.config.ts +32 -0
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Bundled license information:
|
|
2
|
+
|
|
3
|
+
@babel/runtime/helpers/regeneratorRuntime.js:
|
|
4
|
+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
|
|
5
|
+
|
|
6
|
+
prismjs/components/prism-core.js:
|
|
7
|
+
/**
|
|
8
|
+
* Prism: Lightweight, robust, elegant syntax highlighting
|
|
9
|
+
*
|
|
10
|
+
* @license MIT <https://opensource.org/licenses/MIT>
|
|
11
|
+
* @author Lea Verou <https://lea.verou.me>
|
|
12
|
+
* @namespace
|
|
13
|
+
* @public
|
|
14
|
+
*/
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: 'Nunito Sans';
|
|
3
|
+
font-style: normal;
|
|
4
|
+
font-weight: 400;
|
|
5
|
+
font-display: swap;
|
|
6
|
+
src: url('./nunito-sans-regular.woff2') format('woff2');
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
@font-face {
|
|
10
|
+
font-family: 'Nunito Sans';
|
|
11
|
+
font-style: italic;
|
|
12
|
+
font-weight: 400;
|
|
13
|
+
font-display: swap;
|
|
14
|
+
src: url('./nunito-sans-italic.woff2') format('woff2');
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'Nunito Sans';
|
|
19
|
+
font-style: normal;
|
|
20
|
+
font-weight: 700;
|
|
21
|
+
font-display: swap;
|
|
22
|
+
src: url('./nunito-sans-bold.woff2') format('woff2');
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@font-face {
|
|
26
|
+
font-family: 'Nunito Sans';
|
|
27
|
+
font-style: italic;
|
|
28
|
+
font-weight: 700;
|
|
29
|
+
font-display: swap;
|
|
30
|
+
src: url('./nunito-sans-bold-italic.woff2') format('woff2');
|
|
31
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{WithToolTipState,WithTooltipPure}from"./chunk-BLWCBWKL.js";import"./chunk-B3YDJJJH.js";import"./chunk-ZR5JZWHI.js";export{WithToolTipState,WithToolTipState as WithTooltip,WithTooltipPure};
|