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
1
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 1.1.3 to 1.1.4

6

CHANGELOG.md
# @atlaskit/editor-shared-styles
## 1.1.4
### Patch Changes
- [`34674fa4cd`](https://bitbucket.org/atlassian/atlassian-frontend/commits/34674fa4cd) - [ux] ED-10780 removed the threshold that enabled responsive changes
## 1.1.3

@@ -4,0 +10,0 @@

2

dist/cjs/consts/consts.js

@@ -114,3 +114,3 @@ "use strict";

// to be updated in ED-10790: this should be variable threshold based on how many buttons enabled on main toolbar
exports.akEditorMobileMaxWidth = exports.VIEWPORT_SIZES.mobileM.width;
exports.akEditorMobileMaxWidth = 0;
//# sourceMappingURL=consts.js.map
{
"name": "@atlaskit/editor-shared-styles",
"version": "1.1.3",
"version": "1.1.4",
"sideEffects": false
}

@@ -117,2 +117,2 @@ import { EditorTheme } from './types';

};
export declare const akEditorMobileMaxWidth: number;
export declare const akEditorMobileMaxWidth = 0;

@@ -102,3 +102,3 @@ import { B100, B300, B400, B50, B75, DN50, DN70, N0, N100, N20, N30, N40, N50, N500, N700, N900, R300, R400, R50, R75, } from '@atlaskit/theme/colors';

// to be updated in ED-10790: this should be variable threshold based on how many buttons enabled on main toolbar
export const akEditorMobileMaxWidth = VIEWPORT_SIZES.mobileM.width;
export const akEditorMobileMaxWidth = 0;
//# sourceMappingURL=consts.js.map
{
"name": "@atlaskit/editor-shared-styles",
"version": "1.1.3",
"version": "1.1.4",
"sideEffects": false
}

@@ -117,2 +117,2 @@ import { EditorTheme } from './types';

};
export declare const akEditorMobileMaxWidth: number;
export declare const akEditorMobileMaxWidth = 0;

@@ -111,3 +111,3 @@ import { B100, B300, B400, B50, B75, DN50, DN70, N0, N100, N20, N30, N40, N50, N500, N700, N900, R300, R400, R50, R75, } from '@atlaskit/theme/colors';

// to be updated in ED-10790: this should be variable threshold based on how many buttons enabled on main toolbar
export var akEditorMobileMaxWidth = VIEWPORT_SIZES.mobileM.width;
export var akEditorMobileMaxWidth = 0;
//# sourceMappingURL=consts.js.map
{
"name": "@atlaskit/editor-shared-styles",
"version": "1.1.3",
"version": "1.1.4",
"sideEffects": false
}

@@ -117,2 +117,2 @@ import { EditorTheme } from './types';

};
export declare const akEditorMobileMaxWidth: number;
export declare const akEditorMobileMaxWidth = 0;
{
"name": "@atlaskit/editor-shared-styles",
"version": "1.1.3",
"version": "1.1.4",
"description": "Style values used in the editor/renderer",

@@ -5,0 +5,0 @@ "publishConfig": {

@@ -148,2 +148,2 @@ import {

// to be updated in ED-10790: this should be variable threshold based on how many buttons enabled on main toolbar
export const akEditorMobileMaxWidth = VIEWPORT_SIZES.mobileM.width;
export const akEditorMobileMaxWidth = 0;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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