sit-onyx 1.6.0-dev-20260112084701 → 1.6.0-dev-20260112121557

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.
@@ -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$1T = /* @__PURE__ */ defineComponent({
52
+ const _sfc_main$1S = /* @__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$1T(_ctx, _cache, $props, $setup, $data, $options) {
122
+ function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
123
123
  return openBlock(), createElementBlock(
124
124
  "div",
125
125
  {
@@ -137,7 +137,7 @@ function _sfc_render$1T(_ctx, _cache, $props, $setup, $data, $options) {
137
137
  /* CLASS */
138
138
  );
139
139
  }
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"]]);
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"]]);
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$1S = /* @__PURE__ */ defineComponent({
153
+ const _sfc_main$1R = /* @__PURE__ */ defineComponent({
154
154
  __name: "OnyxIcon",
155
155
  props: {
156
156
  size: { type: null, required: false },
@@ -167,7 +167,7 @@ const _sfc_main$1S = /* @__PURE__ */ defineComponent({
167
167
  }
168
168
  });
169
169
  const _hoisted_1$1o = ["innerHTML"];
170
- function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
170
+ function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
171
171
  return openBlock(), createElementBlock("figure", {
172
172
  class: normalizeClass({
173
173
  "onyx-component": true,
@@ -180,7 +180,7 @@ function _sfc_render$1S(_ctx, _cache, $props, $setup, $data, $options) {
180
180
  innerHTML: $setup.props.icon
181
181
  }, null, 10, _hoisted_1$1o);
182
182
  }
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"]]);
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"]]);
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$1R = /* @__PURE__ */ defineComponent({
199
+ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
200
200
  __name: "OnyxSkeleton",
201
201
  setup(__props, { expose: __expose }) {
202
202
  __expose();
@@ -210,11 +210,11 @@ const _hoisted_1$1n = {
210
210
  "aria-hidden": "true",
211
211
  class: "onyx-component onyx-skeleton"
212
212
  };
213
- function _sfc_render$1R(_ctx, _cache, $props, $setup, $data, $options) {
213
+ function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
214
214
  return openBlock(), createElementBlock("figure", _hoisted_1$1n);
215
215
  }
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({
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({
218
218
  __name: "OnyxAccordionItem",
219
219
  props: {
220
220
  density: { type: null, required: false },
@@ -253,9 +253,9 @@ const _sfc_main$1Q = /* @__PURE__ */ defineComponent({
253
253
  });
254
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" };
257
- const _hoisted_4$p = ["id", "aria-labelledby"];
258
- function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
256
+ const _hoisted_3$D = { class: "onyx-accordion-item__header-content" };
257
+ const _hoisted_4$q = ["id", "aria-labelledby"];
258
+ function _sfc_render$1P(_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$1Q(_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"], {
@@ -306,10 +306,10 @@ function _sfc_render$1Q(_ctx, _cache, $props, $setup, $data, $options) {
306
306
  "aria-labelledby": $setup.headerId
307
307
  }, [
308
308
  renderSlot(_ctx.$slots, "default")
309
- ], 8, _hoisted_4$p)
309
+ ], 8, _hoisted_4$q)
310
310
  ], 10, _hoisted_1$1m));
311
311
  }
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"]]);
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"]]);
313
313
  const DATETIME_FORMATS = {
314
314
  date: { dateStyle: "medium" },
315
315
  "datetime-local": { dateStyle: "medium", timeStyle: "short" },
@@ -1466,17 +1466,23 @@ const NAVIGATION_KEYS = /* @__PURE__ */ new Set([
1466
1466
  ]);
1467
1467
  const INCREMENT_KEYS = /* @__PURE__ */ new Set(["ArrowRight", "ArrowUp", "PageUp"]);
1468
1468
  const DECREMENT_KEYS = /* @__PURE__ */ new Set(["ArrowLeft", "ArrowDown", "PageDown"]);
1469
- const _unstableCreateSlider = createBuilder(
1469
+ const createSlider = createBuilder(
1470
1470
  (options) => {
1471
1471
  const sliderRef = createElRef();
1472
+ const firstThumbRef = createElRef();
1473
+ const secondThumbRef = createElRef();
1472
1474
  const min = computed(() => toValue(options.min) ?? 0);
1473
1475
  const max = computed(() => toValue(options.max) ?? 100);
1474
1476
  const step = computed(() => toValue(options.step) ?? 1);
1475
1477
  const draggingThumbIndex = ref();
1476
1478
  watch(draggingThumbIndex, (newThumbIndex) => {
1477
1479
  if (newThumbIndex == void 0) return;
1478
- Array.from(sliderRef.value?.querySelectorAll('[role="slider"]') ?? []).at(newThumbIndex)?.focus();
1480
+ focusThumb(newThumbIndex);
1479
1481
  });
1482
+ const focusThumb = (index) => {
1483
+ if (index === 0) firstThumbRef.value?.focus();
1484
+ else if (index === 1) secondThumbRef.value?.focus();
1485
+ };
1480
1486
  const shiftStep = computed(() => {
1481
1487
  const shiftStep2 = toValue(options.shiftStep);
1482
1488
  if (shiftStep2 != void 0) return shiftStep2;
@@ -1531,6 +1537,13 @@ const _unstableCreateSlider = createBuilder(
1531
1537
  if (areArraysEqual(normalized, normalizedValue.value)) return;
1532
1538
  options.onChange?.(newValue);
1533
1539
  };
1540
+ const updateValueByStep = (direction) => {
1541
+ const index = 0;
1542
+ const stepValue = direction === "increase" ? step.value : -step.value;
1543
+ const currentValue = normalizedValue.value[index];
1544
+ updateValue(currentValue + stepValue, index);
1545
+ focusThumb(index);
1546
+ };
1534
1547
  const getValueInPercentage = computed(() => {
1535
1548
  return (value) => {
1536
1549
  const percentage = MathUtils.valueToPercent(value, min.value, max.value);
@@ -1636,6 +1649,7 @@ const _unstableCreateSlider = createBuilder(
1636
1649
  "aria-orientation": "horizontal",
1637
1650
  step: step.value,
1638
1651
  disabled: toValue(options.disabled),
1652
+ ref: data.index === 0 ? firstThumbRef : data.index === 1 ? secondThumbRef : void 0,
1639
1653
  ...toValue(options.disabled) ? void 0 : events
1640
1654
  };
1641
1655
  }),
@@ -1698,7 +1712,8 @@ const _unstableCreateSlider = createBuilder(
1698
1712
  marks
1699
1713
  },
1700
1714
  internals: {
1701
- updateValue
1715
+ updateValue,
1716
+ updateValueByStep
1702
1717
  }
1703
1718
  };
1704
1719
  }
@@ -1883,7 +1898,7 @@ const createTooltip = createBuilder(({ debounce: debounce2, isVisible }) => {
1883
1898
  }
1884
1899
  };
1885
1900
  });
1886
- const _sfc_main$1P = /* @__PURE__ */ defineComponent({
1901
+ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
1887
1902
  __name: "OnyxBasicDialog",
1888
1903
  props: {
1889
1904
  density: { type: null, required: false },
@@ -1950,7 +1965,7 @@ const _hoisted_2$X = {
1950
1965
  ref: "contentRef",
1951
1966
  class: "onyx-basic-dialog__content"
1952
1967
  };
1953
- function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
1968
+ function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
1954
1969
  return $setup.props.open ? (openBlock(), createElementBlock("dialog", {
1955
1970
  key: 0,
1956
1971
  ref: "dialogRef",
@@ -1979,7 +1994,7 @@ function _sfc_render$1P(_ctx, _cache, $props, $setup, $data, $options) {
1979
1994
  )
1980
1995
  ], 42, _hoisted_1$1l)) : createCommentVNode("v-if", true);
1981
1996
  }
1982
- 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"]]);
1997
+ 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"]]);
1983
1998
  const normalizedIncludes = (haystack, needle) => {
1984
1999
  const haystackNormalized = removeDiacritics(haystack.toLowerCase());
1985
2000
  const needleNormalized = removeDiacritics(needle.toLowerCase());
@@ -2061,7 +2076,7 @@ const normalizeHref = (href) => {
2061
2076
  return value.replace(/\/+$/, "");
2062
2077
  };
2063
2078
  const ROUTER_INJECTION_KEY = /* @__PURE__ */ Symbol();
2064
- const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2079
+ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2065
2080
  __name: "OnyxVisuallyHidden",
2066
2081
  props: {
2067
2082
  is: { type: String, required: false, default: "span" }
@@ -2074,7 +2089,7 @@ const _sfc_main$1O = /* @__PURE__ */ defineComponent({
2074
2089
  return __returned__;
2075
2090
  }
2076
2091
  });
2077
- function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
2092
+ function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2078
2093
  return openBlock(), createBlock(resolveDynamicComponent($setup.props.is), { class: "onyx-component onyx-visually-hidden" }, {
2079
2094
  default: withCtx(() => [
2080
2095
  renderSlot(_ctx.$slots, "default")
@@ -2083,8 +2098,8 @@ function _sfc_render$1O(_ctx, _cache, $props, $setup, $data, $options) {
2083
2098
  /* FORWARDED */
2084
2099
  });
2085
2100
  }
2086
- 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"]]);
2087
- const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2101
+ 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"]]);
2102
+ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2088
2103
  __name: "OnyxRouterLink",
2089
2104
  props: {
2090
2105
  href: { type: String, required: true },
@@ -2101,7 +2116,7 @@ const _sfc_main$1N = /* @__PURE__ */ defineComponent({
2101
2116
  }
2102
2117
  });
2103
2118
  const _hoisted_1$1k = ["href", "target", "rel"];
2104
- function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2119
+ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2105
2120
  return openBlock(), createElementBlock("a", {
2106
2121
  class: normalizeClass([
2107
2122
  "onyx-component",
@@ -2127,8 +2142,8 @@ function _sfc_render$1N(_ctx, _cache, $props, $setup, $data, $options) {
2127
2142
  })) : createCommentVNode("v-if", true)
2128
2143
  ], 10, _hoisted_1$1k);
2129
2144
  }
2130
- 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"]]);
2131
- const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2145
+ 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"]]);
2146
+ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2132
2147
  __name: "OnyxHeadline",
2133
2148
  props: {
2134
2149
  is: { type: null, required: true },
@@ -2153,7 +2168,7 @@ const _sfc_main$1M = /* @__PURE__ */ defineComponent({
2153
2168
  return __returned__;
2154
2169
  }
2155
2170
  });
2156
- function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2171
+ function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2157
2172
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
2158
2173
  key: 0,
2159
2174
  class: normalizeClass(["onyx-headline-skeleton", `onyx-headline-skeleton--${$setup.showAs}`])
@@ -2193,7 +2208,7 @@ function _sfc_render$1M(_ctx, _cache, $props, $setup, $data, $options) {
2193
2208
  /* FORWARDED */
2194
2209
  }, 8, ["id", "class"]));
2195
2210
  }
2196
- 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"]]);
2211
+ 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"]]);
2197
2212
  const useAutofocus = (inputRef, props) => {
2198
2213
  if (!props.autofocus) {
2199
2214
  return;
@@ -2244,7 +2259,7 @@ const useFormContext = (props) => {
2244
2259
  DEFAULT_FORM_INJECTION_CONTEXT
2245
2260
  )(toRef(props));
2246
2261
  };
2247
- const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2262
+ const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2248
2263
  __name: "ButtonOrLinkLayout",
2249
2264
  props: {
2250
2265
  disabled: { type: [Boolean, Symbol], required: false },
@@ -2268,7 +2283,7 @@ const _sfc_main$1L = /* @__PURE__ */ defineComponent({
2268
2283
  }
2269
2284
  });
2270
2285
  const _hoisted_1$1j = ["disabled", "type", "autofocus"];
2271
- function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2286
+ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2272
2287
  return $setup.linkProps ? (openBlock(), createBlock(
2273
2288
  $setup["OnyxRouterLink"],
2274
2289
  normalizeProps(mergeProps({ key: 0 }, $setup.linkProps)),
@@ -2291,8 +2306,8 @@ function _sfc_render$1L(_ctx, _cache, $props, $setup, $data, $options) {
2291
2306
  renderSlot(_ctx.$slots, "default")
2292
2307
  ], 8, _hoisted_1$1j));
2293
2308
  }
2294
- 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"]]);
2295
- const _sfc_main$1K = /* @__PURE__ */ defineComponent({
2309
+ 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"]]);
2310
+ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2296
2311
  __name: "OnyxSystemButton",
2297
2312
  props: {
2298
2313
  disabled: { type: [Boolean, Symbol], required: false, default: FORM_INJECTED_SYMBOL },
@@ -2317,7 +2332,7 @@ const _hoisted_1$1i = {
2317
2332
  key: 1,
2318
2333
  class: "onyx-truncation-ellipsis"
2319
2334
  };
2320
- function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2335
+ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2321
2336
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
2322
2337
  key: 0,
2323
2338
  class: normalizeClass(["onyx-system-button-skeleton", $setup.props.icon ? "" : "onyx-system-button-skeleton--text"])
@@ -2343,8 +2358,8 @@ function _sfc_render$1K(_ctx, _cache, $props, $setup, $data, $options) {
2343
2358
  /* STABLE */
2344
2359
  }, 16, ["class", "aria-label", "title"]));
2345
2360
  }
2346
- 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"]]);
2347
- const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2361
+ 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"]]);
2362
+ const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2348
2363
  __name: "OnyxAlertModal",
2349
2364
  props: {
2350
2365
  density: { type: null, required: false },
@@ -2371,9 +2386,9 @@ const _sfc_main$1J = /* @__PURE__ */ defineComponent({
2371
2386
  });
2372
2387
  const _hoisted_1$1h = { class: "onyx-alert-modal__content" };
2373
2388
  const _hoisted_2$W = { class: "onyx-alert-modal__headline" };
2374
- const _hoisted_3$B = ["id"];
2375
- const _hoisted_4$o = { class: "onyx-alert-modal__actions" };
2376
- function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2389
+ const _hoisted_3$C = ["id"];
2390
+ const _hoisted_4$p = { class: "onyx-alert-modal__actions" };
2391
+ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2377
2392
  return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps({
2378
2393
  class: ["onyx-alert-modal", $setup.densityClass]
2379
2394
  }, $setup.dialogProps, {
@@ -2423,10 +2438,10 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2423
2438
  class: "onyx-alert-modal__body onyx-truncation"
2424
2439
  }, [
2425
2440
  renderSlot(_ctx.$slots, "default")
2426
- ], 8, _hoisted_3$B)
2441
+ ], 8, _hoisted_3$C)
2427
2442
  ])
2428
2443
  ]),
2429
- createElementVNode("div", _hoisted_4$o, [
2444
+ createElementVNode("div", _hoisted_4$p, [
2430
2445
  renderSlot(_ctx.$slots, "actions")
2431
2446
  ])
2432
2447
  ]),
@@ -2434,7 +2449,7 @@ function _sfc_render$1J(_ctx, _cache, $props, $setup, $data, $options) {
2434
2449
  /* FORWARDED */
2435
2450
  }, 16, ["class", "aria-describedby"]);
2436
2451
  }
2437
- 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"]]);
2452
+ 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"]]);
2438
2453
  const useRootAttrs = () => {
2439
2454
  const attrs = useAttrs();
2440
2455
  const rootAttrs = computed(
@@ -2516,7 +2531,7 @@ const mergeVueProps = (...args) => args.reduce((prev, curr) => {
2516
2531
  merged.ref = mergedRef;
2517
2532
  return merged;
2518
2533
  }, {});
2519
- const _sfc_main$1I = /* @__PURE__ */ defineComponent({
2534
+ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2520
2535
  __name: "OnyxFABButton",
2521
2536
  props: {
2522
2537
  density: { type: null, required: false },
@@ -2540,7 +2555,7 @@ const _hoisted_1$1g = {
2540
2555
  key: 1,
2541
2556
  class: "onyx-fab-button__label"
2542
2557
  };
2543
- function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2558
+ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
2544
2559
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
2545
2560
  key: 0,
2546
2561
  class: normalizeClass(["onyx-fab-button-skeleton", $setup.densityClass])
@@ -2568,7 +2583,7 @@ function _sfc_render$1I(_ctx, _cache, $props, $setup, $data, $options) {
2568
2583
  /* STABLE */
2569
2584
  }, 8, ["class", "title", "aria-label", "link"]));
2570
2585
  }
2571
- 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"]]);
2586
+ 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"]]);
2572
2587
  const useResizeObserver = (target, options) => {
2573
2588
  const box = options?.box ?? "content-box";
2574
2589
  const width = ref(0);
@@ -2880,7 +2895,7 @@ function useSticky(options) {
2880
2895
  });
2881
2896
  return { stickyStyles, scrolledOut, isSticky, checkVisibilityOnScroll };
2882
2897
  }
2883
- const _sfc_main$1H = /* @__PURE__ */ defineComponent({
2898
+ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
2884
2899
  __name: "OnyxBasicPopover",
2885
2900
  props: {
2886
2901
  label: { type: String, required: true },
@@ -3039,7 +3054,7 @@ const _sfc_main$1H = /* @__PURE__ */ defineComponent({
3039
3054
  }
3040
3055
  });
3041
3056
  const _hoisted_1$1f = ["role", "aria-label"];
3042
- function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
3057
+ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
3043
3058
  return openBlock(), createElementBlock(
3044
3059
  "div",
3045
3060
  {
@@ -3064,8 +3079,8 @@ function _sfc_render$1H(_ctx, _cache, $props, $setup, $data, $options) {
3064
3079
  /* STYLE */
3065
3080
  );
3066
3081
  }
3067
- 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"]]);
3068
- const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3082
+ 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"]]);
3083
+ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3069
3084
  __name: "OnyxFlyoutMenu",
3070
3085
  props: {
3071
3086
  alignment: { type: String, required: false, default: "auto" },
@@ -3109,7 +3124,7 @@ const _sfc_main$1G = /* @__PURE__ */ defineComponent({
3109
3124
  });
3110
3125
  const _hoisted_1$1e = { class: "onyx-flyout-menu__list-header" };
3111
3126
  const _hoisted_2$V = { class: "onyx-flyout-menu__list-footer" };
3112
- function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
3127
+ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3113
3128
  return openBlock(), createBlock($setup["OnyxBasicPopover"], mergeProps($setup.mergeVueProps($setup.root, { ref: $setup.popover }), {
3114
3129
  class: "onyx-component onyx-flyout-menu",
3115
3130
  open: $setup.isExpanded,
@@ -3151,8 +3166,8 @@ function _sfc_render$1G(_ctx, _cache, $props, $setup, $data, $options) {
3151
3166
  } : void 0
3152
3167
  ]), 1040, ["open", "label", "alignment", "disabled"]);
3153
3168
  }
3154
- 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"]]);
3155
- const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3169
+ 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"]]);
3170
+ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3156
3171
  __name: "OnyxFAB",
3157
3172
  props: {
3158
3173
  density: { type: null, required: false },
@@ -3191,7 +3206,7 @@ const _sfc_main$1F = /* @__PURE__ */ defineComponent({
3191
3206
  return __returned__;
3192
3207
  }
3193
3208
  });
3194
- function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3209
+ function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
3195
3210
  return !$setup.hasOptions || $setup.skeleton ? (openBlock(), createBlock($setup["OnyxFABButton"], mergeProps({
3196
3211
  key: 0,
3197
3212
  class: ["onyx-fab", `onyx-fab--${$setup.props.alignment}`]
@@ -3221,8 +3236,8 @@ function _sfc_render$1F(_ctx, _cache, $props, $setup, $data, $options) {
3221
3236
  /* FORWARDED */
3222
3237
  }, 8, ["open", "label", "class", "alignment"]));
3223
3238
  }
3224
- 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"]]);
3225
- const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3239
+ 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"]]);
3240
+ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3226
3241
  __name: "OnyxFABItem",
3227
3242
  props: {
3228
3243
  density: { type: null, required: false },
@@ -3245,7 +3260,7 @@ const _sfc_main$1E = /* @__PURE__ */ defineComponent({
3245
3260
  return __returned__;
3246
3261
  }
3247
3262
  });
3248
- function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
3263
+ function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
3249
3264
  return openBlock(), createElementBlock(
3250
3265
  "li",
3251
3266
  mergeProps({
@@ -3260,7 +3275,7 @@ function _sfc_render$1E(_ctx, _cache, $props, $setup, $data, $options) {
3260
3275
  /* FULL_PROPS */
3261
3276
  );
3262
3277
  }
3263
- 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"]]);
3278
+ 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"]]);
3264
3279
  const GLOBAL_FAB_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
3265
3280
  const createGlobalFABProvider = () => {
3266
3281
  const items = shallowRef([]);
@@ -3297,7 +3312,7 @@ const useGlobalFAB = () => {
3297
3312
  );
3298
3313
  return globalFABProvider;
3299
3314
  };
3300
- const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3315
+ const _sfc_main$1C = /* @__PURE__ */ defineComponent({
3301
3316
  __name: "OnyxGlobalFAB",
3302
3317
  setup(__props, { expose: __expose }) {
3303
3318
  __expose();
@@ -3311,7 +3326,7 @@ const _sfc_main$1D = /* @__PURE__ */ defineComponent({
3311
3326
  return __returned__;
3312
3327
  }
3313
3328
  });
3314
- function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
3329
+ function _sfc_render$1C(_ctx, _cache, $props, $setup, $data, $options) {
3315
3330
  return $setup.globalFAB.items.value.length === 1 ? (openBlock(), createBlock(
3316
3331
  $setup["OnyxFAB"],
3317
3332
  normalizeProps(mergeProps({ key: 0 }, $setup.globalFAB.items.value[0].value)),
@@ -3346,13 +3361,13 @@ function _sfc_render$1D(_ctx, _cache, $props, $setup, $data, $options) {
3346
3361
  /* STABLE */
3347
3362
  }, 8, ["label", "alignment"])) : createCommentVNode("v-if", true);
3348
3363
  }
3349
- 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"]]);
3350
- const _sfc_main$1C = {};
3364
+ 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"]]);
3365
+ const _sfc_main$1B = {};
3351
3366
  const _hoisted_1$1d = {
3352
3367
  class: "onyx-component onyx-circle-spinner",
3353
3368
  viewBox: "0 0 50 50"
3354
3369
  };
3355
- function _sfc_render$1C(_ctx, _cache) {
3370
+ function _sfc_render$1B(_ctx, _cache) {
3356
3371
  return openBlock(), createElementBlock("svg", _hoisted_1$1d, [..._cache[0] || (_cache[0] = [
3357
3372
  createElementVNode(
3358
3373
  "circle",
@@ -3368,10 +3383,10 @@ function _sfc_render$1C(_ctx, _cache) {
3368
3383
  )
3369
3384
  ])]);
3370
3385
  }
3371
- 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"]]);
3372
- const _sfc_main$1B = {};
3386
+ 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"]]);
3387
+ const _sfc_main$1A = {};
3373
3388
  const _hoisted_1$1c = { class: "onyx-component onyx-loading-dots" };
3374
- function _sfc_render$1B(_ctx, _cache) {
3389
+ function _sfc_render$1A(_ctx, _cache) {
3375
3390
  return openBlock(), createElementBlock("div", _hoisted_1$1c, [..._cache[0] || (_cache[0] = [
3376
3391
  createElementVNode(
3377
3392
  "span",
@@ -3382,8 +3397,8 @@ function _sfc_render$1B(_ctx, _cache) {
3382
3397
  )
3383
3398
  ])]);
3384
3399
  }
3385
- 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"]]);
3386
- const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3400
+ 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"]]);
3401
+ const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3387
3402
  __name: "OnyxLoadingIndicator",
3388
3403
  props: {
3389
3404
  type: { type: String, required: false, default: "dots" }
@@ -3396,10 +3411,10 @@ const _sfc_main$1A = /* @__PURE__ */ defineComponent({
3396
3411
  return __returned__;
3397
3412
  }
3398
3413
  });
3399
- function _sfc_render$1A(_ctx, _cache, $props, $setup, $data, $options) {
3414
+ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
3400
3415
  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);
3401
3416
  }
3402
- 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"]]);
3417
+ 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"]]);
3403
3418
  const useRipple = (container) => {
3404
3419
  const isPointerDown = ref(false);
3405
3420
  const ripples = reactive(/* @__PURE__ */ new Map());
@@ -3446,7 +3461,7 @@ const useRipple = (container) => {
3446
3461
  });
3447
3462
  return { isPointerDown, ripples, startRipple, hideRipples, hideRipple, events };
3448
3463
  };
3449
- const _sfc_main$1z = /* @__PURE__ */ defineComponent({
3464
+ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3450
3465
  __name: "OnyxRipple",
3451
3466
  setup(__props, { expose: __expose }) {
3452
3467
  const rippleTrigger = useTemplateRef("rippleTriggerRef");
@@ -3465,7 +3480,7 @@ const _hoisted_1$1b = {
3465
3480
  "aria-hidden": "true"
3466
3481
  };
3467
3482
  const _hoisted_2$U = ["data-rippleid"];
3468
- function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
3483
+ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
3469
3484
  return openBlock(), createElementBlock(
3470
3485
  "span",
3471
3486
  _hoisted_1$1b,
@@ -3493,8 +3508,8 @@ function _sfc_render$1z(_ctx, _cache, $props, $setup, $data, $options) {
3493
3508
  /* NEED_PATCH */
3494
3509
  );
3495
3510
  }
3496
- 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"]]);
3497
- const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3511
+ 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"]]);
3512
+ const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3498
3513
  __name: "OnyxButton",
3499
3514
  props: {
3500
3515
  density: { type: null, required: false },
@@ -3525,7 +3540,7 @@ const _sfc_main$1y = /* @__PURE__ */ defineComponent({
3525
3540
  }
3526
3541
  });
3527
3542
  const _hoisted_1$1a = { class: "onyx-button__label onyx-truncation-ellipsis" };
3528
- function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
3543
+ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3529
3544
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
3530
3545
  key: 0,
3531
3546
  class: normalizeClass(["onyx-button-skeleton", $setup.densityClass])
@@ -3577,8 +3592,8 @@ function _sfc_render$1y(_ctx, _cache, $props, $setup, $data, $options) {
3577
3592
  /* STABLE */
3578
3593
  }, 16, ["class", "aria-label"]));
3579
3594
  }
3580
- 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"]]);
3581
- const _sfc_main$1x = /* @__PURE__ */ defineComponent({
3595
+ 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"]]);
3596
+ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3582
3597
  __name: "OnyxInfoCard",
3583
3598
  props: {
3584
3599
  density: { type: null, required: false },
@@ -3610,11 +3625,11 @@ const _hoisted_2$T = {
3610
3625
  key: 3,
3611
3626
  class: "onyx-info-card__description onyx-text--small"
3612
3627
  };
3613
- const _hoisted_3$A = {
3628
+ const _hoisted_3$B = {
3614
3629
  key: 4,
3615
3630
  class: "onyx-info-card__buttons onyx-density-compact"
3616
3631
  };
3617
- function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3632
+ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3618
3633
  return openBlock(), createElementBlock(
3619
3634
  "div",
3620
3635
  {
@@ -3672,7 +3687,7 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3672
3687
  !!$setup.slots.default ? (openBlock(), createElementBlock("p", _hoisted_2$T, [
3673
3688
  renderSlot(_ctx.$slots, "default")
3674
3689
  ])) : createCommentVNode("v-if", true),
3675
- !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$A, [
3690
+ !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$B, [
3676
3691
  renderSlot(_ctx.$slots, "buttons")
3677
3692
  ])) : createCommentVNode("v-if", true)
3678
3693
  ])
@@ -3681,8 +3696,8 @@ function _sfc_render$1x(_ctx, _cache, $props, $setup, $data, $options) {
3681
3696
  /* CLASS */
3682
3697
  );
3683
3698
  }
3684
- 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"]]);
3685
- const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3699
+ 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"]]);
3700
+ const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3686
3701
  __name: "OnyxNotificationMessage",
3687
3702
  props: {
3688
3703
  headline: { type: String, required: true },
@@ -3700,7 +3715,7 @@ const _sfc_main$1w = /* @__PURE__ */ defineComponent({
3700
3715
  return __returned__;
3701
3716
  }
3702
3717
  });
3703
- function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3718
+ function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
3704
3719
  return openBlock(), createBlock($setup["OnyxInfoCard"], {
3705
3720
  class: normalizeClass(["onyx-component onyx-notification-message", [
3706
3721
  "onyx-component",
@@ -3733,7 +3748,7 @@ function _sfc_render$1w(_ctx, _cache, $props, $setup, $data, $options) {
3733
3748
  } : void 0
3734
3749
  ]), 1032, ["class", "headline", "icon", "style", "aria-label"]);
3735
3750
  }
3736
- 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"]]);
3751
+ 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"]]);
3737
3752
  const NOTIFICATIONS_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
3738
3753
  const createNotificationsProvider = () => {
3739
3754
  let nextId = 1;
@@ -3778,7 +3793,7 @@ const useNotification = () => {
3778
3793
  );
3779
3794
  return notificationsProvider;
3780
3795
  };
3781
- const _sfc_main$1v = /* @__PURE__ */ defineComponent({
3796
+ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3782
3797
  __name: "OnyxNotifications",
3783
3798
  setup(__props, { expose: __expose }) {
3784
3799
  __expose();
@@ -3795,7 +3810,7 @@ const _hoisted_1$18 = {
3795
3810
  "aria-live": "polite",
3796
3811
  open: ""
3797
3812
  };
3798
- function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
3813
+ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3799
3814
  return $setup.notificationProvider.notifications.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$18, [
3800
3815
  (openBlock(true), createElementBlock(
3801
3816
  Fragment,
@@ -3848,8 +3863,8 @@ function _sfc_render$1v(_ctx, _cache, $props, $setup, $data, $options) {
3848
3863
  ))
3849
3864
  ])) : createCommentVNode("v-if", true);
3850
3865
  }
3851
- 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"]]);
3852
- const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3866
+ 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"]]);
3867
+ const _sfc_main$1t = /* @__PURE__ */ defineComponent({
3853
3868
  __name: "OnyxToastMessage",
3854
3869
  props: {
3855
3870
  density: { type: null, required: false },
@@ -3887,15 +3902,15 @@ const _sfc_main$1u = /* @__PURE__ */ defineComponent({
3887
3902
  });
3888
3903
  const _hoisted_1$17 = { class: "onyx-toast-message__wrapper" };
3889
3904
  const _hoisted_2$S = { class: "onyx-toast-message__content onyx-truncation-ellipsis" };
3890
- const _hoisted_3$z = { class: "onyx-toast-message__headline onyx-text" };
3891
- const _hoisted_4$n = { class: "onyx-truncation-ellipsis" };
3905
+ const _hoisted_3$A = { class: "onyx-toast-message__headline onyx-text" };
3906
+ const _hoisted_4$o = { class: "onyx-truncation-ellipsis" };
3892
3907
  const _hoisted_5$h = ["aria-label"];
3893
3908
  const _hoisted_6$c = {
3894
3909
  key: 0,
3895
3910
  class: "onyx-toast-message__description onyx-text--small onyx-truncation-multiline",
3896
3911
  tabindex: "0"
3897
3912
  };
3898
- function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3913
+ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
3899
3914
  return openBlock(), createBlock(resolveDynamicComponent($setup.props.clickable ? "button" : "div"), {
3900
3915
  class: normalizeClass(["onyx-component onyx-toast-message", [`onyx-toast-message--${$setup.props.color}`, $setup.densityClass]]),
3901
3916
  role: $setup.props.color === "danger" || $setup.props.color === "warning" ? "alert" : "status",
@@ -3908,10 +3923,10 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3908
3923
  icon: $setup.icon
3909
3924
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true),
3910
3925
  createElementVNode("div", _hoisted_2$S, [
3911
- createElementVNode("div", _hoisted_3$z, [
3926
+ createElementVNode("div", _hoisted_3$A, [
3912
3927
  createElementVNode(
3913
3928
  "span",
3914
- _hoisted_4$n,
3929
+ _hoisted_4$o,
3915
3930
  toDisplayString($setup.props.headline),
3916
3931
  1
3917
3932
  /* TEXT */
@@ -3953,7 +3968,7 @@ function _sfc_render$1u(_ctx, _cache, $props, $setup, $data, $options) {
3953
3968
  /* STABLE */
3954
3969
  }, 8, ["class", "role", "aria-label"]);
3955
3970
  }
3956
- 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"]]);
3971
+ 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"]]);
3957
3972
  const TOAST_PROVIDER_INJECTION_KEY = /* @__PURE__ */ Symbol();
3958
3973
  const createToastProvider = () => {
3959
3974
  let nextId = 1;
@@ -3996,7 +4011,7 @@ const useToast = () => {
3996
4011
  );
3997
4012
  return toastProvider;
3998
4013
  };
3999
- const _sfc_main$1t = /* @__PURE__ */ defineComponent({
4014
+ const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4000
4015
  __name: "OnyxToast",
4001
4016
  setup(__props, { expose: __expose }) {
4002
4017
  __expose();
@@ -4013,7 +4028,7 @@ const _hoisted_1$16 = {
4013
4028
  "aria-live": "polite",
4014
4029
  open: ""
4015
4030
  };
4016
- function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
4031
+ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
4017
4032
  return $setup.toastProvider.toasts.value.length ? (openBlock(), createElementBlock("dialog", _hoisted_1$16, [
4018
4033
  (openBlock(true), createElementBlock(
4019
4034
  Fragment,
@@ -4032,8 +4047,8 @@ function _sfc_render$1t(_ctx, _cache, $props, $setup, $data, $options) {
4032
4047
  ))
4033
4048
  ])) : createCommentVNode("v-if", true);
4034
4049
  }
4035
- 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"]]);
4036
- const _sfc_main$1s = /* @__PURE__ */ defineComponent({
4050
+ 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"]]);
4051
+ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4037
4052
  __name: "OnyxAppLayout",
4038
4053
  props: {
4039
4054
  navBarAlignment: { type: String, required: false, default: "top" }
@@ -4052,7 +4067,7 @@ const _hoisted_1$15 = {
4052
4067
  class: "onyx-app__nav"
4053
4068
  };
4054
4069
  const _hoisted_2$R = { class: "onyx-app__page" };
4055
- function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
4070
+ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4056
4071
  return openBlock(), createElementBlock(
4057
4072
  "div",
4058
4073
  {
@@ -4073,8 +4088,8 @@ function _sfc_render$1s(_ctx, _cache, $props, $setup, $data, $options) {
4073
4088
  /* CLASS */
4074
4089
  );
4075
4090
  }
4076
- 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"]]);
4077
- const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4091
+ 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"]]);
4092
+ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4078
4093
  __name: "OnyxAvatar",
4079
4094
  props: {
4080
4095
  size: { type: null, required: false, default: "48px" },
@@ -4110,11 +4125,11 @@ const _sfc_main$1r = /* @__PURE__ */ defineComponent({
4110
4125
  });
4111
4126
  const _hoisted_1$14 = ["title", "aria-label"];
4112
4127
  const _hoisted_2$Q = ["src", "alt"];
4113
- const _hoisted_3$y = {
4128
+ const _hoisted_3$z = {
4114
4129
  key: 0,
4115
4130
  class: "onyx-avatar__initials"
4116
4131
  };
4117
- function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4132
+ function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
4118
4133
  return openBlock(), createElementBlock("figure", {
4119
4134
  class: normalizeClass([
4120
4135
  "onyx-component",
@@ -4137,7 +4152,7 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4137
4152
  [
4138
4153
  $setup.initials ? (openBlock(), createElementBlock(
4139
4154
  "div",
4140
- _hoisted_3$y,
4155
+ _hoisted_3$z,
4141
4156
  toDisplayString($setup.initials),
4142
4157
  1
4143
4158
  /* TEXT */
@@ -4152,8 +4167,8 @@ function _sfc_render$1r(_ctx, _cache, $props, $setup, $data, $options) {
4152
4167
  ))
4153
4168
  ], 10, _hoisted_1$14);
4154
4169
  }
4155
- 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"]]);
4156
- const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4170
+ 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"]]);
4171
+ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4157
4172
  __name: "OnyxAvatarStack",
4158
4173
  setup(__props, { expose: __expose }) {
4159
4174
  __expose();
@@ -4163,13 +4178,13 @@ const _sfc_main$1q = /* @__PURE__ */ defineComponent({
4163
4178
  }
4164
4179
  });
4165
4180
  const _hoisted_1$13 = { class: "onyx-component onyx-avatar-stack" };
4166
- function _sfc_render$1q(_ctx, _cache, $props, $setup, $data, $options) {
4181
+ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
4167
4182
  return openBlock(), createElementBlock("div", _hoisted_1$13, [
4168
4183
  renderSlot(_ctx.$slots, "default")
4169
4184
  ]);
4170
4185
  }
4171
- 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"]]);
4172
- const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4186
+ 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"]]);
4187
+ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4173
4188
  __name: "OnyxBadge",
4174
4189
  props: {
4175
4190
  density: { type: null, required: false },
@@ -4186,7 +4201,7 @@ const _sfc_main$1p = /* @__PURE__ */ defineComponent({
4186
4201
  return __returned__;
4187
4202
  }
4188
4203
  });
4189
- function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
4204
+ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4190
4205
  return openBlock(), createElementBlock(
4191
4206
  "div",
4192
4207
  {
@@ -4217,8 +4232,8 @@ function _sfc_render$1p(_ctx, _cache, $props, $setup, $data, $options) {
4217
4232
  /* CLASS */
4218
4233
  );
4219
4234
  }
4220
- 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"]]);
4221
- const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4235
+ 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"]]);
4236
+ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4222
4237
  __name: "OnyxBottomBar",
4223
4238
  props: {
4224
4239
  density: { type: null, required: false },
@@ -4235,8 +4250,8 @@ const _sfc_main$1o = /* @__PURE__ */ defineComponent({
4235
4250
  });
4236
4251
  const _hoisted_1$12 = { class: "onyx-bottom-bar__content onyx-grid-container" };
4237
4252
  const _hoisted_2$P = { class: "onyx-bottom-bar__content--left" };
4238
- const _hoisted_3$x = { class: "onyx-bottom-bar__content--right" };
4239
- function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4253
+ const _hoisted_3$y = { class: "onyx-bottom-bar__content--right" };
4254
+ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4240
4255
  return openBlock(), createElementBlock(
4241
4256
  "div",
4242
4257
  {
@@ -4252,7 +4267,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4252
4267
  createElementVNode("div", _hoisted_2$P, [
4253
4268
  renderSlot(_ctx.$slots, "left")
4254
4269
  ]),
4255
- createElementVNode("div", _hoisted_3$x, [
4270
+ createElementVNode("div", _hoisted_3$y, [
4256
4271
  renderSlot(_ctx.$slots, "default")
4257
4272
  ])
4258
4273
  ])
@@ -4261,7 +4276,7 @@ function _sfc_render$1o(_ctx, _cache, $props, $setup, $data, $options) {
4261
4276
  /* CLASS */
4262
4277
  );
4263
4278
  }
4264
- 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"]]);
4279
+ 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"]]);
4265
4280
  const useMoreList = (options) => {
4266
4281
  const visibleElements = ref();
4267
4282
  const hiddenElements = ref();
@@ -4356,7 +4371,7 @@ const useMoreListChild = (injectionKey) => {
4356
4371
  };
4357
4372
  const BREADCRUMB_MORE_LIST_INJECTION_KEY = /* @__PURE__ */ Symbol();
4358
4373
  const BREADCRUMB_MORE_LIST_TARGET_INJECTION_KEY = /* @__PURE__ */ Symbol();
4359
- const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4374
+ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4360
4375
  __name: "OnyxExternalLinkIcon",
4361
4376
  props: {
4362
4377
  href: { type: String, required: false },
@@ -4377,7 +4392,7 @@ const _sfc_main$1n = /* @__PURE__ */ defineComponent({
4377
4392
  return __returned__;
4378
4393
  }
4379
4394
  });
4380
- function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4395
+ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4381
4396
  return $setup.isVisible ? (openBlock(), createBlock($setup["OnyxIcon"], {
4382
4397
  key: 0,
4383
4398
  class: "onyx-component onyx-external-link-icon",
@@ -4385,8 +4400,8 @@ function _sfc_render$1n(_ctx, _cache, $props, $setup, $data, $options) {
4385
4400
  size: "16px"
4386
4401
  }, null, 8, ["icon"])) : createCommentVNode("v-if", true);
4387
4402
  }
4388
- 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"]]);
4389
- const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4403
+ 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"]]);
4404
+ const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4390
4405
  __name: "OnyxListItem",
4391
4406
  props: {
4392
4407
  density: { type: null, required: false },
@@ -4405,7 +4420,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
4405
4420
  return __returned__;
4406
4421
  }
4407
4422
  });
4408
- function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4423
+ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4409
4424
  return openBlock(), createElementBlock(
4410
4425
  "li",
4411
4426
  {
@@ -4427,8 +4442,8 @@ function _sfc_render$1m(_ctx, _cache, $props, $setup, $data, $options) {
4427
4442
  /* CLASS */
4428
4443
  );
4429
4444
  }
4430
- 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"]]);
4431
- const _sfc_main$1l = /* @__PURE__ */ defineComponent({
4445
+ 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"]]);
4446
+ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4432
4447
  ...{ inheritAttrs: false },
4433
4448
  __name: "OnyxMenuItem",
4434
4449
  props: {
@@ -4512,12 +4527,12 @@ const _hoisted_2$O = {
4512
4527
  key: 0,
4513
4528
  class: "onyx-menu-item__chevron"
4514
4529
  };
4515
- const _hoisted_3$w = {
4530
+ const _hoisted_3$x = {
4516
4531
  key: 0,
4517
4532
  role: "menu",
4518
4533
  class: "onyx-menu-item__children"
4519
4534
  };
4520
- function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4535
+ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4521
4536
  const _component_OnyxMenuItem = resolveComponent("OnyxMenuItem", true);
4522
4537
  return openBlock(), createBlock($setup["OnyxListItem"], mergeProps({
4523
4538
  selected: $setup.isActive,
@@ -4566,7 +4581,7 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4566
4581
  ]),
4567
4582
  $setup.hasChildren ? withDirectives((openBlock(), createElementBlock(
4568
4583
  "ul",
4569
- _hoisted_3$w,
4584
+ _hoisted_3$x,
4570
4585
  [
4571
4586
  createVNode(
4572
4587
  _component_OnyxMenuItem,
@@ -4603,8 +4618,8 @@ function _sfc_render$1l(_ctx, _cache, $props, $setup, $data, $options) {
4603
4618
  /* FORWARDED */
4604
4619
  }, 16, ["selected", "active", "color", "disabled", "class"]);
4605
4620
  }
4606
- 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"]]);
4607
- const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4621
+ 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"]]);
4622
+ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4608
4623
  ...{ inheritAttrs: false },
4609
4624
  __name: "OnyxBreadcrumbItem",
4610
4625
  props: {
@@ -4630,7 +4645,7 @@ const _sfc_main$1k = /* @__PURE__ */ defineComponent({
4630
4645
  return __returned__;
4631
4646
  }
4632
4647
  });
4633
- function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4648
+ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
4634
4649
  return openBlock(), createElementBlock(
4635
4650
  Fragment,
4636
4651
  null,
@@ -4690,8 +4705,8 @@ function _sfc_render$1k(_ctx, _cache, $props, $setup, $data, $options) {
4690
4705
  /* STABLE_FRAGMENT */
4691
4706
  );
4692
4707
  }
4693
- 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"]]);
4694
- const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4708
+ 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"]]);
4709
+ const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4695
4710
  __name: "OnyxMoreList",
4696
4711
  props: {
4697
4712
  injectionKey: { type: [Symbol, Object], required: true },
@@ -4724,7 +4739,7 @@ const _sfc_main$1j = /* @__PURE__ */ defineComponent({
4724
4739
  return __returned__;
4725
4740
  }
4726
4741
  });
4727
- function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
4742
+ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4728
4743
  return openBlock(), createBlock(
4729
4744
  resolveDynamicComponent($setup.props.is),
4730
4745
  {
@@ -4764,8 +4779,8 @@ function _sfc_render$1j(_ctx, _cache, $props, $setup, $data, $options) {
4764
4779
  /* NEED_PATCH */
4765
4780
  );
4766
4781
  }
4767
- 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"]]);
4768
- const _sfc_main$1i = /* @__PURE__ */ defineComponent({
4782
+ 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"]]);
4783
+ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4769
4784
  __name: "OnyxBreadcrumb",
4770
4785
  props: {
4771
4786
  density: { type: null, required: false },
@@ -4796,8 +4811,8 @@ const _hoisted_2$N = {
4796
4811
  class: "onyx-breadcrumb__list onyx-grid-container",
4797
4812
  role: "menu"
4798
4813
  };
4799
- const _hoisted_3$v = { ref: "moreListRef" };
4800
- function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4814
+ const _hoisted_3$w = { ref: "moreListRef" };
4815
+ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4801
4816
  return openBlock(), createElementBlock("nav", {
4802
4817
  class: normalizeClass([
4803
4818
  "onyx-component",
@@ -4876,7 +4891,7 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4876
4891
  options: withCtx(() => [
4877
4892
  createElementVNode(
4878
4893
  "div",
4879
- _hoisted_3$v,
4894
+ _hoisted_3$w,
4880
4895
  null,
4881
4896
  512
4882
4897
  /* NEED_PATCH */
@@ -4892,11 +4907,11 @@ function _sfc_render$1i(_ctx, _cache, $props, $setup, $data, $options) {
4892
4907
  ])
4893
4908
  ], 10, _hoisted_1$10);
4894
4909
  }
4895
- 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"]]);
4910
+ 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"]]);
4896
4911
  const BUTTON_TYPES = ["button", "submit", "reset"];
4897
4912
  const BUTTON_COLORS = ["primary", "neutral", "danger"];
4898
4913
  const BUTTON_MODES = ["default", "outline", "plain"];
4899
- const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4914
+ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4900
4915
  __name: "OnyxCard",
4901
4916
  props: {
4902
4917
  density: { type: null, required: false },
@@ -4915,7 +4930,7 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
4915
4930
  return __returned__;
4916
4931
  }
4917
4932
  });
4918
- function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4933
+ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
4919
4934
  return openBlock(), createBlock(resolveDynamicComponent($setup.linkProps ? $setup.OnyxRouterLink : $setup.props.clickable ? "button" : "div"), mergeProps($setup.linkProps, {
4920
4935
  class: ["onyx-component", "onyx-card", $setup.densityClass, "onyx-truncation-multiline", "onyx-text"]
4921
4936
  }), {
@@ -4926,8 +4941,8 @@ function _sfc_render$1h(_ctx, _cache, $props, $setup, $data, $options) {
4926
4941
  /* FORWARDED */
4927
4942
  }, 16, ["class"]);
4928
4943
  }
4929
- 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"]]);
4930
- const _sfc_main$1g = /* @__PURE__ */ defineComponent({
4944
+ 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"]]);
4945
+ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
4931
4946
  __name: "OnyxTooltip",
4932
4947
  props: {
4933
4948
  density: { type: null, required: false },
@@ -5083,7 +5098,7 @@ const _sfc_main$1g = /* @__PURE__ */ defineComponent({
5083
5098
  }
5084
5099
  });
5085
5100
  const _hoisted_1$$ = { class: "onyx-tooltip--content" };
5086
- function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
5101
+ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5087
5102
  return openBlock(), createElementBlock(
5088
5103
  "div",
5089
5104
  {
@@ -5123,8 +5138,8 @@ function _sfc_render$1g(_ctx, _cache, $props, $setup, $data, $options) {
5123
5138
  /* CLASS, STYLE */
5124
5139
  );
5125
5140
  }
5126
- 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"]]);
5127
- const _sfc_main$1f = /* @__PURE__ */ defineComponent({
5141
+ 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"]]);
5142
+ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5128
5143
  __name: "OnyxCalendarCell",
5129
5144
  props: {
5130
5145
  density: { type: null, required: false },
@@ -5156,15 +5171,15 @@ const _sfc_main$1f = /* @__PURE__ */ defineComponent({
5156
5171
  });
5157
5172
  const _hoisted_1$_ = { class: "onyx-calendar-cell__header" };
5158
5173
  const _hoisted_2$M = { class: "onyx-calendar-cell__date-container" };
5159
- const _hoisted_3$u = {
5174
+ const _hoisted_3$v = {
5160
5175
  key: 1,
5161
5176
  class: "onyx-calendar-cell__date"
5162
5177
  };
5163
- const _hoisted_4$m = {
5178
+ const _hoisted_4$n = {
5164
5179
  key: 0,
5165
5180
  class: "onyx-calendar-cell__main"
5166
5181
  };
5167
- function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5182
+ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5168
5183
  return openBlock(), createElementBlock(
5169
5184
  "td",
5170
5185
  {
@@ -5210,14 +5225,14 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5210
5225
  /* STABLE */
5211
5226
  }, 8, ["text"])) : (openBlock(), createElementBlock(
5212
5227
  "span",
5213
- _hoisted_3$u,
5228
+ _hoisted_3$v,
5214
5229
  toDisplayString($setup.props.date),
5215
5230
  1
5216
5231
  /* TEXT */
5217
5232
  ))
5218
5233
  ])
5219
5234
  ]),
5220
- !!$setup.slots.default ? (openBlock(), createElementBlock("div", _hoisted_4$m, [
5235
+ !!$setup.slots.default ? (openBlock(), createElementBlock("div", _hoisted_4$n, [
5221
5236
  renderSlot(_ctx.$slots, "default")
5222
5237
  ])) : createCommentVNode("v-if", true)
5223
5238
  ]),
@@ -5229,8 +5244,8 @@ function _sfc_render$1f(_ctx, _cache, $props, $setup, $data, $options) {
5229
5244
  /* CLASS */
5230
5245
  );
5231
5246
  }
5232
- 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"]]);
5233
- const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5247
+ 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"]]);
5248
+ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5234
5249
  __name: "OnyxIconButton",
5235
5250
  props: {
5236
5251
  density: { type: null, required: false },
@@ -5255,7 +5270,7 @@ const _sfc_main$1e = /* @__PURE__ */ defineComponent({
5255
5270
  return __returned__;
5256
5271
  }
5257
5272
  });
5258
- function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5273
+ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
5259
5274
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
5260
5275
  key: 0,
5261
5276
  class: normalizeClass(["onyx-icon-button-skeleton", $setup.densityClass])
@@ -5283,8 +5298,8 @@ function _sfc_render$1e(_ctx, _cache, $props, $setup, $data, $options) {
5283
5298
  /* FORWARDED */
5284
5299
  }, 16, ["aria-label", "title", "class"]));
5285
5300
  }
5286
- 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"]]);
5287
- const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5301
+ 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"]]);
5302
+ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5288
5303
  __name: "OnyxTag",
5289
5304
  props: {
5290
5305
  density: { type: null, required: false },
@@ -5313,7 +5328,7 @@ const _sfc_main$1d = /* @__PURE__ */ defineComponent({
5313
5328
  });
5314
5329
  const _hoisted_1$Z = { class: "onyx-text--small onyx-truncation-ellipsis" };
5315
5330
  const _hoisted_2$L = { class: "onyx-text--small onyx-truncation-ellipsis" };
5316
- function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
5331
+ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5317
5332
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
5318
5333
  key: 0,
5319
5334
  class: normalizeClass(["onyx-tag-skeleton", $setup.densityClass])
@@ -5377,10 +5392,10 @@ function _sfc_render$1d(_ctx, _cache, $props, $setup, $data, $options) {
5377
5392
  /* CLASS */
5378
5393
  ));
5379
5394
  }
5380
- 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"]]);
5381
- const __default__$8 = {};
5382
- const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5383
- ...__default__$8,
5395
+ 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"]]);
5396
+ const __default__$6 = {};
5397
+ const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5398
+ ...__default__$6,
5384
5399
  __name: "OnyxCalendar",
5385
5400
  props: {
5386
5401
  density: { type: null, required: false },
@@ -5496,10 +5511,10 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent({
5496
5511
  });
5497
5512
  const _hoisted_1$Y = { class: "onyx-calendar__header" };
5498
5513
  const _hoisted_2$K = { class: "control-container time-control-container" };
5499
- const _hoisted_3$t = { class: "control-container" };
5500
- const _hoisted_4$l = { class: "onyx-calendar__body" };
5514
+ const _hoisted_3$u = { class: "control-container" };
5515
+ const _hoisted_4$m = { class: "onyx-calendar__body" };
5501
5516
  const _hoisted_5$g = ["abbr"];
5502
- function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5517
+ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5503
5518
  return $setup.skeleton ? (openBlock(), createElementBlock(
5504
5519
  "div",
5505
5520
  {
@@ -5564,11 +5579,11 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5564
5579
  onClick: _cache[1] || (_cache[1] = ($event) => $setup.goToMonthByOffset(1))
5565
5580
  }, null, 8, ["label", "icon", "disabled"])
5566
5581
  ]),
5567
- createElementVNode("div", _hoisted_3$t, [
5582
+ createElementVNode("div", _hoisted_3$u, [
5568
5583
  renderSlot(_ctx.$slots, "actions")
5569
5584
  ])
5570
5585
  ]),
5571
- createElementVNode("div", _hoisted_4$l, [
5586
+ createElementVNode("div", _hoisted_4$m, [
5572
5587
  createElementVNode(
5573
5588
  "table",
5574
5589
  normalizeProps(guardReactiveProps($setup.tableProps)),
@@ -5660,7 +5675,7 @@ function _sfc_render$1c(_ctx, _cache, $props, $setup, $data, $options) {
5660
5675
  /* CLASS */
5661
5676
  ));
5662
5677
  }
5663
- 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"]]);
5678
+ 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"]]);
5664
5679
  const useRequired = (props, requiredMarker) => ({
5665
5680
  /**
5666
5681
  * Class that configures which type of required marker is used.
@@ -5876,7 +5891,7 @@ const formatMinMax = (locale, type, value) => {
5876
5891
  };
5877
5892
  return date.toLocaleString(locale, format);
5878
5893
  };
5879
- const _sfc_main$1b = /* @__PURE__ */ defineComponent({
5894
+ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5880
5895
  __name: "OnyxErrorTooltip",
5881
5896
  props: {
5882
5897
  errorMessages: { type: Object, required: false },
@@ -5897,7 +5912,7 @@ const _hoisted_2$J = {
5897
5912
  key: 0,
5898
5913
  ref: "targetRef"
5899
5914
  };
5900
- function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5915
+ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
5901
5916
  return openBlock(), createElementBlock("div", _hoisted_1$X, [
5902
5917
  !$setup.tooltipError || $setup.props.disabled ? (openBlock(), createElementBlock(
5903
5918
  "div",
@@ -5934,8 +5949,8 @@ function _sfc_render$1b(_ctx, _cache, $props, $setup, $data, $options) {
5934
5949
  ], 8, ["to"])) : createCommentVNode("v-if", true)
5935
5950
  ]);
5936
5951
  }
5937
- 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"]]);
5938
- const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5952
+ 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"]]);
5953
+ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
5939
5954
  ...{ inheritAttrs: false },
5940
5955
  __name: "OnyxCheckbox",
5941
5956
  props: {
@@ -5984,8 +5999,8 @@ const _sfc_main$1a = /* @__PURE__ */ defineComponent({
5984
5999
  });
5985
6000
  const _hoisted_1$W = ["title"];
5986
6001
  const _hoisted_2$I = { class: "onyx-checkbox__container" };
5987
- const _hoisted_3$s = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
5988
- function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
6002
+ const _hoisted_3$t = ["aria-label", "indeterminate", "disabled", "required", "value", "autofocus"];
6003
+ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
5989
6004
  return $setup.skeleton ? (openBlock(), createElementBlock(
5990
6005
  "div",
5991
6006
  mergeProps({
@@ -6028,7 +6043,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
6028
6043
  required: $setup.props.required,
6029
6044
  value: $setup.props.value,
6030
6045
  autofocus: $setup.props.autofocus
6031
- }, $setup.restAttrs), null, 16, _hoisted_3$s)), [
6046
+ }, $setup.restAttrs), null, 16, _hoisted_3$t)), [
6032
6047
  [vModelCheckbox, $setup.isChecked],
6033
6048
  [$setup["vCustomValidity"]]
6034
6049
  ])
@@ -6070,7 +6085,7 @@ function _sfc_render$1a(_ctx, _cache, $props, $setup, $data, $options) {
6070
6085
  /* STABLE */
6071
6086
  }, 16, ["disabled", "error-messages"]));
6072
6087
  }
6073
- 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"]]);
6088
+ 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"]]);
6074
6089
  const useSelectAllCheckboxState = (enabledOptionValues, modelValue) => computed(() => {
6075
6090
  const currentValues = modelValue.value.filter(
6076
6091
  (value) => enabledOptionValues.value.includes(value)
@@ -6105,7 +6120,7 @@ const useCheckAll = (enabledOptionValues, modelValue, onChangeCallback) => {
6105
6120
  }
6106
6121
  };
6107
6122
  };
6108
- const _sfc_main$19 = /* @__PURE__ */ defineComponent({
6123
+ const _sfc_main$18 = /* @__PURE__ */ defineComponent({
6109
6124
  __name: "OnyxInfoTooltip",
6110
6125
  props: {
6111
6126
  text: { type: String, required: true },
@@ -6142,7 +6157,7 @@ const _sfc_main$19 = /* @__PURE__ */ defineComponent({
6142
6157
  }
6143
6158
  });
6144
6159
  const _hoisted_1$V = { class: "onyx-component onyx-info-tooltip" };
6145
- function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
6160
+ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
6146
6161
  return openBlock(), createElementBlock("span", _hoisted_1$V, [
6147
6162
  $setup.triggerType === "click" ? (openBlock(), createBlock($setup["OnyxTooltip"], mergeProps({ key: 0 }, $setup.tooltipProps, {
6148
6163
  open: $setup.isVisible,
@@ -6201,8 +6216,8 @@ function _sfc_render$19(_ctx, _cache, $props, $setup, $data, $options) {
6201
6216
  ))
6202
6217
  ]);
6203
6218
  }
6204
- 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"]]);
6205
- const _sfc_main$18 = /* @__PURE__ */ defineComponent({
6219
+ 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"]]);
6220
+ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
6206
6221
  __name: "OnyxCheckboxGroup",
6207
6222
  props: {
6208
6223
  truncation: { type: null, required: false, default: "ellipsis" },
@@ -6265,7 +6280,7 @@ const _hoisted_2$H = {
6265
6280
  key: 0,
6266
6281
  class: "onyx-checkbox-group__label"
6267
6282
  };
6268
- function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
6283
+ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
6269
6284
  return openBlock(), createElementBlock("fieldset", {
6270
6285
  class: normalizeClass(["onyx-component", "onyx-checkbox-group", $setup.densityClass]),
6271
6286
  disabled: $setup.disabled,
@@ -6353,10 +6368,10 @@ function _sfc_render$18(_ctx, _cache, $props, $setup, $data, $options) {
6353
6368
  )
6354
6369
  ], 10, _hoisted_1$U);
6355
6370
  }
6356
- 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"]]);
6371
+ 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"]]);
6357
6372
  const CODE_TABS_INJECTION_KEY = /* @__PURE__ */ Symbol();
6358
6373
  const TABS_INJECTION_KEY = /* @__PURE__ */ Symbol();
6359
- const _sfc_main$17 = /* @__PURE__ */ defineComponent({
6374
+ const _sfc_main$16 = /* @__PURE__ */ defineComponent({
6360
6375
  ...{ inheritAttrs: false },
6361
6376
  __name: "OnyxTab",
6362
6377
  props: {
@@ -6389,7 +6404,7 @@ const _sfc_main$17 = /* @__PURE__ */ defineComponent({
6389
6404
  });
6390
6405
  const _hoisted_1$T = ["disabled"];
6391
6406
  const _hoisted_2$G = { class: "onyx-tab__label" };
6392
- function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
6407
+ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6393
6408
  return openBlock(), createElementBlock(
6394
6409
  Fragment,
6395
6410
  null,
@@ -6444,10 +6459,10 @@ function _sfc_render$17(_ctx, _cache, $props, $setup, $data, $options) {
6444
6459
  /* STABLE_FRAGMENT */
6445
6460
  );
6446
6461
  }
6447
- 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"]]);
6448
- const __default__$7 = {};
6449
- const _sfc_main$16 = /* @__PURE__ */ defineComponent({
6450
- ...__default__$7,
6462
+ 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"]]);
6463
+ const __default__$5 = {};
6464
+ const _sfc_main$15 = /* @__PURE__ */ defineComponent({
6465
+ ...__default__$5,
6451
6466
  __name: "OnyxCodeTab",
6452
6467
  props: {
6453
6468
  value: { type: null, required: true },
@@ -6496,7 +6511,7 @@ const _hoisted_2$F = {
6496
6511
  key: 0,
6497
6512
  class: "onyx-code-tab__language onyx-text--small"
6498
6513
  };
6499
- function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6514
+ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6500
6515
  return openBlock(), createBlock($setup["OnyxTab"], mergeProps($setup.tabProps, {
6501
6516
  label: $setup.label,
6502
6517
  class: "onyx-code-tab",
@@ -6561,8 +6576,8 @@ function _sfc_render$16(_ctx, _cache, $props, $setup, $data, $options) {
6561
6576
  /* FORWARDED */
6562
6577
  }, 16, ["label", "disabled"]);
6563
6578
  }
6564
- 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"]]);
6565
- const _sfc_main$15 = /* @__PURE__ */ defineComponent({
6579
+ 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"]]);
6580
+ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6566
6581
  __name: "OnyxTabs",
6567
6582
  props: {
6568
6583
  density: { type: null, required: false },
@@ -6606,7 +6621,7 @@ const _hoisted_2$E = {
6606
6621
  key: 0,
6607
6622
  class: "onyx-tabs__actions"
6608
6623
  };
6609
- function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6624
+ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6610
6625
  return openBlock(), createElementBlock(
6611
6626
  "div",
6612
6627
  {
@@ -6638,10 +6653,10 @@ function _sfc_render$15(_ctx, _cache, $props, $setup, $data, $options) {
6638
6653
  /* CLASS */
6639
6654
  );
6640
6655
  }
6641
- 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"]]);
6642
- const __default__$6 = {};
6643
- const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6644
- ...__default__$6,
6656
+ 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"]]);
6657
+ const __default__$4 = {};
6658
+ const _sfc_main$13 = /* @__PURE__ */ defineComponent({
6659
+ ...__default__$4,
6645
6660
  __name: "OnyxCodeTabs",
6646
6661
  props: {
6647
6662
  skeleton: { type: Boolean, required: false },
@@ -6682,7 +6697,7 @@ const _sfc_main$14 = /* @__PURE__ */ defineComponent({
6682
6697
  return __returned__;
6683
6698
  }
6684
6699
  });
6685
- function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6700
+ function _sfc_render$13(_ctx, _cache, $props, $setup, $data, $options) {
6686
6701
  return openBlock(), createBlock($setup["OnyxTabs"], mergeProps($setup.tabsProps, {
6687
6702
  modelValue: $setup.modelValue,
6688
6703
  "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $setup.modelValue = $event),
@@ -6715,13 +6730,13 @@ function _sfc_render$14(_ctx, _cache, $props, $setup, $data, $options) {
6715
6730
  /* FORWARDED */
6716
6731
  }, 16, ["modelValue", "label"]);
6717
6732
  }
6718
- 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"]]);
6733
+ 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"]]);
6719
6734
  const escapeCSS = (key) => {
6720
6735
  const name = typeof key === "symbol" && key.description ? key.description : String(key);
6721
6736
  if (globalThis.window && window.CSS) return CSS.escape(name);
6722
6737
  return name.replace(/\W/g, "-");
6723
6738
  };
6724
- const _sfc_main$13 = {};
6739
+ const _sfc_main$12 = {};
6725
6740
  const _hoisted_1$Q = {
6726
6741
  xmlns: "http://www.w3.org/2000/svg",
6727
6742
  class: "onyx-component onyx-empty-svg",
@@ -6731,13 +6746,13 @@ const _hoisted_1$Q = {
6731
6746
  fill: "none",
6732
6747
  "aria-hidden": "true"
6733
6748
  };
6734
- function _sfc_render$13(_ctx, _cache) {
6749
+ function _sfc_render$12(_ctx, _cache) {
6735
6750
  return openBlock(), createElementBlock("svg", _hoisted_1$Q, [..._cache[0] || (_cache[0] = [
6736
6751
  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)
6737
6752
  ])]);
6738
6753
  }
6739
- 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"]]);
6740
- const _sfc_main$12 = /* @__PURE__ */ defineComponent({
6754
+ const OnyxEmptySVG = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/illustrations/OnyxEmptySVG/OnyxEmptySVG.vue"]]);
6755
+ const _sfc_main$11 = /* @__PURE__ */ defineComponent({
6741
6756
  __name: "OnyxEmpty",
6742
6757
  props: {
6743
6758
  density: { type: null, required: false }
@@ -6757,11 +6772,11 @@ const _hoisted_2$D = {
6757
6772
  key: 0,
6758
6773
  class: "onyx-empty__description onyx-truncation-multiline"
6759
6774
  };
6760
- const _hoisted_3$r = {
6775
+ const _hoisted_3$s = {
6761
6776
  key: 0,
6762
6777
  class: "onyx-empty__buttons"
6763
6778
  };
6764
- function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6779
+ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6765
6780
  return openBlock(), createElementBlock(
6766
6781
  "div",
6767
6782
  {
@@ -6786,7 +6801,7 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6786
6801
  renderSlot(_ctx.$slots, "description")
6787
6802
  ])) : createCommentVNode("v-if", true)
6788
6803
  ]),
6789
- !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$r, [
6804
+ !!$setup.slots.buttons ? (openBlock(), createElementBlock("div", _hoisted_3$s, [
6790
6805
  renderSlot(_ctx.$slots, "buttons")
6791
6806
  ])) : createCommentVNode("v-if", true)
6792
6807
  ],
@@ -6794,8 +6809,8 @@ function _sfc_render$12(_ctx, _cache, $props, $setup, $data, $options) {
6794
6809
  /* CLASS */
6795
6810
  );
6796
6811
  }
6797
- const OnyxEmpty = /* @__PURE__ */ _export_sfc(_sfc_main$12, [["render", _sfc_render$12], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxEmpty/OnyxEmpty.vue"]]);
6798
- const _sfc_main$11 = /* @__PURE__ */ defineComponent({
6812
+ const OnyxEmpty = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxEmpty/OnyxEmpty.vue"]]);
6813
+ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
6799
6814
  __name: "OnyxTable",
6800
6815
  props: {
6801
6816
  density: { type: null, required: false },
@@ -6831,8 +6846,8 @@ const _hoisted_1$O = {
6831
6846
  class: "onyx-table-wrapper__top"
6832
6847
  };
6833
6848
  const _hoisted_2$C = ["id"];
6834
- const _hoisted_3$q = { class: "onyx-table-wrapper__actions" };
6835
- const _hoisted_4$k = ["tabindex"];
6849
+ const _hoisted_3$r = { class: "onyx-table-wrapper__actions" };
6850
+ const _hoisted_4$l = ["tabindex"];
6836
6851
  const _hoisted_5$f = ["aria-labelledby"];
6837
6852
  const _hoisted_6$b = ["span"];
6838
6853
  const _hoisted_7$6 = {
@@ -6848,7 +6863,7 @@ const _hoisted_13 = {
6848
6863
  key: 1,
6849
6864
  class: "onyx-table-wrapper__bottom"
6850
6865
  };
6851
- function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6866
+ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
6852
6867
  return openBlock(), createElementBlock(
6853
6868
  "div",
6854
6869
  {
@@ -6860,7 +6875,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6860
6875
  createElementVNode("div", { id: $setup.headlineId }, [
6861
6876
  renderSlot(_ctx.$slots, "headline")
6862
6877
  ], 8, _hoisted_2$C),
6863
- createElementVNode("div", _hoisted_3$q, [
6878
+ createElementVNode("div", _hoisted_3$r, [
6864
6879
  renderSlot(_ctx.$slots, "actions")
6865
6880
  ])
6866
6881
  ])) : createCommentVNode("v-if", true),
@@ -6939,7 +6954,7 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6939
6954
  ])
6940
6955
  ])
6941
6956
  ], 10, _hoisted_5$f)
6942
- ], 16, _hoisted_4$k),
6957
+ ], 16, _hoisted_4$l),
6943
6958
  !!$setup.slots.bottomLeft || !!$setup.slots.pagination ? (openBlock(), createElementBlock("div", _hoisted_13, [
6944
6959
  createElementVNode("div", null, [
6945
6960
  renderSlot(_ctx.$slots, "bottomLeft")
@@ -6953,8 +6968,8 @@ function _sfc_render$11(_ctx, _cache, $props, $setup, $data, $options) {
6953
6968
  /* CLASS, STYLE */
6954
6969
  );
6955
6970
  }
6956
- const OnyxTable = /* @__PURE__ */ _export_sfc(_sfc_main$11, [["render", _sfc_render$11], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTable/OnyxTable.vue"]]);
6957
- const _sfc_main$10 = /* @__PURE__ */ defineComponent({
6971
+ const OnyxTable = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxTable/OnyxTable.vue"]]);
6972
+ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
6958
6973
  __name: "OnyxDataGridRenderer",
6959
6974
  props: {
6960
6975
  density: { type: null, required: false },
@@ -6991,7 +7006,7 @@ const _sfc_main$10 = /* @__PURE__ */ defineComponent({
6991
7006
  return __returned__;
6992
7007
  }
6993
7008
  });
6994
- function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
7009
+ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
6995
7010
  return openBlock(), createBlock($setup["OnyxTable"], mergeProps({ class: "onyx-data-grid" }, $setup.tableProps, {
6996
7011
  "scroll-container-attrs": $setup.mergeVueProps($setup.props.scrollContainerAttrs, { style: $setup.columnStyle })
6997
7012
  }), createSlots({
@@ -7098,8 +7113,8 @@ function _sfc_render$10(_ctx, _cache, $props, $setup, $data, $options) {
7098
7113
  })
7099
7114
  ]), 1040, ["scroll-container-attrs"]);
7100
7115
  }
7101
- const OnyxDataGridRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$10, [["render", _sfc_render$10], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/OnyxDataGridRenderer/OnyxDataGridRenderer.vue"]]);
7102
- const _sfc_main$$ = /* @__PURE__ */ defineComponent({
7116
+ const OnyxDataGridRenderer = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/OnyxDataGridRenderer/OnyxDataGridRenderer.vue"]]);
7117
+ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
7103
7118
  ...{ inheritAttrs: false },
7104
7119
  __name: "OnyxMiniSearch",
7105
7120
  props: {
@@ -7141,7 +7156,7 @@ const _sfc_main$$ = /* @__PURE__ */ defineComponent({
7141
7156
  });
7142
7157
  const _hoisted_1$N = ["autofocus", "placeholder", "aria-label"];
7143
7158
  const _hoisted_2$B = ["aria-label"];
7144
- function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
7159
+ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
7145
7160
  return openBlock(), createElementBlock(
7146
7161
  "div",
7147
7162
  mergeProps({
@@ -7183,11 +7198,11 @@ function _sfc_render$$(_ctx, _cache, $props, $setup, $data, $options) {
7183
7198
  /* FULL_PROPS */
7184
7199
  );
7185
7200
  }
7186
- const OnyxMiniSearch = /* @__PURE__ */ _export_sfc(_sfc_main$$, [["render", _sfc_render$$], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMiniSearch/OnyxMiniSearch.vue"]]);
7201
+ const OnyxMiniSearch = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMiniSearch/OnyxMiniSearch.vue"]]);
7187
7202
  const prepareMapping = (features, key) => features.flatMap((f) => f[key]).filter((f) => f?.func).sort((a, b) => (a?.order ?? 0) - (b?.order ?? 0));
7188
7203
  const applyMapping = (mapping, input2) => mapping.reduce((output, m) => m.func(output), input2);
7189
7204
  const DataGridRowOptionsSymbol = /* @__PURE__ */ Symbol("RowOptions");
7190
- const _sfc_main$_ = /* @__PURE__ */ defineComponent({
7205
+ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
7191
7206
  __name: "HeaderCell",
7192
7207
  props: {
7193
7208
  label: { type: String, required: true }
@@ -7203,11 +7218,11 @@ const _sfc_main$_ = /* @__PURE__ */ defineComponent({
7203
7218
  });
7204
7219
  const _hoisted_1$M = { class: "onyx-component onyx-data-grid-header-cell" };
7205
7220
  const _hoisted_2$A = { class: "onyx-data-grid-header-cell__label" };
7206
- const _hoisted_3$p = {
7221
+ const _hoisted_3$q = {
7207
7222
  key: 0,
7208
7223
  class: "onyx-data-grid-header-cell__actions"
7209
7224
  };
7210
- function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
7225
+ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
7211
7226
  return openBlock(), createElementBlock("div", _hoisted_1$M, [
7212
7227
  createElementVNode(
7213
7228
  "span",
@@ -7216,12 +7231,12 @@ function _sfc_render$_(_ctx, _cache, $props, $setup, $data, $options) {
7216
7231
  1
7217
7232
  /* TEXT */
7218
7233
  ),
7219
- $setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$p, [
7234
+ $setup.slots.actions ? (openBlock(), createElementBlock("div", _hoisted_3$q, [
7220
7235
  renderSlot(_ctx.$slots, "actions")
7221
7236
  ])) : createCommentVNode("v-if", true)
7222
7237
  ]);
7223
7238
  }
7224
- const HeaderCell = /* @__PURE__ */ _export_sfc(_sfc_main$_, [["render", _sfc_render$_], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/features/HeaderCell.vue"]]);
7239
+ const HeaderCell = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/features/HeaderCell.vue"]]);
7225
7240
  const FALLBACK_RENDER_VALUE = "-";
7226
7241
  const fallback = (opts) => opts?.fallback ?? FALLBACK_RENDER_VALUE;
7227
7242
  const createTypeRenderer = (typeRenderer) => Object.freeze(typeRenderer);
@@ -7723,7 +7738,7 @@ const useErrorClass = (showError) => computed(() => {
7723
7738
  }
7724
7739
  return "onyx-form-element--touched-invalid";
7725
7740
  });
7726
- const _sfc_main$Z = /* @__PURE__ */ defineComponent({
7741
+ const _sfc_main$Y = /* @__PURE__ */ defineComponent({
7727
7742
  __name: "FormMessage",
7728
7743
  props: {
7729
7744
  messages: { type: Object, required: true },
@@ -7740,7 +7755,7 @@ const _sfc_main$Z = /* @__PURE__ */ defineComponent({
7740
7755
  const _hoisted_1$L = {
7741
7756
  class: /* @__PURE__ */ normalizeClass(["onyx-truncation-ellipsis"])
7742
7757
  };
7743
- function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
7758
+ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
7744
7759
  return openBlock(), createBlock(resolveDynamicComponent($props.messages.hidden ? $setup.OnyxVisuallyHidden : "span"), {
7745
7760
  class: normalizeClass(["onyx-component", "onyx-form-message", `onyx-form-message__${$setup.props.type}`])
7746
7761
  }, {
@@ -7765,8 +7780,8 @@ function _sfc_render$Z(_ctx, _cache, $props, $setup, $data, $options) {
7765
7780
  /* STABLE */
7766
7781
  }, 8, ["class"]);
7767
7782
  }
7768
- const FormMessage = /* @__PURE__ */ _export_sfc(_sfc_main$Z, [["render", _sfc_render$Z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFormElement/FormMessage.vue"]]);
7769
- const _sfc_main$Y = /* @__PURE__ */ defineComponent({
7783
+ const FormMessage = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFormElement/FormMessage.vue"]]);
7784
+ const _sfc_main$X = /* @__PURE__ */ defineComponent({
7770
7785
  __name: "OnyxFormElement",
7771
7786
  props: {
7772
7787
  disabled: { type: [Boolean, Symbol], required: false },
@@ -7844,12 +7859,12 @@ const _hoisted_1$K = {
7844
7859
  class: "onyx-form-element__label onyx-text--small"
7845
7860
  };
7846
7861
  const _hoisted_2$z = ["for"];
7847
- const _hoisted_3$o = {
7862
+ const _hoisted_3$p = {
7848
7863
  key: 1,
7849
7864
  class: "onyx-form-element__footer onyx-text--small"
7850
7865
  };
7851
- const _hoisted_4$j = { class: "onyx-form-element__footer-messages" };
7852
- function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
7866
+ const _hoisted_4$k = { class: "onyx-form-element__footer-messages" };
7867
+ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
7853
7868
  return openBlock(), createElementBlock(
7854
7869
  "div",
7855
7870
  {
@@ -7896,8 +7911,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
7896
7911
  renderSlot(_ctx.$slots, "default", {
7897
7912
  id: $setup.props.id
7898
7913
  }),
7899
- $setup.footer ? (openBlock(), createElementBlock("div", _hoisted_3$o, [
7900
- createElementVNode("span", _hoisted_4$j, [
7914
+ $setup.footer ? (openBlock(), createElementBlock("div", _hoisted_3$p, [
7915
+ createElementVNode("span", _hoisted_4$k, [
7901
7916
  $setup.footer.errorMessages ? (openBlock(), createBlock($setup["FormMessage"], {
7902
7917
  key: 0,
7903
7918
  class: "onyx-form-element__error-message",
@@ -7936,8 +7951,8 @@ function _sfc_render$Y(_ctx, _cache, $props, $setup, $data, $options) {
7936
7951
  /* CLASS */
7937
7952
  );
7938
7953
  }
7939
- const OnyxFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$Y, [["render", _sfc_render$Y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFormElement/OnyxFormElement.vue"]]);
7940
- const _sfc_main$X = /* @__PURE__ */ defineComponent({
7954
+ const OnyxFormElement = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxFormElement/OnyxFormElement.vue"]]);
7955
+ const _sfc_main$W = /* @__PURE__ */ defineComponent({
7941
7956
  ...{ inheritAttrs: false },
7942
7957
  __name: "OnyxSelectInput",
7943
7958
  props: {
@@ -8022,7 +8037,7 @@ const _sfc_main$X = /* @__PURE__ */ defineComponent({
8022
8037
  });
8023
8038
  const _hoisted_1$J = ["id", "readonly", "placeholder", "required", "disabled", "aria-label", "title", "value", "autofocus"];
8024
8039
  const _hoisted_2$y = ["aria-label", "title", "disabled"];
8025
- function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
8040
+ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
8026
8041
  return $setup.skeleton ? (openBlock(), createElementBlock(
8027
8042
  "div",
8028
8043
  mergeProps({
@@ -8145,8 +8160,8 @@ function _sfc_render$X(_ctx, _cache, $props, $setup, $data, $options) {
8145
8160
  /* FULL_PROPS */
8146
8161
  ));
8147
8162
  }
8148
- const OnyxSelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$X, [["render", _sfc_render$X], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectInput/OnyxSelectInput.vue"]]);
8149
- const _sfc_main$W = /* @__PURE__ */ defineComponent({
8163
+ const OnyxSelectInput = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectInput/OnyxSelectInput.vue"]]);
8164
+ const _sfc_main$V = /* @__PURE__ */ defineComponent({
8150
8165
  __name: "OnyxSelectOption",
8151
8166
  props: {
8152
8167
  active: { type: Boolean, required: false, default: false },
@@ -8166,7 +8181,7 @@ const _sfc_main$W = /* @__PURE__ */ defineComponent({
8166
8181
  }
8167
8182
  });
8168
8183
  const _hoisted_1$I = ["checked", "aria-labelledby", "disabled", "indeterminate"];
8169
- function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
8184
+ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
8170
8185
  return openBlock(), createBlock($setup["OnyxListItem"], mergeProps({ class: "onyx-component onyx-select-option" }, $setup.listItemProps, {
8171
8186
  checked: !!_ctx.$attrs["aria-checked"],
8172
8187
  selected: !!_ctx.$attrs["aria-selected"],
@@ -8204,8 +8219,8 @@ function _sfc_render$W(_ctx, _cache, $props, $setup, $data, $options) {
8204
8219
  /* FORWARDED */
8205
8220
  }, 16, ["checked", "selected", "disabled"]);
8206
8221
  }
8207
- const OnyxSelectOption = /* @__PURE__ */ _export_sfc(_sfc_main$W, [["render", _sfc_render$W], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectOption/OnyxSelectOption.vue"]]);
8208
- const _sfc_main$V = /* @__PURE__ */ defineComponent({
8222
+ const OnyxSelectOption = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectOption/OnyxSelectOption.vue"]]);
8223
+ const _sfc_main$U = /* @__PURE__ */ defineComponent({
8209
8224
  __name: "OnyxSelect",
8210
8225
  props: {
8211
8226
  density: { type: null, required: false },
@@ -8483,12 +8498,12 @@ const _hoisted_2$x = {
8483
8498
  class: "onyx-select__wrapper",
8484
8499
  tabindex: "-1"
8485
8500
  };
8486
- const _hoisted_3$n = {
8501
+ const _hoisted_3$o = {
8487
8502
  key: 0,
8488
8503
  role: "group",
8489
8504
  class: "onyx-select__group"
8490
8505
  };
8491
- const _hoisted_4$i = {
8506
+ const _hoisted_4$j = {
8492
8507
  role: "option",
8493
8508
  "aria-selected": "false"
8494
8509
  };
@@ -8509,7 +8524,7 @@ const _hoisted_8$4 = {
8509
8524
  key: 0,
8510
8525
  class: "onyx-select__description onyx-text--small"
8511
8526
  };
8512
- function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
8527
+ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
8513
8528
  return openBlock(), createElementBlock(
8514
8529
  "div",
8515
8530
  _hoisted_1$H,
@@ -8557,8 +8572,8 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
8557
8572
  "div",
8558
8573
  normalizeProps(guardReactiveProps($setup.listbox)),
8559
8574
  [
8560
- $setup.isEmptyMessage ? (openBlock(), createElementBlock("ul", _hoisted_3$n, [
8561
- createElementVNode("li", _hoisted_4$i, [
8575
+ $setup.isEmptyMessage ? (openBlock(), createElementBlock("ul", _hoisted_3$o, [
8576
+ createElementVNode("li", _hoisted_4$j, [
8562
8577
  renderSlot(_ctx.$slots, "empty", { defaultMessage: $setup.isEmptyMessage }, () => [
8563
8578
  createVNode($setup["OnyxEmpty"], {
8564
8579
  density: $setup.props.density
@@ -8712,10 +8727,10 @@ function _sfc_render$V(_ctx, _cache, $props, $setup, $data, $options) {
8712
8727
  /* NEED_PATCH */
8713
8728
  );
8714
8729
  }
8715
- const OnyxSelect = /* @__PURE__ */ _export_sfc(_sfc_main$V, [["render", _sfc_render$V], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelect/OnyxSelect.vue"]]);
8716
- const __default__$5 = {};
8717
- const _sfc_main$U = /* @__PURE__ */ defineComponent({
8718
- ...__default__$5,
8730
+ const OnyxSelect = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelect/OnyxSelect.vue"]]);
8731
+ const __default__$3 = {};
8732
+ const _sfc_main$T = /* @__PURE__ */ defineComponent({
8733
+ ...__default__$3,
8719
8734
  __name: "OnyxItemsPerPage",
8720
8735
  props: {
8721
8736
  density: { type: null, required: false },
@@ -8749,7 +8764,7 @@ const _sfc_main$U = /* @__PURE__ */ defineComponent({
8749
8764
  }
8750
8765
  });
8751
8766
  const _hoisted_1$G = ["for"];
8752
- function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
8767
+ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
8753
8768
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
8754
8769
  key: 0,
8755
8770
  class: normalizeClass(["onyx-items-per-page-skeleton", "onyx-text", $setup.densityClass])
@@ -8788,8 +8803,8 @@ function _sfc_render$U(_ctx, _cache, $props, $setup, $data, $options) {
8788
8803
  /* CLASS, STYLE */
8789
8804
  ));
8790
8805
  }
8791
- const OnyxItemsPerPage = /* @__PURE__ */ _export_sfc(_sfc_main$U, [["render", _sfc_render$U], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxItemsPerPage/OnyxItemsPerPage.vue"]]);
8792
- const _sfc_main$T = /* @__PURE__ */ defineComponent({
8806
+ const OnyxItemsPerPage = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxItemsPerPage/OnyxItemsPerPage.vue"]]);
8807
+ const _sfc_main$S = /* @__PURE__ */ defineComponent({
8793
8808
  __name: "OnyxInlinePagination",
8794
8809
  props: {
8795
8810
  density: { type: null, required: false },
@@ -8843,10 +8858,10 @@ const _sfc_main$T = /* @__PURE__ */ defineComponent({
8843
8858
  });
8844
8859
  const _hoisted_1$F = ["aria-label"];
8845
8860
  const _hoisted_2$w = ["aria-label", "disabled"];
8846
- const _hoisted_3$m = ["aria-label", "disabled", "onClick"];
8847
- const _hoisted_4$h = ["aria-label"];
8861
+ const _hoisted_3$n = ["aria-label", "disabled", "onClick"];
8862
+ const _hoisted_4$i = ["aria-label"];
8848
8863
  const _hoisted_5$d = ["aria-label", "disabled"];
8849
- function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
8864
+ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
8850
8865
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
8851
8866
  key: 0,
8852
8867
  class: normalizeClass([
@@ -8894,7 +8909,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
8894
8909
  type: "button",
8895
8910
  disabled: $setup.props.disabled,
8896
8911
  onClick: ($event) => $setup.emit("update:modelValue", pageNumber)
8897
- }, toDisplayString(pageNumber), 11, _hoisted_3$m)) : (openBlock(), createElementBlock("div", {
8912
+ }, toDisplayString(pageNumber), 11, _hoisted_3$n)) : (openBlock(), createElementBlock("div", {
8898
8913
  key: 1,
8899
8914
  class: normalizeClass(["onyx-pagination__more-pages"]),
8900
8915
  "aria-label": $setup.t("pagination.morePages")
@@ -8917,7 +8932,7 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
8917
8932
  _: 1
8918
8933
  /* STABLE */
8919
8934
  })
8920
- ], 8, _hoisted_4$h))
8935
+ ], 8, _hoisted_4$i))
8921
8936
  ],
8922
8937
  64
8923
8938
  /* STABLE_FRAGMENT */
@@ -8937,9 +8952,9 @@ function _sfc_render$T(_ctx, _cache, $props, $setup, $data, $options) {
8937
8952
  ], 8, _hoisted_5$d)
8938
8953
  ], 10, _hoisted_1$F));
8939
8954
  }
8940
- const OnyxInlinePagination = /* @__PURE__ */ _export_sfc(_sfc_main$T, [["render", _sfc_render$T], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxInlinePagination.vue"]]);
8955
+ const OnyxInlinePagination = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxInlinePagination.vue"]]);
8941
8956
  const pageSize = 100;
8942
- const _sfc_main$S = /* @__PURE__ */ defineComponent({
8957
+ const _sfc_main$R = /* @__PURE__ */ defineComponent({
8943
8958
  __name: "OnyxSelectPagination",
8944
8959
  props: {
8945
8960
  density: { type: null, required: false },
@@ -8993,9 +9008,9 @@ const _sfc_main$S = /* @__PURE__ */ defineComponent({
8993
9008
  });
8994
9009
  const _hoisted_1$E = ["aria-label"];
8995
9010
  const _hoisted_2$v = { class: "onyx-pagination__count" };
8996
- const _hoisted_3$l = ["aria-label", "disabled"];
8997
- const _hoisted_4$g = ["aria-label", "disabled"];
8998
- function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
9011
+ const _hoisted_3$m = ["aria-label", "disabled"];
9012
+ const _hoisted_4$h = ["aria-label", "disabled"];
9013
+ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
8999
9014
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
9000
9015
  key: 0,
9001
9016
  class: normalizeClass(["onyx-pagination-skeleton", "onyx-text", $setup.densityClass])
@@ -9039,7 +9054,7 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
9039
9054
  onClick: _cache[2] || (_cache[2] = ($event) => $setup.emit("update:modelValue", $setup.props.modelValue - 1))
9040
9055
  }, [
9041
9056
  createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronLeftSmall }, null, 8, ["icon"])
9042
- ], 8, _hoisted_3$l),
9057
+ ], 8, _hoisted_3$m),
9043
9058
  createElementVNode("button", {
9044
9059
  class: "onyx-pagination__button",
9045
9060
  "aria-label": $setup.t("pagination.next"),
@@ -9048,11 +9063,11 @@ function _sfc_render$S(_ctx, _cache, $props, $setup, $data, $options) {
9048
9063
  onClick: _cache[3] || (_cache[3] = ($event) => $setup.emit("update:modelValue", $setup.props.modelValue + 1))
9049
9064
  }, [
9050
9065
  createVNode($setup["OnyxIcon"], { icon: $setup.iconChevronRightSmall }, null, 8, ["icon"])
9051
- ], 8, _hoisted_4$g)
9066
+ ], 8, _hoisted_4$h)
9052
9067
  ], 14, _hoisted_1$E));
9053
9068
  }
9054
- const OnyxSelectPagination = /* @__PURE__ */ _export_sfc(_sfc_main$S, [["render", _sfc_render$S], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxSelectPagination.vue"]]);
9055
- const _sfc_main$R = /* @__PURE__ */ defineComponent({
9069
+ const OnyxSelectPagination = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxSelectPagination.vue"]]);
9070
+ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
9056
9071
  __name: "OnyxPagination",
9057
9072
  props: {
9058
9073
  density: { type: null, required: false },
@@ -9073,7 +9088,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
9073
9088
  return __returned__;
9074
9089
  }
9075
9090
  });
9076
- function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
9091
+ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
9077
9092
  return $setup.props.type === "inline" ? (openBlock(), createBlock(
9078
9093
  $setup["OnyxInlinePagination"],
9079
9094
  mergeProps({ key: 0 }, $setup.paginationProps, {
@@ -9092,7 +9107,7 @@ function _sfc_render$R(_ctx, _cache, $props, $setup, $data, $options) {
9092
9107
  /* FULL_PROPS */
9093
9108
  ));
9094
9109
  }
9095
- const OnyxPagination = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["render", _sfc_render$R], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxPagination.vue"]]);
9110
+ const OnyxPagination = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPagination/OnyxPagination.vue"]]);
9096
9111
  const SELECTION_FEATURE = /* @__PURE__ */ Symbol("Selection");
9097
9112
  const SELECTION_MUTATION_ORDER = 1e3;
9098
9113
  const useSelection = (options) => createFeature((ctx) => {
@@ -9387,7 +9402,7 @@ const BASE_FEATURE = (options) => createFeature(({ skeleton }) => {
9387
9402
  }
9388
9403
  };
9389
9404
  });
9390
- const _sfc_main$Q = /* @__PURE__ */ defineComponent({
9405
+ const _sfc_main$P = /* @__PURE__ */ defineComponent({
9391
9406
  ...{ inheritAttrs: false },
9392
9407
  __name: "OnyxDataGrid",
9393
9408
  props: {
@@ -9467,7 +9482,7 @@ const _sfc_main$Q = /* @__PURE__ */ defineComponent({
9467
9482
  return __returned__;
9468
9483
  }
9469
9484
  });
9470
- function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
9485
+ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
9471
9486
  return openBlock(), createBlock($setup["OnyxDataGridRenderer"], mergeProps($setup.mergeVueProps(_ctx.$attrs, $setup.rendererProps), {
9472
9487
  "column-groups": $setup.rendererColumnGroups,
9473
9488
  columns: $setup.renderColumns,
@@ -9494,7 +9509,7 @@ function _sfc_render$Q(_ctx, _cache, $props, $setup, $data, $options) {
9494
9509
  } : void 0
9495
9510
  ]), 1040, ["column-groups", "columns", "rows", "scroll-container-attrs"]);
9496
9511
  }
9497
- const OnyxDataGrid = /* @__PURE__ */ _export_sfc(_sfc_main$Q, [["render", _sfc_render$Q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/OnyxDataGrid.vue"]]);
9512
+ const OnyxDataGrid = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/OnyxDataGrid.vue"]]);
9498
9513
  const HIDE_COLUMNS_FEATURE = /* @__PURE__ */ Symbol("HideColumnsFeature");
9499
9514
  const HIDDEN_COLUMN = /* @__PURE__ */ Symbol("HiddenColumn");
9500
9515
  const useHideColumns = (options) => createFeature((ctx) => {
@@ -9600,7 +9615,7 @@ const useHideColumns = (options) => createFeature((ctx) => {
9600
9615
  }
9601
9616
  };
9602
9617
  });
9603
- const _sfc_main$P = /* @__PURE__ */ defineComponent({
9618
+ const _sfc_main$O = /* @__PURE__ */ defineComponent({
9604
9619
  __name: "OnyxResizeHandle",
9605
9620
  props: {
9606
9621
  element: { type: null, required: true },
@@ -9675,7 +9690,7 @@ const _sfc_main$P = /* @__PURE__ */ defineComponent({
9675
9690
  return __returned__;
9676
9691
  }
9677
9692
  });
9678
- function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
9693
+ function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
9679
9694
  return openBlock(), createElementBlock(
9680
9695
  "button",
9681
9696
  {
@@ -9709,7 +9724,7 @@ function _sfc_render$P(_ctx, _cache, $props, $setup, $data, $options) {
9709
9724
  /* CLASS, NEED_HYDRATION */
9710
9725
  );
9711
9726
  }
9712
- const OnyxResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$P, [["render", _sfc_render$P], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxResizeHandle/OnyxResizeHandle.vue"]]);
9727
+ const OnyxResizeHandle = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxResizeHandle/OnyxResizeHandle.vue"]]);
9713
9728
  const RESIZING_FEATURE = /* @__PURE__ */ Symbol("Resizing");
9714
9729
  const FILLER_COLUMN = /* @__PURE__ */ Symbol("FILLER_COLUMN");
9715
9730
  const useResizing = (options) => createFeature((ctx) => {
@@ -9851,7 +9866,7 @@ const DEFAULT_COMPARES = Object.freeze({
9851
9866
  skeleton: () => 0,
9852
9867
  boolean: BOOLEAN_COMPARE
9853
9868
  });
9854
- const _sfc_main$O = /* @__PURE__ */ defineComponent({
9869
+ const _sfc_main$N = /* @__PURE__ */ defineComponent({
9855
9870
  __name: "SortAction",
9856
9871
  props: {
9857
9872
  columnLabel: { type: String, required: true },
@@ -9875,14 +9890,14 @@ const _sfc_main$O = /* @__PURE__ */ defineComponent({
9875
9890
  return __returned__;
9876
9891
  }
9877
9892
  });
9878
- function _sfc_render$O(_ctx, _cache, $props, $setup, $data, $options) {
9893
+ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
9879
9894
  return openBlock(), createBlock($setup["OnyxSystemButton"], {
9880
9895
  label: $setup.buttonLabel,
9881
9896
  icon: $setup.icon,
9882
9897
  color: "medium"
9883
9898
  }, null, 8, ["label", "icon"]);
9884
9899
  }
9885
- const SortAction = /* @__PURE__ */ _export_sfc(_sfc_main$O, [["render", _sfc_render$O], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/features/sorting/SortAction.vue"]]);
9900
+ const SortAction = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDataGrid/features/sorting/SortAction.vue"]]);
9886
9901
  const nextSortDirection = (current, skipNone) => {
9887
9902
  switch (current) {
9888
9903
  case "asc":
@@ -10125,7 +10140,7 @@ const all = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty(
10125
10140
  useSorting,
10126
10141
  useStickyColumns
10127
10142
  }, Symbol.toStringTag, { value: "Module" }));
10128
- const _sfc_main$N = /* @__PURE__ */ defineComponent({
10143
+ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10129
10144
  ...{ inheritAttrs: false },
10130
10145
  __name: "OnyxDatePicker",
10131
10146
  props: {
@@ -10194,7 +10209,7 @@ const _sfc_main$N = /* @__PURE__ */ defineComponent({
10194
10209
  });
10195
10210
  const _hoisted_1$D = { class: "onyx-datepicker__wrapper" };
10196
10211
  const _hoisted_2$u = ["id", "type", "required", "autofocus", "name", "readonly", "disabled", "aria-label", "title", "min", "max"];
10197
- function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
10212
+ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
10198
10213
  return $setup.skeleton ? (openBlock(), createElementBlock(
10199
10214
  "div",
10200
10215
  mergeProps({
@@ -10259,9 +10274,9 @@ function _sfc_render$N(_ctx, _cache, $props, $setup, $data, $options) {
10259
10274
  /* FULL_PROPS */
10260
10275
  ));
10261
10276
  }
10262
- const OnyxDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$N, [["render", _sfc_render$N], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDatePicker/OnyxDatePicker.vue"]]);
10277
+ const OnyxDatePicker = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDatePicker/OnyxDatePicker.vue"]]);
10263
10278
  const DIALOG_ALIGNMENTS = ["left", "center", "right"];
10264
- const _sfc_main$M = /* @__PURE__ */ defineComponent({
10279
+ const _sfc_main$L = /* @__PURE__ */ defineComponent({
10265
10280
  __name: "OnyxDialog",
10266
10281
  props: {
10267
10282
  density: { type: null, required: false },
@@ -10297,13 +10312,13 @@ const _sfc_main$M = /* @__PURE__ */ defineComponent({
10297
10312
  });
10298
10313
  const _hoisted_1$C = { class: "onyx-dialog__header" };
10299
10314
  const _hoisted_2$t = { class: "onyx-dialog__headline" };
10300
- const _hoisted_3$k = { class: "onyx-dialog__headline-content" };
10301
- const _hoisted_4$f = { class: "onyx-dialog__body" };
10315
+ const _hoisted_3$l = { class: "onyx-dialog__headline-content" };
10316
+ const _hoisted_4$g = { class: "onyx-dialog__body" };
10302
10317
  const _hoisted_5$c = {
10303
10318
  key: 0,
10304
10319
  class: "onyx-dialog__footer"
10305
10320
  };
10306
- function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
10321
+ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
10307
10322
  return openBlock(), createBlock($setup["OnyxBasicPopover"], mergeProps($setup.basicPopoverProps, {
10308
10323
  open: $setup.isExpanded,
10309
10324
  "onUpdate:open": _cache[1] || (_cache[1] = ($event) => $setup.isExpanded = $event),
@@ -10315,7 +10330,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
10315
10330
  content: withCtx(() => [
10316
10331
  createElementVNode("div", _hoisted_1$C, [
10317
10332
  createElementVNode("div", _hoisted_2$t, [
10318
- createElementVNode("div", _hoisted_3$k, [
10333
+ createElementVNode("div", _hoisted_3$l, [
10319
10334
  renderSlot(_ctx.$slots, "headline", {
10320
10335
  label: $setup.props.label
10321
10336
  }, () => [
@@ -10341,7 +10356,7 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
10341
10356
  }, null, 8, ["label", "icon"])) : createCommentVNode("v-if", true)
10342
10357
  ])
10343
10358
  ]),
10344
- createElementVNode("div", _hoisted_4$f, [
10359
+ createElementVNode("div", _hoisted_4$g, [
10345
10360
  renderSlot(_ctx.$slots, "default")
10346
10361
  ]),
10347
10362
  !!$setup.slots.footer ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
@@ -10352,8 +10367,8 @@ function _sfc_render$M(_ctx, _cache, $props, $setup, $data, $options) {
10352
10367
  /* FORWARDED */
10353
10368
  }, 16, ["open", "class"]);
10354
10369
  }
10355
- const OnyxDialog = /* @__PURE__ */ _export_sfc(_sfc_main$M, [["render", _sfc_render$M], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDialog/OnyxDialog.vue"]]);
10356
- const _sfc_main$L = /* @__PURE__ */ defineComponent({
10370
+ const OnyxDialog = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxDialog/OnyxDialog.vue"]]);
10371
+ const _sfc_main$K = /* @__PURE__ */ defineComponent({
10357
10372
  __name: "OnyxForm",
10358
10373
  props: {
10359
10374
  disabled: { type: Boolean, required: false, default: false },
@@ -10373,7 +10388,7 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
10373
10388
  return __returned__;
10374
10389
  }
10375
10390
  });
10376
- function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
10391
+ function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
10377
10392
  return openBlock(), createElementBlock(
10378
10393
  "form",
10379
10394
  {
@@ -10390,7 +10405,7 @@ function _sfc_render$L(_ctx, _cache, $props, $setup, $data, $options) {
10390
10405
  /* CLASS */
10391
10406
  );
10392
10407
  }
10393
- const OnyxForm = /* @__PURE__ */ _export_sfc(_sfc_main$L, [["render", _sfc_render$L], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxForm/OnyxForm.vue"]]);
10408
+ const OnyxForm = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxForm/OnyxForm.vue"]]);
10394
10409
  const useLenientMaxLengthValidation = (options) => {
10395
10410
  const { t } = injectI18n();
10396
10411
  const normalized = computed(() => {
@@ -10430,7 +10445,7 @@ const MOBILE_NAV_BAR_INJECTION_KEY = /* @__PURE__ */ Symbol();
10430
10445
  const NAV_BAR_IS_TOP_LEVEL_INJECTION_KEY = /* @__PURE__ */ Symbol();
10431
10446
  const NAV_BAR_MORE_LIST_INJECTION_KEY = /* @__PURE__ */ Symbol();
10432
10447
  const NAV_BAR_MORE_LIST_TARGET_INJECTION_KEY = /* @__PURE__ */ Symbol();
10433
- const _sfc_main$K = /* @__PURE__ */ defineComponent({
10448
+ const _sfc_main$J = /* @__PURE__ */ defineComponent({
10434
10449
  __name: "OnyxSeparator",
10435
10450
  props: {
10436
10451
  orientation: { type: null, required: false, default: "horizontal" }
@@ -10448,15 +10463,15 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
10448
10463
  }
10449
10464
  });
10450
10465
  const _hoisted_1$B = ["aria-orientation"];
10451
- function _sfc_render$K(_ctx, _cache, $props, $setup, $data, $options) {
10466
+ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10452
10467
  return openBlock(), createElementBlock("div", {
10453
10468
  class: normalizeClass(["onyx-component onyx-separator", { "onyx-separator--vertical": $setup.isVertical }]),
10454
10469
  role: "separator",
10455
10470
  "aria-orientation": $setup.props.orientation
10456
10471
  }, null, 10, _hoisted_1$B);
10457
10472
  }
10458
- const OnyxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$K, [["render", _sfc_render$K], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSeparator/OnyxSeparator.vue"]]);
10459
- const _sfc_main$J = /* @__PURE__ */ defineComponent({
10473
+ const OnyxSeparator = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSeparator/OnyxSeparator.vue"]]);
10474
+ const _sfc_main$I = /* @__PURE__ */ defineComponent({
10460
10475
  ...{ inheritAttrs: false },
10461
10476
  __name: "OnyxInput",
10462
10477
  props: {
@@ -10547,8 +10562,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
10547
10562
  });
10548
10563
  const _hoisted_1$A = { class: "onyx-input__wrapper" };
10549
10564
  const _hoisted_2$s = ["id", "placeholder", "type", "required", "autocapitalize", "autocomplete", "autofocus", "name", "pattern", "readonly", "disabled", "maxlength", "minlength", "aria-label", "title"];
10550
- const _hoisted_3$j = ["aria-label", "title"];
10551
- function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10565
+ const _hoisted_3$k = ["aria-label", "title"];
10566
+ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
10552
10567
  return $setup.skeleton ? (openBlock(), createElementBlock(
10553
10568
  "div",
10554
10569
  mergeProps({
@@ -10622,7 +10637,7 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10622
10637
  onClick: _cache[1] || (_cache[1] = () => $setup.modelValue = "")
10623
10638
  }, [
10624
10639
  createVNode($setup["OnyxIcon"], { icon: $setup.iconXSmall }, null, 8, ["icon"])
10625
- ], 8, _hoisted_3$j)) : createCommentVNode("v-if", true),
10640
+ ], 8, _hoisted_3$k)) : createCommentVNode("v-if", true),
10626
10641
  !$setup.props.hideSuccessIcon && $setup.successMessages ? (openBlock(), createBlock($setup["OnyxIcon"], {
10627
10642
  key: 3,
10628
10643
  class: "onyx-input__check-icon",
@@ -10654,11 +10669,11 @@ function _sfc_render$J(_ctx, _cache, $props, $setup, $data, $options) {
10654
10669
  /* FULL_PROPS */
10655
10670
  ));
10656
10671
  }
10657
- const OnyxInput = /* @__PURE__ */ _export_sfc(_sfc_main$J, [["render", _sfc_render$J], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInput/OnyxInput.vue"]]);
10672
+ const OnyxInput = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxInput/OnyxInput.vue"]]);
10658
10673
  const GLOBAL_SEARCH_INJECTION_KEY = /* @__PURE__ */ Symbol();
10659
- const __default__$4 = {};
10660
- const _sfc_main$I = /* @__PURE__ */ defineComponent({
10661
- ...__default__$4,
10674
+ const __default__$2 = {};
10675
+ const _sfc_main$H = /* @__PURE__ */ defineComponent({
10676
+ ...__default__$2,
10662
10677
  __name: "OnyxGlobalSearch",
10663
10678
  props: {
10664
10679
  density: { type: null, required: false },
@@ -10734,12 +10749,12 @@ const _sfc_main$I = /* @__PURE__ */ defineComponent({
10734
10749
  });
10735
10750
  const _hoisted_1$z = { class: "onyx-global-search__footer onyx-text--small" };
10736
10751
  const _hoisted_2$r = { class: "onyx-global-search__shortcut" };
10737
- const _hoisted_3$i = { class: "onyx-global-search__shortcut-label" };
10738
- const _hoisted_4$e = { class: "onyx-global-search__shortcut" };
10752
+ const _hoisted_3$j = { class: "onyx-global-search__shortcut-label" };
10753
+ const _hoisted_4$f = { class: "onyx-global-search__shortcut" };
10739
10754
  const _hoisted_5$b = { class: "onyx-global-search__shortcut-label" };
10740
10755
  const _hoisted_6$9 = { class: "onyx-global-search__shortcut" };
10741
10756
  const _hoisted_7$4 = { class: "onyx-global-search__shortcut-label" };
10742
- function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
10757
+ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
10743
10758
  return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps($setup.basicDialogProps, {
10744
10759
  ref: "dialogRef",
10745
10760
  label: $setup.t("globalSearch.label"),
@@ -10801,13 +10816,13 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
10801
10816
  )),
10802
10817
  createElementVNode(
10803
10818
  "span",
10804
- _hoisted_3$i,
10819
+ _hoisted_3$j,
10805
10820
  toDisplayString($setup.t("globalSearch.shortcuts.move")),
10806
10821
  1
10807
10822
  /* TEXT */
10808
10823
  )
10809
10824
  ]),
10810
- createElementVNode("span", _hoisted_4$e, [
10825
+ createElementVNode("span", _hoisted_4$f, [
10811
10826
  _cache[4] || (_cache[4] = createElementVNode(
10812
10827
  "kbd",
10813
10828
  null,
@@ -10850,10 +10865,10 @@ function _sfc_render$I(_ctx, _cache, $props, $setup, $data, $options) {
10850
10865
  /* FORWARDED */
10851
10866
  }, 16, ["label"]);
10852
10867
  }
10853
- const OnyxGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$I, [["render", _sfc_render$I], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearch/OnyxGlobalSearch.vue"]]);
10854
- const __default__$3 = {};
10855
- const _sfc_main$H = /* @__PURE__ */ defineComponent({
10856
- ...__default__$3,
10868
+ const OnyxGlobalSearch = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearch/OnyxGlobalSearch.vue"]]);
10869
+ const __default__$1 = {};
10870
+ const _sfc_main$G = /* @__PURE__ */ defineComponent({
10871
+ ...__default__$1,
10857
10872
  __name: "OnyxGlobalSearchOption",
10858
10873
  props: {
10859
10874
  density: { type: null, required: false },
@@ -10878,11 +10893,11 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
10878
10893
  });
10879
10894
  const _hoisted_1$y = { class: "onyx-global-search-option__content" };
10880
10895
  const _hoisted_2$q = { class: "onyx-truncation-ellipsis" };
10881
- const _hoisted_3$h = {
10896
+ const _hoisted_3$i = {
10882
10897
  key: 0,
10883
10898
  class: "onyx-global-search-option__trailing"
10884
10899
  };
10885
- function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
10900
+ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
10886
10901
  return $setup.skeleton ? (openBlock(), createElementBlock(
10887
10902
  "li",
10888
10903
  {
@@ -10939,7 +10954,7 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
10939
10954
  _: 3
10940
10955
  /* FORWARDED */
10941
10956
  }, 16, ["link", "autofocus"]),
10942
- $setup.slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_3$h, [
10957
+ $setup.slots.trailing ? (openBlock(), createElementBlock("div", _hoisted_3$i, [
10943
10958
  renderSlot(_ctx.$slots, "trailing")
10944
10959
  ])) : createCommentVNode("v-if", true)
10945
10960
  ],
@@ -10947,10 +10962,10 @@ function _sfc_render$H(_ctx, _cache, $props, $setup, $data, $options) {
10947
10962
  /* CLASS */
10948
10963
  ));
10949
10964
  }
10950
- const OnyxGlobalSearchOption = /* @__PURE__ */ _export_sfc(_sfc_main$H, [["render", _sfc_render$H], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearchOption/OnyxGlobalSearchOption.vue"]]);
10951
- const __default__$2 = {};
10952
- const _sfc_main$G = /* @__PURE__ */ defineComponent({
10953
- ...__default__$2,
10965
+ const OnyxGlobalSearchOption = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearchOption/OnyxGlobalSearchOption.vue"]]);
10966
+ const __default__ = {};
10967
+ const _sfc_main$F = /* @__PURE__ */ defineComponent({
10968
+ ...__default__,
10954
10969
  __name: "OnyxGlobalSearchGroup",
10955
10970
  props: {
10956
10971
  density: { type: null, required: false },
@@ -10972,7 +10987,7 @@ const _sfc_main$G = /* @__PURE__ */ defineComponent({
10972
10987
  }
10973
10988
  });
10974
10989
  const _hoisted_1$x = { "aria-hidden": "true" };
10975
- function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
10990
+ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
10976
10991
  return openBlock(), createElementBlock(
10977
10992
  "ul",
10978
10993
  mergeProps({
@@ -11014,10 +11029,10 @@ function _sfc_render$G(_ctx, _cache, $props, $setup, $data, $options) {
11014
11029
  /* FULL_PROPS */
11015
11030
  );
11016
11031
  }
11017
- const OnyxGlobalSearchGroup = /* @__PURE__ */ _export_sfc(_sfc_main$G, [["render", _sfc_render$G], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearchGroup/OnyxGlobalSearchGroup.vue"]]);
11032
+ const OnyxGlobalSearchGroup = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxGlobalSearchGroup/OnyxGlobalSearchGroup.vue"]]);
11018
11033
  const HEADLINE_TYPES = ["h1", "h2", "h3", "h4", "h5", "h6"];
11019
11034
  const ICON_SIZES = ["12px", "16px", "24px", "32px", "48px", "64px", "96px"];
11020
- const _sfc_main$F = /* @__PURE__ */ defineComponent({
11035
+ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11021
11036
  ...{ inheritAttrs: false },
11022
11037
  __name: "OnyxImage",
11023
11038
  props: {
@@ -11058,8 +11073,8 @@ const _sfc_main$F = /* @__PURE__ */ defineComponent({
11058
11073
  });
11059
11074
  const _hoisted_1$w = ["src", "alt"];
11060
11075
  const _hoisted_2$p = ["src", "alt"];
11061
- const _hoisted_3$g = { class: "onyx-image__alt onyx-text--small" };
11062
- function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
11076
+ const _hoisted_3$h = { class: "onyx-image__alt onyx-text--small" };
11077
+ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
11063
11078
  return openBlock(), createElementBlock(
11064
11079
  "figure",
11065
11080
  mergeProps($setup.rootAttrs, {
@@ -11107,7 +11122,7 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
11107
11122
  }, null, 8, ["icon"]),
11108
11123
  createElementVNode(
11109
11124
  "div",
11110
- _hoisted_3$g,
11125
+ _hoisted_3$h,
11111
11126
  toDisplayString($setup.props.alt),
11112
11127
  1
11113
11128
  /* TEXT */
@@ -11125,10 +11140,10 @@ function _sfc_render$F(_ctx, _cache, $props, $setup, $data, $options) {
11125
11140
  /* FULL_PROPS */
11126
11141
  );
11127
11142
  }
11128
- const OnyxImage = /* @__PURE__ */ _export_sfc(_sfc_main$F, [["render", _sfc_render$F], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxImage/OnyxImage.vue"]]);
11143
+ const OnyxImage = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxImage/OnyxImage.vue"]]);
11129
11144
  const IMAGE_SHAPES = ["rounded", "circle", "clip", "clip-inverted"];
11130
11145
  const INPUT_TYPES = ["email", "password", "search", "tel", "text", "url"];
11131
- const _sfc_main$E = /* @__PURE__ */ defineComponent({
11146
+ const _sfc_main$D = /* @__PURE__ */ defineComponent({
11132
11147
  __name: "OnyxLink",
11133
11148
  props: {
11134
11149
  href: { type: String, required: false },
@@ -11145,7 +11160,7 @@ const _sfc_main$E = /* @__PURE__ */ defineComponent({
11145
11160
  return __returned__;
11146
11161
  }
11147
11162
  });
11148
- function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
11163
+ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
11149
11164
  return openBlock(), createBlock(
11150
11165
  $setup["OnyxRouterLink"],
11151
11166
  mergeProps({ class: "onyx-component onyx-link" }, $setup.routerLinkProps),
@@ -11167,8 +11182,8 @@ function _sfc_render$E(_ctx, _cache, $props, $setup, $data, $options) {
11167
11182
  /* FULL_PROPS */
11168
11183
  );
11169
11184
  }
11170
- const OnyxLink = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render$E], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLink/OnyxLink.vue"]]);
11171
- const _sfc_main$D = /* @__PURE__ */ defineComponent({
11185
+ const OnyxLink = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxLink/OnyxLink.vue"]]);
11186
+ const _sfc_main$C = /* @__PURE__ */ defineComponent({
11172
11187
  __name: "OnyxMobileNavButton",
11173
11188
  props: {
11174
11189
  label: { type: String, required: true },
@@ -11192,9 +11207,9 @@ const _sfc_main$D = /* @__PURE__ */ defineComponent({
11192
11207
  });
11193
11208
  const _hoisted_1$v = { class: "onyx-component onyx-mobile-nav-button" };
11194
11209
  const _hoisted_2$o = ["aria-label", "disabled"];
11195
- const _hoisted_3$f = { class: "onyx-mobile-nav-button__flyout" };
11196
- const _hoisted_4$d = { class: "onyx-mobile-nav-button__menu" };
11197
- function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
11210
+ const _hoisted_3$g = { class: "onyx-mobile-nav-button__flyout" };
11211
+ const _hoisted_4$e = { class: "onyx-mobile-nav-button__menu" };
11212
+ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
11198
11213
  return openBlock(), createElementBlock("div", _hoisted_1$v, [
11199
11214
  createElementVNode("button", {
11200
11215
  type: "button",
@@ -11209,9 +11224,9 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
11209
11224
  ], 10, _hoisted_2$o),
11210
11225
  withDirectives(createElementVNode(
11211
11226
  "div",
11212
- _hoisted_3$f,
11227
+ _hoisted_3$g,
11213
11228
  [
11214
- createElementVNode("div", _hoisted_4$d, [
11229
+ createElementVNode("div", _hoisted_4$e, [
11215
11230
  $setup.props.headline ? (openBlock(), createBlock($setup["OnyxHeadline"], {
11216
11231
  key: 0,
11217
11232
  is: "h2",
@@ -11243,8 +11258,8 @@ function _sfc_render$D(_ctx, _cache, $props, $setup, $data, $options) {
11243
11258
  })) : createCommentVNode("v-if", true)
11244
11259
  ]);
11245
11260
  }
11246
- const OnyxMobileNavButton = /* @__PURE__ */ _export_sfc(_sfc_main$D, [["render", _sfc_render$D], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMobileNavButton/OnyxMobileNavButton.vue"]]);
11247
- const _sfc_main$C = /* @__PURE__ */ defineComponent({
11261
+ const OnyxMobileNavButton = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxMobileNavButton/OnyxMobileNavButton.vue"]]);
11262
+ const _sfc_main$B = /* @__PURE__ */ defineComponent({
11248
11263
  __name: "OnyxModal",
11249
11264
  props: {
11250
11265
  density: { type: null, required: false },
@@ -11274,14 +11289,14 @@ const _sfc_main$C = /* @__PURE__ */ defineComponent({
11274
11289
  });
11275
11290
  const _hoisted_1$u = { class: "onyx-modal__header" };
11276
11291
  const _hoisted_2$n = { class: "onyx-modal__headline" };
11277
- const _hoisted_3$e = { class: "onyx-modal__headline-content" };
11278
- const _hoisted_4$c = ["id"];
11292
+ const _hoisted_3$f = { class: "onyx-modal__headline-content" };
11293
+ const _hoisted_4$d = ["id"];
11279
11294
  const _hoisted_5$a = { class: "onyx-modal__body" };
11280
11295
  const _hoisted_6$8 = {
11281
11296
  key: 0,
11282
11297
  class: "onyx-modal__footer"
11283
11298
  };
11284
- function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
11299
+ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
11285
11300
  return openBlock(), createBlock($setup["OnyxBasicDialog"], mergeProps($setup.basicDialogProps, {
11286
11301
  modal: "",
11287
11302
  class: ["onyx-modal", $setup.densityClass],
@@ -11291,7 +11306,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
11291
11306
  default: withCtx(() => [
11292
11307
  createElementVNode("div", _hoisted_1$u, [
11293
11308
  createElementVNode("div", _hoisted_2$n, [
11294
- createElementVNode("div", _hoisted_3$e, [
11309
+ createElementVNode("div", _hoisted_3$f, [
11295
11310
  renderSlot(_ctx.$slots, "headline", {
11296
11311
  label: $setup.props.label
11297
11312
  }, () => [
@@ -11322,7 +11337,7 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
11322
11337
  class: "onyx-modal__description onyx-text--small"
11323
11338
  }, [
11324
11339
  renderSlot(_ctx.$slots, "description")
11325
- ], 8, _hoisted_4$c)) : createCommentVNode("v-if", true)
11340
+ ], 8, _hoisted_4$d)) : createCommentVNode("v-if", true)
11326
11341
  ]),
11327
11342
  createElementVNode("div", _hoisted_5$a, [
11328
11343
  renderSlot(_ctx.$slots, "default")
@@ -11335,8 +11350,8 @@ function _sfc_render$C(_ctx, _cache, $props, $setup, $data, $options) {
11335
11350
  /* FORWARDED */
11336
11351
  }, 16, ["class", "aria-describedby"]);
11337
11352
  }
11338
- const OnyxModal = /* @__PURE__ */ _export_sfc(_sfc_main$C, [["render", _sfc_render$C], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxModal/OnyxModal.vue"]]);
11339
- const _sfc_main$B = /* @__PURE__ */ defineComponent({
11353
+ const OnyxModal = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxModal/OnyxModal.vue"]]);
11354
+ const _sfc_main$A = /* @__PURE__ */ defineComponent({
11340
11355
  __name: "OnyxNavAppArea",
11341
11356
  props: {
11342
11357
  link: { type: null, required: false, default: "/" },
@@ -11360,7 +11375,7 @@ const _hoisted_2$m = {
11360
11375
  key: 1,
11361
11376
  class: "onyx-text-small onyx-truncation-ellipsis"
11362
11377
  };
11363
- function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
11378
+ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
11364
11379
  return openBlock(), createBlock($setup["OnyxRouterLink"], mergeProps($setup.linkProps, {
11365
11380
  class: "onyx-component onyx-nav-app-area",
11366
11381
  "aria-label": $setup.buttonLabel
@@ -11388,8 +11403,8 @@ function _sfc_render$B(_ctx, _cache, $props, $setup, $data, $options) {
11388
11403
  /* FORWARDED */
11389
11404
  }, 16, ["aria-label"]);
11390
11405
  }
11391
- const OnyxNavAppArea = /* @__PURE__ */ _export_sfc(_sfc_main$B, [["render", _sfc_render$B], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavAppArea/OnyxNavAppArea.vue"]]);
11392
- const _sfc_main$A = /* @__PURE__ */ defineComponent({
11406
+ const OnyxNavAppArea = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavAppArea/OnyxNavAppArea.vue"]]);
11407
+ const _sfc_main$z = /* @__PURE__ */ defineComponent({
11393
11408
  __name: "OnyxSelectDialog",
11394
11409
  props: {
11395
11410
  open: { type: [Boolean, null], required: false, skipCheck: true, default: false },
@@ -11425,12 +11440,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
11425
11440
  });
11426
11441
  const _hoisted_1$s = ["id"];
11427
11442
  const _hoisted_2$l = ["autofocus", "value", "checked", "aria-label"];
11428
- const _hoisted_3$d = { class: "onyx-select-dialog__label" };
11429
- const _hoisted_4$b = {
11443
+ const _hoisted_3$e = { class: "onyx-select-dialog__label" };
11444
+ const _hoisted_4$c = {
11430
11445
  key: 0,
11431
11446
  class: "onyx-text--small"
11432
11447
  };
11433
- function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
11448
+ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
11434
11449
  return openBlock(), createBlock($setup["OnyxModal"], mergeProps($setup.modalProps, {
11435
11450
  open: $setup.props.open,
11436
11451
  class: "onyx-select-dialog",
@@ -11510,14 +11525,14 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
11510
11525
  ),
11511
11526
  createElementVNode(
11512
11527
  "span",
11513
- _hoisted_3$d,
11528
+ _hoisted_3$e,
11514
11529
  toDisplayString(option.label),
11515
11530
  1
11516
11531
  /* TEXT */
11517
11532
  ),
11518
11533
  option.description ? (openBlock(), createElementBlock(
11519
11534
  "p",
11520
- _hoisted_4$b,
11535
+ _hoisted_4$c,
11521
11536
  toDisplayString(option.description),
11522
11537
  1
11523
11538
  /* TEXT */
@@ -11553,11 +11568,11 @@ function _sfc_render$A(_ctx, _cache, $props, $setup, $data, $options) {
11553
11568
  } : void 0
11554
11569
  ]), 1040, ["open", "label"]);
11555
11570
  }
11556
- const OnyxSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["render", _sfc_render$A], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectDialog/OnyxSelectDialog.vue"]]);
11571
+ const OnyxSelectDialog = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSelectDialog/OnyxSelectDialog.vue"]]);
11557
11572
  const autoImage = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 206 110"><g clip-path="url(#auto-a)"><mask id="auto-d" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M0 4a4 4 0 0 1 4-4h99v110H4a4 4 0 0 1-4-4z"/></mask><path fill="var(--onyx-color-neutral-steel-1200)" d="M0 4a4 4 0 0 1 4-4h99v110H4a4 4 0 0 1-4-4z"/><g filter="url(#auto-b)"><mask id="auto-c" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M0 26h46v84H0z"/></mask><path fill="var(--onyx-color-neutral-steel-1100)" d="M0 26h46v84H0z"/><path fill="var(--onyx-color-neutral-steel-900)" d="M46 26h-1v84h2V26z" mask="url(#auto-c)"/></g><path fill="var(--onyx-color-neutral-steel-1100)" stroke="var(--onyx-color-neutral-steel-900)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-onyx-500)" d="M10 12.5a2.5 2.5 0 0 1 2.5-2.5h35a2.5 2.5 0 0 1 0 5h-35a2.5 2.5 0 0 1-2.5-2.5"/><path fill="var(--onyx-color-neutral-steel-900)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path fill="var(--onyx-color-neutral-steel-900)" d="M-1 4a5 5 0 0 1 5-5h99v2H4a3 3 0 0 0-3 3zm104 107H4a5 5 0 0 1-5-5h2a3 3 0 0 0 3 3h99zm-99 0a5 5 0 0 1-5-5V4a5 5 0 0 1 5-5v2a3 3 0 0 0-3 3v102a3 3 0 0 0 3 3zM103 0v110z" mask="url(#auto-d)"/><g clip-path="url(#auto-e)"><mask id="auto-f" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M103 0h99a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4h-99z"/></mask><path fill="var(--onyx-color-neutral-steel-100)" d="M103 0h99a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4h-99z"/><path fill="var(--onyx-color-neutral-grayscale-white)" stroke="var(--onyx-color-neutral-steel-300)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-neutral-steel-300)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5m48 0a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 1 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5m47 0a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path fill="var(--onyx-color-neutral-steel-300)" d="M103-1h99a5 5 0 0 1 5 5h-2a3 3 0 0 0-3-3h-99zm104 107a5 5 0 0 1-5 5h-99v-2h99a3 3 0 0 0 3-3zm-104 4V0zM202-1a5 5 0 0 1 5 5v102a5 5 0 0 1-5 5v-2a3 3 0 0 0 3-3V4a3 3 0 0 0-3-3z" mask="url(#auto-f)"/><defs><clipPath id="auto-a"><path fill="var(--onyx-color-neutral-grayscale-white)" d="M0 4a4 4 0 0 1 4-4h99v110H4a4 4 0 0 1-4-4z"/></clipPath><clipPath id="auto-e"><path fill="var(--onyx-color-neutral-grayscale-white)" d="M103 0h99a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4h-99z"/></clipPath><filter id="auto-b" width="62" height="100" x="-6" y="18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_16217_22720"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_16217_22720" result="shape"/></filter></defs></svg>';
11558
11573
  const darkImage = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 206 110"><g clip-path="url(#dark-a)"><path fill="var(--onyx-color-neutral-steel-1200)" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/><g filter="url(#dark-b)"><mask id="dark-c" fill="#fff"><path d="M0 26h46v84H0z"/></mask><path fill="var(--onyx-color-neutral-steel-1100)" d="M0 26h46v84H0z"/><path fill="var(--onyx-color-neutral-steel-900)" d="M46 26h-1v84h2V26z" mask="url(#dark-c)"/></g><path fill="var(--onyx-color-neutral-steel-1100)" stroke="var(--onyx-color-neutral-steel-900)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-onyx-500)" d="M10 12.5a2.5 2.5 0 0 1 2.5-2.5h35a2.5 2.5 0 0 1 0 5h-35a2.5 2.5 0 0 1-2.5-2.5"/><path fill="var(--onyx-color-neutral-steel-900)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5m48 0a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 1 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5m47 0a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path stroke="var(--onyx-color-neutral-steel-900)" d="M4 .5h198a3.5 3.5 0 0 1 3.5 3.5v102a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 106V4A3.5 3.5 0 0 1 4 .5Z"/><defs><clipPath id="dark-a"><path fill="#fff" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/></clipPath><filter id="dark-b" width="62" height="100" x="-6" y="18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_16217_22757"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_16217_22757" result="shape"/></filter></defs></svg>';
11559
11574
  const lightImage = '<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 206 110"><g clip-path="url(#light-a)"><path fill="var(--onyx-color-neutral-steel-100)" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/><g filter="url(#light-b)"><mask id="light-c" fill="var(--onyx-color-neutral-grayscale-white)"><path d="M0 26h46v84H0z"/></mask><path fill="var(--onyx-color-neutral-grayscale-white)" d="M0 26h46v84H0z"/><path fill="var(--onyx-color-neutral-steel-300)" d="M46 26h-1v84h2V26z" mask="url(#light-c)"/></g><path fill="var(--onyx-color-neutral-grayscale-white)" stroke="var(--onyx-color-neutral-steel-300)" d="M.5.5h281v25H.5z"/><path fill="var(--onyx-color-onyx-500)" d="M10 12.5a2.5 2.5 0 0 1 2.5-2.5h35a2.5 2.5 0 0 1 0 5h-35a2.5 2.5 0 0 1-2.5-2.5"/><path fill="var(--onyx-color-neutral-steel-300)" d="M68 12.5a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5m48 0a2.5 2.5 0 0 1 2.5-2.5h33a2.5 2.5 0 1 1 0 5h-33a2.5 2.5 0 0 1-2.5-2.5m47 0a2.5 2.5 0 0 1 2.5-2.5h34a2.5 2.5 0 1 1 0 5h-34a2.5 2.5 0 0 1-2.5-2.5M59 43a7 7 0 0 1 7-7h54a7 7 0 1 1 0 14H66a7 7 0 0 1-7-7m0 19a2 2 0 0 1 2-2h85a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h120a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2m0 10a2 2 0 0 1 2-2h95a2 2 0 1 1 0 4H61a2 2 0 0 1-2-2"/></g><path stroke="var(--onyx-color-neutral-steel-300)" d="M4 .5h198a3.5 3.5 0 0 1 3.5 3.5v102a3.5 3.5 0 0 1-3.5 3.5H4A3.5 3.5 0 0 1 .5 106V4A3.5 3.5 0 0 1 4 .5Z"/><defs><clipPath id="light-a"><path fill="var(--onyx-color-neutral-grayscale-white)" d="M0 4a4 4 0 0 1 4-4h198a4 4 0 0 1 4 4v102a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4z"/></clipPath><filter id="light-b" width="62" height="100" x="-6" y="18" color-interpolation-filters="sRGB" filterUnits="userSpaceOnUse"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" result="hardAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/><feOffset dx="2"/><feGaussianBlur stdDeviation="4"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0"/><feBlend in2="BackgroundImageFix" result="effect1_dropShadow_16217_22745"/><feBlend in="SourceGraphic" in2="effect1_dropShadow_16217_22745" result="shape"/></filter></defs></svg>';
11560
- const _sfc_main$z = /* @__PURE__ */ defineComponent({
11575
+ const _sfc_main$y = /* @__PURE__ */ defineComponent({
11561
11576
  __name: "OnyxColorSchemeDialog",
11562
11577
  props: {
11563
11578
  open: { type: [Boolean, null], required: false, skipCheck: true, default: false },
@@ -11598,7 +11613,7 @@ const _sfc_main$z = /* @__PURE__ */ defineComponent({
11598
11613
  return __returned__;
11599
11614
  }
11600
11615
  });
11601
- function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
11616
+ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
11602
11617
  return openBlock(), createBlock($setup["OnyxSelectDialog"], mergeProps({ class: "onyx-color-scheme-dialog" }, $setup.selectDialogProps, {
11603
11618
  label: $setup.t("colorScheme.headline"),
11604
11619
  options: $setup.options,
@@ -11617,8 +11632,8 @@ function _sfc_render$z(_ctx, _cache, $props, $setup, $data, $options) {
11617
11632
  /* STABLE */
11618
11633
  }, 16, ["label", "options", "open"]);
11619
11634
  }
11620
- const OnyxColorSchemeDialog = /* @__PURE__ */ _export_sfc(_sfc_main$z, [["render", _sfc_render$z], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.vue"]]);
11621
- const _sfc_main$y = /* @__PURE__ */ defineComponent({
11635
+ const OnyxColorSchemeDialog = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxColorSchemeDialog/OnyxColorSchemeDialog.vue"]]);
11636
+ const _sfc_main$x = /* @__PURE__ */ defineComponent({
11622
11637
  __name: "OnyxColorSchemeMenuItem",
11623
11638
  props: {
11624
11639
  modelValue: { type: String, required: true }
@@ -11638,7 +11653,7 @@ const _sfc_main$y = /* @__PURE__ */ defineComponent({
11638
11653
  }
11639
11654
  });
11640
11655
  const _hoisted_1$r = { class: "onyx-color-scheme-menu-item__value" };
11641
- function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
11656
+ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
11642
11657
  return openBlock(), createBlock($setup["OnyxMenuItem"], {
11643
11658
  class: "onyx-component onyx-color-scheme-menu-item",
11644
11659
  onClick: _cache[2] || (_cache[2] = ($event) => $setup.isOpen = true)
@@ -11672,8 +11687,8 @@ function _sfc_render$y(_ctx, _cache, $props, $setup, $data, $options) {
11672
11687
  /* STABLE */
11673
11688
  });
11674
11689
  }
11675
- const OnyxColorSchemeMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$y, [["render", _sfc_render$y], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue"]]);
11676
- const _sfc_main$x = /* @__PURE__ */ defineComponent({
11690
+ const OnyxColorSchemeMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxColorSchemeMenuItem/OnyxColorSchemeMenuItem.vue"]]);
11691
+ const _sfc_main$w = /* @__PURE__ */ defineComponent({
11677
11692
  __name: "OnyxLanguageMenuItem",
11678
11693
  props: {
11679
11694
  modelValue: { type: null, required: true },
@@ -11697,7 +11712,7 @@ const _sfc_main$x = /* @__PURE__ */ defineComponent({
11697
11712
  }
11698
11713
  });
11699
11714
  const _hoisted_1$q = { class: "onyx-language-menu-item__value" };
11700
- function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
11715
+ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
11701
11716
  return openBlock(), createBlock($setup["OnyxMenuItem"], {
11702
11717
  class: "onyx-component onyx-language-menu-item",
11703
11718
  onClick: _cache[2] || (_cache[2] = ($event) => $setup.isOpen = true)
@@ -11743,8 +11758,8 @@ function _sfc_render$x(_ctx, _cache, $props, $setup, $data, $options) {
11743
11758
  /* STABLE */
11744
11759
  });
11745
11760
  }
11746
- const OnyxLanguageMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$x, [["render", _sfc_render$x], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxLanguageMenuItem/OnyxLanguageMenuItem.vue"]]);
11747
- const _sfc_main$w = /* @__PURE__ */ defineComponent({
11761
+ const OnyxLanguageMenuItem = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxLanguageMenuItem/OnyxLanguageMenuItem.vue"]]);
11762
+ const _sfc_main$v = /* @__PURE__ */ defineComponent({
11748
11763
  __name: "OnyxNavItemFacade",
11749
11764
  props: {
11750
11765
  link: { type: null, required: false },
@@ -11766,7 +11781,7 @@ const _sfc_main$w = /* @__PURE__ */ defineComponent({
11766
11781
  return __returned__;
11767
11782
  }
11768
11783
  });
11769
- function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
11784
+ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
11770
11785
  return openBlock(), createBlock($setup["OnyxMenuItem"], mergeProps($setup.menuItemProps, {
11771
11786
  link: $setup.hasChildren && $setup.props.context !== "navbar" ? void 0 : $setup.props.link,
11772
11787
  class: {
@@ -11792,8 +11807,8 @@ function _sfc_render$w(_ctx, _cache, $props, $setup, $data, $options) {
11792
11807
  } : void 0
11793
11808
  ]), 1040, ["link", "class", "open"]);
11794
11809
  }
11795
- const OnyxNavItemFacade = /* @__PURE__ */ _export_sfc(_sfc_main$w, [["render", _sfc_render$w], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.vue"]]);
11796
- const _sfc_main$v = /* @__PURE__ */ defineComponent({
11810
+ const OnyxNavItemFacade = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxNavItemFacade/OnyxNavItemFacade.vue"]]);
11811
+ const _sfc_main$u = /* @__PURE__ */ defineComponent({
11797
11812
  ...{ inheritAttrs: false },
11798
11813
  __name: "OnyxNavItem",
11799
11814
  props: {
@@ -11844,7 +11859,7 @@ const _hoisted_2$k = {
11844
11859
  role: "menu",
11845
11860
  class: "onyx-nav-item-wrapper__mobile-children"
11846
11861
  };
11847
- function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
11862
+ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
11848
11863
  return openBlock(), createElementBlock(
11849
11864
  Fragment,
11850
11865
  null,
@@ -11997,7 +12012,7 @@ function _sfc_render$v(_ctx, _cache, $props, $setup, $data, $options) {
11997
12012
  /* STABLE_FRAGMENT */
11998
12013
  );
11999
12014
  }
12000
- const OnyxNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$v, [["render", _sfc_render$v], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.vue"]]);
12015
+ const OnyxNavItem = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxNavItem/OnyxNavItem.vue"]]);
12001
12016
  const useTimer = (endTime) => {
12002
12017
  const intervalId = ref();
12003
12018
  const timeLeft = ref(calculateTimeLeft(new Date(endTime.value).getTime()));
@@ -12058,7 +12073,7 @@ const timeToDurationString = (timeLeft) => {
12058
12073
  const { hours, minutes, seconds } = getTimeFragments(timeLeft);
12059
12074
  return `PT${hours}H${minutes}M${seconds}S`;
12060
12075
  };
12061
- const _sfc_main$u = /* @__PURE__ */ defineComponent({
12076
+ const _sfc_main$t = /* @__PURE__ */ defineComponent({
12062
12077
  __name: "OnyxTimer",
12063
12078
  props: {
12064
12079
  endTime: { type: null, required: true },
@@ -12094,8 +12109,8 @@ const _hoisted_2$j = {
12094
12109
  key: 0,
12095
12110
  class: "onyx-timer__label"
12096
12111
  };
12097
- const _hoisted_3$c = ["datetime"];
12098
- function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
12112
+ const _hoisted_3$d = ["datetime"];
12113
+ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
12099
12114
  return openBlock(), createElementBlock("div", {
12100
12115
  class: "onyx-component onyx-timer onyx-text onyx-truncation-ellipsis",
12101
12116
  role: "timer",
@@ -12111,11 +12126,11 @@ function _sfc_render$u(_ctx, _cache, $props, $setup, $data, $options) {
12111
12126
  createElementVNode("time", {
12112
12127
  datetime: $setup.timeToDurationString($setup.timeLeft),
12113
12128
  class: "onyx-timer__time"
12114
- }, toDisplayString($setup.formattedTime), 9, _hoisted_3$c)
12129
+ }, toDisplayString($setup.formattedTime), 9, _hoisted_3$d)
12115
12130
  ], 8, _hoisted_1$o);
12116
12131
  }
12117
- const OnyxTimer = /* @__PURE__ */ _export_sfc(_sfc_main$u, [["render", _sfc_render$u], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue"]]);
12118
- const _sfc_main$t = /* @__PURE__ */ defineComponent({
12132
+ const OnyxTimer = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxTimer/OnyxTimer.vue"]]);
12133
+ const _sfc_main$s = /* @__PURE__ */ defineComponent({
12119
12134
  __name: "UserMenuLayout",
12120
12135
  props: {
12121
12136
  isMobile: { type: Boolean, required: true },
@@ -12142,7 +12157,7 @@ const _sfc_main$t = /* @__PURE__ */ defineComponent({
12142
12157
  });
12143
12158
  const _hoisted_1$n = { class: "onyx-component" };
12144
12159
  const _hoisted_2$i = { class: "onyx-user-menu__footer onyx-text--small" };
12145
- function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
12160
+ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
12146
12161
  return openBlock(), createElementBlock("div", _hoisted_1$n, [
12147
12162
  $setup.props.isMobile ? (openBlock(), createElementBlock(
12148
12163
  Fragment,
@@ -12196,8 +12211,8 @@ function _sfc_render$t(_ctx, _cache, $props, $setup, $data, $options) {
12196
12211
  ]), 1032, ["open", "label", "disabled"]))
12197
12212
  ]);
12198
12213
  }
12199
- const UserMenuLayout = /* @__PURE__ */ _export_sfc(_sfc_main$t, [["render", _sfc_render$t], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxUserMenu/UserMenuLayout.vue"]]);
12200
- const _sfc_main$s = /* @__PURE__ */ defineComponent({
12214
+ const UserMenuLayout = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxUserMenu/UserMenuLayout.vue"]]);
12215
+ const _sfc_main$r = /* @__PURE__ */ defineComponent({
12201
12216
  __name: "OnyxUserMenu",
12202
12217
  props: {
12203
12218
  fullName: { type: String, required: true },
@@ -12233,14 +12248,14 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
12233
12248
  });
12234
12249
  const _hoisted_1$m = { class: "onyx-truncation-ellipsis" };
12235
12250
  const _hoisted_2$h = { class: "onyx-user-menu__header" };
12236
- const _hoisted_3$b = { class: "onyx-truncation-ellipsis" };
12237
- const _hoisted_4$a = { class: "onyx-user-menu__username onyx-text onyx-truncation-ellipsis" };
12251
+ const _hoisted_3$c = { class: "onyx-truncation-ellipsis" };
12252
+ const _hoisted_4$b = { class: "onyx-user-menu__username onyx-text onyx-truncation-ellipsis" };
12238
12253
  const _hoisted_5$9 = {
12239
12254
  key: 0,
12240
12255
  class: "onyx-user-menu__description onyx-text--small onyx-truncation-ellipsis"
12241
12256
  };
12242
12257
  const _hoisted_6$7 = { class: "onyx-user-menu__options" };
12243
- function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
12258
+ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
12244
12259
  return openBlock(), createBlock($setup["UserMenuLayout"], {
12245
12260
  "flyout-open": $setup.flyoutOpen,
12246
12261
  "onUpdate:flyoutOpen": _cache[0] || (_cache[0] = ($event) => $setup.flyoutOpen = $event),
@@ -12284,10 +12299,10 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
12284
12299
  16
12285
12300
  /* FULL_PROPS */
12286
12301
  ),
12287
- createElementVNode("div", _hoisted_3$b, [
12302
+ createElementVNode("div", _hoisted_3$c, [
12288
12303
  createElementVNode(
12289
12304
  "div",
12290
- _hoisted_4$a,
12305
+ _hoisted_4$b,
12291
12306
  toDisplayString($setup.props.fullName),
12292
12307
  1
12293
12308
  /* TEXT */
@@ -12319,8 +12334,8 @@ function _sfc_render$s(_ctx, _cache, $props, $setup, $data, $options) {
12319
12334
  } : void 0
12320
12335
  ]), 1032, ["flyout-open", "class", "is-mobile", "disabled"]);
12321
12336
  }
12322
- const OnyxUserMenu = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["render", _sfc_render$s], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.vue"]]);
12323
- const _sfc_main$r = /* @__PURE__ */ defineComponent({
12337
+ const OnyxUserMenu = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/modules/OnyxUserMenu/OnyxUserMenu.vue"]]);
12338
+ const _sfc_main$q = /* @__PURE__ */ defineComponent({
12324
12339
  __name: "OnyxNavBar",
12325
12340
  props: {
12326
12341
  appName: { type: String, required: false },
@@ -12395,8 +12410,8 @@ const _hoisted_2$g = {
12395
12410
  key: 0,
12396
12411
  class: "onyx-nav-bar__mobile-page onyx-truncation-ellipsis"
12397
12412
  };
12398
- const _hoisted_3$a = { role: "menubar" };
12399
- const _hoisted_4$9 = { ref: "moreListRef" };
12413
+ const _hoisted_3$b = { role: "menubar" };
12414
+ const _hoisted_4$a = { ref: "moreListRef" };
12400
12415
  const _hoisted_5$8 = {
12401
12416
  key: 0,
12402
12417
  class: "onyx-nav-bar__mobile-context"
@@ -12410,7 +12425,7 @@ const _hoisted_8$3 = {
12410
12425
  key: 1,
12411
12426
  class: "onyx-nav-bar__context"
12412
12427
  };
12413
- function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
12428
+ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
12414
12429
  return openBlock(), createElementBlock(
12415
12430
  "header",
12416
12431
  {
@@ -12462,7 +12477,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
12462
12477
  "nav",
12463
12478
  mergeProps({ class: "onyx-nav-bar__nav--mobile" }, $setup.nav),
12464
12479
  [
12465
- createElementVNode("ul", _hoisted_3$a, [
12480
+ createElementVNode("ul", _hoisted_3$b, [
12466
12481
  renderSlot(_ctx.$slots, "default")
12467
12482
  ])
12468
12483
  ],
@@ -12508,7 +12523,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
12508
12523
  options: withCtx(() => [
12509
12524
  createElementVNode(
12510
12525
  "div",
12511
- _hoisted_4$9,
12526
+ _hoisted_4$a,
12512
12527
  null,
12513
12528
  512
12514
12529
  /* NEED_PATCH */
@@ -12569,7 +12584,7 @@ function _sfc_render$r(_ctx, _cache, $props, $setup, $data, $options) {
12569
12584
  /* CLASS */
12570
12585
  );
12571
12586
  }
12572
- const OnyxNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$r, [["render", _sfc_render$r], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/OnyxNavBar.vue"]]);
12587
+ const OnyxNavBar = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNavBar/OnyxNavBar.vue"]]);
12573
12588
  const useRelativeTimeFormat = (options) => {
12574
12589
  const { locale, t } = injectI18n();
12575
12590
  const format = computed(() => new Intl.RelativeTimeFormat(locale.value, unref(options.options)));
@@ -12617,7 +12632,7 @@ const useRelativeTimeFormat = (options) => {
12617
12632
  timeAgo
12618
12633
  };
12619
12634
  };
12620
- const _sfc_main$q = /* @__PURE__ */ defineComponent({
12635
+ const _sfc_main$p = /* @__PURE__ */ defineComponent({
12621
12636
  __name: "OnyxNotificationCard",
12622
12637
  props: {
12623
12638
  density: { type: null, required: false },
@@ -12651,8 +12666,8 @@ const _hoisted_2$f = {
12651
12666
  key: 1,
12652
12667
  class: "onyx-notification-card__content"
12653
12668
  };
12654
- const _hoisted_3$9 = { class: "onyx-notification-card__header" };
12655
- const _hoisted_4$8 = { class: "onyx-notification-card__header-container" };
12669
+ const _hoisted_3$a = { class: "onyx-notification-card__header" };
12670
+ const _hoisted_4$9 = { class: "onyx-notification-card__header-container" };
12656
12671
  const _hoisted_5$7 = { class: "onyx-notification-card__header-container" };
12657
12672
  const _hoisted_6$5 = { class: "onyx-notification-card__created-at onyx-text--small" };
12658
12673
  const _hoisted_7$2 = { class: "onyx-notification-card__description onyx-text onyx-truncation-multiline" };
@@ -12660,7 +12675,7 @@ const _hoisted_8$2 = {
12660
12675
  key: 0,
12661
12676
  class: "onyx-notification-card__actions onyx-density-compact"
12662
12677
  };
12663
- function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
12678
+ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
12664
12679
  return openBlock(), createElementBlock(
12665
12680
  "div",
12666
12681
  {
@@ -12683,8 +12698,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
12683
12698
  ))
12684
12699
  ])) : (openBlock(), createElementBlock("div", _hoisted_2$f, [
12685
12700
  createElementVNode("div", null, [
12686
- createElementVNode("div", _hoisted_3$9, [
12687
- createElementVNode("div", _hoisted_4$8, [
12701
+ createElementVNode("div", _hoisted_3$a, [
12702
+ createElementVNode("div", _hoisted_4$9, [
12688
12703
  $setup.props.icon ? (openBlock(), createBlock($setup["OnyxIcon"], {
12689
12704
  key: 0,
12690
12705
  class: "onyx-notification-card__icon",
@@ -12751,8 +12766,8 @@ function _sfc_render$q(_ctx, _cache, $props, $setup, $data, $options) {
12751
12766
  /* CLASS */
12752
12767
  );
12753
12768
  }
12754
- const OnyxNotificationCard = /* @__PURE__ */ _export_sfc(_sfc_main$q, [["render", _sfc_render$q], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationCard/OnyxNotificationCard.vue"]]);
12755
- const _sfc_main$p = /* @__PURE__ */ defineComponent({
12769
+ const OnyxNotificationCard = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationCard/OnyxNotificationCard.vue"]]);
12770
+ const _sfc_main$o = /* @__PURE__ */ defineComponent({
12756
12771
  __name: "OnyxNotificationDot",
12757
12772
  props: {
12758
12773
  hidden: { type: Boolean, required: false, default: false },
@@ -12767,7 +12782,7 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
12767
12782
  }
12768
12783
  });
12769
12784
  const _hoisted_1$j = { class: "onyx-component onyx-notification-dot" };
12770
- function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
12785
+ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
12771
12786
  return openBlock(), createElementBlock("div", _hoisted_1$j, [
12772
12787
  renderSlot(_ctx.$slots, "default"),
12773
12788
  !$setup.props.hidden ? (openBlock(), createBlock($setup["OnyxBadge"], {
@@ -12778,8 +12793,8 @@ function _sfc_render$p(_ctx, _cache, $props, $setup, $data, $options) {
12778
12793
  }, null, 8, ["color"])) : createCommentVNode("v-if", true)
12779
12794
  ]);
12780
12795
  }
12781
- const OnyxNotificationDot = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["render", _sfc_render$p], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationDot/OnyxNotificationDot.vue"]]);
12782
- const _sfc_main$o = /* @__PURE__ */ defineComponent({
12796
+ const OnyxNotificationDot = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxNotificationDot/OnyxNotificationDot.vue"]]);
12797
+ const _sfc_main$n = /* @__PURE__ */ defineComponent({
12783
12798
  __name: "OnyxPageLayout",
12784
12799
  props: {
12785
12800
  skeleton: { type: Boolean, required: false },
@@ -12801,15 +12816,15 @@ const _hoisted_1$i = {
12801
12816
  class: "onyx-page__sidebar"
12802
12817
  };
12803
12818
  const _hoisted_2$e = { class: "onyx-page__main" };
12804
- const _hoisted_3$8 = {
12819
+ const _hoisted_3$9 = {
12805
12820
  key: 1,
12806
12821
  class: "onyx-page__sidebar onyx-page__sidebar--right"
12807
12822
  };
12808
- const _hoisted_4$7 = {
12823
+ const _hoisted_4$8 = {
12809
12824
  key: 2,
12810
12825
  class: "onyx-page__footer"
12811
12826
  };
12812
- function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
12827
+ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
12813
12828
  return openBlock(), createElementBlock(
12814
12829
  "div",
12815
12830
  {
@@ -12836,10 +12851,10 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
12836
12851
  /* CLASS */
12837
12852
  )
12838
12853
  ]),
12839
- $setup.slots.sidebarRight ? (openBlock(), createElementBlock("div", _hoisted_3$8, [
12854
+ $setup.slots.sidebarRight ? (openBlock(), createElementBlock("div", _hoisted_3$9, [
12840
12855
  renderSlot(_ctx.$slots, "sidebarRight")
12841
12856
  ])) : createCommentVNode("v-if", true),
12842
- $setup.slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$7, [
12857
+ $setup.slots.footer ? (openBlock(), createElementBlock("div", _hoisted_4$8, [
12843
12858
  renderSlot(_ctx.$slots, "footer")
12844
12859
  ])) : createCommentVNode("v-if", true)
12845
12860
  ],
@@ -12847,8 +12862,8 @@ function _sfc_render$o(_ctx, _cache, $props, $setup, $data, $options) {
12847
12862
  /* CLASS */
12848
12863
  );
12849
12864
  }
12850
- const OnyxPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$o, [["render", _sfc_render$o], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPageLayout/OnyxPageLayout.vue"]]);
12851
- const _sfc_main$n = /* @__PURE__ */ defineComponent({
12865
+ const OnyxPageLayout = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxPageLayout/OnyxPageLayout.vue"]]);
12866
+ const _sfc_main$m = /* @__PURE__ */ defineComponent({
12852
12867
  __name: "OnyxProgressItem",
12853
12868
  props: {
12854
12869
  density: { type: null, required: false },
@@ -12876,8 +12891,8 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
12876
12891
  });
12877
12892
  const _hoisted_1$h = ["disabled"];
12878
12893
  const _hoisted_2$d = { class: "onyx-progress-item__indicator" };
12879
- const _hoisted_3$7 = { class: "onyx-progress-item__label" };
12880
- function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
12894
+ const _hoisted_3$8 = { class: "onyx-progress-item__label" };
12895
+ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
12881
12896
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
12882
12897
  key: 0,
12883
12898
  class: normalizeClass(["onyx-progress-item-skeleton", "onyx-text", $setup.densityClass])
@@ -12911,7 +12926,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
12911
12926
  /* STABLE_FRAGMENT */
12912
12927
  ))
12913
12928
  ]),
12914
- createElementVNode("div", _hoisted_3$7, [
12929
+ createElementVNode("div", _hoisted_3$8, [
12915
12930
  renderSlot(_ctx.$slots, "default", {
12916
12931
  label: $setup.props.label
12917
12932
  }, () => [
@@ -12924,7 +12939,7 @@ function _sfc_render$n(_ctx, _cache, $props, $setup, $data, $options) {
12924
12939
  ])
12925
12940
  ], 10, _hoisted_1$h));
12926
12941
  }
12927
- const OnyxProgressItem = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["render", _sfc_render$n], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressItem/OnyxProgressItem.vue"]]);
12942
+ const OnyxProgressItem = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressItem/OnyxProgressItem.vue"]]);
12928
12943
  const PROGRESS_ITEM_STATUS = [
12929
12944
  "default",
12930
12945
  "active",
@@ -12932,7 +12947,7 @@ const PROGRESS_ITEM_STATUS = [
12932
12947
  "visited",
12933
12948
  "invalid"
12934
12949
  ];
12935
- const _sfc_main$m = /* @__PURE__ */ defineComponent({
12950
+ const _sfc_main$l = /* @__PURE__ */ defineComponent({
12936
12951
  __name: "OnyxProgressSteps",
12937
12952
  props: {
12938
12953
  density: { type: null, required: false },
@@ -12988,7 +13003,7 @@ const _sfc_main$m = /* @__PURE__ */ defineComponent({
12988
13003
  }
12989
13004
  });
12990
13005
  const _hoisted_1$g = { class: "onyx-progress-steps__scroll-container" };
12991
- function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
13006
+ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
12992
13007
  return openBlock(), createElementBlock(
12993
13008
  "div",
12994
13009
  {
@@ -13040,8 +13055,8 @@ function _sfc_render$m(_ctx, _cache, $props, $setup, $data, $options) {
13040
13055
  /* CLASS */
13041
13056
  );
13042
13057
  }
13043
- const OnyxProgressSteps = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["render", _sfc_render$m], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressSteps/OnyxProgressSteps.vue"]]);
13044
- const _sfc_main$l = /* @__PURE__ */ defineComponent({
13058
+ const OnyxProgressSteps = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxProgressSteps/OnyxProgressSteps.vue"]]);
13059
+ const _sfc_main$k = /* @__PURE__ */ defineComponent({
13045
13060
  ...{ inheritAttrs: false },
13046
13061
  __name: "OnyxRadioButton",
13047
13062
  props: {
@@ -13077,7 +13092,7 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
13077
13092
  }
13078
13093
  });
13079
13094
  const _hoisted_1$f = ["required", "name", "value", "checked", "disabled", "autofocus"];
13080
- function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
13095
+ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
13081
13096
  return $setup.skeleton ? (openBlock(), createElementBlock(
13082
13097
  "div",
13083
13098
  mergeProps({
@@ -13138,8 +13153,8 @@ function _sfc_render$l(_ctx, _cache, $props, $setup, $data, $options) {
13138
13153
  /* STABLE */
13139
13154
  }, 16, ["disabled", "error-messages"]));
13140
13155
  }
13141
- const OnyxRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$l, [["render", _sfc_render$l], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioButton/OnyxRadioButton.vue"]]);
13142
- const _sfc_main$k = /* @__PURE__ */ defineComponent({
13156
+ const OnyxRadioButton = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioButton/OnyxRadioButton.vue"]]);
13157
+ const _sfc_main$j = /* @__PURE__ */ defineComponent({
13143
13158
  __name: "OnyxRadioGroup",
13144
13159
  props: {
13145
13160
  truncation: { type: null, required: false, default: "ellipsis" },
@@ -13191,7 +13206,7 @@ const _hoisted_2$c = {
13191
13206
  key: 0,
13192
13207
  class: "onyx-radio-group__label"
13193
13208
  };
13194
- function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
13209
+ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
13195
13210
  return openBlock(), createElementBlock("fieldset", {
13196
13211
  class: normalizeClass(["onyx-component", "onyx-radio-group", $setup.densityClass, $setup.requiredTypeClass]),
13197
13212
  disabled: $setup.disabled,
@@ -13267,9 +13282,9 @@ function _sfc_render$k(_ctx, _cache, $props, $setup, $data, $options) {
13267
13282
  )
13268
13283
  ], 10, _hoisted_1$e);
13269
13284
  }
13270
- const OnyxRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$k, [["render", _sfc_render$k], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioGroup/OnyxRadioGroup.vue"]]);
13285
+ const OnyxRadioGroup = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxRadioGroup/OnyxRadioGroup.vue"]]);
13271
13286
  const LINK_TARGETS = ["_self", "_blank", "_parent", "_top"];
13272
- const _sfc_main$j = /* @__PURE__ */ defineComponent({
13287
+ const _sfc_main$i = /* @__PURE__ */ defineComponent({
13273
13288
  ...{ inheritAttrs: false },
13274
13289
  __name: "OnyxSegmentedControlElement",
13275
13290
  props: {
@@ -13302,7 +13317,7 @@ const _hoisted_2$b = {
13302
13317
  key: 1,
13303
13318
  class: "onyx-segmented-control-element__text"
13304
13319
  };
13305
- function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
13320
+ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
13306
13321
  return openBlock(), createElementBlock(
13307
13322
  "div",
13308
13323
  mergeProps($setup.rootAttrs, {
@@ -13343,8 +13358,8 @@ function _sfc_render$j(_ctx, _cache, $props, $setup, $data, $options) {
13343
13358
  /* FULL_PROPS */
13344
13359
  );
13345
13360
  }
13346
- const OnyxSegmentedControlElement = /* @__PURE__ */ _export_sfc(_sfc_main$j, [["render", _sfc_render$j], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSegmentedControlElement/OnyxSegmentedControlElement.vue"]]);
13347
- const _sfc_main$i = /* @__PURE__ */ defineComponent({
13361
+ const OnyxSegmentedControlElement = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSegmentedControlElement/OnyxSegmentedControlElement.vue"]]);
13362
+ const _sfc_main$h = /* @__PURE__ */ defineComponent({
13348
13363
  __name: "OnyxSegmentedControl",
13349
13364
  props: {
13350
13365
  density: { type: null, required: false },
@@ -13373,7 +13388,7 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
13373
13388
  return __returned__;
13374
13389
  }
13375
13390
  });
13376
- function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
13391
+ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
13377
13392
  return $setup.skeleton ? (openBlock(), createBlock($setup["OnyxSkeleton"], {
13378
13393
  key: 0,
13379
13394
  class: normalizeClass(["onyx-segmented-control-skeleton", $setup.densityClass])
@@ -13404,10 +13419,10 @@ function _sfc_render$i(_ctx, _cache, $props, $setup, $data, $options) {
13404
13419
  /* CLASS */
13405
13420
  ));
13406
13421
  }
13407
- const OnyxSegmentedControl = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["render", _sfc_render$i], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSegmentedControl/OnyxSegmentedControl.vue"]]);
13422
+ const OnyxSegmentedControl = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSegmentedControl/OnyxSegmentedControl.vue"]]);
13408
13423
  const SELECT_ALIGNMENTS = ["full", "left", "right"];
13409
13424
  const MULTISELECT_TEXT_MODE = ["summary", "preview"];
13410
- const _sfc_main$h = /* @__PURE__ */ defineComponent({
13425
+ const _sfc_main$g = /* @__PURE__ */ defineComponent({
13411
13426
  __name: "OnyxSidebarItem",
13412
13427
  props: {
13413
13428
  density: { type: null, required: false },
@@ -13435,7 +13450,7 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
13435
13450
  return __returned__;
13436
13451
  }
13437
13452
  });
13438
- function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
13453
+ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
13439
13454
  return $setup.link ? (openBlock(), createBlock($setup["OnyxRouterLink"], mergeProps({
13440
13455
  key: 0,
13441
13456
  class: $setup.classes
@@ -13459,12 +13474,12 @@ function _sfc_render$h(_ctx, _cache, $props, $setup, $data, $options) {
13459
13474
  /* CLASS */
13460
13475
  ));
13461
13476
  }
13462
- const OnyxSidebarItem = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["render", _sfc_render$h], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.vue"]]);
13477
+ const OnyxSidebarItem = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSidebar/modules/OnyxSidebarItem/OnyxSidebarItem.vue"]]);
13463
13478
  const arrowSmallLeft = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M17.618 11.626H8.936l3.094-3.094-1.064-1.056-4.899 4.898 4.9 4.9 1.063-1.064-3.094-3.086h8.682z"/></svg>';
13464
13479
  const arrowSmallRight = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M13.026 7.476 11.97 8.532l3.086 3.094H6.382v1.498h8.674L11.97 16.21l1.056 1.063 4.9-4.898z"/></svg>';
13465
13480
  const sidebarArrowLeft = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.743 3.038H5.258A2.26 2.26 0 0 0 3 5.295V18.78a2.26 2.26 0 0 0 2.258 2.258H18.75a2.25 2.25 0 0 0 2.25-2.25V5.295a2.26 2.26 0 0 0-2.258-2.257M4.5 18.78V5.295c0-.42.338-.757.758-.757H8.25v15H5.258a.755.755 0 0 1-.758-.758m15 .008c0 .412-.337.75-.75.75h-9v-15h8.993c.42 0 .757.337.757.757z"/><path d="m15.218 8.558-3.48 3.48 3.48 3.48 1.064-1.058-2.422-2.423 2.422-2.422z"/></svg>';
13466
13481
  const sidebarArrowRight = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M18.743 3.038H5.258A2.26 2.26 0 0 0 3 5.295V18.78a2.26 2.26 0 0 0 2.258 2.258H18.75a2.25 2.25 0 0 0 2.25-2.25V5.295a2.26 2.26 0 0 0-2.258-2.257M4.5 18.78V5.295c0-.42.338-.757.758-.757H8.25v15H5.258a.755.755 0 0 1-.758-.758m15 .008c0 .412-.337.75-.75.75h-9v-15h8.993c.42 0 .757.337.757.757z"/><path d="m12.27 9.615 2.423 2.422-2.423 2.423 1.058 1.057 3.48-3.48-3.48-3.48z"/></svg>';
13467
- const _sfc_main$g = /* @__PURE__ */ defineComponent({
13482
+ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13468
13483
  __name: "OnyxSidebar",
13469
13484
  props: {
13470
13485
  density: { type: null, required: false },
@@ -13557,13 +13572,13 @@ const _hoisted_2$a = {
13557
13572
  key: 0,
13558
13573
  class: "onyx-sidebar__header"
13559
13574
  };
13560
- const _hoisted_3$6 = { class: "onyx-sidebar__body" };
13561
- const _hoisted_4$6 = {
13575
+ const _hoisted_3$7 = { class: "onyx-sidebar__body" };
13576
+ const _hoisted_4$7 = {
13562
13577
  key: 1,
13563
13578
  class: "onyx-sidebar__footer"
13564
13579
  };
13565
13580
  const _hoisted_5$6 = { class: "onyx-sidebar__footer" };
13566
- function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
13581
+ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
13567
13582
  return !$setup.props.temporary && !$setup.shouldCollapse ? (openBlock(), createElementBlock("aside", {
13568
13583
  key: 0,
13569
13584
  ref: "sidebarRef",
@@ -13580,10 +13595,10 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
13580
13595
  !!$setup.slots.header ? (openBlock(), createElementBlock("header", _hoisted_2$a, [
13581
13596
  renderSlot(_ctx.$slots, "header")
13582
13597
  ])) : createCommentVNode("v-if", true),
13583
- createElementVNode("div", _hoisted_3$6, [
13598
+ createElementVNode("div", _hoisted_3$7, [
13584
13599
  renderSlot(_ctx.$slots, "default")
13585
13600
  ]),
13586
- !!$setup.slots.footer ? (openBlock(), createElementBlock("footer", _hoisted_4$6, [
13601
+ !!$setup.slots.footer ? (openBlock(), createElementBlock("footer", _hoisted_4$7, [
13587
13602
  renderSlot(_ctx.$slots, "footer")
13588
13603
  ])) : createCommentVNode("v-if", true),
13589
13604
  $setup.props.resizable ? (openBlock(), createBlock($setup["OnyxResizeHandle"], mergeProps({
@@ -13642,9 +13657,9 @@ function _sfc_render$g(_ctx, _cache, $props, $setup, $data, $options) {
13642
13657
  } : void 0
13643
13658
  ]), 1040, ["open", "class", "label", "density", "style", "alignment"]));
13644
13659
  }
13645
- const OnyxSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_render$g], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSidebar/OnyxSidebar.vue"]]);
13660
+ const OnyxSidebar = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSidebar/OnyxSidebar.vue"]]);
13646
13661
  const SIDEBAR_ALIGNMENT = ["left", "right"];
13647
- const _sfc_main$f = /* @__PURE__ */ defineComponent({
13662
+ const _sfc_main$e = /* @__PURE__ */ defineComponent({
13648
13663
  ...{ inheritAttrs: false },
13649
13664
  __name: "OnyxStepper",
13650
13665
  props: {
@@ -13769,13 +13784,13 @@ const _sfc_main$f = /* @__PURE__ */ defineComponent({
13769
13784
  });
13770
13785
  const _hoisted_1$b = { class: "onyx-stepper__wrapper" };
13771
13786
  const _hoisted_2$9 = ["disabled", "aria-label"];
13772
- const _hoisted_3$5 = ["id", "aria-label", "autofocus", "disabled", "min", "max", "name", "placeholder", "readonly", "required", "step", "title"];
13773
- const _hoisted_4$5 = {
13787
+ const _hoisted_3$6 = ["id", "aria-label", "autofocus", "disabled", "min", "max", "name", "placeholder", "readonly", "required", "step", "title"];
13788
+ const _hoisted_4$6 = {
13774
13789
  class: "onyx-stepper__display",
13775
13790
  "aria-hidden": "true"
13776
13791
  };
13777
13792
  const _hoisted_5$5 = ["disabled", "aria-label"];
13778
- function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
13793
+ function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
13779
13794
  return $setup.skeleton ? (openBlock(), createElementBlock(
13780
13795
  "div",
13781
13796
  mergeProps({
@@ -13846,13 +13861,13 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
13846
13861
  _cache[3] || (_cache[3] = withKeys(withModifiers(($event) => $setup.handleClick("stepUp"), ["prevent"]), ["up"])),
13847
13862
  _cache[4] || (_cache[4] = withKeys(withModifiers(($event) => $setup.handleClick("stepDown"), ["prevent"]), ["down"]))
13848
13863
  ]
13849
- }), null, 16, _hoisted_3$5)), [
13864
+ }), null, 16, _hoisted_3$6)), [
13850
13865
  [vModelText, $setup.inputValue],
13851
13866
  [$setup["vCustomValidity"]]
13852
13867
  ]),
13853
13868
  createElementVNode(
13854
13869
  "p",
13855
- _hoisted_4$5,
13870
+ _hoisted_4$6,
13856
13871
  toDisplayString($setup.displayValue),
13857
13872
  1
13858
13873
  /* TEXT */
@@ -13878,126 +13893,14 @@ function _sfc_render$f(_ctx, _cache, $props, $setup, $data, $options) {
13878
13893
  /* FULL_PROPS */
13879
13894
  ));
13880
13895
  }
13881
- const OnyxStepper = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["render", _sfc_render$f], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxStepper/OnyxStepper.vue"]]);
13882
- const __default__$1 = {};
13883
- const _sfc_main$e = /* @__PURE__ */ defineComponent({
13884
- ...__default__$1,
13885
- __name: "OnyxSliderControl",
13886
- props: {
13887
- density: { type: null, required: false },
13888
- control: { type: String, required: true },
13889
- step: { type: null, required: false },
13890
- min: { type: null, required: false },
13891
- max: { type: null, required: false },
13892
- direction: { type: String, required: false },
13893
- modelValue: { type: Number, required: true },
13894
- disabled: { type: Boolean, required: false }
13895
- },
13896
- emits: ["update:modelValue"],
13897
- setup(__props, { expose: __expose, emit: __emit }) {
13898
- __expose();
13899
- const props = __props;
13900
- const emit = __emit;
13901
- const { t } = injectI18n();
13902
- const { densityClass } = useDensity(props);
13903
- const modelValue = useVModel({
13904
- props,
13905
- emit,
13906
- key: "modelValue"
13907
- });
13908
- const handleIconClick = () => {
13909
- if (props.control !== "icon") return;
13910
- const offset = props.direction === "increase" ? props.step : -props.step;
13911
- modelValue.value += offset;
13912
- };
13913
- const handleStepperChange = (value) => {
13914
- if (value == void 0) return;
13915
- modelValue.value = value;
13916
- };
13917
- const stepperLabel = computed(() => {
13918
- if (props.control !== "input") return t.value("slider.changeValue");
13919
- if (props.direction === "increase") return t.value("slider.changeStartValue");
13920
- else if (props.direction === "decrease") return t.value("slider.changeEndValue");
13921
- return t.value("slider.changeValue");
13922
- });
13923
- const __returned__ = { props, emit, t, densityClass, modelValue, handleIconClick, handleStepperChange, stepperLabel, get iconMinusSmall() {
13924
- return iconMinusSmall;
13925
- }, get iconPlusSmall() {
13926
- return iconPlusSmall;
13927
- }, OnyxIconButton, OnyxStepper };
13928
- Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
13929
- return __returned__;
13930
- }
13931
- });
13932
- function _sfc_render$e(_ctx, _cache, $props, $setup, $data, $options) {
13933
- return openBlock(), createElementBlock(
13934
- "div",
13935
- {
13936
- class: normalizeClass(["onyx-component", "onyx-slider-control", $setup.densityClass])
13937
- },
13938
- [
13939
- $setup.props.control === "value" ? (openBlock(), createElementBlock(
13940
- Fragment,
13941
- { key: 0 },
13942
- [
13943
- createTextVNode(
13944
- toDisplayString($setup.modelValue),
13945
- 1
13946
- /* TEXT */
13947
- )
13948
- ],
13949
- 64
13950
- /* STABLE_FRAGMENT */
13951
- )) : $setup.props.control === "icon" ? (openBlock(), createElementBlock(
13952
- Fragment,
13953
- { key: 1 },
13954
- [
13955
- $setup.props.direction === "decrease" ? (openBlock(), createBlock($setup["OnyxIconButton"], {
13956
- key: 0,
13957
- disabled: $setup.props.disabled,
13958
- color: "neutral",
13959
- label: $setup.t("slider.decreaseValueBy", { n: $setup.props.step }),
13960
- icon: $setup.iconMinusSmall,
13961
- onClick: $setup.handleIconClick
13962
- }, null, 8, ["disabled", "label", "icon"])) : createCommentVNode("v-if", true),
13963
- $setup.props.direction === "increase" ? (openBlock(), createBlock($setup["OnyxIconButton"], {
13964
- key: 1,
13965
- disabled: $setup.props.disabled,
13966
- color: "neutral",
13967
- label: $setup.t("slider.increaseValueBy", { n: $setup.props.step }),
13968
- icon: $setup.iconPlusSmall,
13969
- onClick: $setup.handleIconClick
13970
- }, null, 8, ["disabled", "label", "icon"])) : createCommentVNode("v-if", true)
13971
- ],
13972
- 64
13973
- /* STABLE_FRAGMENT */
13974
- )) : $setup.props.control === "input" ? (openBlock(), createBlock($setup["OnyxStepper"], {
13975
- key: 2,
13976
- label: $setup.stepperLabel,
13977
- "hide-label": "",
13978
- "hide-buttons": "",
13979
- disabled: $setup.props.disabled,
13980
- "model-value": $setup.props.modelValue,
13981
- "step-size": $setup.props.step,
13982
- min: $setup.props.min,
13983
- max: $setup.props.max,
13984
- "onUpdate:modelValue": $setup.handleStepperChange
13985
- }, null, 8, ["label", "disabled", "model-value", "step-size", "min", "max"])) : createCommentVNode("v-if", true)
13986
- ],
13987
- 2
13988
- /* CLASS */
13989
- );
13990
- }
13991
- const OnyxSliderControl = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxSliderControl/OnyxSliderControl.vue"]]);
13992
- const __default__ = {};
13896
+ const OnyxStepper = /* @__PURE__ */ _export_sfc(_sfc_main$e, [["render", _sfc_render$e], ["__file", "/home/runner/work/onyx/onyx/packages/sit-onyx/src/components/OnyxStepper/OnyxStepper.vue"]]);
13993
13897
  const _sfc_main$d = /* @__PURE__ */ defineComponent({
13994
- ...__default__,
13995
13898
  __name: "OnyxSlider",
13996
13899
  props: {
13997
- error: { type: [String, Object], required: false },
13998
13900
  disabled: { type: [Boolean, Symbol], required: false, default: FORM_INJECTED_SYMBOL },
13999
13901
  showError: { type: null, required: false, default: FORM_INJECTED_SYMBOL },
14000
13902
  density: { type: null, required: false },
13903
+ error: { type: [String, Object], required: false },
14001
13904
  autofocus: { type: Boolean, required: false },
14002
13905
  id: { type: String, required: false },
14003
13906
  name: { type: String, required: false },
@@ -14005,9 +13908,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
14005
13908
  labelTooltip: { type: String, required: false },
14006
13909
  hideLabel: { type: Boolean, required: false },
14007
13910
  skeleton: { type: [Symbol, Boolean, Number], required: false, default: SKELETON_INJECTED_SYMBOL },
14008
- errorMessages: { type: Object, required: false },
14009
- message: { type: Object, required: false },
14010
- successMessages: { type: Object, required: false },
13911
+ message: { type: [String, Object], required: false },
13912
+ success: { type: [String, Object], required: false },
14011
13913
  mode: { type: null, required: false, default: () => "single" },
14012
13914
  modelValue: { type: null, required: true },
14013
13915
  min: { type: Number, required: false, default: 0 },
@@ -14016,7 +13918,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
14016
13918
  shiftStep: { type: Number, required: false },
14017
13919
  marks: { type: [Array, Boolean], required: false },
14018
13920
  control: { type: null, required: false },
14019
- disableTooltip: { type: Boolean, required: false }
13921
+ tooltip: { type: Object, required: false }
14020
13922
  },
14021
13923
  emits: ["update:modelValue", "validityChange"],
14022
13924
  setup(__props, { expose: __expose, emit: __emit }) {
@@ -14028,9 +13930,11 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
14028
13930
  emit,
14029
13931
  key: "modelValue"
14030
13932
  });
13933
+ const { t } = injectI18n();
14031
13934
  const { vCustomValidity, errorMessages } = useFormElementError({ props, emit });
14032
13935
  const formElementProps = useForwardProps(props, OnyxFormElement);
14033
13936
  const messages = computed(() => getFormMessages(props.message));
13937
+ const successMessages = computed(() => getFormMessages(props.success));
14034
13938
  const { densityClass } = useDensity(props);
14035
13939
  const { disabled, showError } = useFormContext(props);
14036
13940
  const errorClass = useErrorClass(showError);
@@ -14039,8 +13943,8 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
14039
13943
  const {
14040
13944
  elements: { root, track, thumbContainer, thumbInput, mark, markLabel },
14041
13945
  state: { normalizedValue, marks },
14042
- internals: { updateValue }
14043
- } = _unstableCreateSlider({
13946
+ internals: { updateValue, updateValueByStep }
13947
+ } = createSlider({
14044
13948
  value: modelValue,
14045
13949
  min,
14046
13950
  max,
@@ -14049,15 +13953,56 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
14049
13953
  marks: toRef(props, "marks"),
14050
13954
  disabled,
14051
13955
  shiftStep: toRef(props, "shiftStep"),
14052
- onChange: (newValue) => modelValue.value = newValue
13956
+ onChange: (newValue) => {
13957
+ modelValue.value = newValue;
13958
+ wasTouched.value = true;
13959
+ }
13960
+ });
13961
+ const hasMarkLabels = computed(() => marks.value.some((mark2) => !!mark2.label));
13962
+ const wasTouched = ref(false);
13963
+ const sharedIconButtonProps = computed(() => {
13964
+ return {
13965
+ color: "neutral",
13966
+ // tabindex is set here because the icon buttons are only relevant for mouse users
13967
+ // so they should be ignored by keyboard / screen readers because the slider itself is already (keyboard) accessible.
13968
+ tabindex: -1,
13969
+ onMousedown: (ev) => {
13970
+ ev.preventDefault();
13971
+ }
13972
+ };
14053
13973
  });
14054
- const __returned__ = { props, emit, modelValue, vCustomValidity, errorMessages, formElementProps, messages, densityClass, disabled, showError, errorClass, skeleton, min, max, step, label, root, track, thumbContainer, thumbInput, mark, markLabel, normalizedValue, marks, updateValue, OnyxFormElement, OnyxSkeleton, OnyxSliderControl, OnyxTooltip, OnyxVisuallyHidden };
13974
+ const sharedStepperProps = computed(() => {
13975
+ return {
13976
+ class: "onyx-slider__control",
13977
+ stepSize: props.step,
13978
+ min: props.min,
13979
+ max: props.max,
13980
+ disabled: disabled.value,
13981
+ hideLabel: true,
13982
+ hideButtons: true
13983
+ };
13984
+ });
13985
+ const __returned__ = { props, emit, modelValue, t, vCustomValidity, errorMessages, formElementProps, messages, successMessages, densityClass, disabled, showError, errorClass, skeleton, min, max, step, label, root, track, thumbContainer, thumbInput, mark, markLabel, normalizedValue, marks, updateValue, updateValueByStep, hasMarkLabels, wasTouched, sharedIconButtonProps, sharedStepperProps, get iconMinusSmall() {
13986
+ return iconMinusSmall;
13987
+ }, get iconPlusSmall() {
13988
+ return iconPlusSmall;
13989
+ }, get mergeVueProps() {
13990
+ return mergeVueProps;
13991
+ }, OnyxFormElement, OnyxIconButton, OnyxSkeleton, OnyxStepper, OnyxTooltip, OnyxVisuallyHidden };
14055
13992
  Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
14056
13993
  return __returned__;
14057
13994
  }
14058
13995
  });
14059
13996
  const _hoisted_1$a = { class: "onyx-slider__container" };
14060
- const _hoisted_2$8 = ["id", "tabindex", "disabled", "aria-label", "autofocus"];
13997
+ const _hoisted_2$8 = {
13998
+ key: 0,
13999
+ class: "onyx-slider__control"
14000
+ };
14001
+ const _hoisted_3$5 = ["id", "tabindex", "disabled", "aria-label", "autofocus"];
14002
+ const _hoisted_4$5 = {
14003
+ key: 3,
14004
+ class: "onyx-slider__control"
14005
+ };
14061
14006
  function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
14062
14007
  return $setup.skeleton ? (openBlock(), createElementBlock(
14063
14008
  "div",
@@ -14086,33 +14031,27 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
14086
14031
  }, $setup.formElementProps, {
14087
14032
  class: "onyx-slider__form-element",
14088
14033
  message: $setup.messages,
14089
- "error-messages": $setup.errorMessages
14034
+ "error-messages": $setup.errorMessages,
14035
+ "success-messages": $setup.successMessages
14090
14036
  }), {
14091
14037
  default: withCtx(({ id: inputId }) => [
14092
14038
  createElementVNode("div", _hoisted_1$a, [
14093
- $setup.props.control === "value" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
14094
- key: 0,
14095
- control: "value",
14096
- "model-value": $setup.props.min
14097
- }, null, 8, ["model-value"])) : $setup.props.control === "icon" && $setup.props.mode === "single" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
14098
- key: 1,
14099
- control: "icon",
14100
- direction: "decrease",
14101
- step: $setup.props.step,
14102
- "model-value": $setup.normalizedValue[0],
14039
+ $setup.props.control === "value" ? (openBlock(), createElementBlock(
14040
+ "span",
14041
+ _hoisted_2$8,
14042
+ toDisplayString($setup.props.min),
14043
+ 1
14044
+ /* TEXT */
14045
+ )) : $setup.props.control === "icon" && $setup.props.mode === "single" ? (openBlock(), createBlock($setup["OnyxIconButton"], mergeProps({ key: 1 }, $setup.sharedIconButtonProps, {
14046
+ label: $setup.t("slider.decreaseValueBy", { n: $setup.props.step }),
14047
+ icon: $setup.iconMinusSmall,
14103
14048
  disabled: $setup.disabled || $setup.normalizedValue[0] <= $setup.props.min,
14104
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => $setup.updateValue($event, 0))
14105
- }, null, 8, ["step", "model-value", "disabled"])) : $setup.props.control === "input" && $setup.props.mode === "range" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
14106
- key: 2,
14107
- control: "input",
14108
- direction: "increase",
14049
+ onClick: _cache[0] || (_cache[0] = ($event) => $setup.updateValueByStep("decrease"))
14050
+ }), null, 16, ["label", "icon", "disabled"])) : $setup.props.control === "input" && $setup.props.mode === "range" ? (openBlock(), createBlock($setup["OnyxStepper"], mergeProps({ key: 2 }, $setup.sharedStepperProps, {
14051
+ label: $setup.t("slider.changeStartValue"),
14109
14052
  "model-value": $setup.normalizedValue[0],
14110
- disabled: $setup.disabled,
14111
- step: $setup.props.step,
14112
- min: $setup.props.min,
14113
- max: $setup.props.max,
14114
- "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $setup.updateValue($event, 0))
14115
- }, null, 8, ["model-value", "disabled", "step", "min", "max"])) : createCommentVNode("v-if", true),
14053
+ "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => $event != void 0 && $setup.updateValue($event, 0))
14054
+ }), null, 16, ["label", "model-value"])) : createCommentVNode("v-if", true),
14116
14055
  createElementVNode(
14117
14056
  "span",
14118
14057
  mergeProps({ class: "onyx-slider__root" }, $setup.root),
@@ -14179,47 +14118,41 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
14179
14118
  mergeProps({ key: index }, { ref_for: true }, $setup.thumbContainer({ value, index }), { class: "onyx-slider__thumb" }),
14180
14119
  [
14181
14120
  createVNode($setup["OnyxTooltip"], {
14182
- open: $setup.props.disableTooltip ? false : void 0,
14183
- text: String(value),
14184
- position: "bottom",
14121
+ open: $setup.props.tooltip?.hidden ? false : void 0,
14122
+ text: $setup.props.tooltip?.formatter?.(value, index) ?? String(value),
14123
+ position: $setup.hasMarkLabels ? "top" : "bottom",
14185
14124
  class: "onyx-slider__thumb-tooltip"
14186
14125
  }, {
14187
14126
  default: withCtx(({ trigger }) => [
14188
- createElementVNode(
14189
- "span",
14190
- mergeProps({ ref_for: true }, trigger),
14191
- [
14192
- createVNode(
14193
- $setup["OnyxVisuallyHidden"],
14194
- null,
14195
- {
14196
- default: withCtx(() => [
14197
- withDirectives(createElementVNode("input", mergeProps({
14198
- id: index === 0 ? inputId : void 0,
14199
- class: "onyx-slider__native",
14200
- tabindex: $setup.props.control === "input" ? -1 : void 0
14201
- }, { ref_for: true }, $setup.thumbInput({ value, index }), {
14202
- disabled: $setup.disabled,
14203
- "aria-label": $setup.props.label,
14204
- autofocus: $setup.props.autofocus && index === 0
14205
- }), null, 16, _hoisted_2$8), [
14206
- [$setup["vCustomValidity"]]
14207
- ])
14208
- ]),
14209
- _: 2
14210
- /* DYNAMIC */
14211
- },
14212
- 1024
14213
- /* DYNAMIC_SLOTS */
14214
- )
14215
- ],
14216
- 16
14217
- /* FULL_PROPS */
14127
+ createVNode(
14128
+ $setup["OnyxVisuallyHidden"],
14129
+ null,
14130
+ {
14131
+ default: withCtx(() => [
14132
+ withDirectives(createElementVNode("input", mergeProps({ ref_for: true }, $setup.mergeVueProps($setup.thumbInput({ value, index }), trigger), {
14133
+ id: index === 0 ? inputId : void 0,
14134
+ class: [
14135
+ "onyx-slider__native",
14136
+ { "onyx-slider__native--touched": $setup.wasTouched }
14137
+ ],
14138
+ tabindex: $setup.props.control === "input" ? -1 : void 0,
14139
+ disabled: $setup.disabled,
14140
+ "aria-label": $setup.props.label,
14141
+ autofocus: $setup.props.autofocus && index === 0
14142
+ }), null, 16, _hoisted_3$5), [
14143
+ [$setup["vCustomValidity"]]
14144
+ ])
14145
+ ]),
14146
+ _: 2
14147
+ /* DYNAMIC */
14148
+ },
14149
+ 1024
14150
+ /* DYNAMIC_SLOTS */
14218
14151
  )
14219
14152
  ]),
14220
14153
  _: 2
14221
14154
  /* DYNAMIC */
14222
- }, 1032, ["open", "text"])
14155
+ }, 1032, ["open", "text", "position"])
14223
14156
  ],
14224
14157
  16
14225
14158
  /* FULL_PROPS */
@@ -14232,34 +14165,27 @@ function _sfc_render$d(_ctx, _cache, $props, $setup, $data, $options) {
14232
14165
  16
14233
14166
  /* FULL_PROPS */
14234
14167
  ),
14235
- $setup.props.control === "value" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
14236
- key: 3,
14237
- control: "value",
14238
- "model-value": $setup.props.max
14239
- }, null, 8, ["model-value"])) : $setup.props.control === "icon" && $setup.props.mode === "single" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
14240
- key: 4,
14241
- control: "icon",
14242
- direction: "increase",
14243
- step: $setup.props.step,
14244
- "model-value": $setup.normalizedValue[0],
14168
+ $setup.props.control === "value" ? (openBlock(), createElementBlock(
14169
+ "span",
14170
+ _hoisted_4$5,
14171
+ toDisplayString($setup.props.max),
14172
+ 1
14173
+ /* TEXT */
14174
+ )) : $setup.props.control === "icon" && $setup.props.mode === "single" ? (openBlock(), createBlock($setup["OnyxIconButton"], mergeProps({ key: 4 }, $setup.sharedIconButtonProps, {
14175
+ label: $setup.t("slider.increaseValueBy", { n: $setup.props.step }),
14176
+ icon: $setup.iconPlusSmall,
14245
14177
  disabled: $setup.disabled || $setup.normalizedValue[0] >= $setup.props.max,
14246
- "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => $setup.updateValue($event, 0))
14247
- }, null, 8, ["step", "model-value", "disabled"])) : $setup.props.control === "input" ? (openBlock(), createBlock($setup["OnyxSliderControl"], {
14248
- key: 5,
14249
- control: "input",
14250
- direction: $setup.props.mode === "range" ? "decrease" : void 0,
14178
+ onClick: _cache[2] || (_cache[2] = ($event) => $setup.updateValueByStep("increase"))
14179
+ }), null, 16, ["label", "icon", "disabled"])) : $setup.props.control === "input" ? (openBlock(), createBlock($setup["OnyxStepper"], mergeProps({ key: 5 }, $setup.sharedStepperProps, {
14180
+ label: $setup.t(`slider.${$setup.props.mode === "range" ? "changeEndValue" : "changeValue"}`),
14251
14181
  "model-value": $setup.normalizedValue[1] ?? $setup.normalizedValue[0],
14252
- disabled: $setup.disabled,
14253
- step: $setup.props.step,
14254
- min: $setup.props.min,
14255
- max: $setup.props.max,
14256
- "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $setup.updateValue($event, $setup.props.mode === "range" ? 1 : 0))
14257
- }, null, 8, ["direction", "model-value", "disabled", "step", "min", "max"])) : createCommentVNode("v-if", true)
14182
+ "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => $event != void 0 && $setup.updateValue($event, $setup.props.mode === "range" ? 1 : 0))
14183
+ }), null, 16, ["label", "model-value"])) : createCommentVNode("v-if", true)
14258
14184
  ])
14259
14185
  ]),
14260
14186
  _: 1
14261
14187
  /* STABLE */
14262
- }, 16, ["label", "message", "error-messages"])
14188
+ }, 16, ["label", "message", "error-messages", "success-messages"])
14263
14189
  ],
14264
14190
  2
14265
14191
  /* CLASS */
@@ -16625,6 +16551,7 @@ export {
16625
16551
  OnyxSidebar,
16626
16552
  OnyxSidebarItem,
16627
16553
  OnyxSkeleton,
16554
+ OnyxSlider,
16628
16555
  OnyxStepper,
16629
16556
  OnyxSwitch,
16630
16557
  OnyxSystemButton,
@@ -16644,8 +16571,6 @@ export {
16644
16571
  OnyxGlobalSearchGroup as OnyxUnstableGlobalSearchGroup,
16645
16572
  OnyxGlobalSearchOption as OnyxUnstableGlobalSearchOption,
16646
16573
  OnyxItemsPerPage as OnyxUnstableItemsPerPage,
16647
- OnyxSlider as OnyxUnstableSlider,
16648
- OnyxSliderControl as OnyxUnstableSliderControl,
16649
16574
  OnyxTimepicker as OnyxUnstableTimepicker,
16650
16575
  OnyxUserMenu,
16651
16576
  OnyxVisuallyHidden,