@atlaskit/smart-card 23.6.0 → 23.6.1
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 +6 -0
- package/dist/cjs/messages.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/utils.js +1 -1
- package/dist/es2019/messages.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/utils.js +1 -1
- package/dist/esm/messages.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/utils.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @atlaskit/smart-card
|
|
2
2
|
|
|
3
|
+
## 23.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`55429f504d6`](https://bitbucket.org/atlassian/atlassian-frontend/commits/55429f504d6) - [ux] Change the 'Preview' button text to 'Full screen view' with a matching icon
|
|
8
|
+
|
|
3
9
|
## 23.6.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/dist/cjs/messages.js
CHANGED
|
@@ -185,7 +185,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
|
|
|
185
185
|
},
|
|
186
186
|
preview: {
|
|
187
187
|
id: 'fabric.linking.preview',
|
|
188
|
-
defaultMessage: '
|
|
188
|
+
defaultMessage: 'Full screen view',
|
|
189
189
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
190
190
|
},
|
|
191
191
|
preview_close: {
|
package/dist/cjs/version.json
CHANGED
|
@@ -80,7 +80,7 @@ var actionMappings = (_actionMappings = {}, (0, _defineProperty2.default)(_actio
|
|
|
80
80
|
testId: 'smart-action-preview-action',
|
|
81
81
|
content: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.preview),
|
|
82
82
|
icon: /*#__PURE__*/_react.default.createElement(_vidFullScreenOn.default, {
|
|
83
|
-
label: "
|
|
83
|
+
label: "Full screen view"
|
|
84
84
|
}),
|
|
85
85
|
tooltipMessage: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.preview)
|
|
86
86
|
}
|
package/dist/es2019/messages.js
CHANGED
|
@@ -177,7 +177,7 @@ export const messages = defineMessages({
|
|
|
177
177
|
},
|
|
178
178
|
preview: {
|
|
179
179
|
id: 'fabric.linking.preview',
|
|
180
|
-
defaultMessage: '
|
|
180
|
+
defaultMessage: 'Full screen view',
|
|
181
181
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
182
182
|
},
|
|
183
183
|
preview_close: {
|
package/dist/es2019/version.json
CHANGED
|
@@ -46,7 +46,7 @@ const actionMappings = {
|
|
|
46
46
|
testId: 'smart-action-preview-action',
|
|
47
47
|
content: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview),
|
|
48
48
|
icon: /*#__PURE__*/React.createElement(VidFullScreenOnIcon, {
|
|
49
|
-
label: "
|
|
49
|
+
label: "Full screen view"
|
|
50
50
|
}),
|
|
51
51
|
tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview)
|
|
52
52
|
}
|
package/dist/esm/messages.js
CHANGED
|
@@ -177,7 +177,7 @@ export var messages = defineMessages({
|
|
|
177
177
|
},
|
|
178
178
|
preview: {
|
|
179
179
|
id: 'fabric.linking.preview',
|
|
180
|
-
defaultMessage: '
|
|
180
|
+
defaultMessage: 'Full screen view',
|
|
181
181
|
description: 'Click to view a richer view of your content, without needing to navigate to it.'
|
|
182
182
|
},
|
|
183
183
|
preview_close: {
|
package/dist/esm/version.json
CHANGED
|
@@ -50,7 +50,7 @@ var actionMappings = (_actionMappings = {}, _defineProperty(_actionMappings, Act
|
|
|
50
50
|
testId: 'smart-action-preview-action',
|
|
51
51
|
content: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview),
|
|
52
52
|
icon: /*#__PURE__*/React.createElement(VidFullScreenOnIcon, {
|
|
53
|
-
label: "
|
|
53
|
+
label: "Full screen view"
|
|
54
54
|
}),
|
|
55
55
|
tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview)
|
|
56
56
|
}
|