biblio-react 3.0.0-alpha239-popup → 3.0.0-alpha240-popup
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 +16 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -25193,9 +25193,14 @@ const tk = Bt({ resolve: null }), ure = /* @__PURE__ */ a(({ resolve: t, childre
|
|
|
25193
25193
|
display: "inline-flex",
|
|
25194
25194
|
alignItems: "center",
|
|
25195
25195
|
color: n || "inherit",
|
|
25196
|
-
"& .MuiSvgIcon-root
|
|
25197
|
-
color: "inherit"
|
|
25198
|
-
|
|
25196
|
+
"& .MuiSvgIcon-root": {
|
|
25197
|
+
color: "inherit"
|
|
25198
|
+
},
|
|
25199
|
+
"& svg": {
|
|
25200
|
+
color: "inherit"
|
|
25201
|
+
},
|
|
25202
|
+
"& svg:not(.MuiSvgIcon-root), & svg:not(.MuiSvgIcon-root) *": {
|
|
25203
|
+
fill: "none",
|
|
25199
25204
|
stroke: "currentColor"
|
|
25200
25205
|
}
|
|
25201
25206
|
},
|
|
@@ -25795,9 +25800,14 @@ const tk = Bt({ resolve: null }), ure = /* @__PURE__ */ a(({ resolve: t, childre
|
|
|
25795
25800
|
display: "inline-flex",
|
|
25796
25801
|
alignItems: "center",
|
|
25797
25802
|
color: n || "inherit",
|
|
25798
|
-
"& .MuiSvgIcon-root
|
|
25799
|
-
color: "inherit"
|
|
25800
|
-
|
|
25803
|
+
"& .MuiSvgIcon-root": {
|
|
25804
|
+
color: "inherit"
|
|
25805
|
+
},
|
|
25806
|
+
"& svg": {
|
|
25807
|
+
color: "inherit"
|
|
25808
|
+
},
|
|
25809
|
+
"& svg:not(.MuiSvgIcon-root), & svg:not(.MuiSvgIcon-root) *": {
|
|
25810
|
+
fill: "none",
|
|
25801
25811
|
stroke: "currentColor"
|
|
25802
25812
|
}
|
|
25803
25813
|
},
|