@atlaskit/editor-toolbar 0.19.28 → 0.19.30
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 +12 -0
- package/dist/cjs/ui/ToolbarKeyboardNavigationProvider.js +0 -1
- package/dist/es2019/ui/ToolbarKeyboardNavigationProvider.js +0 -1
- package/dist/esm/ui/ToolbarKeyboardNavigationProvider.js +0 -1
- package/dist/types/ui/ToolbarColorSwatch.d.ts +1 -1
- package/dist/types-ts4.5/ui/ToolbarColorSwatch.d.ts +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -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)) {
|
|
@@ -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.
|
|
6
|
+
"version": "0.19.30",
|
|
7
7
|
"description": "Common UI for Toolbars across the platform",
|
|
8
8
|
"atlassian": {
|
|
9
9
|
"team": "Editor: Jenga",
|
|
@@ -30,7 +30,7 @@
|
|
|
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": "^
|
|
33
|
+
"@atlaskit/tmp-editor-statsig": "^29.0.0",
|
|
34
34
|
"@atlaskit/tokens": "^11.0.0",
|
|
35
35
|
"@atlaskit/tooltip": "^20.14.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|