@atlaskit/editor-plugin-text-color 8.1.5 → 8.1.6

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,13 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 8.1.6
4
+
5
+ ### Patch Changes
6
+
7
+ - [`0f4a08b633f6e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/0f4a08b633f6e) -
8
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
9
+ - Updated dependencies
10
+
3
11
  ## 8.1.5
4
12
 
5
13
  ### Patch Changes
@@ -22,7 +22,7 @@ function createInitialPluginState(editorState, pluginConfig) {
22
22
  var palette = [{
23
23
  value: defaultColor.color,
24
24
  label: defaultColor.label,
25
- border: "var(--ds-border, #091E4224)"
25
+ border: "var(--ds-border, #0B120E24)"
26
26
  }].concat((0, _toConsumableArray2.default)(_uiColor.textColorPalette));
27
27
  var state = {
28
28
  color: (0, _color.getActiveColor)(editorState),
@@ -9,7 +9,7 @@ function createInitialPluginState(editorState, pluginConfig) {
9
9
  const palette = [{
10
10
  value: defaultColor.color,
11
11
  label: defaultColor.label,
12
- border: "var(--ds-border, #091E4224)"
12
+ border: "var(--ds-border, #0B120E24)"
13
13
  }, ...textColorPalette];
14
14
  const state = {
15
15
  color: getActiveColor(editorState),
@@ -13,7 +13,7 @@ function createInitialPluginState(editorState, pluginConfig) {
13
13
  var palette = [{
14
14
  value: defaultColor.color,
15
15
  label: defaultColor.label,
16
- border: "var(--ds-border, #091E4224)"
16
+ border: "var(--ds-border, #0B120E24)"
17
17
  }].concat(_toConsumableArray(textColorPalette));
18
18
  var state = {
19
19
  color: getActiveColor(editorState),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "8.1.5",
3
+ "version": "8.1.6",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",