@atlaskit/link-datasource 2.5.3 → 2.5.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 +12 -0
- package/dist/cjs/ui/common/modal/site-selector/index.js +1 -2
- package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -1
- package/dist/es2019/ui/common/modal/site-selector/index.js +1 -2
- package/dist/es2019/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -1
- package/dist/esm/ui/common/modal/site-selector/index.js +1 -2
- package/dist/esm/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/link-datasource
|
|
2
2
|
|
|
3
|
+
## 2.5.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#116025](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/116025)
|
|
8
|
+
[`cd506a937e44f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd506a937e44f) -
|
|
9
|
+
Internal change to how typography is applied. There should be no visual change.
|
|
10
|
+
- [#114548](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114548)
|
|
11
|
+
[`8b2d47bffb50e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8b2d47bffb50e) -
|
|
12
|
+
bump adf-schema version
|
|
13
|
+
- Updated dependencies
|
|
14
|
+
|
|
3
15
|
## 2.5.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -26,9 +26,8 @@ var dropdownContainerStyles = (0, _primitives.xcss)({
|
|
|
26
26
|
minHeight: '40px' // to prevent vertical shifting when site selector pops in
|
|
27
27
|
});
|
|
28
28
|
var selectStyles = (0, _react2.css)({
|
|
29
|
-
|
|
29
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
30
30
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
31
|
-
lineHeight: "var(--ds-space-250, 20px)",
|
|
32
31
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
33
32
|
zIndex: _zindex.siteSelectorIndex
|
|
34
33
|
});
|
package/dist/cjs/ui/confluence-search-modal/basic-filters/filters/date-range-picker/styled.js
CHANGED
|
@@ -93,6 +93,6 @@ var DateRangeErrorMessage = exports.DateRangeErrorMessage = _styled.default.div(
|
|
|
93
93
|
display: 'flex',
|
|
94
94
|
lineHeight: 1.3333,
|
|
95
95
|
marginTop: "var(--ds-space-050, 2px)",
|
|
96
|
-
fontSize:
|
|
96
|
+
fontSize: '12px',
|
|
97
97
|
color: "var(--ds-text-danger, ".concat(_colors.R400, ")")
|
|
98
98
|
});
|
|
@@ -15,9 +15,8 @@ const dropdownContainerStyles = xcss({
|
|
|
15
15
|
minHeight: '40px' // to prevent vertical shifting when site selector pops in
|
|
16
16
|
});
|
|
17
17
|
const selectStyles = css({
|
|
18
|
-
|
|
18
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
19
19
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
20
|
-
lineHeight: "var(--ds-space-250, 20px)",
|
|
21
20
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
22
21
|
zIndex: siteSelectorIndex
|
|
23
22
|
});
|
|
@@ -20,9 +20,8 @@ var dropdownContainerStyles = xcss({
|
|
|
20
20
|
minHeight: '40px' // to prevent vertical shifting when site selector pops in
|
|
21
21
|
});
|
|
22
22
|
var selectStyles = css({
|
|
23
|
-
|
|
23
|
+
font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
24
24
|
fontWeight: "var(--ds-font-weight-medium, 500)",
|
|
25
|
-
lineHeight: "var(--ds-space-250, 20px)",
|
|
26
25
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
27
26
|
zIndex: siteSelectorIndex
|
|
28
27
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.4",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"analytics:codegen": "yarn workspace @atlassian/analytics-tooling run analytics:codegen link-datasource --output ./src/analytics/generated"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@atlaskit/adf-schema": "^
|
|
38
|
+
"@atlaskit/adf-schema": "^39.0.3",
|
|
39
39
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
40
40
|
"@atlaskit/avatar": "^21.10.0",
|
|
41
41
|
"@atlaskit/avatar-group": "^9.8.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@atlaskit/smart-user-picker": "6.9.3",
|
|
74
74
|
"@atlaskit/spinner": "^16.2.0",
|
|
75
75
|
"@atlaskit/tag": "^12.3.0",
|
|
76
|
-
"@atlaskit/textfield": "6.4.
|
|
76
|
+
"@atlaskit/textfield": "6.4.1",
|
|
77
77
|
"@atlaskit/theme": "^12.11.0",
|
|
78
78
|
"@atlaskit/tokens": "^1.53.0",
|
|
79
79
|
"@atlaskit/tooltip": "^18.5.0",
|