fds-vue-core 2.0.6 → 2.0.8

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.
@@ -2587,7 +2587,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
2587
2587
  setup(__props) {
2588
2588
  const props = __props;
2589
2589
  const headerClasses = vue.computed(() => [
2590
- "appearance-none bg-transparent flex items-center border-none text-left px-6 py-4 w-full bg-transparent text-gray-800 whitespace-nowrap text-base font-bold leading-5 tracking-normal",
2590
+ "appearance-none bg-transparent flex items-center border-none text-left p-4 w-full bg-transparent text-gray-800 whitespace-nowrap text-base font-bold leading-5 tracking-normal",
2591
2591
  props.align === "center" && "text-center justify-center",
2592
2592
  props.align === "right" && "text-right justify-end",
2593
2593
  props.sortable && "text-blue-600! hover:bg-blue_t-200 cursor-pointer focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-[-2px] focus-visible:outline-blue-500 active:bg-blue_t-300"
@@ -2733,7 +2733,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
2733
2733
  isVisible.value = v;
2734
2734
  }
2735
2735
  );
2736
- const alertClasses = vue.computed(() => ["bg-yellow-200 border-yellow-300 rounded-md p-4 mb-4"]);
2736
+ const alertClasses = vue.computed(() => ["bg-yellow-200 border-yellow-300 border-1 rounded-md p-4 pb-6 mb-4"]);
2737
2737
  const autoId = `fds-alert-${Math.random().toString(36).slice(2, 9)}`;
2738
2738
  const alertId = vue.computed(() => props.id ?? autoId);
2739
2739
  function handleClose() {
@@ -2783,7 +2783,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
2783
2783
  class: vue.normalizeClass([
2784
2784
  "fill-gray-900! hover:bg-gray-100 active:bg-gray-200",
2785
2785
  "[&_svg]:transition-transform [&_svg]:duration-200",
2786
- isExpanded.value ? "[&_svg]:rotate-180" : "[&_svg]:rotate-0"
2786
+ isExpanded.value ? "[&_svg]:-rotate-180" : "[&_svg]:rotate-0"
2787
2787
  ])
2788
2788
  }, null, 8, ["ariaLabel", "class"])) : vue.createCommentVNode("", true)
2789
2789
  ])
@@ -2797,7 +2797,7 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
2797
2797
  };
2798
2798
  }
2799
2799
  });
2800
- const FdsBlockAlert = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-aa2ede5a"]]);
2800
+ const FdsBlockAlert = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-30ef3a44"]]);
2801
2801
  const _hoisted_1$7 = { class: "inline-flex items-center" };
2802
2802
  const _hoisted_2$4 = {
2803
2803
  key: 0,