@explorer-1/vue 0.2.74 → 0.2.76
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
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
</span>
|
|
106
106
|
<span class="sr-only">.</span>
|
|
107
107
|
</p>
|
|
108
|
-
<template v-if="theItem.externalLink">
|
|
108
|
+
<template v-if="theItem.externalLink && themeStore.isEdu">
|
|
109
109
|
<IconExternal
|
|
110
110
|
class="text-primary ml-2"
|
|
111
111
|
:class="{ 'text-sm mt-1px': small, '-mt-1px': medium, '-mt-.5': large }"
|
|
@@ -188,18 +188,21 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
|
|
|
188
188
|
// intentionally overriding correction that occurs within ThemeVariantGray
|
|
189
189
|
@apply text-jpl-red;
|
|
190
190
|
}
|
|
191
|
-
.
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
191
|
+
.LayoutHelper > div > .BlockText {
|
|
192
|
+
.richtext-image {
|
|
193
|
+
&.right,
|
|
194
|
+
&.left {
|
|
195
|
+
@apply lg:max-w-md;
|
|
196
|
+
}
|
|
197
|
+
&.right {
|
|
198
|
+
@apply mr-0;
|
|
199
|
+
}
|
|
200
|
+
&.left {
|
|
201
|
+
@apply ml-0;
|
|
202
|
+
}
|
|
201
203
|
}
|
|
202
204
|
}
|
|
205
|
+
|
|
203
206
|
.PageEduStudentProjectStep__fullWidth {
|
|
204
207
|
.LayoutHelper > div > .BlockText {
|
|
205
208
|
p,
|