@explorer-1/vue 0.2.51 → 0.2.53
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/components.d.ts +2 -0
- package/dist/explorer-1-vue.js +3228 -3167
- package/dist/explorer-1-vue.umd.cjs +10 -10
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImages/JPL_is__Visualizers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Artists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Communicators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Designers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Disruptors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Dreamers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Educators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Innovators.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Inventors.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Makers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Problem_Solvers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Robiticists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Scientists.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Software_Engineers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Thinkers.jpg +0 -0
- package/dist/img/SwimlaneCTA/backgroundImagesSmall/JPL_is__Visualizers.jpg +0 -0
- package/dist/src/components/BaseButton/BaseButton.stories.d.ts +1 -1
- package/dist/src/components/BaseButton/BaseButton.vue.d.ts +1 -1
- package/dist/src/components/BaseModal/BaseModal.stories.d.ts +2 -2
- package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +12 -0
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +5 -1
- package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +5 -1
- package/dist/src/components/SearchFilterGroup/SearchFilterGroup.vue.d.ts +1 -0
- package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +9 -0
- package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +9 -0
- package/dist/src/components/TextInput/TextInput.vue.d.ts +5 -2
- package/dist/src/components/YearTicker/YearTicker.stories.d.ts +1 -0
- package/dist/src/components/YearTicker/YearTicker.vue.d.ts +1 -0
- package/dist/src/interfaces.d.ts +4 -2
- package/dist/src/templates/edu/PageEduLesson/PageEduLesson.stories.d.ts +3 -5
- package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.d.ts +601 -0
- package/dist/src/utils/generateHash.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -2
- package/src/components/BlockIframeEmbed/BlockIframeEmbed.vue +1 -1
- package/src/components/BlockImage/BlockImage.vue +4 -1
- package/src/components/BlockImage/BlockImageFullBleed.vue +5 -2
- package/src/components/BlockImage/BlockImageStandard.vue +5 -2
- package/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue +5 -2
- package/src/components/BlockImageComparison/BlockImageComparison.vue +5 -2
- package/src/components/BlockInlineImage/BlockInlineImage.vue +9 -2
- package/src/components/BlockStreamfield/BlockStreamfield.vue +46 -23
- package/src/components/BlockVideo/BlockVideo.vue +1 -1
- package/src/components/BlockVideoEmbed/BlockVideoEmbed.vue +1 -1
- package/src/components/HeroInlineMedia/HeroInlineMedia.vue +2 -21
- package/src/components/HeroMedia/HeroMedia.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +48 -43
- package/src/components/SearchResultsList/SearchResultsList.vue +4 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.stories.js +1 -1
- package/src/templates/edu/PageEduLesson/PageEduLesson.vue +10 -7
- package/src/templates/edu/PageEduLesson/PageEduLessonSection.vue +3 -8
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.stories.js +253 -0
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue +419 -0
- package/src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue +179 -0
package/components.d.ts
CHANGED
|
@@ -207,6 +207,8 @@ declare module 'vue' {
|
|
|
207
207
|
PageEduLessonSection: typeof import('./src/templates/edu/PageEduLesson/PageEduLessonSection.vue')['default']
|
|
208
208
|
PageEduMultimediaDetail: typeof import('./src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue')['default']
|
|
209
209
|
PageEduNewsDetail: typeof import('./src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue')['default']
|
|
210
|
+
PageEduStudentProject: typeof import('./src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue')['default']
|
|
211
|
+
PageEduStudentProjectSection: typeof import('./src/templates/edu/PageEduStudentProject/PageEduStudentProjectSection.vue')['default']
|
|
210
212
|
PageEduTeachableMoment: typeof import('./src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue')['default']
|
|
211
213
|
PageEventDetail: typeof import('./src/templates/PageEventDetail/PageEventDetail.vue')['default']
|
|
212
214
|
PageGoDirectory: typeof import('./src/templates/www/PageGoDirectory/PageGoDirectory.vue')['default']
|