@atlaskit/editor-plugin-extension 1.13.1 → 1.14.0

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
+ ## 1.14.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#129411](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/129411)
8
+ [`175fc1454a8a4`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/175fc1454a8a4) -
9
+ [ux] Migrate typography with new ADS token and primitive and remove feature gate
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 1.13.1
4
16
 
5
17
  ### Patch Changes
@@ -54,6 +54,7 @@ var formatOptionLabel = exports.formatOptionLabel = function formatOptionLabel(_
54
54
  }) : icon), (0, _react.jsx)("div", {
55
55
  style: {
56
56
  paddingLeft: icon ? "var(--ds-space-100, 8px)" : 0
57
- }
58
- }, (0, _react.jsx)("p", null, label, description && context !== 'value' && (0, _react.jsx)("small", null, description))));
57
+ },
58
+ "data-testid": "extension-option-label"
59
+ }, label, description && context !== 'value' && (0, _react.jsx)("small", null, description)));
59
60
  };
@@ -48,6 +48,7 @@ export const formatOptionLabel = ({
48
48
  }) : icon), jsx("div", {
49
49
  style: {
50
50
  paddingLeft: icon ? "var(--ds-space-100, 8px)" : 0
51
- }
52
- }, jsx("p", null, label, description && context !== 'value' && jsx("small", null, description))));
51
+ },
52
+ "data-testid": "extension-option-label"
53
+ }, label, description && context !== 'value' && jsx("small", null, description)));
53
54
  };
@@ -46,6 +46,7 @@ export var formatOptionLabel = function formatOptionLabel(_ref, _ref2) {
46
46
  }) : icon), jsx("div", {
47
47
  style: {
48
48
  paddingLeft: icon ? "var(--ds-space-100, 8px)" : 0
49
- }
50
- }, jsx("p", null, label, description && context !== 'value' && jsx("small", null, description))));
49
+ },
50
+ "data-testid": "extension-option-label"
51
+ }, label, description && context !== 'value' && jsx("small", null, description)));
51
52
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "1.13.1",
3
+ "version": "1.14.0",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/adf-schema": "^40.8.1",
28
- "@atlaskit/adf-utils": "^19.7.0",
29
- "@atlaskit/analytics-next": "^10.0.0",
30
- "@atlaskit/avatar": "^21.13.0",
31
- "@atlaskit/button": "^19.1.0",
32
- "@atlaskit/checkbox": "^13.6.0",
33
- "@atlaskit/datetime-picker": "^13.8.0",
34
- "@atlaskit/editor-common": "^87.6.0",
28
+ "@atlaskit/adf-utils": "^19.8.0",
29
+ "@atlaskit/analytics-next": "^10.1.0",
30
+ "@atlaskit/avatar": "^21.14.0",
31
+ "@atlaskit/button": "^19.2.0",
32
+ "@atlaskit/checkbox": "^13.7.0",
33
+ "@atlaskit/datetime-picker": "^13.10.0",
34
+ "@atlaskit/editor-common": "^87.10.0",
35
35
  "@atlaskit/editor-json-transformer": "^8.18.0",
36
36
  "@atlaskit/editor-plugin-analytics": "^1.7.0",
37
37
  "@atlaskit/editor-plugin-context-identifier": "^1.2.0",
@@ -42,23 +42,23 @@
42
42
  "@atlaskit/editor-prosemirror": "5.0.1",
43
43
  "@atlaskit/editor-shared-styles": "^2.13.0",
44
44
  "@atlaskit/editor-tables": "^2.8.0",
45
- "@atlaskit/empty-state": "^7.10.0",
46
- "@atlaskit/form": "^10.4.0",
47
- "@atlaskit/icon": "^22.11.0",
45
+ "@atlaskit/empty-state": "^7.11.0",
46
+ "@atlaskit/form": "^10.5.0",
47
+ "@atlaskit/icon": "^22.12.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.3.0",
49
49
  "@atlaskit/primitives": "^12.0.0",
50
- "@atlaskit/radio": "^6.4.0",
51
- "@atlaskit/section-message": "^6.5.0",
52
- "@atlaskit/select": "^17.12.0",
50
+ "@atlaskit/radio": "^6.5.0",
51
+ "@atlaskit/section-message": "^6.6.0",
52
+ "@atlaskit/select": "^17.13.0",
53
53
  "@atlaskit/smart-user-picker": "^6.10.0",
54
- "@atlaskit/spinner": "^16.2.0",
55
- "@atlaskit/tabs": "^16.3.0",
56
- "@atlaskit/textarea": "^5.5.0",
57
- "@atlaskit/textfield": "^6.4.0",
58
- "@atlaskit/theme": "^12.11.0",
59
- "@atlaskit/toggle": "^13.2.0",
60
- "@atlaskit/tokens": "^1.57.0",
61
- "@atlaskit/tooltip": "^18.6.0",
54
+ "@atlaskit/spinner": "^16.3.0",
55
+ "@atlaskit/tabs": "^16.4.0",
56
+ "@atlaskit/textarea": "^5.6.0",
57
+ "@atlaskit/textfield": "^6.5.0",
58
+ "@atlaskit/theme": "^13.0.0",
59
+ "@atlaskit/toggle": "^13.3.0",
60
+ "@atlaskit/tokens": "^1.58.0",
61
+ "@atlaskit/tooltip": "^18.7.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@emotion/react": "^11.7.1",
64
64
  "bind-event-listener": "^3.0.0",