@atlaskit/smart-card 45.21.4 → 45.21.5

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 (20) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/cjs/__tests__/informational-vr-tests/__snapshots__/related-links/resolved---hover-state--light-mode.png +2 -2
  3. package/dist/cjs/__tests__/informational-vr-tests/__snapshots__/related-links/resolved---selected-state--light-mode.png +2 -2
  4. package/dist/cjs/utils/analytics/analytics.js +1 -1
  5. package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/RovoSummaryBlockResolvedView.js +1 -3
  6. package/dist/cjs/view/LinkUrl/index.js +1 -1
  7. package/dist/cjs/view/common/rovo-chat-utils/index.js +1 -2
  8. package/dist/es2019/__tests__/informational-vr-tests/__snapshots__/related-links/resolved---hover-state--light-mode.png +2 -2
  9. package/dist/es2019/__tests__/informational-vr-tests/__snapshots__/related-links/resolved---selected-state--light-mode.png +2 -2
  10. package/dist/es2019/utils/analytics/analytics.js +1 -1
  11. package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/resolved/RovoSummaryBlockResolvedView.js +1 -3
  12. package/dist/es2019/view/LinkUrl/index.js +1 -1
  13. package/dist/es2019/view/common/rovo-chat-utils/index.js +1 -2
  14. package/dist/esm/__tests__/informational-vr-tests/__snapshots__/related-links/resolved---hover-state--light-mode.png +2 -2
  15. package/dist/esm/__tests__/informational-vr-tests/__snapshots__/related-links/resolved---selected-state--light-mode.png +2 -2
  16. package/dist/esm/utils/analytics/analytics.js +1 -1
  17. package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/resolved/RovoSummaryBlockResolvedView.js +1 -3
  18. package/dist/esm/view/LinkUrl/index.js +1 -1
  19. package/dist/esm/view/common/rovo-chat-utils/index.js +1 -2
  20. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 45.21.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 45.21.4
4
10
 
5
11
  ### Patch Changes
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2808ad51cded0d5e8b226acca6296ffec9f3eae7a748714d6c557a46ef99bbe
3
- size 38410
2
+ oid sha256:06e6a2d7b0249672c77295ac4d308e3cb402a1a6c16ca7221c40bffe180a741f
3
+ size 37635
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312543dbf7d25a3c1c4d8a9afa0b33ae663c6997271da4f90fd9f35fc1fa26f7
3
- size 37991
2
+ oid sha256:e48d6df01718f536349a2120172ed1da5455742f2d89fb45c70e83dfa8befa6d
3
+ size 36846
@@ -24,7 +24,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
24
24
  var context = exports.context = {
25
25
  componentName: 'smart-cards',
26
26
  packageName: "@atlaskit/smart-card" || '',
27
- packageVersion: "45.21.3" || ''
27
+ packageVersion: "45.21.5" || ''
28
28
  };
29
29
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
30
30
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -60,7 +60,6 @@ var RovoSummaryBlockResolvedView = exports.RovoSummaryBlockResolvedView = functi
60
60
  }, /*#__PURE__*/React.createElement("div", {
61
61
  className: (0, _runtime.ax)([newStyles.iconWrapper])
62
62
  }, /*#__PURE__*/React.createElement(_logo.RovoIcon, {
63
- shouldUseHexLogo: true,
64
63
  size: "xxsmall"
65
64
  })), status === 'done' && /*#__PURE__*/React.createElement(_aiEventSummaryViewed.default, {
66
65
  fromCache: isSummarisedOnMountRef.current
@@ -87,8 +86,7 @@ var RovoSummaryBlockResolvedView = exports.RovoSummaryBlockResolvedView = functi
87
86
  }, /*#__PURE__*/React.createElement("div", {
88
87
  className: (0, _runtime.ax)([newStyles.iconWrapper])
89
88
  }, /*#__PURE__*/React.createElement(_logo.RovoIcon, {
90
- shouldUseHexLogo: true,
91
- size: 'xxsmall'
89
+ size: "xxsmall"
92
90
  })), /*#__PURE__*/React.createElement(_compiled.Text, {
93
91
  size: "small",
94
92
  color: "color.text"
@@ -19,7 +19,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
19
19
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
20
20
  var PACKAGE_DATA = {
21
21
  packageName: "@atlaskit/smart-card",
22
- packageVersion: "45.21.3",
22
+ packageVersion: "45.21.5",
23
23
  componentName: 'linkUrl'
24
24
  };
25
25
  var LinkUrl = function LinkUrl(_ref) {
@@ -138,8 +138,7 @@ var getPromptAction = exports.getPromptAction = function getPromptAction(_ref) {
138
138
  return {
139
139
  icon: cardAppearance === _constants.CardDisplay.Block && !!product && product === 'CONFLUENCE' ? /*#__PURE__*/_react.default.createElement(_logo.RovoIcon, {
140
140
  label: label_ask_rovo_anything,
141
- size: 'xxsmall',
142
- shouldUseHexLogo: true
141
+ size: 'xxsmall'
143
142
  }) : /*#__PURE__*/_react.default.createElement(_aiSearchIcon.default, null),
144
143
  content: label_ask_rovo_anything,
145
144
  tooltipMessage: label_ask_rovo_anything,
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2808ad51cded0d5e8b226acca6296ffec9f3eae7a748714d6c557a46ef99bbe
3
- size 38410
2
+ oid sha256:06e6a2d7b0249672c77295ac4d308e3cb402a1a6c16ca7221c40bffe180a741f
3
+ size 37635
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312543dbf7d25a3c1c4d8a9afa0b33ae663c6997271da4f90fd9f35fc1fa26f7
3
- size 37991
2
+ oid sha256:e48d6df01718f536349a2120172ed1da5455742f2d89fb45c70e83dfa8befa6d
3
+ size 36846
@@ -3,7 +3,7 @@ export const ANALYTICS_CHANNEL = 'media';
3
3
  export const context = {
4
4
  componentName: 'smart-cards',
5
5
  packageName: "@atlaskit/smart-card" || '',
6
- packageVersion: "45.21.3" || ''
6
+ packageVersion: "45.21.5" || ''
7
7
  };
8
8
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
9
9
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -54,7 +54,6 @@ export const RovoSummaryBlockResolvedView = props => {
54
54
  }, /*#__PURE__*/React.createElement("div", {
55
55
  className: ax([newStyles.iconWrapper])
56
56
  }, /*#__PURE__*/React.createElement(RovoIcon, {
57
- shouldUseHexLogo: true,
58
57
  size: "xxsmall"
59
58
  })), status === 'done' && /*#__PURE__*/React.createElement(AIEventSummaryViewed, {
60
59
  fromCache: isSummarisedOnMountRef.current
@@ -81,8 +80,7 @@ export const RovoSummaryBlockResolvedView = props => {
81
80
  }, /*#__PURE__*/React.createElement("div", {
82
81
  className: ax([newStyles.iconWrapper])
83
82
  }, /*#__PURE__*/React.createElement(RovoIcon, {
84
- shouldUseHexLogo: true,
85
- size: 'xxsmall'
83
+ size: "xxsmall"
86
84
  })), /*#__PURE__*/React.createElement(Text, {
87
85
  size: "small",
88
86
  color: "color.text"
@@ -9,7 +9,7 @@ import LinkWarningModal from './LinkWarningModal';
9
9
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
10
10
  const PACKAGE_DATA = {
11
11
  packageName: "@atlaskit/smart-card",
12
- packageVersion: "45.21.3",
12
+ packageVersion: "45.21.5",
13
13
  componentName: 'linkUrl'
14
14
  };
15
15
  const LinkUrl = ({
@@ -132,8 +132,7 @@ export const getPromptAction = ({
132
132
  return {
133
133
  icon: cardAppearance === CardDisplay.Block && !!product && product === 'CONFLUENCE' ? /*#__PURE__*/React.createElement(RovoIcon, {
134
134
  label: label_ask_rovo_anything,
135
- size: 'xxsmall',
136
- shouldUseHexLogo: true
135
+ size: 'xxsmall'
137
136
  }) : /*#__PURE__*/React.createElement(AISearchIcon, null),
138
137
  content: label_ask_rovo_anything,
139
138
  tooltipMessage: label_ask_rovo_anything,
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c2808ad51cded0d5e8b226acca6296ffec9f3eae7a748714d6c557a46ef99bbe
3
- size 38410
2
+ oid sha256:06e6a2d7b0249672c77295ac4d308e3cb402a1a6c16ca7221c40bffe180a741f
3
+ size 37635
@@ -1,3 +1,3 @@
1
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:312543dbf7d25a3c1c4d8a9afa0b33ae663c6997271da4f90fd9f35fc1fa26f7
3
- size 37991
2
+ oid sha256:e48d6df01718f536349a2120172ed1da5455742f2d89fb45c70e83dfa8befa6d
3
+ size 36846
@@ -3,7 +3,7 @@ export var ANALYTICS_CHANNEL = 'media';
3
3
  export var context = {
4
4
  componentName: 'smart-cards',
5
5
  packageName: "@atlaskit/smart-card" || '',
6
- packageVersion: "45.21.3" || ''
6
+ packageVersion: "45.21.5" || ''
7
7
  };
8
8
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
9
9
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -51,7 +51,6 @@ export var RovoSummaryBlockResolvedView = function RovoSummaryBlockResolvedView(
51
51
  }, /*#__PURE__*/React.createElement("div", {
52
52
  className: ax([newStyles.iconWrapper])
53
53
  }, /*#__PURE__*/React.createElement(RovoIcon, {
54
- shouldUseHexLogo: true,
55
54
  size: "xxsmall"
56
55
  })), status === 'done' && /*#__PURE__*/React.createElement(AIEventSummaryViewed, {
57
56
  fromCache: isSummarisedOnMountRef.current
@@ -78,8 +77,7 @@ export var RovoSummaryBlockResolvedView = function RovoSummaryBlockResolvedView(
78
77
  }, /*#__PURE__*/React.createElement("div", {
79
78
  className: ax([newStyles.iconWrapper])
80
79
  }, /*#__PURE__*/React.createElement(RovoIcon, {
81
- shouldUseHexLogo: true,
82
- size: 'xxsmall'
80
+ size: "xxsmall"
83
81
  })), /*#__PURE__*/React.createElement(Text, {
84
82
  size: "small",
85
83
  color: "color.text"
@@ -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.21.3",
15
+ packageVersion: "45.21.5",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var LinkUrl = function LinkUrl(_ref) {
@@ -131,8 +131,7 @@ export var getPromptAction = function getPromptAction(_ref) {
131
131
  return {
132
132
  icon: cardAppearance === CardDisplay.Block && !!product && product === 'CONFLUENCE' ? /*#__PURE__*/React.createElement(RovoIcon, {
133
133
  label: label_ask_rovo_anything,
134
- size: 'xxsmall',
135
- shouldUseHexLogo: true
134
+ size: 'xxsmall'
136
135
  }) : /*#__PURE__*/React.createElement(AISearchIcon, null),
137
136
  content: label_ask_rovo_anything,
138
137
  tooltipMessage: label_ask_rovo_anything,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "45.21.4",
3
+ "version": "45.21.5",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -80,7 +80,7 @@
80
80
  "@atlaskit/primitives": "^22.5.0",
81
81
  "@atlaskit/react-compiler-gating": "^0.2.0",
82
82
  "@atlaskit/react-ufo": "^7.8.0",
83
- "@atlaskit/rovo-triggers": "^10.30.0",
83
+ "@atlaskit/rovo-triggers": "^10.32.0",
84
84
  "@atlaskit/section-message": "^10.2.0",
85
85
  "@atlaskit/select": "^22.11.0",
86
86
  "@atlaskit/spinner": "^20.4.0",
@@ -90,7 +90,7 @@
90
90
  "@atlaskit/textfield": "^10.2.0",
91
91
  "@atlaskit/theme": "^28.2.0",
92
92
  "@atlaskit/tile": "^4.1.0",
93
- "@atlaskit/tmp-editor-statsig": "^183.0.0",
93
+ "@atlaskit/tmp-editor-statsig": "^184.0.0",
94
94
  "@atlaskit/tokens": "^16.11.0",
95
95
  "@atlaskit/tooltip": "^24.3.0",
96
96
  "@atlaskit/ufo": "^1.2.0",