@vkzstudio/muza-ui 1.0.2 → 1.0.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,5 +1,5 @@
1
- import { jsxs as e, jsx as C } from "react/jsx-runtime";
2
- const i = ({ ...t }) => /* @__PURE__ */ e(
1
+ import { jsxs as t, jsx as C } from "react/jsx-runtime";
2
+ const a = ({ ...r }) => /* @__PURE__ */ t(
3
3
  "svg",
4
4
  {
5
5
  xmlns: "http://www.w3.org/2000/svg",
@@ -7,20 +7,20 @@ const i = ({ ...t }) => /* @__PURE__ */ e(
7
7
  height: "64",
8
8
  viewBox: "0 0 64 64",
9
9
  fill: "none",
10
- ...t,
10
+ ...r,
11
11
  children: [
12
12
  /* @__PURE__ */ C(
13
13
  "path",
14
14
  {
15
15
  d: "M60 32C60 47.464 47.464 60 32 60C16.536 60 4 47.464 4 32C4 16.536 16.536 4 32 4C47.464 4 60 16.536 60 32ZM7.92 32C7.92 45.299 18.701 56.08 32 56.08C45.299 56.08 56.08 45.299 56.08 32C56.08 18.701 45.299 7.92 32 7.92C18.701 7.92 7.92 18.701 7.92 32Z",
16
- fill: "#F1E9F8"
16
+ className: "fill-surface-brand-brand-tertiary"
17
17
  }
18
18
  ),
19
19
  /* @__PURE__ */ C(
20
20
  "path",
21
21
  {
22
22
  d: "M58.04 32C59.1225 32 60.0071 32.8786 59.9314 33.9585C59.6537 37.9197 58.5358 41.7845 56.6436 45.2927C54.4405 49.3769 51.2569 52.8496 47.379 55.3985C43.501 57.9473 39.0504 59.4923 34.4273 59.8946C29.8042 60.2969 25.1536 59.5438 20.8937 57.7031C16.6338 55.8624 12.8982 52.9918 10.0228 49.3495C7.14743 45.7071 5.2224 41.4072 4.42085 36.8364C3.6193 32.2655 3.96636 27.5672 5.43083 23.1637C6.68871 19.3815 8.73708 15.9188 11.4314 13.0017C12.1659 12.2065 13.412 12.2486 14.1539 13.0369C14.8958 13.8252 14.8514 15.0606 14.126 15.8641C11.9 18.3299 10.2033 21.2352 9.15052 24.4008C7.89107 28.1878 7.5926 32.2284 8.28193 36.1593C8.97126 40.0902 10.6268 43.7881 13.0996 46.9205C15.5725 50.053 18.7851 52.5217 22.4486 54.1047C26.1121 55.6877 30.1116 56.3353 34.0875 55.9893C38.0634 55.6434 41.8909 54.3147 45.2259 52.1227C48.5609 49.9307 51.2988 46.9442 53.1935 43.4317C54.7772 40.4955 55.7302 37.2688 56.0003 33.9579C56.0883 32.879 56.9575 32 58.04 32Z",
23
- fill: "#5F1EB4",
23
+ className: "fill-surface-brand-primary",
24
24
  children: /* @__PURE__ */ C(
25
25
  "animateTransform",
26
26
  {
@@ -39,5 +39,5 @@ const i = ({ ...t }) => /* @__PURE__ */ e(
39
39
  }
40
40
  );
41
41
  export {
42
- i as Loader
42
+ a as Loader
43
43
  };