@atlaskit/editor-common 116.27.1 → 116.28.1

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.
@@ -14,8 +14,6 @@ export type EditorUGCTokens = {
14
14
  'editor.font.weight.heading.h5.bold': string;
15
15
  'editor.font.weight.heading.h6.bold': string;
16
16
  };
17
- export declare const editorUGCTokens: EditorUGCTokens;
18
- export declare const editorUGCTokensModernized: EditorUGCTokens;
19
17
  /**
20
18
  * These styles are duplicated in packages/editor/editor-plugin-block-type/src/pm-plugins/ui/ToolbarBlockType/HeadingButton.tsx
21
19
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-common",
3
- "version": "116.27.1",
3
+ "version": "116.28.1",
4
4
  "description": "A package that contains common classes and components for editor and renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -51,7 +51,7 @@
51
51
  "@atlaskit/editor-toolbar-model": "^1.1.0",
52
52
  "@atlaskit/emoji": "^71.8.0",
53
53
  "@atlaskit/icon": "^37.0.0",
54
- "@atlaskit/link": "^4.2.0",
54
+ "@atlaskit/link": "^4.3.0",
55
55
  "@atlaskit/link-datasource": "^6.1.0",
56
56
  "@atlaskit/link-picker": "^6.2.0",
57
57
  "@atlaskit/media-card": "^81.4.0",
@@ -80,8 +80,8 @@
80
80
  "@atlaskit/task-decision": "^21.4.0",
81
81
  "@atlaskit/teams-app-config": "^2.1.0",
82
82
  "@atlaskit/textfield": "^9.1.0",
83
- "@atlaskit/tmp-editor-statsig": "^124.4.0",
84
- "@atlaskit/tokens": "^15.7.0",
83
+ "@atlaskit/tmp-editor-statsig": "^124.7.0",
84
+ "@atlaskit/tokens": "^15.8.0",
85
85
  "@atlaskit/tooltip": "^23.1.0",
86
86
  "@atlaskit/width-detector": "^6.2.0",
87
87
  "@babel/runtime": "^7.0.0",
@@ -171,9 +171,6 @@
171
171
  "editor_inline_comments_on_inline_nodes": {
172
172
  "type": "boolean"
173
173
  },
174
- "platform_editor_typography_ugc": {
175
- "type": "boolean"
176
- },
177
174
  "media-perf-uplift-mutation-fix": {
178
175
  "type": "boolean"
179
176
  },