@everymatrix/general-styling-wrapper 1.54.12 → 1.55.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.
Files changed (24) hide show
  1. package/dist/cjs/general-styling-wrapper.cjs.entry.js +5 -13
  2. package/dist/cjs/general-styling-wrapper.cjs.js +2 -2
  3. package/dist/cjs/{index-bd515e45.js → index-d32e7de6.js} +125 -239
  4. package/dist/cjs/loader.cjs.js +1 -1
  5. package/dist/collection/collection-manifest.json +1 -1
  6. package/dist/collection/components/general-styling-wrapper/general-styling-wrapper.js +5 -21
  7. package/dist/esm/general-styling-wrapper.entry.js +5 -13
  8. package/dist/esm/general-styling-wrapper.js +3 -3
  9. package/dist/esm/{index-d449ed4b.js → index-1d219aa0.js} +125 -239
  10. package/dist/esm/loader.js +2 -2
  11. package/dist/general-styling-wrapper/general-styling-wrapper.esm.js +1 -1
  12. package/dist/general-styling-wrapper/p-0dd4160b.js +2 -0
  13. package/dist/general-styling-wrapper/p-ac93b3a6.entry.js +1 -0
  14. package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/packages/stencil/general-styling-wrapper/stencil.config.d.ts +2 -0
  15. package/dist/types/Users/maria.bumbar/Desktop/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/packages/stencil/general-styling-wrapper/stencil.config.dev.d.ts +2 -0
  16. package/package.json +1 -1
  17. package/dist/general-styling-wrapper/p-4bf9aa97.js +0 -2
  18. package/dist/general-styling-wrapper/p-fefdf7c8.entry.js +0 -1
  19. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/packages/stencil/general-styling-wrapper/stencil.config.d.ts +0 -2
  20. package/dist/types/Users/adrian.pripon/Documents/Work/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/packages/stencil/general-styling-wrapper/stencil.config.dev.d.ts +0 -2
  21. /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/tools/plugins/index.d.ts +0 -0
  22. /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/tools/plugins/stencil-clean-deps-plugin.d.ts +0 -0
  23. /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/tools/plugins/vite-chunk-plugin.d.ts +0 -0
  24. /package/dist/types/Users/{adrian.pripon/Documents/Work → maria.bumbar/Desktop}/widgets-monorepo/packages/stencil/general-styling-wrapper/.stencil/tools/plugins/vite-clean-deps-plugin.d.ts +0 -0
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-bd515e45.js');
5
+ const index = require('./index-d32e7de6.js');
6
6
 
7
7
  const mergeTranslations = (url, target) => {
8
8
  return new Promise((resolve) => {
@@ -26,18 +26,6 @@ const GeneralStylingWrapperStyle0 = generalStylingWrapperCss;
26
26
  const GeneralStylingWrapper = class {
27
27
  constructor(hostRef) {
28
28
  index.registerInstance(this, hostRef);
29
- /**
30
- * Client custom styling via inline styles
31
- */
32
- this.clientStyling = '';
33
- /**
34
- * Client custom styling via url
35
- */
36
- this.clientStylingUrl = '';
37
- /**
38
- * Translation via url
39
- */
40
- this.translationUrl = '';
41
29
  this.stylingAppends = false;
42
30
  this.setClientStyling = () => {
43
31
  let sheet = document.createElement('style');
@@ -59,6 +47,10 @@ const GeneralStylingWrapper = class {
59
47
  console.log('error ', err);
60
48
  });
61
49
  };
50
+ this.clientStyling = '';
51
+ this.clientStylingUrl = '';
52
+ this.translationUrl = '';
53
+ this.targetTranslations = undefined;
62
54
  }
63
55
  componentDidRender() {
64
56
  // start custom styling area
@@ -2,11 +2,11 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-bd515e45.js');
5
+ const index = require('./index-d32e7de6.js');
6
6
  const appGlobals = require('./app-globals-3a1e7e63.js');
7
7
 
8
8
  /*
9
- Stencil Client Patch Browser v4.26.0 | MIT Licensed | https://stenciljs.com
9
+ Stencil Client Patch Browser v4.22.3 | MIT Licensed | https://stenciljs.com
10
10
  */
11
11
  var patchBrowser = () => {
12
12
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('general-styling-wrapper.cjs.js', document.baseURI).href));