@groupeactual/ui-kit 1.5.2-beta.1 → 1.5.2-beta.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@groupeactual/ui-kit",
3
- "version": "1.5.2-beta.1",
3
+ "version": "1.5.2-beta.3",
4
4
  "type": "module",
5
5
  "description": "A simple template for a custom React component library",
6
6
  "devDependencies": {
@@ -54,7 +54,7 @@
54
54
  "notistack": "^3.0.1",
55
55
  "react": "^18.2.0",
56
56
  "react-dom": "^18.2.0",
57
- "@groupeactual/design-tokens": "1.5.2-beta.1"
57
+ "@groupeactual/design-tokens": "1.5.2-beta.3"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0",
@@ -106,7 +106,7 @@ const Pagination = ({
106
106
  onChange={handleChangeLimit}
107
107
  options={limitsPerPage}
108
108
  getRenderValue={(value) => value.toString()}
109
- width={75}
109
+ width={76}
110
110
  sx={{
111
111
  backgroundColor: 'white',
112
112
  '&.MuiInputBase-root': {