@loja-integrada/admin-components 0.12.7 → 0.12.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/admin-components.cjs.development.js +3 -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 +3 -0
- package/dist/admin-components.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/Navigation/Pagination/PaginationNav.tsx +3 -0
|
@@ -3050,6 +3050,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
|
|
|
3050
3050
|
onCut: onPreventDefault,
|
|
3051
3051
|
onPaste: onPreventDefault
|
|
3052
3052
|
}, currentPage), ' ', "/", ' ', React__default.createElement("button", {
|
|
3053
|
+
type: "button",
|
|
3053
3054
|
id: "btnPaginationLastPage",
|
|
3054
3055
|
className: "pagination-nav-total focus:outline-none",
|
|
3055
3056
|
onClick: function onClick() {
|
|
@@ -3058,6 +3059,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
|
|
|
3058
3059
|
}, maxTotalPages)), React__default.createElement("div", {
|
|
3059
3060
|
className: "text-inverted-2 ml-5 flex items-center"
|
|
3060
3061
|
}, React__default.createElement("button", {
|
|
3062
|
+
type: "button",
|
|
3061
3063
|
id: "btnPaginationPrev",
|
|
3062
3064
|
className: "pagination-nav-previous mr-3 duration-200 outline-none " + (hasPrev ? 'hover:text-inverted-1' : ''),
|
|
3063
3065
|
"aria-label": "Ir para p\xE1gina anterior",
|
|
@@ -3069,6 +3071,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
|
|
|
3069
3071
|
block: true,
|
|
3070
3072
|
size: 4
|
|
3071
3073
|
})), React__default.createElement("button", {
|
|
3074
|
+
type: "button",
|
|
3072
3075
|
id: "btnPaginationNext",
|
|
3073
3076
|
className: "pagination-nav-next duration-200 outline-none " + (hasNext ? 'hover:text-inverted-1' : ''),
|
|
3074
3077
|
"aria-label": "Ir para pr\xF3xima p\xE1gina",
|