@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -264,7 +264,7 @@ const consolidatedSections = computed((): EduLessonSectionObject[] => {
264
264
  :class="computedClass"
265
265
  >
266
266
  <LayoutHelper
267
- indent="col-3"
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="stars"
298
+ theme="primary"
299
299
  :primary-subject="data.primarySubject"
300
300
  :additional-subjects="data.additionalSubjects"
301
301
  :time="data.time"