@bcgov-sso/common-react-components 1.30.2 → 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 SECONDARY_BLUE = '#38598a';
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: ${SECONDARY_BLUE};
6786
+ color: ${LINK_BLUE};
6787
6787
  & span {
6788
6788
  cursor: pointer;
6789
6789
  text-decoration: underline;