@atlaskit/table 0.4.20 → 0.4.21
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/table
|
|
2
2
|
|
|
3
|
+
## 0.4.21
|
|
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
|
## 0.4.20
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -37,7 +37,6 @@ var ExpandableCell = /*#__PURE__*/(0, _react.memo)(function () {
|
|
|
37
37
|
appearance: "subtle",
|
|
38
38
|
icon: isExpanded ? _chevronUp.default : _chevronDown.default,
|
|
39
39
|
label: "Expand row",
|
|
40
|
-
"aria-label": "Expand row",
|
|
41
40
|
UNSAFE_size: "small",
|
|
42
41
|
onClick: handleClick,
|
|
43
42
|
"aria-pressed": isExpanded
|
|
@@ -28,7 +28,6 @@ const ExpandableCell = /*#__PURE__*/memo(() => {
|
|
|
28
28
|
appearance: "subtle",
|
|
29
29
|
icon: isExpanded ? ChevronUpIcon : ChevronDownIcon,
|
|
30
30
|
label: "Expand row",
|
|
31
|
-
"aria-label": "Expand row",
|
|
32
31
|
UNSAFE_size: "small",
|
|
33
32
|
onClick: handleClick,
|
|
34
33
|
"aria-pressed": isExpanded
|
|
@@ -27,7 +27,6 @@ var ExpandableCell = /*#__PURE__*/memo(function () {
|
|
|
27
27
|
appearance: "subtle",
|
|
28
28
|
icon: isExpanded ? ChevronUpIcon : ChevronDownIcon,
|
|
29
29
|
label: "Expand row",
|
|
30
|
-
"aria-label": "Expand row",
|
|
31
30
|
UNSAFE_size: "small",
|
|
32
31
|
onClick: handleClick,
|
|
33
32
|
"aria-pressed": isExpanded
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.21",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,13 +40,13 @@
|
|
|
40
40
|
"./primitives": "./src/ui/index.tsx"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@atlaskit/button": "^17.
|
|
43
|
+
"@atlaskit/button": "^17.5.0",
|
|
44
44
|
"@atlaskit/checkbox": "^13.0.0",
|
|
45
45
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
46
46
|
"@atlaskit/focus-ring": "^1.3.0",
|
|
47
|
-
"@atlaskit/icon": "^22.
|
|
48
|
-
"@atlaskit/primitives": "^2.
|
|
49
|
-
"@atlaskit/tokens": "^1.
|
|
47
|
+
"@atlaskit/icon": "^22.1.0",
|
|
48
|
+
"@atlaskit/primitives": "^2.1.0",
|
|
49
|
+
"@atlaskit/tokens": "^1.38.0",
|
|
50
50
|
"@atlaskit/tooltip": "^18.1.0",
|
|
51
51
|
"@atlaskit/visually-hidden": "^1.2.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|