@balena/ui-shared-components 8.0.4 → 8.0.5

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.
Files changed (2) hide show
  1. package/dist/theme.js +1 -0
  2. package/package.json +2 -2
package/dist/theme.js CHANGED
@@ -929,6 +929,7 @@ export const theme = createTheme({
929
929
  '&:hover': {
930
930
  color: color.palette.blue[800].value,
931
931
  },
932
+ cursor: 'pointer',
932
933
  },
933
934
  },
934
935
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/ui-shared-components",
3
- "version": "8.0.4",
3
+ "version": "8.0.5",
4
4
  "main": "./dist/index.js",
5
5
  "sideEffects": false,
6
6
  "files": [
@@ -110,6 +110,6 @@
110
110
  },
111
111
  "homepage": "https://github.com/balena-io/ui-shared-components#readme",
112
112
  "versionist": {
113
- "publishedAt": "2024-08-23T11:14:47.872Z"
113
+ "publishedAt": "2024-09-02T19:08:05.486Z"
114
114
  }
115
115
  }