@vkzstudio/muza-ui 1.0.47 → 1.0.48
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/components/Accordion/Accordion.d.ts +112 -18
- package/dist/components/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.js +208 -110
- package/dist/components/Accordion/Accordion.stories.d.ts +3 -0
- package/dist/components/Accordion/Accordion.stories.d.ts.map +1 -1
- package/dist/components/Alert/Alert.js +4 -4
- package/dist/components/ButtonArrow/ButtonArrow.stories.d.ts.map +1 -1
- package/dist/components/CardCheckboxAmount/CardCheckboxAmount.d.ts +111 -0
- package/dist/components/CardCheckboxAmount/CardCheckboxAmount.d.ts.map +1 -0
- package/dist/components/CardCheckboxAmount/CardCheckboxAmount.js +115 -0
- package/dist/components/CardCheckboxAmount/CardCheckboxAmount.stories.d.ts +13 -0
- package/dist/components/CardCheckboxAmount/CardCheckboxAmount.stories.d.ts.map +1 -0
- package/dist/components/CardCheckboxAmount/index.d.ts +2 -0
- package/dist/components/CardCheckboxAmount/index.d.ts.map +1 -0
- package/dist/components/Chip/Chip.d.ts.map +1 -1
- package/dist/components/Chip/Chip.js +6 -2
- package/dist/components/Chip/Chip.stories.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/components/DatePicker/DatePicker.js +10 -2
- package/dist/components/DatePicker/DatePicker.stories.d.ts.map +1 -1
- package/dist/components/DatePickerButton/DatePickerButton.d.ts +97 -0
- package/dist/components/DatePickerButton/DatePickerButton.d.ts.map +1 -0
- package/dist/components/DatePickerButton/DatePickerButton.js +329 -0
- package/dist/components/DatePickerButton/DatePickerButton.stories.d.ts +15 -0
- package/dist/components/DatePickerButton/DatePickerButton.stories.d.ts.map +1 -0
- package/dist/components/DatePickerButton/index.d.ts +2 -0
- package/dist/components/DatePickerButton/index.d.ts.map +1 -0
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Icons/CustomLogos.d.ts +18 -2
- package/dist/components/Icons/CustomLogos.d.ts.map +1 -1
- package/dist/components/Icons/CustomLogos.js +103 -97
- package/dist/components/Icons/LogosAndBadges.stories.d.ts +1 -0
- package/dist/components/Icons/LogosAndBadges.stories.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts +26 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.d.ts.map +1 -1
- package/dist/components/LanguageSwitcher/LanguageSwitcher.js +86 -44
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts +1 -0
- package/dist/components/LanguageSwitcher/LanguageSwitcher.stories.d.ts.map +1 -1
- package/dist/components/Popover/Popover.d.ts +8 -1
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/Popover/Popover.js +7 -6
- package/dist/components/SegmentedControl/SegmentedControl.stories.d.ts.map +1 -1
- package/dist/components/SegmentedIconControl/SegmentedIconControl.stories.d.ts.map +1 -1
- package/dist/components/TextEditor/TextEditor.d.ts.map +1 -1
- package/dist/components/TextEditor/TextEditor.js +12 -9
- package/dist/components/TextEditor/TextEditor.stories.d.ts.map +1 -1
- package/dist/components/Toggle/Toggle.stories.d.ts.map +1 -1
- package/dist/components/ToggleCheckButton/ToggleCheckButton.stories.d.ts.map +1 -1
- package/dist/components/ToggleGroup/ToggleGroup.stories.d.ts.map +1 -1
- package/dist/components/Typography/Typography.d.ts +10 -1
- package/dist/components/Typography/Typography.d.ts.map +1 -1
- package/dist/components/Typography/Typography.js +82 -67
- package/dist/components/Typography/Typography.stories.d.ts +1 -0
- package/dist/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/components/TypographyLink/TypographyLink.d.ts +72 -0
- package/dist/components/TypographyLink/TypographyLink.d.ts.map +1 -0
- package/dist/components/TypographyLink/TypographyLink.js +103 -0
- package/dist/components/TypographyLink/TypographyLink.stories.d.ts +12 -0
- package/dist/components/TypographyLink/TypographyLink.stories.d.ts.map +1 -0
- package/dist/components/TypographyLink/index.d.ts +2 -0
- package/dist/components/TypographyLink/index.d.ts.map +1 -0
- package/dist/components/UniversalFooter/UniversalFooter.d.ts +198 -0
- package/dist/components/UniversalFooter/UniversalFooter.d.ts.map +1 -0
- package/dist/components/UniversalFooter/UniversalFooter.js +401 -0
- package/dist/components/UniversalFooter/UniversalFooter.stories.d.ts +19 -0
- package/dist/components/UniversalFooter/UniversalFooter.stories.d.ts.map +1 -0
- package/dist/components/UniversalFooter/index.d.ts +2 -0
- package/dist/components/UniversalFooter/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +4 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/index.js +353 -322
- package/dist/muza-ui.css +1 -1
- package/dist/styles/primitives.css +2 -0
- package/dist/styles/token-colors.css +51 -43
- package/dist/styles/token-sizes.css +40 -0
- package/dist/translations/index.d.ts +1 -1
- package/dist/translations/index.d.ts.map +1 -1
- package/dist/translations/locales/cs.d.ts.map +1 -1
- package/dist/translations/locales/cs.js +6 -1
- package/dist/translations/locales/en.d.ts.map +1 -1
- package/dist/translations/locales/en.js +6 -1
- package/dist/translations/locales/sk.d.ts.map +1 -1
- package/dist/translations/locales/sk.js +6 -1
- package/dist/translations/types.d.ts +12 -0
- package/dist/translations/types.d.ts.map +1 -1
- package/package.json +171 -169
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { jsxs as
|
|
1
|
+
import { jsxs as r, jsx as C } from "react/jsx-runtime";
|
|
2
2
|
import * as i from "react";
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
import { cn as H } from "../../utils/cn.js";
|
|
4
|
+
const e = (l) => l ? "text-text-invert-def" : "text-text-dark-primary-def", h = i.forwardRef(
|
|
5
|
+
({ light: l, className: t, ...V }, o) => /* @__PURE__ */ r(
|
|
5
6
|
"svg",
|
|
6
7
|
{
|
|
7
8
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -9,57 +10,58 @@ const h = i.forwardRef(
|
|
|
9
10
|
height: "34",
|
|
10
11
|
viewBox: "0 0 132 34",
|
|
11
12
|
fill: "none",
|
|
12
|
-
ref:
|
|
13
|
+
ref: o,
|
|
14
|
+
className: H(e(l), t),
|
|
13
15
|
...V,
|
|
14
16
|
children: [
|
|
15
|
-
/* @__PURE__ */
|
|
17
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_8762_1572)", children: [
|
|
16
18
|
/* @__PURE__ */ C(
|
|
17
19
|
"path",
|
|
18
20
|
{
|
|
19
21
|
d: "M128.197 13.6V15.623C126.616 14.144 124.508 13.243 122.179 13.243C117.3 13.243 113.322 17.221 113.322 22.1C113.322 26.979 117.3 30.957 122.179 30.957C124.508 30.957 126.616 30.056 128.197 28.577V30.6H131.036V13.6H128.197ZM122.179 28.118C118.864 28.118 116.161 25.415 116.161 22.1C116.161 18.785 118.864 16.082 122.179 16.082C125.494 16.082 128.197 18.785 128.197 22.1C128.197 25.415 125.494 28.118 122.179 28.118Z",
|
|
20
|
-
fill: "
|
|
22
|
+
fill: "currentColor"
|
|
21
23
|
}
|
|
22
24
|
),
|
|
23
25
|
/* @__PURE__ */ C(
|
|
24
26
|
"path",
|
|
25
27
|
{
|
|
26
28
|
d: "M88.23 22.457C88.23 25.585 85.68 28.118 82.569 28.118C79.458 28.118 76.908 25.568 76.908 22.457V17.629H74.069V22.457C74.069 27.149 77.877 30.957 82.569 30.957C87.261 30.957 91.069 27.149 91.069 22.457V14.688H88.23V22.457Z",
|
|
27
|
-
fill: "
|
|
29
|
+
fill: "currentColor"
|
|
28
30
|
}
|
|
29
31
|
),
|
|
30
32
|
/* @__PURE__ */ C(
|
|
31
33
|
"path",
|
|
32
34
|
{
|
|
33
35
|
d: "M61.761 13.243C58.803 13.243 56.202 14.756 54.672 17.051C53.142 14.756 50.541 13.243 47.583 13.243C45.407 13.243 43.418 14.076 41.922 15.419V13.6H39.1V30.6H41.939V21.743C41.939 18.615 44.489 16.082 47.6 16.082C50.711 16.082 53.261 18.632 53.261 21.743V30.6H56.1V21.743C56.1 18.615 58.65 16.082 61.761 16.082C64.889 16.082 67.422 18.632 67.422 21.743V30.6H70.261V21.743C70.261 17.051 66.453 13.243 61.761 13.243Z",
|
|
34
|
-
fill: "
|
|
36
|
+
fill: "currentColor"
|
|
35
37
|
}
|
|
36
38
|
),
|
|
37
39
|
/* @__PURE__ */ C(
|
|
38
40
|
"path",
|
|
39
41
|
{
|
|
40
42
|
d: "M90.6448 8.49819L74.0036 11.4351L74.497 14.2309L91.1382 11.294L90.6448 8.49819Z",
|
|
41
|
-
fill: "
|
|
43
|
+
fill: "currentColor"
|
|
42
44
|
}
|
|
43
45
|
),
|
|
44
46
|
/* @__PURE__ */ C(
|
|
45
47
|
"path",
|
|
46
48
|
{
|
|
47
49
|
d: "M108.715 13.6H94.843V16.439H108.222C107.882 17.153 107.304 17.799 106.539 18.258L97.75 23.528C95.642 24.803 94.367 26.911 94.367 29.189V30.6H95.778H97.41H110.891V27.761H97.512C97.852 27.047 98.43 26.401 99.195 25.942L107.984 20.672C110.092 19.397 111.367 17.289 111.367 15.011V13.6H109.956H108.715Z",
|
|
48
|
-
fill: "
|
|
50
|
+
fill: "currentColor"
|
|
49
51
|
}
|
|
50
52
|
),
|
|
51
53
|
/* @__PURE__ */ C(
|
|
52
54
|
"path",
|
|
53
55
|
{
|
|
54
56
|
d: "M30.362 15.912L23.358 17.153C25.483 16.541 27.506 15.555 29.359 14.246L25.857 9.29901C22.78 11.492 19.04 12.325 15.317 11.679C11.594 11.016 8.364 8.95901 6.222 5.84801L1.241 9.26501C4.318 13.719 8.942 16.694 14.263 17.629C15.436 17.833 16.626 17.935 17.799 17.935C18.224 17.935 18.649 17.918 19.091 17.884L0 21.267C1.479 29.648 9.469 35.258 17.867 33.779C26.248 32.283 31.841 24.293 30.362 15.912Z",
|
|
55
|
-
fill: "
|
|
57
|
+
fill: "currentColor"
|
|
56
58
|
}
|
|
57
59
|
),
|
|
58
60
|
/* @__PURE__ */ C(
|
|
59
61
|
"path",
|
|
60
62
|
{
|
|
61
63
|
d: "M13.532 8.5C15.8792 8.5 17.782 6.59721 17.782 4.25C17.782 1.90279 15.8792 0 13.532 0C11.1848 0 9.28198 1.90279 9.28198 4.25C9.28198 6.59721 11.1848 8.5 13.532 8.5Z",
|
|
62
|
-
fill: "
|
|
64
|
+
fill: "currentColor"
|
|
63
65
|
}
|
|
64
66
|
)
|
|
65
67
|
] }),
|
|
@@ -69,8 +71,8 @@ const h = i.forwardRef(
|
|
|
69
71
|
)
|
|
70
72
|
);
|
|
71
73
|
h.displayName = "LogoMuza";
|
|
72
|
-
const
|
|
73
|
-
(V,
|
|
74
|
+
const a = i.forwardRef(
|
|
75
|
+
({ light: l, className: t, ...V }, o) => /* @__PURE__ */ r(
|
|
74
76
|
"svg",
|
|
75
77
|
{
|
|
76
78
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -78,78 +80,79 @@ const t = i.forwardRef(
|
|
|
78
80
|
height: "38",
|
|
79
81
|
viewBox: "0 0 195 38",
|
|
80
82
|
fill: "none",
|
|
81
|
-
ref:
|
|
83
|
+
ref: o,
|
|
84
|
+
className: H(e(l), t),
|
|
82
85
|
...V,
|
|
83
86
|
children: [
|
|
84
|
-
/* @__PURE__ */
|
|
87
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_8721_3504)", children: [
|
|
85
88
|
/* @__PURE__ */ C(
|
|
86
89
|
"path",
|
|
87
90
|
{
|
|
88
91
|
d: "M30.6107 16.0444L23.456 17.3082C25.6196 16.687 27.6974 15.7017 29.6039 14.3521L26.0694 9.36101C22.9634 11.5674 19.1932 12.4242 15.4446 11.7602C11.6959 11.0961 8.43986 9.01828 6.27633 5.86938L1.24238 9.33959C4.34843 13.838 8.99681 16.8156 14.3735 17.7581C15.5517 17.9723 16.7512 18.0794 17.9294 18.0794C19.1076 18.0794 18.8291 18.058 19.2575 18.0366L-4.57764e-05 21.4211C1.49943 29.8824 9.55376 35.5162 17.9937 34.0167C26.455 32.5172 32.0887 24.4629 30.5893 16.023L30.6107 16.0444Z",
|
|
89
|
-
fill: "
|
|
92
|
+
fill: "currentColor"
|
|
90
93
|
}
|
|
91
94
|
),
|
|
92
95
|
/* @__PURE__ */ C(
|
|
93
96
|
"path",
|
|
94
97
|
{
|
|
95
98
|
d: "M13.6238 8.56843C15.9899 8.56843 17.908 6.65032 17.908 4.28422C17.908 1.91811 15.9899 0 13.6238 0C11.2576 0 9.33954 1.91811 9.33954 4.28422C9.33954 6.65032 11.2576 8.56843 13.6238 8.56843Z",
|
|
96
|
-
fill: "
|
|
99
|
+
fill: "currentColor"
|
|
97
100
|
}
|
|
98
101
|
),
|
|
99
102
|
/* @__PURE__ */ C(
|
|
100
103
|
"path",
|
|
101
104
|
{
|
|
102
105
|
d: "M129.233 15.7659C127.648 14.2879 125.506 13.3667 123.171 13.3667C118.244 13.3667 114.239 17.3725 114.239 22.2993C114.239 27.2262 118.244 31.2319 123.171 31.2319C128.098 31.2319 127.648 30.3108 129.233 28.8328V30.8678H132.082V13.7309H129.233V15.7659ZM123.15 28.3401C119.808 28.3401 117.088 25.6196 117.088 22.2779C117.088 18.9362 119.808 16.2157 123.15 16.2157C126.491 16.2157 129.212 18.9362 129.212 22.2779C129.212 25.6196 126.491 28.3401 123.15 28.3401Z",
|
|
103
|
-
fill: "
|
|
106
|
+
fill: "currentColor"
|
|
104
107
|
}
|
|
105
108
|
),
|
|
106
109
|
/* @__PURE__ */ C(
|
|
107
110
|
"path",
|
|
108
111
|
{
|
|
109
112
|
d: "M88.9402 22.6421C88.9402 25.791 86.3697 28.3615 83.2208 28.3615C80.0719 28.3615 77.5014 25.791 77.5014 22.6421V17.7795H74.6524V22.6421C74.6524 27.3761 78.4868 31.2105 83.2208 31.2105C87.9549 31.2105 91.7892 27.3761 91.7892 22.6421V14.8234H88.9402V22.6421Z",
|
|
110
|
-
fill: "
|
|
113
|
+
fill: "currentColor"
|
|
111
114
|
}
|
|
112
115
|
),
|
|
113
116
|
/* @__PURE__ */ C(
|
|
114
117
|
"path",
|
|
115
118
|
{
|
|
116
119
|
d: "M62.271 13.3453C59.2935 13.3453 56.6587 14.8662 55.1378 17.1797C53.5955 14.8662 50.9821 13.3453 48.0046 13.3453C45.027 13.3453 43.806 14.1807 42.2851 15.5517V13.7095H39.4361V30.8463H42.2851V21.9138C42.2851 18.7649 44.8557 16.1943 48.0046 16.1943C51.1535 16.1943 53.724 18.7649 53.724 21.9138V30.8463H56.573V21.9138C56.573 18.7649 59.1435 16.1943 62.2924 16.1943C65.4413 16.1943 68.0118 18.7649 68.0118 21.9138V30.8463H70.8608V21.9138C70.8608 17.1797 67.0265 13.3453 62.2924 13.3453H62.271Z",
|
|
117
|
-
fill: "
|
|
120
|
+
fill: "currentColor"
|
|
118
121
|
}
|
|
119
122
|
),
|
|
120
123
|
/* @__PURE__ */ C(
|
|
121
124
|
"path",
|
|
122
125
|
{
|
|
123
126
|
d: "M91.3822 8.56842L74.6095 11.5245L75.1022 14.3307L91.8749 11.3746L91.3822 8.56842Z",
|
|
124
|
-
fill: "
|
|
127
|
+
fill: "currentColor"
|
|
125
128
|
}
|
|
126
129
|
),
|
|
127
130
|
/* @__PURE__ */ C(
|
|
128
131
|
"path",
|
|
129
132
|
{
|
|
130
133
|
d: "M109.59 13.7095H95.6022V16.5585H109.076C108.733 17.2868 108.155 17.9294 107.384 18.3793L98.5155 23.6917C96.3948 24.977 95.1095 27.0977 95.1095 29.3897V30.8249H111.775V27.9759H98.3013C98.644 27.2476 99.2224 26.6264 99.9935 26.1551L108.862 20.8427C110.983 19.5574 112.268 17.4367 112.268 15.1447V13.7095H109.59Z",
|
|
131
|
-
fill: "
|
|
134
|
+
fill: "currentColor"
|
|
132
135
|
}
|
|
133
136
|
),
|
|
134
137
|
/* @__PURE__ */ C(
|
|
135
138
|
"path",
|
|
136
139
|
{
|
|
137
140
|
d: "M145.578 7.326H136.367V30.8464H141.058V23.9702H145.556C151.126 23.9702 155.153 20.4785 155.153 15.6588C155.153 10.8391 151.126 7.34742 145.599 7.34742L145.578 7.326ZM141.058 11.4817H144.956C148.127 11.4817 150.333 13.1954 150.333 15.6588C150.333 16.6442 149.969 17.5224 149.283 18.2508C148.298 19.2361 146.734 19.8145 144.956 19.8145H141.058V11.5031V11.4817Z",
|
|
138
|
-
fill: "
|
|
141
|
+
fill: "currentColor"
|
|
139
142
|
}
|
|
140
143
|
),
|
|
141
144
|
/* @__PURE__ */ C(
|
|
142
145
|
"path",
|
|
143
146
|
{
|
|
144
147
|
d: "M169.998 15.2518C168.541 13.8166 166.635 13.0454 164.492 13.0454C159.501 13.0454 155.881 16.9227 155.881 22.2565C155.881 27.5904 159.501 31.4676 164.492 31.4676C169.484 31.4676 168.562 30.6964 169.998 29.2612V30.8249H174.475V13.6881H169.998V15.2518ZM165.178 27.3976C162.372 27.3976 160.337 25.234 160.337 22.2779C160.337 19.3218 162.372 17.1583 165.178 17.1583C167.984 17.1583 169.998 19.279 169.998 22.2779C169.998 25.2769 168.027 27.3976 165.178 27.3976Z",
|
|
145
|
-
fill: "
|
|
148
|
+
fill: "currentColor"
|
|
146
149
|
}
|
|
147
150
|
),
|
|
148
151
|
/* @__PURE__ */ C(
|
|
149
152
|
"path",
|
|
150
153
|
{
|
|
151
154
|
d: "M189.684 13.6881L185.614 24.7628L180.922 13.6881H176.038L183.557 30.4179C183.514 30.5465 183.45 30.6536 183.407 30.7821C182.572 32.8599 181.951 34.1452 180.366 34.1452C178.78 34.1452 179.123 33.9953 178.395 33.7382L177.731 33.5026V37.3369L178.031 37.4655C178.887 37.8296 180.023 38.0438 181.051 38.0438C184.8 38.0438 186.321 34.8093 187.777 30.9106L194.375 13.6881H189.684Z",
|
|
152
|
-
fill: "
|
|
155
|
+
fill: "currentColor"
|
|
153
156
|
}
|
|
154
157
|
)
|
|
155
158
|
] }),
|
|
@@ -158,9 +161,9 @@ const t = i.forwardRef(
|
|
|
158
161
|
}
|
|
159
162
|
)
|
|
160
163
|
);
|
|
161
|
-
|
|
162
|
-
const
|
|
163
|
-
(V,
|
|
164
|
+
a.displayName = "LogoMuzaPay";
|
|
165
|
+
const c = i.forwardRef(
|
|
166
|
+
({ light: l, className: t, ...V }, o) => /* @__PURE__ */ r(
|
|
164
167
|
"svg",
|
|
165
168
|
{
|
|
166
169
|
width: "246",
|
|
@@ -168,99 +171,100 @@ const d = i.forwardRef(
|
|
|
168
171
|
viewBox: "0 0 246 38",
|
|
169
172
|
fill: "none",
|
|
170
173
|
xmlns: "http://www.w3.org/2000/svg",
|
|
171
|
-
ref:
|
|
174
|
+
ref: o,
|
|
175
|
+
className: H(e(l), t),
|
|
172
176
|
...V,
|
|
173
177
|
children: [
|
|
174
|
-
/* @__PURE__ */
|
|
178
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_7536_6354)", children: [
|
|
175
179
|
/* @__PURE__ */ C(
|
|
176
180
|
"path",
|
|
177
181
|
{
|
|
178
182
|
d: "M129.589 16.6245C128.008 15.1518 125.896 14.2444 123.571 14.2444C118.687 14.2444 114.719 18.2163 114.719 23.0956C114.719 27.9749 118.691 31.9467 123.571 31.9467C125.893 31.9467 128.008 31.0393 129.589 29.5666V31.5961H132.422V14.595H129.589V16.6245ZM123.564 29.1182C120.245 29.1182 117.546 26.415 117.546 23.0998C117.546 19.7846 120.249 17.0814 123.564 17.0814C126.879 17.0814 129.583 19.7846 129.583 23.0998C129.583 26.415 126.879 29.1182 123.564 29.1182Z",
|
|
179
|
-
fill: "
|
|
183
|
+
fill: "currentColor"
|
|
180
184
|
}
|
|
181
185
|
),
|
|
182
186
|
/* @__PURE__ */ C(
|
|
183
187
|
"path",
|
|
184
188
|
{
|
|
185
189
|
d: "M89.6259 23.4523C89.6259 26.5742 87.0821 29.1201 83.9581 29.1201C80.8342 29.1201 78.2925 26.5763 78.2925 23.4523V18.624H75.4597V23.4523C75.4597 28.1383 79.2743 31.9529 83.9602 31.9529C88.6462 31.9529 92.4608 28.1383 92.4608 23.4523V15.6892H89.628V23.4523H89.6259Z",
|
|
186
|
-
fill: "
|
|
190
|
+
fill: "currentColor"
|
|
187
191
|
}
|
|
188
192
|
),
|
|
189
193
|
/* @__PURE__ */ C(
|
|
190
194
|
"path",
|
|
191
195
|
{
|
|
192
196
|
d: "M63.1594 14.2444C60.2075 14.2444 57.6 15.7639 56.0763 18.059C54.5526 15.7639 51.945 14.2444 48.9932 14.2444C46.8171 14.2444 44.8343 15.0774 43.3276 16.4269V14.5972H40.4948V31.5961H43.3276V22.7449C43.3276 19.6231 45.8714 17.0793 48.9932 17.0793C52.115 17.0793 54.6588 19.6231 54.6588 22.7449V31.5961H57.4916V22.7449C57.4916 19.6231 60.0354 17.0793 63.1572 17.0793C66.279 17.0793 68.8228 19.6231 68.8228 22.7449V31.5961H71.6556V22.7449C71.6556 18.059 67.841 14.2444 63.1551 14.2444H63.1594Z",
|
|
193
|
-
fill: "
|
|
197
|
+
fill: "currentColor"
|
|
194
198
|
}
|
|
195
199
|
),
|
|
196
200
|
/* @__PURE__ */ C(
|
|
197
201
|
"path",
|
|
198
202
|
{
|
|
199
203
|
d: "M92.0294 9.50101L75.3939 12.4379L75.8869 15.2282L92.5224 12.2913L92.0294 9.50101Z",
|
|
200
|
-
fill: "
|
|
204
|
+
fill: "currentColor"
|
|
201
205
|
}
|
|
202
206
|
),
|
|
203
207
|
/* @__PURE__ */ C(
|
|
204
208
|
"path",
|
|
205
209
|
{
|
|
206
210
|
d: "M110.11 14.6014H96.2392V17.4342H109.613C109.279 18.1546 108.701 18.7879 107.93 19.2469L99.14 24.5215C97.0255 25.7902 95.7632 27.9047 95.7632 30.1829V31.6003H112.292V28.7675H98.919C99.2527 28.0535 99.8307 27.4138 100.602 26.9548L109.392 21.6781C111.506 20.4094 112.768 18.2949 112.768 16.0167V14.5993H110.11V14.6014Z",
|
|
207
|
-
fill: "
|
|
211
|
+
fill: "currentColor"
|
|
208
212
|
}
|
|
209
213
|
),
|
|
210
214
|
/* @__PURE__ */ C(
|
|
211
215
|
"path",
|
|
212
216
|
{
|
|
213
217
|
d: "M24.6457 18.1567C26.7985 17.5383 28.862 16.565 30.7427 15.2283L27.2362 10.2873C24.1548 12.4741 20.4146 13.3178 16.6977 12.6611C12.9808 12.0045 9.75064 9.9367 7.61063 6.82551L2.62295 10.2703C5.70014 14.7246 10.3223 17.6934 15.6479 18.6285C16.8273 18.8389 18.0047 18.9409 19.1777 18.9409C19.6198 18.9409 20.0618 18.9175 20.4974 18.8899L1.38824 22.2582C2.86734 30.644 10.8621 36.2416 19.2479 34.7625C27.6336 33.2834 33.2312 25.2887 31.7521 16.9029L24.6584 18.1546H24.6478L24.6457 18.1567Z",
|
|
214
|
-
fill: "
|
|
218
|
+
fill: "currentColor"
|
|
215
219
|
}
|
|
216
220
|
),
|
|
217
221
|
/* @__PURE__ */ C(
|
|
218
222
|
"path",
|
|
219
223
|
{
|
|
220
224
|
d: "M14.9084 9.49889C17.2546 9.49889 19.1587 7.5969 19.1587 5.24863C19.1587 2.90036 17.2546 1.00049 14.9084 1.00049C12.5623 1.00049 10.6581 2.90248 10.6581 5.25075C10.6581 7.59903 12.5601 9.50102 14.9084 9.50102V9.49889Z",
|
|
221
|
-
fill: "
|
|
225
|
+
fill: "currentColor"
|
|
222
226
|
}
|
|
223
227
|
),
|
|
224
228
|
/* @__PURE__ */ C(
|
|
225
229
|
"path",
|
|
226
230
|
{
|
|
227
231
|
d: "M149.65 25.0504L142.765 8.30652H136.674V31.6086H141.417V16.0144L147.899 31.6086H151.456L157.94 15.9867V31.6086H162.684V8.30439H156.591L149.65 25.0483V25.0504Z",
|
|
228
|
-
fill: "
|
|
232
|
+
fill: "currentColor"
|
|
229
233
|
}
|
|
230
234
|
),
|
|
231
235
|
/* @__PURE__ */ C(
|
|
232
236
|
"path",
|
|
233
237
|
{
|
|
234
238
|
d: "M179.744 16.1528C178.306 14.7353 176.412 13.9767 174.287 13.9767C169.346 13.9767 165.759 17.8189 165.759 23.1062C165.759 28.3936 169.346 32.2358 174.287 32.2358C176.412 32.2358 178.31 31.4708 179.744 30.0597V31.6068H184.171V14.6078H179.744V16.1549V16.1528ZM174.944 28.1832C172.162 28.1832 170.143 26.0474 170.143 23.0999C170.143 20.1523 172.16 18.0165 174.944 18.0165C177.727 18.0165 179.708 20.1077 179.708 23.0999C179.708 26.092 177.747 28.1832 174.944 28.1832Z",
|
|
235
|
-
fill: "
|
|
239
|
+
fill: "currentColor"
|
|
236
240
|
}
|
|
237
241
|
),
|
|
238
242
|
/* @__PURE__ */ C(
|
|
239
243
|
"path",
|
|
240
244
|
{
|
|
241
245
|
d: "M195.549 14.0402C194.08 14.0402 192.733 14.6288 191.696 15.6893V14.6076H187.395V31.6065H191.819V22.3537C191.819 19.7462 193.139 17.995 195.107 17.995C195.691 17.995 196.603 18.114 197.402 18.4604L198.093 18.7558V14.6012L197.763 14.4822C196.975 14.1932 196.205 14.0402 195.547 14.0402H195.549Z",
|
|
242
|
-
fill: "
|
|
246
|
+
fill: "currentColor"
|
|
243
247
|
}
|
|
244
248
|
),
|
|
245
249
|
/* @__PURE__ */ C(
|
|
246
250
|
"path",
|
|
247
251
|
{
|
|
248
252
|
d: "M215.591 14.6056H209.804L204.364 20.0735V7.35887H199.933V31.6066H204.364V25.108L210.097 31.6066H215.782L207.639 22.5238L215.589 14.6077L215.591 14.6056Z",
|
|
249
|
-
fill: "
|
|
253
|
+
fill: "currentColor"
|
|
250
254
|
}
|
|
251
255
|
),
|
|
252
256
|
/* @__PURE__ */ C(
|
|
253
257
|
"path",
|
|
254
258
|
{
|
|
255
259
|
d: "M244.831 28.0809C244.291 28.2509 243.577 28.3423 243.181 28.3423C242.049 28.3423 241.345 27.5879 241.345 26.3808V18.2777H245.249V14.6054H241.345V10.7292H237.605L237.163 14.6054H234.466V18.2777H236.925V26.6018C236.925 29.968 239.023 32.2334 242.144 32.2334C243.141 32.2334 244.321 32.0464 245.141 31.7638L245.477 31.6511V27.8833L244.831 28.0873V28.0809Z",
|
|
256
|
-
fill: "
|
|
260
|
+
fill: "currentColor"
|
|
257
261
|
}
|
|
258
262
|
),
|
|
259
263
|
/* @__PURE__ */ C(
|
|
260
264
|
"path",
|
|
261
265
|
{
|
|
262
266
|
d: "M228.055 26.2131C227.343 27.4946 225.747 28.3765 224.034 28.3765C221.841 28.3765 220.158 26.9314 219.62 24.6427L232.964 24.6703L233.004 24.2176C233.049 23.7012 233.066 23.2762 233.066 22.9489C233.066 17.753 229.283 13.9809 224.066 13.9787C218.815 13.9787 215.002 17.736 215.002 22.9192C215.002 28.1024 218.827 32.2336 224.096 32.2336C227.783 32.2336 231.145 30.0256 232.292 26.9272L228.055 26.2131ZM223.972 17.8359C226.149 17.8359 227.866 19.1386 228.403 21.1277H219.678C220.249 19.1109 221.881 17.8359 223.972 17.8359Z",
|
|
263
|
-
fill: "
|
|
267
|
+
fill: "currentColor"
|
|
264
268
|
}
|
|
265
269
|
)
|
|
266
270
|
] }),
|
|
@@ -277,9 +281,9 @@ const d = i.forwardRef(
|
|
|
277
281
|
}
|
|
278
282
|
)
|
|
279
283
|
);
|
|
280
|
-
|
|
281
|
-
const
|
|
282
|
-
(V,
|
|
284
|
+
c.displayName = "LogoMuzaMarket";
|
|
285
|
+
const d = i.forwardRef(
|
|
286
|
+
({ light: l, className: t, ...V }, o) => /* @__PURE__ */ r(
|
|
283
287
|
"svg",
|
|
284
288
|
{
|
|
285
289
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -287,211 +291,212 @@ const a = i.forwardRef(
|
|
|
287
291
|
height: "48",
|
|
288
292
|
viewBox: "0 0 188 48",
|
|
289
293
|
fill: "none",
|
|
290
|
-
ref:
|
|
294
|
+
ref: o,
|
|
295
|
+
className: H(e(l), t),
|
|
291
296
|
...V,
|
|
292
297
|
children: [
|
|
293
|
-
/* @__PURE__ */
|
|
298
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_8096_122)", children: [
|
|
294
299
|
/* @__PURE__ */ C(
|
|
295
300
|
"path",
|
|
296
301
|
{
|
|
297
302
|
d: "M29.6038 15.5166L22.6845 16.7389C24.7768 16.1381 26.7863 15.1851 28.6301 13.88L25.2119 9.05308C22.208 11.1869 18.5619 12.0155 14.9365 11.3733C11.3111 10.7311 8.16225 8.72162 6.06989 5.6763L1.20152 9.03236C4.20541 13.3828 8.70088 16.2624 13.9007 17.1739C15.0401 17.3811 16.2002 17.4847 17.3396 17.4847C18.479 17.4847 18.2097 17.464 18.6241 17.4432L-3.05176e-05 20.7164C1.45012 28.8994 9.2395 34.3479 17.4018 32.8977C25.5848 31.4476 31.0332 23.6582 29.5831 15.4959L29.6038 15.5166Z",
|
|
298
|
-
fill: "
|
|
303
|
+
fill: "currentColor"
|
|
299
304
|
}
|
|
300
305
|
),
|
|
301
306
|
/* @__PURE__ */ C(
|
|
302
307
|
"path",
|
|
303
308
|
{
|
|
304
309
|
d: "M13.1756 8.28658C15.4639 8.28658 17.3189 6.43156 17.3189 4.14329C17.3189 1.85501 15.4639 0 13.1756 0C10.8873 0 9.03232 1.85501 9.03232 4.14329C9.03232 6.43156 10.8873 8.28658 13.1756 8.28658Z",
|
|
305
|
-
fill: "
|
|
310
|
+
fill: "currentColor"
|
|
306
311
|
}
|
|
307
312
|
),
|
|
308
313
|
/* @__PURE__ */ C(
|
|
309
314
|
"path",
|
|
310
315
|
{
|
|
311
316
|
d: "M124.982 15.2473C123.449 13.8179 121.378 12.9271 119.119 12.9271C114.355 12.9271 110.481 16.801 110.481 21.5658C110.481 26.3306 114.355 30.2046 119.119 30.2046C123.884 30.2046 123.449 29.3138 124.982 27.8843V29.8524H127.737V13.2792H124.982V15.2473ZM119.099 27.4079C115.867 27.4079 113.236 24.7769 113.236 21.5451C113.236 18.3133 115.867 15.6823 119.099 15.6823C122.33 15.6823 124.961 18.3133 124.961 21.5451C124.961 24.7769 122.33 27.4079 119.099 27.4079Z",
|
|
312
|
-
fill: "
|
|
317
|
+
fill: "currentColor"
|
|
313
318
|
}
|
|
314
319
|
),
|
|
315
320
|
/* @__PURE__ */ C(
|
|
316
321
|
"path",
|
|
317
322
|
{
|
|
318
323
|
d: "M86.0146 21.8973C86.0146 24.9426 83.5286 27.4286 80.4833 27.4286C77.438 27.4286 74.952 24.9426 74.952 21.8973V17.1946H72.1967V21.8973C72.1967 26.4756 75.9049 30.1839 80.4833 30.1839C85.0616 30.1839 88.7699 26.4756 88.7699 21.8973V14.3358H86.0146V21.8973Z",
|
|
319
|
-
fill: "
|
|
324
|
+
fill: "currentColor"
|
|
320
325
|
}
|
|
321
326
|
),
|
|
322
327
|
/* @__PURE__ */ C(
|
|
323
328
|
"path",
|
|
324
329
|
{
|
|
325
330
|
d: "M60.2226 12.9063C57.343 12.9063 54.7949 14.3772 53.324 16.6146C51.8324 14.3772 49.305 12.9063 46.4254 12.9063C43.5458 12.9063 42.365 13.7143 40.8941 15.0401V13.2585H38.1389V29.8317H40.8941V21.1929C40.8941 18.1476 43.3801 15.6616 46.4254 15.6616C49.4707 15.6616 51.9567 18.1476 51.9567 21.1929V29.8317H54.712V21.1929C54.712 18.1476 57.198 15.6616 60.2433 15.6616C63.2886 15.6616 65.7746 18.1476 65.7746 21.1929V29.8317H68.5299V21.1929C68.5299 16.6146 64.8216 12.9063 60.2433 12.9063H60.2226Z",
|
|
326
|
-
fill: "
|
|
331
|
+
fill: "currentColor"
|
|
327
332
|
}
|
|
328
333
|
),
|
|
329
334
|
/* @__PURE__ */ C(
|
|
330
335
|
"path",
|
|
331
336
|
{
|
|
332
337
|
d: "M88.3762 8.28658L72.1553 11.1455L72.6317 13.8593L88.8527 11.0004L88.3762 8.28658Z",
|
|
333
|
-
fill: "
|
|
338
|
+
fill: "currentColor"
|
|
334
339
|
}
|
|
335
340
|
),
|
|
336
341
|
/* @__PURE__ */ C(
|
|
337
342
|
"path",
|
|
338
343
|
{
|
|
339
344
|
d: "M105.985 13.2585H92.4574V16.0138H105.488C105.157 16.7182 104.597 17.3397 103.851 17.7747L95.2748 22.9124C93.2239 24.1554 91.9809 26.2063 91.9809 28.423V29.811H108.098V27.0557H95.0677C95.3991 26.3513 95.9585 25.7505 96.7043 25.2948L105.281 20.1571C107.332 18.9141 108.575 16.8632 108.575 14.6465V13.2585H105.985Z",
|
|
340
|
-
fill: "
|
|
345
|
+
fill: "currentColor"
|
|
341
346
|
}
|
|
342
347
|
),
|
|
343
348
|
/* @__PURE__ */ C(
|
|
344
349
|
"path",
|
|
345
350
|
{
|
|
346
351
|
d: "M140.789 7.08502H131.881V29.8317H136.418V23.1817H140.768C146.154 23.1817 150.049 19.8049 150.049 15.1437C150.049 10.4825 146.154 7.10574 140.81 7.10574L140.789 7.08502ZM136.418 11.104H140.188C143.254 11.104 145.388 12.7613 145.388 15.1437C145.388 16.0967 145.036 16.946 144.373 17.6504C143.42 18.6034 141.908 19.1627 140.188 19.1627H136.418V11.1247V11.104Z",
|
|
347
|
-
fill: "
|
|
352
|
+
fill: "currentColor"
|
|
348
353
|
}
|
|
349
354
|
),
|
|
350
355
|
/* @__PURE__ */ C(
|
|
351
356
|
"path",
|
|
352
357
|
{
|
|
353
358
|
d: "M164.406 14.7501C162.997 13.3621 161.153 12.6163 159.082 12.6163C154.255 12.6163 150.754 16.366 150.754 21.5244C150.754 26.6828 154.255 30.4325 159.082 30.4325C163.908 30.4325 163.018 29.6867 164.406 28.2987V29.811H168.735V13.2378H164.406V14.7501ZM159.744 26.4963C157.031 26.4963 155.063 24.404 155.063 21.5451C155.063 18.6862 157.031 16.5939 159.744 16.5939C162.458 16.5939 164.406 18.6448 164.406 21.5451C164.406 24.4454 162.5 26.4963 159.744 26.4963Z",
|
|
354
|
-
fill: "
|
|
359
|
+
fill: "currentColor"
|
|
355
360
|
}
|
|
356
361
|
),
|
|
357
362
|
/* @__PURE__ */ C(
|
|
358
363
|
"path",
|
|
359
364
|
{
|
|
360
365
|
d: "M183.444 13.2378L179.508 23.9482L174.971 13.2378H170.248L177.519 29.4174C177.478 29.5416 177.416 29.6452 177.374 29.7695C176.566 31.779 175.965 33.022 174.432 33.022C172.899 33.022 173.231 32.877 172.527 32.6284L171.884 32.4005V36.1088L172.174 36.2331C173.003 36.5852 174.101 36.7924 175.095 36.7924C178.721 36.7924 180.192 33.6642 181.6 29.8938L187.981 13.2378H183.444Z",
|
|
361
|
-
fill: "
|
|
366
|
+
fill: "currentColor"
|
|
362
367
|
}
|
|
363
368
|
),
|
|
364
369
|
/* @__PURE__ */ C(
|
|
365
370
|
"path",
|
|
366
371
|
{
|
|
367
372
|
d: "M39.3405 43.2974V45.5762H38.1182V38.0975H41.0185C42.7794 38.0975 44.0224 39.1955 44.0224 40.6871C44.0224 42.1787 42.7587 43.2766 40.9978 43.2766H39.3405V43.2974ZM39.3405 39.1334V42.2201H40.7906C41.93 42.2201 42.7587 41.5779 42.738 40.6871C42.738 39.7756 41.93 39.1334 40.7906 39.1334H39.3405Z",
|
|
368
|
-
fill: "
|
|
373
|
+
fill: "currentColor"
|
|
369
374
|
}
|
|
370
375
|
),
|
|
371
376
|
/* @__PURE__ */ C(
|
|
372
377
|
"path",
|
|
373
378
|
{
|
|
374
379
|
d: "M50.2994 42.883C50.2994 44.5818 49.0979 45.7833 47.3784 45.7833C45.659 45.7833 44.4574 44.5818 44.4574 42.883C44.4574 41.1843 45.659 39.9827 47.3784 39.9827C49.0979 39.9827 50.2994 41.1843 50.2994 42.883ZM49.16 42.883C49.16 41.7851 48.4143 41.0186 47.3784 41.0186C46.3426 41.0186 45.6175 41.8058 45.6175 42.883C45.6175 43.9603 46.3426 44.7475 47.3784 44.7475C48.4143 44.7475 49.16 43.9603 49.16 42.883Z",
|
|
375
|
-
fill: "
|
|
380
|
+
fill: "currentColor"
|
|
376
381
|
}
|
|
377
382
|
),
|
|
378
383
|
/* @__PURE__ */ C(
|
|
379
384
|
"path",
|
|
380
385
|
{
|
|
381
386
|
d: "M51.3353 37.7868H52.4954V42.2823L54.5463 40.2106H56.0172L53.5312 42.6966L56.1208 45.5762H54.6706L52.4954 43.1316V45.5762H51.3353V37.7868Z",
|
|
382
|
-
fill: "
|
|
387
|
+
fill: "currentColor"
|
|
383
388
|
}
|
|
384
389
|
),
|
|
385
390
|
/* @__PURE__ */ C(
|
|
386
391
|
"path",
|
|
387
392
|
{
|
|
388
393
|
d: "M57.9645 37.7868V45.5762H56.8251V37.7868H57.9645Z",
|
|
389
|
-
fill: "
|
|
394
|
+
fill: "currentColor"
|
|
390
395
|
}
|
|
391
396
|
),
|
|
392
397
|
/* @__PURE__ */ C(
|
|
393
398
|
"path",
|
|
394
399
|
{
|
|
395
400
|
d: "M63.6823 40.2106H64.8424V45.5762H63.6823V44.7682C63.2265 45.4104 62.5222 45.7833 61.6935 45.7833C60.1191 45.7833 59.0004 44.5611 59.0004 42.883C59.0004 41.205 60.1191 39.9827 61.6935 39.9827C63.268 39.9827 63.2265 40.3556 63.6823 40.9978V40.1899V40.2106ZM63.6823 42.883C63.6823 41.7851 62.9365 41.0186 61.9214 41.0186C60.9063 41.0186 60.1398 41.8058 60.1398 42.883C60.1398 43.9603 60.8856 44.7475 61.9214 44.7475C62.9572 44.7475 63.6823 43.9603 63.6823 42.883Z",
|
|
396
|
-
fill: "
|
|
401
|
+
fill: "currentColor"
|
|
397
402
|
}
|
|
398
403
|
),
|
|
399
404
|
/* @__PURE__ */ C(
|
|
400
405
|
"path",
|
|
401
406
|
{
|
|
402
407
|
d: "M68.5713 40.0035C69.3793 40.0035 70.0629 40.3556 70.5187 40.9357V37.7868H71.6788V45.5762H70.5601V44.8304C70.1044 45.4312 69.4 45.7833 68.5921 45.7833C67.0383 45.7833 65.8989 44.5611 65.8989 42.883C65.8989 41.205 67.0383 39.9827 68.5921 39.9827L68.5713 40.0035ZM67.0176 42.883C67.0176 43.9603 67.7841 44.7061 68.7992 44.7061C69.8143 44.7061 70.5601 43.9396 70.5601 42.883C70.5601 41.8265 69.8143 41.06 68.7992 41.06C67.7841 41.06 67.0176 41.8265 67.0176 42.883Z",
|
|
403
|
-
fill: "
|
|
408
|
+
fill: "currentColor"
|
|
404
409
|
}
|
|
405
410
|
),
|
|
406
411
|
/* @__PURE__ */ C(
|
|
407
412
|
"path",
|
|
408
413
|
{
|
|
409
414
|
d: "M74.0819 40.2106V40.8943C74.4548 40.3349 75.1177 40.0034 75.8221 40.0034C77.1272 40.0034 77.9973 40.9771 77.9973 42.303V45.5762H76.8579V42.3858C76.8579 41.5986 76.3814 41.0186 75.5735 41.0186C74.7656 41.0186 74.1026 41.64 74.1026 42.4894V45.5762H72.9425V40.2106H74.0819Z",
|
|
410
|
-
fill: "
|
|
415
|
+
fill: "currentColor"
|
|
411
416
|
}
|
|
412
417
|
),
|
|
413
418
|
/* @__PURE__ */ C(
|
|
414
419
|
"path",
|
|
415
420
|
{
|
|
416
421
|
d: "M83.6115 40.2106H84.7716V45.5762H83.6115V44.7682C83.1557 45.4104 82.4514 45.7833 81.6227 45.7833C80.0483 45.7833 78.9296 44.5611 78.9296 42.883C78.9296 41.205 80.0483 39.9827 81.6227 39.9827C83.1972 39.9827 83.1557 40.3556 83.6115 40.9978V40.1899V40.2106ZM83.6115 42.883C83.6115 41.7851 82.8657 41.0186 81.8506 41.0186C80.8355 41.0186 80.069 41.8058 80.069 42.883C80.069 43.9603 80.8148 44.7475 81.8506 44.7475C82.8864 44.7475 83.6115 43.9603 83.6115 42.883Z",
|
|
417
|
-
fill: "
|
|
422
|
+
fill: "currentColor"
|
|
418
423
|
}
|
|
419
424
|
),
|
|
420
425
|
/* @__PURE__ */ C(
|
|
421
426
|
"path",
|
|
422
427
|
{
|
|
423
428
|
d: "M92.1881 45.7833C91.3802 45.7833 90.6965 45.4312 90.2407 44.8511V48H89.0806V40.2106H90.1993V40.9564C90.6551 40.3556 91.3594 40.0034 92.1674 40.0034C93.7211 40.0034 94.8605 41.2257 94.8605 42.9038C94.8605 44.5818 93.7211 45.8041 92.1674 45.8041L92.1881 45.7833ZM93.7418 42.883C93.7418 41.8058 92.9753 41.06 91.9602 41.06C90.9451 41.06 90.1993 41.8265 90.1993 42.883C90.1993 43.9396 90.9451 44.7061 91.9602 44.7061C92.9753 44.7061 93.7418 43.9396 93.7418 42.883Z",
|
|
424
|
-
fill: "
|
|
429
|
+
fill: "currentColor"
|
|
425
430
|
}
|
|
426
431
|
),
|
|
427
432
|
/* @__PURE__ */ C(
|
|
428
433
|
"path",
|
|
429
434
|
{
|
|
430
435
|
d: "M97.015 40.2106V40.8943C97.3465 40.3349 97.8644 40.0242 98.4652 40.0242C99.066 40.0242 98.921 40.0863 99.1488 40.1692V41.1843C98.8588 41.06 98.5273 41.0186 98.3202 41.0186C97.5537 41.0186 97.0565 41.7022 97.0565 42.6552V45.5969H95.8963V40.2313H97.015V40.2106Z",
|
|
431
|
-
fill: "
|
|
436
|
+
fill: "currentColor"
|
|
432
437
|
}
|
|
433
438
|
),
|
|
434
439
|
/* @__PURE__ */ C(
|
|
435
440
|
"path",
|
|
436
441
|
{
|
|
437
442
|
d: "M105.239 42.883C105.239 44.5818 104.038 45.7833 102.318 45.7833C100.599 45.7833 99.3974 44.5818 99.3974 42.883C99.3974 41.1843 100.599 39.9827 102.318 39.9827C104.038 39.9827 105.239 41.1843 105.239 42.883ZM104.1 42.883C104.1 41.7851 103.354 41.0186 102.318 41.0186C101.283 41.0186 100.558 41.8058 100.558 42.883C100.558 43.9603 101.283 44.7475 102.318 44.7475C103.354 44.7475 104.1 43.9603 104.1 42.883Z",
|
|
438
|
-
fill: "
|
|
443
|
+
fill: "currentColor"
|
|
439
444
|
}
|
|
440
445
|
),
|
|
441
446
|
/* @__PURE__ */ C(
|
|
442
447
|
"path",
|
|
443
448
|
{
|
|
444
449
|
d: "M112.387 45.7833C111.579 45.7833 110.895 45.4312 110.439 44.8511V48H109.279V40.2106H110.398V40.9564C110.854 40.3556 111.558 40.0034 112.366 40.0034C113.92 40.0034 115.059 41.2257 115.059 42.9038C115.059 44.5818 113.92 45.8041 112.366 45.8041L112.387 45.7833ZM113.94 42.883C113.94 41.8058 113.174 41.06 112.159 41.06C111.144 41.06 110.398 41.8265 110.398 42.883C110.398 43.9396 111.144 44.7061 112.159 44.7061C113.174 44.7061 113.94 43.9396 113.94 42.883Z",
|
|
445
|
-
fill: "
|
|
450
|
+
fill: "currentColor"
|
|
446
451
|
}
|
|
447
452
|
),
|
|
448
453
|
/* @__PURE__ */ C(
|
|
449
454
|
"path",
|
|
450
455
|
{
|
|
451
456
|
d: "M120.549 40.2106H121.709V45.5762H120.549V44.7682C120.093 45.4104 119.389 45.7833 118.56 45.7833C116.986 45.7833 115.867 44.5611 115.867 42.883C115.867 41.205 116.986 39.9827 118.56 39.9827C120.135 39.9827 120.093 40.3556 120.549 40.9978V40.1899V40.2106ZM120.549 42.883C120.549 41.7851 119.803 41.0186 118.788 41.0186C117.773 41.0186 117.006 41.8058 117.006 42.883C117.006 43.9603 117.752 44.7475 118.788 44.7475C119.824 44.7475 120.549 43.9603 120.549 42.883Z",
|
|
452
|
-
fill: "
|
|
457
|
+
fill: "currentColor"
|
|
453
458
|
}
|
|
454
459
|
),
|
|
455
460
|
/* @__PURE__ */ C(
|
|
456
461
|
"path",
|
|
457
462
|
{
|
|
458
463
|
d: "M124.112 40.2106V40.8943C124.444 40.3349 124.962 40.0242 125.562 40.0242C126.163 40.0242 126.018 40.0863 126.246 40.1692V41.1843C125.956 41.06 125.624 41.0186 125.417 41.0186C124.651 41.0186 124.154 41.7022 124.154 42.6552V45.5969H122.993V40.2313H124.112V40.2106Z",
|
|
459
|
-
fill: "
|
|
464
|
+
fill: "currentColor"
|
|
460
465
|
}
|
|
461
466
|
),
|
|
462
467
|
/* @__PURE__ */ C(
|
|
463
468
|
"path",
|
|
464
469
|
{
|
|
465
470
|
d: "M127.551 41.1014H126.722V40.2106H127.613L127.758 38.9055H128.69V40.2106H129.996V41.1014H128.69V43.981C128.69 44.4575 128.981 44.8097 129.478 44.8097C129.975 44.8097 129.871 44.7682 130.078 44.7061V45.6176C129.809 45.7212 129.416 45.7626 129.126 45.7626C128.173 45.7626 127.551 45.0583 127.551 44.0432V41.0807V41.1014Z",
|
|
466
|
-
fill: "
|
|
471
|
+
fill: "currentColor"
|
|
467
472
|
}
|
|
468
473
|
),
|
|
469
474
|
/* @__PURE__ */ C(
|
|
470
475
|
"path",
|
|
471
476
|
{
|
|
472
477
|
d: "M132.254 40.2106V40.8943C132.627 40.3349 133.29 40.0034 133.994 40.0034C135.299 40.0034 136.169 40.9771 136.169 42.303V45.5762H135.03V42.3858C135.03 41.5986 134.553 41.0186 133.745 41.0186C132.937 41.0186 132.274 41.64 132.274 42.4894V45.5762H131.114V40.2106H132.254Z",
|
|
473
|
-
fill: "
|
|
478
|
+
fill: "currentColor"
|
|
474
479
|
}
|
|
475
480
|
),
|
|
476
481
|
/* @__PURE__ */ C(
|
|
477
482
|
"path",
|
|
478
483
|
{
|
|
479
484
|
d: "M139.96 40.0034C141.638 40.0034 142.819 41.1843 142.819 42.8416C142.819 44.4989 142.819 43.1316 142.798 43.2559H138.282C138.427 44.1882 139.09 44.8304 139.96 44.8304C140.83 44.8304 141.348 44.416 141.535 43.8153L142.612 43.981C142.301 45.0375 141.203 45.8041 139.981 45.8041C138.759 45.8041 137.101 44.5611 137.101 42.8416C137.101 41.1221 138.303 40.0034 139.981 40.0034H139.96ZM141.618 42.3858C141.493 41.5365 140.81 40.9564 139.919 40.9564C139.028 40.9564 138.427 41.5365 138.261 42.3858H141.597H141.618Z",
|
|
480
|
-
fill: "
|
|
485
|
+
fill: "currentColor"
|
|
481
486
|
}
|
|
482
487
|
),
|
|
483
488
|
/* @__PURE__ */ C(
|
|
484
489
|
"path",
|
|
485
490
|
{
|
|
486
491
|
d: "M144.953 40.2106V40.8943C145.284 40.3349 145.802 40.0242 146.403 40.0242C147.004 40.0242 146.859 40.0863 147.087 40.1692V41.1843C146.797 41.06 146.465 41.0186 146.258 41.0186C145.492 41.0186 144.994 41.7022 144.994 42.6552V45.5969H143.834V40.2313H144.953V40.2106Z",
|
|
487
|
-
fill: "
|
|
492
|
+
fill: "currentColor"
|
|
488
493
|
}
|
|
489
494
|
),
|
|
490
495
|
/* @__PURE__ */ C(
|
|
491
496
|
"path",
|
|
492
497
|
{
|
|
493
498
|
d: "M147.915 46.8606C148.143 46.9435 148.413 47.0056 148.62 47.0056C149.365 47.0056 149.573 46.2598 149.863 45.5969L147.439 40.2106H148.703L150.381 44.1675L151.831 40.2106H153.032L150.94 45.7005C150.484 46.9435 150.008 47.9586 148.868 47.9586C147.729 47.9586 148.205 47.8964 147.936 47.7721V46.8399L147.915 46.8606Z",
|
|
494
|
-
fill: "
|
|
499
|
+
fill: "currentColor"
|
|
495
500
|
}
|
|
496
501
|
)
|
|
497
502
|
] }),
|
|
@@ -500,9 +505,9 @@ const a = i.forwardRef(
|
|
|
500
505
|
}
|
|
501
506
|
)
|
|
502
507
|
);
|
|
503
|
-
|
|
504
|
-
const
|
|
505
|
-
(V,
|
|
508
|
+
d.displayName = "LogoMuzaPayPokladna";
|
|
509
|
+
const n = i.forwardRef(
|
|
510
|
+
({ light: l, className: t, ...V }, o) => /* @__PURE__ */ r(
|
|
506
511
|
"svg",
|
|
507
512
|
{
|
|
508
513
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -510,71 +515,72 @@ const L = i.forwardRef(
|
|
|
510
515
|
height: "38",
|
|
511
516
|
viewBox: "0 0 162 38",
|
|
512
517
|
fill: "none",
|
|
513
|
-
ref:
|
|
518
|
+
ref: o,
|
|
519
|
+
className: H(e(l), t),
|
|
514
520
|
...V,
|
|
515
521
|
children: [
|
|
516
|
-
/* @__PURE__ */
|
|
522
|
+
/* @__PURE__ */ r("g", { clipPath: "url(#clip0_8762_1543)", children: [
|
|
517
523
|
/* @__PURE__ */ C(
|
|
518
524
|
"path",
|
|
519
525
|
{
|
|
520
526
|
d: "M129.084 15.7477C127.501 14.2714 125.361 13.3513 123.029 13.3513C118.108 13.3513 114.107 17.3525 114.107 22.2736C114.107 27.1948 118.108 31.1959 123.029 31.1959C125.361 31.1959 127.501 30.2759 129.084 28.7995V30.8322H131.93V13.6937H129.084V15.7477ZM123.008 28.3074C119.67 28.3074 116.953 25.5901 116.953 22.2522C116.953 18.9144 119.67 16.1971 123.008 16.1971C126.346 16.1971 129.063 18.9144 129.063 22.2522C129.084 25.5901 126.346 28.3074 123.008 28.3074Z",
|
|
521
|
-
fill: "
|
|
527
|
+
fill: "currentColor"
|
|
522
528
|
}
|
|
523
529
|
),
|
|
524
530
|
/* @__PURE__ */ C(
|
|
525
531
|
"path",
|
|
526
532
|
{
|
|
527
533
|
d: "M88.8378 22.616C88.8378 25.7613 86.2703 28.3288 83.125 28.3288C79.9797 28.3288 77.4122 25.7613 77.4122 22.616V17.759H74.5664V22.616C74.5664 27.3446 78.3964 31.1746 83.125 31.1746C87.8536 31.1746 91.6836 27.3446 91.6836 22.616V14.7849H88.8378V22.616Z",
|
|
528
|
-
fill: "
|
|
534
|
+
fill: "currentColor"
|
|
529
535
|
}
|
|
530
536
|
),
|
|
531
537
|
/* @__PURE__ */ C(
|
|
532
538
|
"path",
|
|
533
539
|
{
|
|
534
540
|
d: "M62.1993 13.33C59.2252 13.33 56.5935 14.8491 55.0743 17.1599C53.5338 14.8491 50.9234 13.33 47.9493 13.33C45.7669 13.33 43.7556 14.1644 42.2365 15.5338V13.6937H39.3694V30.8108H42.2151V21.8885C42.2151 18.7433 44.7826 16.1757 47.9279 16.1757C51.0732 16.1757 53.6407 18.7433 53.6407 21.8885V30.8108H56.4865V21.8885C56.4865 18.7433 59.054 16.1757 62.1993 16.1757C65.3446 16.1757 67.9121 18.7433 67.9121 21.8885V30.8108H70.7579V21.8885C70.7579 17.1813 66.9065 13.33 62.1993 13.33Z",
|
|
535
|
-
fill: "
|
|
541
|
+
fill: "currentColor"
|
|
536
542
|
}
|
|
537
543
|
),
|
|
538
544
|
/* @__PURE__ */ C(
|
|
539
545
|
"path",
|
|
540
546
|
{
|
|
541
547
|
d: "M91.277 8.55856L74.5237 11.5113L75.0158 14.3142L91.7691 11.3615L91.277 8.55856Z",
|
|
542
|
-
fill: "
|
|
548
|
+
fill: "currentColor"
|
|
543
549
|
}
|
|
544
550
|
),
|
|
545
551
|
/* @__PURE__ */ C(
|
|
546
552
|
"path",
|
|
547
553
|
{
|
|
548
554
|
d: "M109.464 13.6937H95.4921V16.5394H108.95C108.608 17.2669 108.03 17.9088 107.26 18.3581L98.4234 23.6858C96.3052 24.9696 95.0214 27.0878 95.0214 29.3772V30.8108H111.668V27.9651H98.2095C98.5518 27.2376 99.1295 26.6171 99.8998 26.1464L108.758 20.8401C110.876 19.5563 112.16 17.4381 112.16 15.1486V13.6937H109.464Z",
|
|
549
|
-
fill: "
|
|
555
|
+
fill: "currentColor"
|
|
550
556
|
}
|
|
551
557
|
),
|
|
552
558
|
/* @__PURE__ */ C(
|
|
553
559
|
"path",
|
|
554
560
|
{
|
|
555
561
|
d: "M141.024 7.36037H136.209V30.8108H141.024V7.36037Z",
|
|
556
|
-
fill: "
|
|
562
|
+
fill: "currentColor"
|
|
557
563
|
}
|
|
558
564
|
),
|
|
559
565
|
/* @__PURE__ */ C(
|
|
560
566
|
"path",
|
|
561
567
|
{
|
|
562
568
|
d: "M154.033 13.0732C152.257 13.0732 150.545 13.7579 149.304 14.9347V13.6937H144.918V30.8108H149.347V21.0541C149.347 18.8288 151.037 17.1385 153.262 17.1385C155.316 17.1385 156.6 18.5079 156.6 20.7331V30.8108H161.029V20.4978C161.029 16.1329 158.141 13.0732 154.033 13.0732Z",
|
|
563
|
-
fill: "
|
|
569
|
+
fill: "currentColor"
|
|
564
570
|
}
|
|
565
571
|
),
|
|
566
572
|
/* @__PURE__ */ C(
|
|
567
573
|
"path",
|
|
568
574
|
{
|
|
569
575
|
d: "M23.429 17.2669C25.5901 16.6464 27.6655 15.6622 29.5698 14.3142L26.0394 9.32884C22.9155 11.5541 19.1497 12.4099 15.4054 11.7466C11.6824 11.0833 8.43015 8.9865 6.26911 5.86263L1.24096 9.32884C4.34344 13.8221 8.98645 16.7962 14.357 17.7376C15.5338 17.9516 16.732 18.0586 17.9088 18.0586C18.3581 18.0586 18.8074 18.0372 19.2353 18.0158L-3.05176e-05 21.3964C1.49772 29.848 9.54276 35.4752 17.9729 33.9775C26.4245 32.4797 32.0518 24.4347 30.554 16.0045L23.429 17.2669Z",
|
|
570
|
-
fill: "
|
|
576
|
+
fill: "currentColor"
|
|
571
577
|
}
|
|
572
578
|
),
|
|
573
579
|
/* @__PURE__ */ C(
|
|
574
580
|
"path",
|
|
575
581
|
{
|
|
576
582
|
d: "M13.6081 8.55856C15.9617 8.55856 17.8874 6.63288 17.8874 4.27928C17.8874 1.92568 15.9617 0 13.6081 0C11.2545 0 9.3288 1.92568 9.3288 4.27928C9.3288 6.63288 11.2545 8.55856 13.6081 8.55856Z",
|
|
577
|
-
fill: "
|
|
583
|
+
fill: "currentColor"
|
|
578
584
|
}
|
|
579
585
|
)
|
|
580
586
|
] }),
|
|
@@ -583,11 +589,11 @@ const L = i.forwardRef(
|
|
|
583
589
|
}
|
|
584
590
|
)
|
|
585
591
|
);
|
|
586
|
-
|
|
592
|
+
n.displayName = "LogoMuzaIn";
|
|
587
593
|
export {
|
|
588
594
|
h as LogoMuza,
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
595
|
+
n as LogoMuzaIn,
|
|
596
|
+
c as LogoMuzaMarket,
|
|
597
|
+
a as LogoMuzaPay,
|
|
598
|
+
d as LogoMuzaPayPokladna
|
|
593
599
|
};
|