@atlaskit/page-layout 3.1.2 → 3.1.3

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,11 @@
1
1
  # @atlaskit/page-layout
2
2
 
3
+ ## 3.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
8
+
3
9
  ## 3.1.2
4
10
 
5
11
  ### Patch Changes
@@ -14,9 +14,9 @@ const wrapperStyles = css({
14
14
  width: 540,
15
15
  height: 'calc(100vh - 200px)',
16
16
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
17
- paddingTop: 18,
17
+ paddingBlockStart: 18,
18
18
  // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
19
- paddingLeft: 18,
19
+ paddingInlineStart: 18,
20
20
  });
21
21
 
22
22
  const NotificationsContent = () => (
@@ -17,13 +17,11 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
17
17
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
18
18
  var prefersReducedMotionStyles = (0, _react.css)((0, _motion.prefersReducedMotion)());
19
19
  var skipLinkStyles = (0, _react.css)({
20
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
20
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
21
21
  margin: 10,
22
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
23
22
  padding: '0.8rem 1rem',
24
23
  position: 'fixed',
25
24
  zIndex: -1,
26
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
27
25
  left: -999999,
28
26
  background: "var(--ds-surface-overlay, white)",
29
27
  border: 'none',
@@ -9,13 +9,11 @@ import { useSkipLinks } from '../../controllers';
9
9
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
10
10
  const prefersReducedMotionStyles = css(prefersReducedMotion());
11
11
  const skipLinkStyles = css({
12
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
12
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
13
13
  margin: 10,
14
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
15
14
  padding: '0.8rem 1rem',
16
15
  position: 'fixed',
17
16
  zIndex: -1,
18
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
19
17
  left: -999999,
20
18
  background: "var(--ds-surface-overlay, white)",
21
19
  border: 'none',
@@ -13,13 +13,11 @@ import { useSkipLinks } from '../../controllers';
13
13
  // eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage
14
14
  var prefersReducedMotionStyles = css(prefersReducedMotion());
15
15
  var skipLinkStyles = css({
16
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
16
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
17
17
  margin: 10,
18
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
19
18
  padding: '0.8rem 1rem',
20
19
  position: 'fixed',
21
20
  zIndex: -1,
22
- // eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage
23
21
  left: -999999,
24
22
  background: "var(--ds-surface-overlay, white)",
25
23
  border: 'none',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "A collection of components which let you compose an application's page layout.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"