@simplybusiness/mobius 8.0.1 → 9.0.0

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 (143) hide show
  1. package/CHANGELOG.md +45 -0
  2. package/dist/cjs/index.js +4773 -0
  3. package/dist/cjs/index.js.map +7 -0
  4. package/dist/cjs/meta.json +4948 -0
  5. package/dist/esm/index.js +542 -694
  6. package/dist/esm/index.js.map +4 -4
  7. package/dist/esm/meta.json +300 -532
  8. package/dist/esm/tsconfig.build.tsbuildinfo +1 -1
  9. package/dist/types/src/hooks/index.d.ts +0 -7
  10. package/dist/types/src/utils/htmlDialogPolyfill.d.ts +1 -0
  11. package/dist/types/src/utils/index.d.ts +0 -1
  12. package/dist/types/src/utils/mockMatchMedia.d.ts +1 -0
  13. package/dist/types/vitest.config.d.ts +2 -0
  14. package/package.json +14 -18
  15. package/src/components/Accordion/Accordion.stories.tsx +1 -1
  16. package/src/components/Accordion/Accordion.test.tsx +12 -12
  17. package/src/components/Accordion/Accordion.tsx +1 -1
  18. package/src/components/Accordion/AccordionList.stories.tsx +1 -1
  19. package/src/components/Accordion/AccordionList.test.tsx +6 -6
  20. package/src/components/AddressLookup/AddressLookup.stories.tsx +1 -1
  21. package/src/components/AddressLookup/AddressLookup.test.tsx +19 -20
  22. package/src/components/AddressLookup/LoqateAddressLookupService.test.tsx +7 -6
  23. package/src/components/Alert/Alert.stories.tsx +1 -1
  24. package/src/components/Box/Box.stories.tsx +1 -1
  25. package/src/components/Breadcrumbs/Breadcrumbs.stories.tsx +1 -1
  26. package/src/components/Button/Button.stories.tsx +3 -4
  27. package/src/components/Button/Button.test.tsx +4 -4
  28. package/src/components/Checkbox/Checkbox.stories.tsx +1 -1
  29. package/src/components/Checkbox/Checkbox.test.tsx +2 -2
  30. package/src/components/Checkbox/CheckboxGroup.stories.tsx +1 -1
  31. package/src/components/Checkbox/CheckboxGroup.test.tsx +5 -5
  32. package/src/components/Combobox/Combobox.stories.tsx +1 -1
  33. package/src/components/Combobox/Combobox.test.tsx +67 -78
  34. package/src/components/Combobox/Combobox.tsx +2 -1
  35. package/src/components/Combobox/useComboboxOptions.test.ts +30 -30
  36. package/src/components/Combobox/useComboboxOptions.ts +1 -1
  37. package/src/components/Container/Container.stories.tsx +1 -1
  38. package/src/components/DateField/DateField.stories.tsx +1 -1
  39. package/src/components/DateField/DateField.test.tsx +1 -1
  40. package/src/components/Divider/Divider.stories.tsx +1 -1
  41. package/src/components/Drawer/Drawer.stories.tsx +1 -1
  42. package/src/components/Drawer/Drawer.test.tsx +6 -6
  43. package/src/components/DropdownMenu/DropdownMenu.stories.tsx +8 -10
  44. package/src/components/DropdownMenu/DropdownMenu.test.tsx +1 -1
  45. package/src/components/ErrorMessage/ErrorMessage.stories.tsx +1 -1
  46. package/src/components/ExpandableText/ExpandableText.test.tsx +14 -14
  47. package/src/components/Fieldset/Fieldset.stories.tsx +1 -1
  48. package/src/components/Flex/Flex.stories.tsx +1 -1
  49. package/src/components/Grid/Grid.stories.tsx +4 -7
  50. package/src/components/Icon/Icon.stories.tsx +1 -1
  51. package/src/components/Image/Image.stories.tsx +1 -1
  52. package/src/components/Label/Label.stories.tsx +1 -1
  53. package/src/components/Link/Link.stories.tsx +1 -1
  54. package/src/components/Link/Link.test.tsx +1 -1
  55. package/src/components/LinkButton/LinkButton.stories.tsx +1 -1
  56. package/src/components/LinkButton/LinkButton.test.tsx +2 -2
  57. package/src/components/List/List.stories.tsx +1 -1
  58. package/src/components/LoadingIndicator/LoadingIndicator.stories.tsx +1 -1
  59. package/src/components/Logo/Logo.stories.tsx +1 -1
  60. package/src/components/Modal/Modal.stories.tsx +1 -1
  61. package/src/components/Modal/Modal.test.tsx +6 -6
  62. package/src/components/NumberField/NumberField.stories.tsx +1 -1
  63. package/src/components/NumberField/NumberField.test.tsx +5 -5
  64. package/src/components/PasswordField/PasswordField.stories.tsx +1 -1
  65. package/src/components/Popover/Popover.stories.tsx +4 -8
  66. package/src/components/Popover/Popover.test.tsx +4 -4
  67. package/src/components/Popover/Popover.tsx +1 -1
  68. package/src/components/Progress/Progress.stories.tsx +1 -1
  69. package/src/components/Radio/Radio.stories.tsx +1 -1
  70. package/src/components/Radio/Radio.test.tsx +9 -9
  71. package/src/components/SVG/SVG.stories.tsx +1 -1
  72. package/src/components/Segment/Segment.stories.tsx +1 -1
  73. package/src/components/Select/Select.stories.tsx +1 -1
  74. package/src/components/Select/Select.test.tsx +1 -1
  75. package/src/components/Slider/Slider.stories.tsx +1 -1
  76. package/src/components/Slider/Slider.test.tsx +6 -6
  77. package/src/components/Slider/helpers.test.ts +1 -1
  78. package/src/components/Stack/Stack.stories.tsx +1 -1
  79. package/src/components/Switch/Switch.stories.tsx +1 -1
  80. package/src/components/Switch/Switch.test.tsx +1 -1
  81. package/src/components/Table/Table.stories.tsx +1 -1
  82. package/src/components/Text/Text.stories.tsx +1 -1
  83. package/src/components/TextArea/TextArea.stories.tsx +1 -1
  84. package/src/components/TextArea/TextArea.test.tsx +3 -3
  85. package/src/components/TextField/TextField.stories.tsx +1 -1
  86. package/src/components/TextOrHTML/TextOrHTML.stories.tsx +1 -1
  87. package/src/components/Title/Title.stories.tsx +1 -1
  88. package/src/components/Toast/Toast.stories.tsx +1 -1
  89. package/src/components/Toast/Toast.test.tsx +6 -6
  90. package/src/components/Trust/Trust.stories.tsx +1 -1
  91. package/src/components/VisuallyHidden/VisuallyHidden.stories.tsx +1 -1
  92. package/src/hooks/index.tsx +0 -7
  93. package/src/hooks/useBreakpoint/useBreakpoint.ssr.test.tsx +18 -0
  94. package/src/hooks/useBreakpoint/useBreakpoint.stories.tsx +1 -1
  95. package/src/hooks/useBreakpoint/useBreakpoint.test.tsx +65 -5
  96. package/src/hooks/useBreakpoint/useBreakpoint.tsx +25 -39
  97. package/src/hooks/useButton/useButton.test.tsx +4 -4
  98. package/src/hooks/useDialog/useDialog.ts +1 -1
  99. package/src/hooks/useLabel/useLabel.test.tsx +1 -1
  100. package/src/hooks/useTextField/useTextField.test.tsx +4 -4
  101. package/src/public-whitelist.test.ts +1 -0
  102. package/src/utils/delay.test.ts +4 -4
  103. package/src/utils/{jestHTMLDialogPolyfill.ts → htmlDialogPolyfill.ts} +5 -5
  104. package/src/utils/index.ts +0 -1
  105. package/src/utils/mockMatchMedia.ts +16 -0
  106. package/dist/types/src/hooks/useBodyScrollLock/index.d.ts +0 -1
  107. package/dist/types/src/hooks/useBodyScrollLock/useBodyScrollLock.d.ts +0 -3
  108. package/dist/types/src/hooks/useDebouncedValue/index.d.ts +0 -1
  109. package/dist/types/src/hooks/useDebouncedValue/useDebouncedValue.d.ts +0 -1
  110. package/dist/types/src/hooks/useOnClickOutside/index.d.ts +0 -1
  111. package/dist/types/src/hooks/useOnClickOutside/useOnClickOutside.d.ts +0 -2
  112. package/dist/types/src/hooks/useOnUnmount/index.d.ts +0 -1
  113. package/dist/types/src/hooks/useOnUnmount/useOnUnmount.d.ts +0 -1
  114. package/dist/types/src/hooks/usePrefersReducedMotion/index.d.ts +0 -1
  115. package/dist/types/src/hooks/usePrefersReducedMotion/usePrefersReducedMotion.d.ts +0 -1
  116. package/dist/types/src/hooks/useRenderCount/index.d.ts +0 -1
  117. package/dist/types/src/hooks/useRenderCount/useRenderCount.d.ts +0 -1
  118. package/dist/types/src/hooks/useWindowEvent/index.d.ts +0 -1
  119. package/dist/types/src/hooks/useWindowEvent/useWindowEvent.d.ts +0 -1
  120. package/dist/types/src/utils/jestHTMLDialogPolyfill.d.ts +0 -1
  121. package/dist/types/src/utils/jestMockMatchMedia.d.ts +0 -1
  122. package/src/hooks/useBodyScrollLock/index.ts +0 -1
  123. package/src/hooks/useBodyScrollLock/useBodyScrollLock.test.ts +0 -34
  124. package/src/hooks/useBodyScrollLock/useBodyScrollLock.ts +0 -30
  125. package/src/hooks/useDebouncedValue/index.tsx +0 -1
  126. package/src/hooks/useDebouncedValue/useDebouncedValue.test.tsx +0 -62
  127. package/src/hooks/useDebouncedValue/useDebouncedValue.tsx +0 -25
  128. package/src/hooks/useOnClickOutside/index.tsx +0 -1
  129. package/src/hooks/useOnClickOutside/useOnClickOutside.test.tsx +0 -189
  130. package/src/hooks/useOnClickOutside/useOnClickOutside.tsx +0 -44
  131. package/src/hooks/useOnUnmount/index.tsx +0 -1
  132. package/src/hooks/useOnUnmount/useOnUnmount.test.tsx +0 -37
  133. package/src/hooks/useOnUnmount/useOnUnmount.tsx +0 -8
  134. package/src/hooks/usePrefersReducedMotion/index.tsx +0 -1
  135. package/src/hooks/usePrefersReducedMotion/usePrefersReducedMotion.test.tsx +0 -48
  136. package/src/hooks/usePrefersReducedMotion/usePrefersReducedMotion.tsx +0 -22
  137. package/src/hooks/useRenderCount/index.ts +0 -1
  138. package/src/hooks/useRenderCount/useRenderCount.test.ts +0 -26
  139. package/src/hooks/useRenderCount/useRenderCount.ts +0 -9
  140. package/src/hooks/useWindowEvent/index.tsx +0 -1
  141. package/src/hooks/useWindowEvent/useWindowEvent.test.tsx +0 -188
  142. package/src/hooks/useWindowEvent/useWindowEvent.tsx +0 -41
  143. package/src/utils/jestMockMatchMedia.ts +0 -16
@@ -0,0 +1,4948 @@
1
+ {
2
+ "inputs": {
3
+ "src/utils/changeCSS.ts": {
4
+ "bytes": 582,
5
+ "imports": [],
6
+ "format": "esm"
7
+ },
8
+ "src/utils/delay.ts": {
9
+ "bytes": 347,
10
+ "imports": [],
11
+ "format": "esm"
12
+ },
13
+ "src/utils/excludeControls.ts": {
14
+ "bytes": 732,
15
+ "imports": [],
16
+ "format": "esm"
17
+ },
18
+ "src/utils/filterUndefinedProps.ts": {
19
+ "bytes": 279,
20
+ "imports": [],
21
+ "format": "esm"
22
+ },
23
+ "src/utils/getSpacingValue.ts": {
24
+ "bytes": 313,
25
+ "imports": [],
26
+ "format": "esm"
27
+ },
28
+ "src/utils/mergeRefs.ts": {
29
+ "bytes": 530,
30
+ "imports": [],
31
+ "format": "esm"
32
+ },
33
+ "src/utils/polyfill-tests.ts": {
34
+ "bytes": 116,
35
+ "imports": [],
36
+ "format": "esm"
37
+ },
38
+ "src/utils/sizeClasses.ts": {
39
+ "bytes": 377,
40
+ "imports": [],
41
+ "format": "esm"
42
+ },
43
+ "src/utils/sizeOptions.ts": {
44
+ "bytes": 161,
45
+ "imports": [],
46
+ "format": "esm"
47
+ },
48
+ "src/utils/spaceDelimitedList.ts": {
49
+ "bytes": 155,
50
+ "imports": [],
51
+ "format": "esm"
52
+ },
53
+ "src/utils/index.ts": {
54
+ "bytes": 327,
55
+ "imports": [
56
+ {
57
+ "path": "src/utils/changeCSS.ts",
58
+ "kind": "import-statement",
59
+ "original": "./changeCSS"
60
+ },
61
+ {
62
+ "path": "src/utils/delay.ts",
63
+ "kind": "import-statement",
64
+ "original": "./delay"
65
+ },
66
+ {
67
+ "path": "src/utils/excludeControls.ts",
68
+ "kind": "import-statement",
69
+ "original": "./excludeControls"
70
+ },
71
+ {
72
+ "path": "src/utils/filterUndefinedProps.ts",
73
+ "kind": "import-statement",
74
+ "original": "./filterUndefinedProps"
75
+ },
76
+ {
77
+ "path": "src/utils/getSpacingValue.ts",
78
+ "kind": "import-statement",
79
+ "original": "./getSpacingValue"
80
+ },
81
+ {
82
+ "path": "src/utils/mergeRefs.ts",
83
+ "kind": "import-statement",
84
+ "original": "./mergeRefs"
85
+ },
86
+ {
87
+ "path": "src/utils/polyfill-tests.ts",
88
+ "kind": "import-statement",
89
+ "original": "./polyfill-tests"
90
+ },
91
+ {
92
+ "path": "src/utils/sizeClasses.ts",
93
+ "kind": "import-statement",
94
+ "original": "./sizeClasses"
95
+ },
96
+ {
97
+ "path": "src/utils/sizeOptions.ts",
98
+ "kind": "import-statement",
99
+ "original": "./sizeOptions"
100
+ },
101
+ {
102
+ "path": "src/utils/spaceDelimitedList.ts",
103
+ "kind": "import-statement",
104
+ "original": "./spaceDelimitedList"
105
+ }
106
+ ],
107
+ "format": "esm"
108
+ },
109
+ "src/components/Flex/propUtils.ts": {
110
+ "bytes": 1223,
111
+ "imports": [
112
+ {
113
+ "path": "src/utils/index.ts",
114
+ "kind": "import-statement",
115
+ "original": "../../utils"
116
+ },
117
+ {
118
+ "path": "src/utils/filterUndefinedProps.ts",
119
+ "kind": "import-statement",
120
+ "original": "../../utils/filterUndefinedProps"
121
+ }
122
+ ],
123
+ "format": "esm"
124
+ },
125
+ "src/components/Flex/Flex.tsx": {
126
+ "bytes": 684,
127
+ "imports": [
128
+ {
129
+ "path": "classnames/dedupe",
130
+ "kind": "import-statement",
131
+ "external": true
132
+ },
133
+ {
134
+ "path": "src/components/Flex/propUtils.ts",
135
+ "kind": "import-statement",
136
+ "original": "./propUtils"
137
+ },
138
+ {
139
+ "path": "react/jsx-runtime",
140
+ "kind": "import-statement",
141
+ "external": true
142
+ }
143
+ ],
144
+ "format": "esm"
145
+ },
146
+ "src/components/Flex/types.ts": {
147
+ "bytes": 1255,
148
+ "imports": [],
149
+ "format": "esm"
150
+ },
151
+ "src/components/Flex/index.tsx": {
152
+ "bytes": 49,
153
+ "imports": [
154
+ {
155
+ "path": "src/components/Flex/Flex.tsx",
156
+ "kind": "import-statement",
157
+ "original": "./Flex"
158
+ },
159
+ {
160
+ "path": "src/components/Flex/types.ts",
161
+ "kind": "import-statement",
162
+ "original": "./types"
163
+ }
164
+ ],
165
+ "format": "esm"
166
+ },
167
+ "src/components/Icon/Icon.tsx": {
168
+ "bytes": 1339,
169
+ "imports": [
170
+ {
171
+ "path": "classnames/dedupe",
172
+ "kind": "import-statement",
173
+ "external": true
174
+ },
175
+ {
176
+ "path": "react/jsx-runtime",
177
+ "kind": "import-statement",
178
+ "external": true
179
+ }
180
+ ],
181
+ "format": "esm"
182
+ },
183
+ "src/components/Icon/types.ts": {
184
+ "bytes": 414,
185
+ "imports": [],
186
+ "format": "esm"
187
+ },
188
+ "src/components/Icon/index.tsx": {
189
+ "bytes": 49,
190
+ "imports": [
191
+ {
192
+ "path": "src/components/Icon/Icon.tsx",
193
+ "kind": "import-statement",
194
+ "original": "./Icon"
195
+ },
196
+ {
197
+ "path": "src/components/Icon/types.ts",
198
+ "kind": "import-statement",
199
+ "original": "./types"
200
+ }
201
+ ],
202
+ "format": "esm"
203
+ },
204
+ "src/components/Accordion/AccordionLink.tsx": {
205
+ "bytes": 2445,
206
+ "imports": [
207
+ {
208
+ "path": "classnames/dedupe",
209
+ "kind": "import-statement",
210
+ "external": true
211
+ },
212
+ {
213
+ "path": "src/components/Flex/index.tsx",
214
+ "kind": "import-statement",
215
+ "original": "../Flex"
216
+ },
217
+ {
218
+ "path": "src/components/Icon/index.tsx",
219
+ "kind": "import-statement",
220
+ "original": "../Icon"
221
+ },
222
+ {
223
+ "path": "@simplybusiness/icons",
224
+ "kind": "import-statement",
225
+ "external": true
226
+ },
227
+ {
228
+ "path": "react/jsx-runtime",
229
+ "kind": "import-statement",
230
+ "external": true
231
+ }
232
+ ],
233
+ "format": "esm"
234
+ },
235
+ "src/components/Accordion/Accordion.tsx": {
236
+ "bytes": 4241,
237
+ "imports": [
238
+ {
239
+ "path": "classnames/dedupe",
240
+ "kind": "import-statement",
241
+ "external": true
242
+ },
243
+ {
244
+ "path": "react",
245
+ "kind": "import-statement",
246
+ "external": true
247
+ },
248
+ {
249
+ "path": "@simplybusiness/mobius-hooks",
250
+ "kind": "import-statement",
251
+ "external": true
252
+ },
253
+ {
254
+ "path": "src/components/Accordion/AccordionLink.tsx",
255
+ "kind": "import-statement",
256
+ "original": "./AccordionLink"
257
+ },
258
+ {
259
+ "path": "react/jsx-runtime",
260
+ "kind": "import-statement",
261
+ "external": true
262
+ }
263
+ ],
264
+ "format": "esm"
265
+ },
266
+ "src/components/Divider/Divider.tsx": {
267
+ "bytes": 713,
268
+ "imports": [
269
+ {
270
+ "path": "classnames/dedupe",
271
+ "kind": "import-statement",
272
+ "external": true
273
+ },
274
+ {
275
+ "path": "react/jsx-runtime",
276
+ "kind": "import-statement",
277
+ "external": true
278
+ }
279
+ ],
280
+ "format": "esm"
281
+ },
282
+ "src/components/Divider/index.tsx": {
283
+ "bytes": 27,
284
+ "imports": [
285
+ {
286
+ "path": "src/components/Divider/Divider.tsx",
287
+ "kind": "import-statement",
288
+ "original": "./Divider"
289
+ }
290
+ ],
291
+ "format": "esm"
292
+ },
293
+ "src/components/Accordion/AccordionList.tsx": {
294
+ "bytes": 2316,
295
+ "imports": [
296
+ {
297
+ "path": "react",
298
+ "kind": "import-statement",
299
+ "external": true
300
+ },
301
+ {
302
+ "path": "classnames/dedupe",
303
+ "kind": "import-statement",
304
+ "external": true
305
+ },
306
+ {
307
+ "path": "src/components/Accordion/Accordion.tsx",
308
+ "kind": "import-statement",
309
+ "original": "./Accordion"
310
+ },
311
+ {
312
+ "path": "src/components/Divider/index.tsx",
313
+ "kind": "import-statement",
314
+ "original": "../Divider"
315
+ },
316
+ {
317
+ "path": "react/jsx-runtime",
318
+ "kind": "import-statement",
319
+ "external": true
320
+ }
321
+ ],
322
+ "format": "esm"
323
+ },
324
+ "src/components/Accordion/index.tsx": {
325
+ "bytes": 62,
326
+ "imports": [
327
+ {
328
+ "path": "src/components/Accordion/Accordion.tsx",
329
+ "kind": "import-statement",
330
+ "original": "./Accordion"
331
+ },
332
+ {
333
+ "path": "src/components/Accordion/AccordionList.tsx",
334
+ "kind": "import-statement",
335
+ "original": "./AccordionList"
336
+ }
337
+ ],
338
+ "format": "esm"
339
+ },
340
+ "src/hooks/useBreakpoint/useBreakpoint.tsx": {
341
+ "bytes": 3165,
342
+ "imports": [
343
+ {
344
+ "path": "@simplybusiness/mobius-hooks",
345
+ "kind": "import-statement",
346
+ "external": true
347
+ },
348
+ {
349
+ "path": "react",
350
+ "kind": "import-statement",
351
+ "external": true
352
+ }
353
+ ],
354
+ "format": "esm"
355
+ },
356
+ "src/hooks/useBreakpoint/index.tsx": {
357
+ "bytes": 33,
358
+ "imports": [
359
+ {
360
+ "path": "src/hooks/useBreakpoint/useBreakpoint.tsx",
361
+ "kind": "import-statement",
362
+ "original": "./useBreakpoint"
363
+ }
364
+ ],
365
+ "format": "esm"
366
+ },
367
+ "src/hooks/useButton/useButton.tsx": {
368
+ "bytes": 1828,
369
+ "imports": [
370
+ {
371
+ "path": "react",
372
+ "kind": "import-statement",
373
+ "external": true
374
+ }
375
+ ],
376
+ "format": "esm"
377
+ },
378
+ "src/hooks/useButton/index.tsx": {
379
+ "bytes": 29,
380
+ "imports": [
381
+ {
382
+ "path": "src/hooks/useButton/useButton.tsx",
383
+ "kind": "import-statement",
384
+ "original": "./useButton"
385
+ }
386
+ ],
387
+ "format": "esm"
388
+ },
389
+ "src/hooks/useDialogPolyfill/useDialogPolyfill.ts": {
390
+ "bytes": 1025,
391
+ "imports": [
392
+ {
393
+ "path": "react",
394
+ "kind": "import-statement",
395
+ "external": true
396
+ },
397
+ {
398
+ "path": "src/utils/index.ts",
399
+ "kind": "import-statement",
400
+ "original": "../../utils"
401
+ },
402
+ {
403
+ "path": "dialog-polyfill",
404
+ "kind": "dynamic-import",
405
+ "external": true
406
+ }
407
+ ],
408
+ "format": "esm"
409
+ },
410
+ "src/hooks/useDialogPolyfill/index.ts": {
411
+ "bytes": 37,
412
+ "imports": [
413
+ {
414
+ "path": "src/hooks/useDialogPolyfill/useDialogPolyfill.ts",
415
+ "kind": "import-statement",
416
+ "original": "./useDialogPolyfill"
417
+ }
418
+ ],
419
+ "format": "esm"
420
+ },
421
+ "src/hooks/useDialog/useDialog.ts": {
422
+ "bytes": 2859,
423
+ "imports": [
424
+ {
425
+ "path": "react",
426
+ "kind": "import-statement",
427
+ "external": true
428
+ },
429
+ {
430
+ "path": "src/utils/index.ts",
431
+ "kind": "import-statement",
432
+ "original": "../../utils"
433
+ },
434
+ {
435
+ "path": "@simplybusiness/mobius-hooks",
436
+ "kind": "import-statement",
437
+ "external": true
438
+ },
439
+ {
440
+ "path": "src/hooks/useDialogPolyfill/index.ts",
441
+ "kind": "import-statement",
442
+ "original": "../useDialogPolyfill"
443
+ }
444
+ ],
445
+ "format": "esm"
446
+ },
447
+ "src/hooks/useDialog/index.ts": {
448
+ "bytes": 29,
449
+ "imports": [
450
+ {
451
+ "path": "src/hooks/useDialog/useDialog.ts",
452
+ "kind": "import-statement",
453
+ "original": "./useDialog"
454
+ }
455
+ ],
456
+ "format": "esm"
457
+ },
458
+ "src/hooks/useLabel/useLabel.tsx": {
459
+ "bytes": 1772,
460
+ "imports": [
461
+ {
462
+ "path": "react",
463
+ "kind": "import-statement",
464
+ "external": true
465
+ }
466
+ ],
467
+ "format": "esm"
468
+ },
469
+ "src/hooks/useLabel/index.tsx": {
470
+ "bytes": 28,
471
+ "imports": [
472
+ {
473
+ "path": "src/hooks/useLabel/useLabel.tsx",
474
+ "kind": "import-statement",
475
+ "original": "./useLabel"
476
+ }
477
+ ],
478
+ "format": "esm"
479
+ },
480
+ "src/hooks/useTextField/useTextField.tsx": {
481
+ "bytes": 2224,
482
+ "imports": [
483
+ {
484
+ "path": "react",
485
+ "kind": "import-statement",
486
+ "external": true
487
+ },
488
+ {
489
+ "path": "src/utils/spaceDelimitedList.ts",
490
+ "kind": "import-statement",
491
+ "original": "../../utils/spaceDelimitedList"
492
+ },
493
+ {
494
+ "path": "src/hooks/useLabel/useLabel.tsx",
495
+ "kind": "import-statement",
496
+ "original": "../useLabel/useLabel"
497
+ }
498
+ ],
499
+ "format": "esm"
500
+ },
501
+ "src/hooks/useTextField/types.tsx": {
502
+ "bytes": 1619,
503
+ "imports": [],
504
+ "format": "esm"
505
+ },
506
+ "src/hooks/useTextField/index.tsx": {
507
+ "bytes": 57,
508
+ "imports": [
509
+ {
510
+ "path": "src/hooks/useTextField/useTextField.tsx",
511
+ "kind": "import-statement",
512
+ "original": "./useTextField"
513
+ },
514
+ {
515
+ "path": "src/hooks/useTextField/types.tsx",
516
+ "kind": "import-statement",
517
+ "original": "./types"
518
+ }
519
+ ],
520
+ "format": "esm"
521
+ },
522
+ "src/hooks/useValidationClasses/useValidationClasses.ts": {
523
+ "bytes": 354,
524
+ "imports": [],
525
+ "format": "esm"
526
+ },
527
+ "src/hooks/useValidationClasses/index.ts": {
528
+ "bytes": 40,
529
+ "imports": [
530
+ {
531
+ "path": "src/hooks/useValidationClasses/useValidationClasses.ts",
532
+ "kind": "import-statement",
533
+ "original": "./useValidationClasses"
534
+ }
535
+ ],
536
+ "format": "esm"
537
+ },
538
+ "src/hooks/index.tsx": {
539
+ "bytes": 228,
540
+ "imports": [
541
+ {
542
+ "path": "src/hooks/useBreakpoint/index.tsx",
543
+ "kind": "import-statement",
544
+ "original": "./useBreakpoint"
545
+ },
546
+ {
547
+ "path": "src/hooks/useButton/index.tsx",
548
+ "kind": "import-statement",
549
+ "original": "./useButton"
550
+ },
551
+ {
552
+ "path": "src/hooks/useDialog/index.ts",
553
+ "kind": "import-statement",
554
+ "original": "./useDialog"
555
+ },
556
+ {
557
+ "path": "src/hooks/useDialogPolyfill/index.ts",
558
+ "kind": "import-statement",
559
+ "original": "./useDialogPolyfill"
560
+ },
561
+ {
562
+ "path": "src/hooks/useLabel/index.tsx",
563
+ "kind": "import-statement",
564
+ "original": "./useLabel"
565
+ },
566
+ {
567
+ "path": "src/hooks/useTextField/index.tsx",
568
+ "kind": "import-statement",
569
+ "original": "./useTextField"
570
+ },
571
+ {
572
+ "path": "src/hooks/useValidationClasses/index.ts",
573
+ "kind": "import-statement",
574
+ "original": "./useValidationClasses"
575
+ }
576
+ ],
577
+ "format": "esm"
578
+ },
579
+ "src/components/ErrorMessage/ErrorMessage.tsx": {
580
+ "bytes": 863,
581
+ "imports": [
582
+ {
583
+ "path": "@simplybusiness/icons",
584
+ "kind": "import-statement",
585
+ "external": true
586
+ },
587
+ {
588
+ "path": "classnames/dedupe",
589
+ "kind": "import-statement",
590
+ "external": true
591
+ },
592
+ {
593
+ "path": "src/index.tsx",
594
+ "kind": "import-statement",
595
+ "original": "../.."
596
+ },
597
+ {
598
+ "path": "src/components/Icon/index.tsx",
599
+ "kind": "import-statement",
600
+ "original": "../Icon"
601
+ },
602
+ {
603
+ "path": "react/jsx-runtime",
604
+ "kind": "import-statement",
605
+ "external": true
606
+ }
607
+ ],
608
+ "format": "esm"
609
+ },
610
+ "src/components/ErrorMessage/index.tsx": {
611
+ "bytes": 32,
612
+ "imports": [
613
+ {
614
+ "path": "src/components/ErrorMessage/ErrorMessage.tsx",
615
+ "kind": "import-statement",
616
+ "original": "./ErrorMessage"
617
+ }
618
+ ],
619
+ "format": "esm"
620
+ },
621
+ "src/components/Label/Label.tsx": {
622
+ "bytes": 912,
623
+ "imports": [
624
+ {
625
+ "path": "classnames/dedupe",
626
+ "kind": "import-statement",
627
+ "external": true
628
+ },
629
+ {
630
+ "path": "react/jsx-runtime",
631
+ "kind": "import-statement",
632
+ "external": true
633
+ }
634
+ ],
635
+ "format": "esm"
636
+ },
637
+ "src/components/Label/index.tsx": {
638
+ "bytes": 25,
639
+ "imports": [
640
+ {
641
+ "path": "src/components/Label/Label.tsx",
642
+ "kind": "import-statement",
643
+ "original": "./Label"
644
+ }
645
+ ],
646
+ "format": "esm"
647
+ },
648
+ "src/components/Stack/Stack.tsx": {
649
+ "bytes": 971,
650
+ "imports": [
651
+ {
652
+ "path": "classnames/dedupe",
653
+ "kind": "import-statement",
654
+ "external": true
655
+ },
656
+ {
657
+ "path": "react/jsx-runtime",
658
+ "kind": "import-statement",
659
+ "external": true
660
+ }
661
+ ],
662
+ "format": "esm"
663
+ },
664
+ "src/components/Stack/index.tsx": {
665
+ "bytes": 25,
666
+ "imports": [
667
+ {
668
+ "path": "src/components/Stack/Stack.tsx",
669
+ "kind": "import-statement",
670
+ "original": "./Stack"
671
+ }
672
+ ],
673
+ "format": "esm"
674
+ },
675
+ "src/components/TextField/adornmentWithClassName.ts": {
676
+ "bytes": 491,
677
+ "imports": [
678
+ {
679
+ "path": "classnames/dedupe",
680
+ "kind": "import-statement",
681
+ "external": true
682
+ },
683
+ {
684
+ "path": "react",
685
+ "kind": "import-statement",
686
+ "external": true
687
+ }
688
+ ],
689
+ "format": "esm"
690
+ },
691
+ "src/components/TextField/TextField.tsx": {
692
+ "bytes": 3876,
693
+ "imports": [
694
+ {
695
+ "path": "classnames/dedupe",
696
+ "kind": "import-statement",
697
+ "external": true
698
+ },
699
+ {
700
+ "path": "src/hooks/index.tsx",
701
+ "kind": "import-statement",
702
+ "original": "../../hooks"
703
+ },
704
+ {
705
+ "path": "src/components/ErrorMessage/index.tsx",
706
+ "kind": "import-statement",
707
+ "original": "../ErrorMessage"
708
+ },
709
+ {
710
+ "path": "src/components/Label/index.tsx",
711
+ "kind": "import-statement",
712
+ "original": "../Label"
713
+ },
714
+ {
715
+ "path": "src/components/Stack/index.tsx",
716
+ "kind": "import-statement",
717
+ "original": "../Stack"
718
+ },
719
+ {
720
+ "path": "src/components/TextField/adornmentWithClassName.ts",
721
+ "kind": "import-statement",
722
+ "original": "./adornmentWithClassName"
723
+ },
724
+ {
725
+ "path": "react/jsx-runtime",
726
+ "kind": "import-statement",
727
+ "external": true
728
+ }
729
+ ],
730
+ "format": "esm"
731
+ },
732
+ "src/components/TextField/index.tsx": {
733
+ "bytes": 29,
734
+ "imports": [
735
+ {
736
+ "path": "src/components/TextField/TextField.tsx",
737
+ "kind": "import-statement",
738
+ "original": "./TextField"
739
+ }
740
+ ],
741
+ "format": "esm"
742
+ },
743
+ "src/components/VisuallyHidden/VisuallyHidden.tsx": {
744
+ "bytes": 935,
745
+ "imports": [
746
+ {
747
+ "path": "react/jsx-runtime",
748
+ "kind": "import-statement",
749
+ "external": true
750
+ }
751
+ ],
752
+ "format": "esm"
753
+ },
754
+ "src/components/VisuallyHidden/index.tsx": {
755
+ "bytes": 34,
756
+ "imports": [
757
+ {
758
+ "path": "src/components/VisuallyHidden/VisuallyHidden.tsx",
759
+ "kind": "import-statement",
760
+ "original": "./VisuallyHidden"
761
+ }
762
+ ],
763
+ "format": "esm"
764
+ },
765
+ "src/components/Combobox/utils.tsx": {
766
+ "bytes": 1483,
767
+ "imports": [],
768
+ "format": "esm"
769
+ },
770
+ "src/components/Combobox/Option.tsx": {
771
+ "bytes": 1168,
772
+ "imports": [
773
+ {
774
+ "path": "react",
775
+ "kind": "import-statement",
776
+ "external": true
777
+ },
778
+ {
779
+ "path": "classnames/dedupe",
780
+ "kind": "import-statement",
781
+ "external": true
782
+ },
783
+ {
784
+ "path": "src/components/Combobox/utils.tsx",
785
+ "kind": "import-statement",
786
+ "original": "./utils"
787
+ },
788
+ {
789
+ "path": "react/jsx-runtime",
790
+ "kind": "import-statement",
791
+ "external": true
792
+ }
793
+ ],
794
+ "format": "esm"
795
+ },
796
+ "src/components/Combobox/Listbox.tsx": {
797
+ "bytes": 3610,
798
+ "imports": [
799
+ {
800
+ "path": "classnames/dedupe",
801
+ "kind": "import-statement",
802
+ "external": true
803
+ },
804
+ {
805
+ "path": "src/components/Combobox/Option.tsx",
806
+ "kind": "import-statement",
807
+ "original": "./Option"
808
+ },
809
+ {
810
+ "path": "src/components/Combobox/utils.tsx",
811
+ "kind": "import-statement",
812
+ "original": "./utils"
813
+ },
814
+ {
815
+ "path": "react/jsx-runtime",
816
+ "kind": "import-statement",
817
+ "external": true
818
+ }
819
+ ],
820
+ "format": "esm"
821
+ },
822
+ "src/components/Combobox/useComboboxHighlight.tsx": {
823
+ "bytes": 2640,
824
+ "imports": [
825
+ {
826
+ "path": "react",
827
+ "kind": "import-statement",
828
+ "external": true
829
+ },
830
+ {
831
+ "path": "src/components/Combobox/utils.tsx",
832
+ "kind": "import-statement",
833
+ "original": "./utils"
834
+ }
835
+ ],
836
+ "format": "esm"
837
+ },
838
+ "src/components/Combobox/useComboboxOptions.ts": {
839
+ "bytes": 2726,
840
+ "imports": [
841
+ {
842
+ "path": "react",
843
+ "kind": "import-statement",
844
+ "external": true
845
+ },
846
+ {
847
+ "path": "src/components/Combobox/utils.tsx",
848
+ "kind": "import-statement",
849
+ "original": "./utils"
850
+ },
851
+ {
852
+ "path": "@simplybusiness/mobius-hooks",
853
+ "kind": "import-statement",
854
+ "external": true
855
+ }
856
+ ],
857
+ "format": "esm"
858
+ },
859
+ "src/components/Combobox/Combobox.tsx": {
860
+ "bytes": 10076,
861
+ "imports": [
862
+ {
863
+ "path": "classnames/dedupe",
864
+ "kind": "import-statement",
865
+ "external": true
866
+ },
867
+ {
868
+ "path": "react",
869
+ "kind": "import-statement",
870
+ "external": true
871
+ },
872
+ {
873
+ "path": "@simplybusiness/mobius-hooks",
874
+ "kind": "import-statement",
875
+ "external": true
876
+ },
877
+ {
878
+ "path": "src/hooks/index.tsx",
879
+ "kind": "import-statement",
880
+ "original": "../../hooks"
881
+ },
882
+ {
883
+ "path": "src/components/TextField/index.tsx",
884
+ "kind": "import-statement",
885
+ "original": "../TextField"
886
+ },
887
+ {
888
+ "path": "src/components/VisuallyHidden/index.tsx",
889
+ "kind": "import-statement",
890
+ "original": "../VisuallyHidden"
891
+ },
892
+ {
893
+ "path": "src/components/Combobox/Listbox.tsx",
894
+ "kind": "import-statement",
895
+ "original": "./Listbox"
896
+ },
897
+ {
898
+ "path": "src/components/Combobox/useComboboxHighlight.tsx",
899
+ "kind": "import-statement",
900
+ "original": "./useComboboxHighlight"
901
+ },
902
+ {
903
+ "path": "src/components/Combobox/useComboboxOptions.ts",
904
+ "kind": "import-statement",
905
+ "original": "./useComboboxOptions"
906
+ },
907
+ {
908
+ "path": "src/components/Combobox/utils.tsx",
909
+ "kind": "import-statement",
910
+ "original": "./utils"
911
+ },
912
+ {
913
+ "path": "react/jsx-runtime",
914
+ "kind": "import-statement",
915
+ "external": true
916
+ }
917
+ ],
918
+ "format": "esm"
919
+ },
920
+ "src/components/Combobox/types.tsx": {
921
+ "bytes": 2235,
922
+ "imports": [],
923
+ "format": "esm"
924
+ },
925
+ "src/components/Combobox/index.tsx": {
926
+ "bytes": 53,
927
+ "imports": [
928
+ {
929
+ "path": "src/components/Combobox/Combobox.tsx",
930
+ "kind": "import-statement",
931
+ "original": "./Combobox"
932
+ },
933
+ {
934
+ "path": "src/components/Combobox/types.tsx",
935
+ "kind": "import-statement",
936
+ "original": "./types"
937
+ }
938
+ ],
939
+ "format": "esm"
940
+ },
941
+ "src/components/AddressLookup/utils.ts": {
942
+ "bytes": 228,
943
+ "imports": [],
944
+ "format": "esm"
945
+ },
946
+ "src/components/AddressLookup/AddressLookup.tsx": {
947
+ "bytes": 2728,
948
+ "imports": [
949
+ {
950
+ "path": "@simplybusiness/icons",
951
+ "kind": "import-statement",
952
+ "external": true
953
+ },
954
+ {
955
+ "path": "react",
956
+ "kind": "import-statement",
957
+ "external": true
958
+ },
959
+ {
960
+ "path": "src/components/Combobox/index.tsx",
961
+ "kind": "import-statement",
962
+ "original": "../Combobox"
963
+ },
964
+ {
965
+ "path": "src/components/Icon/index.tsx",
966
+ "kind": "import-statement",
967
+ "original": "../Icon"
968
+ },
969
+ {
970
+ "path": "src/components/AddressLookup/utils.ts",
971
+ "kind": "import-statement",
972
+ "original": "./utils"
973
+ },
974
+ {
975
+ "path": "react/jsx-runtime",
976
+ "kind": "import-statement",
977
+ "external": true
978
+ }
979
+ ],
980
+ "format": "esm"
981
+ },
982
+ "src/components/AddressLookup/LoqateAddressLookupError.tsx": {
983
+ "bytes": 289,
984
+ "imports": [],
985
+ "format": "esm"
986
+ },
987
+ "src/components/AddressLookup/LoqateAddressLookupService.tsx": {
988
+ "bytes": 3182,
989
+ "imports": [
990
+ {
991
+ "path": "src/components/AddressLookup/LoqateAddressLookupError.tsx",
992
+ "kind": "import-statement",
993
+ "original": "./LoqateAddressLookupError"
994
+ },
995
+ {
996
+ "path": "<runtime>",
997
+ "kind": "import-statement",
998
+ "external": true
999
+ }
1000
+ ],
1001
+ "format": "esm"
1002
+ },
1003
+ "src/components/AddressLookup/types.tsx": {
1004
+ "bytes": 1426,
1005
+ "imports": [],
1006
+ "format": "esm"
1007
+ },
1008
+ "src/components/AddressLookup/index.tsx": {
1009
+ "bytes": 104,
1010
+ "imports": [
1011
+ {
1012
+ "path": "src/components/AddressLookup/AddressLookup.tsx",
1013
+ "kind": "import-statement",
1014
+ "original": "./AddressLookup"
1015
+ },
1016
+ {
1017
+ "path": "src/components/AddressLookup/LoqateAddressLookupService.tsx",
1018
+ "kind": "import-statement",
1019
+ "original": "./LoqateAddressLookupService"
1020
+ },
1021
+ {
1022
+ "path": "src/components/AddressLookup/types.tsx",
1023
+ "kind": "import-statement",
1024
+ "original": "./types"
1025
+ }
1026
+ ],
1027
+ "format": "esm"
1028
+ },
1029
+ "src/components/Alert/Alert.tsx": {
1030
+ "bytes": 2261,
1031
+ "imports": [
1032
+ {
1033
+ "path": "@simplybusiness/icons",
1034
+ "kind": "import-statement",
1035
+ "external": true
1036
+ },
1037
+ {
1038
+ "path": "classnames/dedupe",
1039
+ "kind": "import-statement",
1040
+ "external": true
1041
+ },
1042
+ {
1043
+ "path": "src/components/Icon/index.tsx",
1044
+ "kind": "import-statement",
1045
+ "original": "../Icon"
1046
+ },
1047
+ {
1048
+ "path": "react/jsx-runtime",
1049
+ "kind": "import-statement",
1050
+ "external": true
1051
+ }
1052
+ ],
1053
+ "format": "esm"
1054
+ },
1055
+ "src/components/Alert/index.tsx": {
1056
+ "bytes": 25,
1057
+ "imports": [
1058
+ {
1059
+ "path": "src/components/Alert/Alert.tsx",
1060
+ "kind": "import-statement",
1061
+ "original": "./Alert"
1062
+ }
1063
+ ],
1064
+ "format": "esm"
1065
+ },
1066
+ "src/components/Box/Box.tsx": {
1067
+ "bytes": 1410,
1068
+ "imports": [
1069
+ {
1070
+ "path": "classnames/dedupe",
1071
+ "kind": "import-statement",
1072
+ "external": true
1073
+ },
1074
+ {
1075
+ "path": "src/utils/index.ts",
1076
+ "kind": "import-statement",
1077
+ "original": "../../utils"
1078
+ },
1079
+ {
1080
+ "path": "react/jsx-runtime",
1081
+ "kind": "import-statement",
1082
+ "external": true
1083
+ }
1084
+ ],
1085
+ "format": "esm"
1086
+ },
1087
+ "src/components/Box/index.tsx": {
1088
+ "bytes": 23,
1089
+ "imports": [
1090
+ {
1091
+ "path": "src/components/Box/Box.tsx",
1092
+ "kind": "import-statement",
1093
+ "original": "./Box"
1094
+ }
1095
+ ],
1096
+ "format": "esm"
1097
+ },
1098
+ "src/components/Breadcrumbs/Breadcrumbs.tsx": {
1099
+ "bytes": 1332,
1100
+ "imports": [
1101
+ {
1102
+ "path": "react",
1103
+ "kind": "import-statement",
1104
+ "external": true
1105
+ },
1106
+ {
1107
+ "path": "classnames/dedupe",
1108
+ "kind": "import-statement",
1109
+ "external": true
1110
+ },
1111
+ {
1112
+ "path": "react/jsx-runtime",
1113
+ "kind": "import-statement",
1114
+ "external": true
1115
+ }
1116
+ ],
1117
+ "format": "esm"
1118
+ },
1119
+ "src/components/Breadcrumbs/BreadcrumbItem.tsx": {
1120
+ "bytes": 1839,
1121
+ "imports": [
1122
+ {
1123
+ "path": "react",
1124
+ "kind": "import-statement",
1125
+ "external": true
1126
+ },
1127
+ {
1128
+ "path": "classnames/dedupe",
1129
+ "kind": "import-statement",
1130
+ "external": true
1131
+ },
1132
+ {
1133
+ "path": "src/components/Box/index.tsx",
1134
+ "kind": "import-statement",
1135
+ "original": "../Box"
1136
+ },
1137
+ {
1138
+ "path": "react/jsx-runtime",
1139
+ "kind": "import-statement",
1140
+ "external": true
1141
+ }
1142
+ ],
1143
+ "format": "esm"
1144
+ },
1145
+ "src/components/Breadcrumbs/index.tsx": {
1146
+ "bytes": 65,
1147
+ "imports": [
1148
+ {
1149
+ "path": "src/components/Breadcrumbs/Breadcrumbs.tsx",
1150
+ "kind": "import-statement",
1151
+ "original": "./Breadcrumbs"
1152
+ },
1153
+ {
1154
+ "path": "src/components/Breadcrumbs/BreadcrumbItem.tsx",
1155
+ "kind": "import-statement",
1156
+ "original": "./BreadcrumbItem"
1157
+ }
1158
+ ],
1159
+ "format": "esm"
1160
+ },
1161
+ "src/components/Button/Loading.tsx": {
1162
+ "bytes": 584,
1163
+ "imports": [
1164
+ {
1165
+ "path": "@simplybusiness/icons",
1166
+ "kind": "import-statement",
1167
+ "external": true
1168
+ },
1169
+ {
1170
+ "path": "src/components/Icon/index.tsx",
1171
+ "kind": "import-statement",
1172
+ "original": "../Icon"
1173
+ },
1174
+ {
1175
+ "path": "src/components/VisuallyHidden/index.tsx",
1176
+ "kind": "import-statement",
1177
+ "original": "../VisuallyHidden"
1178
+ },
1179
+ {
1180
+ "path": "react/jsx-runtime",
1181
+ "kind": "import-statement",
1182
+ "external": true
1183
+ }
1184
+ ],
1185
+ "format": "esm"
1186
+ },
1187
+ "src/components/Button/Success.tsx": {
1188
+ "bytes": 385,
1189
+ "imports": [
1190
+ {
1191
+ "path": "@simplybusiness/icons",
1192
+ "kind": "import-statement",
1193
+ "external": true
1194
+ },
1195
+ {
1196
+ "path": "src/components/Icon/index.tsx",
1197
+ "kind": "import-statement",
1198
+ "original": "../Icon"
1199
+ },
1200
+ {
1201
+ "path": "src/components/VisuallyHidden/index.tsx",
1202
+ "kind": "import-statement",
1203
+ "original": "../VisuallyHidden"
1204
+ },
1205
+ {
1206
+ "path": "react/jsx-runtime",
1207
+ "kind": "import-statement",
1208
+ "external": true
1209
+ }
1210
+ ],
1211
+ "format": "esm"
1212
+ },
1213
+ "src/components/Button/Button.tsx": {
1214
+ "bytes": 2057,
1215
+ "imports": [
1216
+ {
1217
+ "path": "classnames/dedupe",
1218
+ "kind": "import-statement",
1219
+ "external": true
1220
+ },
1221
+ {
1222
+ "path": "src/components/Button/Loading.tsx",
1223
+ "kind": "import-statement",
1224
+ "original": "./Loading"
1225
+ },
1226
+ {
1227
+ "path": "src/hooks/useButton/index.tsx",
1228
+ "kind": "import-statement",
1229
+ "original": "../../hooks/useButton"
1230
+ },
1231
+ {
1232
+ "path": "src/components/Button/Success.tsx",
1233
+ "kind": "import-statement",
1234
+ "original": "./Success"
1235
+ },
1236
+ {
1237
+ "path": "react/jsx-runtime",
1238
+ "kind": "import-statement",
1239
+ "external": true
1240
+ }
1241
+ ],
1242
+ "format": "esm"
1243
+ },
1244
+ "src/components/Button/index.tsx": {
1245
+ "bytes": 26,
1246
+ "imports": [
1247
+ {
1248
+ "path": "src/components/Button/Button.tsx",
1249
+ "kind": "import-statement",
1250
+ "original": "./Button"
1251
+ }
1252
+ ],
1253
+ "format": "esm"
1254
+ },
1255
+ "src/components/Checkbox/Checkbox.tsx": {
1256
+ "bytes": 3388,
1257
+ "imports": [
1258
+ {
1259
+ "path": "react",
1260
+ "kind": "import-statement",
1261
+ "external": true
1262
+ },
1263
+ {
1264
+ "path": "classnames/dedupe",
1265
+ "kind": "import-statement",
1266
+ "external": true
1267
+ },
1268
+ {
1269
+ "path": "@simplybusiness/icons",
1270
+ "kind": "import-statement",
1271
+ "external": true
1272
+ },
1273
+ {
1274
+ "path": "src/components/ErrorMessage/index.tsx",
1275
+ "kind": "import-statement",
1276
+ "original": "../ErrorMessage"
1277
+ },
1278
+ {
1279
+ "path": "src/utils/spaceDelimitedList.ts",
1280
+ "kind": "import-statement",
1281
+ "original": "../../utils/spaceDelimitedList"
1282
+ },
1283
+ {
1284
+ "path": "src/hooks/index.tsx",
1285
+ "kind": "import-statement",
1286
+ "original": "../../hooks"
1287
+ },
1288
+ {
1289
+ "path": "src/components/Icon/index.tsx",
1290
+ "kind": "import-statement",
1291
+ "original": "../Icon"
1292
+ },
1293
+ {
1294
+ "path": "src/components/Stack/index.tsx",
1295
+ "kind": "import-statement",
1296
+ "original": "../Stack"
1297
+ },
1298
+ {
1299
+ "path": "react/jsx-runtime",
1300
+ "kind": "import-statement",
1301
+ "external": true
1302
+ }
1303
+ ],
1304
+ "format": "esm"
1305
+ },
1306
+ "src/components/Checkbox/CheckboxGroup.tsx": {
1307
+ "bytes": 5038,
1308
+ "imports": [
1309
+ {
1310
+ "path": "classnames/dedupe",
1311
+ "kind": "import-statement",
1312
+ "external": true
1313
+ },
1314
+ {
1315
+ "path": "react",
1316
+ "kind": "import-statement",
1317
+ "external": true
1318
+ },
1319
+ {
1320
+ "path": "src/hooks/index.tsx",
1321
+ "kind": "import-statement",
1322
+ "original": "../../hooks"
1323
+ },
1324
+ {
1325
+ "path": "src/utils/spaceDelimitedList.ts",
1326
+ "kind": "import-statement",
1327
+ "original": "../../utils/spaceDelimitedList"
1328
+ },
1329
+ {
1330
+ "path": "src/components/ErrorMessage/index.tsx",
1331
+ "kind": "import-statement",
1332
+ "original": "../ErrorMessage"
1333
+ },
1334
+ {
1335
+ "path": "src/components/Label/index.tsx",
1336
+ "kind": "import-statement",
1337
+ "original": "../Label"
1338
+ },
1339
+ {
1340
+ "path": "src/components/Checkbox/Checkbox.tsx",
1341
+ "kind": "import-statement",
1342
+ "original": "./Checkbox"
1343
+ },
1344
+ {
1345
+ "path": "react/jsx-runtime",
1346
+ "kind": "import-statement",
1347
+ "external": true
1348
+ }
1349
+ ],
1350
+ "format": "esm"
1351
+ },
1352
+ "src/components/Checkbox/types.ts": {
1353
+ "bytes": 3370,
1354
+ "imports": [],
1355
+ "format": "esm"
1356
+ },
1357
+ "src/components/Checkbox/index.tsx": {
1358
+ "bytes": 86,
1359
+ "imports": [
1360
+ {
1361
+ "path": "src/components/Checkbox/Checkbox.tsx",
1362
+ "kind": "import-statement",
1363
+ "original": "./Checkbox"
1364
+ },
1365
+ {
1366
+ "path": "src/components/Checkbox/CheckboxGroup.tsx",
1367
+ "kind": "import-statement",
1368
+ "original": "./CheckboxGroup"
1369
+ },
1370
+ {
1371
+ "path": "src/components/Checkbox/types.ts",
1372
+ "kind": "import-statement",
1373
+ "original": "./types"
1374
+ }
1375
+ ],
1376
+ "format": "esm"
1377
+ },
1378
+ "src/components/Container/Container.tsx": {
1379
+ "bytes": 1028,
1380
+ "imports": [
1381
+ {
1382
+ "path": "classnames/dedupe",
1383
+ "kind": "import-statement",
1384
+ "external": true
1385
+ },
1386
+ {
1387
+ "path": "src/utils/index.ts",
1388
+ "kind": "import-statement",
1389
+ "original": "../../utils"
1390
+ },
1391
+ {
1392
+ "path": "react/jsx-runtime",
1393
+ "kind": "import-statement",
1394
+ "external": true
1395
+ }
1396
+ ],
1397
+ "format": "esm"
1398
+ },
1399
+ "src/components/Container/index.tsx": {
1400
+ "bytes": 29,
1401
+ "imports": [
1402
+ {
1403
+ "path": "src/components/Container/Container.tsx",
1404
+ "kind": "import-statement",
1405
+ "original": "./Container"
1406
+ }
1407
+ ],
1408
+ "format": "esm"
1409
+ },
1410
+ "src/components/DateField/validation.ts": {
1411
+ "bytes": 1424,
1412
+ "imports": [],
1413
+ "format": "esm"
1414
+ },
1415
+ "src/components/DateField/DateField.tsx": {
1416
+ "bytes": 3375,
1417
+ "imports": [
1418
+ {
1419
+ "path": "classnames/dedupe",
1420
+ "kind": "import-statement",
1421
+ "external": true
1422
+ },
1423
+ {
1424
+ "path": "react",
1425
+ "kind": "import-statement",
1426
+ "external": true
1427
+ },
1428
+ {
1429
+ "path": "src/utils/mergeRefs.ts",
1430
+ "kind": "import-statement",
1431
+ "original": "../../utils/mergeRefs"
1432
+ },
1433
+ {
1434
+ "path": "src/components/TextField/index.tsx",
1435
+ "kind": "import-statement",
1436
+ "original": "../TextField"
1437
+ },
1438
+ {
1439
+ "path": "src/components/DateField/validation.ts",
1440
+ "kind": "import-statement",
1441
+ "original": "./validation"
1442
+ },
1443
+ {
1444
+ "path": "react/jsx-runtime",
1445
+ "kind": "import-statement",
1446
+ "external": true
1447
+ }
1448
+ ],
1449
+ "format": "esm"
1450
+ },
1451
+ "src/components/DateField/index.tsx": {
1452
+ "bytes": 59,
1453
+ "imports": [
1454
+ {
1455
+ "path": "src/components/DateField/DateField.tsx",
1456
+ "kind": "import-statement",
1457
+ "original": "./DateField"
1458
+ },
1459
+ {
1460
+ "path": "src/components/DateField/validation.ts",
1461
+ "kind": "import-statement",
1462
+ "original": "./validation"
1463
+ }
1464
+ ],
1465
+ "format": "esm"
1466
+ },
1467
+ "src/components/Drawer/Content.tsx": {
1468
+ "bytes": 481,
1469
+ "imports": [
1470
+ {
1471
+ "path": "react/jsx-runtime",
1472
+ "kind": "import-statement",
1473
+ "external": true
1474
+ }
1475
+ ],
1476
+ "format": "esm"
1477
+ },
1478
+ "src/components/Drawer/DrawerContext.tsx": {
1479
+ "bytes": 229,
1480
+ "imports": [
1481
+ {
1482
+ "path": "react",
1483
+ "kind": "import-statement",
1484
+ "external": true
1485
+ }
1486
+ ],
1487
+ "format": "esm"
1488
+ },
1489
+ "src/components/Drawer/Drawer.tsx": {
1490
+ "bytes": 2004,
1491
+ "imports": [
1492
+ {
1493
+ "path": "classnames/dedupe",
1494
+ "kind": "import-statement",
1495
+ "external": true
1496
+ },
1497
+ {
1498
+ "path": "react",
1499
+ "kind": "import-statement",
1500
+ "external": true
1501
+ },
1502
+ {
1503
+ "path": "src/hooks/index.tsx",
1504
+ "kind": "import-statement",
1505
+ "original": "../../hooks"
1506
+ },
1507
+ {
1508
+ "path": "src/utils/index.ts",
1509
+ "kind": "import-statement",
1510
+ "original": "../../utils"
1511
+ },
1512
+ {
1513
+ "path": "src/components/VisuallyHidden/index.tsx",
1514
+ "kind": "import-statement",
1515
+ "original": "../VisuallyHidden"
1516
+ },
1517
+ {
1518
+ "path": "src/components/Drawer/DrawerContext.tsx",
1519
+ "kind": "import-statement",
1520
+ "original": "./DrawerContext"
1521
+ },
1522
+ {
1523
+ "path": "react/jsx-runtime",
1524
+ "kind": "import-statement",
1525
+ "external": true
1526
+ }
1527
+ ],
1528
+ "format": "esm"
1529
+ },
1530
+ "src/components/Drawer/useDrawer.ts": {
1531
+ "bytes": 238,
1532
+ "imports": [
1533
+ {
1534
+ "path": "react",
1535
+ "kind": "import-statement",
1536
+ "external": true
1537
+ },
1538
+ {
1539
+ "path": "src/components/Drawer/DrawerContext.tsx",
1540
+ "kind": "import-statement",
1541
+ "original": "./DrawerContext"
1542
+ }
1543
+ ],
1544
+ "format": "esm"
1545
+ },
1546
+ "src/components/Drawer/Header.tsx": {
1547
+ "bytes": 964,
1548
+ "imports": [
1549
+ {
1550
+ "path": "@simplybusiness/icons",
1551
+ "kind": "import-statement",
1552
+ "external": true
1553
+ },
1554
+ {
1555
+ "path": "src/components/Button/index.tsx",
1556
+ "kind": "import-statement",
1557
+ "original": "../Button"
1558
+ },
1559
+ {
1560
+ "path": "src/components/Icon/index.tsx",
1561
+ "kind": "import-statement",
1562
+ "original": "../Icon"
1563
+ },
1564
+ {
1565
+ "path": "src/components/Drawer/useDrawer.ts",
1566
+ "kind": "import-statement",
1567
+ "original": "./useDrawer"
1568
+ },
1569
+ {
1570
+ "path": "react/jsx-runtime",
1571
+ "kind": "import-statement",
1572
+ "external": true
1573
+ }
1574
+ ],
1575
+ "format": "esm"
1576
+ },
1577
+ "src/components/Drawer/index.tsx": {
1578
+ "bytes": 761,
1579
+ "imports": [
1580
+ {
1581
+ "path": "src/components/Drawer/Content.tsx",
1582
+ "kind": "import-statement",
1583
+ "original": "./Content"
1584
+ },
1585
+ {
1586
+ "path": "src/components/Drawer/Drawer.tsx",
1587
+ "kind": "import-statement",
1588
+ "original": "./Drawer"
1589
+ },
1590
+ {
1591
+ "path": "src/components/Drawer/useDrawer.ts",
1592
+ "kind": "import-statement",
1593
+ "original": "./useDrawer"
1594
+ },
1595
+ {
1596
+ "path": "src/components/Drawer/Header.tsx",
1597
+ "kind": "import-statement",
1598
+ "original": "./Header"
1599
+ }
1600
+ ],
1601
+ "format": "esm"
1602
+ },
1603
+ "src/components/DropdownMenu/DropdownMenu.tsx": {
1604
+ "bytes": 2780,
1605
+ "imports": [
1606
+ {
1607
+ "path": "react",
1608
+ "kind": "import-statement",
1609
+ "external": true
1610
+ },
1611
+ {
1612
+ "path": "react-accessible-dropdown-menu-hook",
1613
+ "kind": "import-statement",
1614
+ "external": true
1615
+ },
1616
+ {
1617
+ "path": "classnames/dedupe",
1618
+ "kind": "import-statement",
1619
+ "external": true
1620
+ },
1621
+ {
1622
+ "path": "src/components/Button/index.tsx",
1623
+ "kind": "import-statement",
1624
+ "original": "../Button"
1625
+ },
1626
+ {
1627
+ "path": "react/jsx-runtime",
1628
+ "kind": "import-statement",
1629
+ "external": true
1630
+ }
1631
+ ],
1632
+ "format": "esm"
1633
+ },
1634
+ "src/components/DropdownMenu/Item.tsx": {
1635
+ "bytes": 1502,
1636
+ "imports": [
1637
+ {
1638
+ "path": "react",
1639
+ "kind": "import-statement",
1640
+ "external": true
1641
+ },
1642
+ {
1643
+ "path": "classnames/dedupe",
1644
+ "kind": "import-statement",
1645
+ "external": true
1646
+ },
1647
+ {
1648
+ "path": "react/jsx-runtime",
1649
+ "kind": "import-statement",
1650
+ "external": true
1651
+ }
1652
+ ],
1653
+ "format": "esm"
1654
+ },
1655
+ "src/components/DropdownMenu/index.tsx": {
1656
+ "bytes": 822,
1657
+ "imports": [
1658
+ {
1659
+ "path": "src/components/DropdownMenu/DropdownMenu.tsx",
1660
+ "kind": "import-statement",
1661
+ "original": "./DropdownMenu"
1662
+ },
1663
+ {
1664
+ "path": "src/components/DropdownMenu/Item.tsx",
1665
+ "kind": "import-statement",
1666
+ "original": "./Item"
1667
+ }
1668
+ ],
1669
+ "format": "esm"
1670
+ },
1671
+ "src/components/Fieldset/Fieldset.tsx": {
1672
+ "bytes": 1783,
1673
+ "imports": [
1674
+ {
1675
+ "path": "classnames/dedupe",
1676
+ "kind": "import-statement",
1677
+ "external": true
1678
+ },
1679
+ {
1680
+ "path": "react",
1681
+ "kind": "import-statement",
1682
+ "external": true
1683
+ },
1684
+ {
1685
+ "path": "src/components/Flex/index.tsx",
1686
+ "kind": "import-statement",
1687
+ "original": "../Flex"
1688
+ },
1689
+ {
1690
+ "path": "react/jsx-runtime",
1691
+ "kind": "import-statement",
1692
+ "external": true
1693
+ }
1694
+ ],
1695
+ "format": "esm"
1696
+ },
1697
+ "src/components/Fieldset/index.tsx": {
1698
+ "bytes": 28,
1699
+ "imports": [
1700
+ {
1701
+ "path": "src/components/Fieldset/Fieldset.tsx",
1702
+ "kind": "import-statement",
1703
+ "original": "./Fieldset"
1704
+ }
1705
+ ],
1706
+ "format": "esm"
1707
+ },
1708
+ "src/components/Grid/Grid.tsx": {
1709
+ "bytes": 2162,
1710
+ "imports": [
1711
+ {
1712
+ "path": "classnames/dedupe",
1713
+ "kind": "import-statement",
1714
+ "external": true
1715
+ },
1716
+ {
1717
+ "path": "src/utils/index.ts",
1718
+ "kind": "import-statement",
1719
+ "original": "../../utils"
1720
+ },
1721
+ {
1722
+ "path": "react/jsx-runtime",
1723
+ "kind": "import-statement",
1724
+ "external": true
1725
+ }
1726
+ ],
1727
+ "format": "esm"
1728
+ },
1729
+ "src/components/Grid/Item.tsx": {
1730
+ "bytes": 2433,
1731
+ "imports": [
1732
+ {
1733
+ "path": "react",
1734
+ "kind": "import-statement",
1735
+ "external": true
1736
+ },
1737
+ {
1738
+ "path": "classnames/dedupe",
1739
+ "kind": "import-statement",
1740
+ "external": true
1741
+ },
1742
+ {
1743
+ "path": "src/hooks/index.tsx",
1744
+ "kind": "import-statement",
1745
+ "original": "../../hooks"
1746
+ },
1747
+ {
1748
+ "path": "react/jsx-runtime",
1749
+ "kind": "import-statement",
1750
+ "external": true
1751
+ }
1752
+ ],
1753
+ "format": "esm"
1754
+ },
1755
+ "src/components/Grid/index.tsx": {
1756
+ "bytes": 509,
1757
+ "imports": [
1758
+ {
1759
+ "path": "src/components/Grid/Grid.tsx",
1760
+ "kind": "import-statement",
1761
+ "original": "./Grid"
1762
+ },
1763
+ {
1764
+ "path": "src/components/Grid/Item.tsx",
1765
+ "kind": "import-statement",
1766
+ "original": "./Item"
1767
+ }
1768
+ ],
1769
+ "format": "esm"
1770
+ },
1771
+ "src/components/Image/Image.tsx": {
1772
+ "bytes": 945,
1773
+ "imports": [
1774
+ {
1775
+ "path": "classnames/dedupe",
1776
+ "kind": "import-statement",
1777
+ "external": true
1778
+ },
1779
+ {
1780
+ "path": "react/jsx-runtime",
1781
+ "kind": "import-statement",
1782
+ "external": true
1783
+ }
1784
+ ],
1785
+ "format": "esm"
1786
+ },
1787
+ "src/components/Image/index.tsx": {
1788
+ "bytes": 25,
1789
+ "imports": [
1790
+ {
1791
+ "path": "src/components/Image/Image.tsx",
1792
+ "kind": "import-statement",
1793
+ "original": "./Image"
1794
+ }
1795
+ ],
1796
+ "format": "esm"
1797
+ },
1798
+ "src/components/Link/Link.tsx": {
1799
+ "bytes": 1630,
1800
+ "imports": [
1801
+ {
1802
+ "path": "classnames/dedupe",
1803
+ "kind": "import-statement",
1804
+ "external": true
1805
+ },
1806
+ {
1807
+ "path": "react/jsx-runtime",
1808
+ "kind": "import-statement",
1809
+ "external": true
1810
+ }
1811
+ ],
1812
+ "format": "esm"
1813
+ },
1814
+ "src/components/Link/index.tsx": {
1815
+ "bytes": 24,
1816
+ "imports": [
1817
+ {
1818
+ "path": "src/components/Link/Link.tsx",
1819
+ "kind": "import-statement",
1820
+ "original": "./Link"
1821
+ }
1822
+ ],
1823
+ "format": "esm"
1824
+ },
1825
+ "src/components/LinkButton/LinkButton.tsx": {
1826
+ "bytes": 901,
1827
+ "imports": [
1828
+ {
1829
+ "path": "classnames/dedupe",
1830
+ "kind": "import-statement",
1831
+ "external": true
1832
+ },
1833
+ {
1834
+ "path": "src/components/Button/index.tsx",
1835
+ "kind": "import-statement",
1836
+ "original": "../Button"
1837
+ },
1838
+ {
1839
+ "path": "react/jsx-runtime",
1840
+ "kind": "import-statement",
1841
+ "external": true
1842
+ }
1843
+ ],
1844
+ "format": "esm"
1845
+ },
1846
+ "src/components/LinkButton/index.tsx": {
1847
+ "bytes": 30,
1848
+ "imports": [
1849
+ {
1850
+ "path": "src/components/LinkButton/LinkButton.tsx",
1851
+ "kind": "import-statement",
1852
+ "original": "./LinkButton"
1853
+ }
1854
+ ],
1855
+ "format": "esm"
1856
+ },
1857
+ "src/components/List/List.tsx": {
1858
+ "bytes": 1626,
1859
+ "imports": [
1860
+ {
1861
+ "path": "react",
1862
+ "kind": "import-statement",
1863
+ "external": true
1864
+ },
1865
+ {
1866
+ "path": "classnames/dedupe",
1867
+ "kind": "import-statement",
1868
+ "external": true
1869
+ },
1870
+ {
1871
+ "path": "react/jsx-runtime",
1872
+ "kind": "import-statement",
1873
+ "external": true
1874
+ }
1875
+ ],
1876
+ "format": "esm"
1877
+ },
1878
+ "src/components/List/ListItem.tsx": {
1879
+ "bytes": 1257,
1880
+ "imports": [
1881
+ {
1882
+ "path": "classnames/dedupe",
1883
+ "kind": "import-statement",
1884
+ "external": true
1885
+ },
1886
+ {
1887
+ "path": "react/jsx-runtime",
1888
+ "kind": "import-statement",
1889
+ "external": true
1890
+ }
1891
+ ],
1892
+ "format": "esm"
1893
+ },
1894
+ "src/components/List/index.tsx": {
1895
+ "bytes": 52,
1896
+ "imports": [
1897
+ {
1898
+ "path": "src/components/List/List.tsx",
1899
+ "kind": "import-statement",
1900
+ "original": "./List"
1901
+ },
1902
+ {
1903
+ "path": "src/components/List/ListItem.tsx",
1904
+ "kind": "import-statement",
1905
+ "original": "./ListItem"
1906
+ }
1907
+ ],
1908
+ "format": "esm"
1909
+ },
1910
+ "src/components/LoadingIndicator/LoadingIndicator.tsx": {
1911
+ "bytes": 714,
1912
+ "imports": [
1913
+ {
1914
+ "path": "classnames/dedupe",
1915
+ "kind": "import-statement",
1916
+ "external": true
1917
+ },
1918
+ {
1919
+ "path": "@simplybusiness/icons",
1920
+ "kind": "import-statement",
1921
+ "external": true
1922
+ },
1923
+ {
1924
+ "path": "src/components/Icon/index.tsx",
1925
+ "kind": "import-statement",
1926
+ "original": "../Icon"
1927
+ },
1928
+ {
1929
+ "path": "react/jsx-runtime",
1930
+ "kind": "import-statement",
1931
+ "external": true
1932
+ }
1933
+ ],
1934
+ "format": "esm"
1935
+ },
1936
+ "src/components/LoadingIndicator/index.tsx": {
1937
+ "bytes": 36,
1938
+ "imports": [
1939
+ {
1940
+ "path": "src/components/LoadingIndicator/LoadingIndicator.tsx",
1941
+ "kind": "import-statement",
1942
+ "original": "./LoadingIndicator"
1943
+ }
1944
+ ],
1945
+ "format": "esm"
1946
+ },
1947
+ "src/components/Logo/Logo.tsx": {
1948
+ "bytes": 10607,
1949
+ "imports": [
1950
+ {
1951
+ "path": "classnames/dedupe",
1952
+ "kind": "import-statement",
1953
+ "external": true
1954
+ },
1955
+ {
1956
+ "path": "react/jsx-runtime",
1957
+ "kind": "import-statement",
1958
+ "external": true
1959
+ }
1960
+ ],
1961
+ "format": "esm"
1962
+ },
1963
+ "src/components/Logo/index.tsx": {
1964
+ "bytes": 24,
1965
+ "imports": [
1966
+ {
1967
+ "path": "src/components/Logo/Logo.tsx",
1968
+ "kind": "import-statement",
1969
+ "original": "./Logo"
1970
+ }
1971
+ ],
1972
+ "format": "esm"
1973
+ },
1974
+ "src/components/Modal/Content.tsx": {
1975
+ "bytes": 480,
1976
+ "imports": [
1977
+ {
1978
+ "path": "react/jsx-runtime",
1979
+ "kind": "import-statement",
1980
+ "external": true
1981
+ }
1982
+ ],
1983
+ "format": "esm"
1984
+ },
1985
+ "src/components/Modal/ModalContext.tsx": {
1986
+ "bytes": 203,
1987
+ "imports": [
1988
+ {
1989
+ "path": "react",
1990
+ "kind": "import-statement",
1991
+ "external": true
1992
+ }
1993
+ ],
1994
+ "format": "esm"
1995
+ },
1996
+ "src/components/Modal/useModal.ts": {
1997
+ "bytes": 214,
1998
+ "imports": [
1999
+ {
2000
+ "path": "react",
2001
+ "kind": "import-statement",
2002
+ "external": true
2003
+ },
2004
+ {
2005
+ "path": "src/components/Modal/ModalContext.tsx",
2006
+ "kind": "import-statement",
2007
+ "original": "./ModalContext"
2008
+ }
2009
+ ],
2010
+ "format": "esm"
2011
+ },
2012
+ "src/components/Modal/Header.tsx": {
2013
+ "bytes": 908,
2014
+ "imports": [
2015
+ {
2016
+ "path": "@simplybusiness/icons",
2017
+ "kind": "import-statement",
2018
+ "external": true
2019
+ },
2020
+ {
2021
+ "path": "src/components/Button/index.tsx",
2022
+ "kind": "import-statement",
2023
+ "original": "../Button"
2024
+ },
2025
+ {
2026
+ "path": "src/components/Icon/index.tsx",
2027
+ "kind": "import-statement",
2028
+ "original": "../Icon"
2029
+ },
2030
+ {
2031
+ "path": "src/components/Modal/useModal.ts",
2032
+ "kind": "import-statement",
2033
+ "original": "./useModal"
2034
+ },
2035
+ {
2036
+ "path": "react/jsx-runtime",
2037
+ "kind": "import-statement",
2038
+ "external": true
2039
+ }
2040
+ ],
2041
+ "format": "esm"
2042
+ },
2043
+ "src/components/Modal/Modal.tsx": {
2044
+ "bytes": 1914,
2045
+ "imports": [
2046
+ {
2047
+ "path": "classnames/dedupe",
2048
+ "kind": "import-statement",
2049
+ "external": true
2050
+ },
2051
+ {
2052
+ "path": "react",
2053
+ "kind": "import-statement",
2054
+ "external": true
2055
+ },
2056
+ {
2057
+ "path": "src/hooks/index.tsx",
2058
+ "kind": "import-statement",
2059
+ "original": "../../hooks"
2060
+ },
2061
+ {
2062
+ "path": "src/utils/index.ts",
2063
+ "kind": "import-statement",
2064
+ "original": "../../utils"
2065
+ },
2066
+ {
2067
+ "path": "src/utils/polyfill-tests.ts",
2068
+ "kind": "import-statement",
2069
+ "original": "../../utils/polyfill-tests"
2070
+ },
2071
+ {
2072
+ "path": "src/components/Modal/ModalContext.tsx",
2073
+ "kind": "import-statement",
2074
+ "original": "./ModalContext"
2075
+ },
2076
+ {
2077
+ "path": "react/jsx-runtime",
2078
+ "kind": "import-statement",
2079
+ "external": true
2080
+ }
2081
+ ],
2082
+ "format": "esm"
2083
+ },
2084
+ "src/components/Modal/index.tsx": {
2085
+ "bytes": 738,
2086
+ "imports": [
2087
+ {
2088
+ "path": "src/components/Modal/Content.tsx",
2089
+ "kind": "import-statement",
2090
+ "original": "./Content"
2091
+ },
2092
+ {
2093
+ "path": "src/components/Modal/Header.tsx",
2094
+ "kind": "import-statement",
2095
+ "original": "./Header"
2096
+ },
2097
+ {
2098
+ "path": "src/components/Modal/Modal.tsx",
2099
+ "kind": "import-statement",
2100
+ "original": "./Modal"
2101
+ },
2102
+ {
2103
+ "path": "src/components/Modal/useModal.ts",
2104
+ "kind": "import-statement",
2105
+ "original": "./useModal"
2106
+ }
2107
+ ],
2108
+ "format": "esm"
2109
+ },
2110
+ "src/components/NumberField/NumberField.tsx": {
2111
+ "bytes": 4061,
2112
+ "imports": [
2113
+ {
2114
+ "path": "classnames/dedupe",
2115
+ "kind": "import-statement",
2116
+ "external": true
2117
+ },
2118
+ {
2119
+ "path": "react",
2120
+ "kind": "import-statement",
2121
+ "external": true
2122
+ },
2123
+ {
2124
+ "path": "src/components/TextField/index.tsx",
2125
+ "kind": "import-statement",
2126
+ "original": "../TextField"
2127
+ },
2128
+ {
2129
+ "path": "react/jsx-runtime",
2130
+ "kind": "import-statement",
2131
+ "external": true
2132
+ }
2133
+ ],
2134
+ "format": "esm"
2135
+ },
2136
+ "src/components/NumberField/index.tsx": {
2137
+ "bytes": 31,
2138
+ "imports": [
2139
+ {
2140
+ "path": "src/components/NumberField/NumberField.tsx",
2141
+ "kind": "import-statement",
2142
+ "original": "./NumberField"
2143
+ }
2144
+ ],
2145
+ "format": "esm"
2146
+ },
2147
+ "src/components/Option/Option.tsx": {
2148
+ "bytes": 447,
2149
+ "imports": [
2150
+ {
2151
+ "path": "react/jsx-runtime",
2152
+ "kind": "import-statement",
2153
+ "external": true
2154
+ }
2155
+ ],
2156
+ "format": "esm"
2157
+ },
2158
+ "src/components/Option/index.tsx": {
2159
+ "bytes": 26,
2160
+ "imports": [
2161
+ {
2162
+ "path": "src/components/Option/Option.tsx",
2163
+ "kind": "import-statement",
2164
+ "original": "./Option"
2165
+ }
2166
+ ],
2167
+ "format": "esm"
2168
+ },
2169
+ "src/components/PasswordField/ShowHideButton.tsx": {
2170
+ "bytes": 576,
2171
+ "imports": [
2172
+ {
2173
+ "path": "@simplybusiness/icons",
2174
+ "kind": "import-statement",
2175
+ "external": true
2176
+ },
2177
+ {
2178
+ "path": "src/index.tsx",
2179
+ "kind": "import-statement",
2180
+ "original": "../.."
2181
+ },
2182
+ {
2183
+ "path": "react/jsx-runtime",
2184
+ "kind": "import-statement",
2185
+ "external": true
2186
+ }
2187
+ ],
2188
+ "format": "esm"
2189
+ },
2190
+ "src/components/PasswordField/PasswordField.tsx": {
2191
+ "bytes": 1375,
2192
+ "imports": [
2193
+ {
2194
+ "path": "classnames/dedupe",
2195
+ "kind": "import-statement",
2196
+ "external": true
2197
+ },
2198
+ {
2199
+ "path": "react",
2200
+ "kind": "import-statement",
2201
+ "external": true
2202
+ },
2203
+ {
2204
+ "path": "src/utils/mergeRefs.ts",
2205
+ "kind": "import-statement",
2206
+ "original": "../../utils/mergeRefs"
2207
+ },
2208
+ {
2209
+ "path": "src/components/TextField/index.tsx",
2210
+ "kind": "import-statement",
2211
+ "original": "../TextField"
2212
+ },
2213
+ {
2214
+ "path": "src/components/PasswordField/ShowHideButton.tsx",
2215
+ "kind": "import-statement",
2216
+ "original": "./ShowHideButton"
2217
+ },
2218
+ {
2219
+ "path": "react/jsx-runtime",
2220
+ "kind": "import-statement",
2221
+ "external": true
2222
+ }
2223
+ ],
2224
+ "format": "esm"
2225
+ },
2226
+ "src/components/PasswordField/index.tsx": {
2227
+ "bytes": 33,
2228
+ "imports": [
2229
+ {
2230
+ "path": "src/components/PasswordField/PasswordField.tsx",
2231
+ "kind": "import-statement",
2232
+ "original": "./PasswordField"
2233
+ }
2234
+ ],
2235
+ "format": "esm"
2236
+ },
2237
+ "src/components/Popover/Popover.tsx": {
2238
+ "bytes": 3762,
2239
+ "imports": [
2240
+ {
2241
+ "path": "@floating-ui/react",
2242
+ "kind": "import-statement",
2243
+ "external": true
2244
+ },
2245
+ {
2246
+ "path": "@simplybusiness/icons",
2247
+ "kind": "import-statement",
2248
+ "external": true
2249
+ },
2250
+ {
2251
+ "path": "classnames/dedupe",
2252
+ "kind": "import-statement",
2253
+ "external": true
2254
+ },
2255
+ {
2256
+ "path": "react",
2257
+ "kind": "import-statement",
2258
+ "external": true
2259
+ },
2260
+ {
2261
+ "path": "@simplybusiness/mobius-hooks",
2262
+ "kind": "import-statement",
2263
+ "external": true
2264
+ },
2265
+ {
2266
+ "path": "src/components/Button/index.tsx",
2267
+ "kind": "import-statement",
2268
+ "original": "../Button"
2269
+ },
2270
+ {
2271
+ "path": "src/components/Icon/index.tsx",
2272
+ "kind": "import-statement",
2273
+ "original": "../Icon"
2274
+ },
2275
+ {
2276
+ "path": "react/jsx-runtime",
2277
+ "kind": "import-statement",
2278
+ "external": true
2279
+ }
2280
+ ],
2281
+ "format": "esm"
2282
+ },
2283
+ "src/components/Popover/index.tsx": {
2284
+ "bytes": 27,
2285
+ "imports": [
2286
+ {
2287
+ "path": "src/components/Popover/Popover.tsx",
2288
+ "kind": "import-statement",
2289
+ "original": "./Popover"
2290
+ }
2291
+ ],
2292
+ "format": "esm"
2293
+ },
2294
+ "src/components/Progress/Progress.tsx": {
2295
+ "bytes": 4417,
2296
+ "imports": [
2297
+ {
2298
+ "path": "classnames/dedupe",
2299
+ "kind": "import-statement",
2300
+ "external": true
2301
+ },
2302
+ {
2303
+ "path": "react",
2304
+ "kind": "import-statement",
2305
+ "external": true
2306
+ },
2307
+ {
2308
+ "path": "src/components/Label/index.tsx",
2309
+ "kind": "import-statement",
2310
+ "original": "../Label"
2311
+ },
2312
+ {
2313
+ "path": "src/components/VisuallyHidden/index.tsx",
2314
+ "kind": "import-statement",
2315
+ "original": "../VisuallyHidden"
2316
+ },
2317
+ {
2318
+ "path": "react/jsx-runtime",
2319
+ "kind": "import-statement",
2320
+ "external": true
2321
+ }
2322
+ ],
2323
+ "format": "esm"
2324
+ },
2325
+ "src/components/Progress/index.tsx": {
2326
+ "bytes": 28,
2327
+ "imports": [
2328
+ {
2329
+ "path": "src/components/Progress/Progress.tsx",
2330
+ "kind": "import-statement",
2331
+ "original": "./Progress"
2332
+ }
2333
+ ],
2334
+ "format": "esm"
2335
+ },
2336
+ "src/components/Radio/Radio.tsx": {
2337
+ "bytes": 6978,
2338
+ "imports": [
2339
+ {
2340
+ "path": "classnames/dedupe",
2341
+ "kind": "import-statement",
2342
+ "external": true
2343
+ },
2344
+ {
2345
+ "path": "react",
2346
+ "kind": "import-statement",
2347
+ "external": true
2348
+ },
2349
+ {
2350
+ "path": "src/components/ErrorMessage/index.tsx",
2351
+ "kind": "import-statement",
2352
+ "original": "../ErrorMessage"
2353
+ },
2354
+ {
2355
+ "path": "src/components/Label/index.tsx",
2356
+ "kind": "import-statement",
2357
+ "original": "../Label"
2358
+ },
2359
+ {
2360
+ "path": "react/jsx-runtime",
2361
+ "kind": "import-statement",
2362
+ "external": true
2363
+ }
2364
+ ],
2365
+ "format": "esm"
2366
+ },
2367
+ "src/components/Radio/RadioGroup.tsx": {
2368
+ "bytes": 6834,
2369
+ "imports": [
2370
+ {
2371
+ "path": "classnames/dedupe",
2372
+ "kind": "import-statement",
2373
+ "external": true
2374
+ },
2375
+ {
2376
+ "path": "react",
2377
+ "kind": "import-statement",
2378
+ "external": true
2379
+ },
2380
+ {
2381
+ "path": "src/hooks/index.tsx",
2382
+ "kind": "import-statement",
2383
+ "original": "../../hooks"
2384
+ },
2385
+ {
2386
+ "path": "src/utils/spaceDelimitedList.ts",
2387
+ "kind": "import-statement",
2388
+ "original": "../../utils/spaceDelimitedList"
2389
+ },
2390
+ {
2391
+ "path": "src/components/ErrorMessage/index.tsx",
2392
+ "kind": "import-statement",
2393
+ "original": "../ErrorMessage"
2394
+ },
2395
+ {
2396
+ "path": "src/components/Label/index.tsx",
2397
+ "kind": "import-statement",
2398
+ "original": "../Label"
2399
+ },
2400
+ {
2401
+ "path": "src/components/Stack/index.tsx",
2402
+ "kind": "import-statement",
2403
+ "original": "../Stack"
2404
+ },
2405
+ {
2406
+ "path": "react/jsx-runtime",
2407
+ "kind": "import-statement",
2408
+ "external": true
2409
+ }
2410
+ ],
2411
+ "format": "esm"
2412
+ },
2413
+ "src/components/Radio/index.tsx": {
2414
+ "bytes": 55,
2415
+ "imports": [
2416
+ {
2417
+ "path": "src/components/Radio/Radio.tsx",
2418
+ "kind": "import-statement",
2419
+ "original": "./Radio"
2420
+ },
2421
+ {
2422
+ "path": "src/components/Radio/RadioGroup.tsx",
2423
+ "kind": "import-statement",
2424
+ "original": "./RadioGroup"
2425
+ }
2426
+ ],
2427
+ "format": "esm"
2428
+ },
2429
+ "src/components/Segment/SegmentGroup.tsx": {
2430
+ "bytes": 805,
2431
+ "imports": [
2432
+ {
2433
+ "path": "classnames/dedupe",
2434
+ "kind": "import-statement",
2435
+ "external": true
2436
+ },
2437
+ {
2438
+ "path": "react/jsx-runtime",
2439
+ "kind": "import-statement",
2440
+ "external": true
2441
+ }
2442
+ ],
2443
+ "format": "esm"
2444
+ },
2445
+ "src/components/Segment/Segment.tsx": {
2446
+ "bytes": 882,
2447
+ "imports": [
2448
+ {
2449
+ "path": "classnames/dedupe",
2450
+ "kind": "import-statement",
2451
+ "external": true
2452
+ },
2453
+ {
2454
+ "path": "react/jsx-runtime",
2455
+ "kind": "import-statement",
2456
+ "external": true
2457
+ }
2458
+ ],
2459
+ "format": "esm"
2460
+ },
2461
+ "src/components/Segment/index.tsx": {
2462
+ "bytes": 59,
2463
+ "imports": [
2464
+ {
2465
+ "path": "src/components/Segment/SegmentGroup.tsx",
2466
+ "kind": "import-statement",
2467
+ "original": "./SegmentGroup"
2468
+ },
2469
+ {
2470
+ "path": "src/components/Segment/Segment.tsx",
2471
+ "kind": "import-statement",
2472
+ "original": "./Segment"
2473
+ }
2474
+ ],
2475
+ "format": "esm"
2476
+ },
2477
+ "src/components/Select/Select.tsx": {
2478
+ "bytes": 3409,
2479
+ "imports": [
2480
+ {
2481
+ "path": "@simplybusiness/icons",
2482
+ "kind": "import-statement",
2483
+ "external": true
2484
+ },
2485
+ {
2486
+ "path": "classnames/dedupe",
2487
+ "kind": "import-statement",
2488
+ "external": true
2489
+ },
2490
+ {
2491
+ "path": "react",
2492
+ "kind": "import-statement",
2493
+ "external": true
2494
+ },
2495
+ {
2496
+ "path": "src/hooks/index.tsx",
2497
+ "kind": "import-statement",
2498
+ "original": "../../hooks"
2499
+ },
2500
+ {
2501
+ "path": "src/hooks/useLabel/index.tsx",
2502
+ "kind": "import-statement",
2503
+ "original": "../../hooks/useLabel"
2504
+ },
2505
+ {
2506
+ "path": "src/utils/spaceDelimitedList.ts",
2507
+ "kind": "import-statement",
2508
+ "original": "../../utils/spaceDelimitedList"
2509
+ },
2510
+ {
2511
+ "path": "src/components/ErrorMessage/index.tsx",
2512
+ "kind": "import-statement",
2513
+ "original": "../ErrorMessage"
2514
+ },
2515
+ {
2516
+ "path": "src/components/Icon/index.tsx",
2517
+ "kind": "import-statement",
2518
+ "original": "../Icon"
2519
+ },
2520
+ {
2521
+ "path": "src/components/Label/index.tsx",
2522
+ "kind": "import-statement",
2523
+ "original": "../Label"
2524
+ },
2525
+ {
2526
+ "path": "src/components/Stack/index.tsx",
2527
+ "kind": "import-statement",
2528
+ "original": "../Stack"
2529
+ },
2530
+ {
2531
+ "path": "react/jsx-runtime",
2532
+ "kind": "import-statement",
2533
+ "external": true
2534
+ }
2535
+ ],
2536
+ "format": "esm"
2537
+ },
2538
+ "src/components/Select/index.tsx": {
2539
+ "bytes": 26,
2540
+ "imports": [
2541
+ {
2542
+ "path": "src/components/Select/Select.tsx",
2543
+ "kind": "import-statement",
2544
+ "original": "./Select"
2545
+ }
2546
+ ],
2547
+ "format": "esm"
2548
+ },
2549
+ "src/components/Slider/helpers.ts": {
2550
+ "bytes": 997,
2551
+ "imports": [
2552
+ {
2553
+ "path": "react",
2554
+ "kind": "import-statement",
2555
+ "external": true
2556
+ }
2557
+ ],
2558
+ "format": "esm"
2559
+ },
2560
+ "src/components/Slider/Slider.tsx": {
2561
+ "bytes": 3449,
2562
+ "imports": [
2563
+ {
2564
+ "path": "classnames/dedupe",
2565
+ "kind": "import-statement",
2566
+ "external": true
2567
+ },
2568
+ {
2569
+ "path": "react",
2570
+ "kind": "import-statement",
2571
+ "external": true
2572
+ },
2573
+ {
2574
+ "path": "src/hooks/index.tsx",
2575
+ "kind": "import-statement",
2576
+ "original": "../../hooks"
2577
+ },
2578
+ {
2579
+ "path": "src/components/Label/index.tsx",
2580
+ "kind": "import-statement",
2581
+ "original": "../Label"
2582
+ },
2583
+ {
2584
+ "path": "src/components/Slider/helpers.ts",
2585
+ "kind": "import-statement",
2586
+ "original": "./helpers"
2587
+ },
2588
+ {
2589
+ "path": "react/jsx-runtime",
2590
+ "kind": "import-statement",
2591
+ "external": true
2592
+ }
2593
+ ],
2594
+ "format": "esm"
2595
+ },
2596
+ "src/components/Slider/index.tsx": {
2597
+ "bytes": 26,
2598
+ "imports": [
2599
+ {
2600
+ "path": "src/components/Slider/Slider.tsx",
2601
+ "kind": "import-statement",
2602
+ "original": "./Slider"
2603
+ }
2604
+ ],
2605
+ "format": "esm"
2606
+ },
2607
+ "src/components/SVG/SVG.tsx": {
2608
+ "bytes": 903,
2609
+ "imports": [
2610
+ {
2611
+ "path": "react",
2612
+ "kind": "import-statement",
2613
+ "external": true
2614
+ },
2615
+ {
2616
+ "path": "classnames/dedupe",
2617
+ "kind": "import-statement",
2618
+ "external": true
2619
+ },
2620
+ {
2621
+ "path": "react/jsx-runtime",
2622
+ "kind": "import-statement",
2623
+ "external": true
2624
+ }
2625
+ ],
2626
+ "format": "esm"
2627
+ },
2628
+ "src/components/SVG/index.tsx": {
2629
+ "bytes": 23,
2630
+ "imports": [
2631
+ {
2632
+ "path": "src/components/SVG/SVG.tsx",
2633
+ "kind": "import-statement",
2634
+ "original": "./SVG"
2635
+ }
2636
+ ],
2637
+ "format": "esm"
2638
+ },
2639
+ "src/components/Switch/Switch.tsx": {
2640
+ "bytes": 1648,
2641
+ "imports": [
2642
+ {
2643
+ "path": "react",
2644
+ "kind": "import-statement",
2645
+ "external": true
2646
+ },
2647
+ {
2648
+ "path": "classnames/dedupe",
2649
+ "kind": "import-statement",
2650
+ "external": true
2651
+ },
2652
+ {
2653
+ "path": "src/components/VisuallyHidden/index.tsx",
2654
+ "kind": "import-statement",
2655
+ "original": "../VisuallyHidden"
2656
+ },
2657
+ {
2658
+ "path": "react/jsx-runtime",
2659
+ "kind": "import-statement",
2660
+ "external": true
2661
+ }
2662
+ ],
2663
+ "format": "esm"
2664
+ },
2665
+ "src/components/Switch/index.tsx": {
2666
+ "bytes": 26,
2667
+ "imports": [
2668
+ {
2669
+ "path": "src/components/Switch/Switch.tsx",
2670
+ "kind": "import-statement",
2671
+ "original": "./Switch"
2672
+ }
2673
+ ],
2674
+ "format": "esm"
2675
+ },
2676
+ "src/components/Table/Table.tsx": {
2677
+ "bytes": 617,
2678
+ "imports": [
2679
+ {
2680
+ "path": "classnames/dedupe",
2681
+ "kind": "import-statement",
2682
+ "external": true
2683
+ },
2684
+ {
2685
+ "path": "react/jsx-runtime",
2686
+ "kind": "import-statement",
2687
+ "external": true
2688
+ }
2689
+ ],
2690
+ "format": "esm"
2691
+ },
2692
+ "src/components/Table/Head.tsx": {
2693
+ "bytes": 527,
2694
+ "imports": [
2695
+ {
2696
+ "path": "classnames/dedupe",
2697
+ "kind": "import-statement",
2698
+ "external": true
2699
+ },
2700
+ {
2701
+ "path": "react/jsx-runtime",
2702
+ "kind": "import-statement",
2703
+ "external": true
2704
+ }
2705
+ ],
2706
+ "format": "esm"
2707
+ },
2708
+ "src/components/Table/Body.tsx": {
2709
+ "bytes": 527,
2710
+ "imports": [
2711
+ {
2712
+ "path": "classnames/dedupe",
2713
+ "kind": "import-statement",
2714
+ "external": true
2715
+ },
2716
+ {
2717
+ "path": "react/jsx-runtime",
2718
+ "kind": "import-statement",
2719
+ "external": true
2720
+ }
2721
+ ],
2722
+ "format": "esm"
2723
+ },
2724
+ "src/components/Table/Foot.tsx": {
2725
+ "bytes": 527,
2726
+ "imports": [
2727
+ {
2728
+ "path": "classnames/dedupe",
2729
+ "kind": "import-statement",
2730
+ "external": true
2731
+ },
2732
+ {
2733
+ "path": "react/jsx-runtime",
2734
+ "kind": "import-statement",
2735
+ "external": true
2736
+ }
2737
+ ],
2738
+ "format": "esm"
2739
+ },
2740
+ "src/components/Table/Row.tsx": {
2741
+ "bytes": 508,
2742
+ "imports": [
2743
+ {
2744
+ "path": "classnames/dedupe",
2745
+ "kind": "import-statement",
2746
+ "external": true
2747
+ },
2748
+ {
2749
+ "path": "react/jsx-runtime",
2750
+ "kind": "import-statement",
2751
+ "external": true
2752
+ }
2753
+ ],
2754
+ "format": "esm"
2755
+ },
2756
+ "src/components/Table/HeaderCell.tsx": {
2757
+ "bytes": 622,
2758
+ "imports": [
2759
+ {
2760
+ "path": "classnames/dedupe",
2761
+ "kind": "import-statement",
2762
+ "external": true
2763
+ },
2764
+ {
2765
+ "path": "react/jsx-runtime",
2766
+ "kind": "import-statement",
2767
+ "external": true
2768
+ }
2769
+ ],
2770
+ "format": "esm"
2771
+ },
2772
+ "src/components/Table/Cell.tsx": {
2773
+ "bytes": 580,
2774
+ "imports": [
2775
+ {
2776
+ "path": "classnames/dedupe",
2777
+ "kind": "import-statement",
2778
+ "external": true
2779
+ },
2780
+ {
2781
+ "path": "react/jsx-runtime",
2782
+ "kind": "import-statement",
2783
+ "external": true
2784
+ }
2785
+ ],
2786
+ "format": "esm"
2787
+ },
2788
+ "src/components/Table/index.tsx": {
2789
+ "bytes": 1597,
2790
+ "imports": [
2791
+ {
2792
+ "path": "src/components/Table/Table.tsx",
2793
+ "kind": "import-statement",
2794
+ "original": "./Table"
2795
+ },
2796
+ {
2797
+ "path": "src/components/Table/Head.tsx",
2798
+ "kind": "import-statement",
2799
+ "original": "./Head"
2800
+ },
2801
+ {
2802
+ "path": "src/components/Table/Body.tsx",
2803
+ "kind": "import-statement",
2804
+ "original": "./Body"
2805
+ },
2806
+ {
2807
+ "path": "src/components/Table/Foot.tsx",
2808
+ "kind": "import-statement",
2809
+ "original": "./Foot"
2810
+ },
2811
+ {
2812
+ "path": "src/components/Table/Row.tsx",
2813
+ "kind": "import-statement",
2814
+ "original": "./Row"
2815
+ },
2816
+ {
2817
+ "path": "src/components/Table/HeaderCell.tsx",
2818
+ "kind": "import-statement",
2819
+ "original": "./HeaderCell"
2820
+ },
2821
+ {
2822
+ "path": "src/components/Table/Cell.tsx",
2823
+ "kind": "import-statement",
2824
+ "original": "./Cell"
2825
+ }
2826
+ ],
2827
+ "format": "esm"
2828
+ },
2829
+ "src/components/Text/Text.tsx": {
2830
+ "bytes": 1697,
2831
+ "imports": [
2832
+ {
2833
+ "path": "classnames/dedupe",
2834
+ "kind": "import-statement",
2835
+ "external": true
2836
+ },
2837
+ {
2838
+ "path": "react/jsx-runtime",
2839
+ "kind": "import-statement",
2840
+ "external": true
2841
+ }
2842
+ ],
2843
+ "format": "esm"
2844
+ },
2845
+ "src/components/Text/index.tsx": {
2846
+ "bytes": 24,
2847
+ "imports": [
2848
+ {
2849
+ "path": "src/components/Text/Text.tsx",
2850
+ "kind": "import-statement",
2851
+ "original": "./Text"
2852
+ }
2853
+ ],
2854
+ "format": "esm"
2855
+ },
2856
+ "src/components/TextAreaInput/TextAreaInput.tsx": {
2857
+ "bytes": 1141,
2858
+ "imports": [
2859
+ {
2860
+ "path": "classnames/dedupe",
2861
+ "kind": "import-statement",
2862
+ "external": true
2863
+ },
2864
+ {
2865
+ "path": "react/jsx-runtime",
2866
+ "kind": "import-statement",
2867
+ "external": true
2868
+ }
2869
+ ],
2870
+ "format": "esm"
2871
+ },
2872
+ "src/components/TextAreaInput/index.tsx": {
2873
+ "bytes": 33,
2874
+ "imports": [
2875
+ {
2876
+ "path": "src/components/TextAreaInput/TextAreaInput.tsx",
2877
+ "kind": "import-statement",
2878
+ "original": "./TextAreaInput"
2879
+ }
2880
+ ],
2881
+ "format": "esm"
2882
+ },
2883
+ "src/components/TextArea/TextArea.tsx": {
2884
+ "bytes": 1825,
2885
+ "imports": [
2886
+ {
2887
+ "path": "classnames/dedupe",
2888
+ "kind": "import-statement",
2889
+ "external": true
2890
+ },
2891
+ {
2892
+ "path": "src/hooks/index.tsx",
2893
+ "kind": "import-statement",
2894
+ "original": "../../hooks"
2895
+ },
2896
+ {
2897
+ "path": "src/components/ErrorMessage/index.tsx",
2898
+ "kind": "import-statement",
2899
+ "original": "../ErrorMessage"
2900
+ },
2901
+ {
2902
+ "path": "src/components/Label/index.tsx",
2903
+ "kind": "import-statement",
2904
+ "original": "../Label"
2905
+ },
2906
+ {
2907
+ "path": "src/components/Stack/index.tsx",
2908
+ "kind": "import-statement",
2909
+ "original": "../Stack"
2910
+ },
2911
+ {
2912
+ "path": "src/components/TextAreaInput/index.tsx",
2913
+ "kind": "import-statement",
2914
+ "original": "../TextAreaInput"
2915
+ },
2916
+ {
2917
+ "path": "react/jsx-runtime",
2918
+ "kind": "import-statement",
2919
+ "external": true
2920
+ }
2921
+ ],
2922
+ "format": "esm"
2923
+ },
2924
+ "src/components/TextArea/index.tsx": {
2925
+ "bytes": 28,
2926
+ "imports": [
2927
+ {
2928
+ "path": "src/components/TextArea/TextArea.tsx",
2929
+ "kind": "import-statement",
2930
+ "original": "./TextArea"
2931
+ }
2932
+ ],
2933
+ "format": "esm"
2934
+ },
2935
+ "src/components/TextOrHTML/TextOrHTML.tsx": {
2936
+ "bytes": 1455,
2937
+ "imports": [
2938
+ {
2939
+ "path": "react",
2940
+ "kind": "import-statement",
2941
+ "external": true
2942
+ },
2943
+ {
2944
+ "path": "src/components/Text/Text.tsx",
2945
+ "kind": "import-statement",
2946
+ "original": "../Text/Text"
2947
+ },
2948
+ {
2949
+ "path": "react/jsx-runtime",
2950
+ "kind": "import-statement",
2951
+ "external": true
2952
+ }
2953
+ ],
2954
+ "format": "esm"
2955
+ },
2956
+ "src/components/TextOrHTML/index.tsx": {
2957
+ "bytes": 30,
2958
+ "imports": [
2959
+ {
2960
+ "path": "src/components/TextOrHTML/TextOrHTML.tsx",
2961
+ "kind": "import-statement",
2962
+ "original": "./TextOrHTML"
2963
+ }
2964
+ ],
2965
+ "format": "esm"
2966
+ },
2967
+ "src/components/Title/Title.tsx": {
2968
+ "bytes": 1267,
2969
+ "imports": [
2970
+ {
2971
+ "path": "classnames/dedupe",
2972
+ "kind": "import-statement",
2973
+ "external": true
2974
+ },
2975
+ {
2976
+ "path": "src/components/Flex/index.tsx",
2977
+ "kind": "import-statement",
2978
+ "original": "../Flex"
2979
+ },
2980
+ {
2981
+ "path": "react/jsx-runtime",
2982
+ "kind": "import-statement",
2983
+ "external": true
2984
+ }
2985
+ ],
2986
+ "format": "esm"
2987
+ },
2988
+ "src/components/Title/index.tsx": {
2989
+ "bytes": 25,
2990
+ "imports": [
2991
+ {
2992
+ "path": "src/components/Title/Title.tsx",
2993
+ "kind": "import-statement",
2994
+ "original": "./Title"
2995
+ }
2996
+ ],
2997
+ "format": "esm"
2998
+ },
2999
+ "src/components/Toast/state.ts": {
3000
+ "bytes": 161,
3001
+ "imports": [],
3002
+ "format": "esm"
3003
+ },
3004
+ "src/components/Toast/Toast.tsx": {
3005
+ "bytes": 4088,
3006
+ "imports": [
3007
+ {
3008
+ "path": "@simplybusiness/icons",
3009
+ "kind": "import-statement",
3010
+ "external": true
3011
+ },
3012
+ {
3013
+ "path": "classnames/dedupe",
3014
+ "kind": "import-statement",
3015
+ "external": true
3016
+ },
3017
+ {
3018
+ "path": "sonner",
3019
+ "kind": "import-statement",
3020
+ "external": true
3021
+ },
3022
+ {
3023
+ "path": "src/components/Icon/index.tsx",
3024
+ "kind": "import-statement",
3025
+ "original": "../Icon"
3026
+ },
3027
+ {
3028
+ "path": "src/components/Toast/state.ts",
3029
+ "kind": "import-statement",
3030
+ "original": "./state"
3031
+ },
3032
+ {
3033
+ "path": "react/jsx-runtime",
3034
+ "kind": "import-statement",
3035
+ "external": true
3036
+ }
3037
+ ],
3038
+ "format": "esm"
3039
+ },
3040
+ "src/components/Toast/Toaster.tsx": {
3041
+ "bytes": 1168,
3042
+ "imports": [
3043
+ {
3044
+ "path": "react",
3045
+ "kind": "import-statement",
3046
+ "external": true
3047
+ },
3048
+ {
3049
+ "path": "sonner",
3050
+ "kind": "import-statement",
3051
+ "external": true
3052
+ },
3053
+ {
3054
+ "path": "src/components/Toast/state.ts",
3055
+ "kind": "import-statement",
3056
+ "original": "./state"
3057
+ },
3058
+ {
3059
+ "path": "react/jsx-runtime",
3060
+ "kind": "import-statement",
3061
+ "external": true
3062
+ }
3063
+ ],
3064
+ "format": "esm"
3065
+ },
3066
+ "src/components/Toast/index.tsx": {
3067
+ "bytes": 191,
3068
+ "imports": [
3069
+ {
3070
+ "path": "src/components/Toast/Toast.tsx",
3071
+ "kind": "import-statement",
3072
+ "original": "./Toast"
3073
+ },
3074
+ {
3075
+ "path": "src/components/Toast/Toaster.tsx",
3076
+ "kind": "import-statement",
3077
+ "original": "./Toaster"
3078
+ }
3079
+ ],
3080
+ "format": "esm"
3081
+ },
3082
+ "src/components/Trust/constants.ts": {
3083
+ "bytes": 1945,
3084
+ "imports": [],
3085
+ "format": "esm"
3086
+ },
3087
+ "src/components/Trust/Trust.tsx": {
3088
+ "bytes": 2200,
3089
+ "imports": [
3090
+ {
3091
+ "path": "classnames/dedupe",
3092
+ "kind": "import-statement",
3093
+ "external": true
3094
+ },
3095
+ {
3096
+ "path": "react",
3097
+ "kind": "import-statement",
3098
+ "external": true
3099
+ },
3100
+ {
3101
+ "path": "src/utils/index.ts",
3102
+ "kind": "import-statement",
3103
+ "original": "../../utils"
3104
+ },
3105
+ {
3106
+ "path": "src/components/Trust/constants.ts",
3107
+ "kind": "import-statement",
3108
+ "original": "./constants"
3109
+ },
3110
+ {
3111
+ "path": "react/jsx-runtime",
3112
+ "kind": "import-statement",
3113
+ "external": true
3114
+ }
3115
+ ],
3116
+ "format": "esm"
3117
+ },
3118
+ "src/components/Trust/types.ts": {
3119
+ "bytes": 630,
3120
+ "imports": [],
3121
+ "format": "esm"
3122
+ },
3123
+ "src/components/Trust/index.tsx": {
3124
+ "bytes": 50,
3125
+ "imports": [
3126
+ {
3127
+ "path": "src/components/Trust/Trust.tsx",
3128
+ "kind": "import-statement",
3129
+ "original": "./Trust"
3130
+ },
3131
+ {
3132
+ "path": "src/components/Trust/types.ts",
3133
+ "kind": "import-statement",
3134
+ "original": "./types"
3135
+ }
3136
+ ],
3137
+ "format": "esm"
3138
+ },
3139
+ "src/components/ExpandableText/ExpandableText.tsx": {
3140
+ "bytes": 4108,
3141
+ "imports": [
3142
+ {
3143
+ "path": "classnames/dedupe",
3144
+ "kind": "import-statement",
3145
+ "external": true
3146
+ },
3147
+ {
3148
+ "path": "react",
3149
+ "kind": "import-statement",
3150
+ "external": true
3151
+ },
3152
+ {
3153
+ "path": "src/index.tsx",
3154
+ "kind": "import-statement",
3155
+ "original": "../.."
3156
+ },
3157
+ {
3158
+ "path": "react/jsx-runtime",
3159
+ "kind": "import-statement",
3160
+ "external": true
3161
+ }
3162
+ ],
3163
+ "format": "esm"
3164
+ },
3165
+ "src/components/ExpandableText/index.tsx": {
3166
+ "bytes": 34,
3167
+ "imports": [
3168
+ {
3169
+ "path": "src/components/ExpandableText/ExpandableText.tsx",
3170
+ "kind": "import-statement",
3171
+ "original": "./ExpandableText"
3172
+ }
3173
+ ],
3174
+ "format": "esm"
3175
+ },
3176
+ "src/components/MaskedField/MaskedField.tsx": {
3177
+ "bytes": 9991,
3178
+ "imports": [
3179
+ {
3180
+ "path": "react",
3181
+ "kind": "import-statement",
3182
+ "external": true
3183
+ },
3184
+ {
3185
+ "path": "react-imask",
3186
+ "kind": "import-statement",
3187
+ "external": true
3188
+ },
3189
+ {
3190
+ "path": "src/components/TextField/index.tsx",
3191
+ "kind": "import-statement",
3192
+ "original": "../TextField"
3193
+ },
3194
+ {
3195
+ "path": "react/jsx-runtime",
3196
+ "kind": "import-statement",
3197
+ "external": true
3198
+ }
3199
+ ],
3200
+ "format": "esm"
3201
+ },
3202
+ "src/components/MaskedField/index.tsx": {
3203
+ "bytes": 31,
3204
+ "imports": [
3205
+ {
3206
+ "path": "src/components/MaskedField/MaskedField.tsx",
3207
+ "kind": "import-statement",
3208
+ "original": "./MaskedField"
3209
+ }
3210
+ ],
3211
+ "format": "esm"
3212
+ },
3213
+ "src/components/index.tsx": {
3214
+ "bytes": 1377,
3215
+ "imports": [
3216
+ {
3217
+ "path": "src/components/Accordion/index.tsx",
3218
+ "kind": "import-statement",
3219
+ "original": "./Accordion"
3220
+ },
3221
+ {
3222
+ "path": "src/components/AddressLookup/index.tsx",
3223
+ "kind": "import-statement",
3224
+ "original": "./AddressLookup"
3225
+ },
3226
+ {
3227
+ "path": "src/components/Alert/index.tsx",
3228
+ "kind": "import-statement",
3229
+ "original": "./Alert"
3230
+ },
3231
+ {
3232
+ "path": "src/components/Box/index.tsx",
3233
+ "kind": "import-statement",
3234
+ "original": "./Box"
3235
+ },
3236
+ {
3237
+ "path": "src/components/Breadcrumbs/index.tsx",
3238
+ "kind": "import-statement",
3239
+ "original": "./Breadcrumbs"
3240
+ },
3241
+ {
3242
+ "path": "src/components/Button/index.tsx",
3243
+ "kind": "import-statement",
3244
+ "original": "./Button"
3245
+ },
3246
+ {
3247
+ "path": "src/components/Checkbox/index.tsx",
3248
+ "kind": "import-statement",
3249
+ "original": "./Checkbox"
3250
+ },
3251
+ {
3252
+ "path": "src/components/Combobox/index.tsx",
3253
+ "kind": "import-statement",
3254
+ "original": "./Combobox"
3255
+ },
3256
+ {
3257
+ "path": "src/components/Container/index.tsx",
3258
+ "kind": "import-statement",
3259
+ "original": "./Container"
3260
+ },
3261
+ {
3262
+ "path": "src/components/DateField/index.tsx",
3263
+ "kind": "import-statement",
3264
+ "original": "./DateField"
3265
+ },
3266
+ {
3267
+ "path": "src/components/Divider/index.tsx",
3268
+ "kind": "import-statement",
3269
+ "original": "./Divider"
3270
+ },
3271
+ {
3272
+ "path": "src/components/Drawer/index.tsx",
3273
+ "kind": "import-statement",
3274
+ "original": "./Drawer"
3275
+ },
3276
+ {
3277
+ "path": "src/components/DropdownMenu/index.tsx",
3278
+ "kind": "import-statement",
3279
+ "original": "./DropdownMenu"
3280
+ },
3281
+ {
3282
+ "path": "src/components/ErrorMessage/index.tsx",
3283
+ "kind": "import-statement",
3284
+ "original": "./ErrorMessage"
3285
+ },
3286
+ {
3287
+ "path": "src/components/Fieldset/index.tsx",
3288
+ "kind": "import-statement",
3289
+ "original": "./Fieldset"
3290
+ },
3291
+ {
3292
+ "path": "src/components/Flex/index.tsx",
3293
+ "kind": "import-statement",
3294
+ "original": "./Flex"
3295
+ },
3296
+ {
3297
+ "path": "src/components/Grid/index.tsx",
3298
+ "kind": "import-statement",
3299
+ "original": "./Grid"
3300
+ },
3301
+ {
3302
+ "path": "src/components/Icon/index.tsx",
3303
+ "kind": "import-statement",
3304
+ "original": "./Icon"
3305
+ },
3306
+ {
3307
+ "path": "src/components/Image/index.tsx",
3308
+ "kind": "import-statement",
3309
+ "original": "./Image"
3310
+ },
3311
+ {
3312
+ "path": "src/components/Label/index.tsx",
3313
+ "kind": "import-statement",
3314
+ "original": "./Label"
3315
+ },
3316
+ {
3317
+ "path": "src/components/Link/index.tsx",
3318
+ "kind": "import-statement",
3319
+ "original": "./Link"
3320
+ },
3321
+ {
3322
+ "path": "src/components/LinkButton/index.tsx",
3323
+ "kind": "import-statement",
3324
+ "original": "./LinkButton"
3325
+ },
3326
+ {
3327
+ "path": "src/components/List/index.tsx",
3328
+ "kind": "import-statement",
3329
+ "original": "./List"
3330
+ },
3331
+ {
3332
+ "path": "src/components/LoadingIndicator/index.tsx",
3333
+ "kind": "import-statement",
3334
+ "original": "./LoadingIndicator"
3335
+ },
3336
+ {
3337
+ "path": "src/components/Logo/index.tsx",
3338
+ "kind": "import-statement",
3339
+ "original": "./Logo"
3340
+ },
3341
+ {
3342
+ "path": "src/components/Modal/index.tsx",
3343
+ "kind": "import-statement",
3344
+ "original": "./Modal"
3345
+ },
3346
+ {
3347
+ "path": "src/components/NumberField/index.tsx",
3348
+ "kind": "import-statement",
3349
+ "original": "./NumberField"
3350
+ },
3351
+ {
3352
+ "path": "src/components/Option/index.tsx",
3353
+ "kind": "import-statement",
3354
+ "original": "./Option"
3355
+ },
3356
+ {
3357
+ "path": "src/components/PasswordField/index.tsx",
3358
+ "kind": "import-statement",
3359
+ "original": "./PasswordField"
3360
+ },
3361
+ {
3362
+ "path": "src/components/Popover/index.tsx",
3363
+ "kind": "import-statement",
3364
+ "original": "./Popover"
3365
+ },
3366
+ {
3367
+ "path": "src/components/Progress/index.tsx",
3368
+ "kind": "import-statement",
3369
+ "original": "./Progress"
3370
+ },
3371
+ {
3372
+ "path": "src/components/Radio/index.tsx",
3373
+ "kind": "import-statement",
3374
+ "original": "./Radio"
3375
+ },
3376
+ {
3377
+ "path": "src/components/Segment/index.tsx",
3378
+ "kind": "import-statement",
3379
+ "original": "./Segment"
3380
+ },
3381
+ {
3382
+ "path": "src/components/Select/index.tsx",
3383
+ "kind": "import-statement",
3384
+ "original": "./Select"
3385
+ },
3386
+ {
3387
+ "path": "src/components/Slider/index.tsx",
3388
+ "kind": "import-statement",
3389
+ "original": "./Slider"
3390
+ },
3391
+ {
3392
+ "path": "src/components/Stack/index.tsx",
3393
+ "kind": "import-statement",
3394
+ "original": "./Stack"
3395
+ },
3396
+ {
3397
+ "path": "src/components/SVG/index.tsx",
3398
+ "kind": "import-statement",
3399
+ "original": "./SVG"
3400
+ },
3401
+ {
3402
+ "path": "src/components/Switch/index.tsx",
3403
+ "kind": "import-statement",
3404
+ "original": "./Switch"
3405
+ },
3406
+ {
3407
+ "path": "src/components/Table/index.tsx",
3408
+ "kind": "import-statement",
3409
+ "original": "./Table"
3410
+ },
3411
+ {
3412
+ "path": "src/components/Text/index.tsx",
3413
+ "kind": "import-statement",
3414
+ "original": "./Text"
3415
+ },
3416
+ {
3417
+ "path": "src/components/TextArea/index.tsx",
3418
+ "kind": "import-statement",
3419
+ "original": "./TextArea"
3420
+ },
3421
+ {
3422
+ "path": "src/components/TextAreaInput/index.tsx",
3423
+ "kind": "import-statement",
3424
+ "original": "./TextAreaInput"
3425
+ },
3426
+ {
3427
+ "path": "src/components/TextField/index.tsx",
3428
+ "kind": "import-statement",
3429
+ "original": "./TextField"
3430
+ },
3431
+ {
3432
+ "path": "src/components/TextOrHTML/index.tsx",
3433
+ "kind": "import-statement",
3434
+ "original": "./TextOrHTML"
3435
+ },
3436
+ {
3437
+ "path": "src/components/Title/index.tsx",
3438
+ "kind": "import-statement",
3439
+ "original": "./Title"
3440
+ },
3441
+ {
3442
+ "path": "src/components/Toast/index.tsx",
3443
+ "kind": "import-statement",
3444
+ "original": "./Toast"
3445
+ },
3446
+ {
3447
+ "path": "src/components/Trust/index.tsx",
3448
+ "kind": "import-statement",
3449
+ "original": "./Trust"
3450
+ },
3451
+ {
3452
+ "path": "src/components/ExpandableText/index.tsx",
3453
+ "kind": "import-statement",
3454
+ "original": "./ExpandableText"
3455
+ },
3456
+ {
3457
+ "path": "src/components/VisuallyHidden/index.tsx",
3458
+ "kind": "import-statement",
3459
+ "original": "./VisuallyHidden"
3460
+ },
3461
+ {
3462
+ "path": "src/components/MaskedField/index.tsx",
3463
+ "kind": "import-statement",
3464
+ "original": "./MaskedField"
3465
+ }
3466
+ ],
3467
+ "format": "esm"
3468
+ },
3469
+ "src/types/dom.ts": {
3470
+ "bytes": 57,
3471
+ "imports": [],
3472
+ "format": "esm"
3473
+ },
3474
+ "src/types/events.ts": {
3475
+ "bytes": 2070,
3476
+ "imports": [],
3477
+ "format": "esm"
3478
+ },
3479
+ "src/types/icon.ts": {
3480
+ "bytes": 196,
3481
+ "imports": [],
3482
+ "format": "esm"
3483
+ },
3484
+ "src/types/size.ts": {
3485
+ "bytes": 119,
3486
+ "imports": [],
3487
+ "format": "esm"
3488
+ },
3489
+ "src/types/index.tsx": {
3490
+ "bytes": 97,
3491
+ "imports": [
3492
+ {
3493
+ "path": "src/types/dom.ts",
3494
+ "kind": "import-statement",
3495
+ "original": "./dom"
3496
+ },
3497
+ {
3498
+ "path": "src/types/events.ts",
3499
+ "kind": "import-statement",
3500
+ "original": "./events"
3501
+ },
3502
+ {
3503
+ "path": "src/types/icon.ts",
3504
+ "kind": "import-statement",
3505
+ "original": "./icon"
3506
+ },
3507
+ {
3508
+ "path": "src/types/size.ts",
3509
+ "kind": "import-statement",
3510
+ "original": "./size"
3511
+ }
3512
+ ],
3513
+ "format": "esm"
3514
+ },
3515
+ "src/index.tsx": {
3516
+ "bytes": 95,
3517
+ "imports": [
3518
+ {
3519
+ "path": "src/components/index.tsx",
3520
+ "kind": "import-statement",
3521
+ "original": "./components"
3522
+ },
3523
+ {
3524
+ "path": "src/hooks/index.tsx",
3525
+ "kind": "import-statement",
3526
+ "original": "./hooks"
3527
+ },
3528
+ {
3529
+ "path": "src/types/index.tsx",
3530
+ "kind": "import-statement",
3531
+ "original": "./types"
3532
+ }
3533
+ ],
3534
+ "format": "esm"
3535
+ },
3536
+ "index.tsx": {
3537
+ "bytes": 23,
3538
+ "imports": [
3539
+ {
3540
+ "path": "src/index.tsx",
3541
+ "kind": "import-statement",
3542
+ "original": "./src"
3543
+ }
3544
+ ],
3545
+ "format": "esm"
3546
+ }
3547
+ },
3548
+ "outputs": {
3549
+ "dist/cjs/index.js.map": {
3550
+ "imports": [],
3551
+ "exports": [],
3552
+ "inputs": {},
3553
+ "bytes": 308073
3554
+ },
3555
+ "dist/cjs/index.js": {
3556
+ "imports": [
3557
+ {
3558
+ "path": "classnames/dedupe",
3559
+ "kind": "require-call",
3560
+ "external": true
3561
+ },
3562
+ {
3563
+ "path": "react",
3564
+ "kind": "require-call",
3565
+ "external": true
3566
+ },
3567
+ {
3568
+ "path": "@simplybusiness/mobius-hooks",
3569
+ "kind": "require-call",
3570
+ "external": true
3571
+ },
3572
+ {
3573
+ "path": "classnames/dedupe",
3574
+ "kind": "require-call",
3575
+ "external": true
3576
+ },
3577
+ {
3578
+ "path": "classnames/dedupe",
3579
+ "kind": "require-call",
3580
+ "external": true
3581
+ },
3582
+ {
3583
+ "path": "react/jsx-runtime",
3584
+ "kind": "require-call",
3585
+ "external": true
3586
+ },
3587
+ {
3588
+ "path": "classnames/dedupe",
3589
+ "kind": "require-call",
3590
+ "external": true
3591
+ },
3592
+ {
3593
+ "path": "react/jsx-runtime",
3594
+ "kind": "require-call",
3595
+ "external": true
3596
+ },
3597
+ {
3598
+ "path": "@simplybusiness/icons",
3599
+ "kind": "require-call",
3600
+ "external": true
3601
+ },
3602
+ {
3603
+ "path": "react/jsx-runtime",
3604
+ "kind": "require-call",
3605
+ "external": true
3606
+ },
3607
+ {
3608
+ "path": "react/jsx-runtime",
3609
+ "kind": "require-call",
3610
+ "external": true
3611
+ },
3612
+ {
3613
+ "path": "react",
3614
+ "kind": "require-call",
3615
+ "external": true
3616
+ },
3617
+ {
3618
+ "path": "classnames/dedupe",
3619
+ "kind": "require-call",
3620
+ "external": true
3621
+ },
3622
+ {
3623
+ "path": "classnames/dedupe",
3624
+ "kind": "require-call",
3625
+ "external": true
3626
+ },
3627
+ {
3628
+ "path": "react/jsx-runtime",
3629
+ "kind": "require-call",
3630
+ "external": true
3631
+ },
3632
+ {
3633
+ "path": "react/jsx-runtime",
3634
+ "kind": "require-call",
3635
+ "external": true
3636
+ },
3637
+ {
3638
+ "path": "@simplybusiness/icons",
3639
+ "kind": "require-call",
3640
+ "external": true
3641
+ },
3642
+ {
3643
+ "path": "react",
3644
+ "kind": "require-call",
3645
+ "external": true
3646
+ },
3647
+ {
3648
+ "path": "classnames/dedupe",
3649
+ "kind": "require-call",
3650
+ "external": true
3651
+ },
3652
+ {
3653
+ "path": "react",
3654
+ "kind": "require-call",
3655
+ "external": true
3656
+ },
3657
+ {
3658
+ "path": "@simplybusiness/mobius-hooks",
3659
+ "kind": "require-call",
3660
+ "external": true
3661
+ },
3662
+ {
3663
+ "path": "@simplybusiness/mobius-hooks",
3664
+ "kind": "require-call",
3665
+ "external": true
3666
+ },
3667
+ {
3668
+ "path": "react",
3669
+ "kind": "require-call",
3670
+ "external": true
3671
+ },
3672
+ {
3673
+ "path": "react",
3674
+ "kind": "require-call",
3675
+ "external": true
3676
+ },
3677
+ {
3678
+ "path": "react",
3679
+ "kind": "require-call",
3680
+ "external": true
3681
+ },
3682
+ {
3683
+ "path": "@simplybusiness/mobius-hooks",
3684
+ "kind": "require-call",
3685
+ "external": true
3686
+ },
3687
+ {
3688
+ "path": "react",
3689
+ "kind": "require-call",
3690
+ "external": true
3691
+ },
3692
+ {
3693
+ "path": "dialog-polyfill",
3694
+ "kind": "dynamic-import",
3695
+ "external": true
3696
+ },
3697
+ {
3698
+ "path": "react",
3699
+ "kind": "require-call",
3700
+ "external": true
3701
+ },
3702
+ {
3703
+ "path": "react",
3704
+ "kind": "require-call",
3705
+ "external": true
3706
+ },
3707
+ {
3708
+ "path": "classnames/dedupe",
3709
+ "kind": "require-call",
3710
+ "external": true
3711
+ },
3712
+ {
3713
+ "path": "@simplybusiness/icons",
3714
+ "kind": "require-call",
3715
+ "external": true
3716
+ },
3717
+ {
3718
+ "path": "classnames/dedupe",
3719
+ "kind": "require-call",
3720
+ "external": true
3721
+ },
3722
+ {
3723
+ "path": "react/jsx-runtime",
3724
+ "kind": "require-call",
3725
+ "external": true
3726
+ },
3727
+ {
3728
+ "path": "classnames/dedupe",
3729
+ "kind": "require-call",
3730
+ "external": true
3731
+ },
3732
+ {
3733
+ "path": "react/jsx-runtime",
3734
+ "kind": "require-call",
3735
+ "external": true
3736
+ },
3737
+ {
3738
+ "path": "classnames/dedupe",
3739
+ "kind": "require-call",
3740
+ "external": true
3741
+ },
3742
+ {
3743
+ "path": "react/jsx-runtime",
3744
+ "kind": "require-call",
3745
+ "external": true
3746
+ },
3747
+ {
3748
+ "path": "classnames/dedupe",
3749
+ "kind": "require-call",
3750
+ "external": true
3751
+ },
3752
+ {
3753
+ "path": "react",
3754
+ "kind": "require-call",
3755
+ "external": true
3756
+ },
3757
+ {
3758
+ "path": "react/jsx-runtime",
3759
+ "kind": "require-call",
3760
+ "external": true
3761
+ },
3762
+ {
3763
+ "path": "react/jsx-runtime",
3764
+ "kind": "require-call",
3765
+ "external": true
3766
+ },
3767
+ {
3768
+ "path": "classnames/dedupe",
3769
+ "kind": "require-call",
3770
+ "external": true
3771
+ },
3772
+ {
3773
+ "path": "react",
3774
+ "kind": "require-call",
3775
+ "external": true
3776
+ },
3777
+ {
3778
+ "path": "classnames/dedupe",
3779
+ "kind": "require-call",
3780
+ "external": true
3781
+ },
3782
+ {
3783
+ "path": "react/jsx-runtime",
3784
+ "kind": "require-call",
3785
+ "external": true
3786
+ },
3787
+ {
3788
+ "path": "react/jsx-runtime",
3789
+ "kind": "require-call",
3790
+ "external": true
3791
+ },
3792
+ {
3793
+ "path": "react",
3794
+ "kind": "require-call",
3795
+ "external": true
3796
+ },
3797
+ {
3798
+ "path": "react",
3799
+ "kind": "require-call",
3800
+ "external": true
3801
+ },
3802
+ {
3803
+ "path": "@simplybusiness/mobius-hooks",
3804
+ "kind": "require-call",
3805
+ "external": true
3806
+ },
3807
+ {
3808
+ "path": "react/jsx-runtime",
3809
+ "kind": "require-call",
3810
+ "external": true
3811
+ },
3812
+ {
3813
+ "path": "react/jsx-runtime",
3814
+ "kind": "require-call",
3815
+ "external": true
3816
+ },
3817
+ {
3818
+ "path": "@simplybusiness/icons",
3819
+ "kind": "require-call",
3820
+ "external": true
3821
+ },
3822
+ {
3823
+ "path": "classnames/dedupe",
3824
+ "kind": "require-call",
3825
+ "external": true
3826
+ },
3827
+ {
3828
+ "path": "react/jsx-runtime",
3829
+ "kind": "require-call",
3830
+ "external": true
3831
+ },
3832
+ {
3833
+ "path": "classnames/dedupe",
3834
+ "kind": "require-call",
3835
+ "external": true
3836
+ },
3837
+ {
3838
+ "path": "react/jsx-runtime",
3839
+ "kind": "require-call",
3840
+ "external": true
3841
+ },
3842
+ {
3843
+ "path": "react",
3844
+ "kind": "require-call",
3845
+ "external": true
3846
+ },
3847
+ {
3848
+ "path": "classnames/dedupe",
3849
+ "kind": "require-call",
3850
+ "external": true
3851
+ },
3852
+ {
3853
+ "path": "react/jsx-runtime",
3854
+ "kind": "require-call",
3855
+ "external": true
3856
+ },
3857
+ {
3858
+ "path": "react",
3859
+ "kind": "require-call",
3860
+ "external": true
3861
+ },
3862
+ {
3863
+ "path": "classnames/dedupe",
3864
+ "kind": "require-call",
3865
+ "external": true
3866
+ },
3867
+ {
3868
+ "path": "react/jsx-runtime",
3869
+ "kind": "require-call",
3870
+ "external": true
3871
+ },
3872
+ {
3873
+ "path": "classnames/dedupe",
3874
+ "kind": "require-call",
3875
+ "external": true
3876
+ },
3877
+ {
3878
+ "path": "@simplybusiness/icons",
3879
+ "kind": "require-call",
3880
+ "external": true
3881
+ },
3882
+ {
3883
+ "path": "react/jsx-runtime",
3884
+ "kind": "require-call",
3885
+ "external": true
3886
+ },
3887
+ {
3888
+ "path": "@simplybusiness/icons",
3889
+ "kind": "require-call",
3890
+ "external": true
3891
+ },
3892
+ {
3893
+ "path": "react/jsx-runtime",
3894
+ "kind": "require-call",
3895
+ "external": true
3896
+ },
3897
+ {
3898
+ "path": "react/jsx-runtime",
3899
+ "kind": "require-call",
3900
+ "external": true
3901
+ },
3902
+ {
3903
+ "path": "react",
3904
+ "kind": "require-call",
3905
+ "external": true
3906
+ },
3907
+ {
3908
+ "path": "classnames/dedupe",
3909
+ "kind": "require-call",
3910
+ "external": true
3911
+ },
3912
+ {
3913
+ "path": "@simplybusiness/icons",
3914
+ "kind": "require-call",
3915
+ "external": true
3916
+ },
3917
+ {
3918
+ "path": "react/jsx-runtime",
3919
+ "kind": "require-call",
3920
+ "external": true
3921
+ },
3922
+ {
3923
+ "path": "classnames/dedupe",
3924
+ "kind": "require-call",
3925
+ "external": true
3926
+ },
3927
+ {
3928
+ "path": "react",
3929
+ "kind": "require-call",
3930
+ "external": true
3931
+ },
3932
+ {
3933
+ "path": "react/jsx-runtime",
3934
+ "kind": "require-call",
3935
+ "external": true
3936
+ },
3937
+ {
3938
+ "path": "classnames/dedupe",
3939
+ "kind": "require-call",
3940
+ "external": true
3941
+ },
3942
+ {
3943
+ "path": "react/jsx-runtime",
3944
+ "kind": "require-call",
3945
+ "external": true
3946
+ },
3947
+ {
3948
+ "path": "classnames/dedupe",
3949
+ "kind": "require-call",
3950
+ "external": true
3951
+ },
3952
+ {
3953
+ "path": "react",
3954
+ "kind": "require-call",
3955
+ "external": true
3956
+ },
3957
+ {
3958
+ "path": "react/jsx-runtime",
3959
+ "kind": "require-call",
3960
+ "external": true
3961
+ },
3962
+ {
3963
+ "path": "react/jsx-runtime",
3964
+ "kind": "require-call",
3965
+ "external": true
3966
+ },
3967
+ {
3968
+ "path": "classnames/dedupe",
3969
+ "kind": "require-call",
3970
+ "external": true
3971
+ },
3972
+ {
3973
+ "path": "react",
3974
+ "kind": "require-call",
3975
+ "external": true
3976
+ },
3977
+ {
3978
+ "path": "react",
3979
+ "kind": "require-call",
3980
+ "external": true
3981
+ },
3982
+ {
3983
+ "path": "react/jsx-runtime",
3984
+ "kind": "require-call",
3985
+ "external": true
3986
+ },
3987
+ {
3988
+ "path": "react",
3989
+ "kind": "require-call",
3990
+ "external": true
3991
+ },
3992
+ {
3993
+ "path": "@simplybusiness/icons",
3994
+ "kind": "require-call",
3995
+ "external": true
3996
+ },
3997
+ {
3998
+ "path": "react/jsx-runtime",
3999
+ "kind": "require-call",
4000
+ "external": true
4001
+ },
4002
+ {
4003
+ "path": "react",
4004
+ "kind": "require-call",
4005
+ "external": true
4006
+ },
4007
+ {
4008
+ "path": "react-accessible-dropdown-menu-hook",
4009
+ "kind": "require-call",
4010
+ "external": true
4011
+ },
4012
+ {
4013
+ "path": "classnames/dedupe",
4014
+ "kind": "require-call",
4015
+ "external": true
4016
+ },
4017
+ {
4018
+ "path": "react/jsx-runtime",
4019
+ "kind": "require-call",
4020
+ "external": true
4021
+ },
4022
+ {
4023
+ "path": "react",
4024
+ "kind": "require-call",
4025
+ "external": true
4026
+ },
4027
+ {
4028
+ "path": "classnames/dedupe",
4029
+ "kind": "require-call",
4030
+ "external": true
4031
+ },
4032
+ {
4033
+ "path": "react/jsx-runtime",
4034
+ "kind": "require-call",
4035
+ "external": true
4036
+ },
4037
+ {
4038
+ "path": "classnames/dedupe",
4039
+ "kind": "require-call",
4040
+ "external": true
4041
+ },
4042
+ {
4043
+ "path": "react",
4044
+ "kind": "require-call",
4045
+ "external": true
4046
+ },
4047
+ {
4048
+ "path": "react/jsx-runtime",
4049
+ "kind": "require-call",
4050
+ "external": true
4051
+ },
4052
+ {
4053
+ "path": "classnames/dedupe",
4054
+ "kind": "require-call",
4055
+ "external": true
4056
+ },
4057
+ {
4058
+ "path": "react/jsx-runtime",
4059
+ "kind": "require-call",
4060
+ "external": true
4061
+ },
4062
+ {
4063
+ "path": "react",
4064
+ "kind": "require-call",
4065
+ "external": true
4066
+ },
4067
+ {
4068
+ "path": "classnames/dedupe",
4069
+ "kind": "require-call",
4070
+ "external": true
4071
+ },
4072
+ {
4073
+ "path": "react/jsx-runtime",
4074
+ "kind": "require-call",
4075
+ "external": true
4076
+ },
4077
+ {
4078
+ "path": "classnames/dedupe",
4079
+ "kind": "require-call",
4080
+ "external": true
4081
+ },
4082
+ {
4083
+ "path": "react/jsx-runtime",
4084
+ "kind": "require-call",
4085
+ "external": true
4086
+ },
4087
+ {
4088
+ "path": "classnames/dedupe",
4089
+ "kind": "require-call",
4090
+ "external": true
4091
+ },
4092
+ {
4093
+ "path": "react/jsx-runtime",
4094
+ "kind": "require-call",
4095
+ "external": true
4096
+ },
4097
+ {
4098
+ "path": "classnames/dedupe",
4099
+ "kind": "require-call",
4100
+ "external": true
4101
+ },
4102
+ {
4103
+ "path": "react/jsx-runtime",
4104
+ "kind": "require-call",
4105
+ "external": true
4106
+ },
4107
+ {
4108
+ "path": "react",
4109
+ "kind": "require-call",
4110
+ "external": true
4111
+ },
4112
+ {
4113
+ "path": "classnames/dedupe",
4114
+ "kind": "require-call",
4115
+ "external": true
4116
+ },
4117
+ {
4118
+ "path": "react/jsx-runtime",
4119
+ "kind": "require-call",
4120
+ "external": true
4121
+ },
4122
+ {
4123
+ "path": "classnames/dedupe",
4124
+ "kind": "require-call",
4125
+ "external": true
4126
+ },
4127
+ {
4128
+ "path": "react/jsx-runtime",
4129
+ "kind": "require-call",
4130
+ "external": true
4131
+ },
4132
+ {
4133
+ "path": "classnames/dedupe",
4134
+ "kind": "require-call",
4135
+ "external": true
4136
+ },
4137
+ {
4138
+ "path": "@simplybusiness/icons",
4139
+ "kind": "require-call",
4140
+ "external": true
4141
+ },
4142
+ {
4143
+ "path": "react/jsx-runtime",
4144
+ "kind": "require-call",
4145
+ "external": true
4146
+ },
4147
+ {
4148
+ "path": "classnames/dedupe",
4149
+ "kind": "require-call",
4150
+ "external": true
4151
+ },
4152
+ {
4153
+ "path": "react/jsx-runtime",
4154
+ "kind": "require-call",
4155
+ "external": true
4156
+ },
4157
+ {
4158
+ "path": "react/jsx-runtime",
4159
+ "kind": "require-call",
4160
+ "external": true
4161
+ },
4162
+ {
4163
+ "path": "@simplybusiness/icons",
4164
+ "kind": "require-call",
4165
+ "external": true
4166
+ },
4167
+ {
4168
+ "path": "react",
4169
+ "kind": "require-call",
4170
+ "external": true
4171
+ },
4172
+ {
4173
+ "path": "react",
4174
+ "kind": "require-call",
4175
+ "external": true
4176
+ },
4177
+ {
4178
+ "path": "react/jsx-runtime",
4179
+ "kind": "require-call",
4180
+ "external": true
4181
+ },
4182
+ {
4183
+ "path": "classnames/dedupe",
4184
+ "kind": "require-call",
4185
+ "external": true
4186
+ },
4187
+ {
4188
+ "path": "react",
4189
+ "kind": "require-call",
4190
+ "external": true
4191
+ },
4192
+ {
4193
+ "path": "react/jsx-runtime",
4194
+ "kind": "require-call",
4195
+ "external": true
4196
+ },
4197
+ {
4198
+ "path": "classnames/dedupe",
4199
+ "kind": "require-call",
4200
+ "external": true
4201
+ },
4202
+ {
4203
+ "path": "react",
4204
+ "kind": "require-call",
4205
+ "external": true
4206
+ },
4207
+ {
4208
+ "path": "react/jsx-runtime",
4209
+ "kind": "require-call",
4210
+ "external": true
4211
+ },
4212
+ {
4213
+ "path": "react/jsx-runtime",
4214
+ "kind": "require-call",
4215
+ "external": true
4216
+ },
4217
+ {
4218
+ "path": "classnames/dedupe",
4219
+ "kind": "require-call",
4220
+ "external": true
4221
+ },
4222
+ {
4223
+ "path": "react",
4224
+ "kind": "require-call",
4225
+ "external": true
4226
+ },
4227
+ {
4228
+ "path": "@simplybusiness/icons",
4229
+ "kind": "require-call",
4230
+ "external": true
4231
+ },
4232
+ {
4233
+ "path": "react/jsx-runtime",
4234
+ "kind": "require-call",
4235
+ "external": true
4236
+ },
4237
+ {
4238
+ "path": "react/jsx-runtime",
4239
+ "kind": "require-call",
4240
+ "external": true
4241
+ },
4242
+ {
4243
+ "path": "@floating-ui/react",
4244
+ "kind": "require-call",
4245
+ "external": true
4246
+ },
4247
+ {
4248
+ "path": "@simplybusiness/icons",
4249
+ "kind": "require-call",
4250
+ "external": true
4251
+ },
4252
+ {
4253
+ "path": "classnames/dedupe",
4254
+ "kind": "require-call",
4255
+ "external": true
4256
+ },
4257
+ {
4258
+ "path": "react",
4259
+ "kind": "require-call",
4260
+ "external": true
4261
+ },
4262
+ {
4263
+ "path": "@simplybusiness/mobius-hooks",
4264
+ "kind": "require-call",
4265
+ "external": true
4266
+ },
4267
+ {
4268
+ "path": "react/jsx-runtime",
4269
+ "kind": "require-call",
4270
+ "external": true
4271
+ },
4272
+ {
4273
+ "path": "classnames/dedupe",
4274
+ "kind": "require-call",
4275
+ "external": true
4276
+ },
4277
+ {
4278
+ "path": "react",
4279
+ "kind": "require-call",
4280
+ "external": true
4281
+ },
4282
+ {
4283
+ "path": "react/jsx-runtime",
4284
+ "kind": "require-call",
4285
+ "external": true
4286
+ },
4287
+ {
4288
+ "path": "classnames/dedupe",
4289
+ "kind": "require-call",
4290
+ "external": true
4291
+ },
4292
+ {
4293
+ "path": "react",
4294
+ "kind": "require-call",
4295
+ "external": true
4296
+ },
4297
+ {
4298
+ "path": "react/jsx-runtime",
4299
+ "kind": "require-call",
4300
+ "external": true
4301
+ },
4302
+ {
4303
+ "path": "classnames/dedupe",
4304
+ "kind": "require-call",
4305
+ "external": true
4306
+ },
4307
+ {
4308
+ "path": "react",
4309
+ "kind": "require-call",
4310
+ "external": true
4311
+ },
4312
+ {
4313
+ "path": "react/jsx-runtime",
4314
+ "kind": "require-call",
4315
+ "external": true
4316
+ },
4317
+ {
4318
+ "path": "classnames/dedupe",
4319
+ "kind": "require-call",
4320
+ "external": true
4321
+ },
4322
+ {
4323
+ "path": "react/jsx-runtime",
4324
+ "kind": "require-call",
4325
+ "external": true
4326
+ },
4327
+ {
4328
+ "path": "classnames/dedupe",
4329
+ "kind": "require-call",
4330
+ "external": true
4331
+ },
4332
+ {
4333
+ "path": "react/jsx-runtime",
4334
+ "kind": "require-call",
4335
+ "external": true
4336
+ },
4337
+ {
4338
+ "path": "@simplybusiness/icons",
4339
+ "kind": "require-call",
4340
+ "external": true
4341
+ },
4342
+ {
4343
+ "path": "classnames/dedupe",
4344
+ "kind": "require-call",
4345
+ "external": true
4346
+ },
4347
+ {
4348
+ "path": "react",
4349
+ "kind": "require-call",
4350
+ "external": true
4351
+ },
4352
+ {
4353
+ "path": "react/jsx-runtime",
4354
+ "kind": "require-call",
4355
+ "external": true
4356
+ },
4357
+ {
4358
+ "path": "classnames/dedupe",
4359
+ "kind": "require-call",
4360
+ "external": true
4361
+ },
4362
+ {
4363
+ "path": "react",
4364
+ "kind": "require-call",
4365
+ "external": true
4366
+ },
4367
+ {
4368
+ "path": "react",
4369
+ "kind": "require-call",
4370
+ "external": true
4371
+ },
4372
+ {
4373
+ "path": "react/jsx-runtime",
4374
+ "kind": "require-call",
4375
+ "external": true
4376
+ },
4377
+ {
4378
+ "path": "react",
4379
+ "kind": "require-call",
4380
+ "external": true
4381
+ },
4382
+ {
4383
+ "path": "classnames/dedupe",
4384
+ "kind": "require-call",
4385
+ "external": true
4386
+ },
4387
+ {
4388
+ "path": "react/jsx-runtime",
4389
+ "kind": "require-call",
4390
+ "external": true
4391
+ },
4392
+ {
4393
+ "path": "react",
4394
+ "kind": "require-call",
4395
+ "external": true
4396
+ },
4397
+ {
4398
+ "path": "classnames/dedupe",
4399
+ "kind": "require-call",
4400
+ "external": true
4401
+ },
4402
+ {
4403
+ "path": "react/jsx-runtime",
4404
+ "kind": "require-call",
4405
+ "external": true
4406
+ },
4407
+ {
4408
+ "path": "classnames/dedupe",
4409
+ "kind": "require-call",
4410
+ "external": true
4411
+ },
4412
+ {
4413
+ "path": "react/jsx-runtime",
4414
+ "kind": "require-call",
4415
+ "external": true
4416
+ },
4417
+ {
4418
+ "path": "classnames/dedupe",
4419
+ "kind": "require-call",
4420
+ "external": true
4421
+ },
4422
+ {
4423
+ "path": "react/jsx-runtime",
4424
+ "kind": "require-call",
4425
+ "external": true
4426
+ },
4427
+ {
4428
+ "path": "classnames/dedupe",
4429
+ "kind": "require-call",
4430
+ "external": true
4431
+ },
4432
+ {
4433
+ "path": "react/jsx-runtime",
4434
+ "kind": "require-call",
4435
+ "external": true
4436
+ },
4437
+ {
4438
+ "path": "classnames/dedupe",
4439
+ "kind": "require-call",
4440
+ "external": true
4441
+ },
4442
+ {
4443
+ "path": "react/jsx-runtime",
4444
+ "kind": "require-call",
4445
+ "external": true
4446
+ },
4447
+ {
4448
+ "path": "classnames/dedupe",
4449
+ "kind": "require-call",
4450
+ "external": true
4451
+ },
4452
+ {
4453
+ "path": "react/jsx-runtime",
4454
+ "kind": "require-call",
4455
+ "external": true
4456
+ },
4457
+ {
4458
+ "path": "classnames/dedupe",
4459
+ "kind": "require-call",
4460
+ "external": true
4461
+ },
4462
+ {
4463
+ "path": "react/jsx-runtime",
4464
+ "kind": "require-call",
4465
+ "external": true
4466
+ },
4467
+ {
4468
+ "path": "classnames/dedupe",
4469
+ "kind": "require-call",
4470
+ "external": true
4471
+ },
4472
+ {
4473
+ "path": "react/jsx-runtime",
4474
+ "kind": "require-call",
4475
+ "external": true
4476
+ },
4477
+ {
4478
+ "path": "classnames/dedupe",
4479
+ "kind": "require-call",
4480
+ "external": true
4481
+ },
4482
+ {
4483
+ "path": "react/jsx-runtime",
4484
+ "kind": "require-call",
4485
+ "external": true
4486
+ },
4487
+ {
4488
+ "path": "classnames/dedupe",
4489
+ "kind": "require-call",
4490
+ "external": true
4491
+ },
4492
+ {
4493
+ "path": "classnames/dedupe",
4494
+ "kind": "require-call",
4495
+ "external": true
4496
+ },
4497
+ {
4498
+ "path": "react/jsx-runtime",
4499
+ "kind": "require-call",
4500
+ "external": true
4501
+ },
4502
+ {
4503
+ "path": "react/jsx-runtime",
4504
+ "kind": "require-call",
4505
+ "external": true
4506
+ },
4507
+ {
4508
+ "path": "react",
4509
+ "kind": "require-call",
4510
+ "external": true
4511
+ },
4512
+ {
4513
+ "path": "react/jsx-runtime",
4514
+ "kind": "require-call",
4515
+ "external": true
4516
+ },
4517
+ {
4518
+ "path": "classnames/dedupe",
4519
+ "kind": "require-call",
4520
+ "external": true
4521
+ },
4522
+ {
4523
+ "path": "react/jsx-runtime",
4524
+ "kind": "require-call",
4525
+ "external": true
4526
+ },
4527
+ {
4528
+ "path": "@simplybusiness/icons",
4529
+ "kind": "require-call",
4530
+ "external": true
4531
+ },
4532
+ {
4533
+ "path": "classnames/dedupe",
4534
+ "kind": "require-call",
4535
+ "external": true
4536
+ },
4537
+ {
4538
+ "path": "sonner",
4539
+ "kind": "require-call",
4540
+ "external": true
4541
+ },
4542
+ {
4543
+ "path": "react/jsx-runtime",
4544
+ "kind": "require-call",
4545
+ "external": true
4546
+ },
4547
+ {
4548
+ "path": "react",
4549
+ "kind": "require-call",
4550
+ "external": true
4551
+ },
4552
+ {
4553
+ "path": "sonner",
4554
+ "kind": "require-call",
4555
+ "external": true
4556
+ },
4557
+ {
4558
+ "path": "react/jsx-runtime",
4559
+ "kind": "require-call",
4560
+ "external": true
4561
+ },
4562
+ {
4563
+ "path": "classnames/dedupe",
4564
+ "kind": "require-call",
4565
+ "external": true
4566
+ },
4567
+ {
4568
+ "path": "react",
4569
+ "kind": "require-call",
4570
+ "external": true
4571
+ },
4572
+ {
4573
+ "path": "react/jsx-runtime",
4574
+ "kind": "require-call",
4575
+ "external": true
4576
+ },
4577
+ {
4578
+ "path": "classnames/dedupe",
4579
+ "kind": "require-call",
4580
+ "external": true
4581
+ },
4582
+ {
4583
+ "path": "react",
4584
+ "kind": "require-call",
4585
+ "external": true
4586
+ },
4587
+ {
4588
+ "path": "react/jsx-runtime",
4589
+ "kind": "require-call",
4590
+ "external": true
4591
+ },
4592
+ {
4593
+ "path": "react",
4594
+ "kind": "require-call",
4595
+ "external": true
4596
+ },
4597
+ {
4598
+ "path": "react-imask",
4599
+ "kind": "require-call",
4600
+ "external": true
4601
+ },
4602
+ {
4603
+ "path": "react/jsx-runtime",
4604
+ "kind": "require-call",
4605
+ "external": true
4606
+ }
4607
+ ],
4608
+ "exports": [],
4609
+ "entryPoint": "index.tsx",
4610
+ "inputs": {
4611
+ "index.tsx": {
4612
+ "bytesInOutput": 2251
4613
+ },
4614
+ "src/components/Accordion/Accordion.tsx": {
4615
+ "bytesInOutput": 3121
4616
+ },
4617
+ "src/components/Accordion/AccordionLink.tsx": {
4618
+ "bytesInOutput": 2361
4619
+ },
4620
+ "src/components/Flex/Flex.tsx": {
4621
+ "bytesInOutput": 675
4622
+ },
4623
+ "src/utils/filterUndefinedProps.ts": {
4624
+ "bytesInOutput": 219
4625
+ },
4626
+ "src/utils/getSpacingValue.ts": {
4627
+ "bytesInOutput": 203
4628
+ },
4629
+ "src/utils/mergeRefs.ts": {
4630
+ "bytesInOutput": 220
4631
+ },
4632
+ "src/utils/polyfill-tests.ts": {
4633
+ "bytesInOutput": 68
4634
+ },
4635
+ "src/utils/sizeClasses.ts": {
4636
+ "bytesInOutput": 296
4637
+ },
4638
+ "src/utils/spaceDelimitedList.ts": {
4639
+ "bytesInOutput": 89
4640
+ },
4641
+ "src/components/Flex/propUtils.ts": {
4642
+ "bytesInOutput": 930
4643
+ },
4644
+ "src/components/Icon/Icon.tsx": {
4645
+ "bytesInOutput": 1522
4646
+ },
4647
+ "src/components/Accordion/AccordionList.tsx": {
4648
+ "bytesInOutput": 1621
4649
+ },
4650
+ "src/components/Divider/Divider.tsx": {
4651
+ "bytesInOutput": 640
4652
+ },
4653
+ "src/components/AddressLookup/AddressLookup.tsx": {
4654
+ "bytesInOutput": 2385
4655
+ },
4656
+ "src/components/Combobox/Combobox.tsx": {
4657
+ "bytesInOutput": 8935
4658
+ },
4659
+ "src/hooks/useBreakpoint/useBreakpoint.tsx": {
4660
+ "bytesInOutput": 2428
4661
+ },
4662
+ "src/hooks/useButton/useButton.tsx": {
4663
+ "bytesInOutput": 1173
4664
+ },
4665
+ "src/hooks/useDialog/useDialog.ts": {
4666
+ "bytesInOutput": 1995
4667
+ },
4668
+ "src/hooks/useDialogPolyfill/useDialogPolyfill.ts": {
4669
+ "bytesInOutput": 830
4670
+ },
4671
+ "src/hooks/useLabel/useLabel.tsx": {
4672
+ "bytesInOutput": 1067
4673
+ },
4674
+ "src/hooks/useTextField/useTextField.tsx": {
4675
+ "bytesInOutput": 2009
4676
+ },
4677
+ "src/hooks/useValidationClasses/useValidationClasses.ts": {
4678
+ "bytesInOutput": 195
4679
+ },
4680
+ "src/components/TextField/TextField.tsx": {
4681
+ "bytesInOutput": 3028
4682
+ },
4683
+ "src/components/ErrorMessage/ErrorMessage.tsx": {
4684
+ "bytesInOutput": 954
4685
+ },
4686
+ "src/components/Label/Label.tsx": {
4687
+ "bytesInOutput": 504
4688
+ },
4689
+ "src/components/Stack/Stack.tsx": {
4690
+ "bytesInOutput": 515
4691
+ },
4692
+ "src/components/TextField/adornmentWithClassName.ts": {
4693
+ "bytesInOutput": 394
4694
+ },
4695
+ "src/components/VisuallyHidden/VisuallyHidden.tsx": {
4696
+ "bytesInOutput": 621
4697
+ },
4698
+ "src/components/Combobox/Listbox.tsx": {
4699
+ "bytesInOutput": 2916
4700
+ },
4701
+ "src/components/Combobox/Option.tsx": {
4702
+ "bytesInOutput": 1099
4703
+ },
4704
+ "src/components/Combobox/utils.tsx": {
4705
+ "bytesInOutput": 874
4706
+ },
4707
+ "src/components/Combobox/useComboboxHighlight.tsx": {
4708
+ "bytesInOutput": 2407
4709
+ },
4710
+ "src/components/Combobox/useComboboxOptions.ts": {
4711
+ "bytesInOutput": 2201
4712
+ },
4713
+ "src/components/AddressLookup/utils.ts": {
4714
+ "bytesInOutput": 123
4715
+ },
4716
+ "src/components/AddressLookup/LoqateAddressLookupError.tsx": {
4717
+ "bytesInOutput": 193
4718
+ },
4719
+ "src/components/AddressLookup/LoqateAddressLookupService.tsx": {
4720
+ "bytesInOutput": 2875
4721
+ },
4722
+ "src/components/Alert/Alert.tsx": {
4723
+ "bytesInOutput": 2091
4724
+ },
4725
+ "src/components/Box/Box.tsx": {
4726
+ "bytesInOutput": 1389
4727
+ },
4728
+ "src/components/Breadcrumbs/Breadcrumbs.tsx": {
4729
+ "bytesInOutput": 965
4730
+ },
4731
+ "src/components/Breadcrumbs/BreadcrumbItem.tsx": {
4732
+ "bytesInOutput": 1261
4733
+ },
4734
+ "src/components/Button/Button.tsx": {
4735
+ "bytesInOutput": 1051
4736
+ },
4737
+ "src/components/Button/Loading.tsx": {
4738
+ "bytesInOutput": 651
4739
+ },
4740
+ "src/components/Button/Success.tsx": {
4741
+ "bytesInOutput": 567
4742
+ },
4743
+ "src/components/Checkbox/Checkbox.tsx": {
4744
+ "bytesInOutput": 3440
4745
+ },
4746
+ "src/components/Checkbox/CheckboxGroup.tsx": {
4747
+ "bytesInOutput": 4319
4748
+ },
4749
+ "src/components/Container/Container.tsx": {
4750
+ "bytesInOutput": 525
4751
+ },
4752
+ "src/components/DateField/DateField.tsx": {
4753
+ "bytesInOutput": 2466
4754
+ },
4755
+ "src/components/DateField/validation.ts": {
4756
+ "bytesInOutput": 1112
4757
+ },
4758
+ "src/components/Drawer/Content.tsx": {
4759
+ "bytesInOutput": 267
4760
+ },
4761
+ "src/components/Drawer/Drawer.tsx": {
4762
+ "bytesInOutput": 1986
4763
+ },
4764
+ "src/components/Drawer/DrawerContext.tsx": {
4765
+ "bytesInOutput": 164
4766
+ },
4767
+ "src/components/Drawer/useDrawer.ts": {
4768
+ "bytesInOutput": 201
4769
+ },
4770
+ "src/components/Drawer/Header.tsx": {
4771
+ "bytesInOutput": 878
4772
+ },
4773
+ "src/components/Drawer/index.tsx": {
4774
+ "bytesInOutput": 94
4775
+ },
4776
+ "src/components/DropdownMenu/DropdownMenu.tsx": {
4777
+ "bytesInOutput": 2096
4778
+ },
4779
+ "src/components/DropdownMenu/Item.tsx": {
4780
+ "bytesInOutput": 1075
4781
+ },
4782
+ "src/components/DropdownMenu/index.tsx": {
4783
+ "bytesInOutput": 115
4784
+ },
4785
+ "src/components/Fieldset/Fieldset.tsx": {
4786
+ "bytesInOutput": 1257
4787
+ },
4788
+ "src/components/Grid/Grid.tsx": {
4789
+ "bytesInOutput": 916
4790
+ },
4791
+ "src/components/Grid/Item.tsx": {
4792
+ "bytesInOutput": 1409
4793
+ },
4794
+ "src/components/Grid/index.tsx": {
4795
+ "bytesInOutput": 83
4796
+ },
4797
+ "src/components/Image/Image.tsx": {
4798
+ "bytesInOutput": 449
4799
+ },
4800
+ "src/components/Link/Link.tsx": {
4801
+ "bytesInOutput": 883
4802
+ },
4803
+ "src/components/LinkButton/LinkButton.tsx": {
4804
+ "bytesInOutput": 503
4805
+ },
4806
+ "src/components/List/List.tsx": {
4807
+ "bytesInOutput": 1017
4808
+ },
4809
+ "src/components/List/ListItem.tsx": {
4810
+ "bytesInOutput": 1127
4811
+ },
4812
+ "src/components/LoadingIndicator/LoadingIndicator.tsx": {
4813
+ "bytesInOutput": 587
4814
+ },
4815
+ "src/components/Logo/Logo.tsx": {
4816
+ "bytesInOutput": 10877
4817
+ },
4818
+ "src/components/Modal/Content.tsx": {
4819
+ "bytesInOutput": 268
4820
+ },
4821
+ "src/components/Modal/Header.tsx": {
4822
+ "bytesInOutput": 778
4823
+ },
4824
+ "src/components/Modal/useModal.ts": {
4825
+ "bytesInOutput": 179
4826
+ },
4827
+ "src/components/Modal/ModalContext.tsx": {
4828
+ "bytesInOutput": 143
4829
+ },
4830
+ "src/components/Modal/Modal.tsx": {
4831
+ "bytesInOutput": 1755
4832
+ },
4833
+ "src/components/Modal/index.tsx": {
4834
+ "bytesInOutput": 109
4835
+ },
4836
+ "src/components/NumberField/NumberField.tsx": {
4837
+ "bytesInOutput": 2726
4838
+ },
4839
+ "src/components/Option/Option.tsx": {
4840
+ "bytesInOutput": 330
4841
+ },
4842
+ "src/components/PasswordField/PasswordField.tsx": {
4843
+ "bytesInOutput": 1240
4844
+ },
4845
+ "src/components/PasswordField/ShowHideButton.tsx": {
4846
+ "bytesInOutput": 630
4847
+ },
4848
+ "src/components/Popover/Popover.tsx": {
4849
+ "bytesInOutput": 3765
4850
+ },
4851
+ "src/components/Progress/Progress.tsx": {
4852
+ "bytesInOutput": 3523
4853
+ },
4854
+ "src/components/Radio/Radio.tsx": {
4855
+ "bytesInOutput": 4580
4856
+ },
4857
+ "src/components/Radio/RadioGroup.tsx": {
4858
+ "bytesInOutput": 4619
4859
+ },
4860
+ "src/components/Segment/SegmentGroup.tsx": {
4861
+ "bytesInOutput": 575
4862
+ },
4863
+ "src/components/Segment/Segment.tsx": {
4864
+ "bytesInOutput": 648
4865
+ },
4866
+ "src/components/Select/Select.tsx": {
4867
+ "bytesInOutput": 2774
4868
+ },
4869
+ "src/components/Slider/Slider.tsx": {
4870
+ "bytesInOutput": 3078
4871
+ },
4872
+ "src/components/Slider/helpers.ts": {
4873
+ "bytesInOutput": 277
4874
+ },
4875
+ "src/components/SVG/SVG.tsx": {
4876
+ "bytesInOutput": 682
4877
+ },
4878
+ "src/components/Switch/Switch.tsx": {
4879
+ "bytesInOutput": 1446
4880
+ },
4881
+ "src/components/Table/Table.tsx": {
4882
+ "bytesInOutput": 382
4883
+ },
4884
+ "src/components/Table/Head.tsx": {
4885
+ "bytesInOutput": 391
4886
+ },
4887
+ "src/components/Table/Body.tsx": {
4888
+ "bytesInOutput": 391
4889
+ },
4890
+ "src/components/Table/Foot.tsx": {
4891
+ "bytesInOutput": 391
4892
+ },
4893
+ "src/components/Table/Row.tsx": {
4894
+ "bytesInOutput": 384
4895
+ },
4896
+ "src/components/Table/HeaderCell.tsx": {
4897
+ "bytesInOutput": 427
4898
+ },
4899
+ "src/components/Table/Cell.tsx": {
4900
+ "bytesInOutput": 409
4901
+ },
4902
+ "src/components/Table/index.tsx": {
4903
+ "bytesInOutput": 122
4904
+ },
4905
+ "src/components/Text/Text.tsx": {
4906
+ "bytesInOutput": 863
4907
+ },
4908
+ "src/components/TextArea/TextArea.tsx": {
4909
+ "bytesInOutput": 1375
4910
+ },
4911
+ "src/components/TextAreaInput/TextAreaInput.tsx": {
4912
+ "bytesInOutput": 736
4913
+ },
4914
+ "src/components/TextOrHTML/TextOrHTML.tsx": {
4915
+ "bytesInOutput": 756
4916
+ },
4917
+ "src/components/Title/Title.tsx": {
4918
+ "bytesInOutput": 1122
4919
+ },
4920
+ "src/components/Toast/Toast.tsx": {
4921
+ "bytesInOutput": 4096
4922
+ },
4923
+ "src/components/Toast/state.ts": {
4924
+ "bytesInOutput": 46
4925
+ },
4926
+ "src/components/Toast/index.tsx": {
4927
+ "bytesInOutput": 0
4928
+ },
4929
+ "src/components/Toast/Toaster.tsx": {
4930
+ "bytesInOutput": 623
4931
+ },
4932
+ "src/components/Trust/Trust.tsx": {
4933
+ "bytesInOutput": 2082
4934
+ },
4935
+ "src/components/Trust/constants.ts": {
4936
+ "bytesInOutput": 1642
4937
+ },
4938
+ "src/components/ExpandableText/ExpandableText.tsx": {
4939
+ "bytesInOutput": 2965
4940
+ },
4941
+ "src/components/MaskedField/MaskedField.tsx": {
4942
+ "bytesInOutput": 3743
4943
+ }
4944
+ },
4945
+ "bytes": 164142
4946
+ }
4947
+ }
4948
+ }