@meistrari/tela-build 1.40.0 → 1.41.0
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.
|
@@ -65,31 +65,31 @@ watchEffect(() => {
|
|
|
65
65
|
>
|
|
66
66
|
<div
|
|
67
67
|
v-if="isLoading"
|
|
68
|
-
block w-full py-9px text-13px leading-1.
|
|
68
|
+
class="block w-full py-9px text-[13px] leading-[1.5] overflow-visible border-0"
|
|
69
69
|
:class="!props.truncate ? 'pt-0.65rem' : ''"
|
|
70
70
|
:style="props.hideLineNumbers ? undefined : { backgroundColor: '#fff' }"
|
|
71
71
|
>
|
|
72
72
|
<div
|
|
73
73
|
v-for="i in skeletonLineCount"
|
|
74
74
|
:key="i"
|
|
75
|
-
flex items-center gap-4px min-h-1.5em
|
|
75
|
+
class="flex items-center gap-4px min-h-1.5em"
|
|
76
76
|
:class="props.hideLineNumbers ? 'px-16px' : 'bg-white'"
|
|
77
77
|
>
|
|
78
78
|
<pre
|
|
79
79
|
v-if="!props.hideLineNumbers"
|
|
80
|
-
w-2.75rem text-right pr-1rem text-neutral-400 text-13px
|
|
80
|
+
class="w-2.75rem text-right pr-1rem text-neutral-400 text-13px"
|
|
81
81
|
>
|
|
82
82
|
{{ i }}
|
|
83
83
|
</pre>
|
|
84
84
|
<TelaSkeleton
|
|
85
|
-
h-16px rounded-2px bg-neutral-200
|
|
85
|
+
class="h-16px rounded-2px bg-neutral-200"
|
|
86
86
|
:class="i % 3 === 0 ? 'w-full' : i % 3 === 1 ? 'w-4/5' : 'w-3/5'"
|
|
87
87
|
/>
|
|
88
88
|
</div>
|
|
89
89
|
</div>
|
|
90
90
|
<div
|
|
91
91
|
v-else
|
|
92
|
-
block w-full text-13px leading-1.5 overflow-visible border-0
|
|
92
|
+
class="block w-full text-13px leading-[1.5] overflow-visible border-0"
|
|
93
93
|
:class="!props.truncate ? 'pt-0.65rem' : ''"
|
|
94
94
|
v-html="highlighted"
|
|
95
95
|
/>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meistrari/tela-build",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"files": [
|
|
6
6
|
"app.config.ts",
|
|
@@ -38,7 +38,8 @@
|
|
|
38
38
|
"@nuxtjs/tailwindcss": "6.12.2",
|
|
39
39
|
"@unocss/nuxt": "66.5.12",
|
|
40
40
|
"@unocss/transformer-directives": "66.5.12",
|
|
41
|
-
"@vueuse/
|
|
41
|
+
"@vueuse/components": "12.8.2",
|
|
42
|
+
"@vueuse/core": "12.8.2",
|
|
42
43
|
"@vueuse/nuxt": "12.8.2",
|
|
43
44
|
"class-variance-authority": "0.7.0",
|
|
44
45
|
"clsx": "2.1.1",
|