@atlaskit/editor-toolbar 0.19.29 → 0.19.31

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,17 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.19.31
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.19.30
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.19.29
4
16
 
5
17
  ### Patch Changes
@@ -116,7 +116,6 @@ var ToolbarKeyboardNavigationProvider = exports.ToolbarKeyboardNavigationProvide
116
116
  }
117
117
  default:
118
118
  }
119
- ;
120
119
  };
121
120
  var globalKeyDownHandler = function globalKeyDownHandler(event) {
122
121
  if (isShortcutToFocusToolbar && isShortcutToFocusToolbar(event)) {
@@ -105,7 +105,6 @@ export const ToolbarKeyboardNavigationProvider = ({
105
105
  }
106
106
  default:
107
107
  }
108
- ;
109
108
  };
110
109
  const globalKeyDownHandler = event => {
111
110
  if (isShortcutToFocusToolbar && isShortcutToFocusToolbar(event)) {
@@ -108,7 +108,6 @@ export var ToolbarKeyboardNavigationProvider = function ToolbarKeyboardNavigatio
108
108
  }
109
109
  default:
110
110
  }
111
- ;
112
111
  };
113
112
  var globalKeyDownHandler = function globalKeyDownHandler(event) {
114
113
  if (isShortcutToFocusToolbar && isShortcutToFocusToolbar(event)) {
@@ -3,5 +3,5 @@ type ToolbarColorSwatchProps = {
3
3
  children?: ReactNode;
4
4
  highlightColor?: string;
5
5
  };
6
- export declare const ToolbarColorSwatch: ({ children, highlightColor }: ToolbarColorSwatchProps) => React.JSX.Element;
6
+ export declare const ToolbarColorSwatch: ({ children, highlightColor, }: ToolbarColorSwatchProps) => React.JSX.Element;
7
7
  export {};
@@ -3,5 +3,5 @@ type ToolbarColorSwatchProps = {
3
3
  children?: ReactNode;
4
4
  highlightColor?: string;
5
5
  };
6
- export declare const ToolbarColorSwatch: ({ children, highlightColor }: ToolbarColorSwatchProps) => React.JSX.Element;
6
+ export declare const ToolbarColorSwatch: ({ children, highlightColor, }: ToolbarColorSwatchProps) => React.JSX.Element;
7
7
  export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "0.19.29",
6
+ "version": "0.19.31",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
@@ -25,12 +25,12 @@
25
25
  "@atlaskit/browser-apis": "^0.0.1",
26
26
  "@atlaskit/css": "^0.19.0",
27
27
  "@atlaskit/dropdown-menu": "^16.4.0",
28
- "@atlaskit/icon": "^31.0.0",
29
- "@atlaskit/icon-lab": "^5.16.0",
28
+ "@atlaskit/icon": "^32.0.0",
29
+ "@atlaskit/icon-lab": "^5.17.0",
30
30
  "@atlaskit/platform-feature-flags": "^1.1.0",
31
31
  "@atlaskit/popup": "^4.13.0",
32
32
  "@atlaskit/primitives": "^18.0.0",
33
- "@atlaskit/tmp-editor-statsig": "^28.0.0",
33
+ "@atlaskit/tmp-editor-statsig": "^29.6.0",
34
34
  "@atlaskit/tokens": "^11.0.0",
35
35
  "@atlaskit/tooltip": "^20.14.0",
36
36
  "@babel/runtime": "^7.0.0",