@yoobic/yobi 8.3.0-0 → 8.3.0-1

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.
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ const globalFn = () => { };
4
+
5
+ const globalScripts = globalFn;
6
+
7
+ exports.globalScripts = globalScripts;
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const index = require('./index-e182c32d.js');
4
- const appGlobals = require('./app-globals-3a1e7e63.js');
4
+ const appGlobals = require('./app-globals-b7c6ddf0.js');
5
5
 
6
6
  /*
7
7
  Stencil Client Patch Browser v2.16.1 | MIT Licensed | https://stenciljs.com
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-e182c32d.js');
6
- const appGlobals = require('./app-globals-3a1e7e63.js');
6
+ const appGlobals = require('./app-globals-b7c6ddf0.js');
7
7
 
8
8
  /*
9
9
  Stencil Client Patch Esm v2.16.1 | MIT Licensed | https://stenciljs.com
@@ -368,5 +368,6 @@
368
368
  "typescriptVersion": "4.5.4"
369
369
  },
370
370
  "collections": [],
371
- "bundles": []
371
+ "bundles": [],
372
+ "global": "./globals/global.js"
372
373
  }
File without changes
@@ -0,0 +1,5 @@
1
+ const globalFn = () => { };
2
+
3
+ const globalScripts = globalFn;
4
+
5
+ export { globalScripts as g };
@@ -1,5 +1,5 @@
1
1
  import { B as BUILD, c as consoleDevInfo, p as plt, w as win, H, d as doc, N as NAMESPACE, a as promiseResolve, b as bootstrapLazy } from './index-906d845d.js';
2
- import { g as globalScripts } from './app-globals-0f993ce5.js';
2
+ import { g as globalScripts } from './app-globals-05a7fd2f.js';
3
3
 
4
4
  /*
5
5
  Stencil Client Patch Browser v2.16.1 | MIT Licensed | https://stenciljs.com
@@ -0,0 +1,5 @@
1
+ const globalFn = () => { };
2
+
3
+ const globalScripts = globalFn;
4
+
5
+ export { globalScripts as g };
@@ -1,5 +1,5 @@
1
1
  import { B as BUILD, c as consoleDevInfo, p as plt, w as win, H, d as doc, N as NAMESPACE, a as promiseResolve, b as bootstrapLazy } from './index-906d845d.js';
2
- import { g as globalScripts } from './app-globals-0f993ce5.js';
2
+ import { g as globalScripts } from './app-globals-05a7fd2f.js';
3
3
 
4
4
  /*
5
5
  Stencil Client Patch Browser v2.16.1 | MIT Licensed | https://stenciljs.com
@@ -1,5 +1,5 @@
1
1
  import { B as BUILD, C as CSS, p as plt, w as win, a as promiseResolve, b as bootstrapLazy } from './index-906d845d.js';
2
- import { g as globalScripts } from './app-globals-0f993ce5.js';
2
+ import { g as globalScripts } from './app-globals-05a7fd2f.js';
3
3
 
4
4
  /*
5
5
  Stencil Client Patch Esm v2.16.1 | MIT Licensed | https://stenciljs.com
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoobic/yobi",
3
- "version": "8.3.0-0",
3
+ "version": "8.3.0-1",
4
4
  "description": "Yobi - Yoobic Design System",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.cjs.js",
@@ -1,5 +0,0 @@
1
- 'use strict';
2
-
3
- const globalScripts = () => {};
4
-
5
- exports.globalScripts = globalScripts;
@@ -1,3 +0,0 @@
1
- const globalScripts = () => {};
2
-
3
- export { globalScripts as g };
@@ -1,3 +0,0 @@
1
- const globalScripts = () => {};
2
-
3
- export { globalScripts as g };