@atlaskit/smart-card 45.22.3 → 45.22.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,20 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 45.22.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`db48c56767ec6`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db48c56767ec6) -
8
+ Use existing direct translation and Confluence Page entry points while preserving locale fallback
9
+ and lazy loading.
10
+ - Updated dependencies
11
+
12
+ ## 45.22.4
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+
3
18
  ## 45.22.3
4
19
 
5
20
  ### Patch Changes
@@ -24,7 +24,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
24
24
  var context = exports.context = {
25
25
  componentName: 'smart-cards',
26
26
  packageName: "@atlaskit/smart-card" || '',
27
- packageVersion: "45.22.2" || ''
27
+ packageVersion: "45.22.4" || ''
28
28
  };
29
29
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
30
30
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -12,7 +12,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
12
12
  /**
13
13
  * Async factory for the Confluence embed `Page` component.
14
14
  *
15
- * Kept in its own module so `@atlaskit/embedded-confluence` is a dynamic
15
+ * Kept in its own module so `@atlaskit/embedded-confluence/page` is a dynamic
16
16
  * import only — hosts that never render a Confluence embed URL do not
17
17
  * download this chunk.
18
18
  */
@@ -27,8 +27,8 @@ function _loadEmbeddedConfluencePage() {
27
27
  case 0:
28
28
  _context.next = 1;
29
29
  return Promise.resolve().then(function () {
30
- return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_smart-card-embedded-confluence" */
31
- '@atlaskit/embedded-confluence'));
30
+ return _interopRequireWildcard(require( /* webpackChunkName: "@atlaskit-internal_smart-card-embedded-confluence-page" */
31
+ '@atlaskit/embedded-confluence/page'));
32
32
  });
33
33
  case 1:
34
34
  _yield$import = _context.sent;
@@ -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: "45.22.2",
22
+ packageVersion: "45.22.4",
23
23
  componentName: 'linkUrl'
24
24
  };
25
25
  var LinkUrl = function LinkUrl(_ref) {
@@ -3,7 +3,7 @@ export const ANALYTICS_CHANNEL = 'media';
3
3
  export const context = {
4
4
  componentName: 'smart-cards',
5
5
  packageName: "@atlaskit/smart-card" || '',
6
- packageVersion: "45.22.2" || ''
6
+ packageVersion: "45.22.4" || ''
7
7
  };
8
8
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
9
9
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -1,14 +1,14 @@
1
1
  /**
2
2
  * Async factory for the Confluence embed `Page` component.
3
3
  *
4
- * Kept in its own module so `@atlaskit/embedded-confluence` is a dynamic
4
+ * Kept in its own module so `@atlaskit/embedded-confluence/page` is a dynamic
5
5
  * import only — hosts that never render a Confluence embed URL do not
6
6
  * download this chunk.
7
7
  */
8
8
  export async function loadEmbeddedConfluencePage() {
9
9
  const {
10
10
  Page
11
- } = await import( /* webpackChunkName: "@atlaskit-internal_smart-card-embedded-confluence" */
12
- '@atlaskit/embedded-confluence');
11
+ } = await import( /* webpackChunkName: "@atlaskit-internal_smart-card-embedded-confluence-page" */
12
+ '@atlaskit/embedded-confluence/page');
13
13
  return Page;
14
14
  }
@@ -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: "45.22.2",
12
+ packageVersion: "45.22.4",
13
13
  componentName: 'linkUrl'
14
14
  };
15
15
  const LinkUrl = ({
@@ -3,7 +3,7 @@ export var ANALYTICS_CHANNEL = 'media';
3
3
  export var context = {
4
4
  componentName: 'smart-cards',
5
5
  packageName: "@atlaskit/smart-card" || '',
6
- packageVersion: "45.22.2" || ''
6
+ packageVersion: "45.22.4" || ''
7
7
  };
8
8
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
9
9
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -3,7 +3,7 @@ import _regeneratorRuntime from "@babel/runtime/regenerator";
3
3
  /**
4
4
  * Async factory for the Confluence embed `Page` component.
5
5
  *
6
- * Kept in its own module so `@atlaskit/embedded-confluence` is a dynamic
6
+ * Kept in its own module so `@atlaskit/embedded-confluence/page` is a dynamic
7
7
  * import only — hosts that never render a Confluence embed URL do not
8
8
  * download this chunk.
9
9
  */
@@ -17,8 +17,8 @@ function _loadEmbeddedConfluencePage() {
17
17
  while (1) switch (_context.prev = _context.next) {
18
18
  case 0:
19
19
  _context.next = 1;
20
- return import( /* webpackChunkName: "@atlaskit-internal_smart-card-embedded-confluence" */
21
- '@atlaskit/embedded-confluence');
20
+ return import( /* webpackChunkName: "@atlaskit-internal_smart-card-embedded-confluence-page" */
21
+ '@atlaskit/embedded-confluence/page');
22
22
  case 1:
23
23
  _yield$import = _context.sent;
24
24
  Page = _yield$import.Page;
@@ -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: "45.22.2",
15
+ packageVersion: "45.22.4",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var LinkUrl = function LinkUrl(_ref) {
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Async factory for the Confluence embed `Page` component.
3
3
  *
4
- * Kept in its own module so `@atlaskit/embedded-confluence` is a dynamic
4
+ * Kept in its own module so `@atlaskit/embedded-confluence/page` is a dynamic
5
5
  * import only — hosts that never render a Confluence embed URL do not
6
6
  * download this chunk.
7
7
  */
8
- export declare function loadEmbeddedConfluencePage(): Promise<(typeof import('@atlaskit/embedded-confluence'))['Page']>;
8
+ export declare function loadEmbeddedConfluencePage(): Promise<(typeof import('@atlaskit/embedded-confluence/page'))['Page']>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "45.22.3",
3
+ "version": "45.22.5",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -90,7 +90,7 @@
90
90
  "@atlaskit/textfield": "^10.2.0",
91
91
  "@atlaskit/theme": "^28.2.0",
92
92
  "@atlaskit/tile": "^4.1.0",
93
- "@atlaskit/tmp-editor-statsig": "^190.0.0",
93
+ "@atlaskit/tmp-editor-statsig": "^192.0.0",
94
94
  "@atlaskit/tokens": "^16.12.0",
95
95
  "@atlaskit/tooltip": "^24.3.0",
96
96
  "@atlaskit/ufo": "^1.2.0",