@veritone-ce/design-system 0.9.26 → 1.0.0

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.
@@ -70,8 +70,12 @@ theme = createTheme(theme, {
70
70
  // @ts-ignore
71
71
  root: function (_a) {
72
72
  var ownerState = _a.ownerState;
73
- return (__assign(__assign(__assign({ textTransform: 'none', fontWeight: '600', '&.Mui-disabled': {
73
+ return (__assign(__assign(__assign({ textTransform: 'none', fontWeight: '600', paddingTop: '7px', paddingBottom: '5px', '&.Mui-disabled': {
74
74
  borderColor: "#E0E8F0"
75
+ }, '& .MuiButton-startIcon': {
76
+ marginTop: '-1px'
77
+ }, '& .MuiButton-endIcon': {
78
+ marginTop: '-1px'
75
79
  }, '&.Mui-disabled .MuiButton-startIcon .MuiButton-endIcon': {
76
80
  opacity: 0.3
77
81
  } }, (ownerState.variant === "contained" &&
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  declare const Indicator: () => JSX.Element;
3
2
  export default Indicator;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ButtonProps as MuiButtonProps } from '@mui/material';
3
2
  export declare type ButtonProps = {
4
3
  /**
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ThemeProviderProps } from '@mui/system';
3
2
  declare const ThemeProvider: ({ children, }: Omit<ThemeProviderProps, 'theme'>) => JSX.Element;
4
3
  export default ThemeProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritone-ce/design-system",
3
- "version": "0.9.26",
3
+ "version": "1.0.0",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@emotion/react": "^11.10.4",