@phila/phila-ui-app-footer 0.0.12 → 0.0.13
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/dist/types.d.ts +2 -1
- package/package.json +4 -4
package/dist/types.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { default as AppFooter } from './AppFooter.vue';
|
|
2
2
|
import { NavLinkProps } from '@phila/phila-ui-nav-link';
|
|
3
3
|
|
|
4
|
-
declare module "
|
|
4
|
+
declare module "vue" {
|
|
5
5
|
interface GlobalComponents {
|
|
6
6
|
AppFooter: typeof AppFooter;
|
|
7
7
|
}
|
|
@@ -11,3 +11,4 @@ export interface AppFooterProps {
|
|
|
11
11
|
isSticky?: boolean;
|
|
12
12
|
isHiddenMobile?: boolean;
|
|
13
13
|
}
|
|
14
|
+
export default AppFooter;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-app-footer",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.13",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist"
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"preview": "vite preview"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@phila/phila-ui-core": "^1.0.
|
|
29
|
-
"@phila/phila-ui-nav-link": "^0.0.
|
|
28
|
+
"@phila/phila-ui-core": "^1.0.18",
|
|
29
|
+
"@phila/phila-ui-nav-link": "^0.0.10",
|
|
30
30
|
"bulma": "^0.9.4",
|
|
31
31
|
"vue": "^3.3.8"
|
|
32
32
|
},
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"registry": "https://registry.npmjs.com/",
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "17ea0e29f4566d58fe5eccba43c916d4453129ad"
|
|
48
48
|
}
|