@atlaskit/editor-plugin-extension 5.3.3 → 5.3.4

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,14 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 5.3.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#149866](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/149866)
8
+ [`954765b065c36`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/954765b065c36) -
9
+ ENGHEALTH-8720 use design tokens instead of hard coded values
10
+ - Updated dependencies
11
+
3
12
  ## 5.3.3
4
13
 
5
14
  ### Patch Changes
@@ -54,7 +54,7 @@ var formatOptionLabel = exports.formatOptionLabel = function formatOptionLabel(_
54
54
  appearance: "square"
55
55
  }) : icon), (0, _react.jsx)("div", {
56
56
  style: {
57
- paddingLeft: icon ? "var(--ds-space-100, 8px)" : 0
57
+ paddingLeft: icon ? "var(--ds-space-100, 8px)" : "var(--ds-space-0, 0)"
58
58
  },
59
59
  "data-testid": "extension-option-label"
60
60
  }, label, description && context !== 'value' && (0, _react.jsx)("small", null, description)));
@@ -48,7 +48,7 @@ export const formatOptionLabel = ({
48
48
  appearance: "square"
49
49
  }) : icon), jsx("div", {
50
50
  style: {
51
- paddingLeft: icon ? "var(--ds-space-100, 8px)" : 0
51
+ paddingLeft: icon ? "var(--ds-space-100, 8px)" : "var(--ds-space-0, 0)"
52
52
  },
53
53
  "data-testid": "extension-option-label"
54
54
  }, label, description && context !== 'value' && jsx("small", null, description)));
@@ -46,7 +46,7 @@ export var formatOptionLabel = function formatOptionLabel(_ref, _ref2) {
46
46
  appearance: "square"
47
47
  }) : icon), jsx("div", {
48
48
  style: {
49
- paddingLeft: icon ? "var(--ds-space-100, 8px)" : 0
49
+ paddingLeft: icon ? "var(--ds-space-100, 8px)" : "var(--ds-space-0, 0)"
50
50
  },
51
51
  "data-testid": "extension-option-label"
52
52
  }, label, description && context !== 'value' && jsx("small", null, description)));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "5.3.3",
3
+ "version": "5.3.4",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -49,7 +49,7 @@
49
49
  "@atlaskit/heading": "^5.2.0",
50
50
  "@atlaskit/icon": "^25.6.0",
51
51
  "@atlaskit/platform-feature-flags": "^1.1.0",
52
- "@atlaskit/primitives": "^14.6.0",
52
+ "@atlaskit/primitives": "^14.7.0",
53
53
  "@atlaskit/radio": "^8.1.0",
54
54
  "@atlaskit/section-message": "^8.2.0",
55
55
  "@atlaskit/select": "^20.4.0",