smoothly 0.3.56 → 0.3.57

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 (50) hide show
  1. package/dist/cjs/{Listenable-0b92b362.js → Listenable-fcea5136.js} +41 -21
  2. package/dist/cjs/getLanguage-7991c46a.js +6041 -0
  3. package/dist/cjs/{index-8352a4e0.js → index-48630c3c.js} +3 -0
  4. package/dist/cjs/{index-679a68de.js → index-5c256daf.js} +1 -1
  5. package/dist/cjs/index.cjs.js +3 -3
  6. package/dist/cjs/loader.cjs.js +1 -1
  7. package/dist/cjs/smoothly-accordion_53.cjs.entry.js +311 -19080
  8. package/dist/cjs/smoothly-country.cjs.entry.js +9 -9
  9. package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
  10. package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
  11. package/dist/cjs/smoothly-reorder.cjs.entry.js +4 -4
  12. package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +2 -2
  13. package/dist/cjs/smoothly-trigger-source.cjs.entry.js +2 -2
  14. package/dist/cjs/smoothly.cjs.js +1 -1
  15. package/dist/custom-elements/index.js +919 -25750
  16. package/dist/esm/{Listenable-79ce5567.js → Listenable-10f48463.js} +41 -21
  17. package/dist/esm/getLanguage-225b37b0.js +6039 -0
  18. package/dist/esm/{index-990cc22d.js → index-62de77e7.js} +1 -1
  19. package/dist/esm/{index-7b57a52c.js → index-e9e4cadb.js} +3 -1
  20. package/dist/esm/index.js +4 -4
  21. package/dist/esm/loader.js +2 -2
  22. package/dist/esm/smoothly-accordion_53.entry.js +311 -19080
  23. package/dist/esm/smoothly-country.entry.js +9 -9
  24. package/dist/esm/smoothly-google-font.entry.js +1 -1
  25. package/dist/esm/smoothly-radio-group.entry.js +1 -1
  26. package/dist/esm/smoothly-reorder.entry.js +2 -2
  27. package/dist/esm/smoothly-trigger-sink.entry.js +2 -2
  28. package/dist/esm/smoothly-trigger-source.entry.js +2 -2
  29. package/dist/esm/smoothly.js +2 -2
  30. package/dist/smoothly/index.esm.js +1 -1
  31. package/dist/smoothly/p-44420b1e.entry.js +1 -0
  32. package/dist/smoothly/p-4f3b0e6d.entry.js +1 -0
  33. package/dist/smoothly/{p-675a8d09.js → p-73bcae40.js} +1 -1
  34. package/dist/smoothly/p-a14dfd75.js +1 -0
  35. package/dist/smoothly/{p-0ed63b7b.entry.js → p-b3d699d2.entry.js} +1 -1
  36. package/dist/smoothly/p-bb57ff51.js +1 -0
  37. package/dist/smoothly/p-cab954af.entry.js +1 -0
  38. package/dist/smoothly/{p-29f0b550.entry.js → p-d7f00399.entry.js} +1 -1
  39. package/dist/smoothly/{p-0c7edd4c.entry.js → p-df8af5a2.entry.js} +1 -1
  40. package/dist/smoothly/{p-c88ae468.js → p-e5d867e5.js} +2 -2
  41. package/dist/smoothly/{p-5fb08944.entry.js → p-fe4520be.entry.js} +1 -1
  42. package/dist/smoothly/smoothly.esm.js +1 -1
  43. package/package.json +97 -97
  44. package/dist/cjs/getLanguage-892e255f.js +0 -12123
  45. package/dist/esm/getLanguage-bff35c81.js +0 -12121
  46. package/dist/smoothly/p-607abd83.entry.js +0 -1
  47. package/dist/smoothly/p-8878611c.js +0 -1
  48. package/dist/smoothly/p-8f1d86ff.js +0 -1
  49. package/dist/smoothly/p-ad6e177e.entry.js +0 -1
  50. package/dist/smoothly/p-fb0577c9.entry.js +0 -1
@@ -2060,6 +2060,8 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2060
2060
  const styles = /*@__PURE__*/ new Map();
2061
2061
  const win = typeof window !== 'undefined' ? window : {};
2062
2062
  const doc = win.document || { head: {} };
2063
+ const H = (win.HTMLElement || class {
2064
+ });
2063
2065
  const plt = {
2064
2066
  $flags$: 0,
2065
2067
  $resourcesUrl$: '',
@@ -2122,6 +2124,7 @@ const flush = () => {
2122
2124
  const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
2123
2125
  const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
2124
2126
 
2127
+ exports.H = H;
2125
2128
  exports.Host = Host;
2126
2129
  exports.bootstrapLazy = bootstrapLazy;
2127
2130
  exports.createEvent = createEvent;
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-8352a4e0.js');
3
+ const index = require('./index-48630c3c.js');
4
4
 
5
5
  const appendToMap = (map, propName, value) => {
6
6
  const items = map.get(propName);
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-679a68de.js');
6
- const Listenable = require('./Listenable-0b92b362.js');
5
+ const index = require('./index-5c256daf.js');
6
+ const Listenable = require('./Listenable-fcea5136.js');
7
7
  const GoogleFont = require('./GoogleFont-6c4f0da1.js');
8
- require('./index-8352a4e0.js');
8
+ require('./index-48630c3c.js');
9
9
 
10
10
  class ClientIdentifier {
11
11
  constructor() { }
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-8352a4e0.js');
5
+ const index = require('./index-48630c3c.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Esm v2.22.3 | MIT Licensed | https://stenciljs.com