@atlaskit/page-layout 3.1.3 → 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,11 @@
|
|
|
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
|
+
|
|
3
9
|
## 3.1.3
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -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:
|
|
25
|
+
width: "var(--ds-space-200, 16px)",
|
|
26
26
|
height: '100%',
|
|
27
27
|
padding: 0,
|
|
28
28
|
backgroundColor: 'transparent',
|
|
@@ -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:
|
|
16
|
+
width: "var(--ds-space-200, 16px)",
|
|
17
17
|
height: '100%',
|
|
18
18
|
padding: 0,
|
|
19
19
|
backgroundColor: 'transparent',
|
|
@@ -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:
|
|
19
|
+
width: "var(--ds-space-200, 16px)",
|
|
20
20
|
height: '100%',
|
|
21
21
|
padding: 0,
|
|
22
22
|
backgroundColor: 'transparent',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/page-layout",
|
|
3
|
-
"version": "3.1.
|
|
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.
|
|
46
|
-
"@atlaskit/theme": "^12.
|
|
47
|
-
"@atlaskit/tokens": "^1.
|
|
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.
|
|
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.
|
|
67
|
+
"@atlaskit/popup": "^1.14.0",
|
|
68
68
|
"@atlaskit/side-navigation": "^3.0.0",
|
|
69
69
|
"@atlaskit/ssr": "*",
|
|
70
70
|
"@atlaskit/tooltip": "*",
|