@atlaskit/editor-shared-styles
Advanced tools
Comparing version 3.1.1 to 3.1.2
@@ -8,4 +8,3 @@ { | ||
"outDir": "../dist", | ||
"rootDir": "../", | ||
"baseUrl": "../" | ||
"rootDir": "../" | ||
}, | ||
@@ -12,0 +11,0 @@ "include": [ |
# @atlaskit/editor-shared-styles | ||
## 3.1.2 | ||
### Patch Changes | ||
- [#156102](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/156102) | ||
[`05bfe209f2801`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/05bfe209f2801) - | ||
Replace platform.editor.core.increase-full-page-guttering with new FG | ||
## 3.1.1 | ||
@@ -4,0 +12,0 @@ |
@@ -65,3 +65,3 @@ "use strict"; | ||
var akEditorGutterPaddingDynamic = exports.akEditorGutterPaddingDynamic = function akEditorGutterPaddingDynamic() { | ||
return (0, _platformFeatureFlags.fg)('platform.editor.core.increase-full-page-guttering') ? 52 : 32; | ||
return (0, _platformFeatureFlags.fg)('platform_editor_core_increase_full_page_guttering') ? 52 : 32; | ||
}; | ||
@@ -68,0 +68,0 @@ var akEditorMobileBreakoutPoint = exports.akEditorMobileBreakoutPoint = 720; |
@@ -54,3 +54,3 @@ import { fg } from '@atlaskit/platform-feature-flags'; | ||
export const akEditorGutterPadding = 32; | ||
export const akEditorGutterPaddingDynamic = () => fg('platform.editor.core.increase-full-page-guttering') ? 52 : 32; | ||
export const akEditorGutterPaddingDynamic = () => fg('platform_editor_core_increase_full_page_guttering') ? 52 : 32; | ||
export const akEditorMobileBreakoutPoint = 720; | ||
@@ -57,0 +57,0 @@ export const akEditorTableCellMinWidth = 48; |
@@ -56,3 +56,3 @@ import _slicedToArray from "@babel/runtime/helpers/slicedToArray"; | ||
export var akEditorGutterPaddingDynamic = function akEditorGutterPaddingDynamic() { | ||
return fg('platform.editor.core.increase-full-page-guttering') ? 52 : 32; | ||
return fg('platform_editor_core_increase_full_page_guttering') ? 52 : 32; | ||
}; | ||
@@ -59,0 +59,0 @@ export var akEditorMobileBreakoutPoint = 720; |
{ | ||
"name": "@atlaskit/editor-shared-styles", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"description": "Style values used in the editor/renderer", | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
}, | ||
"platform.editor.core.increase-full-page-guttering": { | ||
"platform_editor_core_increase_full_page_guttering": { | ||
"type": "boolean" | ||
@@ -35,0 +35,0 @@ } |
@@ -62,3 +62,3 @@ import { fg } from '@atlaskit/platform-feature-flags'; | ||
export const akEditorGutterPaddingDynamic = () => | ||
fg('platform.editor.core.increase-full-page-guttering') ? 52 : 32; | ||
fg('platform_editor_core_increase_full_page_guttering') ? 52 : 32; | ||
export const akEditorMobileBreakoutPoint = 720; | ||
@@ -65,0 +65,0 @@ export const akEditorTableCellMinWidth = 48; |
195995
3505