@onereach/ui-components 8.24.1-beta.4152.0 → 8.24.2-beta.4156.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 (43) 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-f3efc232.js → OrRangeSliderV3-37003ca8.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-8b81d47a.js → OrSliderV3-8912e4bc.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-45474510.js → OrRangeSlider-d2340af6.js} +41 -14
  23. package/dist/esm/v2/{OrSlider-c8b79715.js → OrSlider-8b597ea6.js} +17 -10
  24. package/dist/esm/v2/{OrSlider.vue_rollup-plugin-vue_script-43f26d1a.js → OrSlider.vue_rollup-plugin-vue_script-2d2013f9.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/index.js +3 -3
  31. package/dist/esm/v3/{OrRangeSlider-c9947eb2.js → OrRangeSlider-8b2688e5.js} +41 -17
  32. package/dist/esm/v3/{OrSlider-a5903a40.js → OrSlider-bb98a511.js} +40 -16
  33. package/dist/esm/v3/components/index.js +2 -2
  34. package/dist/esm/v3/components/or-range-slider-v3/index.js +2 -2
  35. package/dist/esm/v3/components/or-range-slider-v3/styles.d.ts +1 -0
  36. package/dist/esm/v3/components/or-slider-v3/index.js +1 -1
  37. package/dist/esm/v3/components/or-slider-v3/styles.d.ts +1 -0
  38. package/dist/esm/v3/index.js +2 -2
  39. package/package.json +1 -1
  40. package/src/components/or-range-slider-v3/OrRangeSlider.vue +24 -16
  41. package/src/components/or-range-slider-v3/styles.ts +40 -4
  42. package/src/components/or-slider-v3/OrSlider.vue +24 -16
  43. package/src/components/or-slider-v3/styles.ts +40 -4
@@ -1 +1 @@
1
- export { s as default } from '../OrRangeSliderV3-f3efc232.js';
1
+ export { s as default } from '../OrRangeSliderV3-37003ca8.js';
@@ -1,2 +1,2 @@
1
- export { s as OrRangeSliderV3 } from '../OrRangeSliderV3-f3efc232.js';
2
- export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-8b81d47a.js';
1
+ export { s as OrRangeSliderV3 } from '../OrRangeSliderV3-37003ca8.js';
2
+ export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-8912e4bc.js';
@@ -1 +1 @@
1
- export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-8b81d47a.js';
1
+ export { S as RangeSliderColor, a as RangeSliderOrientation } from '../OrSliderV3-8912e4bc.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-8b81d47a.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-f3efc232.js';
1
+ import '../OrSliderV3-8912e4bc.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-37003ca8.js';
@@ -1,5 +1,5 @@
1
- import { a as SliderOrientation, S as SliderColor } from './OrSliderV3-8b81d47a.js';
2
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, Fragment, renderList } from 'vue';
1
+ import { a as SliderOrientation, S as SliderColor } from './OrSliderV3-8912e4bc.js';
2
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, createCommentVNode } from 'vue';
3
3
  import { h as useElementBounding, a as useElementHover, i as useDraggable, j as clamp } from './OrBottomSheetV3-d2f7ec3a.js';
4
4
  import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
5
5
  import { s as script$1 } from './OrTooltipV3-27ca3245.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: {
@@ -271,7 +291,7 @@ var script = defineComponent({
271
291
  const thumbStyles = computed(() => ['or-range-slider-thumb-v3', ...RangeSliderThumb, ...RangeSliderThumbColors[props.color]]);
272
292
  const breakpointMarkStyles = computed(() => [...RangeSliderBreakpointMark, ...RangeSliderBreakpointMarkColors[props.color]]);
273
293
  const labelStyles = computed(() => [...RangeSliderLabel, ...RangeSliderLabelOrientations[props.orientation]]);
274
- const labelMarkStyles = computed(() => [...RangeSliderLabelMark]);
294
+ const labelMarkStyles = computed(() => [...RangeSliderLabelMark, ...RangeSliderLabelMarkOrientations[props.orientation]]);
275
295
  // State
276
296
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit, {
277
297
  defaultValue: computed(() => [props.minValue, props.maxValue])
@@ -506,10 +526,7 @@ const _hoisted_5 = ["disabled"];
506
526
  const _hoisted_6 = ["disabled"];
507
527
  const _hoisted_7 = ["disabled"];
508
528
  const _hoisted_8 = ["activated", "disabled"];
509
- const _hoisted_9 = /*#__PURE__*/createElementVNode("div", {
510
- class: /*#__PURE__*/normalizeClass(['grow'])
511
- }, null, -1 /* HOISTED */);
512
-
529
+ const _hoisted_9 = ["disabled"];
513
530
  function render(_ctx, _cache, $props, $setup, $data, $options) {
514
531
  const _component_OrTooltip = resolveComponent("OrTooltip");
515
532
  return openBlock(), createElementBlock("div", {
@@ -568,7 +585,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
568
585
  ref: "filler",
569
586
  class: normalizeClass(['grow', ..._ctx.offsetStyles]),
570
587
  disabled: _ctx.disabled
571
- }, null, 10 /* CLASS, PROPS */, _hoisted_7), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.breakpoints, breakpoint => {
588
+ }, null, 10 /* CLASS, PROPS */, _hoisted_7), _ctx.breakpoints.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
589
+ key: 0
590
+ }, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
572
591
  return openBlock(), createElementBlock("div", {
573
592
  key: breakpoint,
574
593
  class: normalizeClass(_ctx.breakpointMarkStyles),
@@ -576,16 +595,21 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
576
595
  activated: breakpoint >= _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 1 : 0] && breakpoint <= _ctx.proxyModelValue[_ctx.orientation.endsWith('-reversed') ? 0 : 1],
577
596
  disabled: _ctx.disabled
578
597
  }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_8);
579
- }), 128 /* KEYED_FRAGMENT */))], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
598
+ }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
580
599
  class: normalizeClass(_ctx.labelStyles)
581
- }, [createElementVNode("div", {
582
- class: normalizeClass(_ctx.labelMarkStyles)
583
- }, toDisplayString(_ctx.minValue), 3 /* TEXT, CLASS */), _hoisted_9, createElementVNode("div", {
584
- class: normalizeClass(_ctx.labelMarkStyles)
585
- }, toDisplayString(_ctx.maxValue), 3 /* TEXT, CLASS */)], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
600
+ }, [(openBlock(true), createElementBlock(Fragment, null, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
601
+ return openBlock(), createElementBlock("div", {
602
+ key: breakpoint,
603
+ class: normalizeClass(_ctx.labelMarkStyles),
604
+ style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
605
+ disabled: _ctx.disabled
606
+ }, [renderSlot(_ctx.$slots, `${breakpoint}-label`, {
607
+ value: breakpoint
608
+ }, () => [createTextVNode(toDisplayString(breakpoint), 1 /* TEXT */)])], 14 /* CLASS, STYLE, PROPS */, _hoisted_9);
609
+ }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
586
610
  }
587
611
 
588
612
  script.render = render;
589
613
  script.__file = "src/components/or-range-slider-v3/OrRangeSlider.vue";
590
614
 
591
- 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 };
615
+ 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-8b81d47a.js';
1
+ export { s as default } from '../OrSliderV3-8912e4bc.js';
@@ -1 +1 @@
1
- export { s as OrSliderV3, S as SliderColor, a as SliderOrientation } from '../OrSliderV3-8b81d47a.js';
1
+ export { s as OrSliderV3, S as SliderColor, a as SliderOrientation } from '../OrSliderV3-8912e4bc.js';
@@ -1 +1 @@
1
- export { S as SliderColor, a as SliderOrientation } from '../OrSliderV3-8b81d47a.js';
1
+ export { S as SliderColor, a as SliderOrientation } from '../OrSliderV3-8912e4bc.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-8b81d47a.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-8912e4bc.js';
@@ -1,4 +1,4 @@
1
- import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, Fragment, renderList } from 'vue';
1
+ import { resolveComponent, openBlock, createElementBlock, normalizeClass, createElementVNode, normalizeStyle, createVNode, mergeProps, withCtx, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, createCommentVNode } from 'vue';
2
2
  import { h as useElementBounding, a as useElementHover, i as useDraggable, j as clamp } from './OrBottomSheetV3-d2f7ec3a.js';
3
3
  import { defineComponent, ref, computed, toRef, watch } from 'vue-demi';
4
4
  import { s as script$1 } from './OrTooltipV3-27ca3245.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: {
@@ -249,7 +269,7 @@ var script = defineComponent({
249
269
  const thumbStyles = computed(() => ['or-slider-thumb-v3', ...SliderThumb, ...SliderThumbColors[props.color]]);
250
270
  const breakpointMarkStyles = computed(() => [...SliderBreakpointMark, ...SliderBreakpointMarkColors[props.color]]);
251
271
  const labelStyles = computed(() => [...SliderLabel, ...SliderLabelOrientations[props.orientation]]);
252
- const labelMarkStyles = computed(() => [...SliderLabelMark]);
272
+ const labelMarkStyles = computed(() => [...SliderLabelMark, ...SliderLabelMarkOrientations[props.orientation]]);
253
273
  // State
254
274
  const proxyModelValue = useProxyModelValue(toRef(props, 'modelValue'), context.emit, {
255
275
  defaultValue: toRef(props, 'minValue')
@@ -379,10 +399,7 @@ const _hoisted_2 = ["disabled"];
379
399
  const _hoisted_3 = ["disabled"];
380
400
  const _hoisted_4 = ["disabled"];
381
401
  const _hoisted_5 = ["activated", "disabled"];
382
- const _hoisted_6 = /*#__PURE__*/createElementVNode("div", {
383
- class: /*#__PURE__*/normalizeClass(['grow'])
384
- }, null, -1 /* HOISTED */);
385
-
402
+ const _hoisted_6 = ["disabled"];
386
403
  function render(_ctx, _cache, $props, $setup, $data, $options) {
387
404
  const _component_OrTooltip = resolveComponent("OrTooltip");
388
405
  return openBlock(), createElementBlock("div", {
@@ -414,7 +431,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
414
431
  disabled: _ctx.disabled
415
432
  }, null, 10 /* CLASS, PROPS */, _hoisted_4)]),
416
433
  _: 3 /* FORWARDED */
417
- }, 16 /* FULL_PROPS */, ["is-open", "placement"]), (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.breakpoints, breakpoint => {
434
+ }, 16 /* FULL_PROPS */, ["is-open", "placement"]), _ctx.breakpoints.length > 0 ? (openBlock(true), createElementBlock(Fragment, {
435
+ key: 0
436
+ }, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
418
437
  return openBlock(), createElementBlock("div", {
419
438
  key: breakpoint,
420
439
  class: normalizeClass(_ctx.breakpointMarkStyles),
@@ -422,16 +441,21 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
422
441
  activated: breakpoint <= _ctx.proxyModelValue,
423
442
  disabled: _ctx.disabled
424
443
  }, null, 14 /* CLASS, STYLE, PROPS */, _hoisted_5);
425
- }), 128 /* KEYED_FRAGMENT */))], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
444
+ }), 128 /* KEYED_FRAGMENT */)) : createCommentVNode("v-if", true)], 10 /* CLASS, PROPS */, _hoisted_2), createElementVNode("div", {
426
445
  class: normalizeClass(_ctx.labelStyles)
427
- }, [createElementVNode("div", {
428
- class: normalizeClass(_ctx.labelMarkStyles)
429
- }, toDisplayString(_ctx.minValue), 3 /* TEXT, CLASS */), _hoisted_6, createElementVNode("div", {
430
- class: normalizeClass(_ctx.labelMarkStyles)
431
- }, toDisplayString(_ctx.maxValue), 3 /* TEXT, CLASS */)], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
446
+ }, [(openBlock(true), createElementBlock(Fragment, null, renderList([_ctx.minValue, ..._ctx.breakpoints, _ctx.maxValue], breakpoint => {
447
+ return openBlock(), createElementBlock("div", {
448
+ key: breakpoint,
449
+ class: normalizeClass(_ctx.labelMarkStyles),
450
+ style: normalizeStyle(_ctx.getBreakpointMarkComputedStyles(breakpoint)),
451
+ disabled: _ctx.disabled
452
+ }, [renderSlot(_ctx.$slots, `${breakpoint}-label`, {
453
+ value: breakpoint
454
+ }, () => [createTextVNode(toDisplayString(breakpoint), 1 /* TEXT */)])], 14 /* CLASS, STYLE, PROPS */, _hoisted_6);
455
+ }), 128 /* KEYED_FRAGMENT */))], 2 /* CLASS */)], 10 /* CLASS, PROPS */, _hoisted_1);
432
456
  }
433
457
 
434
458
  script.render = render;
435
459
  script.__file = "src/components/or-slider-v3/OrSlider.vue";
436
460
 
437
- 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 };
461
+ 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-963df529.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-96535d66.js';
80
- export { s as OrRangeSliderV3 } from './OrRangeSliderV3-f3efc232.js';
81
- export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-8b81d47a.js';
80
+ export { s as OrRangeSliderV3 } from './OrRangeSliderV3-37003ca8.js';
81
+ export { s as OrSliderV3, S as RangeSliderColor, a as RangeSliderOrientation, S as SliderColor, a as SliderOrientation } from './OrSliderV3-8912e4bc.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-23102224.js';
84
84
  export { F as Formats, s as OrRichTextEditorV3 } from './OrRichTextEditorV3-a23ed54e.js';