@3sc/common-component 0.0.283 → 0.0.284
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27486,7 +27486,7 @@ const k6 = (e, t) => fp(e) ? new O6(t) : new T6(t, {
|
|
|
27486
27486
|
...o6,
|
|
27487
27487
|
...g6
|
|
27488
27488
|
}, k6), qi = /* @__PURE__ */ OA(E6), hn = ({ name: e, size: t = 24, url: n, color: r = "currentColor", style: o = {}, ...i }) => {
|
|
27489
|
-
const { isPrimary: a } = i, l = n || Je[e], u = Nt().palette.mode === "dark", d = a ? "invert(
|
|
27489
|
+
const { isPrimary: a } = i, l = n || Je[e], u = Nt().palette.mode === "dark", d = a ? "invert(0%) brightness(200%)" : u ? "invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%)" : "invert(48%) sepia(0%) saturate(0%) hue-rotate(181deg) brightness(95%) contrast(90%)";
|
|
27490
27490
|
return l ? /* @__PURE__ */ g.jsx(
|
|
27491
27491
|
"img",
|
|
27492
27492
|
{
|
|
@@ -44965,7 +44965,7 @@ const Mw = ({
|
|
|
44965
44965
|
styles: {
|
|
44966
44966
|
variant: p ? "outlined" : "filled",
|
|
44967
44967
|
icon: p ? Je.UploadDark : Je.Upload,
|
|
44968
|
-
iconPrimary: !
|
|
44968
|
+
iconPrimary: !p,
|
|
44969
44969
|
colorType: "secondary",
|
|
44970
44970
|
isAnimate: !0
|
|
44971
44971
|
}
|