@atlaskit/editor-shared-styles 3.11.0 → 3.11.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/editor-shared-styles
2
2
 
3
+ ## 3.11.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 3.11.0
4
10
 
5
11
  ### Minor Changes
@@ -125,6 +125,8 @@ var FULL_PAGE_EDITOR_TOOLBAR_HEIGHT = exports.FULL_PAGE_EDITOR_TOOLBAR_HEIGHT =
125
125
  return "var(--ds-space-500, 40px)";
126
126
  };
127
127
  var akEditorFullPageToolbarHeight = exports.akEditorFullPageToolbarHeight = 40;
128
+
129
+ // Remember to update platform/packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx if this changes, as Compiled doesn't allow top-level variable selectors
128
130
  var akEditorSelectedNodeClassName = exports.akEditorSelectedNodeClassName = 'ak-editor-selected-node';
129
131
  var editorFontSize = exports.editorFontSize = function editorFontSize(_ref) {
130
132
  var theme = _ref.theme;
@@ -112,6 +112,8 @@ export const FULL_PAGE_EDITOR_TOOLBAR_HEIGHT = isToolbarAIFCEnabled => {
112
112
  return "var(--ds-space-500, 40px)";
113
113
  };
114
114
  export const akEditorFullPageToolbarHeight = 40;
115
+
116
+ // Remember to update platform/packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx if this changes, as Compiled doesn't allow top-level variable selectors
115
117
  export const akEditorSelectedNodeClassName = 'ak-editor-selected-node';
116
118
  export const editorFontSize = ({
117
119
  theme
@@ -116,6 +116,8 @@ export var FULL_PAGE_EDITOR_TOOLBAR_HEIGHT = function FULL_PAGE_EDITOR_TOOLBAR_H
116
116
  return "var(--ds-space-500, 40px)";
117
117
  };
118
118
  export var akEditorFullPageToolbarHeight = 40;
119
+
120
+ // Remember to update platform/packages/editor/editor-core/src/ui/EditorContentContainer/EditorContentContainer-compiled.tsx if this changes, as Compiled doesn't allow top-level variable selectors
119
121
  export var akEditorSelectedNodeClassName = 'ak-editor-selected-node';
120
122
  export var editorFontSize = function editorFontSize(_ref) {
121
123
  var theme = _ref.theme;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-shared-styles",
3
- "version": "3.11.0",
3
+ "version": "3.11.1",
4
4
  "description": "Style values used in the editor/renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
- "@atlaskit/tmp-editor-statsig": "^80.2.0",
40
+ "@atlaskit/tmp-editor-statsig": "^81.0.0",
41
41
  "@atlaskit/tokens": "^13.0.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@emotion/react": "^11.7.1"