@atlaskit/page-layout 3.1.2 → 3.1.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/page-layout
2
2
 
3
+ ## 3.1.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#89529](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/89529) [`70c8a51f46c6`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/70c8a51f46c6) - [ux] Fix grabber overlapping with add table row button for Confluence
8
+
9
+ ## 3.1.3
10
+
11
+ ### Patch Changes
12
+
13
+ - [#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.
14
+
3
15
  ## 3.1.2
4
16
 
5
17
  ### 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 = () => (
@@ -22,7 +22,7 @@ var _excluded = ["testId", "valueTextLabel", "isDisabled", "isLeftSidebarCollaps
22
22
  */
23
23
  var varLineColor = '--ds-line';
24
24
  var grabAreaStyles = (0, _react.css)({
25
- width: 24,
25
+ width: "var(--ds-space-200, 16px)",
26
26
  height: '100%',
27
27
  padding: 0,
28
28
  backgroundColor: 'transparent',
@@ -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',
@@ -13,7 +13,7 @@ import { GRAB_AREA_LINE_SELECTOR, GRAB_AREA_SELECTOR } from '../../common/consta
13
13
  */
14
14
  const varLineColor = '--ds-line';
15
15
  const grabAreaStyles = css({
16
- width: 24,
16
+ width: "var(--ds-space-200, 16px)",
17
17
  height: '100%',
18
18
  padding: 0,
19
19
  backgroundColor: 'transparent',
@@ -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',
@@ -16,7 +16,7 @@ import { GRAB_AREA_LINE_SELECTOR, GRAB_AREA_SELECTOR } from '../../common/consta
16
16
  */
17
17
  var varLineColor = '--ds-line';
18
18
  var grabAreaStyles = css({
19
- width: 24,
19
+ width: "var(--ds-space-200, 16px)",
20
20
  height: '100%',
21
21
  padding: 0,
22
22
  backgroundColor: 'transparent',
@@ -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.4",
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/"
@@ -42,9 +42,9 @@
42
42
  "@atlaskit/icon": "^22.1.0",
43
43
  "@atlaskit/motion": "^1.5.0",
44
44
  "@atlaskit/platform-feature-flags": "^0.2.0",
45
- "@atlaskit/primitives": "^5.1.0",
46
- "@atlaskit/theme": "^12.6.0",
47
- "@atlaskit/tokens": "^1.42.0",
45
+ "@atlaskit/primitives": "^5.5.0",
46
+ "@atlaskit/theme": "^12.7.0",
47
+ "@atlaskit/tokens": "^1.43.0",
48
48
  "@babel/runtime": "^7.0.0",
49
49
  "@emotion/react": "^11.7.1",
50
50
  "bind-event-listener": "^2.1.1",
@@ -57,14 +57,14 @@
57
57
  "devDependencies": {
58
58
  "@af/accessibility-testing": "*",
59
59
  "@af/integration-testing": "*",
60
- "@atlaskit/atlassian-navigation": "^3.3.0",
60
+ "@atlaskit/atlassian-navigation": "^3.4.0",
61
61
  "@atlaskit/atlassian-notifications": "^0.4.0",
62
62
  "@atlaskit/drawer": "^7.7.0",
63
63
  "@atlaskit/logo": "^13.15.0",
64
64
  "@atlaskit/menu": "^2.1.0",
65
65
  "@atlaskit/notification-indicator": "^9.2.0",
66
66
  "@atlaskit/notification-log-client": "^6.1.0",
67
- "@atlaskit/popup": "^1.13.0",
67
+ "@atlaskit/popup": "^1.14.0",
68
68
  "@atlaskit/side-navigation": "^3.0.0",
69
69
  "@atlaskit/ssr": "*",
70
70
  "@atlaskit/tooltip": "*",