@codeandfunction/callaloo 1.8.0 → 1.8.1
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/assets/index.css +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -732,7 +732,7 @@ const __default__ = {
|
|
|
732
732
|
return () => h(
|
|
733
733
|
"button",
|
|
734
734
|
{
|
|
735
|
-
|
|
735
|
+
"aria-label": props.ariaLabel,
|
|
736
736
|
class: [
|
|
737
737
|
prefix$k,
|
|
738
738
|
`${prefix$k}--${props.type}`,
|
|
@@ -788,8 +788,8 @@ const __default__ = {
|
|
|
788
788
|
};
|
|
789
789
|
const __injectCSSVars__ = () => {
|
|
790
790
|
useCssVars((_ctx) => ({
|
|
791
|
-
"
|
|
792
|
-
"
|
|
791
|
+
"4e702714": _ctx.width,
|
|
792
|
+
"2666a877": _ctx.height
|
|
793
793
|
}));
|
|
794
794
|
};
|
|
795
795
|
const __setup__ = __default__.setup;
|