@galaxy-ds/core 1.1.57 → 1.1.58

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.
@@ -1,5 +1,6 @@
1
1
  /// <reference types="react" />
2
- export interface ToolbarButtonProps {
2
+ import { ButtonProps } from "@material-ui/core";
3
+ export interface ToolbarButtonProps extends ButtonProps {
3
4
  label?: string;
4
5
  icon?: React.ReactNode;
5
6
  title?: string;
package/dist/index.esm.js CHANGED
@@ -35927,7 +35927,7 @@ var Tag = React__default.forwardRef(function (props, ref) {
35927
35927
  });
35928
35928
 
35929
35929
  function LeapLogo(props) {
35930
- return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.size + "px", viewBox: "0 0 142 60" },
35930
+ return (React__default.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.width, viewBox: "0 0 142 60" },
35931
35931
  React__default.createElement("path", { fill: "#f69139", d: "M2,10.0002 L9.75846683,10.0002 L9.75846683,41.99924 L27.5974176,41.99924 L30.9207597,50 L2,50 L2,10.0002 Z M63.8025461,17.99876 L40.7008366,17.99876 L40.7008366,25.99352 L56.1077126,25.99352 L56.1077126,33.99628 L40.7008366,33.99628 L40.7008366,41.99904 L63.8025461,41.99904 L63.8025461,49.9998 L33,49.9998 L33,10 L63.8025461,10 L63.8025461,17.99876 Z M116.448143,33.99636 L116.30847,49.99988 L108.550003,49.99988 L108.550003,10.00008 L127.948171,10.00008 C135.935456,10.00008 139.972317,15.9915384 140.001958,22 C140.031507,27.9896489 136.07889,33.99636 128.087844,33.99636 L116.448143,33.99636 Z M98.2230148,49.99984 L94.9072768,41.99908 L76.7701697,41.99908 L73.4556323,49.99984 L65,49.99984 L81.5742879,10.00004 L81.6483267,10.00004 L90.0303204,10.00004 L90.1043592,10.00004 L106.679047,49.99984 L98.2230148,49.99984 Z M116.544807,26.0279999 L128.184508,25.9936 C133.919514,25.9936 133.72141,17.99884 128.044835,17.99884 L116.529999,17.99884 L116.544807,26.0279999 Z M80.0899963,33.99632 L91.5948269,33.99632 L85.8426117,20.1139894 L80.0899963,33.99632 Z" })));
35932
35932
  }
35933
35933
 
@@ -48695,9 +48695,9 @@ var themeDesktop = createTheme({
48695
48695
  },
48696
48696
  },
48697
48697
  adornedStart: {
48698
- '&.customdropdown > svg:first-child': {
48698
+ '& svg:first-child': {
48699
48699
  marginLeft: 3,
48700
- },
48700
+ }
48701
48701
  },
48702
48702
  input: {
48703
48703
  fontSize: '0.875rem',