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.
- package/dist/cjs/{Listenable-0b92b362.js → Listenable-fcea5136.js} +41 -21
- package/dist/cjs/getLanguage-7991c46a.js +6041 -0
- package/dist/cjs/{index-8352a4e0.js → index-48630c3c.js} +3 -0
- package/dist/cjs/{index-679a68de.js → index-5c256daf.js} +1 -1
- package/dist/cjs/index.cjs.js +3 -3
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/smoothly-accordion_53.cjs.entry.js +311 -19080
- package/dist/cjs/smoothly-country.cjs.entry.js +9 -9
- package/dist/cjs/smoothly-google-font.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-radio-group.cjs.entry.js +1 -1
- package/dist/cjs/smoothly-reorder.cjs.entry.js +4 -4
- package/dist/cjs/smoothly-trigger-sink.cjs.entry.js +2 -2
- package/dist/cjs/smoothly-trigger-source.cjs.entry.js +2 -2
- package/dist/cjs/smoothly.cjs.js +1 -1
- package/dist/custom-elements/index.js +919 -25750
- package/dist/esm/{Listenable-79ce5567.js → Listenable-10f48463.js} +41 -21
- package/dist/esm/getLanguage-225b37b0.js +6039 -0
- package/dist/esm/{index-990cc22d.js → index-62de77e7.js} +1 -1
- package/dist/esm/{index-7b57a52c.js → index-e9e4cadb.js} +3 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/loader.js +2 -2
- package/dist/esm/smoothly-accordion_53.entry.js +311 -19080
- package/dist/esm/smoothly-country.entry.js +9 -9
- package/dist/esm/smoothly-google-font.entry.js +1 -1
- package/dist/esm/smoothly-radio-group.entry.js +1 -1
- package/dist/esm/smoothly-reorder.entry.js +2 -2
- package/dist/esm/smoothly-trigger-sink.entry.js +2 -2
- package/dist/esm/smoothly-trigger-source.entry.js +2 -2
- package/dist/esm/smoothly.js +2 -2
- package/dist/smoothly/index.esm.js +1 -1
- package/dist/smoothly/p-44420b1e.entry.js +1 -0
- package/dist/smoothly/p-4f3b0e6d.entry.js +1 -0
- package/dist/smoothly/{p-675a8d09.js → p-73bcae40.js} +1 -1
- package/dist/smoothly/p-a14dfd75.js +1 -0
- package/dist/smoothly/{p-0ed63b7b.entry.js → p-b3d699d2.entry.js} +1 -1
- package/dist/smoothly/p-bb57ff51.js +1 -0
- package/dist/smoothly/p-cab954af.entry.js +1 -0
- package/dist/smoothly/{p-29f0b550.entry.js → p-d7f00399.entry.js} +1 -1
- package/dist/smoothly/{p-0c7edd4c.entry.js → p-df8af5a2.entry.js} +1 -1
- package/dist/smoothly/{p-c88ae468.js → p-e5d867e5.js} +2 -2
- package/dist/smoothly/{p-5fb08944.entry.js → p-fe4520be.entry.js} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +97 -97
- package/dist/cjs/getLanguage-892e255f.js +0 -12123
- package/dist/esm/getLanguage-bff35c81.js +0 -12121
- package/dist/smoothly/p-607abd83.entry.js +0 -1
- package/dist/smoothly/p-8878611c.js +0 -1
- package/dist/smoothly/p-8f1d86ff.js +0 -1
- package/dist/smoothly/p-ad6e177e.entry.js +0 -1
- 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;
|
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
const index = require('./index-
|
|
6
|
-
const Listenable = require('./Listenable-
|
|
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-
|
|
8
|
+
require('./index-48630c3c.js');
|
|
9
9
|
|
|
10
10
|
class ClientIdentifier {
|
|
11
11
|
constructor() { }
|
package/dist/cjs/loader.cjs.js
CHANGED