@4alldigital/foundation-ui--core 3.6.1 → 3.6.3
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@4alldigital/foundation-ui--core",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"description": "Foundation UI Core Component Library (source distribution)",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
},
|
|
33
33
|
"author": "Joe Mewes",
|
|
34
34
|
"license": "MIT",
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "5dcdc71b322c80c27ad09a4944de45f387a4d607"
|
|
36
36
|
}
|
|
@@ -69,7 +69,7 @@ const Header = ({
|
|
|
69
69
|
</Link>
|
|
70
70
|
</div>
|
|
71
71
|
)}
|
|
72
|
-
<div className="flex-1 hidden md:flex items-center justify-center">
|
|
72
|
+
<div className="flex-1 hidden md:flex items-center justify-center gap-2">
|
|
73
73
|
{context?.app?.isAuthenticated && context?.header?.authNav && (
|
|
74
74
|
<Menu links={context.header.authNav} separators />
|
|
75
75
|
)}
|
|
@@ -78,7 +78,7 @@ const Header = ({
|
|
|
78
78
|
)}
|
|
79
79
|
</div>
|
|
80
80
|
{/* <!-- tablet/desktop --> */}
|
|
81
|
-
<div className="hidden md:flex items-center justify-center">
|
|
81
|
+
<div className="hidden md:flex items-center justify-center gap-2">
|
|
82
82
|
{!context?.app?.isAuthenticated && context?.app?.loginCallback && (
|
|
83
83
|
<div className="w-32 flex justify-end">
|
|
84
84
|
<Button onClick={context?.app?.loginCallback}>{T.UI.LOGIN}</Button>
|