@eclass/ui-kit 1.46.0 → 1.46.1

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.
@@ -29923,6 +29923,8 @@ function Accessibility(props) {
29923
29923
  height: "16",
29924
29924
  viewBox: "0 0 16 16",
29925
29925
  fill: "none",
29926
+ stroke: "#60798E",
29927
+ strokeWidth: 0.5,
29926
29928
  children: /* @__PURE__ */ jsx("path", {
29927
29929
  fillRule: "evenodd",
29928
29930
  clipRule: "evenodd",
@@ -29949,7 +29951,7 @@ const waitForUserWay = async () => {
29949
29951
  });
29950
29952
  };
29951
29953
  function UserWay({
29952
- accountId = "06mvMZzmO4",
29954
+ accountId,
29953
29955
  color: color2 = "#0189FF"
29954
29956
  }) {
29955
29957
  const [isUserWayReady, setIsUserWayReady] = useState(false);
@@ -29984,7 +29986,7 @@ function UserWay({
29984
29986
  alignItems: "center",
29985
29987
  bg: vars("colors-main-blueGrey"),
29986
29988
  borderRadius: "100%",
29987
- border: "none",
29989
+ border: "1px solid transparent",
29988
29990
  display: "flex",
29989
29991
  height: "30px",
29990
29992
  id: "customTrigger",