@atlaskit/link-datasource 4.7.0 → 4.8.0
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 +20 -0
- package/dist/cjs/state/actions/index.js +3 -9
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -3
- package/dist/cjs/ui/common/error-state/access-required.js +8 -16
- package/dist/cjs/ui/common/error-state/loading-error.js +2 -3
- package/dist/cjs/ui/common/error-state/modal-loading-error.js +2 -3
- package/dist/cjs/ui/common/error-state/no-results.js +6 -263
- package/dist/cjs/ui/common/modal/popup-select/menu-list/errorMessage.js +6 -23
- package/dist/cjs/ui/common/modal/popup-select/menu-list/noOptionsMessage.js +6 -19
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -2
- package/dist/cjs/ui/confluence-search-modal/modal/index.js +4 -12
- package/dist/cjs/ui/jira-issues-modal/modal/index.js +8 -16
- package/dist/es2019/state/actions/index.js +3 -9
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -3
- package/dist/es2019/ui/common/error-state/access-required.js +3 -9
- package/dist/es2019/ui/common/error-state/loading-error.js +2 -3
- package/dist/es2019/ui/common/error-state/modal-loading-error.js +2 -3
- package/dist/es2019/ui/common/error-state/no-results.js +5 -260
- package/dist/es2019/ui/common/modal/popup-select/menu-list/errorMessage.js +4 -19
- package/dist/es2019/ui/common/modal/popup-select/menu-list/noOptionsMessage.js +5 -16
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -2
- package/dist/es2019/ui/confluence-search-modal/modal/index.js +3 -9
- package/dist/es2019/ui/jira-issues-modal/modal/index.js +3 -9
- package/dist/esm/state/actions/index.js +3 -9
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/index.js +2 -3
- package/dist/esm/ui/common/error-state/access-required.js +8 -16
- package/dist/esm/ui/common/error-state/loading-error.js +2 -3
- package/dist/esm/ui/common/error-state/modal-loading-error.js +2 -3
- package/dist/esm/ui/common/error-state/no-results.js +6 -263
- package/dist/esm/ui/common/modal/popup-select/menu-list/errorMessage.js +5 -22
- package/dist/esm/ui/common/modal/popup-select/menu-list/noOptionsMessage.js +6 -19
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/index.js +1 -2
- package/dist/esm/ui/confluence-search-modal/modal/index.js +4 -12
- package/dist/esm/ui/jira-issues-modal/modal/index.js +8 -16
- package/package.json +6 -12
- package/dist/cjs/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg-old.js +0 -528
- package/dist/cjs/ui/common/error-state/access-required-svg.js +0 -85
- package/dist/cjs/ui/common/error-state/loading-error-svg-old.js +0 -87
- package/dist/cjs/ui/confluence-search-modal/modal/confluence-search-initial-state-svg-old.js +0 -155
- package/dist/cjs/ui/issue-like-table/empty-state/priority-old.js +0 -33
- package/dist/cjs/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.js +0 -240
- package/dist/es2019/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg-old.js +0 -520
- package/dist/es2019/ui/common/error-state/access-required-svg.js +0 -77
- package/dist/es2019/ui/common/error-state/loading-error-svg-old.js +0 -79
- package/dist/es2019/ui/confluence-search-modal/modal/confluence-search-initial-state-svg-old.js +0 -147
- package/dist/es2019/ui/issue-like-table/empty-state/priority-old.js +0 -37
- package/dist/es2019/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.js +0 -231
- package/dist/esm/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg-old.js +0 -522
- package/dist/esm/ui/common/error-state/access-required-svg.js +0 -79
- package/dist/esm/ui/common/error-state/loading-error-svg-old.js +0 -81
- package/dist/esm/ui/confluence-search-modal/modal/confluence-search-initial-state-svg-old.js +0 -149
- package/dist/esm/ui/issue-like-table/empty-state/priority-old.js +0 -25
- package/dist/esm/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.js +0 -233
- package/dist/types/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg-old.d.ts +0 -2
- package/dist/types/ui/common/error-state/access-required-svg.d.ts +0 -2
- package/dist/types/ui/common/error-state/loading-error-svg-old.d.ts +0 -2
- package/dist/types/ui/confluence-search-modal/modal/confluence-search-initial-state-svg-old.d.ts +0 -2
- package/dist/types/ui/issue-like-table/empty-state/priority-old.d.ts +0 -11
- package/dist/types/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.d.ts +0 -2
- package/dist/types-ts4.5/ui/assets-modal/modal/render-assets-content/initial-state-view/assets/crystal-ball-svg-old.d.ts +0 -2
- package/dist/types-ts4.5/ui/common/error-state/access-required-svg.d.ts +0 -2
- package/dist/types-ts4.5/ui/common/error-state/loading-error-svg-old.d.ts +0 -2
- package/dist/types-ts4.5/ui/confluence-search-modal/modal/confluence-search-initial-state-svg-old.d.ts +0 -2
- package/dist/types-ts4.5/ui/issue-like-table/empty-state/priority-old.d.ts +0 -11
- package/dist/types-ts4.5/ui/jira-issues-modal/modal/jira-issues-initial-state-svg.d.ts +0 -2
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
// TODO Delete when cleaning fg('bandicoots-update-sllv-icons')
|
|
4
|
-
export const LoadingErrorSVGOld = () => /*#__PURE__*/React.createElement("svg", {
|
|
5
|
-
width: "92",
|
|
6
|
-
height: "124",
|
|
7
|
-
viewBox: "0 0 92 124",
|
|
8
|
-
fill: "none",
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
-
}, /*#__PURE__*/React.createElement("g", {
|
|
11
|
-
clipPath: "url(#clip0_4923_331519)"
|
|
12
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
13
|
-
width: "91",
|
|
14
|
-
height: "124",
|
|
15
|
-
transform: "translate(0.5)",
|
|
16
|
-
fill: "white",
|
|
17
|
-
fillOpacity: "0.01"
|
|
18
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
19
|
-
d: "M64.164 91.4343L59.8759 87.2682L54.1057 93.2511L58.3937 97.4172C59.4876 98.482 60.2588 99.8323 60.6198 101.32C60.9808 102.807 61.7519 104.158 62.8458 105.222L80.2385 122.123C82.8748 124.681 87.0808 124.615 89.6295 121.969C92.1783 119.323 92.1126 115.102 89.4764 112.545L72.0837 95.6443C70.9898 94.5794 69.6169 93.8494 68.1238 93.5365C66.6307 93.2291 65.2578 92.4991 64.164 91.4343Z",
|
|
20
|
-
fill: "url(#paint0_linear_4923_331519)"
|
|
21
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
22
|
-
d: "M67.9487 93.4981C66.5267 93.1688 65.214 92.4552 64.1639 91.4343L62.8567 90.1663C61.2104 88.5691 58.5851 88.6075 56.988 90.2597C55.3964 91.9118 55.4347 94.5465 57.081 96.1493L58.3882 97.4172C59.4383 98.4381 60.1876 99.7225 60.565 101.139C61.9707 100.068 63.3052 98.8827 64.5577 97.5873C65.7993 96.3029 66.9314 94.9307 67.9487 93.4981Z",
|
|
23
|
-
fill: "#B3BAC5"
|
|
24
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
25
|
-
d: "M35.7559 104.915C26.4852 105.063 17.7123 101.583 11.0506 95.1119C-2.69953 81.7573 -3.05504 59.6645 10.252 45.8654C16.7005 39.1799 25.3585 35.4145 34.6292 35.2663C43.8998 35.1181 52.6727 38.598 59.3345 45.0695C65.9962 51.5409 69.7482 60.2298 69.8959 69.528C70.0436 78.8263 66.576 87.636 60.1275 94.3215C53.6791 101.001 45.021 104.767 35.7559 104.915ZM34.7604 43.5765C27.7049 43.6917 21.1143 46.557 16.2027 51.6452C6.06793 62.151 6.3414 78.9745 16.8098 89.1454C21.88 94.0745 28.5636 96.7201 35.6191 96.6103C42.6747 96.4951 49.2653 93.6299 54.1768 88.5416C59.0884 83.4534 61.7246 76.746 61.6098 69.6653C61.4949 62.5846 58.6399 55.9704 53.5697 51.0414C48.4996 46.1124 41.8214 43.4612 34.7604 43.5765Z",
|
|
26
|
-
fill: "url(#paint1_linear_4923_331519)"
|
|
27
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
28
|
-
d: "M47.9087 61.893L44.3536 58.391C43.741 57.7873 42.762 57.7982 42.1658 58.413L35.3783 65.351L28.465 58.5392C27.8524 57.9355 26.8734 57.9464 26.2772 58.5612L22.7877 62.129C22.1861 62.7437 22.197 63.7263 22.8096 64.3245L29.7229 71.1363L22.9354 78.0743C22.3338 78.689 22.3447 79.6715 22.9573 80.2698L26.5124 83.7718C27.125 84.3755 28.104 84.3646 28.7002 83.7498L35.4877 76.8118L42.401 83.6236C43.0136 84.2273 43.9926 84.2164 44.5888 83.6016L48.0783 80.0338C48.6799 79.4191 48.669 78.4365 48.0564 77.8382L41.1376 71.0265L47.9251 64.0885C48.5268 63.4793 48.5213 62.4967 47.9087 61.893Z",
|
|
29
|
-
fill: "#C1C7D0"
|
|
30
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
31
|
-
d: "M39.3984 15.2317L34.1478 0.236014C34.0274 -0.115276 33.5188 -0.0548982 33.475 0.312859L31.7795 14.8475L28.4322 14.4523C28.1752 14.4248 27.9783 14.6719 28.0658 14.9134L33.3164 29.9091C33.4367 30.2604 33.9454 30.2 33.9891 29.8322L35.6847 15.2976L39.0319 15.6928C39.2835 15.7257 39.4804 15.4732 39.3984 15.2317Z",
|
|
32
|
-
fill: "#C1C7D0"
|
|
33
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
34
|
-
d: "M22.8754 24.7605L16.3504 20.287C16.2137 20.1937 16.0496 20.3474 16.1316 20.4901L19.7195 26.8188L18.2537 27.6586C18.1553 27.7135 18.1498 27.8562 18.2428 27.9166L24.7678 32.3901C24.9045 32.4834 25.0686 32.3297 24.9866 32.187L21.3987 25.8583L22.8645 25.0185C22.9629 24.9636 22.9684 24.8263 22.8754 24.7605Z",
|
|
35
|
-
fill: "#C1C7D0"
|
|
36
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
37
|
-
d: "M46.4539 32.1266C46.3937 32.1266 46.339 32.1156 46.2789 32.0992C46.0109 32.0113 45.8577 31.7314 45.9179 31.457C45.7812 31.1606 44.7912 30.5513 44.1896 30.1835C42.8332 29.3492 41.6627 28.6302 41.9799 27.6806C42.2971 26.7255 43.6645 26.8627 45.2452 27.0164C45.8851 27.0823 46.9188 27.1811 47.3017 27.0768C47.0555 26.7585 46.175 26.2205 45.6226 25.8802C44.2661 25.0459 43.0957 24.3324 43.4129 23.3773C43.7301 22.4222 45.0975 22.5594 46.6781 22.7131C47.3181 22.779 48.3463 22.8778 48.7346 22.7735C48.4885 22.4552 47.6079 21.9172 47.0555 21.5769C45.6991 20.7426 44.5287 20.0291 44.8459 19.074C45.1631 18.1244 46.5305 18.2561 48.1111 18.4098C48.8112 18.4757 49.9653 18.591 50.2551 18.4373C50.37 18.1848 50.6599 18.053 50.9279 18.1464C51.2123 18.2452 51.3709 18.5525 51.2724 18.8434C50.9552 19.793 49.5879 19.6613 48.0072 19.5021C47.3673 19.4362 46.3336 19.3374 45.9507 19.4417C46.1968 19.7601 47.0774 20.298 47.6298 20.6383C48.9862 21.4726 50.1567 22.1862 49.8395 23.1413C49.5222 24.0908 48.1549 23.9591 46.5742 23.8054C45.9343 23.7396 44.9006 23.6408 44.5177 23.745C44.7639 24.0634 45.6444 24.6013 46.1968 24.9416C47.5533 25.7759 48.7237 26.4895 48.4065 27.4446C48.0893 28.3996 46.7219 28.2624 45.1412 28.1087C44.5013 28.0429 43.4676 27.9441 43.0847 28.0484C43.3309 28.3667 44.2114 28.9101 44.7639 29.2449C46.1203 30.0792 47.2907 30.7983 46.9735 31.7479C46.8969 31.9784 46.6836 32.1266 46.4539 32.1266Z",
|
|
38
|
-
fill: "#DFE1E5"
|
|
39
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
40
|
-
d: "M54.1988 34.9369C54.0073 34.9369 53.8214 34.8381 53.7229 34.657C53.1213 33.5921 52.4431 32.3846 53.165 31.7039C53.8925 31.0233 55.052 31.7918 56.2826 32.6096C56.8022 32.9554 57.639 33.5098 58.0109 33.5866C57.9617 33.2134 57.464 32.3352 57.1577 31.7918C56.4303 30.5074 55.7411 29.2943 56.4686 28.6082C57.196 27.9276 58.3555 28.696 59.5861 29.5139C60.144 29.8871 61.0683 30.4964 61.3856 30.4964C61.3856 30.4964 61.3856 30.4964 61.391 30.4964C61.6098 30.3262 61.9325 30.3482 62.1239 30.5568C62.3318 30.7763 62.3208 31.1276 62.0966 31.3307C61.3691 32.0168 60.2096 31.2429 58.979 30.425C58.4594 30.0792 57.6226 29.5248 57.2507 29.448C57.2999 29.8212 57.7976 30.6995 58.1039 31.2429C58.8313 32.5273 59.5205 33.7403 58.7931 34.4264C58.0656 35.1071 56.9061 34.3386 55.6755 33.5208C55.1559 33.175 54.3191 32.6206 53.9526 32.5437C54.0019 32.917 54.4996 33.8007 54.6746 34.1081C54.8223 34.3716 54.7293 34.7064 54.4668 34.8546C54.3847 34.915 54.2917 34.9369 54.1988 34.9369Z",
|
|
41
|
-
fill: "#DFE1E5"
|
|
42
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
43
|
-
d: "M13.8838 37.105C13.84 37.105 13.8017 37.105 13.758 37.0995C12.768 36.9788 12.6149 35.5901 12.4508 34.1246C12.3797 33.5043 12.2703 32.4998 12.0898 32.1705C11.8327 32.4504 11.4827 33.3945 11.2694 33.9818C10.7553 35.3705 10.263 36.6769 9.28399 36.5561C8.29402 36.4354 8.14088 35.0467 7.97133 33.5812C7.89476 32.9115 7.76896 31.7973 7.56659 31.5612C7.29312 31.5009 7.10716 31.2429 7.13998 30.9575C7.17827 30.6556 7.44627 30.447 7.74708 30.4799C8.73705 30.6007 8.89019 31.9894 9.05974 33.4604C9.13084 34.0806 9.24023 35.0851 9.42619 35.4144C9.68325 35.1345 10.0333 34.1904 10.2466 33.6031C10.7607 32.2199 11.2475 30.919 12.232 31.0288C13.222 31.1496 13.3751 32.5383 13.5447 34.0093C13.6158 34.6295 13.7251 35.6285 13.9056 35.9633C14.1572 35.6834 14.5127 34.7338 14.6385 34.399C14.7425 34.1136 15.0597 33.9709 15.3441 34.0752C15.6285 34.1794 15.7707 34.4978 15.6668 34.7832C15.2402 35.87 14.7807 37.105 13.8838 37.105Z",
|
|
44
|
-
fill: "#DFE1E5"
|
|
45
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
46
|
-
id: "paint0_linear_4923_331519",
|
|
47
|
-
x1: "68.4958",
|
|
48
|
-
y1: "110.901",
|
|
49
|
-
x2: "78.201",
|
|
50
|
-
y2: "101.23",
|
|
51
|
-
gradientUnits: "userSpaceOnUse"
|
|
52
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
53
|
-
stopColor: "#B3BAC5"
|
|
54
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
55
|
-
offset: "1",
|
|
56
|
-
stopColor: "#DFE1E5",
|
|
57
|
-
stopOpacity: "0.5"
|
|
58
|
-
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
59
|
-
id: "paint1_linear_4923_331519",
|
|
60
|
-
x1: "10.6494",
|
|
61
|
-
y1: "94.7201",
|
|
62
|
-
x2: "59.9078",
|
|
63
|
-
y2: "45.6368",
|
|
64
|
-
gradientUnits: "userSpaceOnUse"
|
|
65
|
-
}, /*#__PURE__*/React.createElement("stop", {
|
|
66
|
-
offset: "0.5572",
|
|
67
|
-
stopColor: "#C1C7D0"
|
|
68
|
-
}), /*#__PURE__*/React.createElement("stop", {
|
|
69
|
-
offset: "0.966",
|
|
70
|
-
stopColor: "#E9EBEF",
|
|
71
|
-
stopOpacity: "0.5"
|
|
72
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
73
|
-
id: "clip0_4923_331519"
|
|
74
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
75
|
-
width: "91",
|
|
76
|
-
height: "124",
|
|
77
|
-
fill: "white",
|
|
78
|
-
transform: "translate(0.5)"
|
|
79
|
-
}))));
|
package/dist/es2019/ui/confluence-search-modal/modal/confluence-search-initial-state-svg-old.js
DELETED
|
@@ -1,147 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
// TODO Delete when cleaning fg('bandicoots-update-sllv-icons')
|
|
4
|
-
export const ConfluenceSearchInitialStateSVGOld = () => /*#__PURE__*/React.createElement("svg", {
|
|
5
|
-
width: "188",
|
|
6
|
-
height: "112",
|
|
7
|
-
viewBox: "0 0 188 112",
|
|
8
|
-
fill: "none",
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
10
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
11
|
-
x: "25.5",
|
|
12
|
-
y: "1",
|
|
13
|
-
width: "127",
|
|
14
|
-
height: "97",
|
|
15
|
-
rx: "4",
|
|
16
|
-
fill: "white",
|
|
17
|
-
stroke: "#B7BDC8",
|
|
18
|
-
strokeWidth: "2"
|
|
19
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
20
|
-
x1: "24.5",
|
|
21
|
-
y1: "10",
|
|
22
|
-
x2: "152.5",
|
|
23
|
-
y2: "10",
|
|
24
|
-
stroke: "#B7BDC8",
|
|
25
|
-
strokeWidth: "2"
|
|
26
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
27
|
-
x1: "24.5",
|
|
28
|
-
y1: "32",
|
|
29
|
-
x2: "152.5",
|
|
30
|
-
y2: "32",
|
|
31
|
-
stroke: "#B7BDC8",
|
|
32
|
-
strokeWidth: "2"
|
|
33
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
34
|
-
x1: "24.5",
|
|
35
|
-
y1: "54",
|
|
36
|
-
x2: "152.5",
|
|
37
|
-
y2: "54",
|
|
38
|
-
stroke: "#B7BDC8",
|
|
39
|
-
strokeWidth: "2"
|
|
40
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
41
|
-
x: "32",
|
|
42
|
-
y: "18",
|
|
43
|
-
width: "114",
|
|
44
|
-
height: "5",
|
|
45
|
-
rx: "2.5",
|
|
46
|
-
fill: "#C1C7D0",
|
|
47
|
-
fillOpacity: "0.4"
|
|
48
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
49
|
-
x: "32",
|
|
50
|
-
y: "41",
|
|
51
|
-
width: "114",
|
|
52
|
-
height: "5",
|
|
53
|
-
rx: "2.5",
|
|
54
|
-
fill: "#C1C7D0",
|
|
55
|
-
fillOpacity: "0.4"
|
|
56
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
57
|
-
x: "32",
|
|
58
|
-
y: "84",
|
|
59
|
-
width: "114",
|
|
60
|
-
height: "5",
|
|
61
|
-
rx: "2.5",
|
|
62
|
-
fill: "#C1C7D0",
|
|
63
|
-
fillOpacity: "0.4"
|
|
64
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
65
|
-
x: "32",
|
|
66
|
-
y: "62",
|
|
67
|
-
width: "114",
|
|
68
|
-
height: "5",
|
|
69
|
-
rx: "2.5",
|
|
70
|
-
fill: "#C1C7D0",
|
|
71
|
-
fillOpacity: "0.4"
|
|
72
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
73
|
-
x1: "24.5",
|
|
74
|
-
y1: "76",
|
|
75
|
-
x2: "152.5",
|
|
76
|
-
y2: "76",
|
|
77
|
-
stroke: "#B7BDC8",
|
|
78
|
-
strokeWidth: "2"
|
|
79
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
80
|
-
clipPath: "url(#clip0_1_10772)"
|
|
81
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
82
|
-
width: "72",
|
|
83
|
-
height: "72",
|
|
84
|
-
transform: "translate(100.5 40)",
|
|
85
|
-
fill: "white",
|
|
86
|
-
fillOpacity: "0.01"
|
|
87
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
88
|
-
d: "M146.011 90.5858L142.602 87.2253L147.304 82.5063L150.713 85.8668C151.581 86.7186 152.678 87.3021 153.872 87.5471C155.063 87.8204 156.155 88.4139 157.03 89.2631L170.885 102.884C171.892 103.878 172.464 105.228 172.478 106.641C172.491 108.053 171.944 109.414 170.957 110.427C169.953 111.425 168.595 111.989 167.177 111.995C165.759 112.002 164.396 111.451 163.383 110.463L149.529 96.842C148.659 95.9778 148.049 94.8879 147.77 93.696C147.512 92.5065 146.899 91.4224 146.011 90.5858Z",
|
|
89
|
-
fill: "#CFD4DB"
|
|
90
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
91
|
-
d: "M146.011 90.5858L144.971 89.549C144.659 89.243 144.412 88.8785 144.243 88.4765C144.074 88.0745 143.987 87.6431 143.987 87.2074C143.987 86.7717 144.074 86.3403 144.243 85.9383C144.412 85.5363 144.659 85.1718 144.971 84.8658C145.275 84.5532 145.64 84.3041 146.042 84.1329C146.444 83.9617 146.877 83.8718 147.314 83.8685C147.751 83.8652 148.185 83.9485 148.59 84.1135C148.995 84.2786 149.363 84.5222 149.672 84.8301L150.713 85.8668C151.581 86.7186 152.678 87.3021 153.872 87.547C155.063 87.8204 156.155 88.4139 157.03 89.263L170.885 102.884C171.892 103.878 172.464 105.228 172.478 106.641C172.491 108.053 171.944 109.414 170.957 110.427C169.953 111.425 168.595 111.989 167.177 111.995C165.759 112.002 164.396 111.451 163.383 110.463L149.529 96.842C148.659 95.9778 148.049 94.8879 147.77 93.696C147.512 92.5065 146.899 91.4224 146.011 90.5858Z",
|
|
92
|
-
fill: "#8270DB"
|
|
93
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
94
|
-
opacity: "0.2",
|
|
95
|
-
d: "M147.734 93.5887C147.458 92.4449 146.861 91.4032 146.011 90.5858L144.971 89.549C144.659 89.243 144.412 88.8785 144.243 88.4765C144.074 88.0745 143.987 87.6431 143.987 87.2074C143.987 86.7717 144.074 86.3403 144.243 85.9383C144.412 85.5363 144.659 85.1718 144.971 84.8658C145.275 84.5532 145.64 84.3041 146.042 84.1329C146.444 83.9617 146.877 83.8718 147.314 83.8685C147.752 83.8652 148.185 83.9485 148.59 84.1135C148.995 84.2786 149.363 84.5222 149.672 84.8301L150.713 85.8668C151.539 86.6914 152.586 87.2622 153.728 87.5113C152.888 88.6723 151.964 89.7714 150.965 90.8003C149.956 91.8048 148.876 92.7366 147.734 93.5887Z",
|
|
96
|
-
fill: "#403294"
|
|
97
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
98
|
-
d: "M156.313 67.599C156.268 62.1046 154.591 56.7464 151.493 52.2003C148.395 47.6542 144.014 44.124 138.904 42.0551C133.794 39.9861 128.182 39.4712 122.778 40.5752C117.374 41.6792 112.42 44.3527 108.54 48.2583C105.959 50.8491 103.919 53.924 102.539 57.3052C101.159 60.6864 100.466 64.3067 100.5 67.9565C100.515 71.6054 101.255 75.2154 102.678 78.5778C104.101 81.9403 106.179 84.9888 108.791 87.5473C112.721 91.4036 117.71 94.0141 123.128 95.0494C128.545 96.0846 134.15 95.4982 139.234 93.3642C144.317 91.2302 148.652 87.6442 151.692 83.0587C154.732 78.4732 156.339 73.0937 156.313 67.599Z",
|
|
99
|
-
fill: "#66A3FF"
|
|
100
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
101
|
-
d: "M114.678 51.6186C110.935 54.7774 108.407 59.1306 107.525 63.9371C106.643 68.7435 107.46 73.706 109.838 77.9797C112.216 82.2534 116.008 85.574 120.567 87.3761C125.127 89.1783 130.173 89.3507 134.846 87.8638C139.519 86.377 143.53 83.3229 146.197 79.2215C148.863 75.1202 150.02 70.2251 149.47 65.3697C148.92 60.5144 146.698 55.9989 143.181 52.5921C139.665 49.1853 135.071 47.0979 130.183 46.6851C127.4 46.4461 124.596 46.7591 121.935 47.6059C119.273 48.4527 116.807 49.8165 114.678 51.6186Z",
|
|
102
|
-
fill: "white"
|
|
103
|
-
}), /*#__PURE__*/React.createElement("mask", {
|
|
104
|
-
id: "mask0_1_10772"
|
|
105
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
106
|
-
,
|
|
107
|
-
style: {
|
|
108
|
-
maskType: 'alpha'
|
|
109
|
-
},
|
|
110
|
-
maskUnits: "userSpaceOnUse",
|
|
111
|
-
x: "107",
|
|
112
|
-
y: "46",
|
|
113
|
-
width: "43",
|
|
114
|
-
height: "43"
|
|
115
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
116
|
-
d: "M114.66 51.7782C110.928 54.9501 108.416 59.3122 107.55 64.1217C106.684 68.9312 107.519 73.8908 109.912 78.1561C112.305 82.4214 116.109 85.7287 120.675 87.5149C125.241 89.3011 130.287 89.4558 134.955 87.9526C139.623 86.4494 143.623 83.3813 146.275 79.2706C148.927 75.1599 150.067 70.2608 149.5 65.4074C148.933 60.554 146.695 56.0463 143.166 52.6519C139.638 49.2574 135.037 47.1861 130.148 46.7904C127.363 46.5612 124.561 46.884 121.902 47.7401C119.244 48.5962 116.782 49.9687 114.66 51.7782Z",
|
|
117
|
-
fill: "white"
|
|
118
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
119
|
-
mask: "url(#mask0_1_10772)"
|
|
120
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
121
|
-
x: "-9.11658",
|
|
122
|
-
y: "60.6511",
|
|
123
|
-
width: "152.638",
|
|
124
|
-
height: "10.2857",
|
|
125
|
-
rx: "5.14286",
|
|
126
|
-
transform: "rotate(-0.200699 -9.11658 60.6511)",
|
|
127
|
-
fill: "#C1C7D0",
|
|
128
|
-
fillOpacity: "0.4"
|
|
129
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
130
|
-
d: "M68.3882 50.885L151.465 50.594",
|
|
131
|
-
stroke: "#B7BDC8",
|
|
132
|
-
strokeWidth: "4"
|
|
133
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
134
|
-
x1: "68.4865",
|
|
135
|
-
y1: "78.9508",
|
|
136
|
-
x2: "151.563",
|
|
137
|
-
y2: "78.6598",
|
|
138
|
-
stroke: "#B7BDC8",
|
|
139
|
-
strokeWidth: "4"
|
|
140
|
-
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
141
|
-
id: "clip0_1_10772"
|
|
142
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
143
|
-
width: "72",
|
|
144
|
-
height: "72",
|
|
145
|
-
fill: "white",
|
|
146
|
-
transform: "translate(100.5 40)"
|
|
147
|
-
}))));
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* TODO - I believe this file is not used (I could not find any reference to it in the codebase)
|
|
3
|
-
* If not used we should remove it
|
|
4
|
-
* Delete when cleaning bandicoots-update-sllv-icons
|
|
5
|
-
*/
|
|
6
|
-
import React from 'react';
|
|
7
|
-
import { B300, R300, Y300 } from '@atlaskit/theme/colors';
|
|
8
|
-
import IconType from '../render-type/icon';
|
|
9
|
-
// https://stackoverflow.com/questions/61099149/svg-fill-color-not-working-with-hex-colors
|
|
10
|
-
const replaceHashInHex = hex => hex.replace('#', '%23');
|
|
11
|
-
const priorityToSVGPathMap = {
|
|
12
|
-
low: ` <path
|
|
13
|
-
d="M12.5 6.1c.5-.3 1.1-.1 1.4.4.3.5.1 1.1-.3 1.3l-5 3c-.3.2-.7.2-1 0l-5-3c-.6-.2-.7-.9-.4-1.3.2-.5.9-.7 1.3-.4L8 8.8l4.5-2.7z"
|
|
14
|
-
fill="${replaceHashInHex(B300)}"
|
|
15
|
-
/>`,
|
|
16
|
-
medium: `<path
|
|
17
|
-
fill="${replaceHashInHex(Y300)}"
|
|
18
|
-
d="M3,4h10c0.6,0,1,0.4,1,1s-0.4,1-1,1H3C2.4,6,2,5.6,2,5S2.4,4,3,4z M3,10h10c0.6,0,1,0.4,1,1s-0.4,1-1,1H3
|
|
19
|
-
c-0.6,0-1-0.4-1-1S2.4,10,3,10z"
|
|
20
|
-
/>`,
|
|
21
|
-
high: `<path
|
|
22
|
-
d="M3.5 9.9c-.5.3-1.1.1-1.4-.3s-.1-1.1.4-1.4l5-3c.3-.2.7-.2 1 0l5 3c.5.3.6.9.3 1.4-.3.5-.9.6-1.4.3L8 7.2 3.5 9.9z"
|
|
23
|
-
fill="${replaceHashInHex(R300)}"
|
|
24
|
-
/>`,
|
|
25
|
-
blocker: `<path
|
|
26
|
-
d="M8 15c-3.9 0-7-3.1-7-7s3.1-7 7-7 7 3.1 7 7-3.1 7-7 7zM4 7c-.6 0-1 .4-1 1s.4 1 1 1h8c.6 0 1-.4 1-1s-.4-1-1-1H4z"
|
|
27
|
-
fill="${replaceHashInHex(R300)}"
|
|
28
|
-
/>`
|
|
29
|
-
};
|
|
30
|
-
export default (({
|
|
31
|
-
priority
|
|
32
|
-
}) => {
|
|
33
|
-
const image = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16">${priorityToSVGPathMap[priority]}</svg>`;
|
|
34
|
-
return /*#__PURE__*/React.createElement(IconType, {
|
|
35
|
-
source: `data:image/svg+xml;utf8,${image}`
|
|
36
|
-
});
|
|
37
|
-
});
|
|
@@ -1,231 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export const JiraInitialStateSVG = () => /*#__PURE__*/React.createElement("svg", {
|
|
3
|
-
width: "188",
|
|
4
|
-
height: "112",
|
|
5
|
-
viewBox: "0 0 188 112",
|
|
6
|
-
fill: "none",
|
|
7
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
8
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
9
|
-
x: "25.5",
|
|
10
|
-
y: "1",
|
|
11
|
-
width: "127",
|
|
12
|
-
height: "97",
|
|
13
|
-
rx: "4",
|
|
14
|
-
fill: "white",
|
|
15
|
-
stroke: "#B7BDC8",
|
|
16
|
-
strokeWidth: "2"
|
|
17
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
18
|
-
x1: "24.5",
|
|
19
|
-
y1: "10",
|
|
20
|
-
x2: "152.5",
|
|
21
|
-
y2: "10",
|
|
22
|
-
stroke: "#B7BDC8",
|
|
23
|
-
strokeWidth: "2"
|
|
24
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
25
|
-
x1: "24.5",
|
|
26
|
-
y1: "32",
|
|
27
|
-
x2: "152.5",
|
|
28
|
-
y2: "32",
|
|
29
|
-
stroke: "#B7BDC8",
|
|
30
|
-
strokeWidth: "2"
|
|
31
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
32
|
-
x1: "24.5",
|
|
33
|
-
y1: "54",
|
|
34
|
-
x2: "152.5",
|
|
35
|
-
y2: "54",
|
|
36
|
-
stroke: "#B7BDC8",
|
|
37
|
-
strokeWidth: "2"
|
|
38
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
39
|
-
x1: "49.5",
|
|
40
|
-
y1: "1",
|
|
41
|
-
x2: "49.5",
|
|
42
|
-
y2: "99",
|
|
43
|
-
stroke: "#B7BDC8",
|
|
44
|
-
strokeWidth: "2"
|
|
45
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
46
|
-
x: "53.5",
|
|
47
|
-
y: "18",
|
|
48
|
-
width: "93",
|
|
49
|
-
height: "5",
|
|
50
|
-
rx: "2.5",
|
|
51
|
-
fill: "#C1C7D0",
|
|
52
|
-
fillOpacity: "0.4"
|
|
53
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
54
|
-
x: "53.5",
|
|
55
|
-
y: "41",
|
|
56
|
-
width: "93",
|
|
57
|
-
height: "5",
|
|
58
|
-
rx: "2.5",
|
|
59
|
-
fill: "#C1C7D0",
|
|
60
|
-
fillOpacity: "0.4"
|
|
61
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
62
|
-
x: "53.5",
|
|
63
|
-
y: "84",
|
|
64
|
-
width: "93",
|
|
65
|
-
height: "5",
|
|
66
|
-
rx: "2.5",
|
|
67
|
-
fill: "#C1C7D0",
|
|
68
|
-
fillOpacity: "0.4"
|
|
69
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
70
|
-
x: "53.5",
|
|
71
|
-
y: "62",
|
|
72
|
-
width: "93",
|
|
73
|
-
height: "5",
|
|
74
|
-
rx: "2.5",
|
|
75
|
-
fill: "#C1C7D0",
|
|
76
|
-
fillOpacity: "0.4"
|
|
77
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
78
|
-
clipPath: "url(#clip0_2088_74131)"
|
|
79
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
80
|
-
width: "12",
|
|
81
|
-
height: "12",
|
|
82
|
-
transform: "translate(31.5 15)",
|
|
83
|
-
fill: "white",
|
|
84
|
-
fillOpacity: "0.01"
|
|
85
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
86
|
-
fillRule: "evenodd",
|
|
87
|
-
clipRule: "evenodd",
|
|
88
|
-
d: "M42 15C42.8284 15 43.5 15.6716 43.5 16.5V25.5C43.5 26.3284 42.8284 27 42 27H33C32.1716 27 31.5 26.3284 31.5 25.5V16.5C31.5 15.6716 32.1716 15 33 15H42ZM37.875 17.25C37.7625 17.25 37.665 17.3018 37.596 17.3798L34.6118 21.1088C34.6095 21.111 34.5847 21.1425 34.5847 21.1425C34.5352 21.2092 34.5 21.2865 34.5 21.375C34.5 21.582 34.668 21.75 34.875 21.75C34.896 21.75 34.9133 21.7537 34.9328 21.75H36.75V24.375C36.75 24.582 36.918 24.75 37.125 24.75C37.218 24.75 37.3005 24.7125 37.3658 24.657C37.3658 24.657 37.4123 24.6068 37.4295 24.582L40.38 20.8972C40.3943 20.8837 40.4033 20.868 40.4153 20.8522L40.4355 20.8275C40.4722 20.7667 40.5 20.7 40.5 20.625C40.5 20.418 40.332 20.25 40.125 20.25H38.25V17.625C38.25 17.418 38.082 17.25 37.875 17.25Z",
|
|
89
|
-
fill: "#6554C0",
|
|
90
|
-
fillOpacity: "0.5"
|
|
91
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
92
|
-
clipPath: "url(#clip1_2088_74131)"
|
|
93
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
94
|
-
width: "12",
|
|
95
|
-
height: "12",
|
|
96
|
-
transform: "translate(31.5 37)",
|
|
97
|
-
fill: "white",
|
|
98
|
-
fillOpacity: "0.01"
|
|
99
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
100
|
-
fillRule: "evenodd",
|
|
101
|
-
clipRule: "evenodd",
|
|
102
|
-
d: "M33 37H42C42.3978 37 42.7794 37.158 43.0607 37.4393C43.342 37.7206 43.5 38.1022 43.5 38.5V47.5C43.5 47.8978 43.342 48.2794 43.0607 48.5607C42.7794 48.842 42.3978 49 42 49H33C32.6022 49 32.2206 48.842 31.9393 48.5607C31.658 48.2794 31.5 47.8978 31.5 47.5V38.5C31.5 38.1022 31.658 37.7206 31.9393 37.4393C32.2206 37.158 32.6022 37 33 37V37ZM37.5 45.25L35.3528 46.6165C35.0378 46.9015 34.5 46.6998 34.5 46.2963V40.1537C34.5 39.655 34.947 39.25 35.4998 39.25H39.5002C40.0522 39.25 40.5 39.6542 40.5 40.1545V46.297C40.5 46.6997 39.9608 46.9015 39.6458 46.6165L37.5 45.25ZM37.5 43.4717L39 44.4272V40.75H36V44.4265L37.5 43.4725V43.4717Z",
|
|
103
|
-
fill: "#36B37E",
|
|
104
|
-
fillOpacity: "0.5"
|
|
105
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
106
|
-
clipPath: "url(#clip2_2088_74131)"
|
|
107
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
108
|
-
width: "12",
|
|
109
|
-
height: "12",
|
|
110
|
-
transform: "translate(31.5 59)",
|
|
111
|
-
fill: "white",
|
|
112
|
-
fillOpacity: "0.01"
|
|
113
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
114
|
-
fillRule: "evenodd",
|
|
115
|
-
clipRule: "evenodd",
|
|
116
|
-
d: "M33 59H42C42.3978 59 42.7794 59.158 43.0607 59.4393C43.342 59.7206 43.5 60.1022 43.5 60.5V69.5C43.5 69.8978 43.342 70.2794 43.0607 70.5607C42.7794 70.842 42.3978 71 42 71H33C32.6022 71 32.2206 70.842 31.9393 70.5607C31.658 70.2794 31.5 69.8978 31.5 69.5V60.5C31.5 60.1022 31.658 59.7206 31.9393 59.4393C32.2206 59.158 32.6022 59 33 59V59ZM37.5 68C38.2956 68 39.0587 67.6839 39.6213 67.1213C40.1839 66.5587 40.5 65.7956 40.5 65C40.5 64.2044 40.1839 63.4413 39.6213 62.8787C39.0587 62.3161 38.2956 62 37.5 62C36.7044 62 35.9413 62.3161 35.3787 62.8787C34.8161 63.4413 34.5 64.2044 34.5 65C34.5 65.7956 34.8161 66.5587 35.3787 67.1213C35.9413 67.6839 36.7044 68 37.5 68V68Z",
|
|
117
|
-
fill: "#FF5630",
|
|
118
|
-
fillOpacity: "0.5"
|
|
119
|
-
})), /*#__PURE__*/React.createElement("line", {
|
|
120
|
-
x1: "24.5",
|
|
121
|
-
y1: "76",
|
|
122
|
-
x2: "152.5",
|
|
123
|
-
y2: "76",
|
|
124
|
-
stroke: "#B7BDC8",
|
|
125
|
-
strokeWidth: "2"
|
|
126
|
-
}), /*#__PURE__*/React.createElement("g", {
|
|
127
|
-
clipPath: "url(#clip3_2088_74131)"
|
|
128
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
129
|
-
width: "12",
|
|
130
|
-
height: "12",
|
|
131
|
-
transform: "translate(31.5 80)",
|
|
132
|
-
fill: "white",
|
|
133
|
-
fillOpacity: "0.01"
|
|
134
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
135
|
-
fillRule: "evenodd",
|
|
136
|
-
clipRule: "evenodd",
|
|
137
|
-
d: "M31.5 81.4955C31.5 80.6698 32.1712 80 32.9955 80H42.0045C42.8302 80 43.5 80.6712 43.5 81.4955V90.5045C43.4998 90.9011 43.3422 91.2813 43.0618 91.5618C42.7813 91.8422 42.4011 91.9998 42.0045 92H32.9955C32.5989 91.9998 32.2187 91.8422 31.9382 91.5618C31.6578 91.2813 31.5002 90.9011 31.5 90.5045V81.4955ZM35.0002 82.25C34.3102 82.25 33.75 82.8095 33.75 83.5002V88.4998C33.75 89.1898 34.3095 89.75 35.0002 89.75H39.9998C40.6898 89.75 41.25 89.1905 41.25 88.4998V83.5002C41.25 82.8102 40.6905 82.25 39.9998 82.25H35.0002ZM35.25 83.75V88.25H39.75V83.75H35.25Z",
|
|
138
|
-
fill: "#2684FF",
|
|
139
|
-
fillOpacity: "0.5"
|
|
140
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
141
|
-
clipPath: "url(#clip4_2088_74131)"
|
|
142
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
143
|
-
width: "72",
|
|
144
|
-
height: "72",
|
|
145
|
-
transform: "translate(100.5 40)",
|
|
146
|
-
fill: "white",
|
|
147
|
-
fillOpacity: "0.01"
|
|
148
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
149
|
-
d: "M146.011 90.5863L142.602 87.2258L147.303 82.5068L150.713 85.8673C151.581 86.7191 152.678 87.3026 153.872 87.5476C155.062 87.8209 156.155 88.4144 157.03 89.2635L170.885 102.884C171.892 103.879 172.464 105.229 172.477 106.641C172.491 108.053 171.944 109.414 170.956 110.427V110.427C169.953 111.425 168.595 111.989 167.177 111.996C165.759 112.002 164.396 111.452 163.383 110.463L149.529 96.8425C148.659 95.9783 148.049 94.8884 147.77 93.6965V93.6965C147.512 92.507 146.899 91.4229 146.011 90.5863Z",
|
|
150
|
-
fill: "#CFD4DB"
|
|
151
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
152
|
-
d: "M146.01 90.5855L144.97 89.5488C144.658 89.2428 144.411 88.8782 144.242 88.4762C144.073 88.0743 143.986 87.6429 143.986 87.2072C143.986 86.7714 144.073 86.3401 144.242 85.9381C144.411 85.5361 144.658 85.1715 144.97 84.8656V84.8656C145.274 84.553 145.639 84.3039 146.041 84.1327C146.443 83.9615 146.876 83.8716 147.313 83.8683C147.751 83.8649 148.184 83.9482 148.589 84.1133C148.994 84.2784 149.362 84.5219 149.672 84.8298L150.712 85.8665C151.58 86.7183 152.677 87.3019 153.871 87.5468C155.062 87.8201 156.154 88.4137 157.029 89.2628L170.884 102.883C171.891 103.878 172.463 105.228 172.477 106.64C172.49 108.053 171.943 109.413 170.956 110.427V110.427C169.952 111.425 168.594 111.988 167.176 111.995C165.758 112.002 164.395 111.451 163.382 110.462L149.528 96.8417C148.658 95.9776 148.048 94.8876 147.769 93.6957V93.6957C147.511 92.5062 146.898 91.4222 146.01 90.5855Z",
|
|
153
|
-
fill: "#8270DB"
|
|
154
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
155
|
-
opacity: "0.2",
|
|
156
|
-
d: "M147.733 93.5885C147.457 92.4447 146.86 91.4029 146.01 90.5855L144.97 89.5488C144.658 89.2428 144.411 88.8782 144.242 88.4763C144.073 88.0743 143.986 87.6429 143.986 87.2072C143.986 86.7714 144.073 86.3401 144.242 85.9381C144.411 85.5361 144.658 85.1715 144.97 84.8656V84.8656C145.274 84.553 145.639 84.3039 146.041 84.1327C146.443 83.9615 146.876 83.8716 147.313 83.8683C147.751 83.8649 148.184 83.9482 148.589 84.1133C148.994 84.2784 149.362 84.5219 149.672 84.8298L150.712 85.8666C151.538 86.6912 152.585 87.262 153.727 87.511C152.887 88.672 151.963 89.7712 150.964 90.8C149.955 91.8046 148.875 92.7364 147.733 93.5885V93.5885Z",
|
|
157
|
-
fill: "#403294"
|
|
158
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
159
|
-
d: "M156.312 67.5988C156.268 62.1045 154.591 56.7462 151.493 52.2002C148.394 47.6541 144.014 44.1239 138.903 42.0549C133.793 39.986 128.182 39.471 122.778 40.5751C117.374 41.6791 112.419 44.3526 108.539 48.2582C105.958 50.8489 103.918 53.9239 102.538 57.3051C101.158 60.6863 100.465 64.3066 100.499 67.9563V67.9563C100.514 71.6053 101.255 75.2152 102.678 78.5777C104.101 81.9402 106.178 84.9887 108.79 87.5472C112.72 91.4035 117.709 94.014 123.127 95.0492C128.545 96.0845 134.149 95.4981 139.233 93.3641C144.316 91.2301 148.652 87.6441 151.691 83.0586C154.731 78.4731 156.339 73.0936 156.312 67.5988V67.5988Z",
|
|
160
|
-
fill: "#66A3FF"
|
|
161
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
162
|
-
d: "M114.679 51.6187C110.936 54.7775 108.408 59.1308 107.526 63.9372C106.643 68.7436 107.461 73.7062 109.839 77.9798C112.217 82.2535 116.008 85.5741 120.568 87.3763C125.128 89.1785 130.174 89.3508 134.847 87.864C139.52 86.3771 143.531 83.323 146.197 79.2217C148.864 75.1203 150.021 70.2252 149.471 65.3699C148.921 60.5145 146.699 55.999 143.182 52.5922C139.665 49.1855 135.072 47.098 130.184 46.6852C127.4 46.4462 124.597 46.7592 121.935 47.606C119.274 48.4528 116.808 49.8166 114.679 51.6187V51.6187Z",
|
|
163
|
-
fill: "white"
|
|
164
|
-
}), /*#__PURE__*/React.createElement("mask", {
|
|
165
|
-
id: "mask0_2088_74131",
|
|
166
|
-
maskUnits: "userSpaceOnUse",
|
|
167
|
-
x: "107",
|
|
168
|
-
y: "46",
|
|
169
|
-
width: "43",
|
|
170
|
-
height: "43"
|
|
171
|
-
}, /*#__PURE__*/React.createElement("path", {
|
|
172
|
-
d: "M114.659 51.7779C110.927 54.9499 108.415 59.3119 107.549 64.1214C106.684 68.9309 107.518 73.8906 109.911 78.1559C112.304 82.4212 116.108 85.7285 120.674 87.5147C125.24 89.3009 130.286 89.4555 134.954 87.9523C139.622 86.4492 143.622 83.381 146.274 79.2703C148.926 75.1597 150.066 70.2606 149.499 65.4072C148.932 60.5537 146.694 56.0461 143.166 52.6516C139.637 49.2572 135.037 47.1858 130.147 46.7902C127.363 46.5609 124.56 46.8837 121.902 47.7398C119.243 48.5959 116.782 49.9684 114.659 51.7779V51.7779Z",
|
|
173
|
-
fill: "white"
|
|
174
|
-
})), /*#__PURE__*/React.createElement("g", {
|
|
175
|
-
mask: "url(#mask0_2088_74131)"
|
|
176
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
177
|
-
x: "-9.11719",
|
|
178
|
-
y: "60.6504",
|
|
179
|
-
width: "152.638",
|
|
180
|
-
height: "10.2857",
|
|
181
|
-
rx: "5.14286",
|
|
182
|
-
transform: "rotate(-0.200699 -9.11719 60.6504)",
|
|
183
|
-
fill: "#C1C7D0",
|
|
184
|
-
fillOpacity: "0.4"
|
|
185
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
186
|
-
d: "M68.3867 50.8848L151.463 50.5938",
|
|
187
|
-
stroke: "#B7BDC8",
|
|
188
|
-
strokeWidth: "4"
|
|
189
|
-
}), /*#__PURE__*/React.createElement("line", {
|
|
190
|
-
x1: "68.4852",
|
|
191
|
-
y1: "78.9502",
|
|
192
|
-
x2: "151.562",
|
|
193
|
-
y2: "78.6592",
|
|
194
|
-
stroke: "#B7BDC8",
|
|
195
|
-
strokeWidth: "4"
|
|
196
|
-
}))), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
|
|
197
|
-
id: "clip0_2088_74131"
|
|
198
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
199
|
-
width: "12",
|
|
200
|
-
height: "12",
|
|
201
|
-
fill: "white",
|
|
202
|
-
transform: "translate(31.5 15)"
|
|
203
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
204
|
-
id: "clip1_2088_74131"
|
|
205
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
206
|
-
width: "12",
|
|
207
|
-
height: "12",
|
|
208
|
-
fill: "white",
|
|
209
|
-
transform: "translate(31.5 37)"
|
|
210
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
211
|
-
id: "clip2_2088_74131"
|
|
212
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
213
|
-
width: "12",
|
|
214
|
-
height: "12",
|
|
215
|
-
fill: "white",
|
|
216
|
-
transform: "translate(31.5 59)"
|
|
217
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
218
|
-
id: "clip3_2088_74131"
|
|
219
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
220
|
-
width: "12",
|
|
221
|
-
height: "12",
|
|
222
|
-
fill: "white",
|
|
223
|
-
transform: "translate(31.5 80)"
|
|
224
|
-
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
225
|
-
id: "clip4_2088_74131"
|
|
226
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
227
|
-
width: "72",
|
|
228
|
-
height: "72",
|
|
229
|
-
fill: "white",
|
|
230
|
-
transform: "translate(100.5 40)"
|
|
231
|
-
}))));
|