@appscode/design-system 1.1.0-beta.7 → 1.1.0-beta.8
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.
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
v-if="isPreviewLoading || (!isPreviewLoading && previewYamls)"
|
|
8
8
|
class="left-content"
|
|
9
9
|
>
|
|
10
|
-
<div class="ac-files ac-hscrollbar pt-0">
|
|
10
|
+
<div class="ac-files ac-hscrollbar ac-vscrollbar pt-0">
|
|
11
11
|
<ul v-if="!isPreviewLoading">
|
|
12
12
|
<li
|
|
13
13
|
v-for="(previewYaml, idx) in filteredYamls"
|
|
@@ -59,8 +59,8 @@
|
|
|
59
59
|
</div>
|
|
60
60
|
</template>
|
|
61
61
|
<script>
|
|
62
|
-
import Preloader from "../preloader/Preloader.vue";
|
|
63
62
|
import Banner from "../banner/Banner.vue";
|
|
63
|
+
import Preloader from "../preloader/Preloader.vue";
|
|
64
64
|
export default {
|
|
65
65
|
components: {
|
|
66
66
|
Editor: () => ({
|
|
@@ -137,7 +137,7 @@ watch(
|
|
|
137
137
|
</strong>
|
|
138
138
|
<template v-else>
|
|
139
139
|
<div v-if="!isPreviewLoading && previewYamls" class="left-content">
|
|
140
|
-
<div class="ac-files ac-hscrollbar pt-0">
|
|
140
|
+
<div class="ac-files ac-hscrollbar ac-vscrollbar pt-0">
|
|
141
141
|
<ul v-if="!isPreviewLoading">
|
|
142
142
|
<li
|
|
143
143
|
v-for="(previewYaml, idx) in filteredYamls"
|