comand-component-library 4.1.28 → 4.1.29

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "comand-component-library",
3
- "version": "4.1.28",
3
+ "version": "4.1.29",
4
4
  "license": "GPL-3.0-only",
5
5
  "author": "CoManD-UI",
6
6
  "private": false,
package/src/index.js CHANGED
@@ -65,6 +65,7 @@ export { default as DirFancybox } from '@/directives/fancybox'
65
65
  // export functions
66
66
  export { createUuid, createHtmlId } from '@/utils/common'
67
67
  export { getFileExtension } from '@/utils/getFileExtension'
68
+ export { useScrollspy } from '@/composables/scrollspy.js'
68
69
  export { setCookieDisclaimerCookie, getCookieDisclaimerCookie } from '@/utils/cookie'
69
70
 
70
71
  // export composables
package/dist/index.html DELETED
@@ -1,16 +0,0 @@
1
- <!DOCTYPE html>
2
- <html lang="en" class="demopage" id="component-library">
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
- <meta name="viewport" content="width=device-width,initial-scale=1.0" />
7
- <link rel="icon" type="image/svg+xml" href="/favicon-component-library.svg" />
8
- <title>CoManD Component-Library</title>
9
- </head>
10
- <body id="app">
11
- <noscript>
12
- <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
13
- </noscript>
14
- <!-- built files will be auto injected -->
15
- </body>
16
- </html>