@onereach/ui-components 8.22.2 → 8.22.3-beta.4120.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/bundled/v2/components/OrRangeSliderV3/OrRangeSlider.js +18 -11
  2. package/dist/bundled/v2/components/OrRangeSliderV3/styles.d.ts +1 -0
  3. package/dist/bundled/v2/components/OrRangeSliderV3/styles.js +24 -4
  4. package/dist/bundled/v2/components/OrSliderV3/OrSlider.js +18 -11
  5. package/dist/bundled/v2/components/OrSliderV3/styles.d.ts +1 -0
  6. package/dist/bundled/v2/components/OrSliderV3/styles.js +24 -4
  7. package/dist/bundled/v2/index.js +1 -1
  8. package/dist/bundled/v3/components/OrRangeSliderV3/OrRangeSlider.js +1 -1
  9. package/dist/bundled/v3/components/OrRangeSliderV3/index.js +2 -2
  10. package/dist/bundled/v3/components/OrRangeSliderV3/props.js +1 -1
  11. package/dist/bundled/v3/components/OrRangeSliderV3/styles.d.ts +1 -0
  12. package/dist/bundled/v3/components/OrRangeSliderV3/styles.js +2 -2
  13. package/dist/bundled/v3/components/{OrRangeSliderV3-5b22cbac.js → OrRangeSliderV3-71b95de0.js} +42 -18
  14. package/dist/bundled/v3/components/OrSliderV3/OrSlider.js +1 -1
  15. package/dist/bundled/v3/components/OrSliderV3/index.js +1 -1
  16. package/dist/bundled/v3/components/OrSliderV3/props.js +1 -1
  17. package/dist/bundled/v3/components/OrSliderV3/styles.d.ts +1 -0
  18. package/dist/bundled/v3/components/OrSliderV3/styles.js +1 -1
  19. package/dist/bundled/v3/components/{OrSliderV3-7bddcc19.js → OrSliderV3-53a7d617.js} +41 -17
  20. package/dist/bundled/v3/components/index.js +2 -2
  21. package/dist/bundled/v3/index.js +3 -3
  22. package/dist/esm/v2/{OrRangeSlider-2770c783.js → OrRangeSlider-3615db44.js} +41 -14
  23. package/dist/esm/v2/{OrSlider-2e29c468.js → OrSlider-0c597a11.js} +17 -10
  24. package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-5b284c82.js → OrSlider.vue_rollup-plugin-vue_script-c96b0631.js} +24 -4
  25. package/dist/esm/v2/components/index.js +3 -3
  26. package/dist/esm/v2/components/or-range-slider-v3/index.js +2 -2
  27. package/dist/esm/v2/components/or-range-slider-v3/styles.d.ts +1 -0
  28. package/dist/esm/v2/components/or-slider-v3/index.js +2 -2
  29. package/dist/esm/v2/components/or-slider-v3/styles.d.ts +1 -0
  30. package/dist/esm/v2/components/or-text-v3/OrText.vue.d.ts +2 -2
  31. package/dist/esm/v2/index.js +3 -3
  32. package/dist/esm/v3/{OrRangeSlider-0869e30e.js → OrRangeSlider-194f2057.js} +41 -17
  33. package/dist/esm/v3/{OrSlider-8eed054b.js → OrSlider-ce227f39.js} +40 -16
  34. package/dist/esm/v3/components/index.js +2 -2
  35. package/dist/esm/v3/components/or-range-slider-v3/index.js +2 -2
  36. package/dist/esm/v3/components/or-range-slider-v3/styles.d.ts +1 -0
  37. package/dist/esm/v3/components/or-slider-v3/index.js +1 -1
  38. package/dist/esm/v3/components/or-slider-v3/styles.d.ts +1 -0
  39. package/dist/esm/v3/index.js +2 -2
  40. package/package.json +2 -3
  41. package/src/components/or-range-slider-v3/OrRangeSlider.vue +24 -16
  42. package/src/components/or-range-slider-v3/styles.ts +40 -4
  43. package/src/components/or-slider-v3/OrSlider.vue +24 -16
  44. package/src/components/or-slider-v3/styles.ts +40 -4
@@ -1 +1 @@
1
- export { s as default } from '../OrRangeSliderV3-5b22cbac.js';
1
+ export { s as default } from '../OrRangeSliderV3-71b95de0.js';
@@ -1,2 +1,2 @@
1
- export { s as OrRangeSliderV3 } from '../OrRangeSliderV3-5b22cbac.js';
2
- export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-7bddcc19.js';
1
+ export { s as OrRangeSliderV3 } from '../OrRangeSliderV3-71b95de0.js';
2
+ export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-53a7d617.js';
@@ -1 +1 @@
1
- export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-7bddcc19.js';
1
+ export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-53a7d617.js';
@@ -14,3 +14,4 @@ export declare const RangeSliderBreakpointMarkColors: Record<RangeSliderColor, s
14
14
  export declare const RangeSliderLabel: string[];
15
15
  export declare const RangeSliderLabelOrientations: Record<RangeSliderOrientation, string[]>;
16
16
  export declare const RangeSliderLabelMark: string[];
17
+ export declare const RangeSliderLabelMarkOrientations: Record<RangeSliderOrientation, string[]>;
@@ -1,2 +1,2 @@
1
- import '../OrSliderV3-7bddcc19.js';
2
- export { R as RangeSlider, j as RangeSliderBreakpointMark, k as RangeSliderBreakpointMarkColors, l as RangeSliderLabel, n as RangeSliderLabelMark, m as RangeSliderLabelOrientations, d as RangeSliderOffset, e as RangeSliderOffsetOrientations, a as RangeSliderOrientations, b as RangeSliderRail, c as RangeSliderRailOrientations, h as RangeSliderThumb, i as RangeSliderThumbColors, f as RangeSliderTrack, g as RangeSliderTrackColors } from '../OrRangeSliderV3-5b22cbac.js';
1
+ import '../OrSliderV3-53a7d617.js';
2
+ export { R as RangeSlider, j as RangeSliderBreakpointMark, k as RangeSliderBreakpointMarkColors, l as RangeSliderLabel, n as RangeSliderLabelMark, o as RangeSliderLabelMarkOrientations, m as RangeSliderLabelOrientations, d as RangeSliderOffset, e as RangeSliderOffsetOrientations, a as RangeSliderOrientations, b as RangeSliderRail, c as RangeSliderRailOrientations, h as RangeSliderThumb, i as RangeSliderThumbColors, f as RangeSliderTrack, g as RangeSliderTrackColors } from '../OrRangeSliderV3-71b95de0.js';
@@ -1,5 +1,5 @@
1
- import { a as SliderOrientation, S as SliderColor } from './OrSliderV3-7bddcc19.js';
2
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, withCtx, Fragment, renderList, toDisplayString } from 'vue';
1
+ import { a as SliderOrientation, S as SliderColor } from './OrSliderV3-53a7d617.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, withCtx, Fragment, renderList, createCommentVNode, renderSlot, createTextVNode, toDisplayString } from 'vue';
3
3
  import { h as useElementBounding, a as useElementHover, i as useDraggable, j as clamp } from './OrBottomSheetV3-83beaa38.js';
4
4
  import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
5
5
  import { s as script$1 } from './OrTooltipV3-71f1920b.js';
@@ -149,7 +149,9 @@ const RangeSliderBreakpointMarkColors = {
149
149
  // Theme (disabled)
150
150
  'disabled:!bg-on-disabled', 'dark:disabled:!bg-on-disabled-dark']
151
151
  };
152
- const RangeSliderLabel = [];
152
+ const RangeSliderLabel = [
153
+ // Position
154
+ 'relative'];
153
155
  const RangeSliderLabelOrientations = {
154
156
  [SliderOrientation.Horizontal]: [
155
157
  // Layout
@@ -173,10 +175,28 @@ const RangeSliderLabelOrientations = {
173
175
  'h-full']
174
176
  };
175
177
  const RangeSliderLabelMark = [
178
+ // Position
179
+ 'absolute',
176
180
  // Typography
177
- 'typography-caption-regular',
181
+ 'typography-caption-regular whitespace-nowrap',
178
182
  // Theme
179
- 'theme-foreground-default', 'dark:theme-foreground-default-dark'];
183
+ 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
184
+ // Theme (hover)
185
+ 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark'];
186
+ const RangeSliderLabelMarkOrientations = {
187
+ [SliderOrientation.Horizontal]: [
188
+ // Position
189
+ '-translate-x-1/2', 'translate-y-1/2'],
190
+ [SliderOrientation.HorizontalReversed]: [
191
+ // Position
192
+ 'translate-x-1/2', 'translate-y-1/2'],
193
+ [SliderOrientation.Vertical]: [
194
+ // Position
195
+ 'translate-x-1/2', 'translate-y-1/2'],
196
+ [SliderOrientation.VerticalReversed]: [
197
+ // Position
198
+ 'translate-x-1/2', '-translate-y-1/2']
199
+ };
180
200
 
181
201
  var script = defineComponent({
182
202
  components: {
@@ -267,7 +287,7 @@ var script = defineComponent({
267
287
  const thumbStyles = computed(() => ['or-range-slider-thumb-v3', ...RangeSliderThumb, ...RangeSliderThumbColors[props.color]]);
268
288
  const breakpointMarkStyles = computed(() => [...RangeSliderBreakpointMark, ...RangeSliderBreakpointMarkColors[props.color]]);
269
289
  const labelStyles = computed(() => [...RangeSliderLabel, ...RangeSliderLabelOrientations[props.orientation]]);
270
- const labelMarkStyles = computed(() => [...RangeSliderLabelMark]);
290
+ const labelMarkStyles = computed(() => [...RangeSliderLabelMark, ...RangeSliderLabelMarkOrientations[props.orientation]]);
271
291
  // State
272
292
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit, {
273
293
  defaultValue: computed(() => [props.minValue, props.maxValue])
@@ -502,10 +522,7 @@ const _hoisted_5 = ["disabled"];
502
522
  const _hoisted_6 = ["disabled"];
503
523
  const _hoisted_7 = ["disabled"];
504
524
  const _hoisted_8 = ["activated", "disabled"];
505
- const _hoisted_9 = /*#__PURE__*/createElementVNode("div", {
506
- class: /*#__PURE__*/normalizeClass(['grow'])
507
- }, null, -1 /* HOISTED */);
508
-
525
+ const _hoisted_9 = ["disabled"];
509
526
  function render(_ctx, _cache, $props, $setup, $data, $options) {
510
527
  const _component_OrTooltip = resolveComponent("OrTooltip");
511
528
  return openBlock(), createElementBlock("div", {
@@ -558,7 +575,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
558
575
  ref: "filler",
559
576
  class: normalizeClass(['grow', ..._ctx.offsetStyles]),
560
577
  disabled: _ctx.disabled
561
- }, null, 10 /* CLASS, PROPS */, _hoisted_7), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.breakpoints, breakpoint => {
578
+ }, null, 10 /* CLASS, PROPS */, _hoisted_7), _ctx.breakpoints.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
579
+ key: 0
580
+ }, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
562
581
  return openBlock(), createElementBlock("div", {
563
582
  key: breakpoint,
564
583
  class: normalizeClass(_ctx.breakpointMarkStyles),
@@ -566,16 +585,21 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
566
585
  activated: breakpoint >= _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 1 : 0] && breakpoint <= _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 0 : 1],
567
586
  disabled: _ctx.disabled
568
587
  }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_8);
569
- }), 128 /* KEYED_FRAGMENT */))], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
588
+ }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
570
589
  class: normalizeClass(_ctx.labelStyles)
571
- }, [createElementVNode("div", {
572
- class: normalizeClass(_ctx.labelMarkStyles)
573
- }, toDisplayString(_ctx.minValue), 3 /* TEXT, CLASS */), _hoisted_9, createElementVNode("div", {
574
- class: normalizeClass(_ctx.labelMarkStyles)
575
- }, toDisplayString(_ctx.maxValue), 3 /* TEXT, CLASS */)], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
590
+ }, [(openBlock(true), createElementBlock(Fragment, null, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
591
+ return openBlock(), createElementBlock("div", {
592
+ key: breakpoint,
593
+ class: normalizeClass(_ctx.labelMarkStyles),
594
+ style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
595
+ disabled: _ctx.disabled
596
+ }, [renderSlot(_ctx.$slots, `label-${breakpoint}`, {
597
+ value: breakpoint
598
+ }, () => [createTextVNode(toDisplayString(breakpoint), 1 /* TEXT */)])], 14 /* CLASS, STYLE, PROPS */, _hoisted_9);
599
+ }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
576
600
  }
577
601
 
578
602
  script.render = render;
579
603
  script.__file = "src/components/or-range-slider-v3/OrRangeSlider.vue";
580
604
 
581
- export { RangeSlider as R, RangeSliderOrientations as a, RangeSliderRail as b, RangeSliderRailOrientations as c, RangeSliderOffset as d, RangeSliderOffsetOrientations as e, RangeSliderTrack as f, RangeSliderTrackColors as g, RangeSliderThumb as h, RangeSliderThumbColors as i, RangeSliderBreakpointMark as j, RangeSliderBreakpointMarkColors as k, RangeSliderLabel as l, RangeSliderLabelOrientations as m, RangeSliderLabelMark as n, script as s };
605
+ export { RangeSlider as R, RangeSliderOrientations as a, RangeSliderRail as b, RangeSliderRailOrientations as c, RangeSliderOffset as d, RangeSliderOffsetOrientations as e, RangeSliderTrack as f, RangeSliderTrackColors as g, RangeSliderThumb as h, RangeSliderThumbColors as i, RangeSliderBreakpointMark as j, RangeSliderBreakpointMarkColors as k, RangeSliderLabel as l, RangeSliderLabelOrientations as m, RangeSliderLabelMark as n, RangeSliderLabelMarkOrientations as o, script as s };
@@ -1 +1 @@
1
- export { s as default } from '../OrSliderV3-7bddcc19.js';
1
+ export { s as default } from '../OrSliderV3-53a7d617.js';
@@ -1 +1 @@
1
- export { s as OrSliderV3, S as SliderColor, a as SliderOrientation } from '../OrSliderV3-7bddcc19.js';
1
+ export { s as OrSliderV3, S as SliderColor, a as SliderOrientation } from '../OrSliderV3-53a7d617.js';
@@ -1 +1 @@
1
- export { S as SliderColor, a as SliderOrientation } from '../OrSliderV3-7bddcc19.js';
1
+ export { S as SliderColor, a as SliderOrientation } from '../OrSliderV3-53a7d617.js';
@@ -12,3 +12,4 @@ export declare const SliderBreakpointMarkColors: Record<SliderColor, string[]>;
12
12
  export declare const SliderLabel: string[];
13
13
  export declare const SliderLabelOrientations: Record<SliderOrientation, string[]>;
14
14
  export declare const SliderLabelMark: string[];
15
+ export declare const SliderLabelMarkOrientations: Record<SliderOrientation, string[]>;
@@ -1 +1 @@
1
- export { b as Slider, j as SliderBreakpointMark, k as SliderBreakpointMarkColors, l as SliderLabel, n as SliderLabelMark, m as SliderLabelOrientations, c as SliderOrientations, d as SliderRail, e as SliderRailOrientations, h as SliderThumb, i as SliderThumbColors, f as SliderTrack, g as SliderTrackColors } from '../OrSliderV3-7bddcc19.js';
1
+ export { b as Slider, j as SliderBreakpointMark, k as SliderBreakpointMarkColors, l as SliderLabel, n as SliderLabelMark, o as SliderLabelMarkOrientations, m as SliderLabelOrientations, c as SliderOrientations, d as SliderRail, e as SliderRailOrientations, h as SliderThumb, i as SliderThumbColors, f as SliderTrack, g as SliderTrackColors } from '../OrSliderV3-53a7d617.js';
@@ -1,4 +1,4 @@
1
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, withCtx, Fragment, renderList, toDisplayString } from 'vue';
1
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, withCtx, Fragment, renderList, createCommentVNode, renderSlot, createTextVNode, toDisplayString } from 'vue';
2
2
  import { h as useElementBounding, a as useElementHover, i as useDraggable, j as clamp } from './OrBottomSheetV3-83beaa38.js';
3
3
  import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
4
4
  import { s as script$1 } from './OrTooltipV3-71f1920b.js';
@@ -146,7 +146,9 @@ const SliderBreakpointMarkColors = {
146
146
  // Theme (disabled)
147
147
  'disabled:!bg-on-disabled', 'dark:disabled:!bg-on-disabled-dark']
148
148
  };
149
- const SliderLabel = [];
149
+ const SliderLabel = [
150
+ // Position
151
+ 'relative'];
150
152
  const SliderLabelOrientations = {
151
153
  [SliderOrientation.Horizontal]: [
152
154
  // Layout
@@ -170,10 +172,28 @@ const SliderLabelOrientations = {
170
172
  'h-full']
171
173
  };
172
174
  const SliderLabelMark = [
175
+ // Position
176
+ 'absolute',
173
177
  // Typography
174
- 'typography-caption-regular',
178
+ 'typography-caption-regular whitespace-nowrap',
175
179
  // Theme
176
- 'theme-foreground-default', 'dark:theme-foreground-default-dark'];
180
+ 'theme-foreground-outline', 'dark:theme-foreground-outline-dark',
181
+ // Theme (hover)
182
+ 'hover:theme-foreground-default', 'dark:hover:theme-foreground-default-dark'];
183
+ const SliderLabelMarkOrientations = {
184
+ [SliderOrientation.Horizontal]: [
185
+ // Position
186
+ '-translate-x-1/2', 'translate-y-1/2'],
187
+ [SliderOrientation.HorizontalReversed]: [
188
+ // Position
189
+ 'translate-x-1/2', 'translate-y-1/2'],
190
+ [SliderOrientation.Vertical]: [
191
+ // Position
192
+ 'translate-x-1/2', 'translate-y-1/2'],
193
+ [SliderOrientation.VerticalReversed]: [
194
+ // Position
195
+ 'translate-x-1/2', '-translate-y-1/2']
196
+ };
177
197
 
178
198
  var script = defineComponent({
179
199
  components: {
@@ -245,7 +265,7 @@ var script = defineComponent({
245
265
  const thumbStyles = computed(() => ['or-slider-thumb-v3', ...SliderThumb, ...SliderThumbColors[props.color]]);
246
266
  const breakpointMarkStyles = computed(() => [...SliderBreakpointMark, ...SliderBreakpointMarkColors[props.color]]);
247
267
  const labelStyles = computed(() => [...SliderLabel, ...SliderLabelOrientations[props.orientation]]);
248
- const labelMarkStyles = computed(() => [...SliderLabelMark]);
268
+ const labelMarkStyles = computed(() => [...SliderLabelMark, ...SliderLabelMarkOrientations[props.orientation]]);
249
269
  // State
250
270
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit, {
251
271
  defaultValue: toRef(props, 'minValue')
@@ -375,10 +395,7 @@ const _hoisted_2 = ["disabled"];
375
395
  const _hoisted_3 = ["disabled"];
376
396
  const _hoisted_4 = ["disabled"];
377
397
  const _hoisted_5 = ["activated", "disabled"];
378
- const _hoisted_6 = /*#__PURE__*/createElementVNode("div", {
379
- class: /*#__PURE__*/normalizeClass(['grow'])
380
- }, null, -1 /* HOISTED */);
381
-
398
+ const _hoisted_6 = ["disabled"];
382
399
  function render(_ctx, _cache, $props, $setup, $data, $options) {
383
400
  const _component_OrTooltip = resolveComponent("OrTooltip");
384
401
  return openBlock(), createElementBlock("div", {
@@ -407,7 +424,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
407
424
  disabled: _ctx.disabled
408
425
  }, null, 10 /* CLASS, PROPS */, _hoisted_4)]),
409
426
  _: 1 /* STABLE */
410
- }, 8 /* PROPS */, ["is-open", "content", "placement"]), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.breakpoints, breakpoint => {
427
+ }, 8 /* PROPS */, ["is-open", "content", "placement"]), _ctx.breakpoints.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
428
+ key: 0
429
+ }, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
411
430
  return openBlock(), createElementBlock("div", {
412
431
  key: breakpoint,
413
432
  class: normalizeClass(_ctx.breakpointMarkStyles),
@@ -415,16 +434,21 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
415
434
  activated: breakpoint <= _ctx.proxyModelValue,
416
435
  disabled: _ctx.disabled
417
436
  }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_5);
418
- }), 128 /* KEYED_FRAGMENT */))], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
437
+ }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
419
438
  class: normalizeClass(_ctx.labelStyles)
420
- }, [createElementVNode("div", {
421
- class: normalizeClass(_ctx.labelMarkStyles)
422
- }, toDisplayString(_ctx.minValue), 3 /* TEXT, CLASS */), _hoisted_6, createElementVNode("div", {
423
- class: normalizeClass(_ctx.labelMarkStyles)
424
- }, toDisplayString(_ctx.maxValue), 3 /* TEXT, CLASS */)], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
439
+ }, [(openBlock(true), createElementBlock(Fragment, null, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
440
+ return openBlock(), createElementBlock("div", {
441
+ key: breakpoint,
442
+ class: normalizeClass(_ctx.labelMarkStyles),
443
+ style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
444
+ disabled: _ctx.disabled
445
+ }, [renderSlot(_ctx.$slots, `label-${breakpoint}`, {
446
+ value: breakpoint
447
+ }, () => [createTextVNode(toDisplayString(breakpoint), 1 /* TEXT */)])], 14 /* CLASS, STYLE, PROPS */, _hoisted_6);
448
+ }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
425
449
  }
426
450
 
427
451
  script.render = render;
428
452
  script.__file = "src/components/or-slider-v3/OrSlider.vue";
429
453
 
430
- export { SliderColor as S, SliderOrientation as a, Slider as b, SliderOrientations as c, SliderRail as d, SliderRailOrientations as e, SliderTrack as f, SliderTrackColors as g, SliderThumb as h, SliderThumbColors as i, SliderBreakpointMark as j, SliderBreakpointMarkColors as k, SliderLabel as l, SliderLabelOrientations as m, SliderLabelMark as n, script as s };
454
+ export { SliderColor as S, SliderOrientation as a, Slider as b, SliderOrientations as c, SliderRail as d, SliderRailOrientations as e, SliderTrack as f, SliderTrackColors as g, SliderThumb as h, SliderThumbColors as i, SliderBreakpointMark as j, SliderBreakpointMarkColors as k, SliderLabel as l, SliderLabelOrientations as m, SliderLabelMark as n, SliderLabelMarkOrientations as o, script as s };
@@ -77,8 +77,8 @@ export { s as OrRadio } from './OrRadio-57f50838.js';
77
77
  export { default as OrRadioGroup } from './OrRadioGroup/OrRadioGroup.js';
78
78
  export { default as OrRadioGroupV3 } from './OrRadioGroupV3/OrRadioGroup.js';
79
79
  export { s as OrRadioV3 } from './OrRadioV3-091f1eab.js';
80
- export { s as OrRangeSliderV3 } from './OrRangeSliderV3-5b22cbac.js';
81
- export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-7bddcc19.js';
80
+ export { s as OrRangeSliderV3 } from './OrRangeSliderV3-71b95de0.js';
81
+ export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-53a7d617.js';
82
82
  export { s as OrRatingV3 } from './OrRatingV3-b6b47938.js';
83
83
  export { s as OrResizeablePanelV3, R as ResizeablePanelPadding, a as ResizeablePanelPlacement, R as SidebarPadding } from './OrResizeablePanelV3-084bbd82.js';
84
84
  export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-ae8f39d3.js';