@atlaskit/inline-edit 13.0.7 → 13.0.8

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,12 @@
1
1
  # @atlaskit/inline-edit
2
2
 
3
+ ## 13.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#75714](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75714) [`33f4a64132a3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/33f4a64132a3) - Remove duplicate accessible labels on Icon buttons, which were unnecessarily added through the `aria-label` attribute.
8
+ - Updated dependencies
9
+
3
10
  ## 13.0.7
4
11
 
5
12
  ### Patch Changes
@@ -27,7 +27,7 @@ var fieldStyles = (0, _react2.css)({
27
27
  var analyticsAttributes = {
28
28
  componentName: 'inlineEdit',
29
29
  packageName: "@atlaskit/inline-edit",
30
- packageVersion: "13.0.7"
30
+ packageVersion: "13.0.8"
31
31
  };
32
32
  var noop = function noop() {};
33
33
  var InnerInlineEdit = function InnerInlineEdit(props) {
@@ -59,7 +59,6 @@ var Buttons = function Buttons(_ref) {
59
59
  }, (0, _react.jsx)("div", {
60
60
  css: buttonWrapperBaseStyles
61
61
  }, (0, _react.jsx)(_new.IconButton, {
62
- "aria-label": confirmButtonLabel,
63
62
  type: "submit",
64
63
  icon: _check.default,
65
64
  UNSAFE_size: "small",
@@ -68,7 +67,6 @@ var Buttons = function Buttons(_ref) {
68
67
  })), (0, _react.jsx)("div", {
69
68
  css: buttonWrapperBaseStyles
70
69
  }, (0, _react.jsx)(_new.IconButton, {
71
- "aria-label": cancelButtonLabel,
72
70
  icon: _cross.default,
73
71
  UNSAFE_size: "small",
74
72
  label: cancelButtonLabel,
@@ -14,7 +14,7 @@ const fieldStyles = css({
14
14
  const analyticsAttributes = {
15
15
  componentName: 'inlineEdit',
16
16
  packageName: "@atlaskit/inline-edit",
17
- packageVersion: "13.0.7"
17
+ packageVersion: "13.0.8"
18
18
  };
19
19
  const noop = () => {};
20
20
  const InnerInlineEdit = props => {
@@ -53,7 +53,6 @@ const Buttons = ({
53
53
  }, jsx("div", {
54
54
  css: buttonWrapperBaseStyles
55
55
  }, jsx(IconButton, {
56
- "aria-label": confirmButtonLabel,
57
56
  type: "submit",
58
57
  icon: ConfirmIcon,
59
58
  UNSAFE_size: "small",
@@ -62,7 +61,6 @@ const Buttons = ({
62
61
  })), jsx("div", {
63
62
  css: buttonWrapperBaseStyles
64
63
  }, jsx(IconButton, {
65
- "aria-label": cancelButtonLabel,
66
64
  icon: CancelIcon,
67
65
  UNSAFE_size: "small",
68
66
  label: cancelButtonLabel,
@@ -18,7 +18,7 @@ var fieldStyles = css({
18
18
  var analyticsAttributes = {
19
19
  componentName: 'inlineEdit',
20
20
  packageName: "@atlaskit/inline-edit",
21
- packageVersion: "13.0.7"
21
+ packageVersion: "13.0.8"
22
22
  };
23
23
  var noop = function noop() {};
24
24
  var InnerInlineEdit = function InnerInlineEdit(props) {
@@ -52,7 +52,6 @@ var Buttons = function Buttons(_ref) {
52
52
  }, jsx("div", {
53
53
  css: buttonWrapperBaseStyles
54
54
  }, jsx(IconButton, {
55
- "aria-label": confirmButtonLabel,
56
55
  type: "submit",
57
56
  icon: ConfirmIcon,
58
57
  UNSAFE_size: "small",
@@ -61,7 +60,6 @@ var Buttons = function Buttons(_ref) {
61
60
  })), jsx("div", {
62
61
  css: buttonWrapperBaseStyles
63
62
  }, jsx(IconButton, {
64
- "aria-label": cancelButtonLabel,
65
63
  icon: CancelIcon,
66
64
  UNSAFE_size: "small",
67
65
  label: cancelButtonLabel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-edit",
3
- "version": "13.0.7",
3
+ "version": "13.0.8",
4
4
  "description": "An inline edit displays a custom input component that switches between reading and editing on the same page.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -36,14 +36,14 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@atlaskit/analytics-next": "^9.2.0",
39
- "@atlaskit/button": "^17.3.0",
39
+ "@atlaskit/button": "^17.5.0",
40
40
  "@atlaskit/codemod-utils": "^4.2.0",
41
41
  "@atlaskit/form": "^9.0.3",
42
- "@atlaskit/icon": "^22.0.0",
42
+ "@atlaskit/icon": "^22.1.0",
43
43
  "@atlaskit/inline-dialog": "^14.0.0",
44
44
  "@atlaskit/textfield": "^6.0.0",
45
45
  "@atlaskit/theme": "^12.6.0",
46
- "@atlaskit/tokens": "^1.36.0",
46
+ "@atlaskit/tokens": "^1.38.0",
47
47
  "@babel/runtime": "^7.0.0",
48
48
  "@emotion/react": "^11.7.1"
49
49
  },
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/datetime-picker": "^13.0.3",
57
57
  "@atlaskit/docs": "*",
58
58
  "@atlaskit/section-message": "^6.4.0",
59
- "@atlaskit/select": "^17.0.3",
59
+ "@atlaskit/select": "^17.1.0",
60
60
  "@atlaskit/ssr": "*",
61
61
  "@atlaskit/tag": "^12.0.0",
62
62
  "@atlaskit/tag-group": "^10.2.0",