biblio-react 3.0.0-alpha180 → 3.0.0-alpha182
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 +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -31308,8 +31308,6 @@ const G0 = /* @__PURE__ */ a((e) => {
|
|
|
31308
31308
|
/* @__PURE__ */ v(
|
|
31309
31309
|
iv,
|
|
31310
31310
|
{
|
|
31311
|
-
variant: "outlined",
|
|
31312
|
-
disableElevation: !0,
|
|
31313
31311
|
onClick: /* @__PURE__ */ a(() => {
|
|
31314
31312
|
const p = document.getElementById("video"), f = document.getElementById("canvas");
|
|
31315
31313
|
f.getContext("2d").drawImage(
|
|
@@ -31497,7 +31495,8 @@ const G0 = /* @__PURE__ */ a((e) => {
|
|
|
31497
31495
|
{
|
|
31498
31496
|
sx: {
|
|
31499
31497
|
display: "inline-flex",
|
|
31500
|
-
ml: 0.5,
|
|
31498
|
+
ml: { xs: 0.5, md: "auto" },
|
|
31499
|
+
mt: { md: 0.5 },
|
|
31501
31500
|
"& .MuiFormGroup-root": { position: "relative" },
|
|
31502
31501
|
"& .MuiFormControlLabel-labelPlacementEnd": {
|
|
31503
31502
|
display: "inline-flex"
|