@atlaskit/editor-toolbar 0.19.38 → 0.19.39
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
|
@@ -14,5 +14,5 @@ type ToolbarButtonProps = Partial<TriggerProps> & {
|
|
|
14
14
|
onFocus?: (event: React.FocusEvent<HTMLButtonElement>) => void;
|
|
15
15
|
testId?: string;
|
|
16
16
|
};
|
|
17
|
-
export declare const ToolbarButton: React.ForwardRefExoticComponent<Omit<ToolbarButtonProps,
|
|
17
|
+
export declare const ToolbarButton: React.ForwardRefExoticComponent<Omit<ToolbarButtonProps, 'ref'> & React.RefAttributes<HTMLButtonElement>>;
|
|
18
18
|
export {};
|
|
@@ -15,5 +15,5 @@ type ToolbarSectionProps = {
|
|
|
15
15
|
hasSeparator?: SeparatorPosition | boolean;
|
|
16
16
|
testId?: string;
|
|
17
17
|
};
|
|
18
|
-
export declare const ToolbarSection: ({ children, testId, hasSeparator }: ToolbarSectionProps) => JSX.Element;
|
|
18
|
+
export declare const ToolbarSection: ({ children, testId, hasSeparator, }: ToolbarSectionProps) => JSX.Element;
|
|
19
19
|
export {};
|
|
@@ -14,5 +14,5 @@ type ToolbarButtonProps = Partial<TriggerProps> & {
|
|
|
14
14
|
onFocus?: (event: React.FocusEvent<HTMLButtonElement>) => void;
|
|
15
15
|
testId?: string;
|
|
16
16
|
};
|
|
17
|
-
export declare const ToolbarButton: React.ForwardRefExoticComponent<Omit<ToolbarButtonProps,
|
|
17
|
+
export declare const ToolbarButton: React.ForwardRefExoticComponent<Omit<ToolbarButtonProps, 'ref'> & React.RefAttributes<HTMLButtonElement>>;
|
|
18
18
|
export {};
|
|
@@ -15,5 +15,5 @@ type ToolbarSectionProps = {
|
|
|
15
15
|
hasSeparator?: SeparatorPosition | boolean;
|
|
16
16
|
testId?: string;
|
|
17
17
|
};
|
|
18
|
-
export declare const ToolbarSection: ({ children, testId, hasSeparator }: ToolbarSectionProps) => JSX.Element;
|
|
18
|
+
export declare const ToolbarSection: ({ children, testId, hasSeparator, }: ToolbarSectionProps) => JSX.Element;
|
|
19
19
|
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.39",
|
|
7
7
|
"description": "Common UI for Toolbars across the platform",
|
|
8
8
|
"atlassian": {
|
|
9
9
|
"team": "Editor: Jenga",
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
"@atlaskit/badge": "^18.4.0",
|
|
25
25
|
"@atlaskit/browser-apis": "^0.0.1",
|
|
26
26
|
"@atlaskit/css": "^0.19.0",
|
|
27
|
-
"@atlaskit/dropdown-menu": "^16.
|
|
27
|
+
"@atlaskit/dropdown-menu": "^16.6.0",
|
|
28
28
|
"@atlaskit/icon": "^32.0.0",
|
|
29
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": "^
|
|
34
|
-
"@atlaskit/tokens": "^11.
|
|
33
|
+
"@atlaskit/tmp-editor-statsig": "^36.0.0",
|
|
34
|
+
"@atlaskit/tokens": "^11.1.0",
|
|
35
35
|
"@atlaskit/tooltip": "^20.14.0",
|
|
36
36
|
"@babel/runtime": "^7.0.0",
|
|
37
37
|
"@compiled/react": "^0.20.0",
|