@useinsider/guido 3.7.0-beta.516b778 → 3.7.0-beta.5e18ab4

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.
@@ -36,6 +36,11 @@ ue-contenteditable .base-input {
36
36
  line-height: 24px;
37
37
  }
38
38
 
39
+ /* Image link input is auto-height; lift the fixed 40px cap so it can grow. */
40
+ ue-contenteditable.link-autoheight-contenteditable .base-input {
41
+ max-height: none;
42
+ }
43
+
39
44
  ue-icon-component.icon-button.icon-clear-input {
40
45
  right: 2px;
41
46
  top: 2px;
@@ -1,17 +1,17 @@
1
- import { defineStore as e } from "pinia";
2
- const t = {
1
+ import { defineStore as t } from "pinia";
2
+ const e = {
3
3
  IDLE: "idle",
4
4
  SAVING: "saving",
5
5
  SAVED: "saved",
6
6
  ERROR: "error"
7
- }, o = e("guidoAutosave", {
7
+ }, o = t("guidoAutosave", {
8
8
  state: () => ({
9
- isOn: !1,
9
+ isOn: !0,
10
10
  lastSavedAt: null,
11
- status: t.IDLE
11
+ status: e.IDLE
12
12
  })
13
13
  });
14
14
  export {
15
- t as AUTOSAVE_STATUS,
15
+ e as AUTOSAVE_STATUS,
16
16
  o as useAutosaveStore
17
17
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useinsider/guido",
3
- "version": "3.7.0-beta.516b778",
3
+ "version": "3.7.0-beta.5e18ab4",
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",
@@ -27,8 +27,6 @@
27
27
  "test": "vitest run --coverage",
28
28
  "test:watch": "vitest",
29
29
  "test:visual-update": "npx playwright test --update-snapshots --reporter html",
30
- "test:e2e:coverage": "E2E_COVERAGE=true playwright test",
31
- "coverage:e2e:report": "nyc report --reporter=lcov --reporter=text-summary --report-dir=coverage/e2e",
32
30
  "prepare": "husky",
33
31
  "preinstall": "rm -rf ./node_modules/.vite"
34
32
  },
@@ -76,12 +74,10 @@
76
74
  "happy-dom": "15.11.7",
77
75
  "husky": "9.1.7",
78
76
  "msw": "2.10.3",
79
- "nyc": "17.1.0",
80
77
  "sass": "1.69.7",
81
78
  "typescript": "5.5.4",
82
79
  "typescript-eslint": "8.26.0",
83
80
  "vite-plugin-dts": "4.5.4",
84
- "vite-plugin-istanbul": "7.0.0",
85
81
  "vitest": "2.1.9",
86
82
  "vue-tsc": "2.2.10"
87
83
  },
@@ -94,11 +90,6 @@
94
90
  "msw": {
95
91
  "workerDirectory": "public"
96
92
  },
97
- "nyc": {
98
- "report-dir": "coverage/e2e",
99
- "reporter": ["lcov", "text-summary"],
100
- "all": false
101
- },
102
93
  "guido": {
103
94
  "stripo": {
104
95
  "version": "2.65.0"