@epilot360/icons 1.17.7 → 1.17.8
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.
- package/icons.config.yaml +5 -1
- package/index.js +154 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/ChipExtraction/index.d.ts +4 -0
- package/react/ChipExtraction/index.js +209 -0
- package/react/ChipExtraction/index.js.map +1 -0
- package/react/EpilotIcon.d.ts +2 -0
- package/react/EpilotIcon.js +112 -1
- package/react/EpilotIcon.js.map +1 -1
- package/react/index.d.ts +1 -0
- package/react/index.js +118 -4
- package/react/index.js.map +1 -1
- package/svg/ChipExtraction/icon-fill.svg +1 -0
- package/svg/ChipExtraction/icon.svg +1 -0
- package/svg/ChipExtraction/index.d.ts +3 -0
- package/svg/ChipExtraction/index.js +159 -0
- package/svg/ChipExtraction/index.js.map +1 -0
- package/svg/index.d.ts +1 -0
- package/svg/index.js +85 -4
- package/svg/index.js.map +1 -1
- package/svg/svgIcon.d.ts +1 -0
- package/svg/svgIcon.js +79 -1
- package/svg/svgIcon.js.map +1 -1
package/icons.config.yaml
CHANGED
|
@@ -760,4 +760,8 @@ Send:
|
|
|
760
760
|
Undo:
|
|
761
761
|
name: undo
|
|
762
762
|
aliases: ["undo"]
|
|
763
|
-
svg_import: "@material-symbols/svg-600/rounded/undo.svg"
|
|
763
|
+
svg_import: "@material-symbols/svg-600/rounded/undo.svg"
|
|
764
|
+
ChipExtraction:
|
|
765
|
+
name: chip_extraction
|
|
766
|
+
aliases: ["chip_extraction"]
|
|
767
|
+
svg_import: "@material-symbols/svg-600/rounded/chip_extraction.svg"
|
package/index.js
CHANGED
|
@@ -2002,6 +2002,60 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
2002
2002
|
|
|
2003
2003
|
/***/ }),
|
|
2004
2004
|
|
|
2005
|
+
/***/ 67236:
|
|
2006
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2007
|
+
|
|
2008
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2009
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
2010
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
2011
|
+
/* harmony export */ });
|
|
2012
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
2013
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
2014
|
+
var _path;
|
|
2015
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2016
|
+
|
|
2017
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
2018
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
2019
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2020
|
+
width: 48,
|
|
2021
|
+
height: 48,
|
|
2022
|
+
viewBox: "0 -960 960 960"
|
|
2023
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
2024
|
+
d: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
|
|
2025
|
+
})));
|
|
2026
|
+
};
|
|
2027
|
+
|
|
2028
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
|
|
2029
|
+
|
|
2030
|
+
/***/ }),
|
|
2031
|
+
|
|
2032
|
+
/***/ 35382:
|
|
2033
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2034
|
+
|
|
2035
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
2036
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
2037
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
2038
|
+
/* harmony export */ });
|
|
2039
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
2040
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
2041
|
+
var _path;
|
|
2042
|
+
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2043
|
+
|
|
2044
|
+
var SvgIcon = function SvgIcon(props) {
|
|
2045
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
2046
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2047
|
+
width: 48,
|
|
2048
|
+
height: 48,
|
|
2049
|
+
viewBox: "0 -960 960 960"
|
|
2050
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
2051
|
+
d: "M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z"
|
|
2052
|
+
})));
|
|
2053
|
+
};
|
|
2054
|
+
|
|
2055
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = ("<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"48\" height=\"48\" viewBox=\"0 -960 960 960\"><path d=\"M199.78-481q0 106.03 69.87 185.71t176.26 92.38q14.83 2.56 24.46 14.65t9.63 27.65q0 17.96-15.14 28.5t-34.6 7.41q-134.61-18.39-222.43-119.54Q120-345.39 120-481q0-136.17 88.11-237.04T430.26-837.3q19.39-3.13 34.57 7.58Q480-819.01 480-801.47q0 16.04-9.63 27.93t-24.46 14.45q-106.39 12.7-176.26 92.38-69.87 79.68-69.87 185.71Zm500.48 40.61H390q-16.71 0-28.16-11.5t-11.45-28.29q0-16.78 11.45-28.1 11.45-11.33 28.16-11.33h310.26l-75.61-76.61q-11.26-11.62-11.26-27.68 0-16.06 11.83-27.88 11.82-11.83 27.78-11.83t27.78 11.83l144 143.43q11.83 11.83 11.83 28.35 0 16.52-11.83 28.35L681.35-308.22q-11.83 11.83-28.35 11.61-16.52-.22-28.35-12.04-11.26-11.83-11.26-28.07 0-16.24 11.83-28.06l75.04-75.61Z\"/></svg>");
|
|
2056
|
+
|
|
2057
|
+
/***/ }),
|
|
2058
|
+
|
|
2005
2059
|
/***/ 56006:
|
|
2006
2060
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
2007
2061
|
|
|
@@ -12306,6 +12360,62 @@ function ChevronRight(props) {
|
|
|
12306
12360
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChevronRight)));
|
|
12307
12361
|
|
|
12308
12362
|
|
|
12363
|
+
/***/ }),
|
|
12364
|
+
|
|
12365
|
+
/***/ 81171:
|
|
12366
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
12367
|
+
|
|
12368
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
12369
|
+
/* harmony export */ ChipExtraction: () => (/* binding */ ChipExtraction)
|
|
12370
|
+
/* harmony export */ });
|
|
12371
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
12372
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
12373
|
+
/* harmony import */ var _svg_ChipExtraction_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(67236);
|
|
12374
|
+
/* harmony import */ var _svg_ChipExtraction_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(35382);
|
|
12375
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
12376
|
+
|
|
12377
|
+
var __defProp = Object.defineProperty;
|
|
12378
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
12379
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12380
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12381
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12382
|
+
var __spreadValues = (a, b) => {
|
|
12383
|
+
for (var prop in b || (b = {}))
|
|
12384
|
+
if (__hasOwnProp.call(b, prop))
|
|
12385
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12386
|
+
if (__getOwnPropSymbols)
|
|
12387
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12388
|
+
if (__propIsEnum.call(b, prop))
|
|
12389
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12390
|
+
}
|
|
12391
|
+
return a;
|
|
12392
|
+
};
|
|
12393
|
+
var __objRest = (source, exclude) => {
|
|
12394
|
+
var target = {};
|
|
12395
|
+
for (var prop in source)
|
|
12396
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
12397
|
+
target[prop] = source[prop];
|
|
12398
|
+
if (source != null && __getOwnPropSymbols)
|
|
12399
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
12400
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
12401
|
+
target[prop] = source[prop];
|
|
12402
|
+
}
|
|
12403
|
+
return target;
|
|
12404
|
+
};
|
|
12405
|
+
|
|
12406
|
+
|
|
12407
|
+
|
|
12408
|
+
|
|
12409
|
+
const name = "chip_extraction";
|
|
12410
|
+
function ChipExtraction(props) {
|
|
12411
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
12412
|
+
const IconComponent = variant === "outlined" ? _svg_ChipExtraction_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_ChipExtraction_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
12413
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
12414
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
12415
|
+
}
|
|
12416
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChipExtraction)));
|
|
12417
|
+
|
|
12418
|
+
|
|
12309
12419
|
/***/ }),
|
|
12310
12420
|
|
|
12311
12421
|
/***/ 9589:
|
|
@@ -14074,6 +14184,7 @@ function Epilot(props) {
|
|
|
14074
14184
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(20995);
|
|
14075
14185
|
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(58407);
|
|
14076
14186
|
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(81522);
|
|
14187
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(81171);
|
|
14077
14188
|
|
|
14078
14189
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
14079
14190
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -14278,6 +14389,7 @@ var __objRest = (source, exclude) => {
|
|
|
14278
14389
|
|
|
14279
14390
|
|
|
14280
14391
|
|
|
14392
|
+
|
|
14281
14393
|
|
|
14282
14394
|
|
|
14283
14395
|
const IconComponentsMap = {
|
|
@@ -14469,7 +14581,8 @@ const IconComponentsMap = {
|
|
|
14469
14581
|
location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_186__.LocationAway,
|
|
14470
14582
|
link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_187__.LinkOff,
|
|
14471
14583
|
send: _Send__WEBPACK_IMPORTED_MODULE_188__.Send,
|
|
14472
|
-
undo: _Undo__WEBPACK_IMPORTED_MODULE_189__.Undo
|
|
14584
|
+
undo: _Undo__WEBPACK_IMPORTED_MODULE_189__.Undo,
|
|
14585
|
+
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_190__.ChipExtraction
|
|
14473
14586
|
};
|
|
14474
14587
|
const EpilotIcon = (props) => {
|
|
14475
14588
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|
|
@@ -21485,6 +21598,7 @@ const defaultIconProps = {
|
|
|
21485
21598
|
/* harmony export */ Checklist: () => (/* reexport safe */ _Checklist__WEBPACK_IMPORTED_MODULE_96__.Checklist),
|
|
21486
21599
|
/* harmony export */ ChevronLeft: () => (/* reexport safe */ _ChevronLeft__WEBPACK_IMPORTED_MODULE_26__.ChevronLeft),
|
|
21487
21600
|
/* harmony export */ ChevronRight: () => (/* reexport safe */ _ChevronRight__WEBPACK_IMPORTED_MODULE_25__.ChevronRight),
|
|
21601
|
+
/* harmony export */ ChipExtraction: () => (/* reexport safe */ _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__.ChipExtraction),
|
|
21488
21602
|
/* harmony export */ Close: () => (/* reexport safe */ _Close__WEBPACK_IMPORTED_MODULE_22__.Close),
|
|
21489
21603
|
/* harmony export */ CollapseContent: () => (/* reexport safe */ _CollapseContent__WEBPACK_IMPORTED_MODULE_133__.CollapseContent),
|
|
21490
21604
|
/* harmony export */ Comment: () => (/* reexport safe */ _Comment__WEBPACK_IMPORTED_MODULE_99__.Comment),
|
|
@@ -21513,7 +21627,7 @@ const defaultIconProps = {
|
|
|
21513
21627
|
/* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_71__.Entity),
|
|
21514
21628
|
/* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_110__.EntityBuilder),
|
|
21515
21629
|
/* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
|
|
21516
|
-
/* harmony export */ EpilotIcon: () => (/* reexport safe */
|
|
21630
|
+
/* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_190__.EpilotIcon),
|
|
21517
21631
|
/* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_10__.Error),
|
|
21518
21632
|
/* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_101__.Exclamation),
|
|
21519
21633
|
/* harmony export */ ExpandContent: () => (/* reexport safe */ _ExpandContent__WEBPACK_IMPORTED_MODULE_132__.ExpandContent),
|
|
@@ -21535,7 +21649,7 @@ const defaultIconProps = {
|
|
|
21535
21649
|
/* harmony export */ Grid: () => (/* reexport safe */ _Grid__WEBPACK_IMPORTED_MODULE_169__.Grid),
|
|
21536
21650
|
/* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_170__.GridView),
|
|
21537
21651
|
/* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_12__.Help),
|
|
21538
|
-
/* harmony export */ IconComponentsMap: () => (/* reexport safe */
|
|
21652
|
+
/* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_190__.IconComponentsMap),
|
|
21539
21653
|
/* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_86__.Image),
|
|
21540
21654
|
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_11__.Info),
|
|
21541
21655
|
/* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_79__.Journey),
|
|
@@ -21829,7 +21943,9 @@ const defaultIconProps = {
|
|
|
21829
21943
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(20995);
|
|
21830
21944
|
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(58407);
|
|
21831
21945
|
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(81522);
|
|
21832
|
-
/* harmony import */ var
|
|
21946
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(81171);
|
|
21947
|
+
/* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(80726);
|
|
21948
|
+
|
|
21833
21949
|
|
|
21834
21950
|
|
|
21835
21951
|
|
|
@@ -22800,6 +22916,27 @@ const ChevronRightSVG = (opts) => {
|
|
|
22800
22916
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChevronRightSVG)));
|
|
22801
22917
|
|
|
22802
22918
|
|
|
22919
|
+
/***/ }),
|
|
22920
|
+
|
|
22921
|
+
/***/ 42382:
|
|
22922
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
22923
|
+
|
|
22924
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
22925
|
+
/* harmony export */ ChipExtractionSVG: () => (/* binding */ ChipExtractionSVG)
|
|
22926
|
+
/* harmony export */ });
|
|
22927
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(67236);
|
|
22928
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(35382);
|
|
22929
|
+
|
|
22930
|
+
|
|
22931
|
+
|
|
22932
|
+
const ChipExtractionSVG = (opts) => {
|
|
22933
|
+
var _a;
|
|
22934
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
22935
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
22936
|
+
};
|
|
22937
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ChipExtractionSVG)));
|
|
22938
|
+
|
|
22939
|
+
|
|
22803
22940
|
/***/ }),
|
|
22804
22941
|
|
|
22805
22942
|
/***/ 91384:
|
|
@@ -26035,6 +26172,7 @@ const WorkflowSVG = (opts) => {
|
|
|
26035
26172
|
/* harmony export */ ChecklistSVG: () => (/* reexport safe */ _Checklist__WEBPACK_IMPORTED_MODULE_96__.ChecklistSVG),
|
|
26036
26173
|
/* harmony export */ ChevronLeftSVG: () => (/* reexport safe */ _ChevronLeft__WEBPACK_IMPORTED_MODULE_26__.ChevronLeftSVG),
|
|
26037
26174
|
/* harmony export */ ChevronRightSVG: () => (/* reexport safe */ _ChevronRight__WEBPACK_IMPORTED_MODULE_25__.ChevronRightSVG),
|
|
26175
|
+
/* harmony export */ ChipExtractionSVG: () => (/* reexport safe */ _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__.ChipExtractionSVG),
|
|
26038
26176
|
/* harmony export */ CloseSVG: () => (/* reexport safe */ _Close__WEBPACK_IMPORTED_MODULE_22__.CloseSVG),
|
|
26039
26177
|
/* harmony export */ CollapseContentSVG: () => (/* reexport safe */ _CollapseContent__WEBPACK_IMPORTED_MODULE_133__.CollapseContentSVG),
|
|
26040
26178
|
/* harmony export */ CommentSVG: () => (/* reexport safe */ _Comment__WEBPACK_IMPORTED_MODULE_99__.CommentSVG),
|
|
@@ -26187,8 +26325,8 @@ const WorkflowSVG = (opts) => {
|
|
|
26187
26325
|
/* harmony export */ WarningSVG: () => (/* reexport safe */ _Warning__WEBPACK_IMPORTED_MODULE_9__.WarningSVG),
|
|
26188
26326
|
/* harmony export */ WebhookSVG: () => (/* reexport safe */ _Webhook__WEBPACK_IMPORTED_MODULE_72__.WebhookSVG),
|
|
26189
26327
|
/* harmony export */ WorkflowSVG: () => (/* reexport safe */ _Workflow__WEBPACK_IMPORTED_MODULE_74__.WorkflowSVG),
|
|
26190
|
-
/* harmony export */ svgIcon: () => (/* reexport safe */
|
|
26191
|
-
/* harmony export */ svgMap: () => (/* reexport safe */
|
|
26328
|
+
/* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_190__.svgIcon),
|
|
26329
|
+
/* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_190__.svgMap)
|
|
26192
26330
|
/* harmony export */ });
|
|
26193
26331
|
/* harmony import */ var _Epilot__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81960);
|
|
26194
26332
|
/* harmony import */ var _Edit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88885);
|
|
@@ -26379,7 +26517,9 @@ const WorkflowSVG = (opts) => {
|
|
|
26379
26517
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
|
|
26380
26518
|
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(19045);
|
|
26381
26519
|
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(59704);
|
|
26382
|
-
/* harmony import */ var
|
|
26520
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(42382);
|
|
26521
|
+
/* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_190__ = __webpack_require__(30585);
|
|
26522
|
+
|
|
26383
26523
|
|
|
26384
26524
|
|
|
26385
26525
|
|
|
@@ -26771,6 +26911,7 @@ const WorkflowSVG = (opts) => {
|
|
|
26771
26911
|
/* harmony import */ var _LinkOff__WEBPACK_IMPORTED_MODULE_186__ = __webpack_require__(42995);
|
|
26772
26912
|
/* harmony import */ var _Send__WEBPACK_IMPORTED_MODULE_187__ = __webpack_require__(19045);
|
|
26773
26913
|
/* harmony import */ var _Undo__WEBPACK_IMPORTED_MODULE_188__ = __webpack_require__(59704);
|
|
26914
|
+
/* harmony import */ var _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__ = __webpack_require__(42382);
|
|
26774
26915
|
|
|
26775
26916
|
var __defProp = Object.defineProperty;
|
|
26776
26917
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
@@ -26987,6 +27128,7 @@ var __objRest = (source, exclude) => {
|
|
|
26987
27128
|
|
|
26988
27129
|
|
|
26989
27130
|
|
|
27131
|
+
|
|
26990
27132
|
|
|
26991
27133
|
|
|
26992
27134
|
const svgMap = {
|
|
@@ -27178,7 +27320,8 @@ const svgMap = {
|
|
|
27178
27320
|
location_away: _LocationAway__WEBPACK_IMPORTED_MODULE_185__.LocationAwaySVG,
|
|
27179
27321
|
link_off: _LinkOff__WEBPACK_IMPORTED_MODULE_186__.LinkOffSVG,
|
|
27180
27322
|
send: _Send__WEBPACK_IMPORTED_MODULE_187__.SendSVG,
|
|
27181
|
-
undo: _Undo__WEBPACK_IMPORTED_MODULE_188__.UndoSVG
|
|
27323
|
+
undo: _Undo__WEBPACK_IMPORTED_MODULE_188__.UndoSVG,
|
|
27324
|
+
chip_extraction: _ChipExtraction__WEBPACK_IMPORTED_MODULE_189__.ChipExtractionSVG
|
|
27182
27325
|
};
|
|
27183
27326
|
const defaultOpts = {
|
|
27184
27327
|
name: "epilot",
|
|
@@ -27373,6 +27516,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27373
27516
|
/* harmony export */ ChevronLeftSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ChevronLeftSVG),
|
|
27374
27517
|
/* harmony export */ ChevronRight: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.ChevronRight),
|
|
27375
27518
|
/* harmony export */ ChevronRightSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ChevronRightSVG),
|
|
27519
|
+
/* harmony export */ ChipExtraction: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.ChipExtraction),
|
|
27520
|
+
/* harmony export */ ChipExtractionSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ChipExtractionSVG),
|
|
27376
27521
|
/* harmony export */ Close: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Close),
|
|
27377
27522
|
/* harmony export */ CloseSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.CloseSVG),
|
|
27378
27523
|
/* harmony export */ CollapseContent: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.CollapseContent),
|
|
@@ -27687,7 +27832,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27687
27832
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77374);
|
|
27688
27833
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_types__WEBPACK_IMPORTED_MODULE_2__);
|
|
27689
27834
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
27690
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","Action","Add","AddCircle","AddLink","AddTask","Address","Alarm","Apartment","Archive","ArrowCircleLeft","ArrowLeft","ArrowRight","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","Blueprint","Bolt","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Category","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","Close","CollapseContent","Comment","Condition","ConditionCircle","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Design","Desktop","Diagram","Document","DoubleThumbsUp","Download","DragIndicator","DriveFileMove","Edit","EnergySavingsLeaf","Entity","EntityBuilder","Epilot","EpilotIcon","Error","Exclamation","ExpandContent","ExpandLess","ExpandMore","Explore","File","FileCopy","FileCopyOff","FileManager","FileShared","Filter","FilterAlt","FilterAltOff","Flip","Forest","Frame","Fuel","Grid","GridView","Help","IconComponentsMap","Image","Info","Journey","Keep","KeepOff","Label","LabelOff","Link","LinkOff","LocationAway","Lock","LockOpen","Login","Logout","Lookup","Mail","Map","MarkMessageRead","MarkMessageUnread","Menu","Message","Meter","MoreHoriz","MoreHorizCircle","MoreVert","MoveDown","MoveToInbox","Note","NoteStack","Notifications","Number","OpenInNew","Opportunity","Order","Paragraph","Partner","Partnering","Pause","PauseCircle","Payment","Pending","PersonAdd","PersonCheck","Phase","Phone","Play","PlayCircle","Portal","PreviousProvider","Price","PriceMapping","Primary","Product","QuestionMark","RadioButton","Raven","ReadMore","Recycling","Refresh","Relations","Remove","Repeat","Reply","ReplyAll","Request","Resize","Restore","SDK","Schedule","Search","Send","Settings","Share","Signature","Skip","Solar","Sort","Stack","Star","StepOver","Submission","SuccessConfirmation","Summary","Sun","Table","TableEdit","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Workflow","AIComposeSVG","AIStarSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowLeftSVG","ArrowRightSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CategorySVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DesignSVG","DesktopSVG","DiagramSVG","DocumentSVG","DoubleThumbsUpSVG","DownloadSVG","DragIndicatorSVG","DriveFileMoveSVG","EditSVG","EnergySavingsLeafSVG","EntityBuilderSVG","EntitySVG","EpilotSVG","ErrorSVG","ExclamationSVG","ExpandContentSVG","ExpandLessSVG","ExpandMoreSVG","ExploreSVG","FileCopyOffSVG","FileCopySVG","FileManagerSVG","FileSVG","FileSharedSVG","FilterAltOffSVG","FilterAltSVG","FilterSVG","FlipSVG","ForestSVG","FrameSVG","FuelSVG","GridSVG","GridViewSVG","HelpSVG","ImageSVG","InfoSVG","JourneySVG","KeepOffSVG","KeepSVG","LabelOffSVG","LabelSVG","LinkOffSVG","LinkSVG","LocationAwaySVG","LockOpenSVG","LockSVG","LoginSVG","LogoutSVG","LookupSVG","MailSVG","MapSVG","MarkMessageReadSVG","MarkMessageUnreadSVG","MenuSVG","MessageSVG","MeterSVG","MoreHorizCircleSVG","MoreHorizSVG","MoreVertSVG","MoveDownSVG","MoveToInboxSVG","NoteSVG","NoteStackSVG","NotificationsSVG","NumberSVG","OpenInNewSVG","OpportunitySVG","OrderSVG","ParagraphSVG","PartnerSVG","PartneringSVG","PauseCircleSVG","PauseSVG","PaymentSVG","PendingSVG","PersonAddSVG","PersonCheckSVG","PhaseSVG","PhoneSVG","PlayCircleSVG","PlaySVG","PortalSVG","PreviousProviderSVG","PriceMappingSVG","PriceSVG","PrimarySVG","ProductSVG","QuestionMarkSVG","RadioButtonSVG","RavenSVG","ReadMoreSVG","RecyclingSVG","RefreshSVG","RelationsSVG","RemoveSVG","RepeatSVG","ReplyAllSVG","ReplySVG","RequestSVG","ResizeSVG","RestoreSVG","SDKSVG","ScheduleSVG","SearchSVG","SendSVG","SettingsSVG","ShareSVG","SignatureSVG","SkipSVG","SolarSVG","SortSVG","StackSVG","StarSVG","StepOverSVG","SubmissionSVG","SuccessConfirmationSVG","SummarySVG","SunSVG","TableEditSVG","TableSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
27835
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","Action","Add","AddCircle","AddLink","AddTask","Address","Alarm","Apartment","Archive","ArrowCircleLeft","ArrowLeft","ArrowRight","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","Blueprint","Bolt","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Category","Check","CheckBox","CheckCircle","Checklist","ChevronLeft","ChevronRight","ChipExtraction","Close","CollapseContent","Comment","Condition","ConditionCircle","Connection","Consent","Contact","ContentCopy","Contract","Dangerous","Dashboard","DataObject","Delete","DeleteForever","Design","Desktop","Diagram","Document","DoubleThumbsUp","Download","DragIndicator","DriveFileMove","Edit","EnergySavingsLeaf","Entity","EntityBuilder","Epilot","EpilotIcon","Error","Exclamation","ExpandContent","ExpandLess","ExpandMore","Explore","File","FileCopy","FileCopyOff","FileManager","FileShared","Filter","FilterAlt","FilterAltOff","Flip","Forest","Frame","Fuel","Grid","GridView","Help","IconComponentsMap","Image","Info","Journey","Keep","KeepOff","Label","LabelOff","Link","LinkOff","LocationAway","Lock","LockOpen","Login","Logout","Lookup","Mail","Map","MarkMessageRead","MarkMessageUnread","Menu","Message","Meter","MoreHoriz","MoreHorizCircle","MoreVert","MoveDown","MoveToInbox","Note","NoteStack","Notifications","Number","OpenInNew","Opportunity","Order","Paragraph","Partner","Partnering","Pause","PauseCircle","Payment","Pending","PersonAdd","PersonCheck","Phase","Phone","Play","PlayCircle","Portal","PreviousProvider","Price","PriceMapping","Primary","Product","QuestionMark","RadioButton","Raven","ReadMore","Recycling","Refresh","Relations","Remove","Repeat","Reply","ReplyAll","Request","Resize","Restore","SDK","Schedule","Search","Send","Settings","Share","Signature","Skip","Solar","Sort","Stack","Star","StepOver","Submission","SuccessConfirmation","Summary","Sun","Table","TableEdit","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Workflow","AIComposeSVG","AIStarSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowLeftSVG","ArrowRightSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CategorySVG","CheckBoxSVG","CheckCircleSVG","CheckSVG","ChecklistSVG","ChevronLeftSVG","ChevronRightSVG","ChipExtractionSVG","CloseSVG","CollapseContentSVG","CommentSVG","ConditionCircleSVG","ConditionSVG","ConnectionSVG","ConsentSVG","ContactSVG","ContentCopySVG","ContractSVG","DangerousSVG","DashboardSVG","DataObjectSVG","DeleteForeverSVG","DeleteSVG","DesignSVG","DesktopSVG","DiagramSVG","DocumentSVG","DoubleThumbsUpSVG","DownloadSVG","DragIndicatorSVG","DriveFileMoveSVG","EditSVG","EnergySavingsLeafSVG","EntityBuilderSVG","EntitySVG","EpilotSVG","ErrorSVG","ExclamationSVG","ExpandContentSVG","ExpandLessSVG","ExpandMoreSVG","ExploreSVG","FileCopyOffSVG","FileCopySVG","FileManagerSVG","FileSVG","FileSharedSVG","FilterAltOffSVG","FilterAltSVG","FilterSVG","FlipSVG","ForestSVG","FrameSVG","FuelSVG","GridSVG","GridViewSVG","HelpSVG","ImageSVG","InfoSVG","JourneySVG","KeepOffSVG","KeepSVG","LabelOffSVG","LabelSVG","LinkOffSVG","LinkSVG","LocationAwaySVG","LockOpenSVG","LockSVG","LoginSVG","LogoutSVG","LookupSVG","MailSVG","MapSVG","MarkMessageReadSVG","MarkMessageUnreadSVG","MenuSVG","MessageSVG","MeterSVG","MoreHorizCircleSVG","MoreHorizSVG","MoreVertSVG","MoveDownSVG","MoveToInboxSVG","NoteSVG","NoteStackSVG","NotificationsSVG","NumberSVG","OpenInNewSVG","OpportunitySVG","OrderSVG","ParagraphSVG","PartnerSVG","PartneringSVG","PauseCircleSVG","PauseSVG","PaymentSVG","PendingSVG","PersonAddSVG","PersonCheckSVG","PhaseSVG","PhoneSVG","PlayCircleSVG","PlaySVG","PortalSVG","PreviousProviderSVG","PriceMappingSVG","PriceSVG","PrimarySVG","ProductSVG","QuestionMarkSVG","RadioButtonSVG","RavenSVG","ReadMoreSVG","RecyclingSVG","RefreshSVG","RelationsSVG","RemoveSVG","RepeatSVG","ReplyAllSVG","ReplySVG","RequestSVG","ResizeSVG","RestoreSVG","SDKSVG","ScheduleSVG","SearchSVG","SendSVG","SettingsSVG","ShareSVG","SignatureSVG","SkipSVG","SolarSVG","SortSVG","StackSVG","StarSVG","StepOverSVG","SubmissionSVG","SuccessConfirmationSVG","SummarySVG","SunSVG","TableEditSVG","TableSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
27691
27836
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
27692
27837
|
|
|
27693
27838
|
|