@atlaskit/smart-card 42.0.1 → 42.0.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,20 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 42.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0203ffb1d311e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0203ffb1d311e) -
8
+ Updated experiment config to split out embed preview action handling from core hover card behavior
9
+ - Updated dependencies
10
+
11
+ ## 42.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - [`45c6f8d40f9ac`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/45c6f8d40f9ac) -
16
+ Bump i18n pkg versions for atlaskit packages for including license field
17
+
3
18
  ## 42.0.1
4
19
 
5
20
  ### Patch Changes
@@ -53,7 +53,7 @@ function _openEmbedModal() {
53
53
  case 0:
54
54
  _ref = _args.length > 0 && _args[0] !== undefined ? _args[0] : {};
55
55
  _ref$onClose = _ref.onClose, _onClose = _ref$onClose === void 0 ? function () {} : _ref$onClose, props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
56
- if (!(0, _expValEquals.expValEquals)('platform_hover_card_preview_panel', 'cohort', 'test')) {
56
+ if (!(0, _expValEquals.expValEquals)('platform_hover_card_preview_panel_modal', 'cohort', 'test')) {
57
57
  _context2.next = 6;
58
58
  break;
59
59
  }
@@ -25,7 +25,7 @@ export async function openEmbedModal({
25
25
  ...props
26
26
  } = {}) {
27
27
  // If the modal trigger is in an iframe and the user has preview panels enabled, send a message to open modal to the parent product
28
- if (expValEquals('platform_hover_card_preview_panel', 'cohort', 'test')) {
28
+ if (expValEquals('platform_hover_card_preview_panel_modal', 'cohort', 'test')) {
29
29
  if (props.isInPreviewPanel) {
30
30
  openEmbedModalInParent({
31
31
  onClose,
@@ -44,7 +44,7 @@ function _openEmbedModal() {
44
44
  case 0:
45
45
  _ref = _args.length > 0 && _args[0] !== undefined ? _args[0] : {};
46
46
  _ref$onClose = _ref.onClose, _onClose = _ref$onClose === void 0 ? function () {} : _ref$onClose, props = _objectWithoutProperties(_ref, _excluded);
47
- if (!expValEquals('platform_hover_card_preview_panel', 'cohort', 'test')) {
47
+ if (!expValEquals('platform_hover_card_preview_panel_modal', 'cohort', 'test')) {
48
48
  _context2.next = 6;
49
49
  break;
50
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "42.0.1",
3
+ "version": "42.0.3",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -26,7 +26,7 @@
26
26
  "analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen smart-card --output ./src/common/analytics/generated"
27
27
  },
28
28
  "dependencies": {
29
- "@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.5.0",
29
+ "@atlaskit/afm-i18n-platform-linking-platform-smart-card": "2.6.0",
30
30
  "@atlaskit/analytics-gas-types": "^5.1.0",
31
31
  "@atlaskit/analytics-next": "^11.1.0",
32
32
  "@atlaskit/avatar": "^25.1.0",
@@ -37,7 +37,7 @@
37
37
  "@atlaskit/css": "^0.14.0",
38
38
  "@atlaskit/dropdown-menu": "^16.3.0",
39
39
  "@atlaskit/feature-gate-js-client": "^5.5.0",
40
- "@atlaskit/form": "^12.7.0",
40
+ "@atlaskit/form": "^13.0.0",
41
41
  "@atlaskit/frontend-utilities": "^3.1.0",
42
42
  "@atlaskit/heading": "^5.2.0",
43
43
  "@atlaskit/icon": "^28.2.0",
@@ -62,14 +62,14 @@
62
62
  "@atlaskit/outbound-auth-flow-client": "^3.4.0",
63
63
  "@atlaskit/platform-feature-flags": "^1.1.0",
64
64
  "@atlaskit/popup": "^4.4.0",
65
- "@atlaskit/primitives": "^14.14.0",
65
+ "@atlaskit/primitives": "^14.15.0",
66
66
  "@atlaskit/section-message": "^8.7.0",
67
67
  "@atlaskit/select": "^21.3.0",
68
68
  "@atlaskit/spinner": "^19.0.0",
69
69
  "@atlaskit/textarea": "^8.0.0",
70
70
  "@atlaskit/textfield": "^8.0.0",
71
71
  "@atlaskit/theme": "^21.0.0",
72
- "@atlaskit/tmp-editor-statsig": "^12.25.0",
72
+ "@atlaskit/tmp-editor-statsig": "^12.26.0",
73
73
  "@atlaskit/tokens": "^6.3.0",
74
74
  "@atlaskit/tooltip": "^20.4.0",
75
75
  "@atlaskit/ufo": "^0.4.0",