vgapp 1.2.4 → 1.2.5

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/build/vgapp.js CHANGED
@@ -1,2 +1,30 @@
1
- var vg;(()=>{"use strict";var e={};(e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})})(e),vg=e})();
2
- //# sourceMappingURL=vgapp.js.map
1
+ var vg;
2
+ /******/ (() => { // webpackBootstrap
3
+ /******/ "use strict";
4
+ /******/ // The require scope
5
+ /******/ var __webpack_require__ = {};
6
+ /******/
7
+ /************************************************************************/
8
+ /******/ /* webpack/runtime/make namespace object */
9
+ /******/ (() => {
10
+ /******/ // define __esModule on exports
11
+ /******/ __webpack_require__.r = (exports) => {
12
+ /******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
13
+ /******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
14
+ /******/ }
15
+ /******/ Object.defineProperty(exports, '__esModule', { value: true });
16
+ /******/ };
17
+ /******/ })();
18
+ /******/
19
+ /************************************************************************/
20
+ var __webpack_exports__ = {};
21
+ /*!********************!*\
22
+ !*** ./index.scss ***!
23
+ \********************/
24
+ __webpack_require__.r(__webpack_exports__);
25
+ // extracted by mini-css-extract-plugin
26
+
27
+ vg = __webpack_exports__;
28
+ /******/ })()
29
+ ;
30
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmdhcHAuanMiLCJtYXBwaW5ncyI6Ijs7O0FBQUE7QUFDQTtBQUNBOzs7O0FDRkE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7Ozs7Ozs7OztBQ05BIiwic291cmNlcyI6WyJ3ZWJwYWNrOi8vdmcvd2VicGFjay9ib290c3RyYXAiLCJ3ZWJwYWNrOi8vdmcvd2VicGFjay9ydW50aW1lL21ha2UgbmFtZXNwYWNlIG9iamVjdCIsIndlYnBhY2s6Ly92Zy8uL2luZGV4LnNjc3M/ZjRiNSJdLCJzb3VyY2VzQ29udGVudCI6WyIvLyBUaGUgcmVxdWlyZSBzY29wZVxudmFyIF9fd2VicGFja19yZXF1aXJlX18gPSB7fTtcblxuIiwiLy8gZGVmaW5lIF9fZXNNb2R1bGUgb24gZXhwb3J0c1xuX193ZWJwYWNrX3JlcXVpcmVfXy5yID0gKGV4cG9ydHMpID0+IHtcblx0aWYodHlwZW9mIFN5bWJvbCAhPT0gJ3VuZGVmaW5lZCcgJiYgU3ltYm9sLnRvU3RyaW5nVGFnKSB7XG5cdFx0T2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsIFN5bWJvbC50b1N0cmluZ1RhZywgeyB2YWx1ZTogJ01vZHVsZScgfSk7XG5cdH1cblx0T2JqZWN0LmRlZmluZVByb3BlcnR5KGV4cG9ydHMsICdfX2VzTW9kdWxlJywgeyB2YWx1ZTogdHJ1ZSB9KTtcbn07IiwiLy8gZXh0cmFjdGVkIGJ5IG1pbmktY3NzLWV4dHJhY3QtcGx1Z2luXG5leHBvcnQge307Il0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9
package/index.js CHANGED
@@ -1,17 +1,18 @@
1
- export { default as VGAlert } from './app/modules/vgalert';
2
- export { default as VGCollapse } from './app/modules/vgcollapse';
3
- export { default as VGDropdown } from './app/modules/vgdropdown';
4
- export { default as VGFiles } from './app/modules/vgfiles';
5
- export { default as VGFilePreview } from './app/modules/vgfilepreview';
6
- export { default as VGFormSender } from './app/modules/vgformsender';
7
- export { default as VGLawCookie } from './app/modules/vglawcookie';
8
- export { default as VGLoadMore } from './app/modules/vgloadmore';
9
- export { default as VGModal } from './app/modules/vgmodal';
10
- export { default as VGNav } from './app/modules/vgnav';
11
- export { default as VGNestable } from './app/modules/vgnestable';
12
- export { default as VGRollup } from './app/modules/vgrollup';
13
- export { default as VGSelect } from './app/modules/vgselect';
14
- export { default as VGSidebar } from './app/modules/vgsidebar';
15
- export { default as VGSpy } from './app/modules/vgspy';
16
- export { default as VGTabs } from './app/modules/vgtabs';
17
- export { default as VGToast } from './app/modules/vgtoast';
1
+ export { default as VGAlert } from './app/modules/vgalert';
2
+ export { default as VGCollapse } from './app/modules/vgcollapse';
3
+ export { default as VGDropdown } from './app/modules/vgdropdown';
4
+ export { default as VGFiles } from './app/modules/vgfiles';
5
+ export { default as VGFilePreview } from './app/modules/vgfilepreview';
6
+ export { default as VGFormSender } from './app/modules/vgformsender';
7
+ export { default as VGLawCookie } from './app/modules/vglawcookie';
8
+ export { default as VGLoadMore } from './app/modules/vgloadmore';
9
+ export { default as VGModal } from './app/modules/vgmodal';
10
+ export { default as VGNav } from './app/modules/vgnav';
11
+ export { default as VGNestable } from './app/modules/vgnestable';
12
+ export { default as VGRollup } from './app/modules/vgrollup';
13
+ export { default as VGSelect } from './app/modules/vgselect';
14
+ export { default as VGSidebar } from './app/modules/vgsidebar';
15
+ export { default as VGSpy } from './app/modules/vgspy';
16
+ export { default as VGTabs } from './app/modules/vgtabs';
17
+ export { default as VGToast } from './app/modules/vgtoast';
18
+ export { default as VGTooltip } from './app/modules/vgtooltip';
package/index.scss CHANGED
@@ -48,3 +48,6 @@
48
48
 
49
49
  // Toast
50
50
  @import './app/modules/vgtoast/scss/vgtoast';
51
+
52
+ // Tooltip
53
+ @import './app/modules/vgtooltip/scss/vgtooltip';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vgapp",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "",
5
5
  "author": {
6
6
  "name": "Vegas Studio",