@bcgov-sso/common-react-components 1.18.3 → 1.18.4
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/dist/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/esm/index.js
CHANGED
|
@@ -3833,10 +3833,10 @@ var faExclamationTriangle = {
|
|
|
3833
3833
|
iconName: 'exclamation-triangle',
|
|
3834
3834
|
icon: [576, 512, [], "f071", "M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"]
|
|
3835
3835
|
};
|
|
3836
|
-
var
|
|
3836
|
+
var faInfo = {
|
|
3837
3837
|
prefix: 'fas',
|
|
3838
|
-
iconName: 'info
|
|
3839
|
-
icon: [
|
|
3838
|
+
iconName: 'info',
|
|
3839
|
+
icon: [192, 512, [], "f129", "M20 424.229h20V279.771H20c-11.046 0-20-8.954-20-20V212c0-11.046 8.954-20 20-20h112c11.046 0 20 8.954 20 20v212.229h20c11.046 0 20 8.954 20 20V492c0 11.046-8.954 20-20 20H20c-11.046 0-20-8.954-20-20v-47.771c0-11.046 8.954-20 20-20zM96 0C56.235 0 24 32.235 24 72s32.235 72 72 72 72-32.235 72-72S135.764 0 96 0z"]
|
|
3840
3840
|
};
|
|
3841
3841
|
|
|
3842
3842
|
const SECONDARY_BLUE = '#38598a';
|
|
@@ -8752,7 +8752,7 @@ const InfoIcon = (React.createElement("div", { style: {
|
|
|
8752
8752
|
textAlign: 'center',
|
|
8753
8753
|
border: '1px solid #434a44',
|
|
8754
8754
|
} },
|
|
8755
|
-
React.createElement(FontAwesomeIcon, { icon:
|
|
8755
|
+
React.createElement(FontAwesomeIcon, { icon: faInfo, style: {
|
|
8756
8756
|
color: '#000',
|
|
8757
8757
|
marginBottom: '0.1em',
|
|
8758
8758
|
}, size: "sm" })));
|