@atlaskit/editor-toolbar 0.5.0 → 0.5.1

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,12 @@
1
1
  # @atlaskit/editor-toolbar
2
2
 
3
+ ## 0.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`ef3b2dfa2f8a8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/ef3b2dfa2f8a8) -
8
+ Internal changes to use radius tokens. No visual changes.
9
+
3
10
  ## 0.5.0
4
11
 
5
12
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoi2wt{border-radius:6px}
2
+ ._2rko1qi0{border-radius:var(--ds-radius-medium,6px)}
3
3
  ._zulp1b66{gap:var(--ds-space-050,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
4
4
  ._19bv1b66{padding-left:var(--ds-space-050,4px)}
5
5
  ._1e0c1txw{display:flex}
@@ -12,7 +12,7 @@ var _react = _interopRequireDefault(require("react"));
12
12
  var _css = require("@atlaskit/css");
13
13
  var _compiled = require("@atlaskit/primitives/compiled");
14
14
  var styles = {
15
- toolbarBase: "_2rkoi2wt _zulp1b66 _bfhkvuon _1e0c1txw _4cvr1h6o",
15
+ toolbarBase: "_2rko1qi0 _zulp1b66 _bfhkvuon _1e0c1txw _4cvr1h6o",
16
16
  toolbar: "_4t3i14no _u5f31b66 _19bv1b66 _16qs1cd0",
17
17
  primaryToolbar: "_bfhkvuon _1tkezwfg"
18
18
  };
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoi2wt{border-radius:6px}
2
+ ._2rko1qi0{border-radius:var(--ds-radius-medium,6px)}
3
3
  ._zulp1b66{gap:var(--ds-space-050,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
4
4
  ._19bv1b66{padding-left:var(--ds-space-050,4px)}
5
5
  ._1e0c1txw{display:flex}
@@ -5,7 +5,7 @@ import React from 'react';
5
5
  import { cx } from '@atlaskit/css';
6
6
  import { Box } from '@atlaskit/primitives/compiled';
7
7
  const styles = {
8
- toolbarBase: "_2rkoi2wt _zulp1b66 _bfhkvuon _1e0c1txw _4cvr1h6o",
8
+ toolbarBase: "_2rko1qi0 _zulp1b66 _bfhkvuon _1e0c1txw _4cvr1h6o",
9
9
  toolbar: "_4t3i14no _u5f31b66 _19bv1b66 _16qs1cd0",
10
10
  primaryToolbar: "_bfhkvuon _1tkezwfg"
11
11
  };
@@ -1,5 +1,5 @@
1
1
 
2
- ._2rkoi2wt{border-radius:6px}
2
+ ._2rko1qi0{border-radius:var(--ds-radius-medium,6px)}
3
3
  ._zulp1b66{gap:var(--ds-space-050,4px)}._16qs1cd0{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #091e4226,0 0 1px #091e424f)}
4
4
  ._19bv1b66{padding-left:var(--ds-space-050,4px)}
5
5
  ._1e0c1txw{display:flex}
@@ -5,7 +5,7 @@ import React from 'react';
5
5
  import { cx } from '@atlaskit/css';
6
6
  import { Box } from '@atlaskit/primitives/compiled';
7
7
  var styles = {
8
- toolbarBase: "_2rkoi2wt _zulp1b66 _bfhkvuon _1e0c1txw _4cvr1h6o",
8
+ toolbarBase: "_2rko1qi0 _zulp1b66 _bfhkvuon _1e0c1txw _4cvr1h6o",
9
9
  toolbar: "_4t3i14no _u5f31b66 _19bv1b66 _16qs1cd0",
10
10
  primaryToolbar: "_bfhkvuon _1tkezwfg"
11
11
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org/"
5
5
  },
6
- "version": "0.5.0",
6
+ "version": "0.5.1",
7
7
  "description": "Common UI for Toolbars across the platform",
8
8
  "atlassian": {
9
9
  "team": "Editor: Jenga",