@midas-ds/components 1.0.2

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 (243) hide show
  1. package/Breadcrumbs.css +1 -0
  2. package/Button-CCevm2s3.js +183 -0
  3. package/Button.css +1 -0
  4. package/ButtonGroup.css +1 -0
  5. package/CHANGELOG.md +76 -0
  6. package/Card.css +1 -0
  7. package/Checkbox-CllWDBxF.js +405 -0
  8. package/Checkbox.css +1 -0
  9. package/Collection-B3xUVWPF.js +483 -0
  10. package/ComboBox.css +1 -0
  11. package/DatePicker.css +1 -0
  12. package/Dialog-CLTyYwkS.js +1889 -0
  13. package/DragAndDrop-OTN7La7U.js +42 -0
  14. package/Dropdown.css +1 -0
  15. package/FileUpload.css +1 -0
  16. package/Flex.css +1 -0
  17. package/Flex.module-CpoxBzQX.js +37 -0
  18. package/FocusScope-BR0SJ-cZ.js +512 -0
  19. package/Form-DXLoQL91.js +240 -0
  20. package/Grid.css +1 -0
  21. package/Grid.module-Ia0e9Dix.js +36 -0
  22. package/Group-DPMuN3h8.js +44 -0
  23. package/Hidden-BQWDvze4.js +37 -0
  24. package/InfoBanner.css +1 -0
  25. package/Label-C18A_4Z5.js +69 -0
  26. package/Layout.css +1 -0
  27. package/Link-BU1h3K2a.js +77 -0
  28. package/Link.css +1 -0
  29. package/LinkButton.css +1 -0
  30. package/ListBox-D21tdwTs.js +463 -0
  31. package/ListKeyboardDelegate-DxMjfMsI.js +172 -0
  32. package/Logo.css +1 -0
  33. package/Modal.css +1 -0
  34. package/MultiSelect.css +1 -0
  35. package/PressResponder-DP8ZDNGy.js +31 -0
  36. package/README.md +7 -0
  37. package/RSPContexts-EOiWkKOf.js +11 -0
  38. package/Radio.css +1 -0
  39. package/SearchField.css +1 -0
  40. package/Select.css +1 -0
  41. package/SelectionManager-D4WtKtey.js +988 -0
  42. package/Separator-DLUHK9vv.js +48 -0
  43. package/Spinner.css +1 -0
  44. package/Table.css +1 -0
  45. package/Tabs.css +1 -0
  46. package/Tag-CEd6WWSc.js +725 -0
  47. package/Tag.css +1 -0
  48. package/Text-DGLaY3HR.js +17 -0
  49. package/TextArea.css +1 -0
  50. package/TextField-C_hq9WeT.js +226 -0
  51. package/TextField.css +1 -0
  52. package/TextField.module-Cwq1FAm7.js +141 -0
  53. package/Toast.css +1 -0
  54. package/VisuallyHidden-B_XzVvlX.js +39 -0
  55. package/accordion/Accordion.d.ts +13 -0
  56. package/accordion/AccordionContent.d.ts +3 -0
  57. package/accordion/AccordionItem.d.ts +3 -0
  58. package/accordion/AccordionTagContext.d.ts +3 -0
  59. package/accordion/AccordionTrigger.d.ts +3 -0
  60. package/accordion/index.d.ts +5 -0
  61. package/breadcrumbs/Breadcrumbs.d.ts +9 -0
  62. package/breadcrumbs/index.d.ts +1 -0
  63. package/button/Button.d.ts +41 -0
  64. package/button/ButtonGroup.d.ts +12 -0
  65. package/button/index.d.ts +2 -0
  66. package/card/Card.d.ts +34 -0
  67. package/card/index.d.ts +1 -0
  68. package/checkbox/Checkbox.d.ts +2 -0
  69. package/checkbox/CheckboxGroup.d.ts +10 -0
  70. package/checkbox/index.d.ts +2 -0
  71. package/chevron-down-Cd1bkzXT.js +13 -0
  72. package/chevron-right-DBMc9VMi.js +23 -0
  73. package/clsx-OuTLNxxd.js +16 -0
  74. package/combobox/ComboBox.d.ts +12 -0
  75. package/combobox/index.d.ts +1 -0
  76. package/context-ScOIq_Gu.js +80 -0
  77. package/createLucideIcon-DeWljiyi.js +79 -0
  78. package/date-picker/DatePicker.d.ts +14 -0
  79. package/date-picker/index.d.ts +2 -0
  80. package/dropdown/Dropdown.d.ts +8 -0
  81. package/dropdown/index.d.ts +1 -0
  82. package/file-upload/FileUpload.d.ts +11 -0
  83. package/file-upload/index.d.ts +1 -0
  84. package/flex/Flex.d.ts +17 -0
  85. package/flex/FlexItem.d.ts +15 -0
  86. package/flex/index.d.ts +2 -0
  87. package/grid/Grid.d.ts +16 -0
  88. package/grid/GridItem.d.ts +7 -0
  89. package/grid/index.d.ts +2 -0
  90. package/index-CEg5vZQH.js +132 -0
  91. package/index-CgfokhRq.js +674 -0
  92. package/index-CorR1LBD.js +3122 -0
  93. package/index-Dl1Q-tbj.js +26984 -0
  94. package/index.css +1 -0
  95. package/index.d.ts +29 -0
  96. package/index.js +114 -0
  97. package/index10.js +4 -0
  98. package/index11.js +5 -0
  99. package/index12.js +4 -0
  100. package/index13.js +4 -0
  101. package/index14.js +4 -0
  102. package/index15.js +6 -0
  103. package/index16.js +6 -0
  104. package/index17.js +6 -0
  105. package/index18.js +4 -0
  106. package/index19.js +6 -0
  107. package/index2.js +8 -0
  108. package/index20.js +6 -0
  109. package/index21.js +4 -0
  110. package/index22.js +5 -0
  111. package/index23.js +5 -0
  112. package/index24.js +5 -0
  113. package/index25.js +6 -0
  114. package/index26.js +6 -0
  115. package/index27.js +6 -0
  116. package/index28.js +4 -0
  117. package/index29.js +12 -0
  118. package/index3.js +8 -0
  119. package/index30.js +20 -0
  120. package/index31.js +22 -0
  121. package/index32.js +14 -0
  122. package/index33.js +11 -0
  123. package/index34.js +31 -0
  124. package/index35.js +8 -0
  125. package/index36.js +9 -0
  126. package/index37.js +19 -0
  127. package/index38.js +9 -0
  128. package/index39.js +9 -0
  129. package/index4.js +4 -0
  130. package/index40.js +16 -0
  131. package/index41.js +16 -0
  132. package/index42.js +31 -0
  133. package/index43.js +16 -0
  134. package/index44.js +6 -0
  135. package/index45.js +53 -0
  136. package/index46.js +18 -0
  137. package/index47.js +27 -0
  138. package/index48.js +18 -0
  139. package/index49.js +21 -0
  140. package/index5.js +5 -0
  141. package/index50.js +49 -0
  142. package/index51.js +5 -0
  143. package/index52.js +25 -0
  144. package/index53.js +18 -0
  145. package/index54.js +9 -0
  146. package/index55.js +25 -0
  147. package/index56.js +18 -0
  148. package/index57.js +11 -0
  149. package/index58.js +12 -0
  150. package/index59.js +15 -0
  151. package/index6.js +4 -0
  152. package/index60.js +9 -0
  153. package/index61.js +9 -0
  154. package/index62.js +19 -0
  155. package/index63.js +22 -0
  156. package/index64.js +61 -0
  157. package/index65.js +15 -0
  158. package/index66.js +11 -0
  159. package/index67.js +63 -0
  160. package/index68.js +85 -0
  161. package/index69.js +74 -0
  162. package/index7.js +9 -0
  163. package/index70.js +24 -0
  164. package/index71.js +69 -0
  165. package/index72.js +80 -0
  166. package/index73.js +140 -0
  167. package/index74.js +70 -0
  168. package/index75.js +42 -0
  169. package/index76.js +82 -0
  170. package/index77.js +71 -0
  171. package/index78.js +104 -0
  172. package/index79.js +274 -0
  173. package/index8.js +4 -0
  174. package/index80.js +724 -0
  175. package/index81.js +491 -0
  176. package/index82.js +317 -0
  177. package/index83.js +391 -0
  178. package/index84.js +254 -0
  179. package/index85.js +1364 -0
  180. package/index86.js +1009 -0
  181. package/index87.js +388 -0
  182. package/index88.js +2105 -0
  183. package/index89.js +2371 -0
  184. package/index9.js +5 -0
  185. package/index90.js +6834 -0
  186. package/index91.js +17 -0
  187. package/index92.js +14 -0
  188. package/index93.js +6 -0
  189. package/index94.js +9 -0
  190. package/info-banner/InfoBanner.d.ts +21 -0
  191. package/info-banner/index.d.ts +1 -0
  192. package/intlStrings-Cd44R5hT.js +278 -0
  193. package/layout/Layout.d.ts +51 -0
  194. package/layout/index.d.ts +1 -0
  195. package/link/Link.d.ts +13 -0
  196. package/link/index.d.ts +1 -0
  197. package/link-button/LinkButton.d.ts +18 -0
  198. package/link-button/index.d.ts +1 -0
  199. package/logo/Logo.d.ts +16 -0
  200. package/logo/index.d.ts +1 -0
  201. package/modal/Modal.d.ts +13 -0
  202. package/modal/index.d.ts +1 -0
  203. package/multi-select/MultiSelect.d.ts +28 -0
  204. package/multi-select/index.d.ts +1 -0
  205. package/package.json +29 -0
  206. package/radio/Radio.d.ts +20 -0
  207. package/radio/index.d.ts +1 -0
  208. package/react.esm-D8HpDGKP.js +11060 -0
  209. package/search-field/SearchField.d.ts +13 -0
  210. package/search-field/index.d.ts +1 -0
  211. package/select/Select.d.ts +11 -0
  212. package/select/index.d.ts +1 -0
  213. package/spinner/Spinner.d.ts +11 -0
  214. package/spinner/index.d.ts +1 -0
  215. package/table/Table.d.ts +12 -0
  216. package/table/index.d.ts +1 -0
  217. package/tabs/Tabs.d.ts +12 -0
  218. package/tabs/index.d.ts +1 -0
  219. package/tag/Tag.d.ts +11 -0
  220. package/tag/index.d.ts +1 -0
  221. package/textarea/TextArea.d.ts +20 -0
  222. package/textarea/index.d.ts +1 -0
  223. package/textfield/TextField.d.ts +16 -0
  224. package/textfield/index.d.ts +3 -0
  225. package/theme/index.d.ts +138 -0
  226. package/theme/tokens.d.ts +135 -0
  227. package/toast/Toast.d.ts +25 -0
  228. package/toast/index.d.ts +1 -0
  229. package/tokens-CjXmpXTi.js +160 -0
  230. package/triangle-alert-1OYl9KWz.js +56 -0
  231. package/useControlledState-S_TYcV_c.js +45 -0
  232. package/useDescription-D4_zk_sA.js +32 -0
  233. package/useFilter-BnJDBCkt.js +35 -0
  234. package/useFocusRing-D97-G3fT.js +1324 -0
  235. package/useFocusable-C-N9wcwm.js +56 -0
  236. package/useGridSelectionCheckbox-i1rsjlC-.js +22 -0
  237. package/useHasTabbableChild-DeuCnGGv.js +34 -0
  238. package/useHighlightSelectionDescription-JVx2MW_e.js +552 -0
  239. package/useListState-DSOTbsL3.js +119 -0
  240. package/useLocalizedStringFormatter-DVCAZqcL.js +96 -0
  241. package/useSingleSelectListState-CmX9_L5H.js +34 -0
  242. package/useUpdateEffect-Dtz-i14F.js +12 -0
  243. package/x-JK7i-TQC.js +14 -0
package/index87.js ADDED
@@ -0,0 +1,388 @@
1
+ import { jsxs as P, jsx as o } from "react/jsx-runtime";
2
+ import { c as ce, d as oe, e as ie } from "./Form-DXLoQL91.js";
3
+ import { $ as le, a as ne, b as fe, T as de } from "./TextField.module-Cwq1FAm7.js";
4
+ import { a as $e, b as pe } from "./Label-C18A_4Z5.js";
5
+ import { a as be } from "./Button-CCevm2s3.js";
6
+ import { D as ve, a as xe, u as he, v as Ce, w as me, d as Pe, n as ye, x as Be } from "./useFocusRing-D97-G3fT.js";
7
+ import { a as De } from "./Group-DPMuN3h8.js";
8
+ import { $ as Ee } from "./Text-DGLaY3HR.js";
9
+ import * as ke from "react";
10
+ import y, { forwardRef as ge, useRef as _e, createContext as Se } from "react";
11
+ import { $ as Re } from "./useControlledState-S_TYcV_c.js";
12
+ import { $ as Ie } from "./useLocalizedStringFormatter-DVCAZqcL.js";
13
+ import { Button as B } from "./index69.js";
14
+ import { c as Fe } from "./clsx-OuTLNxxd.js";
15
+ import { c as ze } from "./createLucideIcon-DeWljiyi.js";
16
+ import { X as Ae } from "./x-JK7i-TQC.js";
17
+ import './SearchField.css';/**
18
+ * @license lucide-react v0.453.0 - ISC
19
+ *
20
+ * This source code is licensed under the ISC license.
21
+ * See the LICENSE file in the root directory of this source tree.
22
+ */
23
+ const Ve = ze("Search", [
24
+ ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
25
+ ["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
26
+ ]);
27
+ var E = {};
28
+ E = {
29
+ "Clear search": "مسح البحث"
30
+ };
31
+ var k = {};
32
+ k = {
33
+ "Clear search": "Изчистване на търсене"
34
+ };
35
+ var g = {};
36
+ g = {
37
+ "Clear search": "Vymazat hledání"
38
+ };
39
+ var _ = {};
40
+ _ = {
41
+ "Clear search": "Ryd søgning"
42
+ };
43
+ var S = {};
44
+ S = {
45
+ "Clear search": "Suche zurücksetzen"
46
+ };
47
+ var R = {};
48
+ R = {
49
+ "Clear search": "Απαλοιφή αναζήτησης"
50
+ };
51
+ var I = {};
52
+ I = {
53
+ "Clear search": "Clear search"
54
+ };
55
+ var F = {};
56
+ F = {
57
+ "Clear search": "Borrar búsqueda"
58
+ };
59
+ var z = {};
60
+ z = {
61
+ "Clear search": "Tühjenda otsing"
62
+ };
63
+ var A = {};
64
+ A = {
65
+ "Clear search": "Tyhjennä haku"
66
+ };
67
+ var V = {};
68
+ V = {
69
+ "Clear search": "Effacer la recherche"
70
+ };
71
+ var w = {};
72
+ w = {
73
+ "Clear search": "נקה חיפוש"
74
+ };
75
+ var N = {};
76
+ N = {
77
+ "Clear search": "Obriši pretragu"
78
+ };
79
+ var T = {};
80
+ T = {
81
+ "Clear search": "Keresés törlése"
82
+ };
83
+ var O = {};
84
+ O = {
85
+ "Clear search": "Cancella ricerca"
86
+ };
87
+ var K = {};
88
+ K = {
89
+ "Clear search": "検索をクリア"
90
+ };
91
+ var L = {};
92
+ L = {
93
+ "Clear search": "검색 지우기"
94
+ };
95
+ var M = {};
96
+ M = {
97
+ "Clear search": "Išvalyti iešką"
98
+ };
99
+ var j = {};
100
+ j = {
101
+ "Clear search": "Notīrīt meklēšanu"
102
+ };
103
+ var q = {};
104
+ q = {
105
+ "Clear search": "Tøm søk"
106
+ };
107
+ var U = {};
108
+ U = {
109
+ "Clear search": "Zoekactie wissen"
110
+ };
111
+ var H = {};
112
+ H = {
113
+ "Clear search": "Wyczyść zawartość wyszukiwania"
114
+ };
115
+ var G = {};
116
+ G = {
117
+ "Clear search": "Limpar pesquisa"
118
+ };
119
+ var W = {};
120
+ W = {
121
+ "Clear search": "Limpar pesquisa"
122
+ };
123
+ var Z = {};
124
+ Z = {
125
+ "Clear search": "Ştergeţi căutarea"
126
+ };
127
+ var J = {};
128
+ J = {
129
+ "Clear search": "Очистить поиск"
130
+ };
131
+ var X = {};
132
+ X = {
133
+ "Clear search": "Vymazať vyhľadávanie"
134
+ };
135
+ var Q = {};
136
+ Q = {
137
+ "Clear search": "Počisti iskanje"
138
+ };
139
+ var Y = {};
140
+ Y = {
141
+ "Clear search": "Obriši pretragu"
142
+ };
143
+ var ee = {};
144
+ ee = {
145
+ "Clear search": "Rensa sökning"
146
+ };
147
+ var ae = {};
148
+ ae = {
149
+ "Clear search": "Aramayı temizle"
150
+ };
151
+ var re = {};
152
+ re = {
153
+ "Clear search": "Очистити пошук"
154
+ };
155
+ var te = {};
156
+ te = {
157
+ "Clear search": "清除搜索"
158
+ };
159
+ var se = {};
160
+ se = {
161
+ "Clear search": "清除搜尋條件"
162
+ };
163
+ var ue = {};
164
+ ue = {
165
+ "ar-AE": E,
166
+ "bg-BG": k,
167
+ "cs-CZ": g,
168
+ "da-DK": _,
169
+ "de-DE": S,
170
+ "el-GR": R,
171
+ "en-US": I,
172
+ "es-ES": F,
173
+ "et-EE": z,
174
+ "fi-FI": A,
175
+ "fr-FR": V,
176
+ "he-IL": w,
177
+ "hr-HR": N,
178
+ "hu-HU": T,
179
+ "it-IT": O,
180
+ "ja-JP": K,
181
+ "ko-KR": L,
182
+ "lt-LT": M,
183
+ "lv-LV": j,
184
+ "nb-NO": q,
185
+ "nl-NL": U,
186
+ "pl-PL": H,
187
+ "pt-BR": G,
188
+ "pt-PT": W,
189
+ "ro-RO": Z,
190
+ "ru-RU": J,
191
+ "sk-SK": X,
192
+ "sl-SI": Q,
193
+ "sr-SP": Y,
194
+ "sv-SE": ee,
195
+ "tr-TR": ae,
196
+ "uk-UA": re,
197
+ "zh-CN": te,
198
+ "zh-TW": se
199
+ };
200
+ function we(e) {
201
+ return e && e.__esModule ? e.default : e;
202
+ }
203
+ function Ne(e, a, s) {
204
+ let u = Ie(we(ue), "@react-aria/searchfield"), { isDisabled: t, isReadOnly: c, onSubmit: f, onClear: i, type: p = "search" } = e, l = (r) => {
205
+ const m = r.key;
206
+ m === "Enter" && (t || c) && r.preventDefault(), !(t || c) && (m === "Enter" && f && (r.preventDefault(), f(a.value)), m === "Escape" && (a.value === "" ? r.continuePropagation() : (a.setValue(""), i && i())));
207
+ }, b = () => {
208
+ a.setValue(""), i && i();
209
+ }, v = () => {
210
+ var r;
211
+ (r = s.current) === null || r === void 0 || r.focus();
212
+ }, { labelProps: x, inputProps: h, descriptionProps: C, errorMessageProps: n, ...$ } = le({
213
+ ...e,
214
+ value: a.value,
215
+ onChange: a.setValue,
216
+ onKeyDown: c ? e.onKeyDown : ve(l, e.onKeyDown),
217
+ type: p
218
+ }, s);
219
+ return {
220
+ labelProps: x,
221
+ inputProps: {
222
+ ...h,
223
+ // already handled by useSearchFieldState
224
+ defaultValue: void 0
225
+ },
226
+ clearButtonProps: {
227
+ "aria-label": u.format("Clear search"),
228
+ excludeFromTabOrder: !0,
229
+ preventFocusOnPress: !0,
230
+ isDisabled: t || c,
231
+ onPress: b,
232
+ onPressStart: v
233
+ },
234
+ descriptionProps: C,
235
+ errorMessageProps: n,
236
+ ...$
237
+ };
238
+ }
239
+ function Te(e) {
240
+ let [a, s] = Re(D(e.value), D(e.defaultValue) || "", e.onChange);
241
+ return {
242
+ value: a,
243
+ setValue: s
244
+ };
245
+ }
246
+ function D(e) {
247
+ if (e != null)
248
+ return e.toString();
249
+ }
250
+ const Oe = /* @__PURE__ */ Se(null);
251
+ function Ke(e, a) {
252
+ [e, a] = xe(e, a, Oe);
253
+ let { validationBehavior: s } = he(ce) || {};
254
+ var u, t;
255
+ let c = (t = (u = e.validationBehavior) !== null && u !== void 0 ? u : s) !== null && t !== void 0 ? t : "native", f = _e(null), [i, p] = Ce(), l = Te({
256
+ ...e,
257
+ validationBehavior: c
258
+ }), { labelProps: b, inputProps: v, clearButtonProps: x, descriptionProps: h, errorMessageProps: C, ...n } = Ne({
259
+ ...me(e),
260
+ label: p,
261
+ validationBehavior: c
262
+ }, l, f), $ = Pe({
263
+ ...e,
264
+ values: {
265
+ isEmpty: l.value === "",
266
+ isDisabled: e.isDisabled || !1,
267
+ isInvalid: n.isInvalid || !1,
268
+ state: l
269
+ },
270
+ defaultClassName: "react-aria-SearchField"
271
+ }), r = ye(e);
272
+ return delete r.id, /* @__PURE__ */ y.createElement("div", {
273
+ ...r,
274
+ ...$,
275
+ ref: a,
276
+ slot: e.slot || void 0,
277
+ "data-empty": l.value === "" || void 0,
278
+ "data-disabled": e.isDisabled || void 0,
279
+ "data-invalid": n.isInvalid || void 0
280
+ }, /* @__PURE__ */ y.createElement(Be, {
281
+ values: [
282
+ [
283
+ $e,
284
+ {
285
+ ...b,
286
+ ref: i
287
+ }
288
+ ],
289
+ [
290
+ ne,
291
+ {
292
+ ...v,
293
+ ref: f
294
+ }
295
+ ],
296
+ [
297
+ be,
298
+ x
299
+ ],
300
+ [
301
+ Ee,
302
+ {
303
+ slots: {
304
+ description: h,
305
+ errorMessage: C
306
+ }
307
+ }
308
+ ],
309
+ [
310
+ De,
311
+ {
312
+ isInvalid: n.isInvalid,
313
+ isDisabled: e.isDisabled || !1
314
+ }
315
+ ],
316
+ [
317
+ oe,
318
+ n
319
+ ]
320
+ ]
321
+ }, $.children));
322
+ }
323
+ const Le = /* @__PURE__ */ ge(Ke), Me = '"../theme/tokens.css"', je = '"Inter", sans-serif', qe = "#143c50", Ue = "#1f1f1f", He = "#ffffff", Ge = "_container_1thfk_5", We = "_inputContainer_1thfk_12", Ze = "_icon_1thfk_18", Je = "_clear_1thfk_26", Xe = "_input_1thfk_12", d = {
324
+ tokens: Me,
325
+ display: je,
326
+ blue150: qe,
327
+ gray150: Ue,
328
+ backgroundPrimary: He,
329
+ container: Ge,
330
+ inputContainer: We,
331
+ icon: Ze,
332
+ clear: Je,
333
+ input: Xe
334
+ }, $a = ({
335
+ placeholder: e,
336
+ buttonText: a,
337
+ ...s
338
+ }) => {
339
+ const [u, t] = ke.useState(!1);
340
+ return /* @__PURE__ */ P(
341
+ Le,
342
+ {
343
+ onInput: () => t(!0),
344
+ onClear: () => t(!1),
345
+ className: d.container,
346
+ ...s,
347
+ children: [
348
+ /* @__PURE__ */ o(pe, { hidden: !0, children: e }),
349
+ /* @__PURE__ */ P("div", { className: d.inputContainer, children: [
350
+ /* @__PURE__ */ o(
351
+ Ve,
352
+ {
353
+ size: 20,
354
+ className: d.icon
355
+ }
356
+ ),
357
+ /* @__PURE__ */ o(
358
+ fe,
359
+ {
360
+ className: Fe(de.input, d.input),
361
+ placeholder: e
362
+ }
363
+ ),
364
+ u && /* @__PURE__ */ o(
365
+ B,
366
+ {
367
+ variant: "icon",
368
+ size: "small",
369
+ className: d.clear,
370
+ children: /* @__PURE__ */ o(
371
+ Ae,
372
+ {
373
+ size: 20,
374
+ "aria-hidden": !0
375
+ }
376
+ )
377
+ }
378
+ )
379
+ ] }),
380
+ /* @__PURE__ */ o(ie, {}),
381
+ /* @__PURE__ */ o(B, { type: "submit", children: a || "Sök" })
382
+ ]
383
+ }
384
+ );
385
+ };
386
+ export {
387
+ $a as SearchField
388
+ };