@atlaskit/table 0.12.7 → 0.12.9
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 +14 -0
- package/dist/cjs/ui/thead.compiled.css +2 -2
- package/dist/cjs/ui/thead.js +3 -2
- package/dist/es2019/ui/thead.compiled.css +2 -2
- package/dist/es2019/ui/thead.js +1 -1
- package/dist/esm/ui/thead.compiled.css +2 -2
- package/dist/esm/ui/thead.js +3 -2
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/table
|
|
2
2
|
|
|
3
|
+
## 0.12.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`248faa32d4835`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/248faa32d4835) -
|
|
8
|
+
Internal changes to how borders are applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 0.12.8
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 0.12.7
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}
|
|
3
|
-
._1r04idpf{inset:0}.
|
|
4
|
-
.
|
|
3
|
+
._1r04idpf{inset:0}._179r66cm{border-block-end:var(--_15oo9n7)}
|
|
4
|
+
._mqm2ixv9{border-block-start:var(--_td4d7n)}
|
|
5
5
|
._1pbykb7n{z-index:1}
|
|
6
6
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
7
7
|
._kqsw1if8{position:sticky}
|
package/dist/cjs/ui/thead.js
CHANGED
|
@@ -22,9 +22,10 @@ var baseStyles = null;
|
|
|
22
22
|
var THead = exports.THead = function THead(_ref) {
|
|
23
23
|
var children = _ref.children;
|
|
24
24
|
return /*#__PURE__*/React.createElement("thead", {
|
|
25
|
-
className: (0, _runtime.ax)(["_1r04idpf _19itglyw
|
|
25
|
+
className: (0, _runtime.ax)(["_1r04idpf _19itglyw _179r66cm _mqm2ixv9 _kqsw1if8 _1pbykb7n _bfhkvuon"]),
|
|
26
26
|
style: {
|
|
27
|
-
"--
|
|
27
|
+
"--_15oo9n7": (0, _runtime.ix)("var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border, #eee)")),
|
|
28
|
+
"--_td4d7n": (0, _runtime.ix)("var(--ds-border-width-selected, 2px)".concat(" solid transparent"))
|
|
28
29
|
}
|
|
29
30
|
}, children);
|
|
30
31
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}
|
|
3
|
-
._1r04idpf{inset:0}.
|
|
4
|
-
.
|
|
3
|
+
._1r04idpf{inset:0}._179rhf6m{border-block-end:var(--ds-border-width-selected,2px) solid var(--ds-border,#eee)}
|
|
4
|
+
._mqm25u6v{border-block-start:var(--ds-border-width-selected,2px) solid transparent}
|
|
5
5
|
._1pbykb7n{z-index:1}
|
|
6
6
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
7
7
|
._kqsw1if8{position:sticky}
|
package/dist/es2019/ui/thead.js
CHANGED
|
@@ -15,6 +15,6 @@ export const THead = ({
|
|
|
15
15
|
children
|
|
16
16
|
}) => {
|
|
17
17
|
return /*#__PURE__*/React.createElement("thead", {
|
|
18
|
-
className: ax(["_1r04idpf _19itglyw
|
|
18
|
+
className: ax(["_1r04idpf _19itglyw _179rhf6m _mqm25u6v _kqsw1if8 _1pbykb7n _bfhkvuon"])
|
|
19
19
|
}, children);
|
|
20
20
|
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}
|
|
3
|
-
._1r04idpf{inset:0}.
|
|
4
|
-
.
|
|
3
|
+
._1r04idpf{inset:0}._179r66cm{border-block-end:var(--_15oo9n7)}
|
|
4
|
+
._mqm2ixv9{border-block-start:var(--_td4d7n)}
|
|
5
5
|
._1pbykb7n{z-index:1}
|
|
6
6
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
7
7
|
._kqsw1if8{position:sticky}
|
package/dist/esm/ui/thead.js
CHANGED
|
@@ -14,9 +14,10 @@ var baseStyles = null;
|
|
|
14
14
|
export var THead = function THead(_ref) {
|
|
15
15
|
var children = _ref.children;
|
|
16
16
|
return /*#__PURE__*/React.createElement("thead", {
|
|
17
|
-
className: ax(["_1r04idpf _19itglyw
|
|
17
|
+
className: ax(["_1r04idpf _19itglyw _179r66cm _mqm2ixv9 _kqsw1if8 _1pbykb7n _bfhkvuon"]),
|
|
18
18
|
style: {
|
|
19
|
-
"--
|
|
19
|
+
"--_15oo9n7": ix("var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border, #eee)")),
|
|
20
|
+
"--_td4d7n": ix("var(--ds-border-width-selected, 2px)".concat(" solid transparent"))
|
|
20
21
|
}
|
|
21
22
|
}, children);
|
|
22
23
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/table",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.9",
|
|
4
4
|
"description": "A table is used to display data.",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@atlaskit/button": "^23.4.0",
|
|
41
41
|
"@atlaskit/checkbox": "^17.1.0",
|
|
42
|
-
"@atlaskit/css": "^0.
|
|
42
|
+
"@atlaskit/css": "^0.14.0",
|
|
43
43
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
44
44
|
"@atlaskit/focus-ring": "^3.0.0",
|
|
45
|
-
"@atlaskit/icon": "^28.
|
|
46
|
-
"@atlaskit/primitives": "^14.
|
|
47
|
-
"@atlaskit/tokens": "^6.
|
|
45
|
+
"@atlaskit/icon": "^28.2.0",
|
|
46
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
47
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
48
48
|
"@atlaskit/tooltip": "^20.4.0",
|
|
49
49
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@af/integration-testing": "workspace:^",
|
|
60
60
|
"@atlaskit/avatar": "^25.1.0",
|
|
61
61
|
"@atlaskit/date": "^2.0.0",
|
|
62
|
-
"@atlaskit/docs": "^11.
|
|
62
|
+
"@atlaskit/docs": "^11.1.0",
|
|
63
63
|
"@atlaskit/dynamic-table": "^18.2.0",
|
|
64
64
|
"@atlaskit/lozenge": "^13.0.0",
|
|
65
65
|
"@atlaskit/section-message": "^8.7.0",
|