@atlaskit/editor-plugin-extension 10.0.2 → 10.0.3

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,12 @@
1
1
  # @atlaskit/editor-plugin-extension
2
2
 
3
+ ## 10.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [`db16d1751c5ad`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/db16d1751c5ad) -
8
+ Internal changes to typography.
9
+
3
10
  ## 10.0.2
4
11
 
5
12
  ### Patch Changes
@@ -45,14 +45,14 @@ function makeMarkup(fragment, key) {
45
45
  return /*#__PURE__*/_react.default.createElement(_compiled.Text, {
46
46
  as: "strong",
47
47
  color: "color.text.subtlest",
48
- size: "UNSAFE_small",
48
+ size: "small",
49
49
  key: key
50
50
  }, children);
51
51
  case 'EM':
52
52
  return /*#__PURE__*/_react.default.createElement(_compiled.Text, {
53
53
  as: "em",
54
54
  color: "color.text.subtlest",
55
- size: "UNSAFE_small",
55
+ size: "small",
56
56
  key: key
57
57
  }, children);
58
58
  case 'CODE':
@@ -334,7 +334,7 @@ var colorPickerWrapperStyles = (0, _react2.css)({
334
334
  paddingRight: "var(--ds-space-100, 8px)"
335
335
  });
336
336
  var colorPickerLabelStyles = (0, _react2.css)({
337
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
337
+ font: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
338
338
  });
339
339
  var EXPANDED_COLOR_PICKER_COLUMNS = exports.EXPANDED_COLOR_PICKER_COLUMNS = 9;
340
340
  var ORIGINAL_COLOR_PICKER_COLUMNS = exports.ORIGINAL_COLOR_PICKER_COLUMNS = 5;
@@ -23,7 +23,7 @@ var itemTextStyles = (0, _primitives.xcss)({
23
23
  whiteSpace: 'initial'
24
24
  });
25
25
  var summaryStyles = (0, _primitives.xcss)({
26
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
26
+ font: "var(--ds-font-body-small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
27
27
  color: 'color.text.subtlest',
28
28
  marginTop: 'space.050',
29
29
  whiteSpace: 'nowrap',
@@ -40,14 +40,14 @@ function makeMarkup(fragment, key) {
40
40
  return /*#__PURE__*/React.createElement(Text, {
41
41
  as: "strong",
42
42
  color: "color.text.subtlest",
43
- size: "UNSAFE_small",
43
+ size: "small",
44
44
  key: key
45
45
  }, children);
46
46
  case 'EM':
47
47
  return /*#__PURE__*/React.createElement(Text, {
48
48
  as: "em",
49
49
  color: "color.text.subtlest",
50
- size: "UNSAFE_small",
50
+ size: "small",
51
51
  key: key
52
52
  }, children);
53
53
  case 'CODE':
@@ -326,7 +326,7 @@ const colorPickerWrapperStyles = css({
326
326
  paddingRight: "var(--ds-space-100, 8px)"
327
327
  });
328
328
  const colorPickerLabelStyles = css({
329
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
329
+ font: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
330
330
  });
331
331
  export const EXPANDED_COLOR_PICKER_COLUMNS = 9;
332
332
  export const ORIGINAL_COLOR_PICKER_COLUMNS = 5;
@@ -15,7 +15,7 @@ const itemTextStyles = xcss({
15
15
  whiteSpace: 'initial'
16
16
  });
17
17
  const summaryStyles = xcss({
18
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
18
+ font: "var(--ds-font-body-small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
19
19
  color: 'color.text.subtlest',
20
20
  marginTop: 'space.050',
21
21
  whiteSpace: 'nowrap',
@@ -38,14 +38,14 @@ function makeMarkup(fragment, key) {
38
38
  return /*#__PURE__*/React.createElement(Text, {
39
39
  as: "strong",
40
40
  color: "color.text.subtlest",
41
- size: "UNSAFE_small",
41
+ size: "small",
42
42
  key: key
43
43
  }, children);
44
44
  case 'EM':
45
45
  return /*#__PURE__*/React.createElement(Text, {
46
46
  as: "em",
47
47
  color: "color.text.subtlest",
48
- size: "UNSAFE_small",
48
+ size: "small",
49
49
  key: key
50
50
  }, children);
51
51
  case 'CODE':
@@ -331,7 +331,7 @@ var colorPickerWrapperStyles = css({
331
331
  paddingRight: "var(--ds-space-100, 8px)"
332
332
  });
333
333
  var colorPickerLabelStyles = css({
334
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
334
+ font: "var(--ds-font-body, normal 400 14px/20px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)"
335
335
  });
336
336
  export var EXPANDED_COLOR_PICKER_COLUMNS = 9;
337
337
  export var ORIGINAL_COLOR_PICKER_COLUMNS = 5;
@@ -15,7 +15,7 @@ var itemTextStyles = xcss({
15
15
  whiteSpace: 'initial'
16
16
  });
17
17
  var summaryStyles = xcss({
18
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
18
+ font: "var(--ds-font-body-small, normal 400 12px/16px \"Atlassian Sans\", ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
19
19
  color: 'color.text.subtlest',
20
20
  marginTop: 'space.050',
21
21
  whiteSpace: 'nowrap',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-plugin-extension",
3
- "version": "10.0.2",
3
+ "version": "10.0.3",
4
4
  "description": "editor-plugin-extension plugin for @atlaskit/editor-core",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/textarea": "^8.2.0",
57
57
  "@atlaskit/textfield": "^8.2.0",
58
58
  "@atlaskit/theme": "^21.0.0",
59
- "@atlaskit/tmp-editor-statsig": "^16.23.0",
59
+ "@atlaskit/tmp-editor-statsig": "^16.24.0",
60
60
  "@atlaskit/toggle": "^15.2.0",
61
61
  "@atlaskit/tokens": "^10.0.0",
62
62
  "@atlaskit/tooltip": "^20.14.0",