@explorer-1/vue 1.0.4 → 1.0.5

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @explorer-1/vue
2
2
 
3
+ ## 1.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 7230e1f: Adjusting use of font-display in mobile nav
8
+
3
9
  ## 1.0.4
4
10
 
5
11
  ### Patch Changes
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.5",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -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"