@neo4j-ndl/react 0.1.0
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/LICENSE +674 -0
- package/lib/alert/Alert.d.ts +70 -0
- package/lib/alert/Alert.js +114 -0
- package/lib/alert/Alert.js.map +1 -0
- package/lib/alert/index.d.ts +21 -0
- package/lib/alert/index.js +34 -0
- package/lib/alert/index.js.map +1 -0
- package/lib/button/Button.d.ts +52 -0
- package/lib/button/Button.js +110 -0
- package/lib/button/Button.js.map +1 -0
- package/lib/button/index.d.ts +21 -0
- package/lib/button/index.js +34 -0
- package/lib/button/index.js.map +1 -0
- package/lib/checkbox/Checkbox.d.ts +39 -0
- package/lib/checkbox/Checkbox.js +59 -0
- package/lib/checkbox/Checkbox.js.map +1 -0
- package/lib/checkbox/index.d.ts +21 -0
- package/lib/checkbox/index.js +33 -0
- package/lib/checkbox/index.js.map +1 -0
- package/lib/context-menu/ContextMenu.d.ts +65 -0
- package/lib/context-menu/ContextMenu.js +228 -0
- package/lib/context-menu/ContextMenu.js.map +1 -0
- package/lib/context-menu/index.d.ts +21 -0
- package/lib/context-menu/index.js +34 -0
- package/lib/context-menu/index.js.map +1 -0
- package/lib/helpers/debounce.d.ts +24 -0
- package/lib/helpers/debounce.js +47 -0
- package/lib/helpers/debounce.js.map +1 -0
- package/lib/helpers/index.d.ts +22 -0
- package/lib/helpers/index.js +35 -0
- package/lib/helpers/index.js.map +1 -0
- package/lib/helpers/types.d.ts +25 -0
- package/lib/helpers/types.js +23 -0
- package/lib/helpers/types.js.map +1 -0
- package/lib/icons/Custom.d.ts +27 -0
- package/lib/icons/Custom.js +77 -0
- package/lib/icons/Custom.js.map +1 -0
- package/lib/icons/Hero.d.ts +28 -0
- package/lib/icons/Hero.js +89 -0
- package/lib/icons/Hero.js.map +1 -0
- package/lib/icons/custom/Circle.d.ts +23 -0
- package/lib/icons/custom/Circle.js +57 -0
- package/lib/icons/custom/Circle.js.map +1 -0
- package/lib/icons/custom/DatabaseAddCircle.d.ts +23 -0
- package/lib/icons/custom/DatabaseAddCircle.js +57 -0
- package/lib/icons/custom/DatabaseAddCircle.js.map +1 -0
- package/lib/icons/custom/Drag.d.ts +23 -0
- package/lib/icons/custom/Drag.js +62 -0
- package/lib/icons/custom/Drag.js.map +1 -0
- package/lib/icons/custom/Expand.d.ts +23 -0
- package/lib/icons/custom/Expand.js +57 -0
- package/lib/icons/custom/Expand.js.map +1 -0
- package/lib/icons/custom/ExternalLink.d.ts +23 -0
- package/lib/icons/custom/ExternalLink.js +57 -0
- package/lib/icons/custom/ExternalLink.js.map +1 -0
- package/lib/icons/custom/FitToScreen.d.ts +23 -0
- package/lib/icons/custom/FitToScreen.js +57 -0
- package/lib/icons/custom/FitToScreen.js.map +1 -0
- package/lib/icons/custom/FolderBookmark.d.ts +23 -0
- package/lib/icons/custom/FolderBookmark.js +57 -0
- package/lib/icons/custom/FolderBookmark.js.map +1 -0
- package/lib/icons/custom/Heirarchy2.d.ts +23 -0
- package/lib/icons/custom/Heirarchy2.js +57 -0
- package/lib/icons/custom/Heirarchy2.js.map +1 -0
- package/lib/icons/custom/Hierarchy1.d.ts +23 -0
- package/lib/icons/custom/Hierarchy1.js +57 -0
- package/lib/icons/custom/Hierarchy1.js.map +1 -0
- package/lib/icons/custom/Pin.d.ts +23 -0
- package/lib/icons/custom/Pin.js +57 -0
- package/lib/icons/custom/Pin.js.map +1 -0
- package/lib/icons/custom/Presentation.d.ts +23 -0
- package/lib/icons/custom/Presentation.js +57 -0
- package/lib/icons/custom/Presentation.js.map +1 -0
- package/lib/icons/custom/Rhombus.d.ts +23 -0
- package/lib/icons/custom/Rhombus.js +57 -0
- package/lib/icons/custom/Rhombus.js.map +1 -0
- package/lib/icons/custom/Shrink.d.ts +23 -0
- package/lib/icons/custom/Shrink.js +57 -0
- package/lib/icons/custom/Shrink.js.map +1 -0
- package/lib/icons/custom/Text.d.ts +23 -0
- package/lib/icons/custom/Text.js +57 -0
- package/lib/icons/custom/Text.js.map +1 -0
- package/lib/icons/custom/Triangle.d.ts +23 -0
- package/lib/icons/custom/Triangle.js +57 -0
- package/lib/icons/custom/Triangle.js.map +1 -0
- package/lib/icons/custom/index.d.ts +35 -0
- package/lib/icons/custom/index.js +61 -0
- package/lib/icons/custom/index.js.map +1 -0
- package/lib/icons/index.d.ts +22 -0
- package/lib/icons/index.js +35 -0
- package/lib/icons/index.js.map +1 -0
- package/lib/index.d.ts +30 -0
- package/lib/index.js +43 -0
- package/lib/index.js.map +1 -0
- package/lib/input/Input.d.ts +44 -0
- package/lib/input/Input.js +92 -0
- package/lib/input/Input.js.map +1 -0
- package/lib/input/index.d.ts +21 -0
- package/lib/input/index.js +33 -0
- package/lib/input/index.js.map +1 -0
- package/lib/label/Label.d.ts +41 -0
- package/lib/label/Label.js +81 -0
- package/lib/label/Label.js.map +1 -0
- package/lib/label/index.d.ts +21 -0
- package/lib/label/index.js +33 -0
- package/lib/label/index.js.map +1 -0
- package/lib/loading-spinner/LoadingSpinner.d.ts +41 -0
- package/lib/loading-spinner/LoadingSpinner.js +45 -0
- package/lib/loading-spinner/LoadingSpinner.js.map +1 -0
- package/lib/loading-spinner/index.d.ts +21 -0
- package/lib/loading-spinner/index.js +33 -0
- package/lib/loading-spinner/index.js.map +1 -0
- package/lib/popover/Popover.d.ts +70 -0
- package/lib/popover/Popover.js +223 -0
- package/lib/popover/Popover.js.map +1 -0
- package/lib/popover/index.d.ts +21 -0
- package/lib/popover/index.js +34 -0
- package/lib/popover/index.js.map +1 -0
- package/lib/progress-bar/ProgressBar.d.ts +29 -0
- package/lib/progress-bar/ProgressBar.js +40 -0
- package/lib/progress-bar/ProgressBar.js.map +1 -0
- package/lib/progress-bar/index.d.ts +21 -0
- package/lib/progress-bar/index.js +33 -0
- package/lib/progress-bar/index.js.map +1 -0
- package/lib/radio/Radio.d.ts +39 -0
- package/lib/radio/Radio.js +58 -0
- package/lib/radio/Radio.js.map +1 -0
- package/lib/radio/index.d.ts +21 -0
- package/lib/radio/index.js +33 -0
- package/lib/radio/index.js.map +1 -0
- package/lib/switch/Switch.d.ts +39 -0
- package/lib/switch/Switch.js +59 -0
- package/lib/switch/Switch.js.map +1 -0
- package/lib/switch/index.d.ts +21 -0
- package/lib/switch/index.js +33 -0
- package/lib/switch/index.js.map +1 -0
- package/lib/tabs/Tabs.d.ts +72 -0
- package/lib/tabs/Tabs.js +105 -0
- package/lib/tabs/Tabs.js.map +1 -0
- package/lib/tabs/index.d.ts +21 -0
- package/lib/tabs/index.js +34 -0
- package/lib/tabs/index.js.map +1 -0
- package/lib/tag/Tag.d.ts +61 -0
- package/lib/tag/Tag.js +60 -0
- package/lib/tag/Tag.js.map +1 -0
- package/lib/tag/index.d.ts +21 -0
- package/lib/tag/index.js +33 -0
- package/lib/tag/index.js.map +1 -0
- package/lib/tooltip/Tooltip.d.ts +29 -0
- package/lib/tooltip/Tooltip.js +56 -0
- package/lib/tooltip/Tooltip.js.map +1 -0
- package/lib/tooltip/index.d.ts +21 -0
- package/lib/tooltip/index.js +33 -0
- package/lib/tooltip/index.js.map +1 -0
- package/lib/view-selector/ViewSelector.d.ts +58 -0
- package/lib/view-selector/ViewSelector.js +78 -0
- package/lib/view-selector/ViewSelector.js.map +1 -0
- package/lib/view-selector/index.d.ts +21 -0
- package/lib/view-selector/index.js +34 -0
- package/lib/view-selector/index.js.map +1 -0
- package/package.json +63 -0
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
53
|
+
var t = {};
|
|
54
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
55
|
+
t[p] = s[p];
|
|
56
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
57
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
58
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
59
|
+
t[p[i]] = s[p[i]];
|
|
60
|
+
}
|
|
61
|
+
return t;
|
|
62
|
+
};
|
|
63
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
64
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
65
|
+
};
|
|
66
|
+
exports.__esModule = true;
|
|
67
|
+
exports.CustomIcon = void 0;
|
|
68
|
+
var react_1 = __importDefault(require("react"));
|
|
69
|
+
var CustomIcons = __importStar(require("./custom/index"));
|
|
70
|
+
var CustomIcon = function (_a) {
|
|
71
|
+
var _b = _a.iconName, iconName = _b === void 0 ? 'Drag' : _b, props = __rest(_a, ["iconName"]);
|
|
72
|
+
var IconComponent = CustomIcons[iconName];
|
|
73
|
+
return react_1["default"].createElement(IconComponent, __assign({}, props));
|
|
74
|
+
};
|
|
75
|
+
exports.CustomIcon = CustomIcon;
|
|
76
|
+
exports["default"] = exports.CustomIcon;
|
|
77
|
+
//# sourceMappingURL=Custom.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Custom.js","sourceRoot":"","sources":["../../src/icons/Custom.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAA0B;AAC1B,0DAA8C;AAIvC,IAAM,UAAU,GAAG,UAAC,EAKI;IAJ7B,IAAA,gBAAiB,EAAjB,QAAQ,mBAAG,MAAM,KAAA,EACd,KAAK,cAFiB,YAG1B,CADS;IAIR,IAAM,aAAa,GAAG,WAAW,CAAC,QAAQ,CAAC,CAAC;IAE5C,OAAO,iCAAC,aAAa,eAAK,KAAK,EAAI,CAAC;AACtC,CAAC,CAAC;AATW,QAAA,UAAU,cASrB;AAEF,qBAAe,kBAAU,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) "Neo4j"
|
|
4
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
5
|
+
*
|
|
6
|
+
* This file is part of Neo4j.
|
|
7
|
+
*
|
|
8
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
9
|
+
* it under the terms of the GNU General Public License as published by
|
|
10
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
* (at your option) any later version.
|
|
12
|
+
*
|
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
* GNU General Public License for more details.
|
|
17
|
+
*
|
|
18
|
+
* You should have received a copy of the GNU General Public License
|
|
19
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
*/
|
|
21
|
+
import React from 'react';
|
|
22
|
+
import * as SolidIcons from '@heroicons/react/solid';
|
|
23
|
+
declare type HeroIconNames = keyof typeof SolidIcons;
|
|
24
|
+
export declare const HeroIcon: ({ iconName, type, ...props }: {
|
|
25
|
+
iconName: HeroIconNames;
|
|
26
|
+
type?: "solid" | "outline" | undefined;
|
|
27
|
+
} & React.SVGProps<SVGSVGElement>) => JSX.Element;
|
|
28
|
+
export default HeroIcon;
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
53
|
+
var t = {};
|
|
54
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
55
|
+
t[p] = s[p];
|
|
56
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
57
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
58
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
59
|
+
t[p[i]] = s[p[i]];
|
|
60
|
+
}
|
|
61
|
+
return t;
|
|
62
|
+
};
|
|
63
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
64
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
65
|
+
};
|
|
66
|
+
exports.__esModule = true;
|
|
67
|
+
exports.HeroIcon = void 0;
|
|
68
|
+
var react_1 = __importDefault(require("react"));
|
|
69
|
+
var OutlinedIcons = __importStar(require("@heroicons/react/outline"));
|
|
70
|
+
var SolidIcons = __importStar(require("@heroicons/react/solid"));
|
|
71
|
+
var HeroIcon = function (_a) {
|
|
72
|
+
var _b = _a.iconName, iconName = _b === void 0 ? 'GlobeAltIcon' : _b, _c = _a.type, type = _c === void 0 ? 'outline' : _c, props = __rest(_a, ["iconName", "type"]);
|
|
73
|
+
var IconComponent;
|
|
74
|
+
switch (type) {
|
|
75
|
+
case 'solid':
|
|
76
|
+
IconComponent = SolidIcons[iconName];
|
|
77
|
+
break;
|
|
78
|
+
case 'outline':
|
|
79
|
+
IconComponent = OutlinedIcons[iconName];
|
|
80
|
+
break;
|
|
81
|
+
default:
|
|
82
|
+
IconComponent = SolidIcons[iconName];
|
|
83
|
+
console.error("Type must be 'solid' or 'outline', you provided: ".concat(type));
|
|
84
|
+
}
|
|
85
|
+
return react_1["default"].createElement(IconComponent, __assign({}, props));
|
|
86
|
+
};
|
|
87
|
+
exports.HeroIcon = HeroIcon;
|
|
88
|
+
exports["default"] = exports.HeroIcon;
|
|
89
|
+
//# sourceMappingURL=Hero.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Hero.js","sourceRoot":"","sources":["../../src/icons/Hero.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAA0B;AAC1B,sEAA0D;AAC1D,iEAAqD;AAI9C,IAAM,QAAQ,GAAG,UAAC,EAOM;IAN7B,IAAA,gBAAyB,EAAzB,QAAQ,mBAAG,cAAc,KAAA,EACzB,YAAgB,EAAhB,IAAI,mBAAG,SAAS,KAAA,EACb,KAAK,cAHe,oBAIxB,CADS;IAKR,IAAI,aAAa,CAAC;IAElB,QAAQ,IAAI,EAAE;QACZ,KAAK,OAAO;YACV,aAAa,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;YACrC,MAAM;QACR,KAAK,SAAS;YACZ,aAAa,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC;YACxC,MAAM;QACR;YACE,aAAa,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;YACrC,OAAO,CAAC,KAAK,CAAC,2DAAoD,IAAI,CAAE,CAAC,CAAC;KAC7E;IAED,OAAO,iCAAC,aAAa,eAAK,KAAK,EAAI,CAAC;AACtC,CAAC,CAAC;AAvBW,QAAA,QAAQ,YAuBnB;AAEF,qBAAe,gBAAQ,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) "Neo4j"
|
|
4
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
5
|
+
*
|
|
6
|
+
* This file is part of Neo4j.
|
|
7
|
+
*
|
|
8
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
9
|
+
* it under the terms of the GNU General Public License as published by
|
|
10
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
* (at your option) any later version.
|
|
12
|
+
*
|
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
* GNU General Public License for more details.
|
|
17
|
+
*
|
|
18
|
+
* You should have received a copy of the GNU General Public License
|
|
19
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
*/
|
|
21
|
+
import { SVGProps } from 'react';
|
|
22
|
+
declare const SvgCircle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
export default SvgCircle;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
exports.__esModule = true;
|
|
53
|
+
var React = __importStar(require("react"));
|
|
54
|
+
var SvgCircle = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 9 9", fill: "none" }, props),
|
|
55
|
+
React.createElement("circle", { cx: 4.5, cy: 4.5, r: 4, fill: "currentColor" }))); };
|
|
56
|
+
exports["default"] = SvgCircle;
|
|
57
|
+
//# sourceMappingURL=Circle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Circle.js","sourceRoot":"","sources":["../../../src/icons/custom/Circle.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,SAAS,GAAG,UAAC,KAA8B,IAAK,OAAA,CACpD,sCAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,MAAM,IAAK,KAAK;IACnE,gCAAQ,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,CAAC,EAAE,CAAC,EAAE,IAAI,EAAC,cAAc,GAAG,CAClD,CACP,EAJqD,CAIrD,CAAC;AAEF,qBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) "Neo4j"
|
|
4
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
5
|
+
*
|
|
6
|
+
* This file is part of Neo4j.
|
|
7
|
+
*
|
|
8
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
9
|
+
* it under the terms of the GNU General Public License as published by
|
|
10
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
* (at your option) any later version.
|
|
12
|
+
*
|
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
* GNU General Public License for more details.
|
|
17
|
+
*
|
|
18
|
+
* You should have received a copy of the GNU General Public License
|
|
19
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
*/
|
|
21
|
+
import { SVGProps } from 'react';
|
|
22
|
+
declare const SvgDatabaseAddCircle: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
export default SvgDatabaseAddCircle;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
exports.__esModule = true;
|
|
53
|
+
var React = __importStar(require("react"));
|
|
54
|
+
var SvgDatabaseAddCircle = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
55
|
+
React.createElement("path", { d: "M17.876 16.1188C17.876 15.7046 17.5402 15.3688 17.126 15.3688C16.7118 15.3688 16.376 15.7046 16.376 16.1188H17.876ZM16.376 19.1188C16.376 19.533 16.7118 19.8688 17.126 19.8688C17.5402 19.8688 17.876 19.533 17.876 19.1188H16.376ZM18.626 18.3688C19.0402 18.3688 19.376 18.033 19.376 17.6188C19.376 17.2046 19.0402 16.8688 18.626 16.8688V18.3688ZM15.626 16.8688C15.2118 16.8688 14.876 17.2046 14.876 17.6188C14.876 18.033 15.2118 18.3688 15.626 18.3688V16.8688ZM10.374 20.6313C10.7882 20.6313 11.124 20.2956 11.124 19.8813C11.124 19.4671 10.7882 19.1313 10.374 19.1313V20.6313ZM10.374 15.6313C10.7882 15.6313 11.124 15.2956 11.124 14.8813C11.124 14.4671 10.7882 14.1313 10.374 14.1313V15.6313ZM17.624 10.8813C17.624 11.2956 17.9598 11.6313 18.374 11.6313C18.7882 11.6313 19.124 11.2956 19.124 10.8813H17.624ZM16.376 16.1188V17.6188H17.876V16.1188H16.376ZM16.376 17.6188V19.1188H17.876V17.6188H16.376ZM18.626 16.8688H17.126V18.3688H18.626V16.8688ZM17.126 16.8688H15.626V18.3688H17.126V16.8688ZM20.876 17.6188C20.876 19.6898 19.197 21.3688 17.126 21.3688V22.8688C20.0255 22.8688 22.376 20.5183 22.376 17.6188H20.876ZM17.126 21.3688C15.0549 21.3688 13.376 19.6898 13.376 17.6188H11.876C11.876 20.5183 14.2265 22.8688 17.126 22.8688V21.3688ZM13.376 17.6188C13.376 15.5477 15.0549 13.8688 17.126 13.8688V12.3688C14.2265 12.3688 11.876 14.7193 11.876 17.6188H13.376ZM17.126 13.8688C19.197 13.8688 20.876 15.5477 20.876 17.6188H22.376C22.376 14.7193 20.0255 12.3688 17.126 12.3688V13.8688ZM3.12402 15.8813V5.88135H1.62402V15.8813H3.12402ZM10.374 19.1313C8.25607 19.1313 6.37571 18.7005 5.05258 18.039C3.68459 17.355 3.12402 16.5488 3.12402 15.8813H1.62402C1.62402 17.423 2.85432 18.6169 4.38176 19.3806C5.95406 20.1667 8.0737 20.6313 10.374 20.6313V19.1313ZM17.624 5.88135C17.624 6.5488 17.0635 7.35496 15.6955 8.03895C14.3723 8.70052 12.492 9.13135 10.374 9.13135V10.6313C12.6743 10.6313 14.794 10.1667 16.3663 9.3806C17.8937 8.61687 19.124 7.42304 19.124 5.88135H17.624ZM10.374 9.13135C8.25607 9.13135 6.37571 8.70052 5.05258 8.03895C3.68459 7.35496 3.12402 6.5488 3.12402 5.88135H1.62402C1.62402 7.42304 2.85432 8.61687 4.38176 9.3806C5.95406 10.1667 8.0737 10.6313 10.374 10.6313V9.13135ZM3.12402 5.88135C3.12402 5.2139 3.68459 4.40773 5.05258 3.72374C6.37571 3.06218 8.25607 2.63135 10.374 2.63135V1.13135C8.0737 1.13135 5.95406 1.59595 4.38176 2.3821C2.85432 3.14582 1.62402 4.33966 1.62402 5.88135H3.12402ZM10.374 2.63135C12.492 2.63135 14.3723 3.06218 15.6955 3.72374C17.0635 4.40773 17.624 5.2139 17.624 5.88135H19.124C19.124 4.33966 17.8937 3.14582 16.3663 2.3821C14.794 1.59595 12.6743 1.13135 10.374 1.13135V2.63135ZM10.374 14.1313C8.25607 14.1313 6.37571 13.7005 5.05258 13.039C3.68459 12.355 3.12402 11.5488 3.12402 10.8813H1.62402C1.62402 12.423 2.85432 13.6169 4.38176 14.3806C5.95406 15.1667 8.0737 15.6313 10.374 15.6313V14.1313ZM17.624 5.88135V10.8813H19.124V5.88135H17.624Z", fill: "currentColor" }))); };
|
|
56
|
+
exports["default"] = SvgDatabaseAddCircle;
|
|
57
|
+
//# sourceMappingURL=DatabaseAddCircle.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatabaseAddCircle.js","sourceRoot":"","sources":["../../../src/icons/custom/DatabaseAddCircle.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,oBAAoB,GAAG,UAAC,KAA8B,IAAK,OAAA,CAC/D,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,q0FAAq0F,EACv0F,IAAI,EAAC,cAAc,GACnB,CACE,CACP,EAdgE,CAchE,CAAC;AAEF,qBAAe,oBAAoB,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) "Neo4j"
|
|
4
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
5
|
+
*
|
|
6
|
+
* This file is part of Neo4j.
|
|
7
|
+
*
|
|
8
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
9
|
+
* it under the terms of the GNU General Public License as published by
|
|
10
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
* (at your option) any later version.
|
|
12
|
+
*
|
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
* GNU General Public License for more details.
|
|
17
|
+
*
|
|
18
|
+
* You should have received a copy of the GNU General Public License
|
|
19
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
*/
|
|
21
|
+
import { SVGProps } from 'react';
|
|
22
|
+
declare const SvgDrag: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
export default SvgDrag;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
exports.__esModule = true;
|
|
53
|
+
var React = __importStar(require("react"));
|
|
54
|
+
var SvgDrag = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
55
|
+
React.createElement("path", { d: "M8.66667 6H9.33333C9.70152 6 10 6.29848 10 6.66667V7.33333C10 7.70152 9.70152 8 9.33333 8H8.66667C8.29848 8 8 7.70152 8 7.33333V6.66667C8 6.29848 8.29848 6 8.66667 6Z", fill: "currentColor" }),
|
|
56
|
+
React.createElement("path", { d: "M14.6667 6H15.3333C15.7015 6 16 6.29848 16 6.66667V7.33333C16 7.70152 15.7015 8 15.3333 8H14.6667C14.2985 8 14 7.70152 14 7.33333V6.66667C14 6.29848 14.2985 6 14.6667 6Z", fill: "currentColor" }),
|
|
57
|
+
React.createElement("path", { d: "M15.3333 16H14.6667C14.2985 16 14 16.2985 14 16.6667V17.3333C14 17.7015 14.2985 18 14.6667 18H15.3333C15.7015 18 16 17.7015 16 17.3333V16.6667C16 16.2985 15.7015 16 15.3333 16Z", fill: "currentColor" }),
|
|
58
|
+
React.createElement("path", { d: "M8.66667 11H9.33333C9.70152 11 10 11.2985 10 11.6667V12.3333C10 12.7015 9.70152 13 9.33333 13H8.66667C8.29848 13 8 12.7015 8 12.3333V11.6667C8 11.2985 8.29848 11 8.66667 11Z", fill: "currentColor" }),
|
|
59
|
+
React.createElement("path", { d: "M15.3333 11H14.6667C14.2985 11 14 11.2985 14 11.6667V12.3333C14 12.7015 14.2985 13 14.6667 13H15.3333C15.7015 13 16 12.7015 16 12.3333V11.6667C16 11.2985 15.7015 11 15.3333 11Z", fill: "currentColor" }),
|
|
60
|
+
React.createElement("path", { d: "M8.66667 16H9.33333C9.70152 16 10 16.2985 10 16.6667V17.3333C10 17.7015 9.70152 18 9.33333 18H8.66667C8.29848 18 8 17.7015 8 17.3333V16.6667C8 16.2985 8.29848 16 8.66667 16Z", fill: "currentColor" }))); };
|
|
61
|
+
exports["default"] = SvgDrag;
|
|
62
|
+
//# sourceMappingURL=Drag.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drag.js","sourceRoot":"","sources":["../../../src/icons/custom/Drag.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,OAAO,GAAG,UAAC,KAA8B,IAAK,OAAA,CAClD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,wKAAwK,EAC1K,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,2KAA2K,EAC7K,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,kLAAkL,EACpL,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,kLAAkL,EACpL,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,cAAc,GACnB,CACE,CACP,EAlCmD,CAkCnD,CAAC;AAEF,qBAAe,OAAO,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) "Neo4j"
|
|
4
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
5
|
+
*
|
|
6
|
+
* This file is part of Neo4j.
|
|
7
|
+
*
|
|
8
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
9
|
+
* it under the terms of the GNU General Public License as published by
|
|
10
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
* (at your option) any later version.
|
|
12
|
+
*
|
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
* GNU General Public License for more details.
|
|
17
|
+
*
|
|
18
|
+
* You should have received a copy of the GNU General Public License
|
|
19
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
*/
|
|
21
|
+
import { SVGProps } from 'react';
|
|
22
|
+
declare const SvgExpand: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
export default SvgExpand;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
exports.__esModule = true;
|
|
53
|
+
var React = __importStar(require("react"));
|
|
54
|
+
var SvgExpand = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
55
|
+
React.createElement("path", { d: "M10.2 13.7999L3 20.9999M3 20.9999V15.6001M3 20.9999L8.4 21.0001M20.9996 8.4V3M20.9996 3H15.5996M20.9996 3L13.7988 10.2", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); };
|
|
56
|
+
exports["default"] = SvgExpand;
|
|
57
|
+
//# sourceMappingURL=Expand.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Expand.js","sourceRoot":"","sources":["../../../src/icons/custom/Expand.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,SAAS,GAAG,UAAC,KAA8B,IAAK,OAAA,CACpD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,wHAAwH,EAC1H,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjBqD,CAiBrD,CAAC;AAEF,qBAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* Copyright (c) "Neo4j"
|
|
4
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
5
|
+
*
|
|
6
|
+
* This file is part of Neo4j.
|
|
7
|
+
*
|
|
8
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
9
|
+
* it under the terms of the GNU General Public License as published by
|
|
10
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
11
|
+
* (at your option) any later version.
|
|
12
|
+
*
|
|
13
|
+
* This program is distributed in the hope that it will be useful,
|
|
14
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
15
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
16
|
+
* GNU General Public License for more details.
|
|
17
|
+
*
|
|
18
|
+
* You should have received a copy of the GNU General Public License
|
|
19
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
20
|
+
*/
|
|
21
|
+
import { SVGProps } from 'react';
|
|
22
|
+
declare const SvgExternalLink: (props: SVGProps<SVGSVGElement>) => JSX.Element;
|
|
23
|
+
export default SvgExternalLink;
|
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
* Copyright (c) "Neo4j"
|
|
5
|
+
* Neo4j Sweden AB [http://neo4j.com]
|
|
6
|
+
*
|
|
7
|
+
* This file is part of Neo4j.
|
|
8
|
+
*
|
|
9
|
+
* Neo4j is free software: you can redistribute it and/or modify
|
|
10
|
+
* it under the terms of the GNU General Public License as published by
|
|
11
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
12
|
+
* (at your option) any later version.
|
|
13
|
+
*
|
|
14
|
+
* This program is distributed in the hope that it will be useful,
|
|
15
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
16
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
17
|
+
* GNU General Public License for more details.
|
|
18
|
+
*
|
|
19
|
+
* You should have received a copy of the GNU General Public License
|
|
20
|
+
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
21
|
+
*/
|
|
22
|
+
var __assign = (this && this.__assign) || function () {
|
|
23
|
+
__assign = Object.assign || function(t) {
|
|
24
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
25
|
+
s = arguments[i];
|
|
26
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
27
|
+
t[p] = s[p];
|
|
28
|
+
}
|
|
29
|
+
return t;
|
|
30
|
+
};
|
|
31
|
+
return __assign.apply(this, arguments);
|
|
32
|
+
};
|
|
33
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
34
|
+
if (k2 === undefined) k2 = k;
|
|
35
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
36
|
+
}) : (function(o, m, k, k2) {
|
|
37
|
+
if (k2 === undefined) k2 = k;
|
|
38
|
+
o[k2] = m[k];
|
|
39
|
+
}));
|
|
40
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
41
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
42
|
+
}) : function(o, v) {
|
|
43
|
+
o["default"] = v;
|
|
44
|
+
});
|
|
45
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
46
|
+
if (mod && mod.__esModule) return mod;
|
|
47
|
+
var result = {};
|
|
48
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
49
|
+
__setModuleDefault(result, mod);
|
|
50
|
+
return result;
|
|
51
|
+
};
|
|
52
|
+
exports.__esModule = true;
|
|
53
|
+
var React = __importStar(require("react"));
|
|
54
|
+
var SvgExternalLink = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
55
|
+
React.createElement("path", { d: "M4.5 19.4991L19.4984 4.50073M19.5003 18.6416L19.5003 4.50105L5.35981 4.50105", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); };
|
|
56
|
+
exports["default"] = SvgExternalLink;
|
|
57
|
+
//# sourceMappingURL=ExternalLink.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalLink.js","sourceRoot":"","sources":["../../../src/icons/custom/ExternalLink.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,eAAe,GAAG,UAAC,KAA8B,IAAK,OAAA,CAC1D,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,8EAA8E,EAChF,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjB2D,CAiB3D,CAAC;AAEF,qBAAe,eAAe,CAAC"}
|