@atlaskit/editor-toolbar 0.19.37 → 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.
Files changed (42) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/ui/ColorPalette/Color.js +1 -1
  3. package/dist/cjs/ui/ResponsiveContainer.js +1 -1
  4. package/dist/cjs/ui/Toolbar.js +1 -1
  5. package/dist/cjs/ui/ToolbarButton.js +1 -1
  6. package/dist/cjs/ui/ToolbarButtonGroup.js +1 -1
  7. package/dist/cjs/ui/ToolbarColorSwatch.js +1 -1
  8. package/dist/cjs/ui/ToolbarDropdownItem.js +1 -1
  9. package/dist/cjs/ui/ToolbarDropdownMenu.js +1 -1
  10. package/dist/cjs/ui/ToolbarNestedDropdownMenu.js +1 -1
  11. package/dist/cjs/ui/ToolbarSection.js +1 -1
  12. package/dist/cjs/ui/icons/AIChatIcon.js +1 -1
  13. package/dist/cjs/ui/icons/TextColorIcon.js +1 -1
  14. package/dist/es2019/ui/ColorPalette/Color.js +1 -1
  15. package/dist/es2019/ui/ResponsiveContainer.js +1 -1
  16. package/dist/es2019/ui/Toolbar.js +1 -1
  17. package/dist/es2019/ui/ToolbarButton.js +1 -1
  18. package/dist/es2019/ui/ToolbarButtonGroup.js +1 -1
  19. package/dist/es2019/ui/ToolbarColorSwatch.js +1 -1
  20. package/dist/es2019/ui/ToolbarDropdownItem.js +1 -1
  21. package/dist/es2019/ui/ToolbarDropdownMenu.js +1 -1
  22. package/dist/es2019/ui/ToolbarNestedDropdownMenu.js +1 -1
  23. package/dist/es2019/ui/ToolbarSection.js +1 -1
  24. package/dist/es2019/ui/icons/AIChatIcon.js +1 -1
  25. package/dist/es2019/ui/icons/TextColorIcon.js +1 -1
  26. package/dist/esm/ui/ColorPalette/Color.js +1 -1
  27. package/dist/esm/ui/ResponsiveContainer.js +1 -1
  28. package/dist/esm/ui/Toolbar.js +1 -1
  29. package/dist/esm/ui/ToolbarButton.js +1 -1
  30. package/dist/esm/ui/ToolbarButtonGroup.js +1 -1
  31. package/dist/esm/ui/ToolbarColorSwatch.js +1 -1
  32. package/dist/esm/ui/ToolbarDropdownItem.js +1 -1
  33. package/dist/esm/ui/ToolbarDropdownMenu.js +1 -1
  34. package/dist/esm/ui/ToolbarNestedDropdownMenu.js +1 -1
  35. package/dist/esm/ui/ToolbarSection.js +1 -1
  36. package/dist/esm/ui/icons/AIChatIcon.js +1 -1
  37. package/dist/esm/ui/icons/TextColorIcon.js +1 -1
  38. package/dist/types/ui/ToolbarButton.d.ts +1 -1
  39. package/dist/types/ui/ToolbarSection.d.ts +1 -1
  40. package/dist/types-ts4.5/ui/ToolbarButton.d.ts +1 -1
  41. package/dist/types-ts4.5/ui/ToolbarSection.d.ts +1 -1
  42. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.19.39
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.19.38
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 0.19.37
4
16
 
5
17
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* Color.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Color.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ResponsiveContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ResponsiveContainer.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
3
3
  /* eslint-disable @atlaskit/ui-styling-standard/no-container-queries */
4
4
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
@@ -1,4 +1,4 @@
1
- /* Toolbar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Toolbar.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
3
3
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
4
4
  "use strict";
@@ -1,4 +1,4 @@
1
- /* ToolbarButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarButton.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* ToolbarButtonGroup.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarButtonGroup.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* ToolbarColorSwatch.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarColorSwatch.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ToolbarDropdownMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarDropdownMenu.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ToolbarNestedDropdownMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarNestedDropdownMenu.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
3
  "use strict";
4
4
 
@@ -1,4 +1,4 @@
1
- /* ToolbarSection.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarSection.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* AIChatIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* AIChatIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* TextColorIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* TextColorIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* Color.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Color.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./Color.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, memo } from 'react';
@@ -1,4 +1,4 @@
1
- /* ResponsiveContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ResponsiveContainer.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
3
3
  /* eslint-disable @atlaskit/ui-styling-standard/no-container-queries */
4
4
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
@@ -1,4 +1,4 @@
1
- /* Toolbar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Toolbar.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
3
3
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
4
4
  import "./Toolbar.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ToolbarButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarButton.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarButton.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarButtonGroup.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarButtonGroup.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarButtonGroup.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ToolbarColorSwatch.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarColorSwatch.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarColorSwatch.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ToolbarDropdownItem.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ToolbarDropdownMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarDropdownMenu.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarDropdownMenu.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback } from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarNestedDropdownMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarNestedDropdownMenu.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
3
  import "./ToolbarNestedDropdownMenu.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarSection.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarSection.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarSection.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* AIChatIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* AIChatIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./AIChatIcon.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* TextColorIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* TextColorIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./TextColorIcon.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* Color.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Color.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./Color.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, memo } from 'react';
@@ -1,4 +1,4 @@
1
- /* ResponsiveContainer.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ResponsiveContainer.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
3
3
  /* eslint-disable @atlaskit/ui-styling-standard/no-container-queries */
4
4
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
@@ -1,4 +1,4 @@
1
- /* Toolbar.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Toolbar.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  /* eslint-disable @atlaskit/ui-styling-standard/no-unsafe-selectors */
3
3
  /* eslint-disable @atlaskit/ui-styling-standard/no-nested-selectors */
4
4
  import "./Toolbar.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ToolbarButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarButton.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarButton.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { forwardRef } from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarButtonGroup.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarButtonGroup.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarButtonGroup.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ToolbarColorSwatch.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarColorSwatch.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarColorSwatch.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarDropdownItem.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _extends from "@babel/runtime/helpers/extends";
4
4
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
@@ -1,4 +1,4 @@
1
- /* ToolbarDropdownMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarDropdownMenu.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarDropdownMenu.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback } from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarNestedDropdownMenu.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarNestedDropdownMenu.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
3
  import "./ToolbarNestedDropdownMenu.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ToolbarSection.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ToolbarSection.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./ToolbarSection.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* AIChatIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* AIChatIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./AIChatIcon.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* TextColorIcon.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* TextColorIcon.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import "./TextColorIcon.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React from 'react';
@@ -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, "ref"> & React.RefAttributes<HTMLButtonElement>>;
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, "ref"> & React.RefAttributes<HTMLButtonElement>>;
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.37",
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.5.0",
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.0.0",
34
- "@atlaskit/tokens": "^11.0.0",
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",