fds-vue-core 3.0.1 → 3.0.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.
@@ -659,7 +659,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
659
659
  closeable: { type: Boolean, default: false },
660
660
  collapsable: { type: Boolean, default: false },
661
661
  expanded: { type: Boolean, default: false },
662
- heading: { default: "" },
662
+ heading: { default: void 0 },
663
663
  locale: { default: "sv" },
664
664
  icon: {},
665
665
  dataTestid: { default: void 0 }
@@ -883,7 +883,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
883
883
  __name: "FdsBlockExpander",
884
884
  props: {
885
885
  disabled: { type: Boolean, default: false },
886
- heading: { default: "" },
886
+ heading: { default: void 0 },
887
887
  open: { type: Boolean, default: false },
888
888
  preIcon: { default: void 0 },
889
889
  stickerColor: { default: void 0 },
@@ -1113,7 +1113,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
1113
1113
  },
1114
1114
  __name: "FdsBlockLink",
1115
1115
  props: {
1116
- heading: {},
1116
+ heading: { default: void 0 },
1117
1117
  arrow: { type: Boolean, default: false },
1118
1118
  download: {},
1119
1119
  href: {},