@activecollab/components 2.0.143 → 2.0.145
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/dist/cjs/components/EntitiesHeader/EntitiesHeader.js +59 -0
- package/dist/cjs/components/EntitiesHeader/EntitiesHeader.js.map +1 -0
- package/dist/cjs/components/EntitiesHeader/Styles.js +58 -0
- package/dist/cjs/components/EntitiesHeader/Styles.js.map +1 -0
- package/dist/cjs/components/EntitiesHeader/index.js +17 -0
- package/dist/cjs/components/EntitiesHeader/index.js.map +1 -0
- package/dist/cjs/components/Icons/collection/Moon.js +47 -0
- package/dist/cjs/components/Icons/collection/Moon.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +7 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/cjs/components/Wizard/Step.js +5 -2
- package/dist/cjs/components/Wizard/Step.js.map +1 -1
- package/dist/cjs/components/Wizard/Styles.js +1 -1
- package/dist/cjs/components/Wizard/Styles.js.map +1 -1
- package/dist/cjs/components/index.js +11 -0
- package/dist/cjs/components/index.js.map +1 -1
- package/dist/esm/components/EntitiesHeader/EntitiesHeader.d.ts +10 -0
- package/dist/esm/components/EntitiesHeader/EntitiesHeader.d.ts.map +1 -0
- package/dist/esm/components/EntitiesHeader/EntitiesHeader.js +41 -0
- package/dist/esm/components/EntitiesHeader/EntitiesHeader.js.map +1 -0
- package/dist/esm/components/EntitiesHeader/Styles.d.ts +11 -0
- package/dist/esm/components/EntitiesHeader/Styles.d.ts.map +1 -0
- package/dist/esm/components/EntitiesHeader/Styles.js +55 -0
- package/dist/esm/components/EntitiesHeader/Styles.js.map +1 -0
- package/dist/esm/components/EntitiesHeader/index.d.ts +2 -0
- package/dist/esm/components/EntitiesHeader/index.d.ts.map +1 -0
- package/dist/esm/components/EntitiesHeader/index.js +2 -0
- package/dist/esm/components/EntitiesHeader/index.js.map +1 -0
- package/dist/esm/components/Icons/collection/Moon.d.ts +23 -0
- package/dist/esm/components/Icons/collection/Moon.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Moon.js +39 -0
- package/dist/esm/components/Icons/collection/Moon.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +1 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Wizard/Step.d.ts +2 -0
- package/dist/esm/components/Wizard/Step.d.ts.map +1 -1
- package/dist/esm/components/Wizard/Step.js +4 -2
- package/dist/esm/components/Wizard/Step.js.map +1 -1
- package/dist/esm/components/Wizard/Styles.d.ts.map +1 -1
- package/dist/esm/components/Wizard/Styles.js +1 -1
- package/dist/esm/components/Wizard/Styles.js.map +1 -1
- package/dist/esm/components/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts.map +1 -1
- package/dist/esm/components/index.js +1 -0
- package/dist/esm/components/index.js.map +1 -1
- package/dist/index.js +164 -31
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.EntitiesHeader = void 0;
|
|
7
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
8
|
+
var _Styles = require("./Styles");
|
|
9
|
+
var _Button = require("../Button");
|
|
10
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
11
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
12
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
13
|
+
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."); }
|
|
14
|
+
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
15
|
+
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
|
|
16
|
+
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
17
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
18
|
+
var EntitiesHeader = exports.EntitiesHeader = function EntitiesHeader(_ref) {
|
|
19
|
+
var onClick = _ref.onClick,
|
|
20
|
+
title = _ref.title,
|
|
21
|
+
children = _ref.children,
|
|
22
|
+
_ref$expanded = _ref.expanded,
|
|
23
|
+
expanded = _ref$expanded === void 0 ? true : _ref$expanded,
|
|
24
|
+
className = _ref.className;
|
|
25
|
+
var ref = (0, _react.useRef)(null);
|
|
26
|
+
var _useState = (0, _react.useState)(expanded),
|
|
27
|
+
_useState2 = _slicedToArray(_useState, 2),
|
|
28
|
+
open = _useState2[0],
|
|
29
|
+
setOpen = _useState2[1];
|
|
30
|
+
(0, _react.useEffect)(function () {
|
|
31
|
+
setOpen(expanded);
|
|
32
|
+
}, [expanded]);
|
|
33
|
+
var handleOnClick = (0, _react.useCallback)(function () {
|
|
34
|
+
var _ref$current;
|
|
35
|
+
(_ref$current = ref.current) === null || _ref$current === void 0 || _ref$current.focus();
|
|
36
|
+
setOpen(function (prev) {
|
|
37
|
+
return !prev;
|
|
38
|
+
});
|
|
39
|
+
if (onClick) onClick();
|
|
40
|
+
}, [onClick]);
|
|
41
|
+
return /*#__PURE__*/_react.default.createElement(_Styles.StyledWrapper, {
|
|
42
|
+
className: className,
|
|
43
|
+
tabIndex: 0,
|
|
44
|
+
ref: ref,
|
|
45
|
+
$expanded: open
|
|
46
|
+
}, /*#__PURE__*/_react.default.createElement(_Button.Button, {
|
|
47
|
+
variant: "text gray",
|
|
48
|
+
size: "small",
|
|
49
|
+
onClick: handleOnClick
|
|
50
|
+
}, /*#__PURE__*/_react.default.createElement(_Styles.StyledCollapseExpandSingleIcon, {
|
|
51
|
+
$expanded: open
|
|
52
|
+
}), /*#__PURE__*/_react.default.createElement(_Styles.StyledTitle, {
|
|
53
|
+
color: "secondary",
|
|
54
|
+
weight: "medium"
|
|
55
|
+
}, title)), !open && /*#__PURE__*/_react.default.createElement(_Styles.StyledDividerLine, {
|
|
56
|
+
"data-testid": "divider-line"
|
|
57
|
+
}), open && /*#__PURE__*/_react.default.createElement(_Styles.StyledChildrenWrapper, null, children));
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=EntitiesHeader.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EntitiesHeader.js","names":["_react","_interopRequireWildcard","require","_Styles","_Button","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","_slicedToArray","arr","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","o","minLen","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","len","length","arr2","l","Symbol","iterator","f","next","done","push","value","return","isArray","EntitiesHeader","exports","_ref","onClick","title","children","_ref$expanded","expanded","className","ref","useRef","_useState","useState","_useState2","open","setOpen","useEffect","handleOnClick","useCallback","_ref$current","current","focus","prev","createElement","StyledWrapper","tabIndex","$expanded","Button","variant","size","StyledCollapseExpandSingleIcon","StyledTitle","color","weight","StyledDividerLine","StyledChildrenWrapper"],"sources":["../../../../src/components/EntitiesHeader/EntitiesHeader.tsx"],"sourcesContent":["import React, {\n ReactNode,\n useCallback,\n useEffect,\n useRef,\n useState,\n} from \"react\";\n\nimport {\n StyledChildrenWrapper,\n StyledCollapseExpandSingleIcon,\n StyledDividerLine,\n StyledTitle,\n StyledWrapper,\n} from \"./Styles\";\nimport { Button } from \"../Button\";\n\nexport interface EntitiesHeaderProps {\n className?: string;\n title: ReactNode;\n expanded?: boolean;\n onClick?: () => void;\n children?: ReactNode;\n}\n\nexport const EntitiesHeader: React.FC<EntitiesHeaderProps> = ({\n onClick,\n title,\n children,\n expanded = true,\n className,\n}) => {\n const ref = useRef<HTMLDivElement | null>(null);\n const [open, setOpen] = useState(expanded);\n\n useEffect(() => {\n setOpen(expanded);\n }, [expanded]);\n\n const handleOnClick = useCallback(() => {\n ref.current?.focus();\n setOpen((prev) => !prev);\n if (onClick) onClick();\n }, [onClick]);\n\n return (\n <StyledWrapper\n className={className}\n tabIndex={0}\n ref={ref}\n $expanded={open}\n >\n <Button variant=\"text gray\" size=\"small\" onClick={handleOnClick}>\n <StyledCollapseExpandSingleIcon $expanded={open} />\n <StyledTitle color=\"secondary\" weight=\"medium\">\n {title}\n </StyledTitle>\n </Button>\n {!open && <StyledDividerLine data-testid=\"divider-line\" />}\n {open && <StyledChildrenWrapper>{children}</StyledChildrenWrapper>}\n </StyledWrapper>\n );\n};\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,uBAAA,CAAAC,OAAA;AAQA,IAAAC,OAAA,GAAAD,OAAA;AAOA,IAAAE,OAAA,GAAAF,OAAA;AAAmC,SAAAG,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAL,wBAAAK,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,uBAAAA,CAAA,yBAAAA,CAAA,WAAAK,OAAA,EAAAL,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,IAAAH,MAAA,CAAAI,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAjB,CAAA,EAAAc,CAAA,SAAAI,CAAA,GAAAR,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAI,CAAA,KAAAA,CAAA,CAAAX,GAAA,IAAAW,CAAA,CAAAC,GAAA,IAAAR,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAI,CAAA,IAAAV,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,CAAAH,OAAA,GAAAL,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAgB,GAAA,CAAAnB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAY,eAAAC,GAAA,EAAAH,CAAA,WAAAI,eAAA,CAAAD,GAAA,KAAAE,qBAAA,CAAAF,GAAA,EAAAH,CAAA,KAAAM,2BAAA,CAAAH,GAAA,EAAAH,CAAA,KAAAO,gBAAA;AAAA,SAAAA,iBAAA,cAAAC,SAAA;AAAA,SAAAF,4BAAAG,CAAA,EAAAC,MAAA,SAAAD,CAAA,qBAAAA,CAAA,sBAAAE,iBAAA,CAAAF,CAAA,EAAAC,MAAA,OAAApB,CAAA,GAAAG,MAAA,CAAAI,SAAA,CAAAe,QAAA,CAAAb,IAAA,CAAAU,CAAA,EAAAI,KAAA,aAAAvB,CAAA,iBAAAmB,CAAA,CAAAK,WAAA,EAAAxB,CAAA,GAAAmB,CAAA,CAAAK,WAAA,CAAAC,IAAA,MAAAzB,CAAA,cAAAA,CAAA,mBAAA0B,KAAA,CAAAC,IAAA,CAAAR,CAAA,OAAAnB,CAAA,+DAAA4B,IAAA,CAAA5B,CAAA,UAAAqB,iBAAA,CAAAF,CAAA,EAAAC,MAAA;AAAA,SAAAC,kBAAAR,GAAA,EAAAgB,GAAA,QAAAA,GAAA,YAAAA,GAAA,GAAAhB,GAAA,CAAAiB,MAAA,EAAAD,GAAA,GAAAhB,GAAA,CAAAiB,MAAA,WAAApB,CAAA,MAAAqB,IAAA,OAAAL,KAAA,CAAAG,GAAA,GAAAnB,CAAA,GAAAmB,GAAA,EAAAnB,CAAA,IAAAqB,IAAA,CAAArB,CAAA,IAAAG,GAAA,CAAAH,CAAA,UAAAqB,IAAA;AAAA,SAAAhB,sBAAArB,CAAA,EAAAsC,CAAA,QAAArC,CAAA,WAAAD,CAAA,gCAAAuC,MAAA,IAAAvC,CAAA,CAAAuC,MAAA,CAAAC,QAAA,KAAAxC,CAAA,4BAAAC,CAAA,QAAAH,CAAA,EAAAQ,CAAA,EAAAU,CAAA,EAAAJ,CAAA,EAAAJ,CAAA,OAAAiC,CAAA,OAAAhB,CAAA,iBAAAT,CAAA,IAAAf,CAAA,GAAAA,CAAA,CAAAc,IAAA,CAAAf,CAAA,GAAA0C,IAAA,QAAAJ,CAAA,QAAA7B,MAAA,CAAAR,CAAA,MAAAA,CAAA,UAAAwC,CAAA,uBAAAA,CAAA,IAAA3C,CAAA,GAAAkB,CAAA,CAAAD,IAAA,CAAAd,CAAA,GAAA0C,IAAA,MAAAnC,CAAA,CAAAoC,IAAA,CAAA9C,CAAA,CAAA+C,KAAA,GAAArC,CAAA,CAAA4B,MAAA,KAAAE,CAAA,GAAAG,CAAA,iBAAAzC,CAAA,IAAAyB,CAAA,OAAAnB,CAAA,GAAAN,CAAA,yBAAAyC,CAAA,YAAAxC,CAAA,CAAA6C,MAAA,KAAAlC,CAAA,GAAAX,CAAA,CAAA6C,MAAA,IAAArC,MAAA,CAAAG,CAAA,MAAAA,CAAA,2BAAAa,CAAA,QAAAnB,CAAA,aAAAE,CAAA;AAAA,SAAAY,gBAAAD,GAAA,QAAAa,KAAA,CAAAe,OAAA,CAAA5B,GAAA,UAAAA,GAAA;AAU5B,IAAM6B,cAA6C,GAAAC,OAAA,CAAAD,cAAA,GAAG,SAAhDA,cAA6CA,CAAAE,IAAA,EAMpD;EAAA,IALJC,OAAO,GAAAD,IAAA,CAAPC,OAAO;IACPC,KAAK,GAAAF,IAAA,CAALE,KAAK;IACLC,QAAQ,GAAAH,IAAA,CAARG,QAAQ;IAAAC,aAAA,GAAAJ,IAAA,CACRK,QAAQ;IAARA,QAAQ,GAAAD,aAAA,cAAG,IAAI,GAAAA,aAAA;IACfE,SAAS,GAAAN,IAAA,CAATM,SAAS;EAET,IAAMC,GAAG,GAAG,IAAAC,aAAM,EAAwB,IAAI,CAAC;EAC/C,IAAAC,SAAA,GAAwB,IAAAC,eAAQ,EAACL,QAAQ,CAAC;IAAAM,UAAA,GAAA3C,cAAA,CAAAyC,SAAA;IAAnCG,IAAI,GAAAD,UAAA;IAAEE,OAAO,GAAAF,UAAA;EAEpB,IAAAG,gBAAS,EAAC,YAAM;IACdD,OAAO,CAACR,QAAQ,CAAC;EACnB,CAAC,EAAE,CAACA,QAAQ,CAAC,CAAC;EAEd,IAAMU,aAAa,GAAG,IAAAC,kBAAW,EAAC,YAAM;IAAA,IAAAC,YAAA;IACtC,CAAAA,YAAA,GAAAV,GAAG,CAACW,OAAO,cAAAD,YAAA,eAAXA,YAAA,CAAaE,KAAK,CAAC,CAAC;IACpBN,OAAO,CAAC,UAACO,IAAI;MAAA,OAAK,CAACA,IAAI;IAAA,EAAC;IACxB,IAAInB,OAAO,EAAEA,OAAO,CAAC,CAAC;EACxB,CAAC,EAAE,CAACA,OAAO,CAAC,CAAC;EAEb,oBACE3D,MAAA,CAAAW,OAAA,CAAAoE,aAAA,CAAC5E,OAAA,CAAA6E,aAAa;IACZhB,SAAS,EAAEA,SAAU;IACrBiB,QAAQ,EAAE,CAAE;IACZhB,GAAG,EAAEA,GAAI;IACTiB,SAAS,EAAEZ;EAAK,gBAEhBtE,MAAA,CAAAW,OAAA,CAAAoE,aAAA,CAAC3E,OAAA,CAAA+E,MAAM;IAACC,OAAO,EAAC,WAAW;IAACC,IAAI,EAAC,OAAO;IAAC1B,OAAO,EAAEc;EAAc,gBAC9DzE,MAAA,CAAAW,OAAA,CAAAoE,aAAA,CAAC5E,OAAA,CAAAmF,8BAA8B;IAACJ,SAAS,EAAEZ;EAAK,CAAE,CAAC,eACnDtE,MAAA,CAAAW,OAAA,CAAAoE,aAAA,CAAC5E,OAAA,CAAAoF,WAAW;IAACC,KAAK,EAAC,WAAW;IAACC,MAAM,EAAC;EAAQ,GAC3C7B,KACU,CACP,CAAC,EACR,CAACU,IAAI,iBAAItE,MAAA,CAAAW,OAAA,CAAAoE,aAAA,CAAC5E,OAAA,CAAAuF,iBAAiB;IAAC,eAAY;EAAc,CAAE,CAAC,EACzDpB,IAAI,iBAAItE,MAAA,CAAAW,OAAA,CAAAoE,aAAA,CAAC5E,OAAA,CAAAwF,qBAAqB,QAAE9B,QAAgC,CACpD,CAAC;AAEpB,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.StyledWrapper = exports.StyledTitle = exports.StyledDividerLine = exports.StyledCollapseExpandSingleIcon = exports.StyledChildrenWrapper = void 0;
|
|
7
|
+
var _styledComponents = _interopRequireDefault(require("styled-components"));
|
|
8
|
+
var _Icons = require("../Icons");
|
|
9
|
+
var _Typography = require("../Typography");
|
|
10
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
11
|
+
var StyledChildrenWrapper = exports.StyledChildrenWrapper = _styledComponents.default.div.withConfig({
|
|
12
|
+
displayName: "Styles__StyledChildrenWrapper",
|
|
13
|
+
componentId: "sc-13n85xv-0"
|
|
14
|
+
})(["", ""], {
|
|
15
|
+
"flexShrink": "0"
|
|
16
|
+
});
|
|
17
|
+
StyledChildrenWrapper.displayName = "StyledChildrenWrapper";
|
|
18
|
+
var StyledWrapper = exports.StyledWrapper = _styledComponents.default.div.withConfig({
|
|
19
|
+
displayName: "Styles__StyledWrapper",
|
|
20
|
+
componentId: "sc-13n85xv-1"
|
|
21
|
+
})(["", " justify-content:", ";"], {
|
|
22
|
+
"marginBottom": "1rem",
|
|
23
|
+
"display": "flex",
|
|
24
|
+
"alignItems": "center",
|
|
25
|
+
"gap": "1rem"
|
|
26
|
+
}, function (_ref) {
|
|
27
|
+
var $expanded = _ref.$expanded;
|
|
28
|
+
return $expanded ? "space-between" : "flex-start";
|
|
29
|
+
});
|
|
30
|
+
StyledWrapper.displayName = "StyledWrapper";
|
|
31
|
+
var StyledTitle = exports.StyledTitle = (0, _styledComponents.default)(_Typography.Body2).withConfig({
|
|
32
|
+
displayName: "Styles__StyledTitle",
|
|
33
|
+
componentId: "sc-13n85xv-2"
|
|
34
|
+
})(["", ""], {
|
|
35
|
+
"overflow": "hidden",
|
|
36
|
+
"textOverflow": "ellipsis",
|
|
37
|
+
"whiteSpace": "nowrap"
|
|
38
|
+
});
|
|
39
|
+
StyledTitle.displayName = "StyledTitle";
|
|
40
|
+
var StyledDividerLine = exports.StyledDividerLine = _styledComponents.default.div.withConfig({
|
|
41
|
+
displayName: "Styles__StyledDividerLine",
|
|
42
|
+
componentId: "sc-13n85xv-3"
|
|
43
|
+
})(["", " border-top:1px solid var(--border-primary);"], {
|
|
44
|
+
"flex": "1 1 0%"
|
|
45
|
+
});
|
|
46
|
+
StyledDividerLine.displayName = "StyledDividerLine";
|
|
47
|
+
var StyledCollapseExpandSingleIcon = exports.StyledCollapseExpandSingleIcon = (0, _styledComponents.default)(_Icons.CollapseExpandSingleIcon).withConfig({
|
|
48
|
+
displayName: "Styles__StyledCollapseExpandSingleIcon",
|
|
49
|
+
componentId: "sc-13n85xv-4"
|
|
50
|
+
})(["", " transform:", ";transition:all 0.2s ease;"], {
|
|
51
|
+
"marginRight": "0.25rem",
|
|
52
|
+
"cursor": "pointer"
|
|
53
|
+
}, function (_ref2) {
|
|
54
|
+
var $expanded = _ref2.$expanded;
|
|
55
|
+
return $expanded ? "rotate(0deg)" : "rotate(180deg)";
|
|
56
|
+
});
|
|
57
|
+
StyledCollapseExpandSingleIcon.displayName = "StyledCollapseExpandSingleIcon";
|
|
58
|
+
//# sourceMappingURL=Styles.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Styles.js","names":["_styledComponents","_interopRequireDefault","require","_Icons","_Typography","obj","__esModule","default","StyledChildrenWrapper","exports","styled","div","withConfig","displayName","componentId","StyledWrapper","_ref","$expanded","StyledTitle","Body2","StyledDividerLine","StyledCollapseExpandSingleIcon","CollapseExpandSingleIcon","_ref2"],"sources":["../../../../src/components/EntitiesHeader/Styles.ts"],"sourcesContent":["import styled from \"styled-components\";\nimport tw from \"twin.macro\";\n\nimport { CollapseExpandSingleIcon } from \"../Icons\";\nimport { Body2 } from \"../Typography\";\n\nexport const StyledChildrenWrapper = styled.div`\n ${tw`tw-shrink-0`}\n`;\n\nStyledChildrenWrapper.displayName = \"StyledChildrenWrapper\";\n\nexport const StyledWrapper = styled.div<{ $expanded: boolean }>`\n ${tw`tw-flex tw-items-center tw-mb-4 tw-gap-4`}\n justify-content: ${({ $expanded }) =>\n $expanded ? \"space-between\" : \"flex-start\"};\n`;\n\nStyledWrapper.displayName = \"StyledWrapper\";\n\nexport const StyledTitle = styled(Body2)`\n ${tw`tw-truncate`}\n`;\n\nStyledTitle.displayName = \"StyledTitle\";\n\nexport const StyledDividerLine = styled.div`\n ${tw`tw-flex-1`}\n border-top: 1px solid var(--border-primary);\n`;\n\nStyledDividerLine.displayName = \"StyledDividerLine\";\n\nexport const StyledCollapseExpandSingleIcon = styled(CollapseExpandSingleIcon)<{\n $expanded: boolean;\n}>`\n ${tw`tw-cursor-pointer tw-mr-1`}\n transform: ${({ $expanded }) =>\n $expanded ? \"rotate(0deg)\" : \"rotate(180deg)\"};\n transition: all 0.2s ease;\n`;\n\nStyledCollapseExpandSingleIcon.displayName = \"StyledCollapseExpandSingleIcon\";\n"],"mappings":";;;;;;AAAA,IAAAA,iBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAGA,IAAAC,MAAA,GAAAD,OAAA;AACA,IAAAE,WAAA,GAAAF,OAAA;AAAsC,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAE/B,IAAMG,qBAAqB,GAAAC,OAAA,CAAAD,qBAAA,GAAGE,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,aACzC;EAAA;AAAY,CAAC,CAClB;AAEDN,qBAAqB,CAACK,WAAW,GAAG,uBAAuB;AAEpD,IAAME,aAAa,GAAAN,OAAA,CAAAM,aAAA,GAAGL,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,mCACjC;EAAA;EAAA;EAAA;EAAA;AAAyC,CAAC,EAC3B,UAAAE,IAAA;EAAA,IAAGC,SAAS,GAAAD,IAAA,CAATC,SAAS;EAAA,OAC7BA,SAAS,GAAG,eAAe,GAAG,YAAY;AAAA,EAC7C;AAEDF,aAAa,CAACF,WAAW,GAAG,eAAe;AAEpC,IAAMK,WAAW,GAAAT,OAAA,CAAAS,WAAA,GAAG,IAAAR,yBAAM,EAACS,iBAAK,CAAC,CAAAP,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,aAClC;EAAA;EAAA;EAAA;AAAY,CAAC,CAClB;AAEDI,WAAW,CAACL,WAAW,GAAG,aAAa;AAEhC,IAAMO,iBAAiB,GAAAX,OAAA,CAAAW,iBAAA,GAAGV,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,yDACrC;EAAA;AAAU,CAAC,CAEhB;AAEDM,iBAAiB,CAACP,WAAW,GAAG,mBAAmB;AAE5C,IAAMQ,8BAA8B,GAAAZ,OAAA,CAAAY,8BAAA,GAAG,IAAAX,yBAAM,EAACY,+BAAwB,CAAC,CAAAV,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,sDAGxE;EAAA;EAAA;AAA0B,CAAC,EAClB,UAAAS,KAAA;EAAA,IAAGN,SAAS,GAAAM,KAAA,CAATN,SAAS;EAAA,OACvBA,SAAS,GAAG,cAAc,GAAG,gBAAgB;AAAA,EAEhD;AAEDI,8BAA8B,CAACR,WAAW,GAAG,gCAAgC"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
var _EntitiesHeader = require("./EntitiesHeader");
|
|
7
|
+
Object.keys(_EntitiesHeader).forEach(function (key) {
|
|
8
|
+
if (key === "default" || key === "__esModule") return;
|
|
9
|
+
if (key in exports && exports[key] === _EntitiesHeader[key]) return;
|
|
10
|
+
Object.defineProperty(exports, key, {
|
|
11
|
+
enumerable: true,
|
|
12
|
+
get: function get() {
|
|
13
|
+
return _EntitiesHeader[key];
|
|
14
|
+
}
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["_EntitiesHeader","require","Object","keys","forEach","key","exports","defineProperty","enumerable","get"],"sources":["../../../../src/components/EntitiesHeader/index.ts"],"sourcesContent":["export * from \"./EntitiesHeader\";\n"],"mappings":";;;;;AAAA,IAAAA,eAAA,GAAAC,OAAA;AAAAC,MAAA,CAAAC,IAAA,CAAAH,eAAA,EAAAI,OAAA,WAAAC,GAAA;EAAA,IAAAA,GAAA,kBAAAA,GAAA;EAAA,IAAAA,GAAA,IAAAC,OAAA,IAAAA,OAAA,CAAAD,GAAA,MAAAL,eAAA,CAAAK,GAAA;EAAAH,MAAA,CAAAK,cAAA,CAAAD,OAAA,EAAAD,GAAA;IAAAG,UAAA;IAAAC,GAAA,WAAAA,IAAA;MAAA,OAAAT,eAAA,CAAAK,GAAA;IAAA;EAAA;AAAA"}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
var _react = _interopRequireDefault(require("react"));
|
|
8
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
9
|
+
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); }
|
|
10
|
+
/**
|
|
11
|
+
* @component MoonIcon
|
|
12
|
+
* @description
|
|
13
|
+
*
|
|
14
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
15
|
+
* The Icon component is
|
|
16
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
17
|
+
*
|
|
18
|
+
*
|
|
19
|
+
* @example
|
|
20
|
+
* return (
|
|
21
|
+
* <MoonIcon className="mr-2" />
|
|
22
|
+
* )
|
|
23
|
+
*
|
|
24
|
+
* @see
|
|
25
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
26
|
+
* @see
|
|
27
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
28
|
+
*/
|
|
29
|
+
var MoonIcon = /*#__PURE__*/_react.default.forwardRef(function (props, svgRef) {
|
|
30
|
+
return /*#__PURE__*/_react.default.createElement("svg", _extends({
|
|
31
|
+
width: 20,
|
|
32
|
+
height: 20,
|
|
33
|
+
viewBox: "0 0 20 20",
|
|
34
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
35
|
+
"data-testid": "MoonIcon",
|
|
36
|
+
fill: "var(--color-theme-600)",
|
|
37
|
+
focusable: false,
|
|
38
|
+
ref: svgRef
|
|
39
|
+
}, props), /*#__PURE__*/_react.default.createElement("path", {
|
|
40
|
+
fillRule: "evenodd",
|
|
41
|
+
clipRule: "evenodd",
|
|
42
|
+
d: "M10.06.509a1 1 0 01-.067 1.085 6.015 6.015 0 008.413 8.413 1 1 0 011.59.896A10.02 10.02 0 119.097.004a1 1 0 01.963.505zm-2.765 1.93a8.019 8.019 0 1010.266 10.266A8.014 8.014 0 017.295 2.439z"
|
|
43
|
+
}));
|
|
44
|
+
});
|
|
45
|
+
MoonIcon.displayName = "MoonIcon";
|
|
46
|
+
var _default = exports.default = MoonIcon;
|
|
47
|
+
//# sourceMappingURL=Moon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Moon.js","names":["_react","_interopRequireDefault","require","obj","__esModule","default","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","MoonIcon","React","forwardRef","props","svgRef","createElement","width","height","viewBox","xmlns","fill","focusable","ref","fillRule","clipRule","d","displayName","_default","exports"],"sources":["../../../../../src/components/Icons/collection/Moon.tsx"],"sourcesContent":["import React from \"react\";\n\n/**\n * @component MoonIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n *\n * @example\n * return (\n * <MoonIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst MoonIcon = React.forwardRef(\n (props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) => (\n <svg\n width={20}\n height={20}\n viewBox=\"0 0 20 20\"\n xmlns=\"http://www.w3.org/2000/svg\"\n data-testid=\"MoonIcon\"\n fill=\"var(--color-theme-600)\"\n focusable={false}\n ref={svgRef}\n {...props}\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M10.06.509a1 1 0 01-.067 1.085 6.015 6.015 0 008.413 8.413 1 1 0 011.59.896A10.02 10.02 0 119.097.004a1 1 0 01.963.505zm-2.765 1.93a8.019 8.019 0 1010.266 10.266A8.014 8.014 0 017.295 2.439z\"\n />\n </svg>\n )\n);\nMoonIcon.displayName = \"MoonIcon\";\nexport default MoonIcon;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AAA0B,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAAA,SAAAG,SAAA,IAAAA,QAAA,GAAAC,MAAA,CAAAC,MAAA,GAAAD,MAAA,CAAAC,MAAA,CAAAC,IAAA,eAAAC,MAAA,aAAAC,CAAA,MAAAA,CAAA,GAAAC,SAAA,CAAAC,MAAA,EAAAF,CAAA,UAAAG,MAAA,GAAAF,SAAA,CAAAD,CAAA,YAAAI,GAAA,IAAAD,MAAA,QAAAP,MAAA,CAAAS,SAAA,CAAAC,cAAA,CAAAC,IAAA,CAAAJ,MAAA,EAAAC,GAAA,KAAAL,MAAA,CAAAK,GAAA,IAAAD,MAAA,CAAAC,GAAA,gBAAAL,MAAA,YAAAJ,QAAA,CAAAa,KAAA,OAAAP,SAAA;AAE1B;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAMQ,QAAQ,gBAAGC,cAAK,CAACC,UAAU,CAC/B,UAACC,KAAoC,EAAEC,MAAiC;EAAA,oBACtExB,MAAA,CAAAK,OAAA,CAAAoB,aAAA,QAAAnB,QAAA;IACEoB,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnBC,KAAK,EAAC,4BAA4B;IAClC,eAAY,UAAU;IACtBC,IAAI,EAAC,wBAAwB;IAC7BC,SAAS,EAAE,KAAM;IACjBC,GAAG,EAAER;EAAO,GACRD,KAAK,gBAETvB,MAAA,CAAAK,OAAA,CAAAoB,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC;EAAgM,CACnM,CACE,CAAC;AAAA,CAEV,CAAC;AACDf,QAAQ,CAACgB,WAAW,GAAG,UAAU;AAAC,IAAAC,QAAA,GAAAC,OAAA,CAAAjC,OAAA,GACnBe,QAAQ"}
|
|
@@ -693,6 +693,12 @@ Object.defineProperty(exports, "MinusIcon", {
|
|
|
693
693
|
return _Minus.default;
|
|
694
694
|
}
|
|
695
695
|
});
|
|
696
|
+
Object.defineProperty(exports, "MoonIcon", {
|
|
697
|
+
enumerable: true,
|
|
698
|
+
get: function get() {
|
|
699
|
+
return _Moon.default;
|
|
700
|
+
}
|
|
701
|
+
});
|
|
696
702
|
Object.defineProperty(exports, "MoveIcon", {
|
|
697
703
|
enumerable: true,
|
|
698
704
|
get: function get() {
|
|
@@ -1270,6 +1276,7 @@ var _MessageSmall = _interopRequireDefault(require("./MessageSmall"));
|
|
|
1270
1276
|
var _MessageSolid = _interopRequireDefault(require("./MessageSolid"));
|
|
1271
1277
|
var _Message = _interopRequireDefault(require("./Message"));
|
|
1272
1278
|
var _Minus = _interopRequireDefault(require("./Minus"));
|
|
1279
|
+
var _Moon = _interopRequireDefault(require("./Moon"));
|
|
1273
1280
|
var _MoveTrigger = _interopRequireDefault(require("./MoveTrigger"));
|
|
1274
1281
|
var _Move = _interopRequireDefault(require("./Move"));
|
|
1275
1282
|
var _MyWork = _interopRequireDefault(require("./MyWork"));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_AccessLog","_interopRequireDefault","require","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_CalendarAddX","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseDocument","_CloseSmall","_Close","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gift","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_Message","_Minus","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonPlus","_Person","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReportTime","_Reports","_RocketSmall","_Rocket","_SearchLarge","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_StarOutline","_Star","_Stopwatch","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_ThumbUpOutline","_Trash","_TreeDots","_Upload","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","obj","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["_AccessLog","_interopRequireDefault","require","_Activity","_AddCrossTiny","_AddCross","_Archive","_ArrowBackMobile","_ArrowCollapseMultiple","_ArrowDownLong","_ArrowDownSmall","_ArrowDown","_ArrowExpandeMultiple","_ArrowLeftBox","_ArrowLeft","_ArrowRefresh","_ArrowRestore","_ArrowRight","_ArrowUpLong","_ArrowUp","_Assign","_Attachment","_BellOffSmall","_BellOff","_Billing","_BudgetAlert","_CalendarAddX","_Calendar","_CancelCross","_CaretLeft","_CaretRight","_Chat","_Check","_CheckboxBlankToggler","_CheckboxCircleArrow","_CheckboxDocuments","_Checkbox","_ChecklistSmall","_Checklist","_CircleMultiple","_ClockAdd","_ClockDollar","_ClockSmall","_ClockStopwatchIndicator","_ClockStopwatchSmall","_ClockStopwatch","_Clock","_CloseDocument","_CloseSmall","_Close","_CollapsIcon","_CollapseAll","_CollapseExpandSingle","_CompanyAdd","_Company","_Computer","_Copy","_CrownBlank","_CrownSelected","_DependencySmall","_Dependency","_DescriptionSmall","_Description","_DiscussionAdd","_Discussion","_DollarCheckmarkSmall","_DollarCheckmark","_DollarClockSmall","_DollarClock","_DollarDocumentPlus","_DollarDocument","_DollarOffSmall","_DollarOff","_DollarSmall","_Dollar","_Download","_Drive","_Dropbox","_Duplicate","_EditMultiple","_Edit","_Emoji","_EstimatePlus","_Estimates","_ExpandAll","_ExpenseAdd","_EyeOffSmall","_EyeOff","_EyeSmall","_Eye","_Filter","_FolderMove","_FolderOutline","_Gift","_GroupBy","_Hashtag","_Help","_HistoryOfChanges","_Image","_InfoSmall","_Info","_InsertLink","_Integrations","_Invoices","_Labels","_LetterArrowRight","_LetterFast","_Letter","_LockSmall","_Lock","_Marker","_MessageAdd","_MessageEmpty","_MessageSmall","_MessageSolid","_Message","_Minus","_Moon","_MoveTrigger","_Move","_MyWork","_NoteAdd","_Note","_Notebook","_NotificationBell","_OpenExpanded","_OpenSheet","_OrderFirst","_PaidSmall","_PauseCircleOutline","_PauseIcon","_PauseSmall","_PencilSmall","_Pencil","_PendingPaymentSmall","_People","_PersonArrowOutCircle","_PersonCircleOff","_PersonCircle","_PersonPlus","_Person","_Pin","_PlayCircleOutline","_PlayIcon","_PlaySmall","_PriorityLow","_ProjectAdd","_ProjectSearch","_ProjectStar","_ProjectTemplateAdd","_ProjectTemplateConvert","_ProjectTemplate","_Projects","_RadioBlank","_RadioButton","_Rearange","_RearrangeSmall","_RecurringCheckmarkSmall","_RecurringCheckmark","_RecurringDollar","_RecurringSmall","_ReportTime","_Reports","_RocketSmall","_Rocket","_SearchLarge","_Search","_SendBlank","_SendFilled","_Settings","_Shield","_SortGeneral","_SortIcon","_SortList","_SortSmall","_StarOutline","_Star","_Stopwatch","_SystemSettings","_TaskAdd","_TaskListAdd","_TaskListComplete","_TaskList","_ThumbUpOutline","_Trash","_TreeDots","_Upload","_ViewGrid","_ViewList","_ViewTimeline","_VolumeHigh","_WarningTriangleSmall","_WarningTriangle","_Warning","_Workload","obj","__esModule","default"],"sources":["../../../../../src/components/Icons/collection/index.tsx"],"sourcesContent":["export { default as AccessLogIcon } from \"./AccessLog\";\nexport { default as ActivityIcon } from \"./Activity\";\nexport { default as AddCrossTinyIcon } from \"./AddCrossTiny\";\nexport { default as AddCrossIcon } from \"./AddCross\";\nexport { default as ArchiveIcon } from \"./Archive\";\nexport { default as ArrowBackMobileIcon } from \"./ArrowBackMobile\";\nexport { default as ArrowCollapseMultipleIcon } from \"./ArrowCollapseMultiple\";\nexport { default as ArrowDownLongIcon } from \"./ArrowDownLong\";\nexport { default as ArrowDownSmallIcon } from \"./ArrowDownSmall\";\nexport { default as ArrowDownIcon } from \"./ArrowDown\";\nexport { default as ArrowExpandeMultipleIcon } from \"./ArrowExpandeMultiple\";\nexport { default as ArrowLeftBoxIcon } from \"./ArrowLeftBox\";\nexport { default as ArrowLeftIcon } from \"./ArrowLeft\";\nexport { default as ArrowRefreshIcon } from \"./ArrowRefresh\";\nexport { default as ArrowRestoreIcon } from \"./ArrowRestore\";\nexport { default as ArrowRightIcon } from \"./ArrowRight\";\nexport { default as ArrowUpLongIcon } from \"./ArrowUpLong\";\nexport { default as ArrowUpIcon } from \"./ArrowUp\";\nexport { default as AssignIcon } from \"./Assign\";\nexport { default as AttachmentIcon } from \"./Attachment\";\nexport { default as BellOffSmallIcon } from \"./BellOffSmall\";\nexport { default as BellOffIcon } from \"./BellOff\";\nexport { default as BillingIcon } from \"./Billing\";\nexport { default as BudgetAlertIcon } from \"./BudgetAlert\";\nexport { default as CalendarAddXIcon } from \"./CalendarAddX\";\nexport { default as CalendarIcon } from \"./Calendar\";\nexport { default as CancelCrossIcon } from \"./CancelCross\";\nexport { default as CaretLeftIcon } from \"./CaretLeft\";\nexport { default as CaretRightIcon } from \"./CaretRight\";\nexport { default as ChatIcon } from \"./Chat\";\nexport { default as CheckIcon } from \"./Check\";\nexport { default as CheckboxBlankTogglerIcon } from \"./CheckboxBlankToggler\";\nexport { default as CheckboxCircleArrowIcon } from \"./CheckboxCircleArrow\";\nexport { default as CheckboxDocumentsIcon } from \"./CheckboxDocuments\";\nexport { default as CheckboxIcon } from \"./Checkbox\";\nexport { default as ChecklistSmallIcon } from \"./ChecklistSmall\";\nexport { default as ChecklistIcon } from \"./Checklist\";\nexport { default as CircleMultipleIcon } from \"./CircleMultiple\";\nexport { default as ClockAddIcon } from \"./ClockAdd\";\nexport { default as ClockDollarIcon } from \"./ClockDollar\";\nexport { default as ClockSmallIcon } from \"./ClockSmall\";\nexport { default as ClockStopwatchIndicatorIcon } from \"./ClockStopwatchIndicator\";\nexport { default as ClockStopwatchSmallIcon } from \"./ClockStopwatchSmall\";\nexport { default as ClockStopwatchIcon } from \"./ClockStopwatch\";\nexport { default as ClockIcon } from \"./Clock\";\nexport { default as CloseDocumentIcon } from \"./CloseDocument\";\nexport { default as CloseSmallIcon } from \"./CloseSmall\";\nexport { default as CloseIcon } from \"./Close\";\nexport { default as CollapsIcon } from \"./CollapsIcon\";\nexport { default as CollapseAllIcon } from \"./CollapseAll\";\nexport { default as CollapseExpandSingleIcon } from \"./CollapseExpandSingle\";\nexport { default as CompanyAddIcon } from \"./CompanyAdd\";\nexport { default as CompanyIcon } from \"./Company\";\nexport { default as ComputerIcon } from \"./Computer\";\nexport { default as CopyIcon } from \"./Copy\";\nexport { default as CrownBlankIcon } from \"./CrownBlank\";\nexport { default as CrownSelectedIcon } from \"./CrownSelected\";\nexport { default as DependencySmallIcon } from \"./DependencySmall\";\nexport { default as DependencyIcon } from \"./Dependency\";\nexport { default as DescriptionSmallIcon } from \"./DescriptionSmall\";\nexport { default as DescriptionIcon } from \"./Description\";\nexport { default as DiscussionAddIcon } from \"./DiscussionAdd\";\nexport { default as DiscussionIcon } from \"./Discussion\";\nexport { default as DollarCheckmarkSmallIcon } from \"./DollarCheckmarkSmall\";\nexport { default as DollarCheckmarkIcon } from \"./DollarCheckmark\";\nexport { default as DollarClockSmallIcon } from \"./DollarClockSmall\";\nexport { default as DollarClockIcon } from \"./DollarClock\";\nexport { default as DollarDocumentPlusIcon } from \"./DollarDocumentPlus\";\nexport { default as DollarDocumentIcon } from \"./DollarDocument\";\nexport { default as DollarOffSmallIcon } from \"./DollarOffSmall\";\nexport { default as DollarOffIcon } from \"./DollarOff\";\nexport { default as DollarSmallIcon } from \"./DollarSmall\";\nexport { default as DollarIcon } from \"./Dollar\";\nexport { default as DownloadIcon } from \"./Download\";\nexport { default as DriveIcon } from \"./Drive\";\nexport { default as DropboxIcon } from \"./Dropbox\";\nexport { default as DuplicateIcon } from \"./Duplicate\";\nexport { default as EditMultipleIcon } from \"./EditMultiple\";\nexport { default as EditIcon } from \"./Edit\";\nexport { default as EmojiIcon } from \"./Emoji\";\nexport { default as EstimatePlusIcon } from \"./EstimatePlus\";\nexport { default as EstimatesIcon } from \"./Estimates\";\nexport { default as ExpandAllIcon } from \"./ExpandAll\";\nexport { default as ExpenseAddIcon } from \"./ExpenseAdd\";\nexport { default as EyeOffSmallIcon } from \"./EyeOffSmall\";\nexport { default as EyeOffIcon } from \"./EyeOff\";\nexport { default as EyeSmallIcon } from \"./EyeSmall\";\nexport { default as EyeIcon } from \"./Eye\";\nexport { default as FilterIcon } from \"./Filter\";\nexport { default as FolderMoveIcon } from \"./FolderMove\";\nexport { default as FolderOutlineIcon } from \"./FolderOutline\";\nexport { default as GiftIcon } from \"./Gift\";\nexport { default as GroupByIcon } from \"./GroupBy\";\nexport { default as HashtagIcon } from \"./Hashtag\";\nexport { default as HelpIcon } from \"./Help\";\nexport { default as HistoryOfChangesIcon } from \"./HistoryOfChanges\";\nexport { default as ImageIcon } from \"./Image\";\nexport { default as InfoSmallIcon } from \"./InfoSmall\";\nexport { default as InfoIcon } from \"./Info\";\nexport { default as InsertLinkIcon } from \"./InsertLink\";\nexport { default as IntegrationsIcon } from \"./Integrations\";\nexport { default as InvoicesIcon } from \"./Invoices\";\nexport { default as LabelsIcon } from \"./Labels\";\nexport { default as LetterArrowRightIcon } from \"./LetterArrowRight\";\nexport { default as LetterFastIcon } from \"./LetterFast\";\nexport { default as LetterIcon } from \"./Letter\";\nexport { default as LockSmallIcon } from \"./LockSmall\";\nexport { default as LockIcon } from \"./Lock\";\nexport { default as MarkerIcon } from \"./Marker\";\nexport { default as MessageAddIcon } from \"./MessageAdd\";\nexport { default as MessageEmptyIcon } from \"./MessageEmpty\";\nexport { default as MessageSmallIcon } from \"./MessageSmall\";\nexport { default as MessageSolidIcon } from \"./MessageSolid\";\nexport { default as MessageIcon } from \"./Message\";\nexport { default as MinusIcon } from \"./Minus\";\nexport { default as MoonIcon } from \"./Moon\";\nexport { default as MoveTriggerIcon } from \"./MoveTrigger\";\nexport { default as MoveIcon } from \"./Move\";\nexport { default as MyWorkIcon } from \"./MyWork\";\nexport { default as NoteAddIcon } from \"./NoteAdd\";\nexport { default as NoteIcon } from \"./Note\";\nexport { default as NotebookIcon } from \"./Notebook\";\nexport { default as NotificationBellIcon } from \"./NotificationBell\";\nexport { default as OpenExpandedIcon } from \"./OpenExpanded\";\nexport { default as OpenSheetIcon } from \"./OpenSheet\";\nexport { default as OrderFirstIcon } from \"./OrderFirst\";\nexport { default as PaidSmallIcon } from \"./PaidSmall\";\nexport { default as PauseCircleOutlineIcon } from \"./PauseCircleOutline\";\nexport { default as PauseIcon } from \"./PauseIcon\";\nexport { default as PauseSmallIcon } from \"./PauseSmall\";\nexport { default as PencilSmallIcon } from \"./PencilSmall\";\nexport { default as PencilIcon } from \"./Pencil\";\nexport { default as PendingPaymentSmallIcon } from \"./PendingPaymentSmall\";\nexport { default as PeopleIcon } from \"./People\";\nexport { default as PersonArrowOutCircleIcon } from \"./PersonArrowOutCircle\";\nexport { default as PersonCircleOffIcon } from \"./PersonCircleOff\";\nexport { default as PersonCircleIcon } from \"./PersonCircle\";\nexport { default as PersonPlusIcon } from \"./PersonPlus\";\nexport { default as PersonIcon } from \"./Person\";\nexport { default as PinIcon } from \"./Pin\";\nexport { default as PlayCircleOutlineIcon } from \"./PlayCircleOutline\";\nexport { default as PlayIcon } from \"./PlayIcon\";\nexport { default as PlaySmallIcon } from \"./PlaySmall\";\nexport { default as PriorityLowIcon } from \"./PriorityLow\";\nexport { default as ProjectAddIcon } from \"./ProjectAdd\";\nexport { default as ProjectSearchIcon } from \"./ProjectSearch\";\nexport { default as ProjectStarIcon } from \"./ProjectStar\";\nexport { default as ProjectTemplateAddIcon } from \"./ProjectTemplateAdd\";\nexport { default as ProjectTemplateConvertIcon } from \"./ProjectTemplateConvert\";\nexport { default as ProjectTemplateIcon } from \"./ProjectTemplate\";\nexport { default as ProjectsIcon } from \"./Projects\";\nexport { default as RadioBlankIcon } from \"./RadioBlank\";\nexport { default as RadioButtonIcon } from \"./RadioButton\";\nexport { default as RearangeIcon } from \"./Rearange\";\nexport { default as RearrangeSmallIcon } from \"./RearrangeSmall\";\nexport { default as RecurringCheckmarkSmallIcon } from \"./RecurringCheckmarkSmall\";\nexport { default as RecurringCheckmarkIcon } from \"./RecurringCheckmark\";\nexport { default as RecurringDollarIcon } from \"./RecurringDollar\";\nexport { default as RecurringSmallIcon } from \"./RecurringSmall\";\nexport { default as ReportTimeIcon } from \"./ReportTime\";\nexport { default as ReportsIcon } from \"./Reports\";\nexport { default as RocketSmallIcon } from \"./RocketSmall\";\nexport { default as RocketIcon } from \"./Rocket\";\nexport { default as SearchLargeIcon } from \"./SearchLarge\";\nexport { default as SearchIcon } from \"./Search\";\nexport { default as SendBlankIcon } from \"./SendBlank\";\nexport { default as SendFilledIcon } from \"./SendFilled\";\nexport { default as SettingsIcon } from \"./Settings\";\nexport { default as ShieldIcon } from \"./Shield\";\nexport { default as SortGeneralIcon } from \"./SortGeneral\";\nexport { default as SortIcon } from \"./SortIcon\";\nexport { default as SortListIcon } from \"./SortList\";\nexport { default as SortSmallIcon } from \"./SortSmall\";\nexport { default as StarOutlineIcon } from \"./StarOutline\";\nexport { default as StarIcon } from \"./Star\";\nexport { default as StopwatchIcon } from \"./Stopwatch\";\nexport { default as SystemSettingsIcon } from \"./SystemSettings\";\nexport { default as TaskAddIcon } from \"./TaskAdd\";\nexport { default as TaskListAddIcon } from \"./TaskListAdd\";\nexport { default as TaskListCompleteIcon } from \"./TaskListComplete\";\nexport { default as TaskListIcon } from \"./TaskList\";\nexport { default as ThumbUpOutlineIcon } from \"./ThumbUpOutline\";\nexport { default as TrashIcon } from \"./Trash\";\nexport { default as TreeDotsIcon } from \"./TreeDots\";\nexport { default as UploadIcon } from \"./Upload\";\nexport { default as ViewGridIcon } from \"./ViewGrid\";\nexport { default as ViewListIcon } from \"./ViewList\";\nexport { default as ViewTimelineIcon } from \"./ViewTimeline\";\nexport { default as VolumeHighIcon } from \"./VolumeHigh\";\nexport { default as WarningTriangleSmallIcon } from \"./WarningTriangleSmall\";\nexport { default as WarningTriangleIcon } from \"./WarningTriangle\";\nexport { default as WarningIcon } from \"./Warning\";\nexport { default as WorkloadIcon } from \"./Workload\";\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,UAAA,GAAAC,sBAAA,CAAAC,OAA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"}
|
|
@@ -28,6 +28,9 @@ var Step = exports.Step = function Step(_ref) {
|
|
|
28
28
|
shouldRenderNextButton = _ref$shouldRenderNext === void 0 ? true : _ref$shouldRenderNext,
|
|
29
29
|
_ref$changingStepInPr = _ref.changingStepInProgress,
|
|
30
30
|
changingStepInProgress = _ref$changingStepInPr === void 0 ? false : _ref$changingStepInPr,
|
|
31
|
+
_ref$disableBackButto = _ref.disableBackButton,
|
|
32
|
+
disableBackButton = _ref$disableBackButto === void 0 ? false : _ref$disableBackButto,
|
|
33
|
+
customRightHeader = _ref.customRightHeader,
|
|
31
34
|
_ref$skip = _ref.skip,
|
|
32
35
|
skip = _ref$skip === void 0 ? false : _ref$skip;
|
|
33
36
|
var onActionButtonClick = (0, _react.useCallback)(function () {
|
|
@@ -36,12 +39,12 @@ var Step = exports.Step = function Step(_ref) {
|
|
|
36
39
|
}
|
|
37
40
|
return onNextButtonClick && onNextButtonClick();
|
|
38
41
|
}, [isLast, onClose, onNextButtonClick]);
|
|
39
|
-
return !skip ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Styles.StyledStepHeader, null, /*#__PURE__*/_react.default.createElement(_Styles.StyledStepHeaderLeft, null, index && index > 0 ? /*#__PURE__*/_react.default.createElement(_IconButton.IconButton, {
|
|
42
|
+
return !skip ? /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_Styles.StyledStepHeader, null, /*#__PURE__*/_react.default.createElement(_Styles.StyledStepHeaderLeft, null, !disableBackButton && index && index > 0 ? /*#__PURE__*/_react.default.createElement(_IconButton.IconButton, {
|
|
40
43
|
onClick: onPreviousButtonClick,
|
|
41
44
|
variant: "text gray",
|
|
42
45
|
className: "tw--ml-3 tw-mr-2",
|
|
43
46
|
disabled: changingStepInProgress
|
|
44
|
-
}, /*#__PURE__*/_react.default.createElement(_Icons.ArrowBackMobileIcon, null)) : null, /*#__PURE__*/_react.default.createElement(_Styles.StyledStepTitle, null, /*#__PURE__*/_react.default.createElement(_Typography.Caption2, null, title), /*#__PURE__*/_react.default.createElement(_Typography.Header3, null, subtitle))), /*#__PURE__*/_react.default.createElement(_IconButton.IconButton, {
|
|
47
|
+
}, /*#__PURE__*/_react.default.createElement(_Icons.ArrowBackMobileIcon, null)) : null, /*#__PURE__*/_react.default.createElement(_Styles.StyledStepTitle, null, /*#__PURE__*/_react.default.createElement(_Typography.Caption2, null, title), /*#__PURE__*/_react.default.createElement(_Typography.Header3, null, subtitle))), customRightHeader ? customRightHeader : /*#__PURE__*/_react.default.createElement(_IconButton.IconButton, {
|
|
45
48
|
onClick: onClose,
|
|
46
49
|
variant: "text gray",
|
|
47
50
|
disabled: changingStepInProgress
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Step.js","names":["_react","_interopRequireWildcard","require","_StepActionButton","_Styles","_Dialog","_IconButton","_Icons","_Typography","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","Step","exports","_ref","index","isLast","subtitle","title","onNextButtonClick","onPreviousButtonClick","onClose","children","_ref$actionLabel","actionLabel","_ref$shouldRenderNext","shouldRenderNextButton","_ref$changingStepInPr","changingStepInProgress","_ref$skip","skip","onActionButtonClick","useCallback","createElement","Fragment","StyledStepHeader","StyledStepHeaderLeft","IconButton","onClick","variant","className","disabled","ArrowBackMobileIcon","StyledStepTitle","Caption2","Header3","CancelCrossIcon","Dialog","ContentDivider","Content","Actions","StepActionButton","StyledCustomStep","displayName"],"sources":["../../../../src/components/Wizard/Step.tsx"],"sourcesContent":["import React, { FC, ReactNode, useCallback } from \"react\";\n\nimport { StepActionButton } from \"./StepActionButton\";\nimport {\n StyledStepTitle,\n StyledStepHeaderLeft,\n StyledStepHeader,\n StyledCustomStep,\n} from \"./Styles\";\nimport { Dialog } from \"../Dialog\";\nimport { IconButton } from \"../IconButton\";\nimport { ArrowBackMobileIcon, CancelCrossIcon } from \"../Icons\";\nimport { Caption2, Header3 } from \"../Typography\";\n\nexport interface IStep {\n index?: number;\n isLast?: boolean;\n subtitle: string;\n title?: string;\n onNextButtonClick?: () => void;\n onPreviousButtonClick?: () => void;\n onClose?: () => void;\n children: ReactNode;\n actionLabel?: string;\n shouldRenderNextButton?: boolean;\n changingStepInProgress?: boolean;\n skip?: boolean;\n}\n\nexport const Step: FC<IStep> = ({\n index,\n isLast,\n subtitle,\n title,\n onNextButtonClick,\n onPreviousButtonClick,\n onClose,\n children,\n actionLabel = \"Proceed\",\n shouldRenderNextButton = true,\n changingStepInProgress = false,\n skip = false,\n}) => {\n const onActionButtonClick = useCallback(() => {\n if (isLast && onClose) {\n return onClose();\n }\n\n return onNextButtonClick && onNextButtonClick();\n }, [isLast, onClose, onNextButtonClick]);\n\n return !skip ? (\n <>\n <StyledStepHeader>\n <StyledStepHeaderLeft>\n {index && index > 0 ? (\n <IconButton\n onClick={onPreviousButtonClick}\n variant=\"text gray\"\n className=\"tw--ml-3 tw-mr-2\"\n disabled={changingStepInProgress}\n >\n <ArrowBackMobileIcon />\n </IconButton>\n ) : null}\n <StyledStepTitle>\n <Caption2>{title}</Caption2>\n <Header3>{subtitle}</Header3>\n </StyledStepTitle>\n </StyledStepHeaderLeft>\n <IconButton\n
|
|
1
|
+
{"version":3,"file":"Step.js","names":["_react","_interopRequireWildcard","require","_StepActionButton","_Styles","_Dialog","_IconButton","_Icons","_Typography","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","default","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","prototype","hasOwnProperty","call","i","set","Step","exports","_ref","index","isLast","subtitle","title","onNextButtonClick","onPreviousButtonClick","onClose","children","_ref$actionLabel","actionLabel","_ref$shouldRenderNext","shouldRenderNextButton","_ref$changingStepInPr","changingStepInProgress","_ref$disableBackButto","disableBackButton","customRightHeader","_ref$skip","skip","onActionButtonClick","useCallback","createElement","Fragment","StyledStepHeader","StyledStepHeaderLeft","IconButton","onClick","variant","className","disabled","ArrowBackMobileIcon","StyledStepTitle","Caption2","Header3","CancelCrossIcon","Dialog","ContentDivider","Content","Actions","StepActionButton","StyledCustomStep","displayName"],"sources":["../../../../src/components/Wizard/Step.tsx"],"sourcesContent":["import React, { FC, ReactNode, useCallback } from \"react\";\n\nimport { StepActionButton } from \"./StepActionButton\";\nimport {\n StyledStepTitle,\n StyledStepHeaderLeft,\n StyledStepHeader,\n StyledCustomStep,\n} from \"./Styles\";\nimport { Dialog } from \"../Dialog\";\nimport { IconButton } from \"../IconButton\";\nimport { ArrowBackMobileIcon, CancelCrossIcon } from \"../Icons\";\nimport { Caption2, Header3 } from \"../Typography\";\n\nexport interface IStep {\n index?: number;\n isLast?: boolean;\n subtitle: string;\n title?: string;\n onNextButtonClick?: () => void;\n onPreviousButtonClick?: () => void;\n onClose?: () => void;\n children: ReactNode;\n actionLabel?: string;\n shouldRenderNextButton?: boolean;\n changingStepInProgress?: boolean;\n disableBackButton?: boolean;\n customRightHeader?: ReactNode;\n skip?: boolean;\n}\n\nexport const Step: FC<IStep> = ({\n index,\n isLast,\n subtitle,\n title,\n onNextButtonClick,\n onPreviousButtonClick,\n onClose,\n children,\n actionLabel = \"Proceed\",\n shouldRenderNextButton = true,\n changingStepInProgress = false,\n disableBackButton = false,\n customRightHeader,\n skip = false,\n}) => {\n const onActionButtonClick = useCallback(() => {\n if (isLast && onClose) {\n return onClose();\n }\n\n return onNextButtonClick && onNextButtonClick();\n }, [isLast, onClose, onNextButtonClick]);\n\n return !skip ? (\n <>\n <StyledStepHeader>\n <StyledStepHeaderLeft>\n {!disableBackButton && index && index > 0 ? (\n <IconButton\n onClick={onPreviousButtonClick}\n variant=\"text gray\"\n className=\"tw--ml-3 tw-mr-2\"\n disabled={changingStepInProgress}\n >\n <ArrowBackMobileIcon />\n </IconButton>\n ) : null}\n <StyledStepTitle>\n <Caption2>{title}</Caption2>\n <Header3>{subtitle}</Header3>\n </StyledStepTitle>\n </StyledStepHeaderLeft>\n {customRightHeader ? (\n customRightHeader\n ) : (\n <IconButton\n onClick={onClose}\n variant=\"text gray\"\n disabled={changingStepInProgress}\n >\n <CancelCrossIcon />\n </IconButton>\n )}\n </StyledStepHeader>\n <Dialog.ContentDivider />\n {shouldRenderNextButton ? (\n <>\n <Dialog.Content>{children}</Dialog.Content>\n <Dialog.ContentDivider />\n <Dialog.Actions>\n <StepActionButton\n isLast={isLast}\n actionLabel={actionLabel}\n onNextButtonClick={onActionButtonClick}\n />\n </Dialog.Actions>\n </>\n ) : (\n <StyledCustomStep>{children}</StyledCustomStep>\n )}\n </>\n ) : null;\n};\n\nStep.displayName = \"Step\";\n"],"mappings":"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"}
|
|
@@ -13,7 +13,7 @@ var StyledStepHeader = exports.StyledStepHeader = _styledComponents.default.div.
|
|
|
13
13
|
var StyledStepTitle = exports.StyledStepTitle = _styledComponents.default.div.withConfig({
|
|
14
14
|
displayName: "Styles__StyledStepTitle",
|
|
15
15
|
componentId: "sc-88drbd-1"
|
|
16
|
-
})(["display:flex;flex-direction:column;"]);
|
|
16
|
+
})(["display:flex;flex-direction:column;justify-content:center;"]);
|
|
17
17
|
var StyledStepHeaderLeft = exports.StyledStepHeaderLeft = _styledComponents.default.div.withConfig({
|
|
18
18
|
displayName: "Styles__StyledStepHeaderLeft",
|
|
19
19
|
componentId: "sc-88drbd-2"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Styles.js","names":["_styledComponents","_interopRequireDefault","require","obj","__esModule","default","StyledStepHeader","exports","styled","div","withConfig","displayName","componentId","StyledStepTitle","StyledStepHeaderLeft","StyledCustomStep"],"sources":["../../../../src/components/Wizard/Styles.ts"],"sourcesContent":["import styled from \"styled-components\";\n\nexport const StyledStepHeader = styled.div`\n display: flex;\n padding: 12px 12px 12px 32px;\n justify-content: space-between;\n`;\n\nexport const StyledStepTitle = styled.div`\n display: flex;\n flex-direction: column;\n`;\n\nexport const StyledStepHeaderLeft = styled.div`\n display: flex;\n`;\n\nexport const StyledCustomStep = styled.div`\n overflow-y: auto;\n`;\n"],"mappings":";;;;;;AAAA,IAAAA,iBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAuC,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAEhC,IAAMG,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAGE,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,+EAIzC;AAEM,IAAMC,eAAe,GAAAN,OAAA,CAAAM,eAAA,GAAGL,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,
|
|
1
|
+
{"version":3,"file":"Styles.js","names":["_styledComponents","_interopRequireDefault","require","obj","__esModule","default","StyledStepHeader","exports","styled","div","withConfig","displayName","componentId","StyledStepTitle","StyledStepHeaderLeft","StyledCustomStep"],"sources":["../../../../src/components/Wizard/Styles.ts"],"sourcesContent":["import styled from \"styled-components\";\n\nexport const StyledStepHeader = styled.div`\n display: flex;\n padding: 12px 12px 12px 32px;\n justify-content: space-between;\n`;\n\nexport const StyledStepTitle = styled.div`\n display: flex;\n flex-direction: column;\n justify-content: center;\n`;\n\nexport const StyledStepHeaderLeft = styled.div`\n display: flex;\n`;\n\nexport const StyledCustomStep = styled.div`\n overflow-y: auto;\n`;\n"],"mappings":";;;;;;AAAA,IAAAA,iBAAA,GAAAC,sBAAA,CAAAC,OAAA;AAAuC,SAAAD,uBAAAE,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,KAAAE,OAAA,EAAAF,GAAA;AAEhC,IAAMG,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAGE,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,+EAIzC;AAEM,IAAMC,eAAe,GAAAN,OAAA,CAAAM,eAAA,GAAGL,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,kEAIxC;AAEM,IAAME,oBAAoB,GAAAP,OAAA,CAAAO,oBAAA,GAAGN,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,qBAE7C;AAEM,IAAMG,gBAAgB,GAAAR,OAAA,CAAAQ,gBAAA,GAAGP,yBAAM,CAACC,GAAG,CAAAC,UAAA;EAAAC,WAAA;EAAAC,WAAA;AAAA,wBAEzC"}
|
|
@@ -124,6 +124,17 @@ Object.keys(_EntityCard).forEach(function (key) {
|
|
|
124
124
|
}
|
|
125
125
|
});
|
|
126
126
|
});
|
|
127
|
+
var _EntitiesHeader = require("./EntitiesHeader");
|
|
128
|
+
Object.keys(_EntitiesHeader).forEach(function (key) {
|
|
129
|
+
if (key === "default" || key === "__esModule") return;
|
|
130
|
+
if (key in exports && exports[key] === _EntitiesHeader[key]) return;
|
|
131
|
+
Object.defineProperty(exports, key, {
|
|
132
|
+
enumerable: true,
|
|
133
|
+
get: function get() {
|
|
134
|
+
return _EntitiesHeader[key];
|
|
135
|
+
}
|
|
136
|
+
});
|
|
137
|
+
});
|
|
127
138
|
var _Signifier = require("./Signifier");
|
|
128
139
|
Object.keys(_Signifier).forEach(function (key) {
|
|
129
140
|
if (key === "default" || key === "__esModule") return;
|