@atlaskit/mention 24.2.13 → 24.2.15
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 +13 -0
- package/dist/cjs/components/Scrollable/styles.js +1 -1
- package/dist/cjs/shared-styles.js +1 -1
- package/dist/es2019/components/Scrollable/styles.js +1 -1
- package/dist/es2019/shared-styles.js +1 -1
- package/dist/esm/components/Scrollable/styles.js +1 -1
- package/dist/esm/shared-styles.js +1 -1
- package/dist/types/shared-styles.d.ts +1 -1
- package/dist/types-ts4.5/shared-styles.d.ts +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @atlaskit/mention
|
|
2
2
|
|
|
3
|
+
## 24.2.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 24.2.14
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
|
|
14
|
+
Internal changes to how border radius is applied.
|
|
15
|
+
|
|
3
16
|
## 24.2.13
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -19,5 +19,5 @@ var ScrollableStyle = exports.ScrollableStyle = _styled.default.div({
|
|
|
19
19
|
background: "var(--ds-surface, white)",
|
|
20
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
|
|
21
21
|
maxHeight: _sharedStyles.scrollableMaxHeight,
|
|
22
|
-
borderRadius: "var(--ds-
|
|
22
|
+
borderRadius: "var(--ds-radius-small, 3px)"
|
|
23
23
|
});
|
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.scrollableMaxHeight = exports.noDialogContainerBoxShadow = exports.noDialogContainerBorderRadius = exports.noDialogContainerBorderColor = exports.mentionListWidth = void 0;
|
|
7
7
|
var _colors = require("@atlaskit/theme/colors");
|
|
8
8
|
var noDialogContainerBorderColor = exports.noDialogContainerBorderColor = "var(--ds-border, ".concat(_colors.N40, ")"); // This has not been confirmed by the ADG yet
|
|
9
|
-
var noDialogContainerBorderRadius = exports.noDialogContainerBorderRadius = "var(--ds-
|
|
9
|
+
var noDialogContainerBorderRadius = exports.noDialogContainerBorderRadius = "var(--ds-radius-small, 3px)";
|
|
10
10
|
var noDialogContainerBoxShadow = exports.noDialogContainerBoxShadow = "var(--ds-shadow-overlay, 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31))"; // Copied from droplist style
|
|
11
11
|
|
|
12
12
|
var scrollableMaxHeight = exports.scrollableMaxHeight = '264px';
|
|
@@ -12,5 +12,5 @@ export const ScrollableStyle = styled.div({
|
|
|
12
12
|
background: "var(--ds-surface, white)",
|
|
13
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
14
14
|
maxHeight: scrollableMaxHeight,
|
|
15
|
-
borderRadius: "var(--ds-
|
|
15
|
+
borderRadius: "var(--ds-radius-small, 3px)"
|
|
16
16
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { N40 } from '@atlaskit/theme/colors';
|
|
2
2
|
export const noDialogContainerBorderColor = `var(--ds-border, ${N40})`; // This has not been confirmed by the ADG yet
|
|
3
|
-
export const noDialogContainerBorderRadius = "var(--ds-
|
|
3
|
+
export const noDialogContainerBorderRadius = "var(--ds-radius-small, 3px)";
|
|
4
4
|
export const noDialogContainerBoxShadow = "var(--ds-shadow-overlay, 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31))"; // Copied from droplist style
|
|
5
5
|
|
|
6
6
|
export const scrollableMaxHeight = '264px';
|
|
@@ -12,5 +12,5 @@ export var ScrollableStyle = styled.div({
|
|
|
12
12
|
background: "var(--ds-surface, white)",
|
|
13
13
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
14
14
|
maxHeight: scrollableMaxHeight,
|
|
15
|
-
borderRadius: "var(--ds-
|
|
15
|
+
borderRadius: "var(--ds-radius-small, 3px)"
|
|
16
16
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { N40 } from '@atlaskit/theme/colors';
|
|
2
2
|
export var noDialogContainerBorderColor = "var(--ds-border, ".concat(N40, ")"); // This has not been confirmed by the ADG yet
|
|
3
|
-
export var noDialogContainerBorderRadius = "var(--ds-
|
|
3
|
+
export var noDialogContainerBorderRadius = "var(--ds-radius-small, 3px)";
|
|
4
4
|
export var noDialogContainerBoxShadow = "var(--ds-shadow-overlay, 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31))"; // Copied from droplist style
|
|
5
5
|
|
|
6
6
|
export var scrollableMaxHeight = '264px';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const noDialogContainerBorderColor: "var(--ds-border)";
|
|
2
|
-
export declare const noDialogContainerBorderRadius: "var(--ds-
|
|
2
|
+
export declare const noDialogContainerBorderRadius: "var(--ds-radius-small)";
|
|
3
3
|
export declare const noDialogContainerBoxShadow: "var(--ds-shadow-overlay)";
|
|
4
4
|
export declare const scrollableMaxHeight = "264px";
|
|
5
5
|
export declare const mentionListWidth = "340px";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const noDialogContainerBorderColor: "var(--ds-border)";
|
|
2
|
-
export declare const noDialogContainerBorderRadius: "var(--ds-
|
|
2
|
+
export declare const noDialogContainerBorderRadius: "var(--ds-radius-small)";
|
|
3
3
|
export declare const noDialogContainerBoxShadow: "var(--ds-shadow-overlay)";
|
|
4
4
|
export declare const scrollableMaxHeight = "264px";
|
|
5
5
|
export declare const mentionListWidth = "340px";
|
package/package.json
CHANGED
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"@atlaskit/icon": "^28.1.0",
|
|
39
39
|
"@atlaskit/lozenge": "^13.0.0",
|
|
40
40
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
41
|
-
"@atlaskit/primitives": "^14.
|
|
41
|
+
"@atlaskit/primitives": "^14.14.0",
|
|
42
42
|
"@atlaskit/teams-avatar": "^2.3.0",
|
|
43
|
-
"@atlaskit/theme": "^
|
|
44
|
-
"@atlaskit/tokens": "^6.
|
|
43
|
+
"@atlaskit/theme": "^21.0.0",
|
|
44
|
+
"@atlaskit/tokens": "^6.3.0",
|
|
45
45
|
"@atlaskit/tooltip": "^20.4.0",
|
|
46
46
|
"@atlaskit/ufo": "^0.4.0",
|
|
47
47
|
"@atlaskit/util-service-support": "^6.3.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
]
|
|
116
116
|
}
|
|
117
117
|
},
|
|
118
|
-
"version": "24.2.
|
|
118
|
+
"version": "24.2.15"
|
|
119
119
|
}
|