@atlaskit/link-datasource 3.5.1 → 3.5.2
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
|
@@ -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.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
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",
|
|
@@ -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",
|