@atlaskit/editor-plugin-text-color 2.3.7 → 2.3.9
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
|
@@ -23,8 +23,8 @@ var _uiColor = require("@atlaskit/editor-common/ui-color");
|
|
|
23
23
|
var _uiMenu = require("@atlaskit/editor-common/ui-menu");
|
|
24
24
|
var _editorPalette = require("@atlaskit/editor-palette");
|
|
25
25
|
var _editorSharedStyles = require("@atlaskit/editor-shared-styles");
|
|
26
|
+
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/core/migration/chevron-down"));
|
|
26
27
|
var _textStyle = _interopRequireDefault(require("@atlaskit/icon/core/text-style"));
|
|
27
|
-
var _chevronDown = _interopRequireDefault(require("@atlaskit/icon/utility/migration/chevron-down"));
|
|
28
28
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
29
29
|
var _experiments = require("@atlaskit/tmp-editor-statsig/experiments");
|
|
30
30
|
var _changeColor = require("../../pm-plugins/commands/change-color");
|
|
@@ -227,7 +227,8 @@ var ToolbarTextColor = exports.ToolbarTextColor = /*#__PURE__*/function (_React$
|
|
|
227
227
|
}, (0, _react2.jsx)(_chevronDown.default, {
|
|
228
228
|
label: "",
|
|
229
229
|
color: "currentColor",
|
|
230
|
-
LEGACY_margin: "0 0 0 -8px"
|
|
230
|
+
LEGACY_margin: "0 0 0 -8px",
|
|
231
|
+
size: "small"
|
|
231
232
|
})))
|
|
232
233
|
})
|
|
233
234
|
}, (0, _react2.jsx)("div", {
|
|
@@ -16,8 +16,8 @@ import { ColorPalette, getSelectedRowAndColumnFromPalette, textPaletteTooltipMes
|
|
|
16
16
|
import { ArrowKeyNavigationType, DropdownContainer as Dropdown, TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
17
17
|
import { hexToEditorTextPaletteColor } from '@atlaskit/editor-palette';
|
|
18
18
|
import { akEditorMenuZIndex } from '@atlaskit/editor-shared-styles';
|
|
19
|
+
import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
|
|
19
20
|
import TextStyleIcon from '@atlaskit/icon/core/text-style';
|
|
20
|
-
import ChevronDownIcon from '@atlaskit/icon/utility/migration/chevron-down';
|
|
21
21
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
22
22
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
23
23
|
import { changeColor as changeColorWithAnalytics } from '../../pm-plugins/commands/change-color';
|
|
@@ -207,7 +207,8 @@ export class ToolbarTextColor extends React.Component {
|
|
|
207
207
|
}, jsx(ChevronDownIcon, {
|
|
208
208
|
label: "",
|
|
209
209
|
color: "currentColor",
|
|
210
|
-
LEGACY_margin: "0 0 0 -8px"
|
|
210
|
+
LEGACY_margin: "0 0 0 -8px",
|
|
211
|
+
size: "small"
|
|
211
212
|
})))
|
|
212
213
|
})
|
|
213
214
|
}, jsx("div", {
|
|
@@ -26,8 +26,8 @@ import { ColorPalette, getSelectedRowAndColumnFromPalette, textPaletteTooltipMes
|
|
|
26
26
|
import { ArrowKeyNavigationType, DropdownContainer as Dropdown, TOOLBAR_BUTTON, ToolbarButton } from '@atlaskit/editor-common/ui-menu';
|
|
27
27
|
import { hexToEditorTextPaletteColor } from '@atlaskit/editor-palette';
|
|
28
28
|
import { akEditorMenuZIndex } from '@atlaskit/editor-shared-styles';
|
|
29
|
+
import ChevronDownIcon from '@atlaskit/icon/core/migration/chevron-down';
|
|
29
30
|
import TextStyleIcon from '@atlaskit/icon/core/text-style';
|
|
30
|
-
import ChevronDownIcon from '@atlaskit/icon/utility/migration/chevron-down';
|
|
31
31
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
32
32
|
import { editorExperiment } from '@atlaskit/tmp-editor-statsig/experiments';
|
|
33
33
|
import { changeColor as changeColorWithAnalytics } from '../../pm-plugins/commands/change-color';
|
|
@@ -223,7 +223,8 @@ export var ToolbarTextColor = /*#__PURE__*/function (_React$Component) {
|
|
|
223
223
|
}, jsx(ChevronDownIcon, {
|
|
224
224
|
label: "",
|
|
225
225
|
color: "currentColor",
|
|
226
|
-
LEGACY_margin: "0 0 0 -8px"
|
|
226
|
+
LEGACY_margin: "0 0 0 -8px",
|
|
227
|
+
size: "small"
|
|
227
228
|
})))
|
|
228
229
|
})
|
|
229
230
|
}, jsx("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-plugin-text-color",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.9",
|
|
4
4
|
"description": "Text color plugin for @atlaskit/editor-core",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@atlaskit/adf-schema": "^47.6.0",
|
|
37
|
-
"@atlaskit/editor-common": "^106.
|
|
37
|
+
"@atlaskit/editor-common": "^106.6.0",
|
|
38
38
|
"@atlaskit/editor-palette": "^2.1.0",
|
|
39
39
|
"@atlaskit/editor-plugin-analytics": "^2.3.0",
|
|
40
40
|
"@atlaskit/editor-plugin-primary-toolbar": "^3.2.0",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@atlaskit/icon": "^26.4.0",
|
|
46
46
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
47
47
|
"@atlaskit/theme": "^18.0.0",
|
|
48
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
49
|
-
"@atlaskit/tokens": "^5.
|
|
48
|
+
"@atlaskit/tmp-editor-statsig": "^7.0.0",
|
|
49
|
+
"@atlaskit/tokens": "^5.1.0",
|
|
50
50
|
"@babel/runtime": "^7.0.0",
|
|
51
51
|
"@emotion/react": "^11.7.1"
|
|
52
52
|
},
|