@atlaskit/smart-card 26.43.7 → 26.43.9

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 CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 26.43.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#64339](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/64339) [`edb8766adb9f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/edb8766adb9f) - Update content alignment for embed cards
8
+
9
+ ## 26.43.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 26.43.7
4
16
 
5
17
  ### Patch Changes
@@ -22,7 +22,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
22
22
  var context = exports.context = {
23
23
  componentName: 'smart-cards',
24
24
  packageName: "@atlaskit/smart-card",
25
- packageVersion: "26.43.7"
25
+ packageVersion: "26.43.9"
26
26
  };
27
27
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
28
28
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -113,7 +113,7 @@ var Content = exports.Content = _styled.default.div(_templateObject6 || (_templa
113
113
  return allowScrollBar ? 'overflow: auto;' : 'overflow: hidden;';
114
114
  }, function (_ref12) {
115
115
  var frameStyle = _ref12.frameStyle;
116
- return (0, _platformFeatureFlags.getBooleanFF)('platform.editor.show-embed-card-frame-renderer') && frameStyle === 'show' ? "\n width: calc(100% - ".concat("var(--ds-space-200, 16px)", ");\n margin: 0 ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)", ";\n ") : '';
116
+ return (0, _platformFeatureFlags.getBooleanFF)('platform.editor.show-embed-card-frame-renderer') && frameStyle === 'show' ? "\n width: calc(100% - ".concat("var(--ds-space-200, 16px)", " - 2px);\n margin: 0 ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)", ";\n ") : '';
117
117
  }, function (_ref13) {
118
118
  var frameStyle = _ref13.frameStyle;
119
119
  return frameStyle === 'hide' ? 'height: 100%;' : "\n height: calc(100% - ".concat("var(--ds-space-400, 32px)", ");\n top: ", "var(--ds-space-400, 32px)", ";\n ");
@@ -17,7 +17,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId"],
17
17
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
18
18
  var PACKAGE_DATA = {
19
19
  packageName: "@atlaskit/smart-card",
20
- packageVersion: "26.43.7",
20
+ packageVersion: "26.43.9",
21
21
  componentName: 'linkUrl'
22
22
  };
23
23
  var Link = (0, _click.withLinkClickedEvent)('a');
@@ -4,7 +4,7 @@ export const ANALYTICS_CHANNEL = 'media';
4
4
  export const context = {
5
5
  componentName: 'smart-cards',
6
6
  packageName: "@atlaskit/smart-card",
7
- packageVersion: "26.43.7"
7
+ packageVersion: "26.43.9"
8
8
  };
9
9
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -230,7 +230,7 @@ export const Content = styled.div`
230
230
  ${({
231
231
  frameStyle
232
232
  }) => getBooleanFF('platform.editor.show-embed-card-frame-renderer') && frameStyle === 'show' ? `
233
- width: calc(100% - ${"var(--ds-space-200, 16px)"});
233
+ width: calc(100% - ${"var(--ds-space-200, 16px)"} - 2px);
234
234
  margin: 0 ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-100, 8px)"};
235
235
  ` : ''}
236
236
 
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
7
7
  import LinkWarningModal from './LinkWarningModal';
8
8
  const PACKAGE_DATA = {
9
9
  packageName: "@atlaskit/smart-card",
10
- packageVersion: "26.43.7",
10
+ packageVersion: "26.43.9",
11
11
  componentName: 'linkUrl'
12
12
  };
13
13
  const Link = withLinkClickedEvent('a');
@@ -15,7 +15,7 @@ export var ANALYTICS_CHANNEL = 'media';
15
15
  export var context = {
16
16
  componentName: 'smart-cards',
17
17
  packageName: "@atlaskit/smart-card",
18
- packageVersion: "26.43.7"
18
+ packageVersion: "26.43.9"
19
19
  };
20
20
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
21
21
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -103,7 +103,7 @@ export var Content = styled.div(_templateObject6 || (_templateObject6 = _taggedT
103
103
  return allowScrollBar ? 'overflow: auto;' : 'overflow: hidden;';
104
104
  }, function (_ref12) {
105
105
  var frameStyle = _ref12.frameStyle;
106
- return getBooleanFF('platform.editor.show-embed-card-frame-renderer') && frameStyle === 'show' ? "\n width: calc(100% - ".concat("var(--ds-space-200, 16px)", ");\n margin: 0 ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)", ";\n ") : '';
106
+ return getBooleanFF('platform.editor.show-embed-card-frame-renderer') && frameStyle === 'show' ? "\n width: calc(100% - ".concat("var(--ds-space-200, 16px)", " - 2px);\n margin: 0 ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)", ";\n ") : '';
107
107
  }, function (_ref13) {
108
108
  var frameStyle = _ref13.frameStyle;
109
109
  return frameStyle === 'hide' ? 'height: 100%;' : "\n height: calc(100% - ".concat("var(--ds-space-400, 32px)", ");\n top: ", "var(--ds-space-400, 32px)", ";\n ");
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
10
10
  import LinkWarningModal from './LinkWarningModal';
11
11
  var PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/smart-card",
13
- packageVersion: "26.43.7",
13
+ packageVersion: "26.43.9",
14
14
  componentName: 'linkUrl'
15
15
  };
16
16
  var Link = withLinkClickedEvent('a');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "26.43.7",
3
+ "version": "26.43.9",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/link-analytics": "^8.3.0",
39
39
  "@atlaskit/link-client-extension": "^1.8.0",
40
40
  "@atlaskit/link-extractors": "^1.2.0",
41
- "@atlaskit/linking-common": "^4.21.0",
41
+ "@atlaskit/linking-common": "^5.1.0",
42
42
  "@atlaskit/linking-types": "^8.5.0",
43
43
  "@atlaskit/logo": "^13.14.0",
44
44
  "@atlaskit/lozenge": "^11.5.0",
@@ -46,10 +46,10 @@
46
46
  "@atlaskit/outbound-auth-flow-client": "^3.4.0",
47
47
  "@atlaskit/platform-feature-flags": "^0.2.1",
48
48
  "@atlaskit/popup": "^1.11.0",
49
- "@atlaskit/primitives": "^1.15.0",
49
+ "@atlaskit/primitives": "^1.16.0",
50
50
  "@atlaskit/spinner": "^16.0.0",
51
51
  "@atlaskit/theme": "^12.6.0",
52
- "@atlaskit/tokens": "^1.32.0",
52
+ "@atlaskit/tokens": "^1.33.0",
53
53
  "@atlaskit/tooltip": "^18.1.0",
54
54
  "@atlaskit/ufo": "^0.2.0",
55
55
  "@babel/runtime": "^7.0.0",