eco-vue-js 0.11.48 → 0.11.49

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.
@@ -251,7 +251,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
251
251
  "aria-multiline": "true",
252
252
  spellcheck: "false",
253
253
  placeholder: _ctx.placeholder,
254
- class: "relative [whitespace:var(--w-input-whitespace,pre)]",
254
+ class: "relative [white-space:var(--w-input-whitespace,pre)]",
255
255
  onInput,
256
256
  onBeforeinput: _cache[0] || (_cache[0] = ($event) => insertParagraph($event)),
257
257
  onPaste: withModifiers(onPaste, ["prevent"]),
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "https://github.com/rsmple/eco-vue-js.git"
6
6
  },
7
- "version": "0.11.48",
7
+ "version": "0.11.49",
8
8
  "dependencies": {
9
9
  "@stylistic/eslint-plugin": "5.2.3",
10
10
  "@tanstack/eslint-plugin-query": "5.83.1",