@loja-integrada/admin-components 0.18.4 → 0.18.5
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/Indicators/InformationBox/InformationBox.d.ts +1 -1
- package/dist/admin-components.cjs.development.js +6 -0
- package/dist/admin-components.cjs.development.js.map +1 -1
- package/dist/admin-components.cjs.production.min.js +1 -1
- package/dist/admin-components.cjs.production.min.js.map +1 -1
- package/dist/admin-components.esm.js +6 -0
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Indicators/InformationBox/InformationBox.spec.tsx +4 -0
- package/src/Indicators/InformationBox/InformationBox.tsx +7 -1
|
@@ -2921,6 +2921,12 @@ var InformationBoxTypes = {
|
|
|
2921
2921
|
"class": 'bg-danger-light border-danger',
|
|
2922
2922
|
icon: 'ban',
|
|
2923
2923
|
iconClass: 'text-danger'
|
|
2924
|
+
},
|
|
2925
|
+
info: {
|
|
2926
|
+
title: 'Informação!',
|
|
2927
|
+
"class": 'bg-focus-light border-focus-dark',
|
|
2928
|
+
icon: 'infoCircle',
|
|
2929
|
+
iconClass: 'text-focus-dark'
|
|
2924
2930
|
}
|
|
2925
2931
|
};
|
|
2926
2932
|
|