@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
|
@@ -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 SvgVerificationOutdated = 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": "SvgVerificationOutdated" }, 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 10H6V8.667h1.333V10zm0-2.667H6v-4h1.333v4z", fill: "#F2C94C" })));
|
|
16
|
+
};
|
|
17
|
+
export default SvgVerificationOutdated;
|
|
@@ -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 SvgVerificationValid = 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": "SvgVerificationValid" }, 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 0zM5.333 10L2 6.667l.94-.94 2.393 2.386 5.06-5.06.94.947-6 6z", fill: "#27AE60" })));
|
|
16
|
+
};
|
|
17
|
+
export default SvgVerificationValid;
|
package/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/icons/index.js
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/package.json
CHANGED
package/cjs/icons/ReviewDCR.d.ts
DELETED
package/cjs/icons/ReviewDCR.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
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 SvgReviewDCR = function (props) {
|
|
19
|
-
return (react_1.default.createElement("svg", __assign({ width: "16", height: "15", viewBox: "0 0 16 15", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
|
|
20
|
-
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 9H5.51415C5.53356 8.74392 5.57268 8.49341 5.63 8.25H2.5V6.75H6.26449C6.43659 6.48075 6.63444 6.2296 6.85458 6H2.5V4.5H10V4.51415C10.1238 4.50477 10.2488 4.5 10.375 4.5C11.0397 4.5 11.673 4.63248 12.25 4.87252V1.5C12.25 0.675 11.575 0 10.75 0H1.75C0.925 0 0.25 0.675 0.25 1.5V11.25C0.25 12.075 0.925 12.75 1.75 12.75H6.85373C6.26293 12.1331 5.8327 11.3608 5.63001 10.5H2.5V9ZM10 3.75H2.5V2.25H10V3.75ZM13.225 11.1675L15.565 13.5L14.5 14.565L12.16 12.225C11.6425 12.555 11.0275 12.75 10.3675 12.75C8.5075 12.75 7 11.2425 7 9.375C7 7.5075 8.5075 6 10.375 6C12.2425 6 13.75 7.5075 13.75 9.375C13.75 10.035 13.555 10.6425 13.225 11.1675ZM10.375 11.25C11.41 11.25 12.25 10.41 12.25 9.375C12.25 8.34 11.41 7.5 10.375 7.5C9.34 7.5 8.5 8.34 8.5 9.375C8.5 10.41 9.34 11.25 10.375 11.25Z", fill: "#0072CE" })));
|
|
21
|
-
};
|
|
22
|
-
exports.default = SvgReviewDCR;
|
|
@@ -1,22 +0,0 @@
|
|
|
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 VerificationInvalidIcon = function (props) {
|
|
19
|
-
return (react_1.default.createElement("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgVerificationInvalidIcon" }, props),
|
|
20
|
-
react_1.default.createElement("path", { d: "M6.66667 0C2.98 0 0 2.98 0 6.66667C0 10.3533 2.98 13.3333 6.66667 13.3333C10.3533 13.3333 13.3333 10.3533 13.3333 6.66667C13.3333 2.98 10.3533 0 6.66667 0ZM10 9.06L9.06 10L6.66667 7.60667L4.27333 10L3.33333 9.06L5.72667 6.66667L3.33333 4.27333L4.27333 3.33333L6.66667 5.72667L9.06 3.33333L10 4.27333L7.60667 6.66667L10 9.06Z", fill: "#EB5757" })));
|
|
21
|
-
};
|
|
22
|
-
exports.default = VerificationInvalidIcon;
|
|
@@ -1,22 +0,0 @@
|
|
|
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 VerificationMaybeIcon = 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": "SvgMaybeIcon" }, props),
|
|
20
|
-
react_1.default.createElement("path", { d: "M6.66667 0C2.98667 0 0 2.98667 0 6.66667C0 10.3467 2.98667 13.3333 6.66667 13.3333C10.3467 13.3333 13.3333 10.3467 13.3333 6.66667C13.3333 2.98667 10.3467 0 6.66667 0ZM7.33333 11.3333H6V10H7.33333V11.3333ZM8.71333 6.16667L8.11333 6.78C7.63333 7.26667 7.33333 7.66667 7.33333 8.66667H6V8.33333C6 7.6 6.3 6.93333 6.78 6.44667L7.60667 5.60667C7.85333 5.36667 8 5.03333 8 4.66667C8 3.93333 7.4 3.33333 6.66667 3.33333C5.93333 3.33333 5.33333 3.93333 5.33333 4.66667H4C4 3.19333 5.19333 2 6.66667 2C8.14 2 9.33333 3.19333 9.33333 4.66667C9.33333 5.25333 9.09333 5.78667 8.71333 6.16667Z", fill: "#F9A825" })));
|
|
21
|
-
};
|
|
22
|
-
exports.default = VerificationMaybeIcon;
|
package/icons/ReviewDCR.d.ts
DELETED
package/icons/ReviewDCR.js
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
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" }, props),
|
|
15
|
-
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M2.5 9H5.51415C5.53356 8.74392 5.57268 8.49341 5.63 8.25H2.5V6.75H6.26449C6.43659 6.48075 6.63444 6.2296 6.85458 6H2.5V4.5H10V4.51415C10.1238 4.50477 10.2488 4.5 10.375 4.5C11.0397 4.5 11.673 4.63248 12.25 4.87252V1.5C12.25 0.675 11.575 0 10.75 0H1.75C0.925 0 0.25 0.675 0.25 1.5V11.25C0.25 12.075 0.925 12.75 1.75 12.75H6.85373C6.26293 12.1331 5.8327 11.3608 5.63001 10.5H2.5V9ZM10 3.75H2.5V2.25H10V3.75ZM13.225 11.1675L15.565 13.5L14.5 14.565L12.16 12.225C11.6425 12.555 11.0275 12.75 10.3675 12.75C8.5075 12.75 7 11.2425 7 9.375C7 7.5075 8.5075 6 10.375 6C12.2425 6 13.75 7.5075 13.75 9.375C13.75 10.035 13.555 10.6425 13.225 11.1675ZM10.375 11.25C11.41 11.25 12.25 10.41 12.25 9.375C12.25 8.34 11.41 7.5 10.375 7.5C9.34 7.5 8.5 8.34 8.5 9.375C8.5 10.41 9.34 11.25 10.375 11.25Z", fill: "#0072CE" })));
|
|
16
|
-
};
|
|
17
|
-
export default SvgReviewDCR;
|
|
@@ -1,17 +0,0 @@
|
|
|
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 VerificationInvalidIcon = function (props) {
|
|
14
|
-
return (React.createElement("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgVerificationInvalidIcon" }, props),
|
|
15
|
-
React.createElement("path", { d: "M6.66667 0C2.98 0 0 2.98 0 6.66667C0 10.3533 2.98 13.3333 6.66667 13.3333C10.3533 13.3333 13.3333 10.3533 13.3333 6.66667C13.3333 2.98 10.3533 0 6.66667 0ZM10 9.06L9.06 10L6.66667 7.60667L4.27333 10L3.33333 9.06L5.72667 6.66667L3.33333 4.27333L4.27333 3.33333L6.66667 5.72667L9.06 3.33333L10 4.27333L7.60667 6.66667L10 9.06Z", fill: "#EB5757" })));
|
|
16
|
-
};
|
|
17
|
-
export default VerificationInvalidIcon;
|
|
@@ -1,17 +0,0 @@
|
|
|
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 VerificationMaybeIcon = 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": "SvgMaybeIcon" }, props),
|
|
15
|
-
React.createElement("path", { d: "M6.66667 0C2.98667 0 0 2.98667 0 6.66667C0 10.3467 2.98667 13.3333 6.66667 13.3333C10.3467 13.3333 13.3333 10.3467 13.3333 6.66667C13.3333 2.98667 10.3467 0 6.66667 0ZM7.33333 11.3333H6V10H7.33333V11.3333ZM8.71333 6.16667L8.11333 6.78C7.63333 7.26667 7.33333 7.66667 7.33333 8.66667H6V8.33333C6 7.6 6.3 6.93333 6.78 6.44667L7.60667 5.60667C7.85333 5.36667 8 5.03333 8 4.66667C8 3.93333 7.4 3.33333 6.66667 3.33333C5.93333 3.33333 5.33333 3.93333 5.33333 4.66667H4C4 3.19333 5.19333 2 6.66667 2C8.14 2 9.33333 3.19333 9.33333 4.66667C9.33333 5.25333 9.09333 5.78667 8.71333 6.16667Z", fill: "#F9A825" })));
|
|
16
|
-
};
|
|
17
|
-
export default VerificationMaybeIcon;
|
|
@@ -1,17 +0,0 @@
|
|
|
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 VerificationOutdatedIcon = function (props) {
|
|
14
|
-
return (React.createElement("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgVerificationOutdatedIcon" }, props),
|
|
15
|
-
React.createElement("path", { d: "M6.66667 0C2.98667 0 0 2.98667 0 6.66667C0 10.3467 2.98667 13.3333 6.66667 13.3333C10.3467 13.3333 13.3333 10.3467 13.3333 6.66667C13.3333 2.98667 10.3467 0 6.66667 0ZM7.33333 10H6V8.66667H7.33333V10ZM7.33333 7.33333H6V3.33333H7.33333V7.33333Z", fill: "#F2C94C" })));
|
|
16
|
-
};
|
|
17
|
-
export default VerificationOutdatedIcon;
|
|
@@ -1,17 +0,0 @@
|
|
|
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 VerificationValidIcon = function (props) {
|
|
14
|
-
return (React.createElement("svg", __assign({ width: "14", height: "14", viewBox: "0 0 14 14", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-reltio-id": "SvgVerificationValidIcon" }, props),
|
|
15
|
-
React.createElement("path", { d: "M6.66667 0C2.98667 0 0 2.98667 0 6.66667C0 10.3467 2.98667 13.3333 6.66667 13.3333C10.3467 13.3333 13.3333 10.3467 13.3333 6.66667C13.3333 2.98667 10.3467 0 6.66667 0ZM5.33333 10L2 6.66667L2.94 5.72667L5.33333 8.11333L10.3933 3.05333L11.3333 4L5.33333 10Z", fill: "#27AE60" })));
|
|
16
|
-
};
|
|
17
|
-
export default VerificationValidIcon;
|