@atlaskit/link-datasource 3.5.1 → 3.6.0
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,21 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 3.6.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#151190](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/151190)
|
|
8
|
+
[`a3723b1cdede2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/a3723b1cdede2) -
|
|
9
|
+
[ux] [ED-25037] this change bumps @atlaskit/adf-schema from 40.9.0 to 40.9.4 which makes the
|
|
10
|
+
blockquote selectable, adds missing marks to the PM node spec and fixes a bug that converted
|
|
11
|
+
pasted external images to media groups.
|
|
12
|
+
|
|
13
|
+
## 3.5.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 3.5.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -53,6 +53,7 @@ var DropdownParent = _styled.default.div({
|
|
|
53
53
|
'& button': {
|
|
54
54
|
textAlign: 'left' /* By default button center in the middle without props to control it */,
|
|
55
55
|
height: 'auto' /* By default button is not happy with tall (up to lines in our case) content */,
|
|
56
|
+
paddingBlock: "var(--ds-space-0, 0px)",
|
|
56
57
|
paddingLeft: "var(--ds-space-0, 0px)" /* By default button's padding left and right is 8 + 4. We control that 8, so left with 4 that we need. */,
|
|
57
58
|
paddingRight: "var(--ds-space-0, 0px)"
|
|
58
59
|
}
|
|
@@ -38,6 +38,7 @@ const DropdownParent = styled.div({
|
|
|
38
38
|
'& button': {
|
|
39
39
|
textAlign: 'left' /* By default button center in the middle without props to control it */,
|
|
40
40
|
height: 'auto' /* By default button is not happy with tall (up to lines in our case) content */,
|
|
41
|
+
paddingBlock: "var(--ds-space-0, 0px)",
|
|
41
42
|
paddingLeft: "var(--ds-space-0, 0px)" /* By default button's padding left and right is 8 + 4. We control that 8, so left with 4 that we need. */,
|
|
42
43
|
paddingRight: "var(--ds-space-0, 0px)"
|
|
43
44
|
}
|
|
@@ -44,6 +44,7 @@ var DropdownParent = styled.div({
|
|
|
44
44
|
'& button': {
|
|
45
45
|
textAlign: 'left' /* By default button center in the middle without props to control it */,
|
|
46
46
|
height: 'auto' /* By default button is not happy with tall (up to lines in our case) content */,
|
|
47
|
+
paddingBlock: "var(--ds-space-0, 0px)",
|
|
47
48
|
paddingLeft: "var(--ds-space-0, 0px)" /* By default button's padding left and right is 8 + 4. We control that 8, so left with 4 that we need. */,
|
|
48
49
|
paddingRight: "var(--ds-space-0, 0px)"
|
|
49
50
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@atlaskit/adf-schema": "^40.9.
|
|
37
|
+
"@atlaskit/adf-schema": "^40.9.4",
|
|
38
38
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
39
39
|
"@atlaskit/atlassian-context": "^0.0.2",
|
|
40
40
|
"@atlaskit/avatar": "^21.15.0",
|
|
41
41
|
"@atlaskit/avatar-group": "^9.11.0",
|
|
42
42
|
"@atlaskit/badge": "^16.4.0",
|
|
43
43
|
"@atlaskit/button": "^20.2.0",
|
|
44
|
-
"@atlaskit/datetime-picker": "^15.
|
|
44
|
+
"@atlaskit/datetime-picker": "^15.3.0",
|
|
45
45
|
"@atlaskit/dropdown-menu": "^12.19.0",
|
|
46
46
|
"@atlaskit/editor-prosemirror": "6.0.0",
|
|
47
47
|
"@atlaskit/empty-state": "^7.11.0",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@atlaskit/jql-editor-autocomplete-rest": "^2.1.0",
|
|
59
59
|
"@atlaskit/layering": "^0.5.0",
|
|
60
60
|
"@atlaskit/link-client-extension": "^2.4.0",
|
|
61
|
-
"@atlaskit/linking-common": "^5.
|
|
61
|
+
"@atlaskit/linking-common": "^5.12.0",
|
|
62
62
|
"@atlaskit/linking-types": "^9.0.0",
|
|
63
63
|
"@atlaskit/logo": "^14.3.0",
|
|
64
64
|
"@atlaskit/lozenge": "^11.11.0",
|
|
@@ -66,13 +66,13 @@
|
|
|
66
66
|
"@atlaskit/outbound-auth-flow-client": "^3.4.5",
|
|
67
67
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
68
68
|
"@atlaskit/popup": "^1.28.0",
|
|
69
|
-
"@atlaskit/pragmatic-drag-and-drop": "^1.
|
|
69
|
+
"@atlaskit/pragmatic-drag-and-drop": "^1.4.0",
|
|
70
70
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
|
|
71
71
|
"@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.2.0",
|
|
72
72
|
"@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
|
|
73
73
|
"@atlaskit/primitives": "^12.2.0",
|
|
74
74
|
"@atlaskit/select": "^18.1.0",
|
|
75
|
-
"@atlaskit/smart-card": "^
|
|
75
|
+
"@atlaskit/smart-card": "^30.0.0",
|
|
76
76
|
"@atlaskit/smart-user-picker": "6.10.3",
|
|
77
77
|
"@atlaskit/spinner": "^16.3.0",
|
|
78
78
|
"@atlaskit/tag": "^12.6.0",
|