@atlaskit/table 0.3.2 → 0.3.4

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,17 @@
1
1
  # @atlaskit/table
2
2
 
3
+ ## 0.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [`4ba10567310`](https://bitbucket.org/atlassian/atlassian-frontend/commits/4ba10567310) - Internal changes.
8
+
9
+ ## 0.3.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [`2e01c9c74b5`](https://bitbucket.org/atlassian/atlassian-frontend/commits/2e01c9c74b5) - DUMMY remove before merging to master; dupe adf-schema via adf-utils
14
+
3
15
  ## 0.3.2
4
16
 
5
17
  ### Patch Changes
@@ -11,10 +11,8 @@ var _inline = _interopRequireDefault(require("@atlaskit/primitives/inline"));
11
11
  /** @jsx jsx */
12
12
 
13
13
  var overlayStyles = (0, _react.css)({
14
- top: 0,
15
- right: 0,
16
- bottom: 0,
17
- left: 32
14
+ inset: 0,
15
+ left: "var(--ds-space-400, 32px)"
18
16
  });
19
17
 
20
18
  /**
@@ -13,9 +13,9 @@ var bodyStyles = (0, _react.css)({
13
13
  border: 'none',
14
14
  '&:after': {
15
15
  position: 'absolute',
16
+ inset: 0,
16
17
  boxShadow: "inset 0 -2px 0 0 ".concat("var(--ds-border, #eee)"),
17
18
  content: "''",
18
- inset: 0,
19
19
  pointerEvents: 'none'
20
20
  }
21
21
  });
@@ -10,11 +10,11 @@ var _react = require("@emotion/react");
10
10
  var baseStyles = (0, _react.css)({
11
11
  position: 'sticky',
12
12
  zIndex: 1,
13
+ inset: 0,
13
14
  backgroundColor: "var(--ds-surface, white)",
14
15
  border: 'none',
15
16
  borderBottom: "2px solid ".concat("var(--ds-border, #eee)"),
16
- borderTop: '2px solid transparent',
17
- inset: 0
17
+ borderTop: '2px solid transparent'
18
18
  });
19
19
 
20
20
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "sideEffects": false
5
5
  }
@@ -4,10 +4,8 @@ import { css, jsx } from '@emotion/react';
4
4
  import { UNSAFE_Box as Box } from '@atlaskit/ds-explorations';
5
5
  import Inline from '@atlaskit/primitives/inline';
6
6
  const overlayStyles = css({
7
- top: 0,
8
- right: 0,
9
- bottom: 0,
10
- left: 32
7
+ inset: 0,
8
+ left: "var(--ds-space-400, 32px)"
11
9
  });
12
10
 
13
11
  /**
@@ -7,9 +7,9 @@ const bodyStyles = css({
7
7
  border: 'none',
8
8
  '&:after': {
9
9
  position: 'absolute',
10
+ inset: 0,
10
11
  boxShadow: `inset 0 -2px 0 0 ${"var(--ds-border, #eee)"}`,
11
12
  content: "''",
12
- inset: 0,
13
13
  pointerEvents: 'none'
14
14
  }
15
15
  });
@@ -4,11 +4,11 @@ import { css, jsx } from '@emotion/react';
4
4
  const baseStyles = css({
5
5
  position: 'sticky',
6
6
  zIndex: 1,
7
+ inset: 0,
7
8
  backgroundColor: "var(--ds-surface, white)",
8
9
  border: 'none',
9
10
  borderBottom: `2px solid ${"var(--ds-border, #eee)"}`,
10
- borderTop: '2px solid transparent',
11
- inset: 0
11
+ borderTop: '2px solid transparent'
12
12
  });
13
13
 
14
14
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "sideEffects": false
5
5
  }
@@ -4,10 +4,8 @@ import { css, jsx } from '@emotion/react';
4
4
  import { UNSAFE_Box as Box } from '@atlaskit/ds-explorations';
5
5
  import Inline from '@atlaskit/primitives/inline';
6
6
  var overlayStyles = css({
7
- top: 0,
8
- right: 0,
9
- bottom: 0,
10
- left: 32
7
+ inset: 0,
8
+ left: "var(--ds-space-400, 32px)"
11
9
  });
12
10
 
13
11
  /**
@@ -7,9 +7,9 @@ var bodyStyles = css({
7
7
  border: 'none',
8
8
  '&:after': {
9
9
  position: 'absolute',
10
+ inset: 0,
10
11
  boxShadow: "inset 0 -2px 0 0 ".concat("var(--ds-border, #eee)"),
11
12
  content: "''",
12
- inset: 0,
13
13
  pointerEvents: 'none'
14
14
  }
15
15
  });
@@ -4,11 +4,11 @@ import { css, jsx } from '@emotion/react';
4
4
  var baseStyles = css({
5
5
  position: 'sticky',
6
6
  zIndex: 1,
7
+ inset: 0,
7
8
  backgroundColor: "var(--ds-surface, white)",
8
9
  border: 'none',
9
10
  borderBottom: "2px solid ".concat("var(--ds-border, #eee)"),
10
- borderTop: '2px solid transparent',
11
- inset: 0
11
+ borderTop: '2px solid transparent'
12
12
  });
13
13
 
14
14
  /**
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/table",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "A table is used to display data.",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",