@atlaskit/editor-toolbar 0.17.1 → 0.17.3

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,18 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.17.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 0.17.2
10
+
11
+ ### Patch Changes
12
+
13
+ - [`7e3353721fa66`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/7e3353721fa66) -
14
+ [ux] EDITOR-1822 update sync blocks ui to new design
15
+
3
16
  ## 0.17.1
4
17
 
5
18
  ### Patch Changes
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  Object.defineProperty(exports, "SyncBlocksIcon", {
8
8
  enumerable: true,
9
9
  get: function get() {
10
- return _sync.default;
10
+ return _blockSynced.default;
11
11
  }
12
12
  });
13
- var _sync = _interopRequireDefault(require("@atlaskit/icon-lab/core/sync"));
13
+ var _blockSynced = _interopRequireDefault(require("@atlaskit/icon-lab/core/block-synced"));
@@ -1,2 +1,2 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
- export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/sync';
2
+ export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/block-synced';
@@ -1,2 +1,2 @@
1
1
  /* eslint-disable @atlaskit/editor/no-re-export */
2
- export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/sync';
2
+ export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/block-synced';
@@ -1 +1 @@
1
- export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/sync';
1
+ export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/block-synced';
@@ -1 +1 @@
1
- export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/sync';
1
+ export { default as SyncBlocksIcon } from '@atlaskit/icon-lab/core/block-synced';
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "0.17.1",
6
+ "version": "0.17.3",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@atlaskit/badge": "^18.2.0",
25
25
  "@atlaskit/browser-apis": "^0.0.1",
26
- "@atlaskit/button": "^23.5.0",
26
+ "@atlaskit/button": "^23.6.0",
27
27
  "@atlaskit/css": "^0.15.0",
28
28
  "@atlaskit/dropdown-menu": "^16.3.0",
29
29
  "@atlaskit/icon": "^28.5.0",
@@ -33,9 +33,9 @@
33
33
  "@atlaskit/platform-feature-flags-react": "^0.4.0",
34
34
  "@atlaskit/popup": "^4.6.0",
35
35
  "@atlaskit/primitives": "^16.1.0",
36
- "@atlaskit/tmp-editor-statsig": "^13.24.0",
37
- "@atlaskit/tokens": "^7.0.0",
38
- "@atlaskit/tooltip": "^20.7.0",
36
+ "@atlaskit/tmp-editor-statsig": "^13.32.0",
37
+ "@atlaskit/tokens": "^8.0.0",
38
+ "@atlaskit/tooltip": "^20.8.0",
39
39
  "@babel/runtime": "^7.0.0",
40
40
  "@compiled/react": "^0.18.6",
41
41
  "chromatism": "^2.6.0"