@epilot360/icons 1.17.20 → 1.17.21
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 +6 -0
- package/index.js +154 -9
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/react/Attach/index.d.ts +4 -0
- package/react/Attach/index.js +209 -0
- package/react/Attach/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/Attach/icon-fill.svg +1 -0
- package/svg/Attach/icon.svg +1 -0
- package/svg/Attach/index.d.ts +3 -0
- package/svg/Attach/index.js +159 -0
- package/svg/Attach/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
|
@@ -809,3 +809,9 @@ Widgets:
|
|
|
809
809
|
name: widgets
|
|
810
810
|
aliases: ["widgets"]
|
|
811
811
|
svg_import: "@material-symbols/svg-600/rounded/widgets.svg"
|
|
812
|
+
Attach:
|
|
813
|
+
name: Attach
|
|
814
|
+
alias: ["attach_file", "attach", "clip"]
|
|
815
|
+
svg_import: "@material-symbols/svg-600/rounded/attach_file.svg"
|
|
816
|
+
|
|
817
|
+
|
package/index.js
CHANGED
|
@@ -866,6 +866,60 @@ var SvgIcon = function SvgIcon(props) {
|
|
|
866
866
|
|
|
867
867
|
/***/ }),
|
|
868
868
|
|
|
869
|
+
/***/ 16568:
|
|
870
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
871
|
+
|
|
872
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
873
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
874
|
+
/* harmony export */ r: () => (/* binding */ SvgIconFill)
|
|
875
|
+
/* harmony export */ });
|
|
876
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
877
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
878
|
+
var _path;
|
|
879
|
+
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); }
|
|
880
|
+
|
|
881
|
+
var SvgIconFill = function SvgIconFill(props) {
|
|
882
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
883
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
884
|
+
width: 48,
|
|
885
|
+
height: 48,
|
|
886
|
+
viewBox: "0 -960 960 960"
|
|
887
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
888
|
+
d: "M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z"
|
|
889
|
+
})));
|
|
890
|
+
};
|
|
891
|
+
|
|
892
|
+
/* 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=\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"/></svg>");
|
|
893
|
+
|
|
894
|
+
/***/ }),
|
|
895
|
+
|
|
896
|
+
/***/ 20047:
|
|
897
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
898
|
+
|
|
899
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
900
|
+
/* harmony export */ Z: () => (__WEBPACK_DEFAULT_EXPORT__),
|
|
901
|
+
/* harmony export */ r: () => (/* binding */ SvgIcon)
|
|
902
|
+
/* harmony export */ });
|
|
903
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
904
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
905
|
+
var _path;
|
|
906
|
+
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); }
|
|
907
|
+
|
|
908
|
+
var SvgIcon = function SvgIcon(props) {
|
|
909
|
+
return /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("svg", _extends({
|
|
910
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
911
|
+
width: 48,
|
|
912
|
+
height: 48,
|
|
913
|
+
viewBox: "0 -960 960 960"
|
|
914
|
+
}, props), _path || (_path = /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_0__.createElement("path", {
|
|
915
|
+
d: "M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z"
|
|
916
|
+
})));
|
|
917
|
+
};
|
|
918
|
+
|
|
919
|
+
/* 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=\"M750.04-322.04q0 108.65-78.11 182.41-78.11 73.76-187.43 73.76-109.33 0-187.2-73.76-77.87-73.76-77.87-182.41v-389.05q0-77.54 56.03-130.57Q331.48-894.7 409-894.7q77.52 0 133.39 53.04 55.87 53.03 55.87 130.57v369.05q0 45.9-33.67 78.19-33.68 32.29-80.33 32.29t-79.85-31.96q-33.19-31.96-33.19-78.52V-674.7q0-15.5 10.93-26.42 10.94-10.92 26.87-10.92 15.94 0 26.7 10.92t10.76 26.42v332.66q0 14.74 11.25 24.97 11.25 10.24 27.25 10.24 15.99 0 27.01-10.15Q523-327.13 523-342.04v-368.48q.57-46.45-33.22-77.68-33.78-31.23-80.86-31.23t-80.65 31q-33.57 31.01-33.57 77.34v389.05q.56 77.57 56.38 129.52 55.82 51.95 134.44 51.95 77.78 0 133.8-52.02 56.03-52.02 55.46-129.45v-368.48q0-16.14 10.94-27.03t26.87-10.89q15.93 0 26.69 10.89 10.76 10.89 10.76 27.03v368.48Z\"/></svg>");
|
|
920
|
+
|
|
921
|
+
/***/ }),
|
|
922
|
+
|
|
869
923
|
/***/ 5763:
|
|
870
924
|
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
871
925
|
|
|
@@ -11934,6 +11988,62 @@ function ArrowRight(props) {
|
|
|
11934
11988
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRight)));
|
|
11935
11989
|
|
|
11936
11990
|
|
|
11991
|
+
/***/ }),
|
|
11992
|
+
|
|
11993
|
+
/***/ 81777:
|
|
11994
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
11995
|
+
|
|
11996
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
11997
|
+
/* harmony export */ Attach: () => (/* binding */ Attach)
|
|
11998
|
+
/* harmony export */ });
|
|
11999
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(99497);
|
|
12000
|
+
/* harmony import */ var react__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_0__);
|
|
12001
|
+
/* harmony import */ var _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16568);
|
|
12002
|
+
/* harmony import */ var _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(20047);
|
|
12003
|
+
/* harmony import */ var _common__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(58387);
|
|
12004
|
+
|
|
12005
|
+
var __defProp = Object.defineProperty;
|
|
12006
|
+
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
12007
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
12008
|
+
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
12009
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
12010
|
+
var __spreadValues = (a, b) => {
|
|
12011
|
+
for (var prop in b || (b = {}))
|
|
12012
|
+
if (__hasOwnProp.call(b, prop))
|
|
12013
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12014
|
+
if (__getOwnPropSymbols)
|
|
12015
|
+
for (var prop of __getOwnPropSymbols(b)) {
|
|
12016
|
+
if (__propIsEnum.call(b, prop))
|
|
12017
|
+
__defNormalProp(a, prop, b[prop]);
|
|
12018
|
+
}
|
|
12019
|
+
return a;
|
|
12020
|
+
};
|
|
12021
|
+
var __objRest = (source, exclude) => {
|
|
12022
|
+
var target = {};
|
|
12023
|
+
for (var prop in source)
|
|
12024
|
+
if (__hasOwnProp.call(source, prop) && exclude.indexOf(prop) < 0)
|
|
12025
|
+
target[prop] = source[prop];
|
|
12026
|
+
if (source != null && __getOwnPropSymbols)
|
|
12027
|
+
for (var prop of __getOwnPropSymbols(source)) {
|
|
12028
|
+
if (exclude.indexOf(prop) < 0 && __propIsEnum.call(source, prop))
|
|
12029
|
+
target[prop] = source[prop];
|
|
12030
|
+
}
|
|
12031
|
+
return target;
|
|
12032
|
+
};
|
|
12033
|
+
|
|
12034
|
+
|
|
12035
|
+
|
|
12036
|
+
|
|
12037
|
+
const name = "Attach";
|
|
12038
|
+
function Attach(props) {
|
|
12039
|
+
const _a = __spreadValues(__spreadValues({}, _common__WEBPACK_IMPORTED_MODULE_3__.defaultIconProps), props), { variant } = _a, restProps = __objRest(_a, ["variant"]);
|
|
12040
|
+
const IconComponent = variant === "outlined" ? _svg_Attach_icon_svg__WEBPACK_IMPORTED_MODULE_2__/* .ReactComponent */ .r : _svg_Attach_icon_fill_svg__WEBPACK_IMPORTED_MODULE_1__/* .ReactComponent */ .r;
|
|
12041
|
+
const overrides = props.size ? { width: props.size, height: props.size } : {};
|
|
12042
|
+
return /* @__PURE__ */ react__WEBPACK_IMPORTED_MODULE_0___default().createElement(IconComponent, __spreadValues(__spreadValues({ "aria-label": name }, restProps), overrides));
|
|
12043
|
+
}
|
|
12044
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (Attach)));
|
|
12045
|
+
|
|
12046
|
+
|
|
11937
12047
|
/***/ }),
|
|
11938
12048
|
|
|
11939
12049
|
/***/ 58927:
|
|
@@ -15115,6 +15225,7 @@ function Epilot(props) {
|
|
|
15115
15225
|
/* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(80114);
|
|
15116
15226
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(39152);
|
|
15117
15227
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(3052);
|
|
15228
|
+
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(81777);
|
|
15118
15229
|
|
|
15119
15230
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
15120
15231
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
@@ -15332,6 +15443,7 @@ var __objRest = (source, exclude) => {
|
|
|
15332
15443
|
|
|
15333
15444
|
|
|
15334
15445
|
|
|
15446
|
+
|
|
15335
15447
|
|
|
15336
15448
|
|
|
15337
15449
|
const IconComponentsMap = {
|
|
@@ -15536,7 +15648,8 @@ const IconComponentsMap = {
|
|
|
15536
15648
|
flow: _Flow__WEBPACK_IMPORTED_MODULE_199__.Flow,
|
|
15537
15649
|
cards: _Cards__WEBPACK_IMPORTED_MODULE_200__.Cards,
|
|
15538
15650
|
task: _Task__WEBPACK_IMPORTED_MODULE_201__.Task,
|
|
15539
|
-
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets
|
|
15651
|
+
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_202__.Widgets,
|
|
15652
|
+
Attach: _Attach__WEBPACK_IMPORTED_MODULE_203__.Attach
|
|
15540
15653
|
};
|
|
15541
15654
|
const EpilotIcon = (props) => {
|
|
15542
15655
|
const _a = props, { name } = _a, restProps = __objRest(_a, ["name"]);
|
|
@@ -23035,6 +23148,7 @@ const defaultIconProps = {
|
|
|
23035
23148
|
/* harmony export */ ArrowCircleLeft: () => (/* reexport safe */ _ArrowCircleLeft__WEBPACK_IMPORTED_MODULE_93__.ArrowCircleLeft),
|
|
23036
23149
|
/* harmony export */ ArrowLeft: () => (/* reexport safe */ _ArrowLeft__WEBPACK_IMPORTED_MODULE_47__.ArrowLeft),
|
|
23037
23150
|
/* harmony export */ ArrowRight: () => (/* reexport safe */ _ArrowRight__WEBPACK_IMPORTED_MODULE_46__.ArrowRight),
|
|
23151
|
+
/* harmony export */ Attach: () => (/* reexport safe */ _Attach__WEBPACK_IMPORTED_MODULE_202__.Attach),
|
|
23038
23152
|
/* harmony export */ AttributeEdit: () => (/* reexport safe */ _AttributeEdit__WEBPACK_IMPORTED_MODULE_127__.AttributeEdit),
|
|
23039
23153
|
/* harmony export */ Attributes: () => (/* reexport safe */ _Attributes__WEBPACK_IMPORTED_MODULE_45__.Attributes),
|
|
23040
23154
|
/* harmony export */ AutoDelete: () => (/* reexport safe */ _AutoDelete__WEBPACK_IMPORTED_MODULE_174__.AutoDelete),
|
|
@@ -23088,7 +23202,7 @@ const defaultIconProps = {
|
|
|
23088
23202
|
/* harmony export */ Entity: () => (/* reexport safe */ _Entity__WEBPACK_IMPORTED_MODULE_74__.Entity),
|
|
23089
23203
|
/* harmony export */ EntityBuilder: () => (/* reexport safe */ _EntityBuilder__WEBPACK_IMPORTED_MODULE_113__.EntityBuilder),
|
|
23090
23204
|
/* harmony export */ Epilot: () => (/* reexport safe */ _Epilot__WEBPACK_IMPORTED_MODULE_0__.Epilot),
|
|
23091
|
-
/* harmony export */ EpilotIcon: () => (/* reexport safe */
|
|
23205
|
+
/* harmony export */ EpilotIcon: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_203__.EpilotIcon),
|
|
23092
23206
|
/* harmony export */ Error: () => (/* reexport safe */ _Error__WEBPACK_IMPORTED_MODULE_11__.Error),
|
|
23093
23207
|
/* harmony export */ Exclamation: () => (/* reexport safe */ _Exclamation__WEBPACK_IMPORTED_MODULE_104__.Exclamation),
|
|
23094
23208
|
/* harmony export */ ExpandContent: () => (/* reexport safe */ _ExpandContent__WEBPACK_IMPORTED_MODULE_135__.ExpandContent),
|
|
@@ -23111,7 +23225,7 @@ const defaultIconProps = {
|
|
|
23111
23225
|
/* harmony export */ Grid: () => (/* reexport safe */ _Grid__WEBPACK_IMPORTED_MODULE_172__.Grid),
|
|
23112
23226
|
/* harmony export */ GridView: () => (/* reexport safe */ _GridView__WEBPACK_IMPORTED_MODULE_173__.GridView),
|
|
23113
23227
|
/* harmony export */ Help: () => (/* reexport safe */ _Help__WEBPACK_IMPORTED_MODULE_13__.Help),
|
|
23114
|
-
/* harmony export */ IconComponentsMap: () => (/* reexport safe */
|
|
23228
|
+
/* harmony export */ IconComponentsMap: () => (/* reexport safe */ _EpilotIcon__WEBPACK_IMPORTED_MODULE_203__.IconComponentsMap),
|
|
23115
23229
|
/* harmony export */ Image: () => (/* reexport safe */ _Image__WEBPACK_IMPORTED_MODULE_89__.Image),
|
|
23116
23230
|
/* harmony export */ Info: () => (/* reexport safe */ _Info__WEBPACK_IMPORTED_MODULE_12__.Info),
|
|
23117
23231
|
/* harmony export */ Journey: () => (/* reexport safe */ _Journey__WEBPACK_IMPORTED_MODULE_82__.Journey),
|
|
@@ -23426,7 +23540,9 @@ const defaultIconProps = {
|
|
|
23426
23540
|
/* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(80114);
|
|
23427
23541
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(39152);
|
|
23428
23542
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(3052);
|
|
23429
|
-
/* harmony import */ var
|
|
23543
|
+
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(81777);
|
|
23544
|
+
/* harmony import */ var _EpilotIcon__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(80726);
|
|
23545
|
+
|
|
23430
23546
|
|
|
23431
23547
|
|
|
23432
23548
|
|
|
@@ -23969,6 +24085,27 @@ const ArrowRightSVG = (opts) => {
|
|
|
23969
24085
|
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (ArrowRightSVG)));
|
|
23970
24086
|
|
|
23971
24087
|
|
|
24088
|
+
/***/ }),
|
|
24089
|
+
|
|
24090
|
+
/***/ 51845:
|
|
24091
|
+
/***/ ((__unused_webpack_module, __webpack_exports__, __webpack_require__) => {
|
|
24092
|
+
|
|
24093
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
24094
|
+
/* harmony export */ AttachSVG: () => (/* binding */ AttachSVG)
|
|
24095
|
+
/* harmony export */ });
|
|
24096
|
+
/* harmony import */ var _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(16568);
|
|
24097
|
+
/* harmony import */ var _icon_svg__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(20047);
|
|
24098
|
+
|
|
24099
|
+
|
|
24100
|
+
|
|
24101
|
+
const AttachSVG = (opts) => {
|
|
24102
|
+
var _a;
|
|
24103
|
+
const variant = (_a = opts == null ? void 0 : opts.variant) != null ? _a : "filled";
|
|
24104
|
+
return variant === "outlined" ? _icon_svg__WEBPACK_IMPORTED_MODULE_1__/* ["default"] */ .Z : _icon_fill_svg__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z;
|
|
24105
|
+
};
|
|
24106
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (AttachSVG)));
|
|
24107
|
+
|
|
24108
|
+
|
|
23972
24109
|
/***/ }),
|
|
23973
24110
|
|
|
23974
24111
|
/***/ 10419:
|
|
@@ -27897,6 +28034,7 @@ const WorkflowSVG = (opts) => {
|
|
|
27897
28034
|
/* harmony export */ ArrowCircleLeftSVG: () => (/* reexport safe */ _ArrowCircleLeft__WEBPACK_IMPORTED_MODULE_93__.ArrowCircleLeftSVG),
|
|
27898
28035
|
/* harmony export */ ArrowLeftSVG: () => (/* reexport safe */ _ArrowLeft__WEBPACK_IMPORTED_MODULE_47__.ArrowLeftSVG),
|
|
27899
28036
|
/* harmony export */ ArrowRightSVG: () => (/* reexport safe */ _ArrowRight__WEBPACK_IMPORTED_MODULE_46__.ArrowRightSVG),
|
|
28037
|
+
/* harmony export */ AttachSVG: () => (/* reexport safe */ _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG),
|
|
27900
28038
|
/* harmony export */ AttributeEditSVG: () => (/* reexport safe */ _AttributeEdit__WEBPACK_IMPORTED_MODULE_127__.AttributeEditSVG),
|
|
27901
28039
|
/* harmony export */ AttributesSVG: () => (/* reexport safe */ _Attributes__WEBPACK_IMPORTED_MODULE_45__.AttributesSVG),
|
|
27902
28040
|
/* harmony export */ AutoDeleteSVG: () => (/* reexport safe */ _AutoDelete__WEBPACK_IMPORTED_MODULE_174__.AutoDeleteSVG),
|
|
@@ -28083,8 +28221,8 @@ const WorkflowSVG = (opts) => {
|
|
|
28083
28221
|
/* harmony export */ WebhookSVG: () => (/* reexport safe */ _Webhook__WEBPACK_IMPORTED_MODULE_75__.WebhookSVG),
|
|
28084
28222
|
/* harmony export */ WidgetsSVG: () => (/* reexport safe */ _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG),
|
|
28085
28223
|
/* harmony export */ WorkflowSVG: () => (/* reexport safe */ _Workflow__WEBPACK_IMPORTED_MODULE_77__.WorkflowSVG),
|
|
28086
|
-
/* harmony export */ svgIcon: () => (/* reexport safe */
|
|
28087
|
-
/* harmony export */ svgMap: () => (/* reexport safe */
|
|
28224
|
+
/* harmony export */ svgIcon: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_203__.svgIcon),
|
|
28225
|
+
/* harmony export */ svgMap: () => (/* reexport safe */ _svgIcon__WEBPACK_IMPORTED_MODULE_203__.svgMap)
|
|
28088
28226
|
/* harmony export */ });
|
|
28089
28227
|
/* harmony import */ var _Epilot__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(81960);
|
|
28090
28228
|
/* harmony import */ var _Edit__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(88885);
|
|
@@ -28288,7 +28426,9 @@ const WorkflowSVG = (opts) => {
|
|
|
28288
28426
|
/* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(56461);
|
|
28289
28427
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
|
|
28290
28428
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
|
|
28291
|
-
/* harmony import */ var
|
|
28429
|
+
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
|
|
28430
|
+
/* harmony import */ var _svgIcon__WEBPACK_IMPORTED_MODULE_203__ = __webpack_require__(30585);
|
|
28431
|
+
|
|
28292
28432
|
|
|
28293
28433
|
|
|
28294
28434
|
|
|
@@ -28706,6 +28846,7 @@ const WorkflowSVG = (opts) => {
|
|
|
28706
28846
|
/* harmony import */ var _Cards__WEBPACK_IMPORTED_MODULE_199__ = __webpack_require__(56461);
|
|
28707
28847
|
/* harmony import */ var _Task__WEBPACK_IMPORTED_MODULE_200__ = __webpack_require__(82186);
|
|
28708
28848
|
/* harmony import */ var _Widgets__WEBPACK_IMPORTED_MODULE_201__ = __webpack_require__(76338);
|
|
28849
|
+
/* harmony import */ var _Attach__WEBPACK_IMPORTED_MODULE_202__ = __webpack_require__(51845);
|
|
28709
28850
|
|
|
28710
28851
|
var __defProp = Object.defineProperty;
|
|
28711
28852
|
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
@@ -28935,6 +29076,7 @@ var __objRest = (source, exclude) => {
|
|
|
28935
29076
|
|
|
28936
29077
|
|
|
28937
29078
|
|
|
29079
|
+
|
|
28938
29080
|
|
|
28939
29081
|
|
|
28940
29082
|
const svgMap = {
|
|
@@ -29139,7 +29281,8 @@ const svgMap = {
|
|
|
29139
29281
|
flow: _Flow__WEBPACK_IMPORTED_MODULE_198__.FlowSVG,
|
|
29140
29282
|
cards: _Cards__WEBPACK_IMPORTED_MODULE_199__.CardsSVG,
|
|
29141
29283
|
task: _Task__WEBPACK_IMPORTED_MODULE_200__.TaskSVG,
|
|
29142
|
-
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG
|
|
29284
|
+
widgets: _Widgets__WEBPACK_IMPORTED_MODULE_201__.WidgetsSVG,
|
|
29285
|
+
Attach: _Attach__WEBPACK_IMPORTED_MODULE_202__.AttachSVG
|
|
29143
29286
|
};
|
|
29144
29287
|
const defaultOpts = {
|
|
29145
29288
|
name: "epilot",
|
|
@@ -29292,6 +29435,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29292
29435
|
/* harmony export */ ArrowLeftSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ArrowLeftSVG),
|
|
29293
29436
|
/* harmony export */ ArrowRight: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.ArrowRight),
|
|
29294
29437
|
/* harmony export */ ArrowRightSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.ArrowRightSVG),
|
|
29438
|
+
/* harmony export */ Attach: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Attach),
|
|
29439
|
+
/* harmony export */ AttachSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AttachSVG),
|
|
29295
29440
|
/* harmony export */ AttributeEdit: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.AttributeEdit),
|
|
29296
29441
|
/* harmony export */ AttributeEditSVG: () => (/* reexport safe */ _svg__WEBPACK_IMPORTED_MODULE_1__.AttributeEditSVG),
|
|
29297
29442
|
/* harmony export */ Attributes: () => (/* reexport safe */ _react__WEBPACK_IMPORTED_MODULE_0__.Attributes),
|
|
@@ -29674,7 +29819,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
29674
29819
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(77374);
|
|
29675
29820
|
/* harmony import */ var _types__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_types__WEBPACK_IMPORTED_MODULE_2__);
|
|
29676
29821
|
/* harmony reexport (unknown) */ var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
29677
|
-
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","AccountCircleOff","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","Campaign","Cards","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","Flow","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","MarkNoteRead","MarkNoteUnread","Menu","Merge","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","Purpose","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","Target","Task","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","Ticket","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Widgets","Workflow","AIComposeSVG","AIStarSVG","AccountCircleOffSVG","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","CampaignSVG","CardsSVG","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","FlowSVG","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","MarkNoteReadSVG","MarkNoteUnreadSVG","MenuSVG","MergeSVG","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","PurposeSVG","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","TargetSVG","TaskSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TicketSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WidgetsSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
29822
|
+
/* harmony reexport (unknown) */ for(const __WEBPACK_IMPORT_KEY__ in _types__WEBPACK_IMPORTED_MODULE_2__) if(["default","AICompose","AIStar","Account","AccountCircleOff","Action","Add","AddCircle","AddLink","AddTask","Address","Alarm","Apartment","Archive","ArrowCircleLeft","ArrowLeft","ArrowRight","Attach","AttributeEdit","Attributes","AutoDelete","Automation","AutomationCircle","Availability","AvgTime","Blueprint","Bolt","Cable","Calculator","Calendar","CalendarClock","CalendarToday","Call","Campaign","Cards","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","Flow","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","MarkNoteRead","MarkNoteUnread","Menu","Merge","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","Purpose","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","Target","Task","Tax","Templates","TextField","Thread","ThumbDown","ThumbUp","Ticket","TwoColumns","Unarchive","Undo","Update","Upload","ViewDay","Visibility","VisibilityOff","Warning","Webhook","Widgets","Workflow","AIComposeSVG","AIStarSVG","AccountCircleOffSVG","AccountSVG","ActionSVG","AddCircleSVG","AddLinkSVG","AddSVG","AddTaskSVG","AddressSVG","AlarmSVG","ApartmentSVG","ArchiveSVG","ArrowCircleLeftSVG","ArrowLeftSVG","ArrowRightSVG","AttachSVG","AttributeEditSVG","AttributesSVG","AutoDeleteSVG","AutomationCircleSVG","AutomationSVG","AvailabilitySVG","AvgTimeSVG","BlueprintSVG","BoltSVG","CableSVG","CalculatorSVG","CalendarClockSVG","CalendarSVG","CalendarTodaySVG","CallSVG","CampaignSVG","CardsSVG","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","FlowSVG","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","MarkNoteReadSVG","MarkNoteUnreadSVG","MenuSVG","MergeSVG","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","PurposeSVG","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","TargetSVG","TaskSVG","TaxSVG","TemplatesSVG","TextFieldSVG","ThreadSVG","ThumbDownSVG","ThumbUpSVG","TicketSVG","TwoColumnsSVG","UnarchiveSVG","UndoSVG","UpdateSVG","UploadSVG","ViewDaySVG","VisibilityOffSVG","VisibilitySVG","WarningSVG","WebhookSVG","WidgetsSVG","WorkflowSVG","svgIcon","svgMap"].indexOf(__WEBPACK_IMPORT_KEY__) < 0) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = () => _types__WEBPACK_IMPORTED_MODULE_2__[__WEBPACK_IMPORT_KEY__]
|
|
29678
29823
|
/* harmony reexport (unknown) */ __webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
29679
29824
|
|
|
29680
29825
|
|