File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ export const Chromatic = () => (
4242 < ExampleContainer >
4343 < DxcContainer
4444 background = { {
45- image : "url(https://www.laecuaciondigital.com/wp-content/uploads/2023/10/DXC-Technology.png)" ,
46- position : "50%" ,
45+ image :
46+ "url(https://dxc.com/content/dam/dxc/projects/dxc-com/common/images/landscape-1050x650/logos/we_are_dxc-1050x650.jpg)" ,
47+ size : "500px 500px" ,
4748 } }
4849 width = "500px"
4950 height = "500px"
Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ import DxcContextualMenu from "./contextual-menu/ContextualMenu";
4747import DxcDivider from "./divider/Divider" ;
4848import DxcBreadcrumbs from "./breadcrumbs/Breadcrumbs" ;
4949import DxcBarChart from "./bar-chart/BarChart" ;
50+ import DxcTooltip from "./tooltip/Tooltip" ;
5051
5152import HalstackContext , { HalstackProvider , HalstackLanguageContext } from "./HalstackContext" ;
5253
@@ -103,4 +104,5 @@ export {
103104 DxcDivider ,
104105 DxcBreadcrumbs ,
105106 DxcBarChart ,
107+ DxcTooltip ,
106108} ;
You can’t perform that action at this time.
0 commit comments