@atlaskit/editor-plugin-extension 13.1.7 → 13.1.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
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 13.1.9
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 13.1.8
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 13.1.7
4
16
 
5
17
  ### Patch Changes
@@ -5,7 +5,6 @@
5
5
 
6
6
  import path from 'path';
7
7
 
8
-
9
8
  import type { ComponentStructuredContentSource } from '@atlassian/structured-docs-types';
10
9
 
11
10
  import packageJson from './package.json';
@@ -30,8 +29,16 @@ const documentation: ComponentStructuredContentSource[] = [
30
29
  keywords: ['editor', 'editor-plugin-extension', 'atlaskit'],
31
30
  categories: ['editor'],
32
31
  examples: [
33
- { name: 'Config panel extensions', description: 'Extension with config panel.', source: path.resolve(packagePath, './examples/1-config-panel-extensions.tsx') },
34
- { name: 'Config panel with parameters', description: 'Extension config panel with parameters.', source: path.resolve(packagePath, './examples/1-config-panel-with-parameters.tsx') },
32
+ {
33
+ name: 'Config panel extensions',
34
+ description: 'Extension with config panel.',
35
+ source: path.resolve(packagePath, './examples/1-config-panel-extensions.tsx'),
36
+ },
37
+ {
38
+ name: 'Config panel with parameters',
39
+ description: 'Extension config panel with parameters.',
40
+ source: path.resolve(packagePath, './examples/1-config-panel-with-parameters.tsx'),
41
+ },
35
42
  ],
36
43
  },
37
44
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "13.1.7",
3
+ "version": "13.1.9",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -21,14 +21,14 @@
21
21
  ],
22
22
  "atlaskit:src": "src/index.ts",
23
23
  "dependencies": {
24
- "@atlaskit/adf-schema": "^52.6.0",
25
- "@atlaskit/adf-utils": "^19.27.0",
24
+ "@atlaskit/adf-schema": "^52.9.0",
25
+ "@atlaskit/adf-utils": "^19.29.0",
26
26
  "@atlaskit/analytics-next": "^11.2.0",
27
27
  "@atlaskit/avatar": "^25.14.0",
28
28
  "@atlaskit/browser-apis": "^0.0.1",
29
29
  "@atlaskit/button": "^23.11.0",
30
30
  "@atlaskit/checkbox": "^17.3.0",
31
- "@atlaskit/datetime-picker": "^17.7.0",
31
+ "@atlaskit/datetime-picker": "^17.8.0",
32
32
  "@atlaskit/editor-json-transformer": "^8.31.0",
33
33
  "@atlaskit/editor-plugin-analytics": "^10.0.0",
34
34
  "@atlaskit/editor-plugin-connectivity": "^10.0.0",
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/mention": "^25.0.0",
52
52
  "@atlaskit/platform-feature-flags": "^1.1.0",
53
53
  "@atlaskit/primitives": "^19.0.0",
54
- "@atlaskit/radio": "^8.5.0",
54
+ "@atlaskit/radio": "^8.6.0",
55
55
  "@atlaskit/section-message": "^8.12.0",
56
56
  "@atlaskit/select": "^21.10.0",
57
57
  "@atlaskit/smart-user-picker": "^10.0.0",
@@ -59,10 +59,10 @@
59
59
  "@atlaskit/tabs": "^19.1.0",
60
60
  "@atlaskit/textarea": "^8.3.0",
61
61
  "@atlaskit/textfield": "^8.3.0",
62
- "@atlaskit/tmp-editor-statsig": "^73.0.0",
62
+ "@atlaskit/tmp-editor-statsig": "^74.7.0",
63
63
  "@atlaskit/toggle": "^15.6.0",
64
64
  "@atlaskit/tokens": "^13.0.0",
65
- "@atlaskit/tooltip": "^21.2.0",
65
+ "@atlaskit/tooltip": "^22.0.0",
66
66
  "@babel/runtime": "^7.0.0",
67
67
  "@emotion/react": "^11.7.1",
68
68
  "bind-event-listener": "^3.0.0",
@@ -73,7 +73,7 @@
73
73
  "uuid": "^3.1.0"
74
74
  },
75
75
  "peerDependencies": {
76
- "@atlaskit/editor-common": "^114.13.0",
76
+ "@atlaskit/editor-common": "^114.18.0",
77
77
  "react": "^18.2.0",
78
78
  "react-intl": "^5.25.1 || ^6.0.0 || ^7.0.0"
79
79
  },