@arc-ui/components 10.0.3 → 10.1.0
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.
|
@@ -41,6 +41,10 @@ export interface SiteHeaderProps {
|
|
|
41
41
|
* A URL to link to when SiteHeader login links are clicked or touched.
|
|
42
42
|
*/
|
|
43
43
|
loginHref?: string;
|
|
44
|
+
/**
|
|
45
|
+
* A Function to run to when SiteHeader login links are clicked or touched.
|
|
46
|
+
*/
|
|
47
|
+
loginOnClick?: () => void;
|
|
44
48
|
/**
|
|
45
49
|
* Text to display in SiteHeader login links.
|
|
46
50
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arc-ui/components",
|
|
3
|
-
"version": "10.0
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"homepage": "https://ui.digital-ent-int.bt.com",
|
|
5
5
|
"author": "BT Enterprise Digital UI Team <ui-digital-ent-int@bt.com>",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"react": "^18.0.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@arc-ui/fonts": "^10.0
|
|
29
|
-
"@arc-ui/tokens": "^10.0
|
|
28
|
+
"@arc-ui/fonts": "^10.1.0",
|
|
29
|
+
"@arc-ui/tokens": "^10.1.0",
|
|
30
30
|
"@babel/core": "^7.14.3",
|
|
31
31
|
"@babel/helper-define-map": "^7.14.3",
|
|
32
32
|
"@storybook/addon-essentials": "^6.3.6",
|