@simplybusiness/mobius 10.4.2 → 10.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (224) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/cjs/components/AddressLookup/AddressLookup.js +39 -36
  3. package/dist/cjs/components/AddressLookup/AddressLookup.js.map +3 -3
  4. package/dist/cjs/components/AddressLookup/index.js +39 -36
  5. package/dist/cjs/components/AddressLookup/index.js.map +3 -3
  6. package/dist/cjs/components/Breadcrumbs/Breadcrumbs.js +3 -7
  7. package/dist/cjs/components/Breadcrumbs/Breadcrumbs.js.map +2 -2
  8. package/dist/cjs/components/Breadcrumbs/index.js +3 -7
  9. package/dist/cjs/components/Breadcrumbs/index.js.map +2 -2
  10. package/dist/cjs/components/Combobox/Combobox.js +35 -32
  11. package/dist/cjs/components/Combobox/Combobox.js.map +3 -3
  12. package/dist/cjs/components/Combobox/index.js +35 -32
  13. package/dist/cjs/components/Combobox/index.js.map +3 -3
  14. package/dist/cjs/components/DateField/DateField.js +11 -8
  15. package/dist/cjs/components/DateField/DateField.js.map +3 -3
  16. package/dist/cjs/components/DateField/index.js +11 -8
  17. package/dist/cjs/components/DateField/index.js.map +3 -3
  18. package/dist/cjs/components/DropdownMenu/Item.js +3 -6
  19. package/dist/cjs/components/DropdownMenu/Item.js.map +2 -2
  20. package/dist/cjs/components/DropdownMenu/index.js +3 -6
  21. package/dist/cjs/components/DropdownMenu/index.js.map +2 -2
  22. package/dist/cjs/components/MaskedField/MaskedField.js +11 -8
  23. package/dist/cjs/components/MaskedField/MaskedField.js.map +3 -3
  24. package/dist/cjs/components/MaskedField/index.js +13 -10
  25. package/dist/cjs/components/MaskedField/index.js.map +3 -3
  26. package/dist/cjs/components/NumberField/NumberField.js +10 -7
  27. package/dist/cjs/components/NumberField/NumberField.js.map +3 -3
  28. package/dist/cjs/components/NumberField/index.js +10 -7
  29. package/dist/cjs/components/NumberField/index.js.map +3 -3
  30. package/dist/cjs/components/PasswordField/PasswordField.js +9 -6
  31. package/dist/cjs/components/PasswordField/PasswordField.js.map +3 -3
  32. package/dist/cjs/components/PasswordField/index.js +9 -6
  33. package/dist/cjs/components/PasswordField/index.js.map +3 -3
  34. package/dist/cjs/components/Popover/Arrow.js +43 -0
  35. package/dist/cjs/components/Popover/Arrow.js.map +7 -0
  36. package/dist/cjs/components/Popover/Popover.js +258 -83
  37. package/dist/cjs/components/Popover/Popover.js.map +4 -4
  38. package/dist/cjs/components/Popover/index.js +258 -83
  39. package/dist/cjs/components/Popover/index.js.map +4 -4
  40. package/dist/cjs/components/Popover/useAutoUpdate.js +53 -0
  41. package/dist/cjs/components/Popover/useAutoUpdate.js.map +7 -0
  42. package/dist/cjs/components/Popover/useFloatingPosition.js +128 -0
  43. package/dist/cjs/components/Popover/useFloatingPosition.js.map +7 -0
  44. package/dist/cjs/components/Popover/useOutsidePress.js +46 -0
  45. package/dist/cjs/components/Popover/useOutsidePress.js.map +7 -0
  46. package/dist/cjs/components/TextField/TextField.js +6 -3
  47. package/dist/cjs/components/TextField/TextField.js.map +3 -3
  48. package/dist/cjs/components/TextField/adornmentWithClassName.js +3 -2
  49. package/dist/cjs/components/TextField/adornmentWithClassName.js.map +2 -2
  50. package/dist/cjs/components/TextField/index.js +6 -3
  51. package/dist/cjs/components/TextField/index.js.map +3 -3
  52. package/dist/cjs/components/index.js +550 -377
  53. package/dist/cjs/components/index.js.map +4 -4
  54. package/dist/cjs/index.js +550 -377
  55. package/dist/cjs/index.js.map +4 -4
  56. package/dist/cjs/meta.json +490 -121
  57. package/dist/esm/chunk-26KZYRE6.js +108 -0
  58. package/dist/esm/chunk-26KZYRE6.js.map +7 -0
  59. package/dist/esm/{chunk-XNEQHHNV.js → chunk-5QMKPWB4.js} +2 -2
  60. package/dist/esm/{chunk-IQKS662C.js → chunk-6RDK3FM2.js} +5 -3
  61. package/dist/esm/chunk-6RDK3FM2.js.map +7 -0
  62. package/dist/esm/{chunk-4HI2AOBC.js → chunk-6TSYA7CJ.js} +4 -7
  63. package/dist/esm/{chunk-4HI2AOBC.js.map → chunk-6TSYA7CJ.js.map} +2 -2
  64. package/dist/esm/chunk-CAL44W47.js +23 -0
  65. package/dist/esm/chunk-CAL44W47.js.map +7 -0
  66. package/dist/esm/{chunk-PEEQNAIN.js → chunk-DMYDWKKA.js} +4 -4
  67. package/dist/esm/{chunk-IM3I5CZL.js → chunk-I6CFRGID.js} +4 -3
  68. package/dist/esm/{chunk-IM3I5CZL.js.map → chunk-I6CFRGID.js.map} +2 -2
  69. package/dist/esm/chunk-K3ECDAUR.js +33 -0
  70. package/dist/esm/chunk-K3ECDAUR.js.map +7 -0
  71. package/dist/esm/{chunk-GJBH37DH.js → chunk-KFHPI67N.js} +4 -4
  72. package/dist/esm/{chunk-OEDU5ZEA.js → chunk-KUH5AB5T.js} +2 -2
  73. package/dist/esm/{chunk-JFDDW3IV.js → chunk-P7TPNRU4.js} +4 -8
  74. package/dist/esm/{chunk-JFDDW3IV.js.map → chunk-P7TPNRU4.js.map} +2 -2
  75. package/dist/esm/{chunk-F5ELD54X.js → chunk-QNOBB5HT.js} +2 -2
  76. package/dist/esm/{chunk-GV36OVX7.js → chunk-R67C5QTH.js} +2 -2
  77. package/dist/esm/{chunk-S4CU4XRB.js → chunk-VGFVSRWH.js} +2 -2
  78. package/dist/esm/chunk-VZ3IWSK6.js +158 -0
  79. package/dist/esm/chunk-VZ3IWSK6.js.map +7 -0
  80. package/dist/esm/{chunk-X4CMSAET.js → chunk-WSQWMVA2.js} +2 -2
  81. package/dist/esm/chunk-WYJP7HVL.js +26 -0
  82. package/dist/esm/chunk-WYJP7HVL.js.map +7 -0
  83. package/dist/esm/{chunk-OAG5T7NC.js → chunk-XEP6X7JU.js} +5 -5
  84. package/dist/esm/chunk-XEP6X7JU.js.map +7 -0
  85. package/dist/esm/components/AddressLookup/AddressLookup.js +6 -6
  86. package/dist/esm/components/AddressLookup/index.js +8 -8
  87. package/dist/esm/components/Breadcrumbs/Breadcrumbs.js +1 -1
  88. package/dist/esm/components/Breadcrumbs/index.js +3 -3
  89. package/dist/esm/components/Checkbox/index.js +1 -1
  90. package/dist/esm/components/Combobox/Combobox.js +5 -5
  91. package/dist/esm/components/Combobox/index.js +5 -5
  92. package/dist/esm/components/DateField/DateField.js +3 -3
  93. package/dist/esm/components/DateField/index.js +3 -3
  94. package/dist/esm/components/Drawer/index.js +3 -3
  95. package/dist/esm/components/DropdownMenu/Item.js +1 -1
  96. package/dist/esm/components/DropdownMenu/index.js +2 -2
  97. package/dist/esm/components/MaskedField/MaskedField.js +2 -2
  98. package/dist/esm/components/MaskedField/index.js +3 -3
  99. package/dist/esm/components/Modal/index.js +3 -3
  100. package/dist/esm/components/NumberField/NumberField.js +3 -3
  101. package/dist/esm/components/NumberField/index.js +3 -3
  102. package/dist/esm/components/PasswordField/PasswordField.js +3 -3
  103. package/dist/esm/components/PasswordField/index.js +3 -3
  104. package/dist/esm/components/Popover/Arrow.js +8 -0
  105. package/dist/esm/components/Popover/Arrow.js.map +7 -0
  106. package/dist/esm/components/Popover/Popover.js +5 -1
  107. package/dist/esm/components/Popover/index.js +5 -1
  108. package/dist/esm/components/Popover/useAutoUpdate.js +8 -0
  109. package/dist/esm/components/Popover/useAutoUpdate.js.map +7 -0
  110. package/dist/esm/components/Popover/useFloatingPosition.js +8 -0
  111. package/dist/esm/components/Popover/useFloatingPosition.js.map +7 -0
  112. package/dist/esm/components/Popover/useOutsidePress.js +8 -0
  113. package/dist/esm/components/Popover/useOutsidePress.js.map +7 -0
  114. package/dist/esm/components/TextField/TextField.js +2 -2
  115. package/dist/esm/components/TextField/adornmentWithClassName.js +1 -1
  116. package/dist/esm/components/TextField/index.js +2 -2
  117. package/dist/esm/components/index.js +81 -77
  118. package/dist/esm/index.js +81 -77
  119. package/dist/esm/meta.json +3495 -3149
  120. package/dist/tsconfig.build.tsbuildinfo +1 -1
  121. package/dist/types/components/Accordion/Accordion.d.ts +4 -4
  122. package/dist/types/components/Accordion/AccordionList.d.ts +4 -4
  123. package/dist/types/components/AddressLookup/AddressLookup.d.ts +4 -4
  124. package/dist/types/components/AddressLookup/LoqateAddressLookupService.d.ts +1 -1
  125. package/dist/types/components/Alert/Alert.d.ts +4 -4
  126. package/dist/types/components/Box/Box.d.ts +4 -4
  127. package/dist/types/components/Breadcrumbs/BreadcrumbItem.d.ts +4 -4
  128. package/dist/types/components/Breadcrumbs/Breadcrumbs.d.ts +4 -4
  129. package/dist/types/components/Button/Button.d.ts +4 -4
  130. package/dist/types/components/Checkbox/Checkbox.d.ts +4 -4
  131. package/dist/types/components/Checkbox/CheckboxGroup.d.ts +4 -4
  132. package/dist/types/components/Combobox/Combobox.d.ts +2 -5
  133. package/dist/types/components/Combobox/useComboboxOptions.d.ts +1 -1
  134. package/dist/types/components/Container/Container.d.ts +4 -4
  135. package/dist/types/components/DateField/DateField.d.ts +4 -4
  136. package/dist/types/components/Divider/Divider.d.ts +4 -4
  137. package/dist/types/components/Drawer/Content.d.ts +4 -4
  138. package/dist/types/components/Drawer/Drawer.d.ts +4 -4
  139. package/dist/types/components/Drawer/Header.d.ts +4 -4
  140. package/dist/types/components/DropdownMenu/DropdownMenu.d.ts +4 -4
  141. package/dist/types/components/DropdownMenu/Item.d.ts +4 -4
  142. package/dist/types/components/ErrorMessage/ErrorMessage.d.ts +4 -4
  143. package/dist/types/components/ExpandableText/ExpandableText.d.ts +4 -4
  144. package/dist/types/components/Fieldset/Fieldset.d.ts +4 -4
  145. package/dist/types/components/Flex/Flex.d.ts +4 -4
  146. package/dist/types/components/Grid/Grid.d.ts +4 -4
  147. package/dist/types/components/Grid/Item.d.ts +4 -4
  148. package/dist/types/components/Image/Image.d.ts +4 -4
  149. package/dist/types/components/Label/Label.d.ts +4 -4
  150. package/dist/types/components/Link/Link.d.ts +4 -4
  151. package/dist/types/components/List/List.d.ts +4 -4
  152. package/dist/types/components/List/ListItem.d.ts +4 -4
  153. package/dist/types/components/LoadingIndicator/LoadingIndicator.d.ts +4 -4
  154. package/dist/types/components/Logo/Logo.d.ts +4 -4
  155. package/dist/types/components/MaskedField/MaskedField.d.ts +4 -4
  156. package/dist/types/components/Modal/Content.d.ts +4 -4
  157. package/dist/types/components/Modal/Header.d.ts +4 -4
  158. package/dist/types/components/Modal/Modal.d.ts +4 -4
  159. package/dist/types/components/NumberField/NumberField.d.ts +4 -4
  160. package/dist/types/components/Option/Option.d.ts +4 -4
  161. package/dist/types/components/PasswordField/PasswordField.d.ts +4 -4
  162. package/dist/types/components/Popover/Arrow.d.ts +9 -0
  163. package/dist/types/components/Popover/useAutoUpdate.d.ts +9 -0
  164. package/dist/types/components/Popover/useFloatingPosition.d.ts +17 -0
  165. package/dist/types/components/Popover/useOutsidePress.d.ts +9 -0
  166. package/dist/types/components/Progress/Progress.d.ts +4 -4
  167. package/dist/types/components/Radio/Radio.d.ts +4 -4
  168. package/dist/types/components/Radio/RadioGroup.d.ts +4 -4
  169. package/dist/types/components/SVG/SVG.d.ts +4 -4
  170. package/dist/types/components/Segment/Segment.d.ts +4 -4
  171. package/dist/types/components/Segment/SegmentGroup.d.ts +4 -4
  172. package/dist/types/components/Select/Select.d.ts +4 -4
  173. package/dist/types/components/Stack/Stack.d.ts +4 -4
  174. package/dist/types/components/Switch/Switch.d.ts +4 -4
  175. package/dist/types/components/Table/Body.d.ts +4 -4
  176. package/dist/types/components/Table/Cell.d.ts +4 -4
  177. package/dist/types/components/Table/Foot.d.ts +4 -4
  178. package/dist/types/components/Table/Head.d.ts +4 -4
  179. package/dist/types/components/Table/HeaderCell.d.ts +4 -4
  180. package/dist/types/components/Table/Row.d.ts +4 -4
  181. package/dist/types/components/Table/Table.d.ts +4 -4
  182. package/dist/types/components/Text/Text.d.ts +4 -4
  183. package/dist/types/components/TextArea/TextArea.d.ts +4 -4
  184. package/dist/types/components/TextAreaInput/TextAreaInput.d.ts +4 -4
  185. package/dist/types/components/TextField/TextField.d.ts +1 -4
  186. package/dist/types/components/TextField/adornmentWithClassName.d.ts +3 -1
  187. package/dist/types/components/TextOrHTML/TextOrHTML.d.ts +4 -4
  188. package/dist/types/components/Title/Title.d.ts +4 -4
  189. package/dist/types/components/Toast/ToastOptionsDoc.d.ts +4 -8
  190. package/dist/types/components/Toast/Toaster.d.ts +4 -4
  191. package/dist/types/hooks/useButton/useButton.d.ts +5 -5
  192. package/dist/types/hooks/useLabel/useLabel.d.ts +1 -1
  193. package/package.json +11 -11
  194. package/src/components/Box/Box.test.tsx +1 -2
  195. package/src/components/Breadcrumbs/Breadcrumbs.tsx +3 -7
  196. package/src/components/Button/Button.stories.tsx +1 -1
  197. package/src/components/Combobox/Combobox.tsx +2 -4
  198. package/src/components/DropdownMenu/DropdownMenu.stories.tsx +1 -1
  199. package/src/components/DropdownMenu/Item.tsx +3 -6
  200. package/src/components/Grid/Grid.stories.tsx +1 -1
  201. package/src/components/Popover/Arrow.tsx +25 -0
  202. package/src/components/Popover/Popover.characterization.test.tsx +269 -0
  203. package/src/components/Popover/Popover.stories.tsx +40 -3
  204. package/src/components/Popover/Popover.test.tsx +6 -2
  205. package/src/components/Popover/Popover.tsx +87 -81
  206. package/src/components/Popover/useAutoUpdate.ts +43 -0
  207. package/src/components/Popover/useFloatingPosition.ts +177 -0
  208. package/src/components/Popover/useOutsidePress.ts +31 -0
  209. package/src/components/TextField/TextField.tsx +3 -1
  210. package/src/components/TextField/adornmentWithClassName.ts +4 -3
  211. package/src/hooks/useBreakpoint/useBreakpoint.test.tsx +4 -4
  212. package/src/styles.d.ts +2 -0
  213. package/dist/esm/chunk-IQKS662C.js.map +0 -7
  214. package/dist/esm/chunk-O5YEU5TG.js +0 -155
  215. package/dist/esm/chunk-O5YEU5TG.js.map +0 -7
  216. package/dist/esm/chunk-OAG5T7NC.js.map +0 -7
  217. /package/dist/esm/{chunk-XNEQHHNV.js.map → chunk-5QMKPWB4.js.map} +0 -0
  218. /package/dist/esm/{chunk-PEEQNAIN.js.map → chunk-DMYDWKKA.js.map} +0 -0
  219. /package/dist/esm/{chunk-GJBH37DH.js.map → chunk-KFHPI67N.js.map} +0 -0
  220. /package/dist/esm/{chunk-OEDU5ZEA.js.map → chunk-KUH5AB5T.js.map} +0 -0
  221. /package/dist/esm/{chunk-F5ELD54X.js.map → chunk-QNOBB5HT.js.map} +0 -0
  222. /package/dist/esm/{chunk-GV36OVX7.js.map → chunk-R67C5QTH.js.map} +0 -0
  223. /package/dist/esm/{chunk-S4CU4XRB.js.map → chunk-VGFVSRWH.js.map} +0 -0
  224. /package/dist/esm/{chunk-X4CMSAET.js.map → chunk-WSQWMVA2.js.map} +0 -0
@@ -781,7 +781,7 @@
781
781
  "format": "esm"
782
782
  },
783
783
  "src/components/TextField/adornmentWithClassName.ts": {
784
- "bytes": 491,
784
+ "bytes": 524,
785
785
  "imports": [
786
786
  {
787
787
  "path": "classnames/dedupe",
@@ -797,13 +797,18 @@
797
797
  "format": "esm"
798
798
  },
799
799
  "src/components/TextField/TextField.tsx": {
800
- "bytes": 4082,
800
+ "bytes": 4157,
801
801
  "imports": [
802
802
  {
803
803
  "path": "classnames/dedupe",
804
804
  "kind": "import-statement",
805
805
  "external": true
806
806
  },
807
+ {
808
+ "path": "react",
809
+ "kind": "import-statement",
810
+ "external": true
811
+ },
807
812
  {
808
813
  "path": "src/hooks/index.tsx",
809
814
  "kind": "import-statement",
@@ -970,7 +975,7 @@
970
975
  "format": "esm"
971
976
  },
972
977
  "src/components/Combobox/Combobox.tsx": {
973
- "bytes": 12001,
978
+ "bytes": 11883,
974
979
  "imports": [
975
980
  {
976
981
  "path": "@simplybusiness/mobius-hooks",
@@ -1234,7 +1239,7 @@
1234
1239
  "format": "esm"
1235
1240
  },
1236
1241
  "src/components/Breadcrumbs/Breadcrumbs.tsx": {
1237
- "bytes": 1355,
1242
+ "bytes": 1278,
1238
1243
  "imports": [
1239
1244
  {
1240
1245
  "path": "react",
@@ -1805,7 +1810,7 @@
1805
1810
  "format": "esm"
1806
1811
  },
1807
1812
  "src/components/DropdownMenu/Item.tsx": {
1808
- "bytes": 1502,
1813
+ "bytes": 1460,
1809
1814
  "imports": [
1810
1815
  {
1811
1816
  "path": "react",
@@ -2447,14 +2452,53 @@
2447
2452
  ],
2448
2453
  "format": "esm"
2449
2454
  },
2450
- "src/components/Popover/Popover.tsx": {
2451
- "bytes": 4803,
2455
+ "src/components/Popover/Arrow.tsx": {
2456
+ "bytes": 554,
2452
2457
  "imports": [
2453
2458
  {
2454
- "path": "@floating-ui/react",
2459
+ "path": "react/jsx-runtime",
2455
2460
  "kind": "import-statement",
2456
2461
  "external": true
2457
- },
2462
+ }
2463
+ ],
2464
+ "format": "esm"
2465
+ },
2466
+ "src/components/Popover/useAutoUpdate.ts": {
2467
+ "bytes": 1202,
2468
+ "imports": [
2469
+ {
2470
+ "path": "react",
2471
+ "kind": "import-statement",
2472
+ "external": true
2473
+ }
2474
+ ],
2475
+ "format": "esm"
2476
+ },
2477
+ "src/components/Popover/useFloatingPosition.ts": {
2478
+ "bytes": 5982,
2479
+ "imports": [
2480
+ {
2481
+ "path": "react",
2482
+ "kind": "import-statement",
2483
+ "external": true
2484
+ }
2485
+ ],
2486
+ "format": "esm"
2487
+ },
2488
+ "src/components/Popover/useOutsidePress.ts": {
2489
+ "bytes": 917,
2490
+ "imports": [
2491
+ {
2492
+ "path": "react",
2493
+ "kind": "import-statement",
2494
+ "external": true
2495
+ }
2496
+ ],
2497
+ "format": "esm"
2498
+ },
2499
+ "src/components/Popover/Popover.tsx": {
2500
+ "bytes": 5165,
2501
+ "imports": [
2458
2502
  {
2459
2503
  "path": "@simplybusiness/icons",
2460
2504
  "kind": "import-statement",
@@ -2470,6 +2514,11 @@
2470
2514
  "kind": "import-statement",
2471
2515
  "external": true
2472
2516
  },
2517
+ {
2518
+ "path": "react-dom",
2519
+ "kind": "import-statement",
2520
+ "external": true
2521
+ },
2473
2522
  {
2474
2523
  "path": "@simplybusiness/mobius-hooks",
2475
2524
  "kind": "import-statement",
@@ -2485,6 +2534,26 @@
2485
2534
  "kind": "import-statement",
2486
2535
  "original": "../Icon"
2487
2536
  },
2537
+ {
2538
+ "path": "src/components/Popover/Arrow.tsx",
2539
+ "kind": "import-statement",
2540
+ "original": "./Arrow"
2541
+ },
2542
+ {
2543
+ "path": "src/components/Popover/useAutoUpdate.ts",
2544
+ "kind": "import-statement",
2545
+ "original": "./useAutoUpdate"
2546
+ },
2547
+ {
2548
+ "path": "src/components/Popover/useFloatingPosition.ts",
2549
+ "kind": "import-statement",
2550
+ "original": "./useFloatingPosition"
2551
+ },
2552
+ {
2553
+ "path": "src/components/Popover/useOutsidePress.ts",
2554
+ "kind": "import-statement",
2555
+ "original": "./useOutsidePress"
2556
+ },
2488
2557
  {
2489
2558
  "path": "@simplybusiness/mobius/src/components/Popover/Popover.css",
2490
2559
  "kind": "import-statement",
@@ -3877,7 +3946,7 @@
3877
3946
  "imports": [],
3878
3947
  "exports": [],
3879
3948
  "inputs": {},
3880
- "bytes": 334257
3949
+ "bytes": 347391
3881
3950
  },
3882
3951
  "dist/cjs/index.js": {
3883
3952
  "imports": [
@@ -4036,6 +4105,11 @@
4036
4105
  "kind": "require-call",
4037
4106
  "external": true
4038
4107
  },
4108
+ {
4109
+ "path": "react",
4110
+ "kind": "require-call",
4111
+ "external": true
4112
+ },
4039
4113
  {
4040
4114
  "path": "@simplybusiness/mobius/src/components/TextField/TextField.css",
4041
4115
  "kind": "require-call",
@@ -4747,22 +4821,22 @@
4747
4821
  "external": true
4748
4822
  },
4749
4823
  {
4750
- "path": "@floating-ui/react",
4824
+ "path": "@simplybusiness/icons",
4751
4825
  "kind": "require-call",
4752
4826
  "external": true
4753
4827
  },
4754
4828
  {
4755
- "path": "@simplybusiness/icons",
4829
+ "path": "classnames/dedupe",
4756
4830
  "kind": "require-call",
4757
4831
  "external": true
4758
4832
  },
4759
4833
  {
4760
- "path": "classnames/dedupe",
4834
+ "path": "react",
4761
4835
  "kind": "require-call",
4762
4836
  "external": true
4763
4837
  },
4764
4838
  {
4765
- "path": "react",
4839
+ "path": "react-dom",
4766
4840
  "kind": "require-call",
4767
4841
  "external": true
4768
4842
  },
@@ -4771,6 +4845,26 @@
4771
4845
  "kind": "require-call",
4772
4846
  "external": true
4773
4847
  },
4848
+ {
4849
+ "path": "react/jsx-runtime",
4850
+ "kind": "require-call",
4851
+ "external": true
4852
+ },
4853
+ {
4854
+ "path": "react",
4855
+ "kind": "require-call",
4856
+ "external": true
4857
+ },
4858
+ {
4859
+ "path": "react",
4860
+ "kind": "require-call",
4861
+ "external": true
4862
+ },
4863
+ {
4864
+ "path": "react",
4865
+ "kind": "require-call",
4866
+ "external": true
4867
+ },
4774
4868
  {
4775
4869
  "path": "@simplybusiness/mobius/src/components/Popover/Popover.css",
4776
4870
  "kind": "require-call",
@@ -5271,10 +5365,10 @@
5271
5365
  "bytesInOutput": 109
5272
5366
  },
5273
5367
  "src/components/TextField/adornmentWithClassName.ts": {
5274
- "bytesInOutput": 620
5368
+ "bytesInOutput": 670
5275
5369
  },
5276
5370
  "src/components/TextField/TextField.tsx": {
5277
- "bytesInOutput": 3979
5371
+ "bytesInOutput": 4113
5278
5372
  },
5279
5373
  "src/components/TextField/index.tsx": {
5280
5374
  "bytesInOutput": 121
@@ -5346,7 +5440,7 @@
5346
5440
  "bytesInOutput": 1580
5347
5441
  },
5348
5442
  "src/components/Breadcrumbs/Breadcrumbs.tsx": {
5349
- "bytesInOutput": 1068
5443
+ "bytesInOutput": 1030
5350
5444
  },
5351
5445
  "src/components/Breadcrumbs/BreadcrumbItem.tsx": {
5352
5446
  "bytesInOutput": 1261
@@ -5397,7 +5491,7 @@
5397
5491
  "bytesInOutput": 2202
5398
5492
  },
5399
5493
  "src/components/DropdownMenu/Item.tsx": {
5400
- "bytesInOutput": 1075
5494
+ "bytesInOutput": 1047
5401
5495
  },
5402
5496
  "src/components/DropdownMenu/index.tsx": {
5403
5497
  "bytesInOutput": 115
@@ -5466,7 +5560,19 @@
5466
5560
  "bytesInOutput": 644
5467
5561
  },
5468
5562
  "src/components/Popover/Popover.tsx": {
5469
- "bytesInOutput": 4540
5563
+ "bytesInOutput": 4561
5564
+ },
5565
+ "src/components/Popover/Arrow.tsx": {
5566
+ "bytesInOutput": 488
5567
+ },
5568
+ "src/components/Popover/useAutoUpdate.ts": {
5569
+ "bytesInOutput": 925
5570
+ },
5571
+ "src/components/Popover/useFloatingPosition.ts": {
5572
+ "bytesInOutput": 3631
5573
+ },
5574
+ "src/components/Popover/useOutsidePress.ts": {
5575
+ "bytesInOutput": 632
5470
5576
  },
5471
5577
  "src/components/Progress/Progress.tsx": {
5472
5578
  "bytesInOutput": 3632
@@ -5556,7 +5662,7 @@
5556
5662
  "bytesInOutput": 916
5557
5663
  }
5558
5664
  },
5559
- "bytes": 185637
5665
+ "bytes": 191668
5560
5666
  },
5561
5667
  "dist/cjs/utils/changeCSS.js.map": {
5562
5668
  "imports": [],
@@ -6486,7 +6592,7 @@
6486
6592
  "imports": [],
6487
6593
  "exports": [],
6488
6594
  "inputs": {},
6489
- "bytes": 336191
6595
+ "bytes": 349337
6490
6596
  },
6491
6597
  "dist/cjs/components/index.js": {
6492
6598
  "imports": [
@@ -6645,6 +6751,11 @@
6645
6751
  "kind": "require-call",
6646
6752
  "external": true
6647
6753
  },
6754
+ {
6755
+ "path": "react",
6756
+ "kind": "require-call",
6757
+ "external": true
6758
+ },
6648
6759
  {
6649
6760
  "path": "@simplybusiness/mobius/src/components/TextField/TextField.css",
6650
6761
  "kind": "require-call",
@@ -7356,22 +7467,22 @@
7356
7467
  "external": true
7357
7468
  },
7358
7469
  {
7359
- "path": "@floating-ui/react",
7470
+ "path": "@simplybusiness/icons",
7360
7471
  "kind": "require-call",
7361
7472
  "external": true
7362
7473
  },
7363
7474
  {
7364
- "path": "@simplybusiness/icons",
7475
+ "path": "classnames/dedupe",
7365
7476
  "kind": "require-call",
7366
7477
  "external": true
7367
7478
  },
7368
7479
  {
7369
- "path": "classnames/dedupe",
7480
+ "path": "react",
7370
7481
  "kind": "require-call",
7371
7482
  "external": true
7372
7483
  },
7373
7484
  {
7374
- "path": "react",
7485
+ "path": "react-dom",
7375
7486
  "kind": "require-call",
7376
7487
  "external": true
7377
7488
  },
@@ -7380,6 +7491,26 @@
7380
7491
  "kind": "require-call",
7381
7492
  "external": true
7382
7493
  },
7494
+ {
7495
+ "path": "react/jsx-runtime",
7496
+ "kind": "require-call",
7497
+ "external": true
7498
+ },
7499
+ {
7500
+ "path": "react",
7501
+ "kind": "require-call",
7502
+ "external": true
7503
+ },
7504
+ {
7505
+ "path": "react",
7506
+ "kind": "require-call",
7507
+ "external": true
7508
+ },
7509
+ {
7510
+ "path": "react",
7511
+ "kind": "require-call",
7512
+ "external": true
7513
+ },
7383
7514
  {
7384
7515
  "path": "@simplybusiness/mobius/src/components/Popover/Popover.css",
7385
7516
  "kind": "require-call",
@@ -7880,10 +8011,10 @@
7880
8011
  "bytesInOutput": 109
7881
8012
  },
7882
8013
  "src/components/TextField/adornmentWithClassName.ts": {
7883
- "bytesInOutput": 620
8014
+ "bytesInOutput": 670
7884
8015
  },
7885
8016
  "src/components/TextField/TextField.tsx": {
7886
- "bytesInOutput": 3979
8017
+ "bytesInOutput": 4113
7887
8018
  },
7888
8019
  "src/components/TextField/index.tsx": {
7889
8020
  "bytesInOutput": 121
@@ -7955,7 +8086,7 @@
7955
8086
  "bytesInOutput": 1580
7956
8087
  },
7957
8088
  "src/components/Breadcrumbs/Breadcrumbs.tsx": {
7958
- "bytesInOutput": 1068
8089
+ "bytesInOutput": 1030
7959
8090
  },
7960
8091
  "src/components/Breadcrumbs/BreadcrumbItem.tsx": {
7961
8092
  "bytesInOutput": 1261
@@ -8006,7 +8137,7 @@
8006
8137
  "bytesInOutput": 2202
8007
8138
  },
8008
8139
  "src/components/DropdownMenu/Item.tsx": {
8009
- "bytesInOutput": 1075
8140
+ "bytesInOutput": 1047
8010
8141
  },
8011
8142
  "src/components/DropdownMenu/index.tsx": {
8012
8143
  "bytesInOutput": 115
@@ -8075,7 +8206,19 @@
8075
8206
  "bytesInOutput": 644
8076
8207
  },
8077
8208
  "src/components/Popover/Popover.tsx": {
8078
- "bytesInOutput": 4540
8209
+ "bytesInOutput": 4561
8210
+ },
8211
+ "src/components/Popover/Arrow.tsx": {
8212
+ "bytesInOutput": 488
8213
+ },
8214
+ "src/components/Popover/useAutoUpdate.ts": {
8215
+ "bytesInOutput": 925
8216
+ },
8217
+ "src/components/Popover/useFloatingPosition.ts": {
8218
+ "bytesInOutput": 3631
8219
+ },
8220
+ "src/components/Popover/useOutsidePress.ts": {
8221
+ "bytesInOutput": 632
8079
8222
  },
8080
8223
  "src/components/Progress/Progress.tsx": {
8081
8224
  "bytesInOutput": 3632
@@ -8165,7 +8308,7 @@
8165
8308
  "bytesInOutput": 916
8166
8309
  }
8167
8310
  },
8168
- "bytes": 185563
8311
+ "bytes": 191594
8169
8312
  },
8170
8313
  "dist/cjs/components/VisuallyHidden/VisuallyHidden.js.map": {
8171
8314
  "imports": [],
@@ -8827,7 +8970,7 @@
8827
8970
  "imports": [],
8828
8971
  "exports": [],
8829
8972
  "inputs": {},
8830
- "bytes": 950
8973
+ "bytes": 1001
8831
8974
  },
8832
8975
  "dist/cjs/components/TextField/adornmentWithClassName.js": {
8833
8976
  "imports": [
@@ -8846,16 +8989,16 @@
8846
8989
  "entryPoint": "src/components/TextField/adornmentWithClassName.ts",
8847
8990
  "inputs": {
8848
8991
  "src/components/TextField/adornmentWithClassName.ts": {
8849
- "bytesInOutput": 594
8992
+ "bytesInOutput": 640
8850
8993
  }
8851
8994
  },
8852
- "bytes": 2096
8995
+ "bytes": 2142
8853
8996
  },
8854
8997
  "dist/cjs/components/TextField/TextField.js.map": {
8855
8998
  "imports": [],
8856
8999
  "exports": [],
8857
9000
  "inputs": {},
8858
- "bytes": 28306
9001
+ "bytes": 28500
8859
9002
  },
8860
9003
  "dist/cjs/components/TextField/TextField.js": {
8861
9004
  "imports": [
@@ -8874,6 +9017,11 @@
8874
9017
  "kind": "require-call",
8875
9018
  "external": true
8876
9019
  },
9020
+ {
9021
+ "path": "react",
9022
+ "kind": "require-call",
9023
+ "external": true
9024
+ },
8877
9025
  {
8878
9026
  "path": "@simplybusiness/icons",
8879
9027
  "kind": "require-call",
@@ -8994,7 +9142,7 @@
8994
9142
  "entryPoint": "src/components/TextField/TextField.tsx",
8995
9143
  "inputs": {
8996
9144
  "src/components/TextField/TextField.tsx": {
8997
- "bytesInOutput": 3421
9145
+ "bytesInOutput": 3521
8998
9146
  },
8999
9147
  "src/utils/spaceDelimitedList.ts": {
9000
9148
  "bytesInOutput": 89
@@ -9027,16 +9175,16 @@
9027
9175
  "bytesInOutput": 600
9028
9176
  },
9029
9177
  "src/components/TextField/adornmentWithClassName.ts": {
9030
- "bytesInOutput": 392
9178
+ "bytesInOutput": 438
9031
9179
  }
9032
9180
  },
9033
- "bytes": 16210
9181
+ "bytes": 16356
9034
9182
  },
9035
9183
  "dist/cjs/components/TextField/index.js.map": {
9036
9184
  "imports": [],
9037
9185
  "exports": [],
9038
9186
  "inputs": {},
9039
- "bytes": 28393
9187
+ "bytes": 28587
9040
9188
  },
9041
9189
  "dist/cjs/components/TextField/index.js": {
9042
9190
  "imports": [
@@ -9055,6 +9203,11 @@
9055
9203
  "kind": "require-call",
9056
9204
  "external": true
9057
9205
  },
9206
+ {
9207
+ "path": "react",
9208
+ "kind": "require-call",
9209
+ "external": true
9210
+ },
9058
9211
  {
9059
9212
  "path": "@simplybusiness/icons",
9060
9213
  "kind": "require-call",
@@ -9178,7 +9331,7 @@
9178
9331
  "bytesInOutput": 141
9179
9332
  },
9180
9333
  "src/components/TextField/TextField.tsx": {
9181
- "bytesInOutput": 3280
9334
+ "bytesInOutput": 3380
9182
9335
  },
9183
9336
  "src/utils/spaceDelimitedList.ts": {
9184
9337
  "bytesInOutput": 89
@@ -9211,10 +9364,10 @@
9211
9364
  "bytesInOutput": 600
9212
9365
  },
9213
9366
  "src/components/TextField/adornmentWithClassName.ts": {
9214
- "bytesInOutput": 392
9367
+ "bytesInOutput": 438
9215
9368
  }
9216
9369
  },
9217
- "bytes": 16231
9370
+ "bytes": 16377
9218
9371
  },
9219
9372
  "dist/cjs/components/TextAreaInput/TextAreaInput.js.map": {
9220
9373
  "imports": [],
@@ -11474,19 +11627,106 @@
11474
11627
  },
11475
11628
  "bytes": 6579
11476
11629
  },
11477
- "dist/cjs/components/Popover/Popover.js.map": {
11630
+ "dist/cjs/components/Popover/useAutoUpdate.js.map": {
11478
11631
  "imports": [],
11479
11632
  "exports": [],
11480
11633
  "inputs": {},
11481
- "bytes": 18953
11634
+ "bytes": 2036
11482
11635
  },
11483
- "dist/cjs/components/Popover/Popover.js": {
11636
+ "dist/cjs/components/Popover/useAutoUpdate.js": {
11484
11637
  "imports": [
11485
11638
  {
11486
- "path": "@floating-ui/react",
11639
+ "path": "react",
11487
11640
  "kind": "require-call",
11488
11641
  "external": true
11489
- },
11642
+ }
11643
+ ],
11644
+ "exports": [],
11645
+ "entryPoint": "src/components/Popover/useAutoUpdate.ts",
11646
+ "inputs": {
11647
+ "src/components/Popover/useAutoUpdate.ts": {
11648
+ "bytesInOutput": 1082
11649
+ }
11650
+ },
11651
+ "bytes": 1967
11652
+ },
11653
+ "dist/cjs/components/Popover/useFloatingPosition.js.map": {
11654
+ "imports": [],
11655
+ "exports": [],
11656
+ "inputs": {},
11657
+ "bytes": 8595
11658
+ },
11659
+ "dist/cjs/components/Popover/useFloatingPosition.js": {
11660
+ "imports": [
11661
+ {
11662
+ "path": "react",
11663
+ "kind": "require-call",
11664
+ "external": true
11665
+ }
11666
+ ],
11667
+ "exports": [],
11668
+ "entryPoint": "src/components/Popover/useFloatingPosition.ts",
11669
+ "inputs": {
11670
+ "src/components/Popover/useFloatingPosition.ts": {
11671
+ "bytesInOutput": 3816
11672
+ }
11673
+ },
11674
+ "bytes": 4713
11675
+ },
11676
+ "dist/cjs/components/Popover/useOutsidePress.js.map": {
11677
+ "imports": [],
11678
+ "exports": [],
11679
+ "inputs": {},
11680
+ "bytes": 1561
11681
+ },
11682
+ "dist/cjs/components/Popover/useOutsidePress.js": {
11683
+ "imports": [
11684
+ {
11685
+ "path": "react",
11686
+ "kind": "require-call",
11687
+ "external": true
11688
+ }
11689
+ ],
11690
+ "exports": [],
11691
+ "entryPoint": "src/components/Popover/useOutsidePress.ts",
11692
+ "inputs": {
11693
+ "src/components/Popover/useOutsidePress.ts": {
11694
+ "bytesInOutput": 799
11695
+ }
11696
+ },
11697
+ "bytes": 1688
11698
+ },
11699
+ "dist/cjs/components/Popover/Arrow.js.map": {
11700
+ "imports": [],
11701
+ "exports": [],
11702
+ "inputs": {},
11703
+ "bytes": 1066
11704
+ },
11705
+ "dist/cjs/components/Popover/Arrow.js": {
11706
+ "imports": [
11707
+ {
11708
+ "path": "react/jsx-runtime",
11709
+ "kind": "require-call",
11710
+ "external": true
11711
+ }
11712
+ ],
11713
+ "exports": [],
11714
+ "entryPoint": "src/components/Popover/Arrow.tsx",
11715
+ "inputs": {
11716
+ "src/components/Popover/Arrow.tsx": {
11717
+ "bytesInOutput": 603
11718
+ }
11719
+ },
11720
+ "bytes": 1473
11721
+ },
11722
+ "dist/cjs/components/Popover/Popover.js.map": {
11723
+ "imports": [],
11724
+ "exports": [],
11725
+ "inputs": {},
11726
+ "bytes": 32184
11727
+ },
11728
+ "dist/cjs/components/Popover/Popover.js": {
11729
+ "imports": [
11490
11730
  {
11491
11731
  "path": "@simplybusiness/icons",
11492
11732
  "kind": "require-call",
@@ -11502,6 +11742,11 @@
11502
11742
  "kind": "require-call",
11503
11743
  "external": true
11504
11744
  },
11745
+ {
11746
+ "path": "react-dom",
11747
+ "kind": "require-call",
11748
+ "external": true
11749
+ },
11505
11750
  {
11506
11751
  "path": "@simplybusiness/mobius-hooks",
11507
11752
  "kind": "require-call",
@@ -11567,6 +11812,26 @@
11567
11812
  "kind": "require-call",
11568
11813
  "external": true
11569
11814
  },
11815
+ {
11816
+ "path": "react/jsx-runtime",
11817
+ "kind": "require-call",
11818
+ "external": true
11819
+ },
11820
+ {
11821
+ "path": "react",
11822
+ "kind": "require-call",
11823
+ "external": true
11824
+ },
11825
+ {
11826
+ "path": "react",
11827
+ "kind": "require-call",
11828
+ "external": true
11829
+ },
11830
+ {
11831
+ "path": "react",
11832
+ "kind": "require-call",
11833
+ "external": true
11834
+ },
11570
11835
  {
11571
11836
  "path": "@simplybusiness/mobius/src/components/Popover/Popover.css",
11572
11837
  "kind": "require-call",
@@ -11582,7 +11847,7 @@
11582
11847
  "entryPoint": "src/components/Popover/Popover.tsx",
11583
11848
  "inputs": {
11584
11849
  "src/components/Popover/Popover.tsx": {
11585
- "bytesInOutput": 4623
11850
+ "bytesInOutput": 4652
11586
11851
  },
11587
11852
  "src/components/Button/Button.tsx": {
11588
11853
  "bytesInOutput": 1133
@@ -11601,35 +11866,47 @@
11601
11866
  },
11602
11867
  "src/components/Button/Success.tsx": {
11603
11868
  "bytesInOutput": 561
11869
+ },
11870
+ "src/components/Popover/Arrow.tsx": {
11871
+ "bytesInOutput": 485
11872
+ },
11873
+ "src/components/Popover/useAutoUpdate.ts": {
11874
+ "bytesInOutput": 923
11875
+ },
11876
+ "src/components/Popover/useFloatingPosition.ts": {
11877
+ "bytesInOutput": 3628
11878
+ },
11879
+ "src/components/Popover/useOutsidePress.ts": {
11880
+ "bytesInOutput": 630
11604
11881
  }
11605
11882
  },
11606
- "bytes": 12170
11883
+ "bytes": 18042
11607
11884
  },
11608
11885
  "dist/cjs/components/Popover/index.js.map": {
11609
11886
  "imports": [],
11610
11887
  "exports": [],
11611
11888
  "inputs": {},
11612
- "bytes": 19037
11889
+ "bytes": 32268
11613
11890
  },
11614
11891
  "dist/cjs/components/Popover/index.js": {
11615
11892
  "imports": [
11616
11893
  {
11617
- "path": "@floating-ui/react",
11894
+ "path": "@simplybusiness/icons",
11618
11895
  "kind": "require-call",
11619
11896
  "external": true
11620
11897
  },
11621
11898
  {
11622
- "path": "@simplybusiness/icons",
11899
+ "path": "classnames/dedupe",
11623
11900
  "kind": "require-call",
11624
11901
  "external": true
11625
11902
  },
11626
11903
  {
11627
- "path": "classnames/dedupe",
11904
+ "path": "react",
11628
11905
  "kind": "require-call",
11629
11906
  "external": true
11630
11907
  },
11631
11908
  {
11632
- "path": "react",
11909
+ "path": "react-dom",
11633
11910
  "kind": "require-call",
11634
11911
  "external": true
11635
11912
  },
@@ -11698,6 +11975,26 @@
11698
11975
  "kind": "require-call",
11699
11976
  "external": true
11700
11977
  },
11978
+ {
11979
+ "path": "react/jsx-runtime",
11980
+ "kind": "require-call",
11981
+ "external": true
11982
+ },
11983
+ {
11984
+ "path": "react",
11985
+ "kind": "require-call",
11986
+ "external": true
11987
+ },
11988
+ {
11989
+ "path": "react",
11990
+ "kind": "require-call",
11991
+ "external": true
11992
+ },
11993
+ {
11994
+ "path": "react",
11995
+ "kind": "require-call",
11996
+ "external": true
11997
+ },
11701
11998
  {
11702
11999
  "path": "@simplybusiness/mobius/src/components/Popover/Popover.css",
11703
12000
  "kind": "require-call",
@@ -11716,7 +12013,7 @@
11716
12013
  "bytesInOutput": 131
11717
12014
  },
11718
12015
  "src/components/Popover/Popover.tsx": {
11719
- "bytesInOutput": 4492
12016
+ "bytesInOutput": 4521
11720
12017
  },
11721
12018
  "src/components/Button/Button.tsx": {
11722
12019
  "bytesInOutput": 1133
@@ -11735,15 +12032,27 @@
11735
12032
  },
11736
12033
  "src/components/Button/Success.tsx": {
11737
12034
  "bytesInOutput": 561
12035
+ },
12036
+ "src/components/Popover/Arrow.tsx": {
12037
+ "bytesInOutput": 485
12038
+ },
12039
+ "src/components/Popover/useAutoUpdate.ts": {
12040
+ "bytesInOutput": 923
12041
+ },
12042
+ "src/components/Popover/useFloatingPosition.ts": {
12043
+ "bytesInOutput": 3628
12044
+ },
12045
+ "src/components/Popover/useOutsidePress.ts": {
12046
+ "bytesInOutput": 630
11738
12047
  }
11739
12048
  },
11740
- "bytes": 12205
12049
+ "bytes": 18077
11741
12050
  },
11742
12051
  "dist/cjs/components/PasswordField/PasswordField.js.map": {
11743
12052
  "imports": [],
11744
12053
  "exports": [],
11745
12054
  "inputs": {},
11746
- "bytes": 32682
12055
+ "bytes": 32876
11747
12056
  },
11748
12057
  "dist/cjs/components/PasswordField/PasswordField.js": {
11749
12058
  "imports": [
@@ -11772,6 +12081,11 @@
11772
12081
  "kind": "require-call",
11773
12082
  "external": true
11774
12083
  },
12084
+ {
12085
+ "path": "react",
12086
+ "kind": "require-call",
12087
+ "external": true
12088
+ },
11775
12089
  {
11776
12090
  "path": "@simplybusiness/icons",
11777
12091
  "kind": "require-call",
@@ -11918,7 +12232,7 @@
11918
12232
  "bytesInOutput": 220
11919
12233
  },
11920
12234
  "src/components/TextField/TextField.tsx": {
11921
- "bytesInOutput": 3280
12235
+ "bytesInOutput": 3380
11922
12236
  },
11923
12237
  "src/utils/spaceDelimitedList.ts": {
11924
12238
  "bytesInOutput": 89
@@ -11951,13 +12265,13 @@
11951
12265
  "bytesInOutput": 600
11952
12266
  },
11953
12267
  "src/components/TextField/adornmentWithClassName.ts": {
11954
- "bytesInOutput": 392
12268
+ "bytesInOutput": 438
11955
12269
  },
11956
12270
  "src/components/PasswordField/ShowHideButton.tsx": {
11957
12271
  "bytesInOutput": 624
11958
12272
  }
11959
12273
  },
11960
- "bytes": 18657
12274
+ "bytes": 18803
11961
12275
  },
11962
12276
  "dist/cjs/components/PasswordField/ShowHideButton.js.map": {
11963
12277
  "imports": [],
@@ -12009,7 +12323,7 @@
12009
12323
  "imports": [],
12010
12324
  "exports": [],
12011
12325
  "inputs": {},
12012
- "bytes": 32777
12326
+ "bytes": 32971
12013
12327
  },
12014
12328
  "dist/cjs/components/PasswordField/index.js": {
12015
12329
  "imports": [
@@ -12038,6 +12352,11 @@
12038
12352
  "kind": "require-call",
12039
12353
  "external": true
12040
12354
  },
12355
+ {
12356
+ "path": "react",
12357
+ "kind": "require-call",
12358
+ "external": true
12359
+ },
12041
12360
  {
12042
12361
  "path": "@simplybusiness/icons",
12043
12362
  "kind": "require-call",
@@ -12187,7 +12506,7 @@
12187
12506
  "bytesInOutput": 220
12188
12507
  },
12189
12508
  "src/components/TextField/TextField.tsx": {
12190
- "bytesInOutput": 3280
12509
+ "bytesInOutput": 3380
12191
12510
  },
12192
12511
  "src/utils/spaceDelimitedList.ts": {
12193
12512
  "bytesInOutput": 89
@@ -12220,13 +12539,13 @@
12220
12539
  "bytesInOutput": 600
12221
12540
  },
12222
12541
  "src/components/TextField/adornmentWithClassName.ts": {
12223
- "bytesInOutput": 392
12542
+ "bytesInOutput": 438
12224
12543
  },
12225
12544
  "src/components/PasswordField/ShowHideButton.tsx": {
12226
12545
  "bytesInOutput": 624
12227
12546
  }
12228
12547
  },
12229
- "bytes": 18678
12548
+ "bytes": 18824
12230
12549
  },
12231
12550
  "dist/cjs/components/Option/Option.js.map": {
12232
12551
  "imports": [],
@@ -12281,7 +12600,7 @@
12281
12600
  "imports": [],
12282
12601
  "exports": [],
12283
12602
  "inputs": {},
12284
- "bytes": 34459
12603
+ "bytes": 34653
12285
12604
  },
12286
12605
  "dist/cjs/components/NumberField/NumberField.js": {
12287
12606
  "imports": [
@@ -12310,6 +12629,11 @@
12310
12629
  "kind": "require-call",
12311
12630
  "external": true
12312
12631
  },
12632
+ {
12633
+ "path": "react",
12634
+ "kind": "require-call",
12635
+ "external": true
12636
+ },
12313
12637
  {
12314
12638
  "path": "@simplybusiness/icons",
12315
12639
  "kind": "require-call",
@@ -12443,7 +12767,7 @@
12443
12767
  "bytesInOutput": 2972
12444
12768
  },
12445
12769
  "src/components/TextField/TextField.tsx": {
12446
- "bytesInOutput": 3280
12770
+ "bytesInOutput": 3380
12447
12771
  },
12448
12772
  "src/utils/spaceDelimitedList.ts": {
12449
12773
  "bytesInOutput": 89
@@ -12476,16 +12800,16 @@
12476
12800
  "bytesInOutput": 600
12477
12801
  },
12478
12802
  "src/components/TextField/adornmentWithClassName.ts": {
12479
- "bytesInOutput": 392
12803
+ "bytesInOutput": 438
12480
12804
  }
12481
12805
  },
12482
- "bytes": 19137
12806
+ "bytes": 19283
12483
12807
  },
12484
12808
  "dist/cjs/components/NumberField/index.js.map": {
12485
12809
  "imports": [],
12486
12810
  "exports": [],
12487
12811
  "inputs": {},
12488
- "bytes": 34550
12812
+ "bytes": 34744
12489
12813
  },
12490
12814
  "dist/cjs/components/NumberField/index.js": {
12491
12815
  "imports": [
@@ -12514,6 +12838,11 @@
12514
12838
  "kind": "require-call",
12515
12839
  "external": true
12516
12840
  },
12841
+ {
12842
+ "path": "react",
12843
+ "kind": "require-call",
12844
+ "external": true
12845
+ },
12517
12846
  {
12518
12847
  "path": "@simplybusiness/icons",
12519
12848
  "kind": "require-call",
@@ -12650,7 +12979,7 @@
12650
12979
  "bytesInOutput": 2821
12651
12980
  },
12652
12981
  "src/components/TextField/TextField.tsx": {
12653
- "bytesInOutput": 3280
12982
+ "bytesInOutput": 3380
12654
12983
  },
12655
12984
  "src/utils/spaceDelimitedList.ts": {
12656
12985
  "bytesInOutput": 89
@@ -12683,10 +13012,10 @@
12683
13012
  "bytesInOutput": 600
12684
13013
  },
12685
13014
  "src/components/TextField/adornmentWithClassName.ts": {
12686
- "bytesInOutput": 392
13015
+ "bytesInOutput": 438
12687
13016
  }
12688
13017
  },
12689
- "bytes": 19158
13018
+ "bytes": 19304
12690
13019
  },
12691
13020
  "dist/cjs/components/Modal/types.js.map": {
12692
13021
  "imports": [],
@@ -13184,7 +13513,7 @@
13184
13513
  "imports": [],
13185
13514
  "exports": [],
13186
13515
  "inputs": {},
13187
- "bytes": 41162
13516
+ "bytes": 41356
13188
13517
  },
13189
13518
  "dist/cjs/components/MaskedField/MaskedField.js": {
13190
13519
  "imports": [
@@ -13213,6 +13542,11 @@
13213
13542
  "kind": "require-call",
13214
13543
  "external": true
13215
13544
  },
13545
+ {
13546
+ "path": "react",
13547
+ "kind": "require-call",
13548
+ "external": true
13549
+ },
13216
13550
  {
13217
13551
  "path": "@simplybusiness/icons",
13218
13552
  "kind": "require-call",
@@ -13341,7 +13675,7 @@
13341
13675
  "bytesInOutput": 3884
13342
13676
  },
13343
13677
  "src/components/TextField/TextField.tsx": {
13344
- "bytesInOutput": 3280
13678
+ "bytesInOutput": 3380
13345
13679
  },
13346
13680
  "src/utils/spaceDelimitedList.ts": {
13347
13681
  "bytesInOutput": 89
@@ -13374,16 +13708,16 @@
13374
13708
  "bytesInOutput": 600
13375
13709
  },
13376
13710
  "src/components/TextField/adornmentWithClassName.ts": {
13377
- "bytesInOutput": 392
13711
+ "bytesInOutput": 438
13378
13712
  }
13379
13713
  },
13380
- "bytes": 20049
13714
+ "bytes": 20195
13381
13715
  },
13382
13716
  "dist/cjs/components/MaskedField/index.js.map": {
13383
13717
  "imports": [],
13384
13718
  "exports": [],
13385
13719
  "inputs": {},
13386
- "bytes": 58721
13720
+ "bytes": 58930
13387
13721
  },
13388
13722
  "dist/cjs/components/MaskedField/index.js": {
13389
13723
  "imports": [
@@ -13537,6 +13871,11 @@
13537
13871
  "kind": "require-call",
13538
13872
  "external": true
13539
13873
  },
13874
+ {
13875
+ "path": "react",
13876
+ "kind": "require-call",
13877
+ "external": true
13878
+ },
13540
13879
  {
13541
13880
  "path": "@simplybusiness/mobius/src/components/TextField/TextField.css",
13542
13881
  "kind": "require-call",
@@ -13664,22 +14003,22 @@
13664
14003
  "bytesInOutput": 109
13665
14004
  },
13666
14005
  "src/components/TextField/adornmentWithClassName.ts": {
13667
- "bytesInOutput": 614
14006
+ "bytesInOutput": 664
13668
14007
  },
13669
14008
  "src/components/TextField/TextField.tsx": {
13670
- "bytesInOutput": 3963
14009
+ "bytesInOutput": 4094
13671
14010
  },
13672
14011
  "src/components/TextField/index.tsx": {
13673
14012
  "bytesInOutput": 121
13674
14013
  },
13675
14014
  "src/components/MaskedField/MaskedField.tsx": {
13676
- "bytesInOutput": 4644
14015
+ "bytesInOutput": 4650
13677
14016
  },
13678
14017
  "src/components/MaskedField/index.tsx": {
13679
14018
  "bytesInOutput": 1068
13680
14019
  }
13681
14020
  },
13682
- "bytes": 28597
14021
+ "bytes": 28784
13683
14022
  },
13684
14023
  "dist/cjs/components/Logo/Logo.js.map": {
13685
14024
  "imports": [],
@@ -15552,7 +15891,7 @@
15552
15891
  "imports": [],
15553
15892
  "exports": [],
15554
15893
  "inputs": {},
15555
- "bytes": 2362
15894
+ "bytes": 2305
15556
15895
  },
15557
15896
  "dist/cjs/components/DropdownMenu/Item.js": {
15558
15897
  "imports": [
@@ -15576,16 +15915,16 @@
15576
15915
  "entryPoint": "src/components/DropdownMenu/Item.tsx",
15577
15916
  "inputs": {
15578
15917
  "src/components/DropdownMenu/Item.tsx": {
15579
- "bytesInOutput": 1171
15918
+ "bytesInOutput": 1143
15580
15919
  }
15581
15920
  },
15582
- "bytes": 2641
15921
+ "bytes": 2613
15583
15922
  },
15584
15923
  "dist/cjs/components/DropdownMenu/index.js.map": {
15585
15924
  "imports": [],
15586
15925
  "exports": [],
15587
15926
  "inputs": {},
15588
- "bytes": 19174
15927
+ "bytes": 19117
15589
15928
  },
15590
15929
  "dist/cjs/components/DropdownMenu/index.js": {
15591
15930
  "imports": [
@@ -15718,10 +16057,10 @@
15718
16057
  "bytesInOutput": 561
15719
16058
  },
15720
16059
  "src/components/DropdownMenu/Item.tsx": {
15721
- "bytesInOutput": 1065
16060
+ "bytesInOutput": 1037
15722
16061
  }
15723
16062
  },
15724
- "bytes": 11214
16063
+ "bytes": 11186
15725
16064
  },
15726
16065
  "dist/cjs/components/Drawer/types.js.map": {
15727
16066
  "imports": [],
@@ -16303,7 +16642,7 @@
16303
16642
  "imports": [],
16304
16643
  "exports": [],
16305
16644
  "inputs": {},
16306
- "bytes": 36830
16645
+ "bytes": 37024
16307
16646
  },
16308
16647
  "dist/cjs/components/DateField/DateField.js": {
16309
16648
  "imports": [
@@ -16332,6 +16671,11 @@
16332
16671
  "kind": "require-call",
16333
16672
  "external": true
16334
16673
  },
16674
+ {
16675
+ "path": "react",
16676
+ "kind": "require-call",
16677
+ "external": true
16678
+ },
16335
16679
  {
16336
16680
  "path": "@simplybusiness/icons",
16337
16681
  "kind": "require-call",
@@ -16463,7 +16807,7 @@
16463
16807
  "bytesInOutput": 220
16464
16808
  },
16465
16809
  "src/components/TextField/TextField.tsx": {
16466
- "bytesInOutput": 3280
16810
+ "bytesInOutput": 3380
16467
16811
  },
16468
16812
  "src/utils/spaceDelimitedList.ts": {
16469
16813
  "bytesInOutput": 89
@@ -16496,19 +16840,19 @@
16496
16840
  "bytesInOutput": 600
16497
16841
  },
16498
16842
  "src/components/TextField/adornmentWithClassName.ts": {
16499
- "bytesInOutput": 392
16843
+ "bytesInOutput": 438
16500
16844
  },
16501
16845
  "src/components/DateField/validation.ts": {
16502
16846
  "bytesInOutput": 1112
16503
16847
  }
16504
16848
  },
16505
- "bytes": 20193
16849
+ "bytes": 20339
16506
16850
  },
16507
16851
  "dist/cjs/components/DateField/index.js.map": {
16508
16852
  "imports": [],
16509
16853
  "exports": [],
16510
16854
  "inputs": {},
16511
- "bytes": 36960
16855
+ "bytes": 37154
16512
16856
  },
16513
16857
  "dist/cjs/components/DateField/index.js": {
16514
16858
  "imports": [
@@ -16537,6 +16881,11 @@
16537
16881
  "kind": "require-call",
16538
16882
  "external": true
16539
16883
  },
16884
+ {
16885
+ "path": "react",
16886
+ "kind": "require-call",
16887
+ "external": true
16888
+ },
16540
16889
  {
16541
16890
  "path": "@simplybusiness/icons",
16542
16891
  "kind": "require-call",
@@ -16671,7 +17020,7 @@
16671
17020
  "bytesInOutput": 220
16672
17021
  },
16673
17022
  "src/components/TextField/TextField.tsx": {
16674
- "bytesInOutput": 3280
17023
+ "bytesInOutput": 3380
16675
17024
  },
16676
17025
  "src/utils/spaceDelimitedList.ts": {
16677
17026
  "bytesInOutput": 89
@@ -16704,13 +17053,13 @@
16704
17053
  "bytesInOutput": 600
16705
17054
  },
16706
17055
  "src/components/TextField/adornmentWithClassName.ts": {
16707
- "bytesInOutput": 392
17056
+ "bytesInOutput": 438
16708
17057
  },
16709
17058
  "src/components/DateField/validation.ts": {
16710
17059
  "bytesInOutput": 1112
16711
17060
  }
16712
17061
  },
16713
- "bytes": 20298
17062
+ "bytes": 20444
16714
17063
  },
16715
17064
  "dist/cjs/components/Container/Container.js.map": {
16716
17065
  "imports": [],
@@ -16822,7 +17171,7 @@
16822
17171
  "imports": [],
16823
17172
  "exports": [],
16824
17173
  "inputs": {},
16825
- "bytes": 73108
17174
+ "bytes": 73183
16826
17175
  },
16827
17176
  "dist/cjs/components/Combobox/Combobox.js": {
16828
17177
  "imports": [
@@ -16866,6 +17215,11 @@
16866
17215
  "kind": "require-call",
16867
17216
  "external": true
16868
17217
  },
17218
+ {
17219
+ "path": "react",
17220
+ "kind": "require-call",
17221
+ "external": true
17222
+ },
16869
17223
  {
16870
17224
  "path": "@simplybusiness/icons",
16871
17225
  "kind": "require-call",
@@ -17041,7 +17395,7 @@
17041
17395
  "entryPoint": "src/components/Combobox/Combobox.tsx",
17042
17396
  "inputs": {
17043
17397
  "src/components/Combobox/Combobox.tsx": {
17044
- "bytesInOutput": 10439
17398
+ "bytesInOutput": 10455
17045
17399
  },
17046
17400
  "src/hooks/useBreakpoint/useBreakpoint.tsx": {
17047
17401
  "bytesInOutput": 2419
@@ -17059,7 +17413,7 @@
17059
17413
  "bytesInOutput": 195
17060
17414
  },
17061
17415
  "src/components/TextField/TextField.tsx": {
17062
- "bytesInOutput": 3280
17416
+ "bytesInOutput": 3380
17063
17417
  },
17064
17418
  "src/components/ErrorMessage/ErrorMessage.tsx": {
17065
17419
  "bytesInOutput": 1058
@@ -17080,7 +17434,7 @@
17080
17434
  "bytesInOutput": 600
17081
17435
  },
17082
17436
  "src/components/TextField/adornmentWithClassName.ts": {
17083
- "bytesInOutput": 392
17437
+ "bytesInOutput": 438
17084
17438
  },
17085
17439
  "src/components/VisuallyHidden/VisuallyHidden.tsx": {
17086
17440
  "bytesInOutput": 619
@@ -17101,7 +17455,7 @@
17101
17455
  "bytesInOutput": 2427
17102
17456
  }
17103
17457
  },
17104
- "bytes": 40150
17458
+ "bytes": 40312
17105
17459
  },
17106
17460
  "dist/cjs/components/Combobox/Listbox.js.map": {
17107
17461
  "imports": [],
@@ -17209,7 +17563,7 @@
17209
17563
  "imports": [],
17210
17564
  "exports": [],
17211
17565
  "inputs": {},
17212
- "bytes": 73275
17566
+ "bytes": 73350
17213
17567
  },
17214
17568
  "dist/cjs/components/Combobox/index.js": {
17215
17569
  "imports": [
@@ -17253,6 +17607,11 @@
17253
17607
  "kind": "require-call",
17254
17608
  "external": true
17255
17609
  },
17610
+ {
17611
+ "path": "react",
17612
+ "kind": "require-call",
17613
+ "external": true
17614
+ },
17256
17615
  {
17257
17616
  "path": "@simplybusiness/icons",
17258
17617
  "kind": "require-call",
@@ -17431,7 +17790,7 @@
17431
17790
  "bytesInOutput": 182
17432
17791
  },
17433
17792
  "src/components/Combobox/Combobox.tsx": {
17434
- "bytesInOutput": 10303
17793
+ "bytesInOutput": 10319
17435
17794
  },
17436
17795
  "src/hooks/useBreakpoint/useBreakpoint.tsx": {
17437
17796
  "bytesInOutput": 2419
@@ -17449,7 +17808,7 @@
17449
17808
  "bytesInOutput": 195
17450
17809
  },
17451
17810
  "src/components/TextField/TextField.tsx": {
17452
- "bytesInOutput": 3280
17811
+ "bytesInOutput": 3380
17453
17812
  },
17454
17813
  "src/components/ErrorMessage/ErrorMessage.tsx": {
17455
17814
  "bytesInOutput": 1058
@@ -17470,7 +17829,7 @@
17470
17829
  "bytesInOutput": 600
17471
17830
  },
17472
17831
  "src/components/TextField/adornmentWithClassName.ts": {
17473
- "bytesInOutput": 392
17832
+ "bytesInOutput": 438
17474
17833
  },
17475
17834
  "src/components/VisuallyHidden/VisuallyHidden.tsx": {
17476
17835
  "bytesInOutput": 619
@@ -17491,7 +17850,7 @@
17491
17850
  "bytesInOutput": 2427
17492
17851
  }
17493
17852
  },
17494
- "bytes": 40231
17853
+ "bytes": 40393
17495
17854
  },
17496
17855
  "dist/cjs/components/Combobox/types.js.map": {
17497
17856
  "imports": [],
@@ -18448,7 +18807,7 @@
18448
18807
  "imports": [],
18449
18808
  "exports": [],
18450
18809
  "inputs": {},
18451
- "bytes": 2188
18810
+ "bytes": 2080
18452
18811
  },
18453
18812
  "dist/cjs/components/Breadcrumbs/Breadcrumbs.js": {
18454
18813
  "imports": [
@@ -18477,16 +18836,16 @@
18477
18836
  "entryPoint": "src/components/Breadcrumbs/Breadcrumbs.tsx",
18478
18837
  "inputs": {
18479
18838
  "src/components/Breadcrumbs/Breadcrumbs.tsx": {
18480
- "bytesInOutput": 1203
18839
+ "bytesInOutput": 1165
18481
18840
  }
18482
18841
  },
18483
- "bytes": 2700
18842
+ "bytes": 2662
18484
18843
  },
18485
18844
  "dist/cjs/components/Breadcrumbs/index.js.map": {
18486
18845
  "imports": [],
18487
18846
  "exports": [],
18488
18847
  "inputs": {},
18489
- "bytes": 9718
18848
+ "bytes": 9610
18490
18849
  },
18491
18850
  "dist/cjs/components/Breadcrumbs/index.js": {
18492
18851
  "imports": [
@@ -18548,7 +18907,7 @@
18548
18907
  "bytesInOutput": 191
18549
18908
  },
18550
18909
  "src/components/Breadcrumbs/Breadcrumbs.tsx": {
18551
- "bytesInOutput": 1052
18910
+ "bytesInOutput": 1014
18552
18911
  },
18553
18912
  "src/components/Breadcrumbs/BreadcrumbItem.tsx": {
18554
18913
  "bytesInOutput": 1252
@@ -18566,7 +18925,7 @@
18566
18925
  "bytesInOutput": 203
18567
18926
  }
18568
18927
  },
18569
- "bytes": 6520
18928
+ "bytes": 6482
18570
18929
  },
18571
18930
  "dist/cjs/components/Box/types.js.map": {
18572
18931
  "imports": [],
@@ -18880,7 +19239,7 @@
18880
19239
  "imports": [],
18881
19240
  "exports": [],
18882
19241
  "inputs": {},
18883
- "bytes": 78285
19242
+ "bytes": 78360
18884
19243
  },
18885
19244
  "dist/cjs/components/AddressLookup/AddressLookup.js": {
18886
19245
  "imports": [
@@ -18934,6 +19293,11 @@
18934
19293
  "kind": "require-call",
18935
19294
  "external": true
18936
19295
  },
19296
+ {
19297
+ "path": "react",
19298
+ "kind": "require-call",
19299
+ "external": true
19300
+ },
18937
19301
  {
18938
19302
  "path": "@simplybusiness/icons",
18939
19303
  "kind": "require-call",
@@ -19117,7 +19481,7 @@
19117
19481
  "bytesInOutput": 2705
19118
19482
  },
19119
19483
  "src/components/Combobox/Combobox.tsx": {
19120
- "bytesInOutput": 10303
19484
+ "bytesInOutput": 10319
19121
19485
  },
19122
19486
  "src/hooks/useBreakpoint/useBreakpoint.tsx": {
19123
19487
  "bytesInOutput": 2419
@@ -19135,7 +19499,7 @@
19135
19499
  "bytesInOutput": 195
19136
19500
  },
19137
19501
  "src/components/TextField/TextField.tsx": {
19138
- "bytesInOutput": 3280
19502
+ "bytesInOutput": 3380
19139
19503
  },
19140
19504
  "src/components/ErrorMessage/ErrorMessage.tsx": {
19141
19505
  "bytesInOutput": 1058
@@ -19156,7 +19520,7 @@
19156
19520
  "bytesInOutput": 600
19157
19521
  },
19158
19522
  "src/components/TextField/adornmentWithClassName.ts": {
19159
- "bytesInOutput": 392
19523
+ "bytesInOutput": 438
19160
19524
  },
19161
19525
  "src/components/VisuallyHidden/VisuallyHidden.tsx": {
19162
19526
  "bytesInOutput": 619
@@ -19180,7 +19544,7 @@
19180
19544
  "bytesInOutput": 123
19181
19545
  }
19182
19546
  },
19183
- "bytes": 42991
19547
+ "bytes": 43153
19184
19548
  },
19185
19549
  "dist/cjs/components/AddressLookup/LoqateAddressLookupError.js.map": {
19186
19550
  "imports": [],
@@ -19223,7 +19587,7 @@
19223
19587
  "imports": [],
19224
19588
  "exports": [],
19225
19589
  "inputs": {},
19226
- "bytes": 83776
19590
+ "bytes": 83851
19227
19591
  },
19228
19592
  "dist/cjs/components/AddressLookup/index.js": {
19229
19593
  "imports": [
@@ -19277,6 +19641,11 @@
19277
19641
  "kind": "require-call",
19278
19642
  "external": true
19279
19643
  },
19644
+ {
19645
+ "path": "react",
19646
+ "kind": "require-call",
19647
+ "external": true
19648
+ },
19280
19649
  {
19281
19650
  "path": "@simplybusiness/icons",
19282
19651
  "kind": "require-call",
@@ -19463,7 +19832,7 @@
19463
19832
  "bytesInOutput": 2544
19464
19833
  },
19465
19834
  "src/components/Combobox/Combobox.tsx": {
19466
- "bytesInOutput": 10303
19835
+ "bytesInOutput": 10319
19467
19836
  },
19468
19837
  "src/hooks/useBreakpoint/useBreakpoint.tsx": {
19469
19838
  "bytesInOutput": 2419
@@ -19481,7 +19850,7 @@
19481
19850
  "bytesInOutput": 195
19482
19851
  },
19483
19852
  "src/components/TextField/TextField.tsx": {
19484
- "bytesInOutput": 3280
19853
+ "bytesInOutput": 3380
19485
19854
  },
19486
19855
  "src/components/ErrorMessage/ErrorMessage.tsx": {
19487
19856
  "bytesInOutput": 1058
@@ -19502,7 +19871,7 @@
19502
19871
  "bytesInOutput": 600
19503
19872
  },
19504
19873
  "src/components/TextField/adornmentWithClassName.ts": {
19505
- "bytesInOutput": 392
19874
+ "bytesInOutput": 438
19506
19875
  },
19507
19876
  "src/components/VisuallyHidden/VisuallyHidden.tsx": {
19508
19877
  "bytesInOutput": 619
@@ -19532,7 +19901,7 @@
19532
19901
  "bytesInOutput": 2875
19533
19902
  }
19534
19903
  },
19535
- "bytes": 46948
19904
+ "bytes": 47110
19536
19905
  },
19537
19906
  "dist/cjs/components/AddressLookup/types.js.map": {
19538
19907
  "imports": [],