@knime/kds-components 1.1.3 → 1.1.4

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 (109) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/index.css +221 -221
  3. package/dist/index.js +29 -39
  4. package/dist/index.js.map +1 -1
  5. package/dist/src/buttons/ActionButton/ActionButton.vue.d.ts.map +1 -1
  6. package/dist/src/buttons/ActionButton/types.d.ts +2 -0
  7. package/dist/src/buttons/ActionButton/types.d.ts.map +1 -1
  8. package/dist/src/buttons/BaseButton.vue.d.ts +10 -2
  9. package/dist/src/buttons/BaseButton.vue.d.ts.map +1 -1
  10. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts +4 -2
  11. package/dist/src/buttons/KdsMenuButton/KdsMenuButton.vue.d.ts.map +1 -1
  12. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts +4 -2
  13. package/dist/src/buttons/KdsSplitButton/KdsSplitButton.vue.d.ts.map +1 -1
  14. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts +4 -2
  15. package/dist/src/buttons/ResponsiveButtonGroup/KdsResponsiveButtonGroup.vue.d.ts.map +1 -1
  16. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts +38 -15
  17. package/dist/src/containers/FileExplorer/FileExplorerItem.vue.d.ts.map +1 -1
  18. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts +68 -30
  19. package/dist/src/containers/FileExplorer/KdsFileExplorer.vue.d.ts.map +1 -1
  20. package/dist/src/containers/Menu/KdsMenu.vue.d.ts +8 -4
  21. package/dist/src/containers/Menu/KdsMenu.vue.d.ts.map +1 -1
  22. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts +16 -3
  23. package/dist/src/containers/MenuContainer/KdsMenuItem.vue.d.ts.map +1 -1
  24. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts +4 -2
  25. package/dist/src/forms/RadioButton/KdsValueSwitch.vue.d.ts.map +1 -1
  26. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts +10 -2
  27. package/dist/src/forms/_helper/BaseFieldsetWrapper.vue.d.ts.map +1 -1
  28. package/dist/src/forms/_helper/BaseFormFieldWrapper.vue.d.ts +18 -4
  29. package/dist/src/forms/_helper/BaseFormFieldWrapper.vue.d.ts.map +1 -1
  30. package/dist/src/forms/_helper/InfoPopover/InfoPopover.vue.d.ts +10 -5
  31. package/dist/src/forms/_helper/InfoPopover/InfoPopover.vue.d.ts.map +1 -1
  32. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts +18 -9
  33. package/dist/src/forms/_helper/InfoPopover/KdsInfoToggleButton.vue.d.ts.map +1 -1
  34. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts +18 -9
  35. package/dist/src/forms/_helper/VariablePopover/KdsVariableToggleButton.vue.d.ts.map +1 -1
  36. package/dist/src/forms/_helper/VariablePopover/VariablePopover.vue.d.ts +10 -5
  37. package/dist/src/forms/_helper/VariablePopover/VariablePopover.vue.d.ts.map +1 -1
  38. package/dist/src/forms/inputs/BaseInput.vue.d.ts +18 -3
  39. package/dist/src/forms/inputs/BaseInput.vue.d.ts.map +1 -1
  40. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts +4 -2
  41. package/dist/src/forms/inputs/ColorInput/KdsColorInput.vue.d.ts.map +1 -1
  42. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts +10 -5
  43. package/dist/src/forms/inputs/DateInput/KdsDateInput.vue.d.ts.map +1 -1
  44. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts +4 -2
  45. package/dist/src/forms/inputs/DateTimeFormatInput/KdsDateTimeFormatInput.vue.d.ts.map +1 -1
  46. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts +38 -19
  47. package/dist/src/forms/inputs/DateTimeInput/KdsDateTimeInput.vue.d.ts.map +1 -1
  48. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts +10 -5
  49. package/dist/src/forms/inputs/IntervalInput/KdsIntervalInput.vue.d.ts.map +1 -1
  50. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts +6 -3
  51. package/dist/src/forms/inputs/NumberInput/KdsNumberInput.vue.d.ts.map +1 -1
  52. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts +6 -3
  53. package/dist/src/forms/inputs/PasswordInput/KdsPasswordInput.vue.d.ts.map +1 -1
  54. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts +6 -3
  55. package/dist/src/forms/inputs/PatternInput/KdsPatternInput.vue.d.ts.map +1 -1
  56. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts +10 -5
  57. package/dist/src/forms/inputs/SearchInput/KdsSearchInput.vue.d.ts.map +1 -1
  58. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts +10 -5
  59. package/dist/src/forms/inputs/TextInput/KdsTextInput.vue.d.ts.map +1 -1
  60. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts +28 -14
  61. package/dist/src/forms/inputs/TimeInput/KdsTimeInput.vue.d.ts.map +1 -1
  62. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts +18 -9
  63. package/dist/src/forms/inputs/TimeInput/TimePicker.vue.d.ts.map +1 -1
  64. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts +6 -3
  65. package/dist/src/forms/inputs/UsernameInput/KdsUsernameInput.vue.d.ts.map +1 -1
  66. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts +38 -19
  67. package/dist/src/forms/inputs/ZonedDateTimeInput/KdsZonedDateTimeInput.vue.d.ts.map +1 -1
  68. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts +6 -3
  69. package/dist/src/forms/selects/Dropdown/DropdownContainer.vue.d.ts.map +1 -1
  70. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts +10 -5
  71. package/dist/src/forms/selects/Dropdown/KdsDropdown.vue.d.ts.map +1 -1
  72. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts +10 -5
  73. package/dist/src/forms/selects/Dropdown/KdsMultiSelectDropdown.vue.d.ts.map +1 -1
  74. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts +6 -3
  75. package/dist/src/forms/selects/Dropdown/MultiSelectDropdownContainer.vue.d.ts.map +1 -1
  76. package/dist/src/forms/selects/SortableListBox/KdsSortableListBox.vue.d.ts +4 -4
  77. package/dist/src/forms/selects/SortableListBox/types.d.ts +1 -1
  78. package/dist/src/forms/selects/SortableListBox/types.d.ts.map +1 -1
  79. package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts +9 -3
  80. package/dist/src/layouts/Accordion/KdsAccordion.vue.d.ts.map +1 -1
  81. package/dist/src/layouts/Card/BaseCard.vue.d.ts +34 -5
  82. package/dist/src/layouts/Card/BaseCard.vue.d.ts.map +1 -1
  83. package/dist/src/layouts/Card/CardHeader.vue.d.ts +18 -3
  84. package/dist/src/layouts/Card/CardHeader.vue.d.ts.map +1 -1
  85. package/dist/src/layouts/Card/KdsCard.vue.d.ts +26 -4
  86. package/dist/src/layouts/Card/KdsCard.vue.d.ts.map +1 -1
  87. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts +26 -4
  88. package/dist/src/layouts/Card/KdsClickableCard.vue.d.ts.map +1 -1
  89. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts +26 -4
  90. package/dist/src/layouts/Card/KdsLinkCard.vue.d.ts.map +1 -1
  91. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts +26 -4
  92. package/dist/src/layouts/Card/KdsSelectableCard.vue.d.ts.map +1 -1
  93. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts +10 -2
  94. package/dist/src/layouts/LoadingSkeleton/KdsLoadingSkeleton.vue.d.ts.map +1 -1
  95. package/dist/src/layouts/Navigation/types.d.ts +1 -1
  96. package/dist/src/layouts/Navigation/types.d.ts.map +1 -1
  97. package/dist/src/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts +13 -3
  98. package/dist/src/layouts/ResizeContainer/KdsResizeContainer.vue.d.ts.map +1 -1
  99. package/dist/src/overlays/Modal/KdsModal.vue.d.ts +38 -9
  100. package/dist/src/overlays/Modal/KdsModal.vue.d.ts.map +1 -1
  101. package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts +18 -3
  102. package/dist/src/overlays/Modal/KdsModalLayout.vue.d.ts.map +1 -1
  103. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts +10 -2
  104. package/dist/src/overlays/Popover/KdsPopover.vue.d.ts.map +1 -1
  105. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts +10 -2
  106. package/dist/src/overlays/SideDrawer/KdsSideDrawer.vue.d.ts.map +1 -1
  107. package/package.json +2 -2
  108. package/dist/src/containers/FileExplorer/utils/filterSlotsForDynamicColumns.d.ts +0 -3
  109. package/dist/src/containers/FileExplorer/utils/filterSlotsForDynamicColumns.d.ts.map +0 -1
package/dist/index.js CHANGED
@@ -1399,7 +1399,7 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
1399
1399
  }
1400
1400
  });
1401
1401
 
1402
- const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-83f63dc3"]]);
1402
+ const BaseButton = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["__scopeId", "data-v-ee3f8b5d"]]);
1403
1403
 
1404
1404
  const _sfc_main$1y = /* @__PURE__ */ defineComponent({
1405
1405
  __name: "KdsButton",
@@ -1769,7 +1769,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
1769
1769
  },
1770
1770
  setup(__props) {
1771
1771
  useCssVars((_ctx) => ({
1772
- "d8a22254": _ctx.overflow
1772
+ "v6361116e": _ctx.overflow
1773
1773
  }));
1774
1774
  const props = createPropsRestProxy(__props, ["headline", "variant", "overflow"]);
1775
1775
  return (_ctx, _cache) => {
@@ -1804,7 +1804,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
1804
1804
  }
1805
1805
  });
1806
1806
 
1807
- const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-36cbff95"]]);
1807
+ const KdsModalLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["__scopeId", "data-v-3b9d0ae0"]]);
1808
1808
 
1809
1809
  const _hoisted_1$_ = ["closedby"];
1810
1810
  const _sfc_main$1v = /* @__PURE__ */ defineComponent({
@@ -1822,7 +1822,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
1822
1822
  emits: ["close", "closed"],
1823
1823
  setup(__props, { emit: __emit }) {
1824
1824
  useCssVars((_ctx) => ({
1825
- "ef11ed42": _ctx.overflow
1825
+ "v8f271084": _ctx.overflow
1826
1826
  }));
1827
1827
  const emit = __emit;
1828
1828
  const dialog = useTemplateRef("dialogElement");
@@ -1914,7 +1914,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
1914
1914
  }
1915
1915
  });
1916
1916
 
1917
- const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-d4ff271c"]]);
1917
+ const KdsModal = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["__scopeId", "data-v-1f306093"]]);
1918
1918
 
1919
1919
  const _hoisted_1$Z = ["id"];
1920
1920
  const _hoisted_2$E = { class: "subtext-text" };
@@ -2389,7 +2389,7 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
2389
2389
  }
2390
2390
  });
2391
2391
 
2392
- const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-f41f0af7"]]);
2392
+ const KdsPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["__scopeId", "data-v-3d51a946"]]);
2393
2393
 
2394
2394
  const KdsPopover$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2395
2395
  __proto__: null,
@@ -2431,7 +2431,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
2431
2431
  }
2432
2432
  });
2433
2433
 
2434
- const KdsSideDrawer = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-059d2b2d"]]);
2434
+ const KdsSideDrawer = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["__scopeId", "data-v-2ee82be5"]]);
2435
2435
 
2436
2436
  const _hoisted_1$U = { class: "label" };
2437
2437
  const _hoisted_2$A = {
@@ -3280,7 +3280,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
3280
3280
  }
3281
3281
  });
3282
3282
 
3283
- const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-5462bdbc"]]);
3283
+ const KdsMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["__scopeId", "data-v-a4ac96c7"]]);
3284
3284
 
3285
3285
  const ContainerDepthKey = /* @__PURE__ */ Symbol("ContainerDepth");
3286
3286
  const ChildItemKey = /* @__PURE__ */ Symbol("ChildItem");
@@ -4533,7 +4533,7 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
4533
4533
  }
4534
4534
  });
4535
4535
 
4536
- const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-5d99c134"]]);
4536
+ const BaseFormFieldWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["__scopeId", "data-v-49715bc1"]]);
4537
4537
 
4538
4538
  const MIN_SEGMENT_INDEX = 0;
4539
4539
  const LARGE_STEP = 10;
@@ -5466,7 +5466,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
5466
5466
  }
5467
5467
  });
5468
5468
 
5469
- const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-a45e012a"]]);
5469
+ const BaseInput = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["__scopeId", "data-v-3455a62d"]]);
5470
5470
 
5471
5471
  const _sfc_main$16 = /* @__PURE__ */ defineComponent({
5472
5472
  __name: "KdsTextInput",
@@ -5711,16 +5711,6 @@ const useNameValidator = (options) => {
5711
5711
  };
5712
5712
  };
5713
5713
 
5714
- const filterSlotsForDynamicColumns = (slots) => {
5715
- const result = {};
5716
- for (const [key, value] of Object.entries(slots)) {
5717
- if (key.startsWith("dynamicColumn")) {
5718
- result[key] = value;
5719
- }
5720
- }
5721
- return result;
5722
- };
5723
-
5724
5714
  const _hoisted_1$J = { class: "item-icon" };
5725
5715
  const _hoisted_2$s = {
5726
5716
  key: 0,
@@ -5814,7 +5804,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5814
5804
  });
5815
5805
  const slots = useSlots();
5816
5806
  const dynamicColumnSlotNames = computed(
5817
- () => Object.keys(filterSlotsForDynamicColumns(slots))
5807
+ () => Object.keys(slots).filter((key) => key.startsWith("dynamicColumn"))
5818
5808
  );
5819
5809
  return (_ctx, _cache) => {
5820
5810
  return openBlock(), createBlock(FileExplorerItemBase, {
@@ -5901,7 +5891,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
5901
5891
  }
5902
5892
  });
5903
5893
 
5904
- const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-4811e8e8"]]);
5894
+ const FileExplorerItem = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["__scopeId", "data-v-dc2117b4"]]);
5905
5895
 
5906
5896
  const _sfc_main$13 = /* @__PURE__ */ defineComponent({
5907
5897
  __name: "FileExplorerItemBack",
@@ -12885,7 +12875,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
12885
12875
  emits: /* @__PURE__ */ mergeModels(["update:selectedItemIds", "changeDirectory", "openFile", "moveItems", "dragend", "drag", "renameFile"], ["update:activeRenamedItemId"]),
12886
12876
  setup(__props, { emit: __emit }) {
12887
12877
  useCssVars((_ctx) => ({
12888
- "v44ee6cb4": itemHeight.value + "px"
12878
+ "v4f198f8d": itemHeight.value + "px"
12889
12879
  }));
12890
12880
  const props = __props;
12891
12881
  const activeRenamedItemId = useModel(__props, "activeRenamedItemId");
@@ -13186,7 +13176,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
13186
13176
  });
13187
13177
  const slots = useSlots();
13188
13178
  const dynamicColumnSlotNames = computed(
13189
- () => Object.keys(filterSlotsForDynamicColumns(slots))
13179
+ () => Object.keys(slots).filter((key) => key.startsWith("dynamicColumn"))
13190
13180
  );
13191
13181
  return (_ctx, _cache) => {
13192
13182
  return openBlock(), createElementBlock("div", _hoisted_1$I, [
@@ -13338,7 +13328,7 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
13338
13328
  }
13339
13329
  });
13340
13330
 
13341
- const KdsFileExplorer = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-da0e6dab"]]);
13331
+ const KdsFileExplorer = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["__scopeId", "data-v-e6617d12"]]);
13342
13332
 
13343
13333
  const kdsFileExplorerSize = {
13344
13334
  SMALL: "small",
@@ -13535,7 +13525,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
13535
13525
  }
13536
13526
  });
13537
13527
 
13538
- const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-044d645d"]]);
13528
+ const BaseFieldsetWrapper = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["__scopeId", "data-v-f3228e9e"]]);
13539
13529
 
13540
13530
  const _sfc_main$$ = /* @__PURE__ */ defineComponent({
13541
13531
  __name: "KdsCheckboxGroup",
@@ -23636,7 +23626,7 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
23636
23626
  }
23637
23627
  });
23638
23628
 
23639
- const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-46b33b01"]]);
23629
+ const KdsResizeContainer = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-7aabab3a"]]);
23640
23630
 
23641
23631
  const CLICK_META_KEY_TIMEOUT = 250;
23642
23632
  const useMultiSelectListBoxSelection = ({
@@ -25070,7 +25060,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
25070
25060
  }
25071
25061
  });
25072
25062
 
25073
- const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-951f2a2b"]]);
25063
+ const InfoPopover = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data-v-92b68551"]]);
25074
25064
 
25075
25065
  const _hoisted_1$f = ["aria-pressed", "aria-expanded", "aria-controls"];
25076
25066
  const TITLE = "Click for more information";
@@ -25146,7 +25136,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
25146
25136
  }
25147
25137
  });
25148
25138
 
25149
- const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-9916f7be"]]);
25139
+ const KdsInfoToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["__scopeId", "data-v-dbbdabd8"]]);
25150
25140
 
25151
25141
  const KdsInfoToggleButton$1 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
25152
25142
  __proto__: null,
@@ -25174,7 +25164,7 @@ const _sfc_main$k = /* @__PURE__ */ defineComponent({
25174
25164
  }
25175
25165
  });
25176
25166
 
25177
- const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-8a0c56d0"]]);
25167
+ const VariablePopover = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["__scopeId", "data-v-345e63f3"]]);
25178
25168
 
25179
25169
  const _hoisted_1$d = ["aria-label", "aria-pressed", "aria-expanded", "aria-controls"];
25180
25170
  const _sfc_main$j = /* @__PURE__ */ defineComponent({
@@ -25296,7 +25286,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
25296
25286
  }
25297
25287
  });
25298
25288
 
25299
- const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-cd9186f9"]]);
25289
+ const KdsVariableToggleButton = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["__scopeId", "data-v-d5057ed8"]]);
25300
25290
 
25301
25291
  const _hoisted_1$c = { class: "kds-accordion" };
25302
25292
  const _hoisted_2$7 = ["name", "open", "onToggle"];
@@ -25472,7 +25462,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
25472
25462
  }
25473
25463
  });
25474
25464
 
25475
- const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-96dcd299"]]);
25465
+ const KdsAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-35f28ed3"]]);
25476
25466
 
25477
25467
  const _hoisted_1$b = { class: "kds-card-header" };
25478
25468
  const _hoisted_2$6 = {
@@ -25505,7 +25495,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
25505
25495
  }
25506
25496
  });
25507
25497
 
25508
- const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-09093cc0"]]);
25498
+ const CardHeader = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-aacb597b"]]);
25509
25499
 
25510
25500
  const _sfc_main$g = /* @__PURE__ */ defineComponent({
25511
25501
  __name: "BaseCard",
@@ -25546,7 +25536,7 @@ const _sfc_main$g = /* @__PURE__ */ defineComponent({
25546
25536
  }
25547
25537
  });
25548
25538
 
25549
- const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-a1aff6d6"]]);
25539
+ const BaseCard = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["__scopeId", "data-v-7d838f91"]]);
25550
25540
 
25551
25541
  const _sfc_main$f = /* @__PURE__ */ defineComponent({
25552
25542
  __name: "KdsCard",
@@ -25645,7 +25635,7 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
25645
25635
  }
25646
25636
  });
25647
25637
 
25648
- const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-e1cdfe9d"]]);
25638
+ const KdsClickableCard = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["__scopeId", "data-v-8b314672"]]);
25649
25639
 
25650
25640
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
25651
25641
  __name: "KdsLinkCard",
@@ -25711,7 +25701,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
25711
25701
  }
25712
25702
  });
25713
25703
 
25714
- const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-c7e823e4"]]);
25704
+ const KdsLinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$d, [["__scopeId", "data-v-4b8002a1"]]);
25715
25705
 
25716
25706
  const _hoisted_1$9 = ["aria-label", "aria-labelledby", "disabled", "aria-pressed"];
25717
25707
  const _sfc_main$c = /* @__PURE__ */ defineComponent({
@@ -25779,7 +25769,7 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
25779
25769
  }
25780
25770
  });
25781
25771
 
25782
- const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-af9b9bf6"]]);
25772
+ const KdsSelectableCard = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["__scopeId", "data-v-ac11a0a2"]]);
25783
25773
 
25784
25774
  const kdsCardVariant = {
25785
25775
  FILLED: "filled",
@@ -26297,7 +26287,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
26297
26287
  },
26298
26288
  setup(__props) {
26299
26289
  useCssVars((_ctx) => ({
26300
- "v18b57ee8": _ctx.repeatGap
26290
+ "v78e8b31c": _ctx.repeatGap
26301
26291
  }));
26302
26292
  return (_ctx, _cache) => {
26303
26293
  return __props.loading ? (openBlock(), createElementBlock("div", _hoisted_1$6, [
@@ -26355,7 +26345,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
26355
26345
  }
26356
26346
  });
26357
26347
 
26358
- const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-326c25f0"]]);
26348
+ const KdsLoadingSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$7, [["__scopeId", "data-v-b3b70d6e"]]);
26359
26349
 
26360
26350
  const loadingSkeletonItemShape = {
26361
26351
  TEXT: "text",