@auth0/quantum-product 1.6.6 → 1.6.7

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/alert/alert.js CHANGED
@@ -102,11 +102,7 @@ var AlertRoot = (0, styled_1.styled)('div', {
102
102
  },
103
103
  _b))), (ownerState.variant === 'standard' && (_c = {
104
104
  backgroundColor: theme.tokens[severityBackgroundShade[ownerState.severity]],
105
- color: theme.tokens[severityColorSubtleShade[ownerState.severity]],
106
- '& a,& a:hover': {
107
- color: 'currentColor',
108
- textDecoration: 'underline',
109
- }
105
+ color: theme.tokens[severityColorSubtleShade[ownerState.severity]]
110
106
  },
111
107
  _c["& .".concat(alert_classes_1.alertClasses.icon)] = {
112
108
  color: theme.tokens[severityColorSubtleShade[ownerState.severity]],
@@ -73,11 +73,7 @@ var AlertRoot = styled('div', {
73
73
  },
74
74
  _b))), (ownerState.variant === 'standard' && (_c = {
75
75
  backgroundColor: theme.tokens[severityBackgroundShade[ownerState.severity]],
76
- color: theme.tokens[severityColorSubtleShade[ownerState.severity]],
77
- '& a,& a:hover': {
78
- color: 'currentColor',
79
- textDecoration: 'underline',
80
- }
76
+ color: theme.tokens[severityColorSubtleShade[ownerState.severity]]
81
77
  },
82
78
  _c["& .".concat(alertClasses.icon)] = {
83
79
  color: theme.tokens[severityColorSubtleShade[ownerState.severity]],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "1.6.6",
3
+ "version": "1.6.7",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {