@reltio/components 1.4.2263 → 1.4.2264
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/AttributeVerificationStatus/helpers.js +4 -4
- package/BarChart/BarChart.js +3 -1
- package/BarChart/helpers.d.ts +1 -1
- package/BarChart/helpers.js +2 -2
- package/CollaborationItem/components/RepliedComment/styles.js +2 -1
- package/CollaborationItem/components/SendMessageArea/styles.js +4 -3
- package/EmptyState/EmptyState.js +1 -1
- package/EmptyState/styles.d.ts +1 -1
- package/EmptyState/styles.js +3 -0
- package/FileDropZone/FileDropZone.module.css.js +1 -1
- package/ImageActionsOverlay/styles.js +3 -2
- package/ImageAttributesLineEditor/styles.js +2 -2
- package/ReltioMap/components/EntityMarker/EntityMarker.js +8 -4
- package/ReltioMap/components/EntityMarker/EntityMarker.spec.js +10 -5
- package/ReltioMap/components/EntityMarker/icons/marker-hover.inline.svg.d.ts +1 -1
- package/ReltioMap/components/EntityMarker/icons/marker-hover.inline.svg.js +1 -1
- package/ReltioMap/components/EntityMarker/icons/marker.inline.svg.d.ts +1 -1
- package/ReltioMap/components/EntityMarker/icons/marker.inline.svg.js +1 -1
- package/ResizablePanes/styles.js +4 -3
- package/SidePanelEmptyState/styles.d.ts +1 -1
- package/SidePanelEmptyState/styles.js +2 -1
- package/TableWithBars/components/NumberCellValueRenderer/styles.js +1 -1
- package/UploadImageDialog/components/TargetBox/TargetBox.module.css.js +1 -1
- package/cjs/AttributeVerificationStatus/helpers.js +8 -8
- package/cjs/BarChart/BarChart.js +3 -1
- package/cjs/BarChart/helpers.d.ts +1 -1
- package/cjs/BarChart/helpers.js +2 -2
- package/cjs/CollaborationItem/components/RepliedComment/styles.js +2 -1
- package/cjs/CollaborationItem/components/SendMessageArea/styles.js +4 -3
- package/cjs/EmptyState/EmptyState.js +1 -1
- package/cjs/EmptyState/styles.d.ts +1 -1
- package/cjs/EmptyState/styles.js +3 -0
- package/cjs/FileDropZone/FileDropZone.module.css.js +1 -1
- package/cjs/ImageActionsOverlay/styles.js +3 -2
- package/cjs/ImageAttributesLineEditor/styles.js +2 -2
- package/cjs/ReltioMap/components/EntityMarker/EntityMarker.js +8 -4
- package/cjs/ReltioMap/components/EntityMarker/EntityMarker.spec.js +8 -3
- package/cjs/ReltioMap/components/EntityMarker/icons/marker-hover.inline.svg.d.ts +1 -1
- package/cjs/ReltioMap/components/EntityMarker/icons/marker-hover.inline.svg.js +3 -2
- package/cjs/ReltioMap/components/EntityMarker/icons/marker.inline.svg.d.ts +1 -1
- package/cjs/ReltioMap/components/EntityMarker/icons/marker.inline.svg.js +3 -2
- package/cjs/ResizablePanes/styles.js +4 -3
- package/cjs/SidePanelEmptyState/styles.d.ts +1 -1
- package/cjs/SidePanelEmptyState/styles.js +2 -1
- package/cjs/TableWithBars/components/NumberCellValueRenderer/styles.js +1 -1
- package/cjs/UploadImageDialog/components/TargetBox/TargetBox.module.css.js +1 -1
- package/cjs/constants/theme.js +6 -5
- package/cjs/features/graph/DataModelGraph/hooks/useEdgeLabelsRenderer.js +4 -2
- package/cjs/features/graph/rendering/canvas/nodeArc.js +4 -2
- package/cjs/features/workflow/ChangeRequestEditor/components/EditorStatusChip/EditorStatusChip.module.css.js +1 -1
- package/cjs/features/workflow/ReviewDCRButton/ReviewDCRButton.js +2 -2
- package/cjs/icons/AttributesList.js +1 -1
- package/cjs/icons/EmptyLoading.js +1 -1
- package/cjs/icons/NoActivations.js +13 -13
- package/cjs/icons/NoData.js +2 -2
- package/cjs/icons/NoLogs.js +1 -1
- package/cjs/icons/RequestSummary.js +4 -4
- package/cjs/icons/ReviewDcr.d.ts +3 -0
- package/cjs/icons/ReviewDcr.js +22 -0
- package/cjs/icons/SelectAttributes.js +1 -1
- package/cjs/icons/SuggestedChanges.js +6 -6
- package/cjs/icons/UploadIcon.js +1 -1
- package/cjs/icons/VerificationInvalid.d.ts +3 -0
- package/cjs/icons/{VerificationOutdatedIcon.js → VerificationInvalid.js} +4 -4
- package/cjs/icons/VerificationMaybe.d.ts +3 -0
- package/cjs/icons/VerificationMaybe.js +22 -0
- package/cjs/icons/VerificationOutdated.d.ts +3 -0
- package/cjs/icons/{VerificationValidIcon.js → VerificationOutdated.js} +4 -4
- package/cjs/icons/VerificationValid.d.ts +3 -0
- package/cjs/icons/VerificationValid.js +22 -0
- package/cjs/icons/index.d.ts +12 -3
- package/cjs/icons/index.js +26 -8
- package/constants/theme.js +6 -5
- package/features/graph/DataModelGraph/hooks/useEdgeLabelsRenderer.js +4 -2
- package/features/graph/rendering/canvas/nodeArc.js +4 -2
- package/features/workflow/ChangeRequestEditor/components/EditorStatusChip/EditorStatusChip.module.css.js +1 -1
- package/features/workflow/ReviewDCRButton/ReviewDCRButton.js +1 -1
- package/icons/AttributesList.js +1 -1
- package/icons/EmptyLoading.js +1 -1
- package/icons/NoActivations.js +13 -13
- package/icons/NoData.js +2 -2
- package/icons/NoLogs.js +1 -1
- package/icons/RequestSummary.js +4 -4
- package/icons/ReviewDcr.d.ts +3 -0
- package/icons/ReviewDcr.js +17 -0
- package/icons/SelectAttributes.js +1 -1
- package/icons/SuggestedChanges.js +6 -6
- package/icons/UploadIcon.js +1 -1
- package/icons/VerificationInvalid.d.ts +3 -0
- package/icons/VerificationInvalid.js +17 -0
- package/icons/VerificationMaybe.d.ts +3 -0
- package/icons/VerificationMaybe.js +17 -0
- package/icons/VerificationOutdated.d.ts +3 -0
- package/icons/VerificationOutdated.js +17 -0
- package/icons/VerificationValid.d.ts +3 -0
- package/icons/VerificationValid.js +17 -0
- package/icons/index.d.ts +12 -3
- package/icons/index.js +12 -3
- package/package.json +1 -1
- package/cjs/icons/ReviewDCR.d.ts +0 -3
- package/cjs/icons/ReviewDCR.js +0 -22
- package/cjs/icons/VerificationInvalidIcon.d.ts +0 -3
- package/cjs/icons/VerificationInvalidIcon.js +0 -22
- package/cjs/icons/VerificationMaybeIcon.d.ts +0 -3
- package/cjs/icons/VerificationMaybeIcon.js +0 -22
- package/cjs/icons/VerificationOutdatedIcon.d.ts +0 -3
- package/cjs/icons/VerificationValidIcon.d.ts +0 -3
- package/icons/ReviewDCR.d.ts +0 -3
- package/icons/ReviewDCR.js +0 -17
- package/icons/VerificationInvalidIcon.d.ts +0 -3
- package/icons/VerificationInvalidIcon.js +0 -17
- package/icons/VerificationMaybeIcon.d.ts +0 -3
- package/icons/VerificationMaybeIcon.js +0 -17
- package/icons/VerificationOutdatedIcon.d.ts +0 -3
- package/icons/VerificationOutdatedIcon.js +0 -17
- package/icons/VerificationValidIcon.d.ts +0 -3
- package/icons/VerificationValidIcon.js +0 -17
|
@@ -15,8 +15,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
var react_1 = __importDefault(require("react"));
|
|
18
|
-
var
|
|
19
|
-
return (react_1.default.createElement("svg", __assign({
|
|
20
|
-
react_1.default.createElement("path", { d: "M6.
|
|
18
|
+
var SvgVerificationOutdated = function (props) {
|
|
19
|
+
return (react_1.default.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", "data-reltio-id": "SvgVerificationOutdated" }, props),
|
|
20
|
+
react_1.default.createElement("path", { d: "M6.667 0A6.67 6.67 0 000 6.667a6.67 6.67 0 006.667 6.666 6.669 6.669 0 006.666-6.666A6.67 6.67 0 006.667 0zm.666 10H6V8.667h1.333V10zm0-2.667H6v-4h1.333v4z", fill: "#F2C94C" })));
|
|
21
21
|
};
|
|
22
|
-
exports.default =
|
|
22
|
+
exports.default = SvgVerificationOutdated;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
var react_1 = __importDefault(require("react"));
|
|
18
|
+
var SvgVerificationValid = function (props) {
|
|
19
|
+
return (react_1.default.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", "data-reltio-id": "SvgVerificationValid" }, props),
|
|
20
|
+
react_1.default.createElement("path", { d: "M6.667 0A6.67 6.67 0 000 6.667a6.67 6.67 0 006.667 6.666 6.669 6.669 0 006.666-6.666A6.67 6.67 0 006.667 0zM5.333 10L2 6.667l.94-.94 2.393 2.386 5.06-5.06.94.947-6 6z", fill: "#27AE60" })));
|
|
21
|
+
};
|
|
22
|
+
exports.default = SvgVerificationValid;
|
package/cjs/icons/index.d.ts
CHANGED
|
@@ -27,22 +27,24 @@ export { default as IgnoredOutlined } from './IgnoredOutlined';
|
|
|
27
27
|
export { default as Info } from './Info';
|
|
28
28
|
export { default as LogIn } from './LogIn';
|
|
29
29
|
export { default as LogOut } from './LogOut';
|
|
30
|
+
export { default as MlMatch } from './MlMatch';
|
|
30
31
|
export { default as Merge } from './Merge';
|
|
31
32
|
export { default as MergeDark } from './MergeDark';
|
|
32
|
-
export { default as MlMatch } from './MlMatch';
|
|
33
33
|
export { default as NegativeRuleIcon } from './NegativeRuleIcon';
|
|
34
34
|
export { default as NegativeRuleTooltipIcon } from './NegativeRuleTooltipIcon';
|
|
35
35
|
export { default as NestedAttribute } from './NestedAttribute';
|
|
36
|
+
export { default as NoActivations } from './NoActivations';
|
|
36
37
|
export { default as NoData } from './NoData';
|
|
37
38
|
export { default as NoDataSearch } from './NoDataSearch';
|
|
39
|
+
export { default as NoLogs } from './NoLogs';
|
|
38
40
|
export { default as NoMatches } from './NoMatches';
|
|
39
41
|
export { default as NotMatchDark } from './NotMatchDark';
|
|
40
42
|
export { default as NotMatchRule } from './NotMatchRule';
|
|
43
|
+
export { default as PmIcon } from './PmIcon';
|
|
44
|
+
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
41
45
|
export { default as Pin } from './Pin';
|
|
42
46
|
export { default as PinOutlined } from './PinOutlined';
|
|
43
47
|
export { default as PivotingIcon } from './PivotingIcon';
|
|
44
|
-
export { default as PmIcon } from './PmIcon';
|
|
45
|
-
export { default as PmTaskIcon } from './PmTaskIcon';
|
|
46
48
|
export { default as Polygon } from './Polygon';
|
|
47
49
|
export { default as PotentialMatch } from './PotentialMatch';
|
|
48
50
|
export { default as Profile } from './Profile';
|
|
@@ -51,12 +53,19 @@ export { default as Reassign } from './Reassign';
|
|
|
51
53
|
export { default as Recommended } from './Recommended';
|
|
52
54
|
export { default as ReferenceAttribute } from './ReferenceAttribute';
|
|
53
55
|
export { default as Remove } from './Remove';
|
|
56
|
+
export { default as RequestSummary } from './RequestSummary';
|
|
54
57
|
export { default as ResizeIconInline } from './ResizeIconInline';
|
|
58
|
+
export { default as ReviewDcr } from './ReviewDcr';
|
|
55
59
|
export { default as Search } from './Search';
|
|
56
60
|
export { default as SelectAttributes } from './SelectAttributes';
|
|
57
61
|
export { default as SimpleAttribute } from './SimpleAttribute';
|
|
58
62
|
export { default as Suggest } from './Suggest';
|
|
63
|
+
export { default as SuggestedChanges } from './SuggestedChanges';
|
|
59
64
|
export { default as Table } from './Table';
|
|
60
65
|
export { default as Tenant } from './Tenant';
|
|
61
66
|
export { default as UnMerge } from './UnMerge';
|
|
62
67
|
export { default as UploadIcon } from './UploadIcon';
|
|
68
|
+
export { default as VerificationInvalid } from './VerificationInvalid';
|
|
69
|
+
export { default as VerificationMaybe } from './VerificationMaybe';
|
|
70
|
+
export { default as VerificationOutdated } from './VerificationOutdated';
|
|
71
|
+
export { default as VerificationValid } from './VerificationValid';
|
package/cjs/icons/index.js
CHANGED
|
@@ -3,8 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
exports.UploadIcon = exports.UnMerge = exports.Tenant = exports.Table = exports.Suggest = exports.SimpleAttribute = exports.SelectAttributes = exports.Search = exports.ResizeIconInline = exports.Remove = exports.ReferenceAttribute = exports.Recommended = void 0;
|
|
6
|
+
exports.Profile = exports.PotentialMatch = exports.Polygon = exports.PivotingIcon = exports.PinOutlined = exports.Pin = exports.PmTaskIcon = exports.PmIcon = exports.NotMatchRule = exports.NotMatchDark = exports.NoMatches = exports.NoLogs = exports.NoDataSearch = exports.NoData = exports.NoActivations = exports.NestedAttribute = exports.NegativeRuleTooltipIcon = exports.NegativeRuleIcon = exports.MergeDark = exports.Merge = exports.MlMatch = exports.LogOut = exports.LogIn = exports.Info = exports.IgnoredOutlined = exports.Ignored = exports.Hyperlink = exports.Filter = exports.Error = exports.EmptySearchResults = exports.EmptyLoading = exports.Duplicate = exports.Draw = exports.Download = exports.Details = exports.Description = exports.DeleteRequestTaskIcon = exports.DefaultTaskIcon = exports.DefaultImage = exports.DcrTaskIcon = exports.Create = exports.Copy = exports.ControlAttribute = exports.CommentBubble = exports.Comment = exports.CollaborationIcon = exports.Calendar = exports.AttributesList = exports.AddComment = exports.Add = void 0;
|
|
7
|
+
exports.VerificationValid = exports.VerificationOutdated = exports.VerificationMaybe = exports.VerificationInvalid = exports.UploadIcon = exports.UnMerge = exports.Tenant = exports.Table = exports.SuggestedChanges = exports.Suggest = exports.SimpleAttribute = exports.SelectAttributes = exports.Search = exports.ReviewDcr = exports.ResizeIconInline = exports.RequestSummary = exports.Remove = exports.ReferenceAttribute = exports.Recommended = exports.Reassign = exports.ReadOnlyError = void 0;
|
|
8
8
|
var Add_1 = require("./Add");
|
|
9
9
|
Object.defineProperty(exports, "Add", { enumerable: true, get: function () { return __importDefault(Add_1).default; } });
|
|
10
10
|
var AddComment_1 = require("./AddComment");
|
|
@@ -63,38 +63,42 @@ var LogIn_1 = require("./LogIn");
|
|
|
63
63
|
Object.defineProperty(exports, "LogIn", { enumerable: true, get: function () { return __importDefault(LogIn_1).default; } });
|
|
64
64
|
var LogOut_1 = require("./LogOut");
|
|
65
65
|
Object.defineProperty(exports, "LogOut", { enumerable: true, get: function () { return __importDefault(LogOut_1).default; } });
|
|
66
|
+
var MlMatch_1 = require("./MlMatch");
|
|
67
|
+
Object.defineProperty(exports, "MlMatch", { enumerable: true, get: function () { return __importDefault(MlMatch_1).default; } });
|
|
66
68
|
var Merge_1 = require("./Merge");
|
|
67
69
|
Object.defineProperty(exports, "Merge", { enumerable: true, get: function () { return __importDefault(Merge_1).default; } });
|
|
68
70
|
var MergeDark_1 = require("./MergeDark");
|
|
69
71
|
Object.defineProperty(exports, "MergeDark", { enumerable: true, get: function () { return __importDefault(MergeDark_1).default; } });
|
|
70
|
-
var MlMatch_1 = require("./MlMatch");
|
|
71
|
-
Object.defineProperty(exports, "MlMatch", { enumerable: true, get: function () { return __importDefault(MlMatch_1).default; } });
|
|
72
72
|
var NegativeRuleIcon_1 = require("./NegativeRuleIcon");
|
|
73
73
|
Object.defineProperty(exports, "NegativeRuleIcon", { enumerable: true, get: function () { return __importDefault(NegativeRuleIcon_1).default; } });
|
|
74
74
|
var NegativeRuleTooltipIcon_1 = require("./NegativeRuleTooltipIcon");
|
|
75
75
|
Object.defineProperty(exports, "NegativeRuleTooltipIcon", { enumerable: true, get: function () { return __importDefault(NegativeRuleTooltipIcon_1).default; } });
|
|
76
76
|
var NestedAttribute_1 = require("./NestedAttribute");
|
|
77
77
|
Object.defineProperty(exports, "NestedAttribute", { enumerable: true, get: function () { return __importDefault(NestedAttribute_1).default; } });
|
|
78
|
+
var NoActivations_1 = require("./NoActivations");
|
|
79
|
+
Object.defineProperty(exports, "NoActivations", { enumerable: true, get: function () { return __importDefault(NoActivations_1).default; } });
|
|
78
80
|
var NoData_1 = require("./NoData");
|
|
79
81
|
Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return __importDefault(NoData_1).default; } });
|
|
80
82
|
var NoDataSearch_1 = require("./NoDataSearch");
|
|
81
83
|
Object.defineProperty(exports, "NoDataSearch", { enumerable: true, get: function () { return __importDefault(NoDataSearch_1).default; } });
|
|
84
|
+
var NoLogs_1 = require("./NoLogs");
|
|
85
|
+
Object.defineProperty(exports, "NoLogs", { enumerable: true, get: function () { return __importDefault(NoLogs_1).default; } });
|
|
82
86
|
var NoMatches_1 = require("./NoMatches");
|
|
83
87
|
Object.defineProperty(exports, "NoMatches", { enumerable: true, get: function () { return __importDefault(NoMatches_1).default; } });
|
|
84
88
|
var NotMatchDark_1 = require("./NotMatchDark");
|
|
85
89
|
Object.defineProperty(exports, "NotMatchDark", { enumerable: true, get: function () { return __importDefault(NotMatchDark_1).default; } });
|
|
86
90
|
var NotMatchRule_1 = require("./NotMatchRule");
|
|
87
91
|
Object.defineProperty(exports, "NotMatchRule", { enumerable: true, get: function () { return __importDefault(NotMatchRule_1).default; } });
|
|
92
|
+
var PmIcon_1 = require("./PmIcon");
|
|
93
|
+
Object.defineProperty(exports, "PmIcon", { enumerable: true, get: function () { return __importDefault(PmIcon_1).default; } });
|
|
94
|
+
var PmTaskIcon_1 = require("./PmTaskIcon");
|
|
95
|
+
Object.defineProperty(exports, "PmTaskIcon", { enumerable: true, get: function () { return __importDefault(PmTaskIcon_1).default; } });
|
|
88
96
|
var Pin_1 = require("./Pin");
|
|
89
97
|
Object.defineProperty(exports, "Pin", { enumerable: true, get: function () { return __importDefault(Pin_1).default; } });
|
|
90
98
|
var PinOutlined_1 = require("./PinOutlined");
|
|
91
99
|
Object.defineProperty(exports, "PinOutlined", { enumerable: true, get: function () { return __importDefault(PinOutlined_1).default; } });
|
|
92
100
|
var PivotingIcon_1 = require("./PivotingIcon");
|
|
93
101
|
Object.defineProperty(exports, "PivotingIcon", { enumerable: true, get: function () { return __importDefault(PivotingIcon_1).default; } });
|
|
94
|
-
var PmIcon_1 = require("./PmIcon");
|
|
95
|
-
Object.defineProperty(exports, "PmIcon", { enumerable: true, get: function () { return __importDefault(PmIcon_1).default; } });
|
|
96
|
-
var PmTaskIcon_1 = require("./PmTaskIcon");
|
|
97
|
-
Object.defineProperty(exports, "PmTaskIcon", { enumerable: true, get: function () { return __importDefault(PmTaskIcon_1).default; } });
|
|
98
102
|
var Polygon_1 = require("./Polygon");
|
|
99
103
|
Object.defineProperty(exports, "Polygon", { enumerable: true, get: function () { return __importDefault(Polygon_1).default; } });
|
|
100
104
|
var PotentialMatch_1 = require("./PotentialMatch");
|
|
@@ -111,8 +115,12 @@ var ReferenceAttribute_1 = require("./ReferenceAttribute");
|
|
|
111
115
|
Object.defineProperty(exports, "ReferenceAttribute", { enumerable: true, get: function () { return __importDefault(ReferenceAttribute_1).default; } });
|
|
112
116
|
var Remove_1 = require("./Remove");
|
|
113
117
|
Object.defineProperty(exports, "Remove", { enumerable: true, get: function () { return __importDefault(Remove_1).default; } });
|
|
118
|
+
var RequestSummary_1 = require("./RequestSummary");
|
|
119
|
+
Object.defineProperty(exports, "RequestSummary", { enumerable: true, get: function () { return __importDefault(RequestSummary_1).default; } });
|
|
114
120
|
var ResizeIconInline_1 = require("./ResizeIconInline");
|
|
115
121
|
Object.defineProperty(exports, "ResizeIconInline", { enumerable: true, get: function () { return __importDefault(ResizeIconInline_1).default; } });
|
|
122
|
+
var ReviewDcr_1 = require("./ReviewDcr");
|
|
123
|
+
Object.defineProperty(exports, "ReviewDcr", { enumerable: true, get: function () { return __importDefault(ReviewDcr_1).default; } });
|
|
116
124
|
var Search_1 = require("./Search");
|
|
117
125
|
Object.defineProperty(exports, "Search", { enumerable: true, get: function () { return __importDefault(Search_1).default; } });
|
|
118
126
|
var SelectAttributes_1 = require("./SelectAttributes");
|
|
@@ -121,6 +129,8 @@ var SimpleAttribute_1 = require("./SimpleAttribute");
|
|
|
121
129
|
Object.defineProperty(exports, "SimpleAttribute", { enumerable: true, get: function () { return __importDefault(SimpleAttribute_1).default; } });
|
|
122
130
|
var Suggest_1 = require("./Suggest");
|
|
123
131
|
Object.defineProperty(exports, "Suggest", { enumerable: true, get: function () { return __importDefault(Suggest_1).default; } });
|
|
132
|
+
var SuggestedChanges_1 = require("./SuggestedChanges");
|
|
133
|
+
Object.defineProperty(exports, "SuggestedChanges", { enumerable: true, get: function () { return __importDefault(SuggestedChanges_1).default; } });
|
|
124
134
|
var Table_1 = require("./Table");
|
|
125
135
|
Object.defineProperty(exports, "Table", { enumerable: true, get: function () { return __importDefault(Table_1).default; } });
|
|
126
136
|
var Tenant_1 = require("./Tenant");
|
|
@@ -129,3 +139,11 @@ var UnMerge_1 = require("./UnMerge");
|
|
|
129
139
|
Object.defineProperty(exports, "UnMerge", { enumerable: true, get: function () { return __importDefault(UnMerge_1).default; } });
|
|
130
140
|
var UploadIcon_1 = require("./UploadIcon");
|
|
131
141
|
Object.defineProperty(exports, "UploadIcon", { enumerable: true, get: function () { return __importDefault(UploadIcon_1).default; } });
|
|
142
|
+
var VerificationInvalid_1 = require("./VerificationInvalid");
|
|
143
|
+
Object.defineProperty(exports, "VerificationInvalid", { enumerable: true, get: function () { return __importDefault(VerificationInvalid_1).default; } });
|
|
144
|
+
var VerificationMaybe_1 = require("./VerificationMaybe");
|
|
145
|
+
Object.defineProperty(exports, "VerificationMaybe", { enumerable: true, get: function () { return __importDefault(VerificationMaybe_1).default; } });
|
|
146
|
+
var VerificationOutdated_1 = require("./VerificationOutdated");
|
|
147
|
+
Object.defineProperty(exports, "VerificationOutdated", { enumerable: true, get: function () { return __importDefault(VerificationOutdated_1).default; } });
|
|
148
|
+
var VerificationValid_1 = require("./VerificationValid");
|
|
149
|
+
Object.defineProperty(exports, "VerificationValid", { enumerable: true, get: function () { return __importDefault(VerificationValid_1).default; } });
|
package/constants/theme.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import '@mui/styles';
|
|
2
|
+
var mainColor = '#0072CE';
|
|
2
3
|
export var theme = {
|
|
3
4
|
palette: {
|
|
4
|
-
primary: { main:
|
|
5
|
-
secondary: { main:
|
|
5
|
+
primary: { main: mainColor, light: mainColor, dark: mainColor },
|
|
6
|
+
secondary: { main: mainColor },
|
|
6
7
|
error: { main: '#FF1744' },
|
|
7
8
|
success: { main: '#3B873E' },
|
|
8
9
|
background: {
|
|
@@ -144,8 +145,8 @@ export var theme = {
|
|
|
144
145
|
backgroundColor: 'rgba(0,0,0,0.54)'
|
|
145
146
|
},
|
|
146
147
|
inactiveBackground: 'repeating-linear-gradient(45deg, #f5f5f5, #f5f5f5 14px, #e9e9e9 15px, #e9e9e9 16px)',
|
|
147
|
-
inactiveSelectedBackground:
|
|
148
|
-
inactiveSelectedHoverBackground:
|
|
148
|
+
inactiveSelectedBackground: "repeating-linear-gradient(45deg,\n color-mix(in srgb, ".concat(mainColor, " 10%, #f5f5f5),\n color-mix(in srgb, ").concat(mainColor, " 10%, #f5f5f5) 14px,\n color-mix(in srgb, ").concat(mainColor, " 13%, #e9e9e9) 15px,\n color-mix(in srgb, ").concat(mainColor, " 13%, #e9e9e9) 16px)"),
|
|
149
|
+
inactiveSelectedHoverBackground: "repeating-linear-gradient(45deg,\n color-mix(in srgb, ".concat(mainColor, " 10%, #f2f2f2),\n color-mix(in srgb, ").concat(mainColor, " 10%, #f2f2f2) 14px,\n color-mix(in srgb, ").concat(mainColor, " 13%, #e2e2e2) 15px,\n color-mix(in srgb, ").concat(mainColor, " 13%, #e2e2e2) 16px)"),
|
|
149
150
|
inactiveHoverBackground: 'repeating-linear-gradient(45deg, #f2f2f2, #f2f2f2 14px, #e2e2e2 15px, #e2e2e2 16px)',
|
|
150
151
|
inactive: {
|
|
151
152
|
opacity: 0.7
|
|
@@ -155,7 +156,7 @@ export var theme = {
|
|
|
155
156
|
borderRadius: '3px',
|
|
156
157
|
backgroundColor: '#FFFFFF'
|
|
157
158
|
},
|
|
158
|
-
suggested:
|
|
159
|
+
suggested: "color-mix(in srgb, ".concat(mainColor, " 6%, #ffffff)")
|
|
159
160
|
};
|
|
160
161
|
export var darkTheme = {
|
|
161
162
|
palette: {
|
|
@@ -11,6 +11,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import { useEffect, useState, useRef, useCallback } from 'react';
|
|
13
13
|
import { useRegisterEvents, useSigma } from '@react-sigma/core';
|
|
14
|
+
import { useTheme } from '@mui/material/styles';
|
|
14
15
|
import { rgbaToRgb } from '@reltio/mdm-sdk';
|
|
15
16
|
import { useSigmaCustomRenderers } from '../../hooks/useSigmaCustomRenderers';
|
|
16
17
|
import { DataModelGraphNodeType } from '../../types/graphDataTypes';
|
|
@@ -22,6 +23,7 @@ export var EDGE_DOTS_CANVAS_NAME = 'edgeDots';
|
|
|
22
23
|
export var HOVERS_CUSTOM_EDGE_LABELS_CANVAS_NAME = 'customEdgeLabelsHovers';
|
|
23
24
|
export var useEdgeLabelsRenderer = function (_a) {
|
|
24
25
|
var graph = _a.graph, onEdgeLabelClick = _a.onEdgeLabelClick;
|
|
26
|
+
var theme = useTheme();
|
|
25
27
|
var sigma = useSigma();
|
|
26
28
|
var settings = sigma.getSettings();
|
|
27
29
|
var registerEvents = useRegisterEvents();
|
|
@@ -53,13 +55,13 @@ export var useEdgeLabelsRenderer = function (_a) {
|
|
|
53
55
|
size: sigma.scaleSize(4)
|
|
54
56
|
}, __assign(__assign({}, settings), { labelSize: settings.labelSize * fontScale }), {
|
|
55
57
|
backgroundColor: "rgba(250, 250, 250, ".concat(isSelected || isHovered ? '1' : '0.9', ")"),
|
|
56
|
-
borderColor: isSelected ?
|
|
58
|
+
borderColor: isSelected ? theme.palette.primary.main : undefined
|
|
57
59
|
});
|
|
58
60
|
edgeLabelsPathsMap.current[edgeId] = path;
|
|
59
61
|
}
|
|
60
62
|
},
|
|
61
63
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
62
|
-
[sigma, hoveredEdgeLabel, shouldRenderLabels]);
|
|
64
|
+
[sigma, hoveredEdgeLabel, shouldRenderLabels, theme]);
|
|
63
65
|
var drawEdgeDot = useCallback(function (context, edgeId, sourceId, targetId) {
|
|
64
66
|
var edgeDisplayData = sigma.getEdgeDisplayData(edgeId);
|
|
65
67
|
if (shouldRenderLabels(edgeId, sourceId, targetId)) {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { alpha } from '@mui/material/styles';
|
|
2
|
+
import { theme } from '../../../../constants';
|
|
1
3
|
var PADDING = 1.5;
|
|
2
4
|
export var drawNodeArc = function (context, data, _a) {
|
|
3
5
|
var _b = _a === void 0 ? {} : _a, _c = _b.padding, padding = _c === void 0 ? PADDING : _c, _d = _b.color, color = _d === void 0 ? '#FFF' : _d, _e = _b.lineWidth, lineWidth = _e === void 0 ? 4 : _e;
|
|
@@ -10,11 +12,11 @@ export var drawNodeArc = function (context, data, _a) {
|
|
|
10
12
|
};
|
|
11
13
|
export var drawOuterArc = function (context, data) {
|
|
12
14
|
if (data.selected) {
|
|
13
|
-
context.shadowColor =
|
|
15
|
+
context.shadowColor = alpha(theme.palette.primary.main, 0.5);
|
|
14
16
|
context.shadowBlur = 10;
|
|
15
17
|
drawNodeArc(context, data, {
|
|
16
18
|
lineWidth: 2,
|
|
17
|
-
color:
|
|
19
|
+
color: theme.palette.primary.main,
|
|
18
20
|
padding: 4.5
|
|
19
21
|
});
|
|
20
22
|
context.shadowColor = 'none';
|
|
@@ -3,7 +3,7 @@ if (typeof document !== 'undefined') {
|
|
|
3
3
|
const head = document.head || document.getElementsByTagName('head')[0]
|
|
4
4
|
const style = document.createElement('style');
|
|
5
5
|
style.type = 'text/css'
|
|
6
|
-
style.innerHTML = `.EditorStatusChip-statusChip--gL4BB{color:#fff;font-size:10px;height:20px}.EditorStatusChip-updatedChip--vjpcZ{background:#2f80ed;border:1px solid
|
|
6
|
+
style.innerHTML = `.EditorStatusChip-statusChip--gL4BB{color:#fff;font-size:10px;height:20px}.EditorStatusChip-updatedChip--vjpcZ{background:#2f80ed;border:1px solid color-mix(in srgb,var(--mui-palette-primary-main) 30%,transparent)}.EditorStatusChip-rejectedChip--LuLLX{background:#eb5757;border:1px solid rgba(235,87,87,.3)}.EditorStatusChip-recentlyAddedChip--n4tHj{background:#f2994a;border:1px solid rgba(242,153,74,.3)}`;
|
|
7
7
|
head.appendChild(style);
|
|
8
8
|
}
|
|
9
9
|
export default styles;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import classnames from 'classnames';
|
|
3
3
|
import Button from '@mui/material/Button';
|
|
4
4
|
import i18n from 'ui-i18n';
|
|
5
|
-
import SvgReviewDCR from '../../../icons/
|
|
5
|
+
import SvgReviewDCR from '../../../icons/ReviewDcr';
|
|
6
6
|
import styles from './ReviewDCRButton.module.css';
|
|
7
7
|
export var ReviewDCRButton = function (_a) {
|
|
8
8
|
var onClick = _a.onClick;
|
package/icons/AttributesList.js
CHANGED
|
@@ -12,7 +12,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgAttributesList = function (props) {
|
|
14
14
|
return (React.createElement("svg", __assign({ width: 256, height: 256, viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgAttributesList" }, props),
|
|
15
|
-
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "
|
|
15
|
+
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "currentColor", fillOpacity: 0.1 }),
|
|
16
16
|
React.createElement("mask", { id: "AttributesList_svg__a", style: {
|
|
17
17
|
maskType: 'alpha'
|
|
18
18
|
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 256, height: 256 },
|
package/icons/EmptyLoading.js
CHANGED
|
@@ -12,7 +12,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgEmptyLoading = function (props) {
|
|
14
14
|
return (React.createElement("svg", __assign({ width: 256, height: 256, viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgEmptyLoading" }, props),
|
|
15
|
-
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "
|
|
15
|
+
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "currentColor", fillOpacity: 0.03 }),
|
|
16
16
|
React.createElement("mask", { id: "EmptyLoading_svg__a", style: {
|
|
17
17
|
maskType: 'alpha'
|
|
18
18
|
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 256, height: 256 },
|
package/icons/NoActivations.js
CHANGED
|
@@ -12,14 +12,14 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgNoActivations = function (props) {
|
|
14
14
|
return (React.createElement("svg", __assign({ width: 200, height: 200, viewBox: "0 0 200 200", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgNoActivations" }, props),
|
|
15
|
-
React.createElement("circle", { cx: 100, cy: 100, r: 100, fill: "
|
|
16
|
-
React.createElement("mask", { id: "
|
|
15
|
+
React.createElement("circle", { cx: 100, cy: 100, r: 100, fill: "currentColor", fillOpacity: 0.1 }),
|
|
16
|
+
React.createElement("mask", { id: "NoActivations_svg__a", style: {
|
|
17
17
|
maskType: 'luminance'
|
|
18
18
|
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 200, height: 200 },
|
|
19
19
|
React.createElement("circle", { cx: 100, cy: 100, r: 100, fill: "#fff" })),
|
|
20
|
-
React.createElement("g", { mask: "url(#
|
|
21
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M-12.5 7.031h200V200h-200V7.031z", fill: "url(#
|
|
22
|
-
React.createElement("path", { opacity: 0.05, fillRule: "evenodd", clipRule: "evenodd", d: "M146.688 44.426L192.5 90.237v116.306H72.956l-32.331-30.697V44.426h106.063z", fill: "url(#
|
|
20
|
+
React.createElement("g", { mask: "url(#NoActivations_svg__a)" },
|
|
21
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M-12.5 7.031h200V200h-200V7.031z", fill: "url(#NoActivations_svg__paint0_linear_8548_48982)" }),
|
|
22
|
+
React.createElement("path", { opacity: 0.05, fillRule: "evenodd", clipRule: "evenodd", d: "M146.688 44.426L192.5 90.237v116.306H72.956l-32.331-30.697V44.426h106.063z", fill: "url(#NoActivations_svg__paint1_linear_8548_48982)" }),
|
|
23
23
|
React.createElement("path", { opacity: 0.06, fillRule: "evenodd", clipRule: "evenodd", d: "M36.719 45.313H194.53A5.468 5.468 0 01200 50.78v122.657a5.468 5.468 0 01-5.469 5.468H36.719a5.468 5.468 0 01-5.469-5.468V50.781a5.469 5.469 0 015.469-5.468z", fill: "#000" }),
|
|
24
24
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M39.063 43.75h157.031A3.906 3.906 0 01200 47.656v122.656a3.907 3.907 0 01-3.906 3.907H39.063a3.907 3.907 0 01-3.907-3.907V47.656a3.906 3.906 0 013.907-3.906z", fill: "#fff" }),
|
|
25
25
|
React.createElement("path", { opacity: 0.8, fillRule: "evenodd", clipRule: "evenodd", d: "M82.325 56.746a2.344 2.344 0 012.343-2.344h32.52a2.343 2.343 0 010 4.688h-32.52a2.344 2.344 0 01-2.343-2.344z", fill: "#B6C7DB" }),
|
|
@@ -42,27 +42,27 @@ var SvgNoActivations = function (props) {
|
|
|
42
42
|
React.createElement("path", { opacity: 0.54, fillRule: "evenodd", clipRule: "evenodd", d: "M74.274 60.156l-2.762 2.762-2.762-2.762h5.524z", fill: "#000" }),
|
|
43
43
|
React.createElement("path", { opacity: 0.6, fillRule: "evenodd", clipRule: "evenodd", d: "M39.063 17.188h145.312a4.687 4.687 0 014.687 4.687v14.063a4.687 4.687 0 01-4.687 4.687H39.062a4.688 4.688 0 01-4.687-4.688V21.876a4.688 4.688 0 014.688-4.688z", fill: "#fff" }),
|
|
44
44
|
React.createElement("path", { opacity: 0.2, fillRule: "evenodd", clipRule: "evenodd", d: "M45.313 28.906A4.687 4.687 0 0150 24.22h54.688a4.688 4.688 0 010 9.375H50a4.688 4.688 0 01-4.688-4.688zM115.625 28.906a4.688 4.688 0 014.688-4.687h7.812a4.687 4.687 0 010 9.375h-7.813a4.688 4.688 0 01-4.687-4.688z", fill: "#979797" })),
|
|
45
|
-
React.createElement("g", { filter: "url(#
|
|
45
|
+
React.createElement("g", { filter: "url(#NoActivations_svg__filter0_d_8548_48982)" },
|
|
46
46
|
React.createElement("path", { d: "M130.469 168.75c21.573 0 39.062-17.489 39.062-39.062 0-21.574-17.489-39.063-39.062-39.063-21.574 0-39.063 17.489-39.063 39.063 0 21.573 17.489 39.062 39.063 39.062z", fill: "#000" })),
|
|
47
47
|
React.createElement("path", { d: "M130.469 168.75c21.573 0 39.062-17.489 39.062-39.062 0-21.574-17.489-39.063-39.062-39.063-21.574 0-39.063 17.489-39.063 39.063 0 21.573 17.489 39.062 39.063 39.062z", fill: "#93D204" }),
|
|
48
48
|
React.createElement("path", { opacity: 0.15, fillRule: "evenodd", clipRule: "evenodd", d: "M130.469 78.906c28.045 0 50.781 22.736 50.781 50.781 0 28.046-22.736 50.782-50.781 50.782-28.046 0-50.781-22.736-50.781-50.782 0-28.045 22.735-50.78 50.781-50.78zm-.391 5.469c-24.81 0-44.922 20.112-44.922 44.922s20.112 44.922 44.922 44.922S175 154.107 175 129.297s-20.112-44.922-44.922-44.922z", fill: "#A9F300" }),
|
|
49
49
|
React.createElement("path", { opacity: 0.3, fillRule: "evenodd", clipRule: "evenodd", d: "M130.469 88.281c22.868 0 41.406 18.538 41.406 41.406 0 22.869-18.538 41.407-41.406 41.407s-41.406-18.538-41.406-41.407c0-22.868 18.538-41.406 41.406-41.406zm0 4.644c-20.304 0-36.763 16.459-36.763 36.762 0 20.304 16.459 36.763 36.763 36.763 20.303 0 36.762-16.459 36.762-36.763 0-20.303-16.459-36.762-36.762-36.762z", fill: "#A9F300" }),
|
|
50
50
|
React.createElement("path", { opacity: 0.05, fillRule: "evenodd", clipRule: "evenodd", d: "M130.469 60.156c38.401 0 69.531 31.13 69.531 69.532 0 38.401-31.13 69.531-69.531 69.531-38.401 0-69.531-31.13-69.531-69.531 0-38.401 31.13-69.532 69.531-69.532zm-.391 7.813c-33.87 0-61.328 27.457-61.328 61.328 0 33.87 27.457 61.328 61.328 61.328s61.328-27.458 61.328-61.328c0-33.87-27.457-61.328-61.328-61.328z", fill: "#A9F300" }),
|
|
51
51
|
React.createElement("path", { d: "M130.469 163.281c18.553 0 33.593-15.04 33.593-33.593 0-18.554-15.04-33.594-33.593-33.594-18.554 0-33.594 15.04-33.594 33.594 0 18.553 15.04 33.593 33.594 33.593z", fill: "#A5E418" }),
|
|
52
|
-
React.createElement("path", { opacity: 0.05, d: "M182.031 146.094l-34.375-34.375-5.344 2.343-11.719-11.718-.905 22.656-13.282-13.281-7.031 10.156v23.437l36.719 36.719 35.937-35.937z", fill: "url(#
|
|
53
|
-
React.createElement("g", { filter: "url(#
|
|
52
|
+
React.createElement("path", { opacity: 0.05, d: "M182.031 146.094l-34.375-34.375-5.344 2.343-11.719-11.718-.905 22.656-13.282-13.281-7.031 10.156v23.437l36.719 36.719 35.937-35.937z", fill: "url(#NoActivations_svg__paint2_linear_8548_48982)" }),
|
|
53
|
+
React.createElement("g", { filter: "url(#NoActivations_svg__filter1_d_8548_48982)" },
|
|
54
54
|
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M130.469 102.344a3.907 3.907 0 00-3.907 3.906v17.969a3.907 3.907 0 007.813 0V106.25a3.906 3.906 0 00-3.906-3.906zm17.996 9.347a3.907 3.907 0 00-5.524 5.524 18.186 18.186 0 013.943 19.825 18.187 18.187 0 01-26.912 8.163 18.182 18.182 0 01-7.735-18.674 18.194 18.194 0 014.978-9.314 3.905 3.905 0 10-5.524-5.524 26.008 26.008 0 00-5.637 28.338 26 26 0 0024.024 16.053 25.999 25.999 0 0024.024-16.053 26.007 26.007 0 00-5.637-28.338z", fill: "#fff" })),
|
|
55
55
|
React.createElement("defs", null,
|
|
56
|
-
React.createElement("linearGradient", { id: "
|
|
56
|
+
React.createElement("linearGradient", { id: "NoActivations_svg__paint0_linear_8548_48982", x1: -12.5, y1: 7.031, x2: -12.5, y2: 200, gradientUnits: "userSpaceOnUse" },
|
|
57
57
|
React.createElement("stop", { stopColor: "#FAFAFA", stopOpacity: 0.01 }),
|
|
58
58
|
React.createElement("stop", { offset: 1, stopColor: "#F4F4F4" })),
|
|
59
|
-
React.createElement("linearGradient", { id: "
|
|
59
|
+
React.createElement("linearGradient", { id: "NoActivations_svg__paint1_linear_8548_48982", x1: 207.904, y1: 141.493, x2: 121.002, y2: 60.688, gradientUnits: "userSpaceOnUse" },
|
|
60
60
|
React.createElement("stop", { stopOpacity: 0.01 }),
|
|
61
61
|
React.createElement("stop", { offset: 1 })),
|
|
62
|
-
React.createElement("linearGradient", { id: "
|
|
62
|
+
React.createElement("linearGradient", { id: "NoActivations_svg__paint2_linear_8548_48982", x1: 123.438, y1: 112.109, x2: 172.656, y2: 161.328, gradientUnits: "userSpaceOnUse" },
|
|
63
63
|
React.createElement("stop", null),
|
|
64
64
|
React.createElement("stop", { offset: 1, stopOpacity: 0 })),
|
|
65
|
-
React.createElement("filter", { id: "
|
|
65
|
+
React.createElement("filter", { id: "NoActivations_svg__filter0_d_8548_48982", x: 88.281, y: 89.063, width: 84.375, height: 84.375, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
66
66
|
React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
67
67
|
React.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
68
68
|
React.createElement("feOffset", { dy: 1.563 }),
|
|
@@ -70,7 +70,7 @@ var SvgNoActivations = function (props) {
|
|
|
70
70
|
React.createElement("feColorMatrix", { type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.2 0" }),
|
|
71
71
|
React.createElement("feBlend", { mode: "normal", in2: "BackgroundImageFix", result: "effect1_dropShadow_8548_48982" }),
|
|
72
72
|
React.createElement("feBlend", { mode: "normal", in: "SourceGraphic", in2: "effect1_dropShadow_8548_48982", result: "shape" })),
|
|
73
|
-
React.createElement("filter", { id: "
|
|
73
|
+
React.createElement("filter", { id: "NoActivations_svg__filter1_d_8548_48982", x: 100.95, y: 100.781, width: 58.257, height: 59.988, filterUnits: "userSpaceOnUse", colorInterpolationFilters: "sRGB" },
|
|
74
74
|
React.createElement("feFlood", { floodOpacity: 0, result: "BackgroundImageFix" }),
|
|
75
75
|
React.createElement("feColorMatrix", { in: "SourceAlpha", type: "matrix", values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0", result: "hardAlpha" }),
|
|
76
76
|
React.createElement("feOffset", { dy: 1.563 }),
|
package/icons/NoData.js
CHANGED
|
@@ -21,7 +21,7 @@ var SvgNoData = function (props) {
|
|
|
21
21
|
React.createElement("stop", { stopColor: "#000", offset: "100%" })),
|
|
22
22
|
React.createElement("linearGradient", { x1: "50%", y1: "0%", x2: "50%", y2: "100%", id: "NoData_svg__e" },
|
|
23
23
|
React.createElement("stop", { stopColor: "#EEFBFF", offset: "0%" }),
|
|
24
|
-
React.createElement("stop", { stopColor: "
|
|
24
|
+
React.createElement("stop", { stopColor: "currentColor", offset: "100%" })),
|
|
25
25
|
React.createElement("filter", { x: "-7.7%", y: "-7.5%", width: "115.3%", height: "115%", filterUnits: "objectBoundingBox", id: "NoData_svg__f" },
|
|
26
26
|
React.createElement("feOffset", { dx: 0, dy: 2, in: "SourceAlpha", result: "shadowOffsetOuter1" }),
|
|
27
27
|
React.createElement("feGaussianBlur", { stdDeviation: 2, in: "shadowOffsetOuter1", result: "shadowBlurOuter1" }),
|
|
@@ -33,7 +33,7 @@ var SvgNoData = function (props) {
|
|
|
33
33
|
React.createElement("g", { stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" },
|
|
34
34
|
React.createElement("mask", { id: "NoData_svg__c", fill: "#fff" },
|
|
35
35
|
React.createElement("use", { xlinkHref: "#NoData_svg__a" })),
|
|
36
|
-
React.createElement("use", { fillOpacity: 0.1, fill: "
|
|
36
|
+
React.createElement("use", { fillOpacity: 0.1, fill: "currentColor", xlinkHref: "#NoData_svg__a" }),
|
|
37
37
|
React.createElement("path", { fill: "url(#NoData_svg__b)", mask: "url(#NoData_svg__c)", d: "M0 9h256v247H0z" }),
|
|
38
38
|
React.createElement("g", { mask: "url(#NoData_svg__c)" },
|
|
39
39
|
React.createElement("g", { transform: "translate(29 37)" },
|
package/icons/NoLogs.js
CHANGED
|
@@ -12,7 +12,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgNoLogs = function (props) {
|
|
14
14
|
return (React.createElement("svg", __assign({ width: 80, height: 81, viewBox: "0 0 80 81", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgNoLogs" }, props),
|
|
15
|
-
React.createElement("circle", { cx: 40, cy: 40.5, r: 40, fill: "
|
|
15
|
+
React.createElement("circle", { cx: 40, cy: 40.5, r: 40, fill: "currentColor", fillOpacity: 0.1 }),
|
|
16
16
|
React.createElement("mask", { id: "NoLogs_svg__a", style: {
|
|
17
17
|
maskType: 'luminance'
|
|
18
18
|
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 80, height: 81 },
|
package/icons/RequestSummary.js
CHANGED
|
@@ -11,9 +11,9 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgRequestSummary = function (props) {
|
|
14
|
-
return (React.createElement("svg", __assign({ width:
|
|
15
|
-
React.createElement("ellipse", { cx:
|
|
16
|
-
React.createElement("path", { opacity:
|
|
17
|
-
React.createElement("path", { opacity:
|
|
14
|
+
return (React.createElement("svg", __assign({ width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgRequestSummary" }, props),
|
|
15
|
+
React.createElement("ellipse", { cx: 15.972, cy: 16, rx: 15.972, ry: 16, fill: "#1D4E99" }),
|
|
16
|
+
React.createElement("path", { opacity: 0.54, d: "M24.477 14.7a6.235 6.235 0 00-1.648-.744V8.43H8.503v10.986h6.356a6.392 6.392 0 00.05 1.572H6.845V6.857h17.632V14.7zM11.81 17.843h-1.657V16.28h1.657v1.563zm4.24-1.563c-.349.475-.632 1-.838 1.563h-1.754V16.28h2.591zm-4.24-1.572h-1.657v-1.572h1.657v1.572zm9.362-.992l-.065-.001a6.235 6.235 0 00-3.383.993h-4.265v-1.572h7.713v.58zm-9.362-2.151h-1.657V10h1.657v1.564zm9.362 0h-7.713V10h7.713v1.564z", fill: "#fff" }),
|
|
17
|
+
React.createElement("path", { opacity: 0.87, d: "M21.106 14.857c1.142 0 2.197.375 3.05 1.006l-.921.923a3.83 3.83 0 00-2.129-.643A3.854 3.854 0 0017.256 20a3.854 3.854 0 003.85 3.857 3.853 3.853 0 003.81-3.3l1.273-1.275a5.14 5.14 0 01-5.083 5.86A5.138 5.138 0 0115.972 20a5.139 5.139 0 015.134-5.143zm5.601 2.351l-5.445 5.455-.908-.91-1.814-1.817.907-.91 1.814 1.818 4.538-4.545.909.909z", fill: "#fff" })));
|
|
18
18
|
};
|
|
19
19
|
export default SvgRequestSummary;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import React from 'react';
|
|
13
|
+
var SvgReviewDcr = function (props) {
|
|
14
|
+
return (React.createElement("svg", __assign({ width: 16, height: 15, viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgReviewDcr" }, props),
|
|
15
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 9h3.014a4.88 4.88 0 01.116-.75H2.5v-1.5h3.764c.173-.27.37-.52.59-.75H2.5V4.5H10v.014a4.87 4.87 0 012.25.358V1.5c0-.825-.675-1.5-1.5-1.5h-9C.925 0 .25.675.25 1.5v9.75c0 .825.675 1.5 1.5 1.5h5.104A4.865 4.865 0 015.63 10.5H2.5V9zM10 3.75H2.5v-1.5H10v1.5zm3.225 7.418l2.34 2.332-1.065 1.065-2.34-2.34a3.326 3.326 0 01-1.793.525A3.369 3.369 0 017 9.375 3.37 3.37 0 0110.375 6a3.37 3.37 0 013.375 3.375c0 .66-.195 1.268-.525 1.793zm-2.85.082a1.876 1.876 0 10-.001-3.751 1.876 1.876 0 00.001 3.751z", fill: "currentColor" })));
|
|
16
|
+
};
|
|
17
|
+
export default SvgReviewDcr;
|
|
@@ -12,7 +12,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgSelectAttributes = function (props) {
|
|
14
14
|
return (React.createElement("svg", __assign({ width: 256, height: 256, viewBox: "0 0 256 256", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgSelectAttributes" }, props),
|
|
15
|
-
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "
|
|
15
|
+
React.createElement("circle", { cx: 128, cy: 128, r: 128, fill: "currentColor", fillOpacity: 0.1 }),
|
|
16
16
|
React.createElement("mask", { id: "SelectAttributes_svg__a", style: {
|
|
17
17
|
maskType: 'alpha'
|
|
18
18
|
}, maskUnits: "userSpaceOnUse", x: 0, y: 0, width: 256, height: 256 },
|
|
@@ -11,12 +11,12 @@ var __assign = (this && this.__assign) || function () {
|
|
|
11
11
|
};
|
|
12
12
|
import React from 'react';
|
|
13
13
|
var SvgSuggestedChanges = function (props) {
|
|
14
|
-
return (React.createElement("svg", __assign({ width:
|
|
15
|
-
React.createElement("g", { clipPath: "url(#
|
|
16
|
-
React.createElement("path", { d: "M15.972
|
|
17
|
-
React.createElement("path", { opacity:
|
|
14
|
+
return (React.createElement("svg", __assign({ width: 32, height: 32, viewBox: "0 0 32 32", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgSuggestedChanges" }, props),
|
|
15
|
+
React.createElement("g", { clipPath: "url(#SuggestedChanges_svg__clip0_536_106424)" },
|
|
16
|
+
React.createElement("path", { d: "M15.972 32c8.821 0 15.972-7.163 15.972-16S24.794 0 15.972 0C7.151 0 0 7.163 0 16s7.15 16 15.972 16z", fill: "#205191" }),
|
|
17
|
+
React.createElement("path", { opacity: 0.87, fillRule: "evenodd", clipRule: "evenodd", d: "M11.029 23.568c-1.05 0-1.902-.85-1.902-1.9V10.276a1.9 1.9 0 011.902-1.898h2.79a2.278 2.278 0 012.153-1.52l.185.007a2.27 2.27 0 011.968 1.512h2.79c1.05 0 1.902.852 1.902 1.9V21.67a1.9 1.9 0 01-1.901 1.898h-9.887zm10.268-1.52V9.898h-1.522v2.277H12.17V9.897h-1.522v12.154h10.649v-.003zm-3.203-5.522v1.488h-5.94v-1.488h5.94zM19.8 14.24v1.488h-7.644V14.24h7.644zm-3.827-5.863c.419 0 .761.341.761.76a.764.764 0 01-.76.721.761.761 0 01-.762-.722c0-.418.342-.759.761-.759z", fill: "#fff" })),
|
|
18
18
|
React.createElement("defs", null,
|
|
19
|
-
React.createElement("clipPath", { id: "
|
|
20
|
-
React.createElement("
|
|
19
|
+
React.createElement("clipPath", { id: "SuggestedChanges_svg__clip0_536_106424" },
|
|
20
|
+
React.createElement("path", { fill: "#fff", d: "M0 0h31.944v32H0z" })))));
|
|
21
21
|
};
|
|
22
22
|
export default SvgSuggestedChanges;
|
package/icons/UploadIcon.js
CHANGED
|
@@ -29,7 +29,7 @@ var SvgUploadIcon = function (props) {
|
|
|
29
29
|
React.createElement("g", { stroke: "none", strokeWidth: 1, fill: "none", fillRule: "evenodd" },
|
|
30
30
|
React.createElement("mask", { id: "UploadIcon_svg__b", fill: "#fff" },
|
|
31
31
|
React.createElement("use", { xlinkHref: "#UploadIcon_svg__a" })),
|
|
32
|
-
React.createElement("use", { fillOpacity: 0.1, fill: "
|
|
32
|
+
React.createElement("use", { fillOpacity: 0.1, fill: "currentColor", xlinkHref: "#UploadIcon_svg__a" }),
|
|
33
33
|
React.createElement("g", { mask: "url(#UploadIcon_svg__b)" },
|
|
34
34
|
React.createElement("g", { strokeWidth: 1, fill: "none", transform: "translate(-1 9)" },
|
|
35
35
|
React.createElement("path", { d: "M0 107.268c0 35.579 28.703 64.409 64.173 64.409h139.021c29.578 0 53.497-24.035 53.497-53.635 0-28.356-21.935-51.562-49.705-53.515C199.577 27.705 167.2 0 128.346 0 97.425 0 70.59 17.582 57.171 43.274 25.027 46.767 0 74.117 0 107.268z", fill: "#FFF", opacity: 0.3 }),
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import React from 'react';
|
|
13
|
+
var SvgVerificationInvalid = function (props) {
|
|
14
|
+
return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", "data-reltio-id": "SvgVerificationInvalid" }, props),
|
|
15
|
+
React.createElement("path", { d: "M6.667 0A6.66 6.66 0 000 6.667a6.66 6.66 0 006.667 6.666 6.66 6.66 0 006.666-6.666A6.66 6.66 0 006.667 0zM10 9.06l-.94.94-2.393-2.393L4.273 10l-.94-.94 2.394-2.393-2.394-2.394.94-.94 2.394 2.394L9.06 3.333l.94.94-2.393 2.394L10 9.06z", fill: "#EB5757" })));
|
|
16
|
+
};
|
|
17
|
+
export default SvgVerificationInvalid;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
var __assign = (this && this.__assign) || function () {
|
|
2
|
+
__assign = Object.assign || function(t) {
|
|
3
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
+
s = arguments[i];
|
|
5
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
+
t[p] = s[p];
|
|
7
|
+
}
|
|
8
|
+
return t;
|
|
9
|
+
};
|
|
10
|
+
return __assign.apply(this, arguments);
|
|
11
|
+
};
|
|
12
|
+
import React from 'react';
|
|
13
|
+
var SvgVerificationMaybe = function (props) {
|
|
14
|
+
return (React.createElement("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: 14, height: 14, viewBox: "0 0 14 14", fill: "none", "data-reltio-id": "SvgVerificationMaybe" }, props),
|
|
15
|
+
React.createElement("path", { d: "M6.667 0A6.67 6.67 0 000 6.667a6.67 6.67 0 006.667 6.666 6.669 6.669 0 006.666-6.666A6.67 6.67 0 006.667 0zm.666 11.333H6V10h1.333v1.333zm1.38-5.166l-.6.613c-.48.487-.78.887-.78 1.887H6v-.334c0-.733.3-1.4.78-1.886l.827-.84c.246-.24.393-.574.393-.94 0-.734-.6-1.334-1.333-1.334-.734 0-1.334.6-1.334 1.334H4a2.666 2.666 0 115.333 0c0 .586-.24 1.12-.62 1.5z", fill: "#F9A825" })));
|
|
16
|
+
};
|
|
17
|
+
export default SvgVerificationMaybe;
|