@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/cjs/index.js
CHANGED
|
@@ -3841,10 +3841,10 @@ var faExclamationTriangle = {
|
|
|
3841
3841
|
iconName: 'exclamation-triangle',
|
|
3842
3842
|
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"]
|
|
3843
3843
|
};
|
|
3844
|
-
var
|
|
3844
|
+
var faInfo = {
|
|
3845
3845
|
prefix: 'fas',
|
|
3846
|
-
iconName: 'info
|
|
3847
|
-
icon: [
|
|
3846
|
+
iconName: 'info',
|
|
3847
|
+
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"]
|
|
3848
3848
|
};
|
|
3849
3849
|
|
|
3850
3850
|
const SECONDARY_BLUE = '#38598a';
|
|
@@ -8760,7 +8760,7 @@ const InfoIcon = (React__default["default"].createElement("div", { style: {
|
|
|
8760
8760
|
textAlign: 'center',
|
|
8761
8761
|
border: '1px solid #434a44',
|
|
8762
8762
|
} },
|
|
8763
|
-
React__default["default"].createElement(FontAwesomeIcon, { icon:
|
|
8763
|
+
React__default["default"].createElement(FontAwesomeIcon, { icon: faInfo, style: {
|
|
8764
8764
|
color: '#000',
|
|
8765
8765
|
marginBottom: '0.1em',
|
|
8766
8766
|
}, size: "sm" })));
|