@atlaskit/smart-card 37.1.2 → 37.1.3

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
+ ## 37.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#152068](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/152068)
8
+ [`8689483a3d0e3`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8689483a3d0e3) -
9
+ Add deprecation to featureFlags type and props within linking platform packages
10
+ - Updated dependencies
11
+
3
12
  ## 37.1.2
4
13
 
5
14
  ### Patch Changes
@@ -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: "37.1.2"
14
+ packageVersion: "37.1.3"
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -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: "37.1.2",
23
+ packageVersion: "37.1.3",
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: "37.1.2"
5
+ packageVersion: "37.1.3"
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -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: "37.1.2",
13
+ packageVersion: "37.1.3",
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: "37.1.2"
7
+ packageVersion: "37.1.3"
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -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: "37.1.2",
16
+ packageVersion: "37.1.3",
17
17
  componentName: 'linkUrl'
18
18
  };
19
19
  var Anchor = withLinkClickedEvent('a');
@@ -153,6 +153,10 @@ export type ExtractFlexibleUiDataContextParams = Pick<FlexibleCardProps, 'appear
153
153
  status?: SmartLinkStatus;
154
154
  response?: SmartLinkResponse;
155
155
  resolve?: ResolveFunction;
156
+ /**
157
+ * @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-30338 Internal documentation for deprecation (no external access)}
158
+ * Remove any usages of this type or value. It is dead code
159
+ */
156
160
  featureFlags?: Partial<LinkingPlatformFeatureFlags>;
157
161
  aiSummaryConfig?: AISummaryConfig;
158
162
  };
@@ -153,6 +153,10 @@ export type ExtractFlexibleUiDataContextParams = Pick<FlexibleCardProps, 'appear
153
153
  status?: SmartLinkStatus;
154
154
  response?: SmartLinkResponse;
155
155
  resolve?: ResolveFunction;
156
+ /**
157
+ * @deprecated {@link https://hello.atlassian.net/browse/ENGHEALTH-30338 Internal documentation for deprecation (no external access)}
158
+ * Remove any usages of this type or value. It is dead code
159
+ */
156
160
  featureFlags?: Partial<LinkingPlatformFeatureFlags>;
157
161
  aiSummaryConfig?: AISummaryConfig;
158
162
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "37.1.2",
3
+ "version": "37.1.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"