@atlaskit/editor-plugin-text-color 10.1.5 → 10.1.7

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,17 @@
1
1
  # @atlaskit/editor-plugin-text-color
2
2
 
3
+ ## 10.1.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 10.1.6
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 10.1.5
4
16
 
5
17
  ### Patch Changes
@@ -5,37 +5,39 @@
5
5
 
6
6
  import path from 'path';
7
7
 
8
- import type { ComponentStructuredContentSource } from '@atlassian/structured-docs-types';
8
+ import type { StructuredContentSource } from '@atlassian/structured-docs-types/types';
9
9
 
10
10
  import packageJson from './package.json';
11
11
 
12
12
  const packagePath = path.resolve(__dirname);
13
13
 
14
- const documentation: ComponentStructuredContentSource[] = [
15
- {
16
- name: 'Editor Plugin Text Color',
17
- description: 'Text color plugin for @atlaskit/editor-core',
18
- status: 'general-availability',
19
- import: {
20
- name: 'textColorPlugin',
21
- package: '@atlaskit/editor-plugin-text-color',
22
- type: 'named',
23
- packagePath,
24
- packageJson,
25
- },
26
- usageGuidelines: [],
27
- contentGuidelines: [],
28
- accessibilityGuidelines: [],
29
- keywords: ['editor', 'editor-plugin-text-color', 'atlaskit'],
30
- categories: ['editor'],
31
- examples: [
32
- {
33
- name: 'Composable editor with text color',
34
- description: 'Text color plugin in composable editor.',
35
- source: path.resolve(packagePath, './examples/1-composable-editor-with-text-color.tsx'),
14
+ const documentation: StructuredContentSource = {
15
+ components: [
16
+ {
17
+ name: 'Editor Plugin Text Color',
18
+ description: 'Text color plugin for @atlaskit/editor-core',
19
+ status: 'general-availability',
20
+ import: {
21
+ name: 'textColorPlugin',
22
+ package: '@atlaskit/editor-plugin-text-color',
23
+ type: 'named',
24
+ packagePath,
25
+ packageJson,
36
26
  },
37
- ],
38
- },
39
- ];
27
+ usageGuidelines: [],
28
+ contentGuidelines: [],
29
+ accessibilityGuidelines: [],
30
+ keywords: ['editor', 'editor-plugin-text-color', 'atlaskit'],
31
+ categories: ['editor'],
32
+ examples: [
33
+ {
34
+ name: 'Composable editor with text color',
35
+ description: 'Text color plugin in composable editor.',
36
+ source: path.resolve(packagePath, './examples/1-composable-editor-with-text-color.tsx'),
37
+ },
38
+ ],
39
+ },
40
+ ],
41
+ };
40
42
 
41
43
  export default documentation;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-text-color",
3
- "version": "10.1.5",
3
+ "version": "10.1.7",
4
4
  "description": "Text color plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -29,7 +29,7 @@
29
29
  ],
30
30
  "atlaskit:src": "src/index.ts",
31
31
  "dependencies": {
32
- "@atlaskit/adf-schema": "^52.13.0",
32
+ "@atlaskit/adf-schema": "^52.14.0",
33
33
  "@atlaskit/button": "^23.11.0",
34
34
  "@atlaskit/css": "^0.19.0",
35
35
  "@atlaskit/editor-palette": "^2.2.0",
@@ -44,17 +44,17 @@
44
44
  "@atlaskit/editor-toolbar": "^1.7.0",
45
45
  "@atlaskit/editor-toolbar-model": "^0.5.0",
46
46
  "@atlaskit/heading": "^5.4.0",
47
- "@atlaskit/icon": "^35.0.0",
47
+ "@atlaskit/icon": "^35.3.0",
48
48
  "@atlaskit/platform-feature-flags": "^1.1.0",
49
49
  "@atlaskit/platform-feature-flags-react": "^0.5.0",
50
50
  "@atlaskit/primitives": "^19.0.0",
51
- "@atlaskit/tmp-editor-statsig": "^82.4.0",
51
+ "@atlaskit/tmp-editor-statsig": "^84.0.0",
52
52
  "@atlaskit/tokens": "^13.0.0",
53
53
  "@babel/runtime": "^7.0.0",
54
54
  "@emotion/react": "^11.7.1"
55
55
  },
56
56
  "peerDependencies": {
57
- "@atlaskit/editor-common": "^114.41.0",
57
+ "@atlaskit/editor-common": "^114.47.0",
58
58
  "react": "^18.2.0",
59
59
  "react-dom": "^18.2.0",
60
60
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"