@meistrari/tela-build 1.57.0 → 1.57.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.
@@ -7,7 +7,7 @@ const props = defineProps<{
7
7
 
8
8
  const internalValue = defineModel<string>()
9
9
 
10
- const isEditing = ref(false)
10
+ const isEditing = defineModel<boolean>('editing', { default: false })
11
11
  const containerEl = ref<HTMLDivElement | null>()
12
12
  const inputEl = ref<HTMLTextAreaElement | null>()
13
13
 
@@ -84,6 +84,7 @@ function onStopEditing() {
84
84
  font-inherit
85
85
  tabindex="0"
86
86
  border-0.5px border
87
+ shadow-flying
87
88
  :spellcheck="false"
88
89
  v-bind="$attrs"
89
90
  @keydown.enter="onStopEditing"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/tela-build",
3
- "version": "1.57.0",
3
+ "version": "1.57.1",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "app.config.ts",