New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@atlaskit/editor-shared-styles

Package Overview
Dependencies
Maintainers
0
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atlaskit/editor-shared-styles - npm Package Compare versions

Comparing version 3.1.1 to 3.1.2

3

afm-cc/tsconfig.json

@@ -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;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc