@atlaskit/editor-plugin-help-dialog 1.9.8 → 1.9.10

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,19 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 1.9.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#178053](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/178053)
8
+ [`cb318c8c28c26`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cb318c8c28c26) -
9
+ Internal changes to typography.
10
+
11
+ ## 1.9.9
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 1.9.8
4
18
 
5
19
  ### Patch Changes
@@ -93,7 +93,7 @@ var row = exports.row = (0, _react.css)({
93
93
  var dialogHeader = exports.dialogHeader = {
94
94
  '&': {
95
95
  fontSize: (0, _editorSharedStyles.relativeFontSizeToBase16)(24),
96
- fontWeight: 400,
96
+ fontWeight: "var(--ds-font-weight-regular, 400)",
97
97
  color: "var(--ds-text-subtle, ".concat(_colors.N400, ")"),
98
98
  letterSpacing: 'normal',
99
99
  lineHeight: 1.42857142857143
@@ -3,6 +3,7 @@ export { helpDialogPlugin } from './helpDialogPlugin';
3
3
  // This will be shortly removed. Reach out to #cc-editor-lego if you have issues.
4
4
  // eslint-disable-next-line @atlaskit/editor/only-export-plugin
5
5
  export {
6
+ // eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- Ignored via go/ED-25883
6
7
  /**
7
8
  * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API
8
9
  */
@@ -83,7 +83,7 @@ export const row = css({
83
83
  export const dialogHeader = {
84
84
  '&': {
85
85
  fontSize: relativeFontSizeToBase16(24),
86
- fontWeight: 400,
86
+ fontWeight: "var(--ds-font-weight-regular, 400)",
87
87
  color: `var(--ds-text-subtle, ${N400})`,
88
88
  letterSpacing: 'normal',
89
89
  lineHeight: 1.42857142857143
package/dist/esm/index.js CHANGED
@@ -3,6 +3,7 @@ export { helpDialogPlugin } from './helpDialogPlugin';
3
3
  // This will be shortly removed. Reach out to #cc-editor-lego if you have issues.
4
4
  // eslint-disable-next-line @atlaskit/editor/only-export-plugin
5
5
  export {
6
+ // eslint-disable-next-line @repo/internal/deprecations/deprecation-ticket-required -- Ignored via go/ED-25883
6
7
  /**
7
8
  * @deprecated DO NOT USE, it is only available to maintain an existing deprecated API
8
9
  */
@@ -83,7 +83,7 @@ export var row = css({
83
83
  export var dialogHeader = {
84
84
  '&': {
85
85
  fontSize: relativeFontSizeToBase16(24),
86
- fontWeight: 400,
86
+ fontWeight: "var(--ds-font-weight-regular, 400)",
87
87
  color: "var(--ds-text-subtle, ".concat(N400, ")"),
88
88
  letterSpacing: 'normal',
89
89
  lineHeight: 1.42857142857143
@@ -13,7 +13,7 @@ export declare const row: import("@emotion/react").SerializedStyles;
13
13
  export declare const dialogHeader: {
14
14
  '&': {
15
15
  fontSize: string;
16
- fontWeight: number;
16
+ fontWeight: "var(--ds-font-weight-regular)";
17
17
  color: "var(--ds-text-subtle)";
18
18
  letterSpacing: string;
19
19
  lineHeight: number;
@@ -13,7 +13,7 @@ export declare const row: import("@emotion/react").SerializedStyles;
13
13
  export declare const dialogHeader: {
14
14
  '&': {
15
15
  fontSize: string;
16
- fontWeight: number;
16
+ fontWeight: "var(--ds-font-weight-regular)";
17
17
  color: "var(--ds-text-subtle)";
18
18
  letterSpacing: string;
19
19
  lineHeight: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "1.9.8",
3
+ "version": "1.9.10",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -31,13 +31,13 @@
31
31
  ".": "./src/index.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@atlaskit/editor-common": "^95.10.0",
34
+ "@atlaskit/editor-common": "^96.4.0",
35
35
  "@atlaskit/editor-plugin-analytics": "^1.10.0",
36
- "@atlaskit/editor-plugin-quick-insert": "^1.7.0",
36
+ "@atlaskit/editor-plugin-quick-insert": "^1.8.0",
37
37
  "@atlaskit/editor-prosemirror": "6.2.1",
38
38
  "@atlaskit/editor-shared-styles": "^3.2.0",
39
39
  "@atlaskit/heading": "^4.0.0",
40
- "@atlaskit/icon": "^23.0.0",
40
+ "@atlaskit/icon": "^23.1.0",
41
41
  "@atlaskit/modal-dialog": "^12.18.0",
42
42
  "@atlaskit/primitives": "^13.3.0",
43
43
  "@atlaskit/theme": "^14.0.0",