@3sc/common-component 0.0.411 → 0.0.412
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 +1 -1
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27619,7 +27619,7 @@ const P6 = (e, t) => gp(e) ? new R6(t) : new E6(t, {
|
|
|
27619
27619
|
outline: "none",
|
|
27620
27620
|
overflow: "hidden",
|
|
27621
27621
|
backgroundColor: (e == null ? void 0 : e.variant) !== "outlined" ? (e == null ? void 0 : e.colorType) === "secondary" ? i.palette.brandColor.blue : (e == null ? void 0 : e.colorType) === "danger" ? i.palette.brandColor.red : (e == null ? void 0 : e.colorType) === "empty" ? i.palette.primary.notifyButtonBackground : i.palette.brandColor.orange : i.palette.primary.notifyBackground,
|
|
27622
|
-
border: (e == null ? void 0 : e.variant) === "outlined" || (e == null ? void 0 : e.colorType) === "empty" ? y ? `0.1rem solid ${i.palette.brandColor.lightBlue}` : i.palette.primary.notifyBorderColor : y ? `0.1rem solid ${i.palette.brandColor.lightBlue}` : "none",
|
|
27622
|
+
border: (e == null ? void 0 : e.variant) === "outlined" || (e == null ? void 0 : e.colorType) === "empty" ? y ? `0.1rem solid ${i.palette.brandColor.lightBlue}` : `0.1rem solid ${i.palette.primary.notifyBorderColor}` : y ? `0.1rem solid ${i.palette.brandColor.lightBlue}` : "none",
|
|
27623
27623
|
display: "flex",
|
|
27624
27624
|
alignItems: "center",
|
|
27625
27625
|
gap: l || !p ? "0.5rem" : 0,
|