wave-ui 2.32.1 → 2.32.2
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/wave-ui.cjs.js +1 -1
- package/dist/wave-ui.es.js +2 -2
- package/dist/wave-ui.umd.js +1 -1
- package/package.json +1 -1
- package/src/wave-ui/core.js +0 -1
package/dist/wave-ui.es.js
CHANGED
|
@@ -419,8 +419,6 @@ var colors = [
|
|
|
419
419
|
]
|
|
420
420
|
}
|
|
421
421
|
];
|
|
422
|
-
const consoleWarn = (message) => console.warn(`Wave UI: ${message}`);
|
|
423
|
-
const consoleError = (message) => console.error(`Wave UI: ${message}`);
|
|
424
422
|
const shadeColor = (col, amt) => {
|
|
425
423
|
return "#" + col.slice(1).match(/../g).map((x) => (x = +`0x${x}` + amt, x < 0 ? 0 : x > 255 ? 255 : x).toString(16).padStart(2, 0)).join("");
|
|
426
424
|
};
|
|
@@ -2734,6 +2732,8 @@ const _sfc_main$w = {
|
|
|
2734
2732
|
}
|
|
2735
2733
|
};
|
|
2736
2734
|
var wIcon = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", render$w]]);
|
|
2735
|
+
const consoleWarn = (message) => console.warn(`Wave UI: ${message}`);
|
|
2736
|
+
const consoleError = (message) => console.error(`Wave UI: ${message}`);
|
|
2737
2737
|
const _hoisted_1$j = {
|
|
2738
2738
|
key: 0,
|
|
2739
2739
|
class: "w-image__loader"
|