@onereach/ui-components-vue2 22.1.3 → 22.1.5

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.
@@ -110,6 +110,8 @@ const RangeSliderTrackColors = {
110
110
  const RangeSliderThumb = [
111
111
  // Layout
112
112
  'shrink-0',
113
+ // Position
114
+ 'z-10',
113
115
  // Shape
114
116
  'rounded-full',
115
117
  // Box
@@ -612,7 +614,6 @@ var __vue_render__ = function () {
612
614
  "disabled": _vm.disabled
613
615
  }
614
616
  }), _vm._v(" "), _c('OrTooltip', _vm._b({
615
- class: ['relative', 'z-10'],
616
617
  attrs: {
617
618
  "is-open": !_vm.isDragging && (_vm.isHoveringRail || _vm.isHoveringThumbFrom) || _vm.isDragging && _vm.selectedControl === 'from',
618
619
  "placement": _vm.tooltipPlacement,
@@ -644,7 +645,6 @@ var __vue_render__ = function () {
644
645
  "disabled": _vm.disabled
645
646
  }
646
647
  }), _vm._v(" "), _c('OrTooltip', _vm._b({
647
- class: ['relative', 'z-10'],
648
648
  attrs: {
649
649
  "is-open": !_vm.isDragging && (_vm.isHoveringRail || _vm.isHoveringThumbTo) || _vm.isDragging && _vm.selectedControl === 'to',
650
650
  "placement": _vm.tooltipPlacement,
@@ -95,6 +95,8 @@ const SliderTrackColors = {
95
95
  const SliderThumb = [
96
96
  // Layout
97
97
  'shrink-0',
98
+ // Position
99
+ 'z-10',
98
100
  // Shape
99
101
  'rounded-full',
100
102
  // Box
@@ -424,7 +426,6 @@ var __vue_render__ = function () {
424
426
  "disabled": _vm.disabled
425
427
  }
426
428
  }), _vm._v(" "), _c('OrTooltip', _vm._b({
427
- class: ['relative', 'z-10'],
428
429
  attrs: {
429
430
  "is-open": _vm.isHovering || _vm.isDragging,
430
431
  "placement": _vm.tooltipPlacement,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/ui-components-vue2",
3
- "version": "22.1.3",
3
+ "version": "22.1.5",
4
4
  "description": "Vue components library for v2",
5
5
  "license": "Apache-2.0",
6
6
  "sideEffects": false,
@@ -40,8 +40,8 @@
40
40
  "@codemirror/view": "^6",
41
41
  "@floating-ui/dom": "1.5.3",
42
42
  "@lezer/highlight": "*",
43
- "@onereach/styles": "^22.1.3",
44
- "@onereach/ui-components-common": "^22.1.3",
43
+ "@onereach/styles": "^22.1.5",
44
+ "@onereach/ui-components-common": "^22.1.5",
45
45
  "@splidejs/splide": "4.0.6",
46
46
  "@tiptap/core": "2.0.3",
47
47
  "@tiptap/extension-blockquote": "2.0.3",
@@ -103,5 +103,5 @@
103
103
  "access": "public"
104
104
  },
105
105
  "npmUnpacked": "4.15.2",
106
- "gitHead": "965dffdcd327c7af809ef019c1a72371c31638d8"
106
+ "gitHead": "a0682936d04620b72316064ed7c094e0e1d82fb9"
107
107
  }