@atlaskit/link-create 1.14.6 → 1.15.1
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/CHANGELOG.md +12 -0
- package/dist/cjs/ui/create-form/types.js +1 -5
- package/dist/cjs/ui/link-create/main.js +6 -2
- package/dist/cjs/ui/link-create/modal-hero/index.js +29 -0
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/create-form/types.js +0 -1
- package/dist/es2019/ui/link-create/main.js +6 -2
- package/dist/es2019/ui/link-create/modal-hero/index.js +21 -0
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/create-form/types.js +0 -1
- package/dist/esm/ui/link-create/main.js +6 -2
- package/dist/esm/ui/link-create/modal-hero/index.js +20 -0
- package/dist/esm/ui/main.js +1 -1
- package/dist/types/common/types.d.ts +4 -0
- package/dist/types/ui/link-create/modal-hero/index.d.ts +4 -0
- package/dist/types-ts4.5/common/types.d.ts +4 -0
- package/dist/types-ts4.5/ui/link-create/modal-hero/index.d.ts +4 -0
- package/example-helpers/hero-image.svg +113 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/link-create
|
|
2
2
|
|
|
3
|
+
## 1.15.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.15.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- [#81320](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81320) [`d26f355c6fa9`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d26f355c6fa9) - allow rendering of ModalHero in LinkCreate modal
|
|
14
|
+
|
|
3
15
|
## 1.14.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -26,6 +26,7 @@ var _confirmDismissDialog = require("./confirm-dismiss-dialog");
|
|
|
26
26
|
var _editModal = require("./edit-modal");
|
|
27
27
|
var _errorBoundary = require("./error-boundary");
|
|
28
28
|
var _messages = require("./messages");
|
|
29
|
+
var _modalHero = require("./modal-hero");
|
|
29
30
|
/** @jsx jsx */
|
|
30
31
|
|
|
31
32
|
var TEST_ID = exports.TEST_ID = 'link-create';
|
|
@@ -53,7 +54,8 @@ var LinkCreateWithModal = function LinkCreateWithModal(_ref2) {
|
|
|
53
54
|
_ref2$testId = _ref2.testId,
|
|
54
55
|
testId = _ref2$testId === void 0 ? TEST_ID : _ref2$testId,
|
|
55
56
|
plugins = _ref2.plugins,
|
|
56
|
-
entityKey = _ref2.entityKey
|
|
57
|
+
entityKey = _ref2.entityKey,
|
|
58
|
+
modalHero = _ref2.modalHero;
|
|
57
59
|
var intl = (0, _reactIntlNext.useIntl)();
|
|
58
60
|
var _useFormContext = (0, _formContext.useFormContext)(),
|
|
59
61
|
setFormErrorMessage = _useFormContext.setFormErrorMessage;
|
|
@@ -115,7 +117,9 @@ var LinkCreateWithModal = function LinkCreateWithModal(_ref2) {
|
|
|
115
117
|
onOpenComplete: onOpenComplete,
|
|
116
118
|
onCloseComplete: onCloseComplete,
|
|
117
119
|
width: "".concat(_constants.CREATE_FORM_MAX_WIDTH_IN_PX, "px")
|
|
118
|
-
}, (0, _react2.jsx)(
|
|
120
|
+
}, (0, _react2.jsx)(_modalHero.ModalHero, {
|
|
121
|
+
hero: modalHero
|
|
122
|
+
}), (0, _react2.jsx)(_modalDialog.ModalHeader, null, (0, _react2.jsx)(_modalDialog.ModalTitle, null, modalTitle || intl.formatMessage(_messages.messages.heading))), (0, _react2.jsx)(_modalDialog.ModalBody, null, (0, _react2.jsx)(_primitives.Box, {
|
|
119
123
|
testId: testId
|
|
120
124
|
}, (0, _react2.jsx)(_errorBoundary.ErrorBoundary, null, (0, _react2.jsx)(LinkCreateContent, {
|
|
121
125
|
plugins: plugins,
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _typeof = require("@babel/runtime/helpers/typeof");
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports.ModalHero = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _primitives = require("@atlaskit/primitives");
|
|
10
|
+
var _errorBoundary = require("../error-boundary");
|
|
11
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
12
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
14
|
+
|
|
15
|
+
var ErrorComponent = function ErrorComponent() {
|
|
16
|
+
// when there's an error, render nothing but report the issue
|
|
17
|
+
return /*#__PURE__*/_react.default.createElement(_react.Fragment, null, null);
|
|
18
|
+
};
|
|
19
|
+
var ModalHero = exports.ModalHero = function ModalHero(_ref) {
|
|
20
|
+
var hero = _ref.hero;
|
|
21
|
+
if (!hero) {
|
|
22
|
+
return null;
|
|
23
|
+
}
|
|
24
|
+
return /*#__PURE__*/_react.default.createElement(_primitives.Stack, {
|
|
25
|
+
testId: "link-create-modal-hero"
|
|
26
|
+
}, /*#__PURE__*/_react.default.createElement(_errorBoundary.ErrorBoundary, {
|
|
27
|
+
errorComponent: /*#__PURE__*/_react.default.createElement(ErrorComponent, null)
|
|
28
|
+
}, hero));
|
|
29
|
+
};
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -31,7 +31,7 @@ var LinkCreateWithAnalyticsContext = (0, _analytics.withLinkCreateAnalyticsConte
|
|
|
31
31
|
}));
|
|
32
32
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
33
33
|
packageName: "@atlaskit/link-create" || '',
|
|
34
|
-
packageVersion: "1.
|
|
34
|
+
packageVersion: "1.15.1" || '',
|
|
35
35
|
component: _constants.COMPONENT_NAME,
|
|
36
36
|
componentName: _constants.COMPONENT_NAME
|
|
37
37
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -17,6 +17,7 @@ import { ConfirmDismissDialog } from './confirm-dismiss-dialog';
|
|
|
17
17
|
import { EditModal } from './edit-modal';
|
|
18
18
|
import { ErrorBoundary } from './error-boundary';
|
|
19
19
|
import { messages } from './messages';
|
|
20
|
+
import { ModalHero } from './modal-hero';
|
|
20
21
|
export const TEST_ID = 'link-create';
|
|
21
22
|
const SCREEN_ID = 'linkCreateScreen';
|
|
22
23
|
const LinkCreateContent = ({
|
|
@@ -40,7 +41,8 @@ const LinkCreateWithModal = ({
|
|
|
40
41
|
onCloseComplete,
|
|
41
42
|
testId = TEST_ID,
|
|
42
43
|
plugins,
|
|
43
|
-
entityKey
|
|
44
|
+
entityKey,
|
|
45
|
+
modalHero
|
|
44
46
|
}) => {
|
|
45
47
|
const intl = useIntl();
|
|
46
48
|
const {
|
|
@@ -84,7 +86,9 @@ const LinkCreateWithModal = ({
|
|
|
84
86
|
onOpenComplete: onOpenComplete,
|
|
85
87
|
onCloseComplete: onCloseComplete,
|
|
86
88
|
width: `${CREATE_FORM_MAX_WIDTH_IN_PX}px`
|
|
87
|
-
}, jsx(
|
|
89
|
+
}, jsx(ModalHero, {
|
|
90
|
+
hero: modalHero
|
|
91
|
+
}), jsx(ModalHeader, null, jsx(ModalTitle, null, modalTitle || intl.formatMessage(messages.heading))), jsx(ModalBody, null, jsx(Box, {
|
|
88
92
|
testId: testId
|
|
89
93
|
}, jsx(ErrorBoundary, null, jsx(LinkCreateContent, {
|
|
90
94
|
plugins: plugins,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import React, { Fragment } from 'react';
|
|
2
|
+
import { Stack } from '@atlaskit/primitives';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
5
|
+
import { ErrorBoundary } from '../error-boundary';
|
|
6
|
+
const ErrorComponent = () => {
|
|
7
|
+
// when there's an error, render nothing but report the issue
|
|
8
|
+
return /*#__PURE__*/React.createElement(Fragment, null, null);
|
|
9
|
+
};
|
|
10
|
+
export const ModalHero = ({
|
|
11
|
+
hero
|
|
12
|
+
}) => {
|
|
13
|
+
if (!hero) {
|
|
14
|
+
return null;
|
|
15
|
+
}
|
|
16
|
+
return /*#__PURE__*/React.createElement(Stack, {
|
|
17
|
+
testId: "link-create-modal-hero"
|
|
18
|
+
}, /*#__PURE__*/React.createElement(ErrorBoundary, {
|
|
19
|
+
errorComponent: /*#__PURE__*/React.createElement(ErrorComponent, null)
|
|
20
|
+
}, hero));
|
|
21
|
+
};
|
package/dist/es2019/ui/main.js
CHANGED
|
@@ -23,7 +23,7 @@ const LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE
|
|
|
23
23
|
}));
|
|
24
24
|
export const PACKAGE_DATA = {
|
|
25
25
|
packageName: "@atlaskit/link-create" || '',
|
|
26
|
-
packageVersion: "1.
|
|
26
|
+
packageVersion: "1.15.1" || '',
|
|
27
27
|
component: COMPONENT_NAME,
|
|
28
28
|
componentName: COMPONENT_NAME
|
|
29
29
|
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -20,6 +20,7 @@ import { ConfirmDismissDialog } from './confirm-dismiss-dialog';
|
|
|
20
20
|
import { EditModal } from './edit-modal';
|
|
21
21
|
import { ErrorBoundary } from './error-boundary';
|
|
22
22
|
import { messages } from './messages';
|
|
23
|
+
import { ModalHero } from './modal-hero';
|
|
23
24
|
export var TEST_ID = 'link-create';
|
|
24
25
|
var SCREEN_ID = 'linkCreateScreen';
|
|
25
26
|
var LinkCreateContent = function LinkCreateContent(_ref) {
|
|
@@ -45,7 +46,8 @@ var LinkCreateWithModal = function LinkCreateWithModal(_ref2) {
|
|
|
45
46
|
_ref2$testId = _ref2.testId,
|
|
46
47
|
testId = _ref2$testId === void 0 ? TEST_ID : _ref2$testId,
|
|
47
48
|
plugins = _ref2.plugins,
|
|
48
|
-
entityKey = _ref2.entityKey
|
|
49
|
+
entityKey = _ref2.entityKey,
|
|
50
|
+
modalHero = _ref2.modalHero;
|
|
49
51
|
var intl = useIntl();
|
|
50
52
|
var _useFormContext = useFormContext(),
|
|
51
53
|
setFormErrorMessage = _useFormContext.setFormErrorMessage;
|
|
@@ -107,7 +109,9 @@ var LinkCreateWithModal = function LinkCreateWithModal(_ref2) {
|
|
|
107
109
|
onOpenComplete: onOpenComplete,
|
|
108
110
|
onCloseComplete: onCloseComplete,
|
|
109
111
|
width: "".concat(CREATE_FORM_MAX_WIDTH_IN_PX, "px")
|
|
110
|
-
}, jsx(
|
|
112
|
+
}, jsx(ModalHero, {
|
|
113
|
+
hero: modalHero
|
|
114
|
+
}), jsx(ModalHeader, null, jsx(ModalTitle, null, modalTitle || intl.formatMessage(messages.heading))), jsx(ModalBody, null, jsx(Box, {
|
|
111
115
|
testId: testId
|
|
112
116
|
}, jsx(ErrorBoundary, null, jsx(LinkCreateContent, {
|
|
113
117
|
plugins: plugins,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import React, { Fragment } from 'react';
|
|
2
|
+
import { Stack } from '@atlaskit/primitives';
|
|
3
|
+
|
|
4
|
+
// eslint-disable-next-line @atlassian/tangerine/import/no-parent-imports
|
|
5
|
+
import { ErrorBoundary } from '../error-boundary';
|
|
6
|
+
var ErrorComponent = function ErrorComponent() {
|
|
7
|
+
// when there's an error, render nothing but report the issue
|
|
8
|
+
return /*#__PURE__*/React.createElement(Fragment, null, null);
|
|
9
|
+
};
|
|
10
|
+
export var ModalHero = function ModalHero(_ref) {
|
|
11
|
+
var hero = _ref.hero;
|
|
12
|
+
if (!hero) {
|
|
13
|
+
return null;
|
|
14
|
+
}
|
|
15
|
+
return /*#__PURE__*/React.createElement(Stack, {
|
|
16
|
+
testId: "link-create-modal-hero"
|
|
17
|
+
}, /*#__PURE__*/React.createElement(ErrorBoundary, {
|
|
18
|
+
errorComponent: /*#__PURE__*/React.createElement(ErrorComponent, null)
|
|
19
|
+
}, hero));
|
|
20
|
+
};
|
package/dist/esm/ui/main.js
CHANGED
|
@@ -23,7 +23,7 @@ var LinkCreateWithAnalyticsContext = withLinkCreateAnalyticsContext( /*#__PURE__
|
|
|
23
23
|
}));
|
|
24
24
|
export var PACKAGE_DATA = {
|
|
25
25
|
packageName: "@atlaskit/link-create" || '',
|
|
26
|
-
packageVersion: "1.
|
|
26
|
+
packageVersion: "1.15.1" || '',
|
|
27
27
|
component: COMPONENT_NAME,
|
|
28
28
|
componentName: COMPONENT_NAME
|
|
29
29
|
};
|
|
@@ -133,6 +133,10 @@ export interface LinkCreateWithModalProps extends LinkCreateProps {
|
|
|
133
133
|
* Default: Create new
|
|
134
134
|
*/
|
|
135
135
|
modalTitle?: string;
|
|
136
|
+
/**
|
|
137
|
+
* A ReactNode to be displayed in the modal hero section
|
|
138
|
+
*/
|
|
139
|
+
modalHero?: ReactNode;
|
|
136
140
|
/**
|
|
137
141
|
* Callback function called when the final link create experience dialog has finished closing.
|
|
138
142
|
* @see {@link https://atlassian.design/components/modal-dialog/code#ModalWrapper-onCloseComplete}
|
|
@@ -133,6 +133,10 @@ export interface LinkCreateWithModalProps extends LinkCreateProps {
|
|
|
133
133
|
* Default: Create new
|
|
134
134
|
*/
|
|
135
135
|
modalTitle?: string;
|
|
136
|
+
/**
|
|
137
|
+
* A ReactNode to be displayed in the modal hero section
|
|
138
|
+
*/
|
|
139
|
+
modalHero?: ReactNode;
|
|
136
140
|
/**
|
|
137
141
|
* Callback function called when the final link create experience dialog has finished closing.
|
|
138
142
|
* @see {@link https://atlassian.design/components/modal-dialog/code#ModalWrapper-onCloseComplete}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
<svg width="400" height="220" viewBox="0 0 400 220" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_5458_222717)">
|
|
3
|
+
<path d="M400 220H0V0H400V220Z" fill="url(#paint0_linear_5458_222717)" />
|
|
4
|
+
<path opacity="0.3" d="M-71.0051 538.019H609.269M-71.0051 497.064H609.269M-71.0051 456.11H609.269M-71.0051 415.156H609.269M-71.0051 374.201H609.269M-71.0051 292.293H609.269M-71.0051 251.339H609.269M-71.0051 210.384H609.269M-71.0051 169.43H609.269M-71.0051 128.476H609.269M-71.0051 87.5213H609.269M-71.0051 46.567H609.269M-71.0051 5.6127H609.269M-71.0051 -35.3416H609.269M-71.0051 -76.2959H609.269M-43.2756 -113.214V567.061M-2.32134 -113.214V567.061M38.633 -113.214V567.061M79.5873 -113.214V567.061M120.542 -113.214V567.061M161.496 -113.214V567.061M202.45 -113.214V567.061M243.404 -113.214V567.061M284.359 -113.214V567.061M325.313 -113.214V567.061M366.267 -113.214V567.061M407.222 -113.214V567.061M448.176 -113.214V567.061M489.13 567.061V-113.214M530.085 567.061V-113.214M571.039 -113.214V567.061M-71.0051 333.247H609.269M-71.3333 -113.378H609.269V567.225H-71.3333V-113.378Z" stroke="white" stroke-width="3.03102" stroke-miterlimit="10" />
|
|
5
|
+
<g style="mix-blend-mode:multiply" opacity="0.05">
|
|
6
|
+
<path d="M127.134 160.055H204.975C204.975 160.055 204.845 143.758 204.845 119.579V81.3213H127.004C127.004 81.3213 127.004 95.5284 127.004 120.231C127.004 144.929 127.134 160.058 127.134 160.058V160.055Z" fill="#5E6C80" />
|
|
7
|
+
</g>
|
|
8
|
+
<path d="M124.941 156.828H202.782C202.782 156.828 204.738 142.691 204.738 118.023C204.738 93.35 204.738 78.9873 204.738 78.9873H126.897C126.897 78.9873 126.897 93.4834 126.897 118.686C126.897 143.888 124.941 156.828 124.941 156.828Z" fill="url(#paint1_linear_5458_222717)" />
|
|
9
|
+
<path d="M200.248 84.6963H131.435V100.659H200.248V84.6963Z" fill="#B3F5FF" />
|
|
10
|
+
<path d="M200.1 107.153H131.591V109.239H200.1V107.153Z" fill="#B3F5FF" />
|
|
11
|
+
<path d="M200.444 115.848H131.935V117.933H200.444V115.848Z" fill="#B3F5FF" />
|
|
12
|
+
<path d="M168.8 124.542H131.935V126.628H168.8V124.542Z" fill="#B3F5FF" />
|
|
13
|
+
<path d="M170.83 77.5679L171.442 77.9717L173.431 74.9562L172.601 74.4079C171.19 73.478 170.149 72.0777 169.66 70.4588L169.6 70.2587C169.111 68.6398 168.07 67.2432 166.659 66.3097L112.354 30.4789C109.805 28.7971 106.378 29.5009 104.696 32.0497C103.014 34.5984 103.718 38.0252 106.267 39.707L160.354 75.3933C161.899 76.4121 163.773 76.801 165.592 76.4787C167.411 76.1564 169.286 76.5454 170.83 77.5642V77.5679Z" fill="#0065FF" />
|
|
14
|
+
<path d="M153.671 70.9881C152.578 68.217 151.329 64.4384 150.374 61.534C149.381 58.5185 148.525 55.9697 147.754 53.8396L143.531 51.0537C144.891 54.2359 146.487 59.089 147.595 62.4527C148.325 64.6718 148.969 66.6019 149.551 68.2726L153.671 70.9918V70.9881Z" fill="#2684FF" />
|
|
15
|
+
<path d="M127.887 40.7334C133.514 55.7851 136.248 58.6562 138.704 58.1486C140.901 57.693 141.312 54.6886 141.746 51.51C141.805 51.0803 141.875 50.5468 141.961 50.0171L139.308 48.2685C139.119 49.128 138.986 50.0986 138.845 51.1174C138.689 52.2658 138.415 54.2737 138.056 55.0998C137.363 54.5108 135.585 52.2398 132.103 43.5155L127.887 40.7334Z" fill="#2684FF" />
|
|
16
|
+
<path d="M155.368 58.8633C155.519 65.7723 155.345 69.7029 155.105 71.9367L157.798 73.7113C158.216 71.3218 158.428 67.369 158.331 60.8193L155.368 58.8633Z" fill="#2684FF" />
|
|
17
|
+
<path d="M174.946 78.7235L175.283 77.1528C175.331 76.9342 175.239 76.7119 175.054 76.5897L173.172 75.3486L171.753 77.4973L174.12 79.0606C174.435 79.2681 174.865 79.094 174.942 78.7235H174.946Z" fill="#0052CC" />
|
|
18
|
+
<path d="M192.894 152.46C192.824 152.267 192.724 152.093 192.601 151.941C192.787 151.5 192.798 151.011 192.627 150.559L192.587 150.444C192.498 150.211 192.368 150.004 192.201 149.826C192.387 149.374 192.409 148.851 192.224 148.359L192.124 148.096C191.972 147.688 191.694 147.351 191.346 147.121C191.453 146.688 191.427 146.232 191.268 145.806L191.134 145.451C190.808 144.584 189.967 144.002 189.041 144.002C188.775 144.002 188.512 144.05 188.26 144.143L185.992 144.991C185.97 143.461 185.326 141.694 184.174 140.979C183.747 140.712 183.333 140.579 182.94 140.579C182.421 140.579 181.966 140.809 181.654 141.227C181.262 141.761 181.162 142.55 181.391 143.295C181.569 143.872 181.488 145.228 180.739 146.303C180.187 147.095 179.958 147.925 179.776 148.592C179.691 148.9 179.565 149.359 179.469 149.459C179.461 149.466 179.45 149.474 179.443 149.481L179.35 149.233C179.206 148.851 178.835 148.592 178.424 148.592C178.305 148.592 178.191 148.614 178.079 148.655L174.097 150.148C173.849 150.241 173.652 150.426 173.545 150.663C173.438 150.904 173.427 151.171 173.519 151.419L176.683 159.858C176.827 160.239 177.198 160.499 177.605 160.499C177.724 160.499 177.839 160.476 177.95 160.436L181.932 158.943C182.18 158.85 182.377 158.669 182.484 158.428C182.551 158.283 182.573 158.131 182.569 157.98C182.592 157.983 182.614 157.991 182.636 157.994C182.751 158.017 182.866 158.024 182.981 158.024C183.44 158.024 183.829 157.861 184.14 157.731C184.218 157.698 184.292 157.668 184.374 157.639C184.374 157.639 191.246 155.064 191.938 154.805C192.631 154.545 192.902 153.741 192.902 153.741C193.046 153.338 193.05 152.886 192.89 152.46H192.894Z" fill="white" />
|
|
19
|
+
<path d="M180.306 157.39C180.825 157.168 182.247 156.727 182.532 156.816C182.625 156.846 182.721 156.868 182.821 156.886C183.232 156.964 183.599 156.742 183.992 156.594L191.031 153.956H191.027C191.405 153.737 191.586 153.274 191.427 152.852C191.294 152.493 190.953 152.27 190.59 152.267H190.582L190.649 152.244C191.116 152.07 191.353 151.548 191.179 151.081L191.138 150.978C190.964 150.511 190.442 150.274 189.975 150.448L190.197 150.366C190.731 150.166 191.001 149.57 190.801 149.036L190.708 148.792C190.508 148.258 189.912 147.988 189.378 148.188L189.186 148.262C189.827 148.021 190.153 147.306 189.912 146.665L189.79 146.336C189.549 145.695 188.834 145.369 188.193 145.61L184.951 146.825C184.907 146.821 184.87 146.814 184.833 146.773C184.796 146.732 184.814 146.665 184.814 146.665C185.244 145.387 184.651 143.213 183.655 142.59C182.466 141.849 182.051 142.942 182.31 143.783C182.569 144.624 182.399 146.15 181.591 147.306C180.784 148.462 180.836 149.825 180.321 150.351C179.721 150.963 178.268 151.352 178.268 151.352L180.31 157.386L180.306 157.39Z" fill="url(#paint2_linear_5458_222717)" />
|
|
20
|
+
<path d="M181.726 157.634L178.827 149.898C178.8 149.826 178.719 149.789 178.646 149.816L175.055 151.161C174.982 151.189 174.946 151.27 174.973 151.342L177.871 159.079C177.899 159.151 177.98 159.188 178.053 159.161L181.643 157.816C181.716 157.788 181.753 157.707 181.726 157.634Z" fill="#FF9300" />
|
|
21
|
+
<path d="M284.87 33.4634V44.9328C284.87 45.6515 284.288 46.2331 283.57 46.2331H212.919C212.86 46.2331 212.797 46.2331 212.738 46.222C212.104 46.1331 211.619 45.5922 211.619 44.9328V33.4634C211.619 32.804 212.104 32.2631 212.738 32.1742C212.797 32.1631 212.86 32.1631 212.919 32.1631H283.57C284.288 32.1631 284.87 32.7447 284.87 33.4634Z" fill="#79E2F2" />
|
|
22
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M224.845 33.5488H216.009C215.272 33.5488 214.668 34.1453 214.668 34.8899V43.7216C214.668 44.4625 215.268 45.0664 216.009 45.0664H224.845C225.582 45.0664 226.186 44.4662 226.186 43.7216V34.8899C226.186 34.149 225.585 33.5488 224.845 33.5488ZM220.895 41.8878H216.735C216.468 41.8767 216.254 41.6545 216.254 41.384C216.254 41.1136 216.48 40.8802 216.757 40.8802H220.918C221.188 40.8913 221.399 41.1136 221.399 41.384C221.399 41.6545 221.177 41.8878 220.895 41.8878ZM224.092 39.8096H216.731C216.465 39.7985 216.25 39.5762 216.25 39.3058C216.25 39.0353 216.476 38.8019 216.754 38.8019H224.111C224.381 38.8131 224.593 39.0353 224.593 39.3058C224.593 39.5762 224.37 39.8096 224.089 39.8096H224.092ZM224.092 37.7313H216.731C216.465 37.7202 216.25 37.4979 216.25 37.2275C216.25 36.9571 216.476 36.7237 216.754 36.7237H224.111C224.381 36.7348 224.593 36.9571 224.593 37.2275C224.593 37.4979 224.37 37.7313 224.089 37.7313H224.092Z" fill="#00C7E6" />
|
|
23
|
+
<path d="M212.734 32.1748V46.2226C212.101 46.1337 211.616 45.5928 211.616 44.9334V33.464C211.616 32.8046 212.101 32.2637 212.734 32.1748Z" fill="#00C7E6" />
|
|
24
|
+
<path d="M280.232 37.1201H229.049V41.2804H280.232V37.1201Z" fill="#B3F5FF" />
|
|
25
|
+
<path d="M106.671 147.792H36.4316C35.5989 147.792 34.9239 148.467 34.9239 149.3V179.874C34.9239 180.706 35.5989 181.381 36.4316 181.381H106.671C107.503 181.381 108.178 180.706 108.178 179.874V149.3C108.178 148.467 107.503 147.792 106.671 147.792Z" fill="#79E2F2" />
|
|
26
|
+
<path d="M101.925 159.969H41.9255V162.021H101.925V159.969Z" fill="#B3F5FF" />
|
|
27
|
+
<path d="M65.7794 153.249H41.9255V155.301H65.7794V153.249Z" fill="#00C7E6" />
|
|
28
|
+
<path d="M56.1808 175.324H41.9255V177.377H56.1808V175.324Z" fill="#00C7E6" />
|
|
29
|
+
<path d="M72.818 175.324H58.5628V177.377H72.818V175.324Z" fill="#00C7E6" />
|
|
30
|
+
<path d="M77.6155 163.488H41.9255V165.541H77.6155V163.488Z" fill="#B3F5FF" />
|
|
31
|
+
<path d="M236.538 68.9623L239.424 59.0859" stroke="#0065FF" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
32
|
+
<path d="M230.122 69.9888L225.52 60.9756" stroke="#0065FF" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
33
|
+
<path d="M224.209 73.9712L214.192 71.9707" stroke="#0065FF" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
34
|
+
<path opacity="0.3" d="M239.246 103.649C234.004 103.649 229.384 100.996 226.65 96.9621C225.005 94.5319 224.046 91.6052 224.046 88.4489C224.046 80.0544 230.851 73.249 239.246 73.249C247.64 73.249 254.446 80.0544 254.446 88.4489C254.446 96.8435 247.64 103.649 239.246 103.649Z" fill="#B3BAC5" />
|
|
35
|
+
<path d="M254.116 87.0446C254.116 78.6499 247.311 71.8447 238.916 71.8447C230.522 71.8447 223.716 78.6499 223.716 87.0446C223.716 95.4393 230.522 102.245 238.916 102.245C247.311 102.245 254.116 95.4393 254.116 87.0446Z" fill="#2684FF" />
|
|
36
|
+
<path d="M244.299 89.3302C243.951 90.5527 243.158 91.753 242.206 92.668C242.25 92.9977 242.31 93.4015 242.376 93.8201C242.536 93.8423 242.695 93.8609 242.862 93.8609C244.718 93.8609 246.225 92.3568 246.225 90.4971C246.225 89.5747 245.851 88.7374 245.251 88.1299C245.221 88.1966 245.192 88.2595 245.166 88.3151C244.829 89.0227 244.714 89.3598 244.299 89.3302Z" fill="#0055CC" />
|
|
37
|
+
<path d="M243.28 95.4096C242.817 95.0836 242.506 94.5835 242.413 94.0241C242.402 93.9537 242.391 93.887 242.38 93.8166C242.313 93.398 242.254 92.9942 242.21 92.6645C241.906 92.9572 241.584 93.2202 241.258 93.4462C240.494 93.9722 239.69 94.2908 238.968 94.2908C237.812 94.2908 236.519 93.498 235.478 92.3496C235.467 92.7275 235.427 93.3202 235.371 93.9204C235.315 94.5353 234.989 95.0984 234.486 95.4541L232.511 96.8507C233.163 98.4955 235.778 99.7254 238.916 99.7254C242.054 99.7254 244.673 98.4955 245.321 96.8507L243.277 95.4022L243.28 95.4096Z" fill="url(#paint3_linear_5458_222717)" />
|
|
38
|
+
<path d="M245.358 96.7764C245.347 96.8023 245.333 96.8282 245.325 96.8579C244.673 98.5027 242.058 99.7326 238.92 99.7326C235.782 99.7326 233.163 98.5027 232.515 96.8579C232.504 96.8319 232.489 96.806 232.481 96.7764C231.326 97.2654 229.999 97.8396 228.803 98.3842C231.492 100.785 235.034 102.244 238.924 102.244C242.81 102.244 246.355 100.785 249.045 98.3842C247.848 97.8396 246.522 97.2654 245.366 96.7764H245.358Z" fill="#0C66E4" />
|
|
39
|
+
<path d="M244.492 87.8564C244.492 87.9194 244.492 87.9749 244.492 88.0379C244.492 88.4639 244.421 88.8974 244.299 89.3308C244.714 89.3604 244.829 89.0233 245.166 88.3158C245.192 88.2602 245.221 88.1972 245.251 88.1305C245.433 87.7156 245.655 87.1229 245.755 86.5635C245.44 87.7971 244.873 87.8119 244.492 87.8638V87.8564Z" fill="#0065FF" />
|
|
40
|
+
<path opacity="0.8" d="M238.964 94.2948C239.687 94.2948 240.487 93.9762 241.254 93.4501C241.58 93.2241 241.902 92.9611 242.206 92.6685C243.158 91.7534 243.947 90.5531 244.299 89.3306C244.421 88.8972 244.492 88.4638 244.492 88.0377C244.492 87.9748 244.492 87.9192 244.492 87.8562C244.477 87.8562 244.458 87.8599 244.443 87.8636C244.44 87.8636 244.432 87.8636 244.429 87.8562C244.329 88.4971 244.188 89.038 244.04 89.3899H243.999C244.14 86.4855 243.951 84.0627 241.439 83.2885C240.091 82.8735 238.953 81.8659 238.898 81.1064L238.768 81.1213C238.116 81.3324 233.893 82.7994 234.378 85.0037C234.774 86.793 234.378 88.523 233.863 89.7381C234.211 90.6828 234.789 91.5941 235.478 92.3536C236.519 93.502 237.816 94.2948 238.968 94.2948H238.964Z" fill="#CCE0FF" />
|
|
41
|
+
<path d="M232.978 87.2967C232.911 87.1819 232.841 87.0374 232.767 86.8596C232.537 86.3113 232.374 85.7371 232.285 85.1592C231.648 85.7297 232.274 87.5301 232.615 88.3044C232.763 88.6378 232.863 88.8823 232.97 89.0527C233.048 88.6082 233.067 88.0451 232.978 87.2967Z" fill="#0065FF" />
|
|
42
|
+
<path d="M234.378 85.0034C233.893 82.7955 238.116 81.3322 238.768 81.121L238.898 81.1062C238.953 81.8656 240.091 82.8733 241.439 83.2882C243.951 84.0625 244.14 86.4852 243.999 89.3896H244.04C244.188 89.0377 244.329 88.4968 244.429 87.8559C244.436 87.8596 244.44 87.8634 244.443 87.8634C244.458 87.8634 244.477 87.8596 244.492 87.8559C244.873 87.8078 245.436 87.7893 245.755 86.5556C245.881 86.0592 245.97 85.3628 245.988 84.3885C245.973 84.1365 246.003 84.0884 245.955 83.7735C245.777 82.5806 245.347 81.1432 244.777 80.2949C242.621 77.0756 238.264 76.2124 235.041 78.3685C234.297 78.8649 233.682 79.5688 233.204 80.3616C232.329 81.8138 232.026 83.5179 232.285 85.1627C232.378 85.7406 232.537 86.3148 232.767 86.8631C232.841 87.0409 232.911 87.1854 232.978 87.3003C233.067 88.0486 233.048 88.6117 232.97 89.0562C232.848 89.7453 232.589 90.1639 232.374 90.5603C231.918 91.4049 232.9 92.5978 233.745 92.3163C233.745 92.3163 232.618 91.8606 233.322 90.7678C233.5 90.4936 233.685 90.1454 233.859 89.7379C234.378 88.5228 234.771 86.7927 234.374 85.0034H234.378Z" fill="#0055CC" />
|
|
43
|
+
<path d="M247.837 136.471C243.491 133.452 239.027 130.369 233.937 129.047C228.847 127.721 222.923 128.521 219.519 132.37C218.5 133.518 217.796 135.396 218.882 136.545C219.66 137.364 221.045 137.315 221.923 136.663C222.801 136.011 223.231 134.907 223.39 133.815C223.827 130.777 222.279 127.483 219.63 125.82C216.974 124.153 213.38 124.212 210.887 125.968" stroke="#EC50B3" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
44
|
+
<path d="M247.04 129.877L250.53 137.764L242.276 138.249" stroke="#EC50B3" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
45
|
+
<path d="M174.994 83.9912C169.408 91.6819 160.772 96.6535 151.711 97.3944C148.999 97.6204 146.099 97.4166 143.82 95.7533C141.542 94.0899 140.245 90.552 141.649 88.0514C143.328 85.0655 147.984 85.5397 149.87 88.4478C151.756 91.3522 151.167 95.5014 149.248 98.302C147.329 101.106 144.354 102.81 141.375 104.155C133.255 107.823 124.331 109.449 115.484 108.871" stroke="#0065FF" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
46
|
+
<path d="M225.891 184.883C231.244 176.722 239.954 170.665 249.689 168.342C253.072 167.535 257.55 167.653 258.958 170.724C260.796 174.729 255.38 179.719 257.891 183.368C259.747 186.054 264.126 185.202 266.901 183.387C270.257 181.19 272.865 178.104 275.91 175.518C278.952 172.929 282.756 170.754 286.806 171.017C290.855 171.28 294.789 174.914 293.959 178.734C293.703 179.893 293.059 180.945 292.866 182.116C292.666 183.287 293.129 184.717 294.311 185.043C295.667 185.413 296.856 184.176 297.782 183.15C301.305 179.263 306.395 176.856 311.671 175.981C319.91 174.618 328.26 176.789 336.462 178.319C344.664 179.86 353.603 180.668 360.982 176.896" stroke="#FFA700" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
47
|
+
<path d="M354.727 174.802L363.336 175.317L359.984 182.87" stroke="#FFA700" stroke-width="3.992" stroke-linecap="round" stroke-linejoin="round" />
|
|
48
|
+
<path opacity="0.3" d="M87.7038 143.132C87.7038 134.52 80.7228 127.539 72.1112 127.539C63.4997 127.539 56.5186 134.52 56.5186 143.132C56.5186 151.743 63.4997 158.724 72.1112 158.724C80.7228 158.724 87.7038 151.743 87.7038 143.132Z" fill="#B3BAC5" />
|
|
49
|
+
<path d="M86.8963 141.298C86.8963 132.686 79.9152 125.705 71.3037 125.705C62.6921 125.705 55.7111 132.686 55.7111 141.298C55.7111 149.909 62.6921 156.89 71.3037 156.89C79.9152 156.89 86.8963 149.909 86.8963 141.298Z" fill="#F99CDB" />
|
|
50
|
+
<path d="M70.2368 150.996C71.0667 150.233 71.2149 148.992 71.2149 147.862C71.2149 147.236 71.1815 146.606 71.1482 145.977C72.0484 146.454 72.9004 146.71 73.4858 146.892C73.6525 146.943 73.8747 146.992 74.1155 147.04C73.6821 148.181 73.0783 149.907 73.0634 150.696C73.056 151.074 73.5858 152.171 74.3193 153.504C73.3598 152.674 71.652 151.433 69.8849 151.259C70.0072 151.182 70.122 151.093 70.2331 150.993L70.2368 150.996Z" fill="url(#paint4_linear_5458_222717)" />
|
|
51
|
+
<path d="M69.8923 151.259C71.6594 151.433 73.3635 152.674 74.3267 153.504C74.8268 153.933 75.1269 154.256 75.1269 154.256L76.5457 155.982C74.9083 156.567 73.1449 156.886 71.3075 156.886C69.344 156.886 67.4695 156.519 65.7395 155.86C66.1284 154.689 66.8175 153.115 67.1657 152.729C67.8585 151.952 69.0291 151.822 69.8997 151.259H69.8923Z" fill="#AE4787" />
|
|
52
|
+
<path d="M69.7625 139.983C69.8514 140.657 70.1626 141.72 70.9035 142.257C70.9035 142.257 70.9035 142.257 70.9035 142.254C70.9368 142.065 71.1184 141.942 71.3036 141.976C71.4925 142.009 71.6148 142.191 71.5814 142.376C71.5703 142.439 71.5407 142.487 71.5036 142.531C71.4258 142.624 71.3073 142.676 71.1813 142.654C71.1665 142.654 71.1591 142.643 71.1443 142.639C71.0369 143.747 71.0924 144.862 71.1443 145.977C72.0445 146.455 72.8966 146.71 73.4819 146.892C73.6486 146.944 73.8709 146.992 74.1117 147.04C74.9896 147.214 76.164 147.362 76.164 147.362C78.5572 147.67 78.4164 145.917 78.3423 145.502C78.2904 145.214 78.3127 144.828 78.3386 144.517C78.3645 144.206 78.446 143.517 78.5312 143.228C78.8943 143.157 79.7685 142.928 79.7945 142.287C79.8241 141.605 78.6905 141.224 78.4312 140.175C78.4312 140.172 78.4312 140.168 78.4312 140.164C78.3979 140.027 78.383 139.879 78.383 139.72C78.4386 139.223 78.9202 138.812 78.7905 137.56C78.735 137.012 78.6127 136.493 78.4423 136.008L77.5384 135.5C77.2235 135.37 76.8679 135.552 76.7864 135.885C76.1603 138.456 74.7266 138.434 73.2744 138.112C72.778 138.505 72.3779 138.997 72.0593 139.549C71.9185 139.145 71.6074 138.768 70.9739 138.612C70.27 138.442 69.6217 138.997 69.7514 139.975L69.7625 139.983ZM76.4233 145.517C76.4233 145.406 76.5122 145.317 76.6234 145.317C76.7345 145.317 76.8234 145.406 76.8234 145.517C76.8234 145.628 76.7345 145.717 76.6234 145.717C76.5122 145.717 76.4233 145.628 76.4233 145.517Z" fill="#DA62AC" />
|
|
53
|
+
<path d="M71.3074 141.972C71.4963 142.006 71.6186 142.187 71.5852 142.372C71.5741 142.435 71.5445 142.484 71.5074 142.528C71.4296 142.621 71.3111 142.672 71.1851 142.65C71.1703 142.65 71.1629 142.639 71.1481 142.635C70.9851 142.587 70.8777 142.424 70.9036 142.254C70.9036 142.254 70.9036 142.254 70.9036 142.25C70.9369 142.061 71.1185 141.939 71.3037 141.972H71.3074Z" fill="#943D73" />
|
|
54
|
+
<path d="M62.5386 151.196C63.3869 149.94 64.6947 149.018 64.3242 146.654C64.1575 145.573 64.402 144.491 64.2279 143.409C64.1982 143.217 64.1723 143.02 64.1538 142.82C64.0686 140.564 64.1649 138.96 64.4946 137.738C64.5131 137.311 64.565 136.878 64.6576 136.433C65.1281 134.226 66.3951 132.836 67.9102 132.051C68.6215 131.551 69.4847 131.225 70.5442 131.173C76.9235 130.847 78.7202 133.977 78.4942 136.041L78.4461 136.011L77.5422 135.504C77.2273 135.374 76.8716 135.556 76.7901 135.889C76.164 138.46 74.7304 138.438 73.2782 138.115C72.7818 138.508 72.3817 139.001 72.0631 139.553C71.9223 139.149 71.6111 138.771 70.9776 138.615C70.2738 138.445 69.6255 139.001 69.7551 139.979C69.844 140.653 70.1552 141.716 70.8961 142.253C70.8665 142.428 70.9739 142.587 71.1406 142.635C71.0332 143.743 71.0888 144.858 71.1406 145.973C71.174 146.603 71.2036 147.229 71.2073 147.858C71.2073 148.985 71.0628 150.229 70.2293 150.992C70.1219 151.093 70.0033 151.178 69.8811 151.259C69.0142 151.819 67.8436 151.952 67.1471 152.73C66.8026 153.119 66.1135 154.69 65.7208 155.86C64.3724 155.345 63.1091 154.649 61.9681 153.797C61.8681 153 61.9422 152.059 62.5238 151.196H62.5386Z" fill="#FDD0EC" />
|
|
55
|
+
<path d="M76.6197 145.714C76.7302 145.714 76.8198 145.624 76.8198 145.514C76.8198 145.403 76.7302 145.313 76.6197 145.313C76.5092 145.313 76.4197 145.403 76.4197 145.514C76.4197 145.624 76.5092 145.714 76.6197 145.714Z" fill="#CD519D" />
|
|
56
|
+
<path d="M65.5578 134.874C66.6655 135.43 66.9767 136.289 66.3543 138.023C66.221 138.394 65.8727 139.09 65.7505 139.875C65.6838 140.305 65.4208 140.853 65.1281 141.105C64.4576 141.676 63.6981 141.669 63.0091 141.42C61.7643 140.976 61.0234 138.805 62.0052 137.127C62.972 135.474 63.4944 134.7 64.7984 134.7C64.9948 134.7 65.1911 134.726 65.38 134.793C65.443 134.815 65.506 134.845 65.5653 134.874H65.5578Z" fill="url(#paint5_linear_5458_222717)" />
|
|
57
|
+
<path opacity="0.3" d="M239.057 172.58C239.057 164.005 232.106 157.054 223.531 157.054C214.957 157.054 208.005 164.005 208.005 172.58C208.005 181.154 214.957 188.106 223.531 188.106C232.106 188.106 239.057 181.154 239.057 172.58Z" fill="#B3BAC5" />
|
|
58
|
+
<path d="M238.12 171.113C238.12 162.538 231.169 155.587 222.594 155.587C214.019 155.587 207.068 162.538 207.068 171.113C207.068 179.688 214.019 186.639 222.594 186.639C231.169 186.639 238.12 179.688 238.12 171.113Z" fill="#FFC400" />
|
|
59
|
+
<path d="M229.67 181.397L229.022 180.948L230.207 181.811C230.04 181.663 229.859 181.526 229.674 181.397H229.67Z" fill="#FEC176" />
|
|
60
|
+
<path d="M229.54 167.256C229.518 167.197 229.492 167.13 229.466 167.056C229.466 167.056 229.466 167.052 229.466 167.049C229.429 166.952 229.388 166.845 229.34 166.73C229.296 166.619 229.244 166.5 229.188 166.378C229.173 166.345 229.155 166.311 229.14 166.274C229.133 166.259 229.125 166.241 229.118 166.226C229.103 166.193 229.085 166.156 229.066 166.122C229.059 166.104 229.048 166.089 229.04 166.071C229.033 166.052 229.022 166.033 229.01 166.015C228.988 165.97 228.966 165.926 228.94 165.882C228.892 165.793 228.844 165.704 228.788 165.615C228.784 165.607 228.781 165.6 228.773 165.593C228.751 165.556 228.725 165.515 228.703 165.478C228.696 165.463 228.684 165.448 228.677 165.433C228.666 165.415 228.651 165.393 228.64 165.374C228.599 165.311 228.559 165.252 228.514 165.189C228.44 165.085 228.362 164.981 228.281 164.885C228.262 164.863 228.247 164.844 228.229 164.822C228.229 164.822 228.229 164.818 228.225 164.815C228.144 164.722 228.062 164.629 227.973 164.544C227.951 164.522 227.925 164.5 227.903 164.478C227.881 164.459 227.858 164.437 227.836 164.418C227.836 164.418 227.829 164.415 227.825 164.411C227.547 164.17 227.232 163.981 226.88 163.877C226.806 163.855 226.732 163.84 226.658 163.826C226.562 163.807 226.462 163.8 226.362 163.796C226.347 163.796 226.332 163.796 226.317 163.796C226.317 163.796 226.288 163.851 226.228 163.948C226.225 163.955 226.221 163.963 226.213 163.97C226.162 164.052 226.084 164.159 225.984 164.289C225.98 164.296 225.976 164.3 225.969 164.307C225.865 164.437 225.736 164.585 225.58 164.748C225.573 164.755 225.565 164.767 225.554 164.774C225.443 164.889 225.313 165.011 225.169 165.133C225.143 165.155 225.113 165.181 225.084 165.204C224.872 165.381 224.632 165.563 224.358 165.745C224.332 165.759 224.306 165.778 224.28 165.793C224.232 165.826 224.183 165.856 224.132 165.889C224.113 165.9 224.098 165.911 224.08 165.919C224.017 165.956 223.957 165.993 223.891 166.03C223.772 166.096 223.65 166.163 223.524 166.226C223.383 166.3 223.235 166.371 223.079 166.441C223.072 166.441 223.065 166.448 223.054 166.452C222.865 166.537 222.668 166.619 222.457 166.697C222.413 166.711 222.368 166.726 222.327 166.745C222.261 166.771 222.194 166.793 222.124 166.819C222.12 166.819 222.113 166.819 222.105 166.823C221.994 166.86 221.883 166.897 221.768 166.93C221.724 166.941 221.679 166.956 221.635 166.967C221.557 166.989 221.479 167.011 221.398 167.034C221.357 167.045 221.312 167.056 221.272 167.067C221.186 167.089 221.101 167.112 221.012 167.134C220.957 167.149 220.897 167.16 220.842 167.171C220.764 167.189 220.69 167.204 220.608 167.223C220.594 167.256 220.583 167.289 220.568 167.323C220.531 167.412 220.494 167.5 220.464 167.589C220.449 167.634 220.434 167.678 220.42 167.723C220.39 167.804 220.364 167.882 220.338 167.964C220.327 168.001 220.316 168.038 220.305 168.075C220.279 168.164 220.249 168.253 220.227 168.341C220.212 168.393 220.201 168.441 220.19 168.493C220.171 168.567 220.149 168.645 220.131 168.719C220.112 168.801 220.097 168.879 220.079 168.96C220.068 169.005 220.06 169.049 220.049 169.093C220.034 169.175 220.019 169.253 220.005 169.331C219.997 169.375 219.986 169.419 219.982 169.464C219.964 169.564 219.953 169.664 219.938 169.764C219.938 169.786 219.931 169.805 219.927 169.827C219.919 169.886 219.912 169.946 219.908 170.005C219.89 170.183 219.871 170.357 219.86 170.523C219.86 170.564 219.856 170.601 219.853 170.638L222.509 170.412C222.583 169.897 222.816 169.419 223.191 169.045C223.65 168.586 224.261 168.33 224.91 168.327H224.917C225.565 168.327 226.173 168.579 226.632 169.034C227.021 169.419 227.262 169.916 227.329 170.453H227.803C227.907 169.342 228.555 168.508 229.37 168.504H229.374C229.548 168.504 229.714 168.545 229.874 168.619C229.814 168.241 229.725 167.86 229.618 167.486C229.599 167.434 229.57 167.36 229.537 167.267L229.54 167.256Z" fill="#FEC176" />
|
|
61
|
+
<path d="M224.917 168.924H224.913C224.424 168.924 223.965 169.116 223.62 169.464C223.276 169.809 223.087 170.272 223.087 170.757C223.087 171.765 223.909 172.58 224.917 172.58H224.921C225.928 172.58 226.747 171.754 226.743 170.746C226.743 170.257 226.551 169.798 226.202 169.453C225.858 169.109 225.398 168.92 224.913 168.92L224.917 168.924Z" fill="#FEC176" />
|
|
62
|
+
<path d="M229.374 169.101C228.844 169.101 228.396 169.861 228.396 170.754C228.396 171.324 228.585 171.869 228.888 172.169C228.992 172.272 229.162 172.398 229.374 172.398C229.681 172.398 229.955 172.147 230.137 171.761C230.089 171.558 230.029 171.376 229.97 171.224C229.84 170.898 229.814 170.542 229.885 170.198C229.933 169.957 229.952 169.698 229.948 169.431C229.918 169.394 229.889 169.361 229.859 169.327C229.755 169.224 229.585 169.098 229.374 169.098V169.101Z" fill="#FEC176" />
|
|
63
|
+
<path d="M217.941 179.837C218.078 179.922 218.256 180.022 218.46 180.129C218.612 180.211 218.782 180.296 218.967 180.385C218.978 180.389 218.989 180.396 219.001 180.4C219.138 180.463 219.282 180.529 219.43 180.592C219.701 180.707 219.993 180.822 220.305 180.93C220.434 180.974 220.568 181.015 220.705 181.056C220.842 181.096 220.979 181.133 221.12 181.17C221.342 181.23 221.575 181.282 221.812 181.326C221.994 181.359 222.175 181.389 222.364 181.415C222.679 181.456 223.002 181.485 223.331 181.493C223.946 181.507 224.583 181.452 225.228 181.307C225.591 181.226 225.958 181.119 226.321 180.974C226.839 180.774 227.362 180.507 227.873 180.159L226.332 179.096V178.714C226.717 178.755 227.04 178.766 227.273 178.74C228.721 178.599 228.303 177.481 230.011 173.498C230.133 173.213 230.188 172.935 230.211 172.665C229.97 172.872 229.685 172.998 229.377 172.998H229.373C229.04 172.998 228.725 172.857 228.458 172.594C228.095 172.235 227.858 171.668 227.803 171.042H227.328C227.18 172.242 226.158 173.176 224.92 173.18H224.913C223.657 173.18 222.624 172.228 222.49 171.005L219.83 171.231C219.83 171.346 219.834 171.457 219.838 171.561C219.845 171.716 219.856 171.853 219.875 171.979C219.89 172.094 219.908 172.202 219.93 172.287C219.949 172.353 219.86 172.391 219.823 172.331L219.282 171.59C219.282 171.59 219.271 171.575 219.264 171.568L218.556 170.601C218.208 170.09 217.641 169.968 217.459 169.931C217.437 169.931 217.411 169.931 217.393 169.931C216.074 170.212 216.978 172.446 217.463 173.324C217.637 173.635 217.778 173.876 217.919 174.043C218.156 174.324 218.404 174.402 218.815 174.284C218.838 174.276 218.86 174.269 218.882 174.261L218.556 178.625C218.556 178.814 218.46 178.992 218.3 179.096L217.556 179.585C217.556 179.585 217.604 179.618 217.693 179.677C217.752 179.718 217.834 179.766 217.93 179.826L217.941 179.837Z" fill="#FEC176" />
|
|
64
|
+
<path d="M218.89 174.27C218.867 174.277 218.849 174.288 218.823 174.292C218.408 174.41 218.163 174.329 217.926 174.051C217.782 173.884 217.641 173.644 217.471 173.332C216.985 172.454 216.082 170.224 217.4 169.939C217.419 169.935 217.445 169.939 217.467 169.939C217.649 169.976 218.215 170.098 218.564 170.609L219.271 171.576C219.271 171.576 219.282 171.591 219.29 171.599L219.831 172.34C219.868 172.395 219.956 172.358 219.938 172.295C219.916 172.21 219.897 172.106 219.882 171.988C219.868 171.865 219.853 171.725 219.845 171.569C219.842 171.465 219.838 171.354 219.838 171.239L219.371 171.28C219.371 171.28 219.353 171.28 219.345 171.28C219.19 171.28 219.056 171.161 219.045 171.002C219.03 170.835 219.156 170.687 219.323 170.672L219.856 170.628C219.856 170.591 219.856 170.554 219.864 170.513C219.875 170.346 219.894 170.172 219.912 169.995C219.919 169.935 219.923 169.88 219.931 169.817C219.931 169.794 219.938 169.776 219.942 169.754C219.957 169.654 219.968 169.554 219.986 169.454C219.994 169.409 220.001 169.365 220.008 169.32C220.023 169.243 220.034 169.161 220.053 169.083C220.06 169.039 220.071 168.994 220.082 168.95C220.101 168.868 220.116 168.791 220.134 168.709C220.153 168.635 220.171 168.557 220.194 168.483C220.208 168.431 220.22 168.383 220.231 168.331C220.257 168.242 220.283 168.153 220.308 168.064C220.32 168.027 220.331 167.99 220.342 167.953C220.368 167.872 220.397 167.79 220.423 167.713C220.438 167.668 220.453 167.624 220.468 167.579C220.501 167.49 220.538 167.401 220.571 167.312C220.586 167.279 220.597 167.246 220.612 167.212C220.694 167.198 220.768 167.179 220.846 167.161C220.901 167.149 220.96 167.135 221.016 167.123C221.105 167.101 221.19 167.079 221.275 167.057C221.316 167.046 221.361 167.035 221.401 167.023C221.483 167.001 221.561 166.979 221.638 166.957C221.683 166.946 221.727 166.931 221.772 166.92C221.887 166.886 221.998 166.849 222.109 166.812C222.113 166.812 222.12 166.812 222.127 166.809C222.198 166.786 222.264 166.76 222.331 166.734C222.376 166.72 222.42 166.705 222.461 166.686C222.668 166.609 222.868 166.527 223.057 166.442C223.065 166.442 223.072 166.434 223.083 166.431C223.239 166.36 223.387 166.29 223.528 166.216C223.654 166.149 223.78 166.086 223.894 166.02C223.957 165.982 224.02 165.945 224.083 165.908C224.102 165.897 224.117 165.89 224.135 165.879C224.187 165.845 224.235 165.816 224.283 165.782C224.309 165.768 224.335 165.749 224.361 165.734C224.639 165.553 224.88 165.371 225.087 165.193C225.117 165.171 225.143 165.145 225.173 165.123C225.317 165.001 225.443 164.878 225.558 164.764C225.565 164.756 225.573 164.745 225.584 164.738C225.739 164.578 225.869 164.427 225.973 164.297C225.976 164.289 225.98 164.286 225.988 164.278C226.088 164.152 226.162 164.045 226.217 163.96C226.221 163.952 226.225 163.945 226.232 163.938C226.291 163.841 226.321 163.786 226.321 163.786C226.321 163.786 226.351 163.786 226.365 163.786C226.465 163.786 226.565 163.8 226.662 163.815C226.736 163.83 226.81 163.845 226.884 163.867C227.236 163.971 227.551 164.16 227.829 164.401C227.829 164.401 227.836 164.408 227.84 164.408C227.862 164.427 227.884 164.449 227.907 164.467C227.929 164.49 227.955 164.512 227.977 164.534C228.066 164.619 228.147 164.708 228.229 164.804C228.229 164.804 228.229 164.808 228.233 164.812C228.251 164.834 228.266 164.853 228.284 164.875C228.366 164.975 228.444 165.075 228.518 165.179C228.562 165.238 228.603 165.301 228.644 165.364C228.655 165.382 228.67 165.405 228.681 165.423C228.688 165.438 228.699 165.453 228.707 165.468C228.729 165.505 228.755 165.545 228.777 165.582C228.781 165.59 228.785 165.597 228.792 165.605C228.844 165.694 228.896 165.782 228.944 165.871C228.966 165.916 228.992 165.96 229.014 166.005C229.022 166.023 229.033 166.042 229.044 166.06C229.051 166.079 229.062 166.094 229.07 166.112C229.088 166.145 229.103 166.183 229.122 166.216C229.129 166.231 229.136 166.249 229.144 166.264C229.159 166.297 229.177 166.334 229.192 166.368C229.248 166.49 229.299 166.609 229.344 166.72C229.392 166.835 229.433 166.942 229.47 167.038C229.47 167.038 229.47 167.042 229.47 167.046C229.5 167.12 229.522 167.186 229.544 167.246C229.577 167.338 229.603 167.412 229.625 167.464C229.644 167.516 229.659 167.55 229.666 167.553C230.629 159.348 223.179 160.644 223.179 160.644C221.546 160.626 220.786 160.837 219.631 160.377C219.293 160.244 218.864 160.018 218.615 160.2C218.334 160.403 218.441 161.037 218.59 161.578C218.034 161.248 217.66 161.322 217.511 161.363C216.778 161.578 216.419 163.434 216.415 163.456C216.37 163.975 216.556 164.482 216.856 164.945C216.141 165.764 215.27 167.487 216.111 170.676C217.4 175.566 217.134 175.774 218.567 176.177C218.575 176.177 218.738 176.211 218.745 176.215L218.89 174.258V174.27Z" fill="#B85C00" />
|
|
65
|
+
<path d="M232.115 183.371C231.815 183.041 231.481 182.741 231.115 182.474L230.203 181.811L229.018 180.948L227.91 180.14C227.91 180.14 227.888 180.155 227.877 180.163C227.362 180.511 226.843 180.778 226.325 180.978C225.958 181.118 225.595 181.23 225.232 181.311C224.587 181.456 223.95 181.507 223.335 181.496C223.005 181.489 222.683 181.463 222.368 181.419C222.179 181.393 221.998 181.363 221.816 181.33C221.579 181.285 221.346 181.233 221.123 181.174C220.983 181.137 220.842 181.1 220.709 181.059C220.571 181.018 220.438 180.974 220.308 180.933C219.997 180.826 219.705 180.711 219.434 180.596C219.282 180.533 219.138 180.466 219.004 180.403C218.993 180.4 218.982 180.392 218.971 180.389C218.786 180.3 218.615 180.215 218.464 180.133C218.26 180.022 218.082 179.922 217.945 179.84C217.849 179.781 217.767 179.733 217.708 179.692C217.615 179.633 217.571 179.6 217.571 179.6C215.681 180.341 213.099 181.33 211.551 182.022C214.366 184.875 218.275 186.642 222.598 186.642C226.188 186.642 229.488 185.42 232.119 183.375L232.115 183.371Z" fill="#FF991F" />
|
|
66
|
+
<path d="M229.37 168.493C228.555 168.493 227.906 169.33 227.803 170.442H227.329C227.262 169.905 227.021 169.412 226.632 169.023C226.173 168.567 225.561 168.315 224.917 168.315H224.909C224.257 168.315 223.646 168.571 223.191 169.034C222.816 169.408 222.583 169.886 222.509 170.401L219.853 170.627L219.319 170.672C219.153 170.686 219.03 170.831 219.041 171.001C219.056 171.161 219.186 171.279 219.341 171.279C219.349 171.279 219.36 171.279 219.367 171.279L219.834 171.238L222.494 171.012C222.624 172.235 223.661 173.187 224.917 173.187H224.924C226.165 173.187 227.184 172.25 227.332 171.049H227.806C227.866 171.675 228.099 172.239 228.462 172.602C228.729 172.868 229.044 173.005 229.377 173.005H229.381C229.688 173.005 229.974 172.883 230.214 172.672C230.666 172.279 230.966 171.568 230.963 170.742C230.963 170.005 230.711 169.312 230.292 168.897C230.166 168.771 230.026 168.675 229.881 168.608C229.722 168.534 229.551 168.493 229.381 168.493H229.377H229.37ZM224.921 172.579H224.917C223.909 172.579 223.091 171.761 223.087 170.757C223.087 170.268 223.276 169.808 223.62 169.464C223.965 169.119 224.424 168.927 224.913 168.923H224.917C225.402 168.923 225.862 169.112 226.206 169.456C226.554 169.801 226.743 170.26 226.747 170.749C226.747 171.757 225.932 172.579 224.924 172.583L224.921 172.579ZM229.951 169.431C230.203 169.742 230.355 170.231 230.355 170.746C230.355 171.127 230.274 171.479 230.14 171.764C229.959 172.15 229.681 172.402 229.377 172.402C229.166 172.402 228.996 172.276 228.892 172.172C228.588 171.872 228.399 171.327 228.399 170.757C228.399 169.864 228.844 169.105 229.377 169.105C229.588 169.105 229.759 169.227 229.863 169.334C229.892 169.364 229.922 169.401 229.951 169.438V169.431Z" fill="#974F0C" />
|
|
67
|
+
<path d="M227.881 180.16L226.339 179.096V178.715C224.102 178.593 221.716 178.085 220.268 176.822C219.397 176.062 218.886 174.269 218.893 174.266L218.567 178.63C218.567 178.819 218.471 178.996 218.312 179.1L217.567 179.589C217.567 179.589 223.02 183.457 227.881 180.156V180.16Z" fill="url(#paint6_linear_5458_222717)" />
|
|
68
|
+
<path d="M302.488 98.3769H380.329C380.329 98.3769 382.285 84.2402 382.285 59.5713C382.285 34.8988 382.285 20.5361 382.285 20.5361H304.444C304.444 20.5361 304.444 35.0322 304.444 60.2345C304.444 85.4367 302.488 98.3769 302.488 98.3769Z" fill="url(#paint7_linear_5458_222717)" />
|
|
69
|
+
<path d="M374.385 48.9378C369.845 48.9378 369.845 42.2021 365.306 42.2021C360.766 42.2021 360.766 48.9378 356.226 48.9378C351.686 48.9378 351.686 42.2021 347.146 42.2021C342.607 42.2021 342.607 48.9378 338.067 48.9378C333.527 48.9378 333.527 42.2021 328.987 42.2021C324.447 42.2021 324.447 48.9378 319.904 48.9378C315.361 48.9378 315.365 42.2021 310.821 42.2021" stroke="#B3F5FF" stroke-width="5.70285" stroke-miterlimit="10" />
|
|
70
|
+
<path d="M374.385 62.0794C369.845 62.0794 369.845 55.3438 365.306 55.3438C360.766 55.3438 360.766 62.0794 356.226 62.0794C351.686 62.0794 351.686 55.3438 347.146 55.3438C342.607 55.3438 342.607 62.0794 338.067 62.0794C333.527 62.0794 333.527 55.3438 328.987 55.3438C324.447 55.3438 324.447 62.0794 319.904 62.0794C315.361 62.0794 315.365 55.3438 310.821 55.3438" stroke="#B3F5FF" stroke-width="5.70285" stroke-miterlimit="10" />
|
|
71
|
+
</g>
|
|
72
|
+
<defs>
|
|
73
|
+
<linearGradient id="paint0_linear_5458_222717" x1="200" y1="330.174" x2="200" y2="9.12877" gradientUnits="userSpaceOnUse">
|
|
74
|
+
<stop stop-color="#79E2F2" />
|
|
75
|
+
<stop offset="1" stop-color="#E6FCFF" />
|
|
76
|
+
</linearGradient>
|
|
77
|
+
<linearGradient id="paint1_linear_5458_222717" x1="158.75" y1="156.872" x2="158.75" y2="62.455" gradientUnits="userSpaceOnUse">
|
|
78
|
+
<stop stop-color="#00C7E6" />
|
|
79
|
+
<stop offset="1" stop-color="#B3F5FF" />
|
|
80
|
+
</linearGradient>
|
|
81
|
+
<linearGradient id="paint2_linear_5458_222717" x1="117.858" y1="128.574" x2="262.212" y2="176.832" gradientUnits="userSpaceOnUse">
|
|
82
|
+
<stop offset="0.44" stop-color="#FFD740" />
|
|
83
|
+
<stop offset="1" stop-color="#FFAB00" />
|
|
84
|
+
</linearGradient>
|
|
85
|
+
<linearGradient id="paint3_linear_5458_222717" x1="238.916" y1="102.708" x2="238.916" y2="88.3598" gradientUnits="userSpaceOnUse">
|
|
86
|
+
<stop stop-color="#CCE0FF" />
|
|
87
|
+
<stop offset="1" stop-color="#0065FF" />
|
|
88
|
+
</linearGradient>
|
|
89
|
+
<linearGradient id="paint4_linear_5458_222717" x1="75.3269" y1="149.74" x2="69.5107" y2="149.74" gradientUnits="userSpaceOnUse">
|
|
90
|
+
<stop stop-color="#CD519D" />
|
|
91
|
+
<stop offset="0.32" stop-color="#D45BA5" />
|
|
92
|
+
<stop offset="0.7" stop-color="#DA62AC" />
|
|
93
|
+
</linearGradient>
|
|
94
|
+
<linearGradient id="paint5_linear_5458_222717" x1="67.541" y1="141.034" x2="61.6722" y2="135.741" gradientUnits="userSpaceOnUse">
|
|
95
|
+
<stop stop-color="#F797D2" />
|
|
96
|
+
<stop offset="0.21" stop-color="#F9ADDC" />
|
|
97
|
+
<stop offset="0.47" stop-color="#FBC0E4" />
|
|
98
|
+
<stop offset="0.73" stop-color="#FCCCEA" />
|
|
99
|
+
<stop offset="1" stop-color="#FDD0EC" />
|
|
100
|
+
</linearGradient>
|
|
101
|
+
<linearGradient id="paint6_linear_5458_222717" x1="217.567" y1="177.881" x2="236.998" y2="177.881" gradientUnits="userSpaceOnUse">
|
|
102
|
+
<stop stop-color="#FEC176" />
|
|
103
|
+
<stop offset="1" stop-color="#FFA333" />
|
|
104
|
+
</linearGradient>
|
|
105
|
+
<linearGradient id="paint7_linear_5458_222717" x1="336.297" y1="98.4205" x2="336.297" y2="4.00381" gradientUnits="userSpaceOnUse">
|
|
106
|
+
<stop stop-color="#00C7E6" />
|
|
107
|
+
<stop offset="1" stop-color="#B3F5FF" />
|
|
108
|
+
</linearGradient>
|
|
109
|
+
<clipPath id="clip0_5458_222717">
|
|
110
|
+
<rect width="400" height="220" fill="white" />
|
|
111
|
+
</clipPath>
|
|
112
|
+
</defs>
|
|
113
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-create",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"description": "The driver component of meta creation flow",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@atlaskit/form": "^9.0.3",
|
|
44
44
|
"@atlaskit/icon": "^22.1.0",
|
|
45
45
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
46
|
-
"@atlaskit/linking-common": "^5.
|
|
46
|
+
"@atlaskit/linking-common": "^5.5.0",
|
|
47
47
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
48
48
|
"@atlaskit/platform-feature-flags": "^0.2.1",
|
|
49
|
-
"@atlaskit/primitives": "^
|
|
49
|
+
"@atlaskit/primitives": "^5.0.0",
|
|
50
50
|
"@atlaskit/select": "^17.3.0",
|
|
51
51
|
"@atlaskit/spinner": "^16.0.0",
|
|
52
52
|
"@atlaskit/textfield": "^6.1.0",
|