@galaxy-ds/core 1.1.72 → 1.1.74
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/Icons/Receipt.d.ts +3 -0
- package/dist/Icons/Reciept.d.ts +3 -0
- package/dist/Icons/index.d.ts +1 -0
- package/dist/index.d.ts +2 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -46700,6 +46700,11 @@ function UsersIcon(props) {
|
|
|
46700
46700
|
React__default["default"].createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.832 8.5c.5 0 1.157.192 1.465 1.1.122.17.695 1.058.221 2.132.073.173.18.558-.038 1.013l-.02.04-.033.027c-.006.004-.656.528-.656 1.34 0 .648.166.747.531.962.092.054.19.113.297.185.103.07.244.138.395.208l.05.024c.606.28 1.434.664 1.453 1.78l.004.189H9.5v-.186c0-1.383 1.264-1.808 1.871-2.013l.07-.023c.54-.185.967-.33.967-1.126 0-.822-.648-1.335-.655-1.34l-.038-.04c-.012-.018-.296-.433-.05-1.041-.1-.262-.377-1.117-.072-1.895.189-.482.563-.84 1.111-1.065l.004-.002c.05-.026.557-.269 1.124-.269zm-3-2c.5 0 1.157.192 1.465 1.1.057.079.213.317.314.657a1.436 1.436 0 00-.096.051c-.67.275-1.147.73-1.388 1.345-.273.698-.21 1.43.01 2.085.019.058-.105.524-.031.847.027.117.065.224.11.32.032.064.062.115.09.154l.021.031.027.028.038.04.03.03.032.026.051.048c.057.057.115.125.17.201.147.21.233.442.233.689 0 .407-.054.457-.627.652l-.07.024c-.588.197-.934.351-1.31.643a3.27 3.27 0 00-.037.029H6.5v-.186c0-1.383 1.264-1.808 1.871-2.013l.07-.023c.54-.185.967-.33.967-1.126 0-.822-.648-1.335-.655-1.34l-.038-.04c-.012-.018-.296-.433-.05-1.041-.1-.262-.377-1.117-.072-1.895.189-.482.563-.84 1.111-1.065l.004-.002c.05-.026.557-.269 1.124-.269z", fill: "currentColor" })));
|
|
46701
46701
|
}
|
|
46702
46702
|
|
|
46703
|
+
function ReceiptIcon(props) {
|
|
46704
|
+
return (React__default["default"].createElement(SvgIcon$1, __assign$1({}, props, { viewBox: "0 0 20 20" }),
|
|
46705
|
+
React__default["default"].createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17 18.2004C17 18.642 16.6411 19 16.1986 19H7L3 15V1.80044C3 1.35837 3.36014 1 3.80044 1H16.1996C16.6416 1 17 1.35956 17 1.79959V18.2004ZM15 3V17H9V13H5V3H15ZM11 13H10V14H11V13ZM14 13H12V14H14V13ZM11 11H6V12H11V11ZM14 11H12V12H14V11ZM11 9H6V10H11V9ZM14 9H12V10H14V9ZM11 7H6V8H11V7ZM14 7H12V8H14V7ZM14 5H6V6H14V5Z", fill: "currentColor" })));
|
|
46706
|
+
}
|
|
46707
|
+
|
|
46703
46708
|
var useStyles = makeStyles(function (theme) { return ({
|
|
46704
46709
|
root: {
|
|
46705
46710
|
width: '100%',
|
|
@@ -49481,6 +49486,7 @@ exports.PoweredByLawconnectLogo = PoweredByLawconnectLogo;
|
|
|
49481
49486
|
exports.PreviewIcon = PreviewIcon;
|
|
49482
49487
|
exports.Radio = Radio;
|
|
49483
49488
|
exports.RadioGroup = RadioGroup;
|
|
49489
|
+
exports.ReceiptIcon = ReceiptIcon;
|
|
49484
49490
|
exports.ReportingIcon = ReportingIcon;
|
|
49485
49491
|
exports.ResponseIcon = ResponseIcon;
|
|
49486
49492
|
exports.RevokeAccessIcon = RevokeAccessIcon;
|