@7365admin1/layer-common 3.2.2-staging.152 → 3.2.2-staging.153
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,6 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div>
|
|
3
|
-
|
|
3
|
+
<!-- AppCard, not VCard: the design's 14px radius and 1px rule, without
|
|
4
|
+
Vuetify's own elevation and 4px corner fighting the class for it.
|
|
5
|
+
Same swap as TiptapEditor, which wraps the same editor. -->
|
|
6
|
+
<AppCard class="mx-auto">
|
|
4
7
|
<VuetifyTiptap
|
|
5
8
|
v-model="content"
|
|
6
9
|
markdown-theme="github"
|
|
@@ -9,7 +12,7 @@
|
|
|
9
12
|
:maxWidth="maxWidth"
|
|
10
13
|
:disabled="isViewMode"
|
|
11
14
|
/>
|
|
12
|
-
</
|
|
15
|
+
</AppCard>
|
|
13
16
|
</div>
|
|
14
17
|
</template>
|
|
15
18
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@7365admin1/layer-common",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"version": "3.2.2-staging.
|
|
5
|
+
"version": "3.2.2-staging.153",
|
|
6
6
|
"author": "7365admin1",
|
|
7
7
|
"main": "./nuxt.config.ts",
|
|
8
8
|
"//files": "What a consumer extending this layer actually loads. Without this npm ships the whole working tree - the changesets, the CI workflows, the render harness in tools/ and any scratch directory that happened to exist at publish time. Nuxt resolves a layer by directory, so every runtime directory below has to stay listed; adding a new top-level runtime directory means adding it here too.",
|