fds-vue-core 4.1.1 → 4.2.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.
Files changed (33) hide show
  1. package/dist/fds-vue-core.cjs.js +332 -235
  2. package/dist/fds-vue-core.cjs.js.map +1 -1
  3. package/dist/fds-vue-core.es.js +332 -235
  4. package/dist/fds-vue-core.es.js.map +1 -1
  5. package/package.json +1 -1
  6. package/src/components/FdsTreeView/FdsTreeView.vue +2 -2
  7. package/src/components/Typography/FdsH1/FdsH1.stories.ts +34 -0
  8. package/src/components/Typography/FdsH1/FdsH1.vue +42 -0
  9. package/src/components/Typography/{FdsHeading → FdsH1}/types.ts +1 -2
  10. package/src/components/Typography/FdsH2/FdsH2.stories.ts +34 -0
  11. package/src/components/Typography/FdsH2/FdsH2.vue +42 -0
  12. package/src/components/Typography/FdsH2/types.ts +7 -0
  13. package/src/components/Typography/FdsH3/FdsH3.stories.ts +34 -0
  14. package/src/components/Typography/FdsH3/FdsH3.vue +42 -0
  15. package/src/components/Typography/FdsH3/types.ts +7 -0
  16. package/src/components/Typography/{FdsSeparator/FdsSeparator.stories.ts → FdsHr/FdsHr.stories.ts} +7 -7
  17. package/src/components/Typography/FdsLabel/FdsLabel.stories.ts +18 -0
  18. package/src/components/Typography/FdsLabel/FdsLabel.vue +26 -0
  19. package/src/components/Typography/FdsLabel/types.ts +5 -0
  20. package/src/components/Typography/FdsLead/FdsLead.stories.ts +18 -0
  21. package/src/components/Typography/FdsLead/FdsLead.vue +26 -0
  22. package/src/components/Typography/FdsLead/types.ts +5 -0
  23. package/src/components/Typography/FdsMeta/FdsMeta.stories.ts +18 -0
  24. package/src/components/Typography/FdsMeta/FdsMeta.vue +26 -0
  25. package/src/components/Typography/FdsMeta/types.ts +5 -0
  26. package/src/index.ts +27 -11
  27. package/src/.DS_Store +0 -0
  28. package/src/components/Typography/FdsHeading/FdsHeading.stories.ts +0 -93
  29. package/src/components/Typography/FdsHeading/FdsHeading.vue +0 -61
  30. package/src/components/Typography/FdsText/FdsText.stories.ts +0 -66
  31. package/src/components/Typography/FdsText/FdsText.vue +0 -41
  32. package/src/components/Typography/FdsText/types.ts +0 -6
  33. /package/src/components/Typography/{FdsSeparator/FdsSeparator.vue → FdsHr/FdsHr.vue} +0 -0
@@ -547,7 +547,7 @@ const icons = {
547
547
  </svg>`
548
548
  };
549
549
  const _hoisted_1$r = ["innerHTML"];
550
- const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
550
+ const _sfc_main$D = /* @__PURE__ */ vue.defineComponent({
551
551
  __name: "FdsIcon",
552
552
  props: {
553
553
  name: {},
@@ -584,7 +584,7 @@ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
584
584
  };
585
585
  }
586
586
  });
587
- const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
587
+ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
588
588
  __name: "FdsButtonIcon",
589
589
  props: {
590
590
  icon: {},
@@ -628,12 +628,12 @@ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
628
628
  class: buttonClasses.value,
629
629
  onClick
630
630
  }), [
631
- !__props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
631
+ !__props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
632
632
  key: 0,
633
633
  size: iconSize.value,
634
634
  name: __props.icon,
635
635
  "aria-hidden": "true"
636
- }, null, 8, ["size", "name"])) : (vue.openBlock(), vue.createBlock(_sfc_main$z, {
636
+ }, null, 8, ["size", "name"])) : (vue.openBlock(), vue.createBlock(_sfc_main$D, {
637
637
  key: 1,
638
638
  size: iconSize.value,
639
639
  name: "spinner",
@@ -652,7 +652,7 @@ const _hoisted_5$a = {
652
652
  key: 1,
653
653
  class: "fds-block-alert-slot mb-0-last-child"
654
654
  };
655
- const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
655
+ const _sfc_main$B = /* @__PURE__ */ vue.defineComponent({
656
656
  __name: "FdsBlockAlert",
657
657
  props: {
658
658
  visible: { type: Boolean, default: true },
@@ -710,7 +710,7 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
710
710
  }, [
711
711
  vue.createElementVNode("div", _hoisted_1$q, [
712
712
  vue.createElementVNode("div", _hoisted_2$k, [
713
- vue.createVNode(_sfc_main$z, {
713
+ vue.createVNode(_sfc_main$D, {
714
714
  name: "alert",
715
715
  size: 24,
716
716
  class: "fill-yellow-700"
@@ -719,13 +719,13 @@ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
719
719
  vue.createElementVNode("span", _hoisted_3$c, vue.toDisplayString(__props.heading), 1)
720
720
  ]),
721
721
  vue.createElementVNode("div", _hoisted_4$b, [
722
- __props.closeable ? (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
722
+ __props.closeable ? (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
723
723
  key: 0,
724
724
  icon: "cross",
725
725
  size: 28,
726
726
  onClick: handleClose
727
727
  }, { "aria-label": closeLabel.value }, { class: ["fill-gray-900! hover:bg-gray-100 active:bg-gray-200"] }), null, 16)) : vue.createCommentVNode("", true),
728
- __props.collapsable ? (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
728
+ __props.collapsable ? (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
729
729
  key: 1,
730
730
  icon: "arrowDown",
731
731
  size: 28,
@@ -756,7 +756,7 @@ const _hoisted_2$j = {
756
756
  const _hoisted_3$b = { class: "flex items-center gap-3" };
757
757
  const _hoisted_4$a = { class: "flex items-start gap-3 leading-8" };
758
758
  const _hoisted_5$9 = { class: "mb-0-last-child" };
759
- const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
759
+ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
760
760
  __name: "FdsBlockContent",
761
761
  props: {
762
762
  heading: { default: void 0 },
@@ -817,7 +817,7 @@ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
817
817
  };
818
818
  }
819
819
  });
820
- const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
820
+ const _sfc_main$z = /* @__PURE__ */ vue.defineComponent({
821
821
  __name: "FdsSticker",
822
822
  props: {
823
823
  variant: { default: "blue" },
@@ -876,7 +876,7 @@ const _hoisted_4$9 = {
876
876
  class: "w-full flex mt-2"
877
877
  };
878
878
  const _hoisted_5$8 = ["aria-hidden"];
879
- const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
879
+ const _sfc_main$y = /* @__PURE__ */ vue.defineComponent({
880
880
  ...{
881
881
  inheritAttrs: false
882
882
  },
@@ -952,7 +952,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
952
952
  class: vue.normalizeClass({ "inline-flex items-start": __props.preIcon })
953
953
  }, [
954
954
  __props.preIcon ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2$i, [
955
- vue.createVNode(_sfc_main$z, {
955
+ vue.createVNode(_sfc_main$D, {
956
956
  name: __props.preIcon,
957
957
  size: 24,
958
958
  class: vue.normalizeClass(["fill-blue-500", { "fill-gray-500": __props.disabled }])
@@ -965,7 +965,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
965
965
  ])
966
966
  ], 2),
967
967
  vue.createElementVNode("span", null, [
968
- __props.stickerText && __props.stickerColor ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
968
+ __props.stickerText && __props.stickerColor ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
969
969
  key: 0,
970
970
  variant: __props.stickerColor
971
971
  }, {
@@ -974,7 +974,7 @@ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
974
974
  ]),
975
975
  _: 1
976
976
  }, 8, ["variant"])) : vue.createCommentVNode("", true),
977
- vue.createVNode(_sfc_main$z, {
977
+ vue.createVNode(_sfc_main$D, {
978
978
  name: "arrowDown",
979
979
  size: 24,
980
980
  class: vue.normalizeClass(["transition-transform duration-200 fill-blue-500 min-w-6 min-h-6", { "rotate-180": isOpen.value, "fill-gray-500": __props.disabled }])
@@ -1023,7 +1023,7 @@ const _hoisted_13$1 = { class: "flex items-start gap-3" };
1023
1023
  const _hoisted_14$1 = { class: "mb-0-last-child" };
1024
1024
  const smallIconSize = 24;
1025
1025
  const largeIconSize = 48;
1026
- const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
1026
+ const _sfc_main$x = /* @__PURE__ */ vue.defineComponent({
1027
1027
  __name: "FdsBlockInfo",
1028
1028
  props: {
1029
1029
  heading: { default: void 0 },
@@ -1056,7 +1056,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
1056
1056
  class: contentClasses.value
1057
1057
  }, rootAttrs.value), [
1058
1058
  __props.iconSize === "large" && __props.icon ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
1059
- vue.createVNode(_sfc_main$z, {
1059
+ vue.createVNode(_sfc_main$D, {
1060
1060
  name: __props.icon,
1061
1061
  size: largeIconSize,
1062
1062
  class: "fill-blue-500"
@@ -1081,7 +1081,7 @@ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
1081
1081
  }, [
1082
1082
  vue.createElementVNode("header", _hoisted_10$2, [
1083
1083
  vue.createElementVNode("div", _hoisted_11$2, [
1084
- __props.icon && __props.iconSize === "small" ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
1084
+ __props.icon && __props.iconSize === "small" ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
1085
1085
  key: 0,
1086
1086
  name: __props.icon,
1087
1087
  size: smallIconSize,
@@ -1107,7 +1107,7 @@ const _hoisted_2$g = {
1107
1107
  key: 0,
1108
1108
  class: "flex items-end"
1109
1109
  };
1110
- const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1110
+ const _sfc_main$w = /* @__PURE__ */ vue.defineComponent({
1111
1111
  ...{
1112
1112
  inheritAttrs: false
1113
1113
  },
@@ -1196,7 +1196,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1196
1196
  vue.createElementVNode("div", {
1197
1197
  class: vue.normalizeClass(["flex w-full flex-1", contentClasses.value])
1198
1198
  }, [
1199
- __props.icon ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
1199
+ __props.icon ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
1200
1200
  key: 0,
1201
1201
  name: __props.icon,
1202
1202
  size: 24,
@@ -1224,7 +1224,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1224
1224
  ], 2)
1225
1225
  ], 2)
1226
1226
  ], 2),
1227
- __props.arrow ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
1227
+ __props.arrow ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
1228
1228
  key: 0,
1229
1229
  name: "arrowRight",
1230
1230
  size: 20,
@@ -1237,7 +1237,7 @@ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
1237
1237
  }
1238
1238
  });
1239
1239
  const _hoisted_1$l = ["aria-label"];
1240
- const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
1240
+ const _sfc_main$v = /* @__PURE__ */ vue.defineComponent({
1241
1241
  __name: "FdsSpinner",
1242
1242
  props: {
1243
1243
  size: { default: "48px" },
@@ -1324,7 +1324,7 @@ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
1324
1324
  const _hoisted_1$k = ["aria-disabled"];
1325
1325
  const _hoisted_2$f = { class: "pt-0.5" };
1326
1326
  const elBase$2 = "box-border appearance-none inline-flex items-start justify-center w-fit 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";
1327
- const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
1327
+ const _sfc_main$u = /* @__PURE__ */ vue.defineComponent({
1328
1328
  ...{
1329
1329
  inheritAttrs: false
1330
1330
  },
@@ -1403,7 +1403,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
1403
1403
  onClick
1404
1404
  }), {
1405
1405
  default: vue.withCtx(() => [
1406
- __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
1406
+ __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
1407
1407
  key: 0,
1408
1408
  class: "mr-2",
1409
1409
  size: "24px",
@@ -1413,7 +1413,7 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
1413
1413
  class: vue.normalizeClass(iconOrderClasses.value),
1414
1414
  "aria-hidden": "true"
1415
1415
  }, [
1416
- vue.createVNode(_sfc_main$z, {
1416
+ vue.createVNode(_sfc_main$D, {
1417
1417
  class: vue.normalizeClass(iconFillClass2.value),
1418
1418
  name: __props.icon,
1419
1419
  size: 24
@@ -1431,7 +1431,7 @@ const _hoisted_1$j = {
1431
1431
  key: 0,
1432
1432
  class: "flex items-center gap-2 h-7"
1433
1433
  };
1434
- const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
1434
+ const _sfc_main$t = /* @__PURE__ */ vue.defineComponent({
1435
1435
  __name: "FdsButtonCopy",
1436
1436
  props: {
1437
1437
  value: { default: "" },
@@ -1494,9 +1494,9 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
1494
1494
  });
1495
1495
  return (_ctx, _cache) => {
1496
1496
  return isCopied.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
1497
- vue.createVNode(_sfc_main$z, { name: "bigSuccess" }),
1497
+ vue.createVNode(_sfc_main$D, { name: "bigSuccess" }),
1498
1498
  vue.createElementVNode("span", null, vue.toDisplayString(props.copiedText), 1)
1499
- ])) : (vue.openBlock(), vue.createBlock(_sfc_main$q, {
1499
+ ])) : (vue.openBlock(), vue.createBlock(_sfc_main$u, {
1500
1500
  key: 1,
1501
1501
  type: "button",
1502
1502
  disabled: props.disabled,
@@ -4132,7 +4132,7 @@ function useDownload() {
4132
4132
  };
4133
4133
  }
4134
4134
  const _hoisted_1$i = ["disabled", "aria-disabled"];
4135
- const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
4135
+ const _sfc_main$s = /* @__PURE__ */ vue.defineComponent({
4136
4136
  __name: "FdsButtonDownload",
4137
4137
  props: {
4138
4138
  loading: { type: Boolean, default: false },
@@ -4233,7 +4233,7 @@ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
4233
4233
  class: vue.normalizeClass(iconOrderClasses.value),
4234
4234
  "aria-hidden": "true"
4235
4235
  }, [
4236
- vue.createVNode(_sfc_main$z, {
4236
+ vue.createVNode(_sfc_main$D, {
4237
4237
  class: vue.normalizeClass(iconFillClass2.value),
4238
4238
  name: "download",
4239
4239
  size: 24
@@ -4249,7 +4249,7 @@ const _hoisted_2$e = { key: 2 };
4249
4249
  const elBase$1 = "fds-button-primary box-border appearance-none inline-flex items-center justify-center select-none w-full min-h-0 min-w-12 m-0 rounded-lg text-center align-middle whitespace-nowrap no-underline shadow-[0_2px_4px_rgba(12,72,153,0.12)] 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";
4250
4250
  const variantClasses$1 = "bg-red-600 border border-red-700 text-white hover:bg-red-700 active:bg-red-800 active:border-red-800";
4251
4251
  const iconFillClass$1 = "fill-white";
4252
- const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
4252
+ const _sfc_main$r = /* @__PURE__ */ vue.defineComponent({
4253
4253
  ...{
4254
4254
  inheritAttrs: false
4255
4255
  },
@@ -4327,7 +4327,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
4327
4327
  onClick
4328
4328
  }), {
4329
4329
  default: vue.withCtx(() => [
4330
- __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
4330
+ __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
4331
4331
  key: 0,
4332
4332
  size: "24px",
4333
4333
  color: "inherit"
@@ -4336,7 +4336,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
4336
4336
  class: vue.normalizeClass(iconOrderClasses.value),
4337
4337
  "aria-hidden": "true"
4338
4338
  }, [
4339
- vue.createVNode(_sfc_main$z, {
4339
+ vue.createVNode(_sfc_main$D, {
4340
4340
  class: vue.normalizeClass(iconFillClass$1),
4341
4341
  name: __props.icon,
4342
4342
  size: 24
@@ -4355,7 +4355,7 @@ const _hoisted_2$d = { key: 2 };
4355
4355
  const elBase = "fds-button-secondary box-border appearance-none inline-flex items-center justify-center select-none w-full min-h-0 min-w-12 m-0 rounded-lg text-center align-middle whitespace-nowrap no-underline shadow-[0_2px_4px_rgba(12,72,153,0.12)] 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";
4356
4356
  const variantClasses = "bg-white border-2 border-blue-500 text-blue-600 hover:bg-blue_t-100 hover:border-blue-500 hover:text-blue-600 active:bg-blue_t-200 active:border-blue-500 active:text-blue-600";
4357
4357
  const iconFillClass = "fill-blue-500";
4358
- const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
4358
+ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
4359
4359
  ...{
4360
4360
  inheritAttrs: false
4361
4361
  },
@@ -4434,7 +4434,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
4434
4434
  onClick
4435
4435
  }), {
4436
4436
  default: vue.withCtx(() => [
4437
- __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
4437
+ __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
4438
4438
  key: 0,
4439
4439
  size: "24px",
4440
4440
  color: "inherit"
@@ -4443,7 +4443,7 @@ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
4443
4443
  class: vue.normalizeClass(iconOrderClasses.value),
4444
4444
  "aria-hidden": "true"
4445
4445
  }, [
4446
- vue.createVNode(_sfc_main$z, {
4446
+ vue.createVNode(_sfc_main$D, {
4447
4447
  class: vue.normalizeClass(iconFillClass),
4448
4448
  name: __props.icon,
4449
4449
  size: 24
@@ -4522,7 +4522,7 @@ function useViewportBreakpoint() {
4522
4522
  };
4523
4523
  }
4524
4524
  const _hoisted_1$f = ["title"];
4525
- const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
4525
+ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
4526
4526
  __name: "FdsBreakpointIndicator",
4527
4527
  props: {
4528
4528
  popoverClass: {}
@@ -4586,7 +4586,7 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
4586
4586
  });
4587
4587
  const _hoisted_1$e = { class: "flex justify-between mb-4" };
4588
4588
  const _hoisted_2$c = { class: "mb-0-last-child" };
4589
- const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
4589
+ const _sfc_main$o = /* @__PURE__ */ vue.defineComponent({
4590
4590
  __name: "FdsModal",
4591
4591
  props: {
4592
4592
  open: { type: Boolean, default: false },
@@ -4779,7 +4779,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
4779
4779
  tabindex: "-1",
4780
4780
  class: vue.normalizeClass(headerTitleClasses.value)
4781
4781
  }, [
4782
- iconName.value ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
4782
+ iconName.value ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
4783
4783
  key: 0,
4784
4784
  name: iconName.value,
4785
4785
  size: 24,
@@ -4787,7 +4787,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
4787
4787
  }, null, 8, ["name", "class"])) : vue.createCommentVNode("", true),
4788
4788
  vue.createTextVNode(" " + vue.toDisplayString(__props.heading), 1)
4789
4789
  ], 2),
4790
- !__props.strict ? (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
4790
+ !__props.strict ? (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
4791
4791
  key: 0,
4792
4792
  icon: "cross",
4793
4793
  size: 28,
@@ -4809,7 +4809,7 @@ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
4809
4809
  };
4810
4810
  }
4811
4811
  });
4812
- const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
4812
+ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
4813
4813
  __name: "FdsTabs",
4814
4814
  props: {
4815
4815
  block: { type: Boolean, default: false },
@@ -4842,7 +4842,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
4842
4842
  };
4843
4843
  }
4844
4844
  });
4845
- const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
4845
+ const _sfc_main$m = /* @__PURE__ */ vue.defineComponent({
4846
4846
  ...{
4847
4847
  inheritAttrs: false
4848
4848
  },
@@ -5016,7 +5016,7 @@ const _hoisted_31 = {
5016
5016
  class: "mt-2 flex flex-wrap gap-2"
5017
5017
  };
5018
5018
  const _hoisted_32 = { class: "mt-4 flex justify-end gap-3" };
5019
- const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5019
+ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
5020
5020
  __name: "FdsDevModeStorage",
5021
5021
  props: {
5022
5022
  open: { type: Boolean, default: false }
@@ -5173,7 +5173,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5173
5173
  loadStorageEntries();
5174
5174
  };
5175
5175
  return (_ctx, _cache) => {
5176
- return vue.openBlock(), vue.createBlock(_sfc_main$k, {
5176
+ return vue.openBlock(), vue.createBlock(_sfc_main$o, {
5177
5177
  open: isOpen.value,
5178
5178
  heading: "DevTools",
5179
5179
  size: "xl",
@@ -5181,33 +5181,33 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5181
5181
  }, {
5182
5182
  default: vue.withCtx(() => [
5183
5183
  vue.createElementVNode("div", _hoisted_1$d, [
5184
- vue.createVNode(_sfc_main$j, { variant: "primary" }, {
5184
+ vue.createVNode(_sfc_main$n, { variant: "primary" }, {
5185
5185
  default: vue.withCtx(() => [
5186
- vue.createVNode(_sfc_main$i, {
5186
+ vue.createVNode(_sfc_main$m, {
5187
5187
  label: "localStorage",
5188
5188
  active: activeTab.value === "local",
5189
5189
  as: "button",
5190
5190
  onClick: _cache[0] || (_cache[0] = ($event) => activeTab.value = "local")
5191
5191
  }, null, 8, ["active"]),
5192
- vue.createVNode(_sfc_main$i, {
5192
+ vue.createVNode(_sfc_main$m, {
5193
5193
  label: "sessionStorage",
5194
5194
  active: activeTab.value === "session",
5195
5195
  as: "button",
5196
5196
  onClick: _cache[1] || (_cache[1] = ($event) => activeTab.value = "session")
5197
5197
  }, null, 8, ["active"]),
5198
- vue.createVNode(_sfc_main$i, {
5198
+ vue.createVNode(_sfc_main$m, {
5199
5199
  label: "Cookies",
5200
5200
  active: activeTab.value === "cookies",
5201
5201
  as: "button",
5202
5202
  onClick: _cache[2] || (_cache[2] = ($event) => activeTab.value = "cookies")
5203
5203
  }, null, 8, ["active"]),
5204
- vue.createVNode(_sfc_main$i, {
5204
+ vue.createVNode(_sfc_main$m, {
5205
5205
  label: "Placeholder 1",
5206
5206
  active: activeTab.value === "placeholder1",
5207
5207
  as: "button",
5208
5208
  onClick: _cache[3] || (_cache[3] = ($event) => activeTab.value = "placeholder1")
5209
5209
  }, null, 8, ["active"]),
5210
- vue.createVNode(_sfc_main$i, {
5210
+ vue.createVNode(_sfc_main$m, {
5211
5211
  label: "Placeholder 2",
5212
5212
  active: activeTab.value === "placeholder2",
5213
5213
  as: "button",
@@ -5216,7 +5216,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5216
5216
  ]),
5217
5217
  _: 1
5218
5218
  }),
5219
- activeTab.value === "local" ? (vue.openBlock(), vue.createBlock(_sfc_main$t, {
5219
+ activeTab.value === "local" ? (vue.openBlock(), vue.createBlock(_sfc_main$x, {
5220
5220
  key: 0,
5221
5221
  heading: "localStorage",
5222
5222
  icon: "information",
@@ -5270,12 +5270,12 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5270
5270
  ])
5271
5271
  ]),
5272
5272
  localEditKey.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$1, [
5273
- vue.createVNode(_sfc_main$m, {
5273
+ vue.createVNode(_sfc_main$q, {
5274
5274
  text: "Ta bort",
5275
5275
  size: "sm",
5276
5276
  onClick: deleteLocalEntry
5277
5277
  }),
5278
- vue.createVNode(_sfc_main$n, {
5278
+ vue.createVNode(_sfc_main$r, {
5279
5279
  text: "Spara",
5280
5280
  size: "sm",
5281
5281
  onClick: saveLocalEntry
@@ -5284,7 +5284,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5284
5284
  ])
5285
5285
  ]),
5286
5286
  _: 1
5287
- })) : activeTab.value === "session" ? (vue.openBlock(), vue.createBlock(_sfc_main$t, {
5287
+ })) : activeTab.value === "session" ? (vue.openBlock(), vue.createBlock(_sfc_main$x, {
5288
5288
  key: 1,
5289
5289
  heading: "sessionStorage",
5290
5290
  icon: "information",
@@ -5338,12 +5338,12 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5338
5338
  ])
5339
5339
  ]),
5340
5340
  sessionEditKey.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_21, [
5341
- vue.createVNode(_sfc_main$m, {
5341
+ vue.createVNode(_sfc_main$q, {
5342
5342
  text: "Ta bort",
5343
5343
  size: "sm",
5344
5344
  onClick: deleteSessionEntry
5345
5345
  }),
5346
- vue.createVNode(_sfc_main$n, {
5346
+ vue.createVNode(_sfc_main$r, {
5347
5347
  text: "Spara",
5348
5348
  size: "sm",
5349
5349
  onClick: saveSessionEntry
@@ -5352,7 +5352,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5352
5352
  ])
5353
5353
  ]),
5354
5354
  _: 1
5355
- })) : activeTab.value === "cookies" ? (vue.openBlock(), vue.createBlock(_sfc_main$t, {
5355
+ })) : activeTab.value === "cookies" ? (vue.openBlock(), vue.createBlock(_sfc_main$x, {
5356
5356
  key: 2,
5357
5357
  heading: "Cookies",
5358
5358
  icon: "information",
@@ -5406,12 +5406,12 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5406
5406
  ])
5407
5407
  ]),
5408
5408
  cookieEditKey.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_31, [
5409
- vue.createVNode(_sfc_main$m, {
5409
+ vue.createVNode(_sfc_main$q, {
5410
5410
  text: "Ta bort",
5411
5411
  size: "sm",
5412
5412
  onClick: deleteCookieEntry
5413
5413
  }),
5414
- vue.createVNode(_sfc_main$n, {
5414
+ vue.createVNode(_sfc_main$r, {
5415
5415
  text: "Spara",
5416
5416
  size: "sm",
5417
5417
  onClick: saveCookieEntry
@@ -5420,7 +5420,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5420
5420
  ])
5421
5421
  ]),
5422
5422
  _: 1
5423
- })) : (vue.openBlock(), vue.createBlock(_sfc_main$t, {
5423
+ })) : (vue.openBlock(), vue.createBlock(_sfc_main$x, {
5424
5424
  key: 3,
5425
5425
  heading: "Placeholder",
5426
5426
  icon: "information",
@@ -5433,11 +5433,11 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5433
5433
  _: 1
5434
5434
  })),
5435
5435
  vue.createElementVNode("div", _hoisted_32, [
5436
- vue.createVNode(_sfc_main$m, {
5436
+ vue.createVNode(_sfc_main$q, {
5437
5437
  text: "Uppdatera",
5438
5438
  onClick: refreshStorageEntries
5439
5439
  }),
5440
- vue.createVNode(_sfc_main$n, {
5440
+ vue.createVNode(_sfc_main$r, {
5441
5441
  text: "Stäng",
5442
5442
  onClick: _cache[11] || (_cache[11] = ($event) => handleOpenChange(false))
5443
5443
  })
@@ -5451,7 +5451,7 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
5451
5451
  });
5452
5452
  const _hoisted_1$c = { class: "flex items-center gap-1" };
5453
5453
  const _hoisted_2$a = { class: "flex items-center gap-1" };
5454
- const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
5454
+ const _sfc_main$k = /* @__PURE__ */ vue.defineComponent({
5455
5455
  __name: "FdsDevMode",
5456
5456
  props: {
5457
5457
  environment: { default: null }
@@ -5512,7 +5512,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
5512
5512
  class: vue.normalizeClass(["fixed bottom-0 right-0 sm:right-12 font-bold m-3 sm:m-6 px-3 py-2 sm:py-1 rounded-xl z-50 flex flex-col sm:flex-row items-center gap-2 sm:gap-1", envBannerClasses.value])
5513
5513
  }, [
5514
5514
  vue.createElementVNode("div", _hoisted_1$c, [
5515
- vue.createVNode(_sfc_main$l, { "popover-class": envBannerClasses.value }, null, 8, ["popover-class"]),
5515
+ vue.createVNode(_sfc_main$p, { "popover-class": envBannerClasses.value }, null, 8, ["popover-class"]),
5516
5516
  vue.createElementVNode("span", null, vue.toDisplayString(environmentText.value), 1)
5517
5517
  ]),
5518
5518
  vue.createElementVNode("div", _hoisted_2$a, [
@@ -5521,13 +5521,13 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
5521
5521
  (...args) => vue.unref(toggleDevMode) && vue.unref(toggleDevMode)(...args)),
5522
5522
  class: "py-1 px-2 rounded text-xs font-bold bg-white bg-opacity-20 text-black hover:bg-opacity-30 min-w-[120px] cursor-pointer"
5523
5523
  }, vue.toDisplayString(vue.unref(isDevMode) ? "Dev mode: ON" : "Dev mode: OFF"), 1),
5524
- vue.createVNode(_sfc_main$y, {
5524
+ vue.createVNode(_sfc_main$C, {
5525
5525
  icon: "settings",
5526
5526
  size: 24,
5527
5527
  class: vue.normalizeClass(envBannerFillColor.value),
5528
5528
  onClick: openStorageModal
5529
5529
  }, null, 8, ["class"]),
5530
- vue.createVNode(_sfc_main$y, {
5530
+ vue.createVNode(_sfc_main$C, {
5531
5531
  onClick: handleEnvBanner,
5532
5532
  icon: "cross",
5533
5533
  size: 24,
@@ -5535,7 +5535,7 @@ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
5535
5535
  }, null, 8, ["class"])
5536
5536
  ])
5537
5537
  ], 2)) : vue.createCommentVNode("", true),
5538
- vue.createVNode(_sfc_main$h, {
5538
+ vue.createVNode(_sfc_main$l, {
5539
5539
  open: isStorageModalOpen.value,
5540
5540
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => isStorageModalOpen.value = $event)
5541
5541
  }, null, 8, ["open"])
@@ -8721,7 +8721,7 @@ const _hoisted_4$6 = {
8721
8721
  key: 0,
8722
8722
  class: "text-red-600 font-bold mt-1"
8723
8723
  };
8724
- const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
8724
+ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
8725
8725
  ...{
8726
8726
  inheritAttrs: false
8727
8727
  },
@@ -8997,26 +8997,26 @@ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
8997
8997
  vue.createElementVNode("div", {
8998
8998
  class: vue.normalizeClass(rightIconsContainerClasses.value)
8999
8999
  }, [
9000
- isInvalid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
9000
+ isInvalid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
9001
9001
  key: 0,
9002
9002
  name: "alert",
9003
9003
  class: "fill-red-600"
9004
9004
  })) : vue.createCommentVNode("", true),
9005
- isValid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
9005
+ isValid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
9006
9006
  key: 1,
9007
9007
  name: "bigSuccess"
9008
9008
  })) : vue.createCommentVNode("", true),
9009
- props.searchIcon ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
9009
+ props.searchIcon ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
9010
9010
  key: 2,
9011
9011
  name: "search",
9012
9012
  size: 24,
9013
9013
  class: "fill-blue-500"
9014
9014
  })) : vue.createCommentVNode("", true),
9015
- showClearButton.value ? (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
9015
+ showClearButton.value ? (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
9016
9016
  key: 3,
9017
9017
  icon: "cross"
9018
9018
  }, { "aria-label": clearButtonLabel.value }, { onClick: onClear }), null, 16)) : vue.createCommentVNode("", true),
9019
- showPasswordToggle.value ? (vue.openBlock(), vue.createBlock(_sfc_main$q, {
9019
+ showPasswordToggle.value ? (vue.openBlock(), vue.createBlock(_sfc_main$u, {
9020
9020
  key: 4,
9021
9021
  icon: showPassword.value ? "viewOff" : "viewOn",
9022
9022
  text: showPassword.value ? passwordButtonHideLabel.value : passwordButtonShowLabel.value,
@@ -9036,7 +9036,7 @@ const _hoisted_2$8 = { class: "flex items-center justify-start gap-1 w-[100px]"
9036
9036
  const _hoisted_3$6 = { class: "flex items-center justify-center w-auto gap-2 order-0 sm:order-0" };
9037
9037
  const _hoisted_4$5 = { class: "whitespace-nowrap" };
9038
9038
  const _hoisted_5$5 = { class: "flex items-center justify-end gap-1 order-2 sm:order-0 w-[100px]" };
9039
- const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
9039
+ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
9040
9040
  __name: "FdsPagination",
9041
9041
  props: {
9042
9042
  current: {},
@@ -9134,11 +9134,11 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
9134
9134
  id: inputId.value
9135
9135
  }, rootAttrs.value), [
9136
9136
  vue.createElementVNode("div", _hoisted_2$8, [
9137
- __props.loading && loadingIndicator.value === "start" ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
9137
+ __props.loading && loadingIndicator.value === "start" ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
9138
9138
  key: 0,
9139
9139
  size: "32px",
9140
9140
  color: "blue"
9141
- })) : (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({ key: 1 }, { "aria-disabled": __props.current === 1 }, {
9141
+ })) : (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({ key: 1 }, { "aria-disabled": __props.current === 1 }, {
9142
9142
  "aria-label": firstPageLabel.value,
9143
9143
  icon: "first",
9144
9144
  size: 28,
@@ -9146,11 +9146,11 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
9146
9146
  class: [{ "hidden!": __props.current === 1 }, "w-8 h-8 sm:w-12 sm:h-12"],
9147
9147
  onClick: _cache[0] || (_cache[0] = ($event) => handlePagination("start"))
9148
9148
  }), null, 16, ["aria-label", "disabled", "class"])),
9149
- __props.loading && loadingIndicator.value === "prev" ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
9149
+ __props.loading && loadingIndicator.value === "prev" ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
9150
9150
  key: 2,
9151
9151
  size: "24px",
9152
9152
  color: "blue"
9153
- })) : (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({ key: 3 }, { "aria-disabled": __props.current === 1 }, {
9153
+ })) : (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({ key: 3 }, { "aria-disabled": __props.current === 1 }, {
9154
9154
  "aria-label": prevPageLabel.value,
9155
9155
  icon: "arrowLeft",
9156
9156
  size: 28,
@@ -9160,14 +9160,14 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
9160
9160
  }), null, 16, ["aria-label", "disabled", "class"]))
9161
9161
  ]),
9162
9162
  vue.createElementVNode("div", _hoisted_3$6, [
9163
- __props.loading && loadingIndicator.value === "input" ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
9163
+ __props.loading && loadingIndicator.value === "input" ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
9164
9164
  key: 0,
9165
9165
  size: "24px",
9166
9166
  color: "blue",
9167
9167
  label: "Laddar",
9168
9168
  "label-position": "right"
9169
9169
  })) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
9170
- vue.createVNode(_sfc_main$f, {
9170
+ vue.createVNode(_sfc_main$j, {
9171
9171
  style: { "text-align": "center" },
9172
9172
  value: inputValue.value,
9173
9173
  type: "text",
@@ -9181,11 +9181,11 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
9181
9181
  ], 64))
9182
9182
  ]),
9183
9183
  vue.createElementVNode("div", _hoisted_5$5, [
9184
- __props.loading && loadingIndicator.value === "next" ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
9184
+ __props.loading && loadingIndicator.value === "next" ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
9185
9185
  key: 0,
9186
9186
  size: "24px",
9187
9187
  color: "blue"
9188
- })) : (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
9188
+ })) : (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
9189
9189
  key: 1,
9190
9190
  "aria-label": nextPageLabel.value,
9191
9191
  icon: "arrowRight",
@@ -9195,11 +9195,11 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
9195
9195
  class: [{ "hidden!": __props.current === __props.max }, "w-8 h-8 sm:w-12 sm:h-12"],
9196
9196
  onClick: _cache[2] || (_cache[2] = ($event) => handlePagination("next"))
9197
9197
  }), null, 16, ["aria-label", "disabled", "class"])),
9198
- __props.loading && loadingIndicator.value === "end" ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
9198
+ __props.loading && loadingIndicator.value === "end" ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
9199
9199
  key: 2,
9200
9200
  size: "24px",
9201
9201
  color: "blue"
9202
- })) : (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
9202
+ })) : (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
9203
9203
  key: 3,
9204
9204
  "aria-label": lastPageLabel.value,
9205
9205
  icon: "last",
@@ -9273,7 +9273,7 @@ const _hoisted_10 = {
9273
9273
  class: "block m-0 list-none p-0"
9274
9274
  };
9275
9275
  const _hoisted_11 = { class: "p-4" };
9276
- const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
9276
+ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
9277
9277
  __name: "FdsSearchSelect",
9278
9278
  props: {
9279
9279
  items: { default: () => [] },
@@ -9688,7 +9688,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
9688
9688
  vue.createElementVNode("div", _hoisted_1$9, [
9689
9689
  !singleItemName.value.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$7, [
9690
9690
  vue.createElementVNode("div", _hoisted_3$5, [
9691
- vue.createVNode(_sfc_main$f, vue.mergeProps({
9691
+ vue.createVNode(_sfc_main$j, vue.mergeProps({
9692
9692
  ref_key: "inputComponentRef",
9693
9693
  ref: inputComponentRef,
9694
9694
  label: __props.label,
@@ -9723,7 +9723,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
9723
9723
  style: vue.normalizeStyle(listWrapperStyle.value)
9724
9724
  }, [
9725
9725
  __props.loading ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$2, [
9726
- vue.createVNode(_sfc_main$r, {
9726
+ vue.createVNode(_sfc_main$v, {
9727
9727
  color: "blue",
9728
9728
  size: "48px"
9729
9729
  })
@@ -9767,7 +9767,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
9767
9767
  ], 42, _hoisted_7$2);
9768
9768
  }), 128))
9769
9769
  ], 32),
9770
- __props.page !== void 0 && totalPages.value !== null && totalPages.value > 1 ? (vue.openBlock(), vue.createBlock(_sfc_main$e, {
9770
+ __props.page !== void 0 && totalPages.value !== null && totalPages.value > 1 ? (vue.openBlock(), vue.createBlock(_sfc_main$i, {
9771
9771
  key: 2,
9772
9772
  current: __props.page,
9773
9773
  max: totalPages.value,
@@ -10188,7 +10188,7 @@ const useTreeState = (options = {}) => {
10188
10188
  };
10189
10189
  const _hoisted_1$8 = ["for"];
10190
10190
  const _hoisted_2$6 = ["value", "disabled", "required"];
10191
- const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
10191
+ const _sfc_main$g = /* @__PURE__ */ vue.defineComponent({
10192
10192
  ...{
10193
10193
  inheritAttrs: false
10194
10194
  },
@@ -10364,7 +10364,7 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
10364
10364
  });
10365
10365
  const _hoisted_1$7 = ["for"];
10366
10366
  const _hoisted_2$5 = ["value", "checked", "disabled", "required"];
10367
- const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
10367
+ const _sfc_main$f = /* @__PURE__ */ vue.defineComponent({
10368
10368
  ...{
10369
10369
  inheritAttrs: false
10370
10370
  },
@@ -10512,7 +10512,7 @@ const _hoisted_8 = ["onClick"];
10512
10512
  const _hoisted_9 = { key: 0 };
10513
10513
  const popoverWidth = 327;
10514
10514
  const popoverHeight = 80;
10515
- const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
10515
+ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
10516
10516
  ...{
10517
10517
  name: "TreeNode"
10518
10518
  },
@@ -10715,7 +10715,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
10715
10715
  class: vue.normalizeClass("pt-2 pb-2")
10716
10716
  }, [
10717
10717
  vue.createElementVNode("div", _hoisted_1$6, [
10718
- hasChildrenNodes.value ? (vue.openBlock(), vue.createBlock(_sfc_main$y, vue.mergeProps({
10718
+ hasChildrenNodes.value ? (vue.openBlock(), vue.createBlock(_sfc_main$C, vue.mergeProps({
10719
10719
  key: 0,
10720
10720
  onClick: _cache[0] || (_cache[0] = ($event) => vue.unref(treeState)?.toggleExpandNode(props.nodeId))
10721
10721
  }, { "aria-label": props.title ? childrenToggleAriaLabel(props.title) : void 0 }, {
@@ -10728,7 +10728,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
10728
10728
  style: vue.normalizeStyle({ minWidth: `${__props.indentation}px` })
10729
10729
  }, null, 4)) : vue.createCommentVNode("", true),
10730
10730
  vue.createElementVNode("div", _hoisted_2$4, [
10731
- vue.createVNode(_sfc_main$c, {
10731
+ vue.createVNode(_sfc_main$g, {
10732
10732
  id: `checkbox-${props.nodeId}`,
10733
10733
  checked: vue.unref(treeState)?.isNodeSelected(props.nodeId),
10734
10734
  indeterminate: __props.showIndeterminate && (vue.unref(treeState)?.isNodeIndeterminateById(props.nodeId) ?? false),
@@ -10747,7 +10747,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
10747
10747
  }, 8, ["id", "checked", "indeterminate"])
10748
10748
  ]),
10749
10749
  vue.unref(treeState)?.isParentOrChildrenSelected(props.nodeId) && !(vue.unref(treeState)?.isNodeIndeterminateById(props.nodeId) ?? false) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$1, [
10750
- vue.createVNode(_sfc_main$y, vue.mergeProps({
10750
+ vue.createVNode(_sfc_main$C, vue.mergeProps({
10751
10751
  ref_key: "triggerRef",
10752
10752
  ref: triggerRef,
10753
10753
  icon: "more",
@@ -10795,7 +10795,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
10795
10795
  },
10796
10796
  class: "cursor-pointer"
10797
10797
  }, [
10798
- vue.createVNode(_sfc_main$b, {
10798
+ vue.createVNode(_sfc_main$f, {
10799
10799
  modelValue: selectedOption.value,
10800
10800
  "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => selectedOption.value = $event),
10801
10801
  id: `tree-popover-${props.nodeId}-${option.value}`,
@@ -10807,7 +10807,7 @@ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
10807
10807
  ], 8, _hoisted_8);
10808
10808
  }), 64))
10809
10809
  ]),
10810
- vue.createVNode(_sfc_main$y, vue.mergeProps({
10810
+ vue.createVNode(_sfc_main$C, vue.mergeProps({
10811
10811
  icon: "cross",
10812
10812
  id: "tree-popover-close-button",
10813
10813
  size: 24,
@@ -10869,24 +10869,13 @@ function useElementFinalSize(elementRef, onFinalSize, delay = 100) {
10869
10869
  onCleanup(() => clearTimeout(timeoutId));
10870
10870
  });
10871
10871
  }
10872
- const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
10873
- __name: "FdsText",
10872
+ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
10873
+ __name: "FdsMeta",
10874
10874
  props: {
10875
- type: { default: "default" },
10876
10875
  dataTestid: { default: void 0 }
10877
10876
  },
10878
10877
  setup(__props) {
10879
10878
  const props = __props;
10880
- const textClasses = vue.computed(() => {
10881
- const baseClasses = "inline-block";
10882
- if (props.type === "lead") {
10883
- return `${baseClasses} font-light text-lg`;
10884
- }
10885
- if (props.type === "meta") {
10886
- return `${baseClasses} font-light`;
10887
- }
10888
- return baseClasses;
10889
- });
10890
10879
  const rootAttrs = vue.computed(() => {
10891
10880
  const attrs = {};
10892
10881
  if (props.dataTestid) {
@@ -10895,7 +10884,7 @@ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
10895
10884
  return attrs;
10896
10885
  });
10897
10886
  return (_ctx, _cache) => {
10898
- return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({ class: textClasses.value }, rootAttrs.value), [
10887
+ return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({ class: "inline-block font-light" }, rootAttrs.value), [
10899
10888
  vue.renderSlot(_ctx.$slots, "default")
10900
10889
  ], 16);
10901
10890
  };
@@ -10910,7 +10899,7 @@ const _hoisted_3$3 = {
10910
10899
  key: 1,
10911
10900
  class: "text-xl"
10912
10901
  };
10913
- const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
10902
+ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
10914
10903
  __name: "FdsTreeView",
10915
10904
  props: {
10916
10905
  nodeExpandIcon: {},
@@ -10997,7 +10986,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
10997
10986
  ref: searchContainerRef,
10998
10987
  class: "pb-4"
10999
10988
  }, [
11000
- vue.createVNode(_sfc_main$f, {
10989
+ vue.createVNode(_sfc_main$j, {
11001
10990
  value: vue.unref(treeState)?.searchTerm?.value ?? "",
11002
10991
  onInput: _cache[0] || (_cache[0] = ($event) => vue.unref(treeState)?.setSearchTerm($event.target.value)),
11003
10992
  class: "w-full",
@@ -11014,7 +11003,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
11014
11003
  props.searchCountTemplate && vue.unref(treeState)?.searchTerm?.value && String(vue.unref(treeState)?.searchTerm?.value || "").trim().length >= (vue.unref(treeState)?.triggerLength ?? 1) ? (vue.openBlock(), vue.createElementBlock("h2", _hoisted_2$3, vue.toDisplayString(props.searchCountTemplate.replace("[[filteredNodes]]", vue.unref(treeState)?.filteredMatchCount.value.toString()).replace("[[totalNodes]]", totalNodeCount.value.toString())), 1)) : (vue.openBlock(), vue.createElementBlock("h2", _hoisted_3$3, vue.toDisplayString(props.searchCountTemplateUnfiltered?.replace("[[totalNodes]]", totalNodeCount.value.toString()).replace("[[totalNodes]]", totalNodeCount.value.toString())), 1))
11015
11004
  ])) : vue.createCommentVNode("", true)
11016
11005
  ], 512)) : vue.createCommentVNode("", true),
11017
- vue.unref(treeState)?.isEmptySearchResult?.value ? (vue.openBlock(), vue.createBlock(_sfc_main$w, {
11006
+ vue.unref(treeState)?.isEmptySearchResult?.value ? (vue.openBlock(), vue.createBlock(_sfc_main$A, {
11018
11007
  key: 1,
11019
11008
  class: "mt-4"
11020
11009
  }, {
@@ -11022,7 +11011,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
11022
11011
  vue.createTextVNode(vue.toDisplayString(props.searchResultNoMatchesTitle), 1)
11023
11012
  ]),
11024
11013
  default: vue.withCtx(() => [
11025
- vue.createVNode(_sfc_main$9, null, {
11014
+ vue.createVNode(_sfc_main$d, null, {
11026
11015
  default: vue.withCtx(() => [
11027
11016
  vue.createTextVNode(vue.toDisplayString(props.searchResultNoMatchesBody), 1)
11028
11017
  ]),
@@ -11034,7 +11023,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
11034
11023
  vue.createElementVNode("div", {
11035
11024
  class: vue.normalizeClass(["rounded-md", { "overflow-x-auto bg-white-solid": props.horizontalScroll }])
11036
11025
  }, [
11037
- props.data && !vue.unref(treeState)?.isEmptySearchResult?.value ? (vue.openBlock(), vue.createBlock(_sfc_main$a, {
11026
+ props.data && !vue.unref(treeState)?.isEmptySearchResult?.value ? (vue.openBlock(), vue.createBlock(_sfc_main$e, {
11038
11027
  key: 0,
11039
11028
  style: { container: "bg-white-solid px-3 py-2" },
11040
11029
  nodes: props.data.children || [],
@@ -11065,7 +11054,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
11065
11054
  };
11066
11055
  }
11067
11056
  });
11068
- const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
11057
+ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
11069
11058
  __name: "FdsTruncatedText",
11070
11059
  props: {
11071
11060
  open: { type: Boolean, default: false },
@@ -11141,7 +11130,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
11141
11130
  class: vue.normalizeClass([contentClasses.value, { open: isOpen.value }]),
11142
11131
  style: vue.normalizeStyle({ maxWidth: `${containerWidth.value}px` })
11143
11132
  }, vue.toDisplayString(__props.content), 7)),
11144
- shouldShowButton.value ? (vue.openBlock(), vue.createBlock(_sfc_main$q, {
11133
+ shouldShowButton.value ? (vue.openBlock(), vue.createBlock(_sfc_main$u, {
11145
11134
  key: 2,
11146
11135
  icon: isOpen.value ? "arrowUp" : "arrowDown",
11147
11136
  iconPos: "right",
@@ -11169,7 +11158,7 @@ const _hoisted_7 = {
11169
11158
  key: 2,
11170
11159
  class: "text-red-600 font-bold mt-1"
11171
11160
  };
11172
- const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
11161
+ const _sfc_main$a = /* @__PURE__ */ vue.defineComponent({
11173
11162
  ...{
11174
11163
  inheritAttrs: false
11175
11164
  },
@@ -11280,7 +11269,7 @@ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
11280
11269
  [vue.vModelSelect, internalValue.value]
11281
11270
  ]),
11282
11271
  vue.createElementVNode("div", _hoisted_6, [
11283
- vue.createVNode(_sfc_main$z, {
11272
+ vue.createVNode(_sfc_main$D, {
11284
11273
  name: "arrowDown",
11285
11274
  size: 24,
11286
11275
  class: vue.normalizeClass({
@@ -11307,7 +11296,7 @@ const _hoisted_5$1 = {
11307
11296
  key: 2,
11308
11297
  class: "text-red-600 font-bold mt-1"
11309
11298
  };
11310
- const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
11299
+ const _sfc_main$9 = /* @__PURE__ */ vue.defineComponent({
11311
11300
  ...{
11312
11301
  inheritAttrs: false
11313
11302
  },
@@ -11417,12 +11406,12 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
11417
11406
  vue.createElementVNode("div", {
11418
11407
  class: vue.normalizeClass(validationIconClasses.value)
11419
11408
  }, [
11420
- isInvalid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
11409
+ isInvalid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
11421
11410
  key: 0,
11422
11411
  name: "alert",
11423
11412
  class: "fill-red-600"
11424
11413
  })) : vue.createCommentVNode("", true),
11425
- isValid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$z, {
11414
+ isValid.value ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
11426
11415
  key: 1,
11427
11416
  name: "bigSuccess"
11428
11417
  })) : vue.createCommentVNode("", true)
@@ -11433,7 +11422,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
11433
11422
  };
11434
11423
  }
11435
11424
  });
11436
- const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
11425
+ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
11437
11426
  __name: "FdsTable",
11438
11427
  props: {
11439
11428
  bordered: { type: Boolean, default: false },
@@ -11466,7 +11455,7 @@ const _hoisted_2 = { key: 0 };
11466
11455
  const _hoisted_3 = { key: 1 };
11467
11456
  const _hoisted_4 = { key: 0 };
11468
11457
  const _hoisted_5 = { key: 1 };
11469
- const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
11458
+ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
11470
11459
  __name: "FdsTableHead",
11471
11460
  props: {
11472
11461
  heading: { default: void 0 },
@@ -11510,7 +11499,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
11510
11499
  vue.unref(hasSlot) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_2, [
11511
11500
  vue.renderSlot(_ctx.$slots, "default")
11512
11501
  ])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, vue.toDisplayString(__props.heading), 1)),
11513
- vue.createVNode(_sfc_main$z, {
11502
+ vue.createVNode(_sfc_main$D, {
11514
11503
  name: iconName.value,
11515
11504
  size: "24px",
11516
11505
  class: "fill-blue-500"
@@ -11527,10 +11516,9 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
11527
11516
  };
11528
11517
  }
11529
11518
  });
11530
- const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
11531
- __name: "FdsHeading",
11519
+ const _sfc_main$6 = /* @__PURE__ */ vue.defineComponent({
11520
+ __name: "FdsH1",
11532
11521
  props: {
11533
- type: {},
11534
11522
  size: { default: "responsive" },
11535
11523
  text: {},
11536
11524
  dataTestid: { default: void 0 }
@@ -11538,33 +11526,97 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
11538
11526
  setup(__props) {
11539
11527
  const props = __props;
11540
11528
  const headingClasses = vue.computed(() => {
11541
- const baseClasses = "font-raleway leading-tight m-0";
11542
- if (props.type === "h1") {
11543
- return [baseClasses, "mb-3", getResponsiveSize("h1", props.size)].filter(Boolean).join(" ");
11529
+ const baseClasses = "font-raleway leading-tight m-0 mb-3";
11530
+ const sizeClass = getResponsiveSize(props.size);
11531
+ return [baseClasses, sizeClass].filter(Boolean).join(" ");
11532
+ });
11533
+ function getResponsiveSize(size) {
11534
+ if (size !== "responsive") {
11535
+ const sizeMap = {
11536
+ xl: "text-6xl",
11537
+ lg: "text-5xl",
11538
+ md: "text-4xl",
11539
+ sm: "text-2xl"
11540
+ };
11541
+ return sizeMap[size];
11544
11542
  }
11545
- if (props.type === "h2") {
11546
- return [baseClasses, "mt-4 mb-2", getResponsiveSize("h2", props.size)].filter(Boolean).join(" ");
11543
+ return "text-2xl sm:text-4xl md:text-5xl lg:text-6xl";
11544
+ }
11545
+ const rootAttrs = vue.computed(() => {
11546
+ const attrs = {};
11547
+ if (props.dataTestid) {
11548
+ attrs["data-testid"] = props.dataTestid;
11547
11549
  }
11548
- if (props.type === "h3") {
11549
- return [baseClasses, "mt-4 mb-2", getResponsiveSize("h3", props.size)].filter(Boolean).join(" ");
11550
+ return attrs;
11551
+ });
11552
+ return (_ctx, _cache) => {
11553
+ return vue.openBlock(), vue.createElementBlock("h1", vue.mergeProps({ class: headingClasses.value }, rootAttrs.value), vue.toDisplayString(__props.text), 17);
11554
+ };
11555
+ }
11556
+ });
11557
+ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
11558
+ __name: "FdsH2",
11559
+ props: {
11560
+ size: { default: "responsive" },
11561
+ text: {},
11562
+ dataTestid: { default: void 0 }
11563
+ },
11564
+ setup(__props) {
11565
+ const props = __props;
11566
+ const headingClasses = vue.computed(() => {
11567
+ const baseClasses = "font-raleway leading-tight m-0 mt-4 mb-2";
11568
+ const sizeClass = getResponsiveSize(props.size);
11569
+ return [baseClasses, sizeClass].filter(Boolean).join(" ");
11570
+ });
11571
+ function getResponsiveSize(size) {
11572
+ if (size !== "responsive") {
11573
+ const sizeMap = {
11574
+ xl: "text-5xl",
11575
+ lg: "text-4xl",
11576
+ md: "text-3xl",
11577
+ sm: "text-xl"
11578
+ };
11579
+ return sizeMap[size];
11550
11580
  }
11551
- return baseClasses;
11581
+ return "text-xl sm:text-3xl md:text-4xl lg:text-5xl";
11582
+ }
11583
+ const rootAttrs = vue.computed(() => {
11584
+ const attrs = {};
11585
+ if (props.dataTestid) {
11586
+ attrs["data-testid"] = props.dataTestid;
11587
+ }
11588
+ return attrs;
11552
11589
  });
11553
- function getResponsiveSize(element, size) {
11590
+ return (_ctx, _cache) => {
11591
+ return vue.openBlock(), vue.createElementBlock("h2", vue.mergeProps({ class: headingClasses.value }, rootAttrs.value), vue.toDisplayString(__props.text), 17);
11592
+ };
11593
+ }
11594
+ });
11595
+ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
11596
+ __name: "FdsH3",
11597
+ props: {
11598
+ size: { default: "responsive" },
11599
+ text: {},
11600
+ dataTestid: { default: void 0 }
11601
+ },
11602
+ setup(__props) {
11603
+ const props = __props;
11604
+ const headingClasses = vue.computed(() => {
11605
+ const baseClasses = "font-raleway leading-tight m-0 mt-4 mb-2";
11606
+ const sizeClass = getResponsiveSize(props.size);
11607
+ return [baseClasses, sizeClass].filter(Boolean).join(" ");
11608
+ });
11609
+ function getResponsiveSize(size) {
11554
11610
  if (size !== "responsive") {
11555
11611
  const sizeMap = {
11556
- h1: { xl: "text-6xl", lg: "text-5xl", md: "text-4xl", sm: "text-2xl" },
11557
- h2: { xl: "text-5xl", lg: "text-4xl", md: "text-3xl", sm: "text-xl" },
11558
- h3: { xl: "text-3xl", lg: "text-2xl", md: "text-xl", sm: "text-lg" }
11612
+ xl: "text-3xl",
11613
+ lg: "text-2xl",
11614
+ md: "text-xl",
11615
+ sm: "text-lg"
11559
11616
  };
11560
- return sizeMap[element][size];
11617
+ return sizeMap[size];
11561
11618
  }
11562
- const responsiveMap = {
11563
- h1: "text-2xl sm:text-4xl md:text-5xl lg:text-6xl",
11564
- h2: "text-xl sm:text-3xl md:text-4xl lg:text-5xl",
11565
- h3: "text-lg sm:text-xl md:text-2xl lg:text-3xl"
11566
- };
11567
- return responsiveMap[element];
11619
+ return "text-lg sm:text-xl md:text-2xl lg:text-3xl";
11568
11620
  }
11569
11621
  const rootAttrs = vue.computed(() => {
11570
11622
  const attrs = {};
@@ -11574,20 +11626,70 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
11574
11626
  return attrs;
11575
11627
  });
11576
11628
  return (_ctx, _cache) => {
11577
- return vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(__props.type), vue.mergeProps({ class: headingClasses.value }, rootAttrs.value), {
11578
- default: vue.withCtx(() => [
11579
- vue.createTextVNode(vue.toDisplayString(__props.text), 1)
11580
- ]),
11581
- _: 1
11582
- }, 16, ["class"]);
11629
+ return vue.openBlock(), vue.createElementBlock("h3", vue.mergeProps({ class: headingClasses.value }, rootAttrs.value), vue.toDisplayString(__props.text), 17);
11583
11630
  };
11584
11631
  }
11585
11632
  });
11586
- const _hoisted_1$1 = {
11633
+ const _export_sfc = (sfc, props) => {
11634
+ const target = sfc.__vccOpts || sfc;
11635
+ for (const [key, val] of props) {
11636
+ target[key] = val;
11637
+ }
11638
+ return target;
11639
+ };
11640
+ const _sfc_main$3 = {};
11641
+ const _hoisted_1$1 = { class: "block border-0 h-px w-full bg-black/12 my-4" };
11642
+ function _sfc_render(_ctx, _cache) {
11643
+ return vue.openBlock(), vue.createElementBlock("hr", _hoisted_1$1);
11644
+ }
11645
+ const FdsHr = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["render", _sfc_render]]);
11646
+ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
11647
+ __name: "FdsLabel",
11648
+ props: {
11649
+ dataTestid: { default: void 0 }
11650
+ },
11651
+ setup(__props) {
11652
+ const props = __props;
11653
+ const rootAttrs = vue.computed(() => {
11654
+ const attrs = {};
11655
+ if (props.dataTestid) {
11656
+ attrs["data-testid"] = props.dataTestid;
11657
+ }
11658
+ return attrs;
11659
+ });
11660
+ return (_ctx, _cache) => {
11661
+ return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({ class: "font-bold mb-2 tracking-wide" }, rootAttrs.value), [
11662
+ vue.renderSlot(_ctx.$slots, "default")
11663
+ ], 16);
11664
+ };
11665
+ }
11666
+ });
11667
+ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
11668
+ __name: "FdsLead",
11669
+ props: {
11670
+ dataTestid: { default: void 0 }
11671
+ },
11672
+ setup(__props) {
11673
+ const props = __props;
11674
+ const rootAttrs = vue.computed(() => {
11675
+ const attrs = {};
11676
+ if (props.dataTestid) {
11677
+ attrs["data-testid"] = props.dataTestid;
11678
+ }
11679
+ return attrs;
11680
+ });
11681
+ return (_ctx, _cache) => {
11682
+ return vue.openBlock(), vue.createElementBlock("span", vue.mergeProps({ class: "inline-block font-light text-lg" }, rootAttrs.value), [
11683
+ vue.renderSlot(_ctx.$slots, "default")
11684
+ ], 16);
11685
+ };
11686
+ }
11687
+ });
11688
+ const _hoisted_1 = {
11587
11689
  key: 1,
11588
11690
  class: "heading font-heading text-xl m-0"
11589
11691
  };
11590
- const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
11692
+ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
11591
11693
  __name: "FdsListHeading",
11592
11694
  props: {
11593
11695
  loading: { type: Boolean, default: false },
@@ -11633,30 +11735,17 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
11633
11735
  });
11634
11736
  return (_ctx, _cache) => {
11635
11737
  return vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({ class: "inline-block mb-3 h-7 font-bold text-xl" }, rootAttrs.value), [
11636
- __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$r, {
11738
+ __props.loading ? (vue.openBlock(), vue.createBlock(_sfc_main$v, {
11637
11739
  key: 0,
11638
11740
  size: "24px",
11639
11741
  color: "blue",
11640
11742
  label: handleLoadingText(),
11641
11743
  "label-position": "right"
11642
- }, null, 8, ["label"])) : (vue.openBlock(), vue.createElementBlock("h3", _hoisted_1$1, vue.toDisplayString(headingText.value), 1))
11744
+ }, null, 8, ["label"])) : (vue.openBlock(), vue.createElementBlock("h3", _hoisted_1, vue.toDisplayString(headingText.value), 1))
11643
11745
  ], 16);
11644
11746
  };
11645
11747
  }
11646
11748
  });
11647
- const _export_sfc = (sfc, props) => {
11648
- const target = sfc.__vccOpts || sfc;
11649
- for (const [key, val] of props) {
11650
- target[key] = val;
11651
- }
11652
- return target;
11653
- };
11654
- const _sfc_main = {};
11655
- const _hoisted_1 = { class: "block border-0 h-px w-full bg-black/12 my-4" };
11656
- function _sfc_render(_ctx, _cache) {
11657
- return vue.openBlock(), vue.createElementBlock("hr", _hoisted_1);
11658
- }
11659
- const FdsSeparator = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
11660
11749
  function useFileValidation(options = {}) {
11661
11750
  const defaultOptions = {
11662
11751
  allowedExtensions: [],
@@ -11709,74 +11798,82 @@ const logoFeelgoodLight = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/
11709
11798
  const bankid = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='85'%20height='80'%20fill='%23193e4f'%20xmlns:v='https://vecta.io/nano'%3e%3cpath%20d='M26.693%2041.74l3.534-22.276h-3.775c-1.767%200-4.043-.991-4.712-2.811-.214-.616-.723-2.731%202.195-4.793%201.044-.723%201.714-1.526%201.847-2.142.134-.643-.027-1.205-.482-1.633-.643-.616-1.901-.964-3.507-.964-2.704%200-4.605%201.553-4.792%202.677-.134.83.509%201.499%201.071%201.928%201.687%201.258%202.088%203.079%201.044%204.793-1.071%201.767-3.4%202.918-5.89%202.945H9.371L3.4%2057.51h20.83l2.463-15.77zM2.276%2065.221h8.541c3.641%200%204.525%201.847%204.257%203.534-.214%201.366-1.151%202.383-2.758%203.052%202.035.776%202.838%201.981%202.544%203.882-.375%202.383-2.436%204.15-5.141%204.15H0l2.276-14.618zm5.649%206.051c1.66%200%202.436-.884%202.597-1.928.161-1.124-.348-1.901-2.008-1.901H7.042l-.589%203.829h1.473zm-.91%206.292c1.714%200%202.704-.696%202.945-2.115.187-1.232-.509-1.954-2.169-1.954h-1.66l-.643%204.096h1.526v-.027zm19.812%202.383c-2.222.161-3.293-.08-3.829-1.044-1.178.723-2.49%201.098-3.882%201.098-2.517%200-3.4-1.312-3.159-2.758.107-.696.509-1.365%201.151-1.928%201.392-1.205%204.819-1.365%206.158-2.276.107-1.017-.294-1.392-1.553-1.392-1.473%200-2.704.482-4.819%201.928l.509-3.32c1.821-1.312%203.588-1.928%205.623-1.928%202.597%200%204.9%201.071%204.471%203.909l-.509%203.213c-.187%201.124-.134%201.473%201.125%201.499l-1.285%202.999zm-3.855-5.06c-1.178.75-3.373.616-3.615%202.169-.107.723.348%201.258%201.071%201.258.696%200%201.553-.294%202.249-.776-.054-.268-.027-.535.053-1.044l.241-1.606zm8.005-6.373h4.445l-.241%201.472c1.419-1.205%202.49-1.66%203.882-1.66%202.49%200%203.641%201.526%203.24%204.016l-1.151%207.47h-4.444l.964-6.185c.187-1.124-.161-1.66-1.017-1.66-.696%200-1.339.375-1.955%201.205l-1.017%206.613h-4.444l1.74-11.272zm14.806-3.293h4.445l-1.125%207.175%204.257-3.882h5.489l-5.462%204.819%204.391%206.479h-5.596l-3.373-5.248h-.054l-.803%205.221h-4.444l2.276-14.565zm15.716%200h5.114l-2.249%2014.592H59.25l2.249-14.592zm7.604%200h7.309c5.649%200%207.282%204.096%206.747%207.497-.509%203.32-3.133%207.095-8.086%207.095h-8.246l2.276-14.592zm4.739%2011.111c2.49%200%203.855-1.232%204.257-3.829.294-1.928-.295-3.829-3.052-3.829h-1.365l-1.178%207.657h1.339zM54.699%200H33.414l-2.838%2018.019h3.614c1.981%200%203.855-.91%204.659-2.222.268-.428.375-.803.375-1.151%200-.75-.509-1.312-1.017-1.687-1.392-1.044-1.687-2.142-1.687-2.918%200-.161%200-.295.027-.428.294-1.901%202.865-3.963%206.265-3.963%202.035%200%203.588.482%204.525%201.365.83.776%201.151%201.874.91%203.025-.294%201.365-1.66%202.49-2.436%203.052-2.062%201.446-1.794%202.704-1.66%203.079.428%201.124%202.062%201.847%203.32%201.847h5.515v.027c7.497.054%2011.513%203.507%2010.254%2011.54-1.178%207.47-6.908%2010.683-13.735%2010.736l-2.704%2017.242h3.989c16.841%200%2030.602-10.817%2033.307-27.898C87.443%208.461%2073.976%200%2054.699%200z'/%3e%3c/svg%3e";
11710
11799
  const FdsVueCorePlugin = {
11711
11800
  install(app) {
11712
- app.component("FdsTreeView", _sfc_main$8);
11713
- app.component("FdsButtonPrimary", _sfc_main$n);
11714
- app.component("FdsButtonSecondary", _sfc_main$m);
11715
- app.component("FdsButtonMinor", _sfc_main$q);
11716
- app.component("FdsButtonIcon", _sfc_main$y);
11717
- app.component("FdsButtonCopy", _sfc_main$p);
11718
- app.component("FdsButtonDownload", _sfc_main$o);
11719
- app.component("FdsDevMode", _sfc_main$g);
11720
- app.component("FdsIcon", _sfc_main$z);
11721
- app.component("FdsSpinner", _sfc_main$r);
11722
- app.component("FdsRadio", _sfc_main$b);
11723
- app.component("FdsCheckbox", _sfc_main$c);
11724
- app.component("FdsTextarea", _sfc_main$5);
11725
- app.component("FdsSelect", _sfc_main$6);
11726
- app.component("FdsTable", _sfc_main$4);
11727
- app.component("FdsTableHead", _sfc_main$3);
11728
- app.component("FdsInput", _sfc_main$f);
11729
- app.component("FdsBlockContent", _sfc_main$w);
11730
- app.component("FdsBlockInfo", _sfc_main$t);
11731
- app.component("FdsBlockAlert", _sfc_main$x);
11732
- app.component("FdsBlockExpander", _sfc_main$u);
11733
- app.component("FdsBlockLink", _sfc_main$s);
11734
- app.component("FdsSticker", _sfc_main$v);
11735
- app.component("FdsTabs", _sfc_main$j);
11736
- app.component("FdsTabsItem", _sfc_main$i);
11737
- app.component("FdsModal", _sfc_main$k);
11738
- app.component("FdsPagination", _sfc_main$e);
11739
- app.component("FdsSearchSelect", _sfc_main$d);
11740
- app.component("FdsTruncatedText", _sfc_main$7);
11741
- app.component("FdsHeading", _sfc_main$2);
11742
- app.component("FdsSeparator", FdsSeparator);
11743
- app.component("FdsText", _sfc_main$9);
11744
- app.component("FdsListHeading", _sfc_main$1);
11801
+ app.component("FdsTreeView", _sfc_main$c);
11802
+ app.component("FdsButtonPrimary", _sfc_main$r);
11803
+ app.component("FdsButtonSecondary", _sfc_main$q);
11804
+ app.component("FdsButtonMinor", _sfc_main$u);
11805
+ app.component("FdsButtonIcon", _sfc_main$C);
11806
+ app.component("FdsButtonCopy", _sfc_main$t);
11807
+ app.component("FdsButtonDownload", _sfc_main$s);
11808
+ app.component("FdsDevMode", _sfc_main$k);
11809
+ app.component("FdsIcon", _sfc_main$D);
11810
+ app.component("FdsSpinner", _sfc_main$v);
11811
+ app.component("FdsRadio", _sfc_main$f);
11812
+ app.component("FdsCheckbox", _sfc_main$g);
11813
+ app.component("FdsTextarea", _sfc_main$9);
11814
+ app.component("FdsSelect", _sfc_main$a);
11815
+ app.component("FdsTable", _sfc_main$8);
11816
+ app.component("FdsTableHead", _sfc_main$7);
11817
+ app.component("FdsInput", _sfc_main$j);
11818
+ app.component("FdsBlockContent", _sfc_main$A);
11819
+ app.component("FdsBlockInfo", _sfc_main$x);
11820
+ app.component("FdsBlockAlert", _sfc_main$B);
11821
+ app.component("FdsBlockExpander", _sfc_main$y);
11822
+ app.component("FdsBlockLink", _sfc_main$w);
11823
+ app.component("FdsSticker", _sfc_main$z);
11824
+ app.component("FdsTabs", _sfc_main$n);
11825
+ app.component("FdsTabsItem", _sfc_main$m);
11826
+ app.component("FdsModal", _sfc_main$o);
11827
+ app.component("FdsPagination", _sfc_main$i);
11828
+ app.component("FdsSearchSelect", _sfc_main$h);
11829
+ app.component("FdsTruncatedText", _sfc_main$b);
11830
+ app.component("FdsH1", _sfc_main$6);
11831
+ app.component("FdsH2", _sfc_main$5);
11832
+ app.component("FdsH3", _sfc_main$4);
11833
+ app.component("FdsHr", FdsHr);
11834
+ app.component("FdsLabel", _sfc_main$2);
11835
+ app.component("FdsLead", _sfc_main$1);
11836
+ app.component("FdsMeta", _sfc_main$d);
11837
+ app.component("FdsListHeading", _sfc_main);
11745
11838
  }
11746
11839
  };
11747
- exports.FdsBlockAlert = _sfc_main$x;
11748
- exports.FdsBlockContent = _sfc_main$w;
11749
- exports.FdsBlockExpander = _sfc_main$u;
11750
- exports.FdsBlockInfo = _sfc_main$t;
11751
- exports.FdsBlockLink = _sfc_main$s;
11752
- exports.FdsButtonCopy = _sfc_main$p;
11753
- exports.FdsButtonDownload = _sfc_main$o;
11754
- exports.FdsButtonIcon = _sfc_main$y;
11755
- exports.FdsButtonMinor = _sfc_main$q;
11756
- exports.FdsButtonPrimary = _sfc_main$n;
11757
- exports.FdsButtonSecondary = _sfc_main$m;
11758
- exports.FdsCheckbox = _sfc_main$c;
11759
- exports.FdsDevMode = _sfc_main$g;
11760
- exports.FdsHeading = _sfc_main$2;
11761
- exports.FdsIcon = _sfc_main$z;
11762
- exports.FdsInput = _sfc_main$f;
11763
- exports.FdsListHeading = _sfc_main$1;
11764
- exports.FdsModal = _sfc_main$k;
11765
- exports.FdsPagination = _sfc_main$e;
11766
- exports.FdsRadio = _sfc_main$b;
11767
- exports.FdsSearchSelect = _sfc_main$d;
11768
- exports.FdsSelect = _sfc_main$6;
11769
- exports.FdsSeparator = FdsSeparator;
11770
- exports.FdsSpinner = _sfc_main$r;
11771
- exports.FdsSticker = _sfc_main$v;
11772
- exports.FdsTable = _sfc_main$4;
11773
- exports.FdsTableHead = _sfc_main$3;
11774
- exports.FdsTabs = _sfc_main$j;
11775
- exports.FdsTabsItem = _sfc_main$i;
11776
- exports.FdsText = _sfc_main$9;
11777
- exports.FdsTextarea = _sfc_main$5;
11778
- exports.FdsTreeView = _sfc_main$8;
11779
- exports.FdsTruncatedText = _sfc_main$7;
11840
+ exports.FdsBlockAlert = _sfc_main$B;
11841
+ exports.FdsBlockContent = _sfc_main$A;
11842
+ exports.FdsBlockExpander = _sfc_main$y;
11843
+ exports.FdsBlockInfo = _sfc_main$x;
11844
+ exports.FdsBlockLink = _sfc_main$w;
11845
+ exports.FdsButtonCopy = _sfc_main$t;
11846
+ exports.FdsButtonDownload = _sfc_main$s;
11847
+ exports.FdsButtonIcon = _sfc_main$C;
11848
+ exports.FdsButtonMinor = _sfc_main$u;
11849
+ exports.FdsButtonPrimary = _sfc_main$r;
11850
+ exports.FdsButtonSecondary = _sfc_main$q;
11851
+ exports.FdsCheckbox = _sfc_main$g;
11852
+ exports.FdsDevMode = _sfc_main$k;
11853
+ exports.FdsH1 = _sfc_main$6;
11854
+ exports.FdsH2 = _sfc_main$5;
11855
+ exports.FdsH3 = _sfc_main$4;
11856
+ exports.FdsHr = FdsHr;
11857
+ exports.FdsIcon = _sfc_main$D;
11858
+ exports.FdsInput = _sfc_main$j;
11859
+ exports.FdsLabel = _sfc_main$2;
11860
+ exports.FdsLead = _sfc_main$1;
11861
+ exports.FdsListHeading = _sfc_main;
11862
+ exports.FdsMeta = _sfc_main$d;
11863
+ exports.FdsModal = _sfc_main$o;
11864
+ exports.FdsPagination = _sfc_main$i;
11865
+ exports.FdsRadio = _sfc_main$f;
11866
+ exports.FdsSearchSelect = _sfc_main$h;
11867
+ exports.FdsSelect = _sfc_main$a;
11868
+ exports.FdsSpinner = _sfc_main$v;
11869
+ exports.FdsSticker = _sfc_main$z;
11870
+ exports.FdsTable = _sfc_main$8;
11871
+ exports.FdsTableHead = _sfc_main$7;
11872
+ exports.FdsTabs = _sfc_main$n;
11873
+ exports.FdsTabsItem = _sfc_main$m;
11874
+ exports.FdsTextarea = _sfc_main$9;
11875
+ exports.FdsTreeView = _sfc_main$c;
11876
+ exports.FdsTruncatedText = _sfc_main$b;
11780
11877
  exports.bankid = bankid;
11781
11878
  exports.default = FdsVueCorePlugin;
11782
11879
  exports.isPidString = isPidString;