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
@@ -1,4 +1,4 @@
1
- import { g as getRenderingRef, f as forceUpdate, h } from './index-7b57a52c.js';
1
+ import { g as getRenderingRef, f as forceUpdate, h } from './index-e9e4cadb.js';
2
2
 
3
3
  const appendToMap = (map, propName, value) => {
4
4
  const items = map.get(propName);
@@ -2038,6 +2038,8 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2038
2038
  const styles = /*@__PURE__*/ new Map();
2039
2039
  const win = typeof window !== 'undefined' ? window : {};
2040
2040
  const doc = win.document || { head: {} };
2041
+ const H = (win.HTMLElement || class {
2042
+ });
2041
2043
  const plt = {
2042
2044
  $flags$: 0,
2043
2045
  $resourcesUrl$: '',
@@ -2100,4 +2102,4 @@ const flush = () => {
2100
2102
  const nextTick = /*@__PURE__*/ (cb) => promiseResolve().then(cb);
2101
2103
  const writeTask = /*@__PURE__*/ queueTask(queueDomWrites, true);
2102
2104
 
2103
- export { Host as H, getElement as a, bootstrapLazy as b, createEvent as c, forceUpdate as f, getRenderingRef as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
2105
+ export { Host as H, getElement as a, bootstrapLazy as b, createEvent as c, H as d, forceUpdate as f, getRenderingRef as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
package/dist/esm/index.js CHANGED
@@ -1,8 +1,8 @@
1
- export { A as App, C as Cosmetic, N as Notice, r as redirect } from './index-990cc22d.js';
2
- import { I as Identifier } from './Listenable-79ce5567.js';
3
- export { a as Icon, L as Listenable, M as Message, T as Trigger } from './Listenable-79ce5567.js';
1
+ export { A as App, C as Cosmetic, N as Notice, r as redirect } from './index-62de77e7.js';
2
+ import { I as Identifier } from './Listenable-10f48463.js';
3
+ export { a as Icon, L as Listenable, M as Message, T as Trigger } from './Listenable-10f48463.js';
4
4
  export { G as GoogleFont } from './GoogleFont-8474516b.js';
5
- import './index-7b57a52c.js';
5
+ import './index-e9e4cadb.js';
6
6
 
7
7
  class ClientIdentifier {
8
8
  constructor() { }
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-7b57a52c.js';
2
- export { s as setNonce } from './index-7b57a52c.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-e9e4cadb.js';
2
+ export { s as setNonce } from './index-e9e4cadb.js';
3
3
 
4
4
  /*
5
5
  Stencil Client Patch Esm v2.22.3 | MIT Licensed | https://stenciljs.com