@useinsider/guido 3.10.0-beta.076d56a → 3.10.0-beta.0cc9bdd

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,4 +1,4 @@
1
- const o = { stripo: { version: "2.68.0" } }, s = {
1
+ const o = { stripo: { version: "2.69.1" } }, s = {
2
2
  guido: o
3
3
  };
4
4
  export {
@@ -96,6 +96,13 @@ ue-control-panel,
96
96
  min-height: auto;
97
97
  }
98
98
 
99
+ /* Hide the "Press ESC to deselect" keyboard hint Stripo 2.69 adds to every block's settings
100
+ header (SD-145833) — no plugin option toggles it. The sibling close (X) is a <ue-button>,
101
+ so scoping to a bare <button> in .panel-close-hint leaves the close button intact. */
102
+ .control-panel-header .panel-close-hint > button {
103
+ display: none !important;
104
+ }
105
+
99
106
  .container.droppable-header-container ue-button:last-child {
100
107
  margin-right: 0;
101
108
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/guido",
3
- "version": "3.10.0-beta.076d56a",
3
+ "version": "3.10.0-beta.0cc9bdd",
4
4
  "description": "Guido is a Vue + TypeScript wrapper for Email Plugin. Easily embed the email editor in your Vue applications.",
5
5
  "main": "./dist/guido.umd.cjs",
6
6
  "module": "./dist/library.js",
@@ -104,7 +104,7 @@
104
104
  },
105
105
  "guido": {
106
106
  "stripo": {
107
- "version": "2.68.0"
107
+ "version": "2.69.1"
108
108
  }
109
109
  }
110
110
  }