@auth0/quantum-product 2.1.4 → 2.1.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.
@@ -139,7 +139,8 @@ var Title = (0, styled_1.styled)('div', { name: dropdown_menu_list_item_classes_
139
139
  return ({
140
140
  overflow: 'hidden',
141
141
  textOverflow: 'ellipsis',
142
- fontWeight: ownerState.isDetailed ? theme.typography.fontWeightMedium : undefined,
142
+ fontWeight: ownerState.isDetailed ? theme.typography.fontWeightSemibold : undefined,
143
+ color: ownerState.isDetailed ? theme.tokens.color_fg_bold : undefined,
143
144
  });
144
145
  });
145
146
  var Description = (0, styled_1.styled)('div', { name: dropdown_menu_list_item_classes_1.dropdownMenuListItemComponentName, slot: 'Description' })(function (_a) {
@@ -110,7 +110,8 @@ var Title = styled('div', { name: dropdownMenuListItemComponentName, slot: 'Titl
110
110
  return ({
111
111
  overflow: 'hidden',
112
112
  textOverflow: 'ellipsis',
113
- fontWeight: ownerState.isDetailed ? theme.typography.fontWeightMedium : undefined,
113
+ fontWeight: ownerState.isDetailed ? theme.typography.fontWeightSemibold : undefined,
114
+ color: ownerState.isDetailed ? theme.tokens.color_fg_bold : undefined,
114
115
  });
115
116
  });
116
117
  var Description = styled('div', { name: dropdownMenuListItemComponentName, slot: 'Description' })(function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auth0/quantum-product",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "sideEffects": false,
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {