@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/index.js CHANGED
@@ -732,7 +732,7 @@ const __default__ = {
732
732
  return () => h(
733
733
  "button",
734
734
  {
735
- ariaLabel: props.ariaLabel,
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
- "68cf49a0": _ctx.width,
792
- "d16a1ee6": _ctx.height
791
+ "4e702714": _ctx.width,
792
+ "2666a877": _ctx.height
793
793
  }));
794
794
  };
795
795
  const __setup__ = __default__.setup;