profinansy-ui-lib 4.0.96 → 4.0.97

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.
@@ -8558,7 +8558,7 @@ const wr = (e) => {
8558
8558
  brandBackground: "#6553F5",
8559
8559
  brandBackgroundHover: "#4A35F3",
8560
8560
  brandText: "#FFFFFF",
8561
- secondaryBrandBackground: "#E0DDFD",
8561
+ secondaryBrandBackground: "rgba(101, 83, 245, 0.12)",
8562
8562
  secondaryBrandBackgroundHover: "rgba(101, 83, 245, 0.22)",
8563
8563
  secondaryBrandText: "#4A35F3",
8564
8564
  whiteFixedBackground: "#FFFFFF",
@@ -8568,7 +8568,7 @@ const wr = (e) => {
8568
8568
  outlineBrandBackgroundHover: "rgba(101, 83, 245, 0.08)",
8569
8569
  outlineBrandText: "#6553F5",
8570
8570
  outlineBrandBorder: "#6553F5",
8571
- outlineBrandBorderHover: "#6553F5",
8571
+ outlineBrandBorderHover: "#3821F2",
8572
8572
  systemBackground: "#EAE9F1",
8573
8573
  systemBackgroundHover: "#DFDEEA",
8574
8574
  systemText: "#464167",
@@ -8579,7 +8579,7 @@ const wr = (e) => {
8579
8579
  warningBackgroundHover: "#FFDFA8",
8580
8580
  warningText: "#E59000",
8581
8581
  criticalBackground: "#FFE2E0",
8582
- criticalBackgroundHover: "#FFC6C2",
8582
+ criticalBackgroundHover: "#FFD7D4",
8583
8583
  criticalText: "#FF3B30",
8584
8584
  neutralBackground: "rgba(36, 36, 36, 0.50)",
8585
8585
  neutralBackgroundHover: "rgba(36, 36, 36, 0.70)",
@@ -8737,7 +8737,7 @@ const wr = (e) => {
8737
8737
  brandBackground: "#7B61FF",
8738
8738
  brandBackgroundHover: "#6142FF",
8739
8739
  brandText: "#FFFFFF",
8740
- secondaryBrandBackground: "#E5DFFF",
8740
+ secondaryBrandBackground: "rgba(155, 142, 255, 0.12)",
8741
8741
  secondaryBrandBackgroundHover: "rgba(155, 142, 255, 0.22)",
8742
8742
  secondaryBrandText: "#6142FF",
8743
8743
  whiteFixedBackground: "#FFFFFF",
@@ -10913,17 +10913,17 @@ const xl = F.createContext(null), Qh = ({ content: e, ...t }) => {
10913
10913
  default: {
10914
10914
  color: e.interactiveButtons.secondaryBrandText,
10915
10915
  background: e.interactiveButtons.secondaryBrandBackground,
10916
- border: `1px solid ${e.interactiveButtons.secondaryBrandBackground}`
10916
+ border: "1px solid transparent"
10917
10917
  },
10918
10918
  hover: {
10919
10919
  color: e.interactiveButtons.secondaryBrandText,
10920
10920
  background: e.interactiveButtons.secondaryBrandBackgroundHover,
10921
- border: `1px solid ${e.interactiveButtons.secondaryBrandBackgroundHover}`
10921
+ border: "1px solid transparent"
10922
10922
  },
10923
10923
  active: {
10924
10924
  color: e.interactiveButtons.secondaryBrandText,
10925
10925
  background: e.interactiveButtons.secondaryBrandBackground,
10926
- border: `1px solid ${e.interactiveButtons.secondaryBrandBackground}`
10926
+ border: "1px solid transparent"
10927
10927
  }
10928
10928
  },
10929
10929
  whiteFixed: {
@@ -11140,7 +11140,7 @@ const xl = F.createContext(null), Qh = ({ content: e, ...t }) => {
11140
11140
  transition: transform 0.3s ${Z.animation_1};
11141
11141
  & svg {
11142
11142
  width: 100%;
11143
- height: 100%;
11143
+ /* height: 100%; */
11144
11144
  }
11145
11145
  `, su = g.span`
11146
11146
  width: ${(e) => e.$size === "S" ? "16px" : "18px"};
@@ -11152,7 +11152,7 @@ const xl = F.createContext(null), Qh = ({ content: e, ...t }) => {
11152
11152
  transition: transform 0.3s ${Z.animation_1};
11153
11153
  & svg {
11154
11154
  width: 100%;
11155
- height: 100%;
11155
+ /* height: 100%; */
11156
11156
  }
11157
11157
  `, um = g.button`
11158
11158
  position: relative;