@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.
@@ -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: "mr-micro",
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: "ml-micro",
5974
+ class: "next",
5975
5975
  disabled: +u(a) >= l(),
5976
5976
  onClick: o
5977
5977
  }, {