@atlaskit/editor-plugin-help-dialog 6.0.11 → 6.0.12

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,11 @@
1
1
  # @atlaskit/editor-plugin-help-dialog
2
2
 
3
+ ## 6.0.12
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 6.0.11
4
10
 
5
11
  ### Patch Changes
@@ -26,7 +26,7 @@ var toolbarFocusStyles = (0, _react.css)({
26
26
  // Hence we manually force it
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-nested-selectors
28
28
  'button:focus:not(:focus-visible)': {
29
- outline: "2px solid ".concat("var(--ds-border-focused, #388BFF)"),
29
+ outline: "2px solid ".concat("var(--ds-border-focused, #4688EC)"),
30
30
  outlineOffset: "var(--ds-space-025, 2px)"
31
31
  }
32
32
  });
@@ -49,7 +49,7 @@ var footer = exports.footer = (0, _react.css)({
49
49
  var footerNew = exports.footerNew = (0, _react.css)({
50
50
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
51
51
  zIndex: _editorSharedStyles.akEditorUnitZIndex,
52
- color: "var(--ds-text-subtle, #44546F)",
52
+ color: "var(--ds-text-subtle, #505258)",
53
53
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
54
54
  padding: "var(--ds-space-300, 24px)",
55
55
  textAlign: 'right',
@@ -18,7 +18,7 @@ const toolbarFocusStyles = css({
18
18
  // Hence we manually force it
19
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-nested-selectors
20
20
  'button:focus:not(:focus-visible)': {
21
- outline: `2px solid ${"var(--ds-border-focused, #388BFF)"}`,
21
+ outline: `2px solid ${"var(--ds-border-focused, #4688EC)"}`,
22
22
  outlineOffset: "var(--ds-space-025, 2px)"
23
23
  }
24
24
  });
@@ -39,7 +39,7 @@ export const footer = css({
39
39
  export const footerNew = css({
40
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
41
41
  zIndex: akEditorUnitZIndex,
42
- color: "var(--ds-text-subtle, #44546F)",
42
+ color: "var(--ds-text-subtle, #505258)",
43
43
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
44
44
  padding: "var(--ds-space-300, 24px)",
45
45
  textAlign: 'right',
@@ -18,7 +18,7 @@ var toolbarFocusStyles = css({
18
18
  // Hence we manually force it
19
19
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-unsafe-selectors, @atlaskit/ui-styling-standard/no-nested-selectors
20
20
  'button:focus:not(:focus-visible)': {
21
- outline: "2px solid ".concat("var(--ds-border-focused, #388BFF)"),
21
+ outline: "2px solid ".concat("var(--ds-border-focused, #4688EC)"),
22
22
  outlineOffset: "var(--ds-space-025, 2px)"
23
23
  }
24
24
  });
@@ -39,7 +39,7 @@ export var footer = css({
39
39
  export var footerNew = css({
40
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
41
41
  zIndex: akEditorUnitZIndex,
42
- color: "var(--ds-text-subtle, #44546F)",
42
+ color: "var(--ds-text-subtle, #505258)",
43
43
  font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
44
44
  padding: "var(--ds-space-300, 24px)",
45
45
  textAlign: 'right',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-help-dialog",
3
- "version": "6.0.11",
3
+ "version": "6.0.12",
4
4
  "description": "Help Dialog plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -32,14 +32,14 @@
32
32
  "@atlaskit/editor-plugin-analytics": "^6.2.0",
33
33
  "@atlaskit/editor-plugin-quick-insert": "^6.0.0",
34
34
  "@atlaskit/editor-prosemirror": "7.0.0",
35
- "@atlaskit/editor-shared-styles": "^3.8.0",
35
+ "@atlaskit/editor-shared-styles": "^3.9.0",
36
36
  "@atlaskit/heading": "^5.2.0",
37
- "@atlaskit/icon": "^28.5.0",
37
+ "@atlaskit/icon": "^29.0.0",
38
38
  "@atlaskit/modal-dialog": "^14.6.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/primitives": "^16.1.0",
41
41
  "@atlaskit/theme": "^21.0.0",
42
- "@atlaskit/tmp-editor-statsig": "^13.32.0",
42
+ "@atlaskit/tmp-editor-statsig": "^13.35.0",
43
43
  "@atlaskit/tokens": "^8.0.0",
44
44
  "@atlaskit/tooltip": "^20.8.0",
45
45
  "@babel/runtime": "^7.0.0",
@@ -51,7 +51,7 @@
51
51
  "@testing-library/react": "^13.4.0"
52
52
  },
53
53
  "peerDependencies": {
54
- "@atlaskit/editor-common": "^110.24.0",
54
+ "@atlaskit/editor-common": "^110.27.0",
55
55
  "react": "^18.2.0"
56
56
  },
57
57
  "techstack": {