@cakemail-org/ui-components-v2 2.0.96 → 2.0.97

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/cjs/index.js CHANGED
@@ -7383,6 +7383,7 @@ function buildMUITheme(_a) {
7383
7383
  fontSize: "1rem",
7384
7384
  letterSpacing: "0px",
7385
7385
  textDecoration: "underline",
7386
+ cursor: "pointer",
7386
7387
  color: theme.palette.secondary.main,
7387
7388
  "&:hover": {
7388
7389
  color: theme.palette.secondary.dark,
package/dist/esm/index.js CHANGED
@@ -7363,6 +7363,7 @@ function buildMUITheme(_a) {
7363
7363
  fontSize: "1rem",
7364
7364
  letterSpacing: "0px",
7365
7365
  textDecoration: "underline",
7366
+ cursor: "pointer",
7366
7367
  color: theme.palette.secondary.main,
7367
7368
  "&:hover": {
7368
7369
  color: theme.palette.secondary.dark,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cakemail-org/ui-components-v2",
3
- "version": "2.0.96",
3
+ "version": "2.0.97",
4
4
  "description": "ui library kit made with material UI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",