@veritone-ce/design-system 1.12.36 → 1.12.37

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.
@@ -146,7 +146,7 @@ defaultTheme = createTheme(defaultTheme, {
146
146
  MuiRadio: radioButtonTheme(defaultTheme),
147
147
  MuiTabs: tabsTheme(defaultTheme),
148
148
  MuiChip: statusChipTheme(defaultTheme),
149
- MuiMenu: menuFlyoutTheme(defaultTheme),
149
+ MuiMenu: menuFlyoutTheme(),
150
150
  MuiMenuItem: menuItemTheme(),
151
151
  MuiLinearProgress: linearProgress(),
152
152
  MuiInputLabel: {
@@ -1,5 +1,4 @@
1
- import { Theme } from '../../assets/theme.js';
2
- export declare const menuFlyoutTheme: (theme: Theme) => {
1
+ export declare const menuFlyoutTheme: () => {
3
2
  styleOverrides: {
4
3
  root: () => {
5
4
  height: string;
@@ -9,10 +8,6 @@ export declare const menuFlyoutTheme: (theme: Theme) => {
9
8
  fontStyle: string;
10
9
  fontWeight: number;
11
10
  textTransform: string;
12
- backgroundColor: string;
13
- ':hover, :focus': {
14
- backgroundColor: string;
15
- };
16
11
  '& .MuiList-root, &.MuiMenu-list': {
17
12
  minWidth: number;
18
13
  maxWidth: number;
@@ -1,4 +1,4 @@
1
- export var menuFlyoutTheme = function menuFlyoutTheme(theme) {
1
+ export var menuFlyoutTheme = function menuFlyoutTheme() {
2
2
  return {
3
3
  styleOverrides: {
4
4
  root: function root() {
@@ -10,10 +10,6 @@ export var menuFlyoutTheme = function menuFlyoutTheme(theme) {
10
10
  fontStyle: 'normal',
11
11
  fontWeight: 400,
12
12
  textTransform: 'capitalize',
13
- backgroundColor: theme.palette.common.white,
14
- ':hover, :focus': {
15
- backgroundColor: theme.palette.misc.altBackground
16
- },
17
13
  '& .MuiList-root, &.MuiMenu-list': {
18
14
  minWidth: 168,
19
15
  maxWidth: 200,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "1.12.36",
3
+ "version": "1.12.37",
4
4
  "private": false,
5
5
  "description": "Design System for Veritone CE",
6
6
  "keywords": [