@luminati-io/uikit 6.3.65 → 6.3.66
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.
@@ -48374,7 +48374,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
48374
48374
|
|
48375
48375
|
/*jslint react:true*/
|
48376
48376
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
48377
|
-
var _excluded = ["id", "name", "value", "leftInnerContent", "rightInnerContent", "heightCalculationCallback", "Field", "fieldRef", "onChange", "onFocus", "onBlur", "onKeyDown", "placeholder", "disabled", "invalid", "autoFocus", "helperText", "label", "labelIcon", "labelTooltip", "required", "necessityIndicator", "autoresize", "verticalAlign", "innerWrapper", "classNamePrefix", "className"];
|
48377
|
+
var _excluded = ["id", "name", "value", "leftInnerContent", "rightInnerContent", "heightCalculationCallback", "Field", "fieldRef", "onChange", "onFocus", "onBlur", "onKeyDown", "placeholder", "disabled", "invalid", "autoFocus", "helperText", "label", "labelIcon", "labelTooltip", "required", "necessityIndicator", "autoresize", "verticalAlign", "innerWrapper", "classNamePrefix", "className", "noBorder"];
|
48378
48378
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
48379
48379
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
48380
48380
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
@@ -48428,6 +48428,7 @@ var FieldWrapper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().for
|
|
48428
48428
|
innerWrapper = props.innerWrapper,
|
48429
48429
|
classNamePrefix = props.classNamePrefix,
|
48430
48430
|
className = props.className,
|
48431
|
+
noBorder = props.noBorder,
|
48431
48432
|
rest = _objectWithoutProperties(props, _excluded);
|
48432
48433
|
var field = (0,react__WEBPACK_IMPORTED_MODULE_1__.useRef)();
|
48433
48434
|
var setFieldRefs = (0,_util__WEBPACK_IMPORTED_MODULE_10__.useSetRefsCallback)([fieldRef, field]);
|
@@ -48500,6 +48501,7 @@ var FieldWrapper = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().for
|
|
48500
48501
|
$rightOuterContent: rightOuterContent,
|
48501
48502
|
$heightCalculationCallback: heightCalculationCallback,
|
48502
48503
|
$verticalAlign: verticalAlign,
|
48504
|
+
$noBorder: noBorder,
|
48503
48505
|
onClick: onWrapperClick
|
48504
48506
|
}, leftInnerContent, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(Field, _extends({
|
48505
48507
|
onKeyDown: onKeyDown,
|
@@ -48729,11 +48731,17 @@ var InputContentWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default
|
|
48729
48731
|
var InputWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div.withConfig({
|
48730
48732
|
displayName: "InputWrapper",
|
48731
48733
|
componentId: "sc-r60v1b-7"
|
48732
|
-
})(["position:relative;width:100%;border:
|
48733
|
-
var
|
48734
|
+
})(["position:relative;width:100%;border:", ";border-radius:", ";box-sizing:border-box;font-family:", ";padding:", "px ", "px;overflow:auto;display:flex;gap:8px;align-items:", ";border-left-width:1px;border-right-width:1px;border-top-left-radius:", ";border-bottom-left-radius:", ";border-top-right-radius:", ";border-bottom-right-radius:", ";", " cursor:", ";background-color:", ";color:", ";border-color:", ";&:hover{border-color:", ";}box-shadow:", ";"], function (_ref32) {
|
48735
|
+
var $noBorder = _ref32.$noBorder;
|
48736
|
+
return $noBorder ? 'none' : '1px solid';
|
48737
|
+
}, function (_ref33) {
|
48738
|
+
var $noBorder = _ref33.$noBorder;
|
48739
|
+
return $noBorder ? '0' : '4px';
|
48740
|
+
}, function (_ref34) {
|
48741
|
+
var font_family = _ref34.theme.font_family;
|
48734
48742
|
return font_family.sans;
|
48735
|
-
}, _constants__WEBPACK_IMPORTED_MODULE_9__.INPUT_VERTICAL_PADDING, _constants__WEBPACK_IMPORTED_MODULE_9__.INPUT_HORIZONTAL_PADDING, function (
|
48736
|
-
var $verticalAlign =
|
48743
|
+
}, _constants__WEBPACK_IMPORTED_MODULE_9__.INPUT_VERTICAL_PADDING, _constants__WEBPACK_IMPORTED_MODULE_9__.INPUT_HORIZONTAL_PADDING, function (_ref35) {
|
48744
|
+
var $verticalAlign = _ref35.$verticalAlign;
|
48737
48745
|
return $verticalAlign !== null && $verticalAlign !== void 0 ? $verticalAlign : 'normal';
|
48738
48746
|
}, function (props) {
|
48739
48747
|
return props.$leftOuterContent ? '0' : '4px';
|
@@ -48746,39 +48754,42 @@ var InputWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div.
|
|
48746
48754
|
}, function (props) {
|
48747
48755
|
var _props$$heightCalcula;
|
48748
48756
|
return (_props$$heightCalcula = props.$heightCalculationCallback) === null || _props$$heightCalcula === void 0 ? void 0 : _props$$heightCalcula.call(props);
|
48749
|
-
}, function (_ref34) {
|
48750
|
-
var $disabled = _ref34.$disabled;
|
48751
|
-
return $disabled ? 'default' : 'text';
|
48752
|
-
}, function (_ref35) {
|
48753
|
-
var $disabled = _ref35.$disabled,
|
48754
|
-
color = _ref35.theme.color;
|
48755
|
-
return $disabled ? color.bg_fill_teritary : color.bg;
|
48756
48757
|
}, function (_ref36) {
|
48757
|
-
var $disabled = _ref36.$disabled
|
48758
|
-
|
48759
|
-
return $disabled ? color.text_disabled : color.text_tertiary;
|
48758
|
+
var $disabled = _ref36.$disabled;
|
48759
|
+
return $disabled ? 'default' : 'text';
|
48760
48760
|
}, function (_ref37) {
|
48761
48761
|
var $disabled = _ref37.$disabled,
|
48762
|
-
$invalid = _ref37.$invalid,
|
48763
|
-
$active = _ref37.$active,
|
48764
48762
|
color = _ref37.theme.color;
|
48765
|
-
return $disabled ? color.
|
48763
|
+
return $disabled ? color.bg_fill_teritary : color.bg;
|
48766
48764
|
}, function (_ref38) {
|
48767
48765
|
var $disabled = _ref38.$disabled,
|
48768
|
-
$invalid = _ref38.$invalid,
|
48769
|
-
$active = _ref38.$active,
|
48770
48766
|
color = _ref38.theme.color;
|
48771
|
-
return $disabled ? color.
|
48767
|
+
return $disabled ? color.text_disabled : color.text_tertiary;
|
48772
48768
|
}, function (_ref39) {
|
48773
|
-
var $
|
48769
|
+
var $noBorder = _ref39.$noBorder,
|
48770
|
+
$disabled = _ref39.$disabled,
|
48771
|
+
$invalid = _ref39.$invalid,
|
48774
48772
|
$active = _ref39.$active,
|
48775
|
-
|
48776
|
-
return $
|
48777
|
-
})
|
48778
|
-
var
|
48779
|
-
|
48780
|
-
|
48781
|
-
|
48773
|
+
color = _ref39.theme.color;
|
48774
|
+
return $noBorder ? 'transparent' : $disabled ? color.border_disabled : $invalid ? color.border_error : $active ? color.border_primary : color.border;
|
48775
|
+
}, function (_ref40) {
|
48776
|
+
var $noBorder = _ref40.$noBorder,
|
48777
|
+
$disabled = _ref40.$disabled,
|
48778
|
+
$invalid = _ref40.$invalid,
|
48779
|
+
$active = _ref40.$active,
|
48780
|
+
color = _ref40.theme.color;
|
48781
|
+
return $noBorder ? 'transparent' : $disabled ? color.border_disabled : $active ? $invalid ? color.border_error : color.border_primary : color.border_accent;
|
48782
|
+
}, function (_ref41) {
|
48783
|
+
var $noBorder = _ref41.$noBorder,
|
48784
|
+
$invalid = _ref41.$invalid,
|
48785
|
+
$active = _ref41.$active,
|
48786
|
+
shadow = _ref41.theme.shadow;
|
48787
|
+
return $noBorder ? null : $active ? $invalid ? shadow.error : shadow.primary : null;
|
48788
|
+
});
|
48789
|
+
var HelperText = function HelperText(_ref42) {
|
48790
|
+
var classNamePrefix = _ref42.classNamePrefix,
|
48791
|
+
children = _ref42.children,
|
48792
|
+
invalid = _ref42.invalid;
|
48782
48793
|
if (!children) return null;
|
48783
48794
|
var color = invalid ? 'text_error' : 'text_quaternary';
|
48784
48795
|
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_1___default().createElement(_typography__WEBPACK_IMPORTED_MODULE_8__.Label, {
|
@@ -48907,14 +48918,13 @@ __webpack_require__.r(__webpack_exports__);
|
|
48907
48918
|
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_2__);
|
48908
48919
|
/* harmony import */ var _constants__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ../../constants */ "./src/constants.js");
|
48909
48920
|
/* harmony import */ var _shared__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ../shared */ "./src/input/shared.js");
|
48910
|
-
/* harmony import */ var
|
48911
|
-
/* harmony import */ var _styled__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./styled */ "./src/input/slider/styled.js");
|
48921
|
+
/* harmony import */ var _styled__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./styled */ "./src/input/slider/styled.js");
|
48912
48922
|
// LICENSE_CODE ZON
|
48913
48923
|
|
48914
48924
|
|
48915
48925
|
/*jslint react:true*/
|
48916
48926
|
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
48917
|
-
var _excluded = ["size", "onChange", "inputProps", "min", "max", "step", "tabIndex", "classNamePrefix", "marks", "tipFormatter", "tipProps", "range", "allowCross"];
|
48927
|
+
var _excluded = ["size", "onChange", "inputProps", "min", "max", "step", "tabIndex", "classNamePrefix", "marks", "tipFormatter", "tipProps", "range", "allowCross", "noBorder"];
|
48918
48928
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
48919
48929
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
48920
48930
|
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
@@ -48929,7 +48939,6 @@ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t =
|
|
48929
48939
|
|
48930
48940
|
|
48931
48941
|
|
48932
|
-
|
48933
48942
|
var Slider = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().forwardRef(function (props, ref) {
|
48934
48943
|
var size = props.size,
|
48935
48944
|
onChange = props.onChange,
|
@@ -48947,6 +48956,8 @@ var Slider = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().forwardRe
|
|
48947
48956
|
tipProps = props.tipProps,
|
48948
48957
|
range = props.range,
|
48949
48958
|
allowCross = props.allowCross,
|
48959
|
+
_props$noBorder = props.noBorder,
|
48960
|
+
noBorder = _props$noBorder === void 0 ? true : _props$noBorder,
|
48950
48961
|
rest = _objectWithoutProperties(props, _excluded);
|
48951
48962
|
var heightCalculationCallback = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(function () {
|
48952
48963
|
var height = {
|
@@ -48958,7 +48969,8 @@ var Slider = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().forwardRe
|
|
48958
48969
|
return (0,styled_components__WEBPACK_IMPORTED_MODULE_2__.css)(["overflow:visible;min-height:", "px;"], height[size] || height.sm);
|
48959
48970
|
}, [size]);
|
48960
48971
|
var handleRender = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(function (node, handleProps) {
|
48961
|
-
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(
|
48972
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_styled__WEBPACK_IMPORTED_MODULE_5__.StyledHandleTooltip, _extends({
|
48973
|
+
classNamePrefix: "slider_tooltip",
|
48962
48974
|
value: handleProps.value,
|
48963
48975
|
visible: handleProps.dragging,
|
48964
48976
|
tipFormatter: tipFormatter
|
@@ -48970,8 +48982,9 @@ var Slider = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().forwardRe
|
|
48970
48982
|
heightCalculationCallback: heightCalculationCallback,
|
48971
48983
|
autoresize: false,
|
48972
48984
|
verticalAlign: "center",
|
48973
|
-
Field:
|
48985
|
+
Field: _styled__WEBPACK_IMPORTED_MODULE_5__.StyledSlider,
|
48974
48986
|
onChange: onChange,
|
48987
|
+
noBorder: noBorder,
|
48975
48988
|
inputProps: _objectSpread(_objectSpread({}, inputProps), {}, {
|
48976
48989
|
min: min,
|
48977
48990
|
max: max,
|
@@ -49024,17 +49037,20 @@ Slider.propTypes = _objectSpread(_objectSpread({}, _constants__WEBPACK_IMPORTED_
|
|
49024
49037
|
"use strict";
|
49025
49038
|
__webpack_require__.r(__webpack_exports__);
|
49026
49039
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
49040
|
+
/* harmony export */ StyledHandleTooltip: () => (/* binding */ StyledHandleTooltip),
|
49027
49041
|
/* harmony export */ StyledSlider: () => (/* binding */ StyledSlider)
|
49028
49042
|
/* harmony export */ });
|
49029
49043
|
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! styled-components */ "styled-components");
|
49030
49044
|
/* harmony import */ var styled_components__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(styled_components__WEBPACK_IMPORTED_MODULE_0__);
|
49031
49045
|
/* harmony import */ var rc_slider__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! rc-slider */ "./node_modules/rc-slider/es/index.js");
|
49046
|
+
/* harmony import */ var _handle_tooltip__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./handle_tooltip */ "./src/input/slider/handle_tooltip.js");
|
49032
49047
|
// LICENSE_CODE ZON
|
49033
49048
|
|
49034
49049
|
|
49035
49050
|
/*jslint react:true*/
|
49036
49051
|
|
49037
49052
|
|
49053
|
+
|
49038
49054
|
var prefixCls = function prefixCls(p) {
|
49039
49055
|
return p.prefixCls;
|
49040
49056
|
};
|
@@ -49046,7 +49062,7 @@ var theme = function theme(cb) {
|
|
49046
49062
|
var StyledSlider = styled_components__WEBPACK_IMPORTED_MODULE_0___default()(rc_slider__WEBPACK_IMPORTED_MODULE_1__["default"]).withConfig({
|
49047
49063
|
displayName: "StyledSlider",
|
49048
49064
|
componentId: "sc-ifo2sp-0"
|
49049
|
-
})(["&.", "{position:relative;width:100%;height:16px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);& *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);}&.", "-with-marks{height:38px;}.", "-rail{position:absolute;width:100%;height:6px;background-color:", ";border-radius:8px;}.", "-track,.", "-tracks{position:absolute;height:6px;background-color:", ";border-radius:8px;}.", "-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px);}.", "-handle{position:absolute;z-index:1;width:16px;height:16px;margin-top:-5px;background-color:", ";border:2px solid ", ";border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;user-select:none;touch-action:pan-x;&:focus{outline:none;box-shadow:none;}&:focus-visible{
|
49065
|
+
})(["&.", "{position:relative;width:100%;height:16px;padding:5px 0;border-radius:6px;touch-action:none;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);& *{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);}&.", "-with-marks{height:38px;}.", "-rail{position:absolute;width:100%;height:6px;background-color:", ";border-radius:8px;}.", "-track,.", "-tracks{position:absolute;height:6px;background-color:", ";border-radius:8px;}.", "-track-draggable{z-index:1;box-sizing:content-box;background-clip:content-box;border-top:5px solid rgba(0,0,0,0);border-bottom:5px solid rgba(0,0,0,0);transform:translateY(-5px);}.", "-handle{position:absolute;z-index:1;width:16px;height:16px;margin-top:-5px;background-color:", ";border:2px solid ", ";border-radius:50%;cursor:pointer;cursor:-webkit-grab;cursor:grab;user-select:none;touch-action:pan-x;&:focus{outline:none;box-shadow:none;}&:focus-visible{box-shadow:", ";}&:hover{}&:active{box-shadow:", ";cursor:-webkit-grabbing;cursor:grabbing;}}.", "-handle-dragging.", "-handle-dragging.", "-handle-dragging{box-shadow:", ";}.", "-handle-dragging.", "-handle-dragging.", "-handle-dragging-delete{opacity:0;}.", "-handle-click-focused:focus{box-shadow:unset;}.", "-mark{position:absolute;top:18px;left:0;width:100%;font-size:", ";font-weight:", ";}.", "-mark-text{position:absolute;display:inline-block;color:", ";text-align:center;vertical-align:middle;cursor:pointer;}.", "-step{position:absolute;width:100%;height:4px;background:transparent;}.", "-dot{position:absolute;bottom:-2px;width:1px;height:6px;vertical-align:middle;background-color:", ";cursor:pointer;}&.", "-disabled{.", "-track{background-color:", ";}.", "-handle{background-color:", ";box-shadow:none;cursor:not-allowed;}.", "-dot{cursor:not-allowed !important;}.", "-mark-text{color:", ";cursor:not-allowed !important;}}}"], prefixCls, prefixCls, prefixCls, theme(function (t) {
|
49050
49066
|
return t.color.slider_bg;
|
49051
49067
|
}), prefixCls, prefixCls, theme(function (t) {
|
49052
49068
|
return t.color.slider_bg_fill;
|
@@ -49054,19 +49070,11 @@ var StyledSlider = styled_components__WEBPACK_IMPORTED_MODULE_0___default()(rc_s
|
|
49054
49070
|
return t.color.slider_bg_fill;
|
49055
49071
|
}), theme(function (t) {
|
49056
49072
|
return t.color.slider_bg_fill;
|
49057
|
-
}), theme(function (t) {
|
49058
|
-
return t.color.icon_secondary;
|
49059
49073
|
}), theme(function (t) {
|
49060
49074
|
return t.shadow.primary;
|
49061
|
-
}), theme(function (t) {
|
49062
|
-
return t.color.icon_secondary;
|
49063
|
-
}), theme(function (t) {
|
49064
|
-
return t.color.icon_secondary;
|
49065
49075
|
}), theme(function (t) {
|
49066
49076
|
return t.shadow.primary;
|
49067
49077
|
}), prefixCls, prefixCls, prefixCls, theme(function (t) {
|
49068
|
-
return t.color.icon_secondary;
|
49069
|
-
}), theme(function (t) {
|
49070
49078
|
return t.shadow.primary;
|
49071
49079
|
}), prefixCls, prefixCls, prefixCls, prefixCls, prefixCls, theme(function (t) {
|
49072
49080
|
return t.font_size.xs;
|
@@ -49080,11 +49088,13 @@ var StyledSlider = styled_components__WEBPACK_IMPORTED_MODULE_0___default()(rc_s
|
|
49080
49088
|
return t.color.slider_bg_fill_disabled;
|
49081
49089
|
}), prefixCls, theme(function (t) {
|
49082
49090
|
return t.color.slider_bg_fill_disabled;
|
49083
|
-
}), theme(function (t) {
|
49084
|
-
return t.color.slider_bg_fill_disabled;
|
49085
49091
|
}), prefixCls, prefixCls, theme(function (t) {
|
49086
49092
|
return t.color.text_disabled;
|
49087
49093
|
}));
|
49094
|
+
var StyledHandleTooltip = styled_components__WEBPACK_IMPORTED_MODULE_0___default()(_handle_tooltip__WEBPACK_IMPORTED_MODULE_2__.HandleTooltip).withConfig({
|
49095
|
+
displayName: "StyledHandleTooltip",
|
49096
|
+
componentId: "sc-ifo2sp-1"
|
49097
|
+
})(["&.slider_tooltip.slider_tooltip-placement-top{& .slider_tooltip-content{.slider_tooltip-inner{transform:translate(-10%,0);}}}"]);
|
49088
49098
|
|
49089
49099
|
/***/ }),
|
49090
49100
|
|