sit-onyx 1.6.0-dev-20251230122308 → 1.6.0-dev-20260107065634

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { computed, provide, inject, toRef, ref, watch, defineComponent, watchEffect, toRefs, createElementBlock, openBlock, normalizeClass, renderSlot, onMounted, createBlock, resolveDynamicComponent, withCtx, createVNode, createElementVNode, withModifiers, readonly, reactive, onBeforeMount, onBeforeUnmount, useId, toValue, nextTick, unref, shallowRef, useTemplateRef, createCommentVNode, createTextVNode, toDisplayString, normalizeProps, mergeProps, useAttrs, isProxy, toRaw, customRef, onUnmounted, normalizeStyle, useSlots, createSlots, Fragment, renderList, toHandlers, resolveComponent, withDirectives, guardReactiveProps, vShow, Teleport, vModelCheckbox, vModelText, h, vModelDynamic, withKeys, createStaticVNode, useModel } from "vue";
1
+ import { computed, provide, inject, toRef, ref, watch, defineComponent, watchEffect, toRefs, createElementBlock, openBlock, normalizeClass, renderSlot, onMounted, createBlock, resolveDynamicComponent, withCtx, createVNode, createElementVNode, withModifiers, readonly, reactive, onBeforeMount, onBeforeUnmount, useId, toValue, nextTick, unref, shallowRef, useTemplateRef, createCommentVNode, createTextVNode, toDisplayString, normalizeProps, mergeProps, useAttrs, isProxy, toRaw, customRef, onUnmounted, normalizeStyle, useSlots, createSlots, Fragment, renderList, toHandlers, resolveComponent, withDirectives, guardReactiveProps, vShow, Teleport, vModelCheckbox, createStaticVNode, vModelText, h, vModelDynamic, withKeys, useModel } from "vue";
2
2
  import { iconChevronDownSmall, iconCircleAttention, iconXSmall, iconMoreVertical, iconX, iconMoreHorizontalSmall, iconCircleCheck, iconCircleX, iconCircleInformation, iconUser, iconArrowSmallUpRight, iconChevronRightSmall, iconArrowSmallLeft, iconMoreHorizontal, iconHome, iconChevronLeftSmall, iconFileCopy, iconSearch, iconCheck, iconSearchX, iconChevronDownUp, iconCheckSmall, iconPlusSmall, iconEyeDisabled, iconListArrowUp, iconListArrowDown, iconArrowsSort, iconCircleBlock, iconEyeClosed, iconEye, iconFileDisabled, iconCircleContrast, iconTranslate, iconMenu, iconNotificationFlag, iconPlus, iconMinus, iconMinusSmall, iconClock, iconFile, iconFilePdf, iconFileCsv, iconAudio, iconVideocam, iconPicture, iconFileRtf, iconFilePpt, iconFileXls, iconFileXlsx, iconFileDoc, iconFileGlobe, iconFileArchive, iconFileText, iconTrash, iconCloudArrowUp, iconShareIos, iconSettings, iconLogout, iconArrowSmallRight } from "@sit-onyx/icons";
3
3
  const DENSITIES = ["compact", "default", "cozy"];
4
4
  const useDensity = (props) => ({
@@ -49,7 +49,7 @@ const useVModel = (options) => {
49
49
  };
50
50
  const ACCORDION_INJECTION_KEY = /* @__PURE__ */ Symbol();
51
51
  const ACCORDION_TYPES = ["default", "nested-large", "nested-small", "card"];
52
- const _sfc_main$1S = /* @__PURE__ */ defineComponent({
52
+ const _sfc_main$1T = /* @__PURE__ */ defineComponent({
53
53
  __name: "OnyxAccordion",
54
54
  props: {
55
55
  density: { type: null, required: false },
@@ -119,7 +119,7 @@ const _export_sfc = (sfc, props) => {
119
119
  }
120
120
  return target;
121
121
  };
122
- function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
122
+ function _sfc_render$1T(_ctx, _cache, $props, $setup, $data, $options) {
123
123
  return openBlock(), createElementBlock(
124
124
  "div",
125
125
  {
@@ -137,7 +137,7 @@ function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
137
137
  /* CLASS */
138
138
  );
139
139
  }
140
- const OnyxAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1S], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordion/OnyxAccordion.vue"]]);
140
+ const OnyxAccordion = /* @__PURE__ */ _export_sfc(_sfc_main$1T, [["render", _sfc_render$1T], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordion/OnyxAccordion.vue"]]);
141
141
  const ONYX_BREAKPOINTS = {
142
142
  "2xs": 320,
143
143
  xs: 577,
@@ -150,7 +150,7 @@ const ONYX_BREAKPOINTS = {
150
150
  md: ONYX_BREAKPOINTS.lg - 1,
151
151
  lg: ONYX_BREAKPOINTS.xl - 1
152
152
  });
153
- const _sfc_main$1R = /* @__PURE__ */ defineComponent({
153
+ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
154
154
  __name: "OnyxIcon",
155
155
  props: {
156
156
  size: { type: null, required: false },
@@ -166,8 +166,8 @@ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
166
166
  return __returned__;
167
167
  }
168
168
  });
169
- const _hoisted_1$1n = ["innerHTML"];
170
- function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
169
+ const _hoisted_1$1o = ["innerHTML"];
170
+ function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
171
171
  return openBlock(), createElementBlock("figure", {
172
172
  class: normalizeClass({
173
173
  "onyx-component": true,
@@ -178,9 +178,9 @@ function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
178
178
  }),
179
179
  "aria-hidden": "true",
180
180
  innerHTML: $setup.props.icon
181
- }, null, 10, _hoisted_1$1n);
181
+ }, null, 10, _hoisted_1$1o);
182
182
  }
183
- const OnyxIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1R], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIcon/OnyxIcon.vue"]]);
183
+ const OnyxIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1S, [["render", _sfc_render$1S], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIcon/OnyxIcon.vue"]]);
184
184
  const isAlreadyTriggered = /* @__PURE__ */ new Set();
185
185
  const IDLE_TIMEOUT = 200;
186
186
  const onIdleCallback = globalThis.window && "requestIdleCallback" in globalThis.window ? globalThis.window.requestIdleCallback : (cb, _) => setTimeout(cb, 0);
@@ -196,7 +196,7 @@ const requestAnimationSync = (animationName) => {
196
196
  isAlreadyTriggered.add(animationName);
197
197
  onIdleCallback(() => syncAnimations(animationName), { timeout: IDLE_TIMEOUT });
198
198
  };
199
- const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
199
+ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
200
200
  __name: "OnyxSkeleton",
201
201
  setup(__props, { expose: __expose }) {
202
202
  __expose();
@@ -206,15 +206,15 @@ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
206
206
  return __returned__;
207
207
  }
208
208
  });
209
- const _hoisted_1$1m = {
209
+ const _hoisted_1$1n = {
210
210
  "aria-hidden": "true",
211
211
  class: "onyx-component onyx-skeleton"
212
212
  };
213
- function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
214
- return openBlock(), createElementBlock("figure", _hoisted_1$1m);
213
+ function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
214
+ return openBlock(), createElementBlock("figure", _hoisted_1$1n);
215
215
  }
216
- const OnyxSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1Q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSkeleton/OnyxSkeleton.vue"]]);
217
- const _sfc_main$1P = /* @__PURE__ */ defineComponent({
216
+ const OnyxSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$1R, [["render", _sfc_render$1R], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSkeleton/OnyxSkeleton.vue"]]);
217
+ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
218
218
  __name: "OnyxAccordionItem",
219
219
  props: {
220
220
  density: { type: null, required: false },
@@ -251,11 +251,11 @@ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
251
251
  return __returned__;
252
252
  }
253
253
  });
254
- const _hoisted_1$1l = ["open"];
254
+ const _hoisted_1$1m = ["open"];
255
255
  const _hoisted_2$Y = ["id", "tabindex", "aria-expanded", "aria-controls", "aria-disabled"];
256
- const _hoisted_3$C = { class: "onyx-accordion-item__header-content" };
256
+ const _hoisted_3$D = { class: "onyx-accordion-item__header-content" };
257
257
  const _hoisted_4$p = ["id", "aria-labelledby"];
258
- function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
258
+ function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
259
259
  return $setup.showSkeleton ? (openBlock(), createBlock(resolveDynamicComponent($setup.type === "card" ? $setup.OnyxSkeleton : "div"), {
260
260
  key: 0,
261
261
  class: normalizeClass([
@@ -291,7 +291,7 @@ function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
291
291
  "aria-disabled": $setup.isDisabled,
292
292
  onClick: _cache[0] || (_cache[0] = withModifiers(($event) => $setup.isOpen = !$setup.isOpen, ["prevent"]))
293
293
  }, [
294
- createElementVNode("div", _hoisted_3$C, [
294
+ createElementVNode("div", _hoisted_3$D, [
295
295
  renderSlot(_ctx.$slots, "header")
296
296
  ]),
297
297
  createVNode($setup["OnyxIcon"], {
@@ -307,9 +307,9 @@ function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
307
307
  }, [
308
308
  renderSlot(_ctx.$slots, "default")
309
309
  ], 8, _hoisted_4$p)
310
- ], 10, _hoisted_1$1l));
310
+ ], 10, _hoisted_1$1m));
311
311
  }
312
- const OnyxAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1P], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordionItem/OnyxAccordionItem.vue"]]);
312
+ const OnyxAccordionItem = /* @__PURE__ */ _export_sfc(_sfc_main$1Q, [["render", _sfc_render$1Q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAccordionItem/OnyxAccordionItem.vue"]]);
313
313
  const DATETIME_FORMATS = {
314
314
  date: { dateStyle: "medium" },
315
315
  "datetime-local": { dateStyle: "medium", timeStyle: "short" },
@@ -1878,7 +1878,7 @@ const createTooltip = createBuilder(({ debounce: debounce2, isVisible }) => {
1878
1878
  }
1879
1879
  };
1880
1880
  });
1881
- const _sfc_main$1O = /* @__PURE__ */ defineComponent({
1881
+ const _sfc_main$1P = /* @__PURE__ */ defineComponent({
1882
1882
  __name: "OnyxBasicDialog",
1883
1883
  props: {
1884
1884
  density: { type: null, required: false },
@@ -1939,12 +1939,12 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
1939
1939
  return __returned__;
1940
1940
  }
1941
1941
  });
1942
- const _hoisted_1$1k = ["aria-modal", "aria-label", "role"];
1942
+ const _hoisted_1$1l = ["aria-modal", "aria-label", "role"];
1943
1943
  const _hoisted_2$X = {
1944
1944
  ref: "contentRef",
1945
1945
  class: "onyx-basic-dialog__content"
1946
1946
  };
1947
- function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
1947
+ function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
1948
1948
  return $setup.props.open ? (openBlock(), createElementBlock("dialog", {
1949
1949
  key: 0,
1950
1950
  ref: "dialogRef",
@@ -1970,9 +1970,9 @@ function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
1970
1970
  512
1971
1971
  /* NEED_PATCH */
1972
1972
  )
1973
- ], 42, _hoisted_1$1k)) : createCommentVNode("v-if", true);
1973
+ ], 42, _hoisted_1$1l)) : createCommentVNode("v-if", true);
1974
1974
  }
1975
- const OnyxBasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicDialog/OnyxBasicDialog.vue"]]);
1975
+ const OnyxBasicDialog = /* @__PURE__ */ _export_sfc(_sfc_main$1P, [["render", _sfc_render$1P], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicDialog/OnyxBasicDialog.vue"]]);
1976
1976
  const normalizedIncludes = (haystack, needle) => {
1977
1977
  const haystackNormalized = removeDiacritics(haystack.toLowerCase());
1978
1978
  const needleNormalized = removeDiacritics(needle.toLowerCase());
@@ -2054,7 +2054,7 @@ const normalizeHref = (href) => {
2054
2054
  return value.replace(/\/+$/, "");
2055
2055
  };
2056
2056
  const ROUTER_INJECTION_KEY = /* @__PURE__ */ Symbol();
2057
- const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2057
+ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2058
2058
  __name: "OnyxVisuallyHidden",
2059
2059
  props: {
2060
2060
  is: { type: String, required: false, default: "span" }
@@ -2067,7 +2067,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2067
2067
  return __returned__;
2068
2068
  }
2069
2069
  });
2070
- function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2070
+ function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
2071
2071
  return openBlock(), createBlock(resolveDynamicComponent($setup.props.is), { class: "onyx-component onyx-visually-hidden" }, {
2072
2072
  default: withCtx(() => [
2073
2073
  renderSlot(_ctx.$slots, "default")
@@ -2076,8 +2076,8 @@ function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2076
2076
  /* FORWARDED */
2077
2077
  });
2078
2078
  }
2079
- const OnyxVisuallyHidden = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1N], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxVisuallyHidden/OnyxVisuallyHidden.vue"]]);
2080
- const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2079
+ const OnyxVisuallyHidden = /* @__PURE__ */ _export_sfc(_sfc_main$1O, [["render", _sfc_render$1O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxVisuallyHidden/OnyxVisuallyHidden.vue"]]);
2080
+ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2081
2081
  __name: "OnyxRouterLink",
2082
2082
  props: {
2083
2083
  href: { type: String, required: true },
@@ -2093,8 +2093,8 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2093
2093
  return __returned__;
2094
2094
  }
2095
2095
  });
2096
- const _hoisted_1$1j = ["href", "target", "rel"];
2097
- function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2096
+ const _hoisted_1$1k = ["href", "target", "rel"];
2097
+ function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2098
2098
  return openBlock(), createElementBlock("a", {
2099
2099
  class: normalizeClass([
2100
2100
  "onyx-component",
@@ -2118,10 +2118,10 @@ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2118
2118
  _: 1
2119
2119
  /* STABLE */
2120
2120
  })) : createCommentVNode("v-if", true)
2121
- ], 10, _hoisted_1$1j);
2121
+ ], 10, _hoisted_1$1k);
2122
2122
  }
2123
- const OnyxRouterLink = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRouterLink/OnyxRouterLink.vue"]]);
2124
- const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2123
+ const OnyxRouterLink = /* @__PURE__ */ _export_sfc(_sfc_main$1N, [["render", _sfc_render$1N], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRouterLink/OnyxRouterLink.vue"]]);
2124
+ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2125
2125
  __name: "OnyxHeadline",
2126
2126
  props: {
2127
2127
  is: { type: null, required: true },
@@ -2146,7 +2146,7 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2146
2146
  return __returned__;
2147
2147
  }
2148
2148
  });
2149
- function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2149
+ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2150
2150
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
2151
2151
  key: 0,
2152
2152
  class: normalizeClass(["onyx-headline-skeleton", `onyx-headline-skeleton--${$setup.showAs}`])
@@ -2186,7 +2186,7 @@ function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2186
2186
  /* FORWARDED */
2187
2187
  }, 8, ["id", "class"]));
2188
2188
  }
2189
- const OnyxHeadline = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxHeadline/OnyxHeadline.vue"]]);
2189
+ const OnyxHeadline = /* @__PURE__ */ _export_sfc(_sfc_main$1M, [["render", _sfc_render$1M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxHeadline/OnyxHeadline.vue"]]);
2190
2190
  const useAutofocus = (inputRef, props) => {
2191
2191
  if (!props.autofocus) {
2192
2192
  return;
@@ -2237,7 +2237,7 @@ const useFormContext = (props) => {
2237
2237
  DEFAULT_FORM_INJECTION_CONTEXT
2238
2238
  )(toRef(props));
2239
2239
  };
2240
- const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2240
+ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2241
2241
  __name: "ButtonOrLinkLayout",
2242
2242
  props: {
2243
2243
  disabled: { type: [Boolean, Symbol], required: false },
@@ -2260,8 +2260,8 @@ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2260
2260
  return __returned__;
2261
2261
  }
2262
2262
  });
2263
- const _hoisted_1$1i = ["disabled", "type", "autofocus"];
2264
- function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2263
+ const _hoisted_1$1j = ["disabled", "type", "autofocus"];
2264
+ function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2265
2265
  return $setup.linkProps ? (openBlock(), createBlock(
2266
2266
  $setup["OnyxRouterLink"],
2267
2267
  normalizeProps(mergeProps({ key: 0 }, $setup.linkProps)),
@@ -2282,10 +2282,10 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2282
2282
  autofocus: $setup.props.autofocus
2283
2283
  }, [
2284
2284
  renderSlot(_ctx.$slots, "default")
2285
- ], 8, _hoisted_1$1i));
2285
+ ], 8, _hoisted_1$1j));
2286
2286
  }
2287
- const ButtonOrLinkLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/ButtonOrLinkLayout.vue"]]);
2288
- const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2287
+ const ButtonOrLinkLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1L, [["render", _sfc_render$1L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/ButtonOrLinkLayout.vue"]]);
2288
+ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2289
2289
  __name: "OnyxSystemButton",
2290
2290
  props: {
2291
2291
  disabled: { type: [Boolean, Symbol], required: false, default: FORM_INJECTED_SYMBOL },
@@ -2306,11 +2306,11 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2306
2306
  return __returned__;
2307
2307
  }
2308
2308
  });
2309
- const _hoisted_1$1h = {
2309
+ const _hoisted_1$1i = {
2310
2310
  key: 1,
2311
2311
  class: "onyx-truncation-ellipsis"
2312
2312
  };
2313
- function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2313
+ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2314
2314
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
2315
2315
  key: 0,
2316
2316
  class: normalizeClass(["onyx-system-button-skeleton", $setup.props.icon ? "" : "onyx-system-button-skeleton--text"])
@@ -2326,7 +2326,7 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2326
2326
  icon: $setup.props.icon
2327
2327
  }, null, 8, ["icon"])) : (openBlock(), createElementBlock(
2328
2328
  "span",
2329
- _hoisted_1$1h,
2329
+ _hoisted_1$1i,
2330
2330
  toDisplayString($setup.props.label),
2331
2331
  1
2332
2332
  /* TEXT */
@@ -2336,8 +2336,8 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2336
2336
  /* STABLE */
2337
2337
  }, 16, ["class", "aria-label", "title"]));
2338
2338
  }
2339
- const OnyxSystemButton = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSystemButton/OnyxSystemButton.vue"]]);
2340
- const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2339
+ const OnyxSystemButton = /* @__PURE__ */ _export_sfc(_sfc_main$1K, [["render", _sfc_render$1K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSystemButton/OnyxSystemButton.vue"]]);
2340
+ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2341
2341
  __name: "OnyxAlertModal",
2342
2342
  props: {
2343
2343
  density: { type: null, required: false },
@@ -2362,11 +2362,11 @@ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2362
2362
  return __returned__;
2363
2363
  }
2364
2364
  });
2365
- const _hoisted_1$1g = { class: "onyx-alert-modal__content" };
2365
+ const _hoisted_1$1h = { class: "onyx-alert-modal__content" };
2366
2366
  const _hoisted_2$W = { class: "onyx-alert-modal__headline" };
2367
- const _hoisted_3$B = ["id"];
2367
+ const _hoisted_3$C = ["id"];
2368
2368
  const _hoisted_4$o = { class: "onyx-alert-modal__actions" };
2369
- function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2369
+ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2370
2370
  return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps({
2371
2371
  class: ["onyx-alert-modal", $setup.densityClass]
2372
2372
  }, $setup.dialogProps, {
@@ -2376,7 +2376,7 @@ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2376
2376
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.emit("update:open", $event))
2377
2377
  }), {
2378
2378
  default: withCtx(() => [
2379
- createElementVNode("div", _hoisted_1$1g, [
2379
+ createElementVNode("div", _hoisted_1$1h, [
2380
2380
  $setup.props.icon ? (openBlock(), createBlock(
2381
2381
  $setup["OnyxIcon"],
2382
2382
  mergeProps({
@@ -2416,7 +2416,7 @@ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2416
2416
  class: "onyx-alert-modal__body onyx-truncation"
2417
2417
  }, [
2418
2418
  renderSlot(_ctx.$slots, "default")
2419
- ], 8, _hoisted_3$B)
2419
+ ], 8, _hoisted_3$C)
2420
2420
  ])
2421
2421
  ]),
2422
2422
  createElementVNode("div", _hoisted_4$o, [
@@ -2427,7 +2427,7 @@ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2427
2427
  /* FORWARDED */
2428
2428
  }, 16, ["class", "aria-describedby"]);
2429
2429
  }
2430
- const OnyxAlertModal = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1I], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAlertModal/OnyxAlertModal.vue"]]);
2430
+ const OnyxAlertModal = /* @__PURE__ */ _export_sfc(_sfc_main$1J, [["render", _sfc_render$1J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAlertModal/OnyxAlertModal.vue"]]);
2431
2431
  const useRootAttrs = () => {
2432
2432
  const attrs = useAttrs();
2433
2433
  const rootAttrs = computed(
@@ -2509,7 +2509,7 @@ const mergeVueProps = (...args) => args.reduce((prev, curr) => {
2509
2509
  merged.ref = mergedRef;
2510
2510
  return merged;
2511
2511
  }, {});
2512
- const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2512
+ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2513
2513
  __name: "OnyxFABButton",
2514
2514
  props: {
2515
2515
  density: { type: null, required: false },
@@ -2529,11 +2529,11 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2529
2529
  return __returned__;
2530
2530
  }
2531
2531
  });
2532
- const _hoisted_1$1f = {
2532
+ const _hoisted_1$1g = {
2533
2533
  key: 1,
2534
2534
  class: "onyx-fab-button__label"
2535
2535
  };
2536
- function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2536
+ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2537
2537
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
2538
2538
  key: 0,
2539
2539
  class: normalizeClass(["onyx-fab-button-skeleton", $setup.densityClass])
@@ -2551,7 +2551,7 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2551
2551
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
2552
2552
  !$setup.props.hideLabel ? (openBlock(), createElementBlock(
2553
2553
  "span",
2554
- _hoisted_1$1f,
2554
+ _hoisted_1$1g,
2555
2555
  toDisplayString($setup.props.label),
2556
2556
  1
2557
2557
  /* TEXT */
@@ -2561,7 +2561,7 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2561
2561
  /* STABLE */
2562
2562
  }, 8, ["class", "title", "aria-label", "link"]));
2563
2563
  }
2564
- const OnyxFABButton = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFABButton/OnyxFABButton.vue"]]);
2564
+ const OnyxFABButton = /* @__PURE__ */ _export_sfc(_sfc_main$1I, [["render", _sfc_render$1I], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFABButton/OnyxFABButton.vue"]]);
2565
2565
  const useResizeObserver = (target, options) => {
2566
2566
  const box = options?.box ?? "content-box";
2567
2567
  const width = ref(0);
@@ -2873,7 +2873,7 @@ function useSticky(options) {
2873
2873
  });
2874
2874
  return { stickyStyles, scrolledOut, isSticky, checkVisibilityOnScroll };
2875
2875
  }
2876
- const _sfc_main$1G = /* @__PURE__ */ defineComponent({
2876
+ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2877
2877
  __name: "OnyxBasicPopover",
2878
2878
  props: {
2879
2879
  label: { type: String, required: true },
@@ -3031,8 +3031,8 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3031
3031
  return __returned__;
3032
3032
  }
3033
3033
  });
3034
- const _hoisted_1$1e = ["role", "aria-label"];
3035
- function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
3034
+ const _hoisted_1$1f = ["role", "aria-label"];
3035
+ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
3036
3036
  return openBlock(), createElementBlock(
3037
3037
  "div",
3038
3038
  {
@@ -3051,14 +3051,14 @@ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
3051
3051
  style: normalizeStyle(!$setup.isSticky ? $setup.popoverStyles : $setup.stickyStyles)
3052
3052
  }, [
3053
3053
  renderSlot(_ctx.$slots, "content")
3054
- ], 14, _hoisted_1$1e)
3054
+ ], 14, _hoisted_1$1f)
3055
3055
  ],
3056
3056
  4
3057
3057
  /* STYLE */
3058
3058
  );
3059
3059
  }
3060
- const OnyxBasicPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicPopover/OnyxBasicPopover.vue"]]);
3061
- const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3060
+ const OnyxBasicPopover = /* @__PURE__ */ _export_sfc(_sfc_main$1H, [["render", _sfc_render$1H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBasicPopover/OnyxBasicPopover.vue"]]);
3061
+ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3062
3062
  __name: "OnyxFlyoutMenu",
3063
3063
  props: {
3064
3064
  alignment: { type: String, required: false, default: "auto" },
@@ -3100,9 +3100,9 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3100
3100
  return __returned__;
3101
3101
  }
3102
3102
  });
3103
- const _hoisted_1$1d = { class: "onyx-flyout-menu__list-header" };
3103
+ const _hoisted_1$1e = { class: "onyx-flyout-menu__list-header" };
3104
3104
  const _hoisted_2$V = { class: "onyx-flyout-menu__list-footer" };
3105
- function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3105
+ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
3106
3106
  return openBlock(), createBlock($setup["OnyxBasicPopover"], mergeProps($setup.mergeVueProps($setup.root, { ref: $setup.popover }), {
3107
3107
  class: "onyx-component onyx-flyout-menu",
3108
3108
  open: $setup.isExpanded,
@@ -3111,7 +3111,7 @@ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3111
3111
  disabled: $props.disabled
3112
3112
  }), createSlots({
3113
3113
  content: withCtx(() => [
3114
- createElementVNode("div", _hoisted_1$1d, [
3114
+ createElementVNode("div", _hoisted_1$1e, [
3115
3115
  renderSlot(_ctx.$slots, "header")
3116
3116
  ]),
3117
3117
  $setup.slots.options ? (openBlock(), createElementBlock(
@@ -3144,8 +3144,8 @@ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3144
3144
  } : void 0
3145
3145
  ]), 1040, ["open", "label", "alignment", "disabled"]);
3146
3146
  }
3147
- const OnyxFlyoutMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxFlyoutMenu/OnyxFlyoutMenu.vue"]]);
3148
- const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3147
+ const OnyxFlyoutMenu = /* @__PURE__ */ _export_sfc(_sfc_main$1G, [["render", _sfc_render$1G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxFlyoutMenu/OnyxFlyoutMenu.vue"]]);
3148
+ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3149
3149
  __name: "OnyxFAB",
3150
3150
  props: {
3151
3151
  density: { type: null, required: false },
@@ -3184,7 +3184,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3184
3184
  return __returned__;
3185
3185
  }
3186
3186
  });
3187
- function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
3187
+ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3188
3188
  return !$setup.hasOptions || $setup.skeleton ? (openBlock(), createBlock($setup["OnyxFABButton"], mergeProps({
3189
3189
  key: 0,
3190
3190
  class: ["onyx-fab", `onyx-fab--${$setup.props.alignment}`]
@@ -3214,8 +3214,8 @@ function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
3214
3214
  /* FORWARDED */
3215
3215
  }, 8, ["open", "label", "class", "alignment"]));
3216
3216
  }
3217
- const OnyxFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$1E], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFAB/OnyxFAB.vue"]]);
3218
- const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3217
+ const OnyxFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1F, [["render", _sfc_render$1F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFAB/OnyxFAB.vue"]]);
3218
+ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3219
3219
  __name: "OnyxFABItem",
3220
3220
  props: {
3221
3221
  density: { type: null, required: false },
@@ -3238,7 +3238,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3238
3238
  return __returned__;
3239
3239
  }
3240
3240
  });
3241
- function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
3241
+ function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
3242
3242
  return openBlock(), createElementBlock(
3243
3243
  "li",
3244
3244
  mergeProps({
@@ -3253,7 +3253,7 @@ function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
3253
3253
  /* FULL_PROPS */
3254
3254
  );
3255
3255
  }
3256
- const OnyxFABItem = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$1D], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFABItem/OnyxFABItem.vue"]]);
3256
+ const OnyxFABItem = /* @__PURE__ */ _export_sfc(_sfc_main$1E, [["render", _sfc_render$1E], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFABItem/OnyxFABItem.vue"]]);
3257
3257
  const GLOBAL_FAB_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
3258
3258
  const createGlobalFABProvider = () => {
3259
3259
  const items = shallowRef([]);
@@ -3290,7 +3290,7 @@ const useGlobalFAB = () => {
3290
3290
  );
3291
3291
  return globalFABProvider;
3292
3292
  };
3293
- const _sfc_main$1C = /* @__PURE__ */ defineComponent({
3293
+ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3294
3294
  __name: "OnyxGlobalFAB",
3295
3295
  setup(__props, { expose: __expose }) {
3296
3296
  __expose();
@@ -3304,7 +3304,7 @@ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
3304
3304
  return __returned__;
3305
3305
  }
3306
3306
  });
3307
- function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
3307
+ function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
3308
3308
  return $setup.globalFAB.items.value.length === 1 ? (openBlock(), createBlock(
3309
3309
  $setup["OnyxFAB"],
3310
3310
  normalizeProps(mergeProps({ key: 0 }, $setup.globalFAB.items.value[0].value)),
@@ -3339,14 +3339,14 @@ function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
3339
3339
  /* STABLE */
3340
3340
  }, 8, ["label", "alignment"])) : createCommentVNode("v-if", true);
3341
3341
  }
3342
- const OnyxGlobalFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1C], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalFAB/OnyxGlobalFAB.vue"]]);
3343
- const _sfc_main$1B = {};
3344
- const _hoisted_1$1c = {
3342
+ const OnyxGlobalFAB = /* @__PURE__ */ _export_sfc(_sfc_main$1D, [["render", _sfc_render$1D], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalFAB/OnyxGlobalFAB.vue"]]);
3343
+ const _sfc_main$1C = {};
3344
+ const _hoisted_1$1d = {
3345
3345
  class: "onyx-component onyx-circle-spinner",
3346
3346
  viewBox: "0 0 50 50"
3347
3347
  };
3348
- function _sfc_render$1B(_ctx, _cache) {
3349
- return openBlock(), createElementBlock("svg", _hoisted_1$1c, [..._cache[0] || (_cache[0] = [
3348
+ function _sfc_render$1C(_ctx, _cache) {
3349
+ return openBlock(), createElementBlock("svg", _hoisted_1$1d, [..._cache[0] || (_cache[0] = [
3350
3350
  createElementVNode(
3351
3351
  "circle",
3352
3352
  {
@@ -3361,11 +3361,11 @@ function _sfc_render$1B(_ctx, _cache) {
3361
3361
  )
3362
3362
  ])]);
3363
3363
  }
3364
- const OnyxCircleSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1B], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue"]]);
3365
- const _sfc_main$1A = {};
3366
- const _hoisted_1$1b = { class: "onyx-component onyx-loading-dots" };
3367
- function _sfc_render$1A(_ctx, _cache) {
3368
- return openBlock(), createElementBlock("div", _hoisted_1$1b, [..._cache[0] || (_cache[0] = [
3364
+ const OnyxCircleSpinner = /* @__PURE__ */ _export_sfc(_sfc_main$1C, [["render", _sfc_render$1C], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxCircleSpinner.vue"]]);
3365
+ const _sfc_main$1B = {};
3366
+ const _hoisted_1$1c = { class: "onyx-component onyx-loading-dots" };
3367
+ function _sfc_render$1B(_ctx, _cache) {
3368
+ return openBlock(), createElementBlock("div", _hoisted_1$1c, [..._cache[0] || (_cache[0] = [
3369
3369
  createElementVNode(
3370
3370
  "span",
3371
3371
  { class: "onyx-loading-dots__center" },
@@ -3375,8 +3375,8 @@ function _sfc_render$1A(_ctx, _cache) {
3375
3375
  )
3376
3376
  ])]);
3377
3377
  }
3378
- const OnyxLoadingDots = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1A], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxLoadingDots.vue"]]);
3379
- const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3378
+ const OnyxLoadingDots = /* @__PURE__ */ _export_sfc(_sfc_main$1B, [["render", _sfc_render$1B], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxLoadingDots.vue"]]);
3379
+ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3380
3380
  __name: "OnyxLoadingIndicator",
3381
3381
  props: {
3382
3382
  type: { type: String, required: false, default: "dots" }
@@ -3389,10 +3389,10 @@ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3389
3389
  return __returned__;
3390
3390
  }
3391
3391
  });
3392
- function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
3392
+ function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
3393
3393
  return $setup.props.type === "circle" ? (openBlock(), createBlock($setup["OnyxCircleSpinner"], { key: 0 })) : $setup.props.type === "dots" ? (openBlock(), createBlock($setup["OnyxLoadingDots"], { key: 1 })) : createCommentVNode("v-if", true);
3394
3394
  }
3395
- const OnyxLoadingIndicator = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$1z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxLoadingIndicator.vue"]]);
3395
+ const OnyxLoadingIndicator = /* @__PURE__ */ _export_sfc(_sfc_main$1A, [["render", _sfc_render$1A], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLoadingIndicator/OnyxLoadingIndicator.vue"]]);
3396
3396
  const useRipple = (container) => {
3397
3397
  const isPointerDown = ref(false);
3398
3398
  const ripples = reactive(/* @__PURE__ */ new Map());
@@ -3439,7 +3439,7 @@ const useRipple = (container) => {
3439
3439
  });
3440
3440
  return { isPointerDown, ripples, startRipple, hideRipples, hideRipple, events };
3441
3441
  };
3442
- const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3442
+ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3443
3443
  __name: "OnyxRipple",
3444
3444
  setup(__props, { expose: __expose }) {
3445
3445
  const rippleTrigger = useTemplateRef("rippleTriggerRef");
@@ -3452,16 +3452,16 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3452
3452
  return __returned__;
3453
3453
  }
3454
3454
  });
3455
- const _hoisted_1$1a = {
3455
+ const _hoisted_1$1b = {
3456
3456
  ref: "rippleTriggerRef",
3457
3457
  class: "onyx-component onyx-ripple",
3458
3458
  "aria-hidden": "true"
3459
3459
  };
3460
3460
  const _hoisted_2$U = ["data-rippleid"];
3461
- function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
3461
+ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
3462
3462
  return openBlock(), createElementBlock(
3463
3463
  "span",
3464
- _hoisted_1$1a,
3464
+ _hoisted_1$1b,
3465
3465
  [
3466
3466
  (openBlock(true), createElementBlock(
3467
3467
  Fragment,
@@ -3486,8 +3486,8 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
3486
3486
  /* NEED_PATCH */
3487
3487
  );
3488
3488
  }
3489
- const OnyxRipple = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRipple/OnyxRipple.vue"]]);
3490
- const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3489
+ const OnyxRipple = /* @__PURE__ */ _export_sfc(_sfc_main$1z, [["render", _sfc_render$1z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRipple/OnyxRipple.vue"]]);
3490
+ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3491
3491
  __name: "OnyxButton",
3492
3492
  props: {
3493
3493
  density: { type: null, required: false },
@@ -3517,8 +3517,8 @@ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3517
3517
  return __returned__;
3518
3518
  }
3519
3519
  });
3520
- const _hoisted_1$19 = { class: "onyx-button__label onyx-truncation-ellipsis" };
3521
- function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3520
+ const _hoisted_1$1a = { class: "onyx-button__label onyx-truncation-ellipsis" };
3521
+ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
3522
3522
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
3523
3523
  key: 0,
3524
3524
  class: normalizeClass(["onyx-button-skeleton", $setup.densityClass])
@@ -3555,7 +3555,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3555
3555
  })) : createCommentVNode("v-if", true),
3556
3556
  createElementVNode(
3557
3557
  "span",
3558
- _hoisted_1$19,
3558
+ _hoisted_1$1a,
3559
3559
  toDisplayString($setup.props.label),
3560
3560
  1
3561
3561
  /* TEXT */
@@ -3570,8 +3570,8 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3570
3570
  /* STABLE */
3571
3571
  }, 16, ["class", "aria-label"]));
3572
3572
  }
3573
- const OnyxButton = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/OnyxButton.vue"]]);
3574
- const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3573
+ const OnyxButton = /* @__PURE__ */ _export_sfc(_sfc_main$1y, [["render", _sfc_render$1y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxButton/OnyxButton.vue"]]);
3574
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3575
3575
  __name: "OnyxInfoCard",
3576
3576
  props: {
3577
3577
  density: { type: null, required: false },
@@ -3598,16 +3598,16 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3598
3598
  return __returned__;
3599
3599
  }
3600
3600
  });
3601
- const _hoisted_1$18 = { class: "onyx-info-card__content" };
3601
+ const _hoisted_1$19 = { class: "onyx-info-card__content" };
3602
3602
  const _hoisted_2$T = {
3603
3603
  key: 3,
3604
3604
  class: "onyx-info-card__description onyx-text--small"
3605
3605
  };
3606
- const _hoisted_3$A = {
3606
+ const _hoisted_3$B = {
3607
3607
  key: 4,
3608
3608
  class: "onyx-info-card__buttons onyx-density-compact"
3609
3609
  };
3610
- function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3610
+ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3611
3611
  return openBlock(), createElementBlock(
3612
3612
  "div",
3613
3613
  {
@@ -3619,7 +3619,7 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3619
3619
  class: "onyx-info-card__icon",
3620
3620
  icon: $setup.props.icon
3621
3621
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
3622
- createElementVNode("div", _hoisted_1$18, [
3622
+ createElementVNode("div", _hoisted_1$19, [
3623
3623
  $setup.props.headline ? (openBlock(), createBlock($setup["OnyxHeadline"], {
3624
3624
  key: 0,
3625
3625
  is: "h3",
@@ -3665,7 +3665,7 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3665
3665
  !!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$T, [
3666
3666
  renderSlot(_ctx.$slots, "default")
3667
3667
  ])) : createCommentVNode("v-if", true),
3668
- !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$A, [
3668
+ !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$B, [
3669
3669
  renderSlot(_ctx.$slots, "buttons")
3670
3670
  ])) : createCommentVNode("v-if", true)
3671
3671
  ])
@@ -3674,8 +3674,8 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3674
3674
  /* CLASS */
3675
3675
  );
3676
3676
  }
3677
- const OnyxInfoCard = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInfoCard/OnyxInfoCard.vue"]]);
3678
- const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3677
+ const OnyxInfoCard = /* @__PURE__ */ _export_sfc(_sfc_main$1x, [["render", _sfc_render$1x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInfoCard/OnyxInfoCard.vue"]]);
3678
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3679
3679
  __name: "OnyxNotificationMessage",
3680
3680
  props: {
3681
3681
  headline: { type: String, required: true },
@@ -3693,7 +3693,7 @@ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3693
3693
  return __returned__;
3694
3694
  }
3695
3695
  });
3696
- function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
3696
+ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3697
3697
  return openBlock(), createBlock($setup["OnyxInfoCard"], {
3698
3698
  class: normalizeClass(["onyx-component onyx-notification-message", [
3699
3699
  "onyx-component",
@@ -3726,7 +3726,7 @@ function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
3726
3726
  } : void 0
3727
3727
  ]), 1032, ["class", "headline", "icon", "style", "aria-label"]);
3728
3728
  }
3729
- const OnyxNotificationMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1v], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationMessage/OnyxNotificationMessage.vue"]]);
3729
+ const OnyxNotificationMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1w, [["render", _sfc_render$1w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationMessage/OnyxNotificationMessage.vue"]]);
3730
3730
  const NOTIFICATIONS_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
3731
3731
  const createNotificationsProvider = () => {
3732
3732
  let nextId = 1;
@@ -3771,7 +3771,7 @@ const useNotification = () => {
3771
3771
  );
3772
3772
  return notificationsProvider;
3773
3773
  };
3774
- const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3774
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3775
3775
  __name: "OnyxNotifications",
3776
3776
  setup(__props, { expose: __expose }) {
3777
3777
  __expose();
@@ -3781,15 +3781,15 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3781
3781
  return __returned__;
3782
3782
  }
3783
3783
  });
3784
- const _hoisted_1$17 = {
3784
+ const _hoisted_1$18 = {
3785
3785
  key: 0,
3786
3786
  class: "onyx-component onyx-notifications",
3787
3787
  role: "presentation",
3788
3788
  "aria-live": "polite",
3789
3789
  open: ""
3790
3790
  };
3791
- function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3792
- return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$17, [
3791
+ function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
3792
+ return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$18, [
3793
3793
  (openBlock(true), createElementBlock(
3794
3794
  Fragment,
3795
3795
  null,
@@ -3841,8 +3841,8 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3841
3841
  ))
3842
3842
  ])) : createCommentVNode("v-if", true);
3843
3843
  }
3844
- const OnyxNotifications = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1u], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotifications/OnyxNotifications.vue"]]);
3845
- const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3844
+ const OnyxNotifications = /* @__PURE__ */ _export_sfc(_sfc_main$1v, [["render", _sfc_render$1v], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotifications/OnyxNotifications.vue"]]);
3845
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3846
3846
  __name: "OnyxToastMessage",
3847
3847
  props: {
3848
3848
  density: { type: null, required: false },
@@ -3878,9 +3878,9 @@ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3878
3878
  return __returned__;
3879
3879
  }
3880
3880
  });
3881
- const _hoisted_1$16 = { class: "onyx-toast-message__wrapper" };
3881
+ const _hoisted_1$17 = { class: "onyx-toast-message__wrapper" };
3882
3882
  const _hoisted_2$S = { class: "onyx-toast-message__content onyx-truncation-ellipsis" };
3883
- const _hoisted_3$z = { class: "onyx-toast-message__headline onyx-text" };
3883
+ const _hoisted_3$A = { class: "onyx-toast-message__headline onyx-text" };
3884
3884
  const _hoisted_4$n = { class: "onyx-truncation-ellipsis" };
3885
3885
  const _hoisted_5$h = ["aria-label"];
3886
3886
  const _hoisted_6$c = {
@@ -3888,20 +3888,20 @@ const _hoisted_6$c = {
3888
3888
  class: "onyx-toast-message__description onyx-text--small onyx-truncation-multiline",
3889
3889
  tabindex: "0"
3890
3890
  };
3891
- function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
3891
+ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3892
3892
  return openBlock(), createBlock(resolveDynamicComponent($setup.props.clickable ? "button" : "div"), {
3893
3893
  class: normalizeClass(["onyx-component onyx-toast-message", [`onyx-toast-message--${$setup.props.color}`, $setup.densityClass]]),
3894
3894
  role: $setup.props.color === "danger" || $setup.props.color === "warning" ? "alert" : "status",
3895
3895
  "aria-label": $setup.props.clickable ? $setup.props.headline : void 0
3896
3896
  }, {
3897
3897
  default: withCtx(() => [
3898
- createElementVNode("div", _hoisted_1$16, [
3898
+ createElementVNode("div", _hoisted_1$17, [
3899
3899
  $setup.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
3900
3900
  key: 0,
3901
3901
  icon: $setup.icon
3902
3902
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
3903
3903
  createElementVNode("div", _hoisted_2$S, [
3904
- createElementVNode("div", _hoisted_3$z, [
3904
+ createElementVNode("div", _hoisted_3$A, [
3905
3905
  createElementVNode(
3906
3906
  "span",
3907
3907
  _hoisted_4$n,
@@ -3946,7 +3946,7 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
3946
3946
  /* STABLE */
3947
3947
  }, 8, ["class", "role", "aria-label"]);
3948
3948
  }
3949
- const OnyxToastMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1t], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxToastMessage/OnyxToastMessage.vue"]]);
3949
+ const OnyxToastMessage = /* @__PURE__ */ _export_sfc(_sfc_main$1u, [["render", _sfc_render$1u], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxToastMessage/OnyxToastMessage.vue"]]);
3950
3950
  const TOAST_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
3951
3951
  const createToastProvider = () => {
3952
3952
  let nextId = 1;
@@ -3989,7 +3989,7 @@ const useToast = () => {
3989
3989
  );
3990
3990
  return toastProvider;
3991
3991
  };
3992
- const _sfc_main$1s = /* @__PURE__ */ defineComponent({
3992
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3993
3993
  __name: "OnyxToast",
3994
3994
  setup(__props, { expose: __expose }) {
3995
3995
  __expose();
@@ -3999,15 +3999,15 @@ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
3999
3999
  return __returned__;
4000
4000
  }
4001
4001
  });
4002
- const _hoisted_1$15 = {
4002
+ const _hoisted_1$16 = {
4003
4003
  key: 0,
4004
4004
  class: "onyx-component onyx-toast",
4005
4005
  role: "presentation",
4006
4006
  "aria-live": "polite",
4007
4007
  open: ""
4008
4008
  };
4009
- function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
4010
- return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$15, [
4009
+ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
4010
+ return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$16, [
4011
4011
  (openBlock(true), createElementBlock(
4012
4012
  Fragment,
4013
4013
  null,
@@ -4025,8 +4025,8 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
4025
4025
  ))
4026
4026
  ])) : createCommentVNode("v-if", true);
4027
4027
  }
4028
- const OnyxToast = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxToast/OnyxToast.vue"]]);
4029
- const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4028
+ const OnyxToast = /* @__PURE__ */ _export_sfc(_sfc_main$1t, [["render", _sfc_render$1t], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxToast/OnyxToast.vue"]]);
4029
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4030
4030
  __name: "OnyxAppLayout",
4031
4031
  props: {
4032
4032
  navBarAlignment: { type: String, required: false, default: "top" }
@@ -4040,19 +4040,19 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4040
4040
  return __returned__;
4041
4041
  }
4042
4042
  });
4043
- const _hoisted_1$14 = {
4043
+ const _hoisted_1$15 = {
4044
4044
  key: 0,
4045
4045
  class: "onyx-app__nav"
4046
4046
  };
4047
4047
  const _hoisted_2$R = { class: "onyx-app__page" };
4048
- function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4048
+ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
4049
4049
  return openBlock(), createElementBlock(
4050
4050
  "div",
4051
4051
  {
4052
4052
  class: normalizeClass(["onyx-component onyx-app", { "onyx-app--horizontal": $setup.props.navBarAlignment === "left" }])
4053
4053
  },
4054
4054
  [
4055
- $setup.slots.navBar ? (openBlock(), createElementBlock("div", _hoisted_1$14, [
4055
+ $setup.slots.navBar ? (openBlock(), createElementBlock("div", _hoisted_1$15, [
4056
4056
  renderSlot(_ctx.$slots, "navBar")
4057
4057
  ])) : createCommentVNode("v-if", true),
4058
4058
  createElementVNode("div", _hoisted_2$R, [
@@ -4066,8 +4066,8 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4066
4066
  /* CLASS */
4067
4067
  );
4068
4068
  }
4069
- const OnyxAppLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAppLayout/OnyxAppLayout.vue"]]);
4070
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4069
+ const OnyxAppLayout = /* @__PURE__ */ _export_sfc(_sfc_main$1s, [["render", _sfc_render$1s], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAppLayout/OnyxAppLayout.vue"]]);
4070
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4071
4071
  __name: "OnyxAvatar",
4072
4072
  props: {
4073
4073
  size: { type: null, required: false, default: "48px" },
@@ -4101,13 +4101,13 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4101
4101
  return __returned__;
4102
4102
  }
4103
4103
  });
4104
- const _hoisted_1$13 = ["title", "aria-label"];
4104
+ const _hoisted_1$14 = ["title", "aria-label"];
4105
4105
  const _hoisted_2$Q = ["src", "alt"];
4106
- const _hoisted_3$y = {
4106
+ const _hoisted_3$z = {
4107
4107
  key: 0,
4108
4108
  class: "onyx-avatar__initials"
4109
4109
  };
4110
- function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
4110
+ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4111
4111
  return openBlock(), createElementBlock("figure", {
4112
4112
  class: normalizeClass([
4113
4113
  "onyx-component",
@@ -4130,7 +4130,7 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
4130
4130
  [
4131
4131
  $setup.initials ? (openBlock(), createElementBlock(
4132
4132
  "div",
4133
- _hoisted_3$y,
4133
+ _hoisted_3$z,
4134
4134
  toDisplayString($setup.initials),
4135
4135
  1
4136
4136
  /* TEXT */
@@ -4143,10 +4143,10 @@ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
4143
4143
  64
4144
4144
  /* STABLE_FRAGMENT */
4145
4145
  ))
4146
- ], 10, _hoisted_1$13);
4146
+ ], 10, _hoisted_1$14);
4147
4147
  }
4148
- const OnyxAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatar/OnyxAvatar.vue"]]);
4149
- const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4148
+ const OnyxAvatar = /* @__PURE__ */ _export_sfc(_sfc_main$1r, [["render", _sfc_render$1r], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatar/OnyxAvatar.vue"]]);
4149
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4150
4150
  __name: "OnyxAvatarStack",
4151
4151
  setup(__props, { expose: __expose }) {
4152
4152
  __expose();
@@ -4155,14 +4155,14 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4155
4155
  return __returned__;
4156
4156
  }
4157
4157
  });
4158
- const _hoisted_1$12 = { class: "onyx-component onyx-avatar-stack" };
4159
- function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
4160
- return openBlock(), createElementBlock("div", _hoisted_1$12, [
4158
+ const _hoisted_1$13 = { class: "onyx-component onyx-avatar-stack" };
4159
+ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
4160
+ return openBlock(), createElementBlock("div", _hoisted_1$13, [
4161
4161
  renderSlot(_ctx.$slots, "default")
4162
4162
  ]);
4163
4163
  }
4164
- const OnyxAvatarStack = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatarStack/OnyxAvatarStack.vue"]]);
4165
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4164
+ const OnyxAvatarStack = /* @__PURE__ */ _export_sfc(_sfc_main$1q, [["render", _sfc_render$1q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxAvatarStack/OnyxAvatarStack.vue"]]);
4165
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4166
4166
  __name: "OnyxBadge",
4167
4167
  props: {
4168
4168
  density: { type: null, required: false },
@@ -4179,7 +4179,7 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4179
4179
  return __returned__;
4180
4180
  }
4181
4181
  });
4182
- function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4182
+ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
4183
4183
  return openBlock(), createElementBlock(
4184
4184
  "div",
4185
4185
  {
@@ -4210,8 +4210,8 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4210
4210
  /* CLASS */
4211
4211
  );
4212
4212
  }
4213
- const OnyxBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBadge/OnyxBadge.vue"]]);
4214
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4213
+ const OnyxBadge = /* @__PURE__ */ _export_sfc(_sfc_main$1p, [["render", _sfc_render$1p], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBadge/OnyxBadge.vue"]]);
4214
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4215
4215
  __name: "OnyxBottomBar",
4216
4216
  props: {
4217
4217
  density: { type: null, required: false },
@@ -4226,10 +4226,10 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4226
4226
  return __returned__;
4227
4227
  }
4228
4228
  });
4229
- const _hoisted_1$11 = { class: "onyx-bottom-bar__content onyx-grid-container" };
4229
+ const _hoisted_1$12 = { class: "onyx-bottom-bar__content onyx-grid-container" };
4230
4230
  const _hoisted_2$P = { class: "onyx-bottom-bar__content--left" };
4231
- const _hoisted_3$x = { class: "onyx-bottom-bar__content--right" };
4232
- function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4231
+ const _hoisted_3$y = { class: "onyx-bottom-bar__content--right" };
4232
+ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4233
4233
  return openBlock(), createElementBlock(
4234
4234
  "div",
4235
4235
  {
@@ -4241,11 +4241,11 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4241
4241
  ])
4242
4242
  },
4243
4243
  [
4244
- createElementVNode("div", _hoisted_1$11, [
4244
+ createElementVNode("div", _hoisted_1$12, [
4245
4245
  createElementVNode("div", _hoisted_2$P, [
4246
4246
  renderSlot(_ctx.$slots, "left")
4247
4247
  ]),
4248
- createElementVNode("div", _hoisted_3$x, [
4248
+ createElementVNode("div", _hoisted_3$y, [
4249
4249
  renderSlot(_ctx.$slots, "default")
4250
4250
  ])
4251
4251
  ])
@@ -4254,7 +4254,7 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4254
4254
  /* CLASS */
4255
4255
  );
4256
4256
  }
4257
- const OnyxBottomBar = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBottomBar/OnyxBottomBar.vue"]]);
4257
+ const OnyxBottomBar = /* @__PURE__ */ _export_sfc(_sfc_main$1o, [["render", _sfc_render$1o], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBottomBar/OnyxBottomBar.vue"]]);
4258
4258
  const useMoreList = (options) => {
4259
4259
  const visibleElements = ref();
4260
4260
  const hiddenElements = ref();
@@ -4349,7 +4349,7 @@ const useMoreListChild = (injectionKey) => {
4349
4349
  };
4350
4350
  const BREADCRUMB_MORE_LIST_INJECTION_KEY = /* @__PURE__ */ Symbol();
4351
4351
  const BREADCRUMB_MORE_LIST_TARGET_INJECTION_KEY = /* @__PURE__ */ Symbol();
4352
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4352
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4353
4353
  __name: "OnyxExternalLinkIcon",
4354
4354
  props: {
4355
4355
  href: { type: String, required: false },
@@ -4370,7 +4370,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4370
4370
  return __returned__;
4371
4371
  }
4372
4372
  });
4373
- function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4373
+ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4374
4374
  return $setup.isVisible ? (openBlock(), createBlock($setup["OnyxIcon"], {
4375
4375
  key: 0,
4376
4376
  class: "onyx-component onyx-external-link-icon",
@@ -4378,8 +4378,8 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4378
4378
  size: "16px"
4379
4379
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true);
4380
4380
  }
4381
- const OnyxExternalLinkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.vue"]]);
4382
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4381
+ const OnyxExternalLinkIcon = /* @__PURE__ */ _export_sfc(_sfc_main$1n, [["render", _sfc_render$1n], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxExternalLinkIcon/OnyxExternalLinkIcon.vue"]]);
4382
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4383
4383
  __name: "OnyxListItem",
4384
4384
  props: {
4385
4385
  density: { type: null, required: false },
@@ -4398,7 +4398,7 @@ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4398
4398
  return __returned__;
4399
4399
  }
4400
4400
  });
4401
- function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4401
+ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4402
4402
  return openBlock(), createElementBlock(
4403
4403
  "li",
4404
4404
  {
@@ -4420,8 +4420,8 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4420
4420
  /* CLASS */
4421
4421
  );
4422
4422
  }
4423
- const OnyxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxListItem/OnyxListItem.vue"]]);
4424
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4423
+ const OnyxListItem = /* @__PURE__ */ _export_sfc(_sfc_main$1m, [["render", _sfc_render$1m], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxListItem/OnyxListItem.vue"]]);
4424
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4425
4425
  ...{ inheritAttrs: false },
4426
4426
  __name: "OnyxMenuItem",
4427
4427
  props: {
@@ -4500,17 +4500,17 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4500
4500
  return __returned__;
4501
4501
  }
4502
4502
  });
4503
- const _hoisted_1$10 = { class: "onyx-truncation-ellipsis" };
4503
+ const _hoisted_1$11 = { class: "onyx-truncation-ellipsis" };
4504
4504
  const _hoisted_2$O = {
4505
4505
  key: 0,
4506
4506
  class: "onyx-menu-item__chevron"
4507
4507
  };
4508
- const _hoisted_3$w = {
4508
+ const _hoisted_3$x = {
4509
4509
  key: 0,
4510
4510
  role: "menu",
4511
4511
  class: "onyx-menu-item__children"
4512
4512
  };
4513
- function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4513
+ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4514
4514
  const _component_OnyxMenuItem = resolveComponent("OnyxMenuItem", true);
4515
4515
  return openBlock(), createBlock($setup["OnyxListItem"], mergeProps({
4516
4516
  selected: $setup.isActive,
@@ -4531,7 +4531,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4531
4531
  createElementVNode("span", null, [
4532
4532
  createElementVNode(
4533
4533
  "span",
4534
- _hoisted_1$10,
4534
+ _hoisted_1$11,
4535
4535
  toDisplayString($setup.props.label),
4536
4536
  1
4537
4537
  /* TEXT */
@@ -4559,7 +4559,7 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4559
4559
  ]),
4560
4560
  $setup.hasChildren ? withDirectives((openBlock(), createElementBlock(
4561
4561
  "ul",
4562
- _hoisted_3$w,
4562
+ _hoisted_3$x,
4563
4563
  [
4564
4564
  createVNode(
4565
4565
  _component_OnyxMenuItem,
@@ -4596,8 +4596,8 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4596
4596
  /* FORWARDED */
4597
4597
  }, 16, ["selected", "active", "color", "disabled", "class"]);
4598
4598
  }
4599
- const OnyxMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.vue"]]);
4600
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4599
+ const OnyxMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$1l, [["render", _sfc_render$1l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxMenuItem/OnyxMenuItem.vue"]]);
4600
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4601
4601
  ...{ inheritAttrs: false },
4602
4602
  __name: "OnyxBreadcrumbItem",
4603
4603
  props: {
@@ -4623,7 +4623,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4623
4623
  return __returned__;
4624
4624
  }
4625
4625
  });
4626
- function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
4626
+ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4627
4627
  return openBlock(), createElementBlock(
4628
4628
  Fragment,
4629
4629
  null,
@@ -4683,8 +4683,8 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
4683
4683
  /* STABLE_FRAGMENT */
4684
4684
  );
4685
4685
  }
4686
- const OnyxBreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.vue"]]);
4687
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4686
+ const OnyxBreadcrumbItem = /* @__PURE__ */ _export_sfc(_sfc_main$1k, [["render", _sfc_render$1k], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumbItem/OnyxBreadcrumbItem.vue"]]);
4687
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4688
4688
  __name: "OnyxMoreList",
4689
4689
  props: {
4690
4690
  injectionKey: { type: [Symbol, Object], required: true },
@@ -4717,7 +4717,7 @@ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4717
4717
  return __returned__;
4718
4718
  }
4719
4719
  });
4720
- function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4720
+ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
4721
4721
  return openBlock(), createBlock(
4722
4722
  resolveDynamicComponent($setup.props.is),
4723
4723
  {
@@ -4757,8 +4757,8 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4757
4757
  /* NEED_PATCH */
4758
4758
  );
4759
4759
  }
4760
- const OnyxMoreList = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMoreList/OnyxMoreList.vue"]]);
4761
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4760
+ const OnyxMoreList = /* @__PURE__ */ _export_sfc(_sfc_main$1j, [["render", _sfc_render$1j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMoreList/OnyxMoreList.vue"]]);
4761
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4762
4762
  __name: "OnyxBreadcrumb",
4763
4763
  props: {
4764
4764
  density: { type: null, required: false },
@@ -4784,13 +4784,13 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4784
4784
  return __returned__;
4785
4785
  }
4786
4786
  });
4787
- const _hoisted_1$$ = ["aria-label", "aria-hidden"];
4787
+ const _hoisted_1$10 = ["aria-label", "aria-hidden"];
4788
4788
  const _hoisted_2$N = {
4789
4789
  class: "onyx-breadcrumb__list onyx-grid-container",
4790
4790
  role: "menu"
4791
4791
  };
4792
- const _hoisted_3$v = { ref: "moreListRef" };
4793
- function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4792
+ const _hoisted_3$w = { ref: "moreListRef" };
4793
+ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4794
4794
  return openBlock(), createElementBlock("nav", {
4795
4795
  class: normalizeClass([
4796
4796
  "onyx-component",
@@ -4869,7 +4869,7 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4869
4869
  options: withCtx(() => [
4870
4870
  createElementVNode(
4871
4871
  "div",
4872
- _hoisted_3$v,
4872
+ _hoisted_3$w,
4873
4873
  null,
4874
4874
  512
4875
4875
  /* NEED_PATCH */
@@ -4883,13 +4883,13 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4883
4883
  /* FORWARDED */
4884
4884
  }, 8, ["injection-key"])
4885
4885
  ])
4886
- ], 10, _hoisted_1$$);
4886
+ ], 10, _hoisted_1$10);
4887
4887
  }
4888
- const OnyxBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumb/OnyxBreadcrumb.vue"]]);
4888
+ const OnyxBreadcrumb = /* @__PURE__ */ _export_sfc(_sfc_main$1i, [["render", _sfc_render$1i], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxBreadcrumb/OnyxBreadcrumb.vue"]]);
4889
4889
  const BUTTON_TYPES = ["button", "submit", "reset"];
4890
4890
  const BUTTON_COLORS = ["primary", "neutral", "danger"];
4891
4891
  const BUTTON_MODES = ["default", "outline", "plain"];
4892
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4892
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4893
4893
  __name: "OnyxCard",
4894
4894
  props: {
4895
4895
  density: { type: null, required: false },
@@ -4908,7 +4908,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4908
4908
  return __returned__;
4909
4909
  }
4910
4910
  });
4911
- function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
4911
+ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4912
4912
  return openBlock(), createBlock(resolveDynamicComponent($setup.linkProps ? $setup.OnyxRouterLink : $setup.props.clickable ? "button" : "div"), mergeProps($setup.linkProps, {
4913
4913
  class: ["onyx-component", "onyx-card", $setup.densityClass, "onyx-truncation-multiline", "onyx-text"]
4914
4914
  }), {
@@ -4919,8 +4919,8 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
4919
4919
  /* FORWARDED */
4920
4920
  }, 16, ["class"]);
4921
4921
  }
4922
- const OnyxCard = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCard/OnyxCard.vue"]]);
4923
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4922
+ const OnyxCard = /* @__PURE__ */ _export_sfc(_sfc_main$1h, [["render", _sfc_render$1h], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCard/OnyxCard.vue"]]);
4923
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4924
4924
  __name: "OnyxTooltip",
4925
4925
  props: {
4926
4926
  density: { type: null, required: false },
@@ -5075,8 +5075,8 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
5075
5075
  return __returned__;
5076
5076
  }
5077
5077
  });
5078
- const _hoisted_1$_ = { class: "onyx-tooltip--content" };
5079
- function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5078
+ const _hoisted_1$$ = { class: "onyx-tooltip--content" };
5079
+ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
5080
5080
  return openBlock(), createElementBlock(
5081
5081
  "div",
5082
5082
  {
@@ -5092,7 +5092,7 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5092
5092
  style: $setup.tooltipStyles
5093
5093
  }),
5094
5094
  [
5095
- createElementVNode("div", _hoisted_1$_, [
5095
+ createElementVNode("div", _hoisted_1$$, [
5096
5096
  $setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
5097
5097
  key: 0,
5098
5098
  icon: $setup.props.icon,
@@ -5116,8 +5116,8 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5116
5116
  /* CLASS, STYLE */
5117
5117
  );
5118
5118
  }
5119
- const OnyxTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTooltip/OnyxTooltip.vue"]]);
5120
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5119
+ const OnyxTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1g, [["render", _sfc_render$1g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTooltip/OnyxTooltip.vue"]]);
5120
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
5121
5121
  __name: "OnyxCalendarCell",
5122
5122
  props: {
5123
5123
  density: { type: null, required: false },
@@ -5147,9 +5147,9 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5147
5147
  return __returned__;
5148
5148
  }
5149
5149
  });
5150
- const _hoisted_1$Z = { class: "onyx-calendar-cell__header" };
5150
+ const _hoisted_1$_ = { class: "onyx-calendar-cell__header" };
5151
5151
  const _hoisted_2$M = { class: "onyx-calendar-cell__date-container" };
5152
- const _hoisted_3$u = {
5152
+ const _hoisted_3$v = {
5153
5153
  key: 1,
5154
5154
  class: "onyx-calendar-cell__date"
5155
5155
  };
@@ -5157,7 +5157,7 @@ const _hoisted_4$m = {
5157
5157
  key: 0,
5158
5158
  class: "onyx-calendar-cell__main"
5159
5159
  };
5160
- function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5160
+ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5161
5161
  return openBlock(), createElementBlock(
5162
5162
  "td",
5163
5163
  {
@@ -5183,7 +5183,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5183
5183
  ]
5184
5184
  }), {
5185
5185
  default: withCtx(() => [
5186
- createElementVNode("div", _hoisted_1$Z, [
5186
+ createElementVNode("div", _hoisted_1$_, [
5187
5187
  createElementVNode("div", _hoisted_2$M, [
5188
5188
  $setup.props.tooltipText ? (openBlock(), createBlock($setup["OnyxTooltip"], {
5189
5189
  key: 0,
@@ -5203,7 +5203,7 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5203
5203
  /* STABLE */
5204
5204
  }, 8, ["text"])) : (openBlock(), createElementBlock(
5205
5205
  "span",
5206
- _hoisted_3$u,
5206
+ _hoisted_3$v,
5207
5207
  toDisplayString($setup.props.date),
5208
5208
  1
5209
5209
  /* TEXT */
@@ -5222,8 +5222,8 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5222
5222
  /* CLASS */
5223
5223
  );
5224
5224
  }
5225
- const OnyxCalendarCell = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendarCell/OnyxCalendarCell.vue"]]);
5226
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5225
+ const OnyxCalendarCell = /* @__PURE__ */ _export_sfc(_sfc_main$1f, [["render", _sfc_render$1f], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendarCell/OnyxCalendarCell.vue"]]);
5226
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5227
5227
  __name: "OnyxIconButton",
5228
5228
  props: {
5229
5229
  density: { type: null, required: false },
@@ -5248,7 +5248,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5248
5248
  return __returned__;
5249
5249
  }
5250
5250
  });
5251
- function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
5251
+ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5252
5252
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
5253
5253
  key: 0,
5254
5254
  class: normalizeClass(["onyx-icon-button-skeleton", $setup.densityClass])
@@ -5276,8 +5276,8 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
5276
5276
  /* FORWARDED */
5277
5277
  }, 16, ["aria-label", "title", "class"]));
5278
5278
  }
5279
- const OnyxIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIconButton/OnyxIconButton.vue"]]);
5280
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5279
+ const OnyxIconButton = /* @__PURE__ */ _export_sfc(_sfc_main$1e, [["render", _sfc_render$1e], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxIconButton/OnyxIconButton.vue"]]);
5280
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5281
5281
  __name: "OnyxTag",
5282
5282
  props: {
5283
5283
  density: { type: null, required: false },
@@ -5304,9 +5304,9 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5304
5304
  return __returned__;
5305
5305
  }
5306
5306
  });
5307
- const _hoisted_1$Y = { class: "onyx-text--small onyx-truncation-ellipsis" };
5307
+ const _hoisted_1$Z = { class: "onyx-text--small onyx-truncation-ellipsis" };
5308
5308
  const _hoisted_2$L = { class: "onyx-text--small onyx-truncation-ellipsis" };
5309
- function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5309
+ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
5310
5310
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
5311
5311
  key: 0,
5312
5312
  class: normalizeClass(["onyx-tag-skeleton", $setup.densityClass])
@@ -5329,7 +5329,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5329
5329
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
5330
5330
  createElementVNode(
5331
5331
  "span",
5332
- _hoisted_1$Y,
5332
+ _hoisted_1$Z,
5333
5333
  toDisplayString($setup.props.label),
5334
5334
  1
5335
5335
  /* TEXT */
@@ -5370,9 +5370,9 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5370
5370
  /* CLASS */
5371
5371
  ));
5372
5372
  }
5373
- const OnyxTag = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTag/OnyxTag.vue"]]);
5373
+ const OnyxTag = /* @__PURE__ */ _export_sfc(_sfc_main$1d, [["render", _sfc_render$1d], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTag/OnyxTag.vue"]]);
5374
5374
  const __default__$8 = {};
5375
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5375
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5376
5376
  ...__default__$8,
5377
5377
  __name: "OnyxCalendar",
5378
5378
  props: {
@@ -5487,12 +5487,12 @@ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5487
5487
  return __returned__;
5488
5488
  }
5489
5489
  });
5490
- const _hoisted_1$X = { class: "onyx-calendar__header" };
5490
+ const _hoisted_1$Y = { class: "onyx-calendar__header" };
5491
5491
  const _hoisted_2$K = { class: "control-container time-control-container" };
5492
- const _hoisted_3$t = { class: "control-container" };
5492
+ const _hoisted_3$u = { class: "control-container" };
5493
5493
  const _hoisted_4$l = { class: "onyx-calendar__body" };
5494
5494
  const _hoisted_5$g = ["abbr"];
5495
- function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5495
+ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5496
5496
  return $setup.skeleton ? (openBlock(), createElementBlock(
5497
5497
  "div",
5498
5498
  {
@@ -5513,7 +5513,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5513
5513
  class: normalizeClass(["onyx-component", "onyx-calendar", `onyx-calendar--${$setup.calendarSize}`, $setup.densityClass])
5514
5514
  },
5515
5515
  [
5516
- createElementVNode("div", _hoisted_1$X, [
5516
+ createElementVNode("div", _hoisted_1$Y, [
5517
5517
  createElementVNode("div", _hoisted_2$K, [
5518
5518
  createVNode($setup["OnyxSystemButton"], {
5519
5519
  label: $setup.t("calendar.todayButton.label"),
@@ -5557,7 +5557,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5557
5557
  onClick: _cache[1] || (_cache[1] = ($event) => $setup.goToMonthByOffset(1))
5558
5558
  }, null, 8, ["label", "icon", "disabled"])
5559
5559
  ]),
5560
- createElementVNode("div", _hoisted_3$t, [
5560
+ createElementVNode("div", _hoisted_3$u, [
5561
5561
  renderSlot(_ctx.$slots, "actions")
5562
5562
  ])
5563
5563
  ]),
@@ -5653,7 +5653,7 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5653
5653
  /* CLASS */
5654
5654
  ));
5655
5655
  }
5656
- const OnyxCalendar = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendar/OnyxCalendar.vue"]]);
5656
+ const OnyxCalendar = /* @__PURE__ */ _export_sfc(_sfc_main$1c, [["render", _sfc_render$1c], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCalendar/OnyxCalendar.vue"]]);
5657
5657
  const useRequired = (props, requiredMarker) => ({
5658
5658
  /**
5659
5659
  * Class that configures which type of required marker is used.
@@ -5869,7 +5869,7 @@ const formatMinMax = (locale, type, value) => {
5869
5869
  };
5870
5870
  return date.toLocaleString(locale, format);
5871
5871
  };
5872
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5872
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5873
5873
  __name: "OnyxErrorTooltip",
5874
5874
  props: {
5875
5875
  errorMessages: { type: Object, required: false },
@@ -5885,13 +5885,13 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5885
5885
  return __returned__;
5886
5886
  }
5887
5887
  });
5888
- const _hoisted_1$W = { class: "onyx-component" };
5888
+ const _hoisted_1$X = { class: "onyx-component" };
5889
5889
  const _hoisted_2$J = {
5890
5890
  key: 0,
5891
5891
  ref: "targetRef"
5892
5892
  };
5893
- function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
5894
- return openBlock(), createElementBlock("div", _hoisted_1$W, [
5893
+ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5894
+ return openBlock(), createElementBlock("div", _hoisted_1$X, [
5895
5895
  !$setup.tooltipError || $setup.props.disabled ? (openBlock(), createElementBlock(
5896
5896
  "div",
5897
5897
  _hoisted_2$J,
@@ -5927,8 +5927,8 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
5927
5927
  ], 8, ["to"])) : createCommentVNode("v-if", true)
5928
5928
  ]);
5929
5929
  }
5930
- const OnyxErrorTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxErrorTooltip/OnyxErrorTooltip.vue"]]);
5931
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5930
+ const OnyxErrorTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$1b, [["render", _sfc_render$1b], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxErrorTooltip/OnyxErrorTooltip.vue"]]);
5931
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5932
5932
  ...{ inheritAttrs: false },
5933
5933
  __name: "OnyxCheckbox",
5934
5934
  props: {
@@ -5975,10 +5975,10 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5975
5975
  return __returned__;
5976
5976
  }
5977
5977
  });
5978
- const _hoisted_1$V = ["title"];
5978
+ const _hoisted_1$W = ["title"];
5979
5979
  const _hoisted_2$I = { class: "onyx-checkbox__container" };
5980
- const _hoisted_3$s = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
5981
- function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
5980
+ const _hoisted_3$t = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
5981
+ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
5982
5982
  return $setup.skeleton ? (openBlock(), createElementBlock(
5983
5983
  "div",
5984
5984
  mergeProps({
@@ -6021,7 +6021,7 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
6021
6021
  required: $setup.props.required,
6022
6022
  value: $setup.props.value,
6023
6023
  autofocus: $setup.props.autofocus
6024
- }, $setup.restAttrs), null, 16, _hoisted_3$s)), [
6024
+ }, $setup.restAttrs), null, 16, _hoisted_3$t)), [
6025
6025
  [vModelCheckbox, $setup.isChecked],
6026
6026
  [$setup["vCustomValidity"]]
6027
6027
  ])
@@ -6057,13 +6057,13 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
6057
6057
  64
6058
6058
  /* STABLE_FRAGMENT */
6059
6059
  )) : createCommentVNode("v-if", true)
6060
- ], 10, _hoisted_1$V)
6060
+ ], 10, _hoisted_1$W)
6061
6061
  ]),
6062
6062
  _: 1
6063
6063
  /* STABLE */
6064
6064
  }, 16, ["disabled", "error-messages"]));
6065
6065
  }
6066
- const OnyxCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckbox/OnyxCheckbox.vue"]]);
6066
+ const OnyxCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1a, [["render", _sfc_render$1a], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckbox/OnyxCheckbox.vue"]]);
6067
6067
  const useSelectAllCheckboxState = (enabledOptionValues, modelValue) => computed(() => {
6068
6068
  const currentValues = modelValue.value.filter(
6069
6069
  (value) => enabledOptionValues.value.includes(value)
@@ -6098,7 +6098,7 @@ const useCheckAll = (enabledOptionValues, modelValue, onChangeCallback) => {
6098
6098
  }
6099
6099
  };
6100
6100
  };
6101
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
6101
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
6102
6102
  __name: "OnyxInfoTooltip",
6103
6103
  props: {
6104
6104
  text: { type: String, required: true },
@@ -6134,9 +6134,9 @@ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
6134
6134
  return __returned__;
6135
6135
  }
6136
6136
  });
6137
- const _hoisted_1$U = { class: "onyx-component onyx-info-tooltip" };
6138
- function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
6139
- return openBlock(), createElementBlock("span", _hoisted_1$U, [
6137
+ const _hoisted_1$V = { class: "onyx-component onyx-info-tooltip" };
6138
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
6139
+ return openBlock(), createElementBlock("span", _hoisted_1$V, [
6140
6140
  $setup.triggerType === "click" ? (openBlock(), createBlock($setup["OnyxTooltip"], mergeProps({ key: 0 }, $setup.tooltipProps, {
6141
6141
  open: $setup.isVisible,
6142
6142
  "onUpdate:open": _cache[0] || (_cache[0] = ($event) => $setup.isVisible = $event)
@@ -6194,8 +6194,8 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
6194
6194
  ))
6195
6195
  ]);
6196
6196
  }
6197
- const OnyxInfoTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInfoTooltip/OnyxInfoTooltip.vue"]]);
6198
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
6197
+ const OnyxInfoTooltip = /* @__PURE__ */ _export_sfc(_sfc_main$19, [["render", _sfc_render$19], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInfoTooltip/OnyxInfoTooltip.vue"]]);
6198
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
6199
6199
  __name: "OnyxCheckboxGroup",
6200
6200
  props: {
6201
6201
  truncation: { type: null, required: false, default: "ellipsis" },
@@ -6253,12 +6253,12 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
6253
6253
  return __returned__;
6254
6254
  }
6255
6255
  });
6256
- const _hoisted_1$T = ["disabled", "aria-label"];
6256
+ const _hoisted_1$U = ["disabled", "aria-label"];
6257
6257
  const _hoisted_2$H = {
6258
6258
  key: 0,
6259
6259
  class: "onyx-checkbox-group__label"
6260
6260
  };
6261
- function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
6261
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
6262
6262
  return openBlock(), createElementBlock("fieldset", {
6263
6263
  class: normalizeClass(["onyx-component", "onyx-checkbox-group", $setup.densityClass]),
6264
6264
  disabled: $setup.disabled,
@@ -6344,12 +6344,12 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
6344
6344
  2
6345
6345
  /* CLASS */
6346
6346
  )
6347
- ], 10, _hoisted_1$T);
6347
+ ], 10, _hoisted_1$U);
6348
6348
  }
6349
- const OnyxCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckboxGroup/OnyxCheckboxGroup.vue"]]);
6349
+ const OnyxCheckboxGroup = /* @__PURE__ */ _export_sfc(_sfc_main$18, [["render", _sfc_render$18], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCheckboxGroup/OnyxCheckboxGroup.vue"]]);
6350
6350
  const CODE_TABS_INJECTION_KEY = /* @__PURE__ */ Symbol();
6351
6351
  const TABS_INJECTION_KEY = /* @__PURE__ */ Symbol();
6352
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
6352
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
6353
6353
  ...{ inheritAttrs: false },
6354
6354
  __name: "OnyxTab",
6355
6355
  props: {
@@ -6380,9 +6380,9 @@ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
6380
6380
  return __returned__;
6381
6381
  }
6382
6382
  });
6383
- const _hoisted_1$S = ["disabled"];
6383
+ const _hoisted_1$T = ["disabled"];
6384
6384
  const _hoisted_2$G = { class: "onyx-tab__label" };
6385
- function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6385
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
6386
6386
  return openBlock(), createElementBlock(
6387
6387
  Fragment,
6388
6388
  null,
@@ -6412,7 +6412,7 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6412
6412
  )
6413
6413
  ])
6414
6414
  ])
6415
- ], 16, _hoisted_1$S)),
6415
+ ], 16, _hoisted_1$T)),
6416
6416
  $setup.tabsContext?.panel.value ? (openBlock(), createBlock(Teleport, {
6417
6417
  key: 2,
6418
6418
  to: $setup.tabsContext?.panel.value,
@@ -6437,9 +6437,9 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6437
6437
  /* STABLE_FRAGMENT */
6438
6438
  );
6439
6439
  }
6440
- const OnyxTab = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTab/OnyxTab.vue"]]);
6440
+ const OnyxTab = /* @__PURE__ */ _export_sfc(_sfc_main$17, [["render", _sfc_render$17], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTab/OnyxTab.vue"]]);
6441
6441
  const __default__$7 = {};
6442
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
6442
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
6443
6443
  ...__default__$7,
6444
6444
  __name: "OnyxCodeTab",
6445
6445
  props: {
@@ -6481,7 +6481,7 @@ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
6481
6481
  return __returned__;
6482
6482
  }
6483
6483
  });
6484
- const _hoisted_1$R = {
6484
+ const _hoisted_1$S = {
6485
6485
  key: 0,
6486
6486
  class: "onyx-code-tab__skeletons"
6487
6487
  };
@@ -6489,7 +6489,7 @@ const _hoisted_2$F = {
6489
6489
  key: 0,
6490
6490
  class: "onyx-code-tab__language onyx-text--small"
6491
6491
  };
6492
- function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6492
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6493
6493
  return openBlock(), createBlock($setup["OnyxTab"], mergeProps($setup.tabProps, {
6494
6494
  label: $setup.label,
6495
6495
  class: "onyx-code-tab",
@@ -6510,7 +6510,7 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6510
6510
  ])
6511
6511
  ]),
6512
6512
  default: withCtx(() => [
6513
- $setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$R, [
6513
+ $setup.skeleton ? (openBlock(), createElementBlock("div", _hoisted_1$S, [
6514
6514
  (openBlock(), createElementBlock(
6515
6515
  Fragment,
6516
6516
  null,
@@ -6554,8 +6554,8 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6554
6554
  /* FORWARDED */
6555
6555
  }, 16, ["label", "disabled"]);
6556
6556
  }
6557
- const OnyxCodeTab = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCodeTab/OnyxCodeTab.vue"]]);
6558
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6557
+ const OnyxCodeTab = /* @__PURE__ */ _export_sfc(_sfc_main$16, [["render", _sfc_render$16], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCodeTab/OnyxCodeTab.vue"]]);
6558
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
6559
6559
  __name: "OnyxTabs",
6560
6560
  props: {
6561
6561
  density: { type: null, required: false },
@@ -6594,12 +6594,12 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6594
6594
  return __returned__;
6595
6595
  }
6596
6596
  });
6597
- const _hoisted_1$Q = { class: "onyx-tabs__header" };
6597
+ const _hoisted_1$R = { class: "onyx-tabs__header" };
6598
6598
  const _hoisted_2$E = {
6599
6599
  key: 0,
6600
6600
  class: "onyx-tabs__actions"
6601
6601
  };
6602
- function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6602
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6603
6603
  return openBlock(), createElementBlock(
6604
6604
  "div",
6605
6605
  {
@@ -6612,7 +6612,7 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6612
6612
  ])
6613
6613
  },
6614
6614
  [
6615
- createElementVNode("div", _hoisted_1$Q, [
6615
+ createElementVNode("div", _hoisted_1$R, [
6616
6616
  createElementVNode(
6617
6617
  "div",
6618
6618
  mergeProps($setup.headless.elements.tablist.value, { class: "onyx-tabs__tablist" }),
@@ -6631,9 +6631,9 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6631
6631
  /* CLASS */
6632
6632
  );
6633
6633
  }
6634
- const OnyxTabs = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTabs/OnyxTabs.vue"]]);
6634
+ const OnyxTabs = /* @__PURE__ */ _export_sfc(_sfc_main$15, [["render", _sfc_render$15], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTabs/OnyxTabs.vue"]]);
6635
6635
  const __default__$6 = {};
6636
- const _sfc_main$13 = /* @__PURE__ */ defineComponent({
6636
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6637
6637
  ...__default__$6,
6638
6638
  __name: "OnyxCodeTabs",
6639
6639
  props: {
@@ -6675,7 +6675,7 @@ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
6675
6675
  return __returned__;
6676
6676
  }
6677
6677
  });
6678
- function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
6678
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6679
6679
  return openBlock(), createBlock($setup["OnyxTabs"], mergeProps($setup.tabsProps, {
6680
6680
  modelValue: $setup.modelValue,
6681
6681
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $setup.modelValue = $event),
@@ -6708,12 +6708,28 @@ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
6708
6708
  /* FORWARDED */
6709
6709
  }, 16, ["modelValue", "label"]);
6710
6710
  }
6711
- const OnyxCodeTabs = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCodeTabs/OnyxCodeTabs.vue"]]);
6711
+ const OnyxCodeTabs = /* @__PURE__ */ _export_sfc(_sfc_main$14, [["render", _sfc_render$14], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxCodeTabs/OnyxCodeTabs.vue"]]);
6712
6712
  const escapeCSS = (key) => {
6713
6713
  const name = typeof key === "symbol" && key.description ? key.description : String(key);
6714
6714
  if (globalThis.window && window.CSS) return CSS.escape(name);
6715
6715
  return name.replace(/\W/g, "-");
6716
6716
  };
6717
+ const _sfc_main$13 = {};
6718
+ const _hoisted_1$Q = {
6719
+ xmlns: "http://www.w3.org/2000/svg",
6720
+ class: "onyx-component onyx-empty-svg",
6721
+ width: "80",
6722
+ height: "49",
6723
+ viewBox: "0 0 80 49",
6724
+ fill: "none",
6725
+ "aria-hidden": "true"
6726
+ };
6727
+ function _sfc_render$13(_ctx, _cache) {
6728
+ return openBlock(), createElementBlock("svg", _hoisted_1$Q, [..._cache[0] || (_cache[0] = [
6729
+ createStaticVNode('<g clip-path="url(#clip0_19774_64940)"><path d="M41.0399 39.4974L13.073 46.6992C12.1243 46.9423 11.118 46.7992 10.2747 46.3013C9.43136 45.8034 8.82 44.9913 8.5747 44.0432L0.11726 11.1984C-0.12588 10.2497 0.0172077 9.24332 0.515132 8.40001C1.01306 7.55671 1.82515 6.94535 2.77327 6.70005L28.7919 0L35.4509 2.98115L43.6959 34.999C43.9391 35.9477 43.796 36.9541 43.2981 37.7974C42.8002 38.6408 41.988 39.2522 41.0399 39.4974Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M3.03786 7.7294C2.36269 7.90408 1.78436 8.33943 1.42977 8.93996C1.07518 9.54049 0.973281 10.2571 1.14642 10.9327L9.60439 43.7776C9.77906 44.4528 10.2144 45.0311 10.8149 45.3857C11.4155 45.7403 12.1321 45.8422 12.8077 45.6691L40.7746 38.4675C41.4498 38.2928 42.0281 37.8574 42.3827 37.2569C42.7373 36.6564 42.8392 35.9397 42.666 35.2641L34.5488 3.74208L28.6963 1.12207L3.03786 7.7294Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M35.3801 3.15071L31.0518 4.2653C30.7358 4.34666 30.4005 4.29916 30.1195 4.13326C29.8386 3.96736 29.635 3.69665 29.5536 3.38068L28.7304 0.183878C28.7269 0.16989 28.7273 0.155176 28.7317 0.141419C28.7361 0.127663 28.7442 0.115419 28.7553 0.106091C28.7663 0.0967629 28.7797 0.0907273 28.794 0.0886731C28.8083 0.0866188 28.8229 0.0886288 28.8361 0.0944753L35.3921 3.00598C35.4067 3.01247 35.4189 3.02333 35.427 3.03707C35.4352 3.0508 35.4388 3.06673 35.4375 3.08263C35.4362 3.09854 35.4299 3.11363 35.4196 3.12583C35.4094 3.13803 35.3955 3.14673 35.3801 3.15071Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M33.1031 31.199L20.3701 34.4782C20.2125 34.5178 20.0456 34.4934 19.9059 34.4104C19.7661 34.3274 19.6649 34.1924 19.6244 34.035C19.5839 33.8776 19.6073 33.7105 19.6896 33.5703C19.7718 33.4301 19.9062 33.3282 20.0634 33.2868L32.7963 30.0076C32.8747 29.987 32.9564 29.982 33.0367 29.993C33.1171 30.0041 33.1944 30.0308 33.2643 30.0719C33.3343 30.1129 33.3954 30.1673 33.4442 30.2321C33.493 30.2968 33.5285 30.3705 33.5488 30.4491C33.569 30.5276 33.5735 30.6093 33.562 30.6896C33.5505 30.7698 33.5233 30.847 33.4819 30.9167C33.4404 30.9864 33.3857 31.0472 33.3206 31.0957C33.2556 31.1441 33.1817 31.1792 33.1031 31.199Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M36.0778 32.5772L20.8876 36.4889C20.8092 36.5095 20.7275 36.5145 20.6472 36.5034C20.5669 36.4924 20.4895 36.4656 20.4196 36.4246C20.3497 36.3836 20.2885 36.3291 20.2397 36.2644C20.1909 36.1997 20.1554 36.1259 20.1352 36.0474C20.1149 35.9689 20.1104 35.8872 20.1219 35.8069C20.1334 35.7267 20.1606 35.6495 20.2021 35.5798C20.2435 35.5101 20.2983 35.4493 20.3633 35.4008C20.4283 35.3524 20.5022 35.3172 20.5808 35.2975L35.771 31.3858C35.9286 31.3461 36.0956 31.3705 36.2353 31.4535C36.375 31.5366 36.4762 31.6715 36.5167 31.8289C36.5573 31.9863 36.5338 32.1534 36.4516 32.2936C36.3693 32.4338 36.2349 32.5357 36.0778 32.5772Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M15.1732 38.4265C16.374 38.4265 17.3474 37.4531 17.3474 36.2523C17.3474 35.0515 16.374 34.0781 15.1732 34.0781C13.9724 34.0781 12.999 35.0515 12.999 36.2523C12.999 37.4531 13.9724 38.4265 15.1732 38.4265Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M31.7486 25.5099L14.8379 29.863C14.3492 29.9882 13.8308 29.9144 13.3963 29.6579C12.9619 29.4013 12.647 28.9829 12.5207 28.4945L8.977 14.7275C8.8519 14.2388 8.92572 13.7205 9.18226 13.2862C9.43881 12.8519 9.85713 12.537 10.3455 12.4107L27.2561 8.05767C27.7448 7.93244 28.2633 8.0062 28.6977 8.26275C29.1321 8.5193 29.447 8.93771 29.5733 9.42615L33.1171 23.1931C33.2422 23.6818 33.1684 24.2001 32.9119 24.6345C32.6553 25.0688 32.237 25.3836 31.7486 25.5099Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M31.7486 25.5099L14.8379 29.863C14.3492 29.9882 13.8308 29.9144 13.3963 29.6579C12.9619 29.4013 12.647 28.9829 12.5207 28.4945L8.977 14.7275C8.8519 14.2388 8.92572 13.7205 9.18226 13.2862C9.43881 12.8519 9.85713 12.537 10.3455 12.4107L27.2561 8.05767C27.7448 7.93244 28.2633 8.0062 28.6977 8.26275C29.1321 8.5193 29.447 8.93771 29.5733 9.42615L33.1171 23.1931C33.2422 23.6818 33.1684 24.2001 32.9119 24.6345C32.6553 25.0688 32.237 25.3836 31.7486 25.5099ZM10.4012 12.6271C9.97035 12.7387 9.60129 13.0166 9.37502 13.3999C9.14875 13.7832 9.08374 14.2406 9.19426 14.6717L12.7381 28.4387C12.8496 28.8696 13.1276 29.2387 13.5108 29.4649C13.8941 29.6912 14.3515 29.7562 14.7827 29.6457L31.693 25.2931C32.1239 25.1815 32.4929 24.9036 32.7192 24.5203C32.9455 24.137 33.0105 23.6796 32.9 23.2485L29.3565 9.48148C29.2449 9.05059 28.967 8.68153 28.5837 8.45526C28.2004 8.22899 27.743 8.16399 27.3118 8.2745L10.4012 12.6271Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M26.3983 12.6856L17.864 14.8825C17.7894 14.9034 17.7096 14.8951 17.6409 14.8594C17.5722 14.8237 17.5195 14.7633 17.4936 14.6903C17.4816 14.6521 17.4775 14.6119 17.4815 14.5721C17.4855 14.5323 17.4975 14.4937 17.517 14.4587C17.5364 14.4237 17.5627 14.3931 17.5944 14.3686C17.626 14.3442 17.6623 14.3264 17.7011 14.3164L26.3887 12.0801C26.7397 12.2579 26.6473 12.6216 26.3984 12.6857L26.3983 12.6856Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M26.7836 14.1817L18.2492 16.3786C18.1746 16.3994 18.0949 16.3912 18.0262 16.3555C17.9574 16.3198 17.9048 16.2594 17.8789 16.1864C17.8669 16.1482 17.8627 16.108 17.8667 16.0682C17.8707 16.0284 17.8828 15.9898 17.9022 15.9548C17.9216 15.9198 17.948 15.8892 17.9796 15.8647C18.0113 15.8402 18.0476 15.8225 18.0863 15.8125L26.7739 13.5762C27.1249 13.754 27.0325 14.1177 26.7837 14.1818L26.7836 14.1817Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M16.6237 17.7065L14.019 18.3768C13.9769 18.3876 13.9331 18.3901 13.89 18.384C13.8469 18.3779 13.8055 18.3634 13.768 18.3413C13.7306 18.3191 13.6978 18.2899 13.6717 18.2551C13.6456 18.2203 13.6265 18.1807 13.6157 18.1386L12.8244 15.0656C12.8136 15.0235 12.8111 14.9796 12.8172 14.9366C12.8233 14.8935 12.8379 14.852 12.86 14.8146C12.8821 14.7771 12.9114 14.7444 12.9462 14.7183C12.9809 14.6921 13.0205 14.6731 13.0626 14.6623L15.6673 13.9918C15.7523 13.97 15.8426 13.9829 15.9182 14.0275C15.9938 14.0722 16.0486 14.145 16.0706 14.23L16.8619 17.3038C16.8727 17.3459 16.8752 17.3897 16.8691 17.4328C16.863 17.4759 16.8484 17.5173 16.8263 17.5548C16.8042 17.5922 16.7749 17.6249 16.7401 17.6511C16.7054 17.6772 16.6658 17.6962 16.6237 17.7071V17.7065Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M27.5479 17.2541L14.5227 20.6069C14.4481 20.6277 14.3683 20.6195 14.2996 20.5838C14.2309 20.5481 14.1782 20.4877 14.1523 20.4147C14.1403 20.3765 14.1361 20.3363 14.1402 20.2965C14.1442 20.2567 14.1562 20.2181 14.1757 20.1831C14.1951 20.1481 14.2214 20.1175 14.2531 20.093C14.2847 20.0685 14.321 20.0508 14.3598 20.0408L27.5383 16.6484C27.8893 16.8263 27.7968 17.19 27.5479 17.2541Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M27.9334 18.752L14.9079 22.105C14.8333 22.1258 14.7536 22.1175 14.6848 22.0818C14.6161 22.0462 14.5635 21.9857 14.5376 21.9127C14.5255 21.8745 14.5214 21.8343 14.5254 21.7945C14.5294 21.7547 14.5415 21.7162 14.5609 21.6812C14.5803 21.6462 14.6067 21.6155 14.6383 21.5911C14.67 21.5666 14.7063 21.5488 14.745 21.5389L27.9236 18.1465C28.2746 18.3243 28.1822 18.688 27.9333 18.7521L27.9334 18.752Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M28.3189 20.2482L15.2936 23.6011C15.2191 23.6219 15.1393 23.6136 15.0706 23.5779C15.0018 23.5422 14.9492 23.4818 14.9233 23.4088C14.9113 23.3706 14.9071 23.3304 14.9112 23.2906C14.9152 23.2508 14.9272 23.2123 14.9466 23.1773C14.9661 23.1423 14.9924 23.1116 15.0241 23.0872C15.0557 23.0627 15.092 23.0449 15.1308 23.035L28.3092 19.6426C28.6602 19.8204 28.5678 20.1841 28.3189 20.2482Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M28.7043 21.7453L15.6789 25.0981C15.6043 25.119 15.5246 25.1107 15.4558 25.075C15.3871 25.0393 15.3345 24.9789 15.3086 24.9059C15.2965 24.8677 15.2924 24.8275 15.2964 24.7877C15.3004 24.7479 15.3125 24.7093 15.3319 24.6743C15.3513 24.6394 15.3777 24.6087 15.4093 24.5842C15.441 24.5598 15.4773 24.542 15.516 24.532L28.6946 21.1396C29.0455 21.3175 28.9532 21.6812 28.7043 21.7453Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M29.0894 23.2423L16.0642 26.5952C15.9896 26.616 15.9098 26.6078 15.8411 26.5721C15.7724 26.5364 15.7197 26.4759 15.6938 26.4029C15.6818 26.3648 15.6776 26.3246 15.6817 26.2848C15.6857 26.245 15.6977 26.2064 15.7172 26.1714C15.7366 26.1364 15.7629 26.1058 15.7946 26.0813C15.8262 26.0568 15.8625 26.0391 15.9013 26.0291L29.0798 22.6367C29.4307 22.8146 29.3383 23.1783 29.0894 23.2423Z" fill="var(--onyx-empty-svg-color-border-light)"></path><path d="M15.3334 37.0148C15.2861 37.0271 15.236 37.0237 15.1908 37.005L15.188 37.0038L14.5957 36.7527C14.5683 36.741 14.5434 36.7241 14.5225 36.7028C14.5016 36.6815 14.4852 36.6563 14.474 36.6287C14.4628 36.601 14.4572 36.5714 14.4575 36.5416C14.4578 36.5118 14.464 36.4823 14.4756 36.4549C14.4873 36.4274 14.5043 36.4026 14.5255 36.3817C14.5468 36.3608 14.572 36.3443 14.5997 36.3331C14.6273 36.322 14.6569 36.3164 14.6867 36.3167C14.7166 36.3169 14.746 36.3231 14.7735 36.3348L15.1573 36.498L15.6601 35.3149C15.6837 35.2595 15.7283 35.2157 15.7841 35.1932C15.8399 35.1707 15.9024 35.1713 15.9578 35.1949L15.9548 35.2025L15.9579 35.1947C16.0133 35.2184 16.0571 35.263 16.0796 35.3188C16.1021 35.3746 16.1015 35.4371 16.078 35.4925L15.4863 36.8836C15.4726 36.9156 15.4517 36.9441 15.4252 36.9668C15.3987 36.9895 15.3673 37.0057 15.3335 37.0143L15.3334 37.0148Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M68.4929 48.1388L40.1442 42.6284C39.183 42.4404 38.3356 41.8788 37.788 41.0669C37.2403 40.2549 37.0372 39.2588 37.223 38.2972L43.6946 5.00397C43.8825 4.04283 44.4441 3.19548 45.256 2.64784C46.0679 2.1002 47.0639 1.89697 48.0255 2.08276L74.3993 7.20932L79.1324 12.7622L72.8238 45.2173C72.6359 46.1785 72.0744 47.0259 71.2625 47.5736C70.4505 48.1214 69.4545 48.3246 68.4929 48.1388Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M47.8229 3.12594C47.1381 2.99365 46.4289 3.13837 45.8507 3.52835C45.2725 3.91833 44.8727 4.52173 44.7388 5.20617L38.2673 38.4994C38.135 39.1841 38.2797 39.8934 38.6697 40.4716C39.0596 41.0497 39.663 41.4496 40.3475 41.5835L68.6962 47.0939C69.3809 47.2262 70.0902 47.0815 70.6684 46.6915C71.2465 46.3015 71.6464 45.6981 71.7803 45.0137L77.9911 13.0616L73.8316 8.18153L47.8229 3.12594Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M68.7754 17.246L55.8686 14.7371C55.7085 14.706 55.5672 14.6125 55.476 14.4773C55.3848 14.342 55.351 14.1761 55.3821 14.0159C55.4133 13.8558 55.5067 13.7146 55.642 13.6233C55.7772 13.5321 55.9432 13.4984 56.1033 13.5295L69.0104 16.0384C69.1706 16.0695 69.3118 16.163 69.403 16.2982C69.4942 16.4335 69.528 16.5994 69.4969 16.7596C69.4658 16.9197 69.3723 17.0609 69.237 17.1522C69.1018 17.2434 68.9358 17.2772 68.7757 17.246L68.7754 17.246Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M70.8707 19.7682L55.4731 16.7752C55.3129 16.7441 55.1717 16.6506 55.0805 16.5154C54.9893 16.3801 54.9555 16.2142 54.9866 16.054C55.0178 15.8939 55.1112 15.7527 55.2465 15.6614C55.3817 15.5702 55.5477 15.5364 55.7078 15.5676L71.1054 18.5606C71.2656 18.5917 71.4068 18.6852 71.498 18.8204C71.5892 18.9557 71.623 19.1216 71.5919 19.2818C71.5608 19.4419 71.4673 19.5831 71.332 19.6744C71.1968 19.7656 71.0308 19.7994 70.8707 19.7682Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M67.2353 25.1701L54.3289 22.6613C54.1687 22.6302 54.0028 22.6639 53.8676 22.7552C53.7323 22.8464 53.6389 22.9876 53.6077 23.1477C53.5766 23.3079 53.6104 23.4738 53.7016 23.609C53.7928 23.7443 53.934 23.8377 54.0942 23.8689L67.0006 26.3776C67.1598 26.4064 67.3238 26.3713 67.4573 26.28C67.5908 26.1887 67.683 26.0484 67.7138 25.8897C67.7447 25.7309 67.7118 25.5664 67.6222 25.4317C67.5327 25.297 67.3937 25.203 67.2353 25.1701Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M69.33 27.693L53.9326 24.7C53.8528 24.6834 53.7706 24.6828 53.6906 24.6983C53.6106 24.7137 53.5345 24.7449 53.4666 24.79C53.3988 24.8351 53.3406 24.8933 53.2954 24.9611C53.2502 25.0288 53.219 25.1049 53.2034 25.1849C53.1879 25.2649 53.1884 25.3471 53.2049 25.4269C53.2214 25.5067 53.2536 25.5824 53.2996 25.6496C53.3456 25.7168 53.4045 25.7743 53.4728 25.8185C53.5412 25.8628 53.6177 25.8931 53.6979 25.9076L69.0951 28.9005C69.1749 28.9171 69.2571 28.9177 69.3371 28.9022C69.4171 28.8868 69.4932 28.8556 69.5611 28.8105C69.6289 28.7654 69.6871 28.7073 69.7323 28.6395C69.7775 28.5717 69.8087 28.4956 69.8243 28.4157C69.8398 28.3357 69.8393 28.2534 69.8228 28.1737C69.8063 28.0939 69.7741 28.0182 69.7281 27.9509C69.6821 27.8837 69.6232 27.8263 69.5549 27.782C69.4865 27.7377 69.4101 27.7075 69.33 27.693Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M65.2251 35.5116L52.3183 33.0028C52.1582 32.9716 52.0169 32.8782 51.9257 32.7429C51.8345 32.6077 51.8007 32.4417 51.8318 32.2816C51.863 32.1214 51.9564 31.9802 52.0917 31.889C52.227 31.7977 52.3929 31.764 52.5531 31.7951L65.4601 34.304C65.6203 34.3351 65.7615 34.4286 65.8527 34.5638C65.944 34.6991 65.9777 34.865 65.9466 35.0252C65.9155 35.1853 65.822 35.3266 65.6867 35.4178C65.5515 35.509 65.3855 35.5428 65.2254 35.5117L65.2251 35.5116Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M67.3199 38.0338L51.9223 35.0409C51.7622 35.0097 51.6209 34.9163 51.5297 34.781C51.4385 34.6458 51.4047 34.4798 51.4358 34.3197C51.467 34.1595 51.5605 34.0183 51.6957 33.9271C51.831 33.8358 51.9969 33.8021 52.1571 33.8332L67.5546 36.8262C67.7148 36.8573 67.856 36.9508 67.9472 37.086C68.0385 37.2213 68.0722 37.3872 68.0411 37.5474C68.01 37.7075 67.9165 37.8488 67.7812 37.94C67.646 38.0312 67.48 38.065 67.3199 38.0338Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M49.9984 16.2409C51.1771 16.47 52.3183 15.7003 52.5475 14.5215C52.7766 13.3428 52.0068 12.2016 50.8281 11.9725C49.6494 11.7434 48.5081 12.5131 48.279 13.6918C48.0499 14.8705 48.8197 16.0118 49.9984 16.2409Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M50.0439 14.8798C49.9958 14.8705 49.9521 14.8459 49.9193 14.8097L49.9172 14.8074L49.4902 14.3261C49.4512 14.2809 49.4316 14.2222 49.4356 14.1626C49.4396 14.103 49.4669 14.0474 49.5116 14.0078C49.5564 13.9682 49.6149 13.9479 49.6745 13.9511C49.7341 13.9543 49.7901 13.9809 49.8302 14.0251L50.1068 14.3374L51.069 13.4851C51.0913 13.4653 51.1173 13.4501 51.1455 13.4404C51.1737 13.4307 51.2035 13.4266 51.2333 13.4284C51.2631 13.4303 51.2922 13.4379 51.319 13.451C51.3458 13.4641 51.3697 13.4823 51.3895 13.5046L51.3835 13.5101L51.3897 13.5044C51.4296 13.5495 51.4499 13.6086 51.4463 13.6687C51.4426 13.7288 51.4153 13.785 51.3702 13.8249L50.2381 14.827C50.2119 14.8501 50.1808 14.8668 50.1471 14.8759C50.1135 14.885 50.0781 14.8862 50.0439 14.8795L50.0439 14.8798Z" fill="var(--onyx-empty-svg-color-background)"></path><path d="M50.9918 23.6976C50.9374 23.9779 50.8284 24.2448 50.6708 24.483C50.5133 24.7211 50.3104 24.9259 50.0737 25.0857C49.837 25.2454 49.5712 25.3569 49.2914 25.4139C49.0116 25.4709 48.7233 25.4722 48.443 25.4178C48.4246 25.4146 48.4064 25.4103 48.3885 25.4049C47.9709 25.3126 47.5899 25.0992 47.2931 24.7914C46.9962 24.4836 46.7967 24.0951 46.7196 23.6744C46.6424 23.2538 46.691 22.8198 46.8593 22.4267C47.0276 22.0336 47.3081 21.6988 47.6657 21.4643C48.0232 21.2298 48.442 21.106 48.8697 21.1083C49.2973 21.1106 49.7147 21.239 50.0697 21.4774C50.4247 21.7157 50.7016 22.0535 50.8656 22.4484C51.0296 22.8433 51.0735 23.2779 50.9918 23.6976Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M46.4481 34.5075C47.6268 34.7366 48.768 33.9669 48.9972 32.7882C49.2263 31.6094 48.4565 30.4682 47.2778 30.2391C46.0991 30.01 44.9578 30.7797 44.7287 31.9584C44.4996 33.1371 45.2694 34.2784 46.4481 34.5075Z" fill="var(--onyx-empty-svg-color-primary)"></path><path d="M78.9955 12.8845L74.6082 12.0317C74.2879 11.9694 74.0054 11.7825 73.823 11.512C73.6405 11.2415 73.573 10.9096 73.6353 10.5893L74.2651 7.34888C74.2679 7.3347 74.2746 7.32158 74.2845 7.31104C74.2943 7.30049 74.307 7.29294 74.321 7.28925C74.3349 7.28556 74.3497 7.28588 74.3635 7.29017C74.3773 7.29447 74.3896 7.30256 74.399 7.31353L79.0686 12.7587C79.079 12.7708 79.0854 12.7859 79.0868 12.8017C79.0882 12.8176 79.0847 12.8336 79.0767 12.8474C79.0686 12.8612 79.0565 12.8721 79.042 12.8787C79.0275 12.8853 79.0113 12.8872 78.9956 12.8842L78.9955 12.8845Z" fill="var(--onyx-empty-svg-color-border)"></path><path d="M52.9892 45.2832C52.8542 45.5047 52.6366 45.6634 52.3845 45.7245C52.1323 45.7856 51.8663 45.744 51.6448 45.6089L40.2315 38.6473C40.01 38.5122 39.8513 38.2947 39.7902 38.0425C39.7291 37.7904 39.7707 37.5243 39.9058 37.3028C40.0409 37.0813 40.2584 36.9226 40.5106 36.8615C40.7627 36.8004 41.0288 36.842 41.2503 36.9771L52.6635 43.9387C52.8849 44.0738 53.0437 44.2914 53.1047 44.5435C53.1658 44.7956 53.1243 45.0617 52.9892 45.2832Z" fill="var( --onyx-empty-svg-color-accent)"></path><path d="M41.576 38.3225C40.77 39.6438 39.5903 40.6965 38.1861 41.3474C36.7819 41.9984 35.2162 42.2183 33.687 41.9794C32.1578 41.7404 30.7338 41.0534 29.595 40.0052C28.4562 38.957 27.6539 37.5946 27.2894 36.0904C26.9249 34.5861 27.0147 33.0076 27.5473 31.5544C28.08 30.1012 29.0316 28.8385 30.2818 27.9262C31.5321 27.0138 33.0248 26.4926 34.5712 26.4286C36.1176 26.3645 37.6483 26.7605 38.9697 27.5664C39.8471 28.1015 40.6105 28.8042 41.2163 29.6344C41.8222 30.4645 42.2585 31.4059 42.5005 32.4047C42.7425 33.4035 42.7855 34.4401 42.6268 35.4555C42.4682 36.4709 42.1111 37.4451 41.576 38.3225ZM29.8844 31.1906C29.28 32.1816 28.983 33.3296 29.031 34.4895C29.079 35.6493 29.4699 36.7689 30.1542 37.7066C30.8385 38.6443 31.7855 39.358 32.8754 39.7575C33.9653 40.157 35.1492 40.2243 36.2774 39.9509C37.4056 39.6775 38.4274 39.0758 39.2135 38.2217C39.9997 37.3676 40.515 36.2996 40.6942 35.1527C40.8733 34.0057 40.7084 32.8314 40.2202 31.7783C39.732 30.7251 38.9424 29.8403 37.9514 29.2359C36.6224 28.4254 35.0259 28.176 33.5131 28.5425C32.0002 28.9091 30.695 29.8616 29.8844 31.1906Z" fill="var( --onyx-empty-svg-color-accent)"></path><path d="M32.8257 39.9229C36.0054 41.0177 39.4706 39.3276 40.5655 36.1479C41.6603 32.9682 39.9702 29.503 36.7905 28.4082C33.6108 27.3133 30.1456 29.0034 29.0508 32.1831C27.9559 35.3628 29.646 38.828 32.8257 39.9229Z" fill="var(--onyx-empty-svg-color-primary)"></path></g><defs><clipPath id="clip0_19774_64940"><rect width="80" height="48.8428" fill="white"></rect></clipPath></defs>', 2)
6730
+ ])]);
6731
+ }
6732
+ const OnyxEmptySVG = /* @__PURE__ */ _export_sfc(_sfc_main$13, [["render", _sfc_render$13], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/illustrations/OnyxEmptySVG/OnyxEmptySVG.vue"]]);
6717
6733
  const _sfc_main$12 = /* @__PURE__ */ defineComponent({
6718
6734
  __name: "OnyxEmpty",
6719
6735
  props: {
@@ -6724,15 +6740,17 @@ const _sfc_main$12 = /* @__PURE__ */ defineComponent({
6724
6740
  const props = __props;
6725
6741
  const slots = useSlots();
6726
6742
  const { densityClass } = useDensity(props);
6727
- const __returned__ = { props, slots, densityClass, get iconCircleX() {
6728
- return iconCircleX;
6729
- }, OnyxIcon };
6743
+ const __returned__ = { props, slots, densityClass, OnyxEmptySVG, OnyxHeadline };
6730
6744
  Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
6731
6745
  return __returned__;
6732
6746
  }
6733
6747
  });
6734
- const _hoisted_1$P = { class: "onyx-empty__label onyx-text onyx-truncation-multiline" };
6748
+ const _hoisted_1$P = { class: "onyx-empty__text-wrapper" };
6735
6749
  const _hoisted_2$D = {
6750
+ key: 0,
6751
+ class: "onyx-empty__description onyx-truncation-multiline"
6752
+ };
6753
+ const _hoisted_3$s = {
6736
6754
  key: 0,
6737
6755
  class: "onyx-empty__buttons"
6738
6756
  };
@@ -6744,15 +6762,24 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6744
6762
  },
6745
6763
  [
6746
6764
  renderSlot(_ctx.$slots, "icon", {}, () => [
6747
- createVNode($setup["OnyxIcon"], {
6748
- icon: $setup.iconCircleX,
6749
- size: "48px"
6750
- }, null, 8, ["icon"])
6765
+ createVNode($setup["OnyxEmptySVG"])
6751
6766
  ]),
6752
6767
  createElementVNode("div", _hoisted_1$P, [
6753
- renderSlot(_ctx.$slots, "default")
6768
+ createVNode($setup["OnyxHeadline"], {
6769
+ is: "h3",
6770
+ class: "onyx-empty__label onyx-truncation-multiline"
6771
+ }, {
6772
+ default: withCtx(() => [
6773
+ renderSlot(_ctx.$slots, "default")
6774
+ ]),
6775
+ _: 3
6776
+ /* FORWARDED */
6777
+ }),
6778
+ !!$setup.slots.description ? (openBlock(), createElementBlock("p", _hoisted_2$D, [
6779
+ renderSlot(_ctx.$slots, "description")
6780
+ ])) : createCommentVNode("v-if", true)
6754
6781
  ]),
6755
- !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_2$D, [
6782
+ !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$s, [
6756
6783
  renderSlot(_ctx.$slots, "buttons")
6757
6784
  ])) : createCommentVNode("v-if", true)
6758
6785
  ],