@webiny/app-admin 5.25.0-beta.5 → 5.25.0-beta.6

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.
@@ -1,9 +1,19 @@
1
1
  .codex-editor {
2
- /**
3
- * The context menu of the rich text editor is getting obscured if directly below is another rich text editor.
4
- * This change help us fix that visual issue.
5
- */
6
- z-index: unset;
2
+ .ce-toolbox {
3
+ right: 0;
4
+ position: absolute;
5
+ background-color: #fff;
6
+ border: 1px solid #e8e8eb;
7
+ box-shadow: 0 3px 15px -3px rgb(13 20 33 / 13%);
8
+ border-radius: 6px;
9
+ z-index: 2;
10
+ }
11
+
12
+ .ce-toolbox--opened {
13
+ animation-duration: 0.1s;
14
+ animation-name: panelShowing;
15
+ padding: 5px 5px 5px 0;
16
+ }
7
17
 
8
18
  .codex-editor__redactor {
9
19
  padding-bottom: 0 !important;
@@ -24,6 +34,15 @@
24
34
  letter-spacing: 0.2em;
25
35
  }
26
36
 
37
+ .ce-settings {
38
+ position: absolute;
39
+ background-color: #fff;
40
+ border: 1px solid #e8e8eb;
41
+ box-shadow: 0 3px 15px -3px rgb(13 20 33 / 13%);
42
+ border-radius: 6px;
43
+ z-index: 2;
44
+ }
45
+
27
46
  // Reset default styles
28
47
  .ce-block__content:focus {
29
48
  outline: none;
@@ -45,7 +64,9 @@
45
64
 
46
65
  // Reset Toolbar style
47
66
  .ce-toolbar__content {
48
- max-width: 92%;
67
+ right: -10px;
68
+ max-width: 100%;
69
+ position: absolute;
49
70
  }
50
71
  }
51
72
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webiny/app-admin",
3
- "version": "5.25.0-beta.5",
3
+ "version": "5.25.0-beta.6",
4
4
  "main": "index.js",
5
5
  "description": "A collection of plugins that together form a complete admin interface, customizable and extensible with Webiny apps and plugins.",
6
6
  "repository": {
@@ -20,16 +20,16 @@
20
20
  "@svgr/webpack": "6.2.1",
21
21
  "@types/mime": "2.0.3",
22
22
  "@types/react": "16.14.2",
23
- "@webiny/app": "5.25.0-beta.5",
24
- "@webiny/app-admin-core": "5.25.0-beta.5",
25
- "@webiny/app-security": "5.25.0-beta.5",
26
- "@webiny/form": "5.25.0-beta.5",
27
- "@webiny/plugins": "5.25.0-beta.5",
28
- "@webiny/react-router": "5.25.0-beta.5",
29
- "@webiny/telemetry": "5.25.0-beta.5",
30
- "@webiny/ui": "5.25.0-beta.5",
31
- "@webiny/ui-composer": "5.25.0-beta.5",
32
- "@webiny/validation": "5.25.0-beta.5",
23
+ "@webiny/app": "5.25.0-beta.6",
24
+ "@webiny/app-admin-core": "5.25.0-beta.6",
25
+ "@webiny/app-security": "5.25.0-beta.6",
26
+ "@webiny/form": "5.25.0-beta.6",
27
+ "@webiny/plugins": "5.25.0-beta.6",
28
+ "@webiny/react-router": "5.25.0-beta.6",
29
+ "@webiny/telemetry": "5.25.0-beta.6",
30
+ "@webiny/ui": "5.25.0-beta.6",
31
+ "@webiny/ui-composer": "5.25.0-beta.6",
32
+ "@webiny/validation": "5.25.0-beta.6",
33
33
  "apollo-cache": "1.3.5",
34
34
  "apollo-client": "2.6.10",
35
35
  "apollo-link": "1.2.14",
@@ -69,8 +69,8 @@
69
69
  "@types/bytes": "^3.1.1",
70
70
  "@types/graphlib": "^2.1.8",
71
71
  "@types/store": "^2.0.2",
72
- "@webiny/cli": "^5.25.0-beta.5",
73
- "@webiny/project-utils": "^5.25.0-beta.5",
72
+ "@webiny/cli": "^5.25.0-beta.6",
73
+ "@webiny/project-utils": "^5.25.0-beta.6",
74
74
  "babel-plugin-emotion": "^9.2.8",
75
75
  "babel-plugin-lodash": "^3.3.4",
76
76
  "rimraf": "^3.0.2",
@@ -97,5 +97,5 @@
97
97
  ]
98
98
  }
99
99
  },
100
- "gitHead": "570eec807bad353e4485b9bfc7ed5a341ce20ae3"
100
+ "gitHead": "a208508363613ea3cb7540d18bb9b2f2250a8466"
101
101
  }