@atlaskit/smart-card 45.8.2 → 45.8.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.
Files changed (23) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-off-exp-off--default.png +3 -0
  3. package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-off-exp-on--default.png +3 -0
  4. package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-on-exp-off--default.png +3 -0
  5. package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-on-exp-on--default.png +3 -0
  6. package/dist/cjs/utils/analytics/analytics.js +1 -1
  7. package/dist/cjs/view/HoverCard/components/views/unauthorised/RovoUnauthorisedView.js +2 -1
  8. package/dist/cjs/view/LinkUrl/index.js +1 -1
  9. package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-off-exp-off--default.png +3 -0
  10. package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-off-exp-on--default.png +3 -0
  11. package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-on-exp-off--default.png +3 -0
  12. package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-on-exp-on--default.png +3 -0
  13. package/dist/es2019/utils/analytics/analytics.js +1 -1
  14. package/dist/es2019/view/HoverCard/components/views/unauthorised/RovoUnauthorisedView.js +2 -1
  15. package/dist/es2019/view/LinkUrl/index.js +1 -1
  16. package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-off-exp-off--default.png +3 -0
  17. package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-off-exp-on--default.png +3 -0
  18. package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-on-exp-off--default.png +3 -0
  19. package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-resolved-view-with-rovo-actions-footer-fg-on-exp-on--default.png +3 -0
  20. package/dist/esm/utils/analytics/analytics.js +1 -1
  21. package/dist/esm/view/HoverCard/components/views/unauthorised/RovoUnauthorisedView.js +2 -1
  22. package/dist/esm/view/LinkUrl/index.js +1 -1
  23. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 45.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ec4881d5fcc65`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ec4881d5fcc65) -
8
+ Align the "Not now" and "Connect account" buttons in the Rovo unauthorised hover card footer by
9
+ adding `alignBlock="center"`, ensuring they render vertically centred.
10
+ - [`f5338ab2e1f3b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/f5338ab2e1f3b) -
11
+ Add visual regression coverage for embed card Rovo footer variants.
12
+ - Updated dependencies
13
+
14
+ ## 45.8.3
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+
3
20
  ## 45.8.2
4
21
 
5
22
  ### Patch Changes
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09ef0a92c5497306769dbc4a3000f4c57d5e7f8d29d92e374df4fe38beb7ca0
3
+ size 14559
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
11
11
  var context = exports.context = {
12
12
  componentName: 'smart-cards',
13
13
  packageName: "@atlaskit/smart-card" || '',
14
- packageVersion: "45.8.1" || ''
14
+ packageVersion: "45.8.3" || ''
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -142,7 +142,8 @@ var RovoUnauthorisedView = function RovoUnauthorisedView(_ref) {
142
142
  })), /*#__PURE__*/React.createElement(_compiled.Box, {
143
143
  xcss: layoutStyles.footer
144
144
  }, /*#__PURE__*/React.createElement(_compiled.Inline, {
145
- space: "space.050"
145
+ space: "space.050",
146
+ alignBlock: "center"
146
147
  }, /*#__PURE__*/React.createElement(_new.default, {
147
148
  appearance: "subtle",
148
149
  spacing: "compact",
@@ -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.8.1",
22
+ packageVersion: "45.8.3",
23
23
  componentName: 'linkUrl'
24
24
  };
25
25
  var LinkUrl = function LinkUrl(_ref) {
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09ef0a92c5497306769dbc4a3000f4c57d5e7f8d29d92e374df4fe38beb7ca0
3
+ size 14559
@@ -2,7 +2,7 @@ export const ANALYTICS_CHANNEL = 'media';
2
2
  export const context = {
3
3
  componentName: 'smart-cards',
4
4
  packageName: "@atlaskit/smart-card" || '',
5
- packageVersion: "45.8.1" || ''
5
+ packageVersion: "45.8.3" || ''
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -134,7 +134,8 @@ const RovoUnauthorisedView = ({
134
134
  })), /*#__PURE__*/React.createElement(Box, {
135
135
  xcss: layoutStyles.footer
136
136
  }, /*#__PURE__*/React.createElement(Inline, {
137
- space: "space.050"
137
+ space: "space.050",
138
+ alignBlock: "center"
138
139
  }, /*#__PURE__*/React.createElement(Button, {
139
140
  appearance: "subtle",
140
141
  spacing: "compact",
@@ -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.8.1",
12
+ packageVersion: "45.8.3",
13
13
  componentName: 'linkUrl'
14
14
  };
15
15
  const LinkUrl = ({
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0054a0e688096581cdfaa220e2537d7c9f0dd5ef8abc3a64b3d9d23b39040984
3
+ size 10859
@@ -0,0 +1,3 @@
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f09ef0a92c5497306769dbc4a3000f4c57d5e7f8d29d92e374df4fe38beb7ca0
3
+ size 14559
@@ -4,7 +4,7 @@ export var ANALYTICS_CHANNEL = 'media';
4
4
  export var context = {
5
5
  componentName: 'smart-cards',
6
6
  packageName: "@atlaskit/smart-card" || '',
7
- packageVersion: "45.8.1" || ''
7
+ packageVersion: "45.8.3" || ''
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -133,7 +133,8 @@ var RovoUnauthorisedView = function RovoUnauthorisedView(_ref) {
133
133
  })), /*#__PURE__*/React.createElement(Box, {
134
134
  xcss: layoutStyles.footer
135
135
  }, /*#__PURE__*/React.createElement(Inline, {
136
- space: "space.050"
136
+ space: "space.050",
137
+ alignBlock: "center"
137
138
  }, /*#__PURE__*/React.createElement(Button, {
138
139
  appearance: "subtle",
139
140
  spacing: "compact",
@@ -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.8.1",
15
+ packageVersion: "45.8.3",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var LinkUrl = function LinkUrl(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "45.8.2",
3
+ "version": "45.8.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": "^2.3.0",
91
- "@atlaskit/tmp-editor-statsig": "^123.0.0",
91
+ "@atlaskit/tmp-editor-statsig": "^124.0.0",
92
92
  "@atlaskit/tokens": "^15.5.0",
93
93
  "@atlaskit/tooltip": "^23.1.0",
94
94
  "@atlaskit/ufo": "^1.0.0",