fds-vue-core 2.0.69 → 2.0.71

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.
@@ -1 +1 @@
1
- {"version":3,"file":"FdsButtonMinor.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue"],"names":[],"mappings":"AAmHA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAU5D,UAAU,mBAAoB,SAAQ,kBAAkB;IACtD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;;;;;;;;;;;YADU,OAAO;;;;;;;;;AA2MlB,wBAIG"}
1
+ {"version":3,"file":"FdsButtonMinor.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/Buttons/FdsButtonMinor/FdsButtonMinor.vue"],"names":[],"mappings":"AAqHA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAA;AAU5D,UAAU,mBAAoB,SAAQ,kBAAkB;IACtD,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;;;;;;;;;;;YADU,OAAO;;;;;;;;;AA+MlB,wBAIG"}
@@ -415,7 +415,7 @@ function useHasSlot(name = "default") {
415
415
  });
416
416
  }
417
417
  const _hoisted_1$q = ["for"];
418
- const _hoisted_2$f = ["id", "name", "value", "disabled", "required"];
418
+ const _hoisted_2$g = ["id", "name", "value", "disabled", "required"];
419
419
  const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
420
420
  __name: "FdsCheckbox",
421
421
  props: /* @__PURE__ */ vue.mergeModels({
@@ -527,7 +527,7 @@ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
527
527
  required: _ctx.required,
528
528
  type: "checkbox",
529
529
  class: vue.normalizeClass([checkboxClasses.value])
530
- }, null, 10, _hoisted_2$f), [
530
+ }, null, 10, _hoisted_2$g), [
531
531
  [vue.vModelCheckbox, internalChecked.value]
532
532
  ]),
533
533
  vue.unref(hasLabelSlot) || _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", {
@@ -1140,7 +1140,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
1140
1140
  }
1141
1141
  });
1142
1142
  const _hoisted_1$n = ["for"];
1143
- const _hoisted_2$e = ["id", "name", "value", "disabled", "required"];
1143
+ const _hoisted_2$f = ["id", "name", "value", "disabled", "required"];
1144
1144
  const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1145
1145
  __name: "FdsRadio",
1146
1146
  props: /* @__PURE__ */ vue.mergeModels({
@@ -1202,7 +1202,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1202
1202
  required: _ctx.required,
1203
1203
  type: "radio",
1204
1204
  class: vue.normalizeClass([inputClasses.value, "m-[3px]"])
1205
- }, null, 10, _hoisted_2$e), [
1205
+ }, null, 10, _hoisted_2$f), [
1206
1206
  [vue.vModelRadio, radioModel.value]
1207
1207
  ]),
1208
1208
  vue.unref(hasLabelSlot) || _ctx.label ? (vue.openBlock(), vue.createElementBlock("span", {
@@ -1219,7 +1219,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1219
1219
  }
1220
1220
  });
1221
1221
  const _hoisted_1$m = { class: "flex items-start" };
1222
- const _hoisted_2$d = { class: "flex-1 flex" };
1222
+ const _hoisted_2$e = { class: "flex-1 flex" };
1223
1223
  const _hoisted_3$b = ["innerHTML"];
1224
1224
  const _hoisted_4$9 = { key: 1 };
1225
1225
  const _hoisted_5$7 = { key: 0 };
@@ -1449,7 +1449,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
1449
1449
  key: 1,
1450
1450
  style: vue.normalizeStyle({ minWidth: `${_ctx.indentation}px` })
1451
1451
  }, null, 4)) : vue.createCommentVNode("", true),
1452
- vue.createElementVNode("div", _hoisted_2$d, [
1452
+ vue.createElementVNode("div", _hoisted_2$e, [
1453
1453
  vue.createVNode(_sfc_main$v, {
1454
1454
  id: `checkbox-${props.nodeId}`,
1455
1455
  checked: vue.unref(treeState)?.isNodeSelected(props.nodeId),
@@ -1672,7 +1672,8 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
1672
1672
  }
1673
1673
  });
1674
1674
  const _hoisted_1$k = ["aria-disabled"];
1675
- const elBase$2 = "box-border appearance-none inline-flex items-center justify-center w-full cursor-pointer shadow-none p-1 text-base h-7 select-none m-0 rounded-md textcenter align-middle whitespace-nowrap no-underline transition-[box-shadow,border-color,background-color] duration-200 font-main font-bold text-base leading-5 tracking-normal focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-blue-500";
1675
+ const _hoisted_2$d = { class: "pt-0.5" };
1676
+ const elBase$2 = "box-border appearance-none inline-flex items-start justify-center w-full cursor-pointer shadow-none p-0.5 text-base select-none m-0 rounded-md text-left align-start no-underline transition-[box-shadow,border-color,background-color] duration-200 font-main font-bold text-base leading-5 tracking-normal focus-visible:outline-dashed focus-visible:outline-2 focus-visible:outline-offset-4 focus-visible:outline-blue-500";
1676
1677
  const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
1677
1678
  ...{
1678
1679
  inheritAttrs: false
@@ -1765,7 +1766,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
1765
1766
  size: 24
1766
1767
  }, null, 8, ["class", "name"])
1767
1768
  ], 2)) : vue.createCommentVNode("", true),
1768
- vue.createTextVNode(" " + vue.toDisplayString(_ctx.text), 1)
1769
+ vue.createElementVNode("span", _hoisted_2$d, vue.toDisplayString(_ctx.text), 1)
1769
1770
  ]),
1770
1771
  _: 1
1771
1772
  }, 16, ["type", "disabled", "target", "rel", "class"]))
@@ -2469,7 +2470,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
2469
2470
  props.disabled && "opacity-20 pointer-events-none"
2470
2471
  ]);
2471
2472
  const elBase2 = vue.computed(() => [
2472
- "box-border appearance-none w-full inline-flex items-center justify-center shadow-none p-1 text-base h-7",
2473
+ "box-border appearance-none w-full inline-flex items-center justify-center shadow-none p-0.5 text-base",
2473
2474
  "select-none m-0 rounded-md align-middle whitespace-nowrap no-underline",
2474
2475
  "transition-[box-shadow,border-color,background-color] duration-200 font-main text-base",
2475
2476
  "leading-5 tracking-normal"
@@ -3663,7 +3664,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
3663
3664
  iconName.value ? (vue.openBlock(), vue.createBlock(_sfc_main$u, {
3664
3665
  key: 0,
3665
3666
  name: iconName.value,
3666
- size: 28,
3667
+ size: 24,
3667
3668
  class: vue.normalizeClass(iconClasses.value)
3668
3669
  }, null, 8, ["name", "class"])) : vue.createCommentVNode("", true),
3669
3670
  vue.createTextVNode(" " + vue.toDisplayString(_ctx.heading), 1)
@@ -3671,7 +3672,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
3671
3672
  !_ctx.strict ? (vue.openBlock(), vue.createBlock(_sfc_main$t, {
3672
3673
  key: 0,
3673
3674
  icon: "cross",
3674
- size: 24,
3675
+ size: 28,
3675
3676
  onClick: _cache[0] || (_cache[0] = ($event) => handleClose("icon")),
3676
3677
  ariaLabel: closeLabel.value,
3677
3678
  class: "ml-4"