@globalbrain/sefirot 4.23.0 → 4.23.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.
|
@@ -104,10 +104,10 @@ onBeforeUnmount(() => {
|
|
|
104
104
|
|
|
105
105
|
<Teleport to="#sefirot-modals">
|
|
106
106
|
<Transition name="fade">
|
|
107
|
-
<
|
|
108
|
-
<
|
|
109
|
-
<
|
|
110
|
-
</
|
|
107
|
+
<div v-show="on" class="container" :class="containerClasses" ref="content">
|
|
108
|
+
<div v-if="$slots.text" class="tip"><slot name="text" /></div>
|
|
109
|
+
<div v-else-if="text" class="tip" v-html="text" />
|
|
110
|
+
</div>
|
|
111
111
|
</Transition>
|
|
112
112
|
</Teleport>
|
|
113
113
|
</component>
|
package/package.json
CHANGED