@atlaskit/editor-shared-styles
Advanced tools
Comparing version 1.1.3 to 1.1.4
# @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 @@ |
@@ -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
143478