plataforma-fundacao-componentes 2.25.7 → 2.25.8
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/index.modern.js
CHANGED
|
@@ -9036,7 +9036,6 @@ function Paginator(props) {
|
|
|
9036
9036
|
}
|
|
9037
9037
|
setArrOfNumbers(arr);
|
|
9038
9038
|
}, [props.quantidadeDePaginas, props.maxLength, props.paginaAtual]);
|
|
9039
|
-
console.log(props.loading);
|
|
9040
9039
|
return React$1.createElement("div", {
|
|
9041
9040
|
id: props.id ? props.id : undefined,
|
|
9042
9041
|
className: getMergedClassNames([rootClassName$2i, props.className || ''])
|
|
@@ -11642,6 +11641,7 @@ var ToastTypes;
|
|
|
11642
11641
|
ToastTypes["Default"] = "default";
|
|
11643
11642
|
ToastTypes["Success"] = "success";
|
|
11644
11643
|
ToastTypes["Error"] = "error";
|
|
11644
|
+
ToastTypes["Warning"] = "warning";
|
|
11645
11645
|
})(ToastTypes || (ToastTypes = {}));
|
|
11646
11646
|
|
|
11647
11647
|
var rootClassName$2G = 'component-toast';
|