@atlaskit/editor-shared-styles 3.5.0 → 3.5.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,15 @@
1
1
  # @atlaskit/editor-shared-styles
2
2
 
3
+ ## 3.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#188277](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/188277)
8
+ [`9e6d67b625ac9`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/9e6d67b625ac9) -
9
+ [ux] Hides drag controls for all nodes and resize handles on expands and layouts on narrow
10
+ screens.
11
+ - Updated dependencies
12
+
3
13
  ## 3.5.0
4
14
 
5
15
  ### Minor Changes
@@ -0,0 +1,30 @@
1
+ {
2
+ "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../townsquare/tsDist/@atlaskit__editor-shared-styles/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../tmp-editor-statsig/afm-townsquare/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
28
+ }
29
+ ]
30
+ }
@@ -71,7 +71,7 @@ var akEditorGutterPaddingDynamic = exports.akEditorGutterPaddingDynamic = functi
71
71
  );
72
72
  };
73
73
  var akEditorGutterPaddingReduced = exports.akEditorGutterPaddingReduced = 24;
74
- var akEditorFullPageNarrowBreakout = exports.akEditorFullPageNarrowBreakout = 768;
74
+ var akEditorFullPageNarrowBreakout = exports.akEditorFullPageNarrowBreakout = 600;
75
75
  var akEditorMobileBreakoutPoint = exports.akEditorMobileBreakoutPoint = 720;
76
76
  var akEditorTableCellMinWidth = exports.akEditorTableCellMinWidth = 48;
77
77
  var akEditorTableLegacyCellMinWidth = exports.akEditorTableLegacyCellMinWidth = 128;
@@ -58,7 +58,7 @@ export const akEditorGutterPaddingDynamic = () =>
58
58
  // eslint-disable-next-line @atlaskit/platform/no-preconditioning
59
59
  fg('platform_editor_controls_increase_full_page_gutter') && editorExperiment('platform_editor_controls', 'variant1') ? 72 : 52;
60
60
  export const akEditorGutterPaddingReduced = 24;
61
- export const akEditorFullPageNarrowBreakout = 768;
61
+ export const akEditorFullPageNarrowBreakout = 600;
62
62
  export const akEditorMobileBreakoutPoint = 720;
63
63
  export const akEditorTableCellMinWidth = 48;
64
64
  export const akEditorTableLegacyCellMinWidth = 128;
@@ -62,7 +62,7 @@ export var akEditorGutterPaddingDynamic = function akEditorGutterPaddingDynamic(
62
62
  );
63
63
  };
64
64
  export var akEditorGutterPaddingReduced = 24;
65
- export var akEditorFullPageNarrowBreakout = 768;
65
+ export var akEditorFullPageNarrowBreakout = 600;
66
66
  export var akEditorMobileBreakoutPoint = 720;
67
67
  export var akEditorTableCellMinWidth = 48;
68
68
  export var akEditorTableLegacyCellMinWidth = 128;
@@ -46,7 +46,7 @@ export declare const akEditorBreakoutPadding = 96;
46
46
  export declare const akEditorGutterPadding = 32;
47
47
  export declare const akEditorGutterPaddingDynamic: () => 72 | 52;
48
48
  export declare const akEditorGutterPaddingReduced = 24;
49
- export declare const akEditorFullPageNarrowBreakout = 768;
49
+ export declare const akEditorFullPageNarrowBreakout = 600;
50
50
  export declare const akEditorMobileBreakoutPoint = 720;
51
51
  export declare const akEditorTableCellMinWidth = 48;
52
52
  export declare const akEditorTableLegacyCellMinWidth = 128;
@@ -46,7 +46,7 @@ export declare const akEditorBreakoutPadding = 96;
46
46
  export declare const akEditorGutterPadding = 32;
47
47
  export declare const akEditorGutterPaddingDynamic: () => 72 | 52;
48
48
  export declare const akEditorGutterPaddingReduced = 24;
49
- export declare const akEditorFullPageNarrowBreakout = 768;
49
+ export declare const akEditorFullPageNarrowBreakout = 600;
50
50
  export declare const akEditorMobileBreakoutPoint = 720;
51
51
  export declare const akEditorTableCellMinWidth = 48;
52
52
  export declare const akEditorTableLegacyCellMinWidth = 128;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/editor-shared-styles",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Style values used in the editor/renderer",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -42,7 +42,7 @@
42
42
  "dependencies": {
43
43
  "@atlaskit/platform-feature-flags": "^1.1.0",
44
44
  "@atlaskit/tmp-editor-statsig": "^9.8.0",
45
- "@atlaskit/tokens": "^5.5.0",
45
+ "@atlaskit/tokens": "^5.6.0",
46
46
  "@babel/runtime": "^7.0.0",
47
47
  "@emotion/react": "^11.7.1"
48
48
  },
@@ -70,7 +70,7 @@ export const akEditorGutterPaddingDynamic = () =>
70
70
  ? 72
71
71
  : 52;
72
72
  export const akEditorGutterPaddingReduced = 24;
73
- export const akEditorFullPageNarrowBreakout = 768;
73
+ export const akEditorFullPageNarrowBreakout = 600;
74
74
  export const akEditorMobileBreakoutPoint = 720;
75
75
  export const akEditorTableCellMinWidth = 48;
76
76
  export const akEditorTableLegacyCellMinWidth = 128;