@axa-fr/design-system-look-and-feel-react 1.0.5-ci.78 → 1.0.5-ci.85
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.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
|
2
2
|
import "@axa-fr/design-system-look-and-feel-css/dist/Layout/Header/Header.scss";
|
3
|
-
import logo from "@axa-fr/design-system-look-and-feel-css/
|
3
|
+
import logo from "@axa-fr/design-system-look-and-feel-css/logo-axa.svg";
|
4
4
|
import { useCallback, useState, } from "react";
|
5
5
|
import { NavBar } from "./NavBar";
|
6
6
|
import { PreviousLink } from "./PreviousLink/PreviousLink";
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@axa-fr/design-system-look-and-feel-react",
|
3
|
-
"version": "1.0.5-ci.
|
3
|
+
"version": "1.0.5-ci.85",
|
4
4
|
"description": "",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"types": "./dist/index.d.ts",
|
@@ -44,7 +44,7 @@
|
|
44
44
|
},
|
45
45
|
"homepage": "https://github.com/AxaFrance/design-system#readme",
|
46
46
|
"peerDependencies": {
|
47
|
-
"@axa-fr/design-system-look-and-feel-css": "1.0.5-ci.
|
47
|
+
"@axa-fr/design-system-look-and-feel-css": "1.0.5-ci.85",
|
48
48
|
"@material-symbols/svg-400": ">= 0.19.0",
|
49
49
|
"react": ">= 18"
|
50
50
|
},
|