@atlaskit/link-picker 1.47.9 → 1.47.11
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 +15 -0
- package/dist/cjs/ui/link-picker/search-results/link-search-list/styled.js +4 -7
- package/dist/cjs/ui/main.js +1 -1
- package/dist/es2019/ui/link-picker/search-results/link-search-list/styled.js +4 -7
- package/dist/es2019/ui/main.js +1 -1
- package/dist/esm/ui/link-picker/search-results/link-search-list/styled.js +4 -7
- package/dist/esm/ui/main.js +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @atlaskit/link-picker
|
|
2
2
|
|
|
3
|
+
## 1.47.11
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 1.47.10
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#167504](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/167504)
|
|
14
|
+
[`83a2ce1f5117e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/83a2ce1f5117e) -
|
|
15
|
+
Replaced deprecated typography styles with new components and tokens.
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
|
|
3
18
|
## 1.47.9
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -5,12 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.spinnerContainerStyles = exports.listTitleStyles = exports.listStyles = exports.listContainerStyles = void 0;
|
|
7
7
|
var _react = require("@emotion/react");
|
|
8
|
-
var _theme = require("@atlaskit/theme");
|
|
9
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
10
9
|
|
|
11
|
-
// AFP-2532 TODO: Fix automatic suppressions below
|
|
12
|
-
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
13
|
-
|
|
14
10
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
11
|
var listContainerStyles = exports.listContainerStyles = (0, _react.css)({
|
|
16
12
|
width: '100%',
|
|
@@ -41,8 +37,9 @@ var listStyles = exports.listStyles = (0, _react.css)({
|
|
|
41
37
|
});
|
|
42
38
|
|
|
43
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
44
|
-
var listTitleStyles = exports.listTitleStyles = (0, _react.css)(
|
|
45
|
-
|
|
46
|
-
|
|
40
|
+
var listTitleStyles = exports.listTitleStyles = (0, _react.css)({
|
|
41
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
42
|
+
fontWeight: "var(--ds-font-weight-bold, 700)",
|
|
43
|
+
color: "var(--ds-text-subtlest, #626F86)",
|
|
47
44
|
marginBottom: "var(--ds-space-050, 4px)"
|
|
48
45
|
});
|
package/dist/cjs/ui/main.js
CHANGED
|
@@ -31,7 +31,7 @@ var testIds = exports.testIds = {
|
|
|
31
31
|
};
|
|
32
32
|
var PACKAGE_DATA = exports.PACKAGE_DATA = {
|
|
33
33
|
packageName: "@atlaskit/link-picker" || '',
|
|
34
|
-
packageVersion: "1.47.
|
|
34
|
+
packageVersion: "1.47.11" || '',
|
|
35
35
|
componentName: _constants.COMPONENT_NAME,
|
|
36
36
|
source: _constants.COMPONENT_NAME
|
|
37
37
|
};
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
|
-
// AFP-2532 TODO: Fix automatic suppressions below
|
|
5
|
-
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
6
|
-
import { typography } from '@atlaskit/theme';
|
|
7
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
8
4
|
export const listContainerStyles = css({
|
|
9
5
|
width: '100%',
|
|
@@ -34,8 +30,9 @@ export const listStyles = css({
|
|
|
34
30
|
});
|
|
35
31
|
|
|
36
32
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
37
|
-
export const listTitleStyles = css(
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
export const listTitleStyles = css({
|
|
34
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
35
|
+
fontWeight: "var(--ds-font-weight-bold, 700)",
|
|
36
|
+
color: "var(--ds-text-subtlest, #626F86)",
|
|
40
37
|
marginBottom: "var(--ds-space-050, 4px)"
|
|
41
38
|
});
|
package/dist/es2019/ui/main.js
CHANGED
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
|
|
4
|
-
// AFP-2532 TODO: Fix automatic suppressions below
|
|
5
|
-
// eslint-disable-next-line @atlassian/tangerine/import/entry-points
|
|
6
|
-
import { typography } from '@atlaskit/theme';
|
|
7
3
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
8
4
|
export var listContainerStyles = css({
|
|
9
5
|
width: '100%',
|
|
@@ -34,8 +30,9 @@ export var listStyles = css({
|
|
|
34
30
|
});
|
|
35
31
|
|
|
36
32
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
37
|
-
export var listTitleStyles = css(
|
|
38
|
-
|
|
39
|
-
|
|
33
|
+
export var listTitleStyles = css({
|
|
34
|
+
font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
35
|
+
fontWeight: "var(--ds-font-weight-bold, 700)",
|
|
36
|
+
color: "var(--ds-text-subtlest, #626F86)",
|
|
40
37
|
marginBottom: "var(--ds-space-050, 4px)"
|
|
41
38
|
});
|
package/dist/esm/ui/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-picker",
|
|
3
|
-
"version": "1.47.
|
|
3
|
+
"version": "1.47.11",
|
|
4
4
|
"description": "Standalone link picker",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"publishConfig": {
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@atlaskit/analytics-next": "^10.1.0",
|
|
47
47
|
"@atlaskit/atlassian-context": "^0.0.2",
|
|
48
48
|
"@atlaskit/button": "^20.3.0",
|
|
49
|
-
"@atlaskit/form": "^10.
|
|
49
|
+
"@atlaskit/form": "^10.6.0",
|
|
50
50
|
"@atlaskit/frontend-utilities": "^2.7.0",
|
|
51
|
-
"@atlaskit/heading": "^
|
|
52
|
-
"@atlaskit/icon": "^22.
|
|
51
|
+
"@atlaskit/heading": "^4.0.0",
|
|
52
|
+
"@atlaskit/icon": "^22.28.0",
|
|
53
53
|
"@atlaskit/intl-messages-provider": "^1.0.2",
|
|
54
54
|
"@atlaskit/linking-common": "^6.0.0",
|
|
55
55
|
"@atlaskit/onboarding": "^12.1.0",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@atlaskit/tabs": "^16.5.0",
|
|
60
60
|
"@atlaskit/textfield": "^6.6.0",
|
|
61
61
|
"@atlaskit/theme": "^14.0.0",
|
|
62
|
-
"@atlaskit/tokens": "^2.
|
|
62
|
+
"@atlaskit/tokens": "^2.4.0",
|
|
63
63
|
"@atlaskit/tooltip": "^18.9.0",
|
|
64
64
|
"@atlaskit/ufo": "^0.3.0",
|
|
65
65
|
"@atlaskit/visually-hidden": "^1.5.0",
|