@luminati-io/uikit 6.3.131 → 6.3.133

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.
@@ -44183,7 +44183,8 @@ var CodeBlock = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(f
44183
44183
  loading = props.loading,
44184
44184
  wrap = props.wrap,
44185
44185
  _props$copyButtonPlac = props.copyButtonPlacement,
44186
- copyButtonPlacement = _props$copyButtonPlac === void 0 ? 'top' : _props$copyButtonPlac;
44186
+ copyButtonPlacement = _props$copyButtonPlac === void 0 ? 'top' : _props$copyButtonPlac,
44187
+ tooltips = props.tooltips;
44187
44188
  var _useElementBorderBoxH = useElementBorderBoxHeight(),
44188
44189
  _useElementBorderBoxH2 = _slicedToArray(_useElementBorderBoxH, 2),
44189
44190
  headerRef = _useElementBorderBoxH2[0],
@@ -44217,7 +44218,8 @@ var CodeBlock = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_1__.forwardRef)(f
44217
44218
  copyButtonPlacement: copyButtonPlacement,
44218
44219
  onCopy: onCopy,
44219
44220
  loading: loading,
44220
- wrap: wrap
44221
+ wrap: wrap,
44222
+ tooltips: tooltips
44221
44223
  }));
44222
44224
  });
44223
44225
  CodeBlock.displayName = 'CodeBlock';
@@ -44235,7 +44237,8 @@ CodeBlock.propTypes = {
44235
44237
  onCopy: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().func),
44236
44238
  wrap: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().bool),
44237
44239
  copyButtonPlacement: prop_types__WEBPACK_IMPORTED_MODULE_0___default().oneOf(['top', 'bottom']),
44238
- maxTotalHeight: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().number)
44240
+ maxTotalHeight: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().number),
44241
+ tooltips: (prop_types__WEBPACK_IMPORTED_MODULE_0___default().object)
44239
44242
  };
44240
44243
  var CodeBlockWrapper = styled_components__WEBPACK_IMPORTED_MODULE_2___default().div.withConfig({
44241
44244
  displayName: "CodeBlockWrapper",
@@ -44319,7 +44322,8 @@ var CodeSnippet = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)
44319
44322
  copyButtonClassName = _ref.copyButtonClassName,
44320
44323
  copyButtonPlacement = _ref.copyButtonPlacement,
44321
44324
  maxHeight = _ref.maxHeight,
44322
- wrap = _ref.wrap;
44325
+ wrap = _ref.wrap,
44326
+ tooltips = _ref.tooltips;
44323
44327
  var codeRef = (0,react__WEBPACK_IMPORTED_MODULE_0__.useRef)(null);
44324
44328
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(CodeSnippetWrapper, {
44325
44329
  ref: ref,
@@ -44333,7 +44337,8 @@ var CodeSnippet = /*#__PURE__*/(0,react__WEBPACK_IMPORTED_MODULE_0__.forwardRef)
44333
44337
  code: code,
44334
44338
  variant: variant,
44335
44339
  codeRef: codeRef,
44336
- onCopy: onCopy
44340
+ onCopy: onCopy,
44341
+ tooltips: tooltips
44337
44342
  }), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(CodeWrapper, null, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_code__WEBPACK_IMPORTED_MODULE_4__.Code, {
44338
44343
  ref: codeRef,
44339
44344
  lang: lang,
@@ -44392,7 +44397,8 @@ var CodeWrapper = styled_components__WEBPACK_IMPORTED_MODULE_1___default().div.w
44392
44397
  "use strict";
44393
44398
  __webpack_require__.r(__webpack_exports__);
44394
44399
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
44395
- /* harmony export */ CopyButton: () => (/* binding */ CopyButton)
44400
+ /* harmony export */ CopyButton: () => (/* binding */ CopyButton),
44401
+ /* harmony export */ STATE: () => (/* binding */ STATE)
44396
44402
  /* harmony export */ });
44397
44403
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! react */ "react");
44398
44404
  /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
@@ -44406,6 +44412,8 @@ __webpack_require__.r(__webpack_exports__);
44406
44412
 
44407
44413
  /*jslint react:true*/
44408
44414
  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); }
44415
+ 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; }
44416
+ 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; }
44409
44417
  function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
44410
44418
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
44411
44419
  function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
@@ -44425,7 +44433,15 @@ var STATE = {
44425
44433
  SUCCESS: 'SUCCESS',
44426
44434
  ERROR: 'ERROR'
44427
44435
  };
44428
- var tooltips = _defineProperty(_defineProperty(_defineProperty({}, STATE.READY, 'Copy'), STATE.SUCCESS, 'Copied'), STATE.ERROR, 'Press Ctrl+C to copy');
44436
+ var default_tooltips = _defineProperty(_defineProperty(_defineProperty({}, STATE.READY, {
44437
+ text: 'Copy'
44438
+ }), STATE.SUCCESS, {
44439
+ text: 'Copied',
44440
+ show_ms: 1500
44441
+ }), STATE.ERROR, {
44442
+ text: 'Press Ctrl+C to copy',
44443
+ show_ms: 1500
44444
+ });
44429
44445
  var icon = _icons__WEBPACK_IMPORTED_MODULE_2__["default"].Copy;
44430
44446
  var CopyButton = function CopyButton(_ref) {
44431
44447
  var className = _ref.className,
@@ -44433,33 +44449,41 @@ var CopyButton = function CopyButton(_ref) {
44433
44449
  variant = _ref.variant,
44434
44450
  codeRef = _ref.codeRef,
44435
44451
  onCopy = _ref.onCopy,
44436
- placement = _ref.placement;
44452
+ placement = _ref.placement,
44453
+ tooltips = _ref.tooltips;
44437
44454
  var _useState = (0,react__WEBPACK_IMPORTED_MODULE_0__.useState)(STATE.READY),
44438
44455
  _useState2 = _slicedToArray(_useState, 2),
44439
44456
  state = _useState2[0],
44440
44457
  setState = _useState2[1];
44441
- var resetText = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(function () {
44458
+ var get_tooltip = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(function (s) {
44459
+ return _objectSpread(_objectSpread({}, default_tooltips[s]), tooltips === null || tooltips === void 0 ? void 0 : tooltips[s]);
44460
+ }, [tooltips]);
44461
+ var resetText = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(function (s) {
44462
+ var _get_tooltip = get_tooltip(s),
44463
+ show_ms = _get_tooltip.show_ms;
44442
44464
  setTimeout(function () {
44443
44465
  return setState(STATE.READY);
44444
- }, 1500);
44445
- }, []);
44466
+ }, show_ms);
44467
+ }, [get_tooltip]);
44446
44468
  var handleClick = (0,react__WEBPACK_IMPORTED_MODULE_0__.useCallback)(function () {
44447
44469
  (0,_util__WEBPACK_IMPORTED_MODULE_4__.copyTextToClipboard)(function () {
44448
44470
  return code;
44449
44471
  }, function () {
44450
44472
  setState(STATE.SUCCESS);
44451
- resetText();
44473
+ resetText(STATE.SUCCESS);
44452
44474
  onCopy === null || onCopy === void 0 || onCopy(code);
44453
44475
  }, function () {
44454
44476
  setState(STATE.ERROR);
44455
44477
  setTimeout(function () {
44456
44478
  return selectElementText(codeRef.current);
44457
44479
  }, 1);
44458
- resetText();
44480
+ resetText(STATE.ERROR);
44459
44481
  });
44460
- }, [code, onCopy]);
44482
+ }, [code, onCopy, resetText]);
44483
+ var _get_tooltip2 = get_tooltip(state),
44484
+ tooltip_text = _get_tooltip2.text;
44461
44485
  return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(_tooltip__WEBPACK_IMPORTED_MODULE_3__.Tooltip, {
44462
- tooltip: tooltips[state],
44486
+ tooltip: tooltip_text,
44463
44487
  placement: "right"
44464
44488
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0___default().createElement(StyledButton, {
44465
44489
  className: className,
@@ -103770,7 +103794,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
103770
103794
  "id": "crewai_uikit_icon",
103771
103795
  "use": "crewai_uikit_icon-usage",
103772
103796
  "viewBox": "0 0 20 20",
103773
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"crewai_uikit_icon\"><g clip-path=\"url(#crewai_uikit_icon_a)\"><path fill=\"#461816\" d=\"M16.174 8.986a2.3 2.3 0 0 1 2.06 1.129c.402.671.518 1.476.32 2.233l-.113.435a8.33 8.33 0 0 1-2.63 4.215c-.504.43-1.069.885-1.736 1.27l-.023.014c-.335.194-.737.426-1.165.63a9.8 9.8 0 0 1-3.165.973q-1.07.138-2.147.11H7.56a7.16 7.16 0 0 1-4.205-1.559l-.01-.008-.01-.008a6.7 6.7 0 0 1-2.319-3.904 9.1 9.1 0 0 1-.085-3.149C1.157 9.836 1.654 8.357 2.4 7a18 18 0 0 1 2.026-3.065 12.9 12.9 0 0 1 2.967-2.652A8.3 8.3 0 0 1 10.366.086h.004l.002-.001c1.714-.32 3.12.311 4.187 1.05a6.9 6.9 0 0 1 1.996 2.094l.02.033.019.035a4.56 4.56 0 0 1 .423 3.344c-.2.808-.482 1.595-.843 2.345\" /><path fill=\"#fff\" d=\"M15.718 10.97a.622.622 0 0 1 1.046.027c.166.276.214.608.133.919l-.114.435a6.6 6.6 0 0 1-2.087 3.345c-.477.408-.948.782-1.478 1.088a15 15 0 0 1-1.086.59 8 8 0 0 1-2.63.81q-.936.123-1.88.097a5.44 5.44 0 0 1-3.198-1.185A4.97 4.97 0 0 1 2.7 14.184a7.4 7.4 0 0 1-.071-2.567A11.3 11.3 0 0 1 3.91 7.811a16.4 16.4 0 0 1 1.843-2.79 11.2 11.2 0 0 1 2.574-2.3 6.6 6.6 0 0 1 2.36-.95c1.089-.204 2.028.172 2.9.777.608.413 1.121.95 1.506 1.577.352.64.446 1.39.261 2.096-.188.77-.465 1.517-.825 2.225l-.186.414q-.4.892-.808 1.78a.635.635 0 0 1-.808.39 2.82 2.82 0 0 1-1.903-2.075 3.8 3.8 0 0 1 .325-2.022c.24-.621.508-1.23.778-1.84l.206-.469a.44.44 0 0 0-.17-.618 1.96 1.96 0 0 0-1 .585q-.707.704-1.345 1.472A18 18 0 0 0 7.437 9.55a6.3 6.3 0 0 0-.68 2.294 5.9 5.9 0 0 0 .058 1.85 1.71 1.71 0 0 0 1.612 1.428 7.23 7.23 0 0 0 4.263-1.106q.728-.5 1.396-1.079c.627-.591 1.147-1.265 1.632-1.966\" /></g><defs><clipPath id=\"crewai_uikit_icon_a\"><path fill=\"#fff\" d=\"M0 0h20v20H0z\" /></clipPath></defs></symbol>"
103797
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"crewai_uikit_icon\"><path fill=\"#fff\" d=\"M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10\" /><path fill=\"#461816\" d=\"M15.273 9.189a1.84 1.84 0 0 1 1.647.903c.322.537.415 1.181.257 1.787l-.09.348a6.66 6.66 0 0 1-2.105 3.372c-.403.344-.855.708-1.388 1.016l-.019.011c-.268.155-.59.34-.932.504a7.8 7.8 0 0 1-2.532.778q-.856.11-1.718.088h-.012a5.73 5.73 0 0 1-3.364-1.247l-.008-.006-.008-.007a5.35 5.35 0 0 1-1.854-3.123 7.3 7.3 0 0 1-.068-2.519c.18-1.225.578-2.408 1.174-3.494.456-.87 1-1.692 1.622-2.452a10.3 10.3 0 0 1 2.373-2.121 6.6 6.6 0 0 1 2.379-.957h.002l.002-.002c1.371-.256 2.495.25 3.35.84a5.5 5.5 0 0 1 1.596 1.676l.016.026.015.028a3.65 3.65 0 0 1 .34 2.675 9.7 9.7 0 0 1-.675 1.876\" /><path fill=\"#fff\" d=\"M14.907 10.777a.5.5 0 0 1 .837.02.96.96 0 0 1 .106.736l-.091.348a5.3 5.3 0 0 1-1.67 2.676c-.38.326-.758.626-1.182.87-.285.165-.571.331-.869.472a6.4 6.4 0 0 1-2.103.648 9.5 9.5 0 0 1-1.505.078 4.35 4.35 0 0 1-2.558-.948 3.98 3.98 0 0 1-1.38-2.33 5.9 5.9 0 0 1-.057-2.053A9 9 0 0 1 5.462 8.25c.414-.792.908-1.54 1.474-2.232a9 9 0 0 1 2.059-1.84 5.3 5.3 0 0 1 1.888-.76c.871-.163 1.623.138 2.32.622.487.33.897.76 1.205 1.261.282.511.357 1.112.209 1.677a8.3 8.3 0 0 1-.66 1.78l-.149.331q-.32.712-.646 1.425a.51.51 0 0 1-.647.311 2.26 2.26 0 0 1-1.522-1.66 3.03 3.03 0 0 1 .26-1.617c.192-.498.407-.985.622-1.472l.165-.376a.353.353 0 0 0-.136-.494 1.57 1.57 0 0 0-.8.468 17 17 0 0 0-1.076 1.178 14.4 14.4 0 0 0-1.746 2.79 5.1 5.1 0 0 0-.544 1.835c-.062.492-.047.991.047 1.479a1.37 1.37 0 0 0 1.29 1.143 5.8 5.8 0 0 0 3.41-.885q.582-.4 1.117-.863c.5-.473.917-1.012 1.305-1.573\" /></symbol>"
103774
103798
  });
103775
103799
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
103776
103800
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
@@ -103881,8 +103905,8 @@ __webpack_require__.r(__webpack_exports__);
103881
103905
  var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMPORTED_MODULE_0___default())({
103882
103906
  "id": "cursor_uikit_icon",
103883
103907
  "use": "cursor_uikit_icon-usage",
103884
- "viewBox": "0 0 18 20",
103885
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 18 20\" id=\"cursor_uikit_icon\"><path fill=\"url(#cursor_uikit_icon_a)\" d=\"m8.938 20 8.687-5-8.687-5L.25 15z\" /><path fill=\"url(#cursor_uikit_icon_b)\" d=\"M17.625 15V5L8.938 0v10z\" /><path fill=\"url(#cursor_uikit_icon_c)\" d=\"M8.938 0 .25 5v10l8.688-5z\" /><path fill=\"#555\" d=\"M17.625 5 8.938 20V10z\" /><path fill=\"#000\" d=\"m17.625 5-8.687 5L.25 5z\" /><defs><linearGradient id=\"cursor_uikit_icon_a\" x1=\"8.938\" x2=\"8.938\" y1=\"10\" y2=\"20\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".16\" stop-opacity=\".39\" /><stop offset=\".658\" stop-opacity=\".8\" /></linearGradient><linearGradient id=\"cursor_uikit_icon_b\" x1=\"17.625\" x2=\"8.938\" y1=\"5.031\" y2=\"10.125\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".182\" stop-opacity=\".31\" /><stop offset=\".715\" stop-opacity=\"0\" /></linearGradient><linearGradient id=\"cursor_uikit_icon_c\" x1=\"8.938\" x2=\".25\" y1=\"0\" y2=\"15\" gradientUnits=\"userSpaceOnUse\"><stop stop-opacity=\".6\" /><stop offset=\".667\" stop-opacity=\".22\" /></linearGradient></defs></symbol>"
103908
+ "viewBox": "0 0 20 20",
103909
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"cursor_uikit_icon\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"m17.68 5.26-7.3-4.16a.77.77 0 0 0-.759 0L2.318 5.26A.63.63 0 0 0 2 5.803v8.39c0 .225.122.433.32.545l7.3 4.16a.77.77 0 0 0 .759 0l7.302-4.16a.64.64 0 0 0 .319-.545v-8.39a.62.62 0 0 0-.32-.544m-.458.881-7.05 12.05c-.047.08-.172.047-.172-.046v-7.89a.44.44 0 0 0-.225-.383L2.852 5.927c-.081-.047-.048-.171.047-.171h14.098c.2 0 .325.214.225.385\" clip-rule=\"evenodd\" /></symbol>"
103886
103910
  });
103887
103911
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
103888
103912
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
@@ -106262,7 +106286,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
106262
106286
  "id": "langchain_uikit_icon",
106263
106287
  "use": "langchain_uikit_icon-usage",
106264
106288
  "viewBox": "0 0 20 20",
106265
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"langchain_uikit_icon\"><path fill=\"#1C3C3C\" d=\"M6.977 12.085q.015-.076.032-.142l.05.121c.097.233.192.464.423.595-.01.212-.279.298-.46.272-.04-.095-.096-.19-.213-.137-.12.047-.25-.008-.222-.154.278-.01.34-.31.39-.555m8.344-4.38a1 1 0 0 0-.7.284l-.751.74a.97.97 0 0 0-.286.76l.005.047a.95.95 0 0 0 .653.79.72.72 0 0 1-.205.647l-.047.046a1.69 1.69 0 0 1-1.13-1.296l-.008-.047-.038.03a1 1 0 0 0-.073.066l-.752.739a.96.96 0 0 0 0 1.375c.193.19.446.285.7.285a1 1 0 0 0 .698-.284l.752-.74a.964.964 0 0 0-.363-1.601.8.8 0 0 1 .23-.702 1.72 1.72 0 0 1 1.142 1.308l.009.048.039-.03a1 1 0 0 0 .073-.066l.752-.74a.96.96 0 0 0 0-1.375 1 1 0 0 0-.7-.285\" /><path fill=\"#1C3C3C\" fill-rule=\"evenodd\" d=\"M14.918 5H5.083C2.28 5 0 7.243 0 10s2.28 5 5.083 5h9.834C17.72 15 20 12.757 20 10s-2.28-5-5.082-5m-4.851 7.84c-.163.033-.345.038-.469-.09-.037.084-.113.065-.184.047l-.05-.011-.022.06c-.274.018-.48-.257-.61-.464a4 4 0 0 0-.394-.175c-.144-.059-.288-.117-.425-.192a2 2 0 0 0-.003.144c-.002.204-.003.42-.19.543-.005.245.198.243.397.241.173-.002.342-.004.373.154l-.042.002c-.038 0-.076 0-.106.028-.097.093-.201.053-.31.011-.1-.038-.202-.078-.305-.016q-.114.056-.219.128a.8.8 0 0 1-.456.162c-.02-.03-.012-.05.005-.067l.035-.047q.024-.035.043-.07c.045-.079.086-.15.202-.183-.154-.024-.287.046-.417.114l-.003.002-.054.028c-.081.034-.129.008-.177-.019-.069-.037-.14-.077-.314.033-.033-.026-.016-.05.002-.071.076-.091.175-.104.288-.1-.293-.16-.504-.046-.675.046-.152.082-.273.147-.393-.01-.054.014-.085.053-.115.09a.4.4 0 0 1-.039.046c-.03-.032-.022-.069-.015-.107l.004-.021.003-.025-.023-.008c-.044-.019-.087-.037-.075-.104-.097-.033-.166.025-.238.079-.045-.035-.008-.08.026-.121a.2.2 0 0 0 .038-.055c.032-.054.086-.055.138-.057.045 0 .09-.002.121-.035.111-.062.248-.03.385.002a.8.8 0 0 0 .295.035c.17.021.378-.15.293-.32-.155-.194-.153-.44-.152-.678v-.119c-.013-.09-.143-.194-.273-.298-.1-.08-.2-.16-.249-.234-.133-.147-.237-.318-.34-.487l-.013-.02c-.177-.337-.248-.717-.318-1.096-.086-.455-.171-.908-.439-1.283-.221.12-.51.062-.7-.099-.1.09-.109.206-.115.33l-.001.012c-.248-.243-.217-.703-.02-.975.081-.107.178-.194.286-.272q.035-.024.032-.061c.196-.867 1.53-.7 1.952-.086.139.172.234.368.329.565.114.236.227.471.416.662.184.198.377.386.57.575.3.291.599.582.86.907.409.49.7 1.063.954 1.642.042.076.067.16.091.244.037.125.075.249.167.347.022.03.07.074.124.124.13.119.298.273.241.34a.2.2 0 0 0 .042.05c.027.024.062.049.096.074.102.072.21.148.135.208m6.481-2.955-.751.74c-.2.197-.448.343-.716.424l-.014.004-.005.013a1.7 1.7 0 0 1-.395.6l-.752.74c-.327.323-.763.5-1.228.5a1.74 1.74 0 0 1-1.604-1.052 1.69 1.69 0 0 1 .375-1.864l.752-.74q.304-.298.716-.423l.013-.004.005-.013q.133-.342.396-.603l.752-.74a1.74 1.74 0 0 1 1.228-.5c.465 0 .9.178 1.228.5.329.323.509.752.509 1.209s-.18.886-.509 1.208z\" clip-rule=\"evenodd\" /></symbol>"
106289
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"langchain_uikit_icon\"><path fill=\"currentColor\" d=\"M6.977 12.085q.015-.076.032-.142l.05.121c.097.233.192.464.423.595-.01.212-.279.298-.46.272-.04-.095-.096-.19-.213-.137-.12.047-.25-.008-.222-.154.278-.01.34-.31.39-.555m8.344-4.38a1 1 0 0 0-.7.284l-.751.74a.97.97 0 0 0-.286.76l.005.047a.95.95 0 0 0 .653.79.72.72 0 0 1-.205.647l-.047.046a1.69 1.69 0 0 1-1.13-1.296l-.008-.047-.038.03a1 1 0 0 0-.073.066l-.752.739a.96.96 0 0 0 0 1.375c.193.19.446.285.7.285a1 1 0 0 0 .698-.284l.752-.74a.964.964 0 0 0-.363-1.601.8.8 0 0 1 .23-.702 1.72 1.72 0 0 1 1.142 1.308l.009.048.039-.03a1 1 0 0 0 .073-.066l.752-.74a.96.96 0 0 0 0-1.375 1 1 0 0 0-.7-.285\" /><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M14.918 5H5.083C2.28 5 0 7.243 0 10s2.28 5 5.083 5h9.834C17.72 15 20 12.757 20 10s-2.28-5-5.082-5m-4.851 7.84c-.163.033-.345.038-.469-.09-.037.084-.113.065-.184.047l-.05-.011-.022.06c-.274.018-.48-.257-.61-.464a4 4 0 0 0-.394-.175c-.144-.059-.288-.117-.425-.192a2 2 0 0 0-.003.144c-.002.204-.003.42-.19.543-.005.245.198.243.397.241.173-.002.342-.004.373.154l-.042.002c-.038 0-.076 0-.106.028-.097.093-.201.053-.31.011-.1-.038-.202-.078-.305-.016q-.114.056-.219.128a.8.8 0 0 1-.456.162c-.02-.03-.012-.05.005-.067l.035-.047q.024-.035.043-.07c.045-.079.086-.15.202-.183-.154-.024-.287.046-.417.114l-.003.002-.054.028c-.081.034-.129.008-.177-.019-.069-.037-.14-.077-.314.033-.033-.026-.016-.05.002-.071.076-.091.175-.104.288-.1-.293-.16-.504-.046-.675.046-.152.082-.273.147-.393-.01-.054.014-.085.053-.115.09a.4.4 0 0 1-.039.046c-.03-.032-.022-.069-.015-.107l.004-.021.003-.025-.023-.008c-.044-.019-.087-.037-.075-.104-.097-.033-.166.025-.238.079-.045-.035-.008-.08.026-.121a.2.2 0 0 0 .038-.055c.032-.054.086-.055.138-.057.045 0 .09-.002.121-.035.111-.062.248-.03.385.002a.8.8 0 0 0 .295.035c.17.021.378-.15.293-.32-.155-.194-.153-.44-.152-.678v-.119c-.013-.09-.143-.194-.273-.298-.1-.08-.2-.16-.249-.234-.133-.147-.237-.318-.34-.487l-.013-.02c-.177-.337-.248-.717-.318-1.096-.086-.455-.171-.908-.439-1.283-.221.12-.51.062-.7-.099-.1.09-.109.206-.115.33l-.001.012c-.248-.243-.217-.703-.02-.975.081-.107.178-.194.286-.272q.035-.024.032-.061c.196-.867 1.53-.7 1.952-.086.139.172.234.368.329.565.114.236.227.471.416.662.184.198.377.386.57.575.3.291.599.582.86.907.409.49.7 1.063.954 1.642.042.076.067.16.091.244.037.125.075.249.167.347.022.03.07.074.124.124.13.119.298.273.241.34a.2.2 0 0 0 .042.05c.027.024.062.049.096.074.102.072.21.148.135.208m6.481-2.955-.751.74c-.2.197-.448.343-.716.424l-.014.004-.005.013a1.7 1.7 0 0 1-.395.6l-.752.74c-.327.323-.763.5-1.228.5a1.74 1.74 0 0 1-1.604-1.052 1.69 1.69 0 0 1 .375-1.864l.752-.74q.304-.298.716-.423l.013-.004.005-.013q.133-.342.396-.603l.752-.74a1.74 1.74 0 0 1 1.228-.5c.465 0 .9.178 1.228.5.329.323.509.752.509 1.209s-.18.886-.509 1.208z\" clip-rule=\"evenodd\" /></symbol>"
106266
106290
  });
106267
106291
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
106268
106292
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
@@ -106402,7 +106426,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
106402
106426
  "id": "llama_uikit_icon",
106403
106427
  "use": "llama_uikit_icon-usage",
106404
106428
  "viewBox": "0 0 20 20",
106405
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"llama_uikit_icon\"><g clip-path=\"url(#llama_uikit_icon_a)\"><path fill=\"#000\" d=\"M0 4a4 4 0 0 1 4.003-4h12.01c2.21 0 4.003 1.79 4.003 4v12a4 4 0 0 1-4.003 4H4.003A4 4 0 0 1 0 16z\" /><path fill=\"url(#llama_uikit_icon_b)\" d=\"M12.577 13.155c-1.288.569-2.684.336-3.22.148 0 .128-.007.527-.03 1.096-.024.569-.205.928-.293 1.037.01.355.018 1.132-.03 1.392a1.2 1.2 0 0 1-.292.563h-.79c.07-.355.34-.582.468-.651.07-.735-.069-1.373-.147-1.6-.078.276-.27.918-.41 1.274a4 4 0 0 1-.439.8h-.586c-.029-.356.166-.474.293-.474.059-.11.2-.45.293-.948.094-.498-.039-1.432-.117-1.837V12.68c-.937-.504-1.289-1.007-1.523-1.57-.187-.45-.136-1.136-.088-1.422-.058-.109-.229-.385-.292-.77a3.2 3.2 0 0 1 0-1.126c-.06-.06-.176-.361-.176-1.096s.215-1.116.322-1.215v-.326c-.41-.03-.82-.207-1.054-.444s-.059-.593.088-.711c.146-.119.292-.03.497-.089.205-.06.381-.118.469-.296.07-.142-.068-.73-.146-1.007.35.047.575.355.644.503V2.61c.439.207 1.23.71 1.493 1.807.211.877.361 2.715.41 3.525 1.123.01 2.548-.16 3.836.119 1.172.253 1.699.77 2.314.77s.966-.356 1.405-.06c.44.297.674 1.126.615 1.748a.72.72 0 0 1-.615.682c-.234.782 0 1.53.147 1.807v1.126c.068.098.205.403.205.829 0 .427-.137.711-.205.8.117.663-.049 1.343-.147 1.6h-.79c.093-.237.254-.297.322-.297.14-.734.039-1.412-.03-1.659-.445-.26-.732-.72-.82-.918.01.168-.017.634-.204 1.155-.188.522-.469.83-.586.919v.622h-.79c0-.38.214-.454.321-.445.137-.246.469-.622.469-1.362 0-.625-.44-.919-.761-1.481-.153-.268-.079-.603-.03-.741\" /></g><defs><linearGradient id=\"llama_uikit_icon_b\" x1=\"5.289\" x2=\"17.972\" y1=\"3.853\" y2=\"14.482\" gradientUnits=\"userSpaceOnUse\"><stop offset=\".062\" stop-color=\"#F6DCD9\" /><stop offset=\".326\" stop-color=\"#FFA5EA\" /><stop offset=\".589\" stop-color=\"#45DFF8\" /><stop offset=\"1\" stop-color=\"#BC8DEB\" /></linearGradient><clipPath id=\"llama_uikit_icon_a\"><path fill=\"#fff\" d=\"M0 0h20v20H0z\" /></clipPath></defs></symbol>"
106429
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"llama_uikit_icon\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.212 14.268c-1.743.77-3.631.454-4.358.2 0 .175-.008.714-.04 1.484s-.277 1.255-.396 1.403c.013.48.024 1.53-.039 1.883-.06.285-.198.549-.397.762h-1.07a1.38 1.38 0 0 1 .634-.882c.095-.994-.091-1.857-.198-2.164-.105.374-.364 1.242-.554 1.723A5.4 5.4 0 0 1 6.2 19.76h-.793c-.04-.482.225-.642.396-.642.08-.147.27-.609.397-1.283.126-.672-.054-1.937-.159-2.484v-1.724c-1.268-.681-1.743-1.363-2.06-2.125-.254-.608-.185-1.535-.119-1.923-.08-.147-.31-.52-.396-1.042a4.4 4.4 0 0 1 0-1.523c-.08-.08-.238-.489-.238-1.483 0-.993.291-1.51.436-1.643v-.441c-.555-.04-1.11-.28-1.427-.601s-.079-.802.12-.962c.198-.16.395-.04.673-.12.277-.08.515-.16.633-.4.097-.195-.09-.99-.197-1.364.475.064.78.48.872.682V0c.594.28 1.664.962 2.021 2.445.285 1.187.488 3.674.554 4.77 1.52.013 3.448-.218 5.191.16 1.584.343 2.298 1.042 3.13 1.042s1.307-.481 1.9-.08c.596.4.913 1.523.833 2.365-.063.673-.58.895-.831.921-.317 1.059 0 2.071.197 2.445v1.523c.093.133.278.546.278 1.122 0 .578-.185.962-.278 1.083.159.897-.066 1.817-.198 2.164h-1.07c.127-.32.344-.4.436-.4.19-.995.053-1.912-.04-2.245-.601-.353-.99-.975-1.109-1.242.014.226-.024.857-.277 1.562s-.633 1.122-.792 1.242v.842h-1.07c0-.512.29-.614.436-.6.185-.334.633-.842.633-1.844 0-.846-.594-1.243-1.03-2.004-.206-.362-.106-.815-.039-1.003\" clip-rule=\"evenodd\" /></symbol>"
106406
106430
  });
106407
106431
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
106408
106432
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
@@ -107242,7 +107266,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
107242
107266
  "id": "n8n_uikit_icon",
107243
107267
  "use": "n8n_uikit_icon-usage",
107244
107268
  "viewBox": "0 0 20 20",
107245
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"n8n_uikit_icon\"><path fill=\"#EA4B71\" fill-rule=\"evenodd\" d=\"M17.895 9c-.981 0-1.805-.637-2.04-1.5h-2.412c-.515 0-.954.353-1.038.836l-.087.493A1.97 1.97 0 0 1 11.634 10c.352.295.602.703.684 1.171l.087.493c.084.483.523.836 1.038.836h.308c.233-.863 1.058-1.5 2.039-1.5 1.162 0 2.105.895 2.105 2s-.943 2-2.105 2c-.981 0-1.806-.637-2.04-1.5h-.307c-1.03 0-1.908-.707-2.077-1.671l-.086-.493c-.085-.483-.524-.836-1.039-.836h-.834c-.233.863-1.058 1.5-2.039 1.5-.98 0-1.805-.637-2.039-1.5H4.144c-.234.863-1.058 1.5-2.039 1.5C.943 12 0 11.105 0 10s.943-2 2.105-2c.981 0 1.805.637 2.04 1.5h1.184C5.563 8.637 6.387 8 7.37 8c.98 0 1.805.637 2.038 1.5h.834c.515 0 .954-.353 1.039-.836l.086-.493c.17-.964 1.048-1.671 2.077-1.671h2.413c.234-.863 1.058-1.5 2.039-1.5C19.058 5 20 5.895 20 7s-.942 2-2.105 2m0-1c.581 0 1.052-.448 1.052-1s-.47-1-1.052-1-1.053.448-1.053 1 .471 1 1.053 1m-15.79 3c.582 0 1.053-.448 1.053-1s-.471-1-1.053-1c-.581 0-1.052.448-1.052 1s.47 1 1.052 1m6.316-1c0 .552-.471 1-1.053 1-.58 0-1.052-.448-1.052-1s.471-1 1.052-1 1.053.448 1.053 1m8.421 3c0 .552-.471 1-1.052 1s-1.053-.448-1.053-1 .471-1 1.053-1c.58 0 1.052.448 1.052 1\" clip-rule=\"evenodd\" /></symbol>"
107269
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 20 20\" id=\"n8n_uikit_icon\"><path fill=\"#EA4B71\" d=\"M0 10C0 4.477 4.477 0 10 0s10 4.477 10 10-4.477 10-10 10S0 15.523 0 10\" /><path fill=\"#fff\" fill-rule=\"evenodd\" d=\"M16.316 9.2c-.785 0-1.444-.51-1.631-1.2h-1.93c-.412 0-.764.283-.831.668l-.07.395c-.065.375-.265.7-.547.937.282.236.482.562.547.937l.07.395c.067.385.419.668.83.668H13c.187-.69.847-1.2 1.632-1.2.93 0 1.684.716 1.684 1.6s-.754 1.6-1.684 1.6c-.785 0-1.445-.51-1.632-1.2h-.246c-.823 0-1.526-.566-1.661-1.337l-.07-.394c-.067-.386-.418-.669-.83-.669h-.667c-.187.69-.846 1.2-1.631 1.2s-1.444-.51-1.631-1.2h-.949c-.187.69-.846 1.2-1.63 1.2C2.753 11.6 2 10.884 2 10s.754-1.6 1.684-1.6c.785 0 1.444.51 1.631 1.2h.949c.187-.69.846-1.2 1.63-1.2.786 0 1.445.51 1.632 1.2h.667c.412 0 .763-.283.83-.668l.07-.395c.135-.772.838-1.337 1.661-1.337h1.93c.188-.69.847-1.2 1.632-1.2.93 0 1.684.716 1.684 1.6s-.754 1.6-1.684 1.6m0-.8c.465 0 .842-.358.842-.8s-.377-.8-.842-.8-.842.358-.842.8.377.8.842.8M3.684 10.8c.465 0 .842-.358.842-.8s-.377-.8-.842-.8-.842.358-.842.8.377.8.842.8m5.053-.8c0 .442-.377.8-.842.8s-.842-.358-.842-.8.377-.8.842-.8.842.358.842.8m6.737 2.4c0 .442-.377.8-.842.8-.466 0-.842-.358-.842-.8s.377-.8.842-.8.842.358.842.8\" clip-rule=\"evenodd\" /></symbol>"
107246
107270
  });
107247
107271
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
107248
107272
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
@@ -107522,7 +107546,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
107522
107546
  "id": "openai_uikit_icon",
107523
107547
  "use": "openai_uikit_icon-usage",
107524
107548
  "viewBox": "0 0 18 17",
107525
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 18 17\" id=\"openai_uikit_icon\"><mask id=\"openai_uikit_icon_a\" width=\"18\" height=\"17\" x=\"0\" y=\"0\" maskUnits=\"userSpaceOnUse\" style=\"mask-type:luminance\"><path fill=\"#fff\" d=\"M17.153 0H0v17h17.153z\" /></mask><g mask=\"url(#openai_uikit_icon_a)\"><path fill=\"#000\" d=\"M6.579 6.188V4.573c0-.136.051-.238.17-.306l3.247-1.87c.442-.255.97-.374 1.513-.374 2.04 0 3.332 1.581 3.332 3.264 0 .119 0 .255-.017.391l-3.366-1.972a.57.57 0 0 0-.612 0zm7.582 6.29v-3.86a.57.57 0 0 0-.306-.526L9.588 5.61l1.394-.8a.31.31 0 0 1 .34 0l3.247 1.87c.935.545 1.564 1.7 1.564 2.823 0 1.292-.765 2.482-1.972 2.975m-8.585-3.4-1.394-.816c-.119-.068-.17-.17-.17-.306v-3.74c0-1.819 1.394-3.196 3.281-3.196.714 0 1.377.238 1.938.663L5.882 3.621a.57.57 0 0 0-.306.527zm3 1.734L6.58 9.69V7.31l1.998-1.122 1.997 1.122v2.38zM9.86 15.98a3.18 3.18 0 0 1-1.938-.663l3.349-1.938a.57.57 0 0 0 .306-.527v-4.93l1.411.816c.119.068.17.17.17.306v3.74c0 1.819-1.411 3.196-3.298 3.196m-4.029-3.79-3.247-1.87c-.935-.545-1.564-1.7-1.564-2.823 0-1.309.782-2.482 1.989-2.975v3.876c0 .238.102.408.306.527l4.25 2.465-1.394.8a.31.31 0 0 1-.34 0m-.187 2.787c-1.92 0-3.332-1.445-3.332-3.23 0-.136.017-.272.034-.408l3.349 1.938a.57.57 0 0 0 .612 0l4.267-2.465v1.615c0 .136-.051.238-.17.306l-3.247 1.87c-.442.255-.97.374-1.513.374M9.86 17a4.25 4.25 0 0 0 4.165-3.4c1.904-.493 3.128-2.278 3.128-4.097a4.3 4.3 0 0 0-1.428-3.179c.085-.357.136-.714.136-1.07 0-2.432-1.972-4.251-4.25-4.251-.459 0-.9.068-1.343.221A4.26 4.26 0 0 0 7.293 0a4.25 4.25 0 0 0-4.165 3.4C1.224 3.893 0 5.678 0 7.497a4.3 4.3 0 0 0 1.428 3.179 4.6 4.6 0 0 0-.136 1.07c0 2.432 1.972 4.251 4.25 4.251.459 0 .901-.068 1.343-.221A4.26 4.26 0 0 0 9.86 17\" /></g></symbol>"
107549
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 18 17\" id=\"openai_uikit_icon\"><mask id=\"openai_uikit_icon_a\" width=\"18\" height=\"17\" x=\"0\" y=\"0\" maskUnits=\"userSpaceOnUse\" style=\"mask-type:luminance\"><path fill=\"#fff\" d=\"M17.153 0H0v17h17.153z\" /></mask><g mask=\"url(#openai_uikit_icon_a)\"><path fill=\"currentColor\" d=\"M6.579 6.188V4.573c0-.136.051-.238.17-.306l3.247-1.87c.442-.255.97-.374 1.513-.374 2.04 0 3.332 1.581 3.332 3.264 0 .119 0 .255-.017.391l-3.366-1.972a.57.57 0 0 0-.612 0zm7.582 6.29v-3.86a.57.57 0 0 0-.306-.526L9.588 5.61l1.394-.8a.31.31 0 0 1 .34 0l3.247 1.87c.935.545 1.564 1.7 1.564 2.823 0 1.292-.765 2.482-1.972 2.975m-8.585-3.4-1.394-.816c-.119-.068-.17-.17-.17-.306v-3.74c0-1.819 1.394-3.196 3.281-3.196.714 0 1.377.238 1.938.663L5.882 3.621a.57.57 0 0 0-.306.527zm3 1.734L6.58 9.69V7.31l1.998-1.122 1.997 1.122v2.38zM9.86 15.98a3.18 3.18 0 0 1-1.938-.663l3.349-1.938a.57.57 0 0 0 .306-.527v-4.93l1.411.816c.119.068.17.17.17.306v3.74c0 1.819-1.411 3.196-3.298 3.196m-4.029-3.79-3.247-1.87c-.935-.545-1.564-1.7-1.564-2.823 0-1.309.782-2.482 1.989-2.975v3.876c0 .238.102.408.306.527l4.25 2.465-1.394.8a.31.31 0 0 1-.34 0m-.187 2.787c-1.92 0-3.332-1.445-3.332-3.23 0-.136.017-.272.034-.408l3.349 1.938a.57.57 0 0 0 .612 0l4.267-2.465v1.615c0 .136-.051.238-.17.306l-3.247 1.87c-.442.255-.97.374-1.513.374M9.86 17a4.25 4.25 0 0 0 4.165-3.4c1.904-.493 3.128-2.278 3.128-4.097a4.3 4.3 0 0 0-1.428-3.179c.085-.357.136-.714.136-1.07 0-2.432-1.972-4.251-4.25-4.251-.459 0-.9.068-1.343.221A4.26 4.26 0 0 0 7.293 0a4.25 4.25 0 0 0-4.165 3.4C1.224 3.893 0 5.678 0 7.497a4.3 4.3 0 0 0 1.428 3.179 4.6 4.6 0 0 0-.136 1.07c0 2.432 1.972 4.251 4.25 4.251.459 0 .901-.068 1.343-.221A4.26 4.26 0 0 0 9.86 17\" /></g></symbol>"
107526
107550
  });
107527
107551
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
107528
107552
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);
@@ -108474,7 +108498,7 @@ var symbol = new (_node_modules_svg_baker_runtime_browser_symbol_js__WEBPACK_IMP
108474
108498
  "id": "scraper_studio_uikit_icon",
108475
108499
  "use": "scraper_studio_uikit_icon-usage",
108476
108500
  "viewBox": "0 0 24 24",
108477
- "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" id=\"scraper_studio_uikit_icon\"><path fill=\"#9D97F4\" d=\"M22.7 3.5a.6.6 0 0 1 .6.6v12c0 .331-.27.6-.6.6H11.704l.104-.278 1.777-.661.009-.003c1.873-.706 1.873-3.356 0-4.062l-.01-.003-1.776-.66-.661-1.78-.003-.007c-.707-1.873-3.356-1.873-4.062 0l-.003.008-.661 1.778-1.12.416V4.1a.6.6 0 0 1 .6-.6zM8.094 12.136zm1.154-2.228.023.043a.2.2 0 0 0-.025-.045zM8.599 5.3a.9.9 0 1 0 .002 1.8.9.9 0 0 0-.001-1.8m3 0a.9.9 0 1 0 .002 1.8.9.9 0 0 0-.001-1.8m3 0a.9.9 0 1 0 .002 1.8.9.9 0 0 0-.001-1.8\" /><path fill=\"#D4D0FF\" d=\"M5.102 16.636a.595.595 0 0 1 1.113 0l.001.002.375 1.009a.56.56 0 0 0 .223.276l.108.055 1.01.375h.001a.595.595 0 0 1 0 1.113l-.002.001-1.009.375a.56.56 0 0 0-.33.331l-.376 1.009v.002a.595.595 0 0 1-1.071.09l-.043-.09v-.002l-.375-1.009-.055-.108a.56.56 0 0 0-.275-.223h-.001l-1.009-.375-.002-.001a.595.595 0 0 1 0-1.113h.002l1.008-.375a.57.57 0 0 0 .332-.332l.375-1.008zm-1.541 2.362 1.009.375zm3.188.374zl1.008-.375h.001zm1.738-9.597a.67.67 0 0 1 1.254 0v.003l.675 1.814.062.14c.137.273.357.495.63.632l.14.06 1.816.675h.002a.67.67 0 0 1 0 1.255h-.002l-1.815.676-.141.061a1.42 1.42 0 0 0-.692.77l-.674 1.816-.001.002a.67.67 0 0 1-1.206.102l-.048-.102-.001-.002-.675-1.815-.06-.141a1.42 1.42 0 0 0-.772-.691h.001l-1.815-.675-.003-.001a.67.67 0 0 1 0-1.254l.003-.001 1.815-.674-.001-.001c.385-.144.688-.447.832-.832l.675-1.814zm4.49 3.868-.005-.01q-.004-.006-.01-.01l.014.02m-3.03-1.876q.038.097.084.19l-.082-.19-.676-1.816z\" /></symbol>"
108501
+ "content": "<symbol xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 24 24\" id=\"scraper_studio_uikit_icon\"><path fill=\"#9D97F4\" d=\"M22.7 3.5a.6.6 0 0 1 .6.6v12c0 .331-.27.6-.6.6H11.704l.104-.278 1.777-.661.009-.003c1.873-.706 1.873-3.356 0-4.062l-.01-.003-1.776-.66-.661-1.78-.003-.007c-.707-1.873-3.356-1.873-4.062 0l-.003.008-.661 1.778-1.12.416V4.1a.6.6 0 0 1 .6-.6zM9.248 9.908l.023.043a.2.2 0 0 0-.025-.045zM8.599 5.3a.9.9 0 1 0 .002 1.8.9.9 0 0 0-.001-1.8m3 0a.9.9 0 1 0 .002 1.8.9.9 0 0 0-.001-1.8m3 0a.9.9 0 1 0 .002 1.8.9.9 0 0 0-.001-1.8\" /><path fill=\"#D4D0FF\" d=\"M5.102 16.636a.595.595 0 0 1 1.113 0l.001.002.375 1.009a.56.56 0 0 0 .223.276l.108.055 1.01.375h.001a.595.595 0 0 1 0 1.113l-.002.001-1.009.375a.56.56 0 0 0-.33.331l-.376 1.009v.002a.595.595 0 0 1-1.071.09l-.043-.09v-.002l-.375-1.009-.055-.108a.56.56 0 0 0-.275-.223h-.001l-1.009-.375-.002-.001a.595.595 0 0 1 0-1.113h.002l1.008-.375a.57.57 0 0 0 .332-.332l.375-1.008zm-1.541 2.362 1.009.375zm3.188.374 1.008-.375h.001zm1.738-9.597a.67.67 0 0 1 1.254 0v.003l.675 1.814.062.14c.137.273.357.495.63.632l.14.06 1.816.675h.002a.67.67 0 0 1 0 1.255h-.002l-1.815.676-.141.061a1.42 1.42 0 0 0-.692.77l-.674 1.816-.001.002a.67.67 0 0 1-1.206.102l-.048-.102-.001-.002-.675-1.815-.06-.141a1.42 1.42 0 0 0-.772-.691h.001l-1.815-.675-.003-.001a.67.67 0 0 1 0-1.254l.003-.001 1.815-.674-.001-.001c.385-.144.688-.447.832-.832l.675-1.814zm4.49 3.868-.005-.01q-.004-.006-.01-.01l.014.02m-3.03-1.876q.038.097.084.19l-.082-.19-.676-1.816z\" /></symbol>"
108478
108502
  });
108479
108503
  var result = _node_modules_svg_sprite_loader_runtime_browser_sprite_build_js__WEBPACK_IMPORTED_MODULE_1___default().add(symbol);
108480
108504
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (symbol);