@atlaskit/page-layout 1.7.4 → 1.7.5

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
+ ## 1.7.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`599bfe90ee3`](https://bitbucket.org/atlassian/atlassian-frontend/commits/599bfe90ee3) - Internal change to use shape tokens. There is no expected visual change.
8
+
3
9
  ## 1.7.4
4
10
 
5
11
  ### Patch Changes
@@ -39,7 +39,7 @@ var resizeIconButtonStyles = (0, _react.css)({
39
39
  left: 0,
40
40
  backgroundColor: "var(--ds-surface-overlay, ".concat(_colors.N0, ")"),
41
41
  border: 0,
42
- borderRadius: '50%',
42
+ borderRadius: "var(--ds-border-radius-circle, 50%)",
43
43
  /**
44
44
  * TODO: https://product-fabric.atlassian.net/browse/DSP-3392
45
45
  * This shadow needs further investigation,
@@ -27,7 +27,7 @@ var skipLinkStyles = (0, _react.css)({
27
27
  left: -999999,
28
28
  background: "var(--ds-surface-overlay, white)",
29
29
  border: 'none',
30
- borderRadius: 3,
30
+ borderRadius: "var(--ds-border-radius, 3px)",
31
31
  boxShadow: "var(--ds-shadow-overlay, ".concat("0 0 0 1px ".concat(_colors.N30A, ", 0 2px 10px ").concat(_colors.N30A, ", 0 0 20px -4px ").concat(_colors.N60A), ")"),
32
32
  opacity: 0,
33
33
  /* Do the transform when focused */
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "sideEffects": false
5
5
  }
@@ -33,7 +33,7 @@ const resizeIconButtonStyles = css({
33
33
  left: 0,
34
34
  backgroundColor: `var(--ds-surface-overlay, ${N0})`,
35
35
  border: 0,
36
- borderRadius: '50%',
36
+ borderRadius: "var(--ds-border-radius-circle, 50%)",
37
37
  /**
38
38
  * TODO: https://product-fabric.atlassian.net/browse/DSP-3392
39
39
  * This shadow needs further investigation,
@@ -19,7 +19,7 @@ const skipLinkStyles = css({
19
19
  left: -999999,
20
20
  background: "var(--ds-surface-overlay, white)",
21
21
  border: 'none',
22
- borderRadius: 3,
22
+ borderRadius: "var(--ds-border-radius, 3px)",
23
23
  boxShadow: `var(--ds-shadow-overlay, ${`0 0 0 1px ${N30A}, 0 2px 10px ${N30A}, 0 0 20px -4px ${N60A}`})`,
24
24
  opacity: 0,
25
25
  /* Do the transform when focused */
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "sideEffects": false
5
5
  }
@@ -33,7 +33,7 @@ var resizeIconButtonStyles = css({
33
33
  left: 0,
34
34
  backgroundColor: "var(--ds-surface-overlay, ".concat(N0, ")"),
35
35
  border: 0,
36
- borderRadius: '50%',
36
+ borderRadius: "var(--ds-border-radius-circle, 50%)",
37
37
  /**
38
38
  * TODO: https://product-fabric.atlassian.net/browse/DSP-3392
39
39
  * This shadow needs further investigation,
@@ -23,7 +23,7 @@ var skipLinkStyles = css({
23
23
  left: -999999,
24
24
  background: "var(--ds-surface-overlay, white)",
25
25
  border: 'none',
26
- borderRadius: 3,
26
+ borderRadius: "var(--ds-border-radius, 3px)",
27
27
  boxShadow: "var(--ds-shadow-overlay, ".concat("0 0 0 1px ".concat(N30A, ", 0 2px 10px ").concat(N30A, ", 0 0 20px -4px ").concat(N60A), ")"),
28
28
  opacity: 0,
29
29
  /* Do the transform when focused */
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/page-layout",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
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/"
@@ -39,7 +39,7 @@
39
39
  "@atlaskit/platform-feature-flags": "^0.2.0",
40
40
  "@atlaskit/primitives": "^0.15.0",
41
41
  "@atlaskit/theme": "^12.5.0",
42
- "@atlaskit/tokens": "^1.10.0",
42
+ "@atlaskit/tokens": "^1.11.0",
43
43
  "@babel/runtime": "^7.0.0",
44
44
  "@emotion/react": "^11.7.1",
45
45
  "bind-event-listener": "^2.1.1",