@solfacil/girassol 0.24.0 → 0.25.0
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/girassol.es.js +2 -2
- package/dist/girassol.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/theme/solfacil/screens.ts +2 -2
package/dist/girassol.es.js
CHANGED
|
@@ -5945,7 +5945,7 @@ const TI = ["id", "data-testid", "data-current-page"], AI = { class: "total" },
|
|
|
5945
5945
|
id: `previous-page-${e.id}`,
|
|
5946
5946
|
variant: "tertiary",
|
|
5947
5947
|
disabled: +u(a) <= 1,
|
|
5948
|
-
class: "
|
|
5948
|
+
class: "previous",
|
|
5949
5949
|
size: e.size,
|
|
5950
5950
|
onClick: c
|
|
5951
5951
|
}, {
|
|
@@ -5971,7 +5971,7 @@ const TI = ["id", "data-testid", "data-current-page"], AI = { class: "total" },
|
|
|
5971
5971
|
id: `next-page-${e.id}`,
|
|
5972
5972
|
variant: "tertiary",
|
|
5973
5973
|
size: e.size,
|
|
5974
|
-
class: "
|
|
5974
|
+
class: "next",
|
|
5975
5975
|
disabled: +u(a) >= l(),
|
|
5976
5976
|
onClick: o
|
|
5977
5977
|
}, {
|