@atlaskit/table 0.12.8 → 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 CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ## 0.12.8
4
12
 
5
13
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
 
2
2
  ._19itglyw{border:none}
3
- ._1r04idpf{inset:0}._179r1n0b{border-block-end:var(--_ukuvb0)}
4
- ._mqm21vrj{border-block-start:2px solid transparent}
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}
@@ -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 _179r1n0b _mqm21vrj _kqsw1if8 _1pbykb7n _bfhkvuon"]),
25
+ className: (0, _runtime.ax)(["_1r04idpf _19itglyw _179r66cm _mqm2ixv9 _kqsw1if8 _1pbykb7n _bfhkvuon"]),
26
26
  style: {
27
- "--_ukuvb0": (0, _runtime.ix)("2px solid ".concat("var(--ds-border, #eee)"))
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}._179r3ggr{border-block-end:2px solid var(--ds-border,#eee)}
4
- ._mqm21vrj{border-block-start:2px solid transparent}
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}
@@ -15,6 +15,6 @@ export const THead = ({
15
15
  children
16
16
  }) => {
17
17
  return /*#__PURE__*/React.createElement("thead", {
18
- className: ax(["_1r04idpf _19itglyw _179r3ggr _mqm21vrj _kqsw1if8 _1pbykb7n _bfhkvuon"])
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}._179r1n0b{border-block-end:var(--_ukuvb0)}
4
- ._mqm21vrj{border-block-start:2px solid transparent}
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}
@@ -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 _179r1n0b _mqm21vrj _kqsw1if8 _1pbykb7n _bfhkvuon"]),
17
+ className: ax(["_1r04idpf _19itglyw _179r66cm _mqm2ixv9 _kqsw1if8 _1pbykb7n _bfhkvuon"]),
18
18
  style: {
19
- "--_ukuvb0": ix("2px solid ".concat("var(--ds-border, #eee)"))
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.8",
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",
@@ -42,7 +42,7 @@
42
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.1.0",
45
+ "@atlaskit/icon": "^28.2.0",
46
46
  "@atlaskit/primitives": "^14.14.0",
47
47
  "@atlaskit/tokens": "^6.3.0",
48
48
  "@atlaskit/tooltip": "^20.4.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.0.0",
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",