@finos/legend-extension-dsl-data-space 10.4.130 → 10.4.131
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.
@@ -15,18 +15,18 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
15
15
|
* limitations under the License.
|
16
16
|
*/
|
17
17
|
import { observer } from 'mobx-react-lite';
|
18
|
-
import { BlankPanelContent, DocumentationIcon,
|
18
|
+
import { BlankPanelContent, DocumentationIcon, EnvelopeIcon, HomeIcon, QuestionAnswerIcon, SparkleIcon, SupportIcon, } from '@finos/legend-art';
|
19
19
|
import { DataSpaceSupportCombinedInfo, DataSpaceSupportEmail, } from '../graph/metamodel/pure/model/packageableElements/dataSpace/DSL_DataSpace_DataSpace.js';
|
20
20
|
import {} from '../stores/DataSpaceViewerState.js';
|
21
21
|
const DataSpaceSupportEmailViewer = observer((props) => {
|
22
22
|
const { supportInfo } = props;
|
23
|
-
return (_jsx("div", { className: "data-space__viewer__support__section", children: _jsxs("div", { className: "data-space__viewer__support__entry", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon", children: _jsx(
|
23
|
+
return (_jsx("div", { className: "data-space__viewer__support__section", children: _jsxs("div", { className: "data-space__viewer__support__entry", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon", children: _jsx(EnvelopeIcon, {}) }), _jsx("a", { href: `mailto:${supportInfo.address}`, className: "data-space__viewer__support__entry__content", children: supportInfo.address })] }) }));
|
24
24
|
});
|
25
25
|
const DataSpaceSupportCombinedInfoViewer = observer((props) => {
|
26
26
|
const { supportInfo } = props;
|
27
27
|
return (_jsxs(_Fragment, { children: [_jsxs("div", { className: "data-space__viewer__support__section", children: [_jsxs("div", { className: "data-space__viewer__support__entry", title: "Website", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon data-space__viewer__support__entry__icon--website", children: _jsx(HomeIcon, {}) }), supportInfo.website ? (_jsx("a", { href: supportInfo.website, className: "data-space__viewer__support__entry__content", children: supportInfo.website })) : (_jsx("div", { className: "data-space__viewer__support__entry__content", children: "(not specified)" }))] }), _jsxs("div", { className: "data-space__viewer__support__entry", title: "Documentation", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon", children: _jsx(DocumentationIcon, {}) }), supportInfo.documentationUrl ? (_jsx("a", { href: supportInfo.documentationUrl, className: "data-space__viewer__support__entry__content", children: supportInfo.documentationUrl })) : (_jsx("div", { className: "data-space__viewer__support__entry__content", children: "(not specified)" }))] }), _jsxs("div", { className: "data-space__viewer__support__entry", title: "Support", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon data-space__viewer__support__entry__icon--support", children: _jsx(SupportIcon, {}) }), supportInfo.supportUrl ? (_jsx("a", { href: supportInfo.supportUrl, className: "data-space__viewer__support__entry__content", children: supportInfo.supportUrl })) : (_jsx("div", { className: "data-space__viewer__support__entry__content", children: "(not specified)" }))] }), _jsxs("div", { className: "data-space__viewer__support__entry", title: "FAQ", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon data-space__viewer__support__entry__icon--faq", children: _jsx(QuestionAnswerIcon, {}) }), supportInfo.faqUrl ? (_jsx("a", { href: supportInfo.faqUrl, className: "data-space__viewer__support__entry__content", children: supportInfo.faqUrl })) : (_jsx("div", { className: "data-space__viewer__support__entry__content", children: "(not specified)" }))] })] }), supportInfo.emails?.length && (_jsx("div", { className: "data-space__viewer__support__section", children: supportInfo.emails.map((email, idx) => (
|
28
28
|
// eslint-disable-next-line react/no-array-index-key
|
29
|
-
_jsxs("div", { className: "data-space__viewer__support__entry", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon", children: _jsx(
|
29
|
+
_jsxs("div", { className: "data-space__viewer__support__entry", children: [_jsx("div", { className: "data-space__viewer__support__entry__icon", children: _jsx(EnvelopeIcon, {}) }), _jsx("a", { href: `mailto:${email}`, className: "data-space__viewer__support__entry__content", children: email })] }, idx))) }))] }));
|
30
30
|
});
|
31
31
|
const DataSpaceSupport = observer((props) => {
|
32
32
|
const { dataSpaceViewerState } = props;
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"DataSpaceSupportPanel.js","sourceRoot":"","sources":["../../src/components/DataSpaceSupportPanel.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;GAcG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EACjB,
|
1
|
+
{"version":3,"file":"DataSpaceSupportPanel.js","sourceRoot":"","sources":["../../src/components/DataSpaceSupportPanel.tsx"],"names":[],"mappings":"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"}
|
package/lib/index.css
CHANGED
package/lib/package.json
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@finos/legend-extension-dsl-data-space",
|
3
|
-
"version": "10.4.
|
3
|
+
"version": "10.4.131",
|
4
4
|
"description": "Legend extension for Data Space DSL",
|
5
5
|
"keywords": [
|
6
6
|
"legend",
|
@@ -43,14 +43,14 @@
|
|
43
43
|
"test:watch": "jest --watch"
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
|
-
"@finos/legend-application": "16.0.
|
47
|
-
"@finos/legend-art": "7.1.
|
48
|
-
"@finos/legend-code-editor": "2.0.
|
49
|
-
"@finos/legend-extension-dsl-diagram": "8.1.
|
50
|
-
"@finos/legend-graph": "32.
|
51
|
-
"@finos/legend-lego": "2.0.
|
52
|
-
"@finos/legend-query-builder": "4.17.
|
53
|
-
"@finos/legend-server-depot": "6.0
|
46
|
+
"@finos/legend-application": "16.0.64",
|
47
|
+
"@finos/legend-art": "7.1.118",
|
48
|
+
"@finos/legend-code-editor": "2.0.110",
|
49
|
+
"@finos/legend-extension-dsl-diagram": "8.1.154",
|
50
|
+
"@finos/legend-graph": "32.2.0",
|
51
|
+
"@finos/legend-lego": "2.0.117",
|
52
|
+
"@finos/legend-query-builder": "4.17.28",
|
53
|
+
"@finos/legend-server-depot": "6.1.0",
|
54
54
|
"@finos/legend-server-sdlc": "5.3.64",
|
55
55
|
"@finos/legend-shared": "11.0.19",
|
56
56
|
"@finos/legend-storage": "3.0.138",
|
@@ -18,7 +18,7 @@ import { observer } from 'mobx-react-lite';
|
|
18
18
|
import {
|
19
19
|
BlankPanelContent,
|
20
20
|
DocumentationIcon,
|
21
|
-
|
21
|
+
EnvelopeIcon,
|
22
22
|
HomeIcon,
|
23
23
|
QuestionAnswerIcon,
|
24
24
|
SparkleIcon,
|
@@ -41,7 +41,7 @@ const DataSpaceSupportEmailViewer = observer(
|
|
41
41
|
<div className="data-space__viewer__support__section">
|
42
42
|
<div className="data-space__viewer__support__entry">
|
43
43
|
<div className="data-space__viewer__support__entry__icon">
|
44
|
-
<
|
44
|
+
<EnvelopeIcon />
|
45
45
|
</div>
|
46
46
|
<a
|
47
47
|
href={`mailto:${supportInfo.address}`}
|
@@ -143,7 +143,7 @@ const DataSpaceSupportCombinedInfoViewer = observer(
|
|
143
143
|
// eslint-disable-next-line react/no-array-index-key
|
144
144
|
<div key={idx} className="data-space__viewer__support__entry">
|
145
145
|
<div className="data-space__viewer__support__entry__icon">
|
146
|
-
<
|
146
|
+
<EnvelopeIcon />
|
147
147
|
</div>
|
148
148
|
<a
|
149
149
|
href={`mailto:${email}`}
|