smoothly 0.3.8 → 0.3.9
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/smoothly-accordion_53.cjs.entry.js +1 -1
- package/dist/collection/components/icon/index.js +1 -1
- package/dist/custom-elements/index.js +1 -1
- package/dist/esm/smoothly-accordion_53.entry.js +1 -1
- package/dist/smoothly/{p-a2da6c33.entry.js → p-b04170ef.entry.js} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
|
@@ -32854,7 +32854,7 @@ const SmoothlyIcon = class {
|
|
|
32854
32854
|
}
|
|
32855
32855
|
static async load(name) {
|
|
32856
32856
|
var _a;
|
|
32857
|
-
const url = `https://
|
|
32857
|
+
const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
|
|
32858
32858
|
return (_a = SmoothlyIcon.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon.cache[url] = SmoothlyIcon.fetch(url));
|
|
32859
32859
|
}
|
|
32860
32860
|
static get watchers() { return {
|
|
@@ -29,7 +29,7 @@ export class SmoothlyIcon {
|
|
|
29
29
|
}
|
|
30
30
|
static async load(name) {
|
|
31
31
|
var _a;
|
|
32
|
-
const url = `https://
|
|
32
|
+
const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
|
|
33
33
|
return (_a = SmoothlyIcon.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon.cache[url] = SmoothlyIcon.fetch(url));
|
|
34
34
|
}
|
|
35
35
|
static get is() { return "smoothly-icon"; }
|
|
@@ -34467,7 +34467,7 @@ const SmoothlyIcon$1 = class extends HTMLElement {
|
|
|
34467
34467
|
}
|
|
34468
34468
|
static async load(name) {
|
|
34469
34469
|
var _a;
|
|
34470
|
-
const url = `https://
|
|
34470
|
+
const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
|
|
34471
34471
|
return (_a = SmoothlyIcon$1.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon$1.cache[url] = SmoothlyIcon$1.fetch(url));
|
|
34472
34472
|
}
|
|
34473
34473
|
static get watchers() { return {
|
|
@@ -32850,7 +32850,7 @@ const SmoothlyIcon = class {
|
|
|
32850
32850
|
}
|
|
32851
32851
|
static async load(name) {
|
|
32852
32852
|
var _a;
|
|
32853
|
-
const url = `https://
|
|
32853
|
+
const url = `https://site-icons.pages.dev/ionicons@5.0.0/dist/svg/${name}.svg`;
|
|
32854
32854
|
return (_a = SmoothlyIcon.cache[url]) !== null && _a !== void 0 ? _a : (SmoothlyIcon.cache[url] = SmoothlyIcon.fetch(url));
|
|
32855
32855
|
}
|
|
32856
32856
|
static get watchers() { return {
|