@luminati-io/uikit 6.3.64 → 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
|
|
@@ -97865,7 +97875,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
|
|
97865
97875
|
"id": "ai_enrich_uikit_icon",
|
97866
97876
|
"use": "ai_enrich_uikit_icon-usage",
|
97867
97877
|
"viewBox": "0 0 16 16",
|
97868
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" id=\"ai_enrich_uikit_icon\"><mask id=\"ai_enrich_uikit_icon_c\" width=\"16\" height=\"16\" x=\"-.2\" y=\"-.2\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M-.2-.2h16v16h-16z\" /><path fill-rule=\"evenodd\" d=\"M1.213 4.843a.242.242 0 0 1-.413-.17V1.041C.8.908.908.8 1.042.8h3.63a.242.242 0 1 1 0 .484H1.284v3.388a.24.24 0 0 1-.071.171m.07 9.873h3.39a.242.242 0 1 1 0 .484H1.041a.24.24 0 0 1-.242-.242v-3.63a.242.242 0 1 1 .484 0zm13.675-3.63a.24.24 0 0 0-.242.242v3.388h-3.388a.242.242 0 1 0 0 .484h3.63a.24.24 0 0 0 .242-.242v-3.63a.24.24 0 0 0-.242-.242M11.328.8h3.63a.24.24 0 0 1 .242.242v3.63a.242.242 0 1 1-.484 0V1.284h-3.388a.242.242 0 1 1 0-.484\" clip-rule=\"evenodd\" /></mask><path fill=\"url(#ai_enrich_uikit_icon_a)\" fill-rule=\"evenodd\" d=\"M1.213 4.843a.242.242 0 0 1-.413-.17V1.041C.8.908.908.8 1.042.8h3.63a.242.242 0 1 1 0 .484H1.284v3.388a.24.24 0 0 1-.071.171m.07 9.873h3.39a.242.242 0 1 1 0 .484H1.041a.24.24 0 0 1-.242-.242v-3.63a.242.242 0 1 1 .484 0zm13.675-3.63a.24.24 0 0 0-.242.242v3.388h-3.388a.242.242 0 1 0 0 .484h3.63a.24.24 0 0 0 .242-.242v-3.63a.24.24 0 0 0-.242-.242M11.328.8h3.63a.24.24 0 0 1 .242.242v3.63a.242.242 0 1 1-.484 0V1.284h-3.388a.242.242 0 1 1 0-.484\" clip-rule=\"evenodd\" /><path fill=\"url(#ai_enrich_uikit_icon_b)\" d=\"M1.213 4.843.93 4.56zm-.342 0 .283-.283zm.413-3.56v-.4h-.4v.4zm0 13.433h-.4v.4h.4zm13.432 0v.4h.4v-.4zm.413.413-.283-.283zm-.413-13.845h.4v-.4h-.4zM1.042 5.314c.17 0 .333-.068.454-.188L.93 4.56q.047-.046.112-.046zm-.454-.188c.12.12.283.188.454.188v-.8c.042 0 .082.017.112.046zM.4 4.672c0 .17.068.334.188.454l.566-.
|
97878
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" id=\"ai_enrich_uikit_icon\"><mask id=\"ai_enrich_uikit_icon_c\" width=\"16\" height=\"16\" x=\"-.2\" y=\"-.2\" fill=\"#000\" maskUnits=\"userSpaceOnUse\"><path fill=\"#fff\" d=\"M-.2-.2h16v16h-16z\" /><path fill-rule=\"evenodd\" d=\"M1.213 4.843a.242.242 0 0 1-.413-.17V1.041C.8.908.908.8 1.042.8h3.63a.242.242 0 1 1 0 .484H1.284v3.388a.24.24 0 0 1-.071.171m.07 9.873h3.39a.242.242 0 1 1 0 .484H1.041a.24.24 0 0 1-.242-.242v-3.63a.242.242 0 1 1 .484 0zm13.675-3.63a.24.24 0 0 0-.242.242v3.388h-3.388a.242.242 0 1 0 0 .484h3.63a.24.24 0 0 0 .242-.242v-3.63a.24.24 0 0 0-.242-.242M11.328.8h3.63a.24.24 0 0 1 .242.242v3.63a.242.242 0 1 1-.484 0V1.284h-3.388a.242.242 0 1 1 0-.484\" clip-rule=\"evenodd\" /></mask><path fill=\"url(#ai_enrich_uikit_icon_a)\" fill-rule=\"evenodd\" d=\"M1.213 4.843a.242.242 0 0 1-.413-.17V1.041C.8.908.908.8 1.042.8h3.63a.242.242 0 1 1 0 .484H1.284v3.388a.24.24 0 0 1-.071.171m.07 9.873h3.39a.242.242 0 1 1 0 .484H1.041a.24.24 0 0 1-.242-.242v-3.63a.242.242 0 1 1 .484 0zm13.675-3.63a.24.24 0 0 0-.242.242v3.388h-3.388a.242.242 0 1 0 0 .484h3.63a.24.24 0 0 0 .242-.242v-3.63a.24.24 0 0 0-.242-.242M11.328.8h3.63a.24.24 0 0 1 .242.242v3.63a.242.242 0 1 1-.484 0V1.284h-3.388a.242.242 0 1 1 0-.484\" clip-rule=\"evenodd\" /><path fill=\"url(#ai_enrich_uikit_icon_b)\" d=\"M1.213 4.843.93 4.56zm-.342 0 .283-.283zm.413-3.56v-.4h-.4v.4zm0 13.433h-.4v.4h.4zm13.432 0v.4h.4v-.4zm.413.413-.283-.283zm-.413-13.845h.4v-.4h-.4zM1.042 5.314c.17 0 .333-.068.454-.188L.93 4.56q.047-.046.112-.046zm-.454-.188c.12.12.283.188.454.188v-.8c.042 0 .082.017.112.046zM.4 4.672c0 .17.068.334.188.454l.566-.566c.03.03.046.07.046.112zm0-3.63v3.63h.8v-3.63zM1.042.4a.64.64 0 0 0-.642.642h.8c0 .087-.071.158-.158.158zm3.63 0h-3.63v.8h3.63zm.642.642A.64.64 0 0 0 4.672.4v.8a.16.16 0 0 1-.158-.158zm-.642.642a.64.64 0 0 0 .642-.642h-.8c0-.087.07-.158.158-.158zm-3.388 0h3.388v-.8H1.284zm.4 2.988V1.284h-.8v3.388zm-.188.454a.64.64 0 0 0 .188-.454h-.8c0-.042.017-.082.046-.112zm3.176 9.19H1.284v.8h3.388zm.642.642a.64.64 0 0 0-.642-.642v.8a.16.16 0 0 1-.158-.158zm-.642.642a.64.64 0 0 0 .642-.642h-.8c0-.087.07-.158.158-.158zm-3.63 0h3.63v-.8h-3.63zM.4 14.958c0 .354.287.642.642.642v-.8c.087 0 .158.07.158.158zm0-3.63v3.63h.8v-3.63zm.642-.643a.64.64 0 0 0-.642.643h.8c0 .087-.071.158-.158.158zm.642.643a.64.64 0 0 0-.642-.643v.8a.16.16 0 0 1-.158-.157zm0 3.388v-3.388h-.8v3.388zm13.432-3.388c0 .087-.071.158-.158.158v-.8a.64.64 0 0 0-.642.642zm0 3.388v-3.388h-.8v3.388zm-3.788.4h3.388v-.8h-3.388zm.158-.158c0 .087-.071.158-.159.158v-.8a.64.64 0 0 0-.642.642zm-.159-.158c.088 0 .159.07.159.158h-.8c0 .354.287.642.642.642zm3.63 0h-3.63v.8h3.63zm-.11.046c.029-.03.069-.046.11-.046v.8c.171 0 .334-.068.455-.188zm-.047.112q0-.065.046-.112l.566.566a.64.64 0 0 0 .188-.454zm0-3.63v3.63h.8v-3.63zm.158.158a.16.16 0 0 1-.158-.159h.8a.64.64 0 0 0-.642-.642zm0-11.086h-3.63v.8h3.63zm.454.188A.64.64 0 0 0 14.958.4v.8a.16.16 0 0 1-.112-.046zm.188.454a.64.64 0 0 0-.188-.454l-.566.566a.16.16 0 0 1-.046-.112zm0 3.63v-3.63h-.8v3.63zm-.642.642a.64.64 0 0 0 .642-.642h-.8c0-.087.07-.158.158-.158zm-.642-.642c0 .355.287.642.642.642v-.8c.087 0 .158.07.158.158zm0-3.388v3.388h.8V1.284zm-2.988.4h3.388v-.8h-3.388zm-.643-.642c0 .354.288.642.643.642v-.8c.087 0 .158.07.158.158zM11.329.4a.64.64 0 0 0-.643.642h.8c0 .087-.07.158-.157.158z\" mask=\"url(#ai_enrich_uikit_icon_c)\" /><path fill=\"url(#ai_enrich_uikit_icon_d)\" fill-rule=\"evenodd\" d=\"M8.599 4.94a.6.6 0 0 0-1.2 0v2.459h-2.46a.6.6 0 0 0 0 1.2H7.4v2.458a.6.6 0 1 0 1.2 0V8.6h2.458a.6.6 0 1 0 0-1.2H8.6z\" clip-rule=\"evenodd\" /><defs><linearGradient id=\"ai_enrich_uikit_icon_a\" x1=\"-11.471\" x2=\"23.356\" y1=\"36.2\" y2=\"32.939\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0074F4\" /><stop offset=\"1\" stop-color=\"#ED52F1\" /></linearGradient><linearGradient id=\"ai_enrich_uikit_icon_b\" x1=\"-11.471\" x2=\"23.356\" y1=\"36.2\" y2=\"32.939\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0074F4\" /><stop offset=\"1\" stop-color=\"#ED52F1\" /></linearGradient><linearGradient id=\"ai_enrich_uikit_icon_d\" x1=\"-1.896\" x2=\"15.802\" y1=\"22.328\" y2=\"20.671\" gradientUnits=\"userSpaceOnUse\"><stop stop-color=\"#0074F4\" /><stop offset=\"1\" stop-color=\"#ED52F1\" /></linearGradient></defs></symbol>"
|
97869
97879
|
});
|
97870
97880
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
97871
97881
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|
@@ -100889,7 +100899,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
|
|
100889
100899
|
"id": "email_and_phone_uikit_icon",
|
100890
100900
|
"use": "email_and_phone_uikit_icon-usage",
|
100891
100901
|
"viewBox": "0 0 20 20",
|
100892
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"email_and_phone_uikit_icon\"><path d=\"M0 0h20v20H0z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"M5.816 3.277c-.05-.256.152-.276.33-.276L17.538 3q.592 0 .798.068c.594.195.986.754.99 1.404q.01 1.18.006 7.767 0 .7-.06.911-.165.573-.714.884-.276.156-.649.157h-1.72c-.126 0-.23-.036-.244-.172-.02-.2.109-.26.274-.26h1.823q.08 0 .171-.036.49-.189.647-.63.057-.161.057-.775l-.001-7.879c0-.145-.053-.367-.133-.5a1.04 1.04 0 0 0-.525-.449q-.159-.06-.683-.06-3.676.004-11.518 0c-.108 0-.217-.034-.24-.
|
100902
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"email_and_phone_uikit_icon\"><path d=\"M0 0h20v20H0z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"M5.816 3.277c-.05-.256.152-.276.33-.276L17.538 3q.592 0 .798.068c.594.195.986.754.99 1.404q.01 1.18.006 7.767 0 .7-.06.911-.165.573-.714.884-.276.156-.649.157h-1.72c-.126 0-.23-.036-.244-.172-.02-.2.109-.26.274-.26h1.823q.08 0 .171-.036.49-.189.647-.63.057-.161.057-.775l-.001-7.879c0-.145-.053-.367-.133-.5a1.04 1.04 0 0 0-.525-.449q-.159-.06-.683-.06-3.676.004-11.518 0c-.108 0-.217-.034-.24-.153ZM6.661 10.793l1.587 1.644q.13.134.308.033.945-.531 1.877-1.041.328-.18.663.025l2.541 1.555q.353.216.418.327.12.203.115.442-.003.104-.14.43a52 52 0 0 0-.695 1.7q-.106.278-.265.434-.15.147-.408.299c-1.208.71-2.788.244-3.944-.334-1.583-.79-3.022-1.953-4.259-3.234-1.236-1.28-2.36-2.77-3.123-4.41C.778 7.467.328 5.832 1.013 4.58a2.2 2.2 0 0 1 .288-.422q.151-.165.42-.274.602-.246 1.642-.72.315-.143.414-.145a.75.75 0 0 1 .428.118q.106.068.315.433L6.022 6.2q.198.346.024.687-.492.964-1.004 1.942-.097.186.032.32zm-1.91 1.98q.493.512.928.905 1.03.932 2.24 1.71.583.373 1.222.664c.998.453 2.18.776 3.202.282.155-.075.28-.177.423-.285a.3.3 0 0 0 .098-.117q.472-1.149.851-2.04.112-.262-.122-.407-2.31-1.425-2.705-1.666-.132-.081-.258-.012-1.034.57-1.634.908-.389.219-.53.226a.66.66 0 0 1-.525-.205A2177 2177 0 0 1 4.785 9.47a.7.7 0 0 1-.198-.544q.007-.146.218-.549.327-.621.877-1.692a.26.26 0 0 0-.012-.267q-.233-.408-1.61-2.801-.138-.243-.392-.127-.86.393-1.97.882a.3.3 0 0 0-.112.102c-.105.149-.204.277-.276.438-.477 1.059-.164 2.282.273 3.315q.28.662.642 1.265.75 1.255 1.65 2.32.381.45.875.962Z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"M10.156 8.576q-.273-.255-2.939-2.779a.43.43 0 0 1-.13-.208c-.036-.141.124-.248.24-.233q.053.006.18.128l4.43 4.21a.044.044 0 0 0 .06 0l5.086-4.828a.187.187 0 0 1 .27.012l.018.02a.205.205 0 0 1-.012.284L13.78 8.579a.02.02 0 0 0-.007.016.02.02 0 0 0 .007.017l3.577 3.407a.2.2 0 0 1 .063.14.2.2 0 0 1-.053.144l-.014.016a.194.194 0 0 1-.278.01L13.49 8.913a.043.043 0 0 0-.06 0q-.603.583-1.183 1.132c-.113.107-.257.275-.413.127q-.707-.669-1.323-1.263a.036.036 0 0 0-.05 0q-1.072 1.023-1.656 1.585c-.114.108-.26.167-.367.004q-.1-.154.036-.282a214 214 0 0 0 1.689-1.615l.002-.009-.002-.009z\" /></symbol>"
|
100893
100903
|
});
|
100894
100904
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
100895
100905
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|
@@ -100917,7 +100927,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
|
|
100917
100927
|
"id": "email_phone_uikit_icon",
|
100918
100928
|
"use": "email_phone_uikit_icon-usage",
|
100919
100929
|
"viewBox": "0 0 20 20",
|
100920
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"email_phone_uikit_icon\"><path d=\"M0 0h20v20H0z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"M9.816 3.277c-.05-.256.152-.276.33-.276L17.538 3q.592 0 .798.068c.594.195.986.754.99 1.404q.01 1.18.006 7.767 0 .7-.06.911-.165.573-.714.884c-.377.214-.837.316-.954.132-.104-.166.073-.234.61-.443q.489-.189.646-.63.057-.161.057-.775l-.001-7.879c0-.145-.053-.367-.133-.5a1.04 1.04 0 0 0-.525-.449q-.159-.06-.683-.06c-2.451.002-2.29.003-7.518 0-.108 0-.217-.034-.24-.153Z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"m13.172 8.58 3.911-3.714a.187.187 0 0 1 .27.012l.018.02a.205.205 0 0 1-.012.284l-3.577 3.397a.02.02 0 0 0-.007.016.02.02 0 0 0 .007.017l3.577 3.407a.2.2 0 0 1 .062.14.2.2 0 0 1-.052.144l-.015.016a.194.194 0 0 1-.278.01L13.49 8.913z\" /><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m8.249 12.437-1.587-1.644-1.588-1.644q-.129-.133-.032-.319.512-.978 1.005-1.942a.69.69 0 0 0-.025-.687L4.521 3.569q-.209-.365-.316-.433a.75.75 0 0 0-.428-.118q-.099.002-.414.146-1.04.473-1.642.719a1.15 1.15 0 0 0-.42.274 2.2 2.2 0 0 0-.287.422c-.686 1.252-.236 2.887.322 4.085.764 1.639 1.887 3.13 3.124 4.41 1.236 1.28 2.675 2.443 4.258 3.233 1.157.578 2.736 1.044 3.945.334q.258-.151.407-.299.112-.11.197-.28l-.287-.41-.115.28a.3.3 0 0 1-.098.117l-.062.047c-.119.09-.229.174-.362.238-1.022.494-2.203.17-3.201-.282a9.6 9.6 0 0 1-1.222-.664 17 17 0 0 1-3.17-2.615q-.493-.512-.874-.962-.9-1.066-1.65-2.32-.362-.602-.642-1.265C1.146 7.193.834 5.97 1.31 4.911c.062-.138.143-.252.23-.
|
100930
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"email_phone_uikit_icon\"><path d=\"M0 0h20v20H0z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"M9.816 3.277c-.05-.256.152-.276.33-.276L17.538 3q.592 0 .798.068c.594.195.986.754.99 1.404q.01 1.18.006 7.767 0 .7-.06.911-.165.573-.714.884c-.377.214-.837.316-.954.132-.104-.166.073-.234.61-.443q.489-.189.646-.63.057-.161.057-.775l-.001-7.879c0-.145-.053-.367-.133-.5a1.04 1.04 0 0 0-.525-.449q-.159-.06-.683-.06c-2.451.002-2.29.003-7.518 0-.108 0-.217-.034-.24-.153Z\" /><path fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\".5\" d=\"m13.172 8.58 3.911-3.714a.187.187 0 0 1 .27.012l.018.02a.205.205 0 0 1-.012.284l-3.577 3.397a.02.02 0 0 0-.007.016.02.02 0 0 0 .007.017l3.577 3.407a.2.2 0 0 1 .062.14.2.2 0 0 1-.052.144l-.015.016a.194.194 0 0 1-.278.01L13.49 8.913z\" /><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m8.249 12.437-1.587-1.644-1.588-1.644q-.129-.133-.032-.319.512-.978 1.005-1.942a.69.69 0 0 0-.025-.687L4.521 3.569q-.209-.365-.316-.433a.75.75 0 0 0-.428-.118q-.099.002-.414.146-1.04.473-1.642.719a1.15 1.15 0 0 0-.42.274 2.2 2.2 0 0 0-.287.422c-.686 1.252-.236 2.887.322 4.085.764 1.639 1.887 3.13 3.124 4.41 1.236 1.28 2.675 2.443 4.258 3.233 1.157.578 2.736 1.044 3.945.334q.258-.151.407-.299.112-.11.197-.28l-.287-.41-.115.28a.3.3 0 0 1-.098.117l-.062.047c-.119.09-.229.174-.362.238-1.022.494-2.203.17-3.201-.282a9.6 9.6 0 0 1-1.222-.664 17 17 0 0 1-3.17-2.615q-.493-.512-.874-.962-.9-1.066-1.65-2.32-.362-.602-.642-1.265C1.146 7.193.834 5.97 1.31 4.911c.062-.138.143-.252.23-.375q.023-.03.046-.063a.3.3 0 0 1 .112-.102q1.11-.489 1.97-.882.254-.116.393.127l1.61 2.8q.078.138.011.268-.55 1.071-.877 1.692-.21.402-.217.55a.7.7 0 0 0 .197.543 1930 1930 0 0 0 3.156 3.267.66.66 0 0 0 .525.205q.143-.007.53-.226.526-.296 1.387-.771l-.246-.352q-.786.431-1.58.878-.18.1-.308-.033\" clip-rule=\"evenodd\" /><path fill=\"currentColor\" d=\"m6.662 10.793.18-.174zm1.587 1.644-.18.173zM5.074 9.149l-.18.174zm-.032-.319.222.117zm1.005-1.942L6.27 7zM6.022 6.2l.218-.124zM4.521 3.569l.217-.124zm-.316-.433.134-.211zm-.428-.118.007.25zm-.414.146.104.227zm-1.642.719-.095-.232zm-.42.274.185.17zm-.287.422.219.12zm.322 4.085.227-.106zm3.124 4.41.18-.175zm4.258 3.233-.111.224zm3.945.334-.127-.216zm.407-.299-.175-.178zm.197-.28.224.113.067-.133-.086-.123zm-.287-.41.205-.143-.262-.374-.174.422zm-.115.28-.232-.095zm-.098.117-.15-.2h-.001zm-.062.047.152.198zm-.362.238-.108-.225zm-3.201-.282-.103.227zm-1.222-.664.135-.21zm-2.24-1.71.168-.185zm-.93-.905.18-.174zm-.874-.962-.19.161zm-1.65-2.32.214-.128zm-.642-1.265.23-.097zM1.31 4.911l-.228-.103zm.23-.375-.203-.145zm.046-.063.204.143h.001zm.112-.102.1.229H1.8zm1.97-.882-.103-.228zm.393.127-.217.124zm1.61 2.8-.218.125zm.011.268-.222-.115zm-.877 1.692-.22-.116h-.001zm-.217.55-.25-.013v.001zm.197.543-.18.173zm1.578 1.634-.18.174zm1.578 1.633-.18.174h.001zm.525.205.013.25zm.53-.226.123.218zm1.387-.771.12.218.244-.134-.16-.228zm-.246-.352.204-.144-.128-.184-.197.109zm-1.58.878-.122-.218zm-2.075-1.504 1.587 1.644.36-.347-1.587-1.644zM4.894 9.323l1.588 1.643.36-.347-1.588-1.644zm-.073-.609a.55.55 0 0 0-.068.314.5.5 0 0 0 .141.295l.36-.348-.006-.007.002.01c.001.008-.003 0 .014-.031zm1.003-1.94q-.492.963-1.003 1.94l.443.232q.512-.98 1.006-1.945zm-.019-.45c.093.163.094.303.02.45l.445.227a.93.93 0 0 0-.03-.924zM4.304 3.693l1.501 2.631.435-.247-1.502-2.632zm-.233-.346c-.006-.004.015.01.065.079q.067.091.168.267l.434-.248a4 4 0 0 0-.198-.314.8.8 0 0 0-.2-.206zm-.287-.08a.5.5 0 0 1 .287.08l.268-.422a1 1 0 0 0-.568-.157zm-.317.124a3 3 0 0 1 .24-.1c.067-.023.086-.024.077-.023l-.013-.5a.8.8 0 0 0-.23.052 4 4 0 0 0-.282.116zm-1.652.723q.61-.249 1.652-.723l-.207-.455q-1.037.472-1.634.715zm-.329.212a.9.9 0 0 1 .33-.212l-.19-.463a1.4 1.4 0 0 0-.508.337zm-.253.373q.138-.25.253-.372l-.368-.339q-.169.186-.324.471zm.33 3.86c-.272-.586-.514-1.269-.606-1.95-.093-.683-.033-1.346.276-1.91l-.439-.24C.418 5.147.36 5.928.461 6.675s.363 1.481.649 2.094zm3.077 4.34c-1.223-1.265-2.328-2.733-3.077-4.34l-.453.21c.778 1.67 1.92 3.184 3.17 4.478zm4.19 3.185c-1.55-.775-2.968-1.918-4.19-3.184l-.36.347c1.25 1.294 2.712 2.478 4.327 3.284zm3.706.341c-.54.317-1.174.38-1.83.284-.654-.095-1.312-.344-1.876-.625l-.223.447c.592.296 1.302.568 2.028.673s1.486.045 2.154-.348zm.359-.26a1.8 1.8 0 0 1-.359.26l.253.431q.276-.16.457-.336zm.15-.215a.8.8 0 0 1-.15.214l.35.356a1.3 1.3 0 0 0 .246-.344zm.427-.03-.287-.411-.41.287.288.41zm-.376.107.115-.28-.462-.19-.116.28zm-.18.221a.54.54 0 0 0 .18-.221l-.463-.19.003-.006-.02.018zm-.06.046.061-.046-.301-.399-.063.048zm-.404.265c.16-.076.289-.176.405-.265l-.304-.397a2 2 0 0 1-.318.212zm-3.413-.28c1.007.457 2.283.827 3.413.28l-.217-.45c-.914.442-2.002.163-2.99-.285zm-1.254-.681q.597.384 1.254.681l.206-.455a9 9 0 0 1-1.19-.647zm-2.273-1.734q1.046.945 2.273 1.734l.27-.42a17 17 0 0 1-2.207-1.685zm-.941-.917q.498.516.941.917l.336-.37q-.428-.389-.918-.895zm-.886-.974q.387.458.886.974l.36-.348a20 20 0 0 1-.864-.95zM2.011 9.619a18 18 0 0 0 1.674 2.353l.382-.322A17.3 17.3 0 0 1 2.44 9.363zm-.658-1.296q.287.68.658 1.297l.429-.257a10 10 0 0 1-.626-1.234zm-.27-3.515c-.524 1.161-.171 2.473.27 3.515l.46-.194c-.432-1.023-.706-2.16-.275-3.116zm.254-.417c-.086.12-.181.253-.255.417l.456.205c.05-.112.117-.206.207-.332zm.045-.062-.045.062.408.29.045-.065zm.216-.187a.53.53 0 0 0-.217.188l.41.285.017-.02-.01.005zm1.967-.88q-.859.392-1.967.88l.201.458q1.11-.489 1.974-.884zm.713.23a.56.56 0 0 0-.307-.267.56.56 0 0 0-.406.036l.208.455c.047-.021.056-.011.043-.015-.012-.004.002-.007.028.04zm1.61 2.8-1.61-2.8-.433.249q1.376 2.392 1.608 2.8zm.017.506a.51.51 0 0 0-.018-.506l-.434.25c.01.017.01.023.01.021l-.003.006zm-.878 1.695q.326-.622.878-1.695L5.46 6.57q-.55 1.07-.876 1.69zm-.19.444q-.001.001.008-.035a1 1 0 0 1 .033-.095q.047-.12.149-.314l-.443-.233a4 4 0 0 0-.17.362 1 1 0 0 0-.076.291zm.129.359a.46.46 0 0 1-.129-.36l-.5-.022a.96.96 0 0 0 .268.728zm1.576 1.634L4.966 9.295l-.36.347 1.577 1.635zm1.579 1.633L6.542 10.93l-.36.347 1.58 1.633zm.333.128a.4.4 0 0 1-.333-.129l-.359.349c.193.199.439.293.717.28zm.42-.194q-.187.105-.302.154a1 1 0 0 1-.09.033q-.034.009-.029.007l.026.5a.9.9 0 0 0 .289-.08q.15-.065.35-.178zm1.388-.772q-.861.475-1.388.773l.245.435q.525-.296 1.385-.77zm.326.075-.247-.352-.41.287.247.352zm-1.909.888q.794-.446 1.578-.877l-.24-.438q-.787.431-1.582.879zm-.61-.078a.48.48 0 0 0 .295.15.53.53 0 0 0 .316-.072l-.246-.436-.024.01q-.004 0 .007.001l.017.005-.006-.005z\" /><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"m6 2 10.28 14.45\" /></symbol>"
|
100921
100931
|
});
|
100922
100932
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
100923
100933
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|
@@ -101477,7 +101487,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
|
|
101477
101487
|
"id": "gift_uikit_icon",
|
101478
101488
|
"use": "gift_uikit_icon-usage",
|
101479
101489
|
"viewBox": "0 0 32 32",
|
101480
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 32 32\" id=\"gift_uikit_icon\"><path fill=\"currentColor\" d=\"M27 9.005h-4.385q.075-.06.146-.125A3.7 3.7 0 0 0 24 6.201a4.08 4.08 0 0 0-4.195-4.196 3.7 3.7 0 0 0-2.68 1.239A6.9 6.9 0 0 0 16 5.054a6.9 6.9 0 0 0-1.125-1.81 3.7 3.7 0 0 0-2.68-1.239A4.08 4.08 0 0 0 8 6.201 3.7 3.7 0 0 0 9.239 8.88q.072.06.146.125H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-8a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2m-8.375-4.436a1.7 1.7 0 0 1 1.25-.563h.061A2.077 2.077 0 0 1 22 6.14a1.7 1.7 0 0 1-.562 1.25c-1.187 1.05-3.155 1.42-4.375 1.55.15-1.324.562-3.247 1.562-4.371m-8.011.045a2.08 2.08 0 0 1 1.46-.609h.061a1.
|
101490
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 32 32\" id=\"gift_uikit_icon\"><path fill=\"currentColor\" d=\"M27 9.005h-4.385q.075-.06.146-.125A3.7 3.7 0 0 0 24 6.201a4.08 4.08 0 0 0-4.195-4.196 3.7 3.7 0 0 0-2.68 1.239A6.9 6.9 0 0 0 16 5.054a6.9 6.9 0 0 0-1.125-1.81 3.7 3.7 0 0 0-2.68-1.239A4.08 4.08 0 0 0 8 6.201 3.7 3.7 0 0 0 9.239 8.88q.072.06.146.125H5a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2v8a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2v-8a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2m-8.375-4.436a1.7 1.7 0 0 1 1.25-.563h.061A2.077 2.077 0 0 1 22 6.14a1.7 1.7 0 0 1-.562 1.25c-1.187 1.05-3.155 1.42-4.375 1.55.15-1.324.562-3.247 1.562-4.371m-8.011.045a2.08 2.08 0 0 1 1.46-.609h.061a1.71 1.71 0 0 1 1.25.563c1.049 1.185 1.419 3.15 1.549 4.365-1.215-.125-3.18-.5-4.365-1.55a1.7 1.7 0 0 1-.563-1.25 2.07 2.07 0 0 1 .603-1.52zM5 11.005h10v4H5zm2 6h8v8H7zm18 8h-8v-8h8zm2-10H17v-4h10z\" /></symbol>"
|
101481
101491
|
});
|
101482
101492
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
101483
101493
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|
@@ -103885,7 +103895,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
|
|
103885
103895
|
"id": "revenue_base_uikit_icon",
|
103886
103896
|
"use": "revenue_base_uikit_icon-usage",
|
103887
103897
|
"viewBox": "0 0 12 19",
|
103888
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 12 19\" id=\"revenue_base_uikit_icon\"><path fill=\"#FE9E07\" d=\"M3.305.84h.215l.293.039.332.117.273.156.254.215.918.918.137.156.84.84.156.137.234.254.137.137.156.136.176.196 1.719 1.718.156.137.078.098.098.097 1.093 1.094.157.117.097.098.235.254.254.351.195.352.137.332.117.469.039.254v.722l-.078.45-.176.488-.195.371-.196.273-.215.254-.507.508-.137.156-.176.176-.098.078-.136.157-.274.273-.156.137-.176.195-.351.352-.157.136-.507.508-.137.156-1.66 1.66-.04-.019.196-.293.156-.312.117-.274.118-.41.058-.41.02-.235v-.293l-.078-.527-.137-.45-.156-.35-.215-.372-.176-.234-.176-.215-.234-.234-.156-.137-.313-.293-1.875-1.875-.156-.137-.137-.156-.156-.156-.156-.137L1.8 7.871l-.098-.098-.195-.175-.235-.235-.136-.156-.371-.371-.254-.352-.196-.351L.2 5.84l-.097-.352-.059-.37v-.47l.059-.468.078-.313.195-.469.137-.234.176-.234.156-.196h.039l.039-.078.508-.508.136-.156.762-.762.293-.195.274-.117.117-.04z\" /><path fill=\"#13CCD2\" d=\"m3.54 9.61.077.038L5.63 11.66l.156.137.313.293.136.137.254.332.176.293.156.312.117.293.098.332.078.527v.293l-.058.547-.117.45-.118.292-.156.313-.137.215-.175.
|
103898
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 12 19\" id=\"revenue_base_uikit_icon\"><path fill=\"#FE9E07\" d=\"M3.305.84h.215l.293.039.332.117.273.156.254.215.918.918.137.156.84.84.156.137.234.254.137.137.156.136.176.196 1.719 1.718.156.137.078.098.098.097 1.093 1.094.157.117.097.098.235.254.254.351.195.352.137.332.117.469.039.254v.722l-.078.45-.176.488-.195.371-.196.273-.215.254-.507.508-.137.156-.176.176-.098.078-.136.157-.274.273-.156.137-.176.195-.351.352-.157.136-.507.508-.137.156-1.66 1.66-.04-.019.196-.293.156-.312.117-.274.118-.41.058-.41.02-.235v-.293l-.078-.527-.137-.45-.156-.35-.215-.372-.176-.234-.176-.215-.234-.234-.156-.137-.313-.293-1.875-1.875-.156-.137-.137-.156-.156-.156-.156-.137L1.8 7.871l-.098-.098-.195-.175-.235-.235-.136-.156-.371-.371-.254-.352-.196-.351L.2 5.84l-.097-.352-.059-.37v-.47l.059-.468.078-.313.195-.469.137-.234.176-.234.156-.196h.039l.039-.078.508-.508.136-.156.762-.762.293-.195.274-.117.117-.04z\" /><path fill=\"#13CCD2\" d=\"m3.54 9.61.077.038L5.63 11.66l.156.137.313.293.136.137.254.332.176.293.156.312.117.293.098.332.078.527v.293l-.058.547-.117.45-.118.292-.156.313-.137.215-.175.254L4.75 18.28l-.195.137-.293.156-.352.098h-.527l-.274-.059-.234-.097-.273-.176-.079-.059v-.039l-.078-.039-1.093-1.094-.157-.136-.136-.157-.215-.214-.215-.293-.176-.293-.156-.332-.117-.352-.078-.352-.04-.273v-.488l.06-.43.155-.508.098-.234.176-.332.156-.235.176-.214.176-.196.136-.136.157-.137 1.445-1.445.156-.137.567-.567z\" /><path fill=\"#FE5E2B\" d=\"m7.621 4.375.078.04 1.446 1.444.156.137.078.098.098.097 1.093 1.094.157.117.097.098.235.254.254.351.195.352.137.332.117.469.039.254v.722l-.078.45-.176.488-.195.371-.196.273-.215.254-.507.508-.137.156-.176.176-.098.078-.136.157-.274.273-.156.137-.176.195-.351.352-.157.136-.507.508-.137.156-1.66 1.66-.04-.019.196-.293.156-.312.117-.274.118-.41.058-.41.02-.235v-.293l-.078-.527-.137-.45-.156-.35-.215-.372-.176-.234-.176-.215-.234-.234-.156-.137-.313-.293-.058-.059.039-.078 2.539-2.539.078-.078-.117-.137-2.13-2.129-.136-.117.039-.078.332-.332.098-.098h.039l.039-.078z\" /><path fill=\"#FC8108\" d=\"m5.648 6.348.098.058.098.098L8.07 8.73l-.058.098-.157.137-2.46 2.46-.137-.116-1.68-1.68-.156-.137-.137-.156-.156-.156-.156-.137.039-.078.488-.488.156-.137.117-.137.157-.137z\" /><path fill=\"#00B0B9\" d=\"m5.395 11.445.136.117.313.293.234.215.156.157.254.332.176.293.156.312.117.293.098.332.078.527v.293l-.058.547-.117.45-.118.292-.156.313-.137.215-.136.195-.137-.117-2.52-2.52-.156-.136-.254-.254-.02-.078.372-.371.156-.137.215-.215.117-.137.098-.078.136-.156.118-.098.097-.097.176-.196.234-.215.098-.097.176-.196z\" /><path fill=\"#FE432E\" d=\"m10.023 6.758.137.117.41.41.157.117.097.098.235.254.254.351.195.352.137.332.117.469.039.254v.722l-.078.45-.176.488-.195.371-.196.273-.039.02-.02-.098-.077-.039-.137-.136v-.04l-.078-.039-.371-.37-.098-.098L9.3 9.98l-.098-.117-.156-.136-.957-.957.02-.079.234-.234h.039l.039-.078h.039L8.5 8.3l.918-.918.098-.098.332-.332h.039l.039-.078z\" /><path fill=\"#FE542D\" d=\"m7.621 4.375.078.04 1.446 1.444.156.137.078.098.098.097.546.547-.02.078-.116.137-.157.137-.234.234-.098.098-.918.918-.097.117-.156.137-.118.117-.039.078-.039-.078-2.226-2.227-.137-.117.039-.078.332-.332.098-.098h.039l.039-.078z\" /><path fill=\"#FEAA12\" d=\"m1.45 2.168.077.039L3.48 4.16l-.117.137-.156.156-.098.078-.097.098-.586.586-.098.098-.156.156-.098.097-.078.098-.156.137-.684.683-.097.098-.157.156-.097.117-.098-.097-.195-.274-.196-.351L.2 5.84l-.097-.352-.059-.37v-.47l.059-.468.078-.313.195-.469.137-.234.176-.234.156-.196h.039l.039-.078.41-.41.098-.058z\" /><path fill=\"#FE8007\" d=\"m5.082 1.797.137.117.37.371.138.156.84.84.156.137.234.254.137.137.156.136.176.196.215.214-.118.137L6.195 5.82l-.117.137-.156.137-.234.234-.079-.039-.37-.371-.04-.02V5.86H5.16V5.82l-.078-.039-.098-.097-.175-.176v-.04L4.75 5.45l-.078-.078v-.039l-.078-.039v-.04l-.059-.019-.137-.156-.078-.058v-.04h-.039l-.117-.136-.059-.04v-.038l-.078-.04-.351-.351v-.04l-.078-.038-.098-.098.02-.078h.039l.039-.078.136-.117.02-.04h.039v-.038l.156-.137 1.485-1.484-.04-.079-.312-.312z\" /><path fill=\"#2ADCE1\" d=\"m1.45 11.7.136.116 1.602 1.602.097.098-.039.078L.63 16.21l-.078-.02-.215-.41-.137-.37-.097-.43-.04-.274v-.488l.06-.43.155-.508.098-.234.176-.332.156-.235.176-.214.176-.196.136-.136.157-.137z\" /><path fill=\"#FE9705\" d=\"M3.305.84h.215l.293.039.332.117.273.156.254.215.41.41.059.098.312.313-.039.078-1.582 1.582h-.039v.039h-.04l-.038.078-.137.117-.098.098-1.992-1.992-.078.039h-.058l.273-.293.703-.704.293-.195.274-.117.117-.04z\" /><path fill=\"#FE4F31\" d=\"M7.035 4.96v.06l-.527.527-.137.156-.605.606-.059.058h-.039l.039-.078.332-.332.098-.098h.039l.039-.078z\" /><path fill=\"#F66231\" d=\"m6.664 16.172.02.078.058.02-.117.136-.156.157-.04-.02.196-.293z\" /><path fill=\"#FD8803\" d=\"M5.96 10.8v.06l-.565.566-.04-.04.235-.214z\" /><path fill=\"#F35C27\" d=\"m6.781 15.938.02.078-.04.156v.039l.04.02-.078.038-.04-.019.02-.137z\" /><path fill=\"#05B7C4\" d=\"m5.922 11.953.078.04.195.194-.039.04-.097-.098-.059-.02-.04-.078h-.058z\" /><path fill=\"#17D8DF\" d=\"m1.156 11.973.04.02-.157.155-.137.157H.844l.234-.254z\" /><path fill=\"#2BC2C0\" d=\"m3.54 9.61.077.038.176.176-.04.04-.097-.098-.117-.118z\" /><path fill=\"#F05E29\" d=\"M6.898 15.664h.02v.195h-.04v.04H6.84v.039H6.8l.06-.176z\" /><path fill=\"#1CCAD2\" d=\"m2.64 10.508.04.039h-.04l-.038.078-.059.02-.04.097-.058-.02.118-.136z\" /><path fill=\"#08B2BE\" d=\"m6.86 15.625.038.04-.02.097-.019.039H6.82l-.039-.137h.059z\" /><path fill=\"#0DB0BA\" d=\"M7.016 15.137h.02l-.02.195-.079-.02.04-.156z\" /><path fill=\"#0EACB5\" d=\"M6.684 12.988h.058l.04.098-.137.02v-.098z\" /><path fill=\"#E55731\" d=\"M6.527 16.387h.059l-.02.078-.097.098-.04-.02z\" /><path fill=\"#11AEB4\" d=\"m6.996 13.71.04.08-.02.097h-.059l-.02-.117h.04z\" /><path fill=\"#0AB6C0\" d=\"m6.313 12.363.097.098.04.039-.02.059-.098-.059z\" /><path fill=\"#F75E25\" d=\"M6.332 12.344h.078l.04.039-.02.039h.039v.058l-.078-.02-.059-.077z\" /><path fill=\"#F78A07\" d=\"M5.57 11.191v.059l-.175.176-.04-.04z\" /><path fill=\"#EF5F2E\" d=\"m6.8 13.086.079.039v.176l-.04-.059-.058-.137z\" /><path fill=\"#17CAD1\" d=\"m3.95 10.02.077.039.078.097h-.117v-.058z\" /><path fill=\"#1EC6CE\" d=\"m3.773 9.844.079.039.078.097-.059.02-.098-.098z\" /><path fill=\"#FEAA1D\" d=\"M.063 5.215H.12l.02.234-.04.04z\" /><path fill=\"#FE7904\" d=\"M3.832 9.844h.117l.02.078-.059-.02-.02.04-.058-.06z\" /><path fill=\"#FE4B33\" d=\"m7.602 4.395.058.02-.039.019-.02.039-.117.097-.039-.02z\" /><path fill=\"#EE8117\" d=\"M5.316 11.25h.059l-.02.137-.078-.078h.04z\" /><path fill=\"#F9501D\" d=\"m6.703 16.133.059.078.039.02-.078.038-.04-.019v-.098z\" /><path fill=\"#ED5F2B\" d=\"m6.977 15.41.058.04-.058.136-.04-.02z\" /><path fill=\"#FB5F25\" d=\"m7.016 13.613.039.078h.039v.04l-.059.019v-.04h-.039z\" /><path fill=\"#FC331D\" d=\"M11.215 11.68v.058l-.098.098.02-.098z\" /><path fill=\"#F55627\" d=\"m6.605 16.29.04.058-.04.078-.02-.04-.038-.019z\" /><path fill=\"#F4612B\" d=\"m7.016 15.254.02.039.038.02v.078h-.078z\" /><path fill=\"#07D6E3\" d=\"m5.18 11.25.078.04.078.097-.059.02-.058-.098z\" /><path fill=\"#F17F18\" d=\"m4.77 10.8.097.02.04.059-.06.02z\" /></symbol>"
|
103889
103899
|
});
|
103890
103900
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
103891
103901
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|
@@ -104893,7 +104903,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
|
|
104893
104903
|
"id": "stop_uikit_icon",
|
104894
104904
|
"use": "stop_uikit_icon-usage",
|
104895
104905
|
"viewBox": "0 0 14 14",
|
104896
|
-
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\" id=\"stop_uikit_icon\"><g fill=\"currentColor\"><path d=\"M8.604 5.246H5.396c-.077 0-.14.06-.14.138v3.
|
104906
|
+
"content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\" id=\"stop_uikit_icon\"><g fill=\"currentColor\"><path d=\"M8.604 5.246H5.396c-.077 0-.14.06-.14.138v3.244c0 .076.062.139.14.139h3.208a.14.14 0 0 0 .14-.14V5.385a.14.14 0 0 0-.14-.138\" /><path d=\"M7 .925a6.075 6.075 0 1 0 0 12.15A6.075 6.075 0 0 0 7 .925M7 12.06A5.06 5.06 0 1 1 7 1.939a5.06 5.06 0 0 1 0 10.12\" /></g></symbol>"
|
104897
104907
|
});
|
104898
104908
|
var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
|
104899
104909
|
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
|