@bcgov-sso/common-react-components 1.30.1 → 1.30.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.
|
@@ -8,6 +8,7 @@ export declare const MAX_STRING_FIELD_WIDTH = "400px";
|
|
|
8
8
|
export declare const SUBTITLE_FONT_SIZE = "18px";
|
|
9
9
|
export declare const HELP_TEXT_FONT_SIZE = "12px";
|
|
10
10
|
export declare const SECONDARY_BLUE = "#38598a";
|
|
11
|
+
export declare const LINK_BLUE = "#1A5A96";
|
|
11
12
|
export declare const LINK_COLOR = "#0000EE";
|
|
12
13
|
export declare const PRIMARY_RED = "#D8292F";
|
|
13
14
|
export declare const FORM_BUTTON_MIN_WIDTH = "190px";
|
package/dist/esm/index.js
CHANGED
|
@@ -6731,7 +6731,7 @@ var faTriangleExclamation = {
|
|
|
6731
6731
|
};
|
|
6732
6732
|
var faExclamationTriangle = faTriangleExclamation;
|
|
6733
6733
|
|
|
6734
|
-
const
|
|
6734
|
+
const LINK_BLUE = '#1A5A96';
|
|
6735
6735
|
const LANDING_HEADER_FONT = '22px';
|
|
6736
6736
|
|
|
6737
6737
|
const ACCORDION_HEADER_COLOR = '#eaeaea';
|
|
@@ -6783,7 +6783,7 @@ function AccordionPanel({ title, hash, allOpen, setAllOpen, children }) {
|
|
|
6783
6783
|
const ActionsContainer = styled.div `
|
|
6784
6784
|
display: flex;
|
|
6785
6785
|
flex-direction: row;
|
|
6786
|
-
color: ${
|
|
6786
|
+
color: ${LINK_BLUE};
|
|
6787
6787
|
& span {
|
|
6788
6788
|
cursor: pointer;
|
|
6789
6789
|
text-decoration: underline;
|
|
@@ -12323,7 +12323,7 @@ const styles$1 = {
|
|
|
12323
12323
|
variant: {
|
|
12324
12324
|
callout: {
|
|
12325
12325
|
button: `
|
|
12326
|
-
background-color: #
|
|
12326
|
+
background-color: #fcba19;
|
|
12327
12327
|
`,
|
|
12328
12328
|
},
|
|
12329
12329
|
primary: {
|