@atlaskit/table-tree 9.3.1 → 9.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 +6 -0
- package/dist/cjs/components/internal/styled.js +2 -0
- package/dist/cjs/components/row.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/internal/styled.js +2 -0
- package/dist/es2019/components/row.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/internal/styled.js +2 -0
- package/dist/esm/components/row.js +1 -1
- package/dist/esm/version.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -37,6 +37,7 @@ var commonChevronContainerStyles = (0, _react.css)({
|
|
|
37
37
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
38
38
|
marginLeft: "calc(".concat(indentBase, " * -1)"),
|
|
39
39
|
position: 'absolute',
|
|
40
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
40
41
|
top: 7,
|
|
41
42
|
alignItems: 'center'
|
|
42
43
|
});
|
|
@@ -55,6 +56,7 @@ var ChevronContainer = function ChevronContainer(props
|
|
|
55
56
|
exports.ChevronContainer = ChevronContainer;
|
|
56
57
|
var chevronIconContainerStyles = (0, _react.css)({
|
|
57
58
|
position: 'relative',
|
|
59
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
58
60
|
top: 1
|
|
59
61
|
});
|
|
60
62
|
|
|
@@ -28,7 +28,7 @@ var treeRowClickableStyles = (0, _react2.css)({
|
|
|
28
28
|
cursor: 'pointer'
|
|
29
29
|
});
|
|
30
30
|
var packageName = "@atlaskit/table-tree";
|
|
31
|
-
var packageVersion = "9.3.
|
|
31
|
+
var packageVersion = "9.3.2";
|
|
32
32
|
var Row = /*#__PURE__*/function (_Component) {
|
|
33
33
|
(0, _inherits2.default)(Row, _Component);
|
|
34
34
|
var _super = _createSuper(Row);
|
package/dist/cjs/version.json
CHANGED
|
@@ -23,6 +23,7 @@ const commonChevronContainerStyles = css({
|
|
|
23
23
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
24
24
|
marginLeft: `calc(${indentBase} * -1)`,
|
|
25
25
|
position: 'absolute',
|
|
26
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
26
27
|
top: 7,
|
|
27
28
|
alignItems: 'center'
|
|
28
29
|
});
|
|
@@ -38,6 +39,7 @@ export const ChevronContainer = (props
|
|
|
38
39
|
}));
|
|
39
40
|
const chevronIconContainerStyles = css({
|
|
40
41
|
position: 'relative',
|
|
42
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
41
43
|
top: 1
|
|
42
44
|
});
|
|
43
45
|
|
package/dist/es2019/version.json
CHANGED
|
@@ -28,6 +28,7 @@ var commonChevronContainerStyles = css({
|
|
|
28
28
|
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
29
29
|
marginLeft: "calc(".concat(indentBase, " * -1)"),
|
|
30
30
|
position: 'absolute',
|
|
31
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
31
32
|
top: 7,
|
|
32
33
|
alignItems: 'center'
|
|
33
34
|
});
|
|
@@ -45,6 +46,7 @@ export var ChevronContainer = function ChevronContainer(props
|
|
|
45
46
|
};
|
|
46
47
|
var chevronIconContainerStyles = css({
|
|
47
48
|
position: 'relative',
|
|
49
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage-spacing
|
|
48
50
|
top: 1
|
|
49
51
|
});
|
|
50
52
|
|
|
@@ -20,7 +20,7 @@ var treeRowClickableStyles = css({
|
|
|
20
20
|
cursor: 'pointer'
|
|
21
21
|
});
|
|
22
22
|
var packageName = "@atlaskit/table-tree";
|
|
23
|
-
var packageVersion = "9.3.
|
|
23
|
+
var packageVersion = "9.3.2";
|
|
24
24
|
var Row = /*#__PURE__*/function (_Component) {
|
|
25
25
|
_inherits(Row, _Component);
|
|
26
26
|
var _super = _createSuper(Row);
|
package/dist/esm/version.json
CHANGED
package/package.json
CHANGED