@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.
package/dist/index.js
CHANGED
|
@@ -35954,7 +35954,7 @@ var Tag = React__default["default"].forwardRef(function (props, ref) {
|
|
|
35954
35954
|
});
|
|
35955
35955
|
|
|
35956
35956
|
function LeapLogo(props) {
|
|
35957
|
-
return (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.
|
|
35957
|
+
return (React__default["default"].createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: props.width, viewBox: "0 0 142 60" },
|
|
35958
35958
|
React__default["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" })));
|
|
35959
35959
|
}
|
|
35960
35960
|
|
|
@@ -48722,9 +48722,9 @@ var themeDesktop = createTheme({
|
|
|
48722
48722
|
},
|
|
48723
48723
|
},
|
|
48724
48724
|
adornedStart: {
|
|
48725
|
-
'
|
|
48725
|
+
'& svg:first-child': {
|
|
48726
48726
|
marginLeft: 3,
|
|
48727
|
-
}
|
|
48727
|
+
}
|
|
48728
48728
|
},
|
|
48729
48729
|
input: {
|
|
48730
48730
|
fontSize: '0.875rem',
|