@simplybusiness/mobius 8.0.2 → 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 +37 -0
  2. package/dist/cjs/index.js +577 -733
  3. package/dist/cjs/index.js.map +4 -4
  4. package/dist/cjs/meta.json +295 -520
  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 +7 -13
  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
@@ -1,98 +1,5 @@
1
1
  {
2
2
  "inputs": {
3
- "src/hooks/useBodyScrollLock/useBodyScrollLock.ts": {
4
- "bytes": 786,
5
- "imports": [
6
- {
7
- "path": "react",
8
- "kind": "import-statement",
9
- "external": true
10
- }
11
- ],
12
- "format": "esm"
13
- },
14
- "src/hooks/useBodyScrollLock/index.ts": {
15
- "bytes": 37,
16
- "imports": [
17
- {
18
- "path": "src/hooks/useBodyScrollLock/useBodyScrollLock.ts",
19
- "kind": "import-statement",
20
- "original": "./useBodyScrollLock"
21
- }
22
- ],
23
- "format": "esm"
24
- },
25
- "src/hooks/useBreakpoint/useBreakpoint.tsx": {
26
- "bytes": 3678,
27
- "imports": [
28
- {
29
- "path": "lodash.debounce",
30
- "kind": "import-statement",
31
- "external": true
32
- },
33
- {
34
- "path": "react",
35
- "kind": "import-statement",
36
- "external": true
37
- }
38
- ],
39
- "format": "esm"
40
- },
41
- "src/hooks/useBreakpoint/index.tsx": {
42
- "bytes": 33,
43
- "imports": [
44
- {
45
- "path": "src/hooks/useBreakpoint/useBreakpoint.tsx",
46
- "kind": "import-statement",
47
- "original": "./useBreakpoint"
48
- }
49
- ],
50
- "format": "esm"
51
- },
52
- "src/hooks/useButton/useButton.tsx": {
53
- "bytes": 1828,
54
- "imports": [
55
- {
56
- "path": "react",
57
- "kind": "import-statement",
58
- "external": true
59
- }
60
- ],
61
- "format": "esm"
62
- },
63
- "src/hooks/useButton/index.tsx": {
64
- "bytes": 29,
65
- "imports": [
66
- {
67
- "path": "src/hooks/useButton/useButton.tsx",
68
- "kind": "import-statement",
69
- "original": "./useButton"
70
- }
71
- ],
72
- "format": "esm"
73
- },
74
- "src/hooks/useDebouncedValue/useDebouncedValue.tsx": {
75
- "bytes": 569,
76
- "imports": [
77
- {
78
- "path": "react",
79
- "kind": "import-statement",
80
- "external": true
81
- }
82
- ],
83
- "format": "esm"
84
- },
85
- "src/hooks/useDebouncedValue/index.tsx": {
86
- "bytes": 37,
87
- "imports": [
88
- {
89
- "path": "src/hooks/useDebouncedValue/useDebouncedValue.tsx",
90
- "kind": "import-statement",
91
- "original": "./useDebouncedValue"
92
- }
93
- ],
94
- "format": "esm"
95
- },
96
3
  "src/utils/changeCSS.ts": {
97
4
  "bytes": 582,
98
5
  "imports": [],
@@ -118,11 +25,6 @@
118
25
  "imports": [],
119
26
  "format": "esm"
120
27
  },
121
- "src/utils/jestHTMLDialogPolyfill.ts": {
122
- "bytes": 696,
123
- "imports": [],
124
- "format": "esm"
125
- },
126
28
  "src/utils/mergeRefs.ts": {
127
29
  "bytes": 530,
128
30
  "imports": [],
@@ -149,7 +51,7 @@
149
51
  "format": "esm"
150
52
  },
151
53
  "src/utils/index.ts": {
152
- "bytes": 369,
54
+ "bytes": 327,
153
55
  "imports": [
154
56
  {
155
57
  "path": "src/utils/changeCSS.ts",
@@ -176,11 +78,6 @@
176
78
  "kind": "import-statement",
177
79
  "original": "./getSpacingValue"
178
80
  },
179
- {
180
- "path": "src/utils/jestHTMLDialogPolyfill.ts",
181
- "kind": "import-statement",
182
- "original": "./jestHTMLDialogPolyfill"
183
- },
184
81
  {
185
82
  "path": "src/utils/mergeRefs.ts",
186
83
  "kind": "import-statement",
@@ -209,568 +106,472 @@
209
106
  ],
210
107
  "format": "esm"
211
108
  },
212
- "src/hooks/useDialogPolyfill/useDialogPolyfill.ts": {
213
- "bytes": 1025,
109
+ "src/components/Flex/propUtils.ts": {
110
+ "bytes": 1223,
214
111
  "imports": [
215
- {
216
- "path": "react",
217
- "kind": "import-statement",
218
- "external": true
219
- },
220
112
  {
221
113
  "path": "src/utils/index.ts",
222
114
  "kind": "import-statement",
223
115
  "original": "../../utils"
224
116
  },
225
117
  {
226
- "path": "dialog-polyfill",
227
- "kind": "dynamic-import",
228
- "external": true
229
- }
230
- ],
231
- "format": "esm"
232
- },
233
- "src/hooks/useDialogPolyfill/index.ts": {
234
- "bytes": 37,
235
- "imports": [
236
- {
237
- "path": "src/hooks/useDialogPolyfill/useDialogPolyfill.ts",
118
+ "path": "src/utils/filterUndefinedProps.ts",
238
119
  "kind": "import-statement",
239
- "original": "./useDialogPolyfill"
120
+ "original": "../../utils/filterUndefinedProps"
240
121
  }
241
122
  ],
242
123
  "format": "esm"
243
124
  },
244
- "src/hooks/useDialog/useDialog.ts": {
245
- "bytes": 2851,
125
+ "src/components/Flex/Flex.tsx": {
126
+ "bytes": 684,
246
127
  "imports": [
247
128
  {
248
- "path": "react",
129
+ "path": "classnames/dedupe",
249
130
  "kind": "import-statement",
250
131
  "external": true
251
132
  },
252
133
  {
253
- "path": "src/utils/index.ts",
254
- "kind": "import-statement",
255
- "original": "../../utils"
256
- },
257
- {
258
- "path": "src/hooks/useBodyScrollLock/index.ts",
134
+ "path": "src/components/Flex/propUtils.ts",
259
135
  "kind": "import-statement",
260
- "original": "../useBodyScrollLock"
136
+ "original": "./propUtils"
261
137
  },
262
138
  {
263
- "path": "src/hooks/useDialogPolyfill/index.ts",
139
+ "path": "react/jsx-runtime",
264
140
  "kind": "import-statement",
265
- "original": "../useDialogPolyfill"
141
+ "external": true
266
142
  }
267
143
  ],
268
144
  "format": "esm"
269
145
  },
270
- "src/hooks/useDialog/index.ts": {
271
- "bytes": 29,
272
- "imports": [
273
- {
274
- "path": "src/hooks/useDialog/useDialog.ts",
275
- "kind": "import-statement",
276
- "original": "./useDialog"
277
- }
278
- ],
146
+ "src/components/Flex/types.ts": {
147
+ "bytes": 1255,
148
+ "imports": [],
279
149
  "format": "esm"
280
150
  },
281
- "src/hooks/useLabel/useLabel.tsx": {
282
- "bytes": 1772,
151
+ "src/components/Flex/index.tsx": {
152
+ "bytes": 49,
283
153
  "imports": [
284
154
  {
285
- "path": "react",
155
+ "path": "src/components/Flex/Flex.tsx",
286
156
  "kind": "import-statement",
287
- "external": true
288
- }
289
- ],
290
- "format": "esm"
291
- },
292
- "src/hooks/useLabel/index.tsx": {
293
- "bytes": 28,
294
- "imports": [
157
+ "original": "./Flex"
158
+ },
295
159
  {
296
- "path": "src/hooks/useLabel/useLabel.tsx",
160
+ "path": "src/components/Flex/types.ts",
297
161
  "kind": "import-statement",
298
- "original": "./useLabel"
162
+ "original": "./types"
299
163
  }
300
164
  ],
301
165
  "format": "esm"
302
166
  },
303
- "src/hooks/useOnClickOutside/useOnClickOutside.tsx": {
304
- "bytes": 1371,
167
+ "src/components/Icon/Icon.tsx": {
168
+ "bytes": 1339,
305
169
  "imports": [
306
170
  {
307
- "path": "react",
171
+ "path": "classnames/dedupe",
308
172
  "kind": "import-statement",
309
173
  "external": true
310
- }
311
- ],
312
- "format": "esm"
313
- },
314
- "src/hooks/useOnClickOutside/index.tsx": {
315
- "bytes": 37,
316
- "imports": [
174
+ },
317
175
  {
318
- "path": "src/hooks/useOnClickOutside/useOnClickOutside.tsx",
176
+ "path": "react/jsx-runtime",
319
177
  "kind": "import-statement",
320
- "original": "./useOnClickOutside"
178
+ "external": true
321
179
  }
322
180
  ],
323
181
  "format": "esm"
324
182
  },
325
- "src/hooks/useOnUnmount/useOnUnmount.tsx": {
326
- "bytes": 291,
327
- "imports": [
328
- {
329
- "path": "react",
330
- "kind": "import-statement",
331
- "external": true
332
- }
333
- ],
183
+ "src/components/Icon/types.ts": {
184
+ "bytes": 414,
185
+ "imports": [],
334
186
  "format": "esm"
335
187
  },
336
- "src/hooks/useOnUnmount/index.tsx": {
337
- "bytes": 32,
188
+ "src/components/Icon/index.tsx": {
189
+ "bytes": 49,
338
190
  "imports": [
339
191
  {
340
- "path": "src/hooks/useOnUnmount/useOnUnmount.tsx",
192
+ "path": "src/components/Icon/Icon.tsx",
193
+ "kind": "import-statement",
194
+ "original": "./Icon"
195
+ },
196
+ {
197
+ "path": "src/components/Icon/types.ts",
341
198
  "kind": "import-statement",
342
- "original": "./useOnUnmount"
199
+ "original": "./types"
343
200
  }
344
201
  ],
345
202
  "format": "esm"
346
203
  },
347
- "src/hooks/usePrefersReducedMotion/usePrefersReducedMotion.tsx": {
348
- "bytes": 614,
204
+ "src/components/Accordion/AccordionLink.tsx": {
205
+ "bytes": 2445,
349
206
  "imports": [
350
207
  {
351
- "path": "react",
208
+ "path": "classnames/dedupe",
352
209
  "kind": "import-statement",
353
210
  "external": true
354
- }
355
- ],
356
- "format": "esm"
357
- },
358
- "src/hooks/usePrefersReducedMotion/index.tsx": {
359
- "bytes": 43,
360
- "imports": [
211
+ },
361
212
  {
362
- "path": "src/hooks/usePrefersReducedMotion/usePrefersReducedMotion.tsx",
213
+ "path": "src/components/Flex/index.tsx",
363
214
  "kind": "import-statement",
364
- "original": "./usePrefersReducedMotion"
365
- }
366
- ],
367
- "format": "esm"
368
- },
369
- "src/hooks/useRenderCount/useRenderCount.ts": {
370
- "bytes": 182,
371
- "imports": [
215
+ "original": "../Flex"
216
+ },
372
217
  {
373
- "path": "react",
218
+ "path": "src/components/Icon/index.tsx",
219
+ "kind": "import-statement",
220
+ "original": "../Icon"
221
+ },
222
+ {
223
+ "path": "@simplybusiness/icons",
374
224
  "kind": "import-statement",
375
225
  "external": true
376
- }
377
- ],
378
- "format": "esm"
379
- },
380
- "src/hooks/useRenderCount/index.ts": {
381
- "bytes": 34,
382
- "imports": [
226
+ },
383
227
  {
384
- "path": "src/hooks/useRenderCount/useRenderCount.ts",
228
+ "path": "react/jsx-runtime",
385
229
  "kind": "import-statement",
386
- "original": "./useRenderCount"
230
+ "external": true
387
231
  }
388
232
  ],
389
233
  "format": "esm"
390
234
  },
391
- "src/hooks/useTextField/useTextField.tsx": {
392
- "bytes": 2224,
235
+ "src/components/Accordion/Accordion.tsx": {
236
+ "bytes": 4241,
393
237
  "imports": [
394
238
  {
395
- "path": "react",
239
+ "path": "classnames/dedupe",
396
240
  "kind": "import-statement",
397
241
  "external": true
398
242
  },
399
243
  {
400
- "path": "src/utils/spaceDelimitedList.ts",
244
+ "path": "react",
401
245
  "kind": "import-statement",
402
- "original": "../../utils/spaceDelimitedList"
246
+ "external": true
403
247
  },
404
248
  {
405
- "path": "src/hooks/useLabel/useLabel.tsx",
249
+ "path": "@simplybusiness/mobius-hooks",
406
250
  "kind": "import-statement",
407
- "original": "../useLabel/useLabel"
408
- }
409
- ],
410
- "format": "esm"
411
- },
412
- "src/hooks/useTextField/types.tsx": {
413
- "bytes": 1619,
414
- "imports": [],
415
- "format": "esm"
416
- },
417
- "src/hooks/useTextField/index.tsx": {
418
- "bytes": 57,
419
- "imports": [
251
+ "external": true
252
+ },
420
253
  {
421
- "path": "src/hooks/useTextField/useTextField.tsx",
254
+ "path": "src/components/Accordion/AccordionLink.tsx",
422
255
  "kind": "import-statement",
423
- "original": "./useTextField"
256
+ "original": "./AccordionLink"
424
257
  },
425
258
  {
426
- "path": "src/hooks/useTextField/types.tsx",
259
+ "path": "react/jsx-runtime",
427
260
  "kind": "import-statement",
428
- "original": "./types"
261
+ "external": true
429
262
  }
430
263
  ],
431
264
  "format": "esm"
432
265
  },
433
- "src/hooks/useValidationClasses/useValidationClasses.ts": {
434
- "bytes": 354,
435
- "imports": [],
436
- "format": "esm"
437
- },
438
- "src/hooks/useValidationClasses/index.ts": {
439
- "bytes": 40,
266
+ "src/components/Divider/Divider.tsx": {
267
+ "bytes": 713,
440
268
  "imports": [
441
269
  {
442
- "path": "src/hooks/useValidationClasses/useValidationClasses.ts",
270
+ "path": "classnames/dedupe",
443
271
  "kind": "import-statement",
444
- "original": "./useValidationClasses"
445
- }
446
- ],
447
- "format": "esm"
448
- },
449
- "src/hooks/useWindowEvent/useWindowEvent.tsx": {
450
- "bytes": 1287,
451
- "imports": [
272
+ "external": true
273
+ },
452
274
  {
453
- "path": "react",
275
+ "path": "react/jsx-runtime",
454
276
  "kind": "import-statement",
455
277
  "external": true
456
278
  }
457
279
  ],
458
280
  "format": "esm"
459
281
  },
460
- "src/hooks/useWindowEvent/index.tsx": {
461
- "bytes": 34,
282
+ "src/components/Divider/index.tsx": {
283
+ "bytes": 27,
462
284
  "imports": [
463
285
  {
464
- "path": "src/hooks/useWindowEvent/useWindowEvent.tsx",
286
+ "path": "src/components/Divider/Divider.tsx",
465
287
  "kind": "import-statement",
466
- "original": "./useWindowEvent"
288
+ "original": "./Divider"
467
289
  }
468
290
  ],
469
291
  "format": "esm"
470
292
  },
471
- "src/hooks/index.tsx": {
472
- "bytes": 482,
293
+ "src/components/Accordion/AccordionList.tsx": {
294
+ "bytes": 2316,
473
295
  "imports": [
474
296
  {
475
- "path": "src/hooks/useBodyScrollLock/index.ts",
476
- "kind": "import-statement",
477
- "original": "./useBodyScrollLock"
478
- },
479
- {
480
- "path": "src/hooks/useBreakpoint/index.tsx",
481
- "kind": "import-statement",
482
- "original": "./useBreakpoint"
483
- },
484
- {
485
- "path": "src/hooks/useButton/index.tsx",
486
- "kind": "import-statement",
487
- "original": "./useButton"
488
- },
489
- {
490
- "path": "src/hooks/useDebouncedValue/index.tsx",
491
- "kind": "import-statement",
492
- "original": "./useDebouncedValue"
493
- },
494
- {
495
- "path": "src/hooks/useDialog/index.ts",
496
- "kind": "import-statement",
497
- "original": "./useDialog"
498
- },
499
- {
500
- "path": "src/hooks/useDialogPolyfill/index.ts",
501
- "kind": "import-statement",
502
- "original": "./useDialogPolyfill"
503
- },
504
- {
505
- "path": "src/hooks/useLabel/index.tsx",
506
- "kind": "import-statement",
507
- "original": "./useLabel"
508
- },
509
- {
510
- "path": "src/hooks/useOnClickOutside/index.tsx",
511
- "kind": "import-statement",
512
- "original": "./useOnClickOutside"
513
- },
514
- {
515
- "path": "src/hooks/useOnUnmount/index.tsx",
516
- "kind": "import-statement",
517
- "original": "./useOnUnmount"
518
- },
519
- {
520
- "path": "src/hooks/usePrefersReducedMotion/index.tsx",
297
+ "path": "react",
521
298
  "kind": "import-statement",
522
- "original": "./usePrefersReducedMotion"
299
+ "external": true
523
300
  },
524
301
  {
525
- "path": "src/hooks/useRenderCount/index.ts",
302
+ "path": "classnames/dedupe",
526
303
  "kind": "import-statement",
527
- "original": "./useRenderCount"
304
+ "external": true
528
305
  },
529
306
  {
530
- "path": "src/hooks/useTextField/index.tsx",
307
+ "path": "src/components/Accordion/Accordion.tsx",
531
308
  "kind": "import-statement",
532
- "original": "./useTextField"
309
+ "original": "./Accordion"
533
310
  },
534
311
  {
535
- "path": "src/hooks/useValidationClasses/index.ts",
312
+ "path": "src/components/Divider/index.tsx",
536
313
  "kind": "import-statement",
537
- "original": "./useValidationClasses"
314
+ "original": "../Divider"
538
315
  },
539
316
  {
540
- "path": "src/hooks/useWindowEvent/index.tsx",
317
+ "path": "react/jsx-runtime",
541
318
  "kind": "import-statement",
542
- "original": "./useWindowEvent"
319
+ "external": true
543
320
  }
544
321
  ],
545
322
  "format": "esm"
546
323
  },
547
- "src/components/Flex/propUtils.ts": {
548
- "bytes": 1223,
324
+ "src/components/Accordion/index.tsx": {
325
+ "bytes": 62,
549
326
  "imports": [
550
327
  {
551
- "path": "src/utils/index.ts",
328
+ "path": "src/components/Accordion/Accordion.tsx",
552
329
  "kind": "import-statement",
553
- "original": "../../utils"
330
+ "original": "./Accordion"
554
331
  },
555
332
  {
556
- "path": "src/utils/filterUndefinedProps.ts",
333
+ "path": "src/components/Accordion/AccordionList.tsx",
557
334
  "kind": "import-statement",
558
- "original": "../../utils/filterUndefinedProps"
335
+ "original": "./AccordionList"
559
336
  }
560
337
  ],
561
338
  "format": "esm"
562
339
  },
563
- "src/components/Flex/Flex.tsx": {
564
- "bytes": 684,
340
+ "src/hooks/useBreakpoint/useBreakpoint.tsx": {
341
+ "bytes": 3165,
565
342
  "imports": [
566
343
  {
567
- "path": "classnames/dedupe",
344
+ "path": "@simplybusiness/mobius-hooks",
568
345
  "kind": "import-statement",
569
346
  "external": true
570
347
  },
571
348
  {
572
- "path": "src/components/Flex/propUtils.ts",
573
- "kind": "import-statement",
574
- "original": "./propUtils"
575
- },
576
- {
577
- "path": "react/jsx-runtime",
349
+ "path": "react",
578
350
  "kind": "import-statement",
579
351
  "external": true
580
352
  }
581
353
  ],
582
354
  "format": "esm"
583
355
  },
584
- "src/components/Flex/types.ts": {
585
- "bytes": 1255,
586
- "imports": [],
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
+ ],
587
365
  "format": "esm"
588
366
  },
589
- "src/components/Flex/index.tsx": {
590
- "bytes": 49,
367
+ "src/hooks/useButton/useButton.tsx": {
368
+ "bytes": 1828,
591
369
  "imports": [
592
370
  {
593
- "path": "src/components/Flex/Flex.tsx",
371
+ "path": "react",
594
372
  "kind": "import-statement",
595
- "original": "./Flex"
596
- },
373
+ "external": true
374
+ }
375
+ ],
376
+ "format": "esm"
377
+ },
378
+ "src/hooks/useButton/index.tsx": {
379
+ "bytes": 29,
380
+ "imports": [
597
381
  {
598
- "path": "src/components/Flex/types.ts",
382
+ "path": "src/hooks/useButton/useButton.tsx",
599
383
  "kind": "import-statement",
600
- "original": "./types"
384
+ "original": "./useButton"
601
385
  }
602
386
  ],
603
387
  "format": "esm"
604
388
  },
605
- "src/components/Icon/Icon.tsx": {
606
- "bytes": 1339,
389
+ "src/hooks/useDialogPolyfill/useDialogPolyfill.ts": {
390
+ "bytes": 1025,
607
391
  "imports": [
608
392
  {
609
- "path": "classnames/dedupe",
393
+ "path": "react",
610
394
  "kind": "import-statement",
611
395
  "external": true
612
396
  },
613
397
  {
614
- "path": "react/jsx-runtime",
398
+ "path": "src/utils/index.ts",
615
399
  "kind": "import-statement",
400
+ "original": "../../utils"
401
+ },
402
+ {
403
+ "path": "dialog-polyfill",
404
+ "kind": "dynamic-import",
616
405
  "external": true
617
406
  }
618
407
  ],
619
408
  "format": "esm"
620
409
  },
621
- "src/components/Icon/types.ts": {
622
- "bytes": 414,
623
- "imports": [],
624
- "format": "esm"
625
- },
626
- "src/components/Icon/index.tsx": {
627
- "bytes": 49,
410
+ "src/hooks/useDialogPolyfill/index.ts": {
411
+ "bytes": 37,
628
412
  "imports": [
629
413
  {
630
- "path": "src/components/Icon/Icon.tsx",
631
- "kind": "import-statement",
632
- "original": "./Icon"
633
- },
634
- {
635
- "path": "src/components/Icon/types.ts",
414
+ "path": "src/hooks/useDialogPolyfill/useDialogPolyfill.ts",
636
415
  "kind": "import-statement",
637
- "original": "./types"
416
+ "original": "./useDialogPolyfill"
638
417
  }
639
418
  ],
640
419
  "format": "esm"
641
420
  },
642
- "src/components/Accordion/AccordionLink.tsx": {
643
- "bytes": 2445,
421
+ "src/hooks/useDialog/useDialog.ts": {
422
+ "bytes": 2859,
644
423
  "imports": [
645
424
  {
646
- "path": "classnames/dedupe",
425
+ "path": "react",
647
426
  "kind": "import-statement",
648
427
  "external": true
649
428
  },
650
429
  {
651
- "path": "src/components/Flex/index.tsx",
652
- "kind": "import-statement",
653
- "original": "../Flex"
654
- },
655
- {
656
- "path": "src/components/Icon/index.tsx",
430
+ "path": "src/utils/index.ts",
657
431
  "kind": "import-statement",
658
- "original": "../Icon"
432
+ "original": "../../utils"
659
433
  },
660
434
  {
661
- "path": "@simplybusiness/icons",
435
+ "path": "@simplybusiness/mobius-hooks",
662
436
  "kind": "import-statement",
663
437
  "external": true
664
438
  },
665
439
  {
666
- "path": "react/jsx-runtime",
440
+ "path": "src/hooks/useDialogPolyfill/index.ts",
667
441
  "kind": "import-statement",
668
- "external": true
442
+ "original": "../useDialogPolyfill"
669
443
  }
670
444
  ],
671
445
  "format": "esm"
672
446
  },
673
- "src/components/Accordion/Accordion.tsx": {
674
- "bytes": 4224,
447
+ "src/hooks/useDialog/index.ts": {
448
+ "bytes": 29,
675
449
  "imports": [
676
450
  {
677
- "path": "classnames/dedupe",
451
+ "path": "src/hooks/useDialog/useDialog.ts",
678
452
  "kind": "import-statement",
679
- "external": true
680
- },
453
+ "original": "./useDialog"
454
+ }
455
+ ],
456
+ "format": "esm"
457
+ },
458
+ "src/hooks/useLabel/useLabel.tsx": {
459
+ "bytes": 1772,
460
+ "imports": [
681
461
  {
682
462
  "path": "react",
683
463
  "kind": "import-statement",
684
464
  "external": true
685
- },
465
+ }
466
+ ],
467
+ "format": "esm"
468
+ },
469
+ "src/hooks/useLabel/index.tsx": {
470
+ "bytes": 28,
471
+ "imports": [
686
472
  {
687
- "path": "src/hooks/index.tsx",
473
+ "path": "src/hooks/useLabel/useLabel.tsx",
688
474
  "kind": "import-statement",
689
- "original": "../../hooks"
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
690
487
  },
691
488
  {
692
- "path": "src/components/Accordion/AccordionLink.tsx",
489
+ "path": "src/utils/spaceDelimitedList.ts",
693
490
  "kind": "import-statement",
694
- "original": "./AccordionLink"
491
+ "original": "../../utils/spaceDelimitedList"
695
492
  },
696
493
  {
697
- "path": "react/jsx-runtime",
494
+ "path": "src/hooks/useLabel/useLabel.tsx",
698
495
  "kind": "import-statement",
699
- "external": true
496
+ "original": "../useLabel/useLabel"
700
497
  }
701
498
  ],
702
499
  "format": "esm"
703
500
  },
704
- "src/components/Divider/Divider.tsx": {
705
- "bytes": 713,
501
+ "src/hooks/useTextField/types.tsx": {
502
+ "bytes": 1619,
503
+ "imports": [],
504
+ "format": "esm"
505
+ },
506
+ "src/hooks/useTextField/index.tsx": {
507
+ "bytes": 57,
706
508
  "imports": [
707
509
  {
708
- "path": "classnames/dedupe",
510
+ "path": "src/hooks/useTextField/useTextField.tsx",
709
511
  "kind": "import-statement",
710
- "external": true
512
+ "original": "./useTextField"
711
513
  },
712
514
  {
713
- "path": "react/jsx-runtime",
515
+ "path": "src/hooks/useTextField/types.tsx",
714
516
  "kind": "import-statement",
715
- "external": true
517
+ "original": "./types"
716
518
  }
717
519
  ],
718
520
  "format": "esm"
719
521
  },
720
- "src/components/Divider/index.tsx": {
721
- "bytes": 27,
522
+ "src/hooks/useValidationClasses/useValidationClasses.ts": {
523
+ "bytes": 354,
524
+ "imports": [],
525
+ "format": "esm"
526
+ },
527
+ "src/hooks/useValidationClasses/index.ts": {
528
+ "bytes": 40,
722
529
  "imports": [
723
530
  {
724
- "path": "src/components/Divider/Divider.tsx",
531
+ "path": "src/hooks/useValidationClasses/useValidationClasses.ts",
725
532
  "kind": "import-statement",
726
- "original": "./Divider"
533
+ "original": "./useValidationClasses"
727
534
  }
728
535
  ],
729
536
  "format": "esm"
730
537
  },
731
- "src/components/Accordion/AccordionList.tsx": {
732
- "bytes": 2316,
538
+ "src/hooks/index.tsx": {
539
+ "bytes": 228,
733
540
  "imports": [
734
541
  {
735
- "path": "react",
542
+ "path": "src/hooks/useBreakpoint/index.tsx",
736
543
  "kind": "import-statement",
737
- "external": true
544
+ "original": "./useBreakpoint"
738
545
  },
739
546
  {
740
- "path": "classnames/dedupe",
547
+ "path": "src/hooks/useButton/index.tsx",
741
548
  "kind": "import-statement",
742
- "external": true
549
+ "original": "./useButton"
743
550
  },
744
551
  {
745
- "path": "src/components/Accordion/Accordion.tsx",
552
+ "path": "src/hooks/useDialog/index.ts",
746
553
  "kind": "import-statement",
747
- "original": "./Accordion"
554
+ "original": "./useDialog"
748
555
  },
749
556
  {
750
- "path": "src/components/Divider/index.tsx",
557
+ "path": "src/hooks/useDialogPolyfill/index.ts",
751
558
  "kind": "import-statement",
752
- "original": "../Divider"
559
+ "original": "./useDialogPolyfill"
753
560
  },
754
561
  {
755
- "path": "react/jsx-runtime",
562
+ "path": "src/hooks/useLabel/index.tsx",
756
563
  "kind": "import-statement",
757
- "external": true
758
- }
759
- ],
760
- "format": "esm"
761
- },
762
- "src/components/Accordion/index.tsx": {
763
- "bytes": 62,
764
- "imports": [
564
+ "original": "./useLabel"
565
+ },
765
566
  {
766
- "path": "src/components/Accordion/Accordion.tsx",
567
+ "path": "src/hooks/useTextField/index.tsx",
767
568
  "kind": "import-statement",
768
- "original": "./Accordion"
569
+ "original": "./useTextField"
769
570
  },
770
571
  {
771
- "path": "src/components/Accordion/AccordionList.tsx",
572
+ "path": "src/hooks/useValidationClasses/index.ts",
772
573
  "kind": "import-statement",
773
- "original": "./AccordionList"
574
+ "original": "./useValidationClasses"
774
575
  }
775
576
  ],
776
577
  "format": "esm"
@@ -1035,7 +836,7 @@
1035
836
  "format": "esm"
1036
837
  },
1037
838
  "src/components/Combobox/useComboboxOptions.ts": {
1038
- "bytes": 2709,
839
+ "bytes": 2726,
1039
840
  "imports": [
1040
841
  {
1041
842
  "path": "react",
@@ -1048,15 +849,15 @@
1048
849
  "original": "./utils"
1049
850
  },
1050
851
  {
1051
- "path": "src/hooks/index.tsx",
852
+ "path": "@simplybusiness/mobius-hooks",
1052
853
  "kind": "import-statement",
1053
- "original": "../../hooks"
854
+ "external": true
1054
855
  }
1055
856
  ],
1056
857
  "format": "esm"
1057
858
  },
1058
859
  "src/components/Combobox/Combobox.tsx": {
1059
- "bytes": 10029,
860
+ "bytes": 10076,
1060
861
  "imports": [
1061
862
  {
1062
863
  "path": "classnames/dedupe",
@@ -1068,6 +869,11 @@
1068
869
  "kind": "import-statement",
1069
870
  "external": true
1070
871
  },
872
+ {
873
+ "path": "@simplybusiness/mobius-hooks",
874
+ "kind": "import-statement",
875
+ "external": true
876
+ },
1071
877
  {
1072
878
  "path": "src/hooks/index.tsx",
1073
879
  "kind": "import-statement",
@@ -2429,7 +2235,7 @@
2429
2235
  "format": "esm"
2430
2236
  },
2431
2237
  "src/components/Popover/Popover.tsx": {
2432
- "bytes": 3745,
2238
+ "bytes": 3762,
2433
2239
  "imports": [
2434
2240
  {
2435
2241
  "path": "@floating-ui/react",
@@ -2452,9 +2258,9 @@
2452
2258
  "external": true
2453
2259
  },
2454
2260
  {
2455
- "path": "src/hooks/index.tsx",
2261
+ "path": "@simplybusiness/mobius-hooks",
2456
2262
  "kind": "import-statement",
2457
- "original": "../../hooks"
2263
+ "external": true
2458
2264
  },
2459
2265
  {
2460
2266
  "path": "src/components/Button/index.tsx",
@@ -3744,7 +3550,7 @@
3744
3550
  "imports": [],
3745
3551
  "exports": [],
3746
3552
  "inputs": {},
3747
- "bytes": 317116
3553
+ "bytes": 308073
3748
3554
  },
3749
3555
  "dist/cjs/index.js": {
3750
3556
  "imports": [
@@ -3759,57 +3565,47 @@
3759
3565
  "external": true
3760
3566
  },
3761
3567
  {
3762
- "path": "react",
3763
- "kind": "require-call",
3764
- "external": true
3765
- },
3766
- {
3767
- "path": "lodash.debounce",
3568
+ "path": "@simplybusiness/mobius-hooks",
3768
3569
  "kind": "require-call",
3769
3570
  "external": true
3770
3571
  },
3771
3572
  {
3772
- "path": "react",
3573
+ "path": "classnames/dedupe",
3773
3574
  "kind": "require-call",
3774
3575
  "external": true
3775
3576
  },
3776
3577
  {
3777
- "path": "react",
3578
+ "path": "classnames/dedupe",
3778
3579
  "kind": "require-call",
3779
3580
  "external": true
3780
3581
  },
3781
3582
  {
3782
- "path": "react",
3583
+ "path": "react/jsx-runtime",
3783
3584
  "kind": "require-call",
3784
3585
  "external": true
3785
3586
  },
3786
3587
  {
3787
- "path": "react",
3588
+ "path": "classnames/dedupe",
3788
3589
  "kind": "require-call",
3789
3590
  "external": true
3790
3591
  },
3791
3592
  {
3792
- "path": "react",
3593
+ "path": "react/jsx-runtime",
3793
3594
  "kind": "require-call",
3794
3595
  "external": true
3795
3596
  },
3796
3597
  {
3797
- "path": "dialog-polyfill",
3798
- "kind": "dynamic-import",
3799
- "external": true
3800
- },
3801
- {
3802
- "path": "react",
3598
+ "path": "@simplybusiness/icons",
3803
3599
  "kind": "require-call",
3804
3600
  "external": true
3805
3601
  },
3806
3602
  {
3807
- "path": "react",
3603
+ "path": "react/jsx-runtime",
3808
3604
  "kind": "require-call",
3809
3605
  "external": true
3810
3606
  },
3811
3607
  {
3812
- "path": "react",
3608
+ "path": "react/jsx-runtime",
3813
3609
  "kind": "require-call",
3814
3610
  "external": true
3815
3611
  },
@@ -3819,32 +3615,32 @@
3819
3615
  "external": true
3820
3616
  },
3821
3617
  {
3822
- "path": "react",
3618
+ "path": "classnames/dedupe",
3823
3619
  "kind": "require-call",
3824
3620
  "external": true
3825
3621
  },
3826
3622
  {
3827
- "path": "react",
3623
+ "path": "classnames/dedupe",
3828
3624
  "kind": "require-call",
3829
3625
  "external": true
3830
3626
  },
3831
3627
  {
3832
- "path": "react",
3628
+ "path": "react/jsx-runtime",
3833
3629
  "kind": "require-call",
3834
3630
  "external": true
3835
3631
  },
3836
3632
  {
3837
- "path": "classnames/dedupe",
3633
+ "path": "react/jsx-runtime",
3838
3634
  "kind": "require-call",
3839
3635
  "external": true
3840
3636
  },
3841
3637
  {
3842
- "path": "classnames/dedupe",
3638
+ "path": "@simplybusiness/icons",
3843
3639
  "kind": "require-call",
3844
3640
  "external": true
3845
3641
  },
3846
3642
  {
3847
- "path": "react/jsx-runtime",
3643
+ "path": "react",
3848
3644
  "kind": "require-call",
3849
3645
  "external": true
3850
3646
  },
@@ -3854,22 +3650,17 @@
3854
3650
  "external": true
3855
3651
  },
3856
3652
  {
3857
- "path": "react/jsx-runtime",
3858
- "kind": "require-call",
3859
- "external": true
3860
- },
3861
- {
3862
- "path": "@simplybusiness/icons",
3653
+ "path": "react",
3863
3654
  "kind": "require-call",
3864
3655
  "external": true
3865
3656
  },
3866
3657
  {
3867
- "path": "react/jsx-runtime",
3658
+ "path": "@simplybusiness/mobius-hooks",
3868
3659
  "kind": "require-call",
3869
3660
  "external": true
3870
3661
  },
3871
3662
  {
3872
- "path": "react/jsx-runtime",
3663
+ "path": "@simplybusiness/mobius-hooks",
3873
3664
  "kind": "require-call",
3874
3665
  "external": true
3875
3666
  },
@@ -3879,28 +3670,28 @@
3879
3670
  "external": true
3880
3671
  },
3881
3672
  {
3882
- "path": "classnames/dedupe",
3673
+ "path": "react",
3883
3674
  "kind": "require-call",
3884
3675
  "external": true
3885
3676
  },
3886
3677
  {
3887
- "path": "classnames/dedupe",
3678
+ "path": "react",
3888
3679
  "kind": "require-call",
3889
3680
  "external": true
3890
3681
  },
3891
3682
  {
3892
- "path": "react/jsx-runtime",
3683
+ "path": "@simplybusiness/mobius-hooks",
3893
3684
  "kind": "require-call",
3894
3685
  "external": true
3895
3686
  },
3896
3687
  {
3897
- "path": "react/jsx-runtime",
3688
+ "path": "react",
3898
3689
  "kind": "require-call",
3899
3690
  "external": true
3900
3691
  },
3901
3692
  {
3902
- "path": "@simplybusiness/icons",
3903
- "kind": "require-call",
3693
+ "path": "dialog-polyfill",
3694
+ "kind": "dynamic-import",
3904
3695
  "external": true
3905
3696
  },
3906
3697
  {
@@ -3908,11 +3699,6 @@
3908
3699
  "kind": "require-call",
3909
3700
  "external": true
3910
3701
  },
3911
- {
3912
- "path": "classnames/dedupe",
3913
- "kind": "require-call",
3914
- "external": true
3915
- },
3916
3702
  {
3917
3703
  "path": "react",
3918
3704
  "kind": "require-call",
@@ -4013,6 +3799,11 @@
4013
3799
  "kind": "require-call",
4014
3800
  "external": true
4015
3801
  },
3802
+ {
3803
+ "path": "@simplybusiness/mobius-hooks",
3804
+ "kind": "require-call",
3805
+ "external": true
3806
+ },
4016
3807
  {
4017
3808
  "path": "react/jsx-runtime",
4018
3809
  "kind": "require-call",
@@ -4468,6 +4259,11 @@
4468
4259
  "kind": "require-call",
4469
4260
  "external": true
4470
4261
  },
4262
+ {
4263
+ "path": "@simplybusiness/mobius-hooks",
4264
+ "kind": "require-call",
4265
+ "external": true
4266
+ },
4471
4267
  {
4472
4268
  "path": "react/jsx-runtime",
4473
4269
  "kind": "require-call",
@@ -4813,25 +4609,16 @@
4813
4609
  "entryPoint": "index.tsx",
4814
4610
  "inputs": {
4815
4611
  "index.tsx": {
4816
- "bytesInOutput": 2563
4612
+ "bytesInOutput": 2251
4817
4613
  },
4818
4614
  "src/components/Accordion/Accordion.tsx": {
4819
- "bytesInOutput": 3037
4820
- },
4821
- "src/hooks/useBodyScrollLock/useBodyScrollLock.ts": {
4822
- "bytesInOutput": 710
4823
- },
4824
- "src/hooks/useBreakpoint/useBreakpoint.tsx": {
4825
- "bytesInOutput": 2790
4615
+ "bytesInOutput": 3121
4826
4616
  },
4827
- "src/hooks/useButton/useButton.tsx": {
4828
- "bytesInOutput": 1173
4829
- },
4830
- "src/hooks/useDebouncedValue/useDebouncedValue.tsx": {
4831
- "bytesInOutput": 549
4617
+ "src/components/Accordion/AccordionLink.tsx": {
4618
+ "bytesInOutput": 2361
4832
4619
  },
4833
- "src/hooks/useDialog/useDialog.ts": {
4834
- "bytesInOutput": 1901
4620
+ "src/components/Flex/Flex.tsx": {
4621
+ "bytesInOutput": 675
4835
4622
  },
4836
4623
  "src/utils/filterUndefinedProps.ts": {
4837
4624
  "bytesInOutput": 219
@@ -4851,39 +4638,6 @@
4851
4638
  "src/utils/spaceDelimitedList.ts": {
4852
4639
  "bytesInOutput": 89
4853
4640
  },
4854
- "src/hooks/useDialogPolyfill/useDialogPolyfill.ts": {
4855
- "bytesInOutput": 830
4856
- },
4857
- "src/hooks/useLabel/useLabel.tsx": {
4858
- "bytesInOutput": 1067
4859
- },
4860
- "src/hooks/useOnClickOutside/useOnClickOutside.tsx": {
4861
- "bytesInOutput": 1002
4862
- },
4863
- "src/hooks/useOnUnmount/useOnUnmount.tsx": {
4864
- "bytesInOutput": 210
4865
- },
4866
- "src/hooks/usePrefersReducedMotion/usePrefersReducedMotion.tsx": {
4867
- "bytesInOutput": 605
4868
- },
4869
- "src/hooks/useRenderCount/useRenderCount.ts": {
4870
- "bytesInOutput": 210
4871
- },
4872
- "src/hooks/useTextField/useTextField.tsx": {
4873
- "bytesInOutput": 2012
4874
- },
4875
- "src/hooks/useValidationClasses/useValidationClasses.ts": {
4876
- "bytesInOutput": 195
4877
- },
4878
- "src/hooks/useWindowEvent/useWindowEvent.tsx": {
4879
- "bytesInOutput": 834
4880
- },
4881
- "src/components/Accordion/AccordionLink.tsx": {
4882
- "bytesInOutput": 2361
4883
- },
4884
- "src/components/Flex/Flex.tsx": {
4885
- "bytesInOutput": 675
4886
- },
4887
4641
  "src/components/Flex/propUtils.ts": {
4888
4642
  "bytesInOutput": 930
4889
4643
  },
@@ -4891,7 +4645,7 @@
4891
4645
  "bytesInOutput": 1522
4892
4646
  },
4893
4647
  "src/components/Accordion/AccordionList.tsx": {
4894
- "bytesInOutput": 1624
4648
+ "bytesInOutput": 1621
4895
4649
  },
4896
4650
  "src/components/Divider/Divider.tsx": {
4897
4651
  "bytesInOutput": 640
@@ -4900,7 +4654,28 @@
4900
4654
  "bytesInOutput": 2385
4901
4655
  },
4902
4656
  "src/components/Combobox/Combobox.tsx": {
4903
- "bytesInOutput": 8841
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
4904
4679
  },
4905
4680
  "src/components/TextField/TextField.tsx": {
4906
4681
  "bytesInOutput": 3028
@@ -4915,7 +4690,7 @@
4915
4690
  "bytesInOutput": 515
4916
4691
  },
4917
4692
  "src/components/TextField/adornmentWithClassName.ts": {
4918
- "bytesInOutput": 396
4693
+ "bytesInOutput": 394
4919
4694
  },
4920
4695
  "src/components/VisuallyHidden/VisuallyHidden.tsx": {
4921
4696
  "bytesInOutput": 621
@@ -4933,7 +4708,7 @@
4933
4708
  "bytesInOutput": 2407
4934
4709
  },
4935
4710
  "src/components/Combobox/useComboboxOptions.ts": {
4936
- "bytesInOutput": 2107
4711
+ "bytesInOutput": 2201
4937
4712
  },
4938
4713
  "src/components/AddressLookup/utils.ts": {
4939
4714
  "bytesInOutput": 123
@@ -5071,7 +4846,7 @@
5071
4846
  "bytesInOutput": 630
5072
4847
  },
5073
4848
  "src/components/Popover/Popover.tsx": {
5074
- "bytesInOutput": 3671
4849
+ "bytesInOutput": 3765
5075
4850
  },
5076
4851
  "src/components/Progress/Progress.tsx": {
5077
4852
  "bytesInOutput": 3523
@@ -5167,7 +4942,7 @@
5167
4942
  "bytesInOutput": 3743
5168
4943
  }
5169
4944
  },
5170
- "bytes": 168850
4945
+ "bytes": 164142
5171
4946
  }
5172
4947
  }
5173
4948
  }