@atlaskit/smart-card 40.10.7 → 40.10.8

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,12 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 40.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1550f241c339b`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1550f241c339b) -
8
+ Updated CardWithURL to remove clickedAt field for component non breaking issue
9
+
3
10
  ## 40.10.7
4
11
 
5
12
  ### 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: "40.10.6"
14
+ packageVersion: "40.10.7"
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -103,11 +103,10 @@ function Component(_ref) {
103
103
  action: 'clicked',
104
104
  actionSubject: 'smartLink',
105
105
  actionSubjectId: 'smartlinkClickAnalyticsWorkflows',
106
- eventType: 'screen',
106
+ eventType: 'ui',
107
107
  attributes: {
108
108
  eventName: 'smartLinkClickAnalyticsThirdPartyWorkflows',
109
- firstPartyIdentifier: firstPartyIdentifier,
110
- clickedAt: Date.now().toString()
109
+ firstPartyIdentifier: firstPartyIdentifier
111
110
  },
112
111
  nonPrivacySafeAttributes: {
113
112
  thirdPartyARI: thirdPartyARI
@@ -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: "40.10.6",
22
+ packageVersion: "40.10.7",
23
23
  componentName: 'linkUrl'
24
24
  };
25
25
  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: "40.10.6"
5
+ packageVersion: "40.10.7"
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -96,11 +96,10 @@ function Component({
96
96
  action: 'clicked',
97
97
  actionSubject: 'smartLink',
98
98
  actionSubjectId: 'smartlinkClickAnalyticsWorkflows',
99
- eventType: 'screen',
99
+ eventType: 'ui',
100
100
  attributes: {
101
101
  eventName: 'smartLinkClickAnalyticsThirdPartyWorkflows',
102
- firstPartyIdentifier: firstPartyIdentifier,
103
- clickedAt: Date.now().toString()
102
+ firstPartyIdentifier: firstPartyIdentifier
104
103
  },
105
104
  nonPrivacySafeAttributes: {
106
105
  thirdPartyARI: thirdPartyARI
@@ -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: "40.10.6",
12
+ packageVersion: "40.10.7",
13
13
  componentName: 'linkUrl'
14
14
  };
15
15
  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: "40.10.6"
7
+ packageVersion: "40.10.7"
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -94,11 +94,10 @@ function Component(_ref) {
94
94
  action: 'clicked',
95
95
  actionSubject: 'smartLink',
96
96
  actionSubjectId: 'smartlinkClickAnalyticsWorkflows',
97
- eventType: 'screen',
97
+ eventType: 'ui',
98
98
  attributes: {
99
99
  eventName: 'smartLinkClickAnalyticsThirdPartyWorkflows',
100
- firstPartyIdentifier: firstPartyIdentifier,
101
- clickedAt: Date.now().toString()
100
+ firstPartyIdentifier: firstPartyIdentifier
102
101
  },
103
102
  nonPrivacySafeAttributes: {
104
103
  thirdPartyARI: thirdPartyARI
@@ -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: "40.10.6",
15
+ packageVersion: "40.10.7",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var Anchor = withLinkClickedEvent('a');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "40.10.7",
3
+ "version": "40.10.8",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -98,7 +98,7 @@
98
98
  "@atlaskit/analytics-listeners": "^9.0.0",
99
99
  "@atlaskit/css-reset": "^7.3.0",
100
100
  "@atlaskit/media-test-helpers": "^39.0.0",
101
- "@atlaskit/react-ufo": "^4.3.0",
101
+ "@atlaskit/react-ufo": "^4.4.0",
102
102
  "@atlaskit/ssr": "workspace:^",
103
103
  "@atlaskit/visual-regression": "workspace:^",
104
104
  "@atlassian/analytics-tooling": "^0.5.0",