@abgov/react-components 4.0.0-alpha.20 → 4.0.0-alpha.21
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 React, { FC } from 'react';
|
|
2
2
|
interface WCProps {
|
|
3
|
-
title
|
|
3
|
+
title?: string;
|
|
4
4
|
url?: string;
|
|
5
5
|
}
|
|
6
6
|
declare global {
|
|
@@ -11,7 +11,7 @@ declare global {
|
|
|
11
11
|
}
|
|
12
12
|
}
|
|
13
13
|
interface Props {
|
|
14
|
-
title
|
|
14
|
+
title?: string;
|
|
15
15
|
url?: string;
|
|
16
16
|
}
|
|
17
17
|
export declare const GoAAppHeader: FC<Props>;
|
package/package.json
CHANGED
package/react-components.esm.js
CHANGED
|
@@ -5554,6 +5554,7 @@ function create_fragment$l(ctx) {
|
|
|
5554
5554
|
attr(div0, "class", "goa-hero-banner-content");
|
|
5555
5555
|
attr(div0, "role", "note");
|
|
5556
5556
|
attr(slot1, "name", "actions");
|
|
5557
|
+
set_custom_element_data(goa_page_block, "width", "full");
|
|
5557
5558
|
attr(div1, "class", "goa-hero");
|
|
5558
5559
|
attr(div1, "data-testid", "background");
|
|
5559
5560
|
set_style(div1, "background-image", "linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url(" +
|
package/react-components.umd.js
CHANGED
|
@@ -5597,6 +5597,7 @@
|
|
|
5597
5597
|
attr(div0, "class", "goa-hero-banner-content");
|
|
5598
5598
|
attr(div0, "role", "note");
|
|
5599
5599
|
attr(slot1, "name", "actions");
|
|
5600
|
+
set_custom_element_data(goa_page_block, "width", "full");
|
|
5600
5601
|
attr(div1, "class", "goa-hero");
|
|
5601
5602
|
attr(div1, "data-testid", "background");
|
|
5602
5603
|
set_style(div1, "background-image", "linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 40%, rgba(0, 0, 0, 0.6) 100%), url(" +
|