@explorer-1/vue 1.0.4 → 1.0.6-hotfix.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.
Files changed (157) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/components.d.ts +10 -2
  3. package/dist/explorer-1-vue.css +1 -1
  4. package/dist/explorer-1-vue.js +43157 -41849
  5. package/dist/explorer-1-vue.umd.cjs +44 -44
  6. package/dist/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue.d.ts +44 -0
  7. package/dist/src/components/AttractionCard/AttractionCard.vue.d.ts +146 -0
  8. package/dist/src/components/BaseButton/BaseButton.stories.d.ts +2 -2
  9. package/dist/src/components/BaseImageCaption/BaseImageCaption.vue.d.ts +44 -0
  10. package/dist/src/components/BaseLink/BaseLink.stories.d.ts +8 -0
  11. package/dist/src/components/BaseLink/BaseLink.vue.d.ts +50 -2
  12. package/dist/src/components/BlockCardGrid/BlockCardGrid.vue.d.ts +88 -0
  13. package/dist/src/components/BlockCardGridItem/BlockCardGridItem.vue.d.ts +44 -0
  14. package/dist/src/components/BlockCsrTable/BlockCsrTable.stories.d.ts +1 -1
  15. package/dist/src/components/BlockCsrTable/{CsrTestLimits.vue.d.ts → CsrDetails.vue.d.ts} +2 -2
  16. package/dist/src/components/BlockIframeEmbed/BlockIframeEmbed.vue.d.ts +44 -0
  17. package/dist/src/components/BlockImage/BlockImage.stories.d.ts +528 -0
  18. package/dist/src/components/BlockImage/BlockImage.vue.d.ts +88 -0
  19. package/dist/src/components/BlockImage/BlockImageFullBleed.vue.d.ts +44 -0
  20. package/dist/src/components/BlockImage/BlockImageStandard.vue.d.ts +44 -0
  21. package/dist/src/components/BlockImageCarousel/BlockImageCarousel.vue.d.ts +44 -0
  22. package/dist/src/components/BlockImageCarouselItem/BlockImageCarouselItem.vue.d.ts +44 -0
  23. package/dist/src/components/BlockImageComparison/BlockImageComparison.vue.d.ts +44 -0
  24. package/dist/src/components/BlockImageGallery/BlockImageGallery.vue.d.ts +44 -0
  25. package/dist/src/components/BlockInlineImage/BlockInlineImage.vue.d.ts +44 -0
  26. package/dist/src/components/BlockLinkCard/BlockLinkCard.vue.d.ts +44 -0
  27. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.stories.d.ts +132 -0
  28. package/dist/src/components/BlockLinkCarousel/BlockLinkCarousel.vue.d.ts +132 -0
  29. package/dist/src/components/BlockLinkTile/BlockLinkTile.vue.d.ts +44 -0
  30. package/dist/src/components/BlockListCards/BlockListCards.vue.d.ts +44 -0
  31. package/dist/src/components/BlockQuote/BlockQuote.stories.d.ts +220 -0
  32. package/dist/src/components/BlockQuote/BlockQuote.vue.d.ts +44 -0
  33. package/dist/src/components/BlockRelatedLinks/BlockRelatedLinks.vue.d.ts +44 -0
  34. package/dist/src/components/BlockRelatedLinks/RelatedLink.vue.d.ts +44 -0
  35. package/dist/src/components/BlockRichTable/BlockRichTable.vue.d.ts +44 -0
  36. package/dist/src/components/BlockStreamfield/BlockStreamfield.stories.d.ts +2 -2
  37. package/dist/src/components/BlockStreamfield/BlockStreamfield.vue.d.ts +792 -0
  38. package/dist/src/components/BlockVideo/BlockVideo.vue.d.ts +44 -0
  39. package/dist/src/components/BlockVideoEmbed/BlockVideoEmbed.vue.d.ts +44 -0
  40. package/dist/src/components/DetailHeadline/DetailHeadline.vue.d.ts +44 -0
  41. package/dist/src/components/DsnWidget/DsnWidget.vue.d.ts +44 -0
  42. package/dist/src/components/EventCard/EventCard.vue.d.ts +44 -0
  43. package/dist/src/components/HeroListingIndex/HeroListingIndex.vue.d.ts +44 -0
  44. package/dist/src/components/HeroMedia/HeroMedia.vue.d.ts +44 -0
  45. package/dist/src/components/HeroMedium/HeroMedium.vue.d.ts +44 -0
  46. package/dist/src/components/HomepageCarousel/HomepageCarousel.vue.d.ts +88 -0
  47. package/dist/src/components/HomepageCarouselItem/HomepageCarouselItem.vue.d.ts +44 -0
  48. package/dist/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue.d.ts +44 -0
  49. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.stories.d.ts +44 -0
  50. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue.d.ts +88 -0
  51. package/dist/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue.d.ts +44 -0
  52. package/dist/src/components/HomepageStats/HomepageStats.stories.d.ts +528 -0
  53. package/dist/src/components/HomepageStats/HomepageStats.vue.d.ts +88 -0
  54. package/dist/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue.d.ts +44 -0
  55. package/dist/src/components/Icons/IconBookmark.vue.d.ts +2 -0
  56. package/dist/src/components/Icons/IconHourglass.vue.d.ts +2 -0
  57. package/dist/src/components/Icons/IconLocationCrosshairs.vue.d.ts +2 -0
  58. package/dist/src/components/Icons/IconMap.vue.d.ts +2 -0
  59. package/dist/src/components/Icons/Icons.stories.d.ts +33 -0
  60. package/dist/src/components/MetadataStacked/MetadataStacked.stories.d.ts +18 -0
  61. package/dist/src/components/MetadataStacked/MetadataStacked.vue.d.ts +65 -0
  62. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlights.vue.d.ts +44 -0
  63. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarousel.vue.d.ts +44 -0
  64. package/dist/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue.d.ts +44 -0
  65. package/dist/src/components/MissionDetailInlineImage/MissionDetailInlineImage.vue.d.ts +44 -0
  66. package/dist/src/components/MissionDetailStreamfield/MissionDetailStreamfield.vue.d.ts +132 -0
  67. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.stories.d.ts +22 -0
  68. package/dist/src/components/MixinAnimationCaret/MixinAnimationCaret.vue.d.ts +26 -0
  69. package/dist/src/components/MixinCarousel/MixinCarousel.stories.d.ts +88 -0
  70. package/dist/src/components/MixinCarousel/MixinCarousel.vue.d.ts +44 -0
  71. package/dist/src/components/NavDesktop/NavDesktop.stories.d.ts +1188 -0
  72. package/dist/src/components/NavDesktop/NavDesktop.vue.d.ts +352 -0
  73. package/dist/src/components/NavDesktop/NavDesktopDropdownContent.vue.d.ts +132 -0
  74. package/dist/src/components/NavDesktop/NavDesktopDropdownMore.vue.d.ts +176 -0
  75. package/dist/src/components/NavDesktop/NavDesktopTopHat.vue.d.ts +44 -0
  76. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.stories.d.ts +220 -0
  77. package/dist/src/components/NavDesktopEdu/NavDesktopEdu.vue.d.ts +220 -0
  78. package/dist/src/components/NavHeading/NavHeading.vue.d.ts +44 -0
  79. package/dist/src/components/NavHighlight/NavHighlight.vue.d.ts +44 -0
  80. package/dist/src/components/NavJumpMenu/NavJumpMenu.vue.d.ts +98 -0
  81. package/dist/src/components/NavJumpMenu/NavJumpMenuContent.vue.d.ts +44 -0
  82. package/dist/src/components/NavLinkList/NavLinkList.vue.d.ts +88 -0
  83. package/dist/src/components/NavLogoLinks/NavLogoLinks.stories.d.ts +44 -0
  84. package/dist/src/components/NavLogoLinks/NavLogoLinks.vue.d.ts +44 -0
  85. package/dist/src/components/NavMobile/NavMobile.stories.d.ts +968 -0
  86. package/dist/src/components/NavMobile/NavMobile.vue.d.ts +220 -0
  87. package/dist/src/components/NavMobile/NavMobileDropdown.vue.d.ts +88 -0
  88. package/dist/src/components/NavMobile/NavMobileEdu.stories.d.ts +660 -0
  89. package/dist/src/components/NavMobile/NavMobileLink.vue.d.ts +44 -0
  90. package/dist/src/components/NavMobile/NavMobileSecondaryDropdown.vue.d.ts +44 -0
  91. package/dist/src/components/NavSecondary/NavSecondary.vue.d.ts +105 -0
  92. package/dist/src/components/NavSecondary/NavSecondaryDropdown.vue.d.ts +44 -0
  93. package/dist/src/components/NavSecondary/NavSecondaryDropdownContent.vue.d.ts +44 -0
  94. package/dist/src/components/NavSecondary/NavSecondaryLink.vue.d.ts +44 -0
  95. package/dist/src/components/PastEventsCarousel/PastEventsCarousel.vue.d.ts +88 -0
  96. package/dist/src/components/PodcastEpisodeCard/PodcastEpisodeCard.vue.d.ts +44 -0
  97. package/dist/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue.d.ts +176 -0
  98. package/dist/src/components/SearchResultCard/SearchResultCard.stories.d.ts +11 -0
  99. package/dist/src/components/SearchResultCard/SearchResultCard.vue.d.ts +310 -0
  100. package/dist/src/components/SearchResultGridItem/SearchResultGridItem.vue.d.ts +132 -0
  101. package/dist/src/components/SearchResultsList/SearchResultsList.stories.d.ts +191 -0
  102. package/dist/src/components/SearchResultsList/SearchResultsList.vue.d.ts +451 -0
  103. package/dist/src/components/SwimlaneCTA/SwimlaneCTA.vue.d.ts +44 -0
  104. package/dist/src/components/TheFooter/TheFooter.vue.d.ts +44 -0
  105. package/dist/src/components/ThumbnailCarousel/ThumbnailCarousel.vue.d.ts +176 -0
  106. package/dist/src/components/TimelineDialog/TimelineDialog.stories.d.ts +88 -0
  107. package/dist/src/components/TimelineDialog/TimelineDialog.vue.d.ts +88 -0
  108. package/dist/src/components/TopicDetailMissionCarousel/TopicDetailMissionCarousel.vue.d.ts +88 -0
  109. package/dist/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue.d.ts +44 -0
  110. package/dist/src/components/TopicDetailMore/TopicDetailMore.stories.d.ts +44 -0
  111. package/dist/src/components/TopicDetailMore/TopicDetailMore.vue.d.ts +44 -0
  112. package/dist/src/components/TopicDetailMoreItem/TopicDetailMoreItem.vue.d.ts +44 -0
  113. package/dist/src/components/TopicDetailStreamfield/TopicDetailStreamfield.vue.d.ts +132 -0
  114. package/dist/src/interfaces.d.ts +36 -1
  115. package/dist/src/templates/PageAudioDetail/PageAudioDetail.vue.d.ts +440 -0
  116. package/dist/src/templates/PageContent/PageContent.vue.d.ts +1199 -0
  117. package/dist/src/templates/PageEventDetail/PageEventDetail.vue.d.ts +1012 -0
  118. package/dist/src/templates/PageImageDetail/PageImageDetail.vue.d.ts +1188 -0
  119. package/dist/src/templates/PageNewsDetail/PageNewsDetail.vue.d.ts +1056 -0
  120. package/dist/src/templates/PageVideoDetail/PageVideoDetail.vue.d.ts +220 -0
  121. package/dist/src/templates/edu/PageEduCollectionsDetail/PageEduCollectionsDetail.vue.d.ts +98 -0
  122. package/dist/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue.d.ts +1012 -0
  123. package/dist/src/templates/edu/PageEduExplainerArticle/PageEduExplainerArticle.vue.d.ts +1154 -0
  124. package/dist/src/templates/edu/PageEduLesson/PageEduLesson.vue.d.ts +98 -0
  125. package/dist/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue.d.ts +98 -0
  126. package/dist/src/templates/edu/PageEduStudentProject/PageEduStudentProject.vue.d.ts +98 -0
  127. package/dist/src/templates/edu/PageEduTeachableMoment/PageEduTeachableMoment.vue.d.ts +98 -0
  128. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.stories.d.ts +21 -0
  129. package/dist/src/templates/explore-jpl/BaseExploreApp/BaseExploreApp.vue.d.ts +41 -0
  130. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.stories.d.ts +193 -0
  131. package/dist/src/templates/explore-jpl/PageContentExploreApp/PageContentExploreApp.vue.d.ts +15 -0
  132. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.stories.d.ts +80 -0
  133. package/dist/src/templates/explore-jpl/PageSiteExploreApp/PageSiteExploreApp.vue.d.ts +15 -0
  134. package/dist/src/templates/www/PageAsteroidWatchIndex/PageAsteroidWatchIndex.vue.d.ts +1023 -2
  135. package/dist/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue.d.ts +968 -0
  136. package/dist/src/templates/www/PageGoDirectory/PageGoDirectory.vue.d.ts +354 -0
  137. package/dist/src/templates/www/PageHomepage/PageHomepage.vue.d.ts +572 -0
  138. package/dist/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue.d.ts +44 -0
  139. package/dist/src/templates/www/PageMissionDetail/PageMissionDetail.vue.d.ts +352 -0
  140. package/dist/src/templates/www/PagePodcast/PagePodcast.vue.d.ts +706 -0
  141. package/dist/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue.d.ts +530 -0
  142. package/dist/src/templates/www/PagePressKitIndex/PagePressKitIndex.vue.d.ts +354 -0
  143. package/dist/src/templates/www/PageProfileDetail/PageProfileDetail.vue.d.ts +97 -0
  144. package/dist/src/templates/www/PageRoboticsDetail/PageRoboticsDetail.vue.d.ts +1056 -0
  145. package/dist/src/templates/www/PageTimeline/PageTimeline.vue.d.ts +185 -0
  146. package/dist/src/templates/www/PageTopicDetail/PageTopicDetail.vue.d.ts +396 -0
  147. package/package.json +2 -2
  148. package/src/components/BlockCsrTable/BlockCsrTable.stories.js +6 -5
  149. package/src/components/BlockCsrTable/BlockCsrTable.vue +10 -2
  150. package/src/components/BlockCsrTable/CsrTestLimitsTable.vue +10 -6
  151. package/src/components/BlockRichTable/BlockRichTable.vue +1 -1
  152. package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
  153. package/src/components/NavMobile/NavMobile.vue +2 -2
  154. package/src/components/NavMobile/NavMobileLink.vue +1 -1
  155. package/src/components/NavSecondary/NavSecondaryDropdown.vue +1 -1
  156. package/src/components/NavSecondary/NavSecondaryLink.vue +1 -1
  157. package/dist/src/components/BlockCsrTable/CsrAttachment.vue.d.ts +0 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorer-1/vue",
3
- "version": "1.0.4",
3
+ "version": "1.0.6-hotfix.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -31,7 +31,7 @@
31
31
  "vue-bind-once": "^0.2.1",
32
32
  "vue3-compare-image": "^1.2.5",
33
33
  "vue3-observe-visibility": "^1.0.1",
34
- "@explorer-1/common": "2.0.3"
34
+ "@explorer-1/common": "2.0.4"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@vitejs/plugin-vue": "^5.0.4",
@@ -28,7 +28,8 @@ export const BlockCsrTableData = [
28
28
  TotalDose: '200',
29
29
  DoseRate: null,
30
30
  TotalFluence: null,
31
- LETthOrEnergy: null,
31
+ LETthOrEnergy:
32
+ ' >= Single Event Gate Rupture (SEGR), Single Event Latchup (SEL) - Screen, Single Event Transient (SET), Single Event Burnout (SEB), Single Event Function Interrupt (SEFI) <= 61.6',
32
33
  Rates: null,
33
34
  Fluence: null,
34
35
  Energy: null,
@@ -39,7 +40,7 @@ export const BlockCsrTableData = [
39
40
  {
40
41
  Id: 2,
41
42
  TestRecordId: 2,
42
- Attachment: 'Test/4816f146-e517-447d-812b-d2c7c200cb74/ExportFiles.zip',
43
+ Attachment: 'Test/123/ExportFiles.zip',
43
44
  Status: 0,
44
45
  GenericPartNumber: 'GPN123',
45
46
  Description: 'A description for part 1',
@@ -65,7 +66,7 @@ export const BlockCsrTableData = [
65
66
  {
66
67
  Id: 3,
67
68
  TestRecordId: 3,
68
- Attachment: 'Test/4816f146-e517-447d-812b-d2c7c200cb74/ExportFiles.zip',
69
+ Attachment: 'Test/456/ExportFiles.zip',
69
70
  Status: 1,
70
71
  GenericPartNumber: 'GPN345',
71
72
  Description: 'A description for part 2',
@@ -91,7 +92,7 @@ export const BlockCsrTableData = [
91
92
  {
92
93
  Id: 4,
93
94
  TestRecordId: 4,
94
- Attachment: 'Test/4816f146-e517-447d-812b-d2c7c200cb74/ExportFiles.zip',
95
+ Attachment: 'Test/789/ExportFiles.zip',
95
96
  Status: 1,
96
97
  GenericPartNumber: 'TEST',
97
98
  Description: 'A description for part. Lorem ipsum dolor sit amet consectatur.',
@@ -117,7 +118,7 @@ export const BlockCsrTableData = [
117
118
  {
118
119
  Id: 4,
119
120
  TestRecordId: 4,
120
- Attachment: 'Test/4816f146-e517-447d-812b-d2c7c200cb74/ExportFiles.zip',
121
+ Attachment: 'Test/123/ExportFiles.zip',
121
122
  Status: 1,
122
123
  GenericPartNumber: 'TEST',
123
124
  Description: 'A description for part 2',
@@ -75,7 +75,7 @@ const theme = themeMaterial.withParams({
75
75
  })
76
76
 
77
77
  const headerClass = [
78
- 'min-w-[6rem] bg-jpl-blue-darker edu:bg-jpl-violet-darker font-display text-white text-sm border-gray-light-mid lg:p-5 p-3 border-b text-left'
78
+ 'min-w-[6rem] bg-jpl-blue-darker edu:bg-jpl-violet-darker font-secondary text-white text-sm border-gray-light-mid lg:p-5 p-3 border-b text-left'
79
79
  ]
80
80
  const defaultcolDef = {
81
81
  flex: 1,
@@ -146,6 +146,14 @@ const computedRowData = computed(() => {
146
146
  return fetchedRowData.value || rowData
147
147
  })
148
148
 
149
+ const getEncodedAttachmentUrl = (attachment: string) => {
150
+ let url = ''
151
+ if (props.attachmentPrefix && attachment) {
152
+ url = props.attachmentPrefix + attachment
153
+ }
154
+ return encodeURI(url)
155
+ }
156
+
149
157
  onMounted(async () => {
150
158
  await getRowData()
151
159
  })
@@ -210,7 +218,7 @@ const onFilterTextBoxChanged = () => {
210
218
  <p v-if="modalData.Attachment">
211
219
  <strong class="pr-1">Attachment:</strong>
212
220
  <BaseLink
213
- :href="modalData.Attachment"
221
+ :href="getEncodedAttachmentUrl(modalData.Attachment)"
214
222
  class="inline"
215
223
  variant="default"
216
224
  target="_blank"
@@ -21,7 +21,7 @@ withDefaults(defineProps<CsrTestLimitsTableProps>(), {
21
21
  })
22
22
 
23
23
  const headerClass = [
24
- 'bg-jpl-blue-darker edu:bg-jpl-violet-darker text-subtitle text-white text-xs border-gray-light-mid px-3 border-b text-left'
24
+ 'bg-jpl-blue-darker edu:bg-jpl-violet-darker font-secondary text-white text-sm border-gray-light-mid px-3 border-b text-left'
25
25
  ]
26
26
  const CsrTestLimitsTableRef = ref()
27
27
  const theme = themeMaterial.withParams({
@@ -36,17 +36,21 @@ const colDefs = ref([
36
36
  flex: 0,
37
37
  width: 50
38
38
  },
39
- { field: 'TotalDose' },
40
- { field: 'DoseRate' },
41
- { field: 'TotalFluence' },
39
+ { field: 'TotalDose', wrapText: true, autoHeight: true },
40
+ { field: 'DoseRate', wrapText: true, autoHeight: true },
41
+ { field: 'TotalFluence', wrapText: true, autoHeight: true },
42
42
  {
43
43
  field: 'LETthOrEnergy',
44
+ wrapText: true,
45
+ autoHeight: true,
44
46
  headerName: 'LETth or Energy Range'
45
47
  },
46
48
  {
47
- field: 'Fluence'
49
+ field: 'Fluence',
50
+ wrapText: true,
51
+ autoHeight: true
48
52
  },
49
- { field: 'Energy' }
53
+ { field: 'Energy', wrapText: true, autoHeight: true }
50
54
  ])
51
55
  const defaultcolDef = {
52
56
  flex: 1,
@@ -54,7 +54,7 @@ export default defineComponent({
54
54
  v-for="(headCell, headIndex) in table.tableContent.tableHead[0]"
55
55
  :key="headIndex"
56
56
  scope="col"
57
- class="min-w-[6rem] bg-jpl-blue-darker edu:bg-jpl-violet-darker font-display text-white border-gray-light-mid lg:p-5 p-3 border-b text-left"
57
+ class="min-w-[6rem] bg-jpl-blue-darker edu:bg-jpl-violet-darker font-secondary text-sm text-white border-gray-light-mid lg:p-5 p-3 border-b text-left"
58
58
  >
59
59
  <template v-if="headCell">
60
60
  {{ (headCell as HeadCell).text }}
@@ -3,7 +3,7 @@
3
3
  <NavDropdownToggle
4
4
  v-click-outside="closeDropdown"
5
5
  :aria-expanded="dropdownVisible ? true : false"
6
- class="group relative z-20 px-4 font-bold font-text tracking-[-.2px] border-t-2 border-transparent edu:text-sm edu:xl:text-base edu:px-2 edu:xl:px-4"
6
+ class="group relative z-20 px-4 font-bold font-text tracking-[-.03rem] border-t-2 border-transparent edu:text-sm edu:xl:text-base edu:px-2 edu:xl:px-4"
7
7
  :class="{
8
8
  '-open': dropdownVisible
9
9
  }"
@@ -105,8 +105,8 @@
105
105
  <BaseLink
106
106
  variant="none"
107
107
  href="https://www.nasa.gov/learning-resources/"
108
- class="group relative block w-full px-4 py-2 text-xl font-medium text-left"
109
- link-class="flex flex-wrap-none overflow-visible whitespace-nowrap items-center py-0 pl-6 -ml-4 border-l-4 border-transparent"
108
+ class="group relative block w-full px-4 py-2 text-xl text-left"
109
+ link-class="flex flex-wrap-none overflow-visible whitespace-nowrap font-display font-bold items-center py-0 pl-6 -ml-4 border-l-4 border-transparent"
110
110
  external-target-blank
111
111
  >
112
112
  <span class="pr-2">NASA OSTEM</span>
@@ -3,7 +3,7 @@
3
3
  v-if="data"
4
4
  variant="none"
5
5
  class="NavMobileLink"
6
- :link-class="`flex items-center py-2 text-lg font-display leading-tight ${linkClass}`"
6
+ :link-class="`flex items-center py-2 text-lg font-text leading-tight ${linkClass}`"
7
7
  :href="data.path && !getRouterLink(data) ? data.path : undefined"
8
8
  :to="getRouterLink(data) ? getRouterLink(data) : undefined"
9
9
  :exact="exact"
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <div
3
3
  v-click-outside="closeDropdown"
4
- class="NavSecondaryDropdown relative font-display"
4
+ class="NavSecondaryDropdown relative font-primary tracking-[-.03rem]"
5
5
  :class="{
6
6
  'mr-auto': index === 0
7
7
  }"
@@ -2,7 +2,7 @@
2
2
  <BaseLink
3
3
  :href="isExternal(item.path) ? item.path : undefined"
4
4
  :to="!isExternal(item.path) ? item.path : undefined"
5
- link-class="block px-3 py-2 font-display"
5
+ link-class="block px-3 py-2 font-primary tracking-[-.03rem]"
6
6
  variant="none"
7
7
  class="NavSecondaryLink border-t-2 border-transparent"
8
8
  :class="baseLinkClasses(index)"
@@ -1,19 +0,0 @@
1
- interface CsrAttachmentProps {
2
- params: {
3
- data: {
4
- Attachment: string;
5
- };
6
- /** Example values: `https://test-api.jpl.nasa.gov/attachments?key=`, `https://test-api.jpl.nasa.gov/` */
7
- attachmentPrefix: string;
8
- };
9
- }
10
- declare const _default: import('vue').DefineComponent<CsrAttachmentProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<CsrAttachmentProps> & Readonly<{}>, {
11
- params: {
12
- data: {
13
- Attachment: string;
14
- };
15
- /** Example values: `https://test-api.jpl.nasa.gov/attachments?key=`, `https://test-api.jpl.nasa.gov/` */
16
- attachmentPrefix: string;
17
- };
18
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
19
- export default _default;