@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 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
@@ -185,7 +185,7 @@ var messages = (0, _reactIntlNext.defineMessages)({
185
185
  },
186
186
  preview: {
187
187
  id: 'fabric.linking.preview',
188
- defaultMessage: 'Preview',
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: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.6.0",
3
+ "version": "23.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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: "Preview"
83
+ label: "Full screen view"
84
84
  }),
85
85
  tooltipMessage: /*#__PURE__*/_react.default.createElement(_reactIntlNext.FormattedMessage, _messages.messages.preview)
86
86
  }
@@ -177,7 +177,7 @@ export const messages = defineMessages({
177
177
  },
178
178
  preview: {
179
179
  id: 'fabric.linking.preview',
180
- defaultMessage: 'Preview',
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: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.6.0",
3
+ "version": "23.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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: "Preview"
49
+ label: "Full screen view"
50
50
  }),
51
51
  tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview)
52
52
  }
@@ -177,7 +177,7 @@ export var messages = defineMessages({
177
177
  },
178
178
  preview: {
179
179
  id: 'fabric.linking.preview',
180
- defaultMessage: 'Preview',
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: {
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.6.0",
3
+ "version": "23.6.1",
4
4
  "sideEffects": false
5
5
  }
@@ -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: "Preview"
53
+ label: "Full screen view"
54
54
  }),
55
55
  tooltipMessage: /*#__PURE__*/React.createElement(FormattedMessage, messages.preview)
56
56
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/smart-card",
3
- "version": "23.6.0",
3
+ "version": "23.6.1",
4
4
  "description": "Smart card component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"