baseline-ds 0.1.4

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.
Files changed (36) hide show
  1. package/README.md +330 -0
  2. package/dist/index.css +1970 -0
  3. package/dist/index.css.map +1 -0
  4. package/dist/index.d.mts +743 -0
  5. package/dist/index.d.ts +743 -0
  6. package/dist/index.js +3843 -0
  7. package/dist/index.js.map +1 -0
  8. package/dist/index.mjs +3756 -0
  9. package/dist/index.mjs.map +1 -0
  10. package/dist/tokens/baseline/css/variables.css +278 -0
  11. package/dist/tokens/baseline/js/tokens.js +223 -0
  12. package/dist/tokens/baseline/json/tokens.json +305 -0
  13. package/dist/tokens/baseline/scss/_variables.scss +222 -0
  14. package/dist/tokens/baseline-pro/css/variables.css +278 -0
  15. package/dist/tokens/baseline-pro/js/tokens.js +223 -0
  16. package/dist/tokens/baseline-pro/json/tokens.json +305 -0
  17. package/dist/tokens/baseline-pro/scss/_variables.scss +222 -0
  18. package/dist/tokens/offset/css/variables.css +278 -0
  19. package/dist/tokens/offset/js/tokens.js +223 -0
  20. package/dist/tokens/offset/json/tokens.json +305 -0
  21. package/dist/tokens/offset/scss/_variables.scss +222 -0
  22. package/dist/tokens/primitives/css/variables.css +183 -0
  23. package/dist/tokens/primitives/js/tokens.js +181 -0
  24. package/dist/tokens/primitives/json/tokens.json +229 -0
  25. package/dist/tokens/primitives/scss/_variables.scss +180 -0
  26. package/dist/tokens/semantic/css/variables.css +48 -0
  27. package/dist/tokens/semantic/js/tokens.js +265 -0
  28. package/dist/tokens/semantic/json/tokens.json +395 -0
  29. package/dist/tokens/semantic/scss/_variables.scss +264 -0
  30. package/package.json +84 -0
  31. package/src/fonts.css +17 -0
  32. package/tokens/token_0001PrimitiveBrand_Baseline.json +204 -0
  33. package/tokens/token_0001PrimitiveBrand_BaselinePro.json +204 -0
  34. package/tokens/token_0001PrimitiveBrand_Offset.json +204 -0
  35. package/tokens/token_0100SemanticCore_Mode1.json +218 -0
  36. package/tokens/token__0000PrimitiveCore_Mode1.json +760 -0
package/dist/index.mjs ADDED
@@ -0,0 +1,3756 @@
1
+ import { jsxs, jsx } from 'react/jsx-runtime';
2
+ import React6, { useState, useRef, useEffect } from 'react';
3
+
4
+ // src/icons/IconAi.tsx
5
+ var IconAi = ({
6
+ size = 24,
7
+ className,
8
+ color,
9
+ "aria-label": ariaLabel,
10
+ "aria-hidden": ariaHidden = !ariaLabel,
11
+ ...props
12
+ }) => {
13
+ return /* @__PURE__ */ jsxs(
14
+ "svg",
15
+ {
16
+ width: size,
17
+ height: size,
18
+ viewBox: "0 0 36 36",
19
+ fill: "none",
20
+ xmlns: "http://www.w3.org/2000/svg",
21
+ className,
22
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
23
+ "aria-label": ariaLabel,
24
+ "aria-hidden": ariaHidden,
25
+ ...props,
26
+ children: [
27
+ /* @__PURE__ */ jsx("path", { d: "M10.1102 18.7488C10.6751 17.0325 13.103 17.0324 13.6678 18.7488L15.0233 22.8718L19.1464 24.2273C20.8631 24.792 20.8632 27.2212 19.1464 27.7859L15.0233 29.1414L13.6678 33.2634C13.1032 34.9804 10.6749 34.9804 10.1102 33.2634L8.75377 29.1414L4.6317 27.7859C2.91474 27.2212 2.91474 24.7919 4.6317 24.2273L8.75377 22.8718L10.1102 18.7488Z", fill: "currentColor" }),
28
+ /* @__PURE__ */ jsx("path", { d: "M21.8417 5.48803C22.456 3.62007 25.0984 3.62009 25.7128 5.48803L27.5536 11.0847L33.1503 12.9255C35.0182 13.5399 35.0182 16.1823 33.1503 16.7966L27.5536 18.6374L25.7128 24.2341C25.0983 26.1019 22.456 26.102 21.8417 24.2341L20.0008 18.6374L14.4042 16.7966C12.5364 16.1823 12.5364 13.54 14.4042 12.9255L20.0008 11.0847L21.8417 5.48803Z", fill: "currentColor" }),
29
+ /* @__PURE__ */ jsx("path", { d: "M7.20885 2.35034C7.75067 0.70288 10.0811 0.702883 10.6229 2.35034L11.826 6.00659L15.4823 7.20971C17.1298 7.75153 17.1298 10.0819 15.4823 10.6238L11.826 11.8259L10.6229 15.4832C10.0809 17.1302 7.75073 17.1303 7.20885 15.4832L6.0067 11.8259L2.34948 10.6238C0.702469 10.0818 0.702566 7.75177 2.34948 7.20971L6.0067 6.00659L7.20885 2.35034Z", fill: "currentColor" })
30
+ ]
31
+ }
32
+ );
33
+ };
34
+ var IconAlert = ({
35
+ size = 24,
36
+ className,
37
+ color,
38
+ "aria-label": ariaLabel,
39
+ "aria-hidden": ariaHidden = !ariaLabel,
40
+ ...props
41
+ }) => {
42
+ return /* @__PURE__ */ jsxs(
43
+ "svg",
44
+ {
45
+ width: size,
46
+ height: size,
47
+ viewBox: "0 0 36 36",
48
+ fill: "none",
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ className,
51
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
52
+ "aria-label": ariaLabel,
53
+ "aria-hidden": ariaHidden,
54
+ ...props,
55
+ children: [
56
+ /* @__PURE__ */ jsx("path", { d: "M24.2653 31.1133C23.0323 33.1724 20.7793 34.5506 18.2047 34.5508C15.63 34.5508 13.3772 33.1725 12.1442 31.1133C13.8833 31.1727 15.8898 31.208 18.2047 31.208C20.5197 31.208 22.5261 31.1727 24.2653 31.1133Z", fill: "currentColor" }),
57
+ /* @__PURE__ */ jsx("path", { d: "M18.2047 1.11426C18.6477 1.11426 19.0856 1.13823 19.5172 1.18359C15.8743 3.01677 13.3747 6.78919 13.3747 11.1455C13.3747 17.301 18.3647 22.2908 24.5202 22.291C27.2441 22.291 29.7403 21.3143 31.6764 19.6914C31.9088 20.2796 32.1937 20.8479 32.528 21.3896L33.6217 23.1611C34.2991 24.2587 34.5429 25.5274 34.1168 26.6514C33.6738 27.8196 32.6097 28.5619 31.2467 28.7432C28.8106 29.0672 24.8011 29.3506 18.2047 29.3506C11.6085 29.3506 7.59888 29.0672 5.16274 28.7432C3.7998 28.5619 2.73563 27.8196 2.29262 26.6514C1.86655 25.5274 2.11039 24.2587 2.78774 23.1611L3.88149 21.3896C4.76697 19.9547 5.30292 18.3314 5.44692 16.6514L5.80336 12.499C6.35525 6.06037 11.7425 1.11426 18.2047 1.11426Z", fill: "currentColor" }),
58
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M24.5202 2.22949C29.4445 2.22949 33.437 6.22113 33.4372 11.1455C33.4372 16.07 29.4446 20.0625 24.5202 20.0625C19.5957 20.0625 15.6041 16.0699 15.6041 11.1455C15.6043 6.22114 19.5958 2.22951 24.5202 2.22949ZM24.5202 5.20117C23.6994 5.20119 23.0338 5.86677 23.0338 6.6875V9.65918H20.0622C19.2415 9.65918 18.5759 10.3248 18.5758 11.1455C18.5758 11.9663 19.2414 12.6318 20.0622 12.6318H23.0338V15.6035C23.0338 16.4243 23.6994 17.0898 24.5202 17.0898C25.3409 17.0898 26.0065 16.4243 26.0065 15.6035V12.6318H28.9782C29.7989 12.6318 30.4645 11.9663 30.4645 11.1455C30.4644 10.3248 29.7989 9.65918 28.9782 9.65918H26.0065V6.6875C26.0065 5.86676 25.3409 5.20117 24.5202 5.20117Z", fill: "currentColor" })
59
+ ]
60
+ }
61
+ );
62
+ };
63
+ var IconArchive = ({
64
+ size = 24,
65
+ className,
66
+ color,
67
+ "aria-label": ariaLabel,
68
+ "aria-hidden": ariaHidden = !ariaLabel,
69
+ ...props
70
+ }) => {
71
+ return /* @__PURE__ */ jsxs(
72
+ "svg",
73
+ {
74
+ width: size,
75
+ height: size,
76
+ viewBox: "0 0 36 36",
77
+ fill: "none",
78
+ xmlns: "http://www.w3.org/2000/svg",
79
+ className,
80
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
81
+ "aria-label": ariaLabel,
82
+ "aria-hidden": ariaHidden,
83
+ ...props,
84
+ children: [
85
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M32.3218 19.3193C32.3218 23.7049 32.169 26.8745 32.0112 28.9766C31.8272 31.4258 29.9398 33.314 27.4907 33.498C25.3886 33.6559 22.2184 33.8086 17.8325 33.8086C13.4469 33.8086 10.2773 33.6559 8.17528 33.498C5.72597 33.3141 3.83871 31.4259 3.65477 28.9766C3.49692 26.8745 3.34325 23.7049 3.34325 19.3193V12.5107C3.70408 12.5902 4.07815 12.6318 4.46044 12.6318H31.2036C31.5862 12.6318 31.9606 12.5904 32.3218 12.5107V19.3193ZM17.8325 17.0908C15.7497 17.0908 14.2226 17.114 13.187 17.1387C12.1207 17.1642 11.2028 17.8193 11.1548 18.8848C11.1486 19.0207 11.145 19.1654 11.145 19.3193C11.145 19.4734 11.1486 19.6188 11.1548 19.7549C11.2029 20.8202 12.1208 21.4755 13.187 21.501C14.2226 21.5256 15.7497 21.5488 17.8325 21.5488C19.9154 21.5488 21.4424 21.5256 22.478 21.501C23.5443 21.4756 24.4621 20.8202 24.5102 19.7549C24.5164 19.6188 24.52 19.4734 24.52 19.3193C24.52 19.1654 24.5164 19.0207 24.5102 18.8848C24.4622 17.8192 23.5444 17.1641 22.478 17.1387C21.4424 17.114 19.9154 17.0908 17.8325 17.0908Z", fill: "currentColor" }),
86
+ /* @__PURE__ */ jsx("path", { d: "M17.8315 1.85742C23.4711 1.85742 27.4088 2.02986 29.8696 2.19238C32.2841 2.35185 34.2302 4.15714 34.4546 6.60938C34.4725 6.80511 34.4897 7.01018 34.5073 7.22461C34.6668 9.16953 33.1086 10.7744 31.2036 10.7744H4.46044C2.55548 10.7744 0.997231 9.16961 1.15673 7.22461C1.17432 7.01018 1.19155 6.80512 1.20946 6.60938C1.43381 4.15714 3.37989 2.35185 5.79442 2.19238C8.25525 2.02987 12.1923 1.85743 17.8315 1.85742Z", fill: "currentColor" })
87
+ ]
88
+ }
89
+ );
90
+ };
91
+ var IconArrowLeft = ({
92
+ size = 24,
93
+ className,
94
+ color,
95
+ "aria-label": ariaLabel,
96
+ "aria-hidden": ariaHidden = !ariaLabel,
97
+ ...props
98
+ }) => {
99
+ return /* @__PURE__ */ jsx(
100
+ "svg",
101
+ {
102
+ width: size,
103
+ height: size,
104
+ viewBox: "0 0 36 36",
105
+ fill: "none",
106
+ xmlns: "http://www.w3.org/2000/svg",
107
+ className,
108
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
109
+ "aria-label": ariaLabel,
110
+ "aria-hidden": ariaHidden,
111
+ ...props,
112
+ children: /* @__PURE__ */ jsx("path", { d: "M0.828798 19.1616C0.33291 18.4666 0.33291 17.5334 0.828798 16.8384L11.2851 2.18318C11.4728 1.92014 11.776 1.76399 12.0991 1.76399L18.569 1.76399C19.3903 1.76399 19.8614 2.69936 19.3724 3.35932L11.6436 13.7907L30.8949 12.8401C33.6727 12.7029 36 14.9181 36 17.6993C36 20.4805 33.6727 22.6958 30.8949 22.5586L11.6436 21.608L19.442 32.6595C19.9094 33.3219 19.4357 34.236 18.6249 34.236L12.0991 34.236C11.776 34.236 11.4728 34.0799 11.2851 33.8168L0.828798 19.1616Z", fill: "currentColor" })
113
+ }
114
+ );
115
+ };
116
+ var IconArrowRight = ({
117
+ size = 24,
118
+ className,
119
+ color,
120
+ "aria-label": ariaLabel,
121
+ "aria-hidden": ariaHidden = !ariaLabel,
122
+ ...props
123
+ }) => {
124
+ return /* @__PURE__ */ jsx(
125
+ "svg",
126
+ {
127
+ width: size,
128
+ height: size,
129
+ viewBox: "0 0 36 36",
130
+ fill: "none",
131
+ xmlns: "http://www.w3.org/2000/svg",
132
+ className,
133
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
134
+ "aria-label": ariaLabel,
135
+ "aria-hidden": ariaHidden,
136
+ ...props,
137
+ children: /* @__PURE__ */ jsx("path", { d: "M35.1712 16.8384C35.6671 17.5334 35.6671 18.4666 35.1712 19.1616L24.7149 33.8168C24.5272 34.0799 24.224 34.236 23.9009 34.236H17.431C16.6097 34.236 16.1386 33.3006 16.6276 32.6407L24.3564 22.2093L5.10512 23.1599C2.32731 23.2971 0 21.0819 0 18.3007C0 15.5195 2.32731 13.3042 5.10512 13.4414L24.3564 14.392L16.558 3.34054C16.0906 2.67811 16.5643 1.76399 17.3751 1.76399H23.9009C24.224 1.76399 24.5272 1.92014 24.7149 2.18318L35.1712 16.8384Z", fill: "currentColor" })
138
+ }
139
+ );
140
+ };
141
+ var IconCalendarTick = ({
142
+ size = 24,
143
+ className,
144
+ color,
145
+ "aria-label": ariaLabel,
146
+ "aria-hidden": ariaHidden = !ariaLabel,
147
+ ...props
148
+ }) => {
149
+ return /* @__PURE__ */ jsx(
150
+ "svg",
151
+ {
152
+ width: size,
153
+ height: size,
154
+ viewBox: "0 0 36 36",
155
+ fill: "none",
156
+ xmlns: "http://www.w3.org/2000/svg",
157
+ className,
158
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
159
+ "aria-label": ariaLabel,
160
+ "aria-hidden": ariaHidden,
161
+ ...props,
162
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M28.5714 4.14004C28.5859 4.49904 28.5977 4.90707 28.6034 5.35718C29.0512 5.40718 29.4603 5.45766 29.831 5.50708C31.9573 5.79052 33.5971 7.40483 33.9021 9.53296C34.2121 11.6961 34.5516 15.1108 34.5516 19.6907C34.5516 24.2705 34.2121 27.6852 33.9021 29.8484C33.5971 31.9765 31.9573 33.5908 29.831 33.8743C27.4543 34.1911 23.5039 34.5516 17.8331 34.5516C12.1624 34.5516 8.21196 34.1911 5.83527 33.8743C3.70887 33.5908 2.06913 31.9765 1.76416 29.8484C1.45415 27.6852 1.11462 24.2705 1.11462 19.6907C1.11462 15.1108 1.45415 11.6961 1.76416 9.53296C2.06913 7.40483 3.70887 5.79052 5.83527 5.50708C6.20598 5.45766 6.61497 5.40719 7.06281 5.35718C7.06858 4.90707 7.08036 4.49904 7.09481 4.14004C7.15491 2.64641 8.17822 1.26513 9.87994 1.16254C10.2385 1.14093 10.6574 1.12763 11.1457 1.12763C11.634 1.12763 12.0529 1.14093 12.4115 1.16254C14.1132 1.26513 15.1365 2.64641 15.1966 4.14004C15.2055 4.36079 15.2134 4.60009 15.2195 4.85629C16.0462 4.83919 16.9172 4.82979 17.8331 4.82979C18.749 4.82979 19.62 4.83919 20.4468 4.85629C20.4529 4.60009 20.4607 4.36079 20.4696 4.14004C20.5297 2.64641 21.553 1.26513 23.2547 1.16254C23.6133 1.14093 24.0322 1.12763 24.5205 1.12763C25.0088 1.12763 25.4277 1.14093 25.7863 1.16254C27.488 1.26513 28.5113 2.64641 28.5714 4.14004ZM25.5444 17.7061C26.295 16.7303 26.1124 15.3307 25.1366 14.5801C24.1608 13.8295 22.7612 14.012 22.0106 14.9879L16.7201 21.8656L13.4853 18.5456C12.6262 17.6639 11.2149 17.6456 10.3331 18.5047C9.45136 19.3639 9.43308 20.7751 10.2922 21.6569L15.322 26.8191C15.7732 27.2822 16.4032 27.5265 17.0486 27.4888C17.694 27.4511 18.2913 27.1351 18.6855 26.6226L25.5444 17.7061Z", fill: "currentColor" })
163
+ }
164
+ );
165
+ };
166
+ var IconCamera = ({
167
+ size = 24,
168
+ className,
169
+ color,
170
+ "aria-label": ariaLabel,
171
+ "aria-hidden": ariaHidden = !ariaLabel,
172
+ ...props
173
+ }) => {
174
+ return /* @__PURE__ */ jsx(
175
+ "svg",
176
+ {
177
+ width: size,
178
+ height: size,
179
+ viewBox: "0 0 36 36",
180
+ fill: "none",
181
+ xmlns: "http://www.w3.org/2000/svg",
182
+ className,
183
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
184
+ "aria-label": ariaLabel,
185
+ "aria-hidden": ariaHidden,
186
+ ...props,
187
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.2193 2.73042C15.1453 2.66059 16.3671 2.60065 17.8332 2.60065C19.2994 2.60065 20.5212 2.66059 21.4472 2.73042C23.0876 2.85412 24.4434 3.88544 25.1281 5.29628L25.921 6.92999C27.2591 6.97998 28.402 7.03806 29.3503 7.09534C31.9139 7.25015 33.9525 9.21708 34.1807 11.7816C34.3669 13.8739 34.5517 16.7562 34.5517 19.9608C34.5517 23.1654 34.3669 26.0479 34.1807 28.14C33.9525 30.7046 31.9139 32.6716 29.3503 32.8264C26.8583 32.9769 23.0225 33.133 17.8332 33.133C12.644 33.133 8.80815 32.9769 6.31616 32.8264C3.7526 32.6716 1.71399 30.7046 1.48573 28.14C1.29952 26.0479 1.11475 23.1654 1.11475 19.9608C1.11475 16.7562 1.29953 13.8739 1.48573 11.7816C1.71399 9.21708 3.7526 7.25014 6.31617 7.09533C7.26448 7.03806 8.40743 6.97998 9.7455 6.92999L10.5383 5.29629C11.223 3.88544 12.5789 2.85412 14.2193 2.73042ZM10.7743 19.3191C10.7743 15.4206 13.9347 12.2602 17.8332 12.2602C21.7318 12.2602 24.8922 15.4206 24.8922 19.3191C24.8922 23.2177 21.7318 26.3781 17.8332 26.3781C13.9347 26.3781 10.7743 23.2177 10.7743 19.3191Z", fill: "currentColor" })
188
+ }
189
+ );
190
+ };
191
+ var IconCart = ({
192
+ size = 24,
193
+ className,
194
+ color,
195
+ "aria-label": ariaLabel,
196
+ "aria-hidden": ariaHidden = !ariaLabel,
197
+ ...props
198
+ }) => {
199
+ return /* @__PURE__ */ jsx(
200
+ "svg",
201
+ {
202
+ width: size,
203
+ height: size,
204
+ viewBox: "0 0 36 36",
205
+ fill: "none",
206
+ xmlns: "http://www.w3.org/2000/svg",
207
+ className,
208
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
209
+ "aria-label": ariaLabel,
210
+ "aria-hidden": ariaHidden,
211
+ ...props,
212
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M31.3882 11.5993C31.1333 11.5953 30.8405 11.591 30.509 11.5865C29.3302 8.64173 27.935 6.05851 27.0635 4.5484C26.3472 3.3071 25.0257 2.60064 23.6385 2.60064H22.5409C22.2362 1.67387 21.334 1.17293 20.4843 1.14804C19.8969 1.13083 19.0258 1.11455 17.8326 1.11455C16.6395 1.11455 15.7684 1.13084 15.1809 1.14804C14.3313 1.17293 13.4291 1.67387 13.1244 2.60064H12.0268C10.6395 2.60064 9.31809 3.3071 8.60172 4.5484C7.73028 6.05851 6.33508 8.64173 5.15632 11.5865C4.82478 11.591 4.53202 11.5953 4.27704 11.5993C3.27842 11.6149 1.68927 12.0182 1.27078 13.6039C1.17452 13.9686 1.11414 14.3872 1.11414 14.8609C1.11414 15.3345 1.17452 15.7531 1.27078 16.1178C1.68926 17.7035 3.27842 18.1069 4.27704 18.1225C6.28616 18.1539 10.6415 18.2046 17.8326 18.2046C25.0238 18.2046 29.3791 18.1539 31.3882 18.1225C32.3869 18.1069 33.976 17.7035 34.3945 16.1178C34.4907 15.7531 34.5511 15.3345 34.5511 14.8609C34.5511 14.3872 34.4907 13.9686 34.3945 13.6039C33.976 12.0182 32.3869 11.6149 31.3882 11.5993ZM20.4843 6.28237C19.8969 6.29958 19.0258 6.31586 17.8326 6.31586C16.6395 6.31586 15.7684 6.29958 15.1809 6.28237C14.3313 6.25748 13.4291 5.75654 13.1244 4.82977H12.0268C11.3896 4.82977 10.828 5.15051 10.5324 5.66261C9.77625 6.97289 8.62045 9.10599 7.57877 11.5592C9.97576 11.5369 13.3543 11.5172 17.8326 11.5172C22.311 11.5172 25.6895 11.5369 28.0865 11.5592C27.0448 9.10599 25.889 6.97289 25.1328 5.66261C24.8373 5.15051 24.2756 4.82977 23.6385 4.82977H22.5409C22.2362 5.75654 21.334 6.25748 20.4843 6.28237ZM3.81203 19.9548C3.82587 20.0622 3.84004 20.1713 3.85457 20.2817C4.21345 23.0101 4.78585 26.6408 5.63933 30.22C6.14379 32.3356 7.90467 33.9019 10.0752 34.1352C11.9739 34.3392 14.6992 34.5512 17.8326 34.5512C20.9659 34.5512 23.6912 34.3392 25.5899 34.1352C27.7604 33.9019 29.5213 32.3356 30.0258 30.22C30.8792 26.6408 31.4516 23.0101 31.8105 20.2817C31.825 20.1713 31.8392 20.0623 31.8531 19.9549C31.6936 19.97 31.547 19.9775 31.4175 19.9795C29.3977 20.0111 25.0327 20.0619 17.8329 20.0619C10.633 20.0619 6.26799 20.0111 4.24821 19.9795C4.11851 19.9775 3.97174 19.97 3.81203 19.9548ZM11.7308 22.6742C12.3402 22.5871 12.9048 23.0106 12.9918 23.6199L13.7348 28.8213C13.8219 29.4306 13.3984 29.9952 12.7891 30.0822C12.1797 30.1693 11.6151 29.7458 11.5281 29.1364L10.7851 23.9351C10.698 23.3258 11.1215 22.7612 11.7308 22.6742ZM22.6735 23.6199C22.7605 23.0106 23.3251 22.5871 23.9344 22.6742C24.5438 22.7612 24.9673 23.3258 24.8802 23.9351L24.1371 29.1364C24.0501 29.7458 23.4856 30.1693 22.8762 30.0822C22.2668 29.9952 21.8434 29.4306 21.9304 28.8213L22.6735 23.6199ZM17.8326 22.6628C18.4482 22.6628 18.9472 23.1619 18.9472 23.7774V28.9787C18.9472 29.5942 18.4482 30.0933 17.8326 30.0933C17.2171 30.0933 16.7181 29.5942 16.7181 28.9787V23.7774C16.7181 23.1619 17.2171 22.6628 17.8326 22.6628Z", fill: "currentColor" })
213
+ }
214
+ );
215
+ };
216
+ var IconChart = ({
217
+ size = 24,
218
+ className,
219
+ color,
220
+ "aria-label": ariaLabel,
221
+ "aria-hidden": ariaHidden = !ariaLabel,
222
+ ...props
223
+ }) => {
224
+ return /* @__PURE__ */ jsx(
225
+ "svg",
226
+ {
227
+ width: size,
228
+ height: size,
229
+ viewBox: "0 0 36 36",
230
+ fill: "none",
231
+ xmlns: "http://www.w3.org/2000/svg",
232
+ className,
233
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
234
+ "aria-label": ariaLabel,
235
+ "aria-hidden": ariaHidden,
236
+ ...props,
237
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M25.5431 1.60094C28.0664 1.08332 30.283 1.08898 31.3353 1.13286C32.2682 1.17176 33.0091 1.91266 33.0479 2.84551C33.0918 3.89775 33.0975 6.11439 32.5799 8.63772C32.2745 10.1263 30.4852 10.5297 29.4979 9.54245L28.074 8.11848C27.652 8.49989 27.0817 9.02381 26.4291 9.64559C25.0243 10.9839 23.2616 12.753 21.7751 14.519C20.5105 16.0214 18.0843 16.011 16.8966 14.3488C16.2582 13.4554 15.4288 12.3317 14.558 11.2497C12.898 12.3858 9.4515 15.0006 5.57706 19.4313C5.33691 19.706 5.0951 19.9876 4.85199 20.2762C4.32328 20.904 3.38578 20.9843 2.75801 20.4556C2.13024 19.9269 2.04993 18.9894 2.57864 18.3616C2.83372 18.0587 3.0875 17.7632 3.33965 17.4748C7.49277 12.7253 11.2056 9.93121 12.9937 8.71894C14.2444 7.87105 15.885 8.16329 16.8023 9.29799C17.7477 10.4674 18.6405 11.6772 19.3148 12.6209C19.3212 12.6297 19.3263 12.6337 19.3338 12.6375C19.3438 12.6426 19.3624 12.6488 19.3884 12.6496C19.4444 12.6511 19.4811 12.6288 19.5013 12.605C21.0881 10.7198 22.9387 8.86576 24.379 7.49366C24.9978 6.90406 25.5453 6.39931 25.9697 6.01428L24.6384 4.6829C23.6512 3.69566 24.0546 1.9063 25.5431 1.60094ZM25.0879 31.7471C24.99 30.401 24.892 28.0025 24.892 23.7774C24.892 19.5523 24.99 17.1537 25.0879 15.8077C25.1966 14.3143 26.2876 13.149 27.8387 13.0541C28.3323 13.0239 28.9512 13.0033 29.7218 13.0033C30.4924 13.0033 31.1114 13.0239 31.605 13.0541C33.156 13.149 34.247 14.3143 34.3557 15.8077C34.4537 17.1537 34.5516 19.5523 34.5516 23.7774C34.5516 28.0025 34.4537 30.401 34.3557 31.7471C34.247 33.2405 33.156 34.4057 31.605 34.5007C31.1114 34.5309 30.4924 34.5515 29.7218 34.5515C28.9512 34.5515 28.3323 34.5309 27.8387 34.5006C26.2876 34.4057 25.1966 33.2405 25.0879 31.7471ZM1.23985 32.1515C1.16876 31.4504 1.11462 30.4394 1.11462 28.9787C1.11462 27.518 1.16876 26.507 1.23985 25.8059C1.38983 24.3266 2.57643 23.4793 3.87596 23.4357C4.38654 23.4186 5.06219 23.4059 5.94441 23.4059C6.82663 23.4059 7.50228 23.4186 8.01282 23.4357C9.31241 23.4793 10.499 24.3266 10.649 25.8059C10.72 26.507 10.7742 27.518 10.7742 28.9787C10.7742 30.4394 10.72 31.4504 10.649 32.1515C10.499 33.6308 9.31241 34.4781 8.01282 34.5217C7.50228 34.5388 6.82663 34.5515 5.94441 34.5515C5.06219 34.5515 4.38654 34.5388 3.87596 34.5217C2.57644 34.4781 1.38983 33.6308 1.23985 32.1515ZM13.0033 26.7496C13.0033 29.2844 13.0766 30.8839 13.1612 31.8895C13.2893 33.4112 14.4543 34.4503 15.9261 34.5148C16.4189 34.5364 17.0449 34.5515 17.8331 34.5515C18.6213 34.5515 19.2474 34.5364 19.7401 34.5148C21.2119 34.4503 22.377 33.4112 22.505 31.8895C22.5896 30.8839 22.6629 29.2844 22.6629 26.7496C22.6629 24.2147 22.5896 22.6153 22.505 21.6096C22.377 20.088 21.2119 19.0489 19.7401 18.9843C19.2474 18.9627 18.6213 18.9476 17.8331 18.9476C17.0449 18.9476 16.4189 18.9627 15.9261 18.9843C14.4543 19.0489 13.2893 20.088 13.1612 21.6096C13.0766 22.6153 13.0033 24.2147 13.0033 26.7496Z", fill: "currentColor" })
238
+ }
239
+ );
240
+ };
241
+ var IconChatAlert = ({
242
+ size = 24,
243
+ className,
244
+ color,
245
+ "aria-label": ariaLabel,
246
+ "aria-hidden": ariaHidden = !ariaLabel,
247
+ ...props
248
+ }) => {
249
+ return /* @__PURE__ */ jsxs(
250
+ "svg",
251
+ {
252
+ width: size,
253
+ height: size,
254
+ viewBox: "0 0 36 36",
255
+ fill: "none",
256
+ xmlns: "http://www.w3.org/2000/svg",
257
+ className,
258
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
259
+ "aria-label": ariaLabel,
260
+ "aria-hidden": ariaHidden,
261
+ ...props,
262
+ children: [
263
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#clip0_21_2796)", children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M6.05109 1.461C8.47705 1.29187 12.3323 1.11455 17.8332 1.11455C23.3342 1.11455 27.1894 1.29187 29.6154 1.461C32.042 1.63017 33.971 3.46157 34.1866 5.9138C34.3718 8.02062 34.5517 11.2007 34.5517 15.6039C34.5517 20.0071 34.3718 23.1872 34.1866 25.294C33.971 27.7462 32.042 29.5777 29.6154 29.7468C27.2877 29.9091 23.6444 30.0789 18.4943 30.0924L13.0978 34.7179C11.8928 35.7507 10.0313 34.8946 10.0313 33.3075V29.9563C8.424 29.895 7.10318 29.8202 6.05109 29.7468C3.62449 29.5777 1.69542 27.7462 1.47988 25.294C1.2947 23.1872 1.11475 20.0071 1.11475 15.6039C1.11475 11.2007 1.2947 8.02062 1.47988 5.9138C1.69542 3.46157 3.62449 1.63017 6.05109 1.461ZM16.4846 6.41836C16.8729 6.35652 17.3225 6.31586 17.8332 6.31586C18.3438 6.31586 18.7933 6.35652 19.1816 6.41836C20.5214 6.63171 21.1342 7.91779 21.0232 9.12657C20.8825 10.6575 20.6576 12.8586 20.4114 14.2927C20.2727 15.1008 19.7129 15.8175 18.8164 15.9227C18.5449 15.9546 18.2196 15.9754 17.8332 15.9754C17.4466 15.9754 17.1214 15.9546 16.8498 15.9227C15.9533 15.8175 15.3936 15.1008 15.2549 14.2927C15.0086 12.8586 14.7838 10.6575 14.6431 9.12657C14.532 7.91779 15.1448 6.63171 16.4846 6.41836ZM14.8611 21.1767C14.8611 19.5353 16.1918 18.2046 17.8332 18.2046C19.4747 18.2046 20.8054 19.5353 20.8054 21.1767C20.8054 22.8182 19.4747 24.1489 17.8332 24.1489C16.1918 24.1489 14.8611 22.8182 14.8611 21.1767Z", fill: "currentColor" }) }),
264
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_21_2796", children: /* @__PURE__ */ jsx("rect", { width: "35.6661", height: "35.6661", fill: "white" }) }) })
265
+ ]
266
+ }
267
+ );
268
+ };
269
+ var IconChat = ({
270
+ size = 24,
271
+ className,
272
+ color,
273
+ "aria-label": ariaLabel,
274
+ "aria-hidden": ariaHidden = !ariaLabel,
275
+ ...props
276
+ }) => {
277
+ return /* @__PURE__ */ jsx(
278
+ "svg",
279
+ {
280
+ width: size,
281
+ height: size,
282
+ viewBox: "0 0 36 36",
283
+ fill: "none",
284
+ xmlns: "http://www.w3.org/2000/svg",
285
+ className,
286
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
287
+ "aria-label": ariaLabel,
288
+ "aria-hidden": ariaHidden,
289
+ ...props,
290
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M1.1143 17.833C1.1143 8.59968 8.59943 1.11455 17.8328 1.11455C27.0662 1.11455 34.5513 8.59968 34.5513 17.833C34.5513 27.0664 27.0662 34.5515 17.8328 34.5515C14.7938 34.5515 11.9433 33.7404 9.48693 32.3225C7.65473 32.9989 5.57943 33.6637 3.53497 34.1423C2.30281 34.4308 1.19892 33.3753 1.44963 32.1291C1.87997 29.99 2.53739 27.8488 3.23794 25.9937C1.88534 23.5797 1.1143 20.7959 1.1143 17.833ZM22.5347 21.476C22.985 20.7898 23.9063 20.5986 24.5925 21.0489C25.2787 21.4991 25.4699 22.4204 25.0196 23.1066C23.3879 25.593 20.5427 26.7496 17.8328 26.7496C15.1229 26.7496 12.2776 25.593 10.646 23.1066C10.1957 22.4204 10.3869 21.4991 11.0731 21.0489C11.7593 20.5986 12.6806 20.7898 13.1309 21.476C14.0999 22.9525 15.8987 23.7774 17.8328 23.7774C19.7669 23.7774 21.5657 22.9525 22.5347 21.476ZM12.6315 11.1456C13.4523 11.1456 14.1176 11.811 14.1176 12.6317V14.1178C14.1176 14.9386 13.4523 15.6039 12.6315 15.6039C11.8107 15.6039 11.1454 14.9386 11.1454 14.1178V12.6317C11.1454 11.811 11.8107 11.1456 12.6315 11.1456ZM21.548 12.6317C21.548 11.811 22.2133 11.1456 23.0341 11.1456C23.8549 11.1456 24.5202 11.811 24.5202 12.6317V14.1178C24.5202 14.9386 23.8549 15.6039 23.0341 15.6039C22.2133 15.6039 21.548 14.9386 21.548 14.1178V12.6317Z", fill: "currentColor" })
291
+ }
292
+ );
293
+ };
294
+ var IconCheck = ({
295
+ size = 24,
296
+ className,
297
+ color,
298
+ "aria-label": ariaLabel,
299
+ "aria-hidden": ariaHidden = !ariaLabel,
300
+ ...props
301
+ }) => {
302
+ return /* @__PURE__ */ jsx(
303
+ "svg",
304
+ {
305
+ width: size,
306
+ height: size,
307
+ viewBox: "0 0 36 36",
308
+ fill: "none",
309
+ xmlns: "http://www.w3.org/2000/svg",
310
+ className,
311
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
312
+ "aria-label": ariaLabel,
313
+ "aria-hidden": ariaHidden,
314
+ ...props,
315
+ children: /* @__PURE__ */ jsx("path", { d: "M27.2621 10.614C28.0052 11.2347 28.1978 12.2967 27.7127 13.1346C26.4748 15.2727 24.1957 19.1561 23.2589 20.4052C22.3865 21.5683 19.8083 24.8583 18.1666 26.9475C17.4127 27.9069 15.9838 27.9701 15.1454 27.0836L8.79044 20.3641C8.04638 19.5773 8.06361 18.3413 8.82931 17.5756L11.1647 15.2402C11.9996 14.4053 13.3721 14.4715 14.1227 15.3828L16.532 18.3078L22.0111 9.23061C22.6446 8.18108 24.0646 7.94328 25.0055 8.72916L27.2621 10.614Z", fill: "currentColor" })
316
+ }
317
+ );
318
+ };
319
+ var IconChevronDown = ({
320
+ size = 24,
321
+ className,
322
+ color,
323
+ "aria-label": ariaLabel,
324
+ "aria-hidden": ariaHidden = !ariaLabel,
325
+ ...props
326
+ }) => {
327
+ return /* @__PURE__ */ jsx(
328
+ "svg",
329
+ {
330
+ width: size,
331
+ height: size,
332
+ viewBox: "0 0 36 36",
333
+ fill: "none",
334
+ xmlns: "http://www.w3.org/2000/svg",
335
+ className,
336
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
337
+ "aria-label": ariaLabel,
338
+ "aria-hidden": ariaHidden,
339
+ ...props,
340
+ children: /* @__PURE__ */ jsx("path", { d: "M19.1616 28.565C18.4666 29.0609 17.5334 29.0609 16.8384 28.565L0.419193 16.8502C0.156147 16.6625 -4.2632e-07 16.3593 -4.12195e-07 16.0361L-7.95687e-08 8.4265C-4.50888e-08 7.6377 0.870594 7.15943 1.53635 7.58251L17.5 17.7271L34.4848 7.51703C35.1513 7.11637 36 7.59643 36 8.37409L36 16.0361C36 16.3593 35.8439 16.6625 35.5808 16.8502L19.1616 28.565Z", fill: "currentColor" })
341
+ }
342
+ );
343
+ };
344
+ var IconChevronLeft = ({
345
+ size = 24,
346
+ className,
347
+ color,
348
+ "aria-label": ariaLabel,
349
+ "aria-hidden": ariaHidden = !ariaLabel,
350
+ ...props
351
+ }) => {
352
+ return /* @__PURE__ */ jsx(
353
+ "svg",
354
+ {
355
+ width: size,
356
+ height: size,
357
+ viewBox: "0 0 36 36",
358
+ fill: "none",
359
+ xmlns: "http://www.w3.org/2000/svg",
360
+ className,
361
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
362
+ "aria-label": ariaLabel,
363
+ "aria-hidden": ariaHidden,
364
+ ...props,
365
+ children: /* @__PURE__ */ jsx("path", { d: "M7.43498 19.1616C6.93909 18.4666 6.93909 17.5334 7.43498 16.8384L19.1498 0.419192C19.3375 0.156146 19.6407 -8.52641e-07 19.9639 -8.24391e-07L27.5735 -1.59137e-07C28.3623 -9.01777e-08 28.8406 0.870594 28.4175 1.53635L18.2729 17.5L28.483 34.4848C28.8836 35.1513 28.4036 36 27.6259 36L19.9639 36C19.6407 36 19.3375 35.8439 19.1498 35.5808L7.43498 19.1616Z", fill: "currentColor" })
366
+ }
367
+ );
368
+ };
369
+ var IconChevronRight = ({
370
+ size = 24,
371
+ className,
372
+ color,
373
+ "aria-label": ariaLabel,
374
+ "aria-hidden": ariaHidden = !ariaLabel,
375
+ ...props
376
+ }) => {
377
+ return /* @__PURE__ */ jsx(
378
+ "svg",
379
+ {
380
+ width: size,
381
+ height: size,
382
+ viewBox: "0 0 36 36",
383
+ fill: "none",
384
+ xmlns: "http://www.w3.org/2000/svg",
385
+ className,
386
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
387
+ "aria-label": ariaLabel,
388
+ "aria-hidden": ariaHidden,
389
+ ...props,
390
+ children: /* @__PURE__ */ jsx("path", { d: "M28.565 16.8384C29.0609 17.5334 29.0609 18.4666 28.565 19.1616L16.8502 35.5808C16.6625 35.8439 16.3593 36 16.0361 36H8.42651C7.6377 36 7.15943 35.1294 7.58251 34.4637L17.7271 18.5L7.51703 1.51521C7.11637 0.848698 7.59643 0 8.37409 0L16.0361 0C16.3593 0 16.6625 0.156145 16.8502 0.419193L28.565 16.8384Z", fill: "currentColor" })
391
+ }
392
+ );
393
+ };
394
+ var IconChevronUp = ({
395
+ size = 24,
396
+ className,
397
+ color,
398
+ "aria-label": ariaLabel,
399
+ "aria-hidden": ariaHidden = !ariaLabel,
400
+ ...props
401
+ }) => {
402
+ return /* @__PURE__ */ jsx(
403
+ "svg",
404
+ {
405
+ width: size,
406
+ height: size,
407
+ viewBox: "0 0 36 36",
408
+ fill: "none",
409
+ xmlns: "http://www.w3.org/2000/svg",
410
+ className,
411
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
412
+ "aria-label": ariaLabel,
413
+ "aria-hidden": ariaHidden,
414
+ ...props,
415
+ children: /* @__PURE__ */ jsx("path", { d: "M16.8384 7.43498C17.5334 6.93909 18.4666 6.93909 19.1616 7.43498L35.5808 19.1498C35.8439 19.3375 36 19.6407 36 19.9639L36 27.5735C36 28.3623 35.1294 28.8406 34.4637 28.4175L18.5 18.2729L1.51521 28.483C0.848699 28.8836 1.18085e-08 28.4036 2.10821e-08 27.6259L1.12451e-07 19.9639C1.16304e-07 19.6407 0.156145 19.3375 0.419193 19.1498L16.8384 7.43498Z", fill: "currentColor" })
416
+ }
417
+ );
418
+ };
419
+ var IconChicken = ({
420
+ size = 24,
421
+ className,
422
+ color,
423
+ "aria-label": ariaLabel,
424
+ "aria-hidden": ariaHidden = !ariaLabel,
425
+ ...props
426
+ }) => {
427
+ return /* @__PURE__ */ jsxs(
428
+ "svg",
429
+ {
430
+ width: size,
431
+ height: size,
432
+ viewBox: "0 0 36 36",
433
+ fill: "none",
434
+ xmlns: "http://www.w3.org/2000/svg",
435
+ className,
436
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
437
+ "aria-label": ariaLabel,
438
+ "aria-hidden": ariaHidden,
439
+ ...props,
440
+ children: [
441
+ /* @__PURE__ */ jsx("path", { d: "M7.91504 23.8366C8.33765 24.6476 8.88291 25.4089 9.57031 26.0964C10.2577 26.7837 11.0191 27.3291 11.8301 27.7516L9.51953 29.405C9.34947 29.5267 9.27536 29.8388 9.43066 30.155C9.63017 30.561 9.74219 31.018 9.74219 31.4997C9.74205 33.1852 8.37596 34.5514 6.69043 34.5515C5.32258 34.5515 4.16561 33.6517 3.77734 32.4128C3.70033 32.1676 3.49429 31.9614 3.24902 31.8845C2.01084 31.4958 1.11136 30.3397 1.11133 28.9723C1.11133 27.2868 2.47842 25.9206 4.16406 25.9206C4.64704 25.9206 5.10488 26.0326 5.51172 26.2331C5.82827 26.3892 6.14173 26.3165 6.26367 26.1462L7.91504 23.8366Z", fill: "currentColor" }),
442
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23.0713 1.12176C25.9781 1.23311 28.6679 2.63661 30.8486 4.81708C33.0293 6.9978 34.4336 9.68838 34.5449 12.5954C34.657 15.5226 33.4517 18.5019 30.7344 21.2194C28.0416 23.9123 24.2976 25.9206 20.6709 26.7292C17.0857 27.5284 13.3092 27.2084 10.8838 24.7829C8.45827 22.3574 8.13821 18.581 8.9375 14.9958C9.74601 11.3691 11.7535 7.62518 14.4463 4.93231C17.164 2.21462 20.1438 1.00964 23.0713 1.12176ZM26.208 18.5309C25.7728 18.0958 25.0671 18.096 24.6318 18.5309C23.5552 19.6075 22.1133 20.4868 20.6309 21.0065C19.1345 21.5311 17.7106 21.6516 16.6406 21.3591C16.047 21.1968 15.434 21.5458 15.2715 22.1393C15.1092 22.733 15.4592 23.346 16.0527 23.5085C17.702 23.9594 19.6112 23.7264 21.3691 23.11C23.141 22.4888 24.8763 21.4388 26.208 20.1071C26.643 19.6718 26.6431 18.9661 26.208 18.5309Z", fill: "currentColor" })
443
+ ]
444
+ }
445
+ );
446
+ };
447
+ var IconClose = ({
448
+ size = 24,
449
+ className,
450
+ color,
451
+ "aria-label": ariaLabel,
452
+ "aria-hidden": ariaHidden = !ariaLabel,
453
+ ...props
454
+ }) => {
455
+ return /* @__PURE__ */ jsxs(
456
+ "svg",
457
+ {
458
+ width: size,
459
+ height: size,
460
+ viewBox: "0 0 36 36",
461
+ fill: "none",
462
+ xmlns: "http://www.w3.org/2000/svg",
463
+ className,
464
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
465
+ "aria-label": ariaLabel,
466
+ "aria-hidden": ariaHidden,
467
+ ...props,
468
+ children: [
469
+ /* @__PURE__ */ jsx("path", { d: "M20.8278 15.313C26.099 20.5843 28.6114 23.2426 29.7871 24.5379C30.7815 25.6335 31.209 27.1804 30.3779 28.2619C30.1224 28.5943 29.7778 28.9917 29.3137 29.4558C28.8498 29.9198 28.4531 30.2636 28.1209 30.5189C27.0393 31.3505 25.4915 30.9238 24.3957 29.9292C23.1005 28.7535 20.4421 26.2411 15.1709 20.9699C9.90025 15.6992 7.38862 13.0416 6.21296 11.7464C5.21835 10.6506 4.79163 9.10283 5.62321 8.02128C5.87857 7.68901 6.22236 7.29239 6.6863 6.82843C7.1504 6.36433 7.54786 6.0197 7.88022 5.76428C8.96174 4.93318 10.5087 5.36062 11.6043 6.35509C12.8995 7.53073 15.557 10.0423 20.8278 15.313Z", fill: "currentColor" }),
470
+ /* @__PURE__ */ jsx("path", { d: "M15.1723 15.313C9.901 20.5843 7.38863 23.2426 6.21296 24.5379C5.2185 25.6335 4.79105 27.1804 5.62215 28.2619C5.87757 28.5943 6.2222 28.9917 6.6863 29.4558C7.15026 29.9198 7.54689 30.2636 7.87916 30.5189C8.96071 31.3505 10.5085 30.9238 11.6043 29.9292C12.8995 28.7535 15.5579 26.2411 20.8291 20.9699C26.0998 15.6992 28.6114 13.0416 29.7871 11.7464C30.7817 10.6506 31.2084 9.10283 30.3768 8.02128C30.1214 7.68901 29.7777 7.29239 29.3137 6.82843C28.8496 6.36433 28.4522 6.0197 28.1198 5.76428C27.0383 4.93318 25.4913 5.36062 24.3957 6.35509C23.1005 7.53073 20.443 10.0423 15.1723 15.313Z", fill: "currentColor" })
471
+ ]
472
+ }
473
+ );
474
+ };
475
+ var IconCloudLightning = ({
476
+ size = 24,
477
+ className,
478
+ color,
479
+ "aria-label": ariaLabel,
480
+ "aria-hidden": ariaHidden = !ariaLabel,
481
+ ...props
482
+ }) => {
483
+ return /* @__PURE__ */ jsxs(
484
+ "svg",
485
+ {
486
+ width: size,
487
+ height: size,
488
+ viewBox: "0 0 36 36",
489
+ fill: "none",
490
+ xmlns: "http://www.w3.org/2000/svg",
491
+ className,
492
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
493
+ "aria-label": ariaLabel,
494
+ "aria-hidden": ariaHidden,
495
+ ...props,
496
+ children: [
497
+ /* @__PURE__ */ jsx("path", { d: "M23.0342 17.833C24.239 17.833 25.2608 17.8942 26.0498 17.9668C27.0607 18.0598 27.7126 19.0071 27.418 19.9785C26.8354 21.8984 26.0148 23.7593 26.0068 23.7773H27.3057C28.563 23.7775 29.2344 25.2224 28.3955 26.1592C26.4367 28.3466 23.3185 31.6603 20.0703 34.4365C19.5526 34.8785 18.7899 34.4282 18.9092 33.7578C19.4854 30.5176 20.0625 27.4922 20.0625 27.4922C19.1175 27.4833 18.2063 27.4823 17.457 27.4834C16.5062 27.4848 15.8 26.6138 16.042 25.6943C16.4537 24.1305 17.156 21.7281 18.1523 19.2275C18.4104 18.5801 18.9736 18.1089 19.665 18.0215C20.4082 17.9276 21.5314 17.833 23.0342 17.833Z", fill: "currentColor" }),
498
+ /* @__PURE__ */ jsx("path", { d: "M18.418 1.11621C23.6558 1.15339 27.3336 4.47414 28.333 9.19824C32.038 10.4003 34.5517 13.5731 34.5518 17.833C34.5518 20.4685 33.5858 22.7256 31.9141 24.3457C31.6301 24.6209 31.3272 24.876 31.0078 25.1104C30.9649 23.8368 30.2344 22.6344 29.0967 22.0049C29.2515 21.5671 29.4071 21.0996 29.5508 20.626C30.2642 18.2744 28.6397 15.9666 26.2539 15.7471C25.404 15.6688 24.3138 15.6045 23.0342 15.6045C21.4373 15.6045 20.2208 15.705 19.3857 15.8105C17.8198 16.0084 16.6135 17.069 16.082 18.4023C15.041 21.0149 14.3123 23.5106 13.8867 25.127C13.7057 25.8145 13.7282 26.4838 13.9082 27.0889C12.5607 27.0652 11.3649 27.0291 10.3057 26.9863C7.71898 26.8819 5.41644 25.9588 3.75195 24.3457C2.08023 22.7256 1.11426 20.4685 1.11426 17.833C1.11427 13.5731 3.6281 10.4003 7.33301 9.19824C8.33245 4.47414 12.0102 1.15339 17.248 1.11621C17.4392 1.11485 17.6341 1.11426 17.833 1.11426C18.0319 1.11426 18.2268 1.11485 18.418 1.11621Z", fill: "currentColor" })
499
+ ]
500
+ }
501
+ );
502
+ };
503
+ var IconCoffee = ({
504
+ size = 24,
505
+ className,
506
+ color,
507
+ "aria-label": ariaLabel,
508
+ "aria-hidden": ariaHidden = !ariaLabel,
509
+ ...props
510
+ }) => {
511
+ return /* @__PURE__ */ jsxs(
512
+ "svg",
513
+ {
514
+ width: size,
515
+ height: size,
516
+ viewBox: "0 0 36 36",
517
+ fill: "none",
518
+ xmlns: "http://www.w3.org/2000/svg",
519
+ className,
520
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
521
+ "aria-label": ariaLabel,
522
+ "aria-hidden": ariaHidden,
523
+ ...props,
524
+ children: [
525
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.8613 11.5176C19.6684 11.5176 22.508 11.7798 24.0869 12.0137C25.453 12.2161 26.4596 13.204 26.7461 14.4893H27.9629C30.7898 14.4894 33.5328 16.4602 33.7451 19.6328C33.7843 20.2178 33.8086 20.8593 33.8086 21.5479C33.8086 22.2366 33.7843 22.8788 33.7451 23.4639C33.5327 26.6364 30.7898 28.6073 27.9629 28.6074H26.8672C26.1705 31.793 23.704 34.1294 20.1963 34.3809C18.7672 34.4832 17.0097 34.5518 14.8613 34.5518C12.7127 34.5518 10.9546 34.4833 9.52539 34.3809C5.45609 34.089 2.78806 30.9909 2.65918 27.0166C2.62316 25.9049 2.60059 24.5881 2.60059 23.0342C2.60059 18.8703 2.76259 16.3381 2.91211 14.8857C3.06402 13.4109 4.13137 12.2365 5.63477 12.0137C7.21366 11.7798 10.0538 11.5176 14.8613 11.5176ZM27.0332 18.2041C27.0863 19.4944 27.1211 21.0859 27.1211 23.0342C27.1211 23.6954 27.1168 24.3138 27.1094 24.8916H27.9629C29.1967 24.8915 29.9792 24.0951 30.0381 23.2158C30.0721 22.7076 30.0938 22.1482 30.0938 21.5479C30.0937 20.9476 30.0721 20.389 30.0381 19.8809C29.9792 19.0016 29.1967 18.2042 27.9629 18.2041H27.0332Z", fill: "currentColor" }),
526
+ /* @__PURE__ */ jsx("path", { d: "M12.6318 2.22949C13.4525 2.22949 14.118 2.89427 14.1182 3.71484V8.91699C14.1179 9.73754 13.4524 10.4023 12.6318 10.4023C11.8113 10.4023 11.1458 9.7375 11.1455 8.91699V3.71484C11.1457 2.89431 11.8113 2.22956 12.6318 2.22949Z", fill: "currentColor" }),
527
+ /* @__PURE__ */ jsx("path", { d: "M18.5762 0.743164C19.3969 0.743164 20.0625 1.40875 20.0625 2.22949V7.43066C20.0624 8.25133 19.3969 8.91699 18.5762 8.91699C17.7555 8.91694 17.09 8.2513 17.0898 7.43066V2.22949C17.0898 1.40878 17.7554 0.743216 18.5762 0.743164Z", fill: "currentColor" })
528
+ ]
529
+ }
530
+ );
531
+ };
532
+ var IconComputer = ({
533
+ size = 24,
534
+ className,
535
+ color,
536
+ "aria-label": ariaLabel,
537
+ "aria-hidden": ariaHidden = !ariaLabel,
538
+ ...props
539
+ }) => {
540
+ return /* @__PURE__ */ jsx(
541
+ "svg",
542
+ {
543
+ width: size,
544
+ height: size,
545
+ viewBox: "0 0 36 36",
546
+ fill: "none",
547
+ xmlns: "http://www.w3.org/2000/svg",
548
+ className,
549
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
550
+ "aria-label": ariaLabel,
551
+ "aria-hidden": ariaHidden,
552
+ ...props,
553
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M23.1847 25.4615H32.6088C32.6606 24.1361 32.6938 22.5419 32.6938 20.6318C32.6938 16.2363 32.5184 13.5136 32.3435 11.8896C32.1686 10.2656 31.0257 9.00343 29.3966 8.72309C27.4216 8.38322 23.8604 8 17.8329 8C11.8054 8 8.24412 8.38322 6.26918 8.72309C4.64009 9.00343 3.49719 10.2656 3.32227 11.8896C3.14736 13.5136 2.972 16.2363 2.972 20.6318C2.972 22.5419 3.00511 24.1361 3.05692 25.4615H12.4812C13.7654 25.4615 14.9345 26.1072 15.6273 27.1334H20.0385C20.7313 26.1072 21.9005 25.4615 23.1847 25.4615ZM1.20587 29.6474C1.13241 28.5804 1.98676 27.6907 3.04668 27.6907H12.4807C13.1646 27.6907 13.7693 28.1343 13.9748 28.7865C14.0827 29.1294 14.4006 29.3625 14.76 29.3625H20.9049C21.2643 29.3625 21.5822 29.1294 21.6902 28.7865C21.8956 28.1343 22.5004 27.6907 23.1842 27.6907H32.6182C33.6781 27.6907 34.5324 28.5804 34.459 29.6474C34.4153 30.2827 34.3696 30.8086 34.3246 31.2436C34.1739 32.6996 33.1039 33.6607 31.6827 33.816C29.4398 34.0613 25.1305 34.3781 17.8324 34.3781C10.5344 34.3781 6.22513 34.0613 3.98215 33.816C2.56096 33.6607 1.49094 32.6996 1.34024 31.2436C1.29522 30.8086 1.24961 30.2827 1.20587 29.6474Z", fill: "currentColor" })
554
+ }
555
+ );
556
+ };
557
+ var IconCurrency = ({
558
+ size = 24,
559
+ className,
560
+ color,
561
+ "aria-label": ariaLabel,
562
+ "aria-hidden": ariaHidden = !ariaLabel,
563
+ ...props
564
+ }) => {
565
+ return /* @__PURE__ */ jsxs(
566
+ "svg",
567
+ {
568
+ width: size,
569
+ height: size,
570
+ viewBox: "0 0 36 36",
571
+ fill: "none",
572
+ xmlns: "http://www.w3.org/2000/svg",
573
+ className,
574
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
575
+ "aria-label": ariaLabel,
576
+ "aria-hidden": ariaHidden,
577
+ ...props,
578
+ children: [
579
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.833 7.05859C23.7832 7.05882 28.6064 11.8828 28.6064 17.833C28.6064 23.7832 23.7832 28.6072 17.833 28.6074C11.8826 28.6074 7.05859 23.7834 7.05859 17.833C7.05862 11.8827 11.8827 7.05859 17.833 7.05859ZM20.1836 10.1055C18.9434 9.91644 17.1621 10.0044 15.8711 11.5127C15.0351 12.4895 14.7618 13.6819 14.6729 14.7842C14.6294 15.323 14.6284 15.8977 14.6396 16.457H13.374C12.7586 16.4572 12.2598 16.9568 12.2598 17.5723C12.26 18.1876 12.7588 18.6864 13.374 18.6865H14.6777C14.6592 19.412 14.5825 20.0153 14.3916 20.5107C14.172 21.0806 13.7866 21.55 12.9697 21.8682C12.4816 22.0584 12.1918 22.5626 12.2734 23.0801C12.3785 23.7453 12.9501 24.0011 13.5381 24.0312C13.9762 24.0537 15.0085 24.1015 16.3232 24.1289C18.0703 24.1654 20.3395 24.166 22.3721 24.0176C22.9859 23.9728 23.4471 23.4391 23.4023 22.8252C23.3575 22.2113 22.8238 21.7501 22.21 21.7949C20.2115 21.9409 18.2025 21.94 16.2002 21.8965C16.3036 21.7087 16.3941 21.5131 16.4717 21.3115C16.7955 20.4709 16.8897 19.5532 16.9082 18.6865H20.8047C21.4201 18.6865 21.9187 18.1877 21.9189 17.5723C21.9189 16.9567 21.4202 16.457 20.8047 16.457H16.8691C16.8568 15.9381 16.8555 15.4478 16.8945 14.9639C16.9668 14.0678 17.1697 13.4243 17.5645 12.9629C18.131 12.3009 18.9516 12.1721 19.8477 12.3086C20.2834 12.375 20.6821 12.499 20.9756 12.6094C21.1266 12.6662 21.2745 12.7307 21.4199 12.7998C21.9682 13.0601 22.6216 12.8697 22.9014 12.3311C23.1866 11.7818 22.9622 11.1059 22.4053 10.8359L21.7607 10.5234C21.3694 10.3762 20.8158 10.2018 20.1836 10.1055Z", fill: "currentColor" }),
580
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.833 1.11426C27.0662 1.11446 34.5508 8.59979 34.5508 17.833C34.5508 27.0662 27.0662 34.5516 17.833 34.5518C8.59964 34.5518 1.11426 27.0664 1.11426 17.833C1.11428 8.59966 8.59966 1.11426 17.833 1.11426ZM17.833 4.83008C10.6515 4.83008 4.82912 10.6515 4.8291 17.833C4.8291 25.0145 10.6515 30.8359 17.833 30.8359C25.0144 30.8357 30.8359 25.0144 30.8359 17.833C30.8359 10.6516 25.0143 4.83028 17.833 4.83008Z", fill: "currentColor" })
581
+ ]
582
+ }
583
+ );
584
+ };
585
+ var IconCursor = ({
586
+ size = 24,
587
+ className,
588
+ color,
589
+ "aria-label": ariaLabel,
590
+ "aria-hidden": ariaHidden = !ariaLabel,
591
+ ...props
592
+ }) => {
593
+ return /* @__PURE__ */ jsx(
594
+ "svg",
595
+ {
596
+ width: size,
597
+ height: size,
598
+ viewBox: "0 0 36 36",
599
+ fill: "none",
600
+ xmlns: "http://www.w3.org/2000/svg",
601
+ className,
602
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
603
+ "aria-label": ariaLabel,
604
+ "aria-hidden": ariaHidden,
605
+ ...props,
606
+ children: /* @__PURE__ */ jsx("path", { d: "M5.79673 1.12296C3.02066 0.59406 0.594417 3.0203 1.12332 5.79637C3.33096 17.3837 6.00692 25.085 7.52948 28.8997C8.3926 31.062 10.9112 31.9108 12.9046 30.6958C14.1943 29.9097 15.8556 28.8242 17.6555 27.4646L21.3755 32.3293C22.7991 34.1909 25.4408 35.0671 27.6045 33.5356C28.5328 32.8786 29.6229 31.9912 30.8073 30.8068C31.9916 29.6224 32.879 28.5324 33.536 27.6041C35.0674 25.4403 34.1914 22.7987 32.3297 21.3751L27.465 17.655C28.8247 15.8552 29.91 14.1938 30.6962 12.9042C31.9112 10.9109 31.0624 8.39223 28.9 7.52911C25.0854 6.00656 17.384 3.3306 5.79673 1.12296Z", fill: "currentColor" })
607
+ }
608
+ );
609
+ };
610
+ var IconCut = ({
611
+ size = 24,
612
+ className,
613
+ color,
614
+ "aria-label": ariaLabel,
615
+ "aria-hidden": ariaHidden = !ariaLabel,
616
+ ...props
617
+ }) => {
618
+ return /* @__PURE__ */ jsxs(
619
+ "svg",
620
+ {
621
+ width: size,
622
+ height: size,
623
+ viewBox: "0 0 36 36",
624
+ fill: "none",
625
+ xmlns: "http://www.w3.org/2000/svg",
626
+ className,
627
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
628
+ "aria-label": ariaLabel,
629
+ "aria-hidden": ariaHidden,
630
+ ...props,
631
+ children: [
632
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M8.91699 2.60059C12.8152 2.60081 15.9754 5.76096 15.9756 9.65918C15.9756 11.0088 15.5964 12.2706 14.9395 13.3428C15.9942 12.7334 17.3828 11.9555 18.8896 11.1777C20.5108 10.341 22.2752 9.50102 23.9111 8.86914C25.535 8.24186 27.076 7.80185 28.2354 7.80176C31.6132 7.80176 33.3306 9.78041 34.0254 10.8945C34.3993 11.4946 34.0427 12.1865 33.4453 12.3818C31.316 13.0775 24.9583 15.2101 18.7764 17.833C21.0066 18.7792 23.26 19.6614 25.3291 20.4355C24.9488 20.4341 24.5556 20.4336 24.1494 20.4336C17.5158 20.4336 14.3734 20.6448 13.5811 20.708C15.0486 22.001 15.9755 23.8953 15.9756 26.0059C15.9756 26.8601 15.8239 27.6796 15.5459 28.4375C14.5552 31.1383 11.9611 33.0653 8.91699 33.0654C5.01856 33.0654 1.85758 29.9052 1.85742 26.0068C1.85742 23.6507 3.01239 21.5638 4.78516 20.2822C5.59828 19.6198 6.86513 18.7696 8.38867 17.833C6.86512 16.8965 5.59827 16.0462 4.78516 15.3838C3.01238 14.1022 1.85742 12.0153 1.85742 9.65918C1.85763 5.76082 5.01858 2.60059 8.91699 2.60059ZM8.91699 24.1494C7.89107 24.1494 7.05859 24.9809 7.05859 26.0068C7.05876 27.0326 7.89117 27.8643 8.91699 27.8643C9.94263 27.864 10.7743 27.0325 10.7744 26.0068C10.7744 24.9811 9.94273 24.1496 8.91699 24.1494ZM8.91699 7.80176C7.8912 7.80176 7.0588 8.63344 7.05859 9.65918C7.05859 10.6851 7.89107 11.5176 8.91699 11.5176C9.94273 11.5174 10.7744 10.685 10.7744 9.65918C10.7742 8.63357 9.9426 7.80198 8.91699 7.80176Z", fill: "currentColor" }),
633
+ /* @__PURE__ */ jsx("path", { d: "M21.5488 23.0342C22.3694 23.0344 23.0342 23.6999 23.0342 24.5205C23.0341 25.3411 22.3694 26.0066 21.5488 26.0068H20.0625C19.2418 26.0068 18.5762 25.3412 18.5762 24.5205C18.5762 23.6997 19.2417 23.0342 20.0625 23.0342H21.5488Z", fill: "currentColor" }),
634
+ /* @__PURE__ */ jsx("path", { d: "M27.4932 23.0342C28.3137 23.0344 28.9785 23.6999 28.9785 24.5205C28.9785 25.3411 28.3137 26.0066 27.4932 26.0068H26.0068C25.1861 26.0068 24.5205 25.3412 24.5205 24.5205C24.5205 23.6997 25.1861 23.0342 26.0068 23.0342H27.4932Z", fill: "currentColor" }),
635
+ /* @__PURE__ */ jsx("path", { d: "M33.4375 23.0342C34.2581 23.0344 34.9229 23.6999 34.9229 24.5205C34.9228 25.3411 34.258 26.0066 33.4375 26.0068H31.9512C31.1304 26.0068 30.4649 25.3412 30.4648 24.5205C30.4648 23.6997 31.1304 23.0342 31.9512 23.0342H33.4375Z", fill: "currentColor" })
636
+ ]
637
+ }
638
+ );
639
+ };
640
+ var IconDark = ({
641
+ size = 24,
642
+ className,
643
+ color,
644
+ "aria-label": ariaLabel,
645
+ "aria-hidden": ariaHidden = !ariaLabel,
646
+ ...props
647
+ }) => {
648
+ return /* @__PURE__ */ jsx(
649
+ "svg",
650
+ {
651
+ width: size,
652
+ height: size,
653
+ viewBox: "0 0 36 36",
654
+ fill: "none",
655
+ xmlns: "http://www.w3.org/2000/svg",
656
+ className,
657
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
658
+ "aria-label": ariaLabel,
659
+ "aria-hidden": ariaHidden,
660
+ ...props,
661
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8331 1.11457C27.0665 1.11457 34.5516 8.5997 34.5516 17.8331C34.5516 27.0664 27.0665 34.5516 17.8331 34.5516C8.59975 34.5516 1.11462 27.0664 1.11462 17.8331C1.11462 8.5997 8.59975 1.11457 17.8331 1.11457ZM24.521 11.8893C25.2107 11.8893 25.7767 11.0809 25.2962 10.5862C23.4059 8.64012 20.7609 7.43104 17.8336 7.43104C12.0884 7.43104 7.43102 12.0884 7.43102 17.8337C7.43102 23.5789 12.0884 28.2363 17.8336 28.2363C20.7609 28.2363 23.4059 27.0272 25.2962 25.0811C25.7767 24.5864 25.2107 23.778 24.521 23.778C21.2381 23.778 18.5767 21.1166 18.5767 17.8337C18.5767 14.5507 21.2381 11.8893 24.521 11.8893Z", fill: "currentColor" })
662
+ }
663
+ );
664
+ };
665
+ var IconDownload = ({
666
+ size = 24,
667
+ className,
668
+ color,
669
+ "aria-label": ariaLabel,
670
+ "aria-hidden": ariaHidden = !ariaLabel,
671
+ ...props
672
+ }) => {
673
+ return /* @__PURE__ */ jsxs(
674
+ "svg",
675
+ {
676
+ width: size,
677
+ height: size,
678
+ viewBox: "0 0 36 36",
679
+ fill: "none",
680
+ xmlns: "http://www.w3.org/2000/svg",
681
+ className,
682
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
683
+ "aria-label": ariaLabel,
684
+ "aria-hidden": ariaHidden,
685
+ ...props,
686
+ children: [
687
+ /* @__PURE__ */ jsx("path", { d: "M27.5703 20.4805C29.4238 20.5477 30.9961 20.6202 32.0546 20.6729C33.4609 20.7431 34.561 21.9275 34.4931 23.3525C34.3938 25.4334 34.1396 29.4555 33.5468 31.8096C33.1464 33.3994 31.7365 34.1614 30.3955 34.2588C28.5757 34.391 24.9128 34.5518 17.833 34.5518C10.7535 34.5518 7.09125 34.391 5.27143 34.2588C3.93041 34.1615 2.52052 33.3995 2.12006 31.8096C1.52729 29.4555 1.27209 25.4334 1.1728 23.3525C1.10489 21.9273 2.20576 20.7429 3.61225 20.6729C4.67089 20.6202 6.24299 20.5477 8.09662 20.4805C9.44543 20.4317 10.6029 21.4253 10.7665 22.7607L11.0673 25.2148C11.0903 25.401 11.248 25.5409 11.4355 25.541H24.2304C24.4181 25.541 24.5766 25.401 24.5996 25.2148L24.8994 22.7607C25.063 21.4251 26.2213 20.4315 27.5703 20.4805Z", fill: "currentColor" }),
688
+ /* @__PURE__ */ jsx("path", { d: "M17.833 1.11426C18.4016 1.11426 18.9276 1.14087 19.3847 1.17773C20.616 1.27707 21.4764 2.31364 21.5234 3.50195L21.8124 10.8242C22.6115 10.8467 23.2913 10.876 23.8671 10.9072C24.7193 10.9534 25.3774 11.391 25.6562 12.0381C25.9355 12.6865 25.7985 13.4621 25.2353 14.1064C24.6577 14.7669 23.9132 15.5764 22.9619 16.5459C21.2772 18.2626 20.0167 19.2321 19.1796 19.7715C18.3444 20.3097 17.3226 20.3097 16.4872 19.7715C15.6501 19.232 14.3888 18.2631 12.704 16.5459C11.7532 15.5768 11.009 14.7678 10.4316 14.1074C9.86807 13.463 9.73136 12.6867 10.0107 12.0381C10.2896 11.3909 10.9475 10.9525 11.7997 10.9062C12.3754 10.875 13.0547 10.8467 13.8535 10.8242L14.1425 3.50195C14.1894 2.31353 15.0498 1.27711 16.2812 1.17773C16.7384 1.14085 17.2642 1.11427 17.833 1.11426Z", fill: "currentColor" })
689
+ ]
690
+ }
691
+ );
692
+ };
693
+ var IconError = ({
694
+ size = 24,
695
+ className,
696
+ color,
697
+ "aria-label": ariaLabel,
698
+ "aria-hidden": ariaHidden = !ariaLabel,
699
+ ...props
700
+ }) => {
701
+ return /* @__PURE__ */ jsx(
702
+ "svg",
703
+ {
704
+ width: size,
705
+ height: size,
706
+ viewBox: "0 0 36 36",
707
+ fill: "none",
708
+ xmlns: "http://www.w3.org/2000/svg",
709
+ className,
710
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
711
+ "aria-label": ariaLabel,
712
+ "aria-hidden": ariaHidden,
713
+ ...props,
714
+ children: /* @__PURE__ */ jsx("path", { d: "M18 0C27.9411 0 36 8.05887 36 18C36 27.9411 27.9411 36 18 36C8.05887 36 0 27.9411 0 18C0 8.05887 8.05887 0 18 0ZM24.1133 10.0654C23.5411 9.49325 22.6425 9.41865 21.999 9.90918C21.1299 10.5721 19.8418 11.5891 18.4395 12.8037C17.037 11.589 15.7481 10.5722 14.8789 9.90918C14.2354 9.41871 13.3368 9.49326 12.7646 10.0654L10.0654 12.7646C9.49326 13.3368 9.41871 14.2354 9.90918 14.8789C10.5722 15.7481 11.59 17.036 12.8047 18.4385C11.5898 19.8412 10.5723 21.1297 9.90918 21.999C9.41865 22.6425 9.49325 23.5411 10.0654 24.1133L12.7646 26.8135C13.3369 27.3853 14.2356 27.4592 14.8789 26.9688C15.7482 26.3057 17.0368 25.2881 18.4395 24.0732C19.842 25.288 21.1297 26.3057 21.999 26.9688C22.6424 27.4592 23.5411 27.3853 24.1133 26.8135L26.8135 24.1133C27.3853 23.5411 27.4592 22.6424 26.9688 21.999C26.3057 21.1297 25.289 19.8411 24.0742 18.4385C25.2888 17.0361 26.3058 15.7481 26.9688 14.8789C27.4592 14.2356 27.3853 13.3368 26.8135 12.7646L24.1133 10.0654Z", fill: "currentColor" })
715
+ }
716
+ );
717
+ };
718
+ var IconEyeClosed = ({
719
+ size = 24,
720
+ className,
721
+ color,
722
+ "aria-label": ariaLabel,
723
+ "aria-hidden": ariaHidden = !ariaLabel,
724
+ ...props
725
+ }) => {
726
+ return /* @__PURE__ */ jsx(
727
+ "svg",
728
+ {
729
+ width: size,
730
+ height: size,
731
+ viewBox: "0 0 36 36",
732
+ fill: "none",
733
+ xmlns: "http://www.w3.org/2000/svg",
734
+ className,
735
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
736
+ "aria-label": ariaLabel,
737
+ "aria-hidden": ariaHidden,
738
+ ...props,
739
+ children: /* @__PURE__ */ jsx("path", { d: "M1.52452 17.4658C2.16427 17.0256 3.02561 17.149 3.51768 17.7285L3.61046 17.8505L3.61143 17.8515C3.61316 17.854 3.61669 17.8588 3.6212 17.8652C3.63062 17.8786 3.646 17.9003 3.6671 17.9296C3.70984 17.9891 3.77645 18.0804 3.86534 18.1982C4.04329 18.4339 4.31105 18.7765 4.66026 19.1904C5.36085 20.0206 6.38014 21.1272 7.65342 22.2294C10.2354 24.4646 13.6747 26.5253 17.5001 26.5253C21.3255 26.5253 24.7648 24.4646 27.3468 22.2294C28.6201 21.1272 29.6394 20.0206 30.3399 19.1904C30.6892 18.7765 30.9569 18.4339 31.1349 18.1982C31.2238 18.0804 31.2904 17.9891 31.3331 17.9296C31.3542 17.9003 31.3696 17.8786 31.379 17.8652C31.3835 17.8587 31.3871 17.854 31.3888 17.8515L31.3898 17.8505L31.4825 17.7285C31.9746 17.149 32.8359 17.0255 33.4757 17.4658C34.1578 17.9355 34.33 18.8694 33.8605 19.5517L32.6251 18.7011C33.8466 19.5417 33.8606 19.5511 33.8605 19.5517L33.8595 19.5537C33.859 19.5544 33.8582 19.5556 33.8575 19.5566C33.8561 19.5587 33.8539 19.5613 33.8517 19.5644C33.8471 19.5709 33.8408 19.5799 33.8331 19.5908C33.8177 19.6126 33.7963 19.6432 33.7687 19.6816C33.7132 19.7587 33.6329 19.8687 33.5294 20.0058C33.3225 20.2799 33.0208 20.6652 32.6329 21.125C31.878 22.0196 30.7848 23.2043 29.4161 24.4013L30.8692 25.6855C31.4897 26.2343 31.5478 27.1831 30.9991 27.8037C30.4503 28.4242 29.5015 28.4823 28.881 27.9335L27.048 26.3115C27.035 26.3 27.0233 26.2872 27.0108 26.2753C26.3959 26.6972 25.743 27.1027 25.0548 27.4755L26.1798 29.2607C26.6021 29.9313 26.3425 30.8289 25.5997 31.2666C24.8565 31.7041 23.911 31.5154 23.4884 30.8447L22.1632 28.7412C21.1667 29.0744 20.1196 29.3178 19.0284 29.4384L18.9903 31.7001C18.9772 32.4762 18.2554 33.0935 17.378 33.0791C16.5007 33.0646 15.8006 32.4244 15.8136 31.6484L15.8497 29.4248C14.8453 29.305 13.8789 29.0813 12.9552 28.7802L11.8995 30.7617C11.5276 31.46 10.6029 31.7088 9.83311 31.3173C9.06342 30.9256 8.74075 30.0422 9.11241 29.3437L10.0704 27.5439C9.33553 27.1525 8.64 26.7231 7.98741 26.2753C7.97525 26.2868 7.96488 26.3003 7.95225 26.3115L6.11924 27.9335C5.49873 28.4824 4.54993 28.4241 4.00108 27.8037C3.45226 27.1831 3.51045 26.2343 4.13096 25.6855L5.58311 24.4013C4.21463 23.2044 3.12212 22.0195 2.36729 21.125C1.97938 20.6652 1.67771 20.2799 1.47081 20.0058C1.36731 19.8687 1.28705 19.7587 1.23155 19.6816C1.20394 19.6432 1.18247 19.6126 1.1671 19.5908C1.15945 19.5799 1.1531 19.571 1.14854 19.5644C1.14636 19.5613 1.14415 19.5587 1.14268 19.5566C1.142 19.5556 1.14125 19.5544 1.14073 19.5537L1.13975 19.5527C1.13944 19.5522 1.13943 19.5515 2.3751 18.7011L1.13975 19.5527C0.67018 18.8703 0.842326 17.9355 1.52452 17.4658Z", fill: "currentColor" })
740
+ }
741
+ );
742
+ };
743
+ var IconEyeOpen = ({
744
+ size = 24,
745
+ className,
746
+ color,
747
+ "aria-label": ariaLabel,
748
+ "aria-hidden": ariaHidden = !ariaLabel,
749
+ ...props
750
+ }) => {
751
+ return /* @__PURE__ */ jsxs(
752
+ "svg",
753
+ {
754
+ width: size,
755
+ height: size,
756
+ viewBox: "0 0 36 36",
757
+ fill: "none",
758
+ xmlns: "http://www.w3.org/2000/svg",
759
+ className,
760
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
761
+ "aria-label": ariaLabel,
762
+ "aria-hidden": ariaHidden,
763
+ ...props,
764
+ children: [
765
+ /* @__PURE__ */ jsx("path", { d: "M17.5 11.4992C21.0898 11.4992 23.9999 14.4094 24 17.9992C24 21.589 21.0898 24.4992 17.5 24.4992C13.9101 24.4992 11 21.589 11 17.9992C11 16.682 11.3929 15.4568 12.0664 14.4328C12.0242 14.6149 12 14.8043 12 14.9992C12 16.3799 13.1193 17.4992 14.5 17.4992C15.8807 17.4992 17 16.3799 17 14.9992C16.9999 13.6186 15.8806 12.4992 14.5 12.4992C14.305 12.4992 14.1157 12.5234 13.9336 12.5656C14.9576 11.8921 16.1827 11.4992 17.5 11.4992Z", fill: "currentColor" }),
766
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.3701 3.00017C18.1983 2.9878 18.88 3.64851 18.8925 4.47673L18.9345 7.30486C18.9359 7.39505 18.928 7.48348 18.914 7.56951C20.2532 7.70296 21.511 8.02285 22.6855 8.47087L24.1904 5.76873C24.5937 5.04528 25.5078 4.7855 26.2314 5.18865C26.955 5.59188 27.2147 6.50601 26.8115 7.22966L25.3828 9.79412C26.2661 10.3268 27.0862 10.9218 27.8408 11.547C27.8715 11.5097 27.9045 11.4735 27.9394 11.4386L29.9394 9.43865C30.5252 8.85297 31.4747 8.85298 32.0605 9.43865C32.6463 10.0244 32.6462 10.9739 32.0605 11.5597L30.0605 13.5597C30.0473 13.573 30.0321 13.5842 30.0185 13.5969C31.2136 14.8641 32.153 16.1074 32.8173 17.0822C33.6063 18.2401 33.556 19.7306 32.7158 20.8517C30.2779 24.1041 24.5841 30.4992 17.5 30.4992C10.4158 30.4992 4.72198 24.1041 2.28414 20.8517C1.44391 19.7306 1.3936 18.24 2.18258 17.0822C2.8468 16.1075 3.78555 14.8639 4.98043 13.5969C4.96702 13.5844 4.95248 13.5728 4.93942 13.5597L2.93942 11.5597C2.35372 10.9739 2.35366 10.0244 2.93942 9.43865C3.52518 8.85297 4.47474 8.85298 5.06051 9.43865L7.06051 11.4386C7.09525 11.4734 7.12755 11.5099 7.15817 11.547C7.94527 10.8948 8.80338 10.2748 9.73043 9.72478L8.51363 7.13787C8.16092 6.3884 8.48198 5.49462 9.23141 5.14177C9.98086 4.78904 10.8746 5.1111 11.2275 5.86052L12.4345 8.42595C13.5373 8.01568 14.7125 7.71873 15.9589 7.58318C15.9459 7.50714 15.9367 7.42935 15.9355 7.34978L15.8935 4.52166C15.8812 3.69352 16.542 3.01278 17.3701 3.00017ZM17.5 9.49919C12.8056 9.4992 9.00005 13.3049 8.99996 17.9992C8.99996 22.6936 12.8056 26.4992 17.5 26.4992C22.1944 26.4992 26 22.6936 26 17.9992C25.9999 13.3049 22.1943 9.4992 17.5 9.49919Z", fill: "currentColor" })
767
+ ]
768
+ }
769
+ );
770
+ };
771
+ var IconFilter = ({
772
+ size = 24,
773
+ className,
774
+ color,
775
+ "aria-label": ariaLabel,
776
+ "aria-hidden": ariaHidden = !ariaLabel,
777
+ ...props
778
+ }) => {
779
+ return /* @__PURE__ */ jsx(
780
+ "svg",
781
+ {
782
+ width: size,
783
+ height: size,
784
+ viewBox: "0 0 36 36",
785
+ fill: "none",
786
+ xmlns: "http://www.w3.org/2000/svg",
787
+ className,
788
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
789
+ "aria-label": ariaLabel,
790
+ "aria-hidden": ariaHidden,
791
+ ...props,
792
+ children: /* @__PURE__ */ jsx("path", { d: "M17.8331 3.34369C9.2896 3.34369 5.07937 3.70499 3.23231 3.9423C1.9525 4.10672 1.11462 5.19954 1.11462 6.39501L1.11463 8.77252C1.11462 9.74918 1.46336 10.7195 2.17155 11.4588C3.61807 12.9689 7.02552 16.2809 11.9261 19.5126C12.0318 19.5824 12.0961 19.6935 12.1067 19.8074C12.5804 24.912 13.0148 28.4034 13.2463 30.1289C13.4169 31.4 14.5028 32.3223 15.7645 32.3223C16.2435 32.3223 16.7129 32.188 17.1193 31.9344L20.8541 29.6045C21.6416 29.1132 22.2733 28.3332 22.4845 27.3393C22.7341 26.1642 23.1229 23.9002 23.5416 19.8182C23.5534 19.703 23.6186 19.5927 23.7231 19.5239C28.6328 16.2886 32.0465 12.9706 33.4947 11.4588C34.2028 10.7195 34.5516 9.74918 34.5516 8.77252V6.39501C34.5516 5.19953 33.7138 4.10672 32.4339 3.9423C30.5869 3.70499 26.3766 3.34369 17.8331 3.34369Z", fill: "currentColor" })
793
+ }
794
+ );
795
+ };
796
+ var IconGift = ({
797
+ size = 24,
798
+ className,
799
+ color,
800
+ "aria-label": ariaLabel,
801
+ "aria-hidden": ariaHidden = !ariaLabel,
802
+ ...props
803
+ }) => {
804
+ return /* @__PURE__ */ jsxs(
805
+ "svg",
806
+ {
807
+ width: size,
808
+ height: size,
809
+ viewBox: "0 0 36 36",
810
+ fill: "none",
811
+ xmlns: "http://www.w3.org/2000/svg",
812
+ className,
813
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
814
+ "aria-label": ariaLabel,
815
+ "aria-hidden": ariaHidden,
816
+ ...props,
817
+ children: [
818
+ /* @__PURE__ */ jsx("path", { d: "M16.7178 34.5488C11.6562 34.5224 8.09345 34.3197 5.83887 34.1309C3.52343 33.9369 1.68253 32.2003 1.45605 29.8486C1.29706 28.1976 1.14787 25.8391 1.11914 22.6631H16.7178V34.5488Z", fill: "currentColor" }),
819
+ /* @__PURE__ */ jsx("path", { d: "M34.5459 22.6631C34.5171 25.8391 34.3689 28.1976 34.21 29.8486C33.9835 32.2002 32.1425 33.9367 29.8271 34.1309C27.5725 34.3197 24.0093 34.5224 18.9473 34.5488V22.6631H34.5459Z", fill: "currentColor" }),
820
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M25.2637 1.11426C28.5025 1.11426 30.8369 3.63262 30.8369 6.6875C30.8369 7.52472 30.6513 8.31953 30.3203 9.03223C32.3995 9.4143 33.9998 11.0661 34.21 13.248C34.3689 14.8991 34.5171 17.2576 34.5459 20.4336H18.9473V10.7773C18.5838 10.7754 18.2123 10.7744 17.833 10.7744C17.4534 10.7744 17.0814 10.7754 16.7178 10.7773V20.4336H1.11914C1.14787 17.2576 1.29705 14.8991 1.45605 13.248C1.66621 11.0658 3.26603 9.41299 5.3457 9.03125C5.01493 8.31874 4.83009 7.5244 4.83008 6.6875C4.83008 3.63276 7.16372 1.1145 10.4023 1.11426C13.0877 1.11426 15.2318 2.67688 16.6504 4.39941C17.1091 4.95651 17.5052 5.54594 17.833 6.13184C18.1608 5.54594 18.5578 4.95651 19.0166 4.39941C20.4352 2.67698 22.5784 1.11427 25.2637 1.11426ZM10.4023 3.34375C8.44014 3.34399 7.05957 4.81808 7.05957 6.6875C7.0596 7.49916 7.34775 8.24167 7.8291 8.82129C9.96991 8.68741 12.832 8.57194 16.4893 8.54883C16.4311 8.37809 16.3611 8.19545 16.2773 8.00293C15.9696 7.29512 15.5125 6.52508 14.9297 5.81738C13.7477 4.38207 12.1751 3.34375 10.4023 3.34375ZM25.2637 3.34375C23.4909 3.34376 21.9193 4.38208 20.7373 5.81738C20.1544 6.52514 19.6974 7.29504 19.3896 8.00293C19.3059 8.19554 19.235 8.37794 19.1768 8.54883C22.8345 8.57194 25.697 8.68739 27.8379 8.82129C28.3191 8.24171 28.6074 7.49903 28.6074 6.6875C28.6074 4.81793 27.2261 3.34375 25.2637 3.34375Z", fill: "currentColor" })
821
+ ]
822
+ }
823
+ );
824
+ };
825
+ var IconHandOk = ({
826
+ size = 24,
827
+ className,
828
+ color,
829
+ "aria-label": ariaLabel,
830
+ "aria-hidden": ariaHidden = !ariaLabel,
831
+ ...props
832
+ }) => {
833
+ return /* @__PURE__ */ jsx(
834
+ "svg",
835
+ {
836
+ width: size,
837
+ height: size,
838
+ viewBox: "0 0 36 36",
839
+ fill: "none",
840
+ xmlns: "http://www.w3.org/2000/svg",
841
+ className,
842
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
843
+ "aria-label": ariaLabel,
844
+ "aria-hidden": ariaHidden,
845
+ ...props,
846
+ children: /* @__PURE__ */ jsx("path", { d: "M27.7512 2.70091C27.2511 2.1354 26.516 1.81191 25.742 1.89828C24.7395 2.01016 23.1287 2.43004 22.4398 3.97199C22.0963 4.74087 22.3797 5.56206 22.6724 6.16903C22.9803 6.80729 23.2538 7.52909 23.4829 8.30698C21.7806 6.32153 19.3345 3.93022 16.5109 2.39102C15.7611 1.98226 14.8138 1.91374 14.0521 2.42651C13.314 2.92348 12.3927 3.79879 12.0881 5.18712C11.8507 6.26905 12.5625 7.19588 13.2798 7.77905C14.6924 8.9275 15.9345 10.3775 17.0014 11.9851C14.2678 11.1495 11.4343 11.1731 8.7977 12.4538C7.07437 13.2909 6.4209 15.4014 7.40421 17.0541C7.56209 17.3195 7.72318 17.5666 7.88115 17.7933C8.73231 19.015 10.2938 19.1152 11.5641 18.7864C12.8489 18.4539 13.9953 18.5174 14.9376 18.8983C15.8774 19.2783 16.6393 19.9838 17.1453 20.9828C17.6485 21.9765 17.2725 23.2095 16.3213 23.8934C15.9415 24.1666 15.5267 24.4146 15.1096 24.5779C13.1059 25.1676 10.982 23.7794 10.1986 21.4274C10.0017 20.8363 9.66847 20.2478 9.20979 19.8283C8.74457 19.4028 8.13527 19.1415 7.42832 19.2663C7.10083 19.3241 6.79204 19.398 6.50539 19.4806C4.88176 19.9483 4.02248 21.5753 4.24714 23.1891C4.82697 27.3542 6.93735 30.3063 9.9353 32.1833C11.4243 33.1156 13.1477 33.5561 14.8629 33.6976C19.0033 34.0393 22.8987 33.5244 25.2808 33.079C26.9245 32.7716 28.4832 31.9958 29.5264 30.629C31.0106 28.6842 32.9437 25.1869 33.0571 20.0816C33.2256 12.4952 30.4983 5.80676 27.7512 2.70091Z", fill: "currentColor" })
847
+ }
848
+ );
849
+ };
850
+ var IconHeart = ({
851
+ size = 24,
852
+ className,
853
+ color,
854
+ "aria-label": ariaLabel,
855
+ "aria-hidden": ariaHidden = !ariaLabel,
856
+ ...props
857
+ }) => {
858
+ return /* @__PURE__ */ jsxs(
859
+ "svg",
860
+ {
861
+ width: size,
862
+ height: size,
863
+ viewBox: "0 0 36 36",
864
+ fill: "none",
865
+ xmlns: "http://www.w3.org/2000/svg",
866
+ className,
867
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
868
+ "aria-label": ariaLabel,
869
+ "aria-hidden": ariaHidden,
870
+ ...props,
871
+ children: [
872
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#clip0_21_2772)", children: /* @__PURE__ */ jsx("path", { d: "M26.2286 2.72727C31.6252 2.72727 36 6.89951 36 12.0462C36 24.4715 21.6 33.2727 18 33.2727C14.4 33.2727 0 23.4361 0 12.0462C0 6.89951 4.37482 2.72727 9.77143 2.72727C13.2274 2.72727 16.2627 4.43942 18 7.02172C19.7373 4.43942 22.7726 2.72727 26.2286 2.72727Z", fill: "currentColor" }) }),
873
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_21_2772", children: /* @__PURE__ */ jsx("rect", { width: "36", height: "36", fill: "white" }) }) })
874
+ ]
875
+ }
876
+ );
877
+ };
878
+ var IconHelp = ({
879
+ size = 24,
880
+ className,
881
+ color,
882
+ "aria-label": ariaLabel,
883
+ "aria-hidden": ariaHidden = !ariaLabel,
884
+ ...props
885
+ }) => {
886
+ return /* @__PURE__ */ jsx(
887
+ "svg",
888
+ {
889
+ width: size,
890
+ height: size,
891
+ viewBox: "0 0 36 36",
892
+ fill: "none",
893
+ xmlns: "http://www.w3.org/2000/svg",
894
+ className,
895
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
896
+ "aria-label": ariaLabel,
897
+ "aria-hidden": ariaHidden,
898
+ ...props,
899
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8334 1.11457C12.3235 1.11457 8.46447 1.28432 6.03887 1.44595C3.62017 1.60712 1.6799 3.42004 1.45934 5.87273C1.27812 7.88801 1.10571 10.8869 1.10571 15.0035C1.10571 19.1201 1.27812 22.119 1.45934 24.1342C1.6799 26.5869 3.62017 28.3999 6.03886 28.5611C7.15681 28.6355 8.57919 28.7117 10.3273 28.7723V31.8909C10.3273 34.1358 12.9804 35.326 14.6571 33.8334L20.2199 28.8814C24.4774 28.8413 27.5689 28.6982 29.6279 28.5611C32.0466 28.3999 33.9868 26.5869 34.2075 24.1343C34.3886 22.119 34.5611 19.1201 34.5611 15.0035C34.5611 10.8869 34.3887 7.88801 34.2075 5.87273C33.9868 3.42004 32.0466 1.60712 29.6279 1.44595C27.2023 1.28432 23.3433 1.11457 17.8334 1.11457ZM17.2654 20.3096C16.2052 20.3096 15.3458 21.169 15.3458 22.2292C15.3458 23.2893 16.2052 24.1488 17.2654 24.1488C18.3256 24.1488 19.185 23.2893 19.185 22.2292C19.185 21.169 18.3256 20.3096 17.2654 20.3096ZM13.4611 9.06358C13.6609 8.26615 14.3101 7.39352 15.3768 6.70281C16.4294 6.02116 17.8097 5.57284 19.315 5.57284C21.144 5.57284 22.3416 6.21531 23.0964 7.0851C23.8736 7.98067 24.2686 9.22044 24.2686 10.5266C24.2686 11.8539 23.7921 12.7724 22.9558 13.5843C22.0618 14.4524 20.7818 15.1764 19.1613 16.0462C18.7996 16.2403 18.5739 16.6177 18.5739 17.0282V17.3375C18.5739 17.7478 18.2412 18.0805 17.8308 18.0805H16.255C15.8442 18.0805 15.5113 17.7472 15.5119 17.3364L15.5151 15.0922C15.5151 14.5906 15.8988 13.9846 16.8628 13.2657C17.5912 12.7226 18.4346 12.2689 19.2226 11.8449C19.4386 11.7287 19.6504 11.6147 19.8545 11.5018C20.3862 11.2076 20.5843 10.5418 20.2999 10.0049C20.0155 9.46787 19.3534 9.25767 18.8114 9.53222C17.834 10.0272 16.6067 10.7427 15.8988 11.1634C15.5443 11.374 15.3072 11.4606 15.1215 11.4707C14.4488 11.5074 13.9862 11.2431 13.7102 10.8625C13.4218 10.4649 13.2674 9.83731 13.4611 9.06358Z", fill: "currentColor" })
900
+ }
901
+ );
902
+ };
903
+ var IconIdentity = ({
904
+ size = 24,
905
+ className,
906
+ color,
907
+ "aria-label": ariaLabel,
908
+ "aria-hidden": ariaHidden = !ariaLabel,
909
+ ...props
910
+ }) => {
911
+ return /* @__PURE__ */ jsxs(
912
+ "svg",
913
+ {
914
+ width: size,
915
+ height: size,
916
+ viewBox: "0 0 36 36",
917
+ fill: "none",
918
+ xmlns: "http://www.w3.org/2000/svg",
919
+ className,
920
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
921
+ "aria-label": ariaLabel,
922
+ "aria-hidden": ariaHidden,
923
+ ...props,
924
+ children: [
925
+ /* @__PURE__ */ jsx("path", { d: "M17.833 1.11426C20.4863 1.11426 22.9503 1.78598 25.0693 2.99512C25.9604 3.50354 26.271 4.63827 25.7627 5.5293C25.2542 6.42026 24.1195 6.7309 23.2285 6.22266C21.679 5.33846 19.8509 4.83008 17.833 4.83008C11.7319 4.83015 7.12493 9.51943 7.06836 15.8281C7.0624 16.4934 7.05859 17.1888 7.05859 17.915C7.05859 18.6414 7.06239 19.3375 7.06836 20.0029C7.1164 25.3618 10.4484 29.525 15.1201 30.6777C16.1162 30.9235 16.7243 31.9297 16.4785 32.9258C16.2327 33.9218 15.2264 34.5298 14.2305 34.2842C7.82134 32.7027 3.41592 26.9969 3.35352 20.0361C3.34745 19.3595 3.34375 18.6524 3.34375 17.915C3.34375 17.1778 3.34745 16.4714 3.35352 15.7949C3.42739 7.5558 9.58632 1.11433 17.833 1.11426Z", fill: "currentColor" }),
926
+ /* @__PURE__ */ jsx("path", { d: "M27.5918 7.32715C28.4695 6.79609 29.6115 7.07736 30.1426 7.95508C31.5133 10.2206 32.2875 12.9035 32.3135 15.7949C32.3196 16.4714 32.3223 17.1778 32.3223 17.915C32.3223 18.6524 32.3196 19.3595 32.3135 20.0361C32.2511 26.9967 27.8454 32.7025 21.4365 34.2842C20.4405 34.5299 19.4333 33.9218 19.1875 32.9258C18.9418 31.9298 19.55 30.9236 20.5459 30.6777C25.2176 29.525 28.5497 25.3618 28.5977 20.0029C28.6037 19.3375 28.6074 18.6414 28.6074 17.915C28.6074 17.1888 28.6037 16.4934 28.5977 15.8281C28.5776 13.5841 27.9795 11.5568 26.9639 9.87793C26.4331 9.00028 26.7143 7.85824 27.5918 7.32715Z", fill: "currentColor" }),
927
+ /* @__PURE__ */ jsx("path", { d: "M17.8252 7.05859C22.6834 7.05859 26.2905 11.0064 26.3623 15.6973C26.3725 16.3605 26.3779 17.0727 26.3779 17.833C26.3779 18.5933 26.3725 19.3055 26.3623 19.9688C26.2905 24.6596 22.6834 28.6074 17.8252 28.6074H17.6973C13.1039 28.5934 9.53594 24.9969 9.30078 20.5332C9.24692 19.5088 10.0333 18.6342 11.0576 18.5801C12.0821 18.5262 12.9568 19.3134 13.0107 20.3379C13.1465 22.912 15.1653 24.8834 17.708 24.8916H17.8262C20.4895 24.8911 22.6041 22.742 22.6475 19.9121C22.6573 19.2676 22.6631 18.5743 22.6631 17.833C22.6631 17.0917 22.6573 16.3984 22.6475 15.7539C22.6041 12.9242 20.4893 10.7752 17.8262 10.7744H17.707C15.1736 10.7829 13.1465 12.7623 13.0107 15.3301C12.9566 16.3545 12.0821 17.142 11.0576 17.0879C10.0332 17.0338 9.24688 16.1591 9.30078 15.1348C9.53618 10.679 13.1116 7.07363 17.6973 7.05957L17.8252 7.05859Z", fill: "currentColor" }),
928
+ /* @__PURE__ */ jsx("path", { d: "M17.833 13.7461C18.8588 13.7461 19.6902 14.5778 19.6904 15.6035V20.0625C19.6903 21.0883 18.8588 21.9199 17.833 21.9199C16.8072 21.9199 15.9758 21.0883 15.9756 20.0625V15.6035C15.9758 14.5778 16.8072 13.7461 17.833 13.7461Z", fill: "currentColor" })
929
+ ]
930
+ }
931
+ );
932
+ };
933
+ var IconLaughing = ({
934
+ size = 24,
935
+ className,
936
+ color,
937
+ "aria-label": ariaLabel,
938
+ "aria-hidden": ariaHidden = !ariaLabel,
939
+ ...props
940
+ }) => {
941
+ return /* @__PURE__ */ jsxs(
942
+ "svg",
943
+ {
944
+ width: size,
945
+ height: size,
946
+ viewBox: "0 0 36 36",
947
+ fill: "none",
948
+ xmlns: "http://www.w3.org/2000/svg",
949
+ className,
950
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
951
+ "aria-label": ariaLabel,
952
+ "aria-hidden": ariaHidden,
953
+ ...props,
954
+ children: [
955
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8328 1.11426C25.9412 1.11444 32.7016 6.88727 34.2283 14.5469C33.2305 14.0343 32.2005 13.7678 31.4197 13.6191C30.7487 13.4915 30.1496 13.4312 29.7176 13.4023C29.5003 13.3878 29.3212 13.3811 29.1912 13.3779C29.126 13.3763 29.0725 13.3752 29.033 13.375C27.772 13.3671 26.744 14.413 26.7488 15.6592C26.7491 15.6987 26.7502 15.7516 26.7517 15.8164C26.7549 15.9464 26.7616 16.1261 26.7762 16.3438C26.8051 16.7758 26.8652 17.3749 26.993 18.0459C27.2314 19.2989 27.7744 21.1926 29.1492 22.5674C30.4165 23.8347 32.0896 24.0136 33.5486 23.5479C31.2139 29.9668 25.0587 34.5516 17.8328 34.5518C10.6067 34.5518 4.45075 29.9669 2.116 23.5479C3.57493 24.0136 5.24809 23.8347 6.51541 22.5674C7.89023 21.1926 8.43325 19.2989 8.67166 18.0459C8.79939 17.3749 8.85963 16.7758 8.88846 16.3438C8.90302 16.1261 8.90968 15.9464 8.91287 15.8164C8.9145 15.7516 8.91558 15.6987 8.9158 15.6592C8.92063 14.4129 7.89261 13.367 6.63162 13.375C6.59213 13.3752 6.53928 13.3763 6.4744 13.3779C6.34438 13.3811 6.16461 13.3878 5.94705 13.4023C5.51503 13.4312 4.91595 13.4915 4.2449 13.6191C3.46417 13.7678 2.4341 14.0343 1.43631 14.5469C2.96308 6.88715 9.72425 1.11426 17.8328 1.11426ZM26.2527 23.0029C26.7449 21.5932 25.2976 20.4592 23.8279 20.7227C22.2355 21.0081 20.1241 21.2783 17.8328 21.2783C15.5412 21.2783 13.4292 21.0081 11.8367 20.7227C10.367 20.4592 8.91979 21.5933 9.4119 23.0029C10.6271 26.4824 13.9388 28.9785 17.8328 28.9785C21.7266 28.9783 25.0377 26.4823 26.2527 23.0029ZM11.5086 8.17383C10.1138 8.17385 9.1166 8.71859 8.4744 9.30566C7.92813 9.80505 7.66997 10.291 7.57694 10.4844C7.21763 11.2309 7.5379 12.168 8.31229 12.5068C9.05273 12.8308 9.91338 12.5034 10.2537 11.7754C10.2679 11.7496 10.3458 11.621 10.4793 11.499C10.6498 11.3431 10.9531 11.1455 11.5086 11.1455C12.0641 11.1455 12.3674 11.3431 12.5379 11.499C12.6713 11.621 12.7492 11.7496 12.7635 11.7754C13.1038 12.5034 13.9645 12.8308 14.7049 12.5068C15.4792 12.1681 15.7995 11.2308 15.4402 10.4844C15.3471 10.2909 15.0889 9.805 14.5428 9.30566C13.9005 8.71861 12.9033 8.17383 11.5086 8.17383ZM24.1404 8.17383C22.7457 8.17385 21.7485 8.71861 21.1062 9.30566C20.5601 9.80505 20.3018 10.291 20.2088 10.4844C19.8539 11.2327 20.1665 12.1666 20.9441 12.5068C21.6846 12.8308 22.5452 12.5034 22.8855 11.7754C22.8997 11.7496 22.9776 11.621 23.1111 11.499C23.2816 11.3431 23.5849 11.1455 24.1404 11.1455C24.6959 11.1455 24.9992 11.3431 25.1697 11.499C25.3032 11.621 25.3811 11.7496 25.3953 11.7754C25.7356 12.5034 26.5963 12.8308 27.3367 12.5068C28.1739 12.1405 28.4227 11.1388 28.0222 10.3848C27.9001 10.1549 27.6424 9.73343 27.1746 9.30566C26.5324 8.71861 25.5351 8.17383 24.1404 8.17383Z", fill: "currentColor" }),
956
+ /* @__PURE__ */ jsx("path", { d: "M6.68729 15.6035C6.68729 15.6035 6.72372 19.2076 4.94022 20.9912C4.09594 21.8355 2.59677 21.7051 1.59158 20.7002C0.586544 19.6951 0.455633 18.196 1.29959 17.3516C3.08323 15.568 6.68729 15.6035 6.68729 15.6035Z", fill: "currentColor" }),
957
+ /* @__PURE__ */ jsx("path", { d: "M28.9783 15.6035C28.9783 15.6035 32.5824 15.568 34.366 17.3516C35.21 18.196 35.0799 19.6951 34.075 20.7002C33.0698 21.7054 31.5698 21.8356 30.7254 20.9912C28.942 19.2075 28.9783 15.6035 28.9783 15.6035Z", fill: "currentColor" })
958
+ ]
959
+ }
960
+ );
961
+ };
962
+ var IconLightning = ({
963
+ size = 24,
964
+ className,
965
+ color,
966
+ "aria-label": ariaLabel,
967
+ "aria-hidden": ariaHidden = !ariaLabel,
968
+ ...props
969
+ }) => {
970
+ return /* @__PURE__ */ jsx(
971
+ "svg",
972
+ {
973
+ width: size,
974
+ height: size,
975
+ viewBox: "0 0 36 36",
976
+ fill: "none",
977
+ xmlns: "http://www.w3.org/2000/svg",
978
+ className,
979
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
980
+ "aria-label": ariaLabel,
981
+ "aria-hidden": ariaHidden,
982
+ ...props,
983
+ children: /* @__PURE__ */ jsx("path", { d: "M23.5916 1.29448C20.871 1.13792 16.2281 0.976193 11.6505 1.31092C10.1286 1.42222 8.81449 2.40606 8.27311 3.82887C5.96492 9.8951 4.86534 15.4906 4.39687 18.455C4.10298 20.3148 5.4547 21.973 7.31387 22.1006C8.90262 22.2097 11.236 22.3227 13.9605 22.3078C13.6702 24.6661 13.3677 27.8121 13.0675 31.1962C12.7985 34.2279 16.444 36.0504 18.6138 33.7253C24.1843 27.7566 29.2909 21.119 32.0915 17.3362C33.6321 15.2552 32.2752 12.3442 29.6445 12.2758C28.4318 12.2442 26.9444 12.2261 25.1942 12.2413C25.7118 9.9833 26.1798 7.53111 26.61 5.16364C26.9594 3.2409 25.5822 1.40902 23.5916 1.29448Z", fill: "currentColor" })
984
+ }
985
+ );
986
+ };
987
+ var IconLine = ({
988
+ size = 24,
989
+ className,
990
+ color,
991
+ "aria-label": ariaLabel,
992
+ "aria-hidden": ariaHidden = !ariaLabel,
993
+ ...props
994
+ }) => {
995
+ return /* @__PURE__ */ jsx(
996
+ "svg",
997
+ {
998
+ width: size,
999
+ height: size,
1000
+ viewBox: "0 0 36 36",
1001
+ fill: "none",
1002
+ xmlns: "http://www.w3.org/2000/svg",
1003
+ className,
1004
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1005
+ "aria-label": ariaLabel,
1006
+ "aria-hidden": ariaHidden,
1007
+ ...props,
1008
+ children: /* @__PURE__ */ jsx("path", { d: "M17.999 14C25.4537 14 29.11 14.1032 30.8572 14.1878C32.3351 14.2593 33.7312 15.0509 33.9082 16.4033C33.9626 16.8189 34 17.3437 34 18C34 18.6561 33.9626 19.1797 33.9082 19.5952C33.7315 20.948 32.3353 21.7407 30.8572 21.8122C29.11 21.8968 25.4536 22 17.999 22C10.5452 22 6.89001 21.8968 5.14284 21.8122C3.66472 21.7407 2.26852 20.948 2.09176 19.5952C2.03737 19.1797 2.00002 18.6561 2 18C2 17.3437 2.03736 16.8189 2.09176 16.4033C2.26884 15.0509 3.66493 14.2593 5.14284 14.1878C6.88998 14.1032 10.5451 14 17.999 14Z", fill: "currentColor" })
1009
+ }
1010
+ );
1011
+ };
1012
+ var IconList = ({
1013
+ size = 24,
1014
+ className,
1015
+ color,
1016
+ "aria-label": ariaLabel,
1017
+ "aria-hidden": ariaHidden = !ariaLabel,
1018
+ ...props
1019
+ }) => {
1020
+ return /* @__PURE__ */ jsxs(
1021
+ "svg",
1022
+ {
1023
+ width: size,
1024
+ height: size,
1025
+ viewBox: "0 0 36 36",
1026
+ fill: "none",
1027
+ xmlns: "http://www.w3.org/2000/svg",
1028
+ className,
1029
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1030
+ "aria-label": ariaLabel,
1031
+ "aria-hidden": ariaHidden,
1032
+ ...props,
1033
+ children: [
1034
+ /* @__PURE__ */ jsx("path", { d: "M8.17383 19.3193C10.0245 19.3193 11.4439 19.3739 12.4766 19.4385C14.1179 19.5411 15.3827 20.8049 15.4854 22.4463C15.5499 23.479 15.6035 24.8991 15.6035 26.75C15.6035 28.6006 15.5499 30.0201 15.4854 31.0527C15.3827 32.6941 14.1179 33.9579 12.4766 34.0605C11.4439 34.1251 10.0245 34.1797 8.17383 34.1797C6.32284 34.1797 4.90288 34.1251 3.87012 34.0605C2.22877 33.9579 0.964934 32.6941 0.862305 31.0527C0.797738 30.0201 0.743172 28.6006 0.743164 26.75C0.743164 24.8991 0.797737 23.479 0.862305 22.4463C0.964934 20.8049 2.22876 19.5411 3.87012 19.4385C4.90287 19.3739 6.32284 19.3193 8.17383 19.3193Z", fill: "currentColor" }),
1035
+ /* @__PURE__ */ jsx("path", { d: "M24.5205 28.2354C26.8618 28.2354 28.1639 28.2873 28.8799 28.3379C29.704 28.3961 30.3781 28.9972 30.4365 29.876C30.4532 30.1288 30.4648 30.4447 30.4648 30.8359C30.4648 31.2272 30.4532 31.543 30.4365 31.7959C30.3783 32.6749 29.7041 33.2767 28.8799 33.335C28.1639 33.3856 26.8618 33.4365 24.5205 33.4365C22.1788 33.4365 20.8761 33.3856 20.1602 33.335C19.3361 33.2766 18.6627 32.6748 18.6045 31.7959C18.5878 31.543 18.5762 31.2272 18.5762 30.8359C18.5762 30.4447 18.5878 30.1288 18.6045 29.876C18.6629 28.9973 19.3362 28.3963 20.1602 28.3379C20.8761 28.2873 22.1788 28.2354 24.5205 28.2354Z", fill: "currentColor" }),
1036
+ /* @__PURE__ */ jsx("path", { d: "M26.749 20.0625C30.5571 20.0625 32.4249 20.1297 33.3174 20.1846C34.0723 20.2311 34.7855 20.7458 34.876 21.625C34.9038 21.8952 34.9229 22.2364 34.9229 22.6631C34.9228 23.0897 34.9038 23.43 34.876 23.7002C34.7857 24.5797 34.0725 25.0951 33.3174 25.1416C32.4249 25.1965 30.5571 25.2637 26.749 25.2637C22.9413 25.2637 21.0742 25.1965 20.1816 25.1416C19.4266 25.0951 18.7133 24.5797 18.623 23.7002C18.5953 23.43 18.5762 23.0897 18.5762 22.6631C18.5762 22.2364 18.5953 21.8952 18.623 21.625C18.7135 20.7458 19.4267 20.2311 20.1816 20.1846C21.0741 20.1297 22.9413 20.0625 26.749 20.0625Z", fill: "currentColor" }),
1037
+ /* @__PURE__ */ jsx("path", { d: "M8.17383 1.48633C10.0245 1.48633 11.4439 1.54091 12.4766 1.60547C14.1179 1.7081 15.3827 2.97193 15.4854 4.61328C15.5499 5.64602 15.6035 7.06613 15.6035 8.91699C15.6035 10.7676 15.5499 12.187 15.4854 13.2197C15.3827 14.861 14.1179 16.1249 12.4766 16.2275C11.4439 16.2921 10.0245 16.3467 8.17383 16.3467C6.32284 16.3467 4.90288 16.2921 3.87012 16.2275C2.22877 16.1249 0.964934 14.8611 0.862305 13.2197C0.797737 12.1871 0.743174 10.7676 0.743164 8.91699C0.743164 7.0661 0.79774 5.64603 0.862305 4.61328C0.964934 2.97193 2.22876 1.70809 3.87012 1.60547C4.90287 1.54089 6.32284 1.48633 8.17383 1.48633Z", fill: "currentColor" }),
1038
+ /* @__PURE__ */ jsx("path", { d: "M24.5205 10.4023C26.8618 10.4023 28.1639 10.4543 28.8799 10.5049C29.704 10.5631 30.3781 11.1641 30.4365 12.043C30.4532 12.2958 30.4648 12.6117 30.4648 13.0029C30.4648 13.3942 30.4532 13.71 30.4365 13.9629C30.3783 14.8419 29.7041 15.4427 28.8799 15.501C28.1639 15.5516 26.8618 15.6035 24.5205 15.6035C22.1788 15.6035 20.8761 15.5516 20.1602 15.501C19.3361 15.4425 18.6627 14.8418 18.6045 13.9629C18.5878 13.71 18.5762 13.3942 18.5762 13.0029C18.5762 12.6117 18.5878 12.2958 18.6045 12.043C18.6629 11.1643 19.3362 10.5633 20.1602 10.5049C20.8761 10.4543 22.1788 10.4023 24.5205 10.4023Z", fill: "currentColor" }),
1039
+ /* @__PURE__ */ jsx("path", { d: "M26.749 2.22949C30.5571 2.22949 32.4249 2.2966 33.3174 2.35156C34.0723 2.39806 34.7855 2.91271 34.876 3.79199C34.9038 4.06221 34.9229 4.40336 34.9229 4.83008C34.9228 5.25665 34.9038 5.59704 34.876 5.86719C34.7857 6.7467 34.0725 7.26209 33.3174 7.30859C32.4248 7.36355 30.5571 7.43066 26.749 7.43066C22.9413 7.43066 21.0742 7.36355 20.1816 7.30859C19.4266 7.26209 18.7133 6.7467 18.623 5.86719C18.5953 5.59704 18.5762 5.25665 18.5762 4.83008C18.5762 4.40336 18.5953 4.06221 18.623 3.79199C18.7135 2.91271 19.4267 2.39806 20.1816 2.35156C21.0741 2.29661 22.9413 2.2295 26.749 2.22949Z", fill: "currentColor" })
1040
+ ]
1041
+ }
1042
+ );
1043
+ };
1044
+ var IconLoading = ({
1045
+ size = 24,
1046
+ className,
1047
+ color,
1048
+ "aria-label": ariaLabel,
1049
+ "aria-hidden": ariaHidden = !ariaLabel,
1050
+ ...props
1051
+ }) => {
1052
+ return /* @__PURE__ */ jsxs(
1053
+ "svg",
1054
+ {
1055
+ width: size,
1056
+ height: size,
1057
+ viewBox: "0 0 36 37",
1058
+ fill: "none",
1059
+ xmlns: "http://www.w3.org/2000/svg",
1060
+ className,
1061
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1062
+ "aria-label": ariaLabel,
1063
+ "aria-hidden": ariaHidden,
1064
+ ...props,
1065
+ children: [
1066
+ /* @__PURE__ */ jsx("path", { opacity: "0.3", d: "M18 0.0986328C27.941 0.0986328 35.9998 8.15764 36 18.0986C36 28.0398 27.9411 36.0986 18 36.0986C8.05887 36.0986 0 28.0398 0 18.0986C0.00015079 8.15764 8.05897 0.0986328 18 0.0986328ZM18 6.52734C11.6094 6.52734 6.42886 11.708 6.42871 18.0986C6.42871 24.4894 11.6093 29.6699 18 29.6699C24.3907 29.6699 29.5713 24.4894 29.5713 18.0986C29.5711 11.708 24.3906 6.52734 18 6.52734Z", fill: "currentColor" }),
1067
+ /* @__PURE__ */ jsx("path", { d: "M18 0C25.7895 0 32.423 4.94775 34.9297 11.8721L29.2354 15.2305C28.0169 10.2702 23.6025 6.56706 18.2988 6.43262L18 6.42871V0Z", fill: "currentColor" })
1068
+ ]
1069
+ }
1070
+ );
1071
+ };
1072
+ var IconMenu = ({
1073
+ size = 24,
1074
+ className,
1075
+ color,
1076
+ "aria-label": ariaLabel,
1077
+ "aria-hidden": ariaHidden = !ariaLabel,
1078
+ ...props
1079
+ }) => {
1080
+ return /* @__PURE__ */ jsxs(
1081
+ "svg",
1082
+ {
1083
+ width: size,
1084
+ height: size,
1085
+ viewBox: "0 0 36 36",
1086
+ fill: "none",
1087
+ xmlns: "http://www.w3.org/2000/svg",
1088
+ className,
1089
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1090
+ "aria-label": ariaLabel,
1091
+ "aria-hidden": ariaHidden,
1092
+ ...props,
1093
+ children: [
1094
+ /* @__PURE__ */ jsx("path", { d: "M17.999 3C25.4537 3 29.11 3.10322 30.8572 3.18776C32.3351 3.25928 33.7312 4.05087 33.9082 5.4033C33.9626 5.81893 34 6.34366 34 7C34 7.65612 33.9626 8.17968 33.9082 8.59519C33.7315 9.94798 32.3353 10.7407 30.8572 10.8122C29.11 10.8968 25.4536 11 17.999 11C10.5452 11 6.89001 10.8968 5.14284 10.8122C3.66472 10.7407 2.26852 9.94798 2.09176 8.59519C2.03737 8.17968 2.00002 7.65612 2 7C2 6.34366 2.03736 5.81893 2.09176 5.4033C2.26884 4.05087 3.66493 3.25928 5.14284 3.18776C6.88998 3.10323 10.5451 3.00001 17.999 3Z", fill: "currentColor" }),
1095
+ /* @__PURE__ */ jsx("path", { d: "M17.999 14C25.4537 14 29.11 14.1032 30.8572 14.1878C32.3351 14.2593 33.7312 15.0509 33.9082 16.4033C33.9626 16.8189 34 17.3437 34 18C34 18.6561 33.9626 19.1797 33.9082 19.5952C33.7315 20.948 32.3353 21.7407 30.8572 21.8122C29.11 21.8968 25.4536 22 17.999 22C10.5452 22 6.89001 21.8968 5.14284 21.8122C3.66472 21.7407 2.26852 20.948 2.09176 19.5952C2.03737 19.1797 2.00002 18.6561 2 18C2 17.3437 2.03736 16.8189 2.09176 16.4033C2.26884 15.0509 3.66493 14.2593 5.14284 14.1878C6.88998 14.1032 10.5451 14 17.999 14Z", fill: "currentColor" }),
1096
+ /* @__PURE__ */ jsx("path", { d: "M17.999 25C25.4537 25 29.11 25.1032 30.8572 25.1878C32.3351 25.2593 33.7312 26.0509 33.9082 27.4033C33.9626 27.8189 34 28.3437 34 29C34 29.6561 33.9626 30.1797 33.9082 30.5952C33.7315 31.948 32.3353 32.7407 30.8572 32.8122C29.11 32.8968 25.4536 33 17.999 33C10.5452 33 6.89001 32.8968 5.14284 32.8122C3.66472 32.7407 2.26852 31.948 2.09176 30.5952C2.03737 30.1797 2.00002 29.6561 2 29C2 28.3437 2.03736 27.8189 2.09176 27.4033C2.26884 26.0509 3.66493 25.2593 5.14284 25.1878C6.88998 25.1032 10.5451 25 17.999 25Z", fill: "currentColor" })
1097
+ ]
1098
+ }
1099
+ );
1100
+ };
1101
+ var IconMicrophone = ({
1102
+ size = 24,
1103
+ className,
1104
+ color,
1105
+ "aria-label": ariaLabel,
1106
+ "aria-hidden": ariaHidden = !ariaLabel,
1107
+ ...props
1108
+ }) => {
1109
+ return /* @__PURE__ */ jsx(
1110
+ "svg",
1111
+ {
1112
+ width: size,
1113
+ height: size,
1114
+ viewBox: "0 0 36 36",
1115
+ fill: "none",
1116
+ xmlns: "http://www.w3.org/2000/svg",
1117
+ className,
1118
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1119
+ "aria-label": ariaLabel,
1120
+ "aria-hidden": ariaHidden,
1121
+ ...props,
1122
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M11.7982 3.46772C13.3166 1.95966 15.4188 1.11603 17.8326 1.11603C20.2464 1.11603 22.3487 1.95966 23.867 3.46772C25.3828 4.97331 26.2495 7.07385 26.3226 9.47108C26.357 10.5965 26.3776 11.8908 26.3776 13.3763C26.3776 14.8617 26.357 16.156 26.3226 17.2814C26.2495 19.6787 25.3828 21.7792 23.867 23.2848C22.3487 24.7929 20.2464 25.6365 17.8326 25.6365C15.4188 25.6365 13.3166 24.7929 11.7982 23.2848C10.2824 21.7792 9.41579 19.6787 9.34268 17.2814C9.30835 16.156 9.28762 14.8617 9.28762 13.3763C9.28762 11.8908 9.30835 10.5965 9.34268 9.47108C9.41579 7.07385 10.2824 4.97331 11.7982 3.46772ZM7.09985 14.4909C7.21287 14.4909 7.32441 14.4973 7.43409 14.51C7.44182 15.5503 7.46002 16.49 7.48588 17.3381C7.57185 20.1545 8.59844 22.7248 10.4892 24.6028C12.3866 26.4873 14.974 27.4941 17.8326 27.4941C20.6913 27.4941 23.2787 26.4873 25.1761 24.6028C27.0668 22.7248 28.0934 20.1545 28.1794 17.3381C28.2053 16.4871 28.2235 15.5437 28.2312 14.499C28.3034 14.4936 28.3763 14.4909 28.4498 14.4909H29.255C30.9206 14.4909 32.2473 15.8781 32.2052 17.5275C32.0219 24.7103 27.5928 30.0007 20.9686 31.2822C20.9258 31.6995 20.8755 32.1163 20.8172 32.5329C20.6768 33.5352 19.9019 34.4449 18.7398 34.5242C18.4848 34.5416 18.1839 34.5531 17.8329 34.5531C17.4819 34.5531 17.181 34.5416 16.926 34.5242C15.7641 34.4449 14.9881 33.5352 14.8495 32.5306C14.7934 32.1243 14.7449 31.7149 14.7031 31.3054C8.01285 30.066 3.52871 24.756 3.34424 17.5275C3.30214 15.8781 4.62888 14.4909 6.29448 14.4909H7.09985Z", fill: "currentColor" })
1123
+ }
1124
+ );
1125
+ };
1126
+ var IconMinus = ({
1127
+ size = 24,
1128
+ className,
1129
+ color,
1130
+ "aria-label": ariaLabel,
1131
+ "aria-hidden": ariaHidden = !ariaLabel,
1132
+ ...props
1133
+ }) => {
1134
+ return /* @__PURE__ */ jsx(
1135
+ "svg",
1136
+ {
1137
+ width: size,
1138
+ height: size,
1139
+ viewBox: "0 0 36 36",
1140
+ fill: "none",
1141
+ xmlns: "http://www.w3.org/2000/svg",
1142
+ className,
1143
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1144
+ "aria-label": ariaLabel,
1145
+ "aria-hidden": ariaHidden,
1146
+ ...props,
1147
+ children: /* @__PURE__ */ jsx("path", { d: "M34.329 11.748C35.297 11.8852 36 12.7166 36 13.6943L36 22.3057C36 23.2834 35.297 24.1148 34.329 24.252C31.3141 24.6793 24.6571 25.5 18 25.5C11.3429 25.5 4.68588 24.6793 1.67101 24.252C0.703002 24.1148 -5.58781e-07 23.2834 -5.16046e-07 22.3057L-1.39625e-07 13.6943C-9.68896e-08 12.7166 0.703003 11.8852 1.67101 11.748C4.68588 11.3207 11.3429 10.5 18 10.5C24.6571 10.5 31.3141 11.3207 34.329 11.748Z", fill: "currentColor" })
1148
+ }
1149
+ );
1150
+ };
1151
+ var IconMoney = ({
1152
+ size = 24,
1153
+ className,
1154
+ color,
1155
+ "aria-label": ariaLabel,
1156
+ "aria-hidden": ariaHidden = !ariaLabel,
1157
+ ...props
1158
+ }) => {
1159
+ return /* @__PURE__ */ jsx(
1160
+ "svg",
1161
+ {
1162
+ width: size,
1163
+ height: size,
1164
+ viewBox: "0 0 36 36",
1165
+ fill: "none",
1166
+ xmlns: "http://www.w3.org/2000/svg",
1167
+ className,
1168
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1169
+ "aria-label": ariaLabel,
1170
+ "aria-hidden": ariaHidden,
1171
+ ...props,
1172
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8331 25.635C12.2878 25.635 8.41853 25.4947 6.00282 25.3625C3.63461 25.2328 1.65628 23.5127 1.41562 21.0703C1.25454 19.4356 1.11462 17.1445 1.11462 14.1178C1.11462 11.0912 1.25454 8.80009 1.41562 7.16534C1.65628 4.7229 3.63461 3.00287 6.00283 2.8732C8.41853 2.74093 12.2878 2.60065 17.8331 2.60065C23.3785 2.60065 27.2477 2.74093 29.6634 2.8732C32.0316 3.00287 34.0099 4.7229 34.2506 7.16534C34.4117 8.80009 34.5516 11.0912 34.5516 14.1178C34.5516 17.1445 34.4117 19.4356 34.2506 21.0703C34.0099 23.5128 32.0316 25.2328 29.6634 25.3625C27.2477 25.4947 23.3785 25.635 17.8331 25.635ZM17.8331 7.05891C18.4487 7.05891 18.9477 7.55794 18.9477 8.17348V8.855C19.5374 8.95932 20.0403 9.13275 20.4346 9.30521C20.8015 9.46563 21.1617 9.65228 21.4814 9.89519C21.96 10.2607 22.0566 10.9803 21.6905 11.4587C21.3181 11.9452 20.6233 12.0396 20.1348 11.6716C19.4836 11.198 18.6339 10.9864 17.8331 10.9864C17.2989 10.9864 16.7791 11.153 16.4167 11.3996C16.0463 11.6515 15.9756 11.8799 15.9756 11.9944C15.9756 12.2624 16.0917 12.4062 16.3226 12.5319C16.7801 12.7809 17.3192 12.8841 17.8357 12.983C17.9368 13.0023 18.0369 13.0215 18.1355 13.0415C18.8185 13.1806 19.7029 13.3605 20.4093 13.745C21.347 14.2553 21.9199 15.1646 21.9199 16.2404C21.9199 17.3389 21.2476 18.1721 20.5035 18.6783C20.0465 18.9892 19.5114 19.2175 18.9477 19.3488V20.0626C18.9477 20.6782 18.4487 21.1772 17.8331 21.1772C17.2176 21.1772 16.7186 20.6782 16.7186 20.0626V19.3798C15.8338 19.2233 14.9039 18.8896 14.1837 18.3386C13.6948 17.9646 13.6018 17.265 13.9759 16.7761C14.3482 16.2896 15.0431 16.1952 15.5315 16.5633C16.1763 17.0321 17.0501 17.2488 17.8332 17.2488C18.365 17.2488 18.8872 17.0818 19.2497 16.8353C19.6201 16.5833 19.6908 16.355 19.6908 16.2404C19.6908 15.9725 19.5747 15.8286 19.3438 15.703C18.8862 15.454 18.3474 15.3508 17.8309 15.2519C17.7298 15.2325 17.6295 15.2134 17.5308 15.1933C16.8478 15.0543 15.9635 14.8743 15.2571 14.4898C14.3193 13.9796 13.7464 13.0703 13.7464 11.9944C13.7464 10.8958 14.4188 10.0627 15.1629 9.55643C15.6199 9.24562 16.155 9.01735 16.7186 8.88606V8.17348C16.7186 7.55794 17.2176 7.05891 17.8331 7.05891ZM27.4927 12.6317C26.6719 12.6317 26.0066 13.2971 26.0066 14.1178C26.0066 14.9386 26.6719 15.6039 27.4927 15.6039H28.2357C29.0565 15.6039 29.7218 14.9386 29.7218 14.1178C29.7218 13.2971 29.0565 12.6317 28.2357 12.6317H27.4927ZM5.94441 14.1178C5.94441 13.2971 6.60976 12.6317 7.4305 12.6317H8.17354C8.99431 12.6317 9.65963 13.2971 9.65963 14.1178C9.65963 14.9386 8.99431 15.6039 8.17354 15.6039H7.4305C6.60976 15.6039 5.94441 14.9386 5.94441 14.1178ZM5.38092 26.7963C5.71584 26.2799 6.40603 26.1327 6.92249 26.4676C7.30137 26.7133 7.76182 26.8695 8.27452 26.8975C10.3247 27.0096 13.4601 27.1207 17.8333 27.1207C22.2064 27.1207 25.3418 27.0096 27.3919 26.8975C27.9047 26.8695 28.3651 26.7133 28.744 26.4676C29.2605 26.1327 29.9507 26.2799 30.2856 26.7963C30.6205 27.3128 30.4733 28.003 29.9568 28.3379C29.2458 28.799 28.408 29.0744 27.5136 29.1233C25.4201 29.2378 22.244 29.3499 17.8333 29.3499C13.4225 29.3499 10.2463 29.2378 8.15289 29.1233C7.25856 29.0744 6.42075 28.799 5.70963 28.3379C5.19316 28.003 5.046 27.3128 5.38092 26.7963ZM8.6456 31C8.90083 30.4398 9.56185 30.1926 10.122 30.4478C10.4207 30.5839 10.7585 30.6691 11.125 30.6876C12.6965 30.7674 14.9074 30.8371 17.8334 30.8371C20.7594 30.8371 22.9702 30.7674 24.5418 30.6876C24.9083 30.6691 25.246 30.5839 25.5448 30.4478C26.105 30.1926 26.7659 30.4398 27.0212 31C27.2763 31.5602 27.0291 32.2211 26.469 32.4764C25.911 32.7305 25.2977 32.8813 24.6547 32.9139C23.0433 32.9957 20.7947 33.0662 17.8334 33.0662C14.872 33.0662 12.6235 32.9957 11.0121 32.9139C10.3691 32.8813 9.75571 32.7305 9.19783 32.4764C8.63765 32.2211 8.39044 31.5602 8.6456 31Z", fill: "currentColor" })
1173
+ }
1174
+ );
1175
+ };
1176
+ var IconPhotos = ({
1177
+ size = 24,
1178
+ className,
1179
+ color,
1180
+ "aria-label": ariaLabel,
1181
+ "aria-hidden": ariaHidden = !ariaLabel,
1182
+ ...props
1183
+ }) => {
1184
+ return /* @__PURE__ */ jsx(
1185
+ "svg",
1186
+ {
1187
+ width: size,
1188
+ height: size,
1189
+ viewBox: "0 0 36 36",
1190
+ fill: "none",
1191
+ xmlns: "http://www.w3.org/2000/svg",
1192
+ className,
1193
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1194
+ "aria-label": ariaLabel,
1195
+ "aria-hidden": ariaHidden,
1196
+ ...props,
1197
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M14.4895 1.11462C10.6507 1.11462 7.82717 1.24257 5.90037 1.38019C3.44729 1.55539 1.55542 3.44726 1.38022 5.90034C1.2426 7.82714 1.11466 10.6507 1.11466 14.4894C1.11466 18.3281 1.2426 21.1517 1.38022 23.0785C1.55082 25.4672 3.34906 27.3236 5.70819 27.5813C5.62924 25.8635 5.57292 23.7399 5.57292 21.1768C5.57292 17.2887 5.70251 14.4121 5.84415 12.429C6.09834 8.86992 8.86996 6.09831 12.429 5.84411C14.4121 5.70248 17.2887 5.57289 21.1768 5.57289C23.74 5.57289 25.8635 5.6292 27.5814 5.70816C27.3237 3.34903 25.4672 1.55079 23.0785 1.38019C21.1517 1.24257 18.3282 1.11462 14.4895 1.11462ZM21.1768 7.80202C17.3381 7.80202 14.5146 7.92997 12.5878 8.06758C10.1347 8.24279 8.24283 10.1347 8.06762 12.5877C7.93001 14.5145 7.80205 17.3381 7.80205 21.1768C7.80205 25.0155 7.93001 27.8391 8.06762 29.7659C8.24283 32.219 10.1347 34.1108 12.5878 34.286C14.5146 34.4237 17.3381 34.5516 21.1768 34.5516C25.0156 34.5516 27.8391 34.4237 29.7659 34.286C32.219 34.1108 34.1109 32.219 34.2861 29.7659C34.4237 27.8391 34.5516 25.0155 34.5516 21.1768C34.5516 17.3381 34.4237 14.5145 34.2861 12.5877C34.1109 10.1347 32.219 8.24279 29.7659 8.06758C27.8391 7.92997 25.0156 7.80202 21.1768 7.80202ZM24.1492 15.2325C24.1492 13.591 25.4798 12.2603 27.1213 12.2603C28.7628 12.2603 30.0935 13.591 30.0935 15.2325C30.0935 16.8739 28.7628 18.2046 27.1213 18.2046C25.4798 18.2046 24.1492 16.8739 24.1492 15.2325ZM32.2608 25.5531C31.2394 24.6265 30.4434 23.9452 29.8367 23.4489C28.727 22.5413 27.2376 22.3976 26.02 23.2097C25.2296 23.7369 24.168 24.521 22.8036 25.6778C20.7294 23.7032 19.2817 22.4424 18.315 21.6518C17.2054 20.7441 15.716 20.6004 14.4984 21.4126C13.4891 22.0857 12.037 23.1782 10.0761 24.9317C10.1247 26.8724 10.2065 28.4208 10.2912 29.6071C10.3874 30.9542 11.3995 31.9663 12.7467 32.0626C14.6172 32.1962 17.3877 32.3225 21.177 32.3225C24.9663 32.3225 27.7367 32.1962 29.6072 32.0626C30.9544 31.9663 31.9665 30.9542 32.0627 29.6071C32.1382 28.5502 32.2114 27.206 32.2608 25.5531Z", fill: "currentColor" })
1198
+ }
1199
+ );
1200
+ };
1201
+ var IconPlus = ({
1202
+ size = 24,
1203
+ className,
1204
+ color,
1205
+ "aria-label": ariaLabel,
1206
+ "aria-hidden": ariaHidden = !ariaLabel,
1207
+ ...props
1208
+ }) => {
1209
+ return /* @__PURE__ */ jsx(
1210
+ "svg",
1211
+ {
1212
+ width: size,
1213
+ height: size,
1214
+ viewBox: "0 0 36 36",
1215
+ fill: "none",
1216
+ xmlns: "http://www.w3.org/2000/svg",
1217
+ className,
1218
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1219
+ "aria-label": ariaLabel,
1220
+ "aria-hidden": ariaHidden,
1221
+ ...props,
1222
+ children: /* @__PURE__ */ jsx("path", { d: "M21.4585 0C22.925 1.28207e-07 24.1721 1.05733 24.3677 2.51074C24.6319 4.47388 24.9781 7.42661 25.2188 10.7798C28.5726 11.0204 31.5258 11.3681 33.4893 11.6323C34.9427 11.8279 36 13.075 36 14.5415V21.4585C36 22.925 34.9427 24.1721 33.4893 24.3677C31.5258 24.6319 28.5725 24.9781 25.2188 25.2188C24.9781 28.5725 24.6319 31.5258 24.3677 33.4893C24.1721 34.9427 22.925 36 21.4585 36H14.5415C13.075 36 11.8279 34.9427 11.6323 33.4893C11.3681 31.5258 11.0204 28.5726 10.7798 25.2188C7.42661 24.9781 4.47388 24.6319 2.51074 24.3677C1.05733 24.1721 -6.41035e-08 22.925 0 21.4585V14.5415C6.41035e-08 13.075 1.05733 11.8279 2.51074 11.6323C4.4739 11.3681 7.42656 11.0204 10.7798 10.7798C11.0204 7.42656 11.3681 4.4739 11.6323 2.51074C11.8279 1.05733 13.075 -1.28207e-07 14.5415 0H21.4585Z", fill: "currentColor" })
1223
+ }
1224
+ );
1225
+ };
1226
+ var IconReload = ({
1227
+ size = 24,
1228
+ className,
1229
+ color,
1230
+ "aria-label": ariaLabel,
1231
+ "aria-hidden": ariaHidden = !ariaLabel,
1232
+ ...props
1233
+ }) => {
1234
+ return /* @__PURE__ */ jsxs(
1235
+ "svg",
1236
+ {
1237
+ width: size,
1238
+ height: size,
1239
+ viewBox: "0 0 36 36",
1240
+ fill: "none",
1241
+ xmlns: "http://www.w3.org/2000/svg",
1242
+ className,
1243
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1244
+ "aria-label": ariaLabel,
1245
+ "aria-hidden": ariaHidden,
1246
+ ...props,
1247
+ children: [
1248
+ /* @__PURE__ */ jsx("path", { d: "M25.0576 2.18164C27.0194 2.25028 29.3862 2.41055 31.5088 2.76661C32.2399 2.8893 32.7702 3.351 32.9698 3.94825C33.1696 4.54664 33.0217 5.23296 32.501 5.76465C32.0788 6.19574 31.5566 6.70299 30.916 7.29004C35.1416 12.5351 35.9513 20.0454 32.3809 26.2295C29.5665 31.1038 24.6773 34.0337 19.4746 34.5479C18.3425 34.6597 17.2592 33.8885 17.2549 32.6699C17.2525 31.9566 17.3505 31.0596 17.6866 30.0606C17.9968 29.1384 18.877 28.6436 19.7276 28.4922C22.7644 27.9519 25.5494 26.1245 27.2119 23.2451C29.4945 19.2915 29.0006 14.4957 26.333 11.1182C25.7286 11.5768 25.2017 11.955 24.7491 12.2656C24.129 12.691 23.4186 12.7167 22.8575 12.4141C22.297 12.1118 21.9272 11.504 21.9346 10.7539C21.9557 8.61421 22.2074 6.27571 22.4785 4.34571C22.6579 3.06866 23.7689 2.13656 25.0576 2.18164Z", fill: "currentColor" }),
1249
+ /* @__PURE__ */ jsx("path", { d: "M16.1914 1.11817C17.3235 1.00642 18.4068 1.7767 18.4112 2.99512C18.4136 3.70853 18.3148 4.60597 17.9785 5.60547C17.6682 6.52744 16.789 7.02238 15.9385 7.17383C12.9015 7.7142 10.1157 9.54131 8.45316 12.4209C6.17067 16.3746 6.66536 21.1703 9.33304 24.5479C9.93752 24.0892 10.4645 23.711 10.917 23.4004C11.5371 22.975 12.2475 22.9484 12.8086 23.251C13.3691 23.5532 13.7389 24.1611 13.7315 24.9111C13.7104 27.051 13.4586 29.3901 13.1875 31.3203C13.008 32.5972 11.8971 33.5295 10.6084 33.4844C8.64663 33.4158 6.28 33.2555 4.15726 32.8994C3.42616 32.7768 2.89597 32.3149 2.69632 31.7178C2.49635 31.1193 2.64435 30.4331 3.16507 29.9014C3.5873 29.4703 4.10944 28.9631 4.75003 28.376C0.524466 23.131 -0.285192 15.6206 3.28519 9.43653C6.09953 4.56209 10.9887 1.63236 16.1914 1.11817Z", fill: "currentColor" })
1250
+ ]
1251
+ }
1252
+ );
1253
+ };
1254
+ var IconResize = ({
1255
+ size = 24,
1256
+ className,
1257
+ color,
1258
+ "aria-label": ariaLabel,
1259
+ "aria-hidden": ariaHidden = !ariaLabel,
1260
+ ...props
1261
+ }) => {
1262
+ return /* @__PURE__ */ jsxs(
1263
+ "svg",
1264
+ {
1265
+ width: size,
1266
+ height: size,
1267
+ viewBox: "0 0 36 36",
1268
+ fill: "none",
1269
+ xmlns: "http://www.w3.org/2000/svg",
1270
+ className,
1271
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1272
+ "aria-label": ariaLabel,
1273
+ "aria-hidden": ariaHidden,
1274
+ ...props,
1275
+ children: [
1276
+ /* @__PURE__ */ jsx("path", { d: "M11.6799 20.2467C12.3343 19.757 13.1599 19.6793 13.7883 20.2018C14.029 20.4019 14.313 20.6592 14.6438 20.9879C14.992 21.334 15.2618 21.6319 15.47 21.8834C15.9879 22.5091 15.9204 23.3352 15.4436 23.9928C14.7598 24.9358 13.5419 26.5042 11.6028 28.652C12.685 29.8178 13.5115 30.7816 14.135 31.5534C15.0709 32.7118 14.4028 34.2473 12.9192 34.3766C9.97815 34.6326 6.66975 34.5707 3.94457 34.4274C2.48073 34.3504 1.31551 33.1851 1.23851 31.7213C1.09428 28.9771 1.03181 25.6415 1.2932 22.6842C1.42319 21.2166 2.92882 20.5549 4.07543 21.4801C4.86053 22.1138 5.85031 22.9655 7.06078 24.0963C9.19869 22.1728 10.7485 20.9439 11.6799 20.2467Z", fill: "currentColor" }),
1277
+ /* @__PURE__ */ jsx("path", { d: "M21.8772 20.2018C22.5057 19.679 23.3311 19.7569 23.9856 20.2467C24.9171 20.944 26.4668 22.1729 28.6047 24.0963C29.8152 22.9654 30.8049 22.1139 31.5901 21.4801C32.7368 20.5545 34.2424 21.2163 34.3723 22.6842C34.6336 25.6412 34.5712 28.9763 34.427 31.7203C34.3501 33.1842 33.1848 34.3494 31.7209 34.4264C28.9958 34.5697 25.6874 34.6326 22.7463 34.3766C21.2627 34.2473 20.5945 32.7109 21.5305 31.5524C22.1541 30.7806 22.9805 29.8169 24.0627 28.651C22.1235 26.5031 20.9057 24.9347 20.2219 23.9918C19.7454 23.3344 19.6779 22.509 20.1955 21.8834C20.4037 21.6319 20.6736 21.334 21.0217 20.9879C21.3525 20.6591 21.6365 20.402 21.8772 20.2018Z", fill: "currentColor" }),
1278
+ /* @__PURE__ */ jsx("path", { d: "M3.94457 1.2389C6.66981 1.09558 9.97801 1.03269 12.9192 1.28871C14.403 1.41788 15.0711 2.95438 14.135 4.11292C13.5113 4.88485 12.6853 5.84918 11.6028 7.01527C13.542 9.1632 14.7598 10.7314 15.4436 11.6744C15.9204 12.332 15.9879 13.1582 15.47 13.7838C15.2618 14.0353 14.992 14.3332 14.6438 14.6793C14.3131 15.0081 14.029 15.2652 13.7883 15.4655C13.1599 15.988 12.3343 15.9101 11.6799 15.4205C10.7484 14.7232 9.1991 13.4938 7.06078 11.57C5.85063 12.7004 4.86038 13.5516 4.07543 14.1852C2.92872 15.1106 1.42302 14.4489 1.2932 12.9811C1.0318 10.0238 1.09427 6.68817 1.23851 3.94398C1.3156 2.48024 2.48079 1.31588 3.94457 1.2389Z", fill: "currentColor" }),
1279
+ /* @__PURE__ */ jsx("path", { d: "M22.7463 1.28871C25.6874 1.03273 28.9958 1.09559 31.7209 1.2389C33.1845 1.31604 34.3489 2.48037 34.426 3.94398C34.5702 6.68817 34.6327 10.0238 34.3713 12.9811C34.2414 14.4488 32.7367 15.1104 31.5901 14.1852C30.8051 13.5516 29.8148 12.7004 28.6047 11.57C26.4663 13.4938 24.9171 14.7232 23.9856 15.4205C23.3313 15.9102 22.5056 15.9878 21.8772 15.4655C21.6365 15.2652 21.3515 15.0081 21.0207 14.6793C20.6727 14.3334 20.4037 14.0353 20.1955 13.7838C19.6777 13.1582 19.7443 12.332 20.2209 11.6744C20.9047 10.7314 22.1232 9.16343 24.0627 7.01527C22.98 5.84899 22.1533 4.88492 21.5295 4.11292C20.5934 2.95438 21.2625 1.41788 22.7463 1.28871Z", fill: "currentColor" })
1280
+ ]
1281
+ }
1282
+ );
1283
+ };
1284
+ var IconRobot = ({
1285
+ size = 24,
1286
+ className,
1287
+ color,
1288
+ "aria-label": ariaLabel,
1289
+ "aria-hidden": ariaHidden = !ariaLabel,
1290
+ ...props
1291
+ }) => {
1292
+ return /* @__PURE__ */ jsx(
1293
+ "svg",
1294
+ {
1295
+ width: size,
1296
+ height: size,
1297
+ viewBox: "0 0 36 36",
1298
+ fill: "none",
1299
+ xmlns: "http://www.w3.org/2000/svg",
1300
+ className,
1301
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1302
+ "aria-label": ariaLabel,
1303
+ "aria-hidden": ariaHidden,
1304
+ ...props,
1305
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8327 0C15.7809 0 14.1175 1.66336 14.1175 3.71522C14.1175 5.2387 15.0345 6.548 16.3467 7.12133V10.0358C12.7111 10.059 10.0196 10.1654 8.16804 10.274C5.75432 10.4156 3.80066 12.2118 3.5956 14.6725C3.46015 16.2978 3.34338 18.5642 3.34338 21.5483C3.34338 24.5323 3.46015 26.7988 3.5956 28.424C3.80066 30.8848 5.75432 32.6809 8.16812 32.8226C10.2634 32.9455 13.4348 33.0655 17.8327 33.0655C22.2307 33.0655 25.4021 32.9455 27.4974 32.8226C29.9111 32.6809 31.8648 30.8848 32.0699 28.424C32.2053 26.7988 32.3221 24.5323 32.3221 21.5483C32.3221 18.5642 32.2053 16.2978 32.0699 14.6725C31.8648 12.2118 29.9111 10.4156 27.4974 10.274C25.6459 10.1654 22.9543 10.059 19.3188 10.0358V7.12133C20.631 6.548 21.548 5.2387 21.548 3.71522C21.548 1.66336 19.8846 0 17.8327 0ZM14.1175 17.8331C14.1175 17.0123 13.4522 16.347 12.6314 16.347C11.8107 16.347 11.1453 17.0123 11.1453 17.8331V18.5761C11.1453 19.3969 11.8107 20.0622 12.6314 20.0622C13.4522 20.0622 14.1175 19.3969 14.1175 18.5761V17.8331ZM23.0341 16.347C22.2133 16.347 21.548 17.0123 21.548 17.8331V18.5761C21.548 19.3969 22.2133 20.0622 23.0341 20.0622C23.8548 20.0622 24.5201 19.3969 24.5201 18.5761V17.8331C24.5201 17.0123 23.8548 16.347 23.0341 16.347ZM12.355 24.1822C13.0725 23.5058 13.8892 23.8059 14.5535 24.3227C14.6654 24.4097 14.8563 24.5427 15.1295 24.6812C15.6694 24.9551 16.555 25.2635 17.8327 25.2635C19.1105 25.2635 19.996 24.9551 20.536 24.6812C20.8092 24.5427 21 24.4097 21.1119 24.3227C21.7763 23.8059 22.593 23.5058 23.3105 24.1822C23.9282 24.7646 23.9088 25.7541 23.3194 26.337C23.2956 26.3605 23.2657 26.3891 23.2295 26.4224C23.1573 26.4886 23.0599 26.5729 22.9367 26.6687C22.6903 26.8604 22.3398 27.0989 21.8806 27.3319C20.9557 27.801 19.6121 28.2357 17.8327 28.2357C16.0534 28.2357 14.7098 27.801 13.7849 27.3319C13.3257 27.0989 12.9752 26.8604 12.7288 26.6687C12.6056 26.5729 12.5082 26.4886 12.4359 26.4224C11.803 25.8416 11.679 24.8196 12.355 24.1822Z", fill: "currentColor" })
1306
+ }
1307
+ );
1308
+ };
1309
+ var IconSettings = ({
1310
+ size = 24,
1311
+ className,
1312
+ color,
1313
+ "aria-label": ariaLabel,
1314
+ "aria-hidden": ariaHidden = !ariaLabel,
1315
+ ...props
1316
+ }) => {
1317
+ return /* @__PURE__ */ jsxs(
1318
+ "svg",
1319
+ {
1320
+ width: size,
1321
+ height: size,
1322
+ viewBox: "0 0 36 36",
1323
+ fill: "none",
1324
+ xmlns: "http://www.w3.org/2000/svg",
1325
+ className,
1326
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1327
+ "aria-label": ariaLabel,
1328
+ "aria-hidden": ariaHidden,
1329
+ ...props,
1330
+ children: [
1331
+ /* @__PURE__ */ jsx("path", { d: "M21.5479 21.5479C22.779 21.5479 23.7773 22.5462 23.7773 23.7773C23.7773 25.0085 22.779 26.0068 21.5479 26.0068C20.3167 26.0068 19.3184 25.0085 19.3184 23.7773C19.3184 22.5462 20.3168 21.5479 21.5479 21.5479Z", fill: "currentColor" }),
1332
+ /* @__PURE__ */ jsx("path", { d: "M14.1172 9.65918C15.3483 9.65918 16.3467 10.6575 16.3467 11.8887C16.3467 13.1198 15.3483 14.1182 14.1172 14.1182C12.8862 14.118 11.8887 13.1197 11.8887 11.8887C11.8887 10.6577 12.8862 9.65938 14.1172 9.65918Z", fill: "currentColor" }),
1333
+ /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.833 1.11426C23.3321 1.11427 27.1892 1.32105 29.6201 1.51855C32.0631 1.71704 33.9489 3.60202 34.1475 6.04492C34.345 8.47585 34.5508 12.3335 34.5508 17.833C34.5508 23.3326 34.345 27.1902 34.1475 29.6211C33.9489 32.064 32.0631 33.949 29.6201 34.1475C27.1892 34.3449 23.3321 34.5518 17.833 34.5518C12.3336 34.5518 8.47588 34.345 6.04492 34.1475C3.60196 33.949 1.71712 32.064 1.51855 29.6211C1.32104 27.1902 1.11426 23.3326 1.11426 17.833C1.11426 12.3335 1.32104 8.47586 1.51855 6.04492C1.71717 3.60204 3.602 1.71704 6.04492 1.51855C8.47587 1.32104 12.3336 1.11426 17.833 1.11426ZM21.5479 18.5762C19.1917 18.5762 17.201 20.1426 16.5615 22.291H7.42969C6.60912 22.2912 5.94438 22.9567 5.94434 23.7773C5.94434 24.598 6.60909 25.2635 7.42969 25.2637H16.5615C17.2009 27.4122 19.1917 28.9785 21.5479 28.9785C23.904 28.9785 25.8948 27.4122 26.5342 25.2637H28.2354C29.0561 25.2636 29.7217 24.5981 29.7217 23.7773C29.7216 22.9566 29.056 22.2911 28.2354 22.291H26.5342C25.8947 20.1426 23.904 18.5762 21.5479 18.5762ZM14.1172 6.6875C11.7612 6.6876 9.77132 8.25408 9.13184 10.4023H7.42969C6.6091 10.4025 5.94436 11.068 5.94434 11.8887C5.94434 12.7093 6.60909 13.3748 7.42969 13.375H9.13184C9.77129 15.5233 11.7612 17.0897 14.1172 17.0898C16.4733 17.0898 18.4641 15.5234 19.1035 13.375H28.2354C29.0561 13.3749 29.7217 12.7094 29.7217 11.8887C29.7217 11.068 29.0561 10.4024 28.2354 10.4023H19.1035C18.4641 8.25393 16.4733 6.6875 14.1172 6.6875Z", fill: "currentColor" })
1334
+ ]
1335
+ }
1336
+ );
1337
+ };
1338
+ var IconSkull = ({
1339
+ size = 24,
1340
+ className,
1341
+ color,
1342
+ "aria-label": ariaLabel,
1343
+ "aria-hidden": ariaHidden = !ariaLabel,
1344
+ ...props
1345
+ }) => {
1346
+ return /* @__PURE__ */ jsxs(
1347
+ "svg",
1348
+ {
1349
+ width: size,
1350
+ height: size,
1351
+ viewBox: "0 0 36 36",
1352
+ fill: "none",
1353
+ xmlns: "http://www.w3.org/2000/svg",
1354
+ className,
1355
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1356
+ "aria-label": ariaLabel,
1357
+ "aria-hidden": ariaHidden,
1358
+ ...props,
1359
+ children: [
1360
+ /* @__PURE__ */ jsx("g", { "clip-path": "url(#clip0_21_2787)", children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M18 0C8.18657 0 0 6.86856 0 15.6C0 22.9627 5.83815 29.0134 13.5384 30.717C13.5609 31.1027 13.5848 31.4477 13.6093 31.7554C13.7565 33.6092 15.0513 35.189 17.0965 35.5196C17.5538 35.5935 18.0851 35.6654 18.6995 35.7302C19.0544 35.7677 19.4092 35.659 19.6751 35.4314C19.9411 35.2037 20.093 34.8786 20.093 34.5375V32.4C20.093 31.7373 20.6553 31.2 21.3488 31.2C22.0424 31.2 22.6047 31.7373 22.6047 32.4V34.7958C22.6047 35.4534 23.1587 35.9886 23.8469 35.9957C24.1228 35.9986 24.4062 36 24.6977 36C25.2983 36 25.8653 35.9938 26.4005 35.9822C27.0828 35.9674 27.6279 35.4346 27.6279 34.7825V32.4C27.6279 31.7373 28.1902 31.2 28.8837 31.2C29.5773 31.2 30.1395 31.7373 30.1395 32.4V34.4382C30.1395 34.7853 30.2968 35.1154 30.5708 35.3433C30.8447 35.5711 31.2085 35.6746 31.5683 35.6267C31.8304 35.5919 32.0736 35.556 32.2989 35.5196C34.344 35.1889 35.6388 33.6092 35.7861 31.7554C35.8983 30.3426 36 28.1418 36 24.8V14.8C36 14.6882 35.984 14.5801 35.9541 14.4774C35.283 6.28307 27.3916 0 18 0ZM33.4884 17.2C33.4884 14.9976 31.9718 13.6 30.5581 13.6C29.1445 13.6 27.6279 14.9976 27.6279 17.2C27.6279 19.4024 29.1445 20.8 30.5581 20.8C31.9718 20.8 33.4884 19.4024 33.4884 17.2ZM15.907 17.2C15.907 15.1114 17.507 13.6 19.2558 13.6C21.0047 13.6 22.6047 15.1114 22.6047 17.2C22.6047 19.2886 21.0047 20.8 19.2558 20.8C17.507 20.8 15.907 19.2886 15.907 17.2Z", fill: "currentColor" }) }),
1361
+ /* @__PURE__ */ jsx("defs", { children: /* @__PURE__ */ jsx("clipPath", { id: "clip0_21_2787", children: /* @__PURE__ */ jsx("rect", { width: "36", height: "36", fill: "white" }) }) })
1362
+ ]
1363
+ }
1364
+ );
1365
+ };
1366
+ var IconStarCircle = ({
1367
+ size = 24,
1368
+ className,
1369
+ color,
1370
+ "aria-label": ariaLabel,
1371
+ "aria-hidden": ariaHidden = !ariaLabel,
1372
+ ...props
1373
+ }) => {
1374
+ return /* @__PURE__ */ jsx(
1375
+ "svg",
1376
+ {
1377
+ width: size,
1378
+ height: size,
1379
+ viewBox: "0 0 36 36",
1380
+ fill: "none",
1381
+ xmlns: "http://www.w3.org/2000/svg",
1382
+ className,
1383
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1384
+ "aria-label": ariaLabel,
1385
+ "aria-hidden": ariaHidden,
1386
+ ...props,
1387
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.8332 1.11455C8.59988 1.11455 1.11475 8.59968 1.11475 17.833C1.11475 27.0664 8.59988 34.5515 17.8332 34.5515C27.0666 34.5515 34.5517 27.0664 34.5517 17.833C34.5517 8.59968 27.0666 1.11455 17.8332 1.11455ZM21.2407 13.2569L19.1524 9.23074C18.5979 8.16165 17.0686 8.16165 16.514 9.23074L14.4258 13.2569L9.99843 14.1287C8.8667 14.3515 8.40921 15.7226 9.18049 16.5803L12.3199 20.0718L11.7432 24.7442C11.5981 25.9207 12.8212 26.7853 13.8818 26.2559L17.8332 24.2837L21.7847 26.2559C22.8453 26.7853 24.0684 25.9207 23.9232 24.7442L23.3466 20.0718L26.486 16.5803C27.2573 15.7226 26.7998 14.3515 25.668 14.1287L21.2407 13.2569Z", fill: "currentColor" })
1388
+ }
1389
+ );
1390
+ };
1391
+ var IconSuccess = ({
1392
+ size = 24,
1393
+ className,
1394
+ color,
1395
+ "aria-label": ariaLabel,
1396
+ "aria-hidden": ariaHidden = !ariaLabel,
1397
+ ...props
1398
+ }) => {
1399
+ return /* @__PURE__ */ jsx(
1400
+ "svg",
1401
+ {
1402
+ width: size,
1403
+ height: size,
1404
+ viewBox: "0 0 36 36",
1405
+ fill: "none",
1406
+ xmlns: "http://www.w3.org/2000/svg",
1407
+ className,
1408
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1409
+ "aria-label": ariaLabel,
1410
+ "aria-hidden": ariaHidden,
1411
+ ...props,
1412
+ children: /* @__PURE__ */ jsx("path", { d: "M18 0C27.9411 0 36 8.05887 36 18C36 27.9411 27.9411 36 18 36C8.05887 36 0 27.9411 0 18C0 8.05887 8.05887 0 18 0ZM25.4541 9.39746C24.5133 8.61166 23.0935 8.84915 22.46 9.89844L16.9805 18.9756L14.5713 16.0508C13.8207 15.1395 12.4481 15.0734 11.6133 15.9082L9.27734 18.2432C8.51165 19.0089 8.4952 20.2455 9.23926 21.0322L15.5938 27.752C16.4322 28.6383 17.8614 28.5746 18.6152 27.6152C20.2569 25.5262 22.8346 22.2365 23.707 21.0732C24.6438 19.8242 26.9232 15.9409 28.1611 13.8027C28.6462 12.9649 28.4538 11.903 27.7109 11.2822L25.4541 9.39746Z", fill: "currentColor" })
1413
+ }
1414
+ );
1415
+ };
1416
+ var IconText = ({
1417
+ size = 24,
1418
+ className,
1419
+ color,
1420
+ "aria-label": ariaLabel,
1421
+ "aria-hidden": ariaHidden = !ariaLabel,
1422
+ ...props
1423
+ }) => {
1424
+ return /* @__PURE__ */ jsx(
1425
+ "svg",
1426
+ {
1427
+ width: size,
1428
+ height: size,
1429
+ viewBox: "0 0 36 36",
1430
+ fill: "none",
1431
+ xmlns: "http://www.w3.org/2000/svg",
1432
+ className,
1433
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1434
+ "aria-label": ariaLabel,
1435
+ "aria-hidden": ariaHidden,
1436
+ ...props,
1437
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M5.20131 1.11455C2.94426 1.11455 1.11457 2.94424 1.11457 5.20129C1.11457 6.8892 2.13785 8.33813 3.59791 8.96147C3.38558 12.0275 3.28384 15.1165 3.29272 18.2046C3.30087 21.0449 3.4026 23.8845 3.59791 26.7046C2.13785 27.328 1.11457 28.7769 1.11457 30.4648C1.11457 32.7219 2.94426 34.5515 5.20131 34.5515C6.8892 34.5515 8.33807 33.5283 8.96149 32.0683C11.9045 32.2721 14.8688 32.374 17.8331 32.374C20.7974 32.374 23.7616 32.2721 26.7046 32.0683C27.3281 33.5283 28.7769 34.5515 30.4648 34.5515C32.7219 34.5515 34.5516 32.7219 34.5516 30.4648C34.5516 28.777 33.5283 27.328 32.0684 26.7046C32.2636 23.8845 32.3654 21.045 32.3735 18.2046C32.3824 15.1165 32.2807 12.0274 32.0684 8.96147C33.5283 8.33805 34.5516 6.88914 34.5516 5.20129C34.5516 2.94424 32.7219 1.11455 30.4648 1.11455C28.7763 1.11455 27.327 2.13855 26.704 3.59943C24.6257 3.46292 21.7028 3.34368 17.8331 3.34368C13.9634 3.34368 11.0404 3.46293 8.96216 3.59944C8.33919 2.13856 6.88982 1.11455 5.20131 1.11455ZM26.899 11.2895C26.8318 10.5621 26.2119 10.0311 25.4814 10.0311H10.1845C9.4539 10.0311 8.83406 10.5621 8.76689 11.2894C8.65937 12.4534 8.57221 14.2369 8.81845 15.8154C8.86809 16.1338 9.13343 16.3689 9.45479 16.3931C10.144 16.445 11.3524 16.5114 12.2194 16.4242C12.521 16.3939 12.7452 16.1508 12.7917 15.8512L13.0033 14.4893H15.6039V22.2913H13.9101C13.5903 22.2913 13.3075 22.4957 13.2375 22.8078C13.0859 23.4837 12.9018 24.7213 13.2166 25.9006C13.295 26.1941 13.5738 26.378 13.8776 26.378H21.788C22.0918 26.378 22.3706 26.1941 22.449 25.9006C22.7638 24.7213 22.5797 23.4837 22.4281 22.8078C22.3581 22.4957 22.0753 22.2913 21.7555 22.2913H20.0622V14.4893H22.7456L22.9573 15.8513C23.0039 16.1508 23.228 16.3941 23.5296 16.4246C24.3796 16.5106 25.5428 16.4458 26.2134 16.3941C26.5339 16.3695 26.7976 16.1347 26.8472 15.8172C27.0937 14.2382 27.0065 12.4539 26.899 11.2895Z", fill: "currentColor" })
1438
+ }
1439
+ );
1440
+ };
1441
+ var IconVideo = ({
1442
+ size = 24,
1443
+ className,
1444
+ color,
1445
+ "aria-label": ariaLabel,
1446
+ "aria-hidden": ariaHidden = !ariaLabel,
1447
+ ...props
1448
+ }) => {
1449
+ return /* @__PURE__ */ jsx(
1450
+ "svg",
1451
+ {
1452
+ width: size,
1453
+ height: size,
1454
+ viewBox: "0 0 36 36",
1455
+ fill: "none",
1456
+ xmlns: "http://www.w3.org/2000/svg",
1457
+ className,
1458
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1459
+ "aria-label": ariaLabel,
1460
+ "aria-hidden": ariaHidden,
1461
+ ...props,
1462
+ children: /* @__PURE__ */ jsx("path", { d: "M13.3749 5.57286C9.96421 5.57286 7.25073 5.8575 5.38225 6.14431C3.13071 6.48991 1.52377 8.32487 1.35813 10.5516C1.23221 12.2444 1.11462 14.6715 1.11462 17.8331C1.11462 20.9947 1.23221 23.4218 1.35813 25.1145C1.52377 27.3413 3.13071 29.1762 5.38225 29.5218C7.25073 29.8087 9.96421 30.0933 13.3749 30.0933C16.7855 30.0933 19.4989 29.8087 21.3675 29.5218C23.619 29.1762 25.226 27.3413 25.3916 25.1145C25.4232 24.6897 25.4542 24.2186 25.4831 23.7013C26.8273 24.507 28.429 25.3429 30.1637 25.9952C32.0353 26.6991 33.9563 25.454 34.2009 23.5302C34.3789 22.1314 34.5516 20.1713 34.5516 17.8331C34.5516 15.4949 34.3789 13.5348 34.2009 12.136C33.9563 10.2122 32.0353 8.96708 30.1637 9.67097C28.429 10.3233 26.8273 11.1592 25.4831 11.9649C25.4542 11.4476 25.4232 10.9765 25.3916 10.5516C25.226 8.32487 23.619 6.48991 21.3675 6.14431C19.4989 5.8575 16.7855 5.57286 13.3749 5.57286Z", fill: "currentColor" })
1463
+ }
1464
+ );
1465
+ };
1466
+ var IconWarning = ({
1467
+ size = 24,
1468
+ className,
1469
+ color,
1470
+ "aria-label": ariaLabel,
1471
+ "aria-hidden": ariaHidden = !ariaLabel,
1472
+ ...props
1473
+ }) => {
1474
+ return /* @__PURE__ */ jsx(
1475
+ "svg",
1476
+ {
1477
+ width: size,
1478
+ height: size,
1479
+ viewBox: "0 0 36 36",
1480
+ fill: "none",
1481
+ xmlns: "http://www.w3.org/2000/svg",
1482
+ className,
1483
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1484
+ "aria-label": ariaLabel,
1485
+ "aria-hidden": ariaHidden,
1486
+ ...props,
1487
+ children: /* @__PURE__ */ jsx("path", { d: "M18 0C27.9411 0 36 8.05887 36 18C36 27.9411 27.9411 36 18 36C8.05887 36 0 27.9411 0 18C0 8.05887 8.05887 0 18 0ZM17.8047 21.9512C16.7002 21.9513 15.8047 22.8467 15.8047 23.9512V25.2197C15.8049 26.3241 16.7003 27.2196 17.8047 27.2197H19.0732C20.1776 27.2197 21.0731 26.3241 21.0732 25.2197V23.9512C21.0732 22.8467 20.1777 21.9512 19.0732 21.9512H17.8047ZM17.2461 7.90234C16.3854 7.90247 15.6249 8.45504 15.4414 9.2959C15.1998 10.4038 14.9268 12.09 14.9268 14.0488C14.9268 16.0076 15.1998 17.6938 15.4414 18.8018C15.625 19.6425 16.3855 20.1952 17.2461 20.1953H19.6318C20.4924 20.1952 21.253 19.6425 21.4365 18.8018C21.6781 17.6938 21.9512 16.0076 21.9512 14.0488C21.9512 12.09 21.6781 10.4038 21.4365 9.2959C21.253 8.45504 20.4925 7.90245 19.6318 7.90234H17.2461Z", fill: "currentColor" })
1488
+ }
1489
+ );
1490
+ };
1491
+ var IconWatch = ({
1492
+ size = 24,
1493
+ className,
1494
+ color,
1495
+ "aria-label": ariaLabel,
1496
+ "aria-hidden": ariaHidden = !ariaLabel,
1497
+ ...props
1498
+ }) => {
1499
+ return /* @__PURE__ */ jsx(
1500
+ "svg",
1501
+ {
1502
+ width: size,
1503
+ height: size,
1504
+ viewBox: "0 0 36 36",
1505
+ fill: "none",
1506
+ xmlns: "http://www.w3.org/2000/svg",
1507
+ className,
1508
+ style: color && color !== "currentColor" ? { color } : { color: "var(--color-typography-primary-default)" },
1509
+ "aria-label": ariaLabel,
1510
+ "aria-hidden": ariaHidden,
1511
+ ...props,
1512
+ children: /* @__PURE__ */ jsx("path", { "fill-rule": "evenodd", "clip-rule": "evenodd", d: "M17.833 1.11459C15.8856 1.11459 14.4264 1.24403 13.3762 1.3994C11.8229 1.62923 10.7653 2.85332 10.4043 4.30795L9.95562 6.11571C12.2058 4.59996 14.9162 3.71524 17.8333 3.71524C20.7501 3.71524 23.4603 4.59978 25.7103 6.11526L25.2617 4.30795C24.9008 2.85332 23.8432 1.62923 22.2899 1.3994C21.2396 1.24403 19.7804 1.11459 17.833 1.11459ZM10.4043 31.3582L9.95562 29.5504C12.2058 31.0662 14.9162 31.9509 17.8333 31.9509C20.7501 31.9509 23.4603 31.0664 25.7103 29.5509L25.2617 31.3582C24.9008 32.8129 23.8432 34.0369 22.2899 34.2668C21.2396 34.4221 19.7804 34.5516 17.833 34.5516C15.8856 34.5516 14.4264 34.4221 13.3762 34.2668C11.8229 34.0369 10.7653 32.8129 10.4043 31.3582ZM5.57285 17.8331C5.57285 11.0619 11.0619 5.57285 17.8331 5.57285C24.6042 5.57285 30.0933 11.0619 30.0933 17.8331C30.0933 24.6042 24.6042 30.0933 17.8331 30.0933C11.0619 30.0933 5.57285 24.6042 5.57285 17.8331Z", fill: "currentColor" })
1513
+ }
1514
+ );
1515
+ };
1516
+ var Button = ({
1517
+ label = "Button",
1518
+ leadingIcon = false,
1519
+ icon = null,
1520
+ chevron = false,
1521
+ shape = "Rectangle",
1522
+ hierarchy = "Primary",
1523
+ onClick,
1524
+ disabled = false,
1525
+ className = ""
1526
+ }) => {
1527
+ const buttonClasses = [
1528
+ "baseline-button",
1529
+ `baseline-button--${shape.toLowerCase()}`,
1530
+ `baseline-button--${hierarchy.toLowerCase()}`,
1531
+ disabled && "baseline-button--disabled",
1532
+ className
1533
+ ].filter(Boolean).join(" ");
1534
+ const getBorderRadius = () => {
1535
+ if (shape === "Pill" || shape === "Circle") {
1536
+ return "var(--brand-sizing-radius-full)";
1537
+ }
1538
+ return "var(--brand-sizing-radius-small)";
1539
+ };
1540
+ const getDefaultBackgroundColor = () => {
1541
+ if (disabled) {
1542
+ if (shape === "Circle") {
1543
+ return "var(--color-background-disabled-default)";
1544
+ }
1545
+ return "var(--brand-color-neutral-075)";
1546
+ }
1547
+ if (hierarchy === "Primary") return "var(--brand-color-brand-100)";
1548
+ if (hierarchy === "Secondary") return "var(--brand-color-secondary-100)";
1549
+ if (hierarchy === "Tertiary") return "var(--brand-color-accent-100)";
1550
+ return void 0;
1551
+ };
1552
+ const getDefaultTextColor = () => {
1553
+ if (disabled) {
1554
+ return "var(--color-typography-label-default)";
1555
+ }
1556
+ if (hierarchy === "Primary" || hierarchy === "Tertiary") {
1557
+ return "var(--color-typography-secondary-lighter)";
1558
+ }
1559
+ if (hierarchy === "Secondary") {
1560
+ return "var(--color-typography-primary-default)";
1561
+ }
1562
+ return void 0;
1563
+ };
1564
+ const buttonStyle = {
1565
+ // Use CSS custom properties so hover/active/focus can override them
1566
+ "--button-bg": getDefaultBackgroundColor(),
1567
+ "--button-color": getDefaultTextColor(),
1568
+ borderRadius: getBorderRadius()
1569
+ };
1570
+ if (shape === "Circle") {
1571
+ return /* @__PURE__ */ jsx(
1572
+ "button",
1573
+ {
1574
+ className: buttonClasses,
1575
+ style: buttonStyle,
1576
+ onClick,
1577
+ disabled,
1578
+ "aria-label": label,
1579
+ children: icon || /* @__PURE__ */ jsx(IconArrowRight, { size: 12 })
1580
+ }
1581
+ );
1582
+ }
1583
+ return /* @__PURE__ */ jsxs(
1584
+ "button",
1585
+ {
1586
+ className: buttonClasses,
1587
+ style: buttonStyle,
1588
+ onClick,
1589
+ disabled,
1590
+ children: [
1591
+ /* @__PURE__ */ jsxs("span", { className: "baseline-button__content", children: [
1592
+ leadingIcon && /* @__PURE__ */ jsx("span", { className: "baseline-button__icon", children: icon || /* @__PURE__ */ jsx(IconArrowRight, { size: 12 }) }),
1593
+ /* @__PURE__ */ jsx("span", { className: "baseline-button__label", children: label })
1594
+ ] }),
1595
+ chevron && /* @__PURE__ */ jsx("span", { className: "baseline-button__chevron", children: /* @__PURE__ */ jsx(IconChevronDown, { size: 12 }) })
1596
+ ]
1597
+ }
1598
+ );
1599
+ };
1600
+ var InputElementLabel = ({
1601
+ children,
1602
+ size = "Small",
1603
+ characterCount,
1604
+ maxLength,
1605
+ currentLength,
1606
+ htmlFor,
1607
+ className = ""
1608
+ }) => {
1609
+ const labelClasses = [
1610
+ "baseline-input-element-label",
1611
+ `baseline-input-element-label--${size.toLowerCase()}`,
1612
+ className
1613
+ ].filter(Boolean).join(" ");
1614
+ const characterCountText = characterCount && maxLength && currentLength !== void 0 ? `${currentLength}/${maxLength}` : void 0;
1615
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-input-element-label-wrapper baseline-input-element-label-wrapper--${size.toLowerCase()}`, children: [
1616
+ /* @__PURE__ */ jsx("label", { className: labelClasses, htmlFor, children }),
1617
+ characterCountText && /* @__PURE__ */ jsxs("div", { className: "baseline-input-element-label-character-count", children: [
1618
+ /* @__PURE__ */ jsx(IconHeart, { size: 12 }),
1619
+ /* @__PURE__ */ jsx("span", { children: characterCountText })
1620
+ ] })
1621
+ ] });
1622
+ };
1623
+ var InputElementInputField = ({
1624
+ size = "XSmall",
1625
+ state = "Default",
1626
+ leadingIcon = false,
1627
+ leadingLabel = false,
1628
+ trailingIcon = false,
1629
+ trailingLabel = false,
1630
+ leadingLabelText = "$",
1631
+ trailingLabelText = "USD",
1632
+ className = "",
1633
+ placeholder,
1634
+ value,
1635
+ onChange,
1636
+ onFocus,
1637
+ onBlur,
1638
+ disabled,
1639
+ readOnly,
1640
+ id,
1641
+ ...rest
1642
+ }) => {
1643
+ const isDisabled = disabled || state === "Disabled";
1644
+ const isReadOnly = readOnly || state === "Read only";
1645
+ const inputClasses = [
1646
+ "baseline-input-element-input-field",
1647
+ `baseline-input-element-input-field--${size.toLowerCase()}`,
1648
+ `baseline-input-element-input-field--${state.toLowerCase().replace(/\s+/g, "-")}`,
1649
+ className
1650
+ ].filter(Boolean).join(" ");
1651
+ const getFontSizeToken = () => {
1652
+ switch (size) {
1653
+ case "XSmall":
1654
+ return "var(--sizing-typography-font-size-paragraph-xsmall)";
1655
+ case "Small":
1656
+ return "var(--sizing-typography-font-size-paragraph-small)";
1657
+ case "Medium":
1658
+ return "var(--sizing-typography-font-size-paragraph-medium)";
1659
+ case "Large":
1660
+ return "var(--sizing-typography-font-size-paragraph-large)";
1661
+ default:
1662
+ return "var(--sizing-typography-font-size-paragraph-small)";
1663
+ }
1664
+ };
1665
+ const getLineHeight = () => {
1666
+ switch (size) {
1667
+ case "XSmall":
1668
+ return "1.4";
1669
+ default:
1670
+ return "1.2";
1671
+ }
1672
+ };
1673
+ return /* @__PURE__ */ jsxs("div", { className: inputClasses, children: [
1674
+ leadingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-input-element-input-field-leading-icon" }),
1675
+ leadingLabel && /* @__PURE__ */ jsx("div", { className: "baseline-input-element-input-field-leading-label", children: leadingLabelText }),
1676
+ /* @__PURE__ */ jsx(
1677
+ "input",
1678
+ {
1679
+ id,
1680
+ type: rest.type || "text",
1681
+ className: "baseline-input-element-input-field-input",
1682
+ style: {
1683
+ fontSize: getFontSizeToken(),
1684
+ lineHeight: getLineHeight()
1685
+ },
1686
+ value,
1687
+ placeholder,
1688
+ onChange,
1689
+ onFocus,
1690
+ onBlur,
1691
+ disabled: isDisabled,
1692
+ readOnly: isReadOnly,
1693
+ maxLength: rest.maxLength,
1694
+ ...rest
1695
+ }
1696
+ ),
1697
+ trailingLabel && /* @__PURE__ */ jsx("div", { className: "baseline-input-element-input-field-trailing-label", children: trailingLabelText }),
1698
+ trailingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-input-element-input-field-trailing-icon" })
1699
+ ] });
1700
+ };
1701
+ var InputElementHint = ({
1702
+ children,
1703
+ showIcon = false,
1704
+ icon,
1705
+ className = ""
1706
+ }) => {
1707
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-input-element-hint ${className}`, children: [
1708
+ showIcon && /* @__PURE__ */ jsx("div", { className: "baseline-input-element-hint-icon", children: icon }),
1709
+ /* @__PURE__ */ jsx("div", { className: "baseline-input-element-hint-text", children })
1710
+ ] });
1711
+ };
1712
+ var TextField = ({
1713
+ label,
1714
+ placeholder,
1715
+ value: controlledValue,
1716
+ defaultValue,
1717
+ size = "Small",
1718
+ state: propState,
1719
+ hint,
1720
+ showCharacterCount = false,
1721
+ maxLength = 100,
1722
+ disabled = false,
1723
+ readOnly = false,
1724
+ leadingIcon,
1725
+ trailingIcon,
1726
+ leadingLabel,
1727
+ trailingLabel,
1728
+ onChange,
1729
+ onFocus,
1730
+ onBlur,
1731
+ className = ""
1732
+ }) => {
1733
+ const [internalValue, setInternalValue] = useState(defaultValue || "");
1734
+ const value = controlledValue !== void 0 ? controlledValue : internalValue;
1735
+ const defaultPlaceholder = placeholder || (label ? `Enter ${label.toLowerCase()}` : "Placeholder");
1736
+ const shouldShowCharacterCount = showCharacterCount;
1737
+ let state = propState || "Default";
1738
+ if (disabled) {
1739
+ state = "Disabled";
1740
+ } else if (readOnly) {
1741
+ state = "Read only";
1742
+ } else if (propState) {
1743
+ state = propState;
1744
+ } else {
1745
+ state = "Default";
1746
+ }
1747
+ const currentLength = typeof value === "string" ? value.length : 0;
1748
+ const getHint = () => {
1749
+ if (hint !== void 0) return hint;
1750
+ if (state === "Error") return "Please check this field";
1751
+ if (state === "Success") return "Looks good!";
1752
+ return void 0;
1753
+ };
1754
+ const displayHint = getHint();
1755
+ const getHintIcon = () => {
1756
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 14 });
1757
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 14 });
1758
+ return null;
1759
+ };
1760
+ const getHintTextColor = () => {
1761
+ if (state === "Error") return "var(--brand-color-danger-150)";
1762
+ if (state === "Success") return "var(--brand-color-success-150)";
1763
+ return "var(--color-typography-primary-lighter)";
1764
+ };
1765
+ const handleChange = (e) => {
1766
+ const newValue = e.target.value;
1767
+ setInternalValue(newValue);
1768
+ onChange?.(newValue);
1769
+ };
1770
+ const handleFocus = () => {
1771
+ onFocus?.();
1772
+ };
1773
+ const handleBlur = () => {
1774
+ onBlur?.();
1775
+ };
1776
+ const shouldShowTrailingIcon = trailingIcon !== void 0 ? !!trailingIcon : state === "Loading" || state === "Error" || state === "Success";
1777
+ const getTrailingIcon = () => {
1778
+ if (state === "Loading") return /* @__PURE__ */ jsx(IconLoading, { size: 16 });
1779
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 16 });
1780
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 16 });
1781
+ return trailingIcon || null;
1782
+ };
1783
+ const inputId = `text-field-${size}-${Math.random().toString(36).substr(2, 9)}`;
1784
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-text-field ${state !== "Default" ? `baseline-text-field--${state.toLowerCase().replace(/\s+/g, "-")}` : ""} ${className}`, children: [
1785
+ label && /* @__PURE__ */ jsx(
1786
+ InputElementLabel,
1787
+ {
1788
+ size,
1789
+ htmlFor: inputId,
1790
+ characterCount: shouldShowCharacterCount,
1791
+ maxLength,
1792
+ currentLength,
1793
+ children: label
1794
+ }
1795
+ ),
1796
+ /* @__PURE__ */ jsxs("div", { className: "baseline-text-field-input-wrapper", children: [
1797
+ /* @__PURE__ */ jsx(
1798
+ InputElementInputField,
1799
+ {
1800
+ id: inputId,
1801
+ size,
1802
+ state,
1803
+ leadingIcon: !!leadingIcon,
1804
+ leadingLabel: !!leadingLabel,
1805
+ trailingIcon: shouldShowTrailingIcon,
1806
+ trailingLabel: !!trailingLabel,
1807
+ leadingLabelText: leadingLabel,
1808
+ trailingLabelText: trailingLabel,
1809
+ placeholder: defaultPlaceholder,
1810
+ value,
1811
+ onChange: handleChange,
1812
+ onFocus: handleFocus,
1813
+ onBlur: handleBlur,
1814
+ disabled,
1815
+ readOnly,
1816
+ maxLength
1817
+ }
1818
+ ),
1819
+ leadingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-leading-icon", children: leadingIcon }),
1820
+ shouldShowTrailingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-trailing-icon", children: getTrailingIcon() })
1821
+ ] }),
1822
+ displayHint && /* @__PURE__ */ jsx(
1823
+ InputElementHint,
1824
+ {
1825
+ showIcon: state === "Error" || state === "Success",
1826
+ icon: getHintIcon(),
1827
+ children: /* @__PURE__ */ jsx("span", { style: { color: getHintTextColor() }, children: displayHint })
1828
+ }
1829
+ )
1830
+ ] });
1831
+ };
1832
+ var InputElementMenu = ({
1833
+ items,
1834
+ size = "Small",
1835
+ onSelect,
1836
+ className = ""
1837
+ }) => {
1838
+ const menuClasses = [
1839
+ "baseline-input-element-menu",
1840
+ `baseline-input-element-menu--${size.toLowerCase()}`,
1841
+ className
1842
+ ].filter(Boolean).join(" ");
1843
+ const handleItemClick = (item) => {
1844
+ if (!item.disabled && onSelect) {
1845
+ onSelect(item);
1846
+ }
1847
+ };
1848
+ return /* @__PURE__ */ jsx("div", { className: menuClasses, children: /* @__PURE__ */ jsx("div", { className: "baseline-input-element-menu-items", children: items.map((item, index) => /* @__PURE__ */ jsx(
1849
+ "div",
1850
+ {
1851
+ className: `baseline-input-element-menu-item ${item.disabled ? "baseline-input-element-menu-item--disabled" : ""}`,
1852
+ onClick: () => handleItemClick(item),
1853
+ children: /* @__PURE__ */ jsx("div", { className: "baseline-input-element-menu-item-text", children: item.label })
1854
+ },
1855
+ item.value || index
1856
+ )) }) });
1857
+ };
1858
+ var Select = ({
1859
+ label,
1860
+ placeholder = "Select an option",
1861
+ value: controlledValue,
1862
+ defaultValue,
1863
+ size = "Small",
1864
+ state: propState,
1865
+ hint,
1866
+ disabled = false,
1867
+ readOnly = false,
1868
+ options,
1869
+ onChange,
1870
+ onFocus,
1871
+ onBlur,
1872
+ className = ""
1873
+ }) => {
1874
+ const [internalValue, setInternalValue] = useState(defaultValue || "");
1875
+ const [isOpen, setIsOpen] = useState(false);
1876
+ const selectRef = useRef(null);
1877
+ const value = controlledValue !== void 0 ? controlledValue : internalValue;
1878
+ const selectedOption = options.find((opt) => {
1879
+ const optValue = String(opt.value);
1880
+ const currentValue = String(value);
1881
+ return optValue === currentValue;
1882
+ });
1883
+ let state = propState || "Default";
1884
+ if (disabled) {
1885
+ state = "Disabled";
1886
+ } else if (readOnly) {
1887
+ state = "Read only";
1888
+ } else if (propState) {
1889
+ state = propState;
1890
+ } else {
1891
+ state = "Default";
1892
+ }
1893
+ useEffect(() => {
1894
+ const handleClickOutside = (event) => {
1895
+ if (selectRef.current && !selectRef.current.contains(event.target)) {
1896
+ setIsOpen(false);
1897
+ }
1898
+ };
1899
+ if (isOpen) {
1900
+ document.addEventListener("mousedown", handleClickOutside);
1901
+ }
1902
+ return () => {
1903
+ document.removeEventListener("mousedown", handleClickOutside);
1904
+ };
1905
+ }, [isOpen]);
1906
+ useEffect(() => {
1907
+ if ((disabled || readOnly || state === "Loading") && isOpen) {
1908
+ setIsOpen(false);
1909
+ }
1910
+ }, [disabled, readOnly, state, isOpen]);
1911
+ const handleSelect = (item) => {
1912
+ if (!item.disabled) {
1913
+ setInternalValue(item.value);
1914
+ onChange?.(item.value);
1915
+ setIsOpen(false);
1916
+ }
1917
+ };
1918
+ const handleTriggerClick = (e) => {
1919
+ if (disabled || readOnly || state === "Loading") {
1920
+ e?.preventDefault();
1921
+ e?.stopPropagation();
1922
+ return;
1923
+ }
1924
+ setIsOpen(!isOpen);
1925
+ if (!isOpen) {
1926
+ onFocus?.();
1927
+ }
1928
+ };
1929
+ const handleBlur = () => {
1930
+ setIsOpen(false);
1931
+ onBlur?.();
1932
+ };
1933
+ const menuItems = options.map((opt) => ({
1934
+ label: opt.label,
1935
+ value: opt.value,
1936
+ disabled: opt.disabled
1937
+ }));
1938
+ const displayText = selectedOption ? selectedOption.label : placeholder;
1939
+ const isPlaceholder = !selectedOption;
1940
+ const inputId = `select-${size}-${Math.random().toString(36).substr(2, 9)}`;
1941
+ const getHintIcon = () => {
1942
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 14 });
1943
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 14 });
1944
+ return null;
1945
+ };
1946
+ const getHintTextColor = () => {
1947
+ if (state === "Error") return "var(--brand-color-danger-150)";
1948
+ if (state === "Success") return "var(--brand-color-success-150)";
1949
+ return "var(--color-typography-primary-lighter)";
1950
+ };
1951
+ return /* @__PURE__ */ jsxs(
1952
+ "div",
1953
+ {
1954
+ ref: selectRef,
1955
+ className: `baseline-text-field ${state !== "Default" ? `baseline-text-field--${state.toLowerCase().replace(/\s+/g, "-")}` : ""} ${className}`,
1956
+ children: [
1957
+ label && /* @__PURE__ */ jsx(
1958
+ InputElementLabel,
1959
+ {
1960
+ size,
1961
+ htmlFor: inputId,
1962
+ characterCount: false,
1963
+ maxLength: void 0,
1964
+ currentLength: 0,
1965
+ children: label
1966
+ }
1967
+ ),
1968
+ /* @__PURE__ */ jsxs("div", { className: "baseline-text-field-input-wrapper", children: [
1969
+ /* @__PURE__ */ jsxs(
1970
+ "div",
1971
+ {
1972
+ id: inputId,
1973
+ className: `baseline-select-trigger baseline-select-trigger--${size.toLowerCase()} ${isOpen ? "baseline-select-trigger--open" : ""} ${state !== "Default" ? `baseline-select-trigger--${state.toLowerCase().replace(/\s+/g, "-")}` : ""}`,
1974
+ onClick: (e) => {
1975
+ if (disabled || readOnly || state === "Loading") {
1976
+ e.preventDefault();
1977
+ e.stopPropagation();
1978
+ return;
1979
+ }
1980
+ handleTriggerClick(e);
1981
+ },
1982
+ onBlur: handleBlur,
1983
+ onKeyDown: (e) => {
1984
+ if (disabled || readOnly || state === "Loading") {
1985
+ e.preventDefault();
1986
+ return;
1987
+ }
1988
+ if (e.key === "Enter" || e.key === " ") {
1989
+ e.preventDefault();
1990
+ handleTriggerClick();
1991
+ }
1992
+ if (e.key === "Escape" && isOpen) {
1993
+ e.preventDefault();
1994
+ setIsOpen(false);
1995
+ }
1996
+ },
1997
+ role: "button",
1998
+ tabIndex: disabled || readOnly || state === "Loading" ? -1 : 0,
1999
+ "aria-haspopup": "listbox",
2000
+ "aria-expanded": isOpen,
2001
+ "aria-disabled": disabled || readOnly,
2002
+ children: [
2003
+ /* @__PURE__ */ jsx("div", { className: `baseline-select-trigger-content ${isPlaceholder ? "baseline-select-trigger-content--placeholder" : ""}`, children: displayText }),
2004
+ /* @__PURE__ */ jsx("div", { className: "baseline-select-trigger-icon", children: state === "Loading" ? /* @__PURE__ */ jsx(IconLoading, { size: 16 }) : /* @__PURE__ */ jsx(
2005
+ IconChevronDown,
2006
+ {
2007
+ size: 16,
2008
+ style: {
2009
+ transform: isOpen ? "rotate(180deg)" : "rotate(0deg)",
2010
+ transition: "transform 0.2s ease"
2011
+ }
2012
+ }
2013
+ ) })
2014
+ ]
2015
+ }
2016
+ ),
2017
+ isOpen && !disabled && !readOnly && state !== "Loading" && /* @__PURE__ */ jsx(
2018
+ "div",
2019
+ {
2020
+ className: "baseline-select-menu-container",
2021
+ onMouseDown: (e) => {
2022
+ e.preventDefault();
2023
+ },
2024
+ children: /* @__PURE__ */ jsx(
2025
+ InputElementMenu,
2026
+ {
2027
+ items: menuItems,
2028
+ size,
2029
+ onSelect: handleSelect
2030
+ }
2031
+ )
2032
+ }
2033
+ ),
2034
+ (state === "Error" || state === "Success") && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-trailing-icon", children: state === "Error" ? /* @__PURE__ */ jsx(IconError, { size: 16 }) : /* @__PURE__ */ jsx(IconSuccess, { size: 16 }) })
2035
+ ] }),
2036
+ hint && /* @__PURE__ */ jsx(
2037
+ InputElementHint,
2038
+ {
2039
+ showIcon: state === "Error" || state === "Success",
2040
+ icon: getHintIcon(),
2041
+ children: /* @__PURE__ */ jsx("span", { style: { color: getHintTextColor() }, children: hint })
2042
+ }
2043
+ )
2044
+ ]
2045
+ }
2046
+ );
2047
+ };
2048
+ var FieldGroup = ({
2049
+ label,
2050
+ hint,
2051
+ size = "Small",
2052
+ state: propState,
2053
+ disabled = false,
2054
+ readOnly = false,
2055
+ selectPlaceholder = "Select",
2056
+ selectValue,
2057
+ selectDefaultValue,
2058
+ selectOptions,
2059
+ onSelectChange,
2060
+ textFieldPlaceholder = "Placeholder",
2061
+ textFieldValue,
2062
+ textFieldDefaultValue,
2063
+ onTextFieldChange,
2064
+ onFocus,
2065
+ onBlur,
2066
+ className = ""
2067
+ }) => {
2068
+ let state = propState || "Default";
2069
+ const isDisabled = disabled || state === "Disabled";
2070
+ const isReadOnly = readOnly || state === "Read only";
2071
+ if (isDisabled) {
2072
+ state = "Disabled";
2073
+ } else if (isReadOnly) {
2074
+ state = "Read only";
2075
+ } else if (propState) {
2076
+ state = propState;
2077
+ } else {
2078
+ state = "Default";
2079
+ }
2080
+ const selectSize = size;
2081
+ const textFieldSize = size;
2082
+ let selectState = "Default";
2083
+ if (isDisabled) {
2084
+ selectState = "Disabled";
2085
+ } else if (isReadOnly) {
2086
+ selectState = "Read only";
2087
+ }
2088
+ const textFieldState = state;
2089
+ const getHintIcon = () => {
2090
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 14 });
2091
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 14 });
2092
+ return null;
2093
+ };
2094
+ const getHintTextColor = () => {
2095
+ if (state === "Error") return "var(--brand-color-danger-150)";
2096
+ if (state === "Success") return "var(--brand-color-success-150)";
2097
+ return "var(--color-typography-primary-lighter)";
2098
+ };
2099
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-field-group ${className}`, children: [
2100
+ label && /* @__PURE__ */ jsx(
2101
+ InputElementLabel,
2102
+ {
2103
+ size,
2104
+ characterCount: false,
2105
+ maxLength: void 0,
2106
+ currentLength: 0,
2107
+ children: label
2108
+ }
2109
+ ),
2110
+ /* @__PURE__ */ jsxs("div", { className: "baseline-field-group-fields", children: [
2111
+ /* @__PURE__ */ jsx("div", { className: "baseline-field-group-select", children: /* @__PURE__ */ jsx(
2112
+ Select,
2113
+ {
2114
+ placeholder: selectPlaceholder,
2115
+ value: selectValue,
2116
+ defaultValue: selectDefaultValue,
2117
+ size: selectSize,
2118
+ state: selectState,
2119
+ disabled: isDisabled,
2120
+ readOnly: isReadOnly,
2121
+ options: selectOptions,
2122
+ onChange: onSelectChange,
2123
+ onFocus,
2124
+ onBlur,
2125
+ className: "baseline-field-group-select-inner"
2126
+ }
2127
+ ) }),
2128
+ /* @__PURE__ */ jsx("div", { className: "baseline-field-group-text-field", children: /* @__PURE__ */ jsx(
2129
+ TextField,
2130
+ {
2131
+ placeholder: textFieldPlaceholder,
2132
+ value: textFieldValue,
2133
+ defaultValue: textFieldDefaultValue,
2134
+ size: textFieldSize,
2135
+ state: textFieldState,
2136
+ disabled: isDisabled,
2137
+ readOnly: isReadOnly,
2138
+ onChange: onTextFieldChange,
2139
+ onFocus,
2140
+ onBlur,
2141
+ className: "baseline-field-group-text-field-inner"
2142
+ }
2143
+ ) })
2144
+ ] }),
2145
+ hint && /* @__PURE__ */ jsx(
2146
+ InputElementHint,
2147
+ {
2148
+ showIcon: state === "Error" || state === "Success",
2149
+ icon: getHintIcon(),
2150
+ children: /* @__PURE__ */ jsx("span", { style: { color: getHintTextColor() }, children: hint })
2151
+ }
2152
+ )
2153
+ ] });
2154
+ };
2155
+ var MIN_PASSWORD_LENGTH = 10;
2156
+ var validatePasswordRequirements = (password) => {
2157
+ return {
2158
+ hasLowercase: /[a-z]/.test(password),
2159
+ hasUppercase: /[A-Z]/.test(password),
2160
+ hasSpecialChar: /[^a-zA-Z0-9]/.test(password),
2161
+ // Includes space and special characters
2162
+ hasMinLength: password.length >= MIN_PASSWORD_LENGTH
2163
+ };
2164
+ };
2165
+ var PasswordField = ({
2166
+ label,
2167
+ placeholder,
2168
+ value: controlledValue,
2169
+ defaultValue,
2170
+ size = "Small",
2171
+ state: propState,
2172
+ hint,
2173
+ disabled = false,
2174
+ readOnly = false,
2175
+ validation = false,
2176
+ visibilityToggle = true,
2177
+ onChange,
2178
+ onFocus,
2179
+ onBlur,
2180
+ className = ""
2181
+ }) => {
2182
+ const minLength = MIN_PASSWORD_LENGTH;
2183
+ const [internalValue, setInternalValue] = useState(defaultValue || "");
2184
+ const [showPassword, setShowPassword] = useState(false);
2185
+ const [validatedRequirements, setValidatedRequirements] = useState(null);
2186
+ const debounceTimerRef = useRef(null);
2187
+ const value = controlledValue !== void 0 ? controlledValue : internalValue;
2188
+ useEffect(() => {
2189
+ if (!validation) {
2190
+ setValidatedRequirements(null);
2191
+ return;
2192
+ }
2193
+ if (debounceTimerRef.current) {
2194
+ clearTimeout(debounceTimerRef.current);
2195
+ }
2196
+ if (value.length > 0) {
2197
+ debounceTimerRef.current = setTimeout(() => {
2198
+ const requirements = validatePasswordRequirements(value);
2199
+ setValidatedRequirements(requirements);
2200
+ }, 500);
2201
+ } else {
2202
+ setValidatedRequirements(null);
2203
+ }
2204
+ return () => {
2205
+ if (debounceTimerRef.current) {
2206
+ clearTimeout(debounceTimerRef.current);
2207
+ }
2208
+ };
2209
+ }, [value, validation]);
2210
+ const defaultPlaceholder = placeholder || (label ? `Enter ${label.toLowerCase()}` : "Enter password");
2211
+ let state = propState || "Default";
2212
+ if (disabled) {
2213
+ state = "Disabled";
2214
+ } else if (readOnly) {
2215
+ state = "Read only";
2216
+ } else if (propState) {
2217
+ state = propState;
2218
+ } else {
2219
+ if (validation) {
2220
+ if (validatedRequirements) {
2221
+ const allMet = Object.values(validatedRequirements).every((req) => req === true);
2222
+ if (allMet) {
2223
+ state = "Success";
2224
+ } else {
2225
+ state = "Error";
2226
+ }
2227
+ } else if (value.length > 0) {
2228
+ state = "Incomplete";
2229
+ } else {
2230
+ state = "Default";
2231
+ }
2232
+ } else {
2233
+ if (value.length > 0) {
2234
+ if (value.length < minLength) {
2235
+ state = "Incomplete";
2236
+ } else {
2237
+ state = "Success";
2238
+ }
2239
+ } else {
2240
+ state = "Default";
2241
+ }
2242
+ }
2243
+ }
2244
+ const currentRequirements = validation ? validatedRequirements || (value.length > 0 ? validatePasswordRequirements(value) : null) : null;
2245
+ const getHint = () => {
2246
+ if (validation) {
2247
+ if (hint !== void 0) {
2248
+ return hint;
2249
+ }
2250
+ const requirements = currentRequirements || {
2251
+ hasLowercase: false,
2252
+ hasUppercase: false,
2253
+ hasSpecialChar: false,
2254
+ hasMinLength: false
2255
+ };
2256
+ return /* @__PURE__ */ jsxs("div", { className: "baseline-password-field-requirements", children: [
2257
+ /* @__PURE__ */ jsxs("div", { className: "baseline-password-field-requirement", children: [
2258
+ requirements.hasLowercase ? /* @__PURE__ */ jsx(IconSuccess, { size: 14, color: "var(--brand-color-success-100)" }) : /* @__PURE__ */ jsx(IconError, { size: 14, color: "var(--brand-color-danger-150)" }),
2259
+ /* @__PURE__ */ jsx("span", { style: {
2260
+ color: requirements.hasLowercase ? "var(--brand-color-success-150)" : "var(--brand-color-danger-150)"
2261
+ }, children: "Lowercase letter" })
2262
+ ] }),
2263
+ /* @__PURE__ */ jsxs("div", { className: "baseline-password-field-requirement", children: [
2264
+ requirements.hasUppercase ? /* @__PURE__ */ jsx(IconSuccess, { size: 14, color: "var(--brand-color-success-100)" }) : /* @__PURE__ */ jsx(IconError, { size: 14, color: "var(--brand-color-danger-150)" }),
2265
+ /* @__PURE__ */ jsx("span", { style: {
2266
+ color: requirements.hasUppercase ? "var(--brand-color-success-150)" : "var(--brand-color-danger-150)"
2267
+ }, children: "Uppercase letter" })
2268
+ ] }),
2269
+ /* @__PURE__ */ jsxs("div", { className: "baseline-password-field-requirement", children: [
2270
+ requirements.hasSpecialChar ? /* @__PURE__ */ jsx(IconSuccess, { size: 14, color: "var(--brand-color-success-100)" }) : /* @__PURE__ */ jsx(IconError, { size: 14, color: "var(--brand-color-danger-150)" }),
2271
+ /* @__PURE__ */ jsx("span", { style: {
2272
+ color: requirements.hasSpecialChar ? "var(--brand-color-success-150)" : "var(--brand-color-danger-150)"
2273
+ }, children: "Special character (including space)" })
2274
+ ] }),
2275
+ /* @__PURE__ */ jsxs("div", { className: "baseline-password-field-requirement", children: [
2276
+ requirements.hasMinLength ? /* @__PURE__ */ jsx(IconSuccess, { size: 14, color: "var(--brand-color-success-100)" }) : /* @__PURE__ */ jsx(IconError, { size: 14, color: "var(--brand-color-danger-150)" }),
2277
+ /* @__PURE__ */ jsxs("span", { style: {
2278
+ color: requirements.hasMinLength ? "var(--brand-color-success-150)" : "var(--brand-color-danger-150)"
2279
+ }, children: [
2280
+ "At least ",
2281
+ MIN_PASSWORD_LENGTH,
2282
+ " characters"
2283
+ ] })
2284
+ ] })
2285
+ ] });
2286
+ }
2287
+ return hint;
2288
+ };
2289
+ const displayHint = getHint();
2290
+ const shouldShowHint = displayHint !== void 0 || validation && !hint;
2291
+ const getHintIcon = () => {
2292
+ if (validation) {
2293
+ return null;
2294
+ }
2295
+ if (state === "Success" && validatedRequirements) {
2296
+ return /* @__PURE__ */ jsx(IconSuccess, { size: 14 });
2297
+ }
2298
+ return null;
2299
+ };
2300
+ const handleChange = (e) => {
2301
+ const newValue = e.target.value;
2302
+ setInternalValue(newValue);
2303
+ onChange?.(newValue);
2304
+ };
2305
+ const handleFocus = () => {
2306
+ onFocus?.();
2307
+ };
2308
+ const handleBlur = () => {
2309
+ onBlur?.();
2310
+ };
2311
+ const togglePasswordVisibility = () => {
2312
+ setShowPassword(!showPassword);
2313
+ };
2314
+ const getStateIcon = () => {
2315
+ if (state === "Loading") return /* @__PURE__ */ jsx(IconLoading, { size: 16 });
2316
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 16 });
2317
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 16 });
2318
+ return null;
2319
+ };
2320
+ const showStateIcon = state === "Loading" || state === "Error" || state === "Success";
2321
+ const showPasswordToggle = visibilityToggle && !disabled && !readOnly;
2322
+ const inputId = `password-field-${size}-${Math.random().toString(36).substr(2, 9)}`;
2323
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-text-field ${state !== "Default" ? `baseline-text-field--${state.toLowerCase().replace(/\s+/g, "-")}` : ""} ${className}`, children: [
2324
+ label && /* @__PURE__ */ jsx(
2325
+ InputElementLabel,
2326
+ {
2327
+ size,
2328
+ htmlFor: inputId,
2329
+ characterCount: false,
2330
+ maxLength: void 0,
2331
+ currentLength: 0,
2332
+ children: label
2333
+ }
2334
+ ),
2335
+ /* @__PURE__ */ jsxs("div", { className: "baseline-text-field-input-wrapper", children: [
2336
+ /* @__PURE__ */ jsx(
2337
+ InputElementInputField,
2338
+ {
2339
+ id: inputId,
2340
+ type: showPassword ? "text" : "password",
2341
+ size,
2342
+ state,
2343
+ leadingIcon: false,
2344
+ trailingIcon: showStateIcon || showPasswordToggle,
2345
+ leadingLabelText: void 0,
2346
+ trailingLabelText: void 0,
2347
+ placeholder: defaultPlaceholder,
2348
+ value,
2349
+ onChange: handleChange,
2350
+ onFocus: handleFocus,
2351
+ onBlur: handleBlur,
2352
+ disabled,
2353
+ readOnly,
2354
+ minLength
2355
+ }
2356
+ ),
2357
+ (showStateIcon || showPasswordToggle) && /* @__PURE__ */ jsxs("div", { className: "baseline-text-field-trailing-icons", children: [
2358
+ showStateIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-trailing-icon baseline-text-field-trailing-icon--state", children: getStateIcon() }),
2359
+ showPasswordToggle && /* @__PURE__ */ jsx(
2360
+ "div",
2361
+ {
2362
+ className: "baseline-text-field-trailing-icon baseline-text-field-trailing-icon--toggle",
2363
+ onClick: togglePasswordVisibility,
2364
+ style: { cursor: "pointer", userSelect: "none" },
2365
+ role: "button",
2366
+ tabIndex: 0,
2367
+ onKeyDown: (e) => {
2368
+ if (e.key === "Enter" || e.key === " ") {
2369
+ e.preventDefault();
2370
+ togglePasswordVisibility();
2371
+ }
2372
+ },
2373
+ "aria-label": showPassword ? "Hide password" : "Show password",
2374
+ children: showPassword ? /* @__PURE__ */ jsx(IconEyeClosed, { size: 16 }) : /* @__PURE__ */ jsx(IconEyeOpen, { size: 16 })
2375
+ }
2376
+ )
2377
+ ] })
2378
+ ] }),
2379
+ shouldShowHint && /* @__PURE__ */ jsx(
2380
+ InputElementHint,
2381
+ {
2382
+ showIcon: !validation && state === "Success" && validatedRequirements !== null,
2383
+ icon: getHintIcon(),
2384
+ children: displayHint
2385
+ }
2386
+ )
2387
+ ] });
2388
+ };
2389
+ var EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
2390
+ var isValidEmail = (email) => {
2391
+ if (!email || email.length === 0) return false;
2392
+ return EMAIL_REGEX.test(email);
2393
+ };
2394
+ var EmailField = ({
2395
+ label,
2396
+ placeholder,
2397
+ value: controlledValue,
2398
+ defaultValue,
2399
+ size = "Small",
2400
+ state: propState,
2401
+ hint,
2402
+ showCharacterCount = false,
2403
+ maxLength = 100,
2404
+ disabled = false,
2405
+ readOnly = false,
2406
+ leadingIcon,
2407
+ trailingIcon,
2408
+ onChange,
2409
+ onFocus,
2410
+ onBlur,
2411
+ className = ""
2412
+ }) => {
2413
+ const [internalValue, setInternalValue] = useState(defaultValue || "");
2414
+ const [hasBlurred, setHasBlurred] = useState(false);
2415
+ const value = controlledValue !== void 0 ? controlledValue : internalValue;
2416
+ const defaultPlaceholder = placeholder || (label ? `Enter ${label.toLowerCase()}` : "Enter email address");
2417
+ let state = propState || "Default";
2418
+ if (disabled) {
2419
+ state = "Disabled";
2420
+ } else if (readOnly) {
2421
+ state = "Read only";
2422
+ } else if (propState) {
2423
+ state = propState;
2424
+ } else {
2425
+ if (hasBlurred && value.length > 0) {
2426
+ if (isValidEmail(value)) {
2427
+ state = "Success";
2428
+ } else {
2429
+ state = "Error";
2430
+ }
2431
+ } else {
2432
+ state = "Default";
2433
+ }
2434
+ }
2435
+ const currentLength = typeof value === "string" ? value.length : 0;
2436
+ const getHint = () => {
2437
+ if (hint !== void 0) return hint;
2438
+ if (state === "Error" && hasBlurred) {
2439
+ return "Please enter a valid email address";
2440
+ }
2441
+ if (state === "Success") {
2442
+ return "Email address is valid";
2443
+ }
2444
+ return void 0;
2445
+ };
2446
+ const displayHint = getHint();
2447
+ const getHintIcon = () => {
2448
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 14 });
2449
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 14 });
2450
+ return null;
2451
+ };
2452
+ const getHintTextColor = () => {
2453
+ if (state === "Error") return "var(--brand-color-danger-150)";
2454
+ if (state === "Success") return "var(--brand-color-success-150)";
2455
+ return "var(--color-typography-primary-lighter)";
2456
+ };
2457
+ const handleChange = (e) => {
2458
+ const newValue = e.target.value;
2459
+ setInternalValue(newValue);
2460
+ onChange?.(newValue);
2461
+ };
2462
+ const handleFocus = () => {
2463
+ onFocus?.();
2464
+ };
2465
+ const handleBlur = () => {
2466
+ setHasBlurred(true);
2467
+ onBlur?.();
2468
+ };
2469
+ const shouldShowTrailingIcon = trailingIcon !== void 0 ? !!trailingIcon : state === "Loading" || state === "Error" || state === "Success";
2470
+ const getTrailingIcon = () => {
2471
+ if (state === "Loading") return /* @__PURE__ */ jsx(IconLoading, { size: 16 });
2472
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 16 });
2473
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 16 });
2474
+ return trailingIcon || null;
2475
+ };
2476
+ const inputId = `email-field-${size}-${Math.random().toString(36).substr(2, 9)}`;
2477
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-text-field ${state !== "Default" ? `baseline-text-field--${state.toLowerCase().replace(/\s+/g, "-")}` : ""} ${className}`, children: [
2478
+ label && /* @__PURE__ */ jsx(
2479
+ InputElementLabel,
2480
+ {
2481
+ size,
2482
+ htmlFor: inputId,
2483
+ characterCount: showCharacterCount,
2484
+ maxLength,
2485
+ currentLength,
2486
+ children: label
2487
+ }
2488
+ ),
2489
+ /* @__PURE__ */ jsxs("div", { className: "baseline-text-field-input-wrapper", children: [
2490
+ /* @__PURE__ */ jsx(
2491
+ InputElementInputField,
2492
+ {
2493
+ id: inputId,
2494
+ type: "email",
2495
+ size,
2496
+ state,
2497
+ leadingIcon: !!leadingIcon,
2498
+ trailingIcon: shouldShowTrailingIcon,
2499
+ leadingLabelText: void 0,
2500
+ trailingLabelText: void 0,
2501
+ placeholder: defaultPlaceholder,
2502
+ value,
2503
+ onChange: handleChange,
2504
+ onFocus: handleFocus,
2505
+ onBlur: handleBlur,
2506
+ disabled,
2507
+ readOnly,
2508
+ maxLength
2509
+ }
2510
+ ),
2511
+ leadingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-leading-icon", children: leadingIcon }),
2512
+ shouldShowTrailingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-trailing-icon", children: getTrailingIcon() })
2513
+ ] }),
2514
+ displayHint && /* @__PURE__ */ jsx(
2515
+ InputElementHint,
2516
+ {
2517
+ showIcon: state === "Error" || state === "Success",
2518
+ icon: getHintIcon(),
2519
+ children: /* @__PURE__ */ jsx("span", { style: { color: getHintTextColor() }, children: displayHint })
2520
+ }
2521
+ )
2522
+ ] });
2523
+ };
2524
+ var NumberField = ({
2525
+ label,
2526
+ placeholder,
2527
+ value: controlledValue,
2528
+ defaultValue,
2529
+ size = "Small",
2530
+ state: propState,
2531
+ hint,
2532
+ showCharacterCount = false,
2533
+ min,
2534
+ max,
2535
+ step,
2536
+ disabled = false,
2537
+ readOnly = false,
2538
+ leadingIcon,
2539
+ trailingIcon,
2540
+ leadingLabel,
2541
+ trailingLabel,
2542
+ onChange,
2543
+ onFocus,
2544
+ onBlur,
2545
+ className = ""
2546
+ }) => {
2547
+ const [internalValue, setInternalValue] = useState(defaultValue?.toString() || "");
2548
+ const [hasBlurred, setHasBlurred] = useState(false);
2549
+ const value = controlledValue !== void 0 ? controlledValue.toString() : internalValue;
2550
+ const numericValue = value === "" ? NaN : Number(value);
2551
+ const defaultPlaceholder = placeholder || (label ? `Enter ${label.toLowerCase()}` : "Enter number");
2552
+ let state = propState || "Default";
2553
+ if (disabled) {
2554
+ state = "Disabled";
2555
+ } else if (readOnly) {
2556
+ state = "Read only";
2557
+ } else if (propState) {
2558
+ state = propState;
2559
+ } else {
2560
+ if ((hasBlurred || value.length > 0) && value.length > 0) {
2561
+ if (isNaN(numericValue)) {
2562
+ state = "Error";
2563
+ } else {
2564
+ if (min !== void 0 && numericValue < min) {
2565
+ state = "Error";
2566
+ } else if (max !== void 0 && numericValue > max) {
2567
+ state = "Error";
2568
+ } else {
2569
+ state = "Success";
2570
+ }
2571
+ }
2572
+ } else {
2573
+ state = "Default";
2574
+ }
2575
+ }
2576
+ const currentLength = typeof value === "string" ? value.length : 0;
2577
+ const getHint = () => {
2578
+ if (hint !== void 0) return hint;
2579
+ if (state === "Error" && (hasBlurred || value.length > 0)) {
2580
+ if (isNaN(numericValue)) {
2581
+ return "Please enter a valid number";
2582
+ }
2583
+ if (min !== void 0 && numericValue < min) {
2584
+ return `Value must be at least ${min}`;
2585
+ }
2586
+ if (max !== void 0 && numericValue > max) {
2587
+ return `Value must be at most ${max}`;
2588
+ }
2589
+ return "Please check this field";
2590
+ }
2591
+ if (state === "Success") {
2592
+ return "Value is valid";
2593
+ }
2594
+ return void 0;
2595
+ };
2596
+ const displayHint = getHint();
2597
+ const getHintIcon = () => {
2598
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 14 });
2599
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 14 });
2600
+ return null;
2601
+ };
2602
+ const getHintTextColor = () => {
2603
+ if (state === "Error") return "var(--brand-color-danger-150)";
2604
+ if (state === "Success") return "var(--brand-color-success-150)";
2605
+ return "var(--color-typography-primary-lighter)";
2606
+ };
2607
+ const handleChange = (e) => {
2608
+ const newValue = e.target.value;
2609
+ setInternalValue(newValue);
2610
+ const numValue = newValue === "" ? "" : Number(newValue);
2611
+ onChange?.(isNaN(numValue) ? newValue : numValue);
2612
+ };
2613
+ const handleFocus = () => {
2614
+ onFocus?.();
2615
+ };
2616
+ const handleBlur = () => {
2617
+ setHasBlurred(true);
2618
+ onBlur?.();
2619
+ };
2620
+ const shouldShowTrailingIcon = trailingIcon !== void 0 ? !!trailingIcon : state === "Loading" || state === "Error" || state === "Success";
2621
+ const getTrailingIcon = () => {
2622
+ if (state === "Loading") return /* @__PURE__ */ jsx(IconLoading, { size: 16 });
2623
+ if (state === "Error") return /* @__PURE__ */ jsx(IconError, { size: 16 });
2624
+ if (state === "Success") return /* @__PURE__ */ jsx(IconSuccess, { size: 16 });
2625
+ return trailingIcon || null;
2626
+ };
2627
+ const inputId = `number-field-${size}-${Math.random().toString(36).substr(2, 9)}`;
2628
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-text-field ${state !== "Default" ? `baseline-text-field--${state.toLowerCase().replace(/\s+/g, "-")}` : ""} ${className}`, children: [
2629
+ label && /* @__PURE__ */ jsx(
2630
+ InputElementLabel,
2631
+ {
2632
+ size,
2633
+ htmlFor: inputId,
2634
+ characterCount: showCharacterCount,
2635
+ maxLength: void 0,
2636
+ currentLength,
2637
+ children: label
2638
+ }
2639
+ ),
2640
+ /* @__PURE__ */ jsxs("div", { className: "baseline-text-field-input-wrapper", children: [
2641
+ /* @__PURE__ */ jsx(
2642
+ InputElementInputField,
2643
+ {
2644
+ id: inputId,
2645
+ type: "number",
2646
+ size,
2647
+ state,
2648
+ leadingIcon: !!leadingIcon,
2649
+ leadingLabel: !!leadingLabel,
2650
+ trailingIcon: shouldShowTrailingIcon,
2651
+ trailingLabel: !!trailingLabel,
2652
+ leadingLabelText: leadingLabel,
2653
+ trailingLabelText: trailingLabel,
2654
+ placeholder: defaultPlaceholder,
2655
+ value,
2656
+ onChange: handleChange,
2657
+ onFocus: handleFocus,
2658
+ onBlur: handleBlur,
2659
+ disabled,
2660
+ readOnly,
2661
+ min,
2662
+ max,
2663
+ step
2664
+ }
2665
+ ),
2666
+ leadingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-leading-icon", children: leadingIcon }),
2667
+ shouldShowTrailingIcon && /* @__PURE__ */ jsx("div", { className: "baseline-text-field-trailing-icon", children: getTrailingIcon() })
2668
+ ] }),
2669
+ displayHint && /* @__PURE__ */ jsx(
2670
+ InputElementHint,
2671
+ {
2672
+ showIcon: state === "Error" || state === "Success",
2673
+ icon: getHintIcon(),
2674
+ children: /* @__PURE__ */ jsx("span", { style: { color: getHintTextColor() }, children: displayHint })
2675
+ }
2676
+ )
2677
+ ] });
2678
+ };
2679
+ var InputElementLeadingLabel = ({
2680
+ leadingLabelText = "$",
2681
+ size = "XSmall",
2682
+ className = ""
2683
+ }) => {
2684
+ const labelClasses = [
2685
+ "baseline-input-element-leading-label",
2686
+ `baseline-input-element-leading-label--${size.toLowerCase()}`,
2687
+ className
2688
+ ].filter(Boolean).join(" ");
2689
+ return /* @__PURE__ */ jsx("div", { className: labelClasses, children: leadingLabelText });
2690
+ };
2691
+ var InputElementContentText = ({
2692
+ size = "XSmall",
2693
+ placeholder = false,
2694
+ secure = false,
2695
+ value,
2696
+ className = ""
2697
+ }) => {
2698
+ const textClasses = [
2699
+ "baseline-input-element-content-text",
2700
+ `baseline-input-element-content-text--${size.toLowerCase()}`,
2701
+ placeholder && "baseline-input-element-content-text--placeholder",
2702
+ secure && "baseline-input-element-content-text--secure",
2703
+ className
2704
+ ].filter(Boolean).join(" ");
2705
+ const displayValue = secure ? "\u2022\u2022\u2022\u2022\u2022\u2022" : value || (placeholder ? "Placeholder" : "");
2706
+ return /* @__PURE__ */ jsx("div", { className: textClasses, children: displayValue });
2707
+ };
2708
+ var InputElementProgressBar = ({
2709
+ state = "Empty",
2710
+ progress = 0,
2711
+ className = ""
2712
+ }) => {
2713
+ const progressClasses = [
2714
+ "baseline-input-element-progress-bar",
2715
+ `baseline-input-element-progress-bar--${state.toLowerCase().replace(/\s+/g, "-")}`,
2716
+ className
2717
+ ].filter(Boolean).join(" ");
2718
+ const progressWidth = state === "In Progress" ? `${Math.min(100, Math.max(0, progress))}%` : state === "Complete" ? "100%" : "0%";
2719
+ return /* @__PURE__ */ jsx("div", { className: progressClasses, children: /* @__PURE__ */ jsx(
2720
+ "div",
2721
+ {
2722
+ className: "baseline-input-element-progress-bar-fill",
2723
+ style: { width: progressWidth }
2724
+ }
2725
+ ) });
2726
+ };
2727
+ var Placeholder = ({
2728
+ className = "",
2729
+ style
2730
+ }) => {
2731
+ return /* @__PURE__ */ jsx(
2732
+ "div",
2733
+ {
2734
+ className: `baseline-placeholder ${className}`,
2735
+ style,
2736
+ role: "status",
2737
+ "aria-label": "Loading content",
2738
+ children: /* @__PURE__ */ jsx("div", { className: "baseline-placeholder-gradient" })
2739
+ }
2740
+ );
2741
+ };
2742
+ var ProgressSteps = ({
2743
+ steps,
2744
+ activeStepIndex: controlledActiveStepIndex,
2745
+ onStepClick,
2746
+ clickable = true,
2747
+ className = ""
2748
+ }) => {
2749
+ const [internalActiveStepIndex, setInternalActiveStepIndex] = useState(0);
2750
+ const containerRef = useRef(null);
2751
+ const stepsRef = useRef(null);
2752
+ const [translateX, setTranslateX] = useState(0);
2753
+ const activeStepIndex = controlledActiveStepIndex !== void 0 ? controlledActiveStepIndex : internalActiveStepIndex;
2754
+ useEffect(() => {
2755
+ const container = containerRef.current;
2756
+ const stepsContainer = stepsRef.current;
2757
+ if (!container || !stepsContainer) return;
2758
+ const activeStepElement = stepsContainer.querySelector(
2759
+ `[data-step-index="${activeStepIndex}"]`
2760
+ );
2761
+ if (!activeStepElement) return;
2762
+ const timeoutId = setTimeout(() => {
2763
+ const containerWidth = container.clientWidth;
2764
+ const stepsWidth = stepsContainer.scrollWidth;
2765
+ if (stepsWidth <= containerWidth || containerWidth >= 768) {
2766
+ setTranslateX(0);
2767
+ return;
2768
+ }
2769
+ const stepLeft = activeStepElement.offsetLeft;
2770
+ const stepWidth = activeStepElement.offsetWidth;
2771
+ const stepCenterX = stepLeft + stepWidth / 2;
2772
+ const containerCenterX = containerWidth / 2;
2773
+ if (stepCenterX > containerCenterX) {
2774
+ const targetTranslateX = containerCenterX - stepCenterX;
2775
+ const maxTranslateX = 0;
2776
+ const minTranslateX = containerWidth - stepsWidth;
2777
+ setTranslateX(Math.max(minTranslateX, Math.min(maxTranslateX, targetTranslateX)));
2778
+ } else {
2779
+ setTranslateX(0);
2780
+ }
2781
+ }, 150);
2782
+ return () => clearTimeout(timeoutId);
2783
+ }, [activeStepIndex, steps]);
2784
+ useEffect(() => {
2785
+ const container = containerRef.current;
2786
+ const stepsContainer = stepsRef.current;
2787
+ if (!container || !stepsContainer) return;
2788
+ const handleResize = () => {
2789
+ const containerWidth = container.clientWidth;
2790
+ const stepsWidth = stepsContainer.scrollWidth;
2791
+ if (stepsWidth <= containerWidth || containerWidth >= 768) {
2792
+ setTranslateX(0);
2793
+ return;
2794
+ }
2795
+ const activeStepElement = stepsContainer.querySelector(
2796
+ `[data-step-index="${activeStepIndex}"]`
2797
+ );
2798
+ if (!activeStepElement) return;
2799
+ const stepLeft = activeStepElement.offsetLeft;
2800
+ const stepWidth = activeStepElement.offsetWidth;
2801
+ const stepCenterX = stepLeft + stepWidth / 2;
2802
+ const containerCenterX = containerWidth / 2;
2803
+ if (stepCenterX > containerCenterX) {
2804
+ const targetTranslateX = containerCenterX - stepCenterX;
2805
+ const maxTranslateX = 0;
2806
+ const minTranslateX = containerWidth - stepsWidth;
2807
+ setTranslateX(Math.max(minTranslateX, Math.min(maxTranslateX, targetTranslateX)));
2808
+ } else {
2809
+ setTranslateX(0);
2810
+ }
2811
+ };
2812
+ const resizeObserver = new ResizeObserver(handleResize);
2813
+ resizeObserver.observe(container);
2814
+ return () => {
2815
+ resizeObserver.disconnect();
2816
+ };
2817
+ }, [activeStepIndex, steps]);
2818
+ const handleStepClick = (index, step) => {
2819
+ if (!clickable) return;
2820
+ if (controlledActiveStepIndex === void 0) {
2821
+ setInternalActiveStepIndex(index);
2822
+ }
2823
+ onStepClick?.(index, step);
2824
+ };
2825
+ const getStepStatus = (index, step) => {
2826
+ if (step.status === "completed") {
2827
+ return "completed";
2828
+ }
2829
+ if (index === activeStepIndex) {
2830
+ return "in-progress";
2831
+ }
2832
+ if (index < activeStepIndex) return "completed";
2833
+ return "not-started";
2834
+ };
2835
+ const getLineStatus = (index) => {
2836
+ const currentStep = steps[index];
2837
+ const currentStepStatus = getStepStatus(index, currentStep);
2838
+ if (currentStepStatus === "completed" || currentStepStatus === "in-progress") {
2839
+ return "completed";
2840
+ }
2841
+ return "not-started";
2842
+ };
2843
+ return /* @__PURE__ */ jsx(
2844
+ "div",
2845
+ {
2846
+ ref: containerRef,
2847
+ className: `baseline-progress-steps-wrapper ${className}`,
2848
+ children: /* @__PURE__ */ jsx(
2849
+ "div",
2850
+ {
2851
+ ref: stepsRef,
2852
+ className: "baseline-progress-steps",
2853
+ style: {
2854
+ transform: translateX !== 0 ? `translateX(${translateX}px)` : void 0,
2855
+ transition: translateX !== 0 ? "transform 0.3s ease-out" : void 0
2856
+ },
2857
+ children: steps.map((step, index) => {
2858
+ const stepStatus = getStepStatus(index, step);
2859
+ const isLast = index === steps.length - 1;
2860
+ const lineStatus = !isLast ? getLineStatus(index) : null;
2861
+ const isClickable = clickable && (stepStatus === "completed" || stepStatus === "in-progress" || index <= activeStepIndex + 1);
2862
+ const getOpacityClass = () => {
2863
+ if (index === activeStepIndex + 1) {
2864
+ return "baseline-progress-steps-step--opacity-50";
2865
+ }
2866
+ if (index > activeStepIndex + 1) {
2867
+ return "baseline-progress-steps-step--opacity-30";
2868
+ }
2869
+ return "";
2870
+ };
2871
+ const getLineOpacityClass = () => {
2872
+ if (isLast) return "";
2873
+ const nextStepIndex = index + 1;
2874
+ if (nextStepIndex === activeStepIndex + 1) {
2875
+ return "baseline-progress-steps-line--opacity-50";
2876
+ }
2877
+ if (nextStepIndex > activeStepIndex + 1) {
2878
+ return "baseline-progress-steps-line--opacity-30";
2879
+ }
2880
+ return "";
2881
+ };
2882
+ return /* @__PURE__ */ jsx(React6.Fragment, { children: /* @__PURE__ */ jsx(
2883
+ "div",
2884
+ {
2885
+ "data-step-index": index,
2886
+ className: `baseline-progress-steps-step baseline-progress-steps-step--${stepStatus} ${isClickable ? "baseline-progress-steps-step--clickable" : ""} ${getOpacityClass()}`,
2887
+ onClick: () => isClickable && handleStepClick(index, step),
2888
+ role: isClickable ? "button" : void 0,
2889
+ tabIndex: isClickable ? 0 : void 0,
2890
+ onKeyDown: (e) => {
2891
+ if (isClickable && (e.key === "Enter" || e.key === " ")) {
2892
+ e.preventDefault();
2893
+ handleStepClick(index, step);
2894
+ }
2895
+ },
2896
+ "aria-label": `Step ${index + 1}: ${step.label}`,
2897
+ children: /* @__PURE__ */ jsxs("div", { className: "baseline-progress-steps-step-indicator-wrapper", children: [
2898
+ /* @__PURE__ */ jsxs("div", { className: "baseline-progress-steps-step-circle-and-label", children: [
2899
+ /* @__PURE__ */ jsx("div", { className: "baseline-progress-steps-step-indicator", children: stepStatus === "completed" ? /* @__PURE__ */ jsx(IconCheck, { size: 24, color: "white" }) : /* @__PURE__ */ jsx("span", { className: "baseline-progress-steps-step-number", children: index + 1 }) }),
2900
+ /* @__PURE__ */ jsx("div", { className: "baseline-progress-steps-step-label", children: step.label })
2901
+ ] }),
2902
+ !isLast && /* @__PURE__ */ jsx(
2903
+ "div",
2904
+ {
2905
+ className: `baseline-progress-steps-line baseline-progress-steps-line--${lineStatus} ${getLineOpacityClass()}`,
2906
+ "aria-hidden": "true"
2907
+ }
2908
+ )
2909
+ ] })
2910
+ }
2911
+ ) }, step.id);
2912
+ })
2913
+ }
2914
+ )
2915
+ }
2916
+ );
2917
+ };
2918
+ var Knob = ({
2919
+ state = "default",
2920
+ showLabel = false,
2921
+ labelText = "Label",
2922
+ className = ""
2923
+ }) => {
2924
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-knob baseline-knob--${state} ${className}`, children: [
2925
+ showLabel && /* @__PURE__ */ jsxs("div", { className: "baseline-knob-label-wrapper", children: [
2926
+ /* @__PURE__ */ jsx("div", { className: "baseline-knob-label", children: labelText }),
2927
+ /* @__PURE__ */ jsx("div", { className: "baseline-knob-needle" })
2928
+ ] }),
2929
+ /* @__PURE__ */ jsx("div", { className: "baseline-knob-circle" })
2930
+ ] });
2931
+ };
2932
+ var Switch = ({
2933
+ defaultChecked = false,
2934
+ state = "default",
2935
+ onChange,
2936
+ onFocus,
2937
+ onBlur,
2938
+ "aria-label": ariaLabel,
2939
+ "aria-labelledby": ariaLabelledBy,
2940
+ className = ""
2941
+ }) => {
2942
+ const [checked, setChecked] = useState(defaultChecked);
2943
+ const inputRef = useRef(null);
2944
+ const disabled = state === "disabled";
2945
+ const handleChange = (e) => {
2946
+ if (disabled) return;
2947
+ const newChecked = e.target.checked;
2948
+ setChecked(newChecked);
2949
+ onChange?.(newChecked);
2950
+ };
2951
+ const knobState = disabled ? "disabled" : checked ? "active" : "default";
2952
+ return /* @__PURE__ */ jsxs(
2953
+ "div",
2954
+ {
2955
+ className: `baseline-switch baseline-switch--${state} ${checked ? "baseline-switch--checked" : ""} ${className}`,
2956
+ onClick: () => !disabled && inputRef.current?.click(),
2957
+ children: [
2958
+ /* @__PURE__ */ jsx(
2959
+ "input",
2960
+ {
2961
+ ref: inputRef,
2962
+ type: "checkbox",
2963
+ checked,
2964
+ onChange: handleChange,
2965
+ onFocus,
2966
+ onBlur,
2967
+ disabled,
2968
+ "aria-label": ariaLabel,
2969
+ "aria-labelledby": ariaLabelledBy,
2970
+ className: "baseline-switch-input"
2971
+ }
2972
+ ),
2973
+ /* @__PURE__ */ jsx("div", { className: "baseline-switch-track" }),
2974
+ /* @__PURE__ */ jsx(
2975
+ Knob,
2976
+ {
2977
+ state: knobState,
2978
+ showLabel: false,
2979
+ className: "baseline-switch-knob"
2980
+ }
2981
+ )
2982
+ ]
2983
+ }
2984
+ );
2985
+ };
2986
+ var Slider = ({
2987
+ layout = "Simple",
2988
+ state = "Default",
2989
+ min = 0,
2990
+ max = 100,
2991
+ step = 1,
2992
+ defaultValue = 50,
2993
+ defaultValues = [20, 80],
2994
+ onChange,
2995
+ onRangeChange,
2996
+ showLabels = false,
2997
+ labelOnActive = false,
2998
+ leftIcon,
2999
+ rightIcon,
3000
+ className = ""
3001
+ }) => {
3002
+ const [simpleValue, setSimpleValue] = useState(defaultValue);
3003
+ const [rangeValues, setRangeValues] = useState(defaultValues);
3004
+ const [isDragging, setIsDragging] = useState(null);
3005
+ const [hoveredInput, setHoveredInput] = useState(null);
3006
+ const [focusedInput, setFocusedInput] = useState(null);
3007
+ const trackRef = useRef(null);
3008
+ const disabled = state === "Disabled";
3009
+ const handleSimpleChange = (e) => {
3010
+ if (disabled) return;
3011
+ const newValue = Number(e.target.value);
3012
+ setSimpleValue(newValue);
3013
+ onChange?.(newValue);
3014
+ };
3015
+ const handleRangeChange = (index) => (e) => {
3016
+ if (disabled) return;
3017
+ const newValue = Number(e.target.value);
3018
+ const newValues = [...rangeValues];
3019
+ newValues[index] = newValue;
3020
+ if (index === 0 && newValues[0] > newValues[1]) {
3021
+ newValues[0] = newValues[1];
3022
+ } else if (index === 1 && newValues[1] < newValues[0]) {
3023
+ newValues[1] = newValues[0];
3024
+ }
3025
+ setRangeValues(newValues);
3026
+ onRangeChange?.(newValues);
3027
+ };
3028
+ const handleRangeMouseDown = (index) => () => {
3029
+ if (disabled) return;
3030
+ handleMouseDown(index === 0 ? "min" : "max");
3031
+ };
3032
+ const handleMouseDown = (which) => {
3033
+ if (disabled) return;
3034
+ setIsDragging(which);
3035
+ };
3036
+ const handleMouseUp = () => {
3037
+ setIsDragging(null);
3038
+ };
3039
+ useEffect(() => {
3040
+ if (isDragging) {
3041
+ document.addEventListener("mouseup", handleMouseUp);
3042
+ return () => {
3043
+ document.removeEventListener("mouseup", handleMouseUp);
3044
+ };
3045
+ }
3046
+ }, [isDragging]);
3047
+ const getKnobState = (inputId) => {
3048
+ if (disabled) return "disabled";
3049
+ if (isDragging === inputId || hoveredInput === inputId || focusedInput === inputId) return "active";
3050
+ return "default";
3051
+ };
3052
+ const shouldShowLabel = (inputId) => {
3053
+ if (!showLabels) return false;
3054
+ if (!labelOnActive) return true;
3055
+ return isDragging === inputId || hoveredInput === inputId || focusedInput === inputId;
3056
+ };
3057
+ const formatValue = (value) => {
3058
+ return value.toString();
3059
+ };
3060
+ const simplePercentage = (simpleValue - min) / (max - min) * 100;
3061
+ const rangeMinPercentage = (rangeValues[0] - min) / (max - min) * 100;
3062
+ const rangeMaxPercentage = (rangeValues[1] - min) / (max - min) * 100;
3063
+ if (layout === "Range") {
3064
+ return /* @__PURE__ */ jsxs(
3065
+ "div",
3066
+ {
3067
+ className: `baseline-slider baseline-slider--${state} baseline-slider--range ${className}`,
3068
+ style: {
3069
+ "--min": min,
3070
+ "--max": max,
3071
+ "--a": rangeValues[0],
3072
+ "--b": rangeValues[1]
3073
+ },
3074
+ children: [
3075
+ (leftIcon || rightIcon) && /* @__PURE__ */ jsxs("div", { className: "baseline-slider-enhancers", children: [
3076
+ leftIcon && /* @__PURE__ */ jsx("div", { className: "baseline-slider-enhancer baseline-slider-enhancer--left", children: leftIcon }),
3077
+ rightIcon && /* @__PURE__ */ jsx("div", { className: "baseline-slider-enhancer baseline-slider-enhancer--right", children: rightIcon })
3078
+ ] }),
3079
+ /* @__PURE__ */ jsx("div", { className: "baseline-slider-container", children: /* @__PURE__ */ jsxs("div", { className: "baseline-slider-track", ref: trackRef, children: [
3080
+ /* @__PURE__ */ jsx(
3081
+ "input",
3082
+ {
3083
+ type: "range",
3084
+ min,
3085
+ max,
3086
+ step,
3087
+ value: rangeValues[0],
3088
+ onChange: handleRangeChange(0),
3089
+ onMouseDown: handleRangeMouseDown(0),
3090
+ onMouseEnter: () => !disabled && setHoveredInput("min"),
3091
+ onMouseLeave: () => setHoveredInput(null),
3092
+ onFocus: () => setFocusedInput("min"),
3093
+ onBlur: () => setFocusedInput(null),
3094
+ disabled,
3095
+ className: "baseline-slider-input baseline-slider-input--min",
3096
+ "aria-label": "Minimum value"
3097
+ }
3098
+ ),
3099
+ /* @__PURE__ */ jsx(
3100
+ "input",
3101
+ {
3102
+ type: "range",
3103
+ min,
3104
+ max,
3105
+ step,
3106
+ value: rangeValues[1],
3107
+ onChange: handleRangeChange(1),
3108
+ onMouseDown: handleRangeMouseDown(1),
3109
+ onMouseEnter: () => !disabled && setHoveredInput("max"),
3110
+ onMouseLeave: () => setHoveredInput(null),
3111
+ onFocus: () => setFocusedInput("max"),
3112
+ onBlur: () => setFocusedInput(null),
3113
+ disabled,
3114
+ className: "baseline-slider-input baseline-slider-input--max",
3115
+ "aria-label": "Maximum value"
3116
+ }
3117
+ ),
3118
+ /* @__PURE__ */ jsx(
3119
+ "div",
3120
+ {
3121
+ className: "baseline-slider-knob-wrapper baseline-slider-knob-wrapper--min",
3122
+ style: { left: `calc(${rangeMinPercentage}% - 14px)` },
3123
+ children: /* @__PURE__ */ jsx(
3124
+ Knob,
3125
+ {
3126
+ state: getKnobState("min"),
3127
+ showLabel: shouldShowLabel("min"),
3128
+ labelText: formatValue(rangeValues[0])
3129
+ }
3130
+ )
3131
+ }
3132
+ ),
3133
+ /* @__PURE__ */ jsx(
3134
+ "div",
3135
+ {
3136
+ className: "baseline-slider-knob-wrapper baseline-slider-knob-wrapper--max",
3137
+ style: { left: `calc(${rangeMaxPercentage}% - 14px)` },
3138
+ children: /* @__PURE__ */ jsx(
3139
+ Knob,
3140
+ {
3141
+ state: getKnobState("max"),
3142
+ showLabel: shouldShowLabel("max"),
3143
+ labelText: formatValue(rangeValues[1])
3144
+ }
3145
+ )
3146
+ }
3147
+ )
3148
+ ] }) })
3149
+ ]
3150
+ }
3151
+ );
3152
+ }
3153
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-slider baseline-slider--${state} baseline-slider--simple ${className}`, children: [
3154
+ (leftIcon || rightIcon) && /* @__PURE__ */ jsxs("div", { className: "baseline-slider-enhancers", children: [
3155
+ leftIcon && /* @__PURE__ */ jsx("div", { className: "baseline-slider-enhancer baseline-slider-enhancer--left", children: leftIcon }),
3156
+ rightIcon && /* @__PURE__ */ jsx("div", { className: "baseline-slider-enhancer baseline-slider-enhancer--right", children: rightIcon })
3157
+ ] }),
3158
+ /* @__PURE__ */ jsx("div", { className: "baseline-slider-container", children: /* @__PURE__ */ jsxs("div", { className: "baseline-slider-track", ref: trackRef, children: [
3159
+ /* @__PURE__ */ jsx(
3160
+ "div",
3161
+ {
3162
+ className: "baseline-slider-fill",
3163
+ style: {
3164
+ width: `${simplePercentage}%`
3165
+ }
3166
+ }
3167
+ ),
3168
+ /* @__PURE__ */ jsx(
3169
+ "input",
3170
+ {
3171
+ type: "range",
3172
+ min,
3173
+ max,
3174
+ step,
3175
+ value: simpleValue,
3176
+ onChange: handleSimpleChange,
3177
+ onMouseDown: () => handleMouseDown("simple"),
3178
+ onMouseEnter: () => !disabled && setHoveredInput("simple"),
3179
+ onMouseLeave: () => setHoveredInput(null),
3180
+ onFocus: () => setFocusedInput("simple"),
3181
+ onBlur: () => setFocusedInput(null),
3182
+ disabled,
3183
+ className: "baseline-slider-input",
3184
+ "aria-label": "Slider value"
3185
+ }
3186
+ ),
3187
+ /* @__PURE__ */ jsx(
3188
+ "div",
3189
+ {
3190
+ className: "baseline-slider-knob-wrapper",
3191
+ style: { left: `calc(${simplePercentage}% - 14px)` },
3192
+ children: /* @__PURE__ */ jsx(
3193
+ Knob,
3194
+ {
3195
+ state: getKnobState("simple"),
3196
+ showLabel: shouldShowLabel("simple"),
3197
+ labelText: formatValue(simpleValue)
3198
+ }
3199
+ )
3200
+ }
3201
+ )
3202
+ ] }) })
3203
+ ] });
3204
+ };
3205
+ var Checkbox = ({
3206
+ checked: controlledChecked,
3207
+ defaultChecked = false,
3208
+ indeterminate = false,
3209
+ disabled = false,
3210
+ label,
3211
+ onChange,
3212
+ onFocus,
3213
+ onBlur,
3214
+ className = ""
3215
+ }) => {
3216
+ const [internalChecked, setInternalChecked] = useState(defaultChecked);
3217
+ const checked = controlledChecked !== void 0 ? controlledChecked : internalChecked;
3218
+ const handleChange = (e) => {
3219
+ if (disabled) return;
3220
+ const newChecked = e.target.checked;
3221
+ if (controlledChecked === void 0) {
3222
+ setInternalChecked(newChecked);
3223
+ }
3224
+ onChange?.(newChecked);
3225
+ };
3226
+ const checkboxId = React6.useId();
3227
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-checkbox ${disabled ? "baseline-checkbox--disabled" : ""} ${className}`, children: [
3228
+ /* @__PURE__ */ jsx(
3229
+ "input",
3230
+ {
3231
+ type: "checkbox",
3232
+ id: label ? checkboxId : void 0,
3233
+ checked: checked && !indeterminate,
3234
+ ref: (input) => {
3235
+ if (input) {
3236
+ input.indeterminate = indeterminate;
3237
+ }
3238
+ },
3239
+ onChange: handleChange,
3240
+ onFocus,
3241
+ onBlur,
3242
+ disabled,
3243
+ className: "baseline-checkbox-input",
3244
+ "aria-checked": indeterminate ? "mixed" : checked
3245
+ }
3246
+ ),
3247
+ /* @__PURE__ */ jsx("div", { className: "baseline-checkbox-box", children: indeterminate ? /* @__PURE__ */ jsx("div", { className: "baseline-checkbox-indeterminate" }) : checked ? /* @__PURE__ */ jsx(IconCheck, { size: 16, className: "baseline-checkbox-icon" }) : null }),
3248
+ label && /* @__PURE__ */ jsx("label", { htmlFor: checkboxId, className: "baseline-checkbox-label", children: label })
3249
+ ] });
3250
+ };
3251
+ var Radio = ({
3252
+ value,
3253
+ name,
3254
+ checked: controlledChecked,
3255
+ defaultChecked = false,
3256
+ disabled = false,
3257
+ label,
3258
+ onChange,
3259
+ onFocus,
3260
+ onBlur,
3261
+ className = ""
3262
+ }) => {
3263
+ const [internalChecked, setInternalChecked] = useState(defaultChecked);
3264
+ const checked = controlledChecked !== void 0 ? controlledChecked : internalChecked;
3265
+ const handleChange = (e) => {
3266
+ if (disabled) return;
3267
+ const newChecked = e.target.checked;
3268
+ if (controlledChecked === void 0) {
3269
+ setInternalChecked(newChecked);
3270
+ }
3271
+ if (newChecked) {
3272
+ onChange?.(value);
3273
+ }
3274
+ };
3275
+ const radioId = React6.useId();
3276
+ return /* @__PURE__ */ jsxs("div", { className: `baseline-radio ${disabled ? "baseline-radio--disabled" : ""} ${className}`, children: [
3277
+ /* @__PURE__ */ jsx(
3278
+ "input",
3279
+ {
3280
+ type: "radio",
3281
+ id: label ? radioId : void 0,
3282
+ name,
3283
+ value,
3284
+ checked,
3285
+ onChange: handleChange,
3286
+ onFocus,
3287
+ onBlur,
3288
+ disabled,
3289
+ className: "baseline-radio-input"
3290
+ }
3291
+ ),
3292
+ /* @__PURE__ */ jsx("div", { className: "baseline-radio-circle", children: checked && /* @__PURE__ */ jsx("div", { className: "baseline-radio-dot" }) }),
3293
+ label && /* @__PURE__ */ jsx("label", { htmlFor: radioId, className: "baseline-radio-label", children: label })
3294
+ ] });
3295
+ };
3296
+ var Logo = ({
3297
+ brand,
3298
+ variant = "color",
3299
+ width,
3300
+ height,
3301
+ logomarkOnly = false,
3302
+ className = ""
3303
+ }) => {
3304
+ const currentBrand = brand || "baseline";
3305
+ const aspectRatio = logomarkOnly ? currentBrand === "baseline-pro" ? 20 / 22 : currentBrand === "offset" ? 20.3538 / 17.52 : 20 / 16 : 223 / 43;
3306
+ const style = {};
3307
+ if (width) {
3308
+ style.width = typeof width === "string" ? width : `${width}px`;
3309
+ }
3310
+ if (height) {
3311
+ style.height = typeof height === "string" ? height : `${height}px`;
3312
+ const heightValue = typeof height === "string" ? parseFloat(height) : height;
3313
+ if (!isNaN(heightValue)) {
3314
+ style.width = `${heightValue * aspectRatio}px`;
3315
+ }
3316
+ }
3317
+ if (!width && !height) {
3318
+ style.width = "100%";
3319
+ style.maxWidth = logomarkOnly ? currentBrand === "baseline-pro" ? "20px" : currentBrand === "offset" ? "20.3538px" : "20px" : "223px";
3320
+ }
3321
+ const logoClasses = [
3322
+ "baseline-logo",
3323
+ `baseline-logo--${currentBrand}`,
3324
+ `baseline-logo--${variant}`,
3325
+ logomarkOnly && "baseline-logo--logomark-only",
3326
+ className
3327
+ ].filter(Boolean).join(" ");
3328
+ const renderLogo = () => {
3329
+ const viewBox = logomarkOnly ? currentBrand === "baseline-pro" ? "0 0 20 22" : currentBrand === "offset" ? "0 0 20.3538 17.52" : "0 0 20 16" : "0 0 223 43";
3330
+ if (currentBrand === "baseline") {
3331
+ return /* @__PURE__ */ jsxs(
3332
+ "svg",
3333
+ {
3334
+ className: "baseline-logo-svg",
3335
+ viewBox,
3336
+ fill: "none",
3337
+ xmlns: "http://www.w3.org/2000/svg",
3338
+ preserveAspectRatio: "xMidYMid meet",
3339
+ children: [
3340
+ /* @__PURE__ */ jsxs("g", { transform: logomarkOnly ? "translate(0, 0)" : "translate(4, 23)", children: [
3341
+ /* @__PURE__ */ jsx("circle", { cx: "5", cy: "3", r: "3", fill: "currentColor" }),
3342
+ /* @__PURE__ */ jsx("circle", { cx: "15", cy: "3", r: "3", fill: "currentColor" }),
3343
+ /* @__PURE__ */ jsx("rect", { y: "11", width: "20", height: "4", fill: "currentColor" })
3344
+ ] }),
3345
+ !logomarkOnly && /* @__PURE__ */ jsx(
3346
+ "text",
3347
+ {
3348
+ x: "28",
3349
+ y: "39",
3350
+ fontFamily: "var(--brand-typography-font-family-body)",
3351
+ fontSize: "36",
3352
+ fontWeight: "900",
3353
+ fill: "currentColor",
3354
+ letterSpacing: "-2.88",
3355
+ dominantBaseline: "alphabetic",
3356
+ style: { fontVariationSettings: "'opsz' 14" },
3357
+ children: "Baseline"
3358
+ }
3359
+ )
3360
+ ]
3361
+ }
3362
+ );
3363
+ }
3364
+ if (currentBrand === "baseline-pro") {
3365
+ return /* @__PURE__ */ jsxs(
3366
+ "svg",
3367
+ {
3368
+ className: "baseline-logo-svg",
3369
+ viewBox,
3370
+ fill: "none",
3371
+ xmlns: "http://www.w3.org/2000/svg",
3372
+ preserveAspectRatio: "xMidYMid meet",
3373
+ children: [
3374
+ /* @__PURE__ */ jsxs("g", { transform: logomarkOnly ? "translate(0, 0)" : "translate(4, 18)", children: [
3375
+ /* @__PURE__ */ jsx("circle", { cx: "5", cy: "3", r: "3", fill: "currentColor" }),
3376
+ /* @__PURE__ */ jsx("circle", { cx: "15", cy: "3", r: "3", fill: "currentColor" }),
3377
+ /* @__PURE__ */ jsx(
3378
+ "path",
3379
+ {
3380
+ d: "M10 21C15.5228 21 20 16.5228 20 11H0C0 16.5228 4.47715 21 10 21Z",
3381
+ fill: "currentColor"
3382
+ }
3383
+ )
3384
+ ] }),
3385
+ !logomarkOnly && /* @__PURE__ */ jsx(
3386
+ "text",
3387
+ {
3388
+ x: "28",
3389
+ y: "39",
3390
+ fontFamily: "var(--brand-typography-font-family-body)",
3391
+ fontSize: "36",
3392
+ fontWeight: "900",
3393
+ fill: "currentColor",
3394
+ letterSpacing: "-2.88",
3395
+ dominantBaseline: "alphabetic",
3396
+ style: { fontVariationSettings: "'opsz' 14" },
3397
+ children: "BaselinePro"
3398
+ }
3399
+ )
3400
+ ]
3401
+ }
3402
+ );
3403
+ }
3404
+ return /* @__PURE__ */ jsxs(
3405
+ "svg",
3406
+ {
3407
+ className: "baseline-logo-svg",
3408
+ viewBox,
3409
+ fill: "none",
3410
+ xmlns: "http://www.w3.org/2000/svg",
3411
+ preserveAspectRatio: "xMidYMid meet",
3412
+ children: [
3413
+ /* @__PURE__ */ jsxs("g", { transform: logomarkOnly ? "translate(0, 0) rotate(270 10.1769 8.76)" : "translate(10, 20) rotate(270 8.676 10.177)", children: [
3414
+ /* @__PURE__ */ jsx("circle", { cx: "5.1769", cy: "3", r: "3", fill: "currentColor" }),
3415
+ /* @__PURE__ */ jsx("circle", { cx: "15.1769", cy: "3", r: "3", fill: "currentColor" }),
3416
+ /* @__PURE__ */ jsx(
3417
+ "rect",
3418
+ {
3419
+ y: "13.6563",
3420
+ width: "20",
3421
+ height: "4",
3422
+ transform: "rotate(-15 0 13.6563)",
3423
+ fill: "#22DA7C",
3424
+ className: "baseline-logo-offset-mouth"
3425
+ }
3426
+ )
3427
+ ] }),
3428
+ !logomarkOnly && /* @__PURE__ */ jsxs(
3429
+ "text",
3430
+ {
3431
+ x: "28",
3432
+ y: "39",
3433
+ fontFamily: "'Gabarito', sans-serif",
3434
+ fontSize: "36",
3435
+ fontWeight: "900",
3436
+ fill: "currentColor",
3437
+ letterSpacing: "-2.88",
3438
+ dominantBaseline: "alphabetic",
3439
+ children: [
3440
+ "Off",
3441
+ /* @__PURE__ */ jsx("tspan", { fill: "#f4b407", className: "baseline-logo-text-accent", children: "set" })
3442
+ ]
3443
+ }
3444
+ )
3445
+ ]
3446
+ }
3447
+ );
3448
+ };
3449
+ return /* @__PURE__ */ jsx(
3450
+ "div",
3451
+ {
3452
+ className: logoClasses,
3453
+ style,
3454
+ role: "img",
3455
+ "aria-label": `${currentBrand} logo`,
3456
+ children: renderLogo()
3457
+ }
3458
+ );
3459
+ };
3460
+ var MenuItem = ({
3461
+ label,
3462
+ state = "Default",
3463
+ onClick,
3464
+ className = "",
3465
+ href
3466
+ }) => {
3467
+ const classes = [
3468
+ "baseline-menu-item",
3469
+ `baseline-menu-item--${state.toLowerCase()}`,
3470
+ className
3471
+ ].filter(Boolean).join(" ");
3472
+ const content = /* @__PURE__ */ jsx("span", { className: "baseline-menu-item-text", children: label });
3473
+ if (href) {
3474
+ return /* @__PURE__ */ jsx(
3475
+ "a",
3476
+ {
3477
+ href,
3478
+ className: classes,
3479
+ onClick,
3480
+ children: content
3481
+ }
3482
+ );
3483
+ }
3484
+ return /* @__PURE__ */ jsx(
3485
+ "div",
3486
+ {
3487
+ className: classes,
3488
+ onClick,
3489
+ role: onClick ? "button" : void 0,
3490
+ tabIndex: onClick ? 0 : void 0,
3491
+ onKeyDown: (e) => {
3492
+ if (onClick && (e.key === "Enter" || e.key === " ")) {
3493
+ e.preventDefault();
3494
+ onClick();
3495
+ }
3496
+ },
3497
+ children: content
3498
+ }
3499
+ );
3500
+ };
3501
+ var HamburgerMenuButton = ({
3502
+ isOpen,
3503
+ onClick,
3504
+ className = "",
3505
+ "aria-label": ariaLabel
3506
+ }) => {
3507
+ return /* @__PURE__ */ jsx(
3508
+ "button",
3509
+ {
3510
+ className: `baseline-hamburger-menu-button ${isOpen ? "baseline-hamburger-menu-button--open" : ""} ${className}`,
3511
+ onClick,
3512
+ "aria-label": ariaLabel || (isOpen ? "Close menu" : "Open menu"),
3513
+ "aria-expanded": isOpen,
3514
+ type: "button",
3515
+ children: /* @__PURE__ */ jsxs("div", { className: "baseline-hamburger-menu-button-container", children: [
3516
+ /* @__PURE__ */ jsx("div", { className: "baseline-hamburger-menu-button-line baseline-hamburger-menu-button-line--top" }),
3517
+ /* @__PURE__ */ jsx("div", { className: "baseline-hamburger-menu-button-line baseline-hamburger-menu-button-line--middle" }),
3518
+ /* @__PURE__ */ jsx("div", { className: "baseline-hamburger-menu-button-line baseline-hamburger-menu-button-line--bottom" })
3519
+ ] })
3520
+ }
3521
+ );
3522
+ };
3523
+ var HeaderNavigation = ({
3524
+ brand,
3525
+ items = [],
3526
+ ctaLabel = "Talk to us",
3527
+ onCtaClick,
3528
+ ctaHref,
3529
+ className = ""
3530
+ }) => {
3531
+ const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
3532
+ const [isMobile, setIsMobile] = useState(false);
3533
+ const [hoveredIndex, setHoveredIndex] = useState(null);
3534
+ const [mobileHoveredIndex, setMobileHoveredIndex] = useState(null);
3535
+ const menuRef = useRef(null);
3536
+ const backgroundRef = useRef(null);
3537
+ const itemRefs = useRef([]);
3538
+ const mobileMenuRef = useRef(null);
3539
+ const mobileBackgroundRef = useRef(null);
3540
+ const mobileItemRefs = useRef([]);
3541
+ useEffect(() => {
3542
+ const checkMobile = () => {
3543
+ setIsMobile(window.innerWidth < 768);
3544
+ if (window.innerWidth >= 768) {
3545
+ setIsMobileMenuOpen(false);
3546
+ }
3547
+ };
3548
+ checkMobile();
3549
+ window.addEventListener("resize", checkMobile);
3550
+ return () => window.removeEventListener("resize", checkMobile);
3551
+ }, []);
3552
+ const toggleMobileMenu = () => {
3553
+ setIsMobileMenuOpen(!isMobileMenuOpen);
3554
+ };
3555
+ const handleMenuItemClick = (item) => {
3556
+ item.onClick?.();
3557
+ if (isMobile) {
3558
+ setIsMobileMenuOpen(false);
3559
+ }
3560
+ };
3561
+ useEffect(() => {
3562
+ if (isMobile || !menuRef.current || !backgroundRef.current) return;
3563
+ if (hoveredIndex === null) {
3564
+ backgroundRef.current.style.width = "0";
3565
+ backgroundRef.current.style.opacity = "0";
3566
+ return;
3567
+ }
3568
+ const updatePosition = () => {
3569
+ if (hoveredIndex >= itemRefs.current.length || hoveredIndex >= items.length || !itemRefs.current[hoveredIndex]) {
3570
+ return;
3571
+ }
3572
+ const targetItem = itemRefs.current[hoveredIndex];
3573
+ if (!targetItem || !backgroundRef.current) return;
3574
+ const offsetLeft = targetItem.offsetLeft;
3575
+ const offsetWidth = targetItem.offsetWidth;
3576
+ if (offsetWidth > 0) {
3577
+ backgroundRef.current.style.width = `${offsetWidth}px`;
3578
+ backgroundRef.current.style.transform = `translateX(${offsetLeft}px)`;
3579
+ backgroundRef.current.style.opacity = "1";
3580
+ }
3581
+ };
3582
+ requestAnimationFrame(() => {
3583
+ requestAnimationFrame(updatePosition);
3584
+ });
3585
+ }, [hoveredIndex, isMobile, items.length]);
3586
+ useEffect(() => {
3587
+ if (!isMobile || !mobileMenuRef.current || !mobileBackgroundRef.current) return;
3588
+ if (mobileHoveredIndex === null) {
3589
+ mobileBackgroundRef.current.style.height = "0";
3590
+ mobileBackgroundRef.current.style.opacity = "0";
3591
+ return;
3592
+ }
3593
+ const updatePosition = () => {
3594
+ if (mobileHoveredIndex >= mobileItemRefs.current.length || mobileHoveredIndex >= items.length || !mobileItemRefs.current[mobileHoveredIndex]) {
3595
+ return;
3596
+ }
3597
+ const targetItem = mobileItemRefs.current[mobileHoveredIndex];
3598
+ if (!targetItem || !mobileBackgroundRef.current) return;
3599
+ const offsetTop = targetItem.offsetTop;
3600
+ const offsetHeight = targetItem.offsetHeight;
3601
+ if (offsetHeight > 0) {
3602
+ mobileBackgroundRef.current.style.height = `${offsetHeight}px`;
3603
+ mobileBackgroundRef.current.style.transform = `translateY(${offsetTop}px)`;
3604
+ mobileBackgroundRef.current.style.opacity = "1";
3605
+ }
3606
+ };
3607
+ requestAnimationFrame(() => {
3608
+ requestAnimationFrame(updatePosition);
3609
+ });
3610
+ }, [mobileHoveredIndex, isMobile, items.length]);
3611
+ return /* @__PURE__ */ jsx(
3612
+ "nav",
3613
+ {
3614
+ className: `baseline-header-navigation ${className}`,
3615
+ role: "navigation",
3616
+ "aria-label": "Main navigation",
3617
+ children: /* @__PURE__ */ jsxs("div", { className: "baseline-header-navigation-container", children: [
3618
+ /* @__PURE__ */ jsx("div", { className: "baseline-header-navigation-logo", children: /* @__PURE__ */ jsx(Logo, { brand, logomarkOnly: false }) }),
3619
+ /* @__PURE__ */ jsxs(
3620
+ "div",
3621
+ {
3622
+ ref: menuRef,
3623
+ className: "baseline-header-navigation-menu baseline-header-navigation-menu--desktop",
3624
+ children: [
3625
+ /* @__PURE__ */ jsx(
3626
+ "div",
3627
+ {
3628
+ ref: backgroundRef,
3629
+ className: "baseline-header-navigation-menu-background",
3630
+ "aria-hidden": "true"
3631
+ }
3632
+ ),
3633
+ items.map((item, index) => {
3634
+ const isHovered = hoveredIndex === index;
3635
+ const effectiveState = isHovered ? "Hover" : item.state || "Default";
3636
+ return /* @__PURE__ */ jsx(
3637
+ "div",
3638
+ {
3639
+ ref: (el) => {
3640
+ if (el) {
3641
+ itemRefs.current[index] = el;
3642
+ }
3643
+ },
3644
+ onMouseEnter: () => setHoveredIndex(index),
3645
+ onMouseLeave: () => setHoveredIndex(null),
3646
+ style: { position: "relative", zIndex: 1 },
3647
+ children: /* @__PURE__ */ jsx(
3648
+ MenuItem,
3649
+ {
3650
+ label: item.label,
3651
+ state: effectiveState,
3652
+ onClick: () => handleMenuItemClick(item),
3653
+ href: item.href
3654
+ }
3655
+ )
3656
+ },
3657
+ index
3658
+ );
3659
+ }),
3660
+ ctaLabel && /* @__PURE__ */ jsx("div", { className: "baseline-header-navigation-cta", children: ctaHref ? /* @__PURE__ */ jsx("a", { href: ctaHref, onClick: onCtaClick, style: { textDecoration: "none" }, children: /* @__PURE__ */ jsx(
3661
+ Button,
3662
+ {
3663
+ hierarchy: "Primary",
3664
+ label: ctaLabel
3665
+ }
3666
+ ) }) : /* @__PURE__ */ jsx(
3667
+ Button,
3668
+ {
3669
+ hierarchy: "Primary",
3670
+ label: ctaLabel,
3671
+ onClick: onCtaClick
3672
+ }
3673
+ ) })
3674
+ ]
3675
+ }
3676
+ ),
3677
+ /* @__PURE__ */ jsx("div", { className: "baseline-header-navigation-menu-toggle", children: /* @__PURE__ */ jsx(
3678
+ HamburgerMenuButton,
3679
+ {
3680
+ isOpen: isMobileMenuOpen,
3681
+ onClick: toggleMobileMenu,
3682
+ "aria-label": isMobileMenuOpen ? "Close menu" : "Open menu"
3683
+ }
3684
+ ) }),
3685
+ isMobile && /* @__PURE__ */ jsx(
3686
+ "div",
3687
+ {
3688
+ className: `baseline-header-navigation-menu baseline-header-navigation-menu--mobile ${isMobileMenuOpen ? "baseline-header-navigation-menu--mobile-open" : ""}`,
3689
+ children: /* @__PURE__ */ jsxs(
3690
+ "div",
3691
+ {
3692
+ ref: mobileMenuRef,
3693
+ className: "baseline-header-navigation-menu-mobile-content",
3694
+ children: [
3695
+ /* @__PURE__ */ jsx(
3696
+ "div",
3697
+ {
3698
+ ref: mobileBackgroundRef,
3699
+ className: "baseline-header-navigation-menu-mobile-background",
3700
+ "aria-hidden": "true"
3701
+ }
3702
+ ),
3703
+ items.map((item, index) => {
3704
+ const isHovered = mobileHoveredIndex === index;
3705
+ const effectiveState = isHovered ? "Hover" : item.state || "Default";
3706
+ return /* @__PURE__ */ jsx(
3707
+ "div",
3708
+ {
3709
+ ref: (el) => {
3710
+ if (el) {
3711
+ mobileItemRefs.current[index] = el;
3712
+ }
3713
+ },
3714
+ onMouseEnter: () => setMobileHoveredIndex(index),
3715
+ onMouseLeave: () => setMobileHoveredIndex(null),
3716
+ style: { position: "relative", zIndex: 1 },
3717
+ children: /* @__PURE__ */ jsx(
3718
+ MenuItem,
3719
+ {
3720
+ label: item.label,
3721
+ state: effectiveState,
3722
+ onClick: () => handleMenuItemClick(item),
3723
+ href: item.href
3724
+ }
3725
+ )
3726
+ },
3727
+ `mobile-${index}`
3728
+ );
3729
+ }),
3730
+ ctaLabel && /* @__PURE__ */ jsx("div", { className: "baseline-header-navigation-cta baseline-header-navigation-cta--mobile", children: ctaHref ? /* @__PURE__ */ jsx("a", { href: ctaHref, onClick: onCtaClick, style: { textDecoration: "none" }, children: /* @__PURE__ */ jsx(
3731
+ Button,
3732
+ {
3733
+ hierarchy: "Primary",
3734
+ label: ctaLabel
3735
+ }
3736
+ ) }) : /* @__PURE__ */ jsx(
3737
+ Button,
3738
+ {
3739
+ hierarchy: "Primary",
3740
+ label: ctaLabel,
3741
+ onClick: onCtaClick
3742
+ }
3743
+ ) })
3744
+ ]
3745
+ }
3746
+ )
3747
+ }
3748
+ )
3749
+ ] })
3750
+ }
3751
+ );
3752
+ };
3753
+
3754
+ export { Button, Checkbox, EmailField, FieldGroup, HamburgerMenuButton, HeaderNavigation, IconAi, IconAlert, IconArchive, IconArrowLeft, IconArrowRight, IconCalendarTick, IconCamera, IconCart, IconChart, IconChat, IconChatAlert, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconChicken, IconClose, IconCloudLightning, IconCoffee, IconComputer, IconCurrency, IconCursor, IconCut, IconDark, IconDownload, IconError, IconEyeClosed, IconEyeOpen, IconFilter, IconGift, IconHandOk, IconHeart, IconHelp, IconIdentity, IconLaughing, IconLightning, IconLine, IconList, IconLoading, IconMenu, IconMicrophone, IconMinus, IconMoney, IconPhotos, IconPlus, IconReload, IconResize, IconRobot, IconSettings, IconSkull, IconStarCircle, IconSuccess, IconText, IconVideo, IconWarning, IconWatch, InputElementContentText, InputElementHint, InputElementInputField, InputElementLabel, InputElementLeadingLabel, InputElementMenu, InputElementProgressBar, Knob, Logo, MenuItem, NumberField, PasswordField, Placeholder, ProgressSteps, Radio, Select, Slider, Switch, TextField };
3755
+ //# sourceMappingURL=index.mjs.map
3756
+ //# sourceMappingURL=index.mjs.map