@atlaskit/smart-card 45.3.0 → 45.3.2

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,21 @@
1
1
  # @atlaskit/smart-card
2
2
 
3
+ ## 45.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 45.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [`c10405c7e4695`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c10405c7e4695) -
14
+ Internal changes to use tokens for skeleton component border radius.
15
+ - [`c10405c7e4695`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/c10405c7e4695) -
16
+ Internal changes to use tokens for skeleton component border radius.
17
+ - Updated dependencies
18
+
3
19
  ## 45.3.0
4
20
 
5
21
  ### Minor 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: "45.2.5" || ''
14
+ packageVersion: "45.3.1" || ''
15
15
  };
16
16
  var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
17
17
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -50,7 +50,7 @@ var Shimmer = exports.Shimmer = function Shimmer(_ref2) {
50
50
  return /*#__PURE__*/_react.default.createElement(_linkingCommon.SpanSkeleton, {
51
51
  width: 16,
52
52
  height: 16,
53
- borderRadius: 2,
53
+ borderRadius: "var(--ds-radius-xsmall, 2px)",
54
54
  testId: testId
55
55
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
56
56
  ,
@@ -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.2.5",
22
+ packageVersion: "45.3.1",
23
23
  componentName: 'linkUrl'
24
24
  };
25
25
  var LinkUrl = function LinkUrl(_ref) {
@@ -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: "45.2.5" || ''
5
+ packageVersion: "45.3.1" || ''
6
6
  };
7
7
  export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
8
8
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -41,7 +41,7 @@ export const Shimmer = ({
41
41
  return /*#__PURE__*/React.createElement(SpanSkeleton, {
42
42
  width: 16,
43
43
  height: 16,
44
- borderRadius: 2,
44
+ borderRadius: "var(--ds-radius-xsmall, 2px)",
45
45
  testId: testId
46
46
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
47
47
  ,
@@ -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.2.5",
12
+ packageVersion: "45.3.1",
13
13
  componentName: 'linkUrl'
14
14
  };
15
15
  const LinkUrl = ({
@@ -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: "45.2.5" || ''
7
+ packageVersion: "45.3.1" || ''
8
8
  };
9
9
  export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
10
10
  TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
@@ -42,7 +42,7 @@ export var Shimmer = function Shimmer(_ref2) {
42
42
  return /*#__PURE__*/React.createElement(SpanSkeleton, {
43
43
  width: 16,
44
44
  height: 16,
45
- borderRadius: 2,
45
+ borderRadius: "var(--ds-radius-xsmall, 2px)",
46
46
  testId: testId
47
47
  // eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
48
48
  ,
@@ -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.2.5",
15
+ packageVersion: "45.3.1",
16
16
  componentName: 'linkUrl'
17
17
  };
18
18
  var LinkUrl = function LinkUrl(_ref) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "45.3.0",
3
+ "version": "45.3.2",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -64,7 +64,7 @@
64
64
  "@atlaskit/link-client-extension": "^7.0.0",
65
65
  "@atlaskit/link-extractors": "^3.1.0",
66
66
  "@atlaskit/link-test-helpers": "^11.0.0",
67
- "@atlaskit/linking-common": "^10.0.0",
67
+ "@atlaskit/linking-common": "^11.0.0",
68
68
  "@atlaskit/linking-types": "^15.0.0",
69
69
  "@atlaskit/logo": "^21.1.0",
70
70
  "@atlaskit/lozenge": "^14.0.0",
@@ -87,7 +87,7 @@
87
87
  "@atlaskit/textfield": "^9.0.0",
88
88
  "@atlaskit/theme": "^26.0.0",
89
89
  "@atlaskit/tile": "^2.0.0",
90
- "@atlaskit/tmp-editor-statsig": "^110.0.0",
90
+ "@atlaskit/tmp-editor-statsig": "^111.0.0",
91
91
  "@atlaskit/tokens": "^15.0.0",
92
92
  "@atlaskit/tooltip": "^23.0.0",
93
93
  "@atlaskit/ufo": "^1.0.0",