@explorer-1/vue 0.2.16 → 0.2.17
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
|
@@ -264,7 +264,7 @@ const consolidatedSections = computed((): EduLessonSectionObject[] => {
|
|
|
264
264
|
:class="computedClass"
|
|
265
265
|
>
|
|
266
266
|
<LayoutHelper
|
|
267
|
-
indent="col-
|
|
267
|
+
indent="col-2"
|
|
268
268
|
class="mb-10"
|
|
269
269
|
>
|
|
270
270
|
<DetailHeadline
|
|
@@ -295,7 +295,7 @@ const consolidatedSections = computed((): EduLessonSectionObject[] => {
|
|
|
295
295
|
</LayoutHelper>
|
|
296
296
|
<MetaPanel
|
|
297
297
|
button="View Standards"
|
|
298
|
-
theme="
|
|
298
|
+
theme="primary"
|
|
299
299
|
:primary-subject="data.primarySubject"
|
|
300
300
|
:additional-subjects="data.additionalSubjects"
|
|
301
301
|
:time="data.time"
|