@atlaskit/renderer 130.3.1 → 130.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,11 @@
1
1
  # @atlaskit/renderer
2
2
 
3
+ ## 130.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 130.3.1
4
10
 
5
11
  ### Patch Changes
@@ -12,7 +12,7 @@ var headingAnchorLinkMessages = exports.headingAnchorLinkMessages = (0, _reactIn
12
12
  copyHeadingLinkToClipboard: {
13
13
  id: 'fabric.editor.headingLink.copyAnchorLink',
14
14
  defaultMessage: 'Copy link to heading',
15
- description: 'Copy heading link to clipboard'
15
+ description: 'Tooltip and aria-label for the button that copies an anchor link to a heading in the rendered document to the clipboard.'
16
16
  },
17
17
  copyLinkToClipboard: {
18
18
  id: 'fabric.editor.headingLink.copyAnchorLinkTo',
@@ -27,7 +27,7 @@ var headingAnchorLinkMessages = exports.headingAnchorLinkMessages = (0, _reactIn
27
27
  copiedHeadingLinkToClipboard: {
28
28
  id: 'fabric.editor.headingLink.copied',
29
29
  defaultMessage: 'Copied!',
30
- description: 'Copied heading link to clipboard'
30
+ description: 'Confirmation text shown briefly on the copy button after the heading anchor link has been successfully copied to the clipboard.'
31
31
  },
32
32
  failedToCopyHeadingLink: {
33
33
  id: 'fabric.editor.headingLink.failedToCopy',
@@ -44,7 +44,7 @@ var tableCellMessages = exports.tableCellMessages = (0, _reactIntl.defineMessage
44
44
  noneSortingLabel: {
45
45
  id: 'fabric.editor.headingLink.noneSortingLabel',
46
46
  defaultMessage: 'none',
47
- description: 'this table column is not sorted'
47
+ description: 'Accessible label for a table column sort indicator when no sorting is applied to that column.'
48
48
  },
49
49
  ascSortingLabel: {
50
50
  id: 'fabric.editor.headingLink.ascSortingLabel',
@@ -6,7 +6,7 @@ export const headingAnchorLinkMessages = defineMessages({
6
6
  copyHeadingLinkToClipboard: {
7
7
  id: 'fabric.editor.headingLink.copyAnchorLink',
8
8
  defaultMessage: 'Copy link to heading',
9
- description: 'Copy heading link to clipboard'
9
+ description: 'Tooltip and aria-label for the button that copies an anchor link to a heading in the rendered document to the clipboard.'
10
10
  },
11
11
  copyLinkToClipboard: {
12
12
  id: 'fabric.editor.headingLink.copyAnchorLinkTo',
@@ -21,7 +21,7 @@ export const headingAnchorLinkMessages = defineMessages({
21
21
  copiedHeadingLinkToClipboard: {
22
22
  id: 'fabric.editor.headingLink.copied',
23
23
  defaultMessage: 'Copied!',
24
- description: 'Copied heading link to clipboard'
24
+ description: 'Confirmation text shown briefly on the copy button after the heading anchor link has been successfully copied to the clipboard.'
25
25
  },
26
26
  failedToCopyHeadingLink: {
27
27
  id: 'fabric.editor.headingLink.failedToCopy',
@@ -38,7 +38,7 @@ export const tableCellMessages = defineMessages({
38
38
  noneSortingLabel: {
39
39
  id: 'fabric.editor.headingLink.noneSortingLabel',
40
40
  defaultMessage: 'none',
41
- description: 'this table column is not sorted'
41
+ description: 'Accessible label for a table column sort indicator when no sorting is applied to that column.'
42
42
  },
43
43
  ascSortingLabel: {
44
44
  id: 'fabric.editor.headingLink.ascSortingLabel',
@@ -6,7 +6,7 @@ export var headingAnchorLinkMessages = defineMessages({
6
6
  copyHeadingLinkToClipboard: {
7
7
  id: 'fabric.editor.headingLink.copyAnchorLink',
8
8
  defaultMessage: 'Copy link to heading',
9
- description: 'Copy heading link to clipboard'
9
+ description: 'Tooltip and aria-label for the button that copies an anchor link to a heading in the rendered document to the clipboard.'
10
10
  },
11
11
  copyLinkToClipboard: {
12
12
  id: 'fabric.editor.headingLink.copyAnchorLinkTo',
@@ -21,7 +21,7 @@ export var headingAnchorLinkMessages = defineMessages({
21
21
  copiedHeadingLinkToClipboard: {
22
22
  id: 'fabric.editor.headingLink.copied',
23
23
  defaultMessage: 'Copied!',
24
- description: 'Copied heading link to clipboard'
24
+ description: 'Confirmation text shown briefly on the copy button after the heading anchor link has been successfully copied to the clipboard.'
25
25
  },
26
26
  failedToCopyHeadingLink: {
27
27
  id: 'fabric.editor.headingLink.failedToCopy',
@@ -38,7 +38,7 @@ export var tableCellMessages = defineMessages({
38
38
  noneSortingLabel: {
39
39
  id: 'fabric.editor.headingLink.noneSortingLabel',
40
40
  defaultMessage: 'none',
41
- description: 'this table column is not sorted'
41
+ description: 'Accessible label for a table column sort indicator when no sorting is applied to that column.'
42
42
  },
43
43
  ascSortingLabel: {
44
44
  id: 'fabric.editor.headingLink.ascSortingLabel',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/renderer",
3
- "version": "130.3.1",
3
+ "version": "130.3.2",
4
4
  "description": "Renderer component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -56,17 +56,17 @@
56
56
  "@atlaskit/media-client-react": "^5.1.0",
57
57
  "@atlaskit/media-common": "^13.2.0",
58
58
  "@atlaskit/media-filmstrip": "^51.3.0",
59
- "@atlaskit/media-ui": "^29.1.0",
59
+ "@atlaskit/media-ui": "^29.2.0",
60
60
  "@atlaskit/media-viewer": "^53.1.0",
61
61
  "@atlaskit/platform-feature-flags": "^1.1.0",
62
62
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
63
63
  "@atlaskit/pragmatic-drag-and-drop": "^1.8.0",
64
- "@atlaskit/react-ufo": "^5.18.0",
65
- "@atlaskit/smart-card": "^44.5.0",
64
+ "@atlaskit/react-ufo": "^5.19.0",
65
+ "@atlaskit/smart-card": "^44.6.0",
66
66
  "@atlaskit/status": "^4.0.0",
67
67
  "@atlaskit/task-decision": "^20.0.0",
68
68
  "@atlaskit/theme": "^23.2.0",
69
- "@atlaskit/tmp-editor-statsig": "^74.7.0",
69
+ "@atlaskit/tmp-editor-statsig": "^75.0.0",
70
70
  "@atlaskit/tokens": "^13.0.0",
71
71
  "@atlaskit/tooltip": "^22.0.0",
72
72
  "@atlaskit/visually-hidden": "^3.1.0",
@@ -80,7 +80,7 @@
80
80
  "uuid": "^3.1.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "@atlaskit/editor-common": "^114.18.0",
83
+ "@atlaskit/editor-common": "^114.19.0",
84
84
  "@atlaskit/link-provider": "^4.3.0",
85
85
  "@atlaskit/media-core": "^37.0.0",
86
86
  "react": "^18.2.0",
@@ -99,8 +99,8 @@
99
99
  "@atlaskit/media-test-helpers": "^41.0.0",
100
100
  "@atlaskit/mention": "^25.0.0",
101
101
  "@atlaskit/modal-dialog": "^14.18.0",
102
- "@atlaskit/navigation-system": "^9.1.0",
103
- "@atlaskit/profilecard": "^25.2.0",
102
+ "@atlaskit/navigation-system": "^9.2.0",
103
+ "@atlaskit/profilecard": "^25.3.0",
104
104
  "@atlaskit/side-nav-items": "^1.13.0",
105
105
  "@atlaskit/util-data-test": "^18.5.0",
106
106
  "@atlassian/a11y-jest-testing": "^0.11.0",