@xyo-network/react-footer 4.1.6 → 4.1.7
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.
|
@@ -4,6 +4,8 @@ export interface XyoFooterAlwaysLinksProps extends FlexBoxProps {
|
|
|
4
4
|
onMore?: () => void;
|
|
5
5
|
}
|
|
6
6
|
export declare const XyoFooterAlwaysLinks: React.FC<XyoFooterAlwaysLinksProps>;
|
|
7
|
+
/** @deprecated use FooterAlwaysLinksProps */
|
|
7
8
|
export type CopyrightProps = XyoFooterAlwaysLinksProps;
|
|
9
|
+
/** @deprecated use FooterAlwaysLinks */
|
|
8
10
|
export { FooterAlwaysLinks as Copyright } from '../AlwaysLinks.tsx';
|
|
9
11
|
//# sourceMappingURL=AlwaysLinks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlwaysLinks.d.ts","sourceRoot":"","sources":["../../../src/Xyo/AlwaysLinks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC7D,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA0BpE,CAAA;
|
|
1
|
+
{"version":3,"file":"AlwaysLinks.d.ts","sourceRoot":"","sources":["../../../src/Xyo/AlwaysLinks.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAA;AACzD,OAAO,KAAK,MAAM,OAAO,CAAA;AAKzB,MAAM,WAAW,yBAA0B,SAAQ,YAAY;IAC7D,MAAM,CAAC,EAAE,MAAM,IAAI,CAAA;CACpB;AAED,eAAO,MAAM,oBAAoB,EAAE,KAAK,CAAC,EAAE,CAAC,yBAAyB,CA0BpE,CAAA;AAED,6CAA6C;AAC7C,MAAM,MAAM,cAAc,GAAG,yBAAyB,CAAA;AAEtD,wCAAwC;AAExC,OAAO,EAAE,iBAAiB,IAAI,SAAS,EAAE,MAAM,oBAAoB,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-footer",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,18 +43,18 @@
|
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/assert": "^4.
|
|
46
|
+
"@xylabs/assert": "^4.3.2",
|
|
47
47
|
"@xylabs/react-flexbox": "^5.2.2",
|
|
48
48
|
"@xylabs/react-link": "^5.2.2",
|
|
49
49
|
"react-icons": "^5.3.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@mui/icons-material": "^6.1.
|
|
53
|
-
"@mui/material": "^6.1.
|
|
54
|
-
"@mui/styles": "^6.1.
|
|
52
|
+
"@mui/icons-material": "^6.1.5",
|
|
53
|
+
"@mui/material": "^6.1.5",
|
|
54
|
+
"@mui/styles": "^6.1.5",
|
|
55
55
|
"@storybook/react": "^8.3.6",
|
|
56
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
57
|
-
"@xylabs/tsconfig-react": "^4.2.
|
|
56
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
|
57
|
+
"@xylabs/tsconfig-react": "^4.2.3",
|
|
58
58
|
"react": "^18.3.1",
|
|
59
59
|
"react-dom": "^18.3.1",
|
|
60
60
|
"storybook": "^8.3.6",
|