@explorer-1/vue 1.0.3 → 1.0.4
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@explorer-1/vue",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
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.
|
|
34
|
+
"@explorer-1/common": "2.0.3"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
@@ -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-
|
|
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"
|
|
7
7
|
:class="{
|
|
8
8
|
'-open': dropdownVisible
|
|
9
9
|
}"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
>
|
|
16
16
|
<BaseLink
|
|
17
17
|
variant="none"
|
|
18
|
-
class="block font-
|
|
18
|
+
class="block font-text text-base xl:text-lg font-regular leading-tight text-white"
|
|
19
19
|
:href="item.path && !getRouterLink(item) ? item.path : undefined"
|
|
20
20
|
:to="getRouterLink(item) ? getRouterLink(item) : undefined"
|
|
21
21
|
link-class="can-hover:hover:underline inline-block px-2 py-3 -ml-2"
|