@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
|
@@ -3042,6 +3042,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
|
|
|
3042
3042
|
onCut: onPreventDefault,
|
|
3043
3043
|
onPaste: onPreventDefault
|
|
3044
3044
|
}, currentPage), ' ', "/", ' ', React.createElement("button", {
|
|
3045
|
+
type: "button",
|
|
3045
3046
|
id: "btnPaginationLastPage",
|
|
3046
3047
|
className: "pagination-nav-total focus:outline-none",
|
|
3047
3048
|
onClick: function onClick() {
|
|
@@ -3050,6 +3051,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
|
|
|
3050
3051
|
}, maxTotalPages)), React.createElement("div", {
|
|
3051
3052
|
className: "text-inverted-2 ml-5 flex items-center"
|
|
3052
3053
|
}, React.createElement("button", {
|
|
3054
|
+
type: "button",
|
|
3053
3055
|
id: "btnPaginationPrev",
|
|
3054
3056
|
className: "pagination-nav-previous mr-3 duration-200 outline-none " + (hasPrev ? 'hover:text-inverted-1' : ''),
|
|
3055
3057
|
"aria-label": "Ir para p\xE1gina anterior",
|
|
@@ -3061,6 +3063,7 @@ var PaginationNavComponent = function PaginationNavComponent(_ref) {
|
|
|
3061
3063
|
block: true,
|
|
3062
3064
|
size: 4
|
|
3063
3065
|
})), React.createElement("button", {
|
|
3066
|
+
type: "button",
|
|
3064
3067
|
id: "btnPaginationNext",
|
|
3065
3068
|
className: "pagination-nav-next duration-200 outline-none " + (hasNext ? 'hover:text-inverted-1' : ''),
|
|
3066
3069
|
"aria-label": "Ir para pr\xF3xima p\xE1gina",
|