@atlaskit/smart-card 38.4.4 → 38.4.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 38.4.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [#154600](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/154600)
8
+ [`0b06dde976fe0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0b06dde976fe0) -
9
+ Internal updates to logo component usage
10
+ - Updated dependencies
11
+
3
12
  ## 38.4.4
4
13
 
5
14
  ### Patch Changes
package/compass.yml CHANGED
@@ -19,11 +19,11 @@ links:
19
19
  - name: '#help-twg-linking-platform'
20
20
  type: CHAT_CHANNEL
21
21
  url: 'https://atlassian.enterprise.slack.com/archives/CFKGAQZRV'
22
- - name: null
22
+ - name: ''
23
23
  type: ON_CALL
24
24
  url: 'https://atlassian.app.opsgenie.com/settings/schedule/detail/b9c8b313-dd6d-4a41-8eeb-d7a9df55be9d'
25
25
  - name: source code
26
26
  type: REPOSITORY
27
- url: 'https://bitbucket.org/atlassian/atlassian-frontend/src/master/packages/linking-platform/smart-card'
27
+ url: 'https://bitbucket.org/atlassian/atlassian-frontend-monorepo/src/master/platform/packages/linking-platform/smart-card'
28
28
  customFields: []
29
29
  relationships: {}
@@ -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: "38.4.4"
14
+ packageVersion: "38.4.5"
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -69,13 +69,13 @@ var AtlaskitIcon = function AtlaskitIcon(_ref) {
69
69
  return /*#__PURE__*/_react.default.createElement(_logo.ConfluenceIcon, {
70
70
  appearance: "brand",
71
71
  testId: testId,
72
- size: size === _constants.SmartLinkSize.Large || size === _constants.SmartLinkSize.XLarge ? 'small' : 'xsmall'
72
+ size: size === _constants.SmartLinkSize.Large || size === _constants.SmartLinkSize.XLarge ? 'small' : 'xxsmall'
73
73
  });
74
74
  case _constants.IconType.Jira:
75
75
  return /*#__PURE__*/_react.default.createElement(_logo.JiraIcon, {
76
76
  appearance: "brand",
77
77
  testId: testId,
78
- size: size === _constants.SmartLinkSize.Large || size === _constants.SmartLinkSize.XLarge ? 'small' : 'xsmall'
78
+ size: size === _constants.SmartLinkSize.Large || size === _constants.SmartLinkSize.XLarge ? 'small' : 'xxsmall'
79
79
  });
80
80
  case _constants.IconType.Error:
81
81
  case _constants.IconType.Forbidden:
@@ -20,7 +20,7 @@ var _excluded = ["href", "children", "checkSafety", "onClick", "testId", "isLink
20
20
  _excluded2 = ["isLinkSafe", "showSafetyWarningModal"];
21
21
  var PACKAGE_DATA = {
22
22
  packageName: "@atlaskit/smart-card",
23
- packageVersion: "38.4.4",
23
+ packageVersion: "38.4.5",
24
24
  componentName: 'linkUrl'
25
25
  };
26
26
  var Anchor = (0, _click.withLinkClickedEvent)('a');
@@ -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: "38.4.4"
5
+ packageVersion: "38.4.5"
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -56,13 +56,13 @@ const AtlaskitIcon = ({
56
56
  return /*#__PURE__*/React.createElement(ConfluenceIcon, {
57
57
  appearance: "brand",
58
58
  testId: testId,
59
- size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xsmall'
59
+ size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xxsmall'
60
60
  });
61
61
  case IconType.Jira:
62
62
  return /*#__PURE__*/React.createElement(JiraIcon, {
63
63
  appearance: "brand",
64
64
  testId: testId,
65
- size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xsmall'
65
+ size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xxsmall'
66
66
  });
67
67
  case IconType.Error:
68
68
  case IconType.Forbidden:
@@ -10,7 +10,7 @@ import LinkWarningModal from './LinkWarningModal';
10
10
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
11
11
  const PACKAGE_DATA = {
12
12
  packageName: "@atlaskit/smart-card",
13
- packageVersion: "38.4.4",
13
+ packageVersion: "38.4.5",
14
14
  componentName: 'linkUrl'
15
15
  };
16
16
  const Anchor = withLinkClickedEvent('a');
@@ -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: "38.4.4"
7
+ packageVersion: "38.4.5"
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -62,13 +62,13 @@ var AtlaskitIcon = function AtlaskitIcon(_ref) {
62
62
  return /*#__PURE__*/React.createElement(ConfluenceIcon, {
63
63
  appearance: "brand",
64
64
  testId: testId,
65
- size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xsmall'
65
+ size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xxsmall'
66
66
  });
67
67
  case IconType.Jira:
68
68
  return /*#__PURE__*/React.createElement(JiraIcon, {
69
69
  appearance: "brand",
70
70
  testId: testId,
71
- size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xsmall'
71
+ size: size === SmartLinkSize.Large || size === SmartLinkSize.XLarge ? 'small' : 'xxsmall'
72
72
  });
73
73
  case IconType.Error:
74
74
  case IconType.Forbidden:
@@ -13,7 +13,7 @@ import LinkWarningModal from './LinkWarningModal';
13
13
  import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-modal';
14
14
  var PACKAGE_DATA = {
15
15
  packageName: "@atlaskit/smart-card",
16
- packageVersion: "38.4.4",
16
+ packageVersion: "38.4.5",
17
17
  componentName: 'linkUrl'
18
18
  };
19
19
  var Anchor = withLinkClickedEvent('a');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "38.4.4",
3
+ "version": "38.4.5",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -53,7 +53,7 @@
53
53
  "@atlaskit/link-extractors": "^2.3.0",
54
54
  "@atlaskit/linking-common": "^9.0.0",
55
55
  "@atlaskit/linking-types": "^9.10.0",
56
- "@atlaskit/logo": "^18.0.0",
56
+ "@atlaskit/logo": "^18.1.0",
57
57
  "@atlaskit/lozenge": "^12.2.0",
58
58
  "@atlaskit/menu": "^8.0.0",
59
59
  "@atlaskit/modal-dialog": "^14.2.0",
@@ -177,6 +177,9 @@
177
177
  "type": "boolean",
178
178
  "showOnWebsiteForTransitiveDependencies": true
179
179
  },
180
+ "platform-linking-flexible-card-elements-refactor": {
181
+ "type": "boolean"
182
+ },
180
183
  "platform-component-visual-refresh": {
181
184
  "type": "boolean",
182
185
  "showOnWebsiteForTransitiveDependencies": true
@@ -249,5 +252,6 @@
249
252
  "dst-a11y__replace-anchor-with-link__linking-platfo": {
250
253
  "type": "boolean"
251
254
  }
252
- }
255
+ },
256
+ "compassUnitTestMetricSourceId": "ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:metric-source/c5751cc6-3513-4070-9deb-af31e86aed34/f74ef1bc-7240-4aac-9dc8-9dc43b502089"
253
257
  }