@atlaskit/smart-card 45.12.0 → 45.12.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 +8 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +3 -0
- package/dist/cjs/messages.js +35 -25
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +16 -4
- package/dist/cjs/view/EmbedCard/components/carousel/CarouselSlide.js +67 -27
- package/dist/cjs/view/EmbedCard/components/carousel/index.compiled.css +2 -2
- package/dist/cjs/view/EmbedCard/components/carousel/index.js +13 -5
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +191 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +7 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +31 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.js +16 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.js +16 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.compiled.css +6 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.js +22 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.js +47 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +359 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.js +281 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +502 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png +0 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/index.js +9 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +3 -0
- package/dist/es2019/messages.js +49 -27
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +16 -4
- package/dist/es2019/view/EmbedCard/components/carousel/CarouselSlide.js +64 -27
- package/dist/es2019/view/EmbedCard/components/carousel/index.compiled.css +2 -2
- package/dist/es2019/view/EmbedCard/components/carousel/index.js +10 -5
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +184 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +7 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +25 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.js +3 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.js +3 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.compiled.css +6 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.js +13 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.js +40 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +352 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.js +268 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +495 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png +0 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/index.js +9 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +3 -0
- package/dist/esm/messages.js +35 -25
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +16 -4
- package/dist/esm/view/EmbedCard/components/carousel/CarouselSlide.js +65 -27
- package/dist/esm/view/EmbedCard/components/carousel/index.compiled.css +2 -2
- package/dist/esm/view/EmbedCard/components/carousel/index.js +13 -5
- package/dist/esm/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +182 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +7 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +24 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.js +5 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.js +5 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.compiled.css +6 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.js +15 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.js +40 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +351 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.js +273 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +494 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png +0 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/index.js +9 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/carousel/CarouselSlide.d.ts +3 -1
- package/dist/types/view/EmbedCard/components/carousel/index.d.ts +3 -1
- package/dist/types/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.d.ts +4 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.d.ts +14 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.d.ts +3 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.d.ts +3 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.d.ts +7 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.d.ts +9 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.d.ts +8 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.d.ts +8 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.d.ts +6 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/unauthorized-view/types.d.ts +1 -0
- package/package.json +3 -3
package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js
ADDED
|
@@ -0,0 +1,494 @@
|
|
|
1
|
+
/* eslint-disable @atlaskit/ui-styling-standard/enforce-style-prop */
|
|
2
|
+
import React from 'react';
|
|
3
|
+
import IconSlot from './IconSlot';
|
|
4
|
+
var SmartLinkBenefitImage = function SmartLinkBenefitImage(_ref) {
|
|
5
|
+
var productIcon = _ref.productIcon;
|
|
6
|
+
var productIconSlot = /*#__PURE__*/React.createElement(IconSlot, {
|
|
7
|
+
icon: productIcon,
|
|
8
|
+
x: 68,
|
|
9
|
+
y: 58,
|
|
10
|
+
w: 24,
|
|
11
|
+
h: 24
|
|
12
|
+
});
|
|
13
|
+
return /*#__PURE__*/React.createElement("svg", {
|
|
14
|
+
width: "100%",
|
|
15
|
+
viewBox: "0 0 440 660",
|
|
16
|
+
preserveAspectRatio: "xMidYMin meet",
|
|
17
|
+
fill: "none",
|
|
18
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
19
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
20
|
+
clipPath: "url(#clip0_3120_9396)",
|
|
21
|
+
transform: "scale(1.3) translate(0, 0)"
|
|
22
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
23
|
+
d: "M366.41 476.854C366.44 476.804 366.44 476.714 366.5 476.644C364.75 475.764 364.55 473.604 363.2 472.314L363.15 472.264C361.78 471.824 362.15 470.454 360.45 470.444C360.45 470.444 360.89 470.224 360.9 470.224C358.14 467.484 351.32 460.754 351.32 460.754C351.17 461.364 352.41 460.304 353.66 460.484C353.66 460.484 353.75 460.254 353.84 460.434C357.03 457.324 360.62 456.134 364.7 454.654C366.74 454.104 367.05 448.334 363.56 450.724C363.52 450.684 363.43 450.654 363.39 450.584C362.17 452.004 360.14 451.484 358.6 452.224L358.54 452.254L355.98 453.504C354.59 454.074 352.94 454.524 351.21 454.964C351.26 454.914 351.31 454.864 351.36 454.814C351.36 454.814 351.54 452.044 351.49 450.674C351.49 450.674 353.24 448.474 352.66 446.964C353.65 445.194 357.17 441.324 353.97 440.224C352.92 440.224 352.1 439.314 351.74 441.004C351.68 440.994 351.6 441.014 351.52 440.984C351.33 442.734 349.26 443.974 348.69 445.634L348.67 445.704C348.81 447.124 347.71 448.524 347.7 448.524C347.18 449.824 346.5 451.244 345.78 452.724C345.48 451.924 345.15 451.214 344.82 450.704C343.62 449.404 344.13 431.644 339.69 435.564C339.9 438.914 340.96 442.404 340.1 445.384C339.68 445.614 340.32 446.804 340.84 447.774C340.8 449.004 340.55 449.664 340.48 451.424C338.28 449.834 328.68 441.784 329.27 447.204C330.3 447.754 331.05 448.384 331.59 449.664C332.09 450.214 336.5 452.694 336.64 453.314C336.35 454.174 341.56 454.864 339.45 455.504C339.76 456.184 340.18 456.834 340.67 457.464C338.39 457.704 335.66 458.374 334.23 459.244C333.98 459.674 324.88 460.254 321.58 462.384C319.61 463.494 317.87 464.044 319.92 465.714C320.66 465.114 323.44 465.974 323.38 465.184C324.06 465.464 328.66 463.704 329.17 464.004C329.42 464.404 333.04 462.284 332.61 463.284C335.12 463.994 338.18 463.414 341.36 462.604C340.1 464.604 338.86 467.454 338.7 469.224C337.62 471.494 334.77 476.514 333.86 479.594C332.56 481.834 333.01 482.014 334.65 483.164L334.68 483.194C335.02 483.424 334.64 483.194 335.93 483.244C335.8 483.124 335.61 482.604 335.36 482.694C335.53 482.344 337.49 481.844 336.67 481.374C336.64 481.304 337.92 480.324 338.05 479.264C339.19 475.484 341.92 473.574 343.94 469.264C343.89 469.714 347.29 478.184 347.13 482.404C346.88 484.484 351.92 487.584 351.19 482.944C351.25 482.924 351.3 482.844 351.39 482.834C350.58 480.924 351.65 478.954 351.23 477.014L351.21 476.934C350.3 475.754 351.35 474.774 349.91 473.814C349.91 473.814 350.4 473.864 350.41 473.874C349.77 471.124 349.37 467.764 348.77 464.754C350.92 466.704 352.81 468.804 353.59 471.114L353.69 470.964C353.69 471.034 353.84 471.084 353.71 471.244C355.52 471.624 356.14 472.384 357.45 472.894C357.45 472.894 358.85 475.424 360.48 475.514L362.96 479.024C364.03 480.834 369.8 479.794 366.45 476.894L366.41 476.854Z",
|
|
24
|
+
fill: "#101214"
|
|
25
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
26
|
+
x: "44",
|
|
27
|
+
y: "42",
|
|
28
|
+
width: "417",
|
|
29
|
+
height: "618",
|
|
30
|
+
rx: "12",
|
|
31
|
+
fill: "white"
|
|
32
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
33
|
+
width: "351.259",
|
|
34
|
+
height: "8",
|
|
35
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 68.2249 94)",
|
|
36
|
+
fill: "#F0F1F2"
|
|
37
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
38
|
+
width: "351.259",
|
|
39
|
+
height: "8",
|
|
40
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 68.2126 112.083)",
|
|
41
|
+
fill: "#F0F1F2"
|
|
42
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
43
|
+
width: "107",
|
|
44
|
+
height: "8",
|
|
45
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 68.2007 130.165)",
|
|
46
|
+
fill: "#F0F1F2"
|
|
47
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
48
|
+
width: "351.259",
|
|
49
|
+
height: "8",
|
|
50
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 68.2324 385)",
|
|
51
|
+
fill: "#F0F1F2"
|
|
52
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
53
|
+
width: "351.259",
|
|
54
|
+
height: "8",
|
|
55
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 68.2205 403)",
|
|
56
|
+
fill: "#F0F1F2"
|
|
57
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
58
|
+
width: "271.987",
|
|
59
|
+
height: "8",
|
|
60
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 68.2083 421)",
|
|
61
|
+
fill: "#F0F1F2"
|
|
62
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
63
|
+
width: "26.8308",
|
|
64
|
+
height: "7.5752",
|
|
65
|
+
transform: "matrix(0.999993 0.00317261 -0.00509147 0.99999 342.951 94.4097)",
|
|
66
|
+
fill: "#D3F1A7"
|
|
67
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
68
|
+
width: "34.6884",
|
|
69
|
+
height: "12.9096",
|
|
70
|
+
transform: "matrix(0.999993 0.00317261 -0.00509147 0.99999 370.104 80.0767)",
|
|
71
|
+
fill: "#82B536"
|
|
72
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
73
|
+
d: "M368.765 80.1709L370.08 80.1759L369.983 102.033L368.668 102.028L368.765 80.1709Z",
|
|
74
|
+
fill: "#82B536"
|
|
75
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
76
|
+
width: "26.1985",
|
|
77
|
+
height: "2.5257",
|
|
78
|
+
transform: "matrix(0.999993 0.00317261 -0.00509147 0.99999 373.772 85.4707)",
|
|
79
|
+
fill: "#292A2E"
|
|
80
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
81
|
+
width: "62",
|
|
82
|
+
height: "8",
|
|
83
|
+
transform: "matrix(1 -0.000310775 -0.000336467 1 100.479 66.0459)",
|
|
84
|
+
fill: "#F0F1F2"
|
|
85
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
86
|
+
x: "0.936372",
|
|
87
|
+
y: "0.932176",
|
|
88
|
+
width: "75.0083",
|
|
89
|
+
height: "15.7741",
|
|
90
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.793 233.837)",
|
|
91
|
+
fill: "white"
|
|
92
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
93
|
+
x: "0.936372",
|
|
94
|
+
y: "0.932176",
|
|
95
|
+
width: "75.0083",
|
|
96
|
+
height: "15.7741",
|
|
97
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.793 233.837)",
|
|
98
|
+
stroke: "#F0F1F2",
|
|
99
|
+
strokeWidth: "1.87013"
|
|
100
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
101
|
+
x: "0.936372",
|
|
102
|
+
y: "0.932176",
|
|
103
|
+
width: "152.13",
|
|
104
|
+
height: "16.1299",
|
|
105
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.946 233.803)",
|
|
106
|
+
fill: "white"
|
|
107
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
108
|
+
x: "0.936372",
|
|
109
|
+
y: "0.932176",
|
|
110
|
+
width: "152.13",
|
|
111
|
+
height: "16.1299",
|
|
112
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.946 233.803)",
|
|
113
|
+
stroke: "#F0F1F2",
|
|
114
|
+
strokeWidth: "1.87013"
|
|
115
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
116
|
+
width: "31",
|
|
117
|
+
height: "8",
|
|
118
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 211.886 238.778)",
|
|
119
|
+
fill: "#94C748"
|
|
120
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
121
|
+
x: "0.936372",
|
|
122
|
+
y: "0.932176",
|
|
123
|
+
width: "75.0083",
|
|
124
|
+
height: "15.7741",
|
|
125
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.784 249.924)",
|
|
126
|
+
fill: "white"
|
|
127
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
128
|
+
x: "0.936372",
|
|
129
|
+
y: "0.932176",
|
|
130
|
+
width: "75.0083",
|
|
131
|
+
height: "15.7741",
|
|
132
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.784 249.924)",
|
|
133
|
+
stroke: "#F0F1F2",
|
|
134
|
+
strokeWidth: "1.87013"
|
|
135
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
136
|
+
x: "0.936372",
|
|
137
|
+
y: "0.932176",
|
|
138
|
+
width: "152.13",
|
|
139
|
+
height: "16.1299",
|
|
140
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.937 249.89)",
|
|
141
|
+
fill: "white"
|
|
142
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
143
|
+
x: "0.936372",
|
|
144
|
+
y: "0.932176",
|
|
145
|
+
width: "152.13",
|
|
146
|
+
height: "16.1299",
|
|
147
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.937 249.89)",
|
|
148
|
+
stroke: "#F0F1F2",
|
|
149
|
+
strokeWidth: "1.87013"
|
|
150
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
151
|
+
width: "50",
|
|
152
|
+
height: "8",
|
|
153
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 226.663 254.858)",
|
|
154
|
+
fill: "#FBD779"
|
|
155
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
156
|
+
x: "0.936372",
|
|
157
|
+
y: "0.932176",
|
|
158
|
+
width: "74.805",
|
|
159
|
+
height: "14.961",
|
|
160
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.776 266.012)",
|
|
161
|
+
fill: "white"
|
|
162
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
163
|
+
x: "0.936372",
|
|
164
|
+
y: "0.932176",
|
|
165
|
+
width: "74.805",
|
|
166
|
+
height: "14.961",
|
|
167
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.776 266.012)",
|
|
168
|
+
stroke: "#F0F1F2",
|
|
169
|
+
strokeWidth: "1.87013"
|
|
170
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
171
|
+
x: "0.936372",
|
|
172
|
+
y: "0.932176",
|
|
173
|
+
width: "152.13",
|
|
174
|
+
height: "15.1299",
|
|
175
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.725 265.977)",
|
|
176
|
+
fill: "white"
|
|
177
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
178
|
+
x: "0.936372",
|
|
179
|
+
y: "0.932176",
|
|
180
|
+
width: "152.13",
|
|
181
|
+
height: "15.1299",
|
|
182
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.725 265.977)",
|
|
183
|
+
stroke: "#F0F1F2",
|
|
184
|
+
strokeWidth: "1.87013"
|
|
185
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
186
|
+
width: "40",
|
|
187
|
+
height: "8",
|
|
188
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 217.979 270.451)",
|
|
189
|
+
fill: "#C97CF4"
|
|
190
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
191
|
+
x: "0.936372",
|
|
192
|
+
y: "0.932176",
|
|
193
|
+
width: "74.805",
|
|
194
|
+
height: "14.961",
|
|
195
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.767 281.744)",
|
|
196
|
+
fill: "white"
|
|
197
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
198
|
+
x: "0.936372",
|
|
199
|
+
y: "0.932176",
|
|
200
|
+
width: "74.805",
|
|
201
|
+
height: "14.961",
|
|
202
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 117.767 281.744)",
|
|
203
|
+
stroke: "#F0F1F2",
|
|
204
|
+
strokeWidth: "1.87013"
|
|
205
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
206
|
+
x: "0.936372",
|
|
207
|
+
y: "0.932176",
|
|
208
|
+
width: "152.13",
|
|
209
|
+
height: "15.1299",
|
|
210
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.717 281.71)",
|
|
211
|
+
fill: "white"
|
|
212
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
213
|
+
x: "0.936372",
|
|
214
|
+
y: "0.932176",
|
|
215
|
+
width: "152.13",
|
|
216
|
+
height: "15.1299",
|
|
217
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 192.717 281.71)",
|
|
218
|
+
stroke: "#F0F1F2",
|
|
219
|
+
strokeWidth: "1.87013"
|
|
220
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
221
|
+
width: "40",
|
|
222
|
+
height: "8",
|
|
223
|
+
transform: "matrix(1.00193 -0.000455984 -0.000532466 0.997369 262.94 286.163)",
|
|
224
|
+
fill: "#357DE8"
|
|
225
|
+
}), /*#__PURE__*/React.createElement("g", {
|
|
226
|
+
clipPath: "url(#clip2_3120_9396)"
|
|
227
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
228
|
+
d: "M223.554 267.082C223.289 267.367 222.539 267.001 222.639 266.641C222.787 266.127 222.999 265.621 223.339 265.003C223.771 264.319 224.027 264.224 224.276 263.745C224.733 262.944 225.285 261.498 225.416 261.145C225.438 261.092 225.457 261.045 225.493 260.999C225.523 260.949 225.521 260.997 225.564 260.954C225.571 260.942 225.581 260.939 225.582 260.923C225.582 260.923 225.572 260.91 225.569 260.9L225.556 260.893C225.509 260.87 225.462 260.846 225.415 260.822C224.942 260.621 224.374 260.389 223.818 260.195C222.789 259.785 222.154 259.534 221.821 259.405C221.041 259.089 220.483 258.781 219.969 258.415C219.687 258.215 219.976 257.579 220.329 257.63C220.971 257.722 221.594 257.877 222.381 258.181C222.683 258.302 223.405 258.379 224.317 258.706C224.469 258.759 224.609 258.83 224.739 258.92C225.112 259.158 225.543 259.386 225.945 259.574L226.093 259.649C226.18 259.678 226.254 259.715 226.331 259.746C226.499 259.816 226.66 259.882 226.811 259.95C227.121 260.075 227.396 260.183 227.628 260.277C227.337 260.799 227.177 261.097 227.177 261.097C227.177 261.097 225.861 263.422 225.305 264.405C224.914 265.094 224.726 265.426 224.608 265.625C224.255 266.236 223.925 266.69 223.55 267.088L223.554 267.082Z",
|
|
229
|
+
fill: "#292A2E"
|
|
230
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
231
|
+
d: "M211.197 241.523C212.078 240.978 212.545 241.643 211.861 242.255C210.914 243.162 210.001 244.175 209.137 245.648C208.645 246.479 208.376 247.02 208.168 247.504C207.953 247.984 207.802 248.415 207.69 249.06C207.488 250.152 207.549 251.652 207.875 252.924C208.02 253.562 208.273 254.135 208.458 254.601C208.696 255.052 208.879 255.404 208.984 255.594C209.058 255.705 209.129 255.821 209.192 255.934C209.397 256.353 210.037 257.478 211.223 258.622C211.797 259.212 212.55 259.749 213.357 260.24C214.182 260.7 215.077 261.115 216 261.35C216.634 261.56 217.235 261.648 217.774 261.752C218.322 261.813 218.805 261.865 219.234 261.89C220.098 261.917 220.732 261.861 221.161 261.813C223.198 261.565 224.664 261.06 226.063 260.448C226.812 260.095 227.271 260.643 226.549 261.172C225.23 262.091 223.63 262.835 221.343 263.124C220.478 263.217 218.562 263.598 215.947 262.954C215.532 262.832 215.106 262.728 214.724 262.534C213.033 261.802 211.304 260.632 210.175 259.525C209.878 259.261 209.626 258.996 209.418 258.745C209.209 258.493 208.995 258.296 208.864 258.092C208.579 257.705 208.407 257.48 208.407 257.48C208.407 257.48 208.346 257.392 208.236 257.24C208.14 257.078 208.003 256.839 207.834 256.551C207.489 255.972 207.111 255.126 206.816 254.168C206.184 252.249 206.242 249.858 206.558 248.501C207.012 246.456 207.592 245.564 207.882 245.017C208.855 243.374 210.003 242.319 211.197 241.523Z",
|
|
232
|
+
fill: "#292A2E"
|
|
233
|
+
})), /*#__PURE__*/React.createElement("rect", {
|
|
234
|
+
x: "72",
|
|
235
|
+
y: "161",
|
|
236
|
+
width: "347",
|
|
237
|
+
height: "207",
|
|
238
|
+
rx: "6",
|
|
239
|
+
fill: "#8FB8F6"
|
|
240
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
241
|
+
x: "66.75",
|
|
242
|
+
y: "155.75",
|
|
243
|
+
width: "348.5",
|
|
244
|
+
height: "207.5",
|
|
245
|
+
rx: "3.25",
|
|
246
|
+
fill: "#F9FBFD",
|
|
247
|
+
stroke: "#8FB8F6",
|
|
248
|
+
strokeWidth: "1.5"
|
|
249
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
250
|
+
width: "107",
|
|
251
|
+
height: "8",
|
|
252
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 103.012 173.165)",
|
|
253
|
+
fill: "#D0DEF2"
|
|
254
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
255
|
+
id: "mask0_3120_9396",
|
|
256
|
+
style: {
|
|
257
|
+
maskType: 'luminance'
|
|
258
|
+
},
|
|
259
|
+
maskUnits: "userSpaceOnUse",
|
|
260
|
+
x: "76",
|
|
261
|
+
y: "167",
|
|
262
|
+
width: "17",
|
|
263
|
+
height: "20"
|
|
264
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
265
|
+
d: "M92.3609 167H76.9771V187H92.3609V167Z",
|
|
266
|
+
fill: "white"
|
|
267
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
268
|
+
mask: "url(#mask0_3120_9396)"
|
|
269
|
+
}, /*#__PURE__*/React.createElement("mask", {
|
|
270
|
+
id: "mask1_3120_9396",
|
|
271
|
+
style: {
|
|
272
|
+
maskType: 'alpha'
|
|
273
|
+
},
|
|
274
|
+
maskUnits: "userSpaceOnUse",
|
|
275
|
+
x: "76",
|
|
276
|
+
y: "167",
|
|
277
|
+
width: "17",
|
|
278
|
+
height: "20"
|
|
279
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
280
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
281
|
+
fill: "white"
|
|
282
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
283
|
+
mask: "url(#mask1_3120_9396)"
|
|
284
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
285
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L88.9957 170.182L86.5919 167Z",
|
|
286
|
+
fill: "#4285F4"
|
|
287
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
288
|
+
id: "mask2_3120_9396",
|
|
289
|
+
style: {
|
|
290
|
+
maskType: 'alpha'
|
|
291
|
+
},
|
|
292
|
+
maskUnits: "userSpaceOnUse",
|
|
293
|
+
x: "76",
|
|
294
|
+
y: "167",
|
|
295
|
+
width: "17",
|
|
296
|
+
height: "20"
|
|
297
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
298
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
299
|
+
fill: "white"
|
|
300
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
301
|
+
mask: "url(#mask2_3120_9396)"
|
|
302
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
303
|
+
d: "M87.0137 172.056L92.3608 177.11V172.455L87.0137 172.056Z",
|
|
304
|
+
fill: "url(#paint0_linear_3120_9396)"
|
|
305
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
306
|
+
id: "mask3_3120_9396",
|
|
307
|
+
style: {
|
|
308
|
+
maskType: 'alpha'
|
|
309
|
+
},
|
|
310
|
+
maskUnits: "userSpaceOnUse",
|
|
311
|
+
x: "76",
|
|
312
|
+
y: "167",
|
|
313
|
+
width: "17",
|
|
314
|
+
height: "20"
|
|
315
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
316
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
317
|
+
fill: "white"
|
|
318
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
319
|
+
mask: "url(#mask3_3120_9396)"
|
|
320
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
321
|
+
d: "M80.823 181.545H88.5149V180.636H80.823V181.545ZM80.823 183.364H86.5919V182.455H80.823V183.364ZM80.823 177V177.909H88.5149V177H80.823ZM80.823 179.727H88.5149V178.818H80.823V179.727Z",
|
|
322
|
+
fill: "#F1F1F1"
|
|
323
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
324
|
+
id: "mask4_3120_9396",
|
|
325
|
+
style: {
|
|
326
|
+
maskType: 'alpha'
|
|
327
|
+
},
|
|
328
|
+
maskUnits: "userSpaceOnUse",
|
|
329
|
+
x: "76",
|
|
330
|
+
y: "167",
|
|
331
|
+
width: "17",
|
|
332
|
+
height: "20"
|
|
333
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
334
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
335
|
+
fill: "white"
|
|
336
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
337
|
+
mask: "url(#mask4_3120_9396)"
|
|
338
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
339
|
+
d: "M86.592 167V171.091C86.592 171.844 87.2374 172.455 88.0343 172.455H92.361L86.592 167Z",
|
|
340
|
+
fill: "#A1C2FA"
|
|
341
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
342
|
+
id: "mask5_3120_9396",
|
|
343
|
+
style: {
|
|
344
|
+
maskType: 'alpha'
|
|
345
|
+
},
|
|
346
|
+
maskUnits: "userSpaceOnUse",
|
|
347
|
+
x: "76",
|
|
348
|
+
y: "167",
|
|
349
|
+
width: "17",
|
|
350
|
+
height: "20"
|
|
351
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
352
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
353
|
+
fill: "white"
|
|
354
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
355
|
+
mask: "url(#mask5_3120_9396)"
|
|
356
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
357
|
+
d: "M78.4193 167C77.6261 167 76.9771 167.614 76.9771 168.364V168.477C76.9771 167.727 77.6261 167.114 78.4193 167.114H86.5919V167H78.4193Z",
|
|
358
|
+
fill: "white",
|
|
359
|
+
fillOpacity: "0.2"
|
|
360
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
361
|
+
id: "mask6_3120_9396",
|
|
362
|
+
style: {
|
|
363
|
+
maskType: 'alpha'
|
|
364
|
+
},
|
|
365
|
+
maskUnits: "userSpaceOnUse",
|
|
366
|
+
x: "76",
|
|
367
|
+
y: "167",
|
|
368
|
+
width: "17",
|
|
369
|
+
height: "20"
|
|
370
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
371
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
372
|
+
fill: "white"
|
|
373
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
374
|
+
mask: "url(#mask6_3120_9396)"
|
|
375
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
376
|
+
d: "M90.9186 186.886H78.4193C77.6261 186.886 76.9771 186.272 76.9771 185.522V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V185.522C92.3609 186.272 91.7119 186.886 90.9186 186.886Z",
|
|
377
|
+
fill: "#1A237E",
|
|
378
|
+
fillOpacity: "0.2"
|
|
379
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
380
|
+
id: "mask7_3120_9396",
|
|
381
|
+
style: {
|
|
382
|
+
maskType: 'alpha'
|
|
383
|
+
},
|
|
384
|
+
maskUnits: "userSpaceOnUse",
|
|
385
|
+
x: "76",
|
|
386
|
+
y: "167",
|
|
387
|
+
width: "17",
|
|
388
|
+
height: "20"
|
|
389
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
390
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
391
|
+
fill: "white"
|
|
392
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
393
|
+
mask: "url(#mask7_3120_9396)"
|
|
394
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
395
|
+
d: "M88.0343 172.454C87.2374 172.454 86.592 171.844 86.592 171.091V171.204C86.592 171.958 87.2374 172.568 88.0343 172.568H92.361V172.454H88.0343Z",
|
|
396
|
+
fill: "#1A237E",
|
|
397
|
+
fillOpacity: "0.1"
|
|
398
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
399
|
+
d: "M86.5919 167H78.4193C77.6261 167 76.9771 167.614 76.9771 168.364V185.636C76.9771 186.386 77.6261 187 78.4193 187H90.9186C91.7119 187 92.3609 186.386 92.3609 185.636V172.455L86.5919 167Z",
|
|
400
|
+
fill: "url(#paint1_radial_3120_9396)"
|
|
401
|
+
})), /*#__PURE__*/React.createElement("mask", {
|
|
402
|
+
id: "path-49-inside-1_3120_9396",
|
|
403
|
+
fill: "white"
|
|
404
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
405
|
+
d: "M103 206H379V362H103V206Z"
|
|
406
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
407
|
+
d: "M103 206H379V362H103V206Z",
|
|
408
|
+
fill: "white"
|
|
409
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
410
|
+
d: "M103 206V205H102V206H103ZM379 206H380V205H379V206ZM103 206V207H379V206V205H103V206ZM379 206H378V362H379H380V206H379ZM103 362H104V206H103H102V362H103Z",
|
|
411
|
+
fill: "#0B120E",
|
|
412
|
+
fillOpacity: "0.14",
|
|
413
|
+
mask: "url(#path-49-inside-1_3120_9396)"
|
|
414
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
415
|
+
width: "107",
|
|
416
|
+
height: "8",
|
|
417
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 121.005 224.002)",
|
|
418
|
+
fill: "#6B6E76"
|
|
419
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
420
|
+
width: "237.496",
|
|
421
|
+
height: "8",
|
|
422
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 121.005 242.005)",
|
|
423
|
+
fill: "#6B6E76"
|
|
424
|
+
}), /*#__PURE__*/React.createElement("rect", {
|
|
425
|
+
width: "237.496",
|
|
426
|
+
height: "8",
|
|
427
|
+
transform: "matrix(1 -2.23478e-05 -0.000671322 1 121.005 260.005)",
|
|
428
|
+
fill: "#6B6E76"
|
|
429
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
430
|
+
d: "M61.3378 122.737C61.6171 122.177 58.1342 113.118 57.2561 115.732C56.801 116.617 57.0322 117.422 58.0247 117.666C56.2623 117.985 59.0352 119.646 58.611 120.492C57.284 120.234 60.4323 122.647 59.0166 122.206C59.6449 132.085 75.9612 151.538 63.6634 127.589C63.5817 130.007 62.6201 127.756 62.6812 126.669C64.6157 128.167 62.2943 123.699 61.5656 122.884C61.8811 124.279 60.2179 122.01 61.3344 122.741L61.3378 122.737Z",
|
|
431
|
+
fill: "#101214"
|
|
432
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
433
|
+
d: "M49.5857 140.943C49.2459 139.662 39.2484 134.515 38.2637 133.861C35.9524 132.802 36.384 135.758 38.2594 136.193C38.6122 136.426 41.3136 137.197 40.3497 137.823C41.4171 140.321 46.0137 140.555 46.7236 142.668C47.2511 142.314 48.1137 143.046 48.4778 142.865C48.5362 143.497 49.4685 143.827 49.5152 143.674C52.2908 146.31 54.2499 142.903 50.7524 141.538C50.8676 141.425 50.1541 140.706 49.5943 140.943L49.5857 140.943Z",
|
|
434
|
+
fill: "#101214"
|
|
435
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
436
|
+
d: "M39.4701 174.033C41.1809 175.147 39.6046 175.107 38.7741 174.555C39.8901 173.487 36.7954 173.565 36.0723 173.932C36.4066 173.988 36.5682 174.533 35.8805 174.456C36.2338 173.13 27.5479 172.249 31.8883 175.362C32.0358 175.367 32.0059 174.299 32.2092 174.645C32.0627 176.249 33.3227 175.211 33.6952 175.114C33.7617 175.957 34.0569 175.199 34.1847 175.555C33.8165 176.657 35.8605 174.913 35.4289 176C37.5666 177.865 41.2905 175.863 42.9467 177.541C43.8244 175.717 50.427 179.002 47.6545 175.204C44.8439 174.19 42.5606 173.57 39.4701 174.033Z",
|
|
437
|
+
fill: "#101214"
|
|
438
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
439
|
+
d: "M21.2561 153.478C20.8018 156.036 26.7133 155.89 28.429 157.072C30.5261 158.735 52.0689 165.506 46.1376 159.992C39.609 157.994 34.4269 155.302 26.3618 153.802C25.0538 153.469 20.9211 151.644 21.2561 153.478Z",
|
|
440
|
+
fill: "#101214"
|
|
441
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
442
|
+
d: "M82.7198 134.846C85.0673 136.492 82.5184 138.446 84.4665 139.99C88.1502 142.366 87.5201 123.15 84.0027 123.526C81.095 124.254 83.8998 133.561 82.7198 134.846Z",
|
|
443
|
+
fill: "#101214"
|
|
444
|
+
}), productIconSlot), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
445
|
+
id: "paint0_linear_3120_9396",
|
|
446
|
+
x1: "89.6875",
|
|
447
|
+
y1: "172.49",
|
|
448
|
+
x2: "89.6875",
|
|
449
|
+
y2: "177.111",
|
|
450
|
+
gradientUnits: "userSpaceOnUse"
|
|
451
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
452
|
+
stopColor: "#1A237E",
|
|
453
|
+
stopOpacity: "0.2"
|
|
454
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
455
|
+
offset: "1",
|
|
456
|
+
stopColor: "#1A237E",
|
|
457
|
+
stopOpacity: "0.02"
|
|
458
|
+
})), /*#__PURE__*/React.createElement("radialGradient", {
|
|
459
|
+
id: "paint1_radial_3120_9396",
|
|
460
|
+
cx: "0",
|
|
461
|
+
cy: "0",
|
|
462
|
+
r: "1",
|
|
463
|
+
gradientUnits: "userSpaceOnUse",
|
|
464
|
+
gradientTransform: "translate(77.4644 167.395) scale(24.8062 23.319)"
|
|
465
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
466
|
+
stopColor: "white",
|
|
467
|
+
stopOpacity: "0.1"
|
|
468
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
469
|
+
offset: "1",
|
|
470
|
+
stopColor: "white",
|
|
471
|
+
stopOpacity: "0"
|
|
472
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
473
|
+
id: "clip0_3120_9396"
|
|
474
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
475
|
+
width: "440",
|
|
476
|
+
height: "660",
|
|
477
|
+
fill: "white"
|
|
478
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
479
|
+
id: "clip1_3120_9396"
|
|
480
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
481
|
+
width: "24",
|
|
482
|
+
height: "24",
|
|
483
|
+
fill: "white",
|
|
484
|
+
transform: "matrix(1 -0.000310775 -0.000336467 1 68.0081 58.0562)"
|
|
485
|
+
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
486
|
+
id: "clip2_3120_9396"
|
|
487
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
488
|
+
width: "18.4543",
|
|
489
|
+
height: "24.9028",
|
|
490
|
+
fill: "white",
|
|
491
|
+
transform: "matrix(-0.507908 0.846939 0.903773 0.454122 212.523 240.466)"
|
|
492
|
+
}))));
|
|
493
|
+
};
|
|
494
|
+
export default SmartLinkBenefitImage;
|
package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png
ADDED
|
Binary file
|
|
@@ -4,11 +4,13 @@ var _excluded = ["context", "extensionKey", "isProductIntegrationSupported", "on
|
|
|
4
4
|
import React, { useCallback, useMemo } from 'react';
|
|
5
5
|
import { FormattedMessage } from 'react-intl';
|
|
6
6
|
import Button from '@atlaskit/button/new';
|
|
7
|
+
import FeatureGates from '@atlaskit/feature-gate-js-client/feature-gates';
|
|
7
8
|
import { useAnalyticsEvents } from '../../../../common/analytics/generated/use-analytics-events';
|
|
8
9
|
import { messages } from '../../../../messages';
|
|
9
10
|
import UnauthorisedViewContent from '../../../common/UnauthorisedViewContent';
|
|
10
11
|
import UnresolvedView from '../unresolved-view';
|
|
11
12
|
import { UnauthorizedSVG } from './unauthorized-svg';
|
|
13
|
+
import UnauthorizedCarouselView from './UnauthorizedCarouselView';
|
|
12
14
|
var UnauthorizedView = function UnauthorizedView(_ref) {
|
|
13
15
|
var _context$image;
|
|
14
16
|
var context = _ref.context,
|
|
@@ -87,4 +89,10 @@ var UnauthorizedView = function UnauthorizedView(_ref) {
|
|
|
87
89
|
text: context === null || context === void 0 ? void 0 : context.text
|
|
88
90
|
}));
|
|
89
91
|
};
|
|
90
|
-
|
|
92
|
+
var UnauthorizedViewGated = function UnauthorizedViewGated(props) {
|
|
93
|
+
if (FeatureGates.initializeCompleted() && FeatureGates.getExperimentValue('platform_sl_embed_preauth_teaser_exp', 'isEnabled', false)) {
|
|
94
|
+
return /*#__PURE__*/React.createElement(UnauthorizedCarouselView, props);
|
|
95
|
+
}
|
|
96
|
+
return /*#__PURE__*/React.createElement(UnauthorizedView, props);
|
|
97
|
+
};
|
|
98
|
+
export default UnauthorizedViewGated;
|
|
@@ -12,7 +12,7 @@ import LinkWarningModal from './LinkWarningModal';
|
|
|
12
12
|
import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
|
|
13
13
|
var PACKAGE_DATA = {
|
|
14
14
|
packageName: "@atlaskit/smart-card",
|
|
15
|
-
packageVersion: "45.
|
|
15
|
+
packageVersion: "45.12.0",
|
|
16
16
|
componentName: 'linkUrl'
|
|
17
17
|
};
|
|
18
18
|
var LinkUrl = function LinkUrl(_ref) {
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type MessageDescriptor } from 'react-intl';
|
|
2
2
|
export type RequestAccessMessageKey = 'click_to_join' | 'click_to_join_description' | 'forbidden_description' | 'request_access' | 'request_access_description' | 'request_access_pending' | 'request_access_pending_title' | 'request_access_pending_description' | 'request_denied_description' | 'default_no_access_title' | 'direct_access_title' | 'direct_access_description' | 'direct_access' | 'access_exists_description' | 'not_found_description' | 'not_found_title';
|
|
3
3
|
export type RovoChatActionMessageKey = 'rovo_prompt_context_generic' | 'rovo_prompt_context_generic_plural' | 'rovo_prompt_context_confluence_page' | 'rovo_prompt_context_jira_work_item' | 'rovo_prompt_message_summarize' | 'rovo_prompt_button_ask_rovo_anything' | 'rovo_prompt_message_ask_rovo_anything' | 'rovo_prompt_button_highlight_relevant_content' | 'rovo_prompt_message_highlight_relevant_content' | 'rovo_prompt_button_identify_key_trends' | 'rovo_prompt_message_identify_key_trends' | 'rovo_prompt_button_identify_key_points' | 'rovo_prompt_message_identify_key_points' | 'rovo_prompt_button_find_open_questions' | 'rovo_prompt_message_find_open_questions' | 'rovo_prompt_button_key_highlights' | 'rovo_prompt_message_key_highlights' | 'rovo_prompt_message_summarize_document' | 'rovo_prompt_message_summarize_presentation' | 'rovo_prompt_button_explain_code' | 'rovo_prompt_message_explain_code' | 'rovo_prompt_button_catch_up' | 'rovo_prompt_message_catch_up' | 'rovo_prompt_button_salesforce_prep' | 'rovo_prompt_message_salesforce_prep';
|
|
4
|
-
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'change_status' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarized_info_short' | 'ai_summary_error_generic_rebrand' | 'ai_summary_error_acceptable_use_violation' | 'ai_summary_error_hipaa_content_detected' | 'ai_summary_error_exceeding_context_length_error' | 'ai_summary_action_rebrand' | 'ai_summary_action_description' | 'ai_summary_action_description_rebrand' | 'automation_action_title' | 'automation_action_tooltip' | 'automation_action_icon_label' | 'automation_action_confluence_page_modal_title' | 'automation_action_confluence_page_modal_description' | 'copy_summary_action' | 'copy_summary_action_description' | 'copied_summary_action_description' | 'beta' | 'cannot_find_link' | 'compass_applied_components_count' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_preview' | 'connect_link_account_card_description' | '
|
|
4
|
+
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'change_status' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarized_info_short' | 'ai_summary_error_generic_rebrand' | 'ai_summary_error_acceptable_use_violation' | 'ai_summary_error_hipaa_content_detected' | 'ai_summary_error_exceeding_context_length_error' | 'ai_summary_action_rebrand' | 'ai_summary_action_description' | 'ai_summary_action_description_rebrand' | 'automation_action_title' | 'automation_action_tooltip' | 'automation_action_icon_label' | 'automation_action_confluence_page_modal_title' | 'automation_action_confluence_page_modal_description' | 'copy_summary_action' | 'copy_summary_action_description' | 'copied_summary_action_description' | 'beta' | 'cannot_find_link' | 'compass_applied_components_count' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_preview' | 'connect_link_account_card_description' | 'connect_link_account_embed_carousel_button_back' | 'connect_link_account_embed_carousel_button_next' | 'connect_link_account_embed_carousel_dot_label' | 'connect_link_account_embed_carousel_dot_row_label' | 'connect_link_account_embed_carousel_sl_description' | 'connect_link_account_embed_carousel_sl_title' | 'connect_link_account_embed_carousel_rovo_description' | 'connect_link_account_embed_carousel_rovo_title' | 'connect_link_account_embed_carousel_rovochat_description' | 'connect_link_account_embed_carousel_rovochat_title' | 'connect_link_account_success_flag_description' | 'connect_link_account_success_flag_title' | 'connect_link_account_success_flag_title_default' | 'connect_unauthorised_account_action' | 'connect_3p_account' | 'connect_inline_social_proof' | 'social_proof_inline_cta_tag_high_with_context' | 'social_proof_inline_cta_tag_high_no_context' | 'social_proof_inline_cta_tag_low_with_context' | 'social_proof_inline_cta_tag_low_no_context' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'continue' | 'copy_url_to_clipboard' | 'copied_url_to_clipboard' | 'could_not_load_link' | 'download' | 'download_description' | 'download_file' | 'follow' | 'follow_project_description' | 'follow_project_descriptionGalaxia' | 'follow_project' | 'follow_goal' | 'follow_goal_description' | 'follow_project_error' | 'follow_project_errorGalaxia' | 'follow_goal_error' | 'go_back' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'check_this_link' | 'delete' | 'edit' | 'learn_more_about_smart_links' | 'learn_more_about_connecting_account' | 'loading' | 'link_safety_warning_message' | 'modified_by' | 'modified_on_relative' | 'modified_on_absolute' | 'more_actions' | 'not_found_title' | 'not_found_description' | 'open_issue_in_jira' | 'open_link_in_a_new_tab' | 'owned_by' | 'owned_by_override' | 'preview_description' | 'preview_improved' | 'preview_modal' | 'preview_panel' | 'preview_close' | 'preview_max_size' | 'preview_min_size' | 'priority_blocker' | 'priority_critical' | 'priority_high' | 'priority_highest' | 'priority_low' | 'priority_lowest' | 'priority_major' | 'priority_medium' | 'priority_minor' | 'priority_trivial' | 'priority_undefined' | 'forbidden_access' | 'pending_request' | 'read_time' | 'restricted_link' | 'request_access_to_view' | 'request_denied' | 'sent_on_relative' | 'sent_on_absolute' | 'status_change_load_error' | 'status_change_permission_error' | 'status_change_update_error' | 'try_again' | 'try_another_account' | 'unauthorised_account_description' | 'unauthorised_account_description_no_provider' | 'unauthorised_account_name' | 'unauthorised_account_name_no_provider' | 'rovo_actions_explore' | 'unassigned' | 'unfollow' | 'unfollow_project_description' | 'unfollow_project_descriptionGalaxia' | 'unfollow_project' | 'unfollow_project_error' | 'unfollow_project_errorGalaxia' | 'unfollow_goal' | 'unfollow_goal_description' | 'unfollow_goal_error' | 'user_attributes' | 'view' | 'viewIn' | 'viewInProvider' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey | 'related' | 'generic_error_message' | 'related_links_modal_error_title' | 'related_links_modal_error_description' | 'related_links_modal_unavailable_title' | 'related_links_modal_unavailable_description' | 'related_links_modal_title' | 'related_links_view_related_urls' | 'related_links_view_related_links' | 'related_links_found_in' | 'related_links_includes_links_to' | 'related_links_not_found' | 'join_to_viewIssueTermRefresh' | 'open_issue_in_jiraIssueTermRefresh' | 'request_access_to_viewIssueTermRefresh' | 'team_members_count' | 'status_change_permission_errorIssueTermRefresh' | 'connect_unauthorised_account_description_appify' | 'connect_unauthorised_account_description_no_provider_appify' | 'learn_more_about_connecting_account_experiment_shorter' | 'learn_more_about_connecting_account_appify' | 'rovo_summary_loading' | 'ai_disclaimer' | 'rovo_unauthorised_title' | 'rovo_unauthorised_title_no_provider' | 'rovo_unauthorised_feature_clear_link_names' | 'rovo_unauthorised_feature_understand_linked_docs' | 'rovo_unauthorised_feature_go_deeper_smart_suggestions' | 'rovo_unauthorised_connect_account' | 'rovo_unauthorised_not_now' | 'rovo_chat_action_section_header' | 'rovo_prompt_button_summarize_this' | 'rovo_prompt_button_ask_a_specific_question' | 'rovo_prompt_button_show_me_whats_relevant' | RovoChatActionMessageKey | 'pre_auth_block_social_proof_not_low' | 'pre_auth_block_social_proof_low';
|
|
5
5
|
type Messages = {
|
|
6
6
|
[K in MessageKey]: MessageDescriptor;
|
|
7
7
|
};
|
|
@@ -13,6 +13,8 @@ type CarouselSlideProps = {
|
|
|
13
13
|
iconLabel?: string;
|
|
14
14
|
/** Large hero image — a React element (e.g. SVG/img) or a URL string */
|
|
15
15
|
image: React.ReactNode | string;
|
|
16
|
+
/** Called when the user clicks the secondary "Back" button; omit on first slide */
|
|
17
|
+
onBackClick?: () => void;
|
|
16
18
|
/** Called when the user clicks a dot indicator to jump to that slide index */
|
|
17
19
|
onDotClick?: (index: number) => void;
|
|
18
20
|
/** Called when the user clicks the secondary "See next" button; omit on last slide */
|
|
@@ -35,5 +37,5 @@ type CarouselSlideProps = {
|
|
|
35
37
|
/** Total number of slides (for the dot indicators) */
|
|
36
38
|
totalSlides: number;
|
|
37
39
|
};
|
|
38
|
-
declare const CarouselSlide: ({ icon, iconLabel, title, description, image, primaryButtonLabel, onPrimaryButtonClick, onDotClick, onNextClick, slideIndex, totalSlides, size, testId, }: CarouselSlideProps) => React.JSX.Element;
|
|
40
|
+
declare const CarouselSlide: ({ icon, iconLabel, title, description, image, primaryButtonLabel, onPrimaryButtonClick, onBackClick, onDotClick, onNextClick, slideIndex, totalSlides, size, testId, }: CarouselSlideProps) => React.JSX.Element;
|
|
39
41
|
export default CarouselSlide;
|
|
@@ -9,6 +9,8 @@ type CarouselProps = {
|
|
|
9
9
|
icon?: React.ReactNode | string;
|
|
10
10
|
/** Alt for the icon, e.g. "Figma" */
|
|
11
11
|
iconLabel?: string;
|
|
12
|
+
/** Initial slide index — only used in VR tests via magnetic-di injection */
|
|
13
|
+
initialSlideIndex?: number;
|
|
12
14
|
/** Ordered list of teaser slides */
|
|
13
15
|
items: CarouselItem[];
|
|
14
16
|
/** Called when the user clicks the primary button */
|
|
@@ -18,5 +20,5 @@ type CarouselProps = {
|
|
|
18
20
|
/** testId prefix */
|
|
19
21
|
testId?: string;
|
|
20
22
|
};
|
|
21
|
-
declare const Carousel: ({ icon, iconLabel, items, onPrimaryButtonClick, primaryButtonLabel, testId, }: CarouselProps) => React.JSX.Element;
|
|
23
|
+
declare const Carousel: ({ icon, iconLabel, initialSlideIndex, items, onPrimaryButtonClick, primaryButtonLabel, testId, }: CarouselProps) => React.JSX.Element;
|
|
22
24
|
export default Carousel;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type UnauthorizedViewProps } from './types';
|
|
3
|
+
declare const UnauthorizedCarouselView: ({ context, frameStyle, inheritDimensions, isSelected, onAuthorize, onClick, testId, url, }: UnauthorizedViewProps) => React.JSX.Element;
|
|
4
|
+
export default UnauthorizedCarouselView;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
6
|
+
type IconSlotProps = {
|
|
7
|
+
h: number;
|
|
8
|
+
icon: React.ReactNode;
|
|
9
|
+
w: number;
|
|
10
|
+
x: number;
|
|
11
|
+
y: number;
|
|
12
|
+
};
|
|
13
|
+
declare const IconSlot: ({ icon, x, y, w, h }: IconSlotProps) => React.JSX.Element | null;
|
|
14
|
+
export default IconSlot;
|