@atlaskit/smart-card 45.16.2 → 45.16.4
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 +15 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-dropbox-in-atlas-slide1--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +2 -2
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +2 -2
- package/dist/cjs/messages.js +0 -5
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/utils/index.js +1 -0
- package/dist/cjs/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +1 -0
- package/dist/cjs/view/EmbedCard/components/carousel/CarouselSlide.js +4 -12
- package/dist/cjs/view/EmbedCard/components/carousel/index.js +0 -8
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +2 -1
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +1 -1
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +1 -1
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +9 -9
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +12 -150
- package/dist/cjs/view/EmbedModal/index.js +4 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +24 -20
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-dropbox-in-atlas-slide1--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +2 -2
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +2 -2
- package/dist/es2019/messages.js +0 -5
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/utils/index.js +1 -0
- package/dist/es2019/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +1 -0
- package/dist/es2019/view/EmbedCard/components/carousel/CarouselSlide.js +4 -12
- package/dist/es2019/view/EmbedCard/components/carousel/index.js +0 -6
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +2 -1
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +1 -1
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +1 -1
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +9 -9
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +12 -150
- package/dist/es2019/view/EmbedModal/index.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +24 -20
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-dropbox-in-atlas-slide1--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +2 -2
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +2 -2
- package/dist/esm/messages.js +0 -5
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/utils/index.js +1 -0
- package/dist/esm/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +1 -0
- package/dist/esm/view/EmbedCard/components/carousel/CarouselSlide.js +4 -12
- package/dist/esm/view/EmbedCard/components/carousel/index.js +0 -8
- package/dist/esm/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +2 -1
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +1 -1
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +1 -1
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +9 -9
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +12 -150
- package/dist/esm/view/EmbedModal/index.js +4 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +24 -20
- 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 +1 -3
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.d.ts +2 -1
- package/dist/types/view/HoverCard/utils.d.ts +1 -1
- package/package.json +3 -3
package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js
CHANGED
|
@@ -31,7 +31,7 @@ var RovoChatBenefitImage = function RovoChatBenefitImage(_ref) {
|
|
|
31
31
|
});
|
|
32
32
|
return /*#__PURE__*/React.createElement("svg", {
|
|
33
33
|
width: "100%",
|
|
34
|
-
viewBox: "0 0 440
|
|
34
|
+
viewBox: "0 0 440 660",
|
|
35
35
|
preserveAspectRatio: "xMidYMin meet",
|
|
36
36
|
fill: "none",
|
|
37
37
|
xmlns: "http://www.w3.org/2000/svg"
|
|
@@ -63,26 +63,26 @@ var RovoChatBenefitImage = function RovoChatBenefitImage(_ref) {
|
|
|
63
63
|
x: "27",
|
|
64
64
|
y: "113",
|
|
65
65
|
width: "340",
|
|
66
|
-
height: "
|
|
66
|
+
height: "600",
|
|
67
67
|
fill: "black"
|
|
68
68
|
}, /*#__PURE__*/React.createElement("rect", {
|
|
69
69
|
fill: "white",
|
|
70
70
|
x: "27",
|
|
71
71
|
y: "113",
|
|
72
72
|
width: "340",
|
|
73
|
-
height: "
|
|
73
|
+
height: "600"
|
|
74
74
|
}), /*#__PURE__*/React.createElement("path", {
|
|
75
|
-
d: "M30 128C30 121.373 35.3726 116 42 116H352C358.627 116 364 121.373 364
|
|
75
|
+
d: "M30 128C30 121.373 35.3726 116 42 116H352C358.627 116 364 121.373 364 128V700H30V128Z"
|
|
76
76
|
})), /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
d: "M30 128C30 121.373 35.3726 116 42 116H352C358.627 116 364 121.373 364
|
|
77
|
+
d: "M30 128C30 121.373 35.3726 116 42 116H352C358.627 116 364 121.373 364 128V700H30V128Z",
|
|
78
78
|
fill: "white"
|
|
79
79
|
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
-
d: "M30 128C30 121.373 35.3726 116 42 116H352C358.627 116 364 121.373 364
|
|
80
|
+
d: "M30 128C30 121.373 35.3726 116 42 116H352C358.627 116 364 121.373 364 128V700H30V128Z",
|
|
81
81
|
fill: "none",
|
|
82
82
|
stroke: "url(#ai_border_gradient)",
|
|
83
83
|
strokeWidth: "3"
|
|
84
84
|
}), /*#__PURE__*/React.createElement("path", {
|
|
85
|
-
d: "M42 116V119H352V116V113H42V116ZM364
|
|
85
|
+
d: "M42 116V119H352V116V113H42V116ZM364 128H361V700H364H367V128H364ZM30 700H33V128H30H27V700H30ZM352 116V119C356.971 119 361 123.029 361 128H364H367C367 119.716 360.284 113 352 113V116ZM42 116V113C33.7157 113 27 119.716 27 128H30H33C33 123.029 37.0294 119 42 119V116Z",
|
|
86
86
|
mask: "url(#path-6-outside-1_3120_3148)"
|
|
87
87
|
}), /*#__PURE__*/React.createElement("path", {
|
|
88
88
|
d: "M46 142C46 136.477 50.4772 132 56 132H336C342.627 132 348 137.373 348 144V150C348 151.105 347.105 152 346 152H56C50.4772 152 46 147.523 46 142Z",
|
|
@@ -226,7 +226,7 @@ var RovoChatBenefitImage = function RovoChatBenefitImage(_ref) {
|
|
|
226
226
|
x1: "30",
|
|
227
227
|
y1: "116",
|
|
228
228
|
x2: "364",
|
|
229
|
-
y2: "
|
|
229
|
+
y2: "700",
|
|
230
230
|
gradientUnits: "userSpaceOnUse"
|
|
231
231
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
232
232
|
offset: "0%",
|
|
@@ -249,7 +249,7 @@ var RovoChatBenefitImage = function RovoChatBenefitImage(_ref) {
|
|
|
249
249
|
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
250
250
|
id: "paint0_angular_3120_3148_clip_path"
|
|
251
251
|
}, /*#__PURE__*/React.createElement("path", {
|
|
252
|
-
d: "M42 116V119H352V116V113H42V116ZM364
|
|
252
|
+
d: "M42 116V119H352V116V113H42V116ZM364 128H361V700H364H367V128H364ZM30 700H33V128H30H27V700H30ZM352 116V119C356.971 119 361 123.029 361 128H364H367C367 119.716 360.284 113 352 113V116ZM42 116V113C33.7157 113 27 119.716 27 128H30H33C33 123.029 37.0294 119 42 119V116Z"
|
|
253
253
|
})), /*#__PURE__*/React.createElement("clipPath", {
|
|
254
254
|
id: "clip0_3120_3148"
|
|
255
255
|
}, /*#__PURE__*/React.createElement("rect", {
|
package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js
CHANGED
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import IconSlot from './IconSlot';
|
|
4
4
|
var SmartLinkBenefitImage = function SmartLinkBenefitImage(_ref) {
|
|
5
|
-
var productIcon = _ref.productIcon
|
|
5
|
+
var productIcon = _ref.productIcon,
|
|
6
|
+
providerIcon = _ref.providerIcon;
|
|
6
7
|
var productIconSlot = /*#__PURE__*/React.createElement(IconSlot, {
|
|
7
8
|
icon: productIcon,
|
|
8
9
|
x: 68,
|
|
@@ -10,6 +11,13 @@ var SmartLinkBenefitImage = function SmartLinkBenefitImage(_ref) {
|
|
|
10
11
|
w: 24,
|
|
11
12
|
h: 24
|
|
12
13
|
});
|
|
14
|
+
var providerIconSlot = /*#__PURE__*/React.createElement(IconSlot, {
|
|
15
|
+
icon: providerIcon,
|
|
16
|
+
x: 98.8,
|
|
17
|
+
y: 217.1,
|
|
18
|
+
w: 20,
|
|
19
|
+
h: 20
|
|
20
|
+
});
|
|
13
21
|
return /*#__PURE__*/React.createElement("svg", {
|
|
14
22
|
width: "100%",
|
|
15
23
|
viewBox: "0 0 440 660",
|
|
@@ -17,7 +25,8 @@ var SmartLinkBenefitImage = function SmartLinkBenefitImage(_ref) {
|
|
|
17
25
|
fill: "none",
|
|
18
26
|
xmlns: "http://www.w3.org/2000/svg"
|
|
19
27
|
}, /*#__PURE__*/React.createElement("g", {
|
|
20
|
-
clipPath: "url(#clip0_3120_9396)"
|
|
28
|
+
clipPath: "url(#clip0_3120_9396)"
|
|
29
|
+
}, /*#__PURE__*/React.createElement("g", {
|
|
21
30
|
transform: "scale(1.3) translate(0, 0)"
|
|
22
31
|
}, /*#__PURE__*/React.createElement("path", {
|
|
23
32
|
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",
|
|
@@ -252,153 +261,6 @@ var SmartLinkBenefitImage = function SmartLinkBenefitImage(_ref) {
|
|
|
252
261
|
transform: "matrix(1 -2.23478e-05 -0.000671322 1 103.012 173.165)",
|
|
253
262
|
fill: "#D0DEF2"
|
|
254
263
|
}), /*#__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
264
|
id: "path-49-inside-1_3120_9396",
|
|
403
265
|
fill: "white"
|
|
404
266
|
}, /*#__PURE__*/React.createElement("path", {
|
|
@@ -441,7 +303,7 @@ var SmartLinkBenefitImage = function SmartLinkBenefitImage(_ref) {
|
|
|
441
303
|
}), /*#__PURE__*/React.createElement("path", {
|
|
442
304
|
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
305
|
fill: "#101214"
|
|
444
|
-
}), productIconSlot), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
306
|
+
}), productIconSlot), providerIconSlot), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
445
307
|
id: "paint0_linear_3120_9396",
|
|
446
308
|
x1: "89.6875",
|
|
447
309
|
y1: "172.49",
|
|
@@ -141,7 +141,10 @@ var EmbedModal = function EmbedModal(_ref) {
|
|
|
141
141
|
window.removeEventListener('blur', handleWindowBlur);
|
|
142
142
|
};
|
|
143
143
|
}, [isOpen]);
|
|
144
|
-
return /*#__PURE__*/React.createElement(ModalTransition, null, isOpen &&
|
|
144
|
+
return /*#__PURE__*/React.createElement(ModalTransition, null, isOpen &&
|
|
145
|
+
/*#__PURE__*/
|
|
146
|
+
// eslint-disable-next-line @atlaskit/design-system/no-modal-label
|
|
147
|
+
React.createElement(ModalDialog, {
|
|
145
148
|
height: "100%",
|
|
146
149
|
onClose: handleOnClose,
|
|
147
150
|
onCloseComplete: handleOnCloseComplete,
|
|
@@ -30,24 +30,28 @@ export var AutomationModalHeader = function AutomationModalHeader(_ref) {
|
|
|
30
30
|
var _useModal = useModal(),
|
|
31
31
|
titleId = _useModal.titleId;
|
|
32
32
|
var showDescription = initialised && rules.length > 0 && !!modalDescription;
|
|
33
|
-
return
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
33
|
+
return (
|
|
34
|
+
/*#__PURE__*/
|
|
35
|
+
// eslint-disable-next-line @atlaskit/design-system/use-modal-title
|
|
36
|
+
React.createElement(ModalHeader, {
|
|
37
|
+
hasCloseButton: true
|
|
38
|
+
}, /*#__PURE__*/React.createElement(Stack, null, /*#__PURE__*/React.createElement(Inline, {
|
|
39
|
+
alignBlock: "center"
|
|
40
|
+
}, /*#__PURE__*/React.createElement(Box, {
|
|
41
|
+
xcss: styles.iconStyle
|
|
42
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
|
|
43
|
+
,
|
|
44
|
+
backgroundColor: "color.background.accent.green.subtlest"
|
|
45
|
+
}, /*#__PURE__*/React.createElement(AutomationIcon, {
|
|
46
|
+
size: "small",
|
|
47
|
+
label: formatMessage(i18n.modalHeaderIconLabel),
|
|
48
|
+
color: "var(--ds-icon-accent-green, #22A06B)",
|
|
49
|
+
spacing: "compact"
|
|
50
|
+
})), /*#__PURE__*/React.createElement(Heading, {
|
|
51
|
+
size: "medium",
|
|
52
|
+
id: titleId
|
|
53
|
+
}, modalTitle)), showDescription && /*#__PURE__*/React.createElement(Box, {
|
|
54
|
+
xcss: styles.modalDescriptionStyle
|
|
55
|
+
}, modalDescription)))
|
|
56
|
+
);
|
|
53
57
|
};
|
|
@@ -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.16.
|
|
15
|
+
packageVersion: "45.16.3",
|
|
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_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,8 +13,6 @@ 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;
|
|
18
16
|
/** Called when the user clicks a dot indicator to jump to that slide index */
|
|
19
17
|
onDotClick?: (index: number) => void;
|
|
20
18
|
/** Called when the user clicks the secondary "See next" button; omit on last slide */
|
|
@@ -37,5 +35,5 @@ type CarouselSlideProps = {
|
|
|
37
35
|
/** Total number of slides (for the dot indicators) */
|
|
38
36
|
totalSlides: number;
|
|
39
37
|
};
|
|
40
|
-
declare const CarouselSlide: ({ icon, iconLabel, title, description, image, primaryButtonLabel, onPrimaryButtonClick,
|
|
38
|
+
declare const CarouselSlide: ({ icon, iconLabel, title, description, image, primaryButtonLabel, onPrimaryButtonClick, onDotClick, onNextClick, slideIndex, totalSlides, size, testId, }: CarouselSlideProps) => React.JSX.Element;
|
|
41
39
|
export default CarouselSlide;
|
package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
type SmartLinkBenefitImageImageProps = {
|
|
3
3
|
productIcon?: React.ReactNode;
|
|
4
|
+
providerIcon?: React.ReactNode;
|
|
4
5
|
};
|
|
5
|
-
declare const SmartLinkBenefitImage: ({ productIcon }: SmartLinkBenefitImageImageProps) => JSX.Element;
|
|
6
|
+
declare const SmartLinkBenefitImage: ({ productIcon, providerIcon, }: SmartLinkBenefitImageImageProps) => JSX.Element;
|
|
6
7
|
export default SmartLinkBenefitImage;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { JsonLd } from '@atlaskit/json-ld-types';
|
|
2
2
|
import type { ElementItem } from '../FlexibleCard/components/blocks/types';
|
|
3
3
|
export declare const getMetadata: (extensionKey?: string, data?: JsonLd.Data.BaseData) => {
|
|
4
|
-
subtitle: ElementItem[] | undefined;
|
|
5
4
|
primary: ElementItem[] | undefined;
|
|
6
5
|
secondary: ElementItem[] | undefined;
|
|
6
|
+
subtitle: ElementItem[] | undefined;
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "45.16.
|
|
3
|
+
"version": "45.16.4",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@atlaskit/textfield": "^9.1.0",
|
|
89
89
|
"@atlaskit/theme": "^26.1.0",
|
|
90
90
|
"@atlaskit/tile": "^3.0.0",
|
|
91
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
91
|
+
"@atlaskit/tmp-editor-statsig": "^136.0.0",
|
|
92
92
|
"@atlaskit/tokens": "^16.3.0",
|
|
93
93
|
"@atlaskit/tooltip": "^24.0.0",
|
|
94
94
|
"@atlaskit/ufo": "^1.0.0",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"@atlaskit/css-reset": "^8.1.0",
|
|
121
121
|
"@atlaskit/media-test-helpers": "^42.2.0",
|
|
122
122
|
"@atlaskit/ssr": "workspace:^",
|
|
123
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
123
|
+
"@atlassian/a11y-jest-testing": "^0.14.0",
|
|
124
124
|
"@atlassian/analytics-tooling": "workspace:^",
|
|
125
125
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
126
126
|
"@atlassian/gemini": "^1.51.0",
|