@flux-ui/application 3.1.12 → 3.2.0-beta.0

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
@@ -4035,10 +4035,7 @@ var FluxApplicationContent_default = /* @__PURE__ */ defineComponent({
4035
4035
  const { layout: layoutRef } = useApplicationInjection_default();
4036
4036
  watch(() => __props.layout, () => layoutRef.value = __props.layout, { immediate: true });
4037
4037
  return (_ctx, _cache) => {
4038
- return openBlock(), createElementBlock("main", {
4039
- class: normalizeClass(unref(clsx)(__props.layout === "default" && unref(ApplicationContent_module_default).applicationContentDefault, __props.layout === "dashboard" && unref(ApplicationContent_module_default).applicationContentDashboard, __props.layout === "full" && unref(ApplicationContent_module_default).applicationContentFull, __props.layout === "medium" && unref(ApplicationContent_module_default).applicationContentMedium, __props.layout === "narrow" && unref(ApplicationContent_module_default).applicationContentNarrow)),
4040
- "aria-label": "Application Content"
4041
- }, [renderSlot(_ctx.$slots, "default")], 2);
4038
+ return openBlock(), createElementBlock("main", { class: normalizeClass(unref(clsx)(__props.layout === "default" && unref(ApplicationContent_module_default).applicationContentDefault, __props.layout === "dashboard" && unref(ApplicationContent_module_default).applicationContentDashboard, __props.layout === "full" && unref(ApplicationContent_module_default).applicationContentFull, __props.layout === "medium" && unref(ApplicationContent_module_default).applicationContentMedium, __props.layout === "narrow" && unref(ApplicationContent_module_default).applicationContentNarrow)) }, [renderSlot(_ctx.$slots, "default")], 2);
4042
4039
  };
4043
4040
  }
4044
4041
  });