@npm_leadtech/legal-contracts-ui 0.80.2 → 0.80.3

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.
@@ -1,14 +1,14 @@
1
- import { jsx as l } from "react/jsx-runtime";
1
+ import { jsx as c } from "react/jsx-runtime";
2
2
  import "react";
3
- const i = (c) => /* @__PURE__ */ l("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", ...c, children: /* @__PURE__ */ l(
3
+ const e = (l) => /* @__PURE__ */ c("svg", { xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16", ...l, children: /* @__PURE__ */ c(
4
4
  "path",
5
5
  {
6
- fill: "var(--color-primary-700)",
6
+ fill: l.fill ?? "var(--color-primary-700)",
7
7
  fillRule: "evenodd",
8
8
  d: "M13.174 1.14c-.228-.631-1.12-.631-1.348 0l-.333.922a.72.72 0 0 1-.431.431l-.923.333c-.63.228-.63 1.12 0 1.348l.923.333c.2.072.358.23.43.43l.334.923c.227.632 1.12.632 1.348 0l.333-.922c.072-.2.23-.359.43-.43l.923-.334c.631-.228.631-1.12 0-1.348l-.923-.333a.72.72 0 0 1-.43-.43zm-5.14 3.101c-.455-1.262-2.24-1.262-2.696 0l-.76 2.104c-.144.401-.46.717-.86.862l-2.105.759c-1.262.455-1.262 2.24 0 2.696l2.104.76c.401.144.717.46.862.86l.759 2.105c.455 1.262 2.24 1.262 2.696 0l.76-2.104c.144-.401.46-.717.86-.862l2.105-.76c1.262-.455 1.262-2.24 0-2.695l-2.104-.76a1.43 1.43 0 0 1-.862-.861z",
9
9
  clipRule: "evenodd"
10
10
  }
11
11
  ) });
12
12
  export {
13
- i as StarsIcon
13
+ e as StarsIcon
14
14
  };
@@ -1,3 +1,4 @@
1
+ "use client";
1
2
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
3
  import { AddIcon as c } from "./AddIcon.js";
3
4
  import x from "clsx";