@strapi/plugin-cloud 5.12.1 → 5.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/admin/components/Cloud.js +75 -0
- package/dist/admin/components/Cloud.js.map +1 -0
- package/dist/admin/components/Cloud.mjs +73 -0
- package/dist/admin/components/Cloud.mjs.map +1 -0
- package/dist/admin/components/Github.js +86 -0
- package/dist/admin/components/Github.js.map +1 -0
- package/dist/admin/components/Github.mjs +84 -0
- package/dist/admin/components/Github.mjs.map +1 -0
- package/dist/admin/components/Icons/LinkIcon.js +123 -0
- package/dist/admin/components/Icons/LinkIcon.js.map +1 -0
- package/dist/admin/components/Icons/LinkIcon.mjs +121 -0
- package/dist/admin/components/Icons/LinkIcon.mjs.map +1 -0
- package/dist/admin/components/Icons/UploadIcon.js +91 -0
- package/dist/admin/components/Icons/UploadIcon.js.map +1 -0
- package/dist/admin/components/Icons/UploadIcon.mjs +89 -0
- package/dist/admin/components/Icons/UploadIcon.mjs.map +1 -0
- package/dist/admin/components/Initializer.js +15 -0
- package/dist/admin/components/Initializer.js.map +1 -0
- package/dist/admin/components/Initializer.mjs +13 -0
- package/dist/admin/components/Initializer.mjs.map +1 -0
- package/dist/admin/index.js +64 -4
- package/dist/admin/index.js.map +1 -1
- package/dist/admin/index.mjs +65 -3
- package/dist/admin/index.mjs.map +1 -1
- package/dist/admin/pages/App.js +26 -0
- package/dist/admin/pages/App.js.map +1 -0
- package/dist/admin/pages/App.mjs +24 -0
- package/dist/admin/pages/App.mjs.map +1 -0
- package/dist/admin/pages/HomePage.js +161 -0
- package/dist/admin/pages/HomePage.js.map +1 -0
- package/dist/admin/pages/HomePage.mjs +159 -0
- package/dist/admin/pages/HomePage.mjs.map +1 -0
- package/dist/admin/pages/assets/corner-ornament.svg.js +6 -0
- package/dist/admin/pages/assets/corner-ornament.svg.js.map +1 -0
- package/dist/admin/pages/assets/corner-ornament.svg.mjs +4 -0
- package/dist/admin/pages/assets/corner-ornament.svg.mjs.map +1 -0
- package/dist/admin/pages/assets/left-side-cloud.png.js +6 -0
- package/dist/admin/pages/assets/left-side-cloud.png.js.map +1 -0
- package/dist/admin/pages/assets/left-side-cloud.png.mjs +4 -0
- package/dist/admin/pages/assets/left-side-cloud.png.mjs.map +1 -0
- package/dist/admin/pages/assets/right-side-cloud.png.js +6 -0
- package/dist/admin/pages/assets/right-side-cloud.png.js.map +1 -0
- package/dist/admin/pages/assets/right-side-cloud.png.mjs +4 -0
- package/dist/admin/pages/assets/right-side-cloud.png.mjs.map +1 -0
- package/dist/admin/pluginId.js +6 -0
- package/dist/admin/pluginId.js.map +1 -0
- package/dist/admin/pluginId.mjs +4 -0
- package/dist/admin/pluginId.mjs.map +1 -0
- package/dist/admin/{chunks/en-uuzupUSq.js → translations/en.json.js} +2 -2
- package/dist/admin/translations/en.json.js.map +1 -0
- package/dist/admin/{chunks/en-DHxfjovA.mjs → translations/en.json.mjs} +1 -1
- package/dist/admin/translations/en.json.mjs.map +1 -0
- package/dist/admin/{chunks/fr-QQbSxlps.js → translations/fr.json.js} +2 -2
- package/dist/admin/translations/fr.json.js.map +1 -0
- package/dist/admin/{chunks/fr-XFxvAMHP.mjs → translations/fr.json.mjs} +1 -1
- package/dist/admin/translations/fr.json.mjs.map +1 -0
- package/dist/admin/{chunks/uk-DAfwTpcY.js → translations/uk.json.js} +2 -2
- package/dist/admin/translations/uk.json.js.map +1 -0
- package/dist/admin/{chunks/uk-dBK8S80E.mjs → translations/uk.json.mjs} +1 -1
- package/dist/admin/translations/uk.json.mjs.map +1 -0
- package/dist/admin/utils/getTrad.js +8 -0
- package/dist/admin/utils/getTrad.js.map +1 -0
- package/dist/admin/utils/getTrad.mjs +6 -0
- package/dist/admin/utils/getTrad.mjs.map +1 -0
- package/dist/admin/utils/prefixPluginTranslations.js +11 -0
- package/dist/admin/utils/prefixPluginTranslations.js.map +1 -0
- package/dist/admin/utils/prefixPluginTranslations.mjs +9 -0
- package/dist/admin/utils/prefixPluginTranslations.mjs.map +1 -0
- package/package.json +4 -4
- package/dist/admin/chunks/App-BuLBg0Lm.mjs +0 -522
- package/dist/admin/chunks/App-BuLBg0Lm.mjs.map +0 -1
- package/dist/admin/chunks/App-gqL5Al7X.js +0 -524
- package/dist/admin/chunks/App-gqL5Al7X.js.map +0 -1
- package/dist/admin/chunks/en-DHxfjovA.mjs.map +0 -1
- package/dist/admin/chunks/en-uuzupUSq.js.map +0 -1
- package/dist/admin/chunks/fr-QQbSxlps.js.map +0 -1
- package/dist/admin/chunks/fr-XFxvAMHP.mjs.map +0 -1
- package/dist/admin/chunks/index-B393u3lO.mjs +0 -81
- package/dist/admin/chunks/index-B393u3lO.mjs.map +0 -1
- package/dist/admin/chunks/index-DBXv-hIg.js +0 -84
- package/dist/admin/chunks/index-DBXv-hIg.js.map +0 -1
- package/dist/admin/chunks/uk-DAfwTpcY.js.map +0 -1
- package/dist/admin/chunks/uk-dBK8S80E.mjs.map +0 -1
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var designSystem = require('@strapi/design-system');
|
|
5
|
+
var icons = require('@strapi/icons');
|
|
6
|
+
var reactIntl = require('react-intl');
|
|
7
|
+
var styledComponents = require('styled-components');
|
|
8
|
+
var getTrad = require('../utils/getTrad.js');
|
|
9
|
+
var UploadIcon = require('./Icons/UploadIcon.js');
|
|
10
|
+
|
|
11
|
+
const EmptyStateIconWrapper = styledComponents.styled(designSystem.Box)`
|
|
12
|
+
svg {
|
|
13
|
+
height: 8.8rem;
|
|
14
|
+
}
|
|
15
|
+
`;
|
|
16
|
+
const CloudBox = ()=>{
|
|
17
|
+
const { formatMessage } = reactIntl.useIntl();
|
|
18
|
+
return /*#__PURE__*/ jsxRuntime.jsx(designSystem.Box, {
|
|
19
|
+
padding: 4,
|
|
20
|
+
hasRadius: true,
|
|
21
|
+
children: /*#__PURE__*/ jsxRuntime.jsxs(designSystem.Flex, {
|
|
22
|
+
alignItems: "center",
|
|
23
|
+
direction: "column",
|
|
24
|
+
padding: 11,
|
|
25
|
+
hasRadius: true,
|
|
26
|
+
children: [
|
|
27
|
+
/*#__PURE__*/ jsxRuntime.jsx(EmptyStateIconWrapper, {
|
|
28
|
+
paddingBottom: 6,
|
|
29
|
+
"aria-hidden": true,
|
|
30
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(UploadIcon.UploadIcon, {})
|
|
31
|
+
}),
|
|
32
|
+
/*#__PURE__*/ jsxRuntime.jsx(designSystem.Box, {
|
|
33
|
+
paddingBottom: 4,
|
|
34
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(designSystem.Typography, {
|
|
35
|
+
variant: "beta",
|
|
36
|
+
tag: "p",
|
|
37
|
+
textAlign: "center",
|
|
38
|
+
textColor: "neutral1000",
|
|
39
|
+
children: formatMessage({
|
|
40
|
+
id: getTrad.getTrad('Homepage.cloudBox.title'),
|
|
41
|
+
defaultMessage: 'Deploy to Strapi Cloud'
|
|
42
|
+
})
|
|
43
|
+
})
|
|
44
|
+
}),
|
|
45
|
+
/*#__PURE__*/ jsxRuntime.jsx(designSystem.Typography, {
|
|
46
|
+
variant: "epsilon",
|
|
47
|
+
tag: "p",
|
|
48
|
+
textAlign: "center",
|
|
49
|
+
textColor: "neutral600",
|
|
50
|
+
children: formatMessage({
|
|
51
|
+
id: getTrad.getTrad('Homepage.cloudBox.subTitle'),
|
|
52
|
+
defaultMessage: 'Enjoy a Strapi-optimized stack including database, email provider, and CDN.'
|
|
53
|
+
})
|
|
54
|
+
}),
|
|
55
|
+
/*#__PURE__*/ jsxRuntime.jsx(designSystem.Box, {
|
|
56
|
+
marginTop: 4,
|
|
57
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(designSystem.LinkButton, {
|
|
58
|
+
variant: "default",
|
|
59
|
+
endIcon: /*#__PURE__*/ jsxRuntime.jsx(icons.ExternalLink, {}),
|
|
60
|
+
href: "https://cloud.strapi.io/login?utm_campaign=Strapi%20Cloud%20Plugin&utm_source=In-Product&utm_medium=CTA",
|
|
61
|
+
isExternal: true,
|
|
62
|
+
target: "_blank",
|
|
63
|
+
children: formatMessage({
|
|
64
|
+
id: getTrad.getTrad('Homepage.cloudBox.buttonText'),
|
|
65
|
+
defaultMessage: 'Deploy to Strapi Cloud'
|
|
66
|
+
})
|
|
67
|
+
})
|
|
68
|
+
})
|
|
69
|
+
]
|
|
70
|
+
})
|
|
71
|
+
});
|
|
72
|
+
};
|
|
73
|
+
|
|
74
|
+
exports.CloudBox = CloudBox;
|
|
75
|
+
//# sourceMappingURL=Cloud.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cloud.js","sources":["../../../admin/src/components/Cloud.tsx"],"sourcesContent":["/*\n *\n * Cloud component\n *\n */\n\nimport { Box, Flex, Typography, LinkButton } from '@strapi/design-system';\nimport { ExternalLink } from '@strapi/icons';\nimport { useIntl } from 'react-intl';\nimport { styled } from 'styled-components';\n\nimport { getTrad } from '../utils/getTrad';\n\nimport { UploadIcon } from './Icons/UploadIcon';\n\nconst EmptyStateIconWrapper = styled(Box)`\n svg {\n height: 8.8rem;\n }\n`;\n\nconst CloudBox = () => {\n const { formatMessage } = useIntl();\n\n return (\n <Box padding={4} hasRadius>\n <Flex alignItems=\"center\" direction=\"column\" padding={11} hasRadius>\n <EmptyStateIconWrapper paddingBottom={6} aria-hidden>\n <UploadIcon />\n </EmptyStateIconWrapper>\n <Box paddingBottom={4}>\n <Typography variant=\"beta\" tag=\"p\" textAlign=\"center\" textColor=\"neutral1000\">\n {formatMessage({\n id: getTrad('Homepage.cloudBox.title'),\n defaultMessage: 'Deploy to Strapi Cloud',\n })}\n </Typography>\n </Box>\n <Typography variant=\"epsilon\" tag=\"p\" textAlign=\"center\" textColor=\"neutral600\">\n {formatMessage({\n id: getTrad('Homepage.cloudBox.subTitle'),\n defaultMessage:\n 'Enjoy a Strapi-optimized stack including database, email provider, and CDN.',\n })}\n </Typography>\n <Box marginTop={4}>\n <LinkButton\n variant=\"default\"\n endIcon={<ExternalLink />}\n href=\"https://cloud.strapi.io/login?utm_campaign=Strapi%20Cloud%20Plugin&utm_source=In-Product&utm_medium=CTA\"\n isExternal\n target=\"_blank\"\n >\n {formatMessage({\n id: getTrad('Homepage.cloudBox.buttonText'),\n defaultMessage: 'Deploy to Strapi Cloud',\n })}\n </LinkButton>\n </Box>\n </Flex>\n </Box>\n );\n};\n\nexport { CloudBox };\n"],"names":["EmptyStateIconWrapper","styled","Box","CloudBox","formatMessage","useIntl","_jsx","padding","hasRadius","_jsxs","Flex","alignItems","direction","paddingBottom","aria-hidden","UploadIcon","Typography","variant","tag","textAlign","textColor","id","getTrad","defaultMessage","marginTop","LinkButton","endIcon","ExternalLink","href","isExternal","target"],"mappings":";;;;;;;;;;AAeA,MAAMA,qBAAAA,GAAwBC,uBAAOC,CAAAA,gBAAAA,CAAI;;;;AAIzC,CAAC;AAED,MAAMC,QAAW,GAAA,IAAA;IACf,MAAM,EAAEC,aAAa,EAAE,GAAGC,iBAAAA,EAAAA;AAE1B,IAAA,qBACEC,cAACJ,CAAAA,gBAAAA,EAAAA;QAAIK,OAAS,EAAA,CAAA;QAAGC,SAAS,EAAA,IAAA;AACxB,QAAA,QAAA,gBAAAC,eAACC,CAAAA,iBAAAA,EAAAA;YAAKC,UAAW,EAAA,QAAA;YAASC,SAAU,EAAA,QAAA;YAASL,OAAS,EAAA,EAAA;YAAIC,SAAS,EAAA,IAAA;;8BACjEF,cAACN,CAAAA,qBAAAA,EAAAA;oBAAsBa,aAAe,EAAA,CAAA;oBAAGC,aAAW,EAAA,IAAA;AAClD,oBAAA,QAAA,gBAAAR,cAACS,CAAAA,qBAAAA,EAAAA,EAAAA;;8BAEHT,cAACJ,CAAAA,gBAAAA,EAAAA;oBAAIW,aAAe,EAAA,CAAA;AAClB,oBAAA,QAAA,gBAAAP,cAACU,CAAAA,uBAAAA,EAAAA;wBAAWC,OAAQ,EAAA,MAAA;wBAAOC,GAAI,EAAA,GAAA;wBAAIC,SAAU,EAAA,QAAA;wBAASC,SAAU,EAAA,aAAA;kCAC7DhB,aAAc,CAAA;AACbiB,4BAAAA,EAAAA,EAAIC,eAAQ,CAAA,yBAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;8BAGJjB,cAACU,CAAAA,uBAAAA,EAAAA;oBAAWC,OAAQ,EAAA,SAAA;oBAAUC,GAAI,EAAA,GAAA;oBAAIC,SAAU,EAAA,QAAA;oBAASC,SAAU,EAAA,YAAA;8BAChEhB,aAAc,CAAA;AACbiB,wBAAAA,EAAAA,EAAIC,eAAQ,CAAA,4BAAA,CAAA;wBACZC,cACE,EAAA;AACJ,qBAAA;;8BAEFjB,cAACJ,CAAAA,gBAAAA,EAAAA;oBAAIsB,SAAW,EAAA,CAAA;AACd,oBAAA,QAAA,gBAAAlB,cAACmB,CAAAA,uBAAAA,EAAAA;wBACCR,OAAQ,EAAA,SAAA;AACRS,wBAAAA,OAAAA,gBAASpB,cAACqB,CAAAA,kBAAAA,EAAAA,EAAAA,CAAAA;wBACVC,IAAK,EAAA,yGAAA;wBACLC,UAAU,EAAA,IAAA;wBACVC,MAAO,EAAA,QAAA;kCAEN1B,aAAc,CAAA;AACbiB,4BAAAA,EAAAA,EAAIC,eAAQ,CAAA,8BAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;;;;AAMZ;;;;"}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import { Box, Flex, Typography, LinkButton } from '@strapi/design-system';
|
|
3
|
+
import { ExternalLink } from '@strapi/icons';
|
|
4
|
+
import { useIntl } from 'react-intl';
|
|
5
|
+
import { styled } from 'styled-components';
|
|
6
|
+
import { getTrad } from '../utils/getTrad.mjs';
|
|
7
|
+
import { UploadIcon } from './Icons/UploadIcon.mjs';
|
|
8
|
+
|
|
9
|
+
const EmptyStateIconWrapper = styled(Box)`
|
|
10
|
+
svg {
|
|
11
|
+
height: 8.8rem;
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
const CloudBox = ()=>{
|
|
15
|
+
const { formatMessage } = useIntl();
|
|
16
|
+
return /*#__PURE__*/ jsx(Box, {
|
|
17
|
+
padding: 4,
|
|
18
|
+
hasRadius: true,
|
|
19
|
+
children: /*#__PURE__*/ jsxs(Flex, {
|
|
20
|
+
alignItems: "center",
|
|
21
|
+
direction: "column",
|
|
22
|
+
padding: 11,
|
|
23
|
+
hasRadius: true,
|
|
24
|
+
children: [
|
|
25
|
+
/*#__PURE__*/ jsx(EmptyStateIconWrapper, {
|
|
26
|
+
paddingBottom: 6,
|
|
27
|
+
"aria-hidden": true,
|
|
28
|
+
children: /*#__PURE__*/ jsx(UploadIcon, {})
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsx(Box, {
|
|
31
|
+
paddingBottom: 4,
|
|
32
|
+
children: /*#__PURE__*/ jsx(Typography, {
|
|
33
|
+
variant: "beta",
|
|
34
|
+
tag: "p",
|
|
35
|
+
textAlign: "center",
|
|
36
|
+
textColor: "neutral1000",
|
|
37
|
+
children: formatMessage({
|
|
38
|
+
id: getTrad('Homepage.cloudBox.title'),
|
|
39
|
+
defaultMessage: 'Deploy to Strapi Cloud'
|
|
40
|
+
})
|
|
41
|
+
})
|
|
42
|
+
}),
|
|
43
|
+
/*#__PURE__*/ jsx(Typography, {
|
|
44
|
+
variant: "epsilon",
|
|
45
|
+
tag: "p",
|
|
46
|
+
textAlign: "center",
|
|
47
|
+
textColor: "neutral600",
|
|
48
|
+
children: formatMessage({
|
|
49
|
+
id: getTrad('Homepage.cloudBox.subTitle'),
|
|
50
|
+
defaultMessage: 'Enjoy a Strapi-optimized stack including database, email provider, and CDN.'
|
|
51
|
+
})
|
|
52
|
+
}),
|
|
53
|
+
/*#__PURE__*/ jsx(Box, {
|
|
54
|
+
marginTop: 4,
|
|
55
|
+
children: /*#__PURE__*/ jsx(LinkButton, {
|
|
56
|
+
variant: "default",
|
|
57
|
+
endIcon: /*#__PURE__*/ jsx(ExternalLink, {}),
|
|
58
|
+
href: "https://cloud.strapi.io/login?utm_campaign=Strapi%20Cloud%20Plugin&utm_source=In-Product&utm_medium=CTA",
|
|
59
|
+
isExternal: true,
|
|
60
|
+
target: "_blank",
|
|
61
|
+
children: formatMessage({
|
|
62
|
+
id: getTrad('Homepage.cloudBox.buttonText'),
|
|
63
|
+
defaultMessage: 'Deploy to Strapi Cloud'
|
|
64
|
+
})
|
|
65
|
+
})
|
|
66
|
+
})
|
|
67
|
+
]
|
|
68
|
+
})
|
|
69
|
+
});
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
export { CloudBox };
|
|
73
|
+
//# sourceMappingURL=Cloud.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Cloud.mjs","sources":["../../../admin/src/components/Cloud.tsx"],"sourcesContent":["/*\n *\n * Cloud component\n *\n */\n\nimport { Box, Flex, Typography, LinkButton } from '@strapi/design-system';\nimport { ExternalLink } from '@strapi/icons';\nimport { useIntl } from 'react-intl';\nimport { styled } from 'styled-components';\n\nimport { getTrad } from '../utils/getTrad';\n\nimport { UploadIcon } from './Icons/UploadIcon';\n\nconst EmptyStateIconWrapper = styled(Box)`\n svg {\n height: 8.8rem;\n }\n`;\n\nconst CloudBox = () => {\n const { formatMessage } = useIntl();\n\n return (\n <Box padding={4} hasRadius>\n <Flex alignItems=\"center\" direction=\"column\" padding={11} hasRadius>\n <EmptyStateIconWrapper paddingBottom={6} aria-hidden>\n <UploadIcon />\n </EmptyStateIconWrapper>\n <Box paddingBottom={4}>\n <Typography variant=\"beta\" tag=\"p\" textAlign=\"center\" textColor=\"neutral1000\">\n {formatMessage({\n id: getTrad('Homepage.cloudBox.title'),\n defaultMessage: 'Deploy to Strapi Cloud',\n })}\n </Typography>\n </Box>\n <Typography variant=\"epsilon\" tag=\"p\" textAlign=\"center\" textColor=\"neutral600\">\n {formatMessage({\n id: getTrad('Homepage.cloudBox.subTitle'),\n defaultMessage:\n 'Enjoy a Strapi-optimized stack including database, email provider, and CDN.',\n })}\n </Typography>\n <Box marginTop={4}>\n <LinkButton\n variant=\"default\"\n endIcon={<ExternalLink />}\n href=\"https://cloud.strapi.io/login?utm_campaign=Strapi%20Cloud%20Plugin&utm_source=In-Product&utm_medium=CTA\"\n isExternal\n target=\"_blank\"\n >\n {formatMessage({\n id: getTrad('Homepage.cloudBox.buttonText'),\n defaultMessage: 'Deploy to Strapi Cloud',\n })}\n </LinkButton>\n </Box>\n </Flex>\n </Box>\n );\n};\n\nexport { CloudBox };\n"],"names":["EmptyStateIconWrapper","styled","Box","CloudBox","formatMessage","useIntl","_jsx","padding","hasRadius","_jsxs","Flex","alignItems","direction","paddingBottom","aria-hidden","UploadIcon","Typography","variant","tag","textAlign","textColor","id","getTrad","defaultMessage","marginTop","LinkButton","endIcon","ExternalLink","href","isExternal","target"],"mappings":";;;;;;;;AAeA,MAAMA,qBAAAA,GAAwBC,MAAOC,CAAAA,GAAAA,CAAI;;;;AAIzC,CAAC;AAED,MAAMC,QAAW,GAAA,IAAA;IACf,MAAM,EAAEC,aAAa,EAAE,GAAGC,OAAAA,EAAAA;AAE1B,IAAA,qBACEC,GAACJ,CAAAA,GAAAA,EAAAA;QAAIK,OAAS,EAAA,CAAA;QAAGC,SAAS,EAAA,IAAA;AACxB,QAAA,QAAA,gBAAAC,IAACC,CAAAA,IAAAA,EAAAA;YAAKC,UAAW,EAAA,QAAA;YAASC,SAAU,EAAA,QAAA;YAASL,OAAS,EAAA,EAAA;YAAIC,SAAS,EAAA,IAAA;;8BACjEF,GAACN,CAAAA,qBAAAA,EAAAA;oBAAsBa,aAAe,EAAA,CAAA;oBAAGC,aAAW,EAAA,IAAA;AAClD,oBAAA,QAAA,gBAAAR,GAACS,CAAAA,UAAAA,EAAAA,EAAAA;;8BAEHT,GAACJ,CAAAA,GAAAA,EAAAA;oBAAIW,aAAe,EAAA,CAAA;AAClB,oBAAA,QAAA,gBAAAP,GAACU,CAAAA,UAAAA,EAAAA;wBAAWC,OAAQ,EAAA,MAAA;wBAAOC,GAAI,EAAA,GAAA;wBAAIC,SAAU,EAAA,QAAA;wBAASC,SAAU,EAAA,aAAA;kCAC7DhB,aAAc,CAAA;AACbiB,4BAAAA,EAAAA,EAAIC,OAAQ,CAAA,yBAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;8BAGJjB,GAACU,CAAAA,UAAAA,EAAAA;oBAAWC,OAAQ,EAAA,SAAA;oBAAUC,GAAI,EAAA,GAAA;oBAAIC,SAAU,EAAA,QAAA;oBAASC,SAAU,EAAA,YAAA;8BAChEhB,aAAc,CAAA;AACbiB,wBAAAA,EAAAA,EAAIC,OAAQ,CAAA,4BAAA,CAAA;wBACZC,cACE,EAAA;AACJ,qBAAA;;8BAEFjB,GAACJ,CAAAA,GAAAA,EAAAA;oBAAIsB,SAAW,EAAA,CAAA;AACd,oBAAA,QAAA,gBAAAlB,GAACmB,CAAAA,UAAAA,EAAAA;wBACCR,OAAQ,EAAA,SAAA;AACRS,wBAAAA,OAAAA,gBAASpB,GAACqB,CAAAA,YAAAA,EAAAA,EAAAA,CAAAA;wBACVC,IAAK,EAAA,yGAAA;wBACLC,UAAU,EAAA,IAAA;wBACVC,MAAO,EAAA,QAAA;kCAEN1B,aAAc,CAAA;AACbiB,4BAAAA,EAAAA,EAAIC,OAAQ,CAAA,8BAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;;;;AAMZ;;;;"}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
var designSystem = require('@strapi/design-system');
|
|
5
|
+
var symbols = require('@strapi/icons/symbols');
|
|
6
|
+
var reactIntl = require('react-intl');
|
|
7
|
+
var styledComponents = require('styled-components');
|
|
8
|
+
var getTrad = require('../utils/getTrad.js');
|
|
9
|
+
var LinkIcon = require('./Icons/LinkIcon.js');
|
|
10
|
+
|
|
11
|
+
const EmptyStateIconWrapper = styledComponents.styled(designSystem.Box)`
|
|
12
|
+
svg {
|
|
13
|
+
height: 8.8rem;
|
|
14
|
+
}
|
|
15
|
+
`;
|
|
16
|
+
const CustomGithubButton = styledComponents.styled(designSystem.LinkButton)`
|
|
17
|
+
background-color: #000000;
|
|
18
|
+
color: #ffffff;
|
|
19
|
+
border: none;
|
|
20
|
+
|
|
21
|
+
& svg > path {
|
|
22
|
+
fill: ${({ theme })=>theme.colors.neutral0};
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
&:hover {
|
|
26
|
+
background-color: #32324d !important;
|
|
27
|
+
border: none !important;
|
|
28
|
+
}
|
|
29
|
+
`;
|
|
30
|
+
const GithubBox = ()=>{
|
|
31
|
+
const { formatMessage } = reactIntl.useIntl();
|
|
32
|
+
return /*#__PURE__*/ jsxRuntime.jsx(designSystem.Box, {
|
|
33
|
+
padding: 4,
|
|
34
|
+
children: /*#__PURE__*/ jsxRuntime.jsxs(designSystem.Flex, {
|
|
35
|
+
alignItems: "center",
|
|
36
|
+
direction: "column",
|
|
37
|
+
padding: 11,
|
|
38
|
+
children: [
|
|
39
|
+
/*#__PURE__*/ jsxRuntime.jsx(EmptyStateIconWrapper, {
|
|
40
|
+
paddingBottom: 6,
|
|
41
|
+
"aria-hidden": true,
|
|
42
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(LinkIcon.LinkIcon, {})
|
|
43
|
+
}),
|
|
44
|
+
/*#__PURE__*/ jsxRuntime.jsx(designSystem.Box, {
|
|
45
|
+
paddingBottom: 4,
|
|
46
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(designSystem.Typography, {
|
|
47
|
+
variant: "beta",
|
|
48
|
+
tag: "p",
|
|
49
|
+
textAlign: "center",
|
|
50
|
+
textColor: "neutral1000",
|
|
51
|
+
children: formatMessage({
|
|
52
|
+
id: getTrad.getTrad('Homepage.githubBox.title.not-versioned'),
|
|
53
|
+
defaultMessage: 'Push your project on GitHub'
|
|
54
|
+
})
|
|
55
|
+
})
|
|
56
|
+
}),
|
|
57
|
+
/*#__PURE__*/ jsxRuntime.jsx(designSystem.Typography, {
|
|
58
|
+
variant: "epsilon",
|
|
59
|
+
tag: "p",
|
|
60
|
+
textAlign: "center",
|
|
61
|
+
textColor: "neutral600",
|
|
62
|
+
children: formatMessage({
|
|
63
|
+
id: getTrad.getTrad('Homepage.githubBox.subTitle.not-versioned'),
|
|
64
|
+
defaultMessage: 'Your project has to be versioned on GitHub before deploying on Strapi Cloud.'
|
|
65
|
+
})
|
|
66
|
+
}),
|
|
67
|
+
/*#__PURE__*/ jsxRuntime.jsx(designSystem.Box, {
|
|
68
|
+
marginTop: 4,
|
|
69
|
+
children: /*#__PURE__*/ jsxRuntime.jsx(CustomGithubButton, {
|
|
70
|
+
isExternal: true,
|
|
71
|
+
startIcon: /*#__PURE__*/ jsxRuntime.jsx(symbols.GitHub, {}),
|
|
72
|
+
href: "https://github.com/new",
|
|
73
|
+
target: "_blank",
|
|
74
|
+
children: formatMessage({
|
|
75
|
+
id: getTrad.getTrad('Homepage.githubBox.buttonText'),
|
|
76
|
+
defaultMessage: 'Upload to GitHub'
|
|
77
|
+
})
|
|
78
|
+
})
|
|
79
|
+
})
|
|
80
|
+
]
|
|
81
|
+
})
|
|
82
|
+
});
|
|
83
|
+
};
|
|
84
|
+
|
|
85
|
+
exports.GithubBox = GithubBox;
|
|
86
|
+
//# sourceMappingURL=Github.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Github.js","sources":["../../../admin/src/components/Github.tsx"],"sourcesContent":["/*\n *\n * Github component\n *\n */\n\nimport { Box, Flex, Typography, LinkButton } from '@strapi/design-system';\nimport { GitHub } from '@strapi/icons/symbols';\nimport { useIntl } from 'react-intl';\nimport { styled } from 'styled-components';\n\nimport { getTrad } from '../utils/getTrad';\n\nimport { LinkIcon } from './Icons/LinkIcon';\n\nconst EmptyStateIconWrapper = styled(Box)`\n svg {\n height: 8.8rem;\n }\n`;\n\nconst CustomGithubButton = styled(LinkButton)`\n background-color: #000000;\n color: #ffffff;\n border: none;\n\n & svg > path {\n fill: ${({ theme }) => theme.colors.neutral0};\n }\n\n &:hover {\n background-color: #32324d !important;\n border: none !important;\n }\n`;\n\nconst GithubBox = () => {\n const { formatMessage } = useIntl();\n\n return (\n <Box padding={4}>\n <Flex alignItems=\"center\" direction=\"column\" padding={11}>\n <EmptyStateIconWrapper paddingBottom={6} aria-hidden>\n <LinkIcon />\n </EmptyStateIconWrapper>\n <Box paddingBottom={4}>\n <Typography variant=\"beta\" tag=\"p\" textAlign=\"center\" textColor=\"neutral1000\">\n {formatMessage({\n id: getTrad('Homepage.githubBox.title.not-versioned'),\n defaultMessage: 'Push your project on GitHub',\n })}\n </Typography>\n </Box>\n <Typography variant=\"epsilon\" tag=\"p\" textAlign=\"center\" textColor=\"neutral600\">\n {formatMessage({\n id: getTrad('Homepage.githubBox.subTitle.not-versioned'),\n defaultMessage:\n 'Your project has to be versioned on GitHub before deploying on Strapi Cloud.',\n })}\n </Typography>\n <Box marginTop={4}>\n <CustomGithubButton\n isExternal\n startIcon={<GitHub />}\n href=\"https://github.com/new\"\n target=\"_blank\"\n >\n {formatMessage({\n id: getTrad('Homepage.githubBox.buttonText'),\n defaultMessage: 'Upload to GitHub',\n })}\n </CustomGithubButton>\n </Box>\n </Flex>\n </Box>\n );\n};\n\nexport { GithubBox };\n"],"names":["EmptyStateIconWrapper","styled","Box","CustomGithubButton","LinkButton","theme","colors","neutral0","GithubBox","formatMessage","useIntl","_jsx","padding","_jsxs","Flex","alignItems","direction","paddingBottom","aria-hidden","LinkIcon","Typography","variant","tag","textAlign","textColor","id","getTrad","defaultMessage","marginTop","isExternal","startIcon","GitHub","href","target"],"mappings":";;;;;;;;;;AAeA,MAAMA,qBAAAA,GAAwBC,uBAAOC,CAAAA,gBAAAA,CAAI;;;;AAIzC,CAAC;AAED,MAAMC,kBAAAA,GAAqBF,uBAAOG,CAAAA,uBAAAA,CAAW;;;;;;UAMnC,EAAE,CAAC,EAAEC,KAAK,EAAE,GAAKA,KAAMC,CAAAA,MAAM,CAACC,QAAQ,CAAC;;;;;;;AAOjD,CAAC;AAED,MAAMC,SAAY,GAAA,IAAA;IAChB,MAAM,EAAEC,aAAa,EAAE,GAAGC,iBAAAA,EAAAA;AAE1B,IAAA,qBACEC,cAACT,CAAAA,gBAAAA,EAAAA;QAAIU,OAAS,EAAA,CAAA;AACZ,QAAA,QAAA,gBAAAC,eAACC,CAAAA,iBAAAA,EAAAA;YAAKC,UAAW,EAAA,QAAA;YAASC,SAAU,EAAA,QAAA;YAASJ,OAAS,EAAA,EAAA;;8BACpDD,cAACX,CAAAA,qBAAAA,EAAAA;oBAAsBiB,aAAe,EAAA,CAAA;oBAAGC,aAAW,EAAA,IAAA;AAClD,oBAAA,QAAA,gBAAAP,cAACQ,CAAAA,iBAAAA,EAAAA,EAAAA;;8BAEHR,cAACT,CAAAA,gBAAAA,EAAAA;oBAAIe,aAAe,EAAA,CAAA;AAClB,oBAAA,QAAA,gBAAAN,cAACS,CAAAA,uBAAAA,EAAAA;wBAAWC,OAAQ,EAAA,MAAA;wBAAOC,GAAI,EAAA,GAAA;wBAAIC,SAAU,EAAA,QAAA;wBAASC,SAAU,EAAA,aAAA;kCAC7Df,aAAc,CAAA;AACbgB,4BAAAA,EAAAA,EAAIC,eAAQ,CAAA,wCAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;8BAGJhB,cAACS,CAAAA,uBAAAA,EAAAA;oBAAWC,OAAQ,EAAA,SAAA;oBAAUC,GAAI,EAAA,GAAA;oBAAIC,SAAU,EAAA,QAAA;oBAASC,SAAU,EAAA,YAAA;8BAChEf,aAAc,CAAA;AACbgB,wBAAAA,EAAAA,EAAIC,eAAQ,CAAA,2CAAA,CAAA;wBACZC,cACE,EAAA;AACJ,qBAAA;;8BAEFhB,cAACT,CAAAA,gBAAAA,EAAAA;oBAAI0B,SAAW,EAAA,CAAA;AACd,oBAAA,QAAA,gBAAAjB,cAACR,CAAAA,kBAAAA,EAAAA;wBACC0B,UAAU,EAAA,IAAA;AACVC,wBAAAA,SAAAA,gBAAWnB,cAACoB,CAAAA,cAAAA,EAAAA,EAAAA,CAAAA;wBACZC,IAAK,EAAA,wBAAA;wBACLC,MAAO,EAAA,QAAA;kCAENxB,aAAc,CAAA;AACbgB,4BAAAA,EAAAA,EAAIC,eAAQ,CAAA,+BAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;;;;AAMZ;;;;"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
2
|
+
import { Box, LinkButton, Flex, Typography } from '@strapi/design-system';
|
|
3
|
+
import { GitHub } from '@strapi/icons/symbols';
|
|
4
|
+
import { useIntl } from 'react-intl';
|
|
5
|
+
import { styled } from 'styled-components';
|
|
6
|
+
import { getTrad } from '../utils/getTrad.mjs';
|
|
7
|
+
import { LinkIcon } from './Icons/LinkIcon.mjs';
|
|
8
|
+
|
|
9
|
+
const EmptyStateIconWrapper = styled(Box)`
|
|
10
|
+
svg {
|
|
11
|
+
height: 8.8rem;
|
|
12
|
+
}
|
|
13
|
+
`;
|
|
14
|
+
const CustomGithubButton = styled(LinkButton)`
|
|
15
|
+
background-color: #000000;
|
|
16
|
+
color: #ffffff;
|
|
17
|
+
border: none;
|
|
18
|
+
|
|
19
|
+
& svg > path {
|
|
20
|
+
fill: ${({ theme })=>theme.colors.neutral0};
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
&:hover {
|
|
24
|
+
background-color: #32324d !important;
|
|
25
|
+
border: none !important;
|
|
26
|
+
}
|
|
27
|
+
`;
|
|
28
|
+
const GithubBox = ()=>{
|
|
29
|
+
const { formatMessage } = useIntl();
|
|
30
|
+
return /*#__PURE__*/ jsx(Box, {
|
|
31
|
+
padding: 4,
|
|
32
|
+
children: /*#__PURE__*/ jsxs(Flex, {
|
|
33
|
+
alignItems: "center",
|
|
34
|
+
direction: "column",
|
|
35
|
+
padding: 11,
|
|
36
|
+
children: [
|
|
37
|
+
/*#__PURE__*/ jsx(EmptyStateIconWrapper, {
|
|
38
|
+
paddingBottom: 6,
|
|
39
|
+
"aria-hidden": true,
|
|
40
|
+
children: /*#__PURE__*/ jsx(LinkIcon, {})
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsx(Box, {
|
|
43
|
+
paddingBottom: 4,
|
|
44
|
+
children: /*#__PURE__*/ jsx(Typography, {
|
|
45
|
+
variant: "beta",
|
|
46
|
+
tag: "p",
|
|
47
|
+
textAlign: "center",
|
|
48
|
+
textColor: "neutral1000",
|
|
49
|
+
children: formatMessage({
|
|
50
|
+
id: getTrad('Homepage.githubBox.title.not-versioned'),
|
|
51
|
+
defaultMessage: 'Push your project on GitHub'
|
|
52
|
+
})
|
|
53
|
+
})
|
|
54
|
+
}),
|
|
55
|
+
/*#__PURE__*/ jsx(Typography, {
|
|
56
|
+
variant: "epsilon",
|
|
57
|
+
tag: "p",
|
|
58
|
+
textAlign: "center",
|
|
59
|
+
textColor: "neutral600",
|
|
60
|
+
children: formatMessage({
|
|
61
|
+
id: getTrad('Homepage.githubBox.subTitle.not-versioned'),
|
|
62
|
+
defaultMessage: 'Your project has to be versioned on GitHub before deploying on Strapi Cloud.'
|
|
63
|
+
})
|
|
64
|
+
}),
|
|
65
|
+
/*#__PURE__*/ jsx(Box, {
|
|
66
|
+
marginTop: 4,
|
|
67
|
+
children: /*#__PURE__*/ jsx(CustomGithubButton, {
|
|
68
|
+
isExternal: true,
|
|
69
|
+
startIcon: /*#__PURE__*/ jsx(GitHub, {}),
|
|
70
|
+
href: "https://github.com/new",
|
|
71
|
+
target: "_blank",
|
|
72
|
+
children: formatMessage({
|
|
73
|
+
id: getTrad('Homepage.githubBox.buttonText'),
|
|
74
|
+
defaultMessage: 'Upload to GitHub'
|
|
75
|
+
})
|
|
76
|
+
})
|
|
77
|
+
})
|
|
78
|
+
]
|
|
79
|
+
})
|
|
80
|
+
});
|
|
81
|
+
};
|
|
82
|
+
|
|
83
|
+
export { GithubBox };
|
|
84
|
+
//# sourceMappingURL=Github.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Github.mjs","sources":["../../../admin/src/components/Github.tsx"],"sourcesContent":["/*\n *\n * Github component\n *\n */\n\nimport { Box, Flex, Typography, LinkButton } from '@strapi/design-system';\nimport { GitHub } from '@strapi/icons/symbols';\nimport { useIntl } from 'react-intl';\nimport { styled } from 'styled-components';\n\nimport { getTrad } from '../utils/getTrad';\n\nimport { LinkIcon } from './Icons/LinkIcon';\n\nconst EmptyStateIconWrapper = styled(Box)`\n svg {\n height: 8.8rem;\n }\n`;\n\nconst CustomGithubButton = styled(LinkButton)`\n background-color: #000000;\n color: #ffffff;\n border: none;\n\n & svg > path {\n fill: ${({ theme }) => theme.colors.neutral0};\n }\n\n &:hover {\n background-color: #32324d !important;\n border: none !important;\n }\n`;\n\nconst GithubBox = () => {\n const { formatMessage } = useIntl();\n\n return (\n <Box padding={4}>\n <Flex alignItems=\"center\" direction=\"column\" padding={11}>\n <EmptyStateIconWrapper paddingBottom={6} aria-hidden>\n <LinkIcon />\n </EmptyStateIconWrapper>\n <Box paddingBottom={4}>\n <Typography variant=\"beta\" tag=\"p\" textAlign=\"center\" textColor=\"neutral1000\">\n {formatMessage({\n id: getTrad('Homepage.githubBox.title.not-versioned'),\n defaultMessage: 'Push your project on GitHub',\n })}\n </Typography>\n </Box>\n <Typography variant=\"epsilon\" tag=\"p\" textAlign=\"center\" textColor=\"neutral600\">\n {formatMessage({\n id: getTrad('Homepage.githubBox.subTitle.not-versioned'),\n defaultMessage:\n 'Your project has to be versioned on GitHub before deploying on Strapi Cloud.',\n })}\n </Typography>\n <Box marginTop={4}>\n <CustomGithubButton\n isExternal\n startIcon={<GitHub />}\n href=\"https://github.com/new\"\n target=\"_blank\"\n >\n {formatMessage({\n id: getTrad('Homepage.githubBox.buttonText'),\n defaultMessage: 'Upload to GitHub',\n })}\n </CustomGithubButton>\n </Box>\n </Flex>\n </Box>\n );\n};\n\nexport { GithubBox };\n"],"names":["EmptyStateIconWrapper","styled","Box","CustomGithubButton","LinkButton","theme","colors","neutral0","GithubBox","formatMessage","useIntl","_jsx","padding","_jsxs","Flex","alignItems","direction","paddingBottom","aria-hidden","LinkIcon","Typography","variant","tag","textAlign","textColor","id","getTrad","defaultMessage","marginTop","isExternal","startIcon","GitHub","href","target"],"mappings":";;;;;;;;AAeA,MAAMA,qBAAAA,GAAwBC,MAAOC,CAAAA,GAAAA,CAAI;;;;AAIzC,CAAC;AAED,MAAMC,kBAAAA,GAAqBF,MAAOG,CAAAA,UAAAA,CAAW;;;;;;UAMnC,EAAE,CAAC,EAAEC,KAAK,EAAE,GAAKA,KAAMC,CAAAA,MAAM,CAACC,QAAQ,CAAC;;;;;;;AAOjD,CAAC;AAED,MAAMC,SAAY,GAAA,IAAA;IAChB,MAAM,EAAEC,aAAa,EAAE,GAAGC,OAAAA,EAAAA;AAE1B,IAAA,qBACEC,GAACT,CAAAA,GAAAA,EAAAA;QAAIU,OAAS,EAAA,CAAA;AACZ,QAAA,QAAA,gBAAAC,IAACC,CAAAA,IAAAA,EAAAA;YAAKC,UAAW,EAAA,QAAA;YAASC,SAAU,EAAA,QAAA;YAASJ,OAAS,EAAA,EAAA;;8BACpDD,GAACX,CAAAA,qBAAAA,EAAAA;oBAAsBiB,aAAe,EAAA,CAAA;oBAAGC,aAAW,EAAA,IAAA;AAClD,oBAAA,QAAA,gBAAAP,GAACQ,CAAAA,QAAAA,EAAAA,EAAAA;;8BAEHR,GAACT,CAAAA,GAAAA,EAAAA;oBAAIe,aAAe,EAAA,CAAA;AAClB,oBAAA,QAAA,gBAAAN,GAACS,CAAAA,UAAAA,EAAAA;wBAAWC,OAAQ,EAAA,MAAA;wBAAOC,GAAI,EAAA,GAAA;wBAAIC,SAAU,EAAA,QAAA;wBAASC,SAAU,EAAA,aAAA;kCAC7Df,aAAc,CAAA;AACbgB,4BAAAA,EAAAA,EAAIC,OAAQ,CAAA,wCAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;8BAGJhB,GAACS,CAAAA,UAAAA,EAAAA;oBAAWC,OAAQ,EAAA,SAAA;oBAAUC,GAAI,EAAA,GAAA;oBAAIC,SAAU,EAAA,QAAA;oBAASC,SAAU,EAAA,YAAA;8BAChEf,aAAc,CAAA;AACbgB,wBAAAA,EAAAA,EAAIC,OAAQ,CAAA,2CAAA,CAAA;wBACZC,cACE,EAAA;AACJ,qBAAA;;8BAEFhB,GAACT,CAAAA,GAAAA,EAAAA;oBAAI0B,SAAW,EAAA,CAAA;AACd,oBAAA,QAAA,gBAAAjB,GAACR,CAAAA,kBAAAA,EAAAA;wBACC0B,UAAU,EAAA,IAAA;AACVC,wBAAAA,SAAAA,gBAAWnB,GAACoB,CAAAA,MAAAA,EAAAA,EAAAA,CAAAA;wBACZC,IAAK,EAAA,wBAAA;wBACLC,MAAO,EAAA,QAAA;kCAENxB,aAAc,CAAA;AACbgB,4BAAAA,EAAAA,EAAIC,OAAQ,CAAA,+BAAA,CAAA;4BACZC,cAAgB,EAAA;AAClB,yBAAA;;;;;;AAMZ;;;;"}
|
|
@@ -0,0 +1,123 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
4
|
+
|
|
5
|
+
const LinkIcon = ()=>/*#__PURE__*/ jsxRuntime.jsxs("svg", {
|
|
6
|
+
width: "160",
|
|
7
|
+
height: "88",
|
|
8
|
+
viewBox: "0 0 160 88",
|
|
9
|
+
fill: "none",
|
|
10
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
11
|
+
children: [
|
|
12
|
+
/*#__PURE__*/ jsxRuntime.jsx("g", {
|
|
13
|
+
clipPath: "url(#clip0_7_368)",
|
|
14
|
+
children: /*#__PURE__*/ jsxRuntime.jsxs("g", {
|
|
15
|
+
opacity: "0.84",
|
|
16
|
+
children: [
|
|
17
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
18
|
+
fillRule: "evenodd",
|
|
19
|
+
clipRule: "evenodd",
|
|
20
|
+
d: "M139.583 14.4069C142.655 14.4069 145.145 16.8967 145.145 19.968C145.145 23.0394 142.655 25.5292 139.583 25.5292H107.806C110.877 25.5292 113.367 28.019 113.367 31.0903C113.367 34.1616 110.877 36.6514 107.806 36.6514H125.283C128.355 36.6514 130.845 39.1412 130.845 42.2125C130.845 45.2838 128.355 47.7736 125.283 47.7736H117.201C113.328 47.7736 110.189 50.2634 110.189 53.3347C110.189 54.5054 110.708 55.6126 111.747 56.6565C113.567 58.4852 116.602 58.5506 118.564 60.2255C119.759 61.2455 120.517 62.7627 120.517 64.4569C120.517 67.5283 118.027 70.0181 114.956 70.0181H49.0167C45.9454 70.0181 43.4556 67.5283 43.4556 64.4569C43.4556 61.3856 45.9454 58.8958 49.0167 58.8958H18.0334C14.9621 58.8958 12.4723 56.406 12.4723 53.3347C12.4723 50.2634 14.9621 47.7736 18.0334 47.7736H49.8112C52.8825 47.7736 55.3723 45.2838 55.3723 42.2125C55.3723 39.1412 52.8825 36.6514 49.8112 36.6514H29.9501C26.8788 36.6514 24.389 34.1616 24.389 31.0903C24.389 28.019 26.8788 25.5292 29.9501 25.5292H61.7279C58.6565 25.5292 56.1667 23.0394 56.1667 19.968C56.1667 16.8967 58.6565 14.4069 61.7279 14.4069H139.583ZM139.583 36.6514C142.655 36.6514 145.145 39.1412 145.145 42.2125C145.145 45.2838 142.655 47.7736 139.583 47.7736C136.512 47.7736 134.022 45.2838 134.022 42.2125C134.022 39.1412 136.512 36.6514 139.583 36.6514Z",
|
|
21
|
+
fill: "#D9D8FF",
|
|
22
|
+
fillOpacity: "0.8"
|
|
23
|
+
}),
|
|
24
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
25
|
+
fillRule: "evenodd",
|
|
26
|
+
clipRule: "evenodd",
|
|
27
|
+
d: "M81.0546 42.3195C75.781 37.0459 75.781 28.4165 81.0546 23.1428L92.2419 11.9555C97.5155 6.68192 106.145 6.68192 111.419 11.9555C116.692 17.2291 116.692 25.8586 111.419 31.1334L100.231 42.3195C94.9576 47.5931 86.3282 47.5931 81.0546 42.3195Z",
|
|
28
|
+
fill: "white"
|
|
29
|
+
}),
|
|
30
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
clipRule: "evenodd",
|
|
33
|
+
d: "M78.1614 42.3195C72.8878 37.0459 72.8878 28.4165 78.1614 23.1428L89.3487 11.9555C94.6223 6.68192 103.252 6.68192 108.525 11.9555C113.799 17.2291 113.799 25.8586 108.525 31.1334L97.3381 42.3195C92.0644 47.5931 83.435 47.5931 78.1614 42.3195Z",
|
|
34
|
+
fill: "#D9D8FF"
|
|
35
|
+
}),
|
|
36
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
37
|
+
fillRule: "evenodd",
|
|
38
|
+
clipRule: "evenodd",
|
|
39
|
+
d: "M78.2876 42.3195C73.014 37.0459 73.014 28.4165 78.2876 23.1428L89.4749 11.9555C94.7485 6.68192 99.9778 6.68192 105.251 11.9555C110.526 17.2291 110.526 25.8586 105.251 31.1334L94.0653 42.3195C88.7917 47.5931 83.5612 47.5931 78.2876 42.3195Z",
|
|
40
|
+
fill: "#F0F0FF"
|
|
41
|
+
}),
|
|
42
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
43
|
+
fillRule: "evenodd",
|
|
44
|
+
clipRule: "evenodd",
|
|
45
|
+
d: "M108.965 11.9555C111.829 14.8193 113.124 18.6721 112.878 22.4399C112.671 20.0398 111.375 17.6386 108.965 15.2287C103.691 9.95511 95.062 9.95511 89.7884 15.2287L78.601 26.416C76.1912 28.8259 74.895 31.2272 74.6878 33.6272C74.4423 29.8594 75.7373 26.0066 78.601 23.1428L89.7884 11.9555C95.062 6.68192 103.691 6.68192 108.965 11.9555Z",
|
|
46
|
+
fill: "white"
|
|
47
|
+
}),
|
|
48
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
49
|
+
fillRule: "evenodd",
|
|
50
|
+
clipRule: "evenodd",
|
|
51
|
+
d: "M78.1192 45.6809C72.8456 40.4073 64.2162 40.4073 58.9426 45.6809L47.7553 56.8682C42.4816 62.1418 42.4816 70.7713 47.7553 76.0449C53.0289 81.3185 61.6583 81.3185 66.9319 76.0449L78.1192 64.8588C83.3928 59.584 83.3928 50.9545 78.1192 45.6809Z",
|
|
52
|
+
fill: "white"
|
|
53
|
+
}),
|
|
54
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
55
|
+
fillRule: "evenodd",
|
|
56
|
+
clipRule: "evenodd",
|
|
57
|
+
d: "M78.1192 42.7884C72.8456 37.5148 64.2162 37.5148 58.9426 42.7884L56.5685 45.1613C57.0692 45.8384 56.8595 46.9829 55.9518 47.2555C56.0887 47.5823 56.0887 47.9708 55.863 48.3704C54.9923 49.912 53.8108 51.1848 52.4172 52.2639C51.9127 52.6537 51.2763 52.7634 50.7448 52.407C50.5364 52.7264 50.1997 52.9632 49.7002 52.9632C49.4079 52.9632 49.1834 52.867 48.991 52.7388L47.7553 53.9758C42.4816 59.2494 42.4816 67.8788 47.7553 73.1524C53.0289 78.426 61.6583 78.426 66.9319 73.1524L78.1192 61.9663C83.3928 56.6915 83.3928 48.0621 78.1192 42.7884Z",
|
|
58
|
+
fill: "#D9D8FF"
|
|
59
|
+
}),
|
|
60
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
61
|
+
fillRule: "evenodd",
|
|
62
|
+
clipRule: "evenodd",
|
|
63
|
+
d: "M78.1192 42.915C72.8456 37.6414 64.2162 37.6414 58.9426 42.915L56.4106 45.4457C56.8595 46.2326 56.5105 47.4906 55.3278 47.4906C55.2945 47.4906 55.2735 47.4745 55.2427 47.4733C55.4634 48.0752 55.2155 48.7115 54.6901 49.0815C53.6566 49.8067 53.0535 51.0585 52.1853 51.9551C51.7931 52.3609 51.3294 52.4226 50.9224 52.2894C50.7177 52.6298 50.3748 52.8863 49.8543 52.8863C49.5768 52.8863 49.361 52.7999 49.1736 52.6828L47.7553 54.1011C43.398 58.4584 43.398 65.5227 47.7553 69.8788C53.0289 75.1524 61.6583 75.1524 66.9319 69.8788L78.1192 58.6927C82.4765 54.3354 82.4765 47.271 78.1192 42.915Z",
|
|
64
|
+
fill: "#F0F0FF"
|
|
65
|
+
}),
|
|
66
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
clipRule: "evenodd",
|
|
69
|
+
d: "M47.7553 73.5916C50.619 76.4553 54.4718 77.7503 58.2396 77.5048C55.8396 77.2976 53.4383 76.0014 51.0285 73.5916C45.7548 68.3179 45.7548 59.6885 51.0285 54.4137L62.2158 43.2276C64.6256 40.8177 67.0269 39.5215 69.4269 39.3143C65.6579 39.0689 61.8063 40.3638 58.9426 43.2276L47.7553 54.4137C42.4816 59.6885 42.4816 68.3179 47.7553 73.5916Z",
|
|
70
|
+
fill: "white"
|
|
71
|
+
}),
|
|
72
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
73
|
+
d: "M103.041 36.617L97.3392 42.3198C92.0656 47.5922 83.4349 47.5922 78.1613 42.3198C72.8877 37.0462 72.8877 28.4155 78.1613 23.1419L89.3486 11.9546C94.6222 6.68223 103.252 6.68223 108.525 11.9546C113.056 16.4858 113.694 23.4934 110.441 28.7226",
|
|
74
|
+
stroke: "#7B79FF",
|
|
75
|
+
strokeWidth: "2",
|
|
76
|
+
strokeLinecap: "round",
|
|
77
|
+
strokeLinejoin: "round"
|
|
78
|
+
}),
|
|
79
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
80
|
+
d: "M56.3043 45L58.9843 42.32C64.2579 37.0464 72.8874 37.0464 78.161 42.32C83.4346 47.5936 83.4346 56.2243 78.161 61.4979L66.9749 72.684C61.7013 77.9576 53.0706 77.9576 47.797 72.684C42.5234 67.4104 42.5234 58.7809 47.797 53.5061L48.9045 52.3998",
|
|
81
|
+
stroke: "#7B79FF",
|
|
82
|
+
strokeWidth: "2",
|
|
83
|
+
strokeLinecap: "round",
|
|
84
|
+
strokeLinejoin: "round"
|
|
85
|
+
}),
|
|
86
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
87
|
+
d: "M89.6695 30.8114L66.6536 53.8274",
|
|
88
|
+
stroke: "#7B79FF",
|
|
89
|
+
strokeWidth: "2",
|
|
90
|
+
strokeLinecap: "round",
|
|
91
|
+
strokeLinejoin: "round"
|
|
92
|
+
}),
|
|
93
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
94
|
+
fillRule: "evenodd",
|
|
95
|
+
clipRule: "evenodd",
|
|
96
|
+
d: "M53.7086 48.6992C53.7086 49.3799 53.156 49.9325 52.4752 49.9325C51.7945 49.9325 51.2419 49.3799 51.2419 48.6992C51.2419 48.0184 51.7945 47.4659 52.4752 47.4659C53.156 47.4659 53.7086 48.0184 53.7086 48.6992Z",
|
|
97
|
+
fill: "#7B79FF"
|
|
98
|
+
}),
|
|
99
|
+
/*#__PURE__*/ jsxRuntime.jsx("path", {
|
|
100
|
+
fillRule: "evenodd",
|
|
101
|
+
clipRule: "evenodd",
|
|
102
|
+
d: "M107.974 32.6662C107.974 33.3469 107.421 33.8995 106.741 33.8995C106.06 33.8995 105.507 33.3469 105.507 32.6662C105.507 31.9854 106.06 31.4328 106.741 31.4328C107.421 31.4328 107.974 31.9854 107.974 32.6662Z",
|
|
103
|
+
fill: "#7B79FF"
|
|
104
|
+
})
|
|
105
|
+
]
|
|
106
|
+
})
|
|
107
|
+
}),
|
|
108
|
+
/*#__PURE__*/ jsxRuntime.jsx("defs", {
|
|
109
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("clipPath", {
|
|
110
|
+
id: "clip0_7_368",
|
|
111
|
+
children: /*#__PURE__*/ jsxRuntime.jsx("rect", {
|
|
112
|
+
width: "158.4",
|
|
113
|
+
height: "88",
|
|
114
|
+
fill: "white",
|
|
115
|
+
transform: "translate(0.800049)"
|
|
116
|
+
})
|
|
117
|
+
})
|
|
118
|
+
})
|
|
119
|
+
]
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
exports.LinkIcon = LinkIcon;
|
|
123
|
+
//# sourceMappingURL=LinkIcon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LinkIcon.js","sources":["../../../../admin/src/components/Icons/LinkIcon.tsx"],"sourcesContent":["export const LinkIcon = () => (\n <svg width=\"160\" height=\"88\" viewBox=\"0 0 160 88\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n <g clipPath=\"url(#clip0_7_368)\">\n <g opacity=\"0.84\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M139.583 14.4069C142.655 14.4069 145.145 16.8967 145.145 19.968C145.145 23.0394 142.655 25.5292 139.583 25.5292H107.806C110.877 25.5292 113.367 28.019 113.367 31.0903C113.367 34.1616 110.877 36.6514 107.806 36.6514H125.283C128.355 36.6514 130.845 39.1412 130.845 42.2125C130.845 45.2838 128.355 47.7736 125.283 47.7736H117.201C113.328 47.7736 110.189 50.2634 110.189 53.3347C110.189 54.5054 110.708 55.6126 111.747 56.6565C113.567 58.4852 116.602 58.5506 118.564 60.2255C119.759 61.2455 120.517 62.7627 120.517 64.4569C120.517 67.5283 118.027 70.0181 114.956 70.0181H49.0167C45.9454 70.0181 43.4556 67.5283 43.4556 64.4569C43.4556 61.3856 45.9454 58.8958 49.0167 58.8958H18.0334C14.9621 58.8958 12.4723 56.406 12.4723 53.3347C12.4723 50.2634 14.9621 47.7736 18.0334 47.7736H49.8112C52.8825 47.7736 55.3723 45.2838 55.3723 42.2125C55.3723 39.1412 52.8825 36.6514 49.8112 36.6514H29.9501C26.8788 36.6514 24.389 34.1616 24.389 31.0903C24.389 28.019 26.8788 25.5292 29.9501 25.5292H61.7279C58.6565 25.5292 56.1667 23.0394 56.1667 19.968C56.1667 16.8967 58.6565 14.4069 61.7279 14.4069H139.583ZM139.583 36.6514C142.655 36.6514 145.145 39.1412 145.145 42.2125C145.145 45.2838 142.655 47.7736 139.583 47.7736C136.512 47.7736 134.022 45.2838 134.022 42.2125C134.022 39.1412 136.512 36.6514 139.583 36.6514Z\"\n fill=\"#D9D8FF\"\n fillOpacity=\"0.8\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M81.0546 42.3195C75.781 37.0459 75.781 28.4165 81.0546 23.1428L92.2419 11.9555C97.5155 6.68192 106.145 6.68192 111.419 11.9555C116.692 17.2291 116.692 25.8586 111.419 31.1334L100.231 42.3195C94.9576 47.5931 86.3282 47.5931 81.0546 42.3195Z\"\n fill=\"white\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M78.1614 42.3195C72.8878 37.0459 72.8878 28.4165 78.1614 23.1428L89.3487 11.9555C94.6223 6.68192 103.252 6.68192 108.525 11.9555C113.799 17.2291 113.799 25.8586 108.525 31.1334L97.3381 42.3195C92.0644 47.5931 83.435 47.5931 78.1614 42.3195Z\"\n fill=\"#D9D8FF\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M78.2876 42.3195C73.014 37.0459 73.014 28.4165 78.2876 23.1428L89.4749 11.9555C94.7485 6.68192 99.9778 6.68192 105.251 11.9555C110.526 17.2291 110.526 25.8586 105.251 31.1334L94.0653 42.3195C88.7917 47.5931 83.5612 47.5931 78.2876 42.3195Z\"\n fill=\"#F0F0FF\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M108.965 11.9555C111.829 14.8193 113.124 18.6721 112.878 22.4399C112.671 20.0398 111.375 17.6386 108.965 15.2287C103.691 9.95511 95.062 9.95511 89.7884 15.2287L78.601 26.416C76.1912 28.8259 74.895 31.2272 74.6878 33.6272C74.4423 29.8594 75.7373 26.0066 78.601 23.1428L89.7884 11.9555C95.062 6.68192 103.691 6.68192 108.965 11.9555Z\"\n fill=\"white\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M78.1192 45.6809C72.8456 40.4073 64.2162 40.4073 58.9426 45.6809L47.7553 56.8682C42.4816 62.1418 42.4816 70.7713 47.7553 76.0449C53.0289 81.3185 61.6583 81.3185 66.9319 76.0449L78.1192 64.8588C83.3928 59.584 83.3928 50.9545 78.1192 45.6809Z\"\n fill=\"white\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M78.1192 42.7884C72.8456 37.5148 64.2162 37.5148 58.9426 42.7884L56.5685 45.1613C57.0692 45.8384 56.8595 46.9829 55.9518 47.2555C56.0887 47.5823 56.0887 47.9708 55.863 48.3704C54.9923 49.912 53.8108 51.1848 52.4172 52.2639C51.9127 52.6537 51.2763 52.7634 50.7448 52.407C50.5364 52.7264 50.1997 52.9632 49.7002 52.9632C49.4079 52.9632 49.1834 52.867 48.991 52.7388L47.7553 53.9758C42.4816 59.2494 42.4816 67.8788 47.7553 73.1524C53.0289 78.426 61.6583 78.426 66.9319 73.1524L78.1192 61.9663C83.3928 56.6915 83.3928 48.0621 78.1192 42.7884Z\"\n fill=\"#D9D8FF\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M78.1192 42.915C72.8456 37.6414 64.2162 37.6414 58.9426 42.915L56.4106 45.4457C56.8595 46.2326 56.5105 47.4906 55.3278 47.4906C55.2945 47.4906 55.2735 47.4745 55.2427 47.4733C55.4634 48.0752 55.2155 48.7115 54.6901 49.0815C53.6566 49.8067 53.0535 51.0585 52.1853 51.9551C51.7931 52.3609 51.3294 52.4226 50.9224 52.2894C50.7177 52.6298 50.3748 52.8863 49.8543 52.8863C49.5768 52.8863 49.361 52.7999 49.1736 52.6828L47.7553 54.1011C43.398 58.4584 43.398 65.5227 47.7553 69.8788C53.0289 75.1524 61.6583 75.1524 66.9319 69.8788L78.1192 58.6927C82.4765 54.3354 82.4765 47.271 78.1192 42.915Z\"\n fill=\"#F0F0FF\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M47.7553 73.5916C50.619 76.4553 54.4718 77.7503 58.2396 77.5048C55.8396 77.2976 53.4383 76.0014 51.0285 73.5916C45.7548 68.3179 45.7548 59.6885 51.0285 54.4137L62.2158 43.2276C64.6256 40.8177 67.0269 39.5215 69.4269 39.3143C65.6579 39.0689 61.8063 40.3638 58.9426 43.2276L47.7553 54.4137C42.4816 59.6885 42.4816 68.3179 47.7553 73.5916Z\"\n fill=\"white\"\n />\n <path\n d=\"M103.041 36.617L97.3392 42.3198C92.0656 47.5922 83.4349 47.5922 78.1613 42.3198C72.8877 37.0462 72.8877 28.4155 78.1613 23.1419L89.3486 11.9546C94.6222 6.68223 103.252 6.68223 108.525 11.9546C113.056 16.4858 113.694 23.4934 110.441 28.7226\"\n stroke=\"#7B79FF\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M56.3043 45L58.9843 42.32C64.2579 37.0464 72.8874 37.0464 78.161 42.32C83.4346 47.5936 83.4346 56.2243 78.161 61.4979L66.9749 72.684C61.7013 77.9576 53.0706 77.9576 47.797 72.684C42.5234 67.4104 42.5234 58.7809 47.797 53.5061L48.9045 52.3998\"\n stroke=\"#7B79FF\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n d=\"M89.6695 30.8114L66.6536 53.8274\"\n stroke=\"#7B79FF\"\n strokeWidth=\"2\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M53.7086 48.6992C53.7086 49.3799 53.156 49.9325 52.4752 49.9325C51.7945 49.9325 51.2419 49.3799 51.2419 48.6992C51.2419 48.0184 51.7945 47.4659 52.4752 47.4659C53.156 47.4659 53.7086 48.0184 53.7086 48.6992Z\"\n fill=\"#7B79FF\"\n />\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M107.974 32.6662C107.974 33.3469 107.421 33.8995 106.741 33.8995C106.06 33.8995 105.507 33.3469 105.507 32.6662C105.507 31.9854 106.06 31.4328 106.741 31.4328C107.421 31.4328 107.974 31.9854 107.974 32.6662Z\"\n fill=\"#7B79FF\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_7_368\">\n <rect width=\"158.4\" height=\"88\" fill=\"white\" transform=\"translate(0.800049)\" />\n </clipPath>\n </defs>\n </svg>\n);\n"],"names":["LinkIcon","_jsxs","svg","width","height","viewBox","fill","xmlns","_jsx","g","clipPath","opacity","path","fillRule","clipRule","d","fillOpacity","stroke","strokeWidth","strokeLinecap","strokeLinejoin","defs","id","rect","transform"],"mappings":"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"}
|