@atlaskit/smart-card 35.1.7 → 35.2.0
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 +12 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/index.js +2 -4
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/index.js +2 -4
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/index.js +2 -4
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 35.2.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#121758](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/121758)
|
|
8
|
+
[`55938165e3b61`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/55938165e3b61) -
|
|
9
|
+
[ux] Reverting change to icon button appearance for ff 'platform-linking-visual-refresh-v1'
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 35.1.7
|
|
4
16
|
|
|
5
17
|
### 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: "35.
|
|
14
|
+
packageVersion: "35.2.0"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -93,13 +93,11 @@ var TitleBlockNew = function TitleBlockNew(_ref) {
|
|
|
93
93
|
});
|
|
94
94
|
}
|
|
95
95
|
}, [onActionMenuOpenChange]);
|
|
96
|
-
var actionGroup = actions.length > 0 && /*#__PURE__*/React.createElement(_actionGroup.default,
|
|
97
|
-
appearance: 'default'
|
|
98
|
-
}, {
|
|
96
|
+
var actionGroup = actions.length > 0 && /*#__PURE__*/React.createElement(_actionGroup.default, {
|
|
99
97
|
items: actions,
|
|
100
98
|
visibleButtonsNum: showActionOnHover ? 1 : 2,
|
|
101
99
|
onDropdownOpenChange: onDropdownOpenChange
|
|
102
|
-
})
|
|
100
|
+
});
|
|
103
101
|
var overrideText = !!text ? {
|
|
104
102
|
text: text
|
|
105
103
|
} : {};
|
|
@@ -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: "35.
|
|
23
|
+
packageVersion: "35.2.0",
|
|
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: "35.
|
|
5
|
+
packageVersion: "35.2.0"
|
|
6
6
|
};
|
|
7
7
|
export let TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
8
8
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -74,13 +74,11 @@ const TitleBlockNew = ({
|
|
|
74
74
|
});
|
|
75
75
|
}
|
|
76
76
|
}, [onActionMenuOpenChange]);
|
|
77
|
-
const actionGroup = actions.length > 0 && /*#__PURE__*/React.createElement(ActionGroup,
|
|
78
|
-
appearance: 'default'
|
|
79
|
-
}, {
|
|
77
|
+
const actionGroup = actions.length > 0 && /*#__PURE__*/React.createElement(ActionGroup, {
|
|
80
78
|
items: actions,
|
|
81
79
|
visibleButtonsNum: showActionOnHover ? 1 : 2,
|
|
82
80
|
onDropdownOpenChange: onDropdownOpenChange
|
|
83
|
-
})
|
|
81
|
+
});
|
|
84
82
|
const overrideText = !!text ? {
|
|
85
83
|
text
|
|
86
84
|
} : {};
|
|
@@ -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: "35.
|
|
13
|
+
packageVersion: "35.2.0",
|
|
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: "35.
|
|
7
|
+
packageVersion: "35.2.0"
|
|
8
8
|
};
|
|
9
9
|
export var TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
10
10
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -83,13 +83,11 @@ var TitleBlockNew = function TitleBlockNew(_ref) {
|
|
|
83
83
|
});
|
|
84
84
|
}
|
|
85
85
|
}, [onActionMenuOpenChange]);
|
|
86
|
-
var actionGroup = actions.length > 0 && /*#__PURE__*/React.createElement(ActionGroup,
|
|
87
|
-
appearance: 'default'
|
|
88
|
-
}, {
|
|
86
|
+
var actionGroup = actions.length > 0 && /*#__PURE__*/React.createElement(ActionGroup, {
|
|
89
87
|
items: actions,
|
|
90
88
|
visibleButtonsNum: showActionOnHover ? 1 : 2,
|
|
91
89
|
onDropdownOpenChange: onDropdownOpenChange
|
|
92
|
-
})
|
|
90
|
+
});
|
|
93
91
|
var overrideText = !!text ? {
|
|
94
92
|
text: text
|
|
95
93
|
} : {};
|
|
@@ -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: "35.
|
|
16
|
+
packageVersion: "35.2.0",
|
|
17
17
|
componentName: 'linkUrl'
|
|
18
18
|
};
|
|
19
19
|
var Anchor = withLinkClickedEvent('a');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.2.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@atlaskit/linking-common": "^8.0.0",
|
|
53
53
|
"@atlaskit/linking-types": "^9.6.0",
|
|
54
54
|
"@atlaskit/logo": "^16.0.0",
|
|
55
|
-
"@atlaskit/lozenge": "^12.
|
|
55
|
+
"@atlaskit/lozenge": "^12.2.0",
|
|
56
56
|
"@atlaskit/menu": "^3.1.0",
|
|
57
57
|
"@atlaskit/modal-dialog": "^13.0.0",
|
|
58
58
|
"@atlaskit/outbound-auth-flow-client": "^3.4.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"@atlaskit/spinner": "^18.0.0",
|
|
65
65
|
"@atlaskit/textarea": "^8.0.0",
|
|
66
66
|
"@atlaskit/textfield": "^8.0.0",
|
|
67
|
-
"@atlaskit/theme": "^
|
|
67
|
+
"@atlaskit/theme": "^18.0.0",
|
|
68
68
|
"@atlaskit/tokens": "^4.3.0",
|
|
69
69
|
"@atlaskit/tooltip": "^20.0.0",
|
|
70
70
|
"@atlaskit/ufo": "^0.4.0",
|