@citizenplatform/core 1.0.11 → 1.0.13
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7022,7 +7022,7 @@ var Fp = Pp(/*#__PURE__*/ O("path", { d: "M16.59 8.59 12 13.17 7.41 8.59 6 10l6
|
|
|
7022
7022
|
//#endregion
|
|
7023
7023
|
//#region src/libs/shared/UI/button/AppButton.tsx
|
|
7024
7024
|
function zp({ label: e, children: t, variantType: n, leftArrow: r, rightArrow: i, bgColor: a, textColor: o, disableHoverEffect: s, variant: c, isMandatory: l = !1, sx: d, ...f }) {
|
|
7025
|
-
let p =
|
|
7025
|
+
let p = vd(), m = n ?? (c === "outlined" ? "outlined" : c === "contained" ? "primary" : "secondary"), h = {
|
|
7026
7026
|
primary: (e) => ({
|
|
7027
7027
|
backgroundColor: e.palette.text.primary,
|
|
7028
7028
|
color: e.palette.menuText.primary,
|