@atlaskit/smart-card 45.6.10 → 45.6.12

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.
Files changed (131) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-errored-title-block-competitor-prompt--default.png +2 -2
  3. package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-not-found-site-access-exists--default.png +2 -2
  4. package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-resolved-icon-variations-resolvedclient-icontesturls---flexible-extractsmartlinkicon-path---default.png +3 -0
  5. package/dist/cjs/__tests__/vr-tests/__snapshots__/flex-ui-block-ai-summary/flexuiblockaisummaryready--default.png +2 -2
  6. package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--hidden-action-button-focused--default.png +2 -2
  7. package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  8. package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  9. package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  10. package/dist/cjs/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  11. package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-resolved-icon-variations-resolvedclient-icontesturls---extracticon-document-non-document-paths---default.png +3 -0
  12. package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-with-all-card-examples-in-text--default--jfp-magma-platform-lozenge-jump-fix-true.png +2 -2
  13. package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-with-default-icon-and-truncation--default.png +2 -2
  14. package/dist/cjs/extractors/flexible/actions/extract-rovo-chat-action.js +1 -3
  15. package/dist/cjs/utils/analytics/analytics.js +1 -1
  16. package/dist/cjs/view/EmbedModal/components/link-info/index.js +14 -7
  17. package/dist/cjs/view/EmbedModal/components/link-info/link-info-button/index.js +8 -3
  18. package/dist/cjs/view/EmbedModal/index.js +29 -2
  19. package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +8 -6
  20. package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.js +1 -1
  21. package/dist/cjs/view/FlexibleCard/components/actions/follow-action/index.js +1 -1
  22. package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/index.js +2 -2
  23. package/dist/cjs/view/FlexibleCard/components/blocks/hover-card-footer-block/index.js +3 -1
  24. package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -20
  25. package/dist/cjs/view/HoverCard/components/HoverCardContent.js +4 -9
  26. package/dist/cjs/view/LinkUrl/index.js +1 -1
  27. package/dist/cjs/view/common/ai-summary/index.compiled.css +0 -1
  28. package/dist/cjs/view/common/ai-summary/index.js +2 -8
  29. package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-errored-title-block-competitor-prompt--default.png +2 -2
  30. package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-not-found-site-access-exists--default.png +2 -2
  31. package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-resolved-icon-variations-resolvedclient-icontesturls---flexible-extractsmartlinkicon-path---default.png +3 -0
  32. package/dist/es2019/__tests__/vr-tests/__snapshots__/flex-ui-block-ai-summary/flexuiblockaisummaryready--default.png +2 -2
  33. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--hidden-action-button-focused--default.png +2 -2
  34. package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  35. package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  36. package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  37. package/dist/es2019/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  38. package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-resolved-icon-variations-resolvedclient-icontesturls---extracticon-document-non-document-paths---default.png +3 -0
  39. package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-with-all-card-examples-in-text--default--jfp-magma-platform-lozenge-jump-fix-true.png +2 -2
  40. package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-with-default-icon-and-truncation--default.png +2 -2
  41. package/dist/es2019/extractors/flexible/actions/extract-rovo-chat-action.js +1 -3
  42. package/dist/es2019/utils/analytics/analytics.js +1 -1
  43. package/dist/es2019/view/EmbedModal/components/link-info/index.js +13 -6
  44. package/dist/es2019/view/EmbedModal/components/link-info/link-info-button/index.js +8 -3
  45. package/dist/es2019/view/EmbedModal/index.js +30 -3
  46. package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +8 -6
  47. package/dist/es2019/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.js +1 -1
  48. package/dist/es2019/view/FlexibleCard/components/actions/follow-action/index.js +1 -1
  49. package/dist/es2019/view/FlexibleCard/components/actions/view-related-links-action/index.js +2 -2
  50. package/dist/es2019/view/FlexibleCard/components/blocks/hover-card-footer-block/index.js +3 -1
  51. package/dist/es2019/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -23
  52. package/dist/es2019/view/HoverCard/components/HoverCardContent.js +4 -9
  53. package/dist/es2019/view/LinkUrl/index.js +1 -1
  54. package/dist/es2019/view/common/ai-summary/index.compiled.css +0 -1
  55. package/dist/es2019/view/common/ai-summary/index.js +2 -8
  56. package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-errored-title-block-competitor-prompt--default.png +2 -2
  57. package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-not-found-site-access-exists--default.png +2 -2
  58. package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-resolved-icon-variations-resolvedclient-icontesturls---flexible-extractsmartlinkicon-path---default.png +3 -0
  59. package/dist/esm/__tests__/vr-tests/__snapshots__/flex-ui-block-ai-summary/flexuiblockaisummaryready--default.png +2 -2
  60. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-accessibility--hidden-action-button-focused--default.png +2 -2
  61. package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  62. package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-false-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  63. package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-false.png +2 -2
  64. package/dist/esm/__tests__/vr-tests/__snapshots__/icon-element-variations/icon-element-all-variations-with-experiments--default--platform-sl-3p-preauth-better-hovercard-killswitch-true-platform-sl-3p-preauth-better-hovercard-true.png +2 -2
  65. package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-resolved-icon-variations-resolvedclient-icontesturls---extracticon-document-non-document-paths---default.png +3 -0
  66. package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-with-all-card-examples-in-text--default--jfp-magma-platform-lozenge-jump-fix-true.png +2 -2
  67. package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-with-default-icon-and-truncation--default.png +2 -2
  68. package/dist/esm/extractors/flexible/actions/extract-rovo-chat-action.js +1 -3
  69. package/dist/esm/utils/analytics/analytics.js +1 -1
  70. package/dist/esm/view/EmbedModal/components/link-info/index.js +14 -7
  71. package/dist/esm/view/EmbedModal/components/link-info/link-info-button/index.js +8 -3
  72. package/dist/esm/view/EmbedModal/index.js +30 -3
  73. package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +8 -6
  74. package/dist/esm/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.js +1 -1
  75. package/dist/esm/view/FlexibleCard/components/actions/follow-action/index.js +1 -1
  76. package/dist/esm/view/FlexibleCard/components/actions/view-related-links-action/index.js +2 -2
  77. package/dist/esm/view/FlexibleCard/components/blocks/hover-card-footer-block/index.js +3 -1
  78. package/dist/esm/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -20
  79. package/dist/esm/view/HoverCard/components/HoverCardContent.js +4 -9
  80. package/dist/esm/view/LinkUrl/index.js +1 -1
  81. package/dist/esm/view/common/ai-summary/index.compiled.css +0 -1
  82. package/dist/esm/view/common/ai-summary/index.js +2 -8
  83. package/dist/types/view/EmbedModal/components/link-info/index.d.ts +1 -1
  84. package/dist/types/view/EmbedModal/components/link-info/link-info-button/index.d.ts +3 -2
  85. package/dist/types/view/EmbedModal/components/link-info/types.d.ts +1 -1
  86. package/dist/types/view/FlexibleCard/components/actions/action/types.d.ts +1 -2
  87. package/dist/types/view/FlexibleCard/components/blocks/ai-summary-block/types.d.ts +0 -4
  88. package/dist/types/view/FlexibleCard/components/blocks/types.d.ts +1 -2
  89. package/package.json +7 -7
  90. package/dist/cjs/__tests__/vr-tests/__snapshots__/block-card/block-card-resolved-icon-variations-resolvedclient-icontesturls-/342/200/224-flexible-extractsmartlinkicon-path---default.png +0 -3
  91. package/dist/cjs/__tests__/vr-tests/__snapshots__/inline-card/inline-card-resolved-icon-variations-resolvedclient-icontesturls-/342/200/224-extracticon-document-non-document-paths---default.png +0 -3
  92. package/dist/es2019/__tests__/vr-tests/__snapshots__/block-card/block-card-resolved-icon-variations-resolvedclient-icontesturls-/342/200/224-flexible-extractsmartlinkicon-path---default.png +0 -3
  93. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  94. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  95. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  96. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  97. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  98. package/dist/es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  99. package/dist/es2019/__tests__/vr-tests/__snapshots__/inline-card/inline-card-resolved-icon-variations-resolvedclient-icontesturls-/342/200/224-extracticon-document-non-document-paths---default.png +0 -3
  100. package/dist/esm/__tests__/vr-tests/__snapshots__/block-card/block-card-resolved-icon-variations-resolvedclient-icontesturls-/342/200/224-flexible-extractsmartlinkicon-path---default.png +0 -3
  101. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default--dfo-fix-preview-dynamic-style-false.png +0 -3
  102. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  103. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default--dfo-fix-preview-dynamic-style-false.png +0 -3
  104. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  105. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default--dfo-fix-preview-dynamic-style-false.png +0 -3
  106. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  107. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default--dfo-fix-preview-dynamic-style-false.png +0 -3
  108. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  109. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default--dfo-fix-preview-dynamic-style-false.png +0 -3
  110. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  111. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default--dfo-fix-preview-dynamic-style-false.png +0 -3
  112. package/dist/esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default--dfo-fix-preview-dynamic-style-true.png +0 -3
  113. package/dist/esm/__tests__/vr-tests/__snapshots__/inline-card/inline-card-resolved-icon-variations-resolvedclient-icontesturls-/342/200/224-extracticon-document-non-document-paths---default.png +0 -3
  114. /package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/{flexible-ui-block-preview-large--default--dfo-fix-preview-dynamic-style-false.png → flexible-ui-block-preview-large--default.png} +0 -0
  115. /package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/{flexible-ui-block-preview-medium--default--dfo-fix-preview-dynamic-style-false.png → flexible-ui-block-preview-medium--default.png} +0 -0
  116. /package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/{flexible-ui-block-preview-mixed-padding--default--dfo-fix-preview-dynamic-style-false.png → flexible-ui-block-preview-mixed-padding--default.png} +0 -0
  117. /package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/{flexible-ui-block-preview-override-css--default--dfo-fix-preview-dynamic-style-false.png → flexible-ui-block-preview-override-css--default.png} +0 -0
  118. /package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/{flexible-ui-block-preview-small--default--dfo-fix-preview-dynamic-style-false.png → flexible-ui-block-preview-small--default.png} +0 -0
  119. /package/dist/cjs/__tests__/vr-tests/__snapshots__/flexible-card/{flexible-ui-block-preview-xlarge--default--dfo-fix-preview-dynamic-style-false.png → flexible-ui-block-preview-xlarge--default.png} +0 -0
  120. /package/dist/{cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default--dfo-fix-preview-dynamic-style-true.png → es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default.png} +0 -0
  121. /package/dist/{cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default--dfo-fix-preview-dynamic-style-true.png → es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default.png} +0 -0
  122. /package/dist/{cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default--dfo-fix-preview-dynamic-style-true.png → es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default.png} +0 -0
  123. /package/dist/{cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default--dfo-fix-preview-dynamic-style-true.png → es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default.png} +0 -0
  124. /package/dist/{cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default--dfo-fix-preview-dynamic-style-true.png → es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default.png} +0 -0
  125. /package/dist/{cjs/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default--dfo-fix-preview-dynamic-style-true.png → es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default.png} +0 -0
  126. /package/dist/{es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default--dfo-fix-preview-dynamic-style-false.png → esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-large--default.png} +0 -0
  127. /package/dist/{es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default--dfo-fix-preview-dynamic-style-false.png → esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-medium--default.png} +0 -0
  128. /package/dist/{es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default--dfo-fix-preview-dynamic-style-false.png → esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-mixed-padding--default.png} +0 -0
  129. /package/dist/{es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default--dfo-fix-preview-dynamic-style-false.png → esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-override-css--default.png} +0 -0
  130. /package/dist/{es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default--dfo-fix-preview-dynamic-style-false.png → esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-small--default.png} +0 -0
  131. /package/dist/{es2019/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default--dfo-fix-preview-dynamic-style-false.png → esm/__tests__/vr-tests/__snapshots__/flexible-card/flexible-ui-block-preview-xlarge--default.png} +0 -0
@@ -1,7 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
- import React, { useCallback, useRef, useState } from 'react';
3
+ import React, { useCallback, useEffect, useRef, useState } from 'react';
4
4
  import ModalDialog, { ModalBody, ModalTransition } from '@atlaskit/modal-dialog';
5
+ import { fg } from '@atlaskit/platform-feature-flags';
5
6
  import { useThemeObserver } from '@atlaskit/tokens';
6
7
  import { SmartLinkSize } from '../../constants';
7
8
  import useInvokeClientAction from '../../state/hooks/use-invoke-client-action';
@@ -116,6 +117,30 @@ var EmbedModal = function EmbedModal(_ref) {
116
117
  if (previewUrl && isSupportTheming) {
117
118
  previewUrl = getPreviewUrlWithTheme(previewUrl, themeState);
118
119
  }
120
+ var focusRef = useRef(null);
121
+ var hasRestoredFocus = useRef(false);
122
+ useEffect(function () {
123
+ if (!isOpen || !fg('navx-4719-a11y-embed-modal-focus-states')) {
124
+ hasRestoredFocus.current = false;
125
+ return;
126
+ }
127
+ var handleWindowBlur = function handleWindowBlur() {
128
+ if (hasRestoredFocus.current) return;
129
+ setTimeout(function () {
130
+ var _focusRef$current;
131
+ // document.hasFocus() returns true when focus moved to an
132
+ // iframe on the same page, false when the window itself
133
+ // lost focus (e.g. user switched browser tabs)
134
+ if (!document.hasFocus()) return;
135
+ hasRestoredFocus.current = true;
136
+ (_focusRef$current = focusRef.current) === null || _focusRef$current === void 0 || _focusRef$current.focus();
137
+ }, 0);
138
+ };
139
+ window.addEventListener('blur', handleWindowBlur);
140
+ return function () {
141
+ window.removeEventListener('blur', handleWindowBlur);
142
+ };
143
+ }, [isOpen]);
119
144
  return /*#__PURE__*/React.createElement(ModalTransition, null, isOpen && /*#__PURE__*/React.createElement(ModalDialog, {
120
145
  height: "100%",
121
146
  onClose: handleOnClose,
@@ -125,7 +150,7 @@ var EmbedModal = function EmbedModal(_ref) {
125
150
  width: width,
126
151
  label: title,
127
152
  isBlanketHidden: isBlanketHidden
128
- }, /*#__PURE__*/React.createElement(LinkInfo, {
153
+ }, /*#__PURE__*/React.createElement(LinkInfo, _extends({
129
154
  icon: linkIcon && {
130
155
  icon: /*#__PURE__*/React.createElement(BaseIconElement, _extends({}, linkIcon, {
131
156
  size: SmartLinkSize.Large
@@ -139,7 +164,9 @@ var EmbedModal = function EmbedModal(_ref) {
139
164
  size: width,
140
165
  title: title,
141
166
  testId: testId
142
- }), /*#__PURE__*/React.createElement(ModalBody, null, /*#__PURE__*/React.createElement(EmbedContent, {
167
+ }, fg('navx-4719-a11y-embed-modal-focus-states') ? {
168
+ focusRef: focusRef
169
+ } : {})), /*#__PURE__*/React.createElement(ModalBody, null, /*#__PURE__*/React.createElement(EmbedContent, {
143
170
  isTrusted: isTrusted,
144
171
  name: iframeName,
145
172
  src: previewUrl,
@@ -8,7 +8,6 @@ import { cx } from '@atlaskit/css';
8
8
  import { fg } from '@atlaskit/platform-feature-flags';
9
9
  import { Box, Inline, Pressable } from '@atlaskit/primitives/compiled';
10
10
  import Spinner from '@atlaskit/spinner';
11
- import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
12
11
  import { getPrimitivesInlineSpaceBySize } from '../../../utils';
13
12
  import ActionIcon from '../action-icon';
14
13
  var styles = {
@@ -34,11 +33,14 @@ var ActionButton = function ActionButton(_ref) {
34
33
  onClickCallback();
35
34
  }
36
35
  }, [isDisabled, isLoading, onClickCallback]);
37
- var is3pExperimentEnabled =
38
- // eslint-disable-next-line @atlaskit/platform/no-preconditioning
39
- fg('platform_sl_3p_auth_rovo_action_kill_switch') && expValEqualsNoExposure('platform_sl_3p_auth_rovo_action', 'isEnabled', true);
36
+
37
+ // FIX-ME: This is required for ResolvedHoverCardFooterBlock action to show proper size
38
+ // ResolvedHoverCardFooterBlock is currently not used but keeping inside the code base for
39
+ // upcoming experiment to refresh HoverCard design
40
+ // If ResolvedHoverCardFooterBlock is cleaned up, this code can be removed.
41
+ var showSpinnerSize24 = false;
40
42
  var icon = iconOption && isLoading ? /*#__PURE__*/React.createElement(ActionIcon, {
41
- icon: is3pExperimentEnabled ? /*#__PURE__*/React.createElement(Box, {
43
+ icon: showSpinnerSize24 ? /*#__PURE__*/React.createElement(Box, {
42
44
  xcss: styles.spinner
43
45
  }, /*#__PURE__*/React.createElement(Spinner, {
44
46
  size: 16,
@@ -55,7 +57,7 @@ var ActionButton = function ActionButton(_ref) {
55
57
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop
56
58
  ,
57
59
  style: style
58
- }, fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
60
+ }, fg('platform_sl_action_refactoring') ? {
59
61
  'aria-label': ariaLabel
60
62
  } : {}), /*#__PURE__*/React.createElement(Inline, {
61
63
  alignBlock: "center",
@@ -18,7 +18,7 @@ export var AISummaryActionComponent = function AISummaryActionComponent(props) {
18
18
  useEffect(function () {
19
19
  onLoadingChange === null || onLoadingChange === void 0 || onLoadingChange(status === 'loading');
20
20
  }, [onLoadingChange, status]);
21
- return status === 'done' ? fg('platform_sl_3p_auth_rovo_action_kill_switch') ? /*#__PURE__*/React.createElement(CopySummaryActionNew, _extends({}, props, {
21
+ return status === 'done' ? fg('platform_sl_action_refactoring') ? /*#__PURE__*/React.createElement(CopySummaryActionNew, _extends({}, props, {
22
22
  summary: content,
23
23
  testId: testId
24
24
  })) : /*#__PURE__*/React.createElement(CopySummaryAction, _extends({}, props, {
@@ -73,7 +73,7 @@ var FollowAction = function FollowAction(props) {
73
73
  };
74
74
  return /*#__PURE__*/React.createElement(ServerAction, _extends({
75
75
  content: /*#__PURE__*/React.createElement(FormattedMessage, label)
76
- }, fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
76
+ }, fg('platform_sl_action_refactoring') ? {
77
77
  ariaLabel: intl.formatMessage(label)
78
78
  } : {}, {
79
79
  icon: followIcon,
@@ -38,10 +38,10 @@ var ViewRelatedLinksAction = function ViewRelatedLinksAction(_ref) {
38
38
  }, [actionData === null || actionData === void 0 ? void 0 : actionData.ari, fireEvent, modal, onClickCallback]);
39
39
  return actionData ? /*#__PURE__*/React.createElement(Action, _extends({
40
40
  content: /*#__PURE__*/React.createElement(FormattedMessage, messages.related_links_view_related_links)
41
- }, fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
41
+ }, fg('platform_sl_action_refactoring') ? {
42
42
  tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.related_links_view_related_links)
43
43
  } : {}, {
44
- icon: /*#__PURE__*/React.createElement(RelatedLinksActionIcon, fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
44
+ icon: /*#__PURE__*/React.createElement(RelatedLinksActionIcon, fg('platform_sl_action_refactoring') ? {
45
45
  iconSize: props.iconSize
46
46
  } : {}),
47
47
  onClick: onClick,
@@ -14,7 +14,6 @@ import { Provider } from '../../elements';
14
14
  import Block from '../block';
15
15
  /**
16
16
  * Allowed footer actions for HoverCard, in display order. Fetched from context.
17
- * @featureGate platform_sl_3p_auth_rovo_action_kill_switch
18
17
  */
19
18
  var HIDDEN_HOVER_CARD_FOOTER_ACTIONS = [ActionName.RovoChatAction];
20
19
  var ignoreContainerMarginStyles = null;
@@ -48,6 +47,9 @@ var ResolvedHoverCardFooterBlock = function ResolvedHoverCardFooterBlock(_ref) {
48
47
  });
49
48
  return arr.map(function (name) {
50
49
  var Action = name in Actions ? Actions[name] : undefined;
50
+
51
+ // Note: For the spinner to render properly, e.g. AI summary action,
52
+ // the spinner need to be updated. See FIX-ME comment on ActionButton
51
53
  return Action ? /*#__PURE__*/React.createElement(Action, {
52
54
  key: name,
53
55
  as: "stack-item",
@@ -10,7 +10,6 @@ import { ax, ix } from "@compiled/react/runtime";
10
10
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
11
11
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
12
12
  import { useCallback, useLayoutEffect, useState } from 'react';
13
- import { fg } from '@atlaskit/platform-feature-flags';
14
13
  import { MediaPlacement } from '../../../../../../constants';
15
14
  import { Preview } from '../../../elements';
16
15
  import Block from '../../block';
@@ -33,25 +32,7 @@ var PreviewBlockResolvedView = function PreviewBlockResolvedView(_ref) {
33
32
  style = _ref.style,
34
33
  className = _ref.className,
35
34
  blockProps = _objectWithoutProperties(_ref, _excluded);
36
- var _useState = useState(function () {
37
- if (fg('dfo-fix-preview-dynamic-style')) {
38
- if (placement === MediaPlacement.Left || placement === MediaPlacement.Right) {
39
- var containerPadding = ignoreContainerPadding ? '0px' : 'var(--container-padding)';
40
- var newStyle = _objectSpread(_objectSpread(_objectSpread({}, style), {}, {
41
- position: 'absolute',
42
- top: containerPadding,
43
- bottom: containerPadding,
44
- width: "calc(var(--preview-block-width) - ".concat(containerPadding, ")")
45
- }, placement === MediaPlacement.Left ? {
46
- left: containerPadding
47
- } : {}), placement === MediaPlacement.Right ? {
48
- right: containerPadding
49
- } : {});
50
- return newStyle;
51
- }
52
- }
53
- return style !== null && style !== void 0 ? style : {};
54
- }),
35
+ var _useState = useState(style !== null && style !== void 0 ? style : {}),
55
36
  _useState2 = _slicedToArray(_useState, 2),
56
37
  dynamicStyles = _useState2[0],
57
38
  setDynamicStyles = _useState2[1];
@@ -1,4 +1,3 @@
1
- import _extends from "@babel/runtime/helpers/extends";
2
1
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
2
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
4
3
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
@@ -270,16 +269,14 @@ var HoverCardContent = function HoverCardContent(_ref4) {
270
269
  });
271
270
  }
272
271
  if (isResolved) {
273
- return /*#__PURE__*/React.createElement(HoverCardResolvedView, _extends({}, fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
274
- actionOptions: actionOptions
275
- } : undefined, {
272
+ return /*#__PURE__*/React.createElement(HoverCardResolvedView, {
276
273
  cardState: cardState,
277
274
  extensionKey: extensionKey,
278
275
  flexibleCardProps: flexibleCardProps,
279
276
  isAISummaryEnabled: isAISummaryEnabled,
280
277
  onActionClick: onActionClick,
281
278
  titleBlockProps: titleBlockProps
282
- }));
279
+ });
283
280
  }
284
281
  return null;
285
282
  }();
@@ -321,16 +318,14 @@ var HoverCardContent = function HoverCardContent(_ref4) {
321
318
  });
322
319
  }
323
320
  if (cardState.status === 'resolved') {
324
- return /*#__PURE__*/React.createElement(HoverCardResolvedView, _extends({}, fg('platform_sl_3p_auth_rovo_action_kill_switch') ? {
325
- actionOptions: actionOptions
326
- } : undefined, {
321
+ return /*#__PURE__*/React.createElement(HoverCardResolvedView, {
327
322
  cardState: cardState,
328
323
  extensionKey: extensionKey,
329
324
  flexibleCardProps: flexibleCardProps,
330
325
  isAISummaryEnabled: isAISummaryEnabled,
331
326
  onActionClick: onActionClick,
332
327
  titleBlockProps: titleBlockProps
333
- }));
328
+ });
334
329
  }
335
330
  return null;
336
331
  };
@@ -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.6.9",
15
+ packageVersion: "45.6.11",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var LinkUrl = function LinkUrl(_ref) {
@@ -5,6 +5,5 @@
5
5
  ._o5724jg8{white-space:normal}
6
6
  ._slp31hna{word-wrap:break-word}
7
7
  ._syazazsu{color:var(--ds-text-subtle,#505258)}
8
- ._syazi7uo{color:var(--ds-text,#292a2e)}
9
8
  ._te171kdv{-ms-user-select:text}
10
9
  ._uizt1kdv{-webkit-user-select:text;-ms-user-select:text;user-select:text}
@@ -3,12 +3,9 @@ import "./index.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
5
5
  import Markdown from 'markdown-to-jsx';
6
- import { fg } from '@atlaskit/platform-feature-flags';
7
- import { expValEqualsNoExposure } from '@atlaskit/tmp-editor-statsig/exp-val-equals-no-exposure';
8
6
  import UList from './ulist';
9
7
  var baseStyle = null;
10
- var textStyleNew = null;
11
- var textStyleOld = null;
8
+ var textStyle = null;
12
9
 
13
10
  /**
14
11
  * A component to render a response from AI in markdown text.
@@ -26,14 +23,11 @@ var AISummary = function AISummary(_ref) {
26
23
  if (!content && minHeight === 0) {
27
24
  return null;
28
25
  }
29
- var is3pExperimentEnabled =
30
- // eslint-disable-next-line @atlaskit/platform/no-preconditioning
31
- fg('platform_sl_3p_auth_rovo_action_kill_switch') && expValEqualsNoExposure('platform_sl_3p_auth_rovo_action', 'isEnabled', true);
32
26
  return /*#__PURE__*/React.createElement(Markdown, {
33
27
  "data-testid": testId
34
28
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop
35
29
  ,
36
- className: ax(["_11c8wadc _slp31hna _1nmz1hna _o5724jg8 _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", is3pExperimentEnabled ? "_syazi7uo" : "_syazazsu", className]),
30
+ className: ax(["_11c8wadc _slp31hna _1nmz1hna _o5724jg8 _181u1kdv _1rkw1kdv _te171kdv _uizt1kdv", "_syazazsu", className]),
37
31
  children: content,
38
32
  options: {
39
33
  forceWrapper: true,
@@ -1,3 +1,3 @@
1
1
  import { type LinkInfoProps } from './types';
2
- declare const LinkInfo: ({ icon, providerName, onDownloadButtonClick, onResizeButtonClick, onViewButtonClick, size, testId, title, }: LinkInfoProps) => JSX.Element;
2
+ declare const LinkInfo: ({ icon, providerName, onDownloadButtonClick, onResizeButtonClick, onViewButtonClick, size, testId, title, focusRef, }: LinkInfoProps) => JSX.Element;
3
3
  export default LinkInfo;
@@ -1,12 +1,13 @@
1
- import React from 'react';
1
+ import React, { type RefObject } from 'react';
2
2
  import { type IconProp } from '@atlaskit/button/new';
3
3
  export type LinkInfoButtonProps = {
4
4
  content: React.ReactNode;
5
+ focusRef?: RefObject<HTMLButtonElement>;
5
6
  icon: IconProp;
6
7
  label: string;
7
8
  onClick?: () => void;
8
9
  role?: string;
9
10
  testId?: string;
10
11
  };
11
- declare const LinkInfoButton: ({ content, icon, label, onClick, testId, role, }: LinkInfoButtonProps) => React.JSX.Element;
12
+ declare const LinkInfoButton: ({ content, icon, label, onClick, testId, role, focusRef, }: LinkInfoButtonProps) => React.JSX.Element;
12
13
  export default LinkInfoButton;
@@ -1,7 +1,7 @@
1
1
  import type { RefObject } from 'react';
2
2
  import { type IconProps } from '../../../common/Icon';
3
3
  export type LinkInfoProps = {
4
- focusRef?: RefObject<HTMLHeadingElement>;
4
+ focusRef?: RefObject<HTMLButtonElement>;
5
5
  icon?: IconProps;
6
6
  onDownloadButtonClick?: () => void;
7
7
  onResizeButtonClick?: () => void;
@@ -28,8 +28,7 @@ export type ActionProps = {
28
28
  */
29
29
  asDropDownItem?: boolean;
30
30
  /**
31
- * Used in block card 3P post-auth experiment to show different icons for Rovo actions
32
- * Should be removed on clean up of platform_sl_3p_auth_rovo_block_card_kill_switch after finalizing which icons to use long term
31
+ * Used to show different icons for Rovo actions
33
32
  */
34
33
  cardAppearance?: CardDisplay;
35
34
  /**
@@ -5,10 +5,6 @@ export type AISummaryBlockProps = {
5
5
  * Minimum height requirement for the AISummary component to prevent fluctuations in a card size on the summary action.
6
6
  */
7
7
  aiSummaryMinHeight?: number;
8
- /**
9
- * Whether the platform_sl_3p_auth_rovo_action experiment value is ON for current runtime
10
- */
11
- isAny3pRovoActionsExperimentOn?: boolean;
12
8
  /**
13
9
  * Placeholder to show when summary is not available
14
10
  */
@@ -126,8 +126,7 @@ export type BaseActionItem = {
126
126
  */
127
127
  export type BaseDataActionItem = {
128
128
  /**
129
- * Used in block card 3P post-auth experiment to show different icons for Rovo actions
130
- * Should be removed on clean up of platform_sl_3p_auth_rovo_block_card_kill_switch after finalizing which icons to use long term
129
+ * Used to show different icons for Rovo actions
131
130
  */
132
131
  cardAppearance?: CardDisplay;
133
132
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "45.6.10",
3
+ "version": "45.6.12",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.6.0",
40
40
  "@atlaskit/analytics-cross-product": "^2.0.0",
41
41
  "@atlaskit/analytics-gas-types": "^6.0.0",
42
- "@atlaskit/analytics-next": "^12.1.0",
42
+ "@atlaskit/analytics-next": "^12.2.0",
43
43
  "@atlaskit/avatar": "^26.1.0",
44
44
  "@atlaskit/avatar-group": "^13.1.0",
45
45
  "@atlaskit/badge": "^19.1.0",
@@ -89,7 +89,7 @@
89
89
  "@atlaskit/theme": "^26.1.0",
90
90
  "@atlaskit/tile": "^2.1.0",
91
91
  "@atlaskit/tmp-editor-statsig": "^120.1.0",
92
- "@atlaskit/tokens": "^15.3.0",
92
+ "@atlaskit/tokens": "^15.4.0",
93
93
  "@atlaskit/tooltip": "^23.1.0",
94
94
  "@atlaskit/ufo": "^1.0.0",
95
95
  "@atlaskit/width-detector": "^6.1.0",
@@ -206,7 +206,7 @@
206
206
  "jfp-magma-platform-lozenge-jump-fix": {
207
207
  "type": "boolean"
208
208
  },
209
- "platform_sl_3p_auth_rovo_action_kill_switch": {
209
+ "platform_sl_action_refactoring": {
210
210
  "type": "boolean"
211
211
  },
212
212
  "platform-dst-shape-theme-default": {
@@ -244,9 +244,6 @@
244
244
  "type": "boolean",
245
245
  "referenceOnly": true
246
246
  },
247
- "dfo-fix-preview-dynamic-style": {
248
- "type": "boolean"
249
- },
250
247
  "platform_sl_icons_refactor": {
251
248
  "type": "boolean"
252
249
  },
@@ -270,6 +267,9 @@
270
267
  },
271
268
  "dfo_issue_view_remote_data_srr_group": {
272
269
  "type": "boolean"
270
+ },
271
+ "navx-4719-a11y-embed-modal-focus-states": {
272
+ "type": "boolean"
273
273
  }
274
274
  },
275
275
  "compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/f74ef1bc-7240-4aac-9dc8-9dc43b502089"
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:714d3d863ddc7155eed354f98498cbe364e32639a184bf8e22cad8275a977638
3
- size 252075
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:97749f7dd6219e7fe4b434d55637b970e4b60758ba7dbaf0d6194f2d7de8c13c
3
- size 61440
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:714d3d863ddc7155eed354f98498cbe364e32639a184bf8e22cad8275a977638
3
- size 252075
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b21c80c3d6016fe13a9aa7a1c12dd1c9d45ebdfa450c04195c41e9b59ca81f96
3
- size 359281
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b5b73674a950c6879077c9a13a6b91d3409a74b1e8b07a5d7a06c4c8854395f
3
- size 360369
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:86f6e899f8bfacea29cacecc55daa2b13c1b3a9d53860d8f100c7b0f25c01a99
3
- size 192089
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cda8c7f337a7c74428939de10935187267499070f3779d8fa083b3f3573cdaa4
3
- size 132642
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c4b6a81a1e515bd429c31e812901eb816a53c9c83913ac47702bc58c959cb35
3
- size 360476
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e80b4c107539bc0f8d65d79f59fe0983acadf717e93eebd7d9cd0b9718c022cb
3
- size 362922
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:97749f7dd6219e7fe4b434d55637b970e4b60758ba7dbaf0d6194f2d7de8c13c
3
- size 61440
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:714d3d863ddc7155eed354f98498cbe364e32639a184bf8e22cad8275a977638
3
- size 252075
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b21c80c3d6016fe13a9aa7a1c12dd1c9d45ebdfa450c04195c41e9b59ca81f96
3
- size 359281
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b21c80c3d6016fe13a9aa7a1c12dd1c9d45ebdfa450c04195c41e9b59ca81f96
3
- size 359281
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b5b73674a950c6879077c9a13a6b91d3409a74b1e8b07a5d7a06c4c8854395f
3
- size 360369
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:3b5b73674a950c6879077c9a13a6b91d3409a74b1e8b07a5d7a06c4c8854395f
3
- size 360369
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:86f6e899f8bfacea29cacecc55daa2b13c1b3a9d53860d8f100c7b0f25c01a99
3
- size 192089
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:86f6e899f8bfacea29cacecc55daa2b13c1b3a9d53860d8f100c7b0f25c01a99
3
- size 192089
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cda8c7f337a7c74428939de10935187267499070f3779d8fa083b3f3573cdaa4
3
- size 132642
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cda8c7f337a7c74428939de10935187267499070f3779d8fa083b3f3573cdaa4
3
- size 132642
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c4b6a81a1e515bd429c31e812901eb816a53c9c83913ac47702bc58c959cb35
3
- size 360476
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1c4b6a81a1e515bd429c31e812901eb816a53c9c83913ac47702bc58c959cb35
3
- size 360476
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e80b4c107539bc0f8d65d79f59fe0983acadf717e93eebd7d9cd0b9718c022cb
3
- size 362922
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e80b4c107539bc0f8d65d79f59fe0983acadf717e93eebd7d9cd0b9718c022cb
3
- size 362922
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:97749f7dd6219e7fe4b434d55637b970e4b60758ba7dbaf0d6194f2d7de8c13c
3
- size 61440