@explorer-1/vue 0.3.8 → 1.0.0
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/CHANGELOG.md +18 -0
- package/package.json +2 -2
- package/src/assets/fonts/helvetica-now/.gitkeep +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hair It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Hairline.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlack.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBlk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Display.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Micro.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Black.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Blk It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Bold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraBold.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text ExtraLight.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Light.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Lt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Md It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Medium.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Th It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text Thin.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XBd It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text XLt It.otf +0 -0
- package/src/assets/fonts/helvetica-now/Monotype - Helvetica Now Text.otf +0 -0
- package/src/components/AboutTheAuthor/AboutTheAuthor.vue +2 -2
- package/src/components/AsteroidWatchWidget/AsteroidWatchWidget.vue +8 -6
- package/src/components/BaseAccordionItem/BaseAccordionItem.vue +1 -1
- package/src/components/BaseAudio/BaseAudio.vue +1 -1
- package/src/components/BaseButton/BaseButton.stories.ts +0 -6
- package/src/components/BaseButton/BaseButton.vue +1 -1
- package/src/components/BaseCheckboxGroup/BaseCheckboxGroup.vue +3 -3
- package/src/components/BaseImageCaption/BaseImageCaption.vue +1 -1
- package/src/components/BaseLink/BaseLink.vue +44 -36
- package/src/components/BasePill/BasePill.vue +4 -4
- package/src/components/BaseRadioGroup/BaseRadioGroup.vue +4 -5
- package/src/components/BaseTimer/BaseTimer.vue +2 -1
- package/src/components/BlockCardGridItem/BlockCardGridItemElement.vue +2 -2
- package/src/components/BlockCsrTable/BlockCsrTable.vue +2 -2
- package/src/components/BlockCsrTable/CsrAttachment.vue +16 -4
- package/src/components/BlockCta/BlockCta.vue +2 -2
- package/src/components/BlockImageCarousel/BlockImageCarousel.vue +2 -2
- package/src/components/BlockKeyPoints/BlockKeyPoints.vue +1 -1
- package/src/components/BlockLinkCard/BlockLinkCard.stories.js +3 -1
- package/src/components/BlockLinkCard/BlockLinkCard.vue +6 -6
- package/src/components/BlockLinkCard/BlockLinkCardCollectionLg.vue +1 -1
- package/src/components/BlockLinkTile/BlockLinkTile.vue +2 -2
- package/src/components/BlockNewsletterSignup/BlockNewsletterSignup.vue +3 -3
- package/src/components/BlockRichTable/BlockRichTable.vue +2 -2
- package/src/components/BlockTeaser/BlockTeaser.vue +1 -1
- package/src/components/CalendarChip/CalendarChip.vue +2 -2
- package/src/components/DetailHeadline/DetailHeadline.vue +3 -3
- package/src/components/HeroLarge/HeroLarge.vue +3 -4
- package/src/components/HeroMedium/HeroMedium.vue +1 -1
- package/src/components/HomepageCarousel/HomepageCarousel.vue +1 -1
- package/src/components/HomepageCarouselItem/HomepageCarouselItem.vue +2 -2
- package/src/components/HomepageEmbedBlock/HomepageEmbedBlock.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarousel.vue +1 -1
- package/src/components/HomepageMissionsCarousel/HomepageMissionsCarouselItem.vue +3 -3
- package/src/components/HomepageStats/HomepageStats.vue +1 -1
- package/src/components/HomepageTeaserBlock/HomepageTeaserBlock.vue +1 -1
- package/src/components/ImageDetailContextImage/ImageDetailContextImage.vue +1 -1
- package/src/components/MetaPanel/MetaPanel.vue +4 -4
- package/src/components/MetaPanelAccordion/MetaPanelAccordion.vue +3 -3
- package/src/components/MetadataEduResource/MetadataEduResource.vue +1 -1
- package/src/components/MetadataEvent/MetadataEvent.vue +1 -1
- package/src/components/MissionDetailAbout/MissionDetailAbout.vue +1 -1
- package/src/components/MissionDetailHero/MissionDetailHero.vue +5 -3
- package/src/components/MissionDetailHighlights/MissionDetailHighlights.vue +1 -1
- package/src/components/MissionDetailHighlights/MissionDetailHighlightsCarouselItem.vue +2 -2
- package/src/components/MissionDetailStats/MissionDetailStatsMini.vue +2 -2
- package/src/components/MixinCarousel/MixinCarousel.vue +3 -3
- package/src/components/MixinFancybox/MixinFancybox.vue +1 -1
- package/src/components/MixinFancybox/MixinFancyboxOpenButton.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdown.vue +1 -1
- package/src/components/NavDesktop/NavDesktopDropdownContent.vue +3 -3
- package/src/components/NavDesktop/NavDesktopDropdownMore.vue +1 -1
- package/src/components/NavDesktopEdu/NavDesktopEdu.vue +8 -8
- package/src/components/NavHeading/NavHeading.vue +2 -2
- package/src/components/NavHighlight/NavHighlight.vue +6 -1
- package/src/components/NavJumpMenu/NavJumpMenuContent.vue +1 -1
- package/src/components/NavLinkList/NavLinkList.vue +1 -1
- package/src/components/NavMobile/NavMobile.stories.js +1 -0
- package/src/components/NavMobile/NavMobile.vue +6 -6
- package/src/components/NavMobile/NavMobileDropdown.vue +1 -1
- package/src/components/NavMobile/NavMobileLink.vue +1 -1
- package/src/components/NavSecondary/NavSecondary.vue +2 -2
- package/src/components/NavSecondary/NavSecondaryDropdown.vue +3 -3
- package/src/components/NavSecondary/NavSecondaryDropdownContent.vue +6 -6
- package/src/components/NavSecondary/NavSecondaryLink.vue +3 -3
- package/src/components/NavSocial/NavSocial.vue +3 -2
- package/src/components/PodcastSeriesCarousel/PodcastSeriesCarousel.vue +1 -5
- package/src/components/SearchFilterGroup/SearchFilterGroup.vue +3 -3
- package/src/components/SearchInput/SearchInput.vue +7 -6
- package/src/components/SearchPagination/SearchPagination.vue +2 -0
- package/src/components/SearchResultGridItem/SearchResultGridItem.vue +1 -1
- package/src/components/SearchSelectMenu/SearchSelectMenu.vue +1 -1
- package/src/components/ShareButtons/ShareButtons.vue +4 -4
- package/src/components/ShareButtonsEdu/ShareButtonsEdu.vue +1 -1
- package/src/components/SwimlaneCTA/SwimlaneCTA.vue +4 -6
- package/src/components/TheFooter/TheFooter.vue +3 -3
- package/src/components/TimelineDialog/TimelineDialog.vue +7 -7
- package/src/components/TopicDetailMissionCarouselItem/TopicDetailMissionCarouselItem.vue +2 -2
- package/src/components/TopicDetailMissionSpotlight/TopicDetailMissionSpotlight.vue +2 -4
- package/src/components/TopicDetailMore/TopicDetailMore.vue +1 -5
- package/src/docs/foundation/FontVariants.vue +49 -27
- package/src/docs/foundation/color.docs.mdx +544 -115
- package/src/docs/foundation/colorsemantic.docs.mdx +395 -0
- package/src/docs/foundation/typography.docs.mdx +10 -5
- package/src/docs/utils/ColorRow.jsx +138 -0
- package/src/templates/PageEventDetail/PageEventDetail.vue +1 -1
- package/src/templates/PageImageDetail/PageImageDetail.vue +6 -10
- package/src/templates/PageNewsDetail/PageNewsDetail.vue +1 -1
- package/src/templates/edu/PageEduEventDetail/PageEduEventDetail.vue +2 -2
- package/src/templates/edu/PageEduHome/PageEduHome.vue +1 -1
- package/src/templates/edu/PageEduMultimediaDetail/PageEduMultimediaDetail.vue +1 -1
- package/src/templates/edu/PageEduNewsDetail/PageEduNewsDetail.vue +1 -1
- package/src/templates/www/PageCuratedGallery/PageCuratedGallery.vue +1 -1
- package/src/templates/www/PageInfographicDetail/PageInfographicDetail.vue +1 -1
- package/src/templates/www/PageMaintenanceMode/PageMaintenanceMode.vue +1 -1
- package/src/templates/www/PagePodcast/PagePodcast.vue +1 -1
- package/src/templates/www/PagePodcastSeason/PagePodcastSeason.vue +1 -1
|
@@ -1,49 +1,69 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="Fonts
|
|
3
|
-
<div>
|
|
2
|
+
<div class="Fonts mt-4">
|
|
3
|
+
<div class="mb-5">
|
|
4
4
|
<h3
|
|
5
|
-
id="
|
|
6
|
-
class="inline-block align-top mr-4 font-
|
|
5
|
+
id="display"
|
|
6
|
+
class="inline-block align-top mr-4 font-display w-1/2"
|
|
7
7
|
>
|
|
8
|
-
|
|
8
|
+
Helvetica Now Display
|
|
9
9
|
<br />
|
|
10
|
-
<code class="text-base">.font-
|
|
10
|
+
<code class="text-base">.font-display</code>
|
|
11
11
|
</h3>
|
|
12
12
|
<ol class="list-none inline-block">
|
|
13
13
|
<li>
|
|
14
14
|
<span class="leading-loose">
|
|
15
|
-
<span class="capitalize font-
|
|
16
|
-
<code>.font-
|
|
15
|
+
<span class="capitalize font-display font-normal"> Helvetica Now Display normal </span>
|
|
16
|
+
<code>.font-normal</code>
|
|
17
17
|
</span>
|
|
18
18
|
</li>
|
|
19
19
|
<li>
|
|
20
20
|
<span class="leading-loose">
|
|
21
|
-
<span class="capitalize font-
|
|
22
|
-
<code>.font-
|
|
21
|
+
<span class="capitalize font-display font-medium"> Helvetica Now Display medium </span>
|
|
22
|
+
<code>.font-medium</code>
|
|
23
23
|
</span>
|
|
24
24
|
</li>
|
|
25
25
|
<li>
|
|
26
26
|
<span class="leading-loose">
|
|
27
|
-
<span class="capitalize font-
|
|
28
|
-
<code>.font-
|
|
27
|
+
<span class="capitalize font-display font-bold">Helvetica Now Display bold</span>
|
|
28
|
+
<code>.font-bold</code>
|
|
29
29
|
</span>
|
|
30
30
|
</li>
|
|
31
31
|
<li>
|
|
32
32
|
<span class="leading-loose">
|
|
33
|
-
<span class="capitalize font-
|
|
34
|
-
|
|
33
|
+
<span class="capitalize font-display font-extrabold">
|
|
34
|
+
Helvetica Now Display extra bold
|
|
35
|
+
</span>
|
|
36
|
+
<code>.font-extrabold</code>
|
|
35
37
|
</span>
|
|
36
38
|
</li>
|
|
39
|
+
</ol>
|
|
40
|
+
</div>
|
|
41
|
+
<div class="mb-5">
|
|
42
|
+
<h3
|
|
43
|
+
id="primary"
|
|
44
|
+
class="inline-block align-top mr-4 font-primary w-1/2"
|
|
45
|
+
>
|
|
46
|
+
Helvetica Now Text
|
|
47
|
+
<br />
|
|
48
|
+
<code class="text-base">.font-primary</code>
|
|
49
|
+
</h3>
|
|
50
|
+
<ol class="list-none inline-block">
|
|
37
51
|
<li>
|
|
38
52
|
<span class="leading-loose">
|
|
39
|
-
<span class="capitalize font-primary font-
|
|
40
|
-
<code>.font-
|
|
53
|
+
<span class="capitalize font-primary font-normal"> Helvetica Now Text normal </span>
|
|
54
|
+
<code>.font-normal</code>
|
|
41
55
|
</span>
|
|
42
56
|
</li>
|
|
43
57
|
<li>
|
|
44
58
|
<span class="leading-loose">
|
|
45
|
-
<span class="capitalize font-primary font-
|
|
46
|
-
<code>.font-
|
|
59
|
+
<span class="capitalize font-primary font-medium"> Helvetica Now Text medium </span>
|
|
60
|
+
<code>.font-medium</code>
|
|
61
|
+
</span>
|
|
62
|
+
</li>
|
|
63
|
+
<li>
|
|
64
|
+
<span class="leading-loose">
|
|
65
|
+
<span class="capitalize font-primary font-bold">Helvetica Now Text bold</span>
|
|
66
|
+
<code>.font-bold</code>
|
|
47
67
|
</span>
|
|
48
68
|
</li>
|
|
49
69
|
</ol>
|
|
@@ -51,29 +71,31 @@
|
|
|
51
71
|
<div>
|
|
52
72
|
<h3
|
|
53
73
|
id="secondary"
|
|
54
|
-
class="inline-block align-top mr-4 font-secondary"
|
|
74
|
+
class="inline-block align-top mr-4 font-secondary w-1/2"
|
|
55
75
|
>
|
|
56
|
-
|
|
76
|
+
Helvetica Now Micro
|
|
57
77
|
<br />
|
|
58
78
|
<code class="text-base">.font-secondary</code>
|
|
59
79
|
</h3>
|
|
60
80
|
<ol class="list-none inline-block">
|
|
61
|
-
<li></li>
|
|
62
|
-
<li></li>
|
|
63
|
-
<li></li>
|
|
64
81
|
<li>
|
|
65
82
|
<span class="leading-loose">
|
|
66
|
-
<span class="capitalize font-secondary font-
|
|
67
|
-
<code>.font-
|
|
83
|
+
<span class="capitalize font-secondary font-normal"> Helvetica Now Micro normal </span>
|
|
84
|
+
<code>.font-normal</code>
|
|
85
|
+
</span>
|
|
86
|
+
</li>
|
|
87
|
+
<li>
|
|
88
|
+
<span class="leading-loose">
|
|
89
|
+
<span class="capitalize font-secondary font-medium"> Helvetica Now Micro medium </span>
|
|
90
|
+
<code>.font-medium</code>
|
|
68
91
|
</span>
|
|
69
92
|
</li>
|
|
70
93
|
<li>
|
|
71
94
|
<span class="leading-loose">
|
|
72
|
-
<span class="capitalize font-secondary font-bold">
|
|
95
|
+
<span class="capitalize font-secondary font-bold"> Helvetica Now Micro bold </span>
|
|
73
96
|
<code>.font-bold</code>
|
|
74
97
|
</span>
|
|
75
98
|
</li>
|
|
76
|
-
<li></li>
|
|
77
99
|
</ol>
|
|
78
100
|
</div>
|
|
79
101
|
</div>
|