@atlaskit/editor-common 116.27.0 → 116.28.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.
@@ -1,12 +1,5 @@
1
- import { fg } from '@atlaskit/platform-feature-flags';
2
- import { editorUGCTokens, editorUGCTokensRefreshed } from './editor-ugc-token-names';
1
+ import { editorUGCTokensRefreshed } from './editor-ugc-token-names';
3
2
  function editorUGCToken(path) {
4
- var tokens;
5
- if (fg('platform_editor_typography_ugc')) {
6
- tokens = editorUGCTokensRefreshed;
7
- } else {
8
- tokens = editorUGCTokens;
9
- }
10
- return tokens[path];
3
+ return editorUGCTokensRefreshed[path];
11
4
  }
12
5
  export default editorUGCToken;
@@ -21,7 +21,7 @@ import withAnalyticsEvents from '@atlaskit/analytics-next/withAnalyticsEvents';
21
21
  import { fg } from '@atlaskit/platform-feature-flags';
22
22
  import Layer from '../Layer';
23
23
  var packageName = "@atlaskit/editor-common";
24
- var packageVersion = "116.26.3";
24
+ var packageVersion = "116.27.1";
25
25
  var halfFocusRing = 1;
26
26
  var dropOffset = '0, 8';
27
27
  var fadeIn = keyframes({
@@ -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.0",
3
+ "version": "116.28.0",
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/"
@@ -35,7 +35,7 @@
35
35
  "@atlaskit/analytics-listeners": "^11.1.0",
36
36
  "@atlaskit/analytics-namespaced-context": "^8.1.0",
37
37
  "@atlaskit/analytics-next": "^12.3.0",
38
- "@atlaskit/atlassian-context": "^1.0.0",
38
+ "@atlaskit/atlassian-context": "^1.1.0",
39
39
  "@atlaskit/browser-apis": "^1.1.0",
40
40
  "@atlaskit/button": "^24.3.0",
41
41
  "@atlaskit/codemod-utils": "^5.0.0",
@@ -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.1.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.2.0",
84
- "@atlaskit/tokens": "^15.7.0",
83
+ "@atlaskit/tmp-editor-statsig": "^124.6.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
  },