@procore/core-react 12.17.4 → 12.17.6

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 (413) hide show
  1. package/dist/AnchorNavigation/AnchorNavigation.styles.js +3 -3
  2. package/dist/AnchorNavigation/AnchorNavigationProvider.js +5 -5
  3. package/dist/Avatar/Avatar.js +9 -9
  4. package/dist/Avatar/Avatar.styles.js +5 -5
  5. package/dist/AvatarStack/AvatarStack.js +14 -14
  6. package/dist/AvatarStack/AvatarStack.styles.js +7 -7
  7. package/dist/Badge/Badge.js +1 -1
  8. package/dist/Badge/Badge.styles.js +2 -2
  9. package/dist/Banner/Banner.js +8 -8
  10. package/dist/Banner/Banner.styles.js +10 -10
  11. package/dist/Box/Box.js +3 -3
  12. package/dist/Box/Box.styles.js +1 -1
  13. package/dist/Breadcrumbs/Breadcrumbs.js +9 -9
  14. package/dist/Breadcrumbs/Breadcrumbs.styles.js +4 -4
  15. package/dist/Button/Button.js +7 -7
  16. package/dist/Button/Button.styles.js +5 -5
  17. package/dist/Calendar/Calendar.js +4 -4
  18. package/dist/Calendar/Calendar.styles.js +8 -8
  19. package/dist/Card/Card.js +3 -3
  20. package/dist/Card/Card.styles.js +1 -1
  21. package/dist/Checkbox/Checkbox.js +9 -9
  22. package/dist/Checkbox/Checkbox.styles.js +6 -6
  23. package/dist/Checkbox/CheckboxTooltip.js +2 -2
  24. package/dist/CheckboxGroup/CheckboxGroup.js +8 -8
  25. package/dist/ClickOutside/ClickOutside.js +3 -3
  26. package/dist/ContactItem/ContactItem.js +3 -3
  27. package/dist/ContactItem/ContactItem.styles.js +5 -5
  28. package/dist/Content/Content.styles.js +2 -2
  29. package/dist/DateInput/DateInput.js +11 -11
  30. package/dist/DateInput/DateInput.styles.js +10 -10
  31. package/dist/DateSelect/DateSelect.js +8 -8
  32. package/dist/DetailPage/DetailPage.js +3 -3
  33. package/dist/DetailPage/DetailPage.styles.js +7 -7
  34. package/dist/DetailPage/examples/TableExample.js +5 -5
  35. package/dist/DetailPageTemplate/DetailPageTemplate.js +3 -3
  36. package/dist/Dropdown/Dropdown.js +9 -9
  37. package/dist/Dropdown/Dropdown.js.map +1 -1
  38. package/dist/Dropdown/Dropdown.styles.js +3 -3
  39. package/dist/DropdownFlyout/DropdownFlyout.helpers.js +14 -14
  40. package/dist/DropdownFlyout/DropdownFlyout.js +8 -8
  41. package/dist/DropdownFlyout/DropdownFlyout.styles.js +4 -4
  42. package/dist/Dropzone/Dropzone.hooks.js +16 -16
  43. package/dist/Dropzone/Dropzone.js +13 -13
  44. package/dist/Dropzone/Dropzone.styles.js +9 -9
  45. package/dist/EmptyState/EmptyState.js +3 -3
  46. package/dist/EmptyState/EmptyState.styles.js +6 -6
  47. package/dist/Field/Field.js +3 -3
  48. package/dist/Field/Field.styles.js +3 -3
  49. package/dist/FileList/FileList.js +3 -3
  50. package/dist/FileList/FileList.styles.js +4 -4
  51. package/dist/FileSelect/FileExplorer/FileExplorer.js +3 -3
  52. package/dist/FileSelect/FileExplorer/FileExplorer.styles.js +9 -9
  53. package/dist/FileSelect/FileExplorer/FileExplorerModal.js +3 -3
  54. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.js +5 -5
  55. package/dist/FileSelect/FileExplorer/FileExplorerSidebar.styles.js +3 -3
  56. package/dist/FileSelect/FileExplorer/useSidebarNavigation.js +8 -8
  57. package/dist/FileSelect/FileSelect.js +21 -21
  58. package/dist/FileSelect/FileSelect.js.map +1 -1
  59. package/dist/FileSelect/FileSelect.styles.js +2 -2
  60. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.js +5 -5
  61. package/dist/FileSelect/FileSelectDropzone/FileSelectDropzone.styles.js +3 -3
  62. package/dist/FileSelect/FileTokenList/FileTokenList.js +8 -8
  63. package/dist/FileSelect/FileTokenList/FileTokenList.styles.js +2 -2
  64. package/dist/FileSelect/GridSource/GridSource.js +20 -20
  65. package/dist/FileSelect/GridSource/GridSource.js.map +1 -1
  66. package/dist/FileSelect/GridSource/GridSource.styles.js +6 -6
  67. package/dist/FileSelect/LocalSource/LocalSource.js +19 -19
  68. package/dist/FileSelect/LocalSource/LocalSource.js.map +1 -1
  69. package/dist/FileSelect/LocalSource/LocalSource.styles.js +4 -4
  70. package/dist/FileSelect/ProgressAnnouncer/ProgressAnnouncer.js +11 -11
  71. package/dist/FileSelect/SourceItem/SourceItem.js +3 -3
  72. package/dist/FileSelect/SourceItem/SourceItem.styles.js +3 -3
  73. package/dist/FileSelect/ThumbnailList/ThumbnailList.js +8 -8
  74. package/dist/FileSelect/ThumbnailList/ThumbnailList.styles.js +6 -6
  75. package/dist/FileSelect/TreeSource/TreeSource.js +21 -21
  76. package/dist/FileSelect/TreeSource/TreeSource.js.map +1 -1
  77. package/dist/FileSelect/TreeSource/TreeSource.styles.js +1 -1
  78. package/dist/FileSelect/storyHelpers.js +4 -4
  79. package/dist/FileSelect/storyHelpers.js.map +1 -1
  80. package/dist/FileToken/FileToken.js +8 -8
  81. package/dist/FileToken/FileToken.styles.js +4 -4
  82. package/dist/FilterToken/FilterToken.js +9 -9
  83. package/dist/FilterToken/FilterToken.styles.js +2 -2
  84. package/dist/Flex/Flex.js +3 -3
  85. package/dist/FlexList/FlexList.js +3 -3
  86. package/dist/FlexList/FlexList.styles.js +1 -1
  87. package/dist/Form/Form.d.ts +1 -0
  88. package/dist/Form/Form.js +24 -18
  89. package/dist/Form/Form.js.map +1 -1
  90. package/dist/Form/Form.styles.d.ts +2 -0
  91. package/dist/Form/Form.styles.js +15 -14
  92. package/dist/Form/Form.styles.js.map +1 -1
  93. package/dist/Form/Form.types.d.ts +30 -1
  94. package/dist/Form/Form.types.js.map +1 -1
  95. package/dist/Form/FormFieldTooltip.js +1 -1
  96. package/dist/Form/StyledFormikForm.styles.d.ts +1 -0
  97. package/dist/Form/StyledFormikForm.styles.js +4 -2
  98. package/dist/Form/StyledFormikForm.styles.js.map +1 -1
  99. package/dist/Form/stories/util.js +9 -9
  100. package/dist/GhostPlaceholder/GhostPlaceholder.js +3 -3
  101. package/dist/GhostPlaceholder/GhostPlaceholder.styles.js +2 -2
  102. package/dist/Grid/Grid.js +3 -3
  103. package/dist/Grid/Grid.styles.js +3 -3
  104. package/dist/Grid/Grid.utils.js +5 -5
  105. package/dist/GroupSelect/GroupSelect.js +17 -17
  106. package/dist/GroupSelect/GroupSelect.styles.js +1 -1
  107. package/dist/Input/Input.js +3 -3
  108. package/dist/Input/Input.styles.js +1 -1
  109. package/dist/Link/Link.js +3 -3
  110. package/dist/Link/Link.styles.js +1 -1
  111. package/dist/ListPage/ListPage.js +3 -3
  112. package/dist/ListPage/ListPage.styles.js +8 -8
  113. package/dist/Loader/Loader.js +3 -3
  114. package/dist/Loader/Loader.styles.js +2 -2
  115. package/dist/Menu/Menu.js +15 -15
  116. package/dist/MenuImperative/MenuImperative.js +15 -15
  117. package/dist/MenuImperative/MenuImperative.styles.js +10 -10
  118. package/dist/MenuImperative/sensors.js +8 -8
  119. package/dist/MenuImperative/sensors.js.map +1 -1
  120. package/dist/Modal/ChildRegistry.context.js +11 -11
  121. package/dist/Modal/Modal.js +8 -8
  122. package/dist/Modal/Modal.styles.js +13 -13
  123. package/dist/Modal/Modal.types.d.ts +3 -1
  124. package/dist/Modal/Modal.types.js.map +1 -1
  125. package/dist/Modal/storyHelpers.js +7 -7
  126. package/dist/MultiSelect/MultiSelect.js +17 -17
  127. package/dist/MultiSelect/MultiSelect.styles.js +6 -6
  128. package/dist/NextMenu/NextMenu.js +14 -14
  129. package/dist/NextMenu/NextMenu.styles.js +3 -3
  130. package/dist/NextMenu/NextMenuItem.js +3 -3
  131. package/dist/NextMenu/sampleData.js +7 -6
  132. package/dist/NextMenu/sampleData.js.map +1 -1
  133. package/dist/NextTile/NextTile.js +9 -9
  134. package/dist/Notation/Notation.js +4 -4
  135. package/dist/NumberInput/NumberInput.hooks.js +5 -5
  136. package/dist/NumberInput/NumberInput.js +14 -14
  137. package/dist/NumberInput/NumberInput.styles.js +7 -7
  138. package/dist/NumberInput/NumberInput.utils.js +11 -11
  139. package/dist/Overlay/OverlayArrow.js +4 -4
  140. package/dist/Overlay/OverlayArrow.styles.js +1 -1
  141. package/dist/OverlayTrigger/OverlayTrigger.js +15 -15
  142. package/dist/OverlayTrigger/a11yPresets.js +6 -6
  143. package/dist/PageFooterTemplate/PageFooterTemplate.js +3 -3
  144. package/dist/PageFooterTemplate/PageFooterTemplate.styles.js +1 -1
  145. package/dist/PageHeaderTemplate/PageHeaderTemplate.js +3 -3
  146. package/dist/PageHeaderTemplate/PageHeaderTemplate.styles.js +3 -3
  147. package/dist/PageHeaderTemplate/PageHeaderTemplate.utils.js +5 -5
  148. package/dist/PageLayout/PageLayout.js +15 -15
  149. package/dist/PageLayout/PageLayout.js.map +1 -1
  150. package/dist/PageLayout/PageLayout.styles.js +16 -16
  151. package/dist/PagePaneTemplate/PagePaneTemplate.styles.js +2 -2
  152. package/dist/PageTemplate/PageTemplate.js +3 -3
  153. package/dist/PageTemplate/PageTemplate.styles.js +3 -3
  154. package/dist/PageTemplate/PageTemplateCard.js +3 -3
  155. package/dist/Pagination/Pagination.js +3 -3
  156. package/dist/Pagination/Pagination.styles.js +5 -5
  157. package/dist/Pagination/PaginationSelect.js +3 -3
  158. package/dist/Panel/Panel.js +8 -8
  159. package/dist/Panel/Panel.styles.js +11 -11
  160. package/dist/Pill/Pill.js +3 -3
  161. package/dist/Pill/Pill.styles.js +2 -2
  162. package/dist/PillSelect/PillSelect.js +8 -8
  163. package/dist/PillSelect/PillSelect.styles.js +4 -4
  164. package/dist/Popover/Popover.js +9 -9
  165. package/dist/Popover/Popover.styles.js +2 -2
  166. package/dist/Portal/Portal.js +3 -3
  167. package/dist/Portal/Portal.styles.js +1 -1
  168. package/dist/ProgressBar/ProgressBar.js +8 -8
  169. package/dist/ProgressBar/ProgressBar.styles.js +2 -2
  170. package/dist/RadioButton/RadioButton.js +3 -3
  171. package/dist/RadioButton/RadioButton.styles.js +3 -3
  172. package/dist/Required/Required.js +3 -3
  173. package/dist/Required/Required.styles.js +3 -3
  174. package/dist/Search/Search.hooks.js +5 -5
  175. package/dist/Search/Search.js +3 -3
  176. package/dist/Search/Search.styles.js +5 -5
  177. package/dist/Section/Section.js +14 -14
  178. package/dist/Section/Section.styles.js +7 -7
  179. package/dist/SegmentedController/SegmentedController.js +19 -18
  180. package/dist/SegmentedController/SegmentedController.js.map +1 -1
  181. package/dist/SegmentedController/SegmentedController.styles.d.ts +1 -1
  182. package/dist/SegmentedController/SegmentedController.styles.js +8 -8
  183. package/dist/SegmentedController/SegmentedController.styles.js.map +1 -1
  184. package/dist/SegmentedController/SegmentedController.types.d.ts +10 -1
  185. package/dist/SegmentedController/SegmentedController.types.js.map +1 -1
  186. package/dist/Select/Select.js +8 -8
  187. package/dist/Select/Select.styles.js +7 -7
  188. package/dist/Semantic/Semantic.js +3 -3
  189. package/dist/Semantic/Semantic.styles.js +9 -9
  190. package/dist/SettingsPage/SettingsPage.js +3 -3
  191. package/dist/SettingsPageTemplate/SettingsPageTemplate.js +3 -3
  192. package/dist/Slider/Slider.js +8 -8
  193. package/dist/Slider/Slider.styles.js +5 -5
  194. package/dist/Spinner/Spinner.d.ts +2 -2
  195. package/dist/Spinner/Spinner.js +7 -5
  196. package/dist/Spinner/Spinner.js.map +1 -1
  197. package/dist/Spinner/Spinner.styles.d.ts +1 -1
  198. package/dist/Spinner/Spinner.styles.js +17 -11
  199. package/dist/Spinner/Spinner.styles.js.map +1 -1
  200. package/dist/Spinner/Spinner.types.d.ts +6 -5
  201. package/dist/Spinner/Spinner.types.js.map +1 -1
  202. package/dist/SplitViewCard/SplitViewCard.context.js +5 -5
  203. package/dist/SplitViewCard/SplitViewCard.js +8 -8
  204. package/dist/SplitViewCard/SplitViewCard.styles.js +8 -8
  205. package/dist/SuperSelect/SuperSelect.components.js +8 -8
  206. package/dist/SuperSelect/SuperSelect.js +7 -7
  207. package/dist/SuperSelect/SuperSelect.presets.styles.js +1 -1
  208. package/dist/SuperSelect/SuperSelect.styles.js +37 -37
  209. package/dist/SuperSelect/SuperSelect.utils.js +14 -14
  210. package/dist/SuperSelect/presets/contactsPreset.js +3 -3
  211. package/dist/SuperSelect/presets/filterPreset.js +1 -1
  212. package/dist/SuperSelect/useSuperSelect.js +14 -14
  213. package/dist/Switch/Switch.js +3 -3
  214. package/dist/Switch/Switch.styles.js +4 -4
  215. package/dist/Table/Table.js +9 -9
  216. package/dist/Table/Table.styles.js +28 -28
  217. package/dist/TableShelf/TableShelf.js +3 -3
  218. package/dist/TableShelf/TableShelf.styles.js +5 -5
  219. package/dist/Tabs/Tabs.d.ts +1 -1
  220. package/dist/Tabs/Tabs.js +31 -29
  221. package/dist/Tabs/Tabs.js.map +1 -1
  222. package/dist/Tabs/Tabs.styles.d.ts +2 -2
  223. package/dist/Tabs/Tabs.styles.js +28 -28
  224. package/dist/Tabs/Tabs.styles.js.map +1 -1
  225. package/dist/Tabs/Tabs.types.d.ts +8 -1
  226. package/dist/Tabs/Tabs.types.js.map +1 -1
  227. package/dist/Tearsheet/Tearsheet.js +11 -11
  228. package/dist/Tearsheet/Tearsheet.js.map +1 -1
  229. package/dist/Tearsheet/Tearsheet.styles.js +5 -5
  230. package/dist/TextArea/TextArea.js +3 -3
  231. package/dist/TextArea/TextArea.styles.js +1 -1
  232. package/dist/TextEditor/TextEditor.js +17 -17
  233. package/dist/TextEditorOutput/TextEditorOutput.js +9 -9
  234. package/dist/TextEditorOutput/TextEditorOutput.styles.js +1 -1
  235. package/dist/Thumbnail/Thumbnail.hooks.d.ts +8 -0
  236. package/dist/Thumbnail/Thumbnail.hooks.js +8 -8
  237. package/dist/Thumbnail/Thumbnail.js +9 -9
  238. package/dist/Thumbnail/Thumbnail.styles.js +17 -17
  239. package/dist/Thumbnail/Thumbnail.utils.js +9 -9
  240. package/dist/Thumbnail/ThumbnailCaption.js +3 -3
  241. package/dist/Thumbnail/ThumbnailDocumentIcon.js +5 -5
  242. package/dist/Thumbnail/ThumbnailPreview.js +5 -5
  243. package/dist/ThumbnailGrid/ThumbnailGrid.hooks.js +5 -5
  244. package/dist/ThumbnailGrid/ThumbnailGrid.js +17 -17
  245. package/dist/ThumbnailGrid/ThumbnailGrid.styles.js +7 -7
  246. package/dist/TieredDropdown/TieredDropdown.js +14 -14
  247. package/dist/TieredDropdown/useSearch.js +5 -5
  248. package/dist/TieredSelect/LeafSelectionTieredSelect.js +8 -8
  249. package/dist/TieredSelect/TierSelectionTieredSelect.js +49 -24
  250. package/dist/TieredSelect/TierSelectionTieredSelect.js.map +1 -1
  251. package/dist/TieredSelect/TieredSelect.js +8 -8
  252. package/dist/TieredSelect/TieredSelect.styles.js +9 -9
  253. package/dist/TieredSelect/TieredSelectMenu.js +17 -17
  254. package/dist/Tile/Tile.js +3 -3
  255. package/dist/Tile/Tile.styles.js +8 -8
  256. package/dist/Title/Title.js +3 -3
  257. package/dist/Title/Title.styles.js +7 -7
  258. package/dist/Toast/Toast.js +4 -4
  259. package/dist/Toast/Toast.styles.js +3 -3
  260. package/dist/ToggleButton/ToggleButton.js +3 -3
  261. package/dist/ToggleButton/ToggleButton.styles.js +1 -1
  262. package/dist/Token/Token.js +4 -4
  263. package/dist/Token/Token.styles.js +3 -3
  264. package/dist/ToolHeader/ActionIcon.js +3 -3
  265. package/dist/ToolHeader/ToolHeader.js +9 -9
  266. package/dist/ToolHeader/ToolHeader.styles.js +6 -6
  267. package/dist/ToolLandingPage/ToolLandingPage.js +3 -3
  268. package/dist/ToolLandingPage/ToolLandingPage.styles.js +3 -3
  269. package/dist/ToolLandingPageTemplate/ToolLandingPageTemplate.js +3 -3
  270. package/dist/Tooltip/Tooltip.js +8 -8
  271. package/dist/Tooltip/Tooltip.styles.js +2 -2
  272. package/dist/Tree/Tree.hooks.js +14 -14
  273. package/dist/Tree/Tree.hooks.js.map +1 -1
  274. package/dist/Tree/Tree.js +14 -14
  275. package/dist/Tree/Tree.styles.js +9 -9
  276. package/dist/Typeahead/Typeahead.js +9 -9
  277. package/dist/Typeahead/Typeahead.styles.js +3 -3
  278. package/dist/Typography/Typography.js +3 -3
  279. package/dist/Typography/Typography.styles.js +1 -1
  280. package/dist/Typography/Typography.table.story.js +2 -2
  281. package/dist/_hooks/Anchor.js +19 -16
  282. package/dist/_hooks/Anchor.js.map +1 -1
  283. package/dist/_hooks/Buffer.js +8 -7
  284. package/dist/_hooks/Buffer.js.map +1 -1
  285. package/dist/_hooks/ClickOutside.js +2 -1
  286. package/dist/_hooks/ClickOutside.js.map +1 -1
  287. package/dist/_hooks/DateTime/DateTime.js +17 -17
  288. package/dist/_hooks/DelayedCallback.js +1 -1
  289. package/dist/_hooks/DelayedToggle.js +7 -2
  290. package/dist/_hooks/DelayedToggle.js.map +1 -1
  291. package/dist/_hooks/Deprecation.js +1 -0
  292. package/dist/_hooks/Deprecation.js.map +1 -1
  293. package/dist/_hooks/EventListener.js +5 -5
  294. package/dist/_hooks/FocusScopeOverride.js +6 -6
  295. package/dist/_hooks/Hotkey.js +2 -2
  296. package/dist/_hooks/I18n.js +13 -13
  297. package/dist/_hooks/InjectedScript.js +8 -7
  298. package/dist/_hooks/InjectedScript.js.map +1 -1
  299. package/dist/_hooks/IntersectionObserver/useIntersectionObserver.js +5 -5
  300. package/dist/_hooks/ListNavigation.js +9 -7
  301. package/dist/_hooks/ListNavigation.js.map +1 -1
  302. package/dist/_hooks/OverflowObserver/OverflowObserver.js +6 -6
  303. package/dist/_hooks/ResizeObserver.js +5 -5
  304. package/dist/_hooks/TextEntry.js +5 -2
  305. package/dist/_hooks/TextEntry.js.map +1 -1
  306. package/dist/_hooks/Timer.js +1 -0
  307. package/dist/_hooks/Timer.js.map +1 -1
  308. package/dist/_hooks/Trigger.js +19 -13
  309. package/dist/_hooks/Trigger.js.map +1 -1
  310. package/dist/_hooks/Visibility.js +9 -7
  311. package/dist/_hooks/Visibility.js.map +1 -1
  312. package/dist/_hooks/ZIndex.js +7 -7
  313. package/dist/_hooks/getI18nProviderLocale.js +2 -1
  314. package/dist/_hooks/getI18nProviderLocale.js.map +1 -1
  315. package/dist/_hooks/useCurrentMedia.js +5 -5
  316. package/dist/_hooks/useFileUploader.js +15 -15
  317. package/dist/_hooks/useFileUploader.js.map +1 -1
  318. package/dist/_hooks/useFocusWithin.js +5 -5
  319. package/dist/_hooks/useMediaLessThan.js +5 -5
  320. package/dist/_hooks/useSet.js +5 -5
  321. package/dist/_styles/colors.js +6 -6
  322. package/dist/_styles/spacing.d.ts +27 -0
  323. package/dist/_styles/spacing.js +27 -0
  324. package/dist/_styles/spacing.js.map +1 -1
  325. package/dist/_typedoc/Avatar/Avatar.types.json +20 -20
  326. package/dist/_typedoc/AvatarStack/AvatarStack.types.json +24 -24
  327. package/dist/_typedoc/Badge/Badge.types.json +6 -6
  328. package/dist/_typedoc/Banner/Banner.types.json +13 -13
  329. package/dist/_typedoc/Box/Box.types.json +68 -68
  330. package/dist/_typedoc/Breadcrumbs/Breadcrumbs.types.json +10 -10
  331. package/dist/_typedoc/Button/Button.types.json +12 -12
  332. package/dist/_typedoc/Calendar/Calendar.types.json +80 -80
  333. package/dist/_typedoc/Card/Card.types.json +6 -6
  334. package/dist/_typedoc/Checkbox/Checkbox.types.json +9 -9
  335. package/dist/_typedoc/ContactItem/ContactItem.types.json +9 -9
  336. package/dist/_typedoc/DateInput/DateInput.types.json +35 -35
  337. package/dist/_typedoc/DateSelect/DateSelect.types.json +13 -13
  338. package/dist/_typedoc/DetailPage/DetailPage.types.json +5 -5
  339. package/dist/_typedoc/Dropdown/Dropdown.types.json +37 -37
  340. package/dist/_typedoc/DropdownFlyout/DropdownFlyout.types.json +29 -29
  341. package/dist/_typedoc/Dropzone/Dropzone.types.json +41 -41
  342. package/dist/_typedoc/EmptyState/EmptyState.types.json +14 -14
  343. package/dist/_typedoc/FileList/FileList.types.json +9 -9
  344. package/dist/_typedoc/FileSelect/FileSelect.types.json +26 -26
  345. package/dist/_typedoc/FileSelect/GridSource/GridSource.types.json +20 -20
  346. package/dist/_typedoc/FileSelect/LocalSource/LocalSource.types.json +14 -14
  347. package/dist/_typedoc/FileSelect/TreeSource/TreeSource.types.json +9 -9
  348. package/dist/_typedoc/Flex/Flex.types.json +27 -27
  349. package/dist/_typedoc/FlexList/FlexList.types.json +30 -30
  350. package/dist/_typedoc/Form/Form.types.json +753 -748
  351. package/dist/_typedoc/GhostPlaceholder/GhostPlaceholder.types.json +12 -12
  352. package/dist/_typedoc/Grid/Grid.types.json +8 -8
  353. package/dist/_typedoc/GroupSelect/GroupSelect.types.json +52 -52
  354. package/dist/_typedoc/Input/Input.types.json +2 -2
  355. package/dist/_typedoc/Link/Link.types.json +4 -4
  356. package/dist/_typedoc/ListPage/ListPage.types.json +13 -13
  357. package/dist/_typedoc/Menu/Menu.types.json +62 -62
  358. package/dist/_typedoc/MenuImperative/MenuImperative.types.json +74 -74
  359. package/dist/_typedoc/Modal/Modal.types.json +50 -50
  360. package/dist/_typedoc/MultiSelect/MultiSelect.types.json +31 -31
  361. package/dist/_typedoc/Notation/Notation.types.json +4 -4
  362. package/dist/_typedoc/NumberInput/NumberInput.types.json +37 -37
  363. package/dist/_typedoc/OverlayTrigger/OverlayTrigger.types.json +31 -31
  364. package/dist/_typedoc/PageLayout/PageLayout.types.json +29 -29
  365. package/dist/_typedoc/Pagination/Pagination.types.json +7 -7
  366. package/dist/_typedoc/Panel/Panel.types.json +28 -28
  367. package/dist/_typedoc/Pill/Pill.types.json +2 -2
  368. package/dist/_typedoc/PillSelect/PillSelect.types.json +49 -49
  369. package/dist/_typedoc/Popover/Popover.types.json +15 -15
  370. package/dist/_typedoc/ProgressBar/ProgressBar.types.json +6 -6
  371. package/dist/_typedoc/RadioButton/RadioButton.types.json +6 -6
  372. package/dist/_typedoc/Required/Required.types.json +5 -5
  373. package/dist/_typedoc/Search/Search.types.json +19 -19
  374. package/dist/_typedoc/Section/Section.types.json +15 -15
  375. package/dist/_typedoc/SegmentedController/SegmentedController.types.json +37 -23
  376. package/dist/_typedoc/Select/Select.types.json +60 -60
  377. package/dist/_typedoc/SettingsPage/SettingsPage.types.json +10 -10
  378. package/dist/_typedoc/Slider/Slider.types.json +6 -6
  379. package/dist/_typedoc/Spinner/Spinner.types.json +16 -16
  380. package/dist/_typedoc/SplitViewCard/SplitViewCard.types.json +12 -12
  381. package/dist/_typedoc/Switch/Switch.types.json +3 -3
  382. package/dist/_typedoc/Table/Table.types.json +101 -101
  383. package/dist/_typedoc/Tabs/Tabs.types.json +34 -22
  384. package/dist/_typedoc/Tearsheet/Tearsheet.types.json +17 -17
  385. package/dist/_typedoc/TextArea/TextArea.types.json +3 -3
  386. package/dist/_typedoc/TextEditor/TextEditor.types.json +11 -11
  387. package/dist/_typedoc/TextEditorOutput/TextEditorOutput.types.json +6 -6
  388. package/dist/_typedoc/Thumbnail/Thumbnail.types.json +19 -19
  389. package/dist/_typedoc/TieredDropdown/TieredDropdown.types.json +42 -42
  390. package/dist/_typedoc/TieredSelect/TieredSelect.types.json +28 -28
  391. package/dist/_typedoc/Tile/Tile.types.json +30 -30
  392. package/dist/_typedoc/Title/Title.types.json +1 -1
  393. package/dist/_typedoc/Toast/Toast.types.json +4 -4
  394. package/dist/_typedoc/ToggleButton/ToggleButton.types.json +4 -4
  395. package/dist/_typedoc/Token/Token.types.json +4 -4
  396. package/dist/_typedoc/ToolHeader/ToolHeader.types.json +10 -10
  397. package/dist/_typedoc/ToolLandingPage/ToolLandingPage.types.json +7 -7
  398. package/dist/_typedoc/Tooltip/Tooltip.types.json +13 -13
  399. package/dist/_typedoc/Tree/Tree.types.json +86 -86
  400. package/dist/_typedoc/Typeahead/Typeahead.types.json +2 -2
  401. package/dist/_typedoc/Typography/Typography.types.json +9 -9
  402. package/dist/_typedoc/_utils/types.json +3 -3
  403. package/dist/_typedoc/deprecations.json +1 -1
  404. package/dist/_utils/TinyMCE.js +4 -4
  405. package/dist/_utils/closeWithConfirm.js +5 -5
  406. package/dist/_utils/dateTime.js +6 -6
  407. package/dist/_utils/getAnchorPosition.js +11 -11
  408. package/dist/_utils/partition.js +5 -5
  409. package/dist/_utils/runInQueue.js +4 -4
  410. package/dist/_utils/runInQueue.js.map +1 -1
  411. package/dist/_utils/slotify.js +7 -7
  412. package/dist/_utils/triggerListeners.js +6 -6
  413. package/package.json +4 -4
@@ -22,40 +22,40 @@ var styledSelectButtonDefaultWidth = 248;
22
22
  export var extendedSelectMenuWidth = 360;
23
23
  export var PillSelectOptionWrapper = /*#__PURE__*/styled.div.withConfig({
24
24
  displayName: "PillSelectOptionWrapper",
25
- componentId: "core-12_17_4__sc-1uf5708-0"
25
+ componentId: "core-12_17_6__sc-1uf5708-0"
26
26
  })(["display:flex;align-items:center;justify-content:space-between;padding:", "px ", "px;"], spacing.xs, spacing.lg);
27
27
  export var PillSelectLabel = /*#__PURE__*/styled(Pill).withConfig({
28
28
  displayName: "PillSelectLabel",
29
- componentId: "core-12_17_4__sc-1uf5708-1"
29
+ componentId: "core-12_17_6__sc-1uf5708-1"
30
30
  })(["", ""], getEllipsis);
31
31
  export var PillSelectLabelWrapper = /*#__PURE__*/styled.div.withConfig({
32
32
  displayName: "PillSelectLabelWrapper",
33
- componentId: "core-12_17_4__sc-1uf5708-2"
33
+ componentId: "core-12_17_6__sc-1uf5708-2"
34
34
  })(["display:flex;max-width:100%;pointer-events:auto;", ""], function (_ref) {
35
35
  var disabled = _ref.disabled;
36
36
  return disabled && css(["pointer-events:none;"]);
37
37
  });
38
38
  export var StyledCheckboxContainer = /*#__PURE__*/styled.div.withConfig({
39
39
  displayName: "StyledCheckboxContainer",
40
- componentId: "core-12_17_4__sc-1uf5708-3"
40
+ componentId: "core-12_17_6__sc-1uf5708-3"
41
41
  })(["padding-left:", "px;"], spacing.lg);
42
42
  export var StyledCheckmarkContainer = /*#__PURE__*/styled.div.withConfig({
43
43
  displayName: "StyledCheckmarkContainer",
44
- componentId: "core-12_17_4__sc-1uf5708-4"
44
+ componentId: "core-12_17_6__sc-1uf5708-4"
45
45
  })(["align-items:center;color:", ";display:inline-flex;flex-shrink:0;padding:0 ", "px 0 ", "px;"], colors.blue50, spacing.lg, spacing.sm);
46
46
 
47
47
  // Do not merge with StyledMenu, needed for max-height working in IE
48
48
  export var StyledWrapper = /*#__PURE__*/styled.div.withConfig({
49
49
  displayName: "StyledWrapper",
50
- componentId: "core-12_17_4__sc-1uf5708-5"
50
+ componentId: "core-12_17_6__sc-1uf5708-5"
51
51
  })(["display:flex;max-height:inherit;min-width:inherit;outline:none;width:inherit;"]);
52
52
  export var StyledMenu = /*#__PURE__*/styled.div.withConfig({
53
53
  displayName: "StyledMenu",
54
- componentId: "core-12_17_4__sc-1uf5708-6"
54
+ componentId: "core-12_17_6__sc-1uf5708-6"
55
55
  })(["display:flex;flex-direction:column;outline:0;width:100%;"]);
56
56
  export var StyledOptions = /*#__PURE__*/styled.div.withConfig({
57
57
  displayName: "StyledOptions",
58
- componentId: "core-12_17_4__sc-1uf5708-7"
58
+ componentId: "core-12_17_6__sc-1uf5708-7"
59
59
  })(["flex-basis:auto;flex-grow:1;flex-shrink:1;min-height:", "px;", ";padding:", "px 0;position:relative;overflow:hidden;&:focus{", " margin:-1px;}"], optionMinHeight, function (_ref2) {
60
60
  var _ref2$$scrollable = _ref2.$scrollable,
61
61
  $scrollable = _ref2$$scrollable === void 0 ? true : _ref2$$scrollable;
@@ -63,53 +63,53 @@ export var StyledOptions = /*#__PURE__*/styled.div.withConfig({
63
63
  }, spacing.sm, getFocus());
64
64
  export var StyledItemContent = /*#__PURE__*/styled.div.withConfig({
65
65
  displayName: "StyledItemContent",
66
- componentId: "core-12_17_4__sc-1uf5708-8"
66
+ componentId: "core-12_17_6__sc-1uf5708-8"
67
67
  })(["display:flex;flex-direction:row;align-items:center;"]);
68
68
  export var StyledOptionGroupLabel = /*#__PURE__*/styled.div.withConfig({
69
69
  displayName: "StyledOptionGroupLabel",
70
- componentId: "core-12_17_4__sc-1uf5708-9"
70
+ componentId: "core-12_17_6__sc-1uf5708-9"
71
71
  })(["padding:", "px 0 ", "px ", "px;"], spacing.md, spacing.xs, spacing.lg);
72
72
  export var StyledItemLabel = /*#__PURE__*/styled.div.withConfig({
73
73
  displayName: "StyledItemLabel",
74
- componentId: "core-12_17_4__sc-1uf5708-10"
74
+ componentId: "core-12_17_6__sc-1uf5708-10"
75
75
  })(["", ""], function (_ref3) {
76
76
  var $draggable = _ref3.$draggable;
77
77
  return css(["padding:", "px ", "px;overflow-wrap:anywhere;"], spacing.xs, $draggable ? 0 : spacing.lg);
78
78
  });
79
79
  export var StyledDraggableWrapper = /*#__PURE__*/styled.div.withConfig({
80
80
  displayName: "StyledDraggableWrapper",
81
- componentId: "core-12_17_4__sc-1uf5708-11"
81
+ componentId: "core-12_17_6__sc-1uf5708-11"
82
82
  })(["display:flex;width:100%;align-items:center;"]);
83
83
  export var StyledGrip = /*#__PURE__*/styled.div.withConfig({
84
84
  displayName: "StyledGrip",
85
- componentId: "core-12_17_4__sc-1uf5708-12"
85
+ componentId: "core-12_17_6__sc-1uf5708-12"
86
86
  })(["padding:0 2px;height:24px;visibility:hidden;"]);
87
87
  export var StyledFooter = /*#__PURE__*/styled(Box).withConfig({
88
88
  displayName: "StyledFooter",
89
- componentId: "core-12_17_4__sc-1uf5708-13"
89
+ componentId: "core-12_17_6__sc-1uf5708-13"
90
90
  })(["border-top:1px solid ", ";"], colors.gray85);
91
91
  export var StyledHeader = /*#__PURE__*/styled.div.withConfig({
92
92
  displayName: "StyledHeader",
93
- componentId: "core-12_17_4__sc-1uf5708-14"
93
+ componentId: "core-12_17_6__sc-1uf5708-14"
94
94
  })([""]);
95
95
  export var StyledEmptyMessage = /*#__PURE__*/styled.div.withConfig({
96
96
  displayName: "StyledEmptyMessage",
97
- componentId: "core-12_17_4__sc-1uf5708-15"
97
+ componentId: "core-12_17_6__sc-1uf5708-15"
98
98
  })(["", ";padding:", "px ", "px;color:", ";"], getTypographyIntent('body'), spacing.md, spacing.lg, colors.gray45);
99
99
  export var StyledSearchContainer = /*#__PURE__*/styled.div.withConfig({
100
100
  displayName: "StyledSearchContainer",
101
- componentId: "core-12_17_4__sc-1uf5708-16"
101
+ componentId: "core-12_17_6__sc-1uf5708-16"
102
102
  })(["padding:", "px ", "px ", "px;", " > *{pointer-events:none;}"], spacing.lg, spacing.lg, spacing.sm, StyledButton);
103
103
  export var StyledGroup = /*#__PURE__*/styled.div.withConfig({
104
104
  displayName: "StyledGroup",
105
- componentId: "core-12_17_4__sc-1uf5708-17"
105
+ componentId: "core-12_17_6__sc-1uf5708-17"
106
106
  })(["", " color:", ";cursor:", ";font-weight:", ";padding:", "px ", "px;&:not(:first-child){padding-top:", "px;}&&{padding:0;}", "{padding:", "px ", " px;}&:not(:first-child){", "{padding-top:", " px;}}"], getTypographyIntent('body'), colors.gray15, function (_ref4) {
107
107
  var $clickable = _ref4.$clickable;
108
108
  return $clickable ? 'pointer' : 'default';
109
109
  }, typographyWeights.semibold, spacing.xs, spacing.lg, spacing.md + spacing.xs, StyledOptionGroupLabel, spacing.xs, spacing.lg, StyledOptionGroupLabel, spacing.md + spacing.xs);
110
110
  export var StyledItem = /*#__PURE__*/styled.div.withConfig({
111
111
  displayName: "StyledItem",
112
- componentId: "core-12_17_4__sc-1uf5708-18"
112
+ componentId: "core-12_17_6__sc-1uf5708-18"
113
113
  })(["", ";align-items:center;cursor:pointer;list-style-type:none;display:flex;padding:0;", " ", " ", " a{color:", ";display:block;margin:-", "px -", "px;padding:", "px ", "px;text-decoration:none;&:hover{color:", ";text-decoration:none;}}&[data-highlighted='true']{background-color:", ";}", " &:hover,&:active{", "{visibility:visible;}}", "{color:inherit;cursor:pointer;}", " ", " ", ""], getTypographyIntent('body'), function (_ref5) {
114
114
  var $emptyMinHeight = _ref5.$emptyMinHeight;
115
115
  return css(["&:empty{min-height:", "px;}"], $emptyMinHeight);
@@ -147,50 +147,50 @@ export var StyledItem = /*#__PURE__*/styled.div.withConfig({
147
147
  });
148
148
  export var StyledDroppable = /*#__PURE__*/styled.div.withConfig({
149
149
  displayName: "StyledDroppable",
150
- componentId: "core-12_17_4__sc-1uf5708-19"
150
+ componentId: "core-12_17_6__sc-1uf5708-19"
151
151
  })(["", ",", "{padding-left:28px;}"], StyledGroup, StyledItem);
152
152
  export var StyledSelectMenu = /*#__PURE__*/styled(Card).withConfig({
153
153
  displayName: "StyledSelectMenu",
154
- componentId: "core-12_17_4__sc-1uf5708-20"
154
+ componentId: "core-12_17_6__sc-1uf5708-20"
155
155
  })(["display:flex;max-height:40vh;max-width:", "px;min-width:inherit;"], styledSelectButtonDefaultWidth);
156
156
  export var StyledLabel = /*#__PURE__*/styled.div.withConfig({
157
157
  displayName: "StyledLabel",
158
- componentId: "core-12_17_4__sc-1uf5708-21"
158
+ componentId: "core-12_17_6__sc-1uf5708-21"
159
159
  })(["", " flex-grow:1;margin-right:", "px;outline:none;pointer-events:", ";user-select:none;"], getEllipsis(), spacing.sm, function (_ref12) {
160
160
  var $hoverable = _ref12.$hoverable;
161
161
  return $hoverable ? 'initial' : 'none';
162
162
  });
163
163
  export var StyledIndicators = /*#__PURE__*/styled.div.withConfig({
164
164
  displayName: "StyledIndicators",
165
- componentId: "core-12_17_4__sc-1uf5708-22"
165
+ componentId: "core-12_17_6__sc-1uf5708-22"
166
166
  })(["align-items:center;align-self:flex-start;display:flex;height:34px;justify-content:flex-end;margin-left:", "px;min-width:40px;width:40px;"], spacing.xs);
167
167
  export var StyledClearIcon = /*#__PURE__*/styled(Button).withConfig({
168
168
  displayName: "StyledClearIcon",
169
- componentId: "core-12_17_4__sc-1uf5708-23"
169
+ componentId: "core-12_17_6__sc-1uf5708-23"
170
170
  })([""]);
171
171
  export var StyledSpinner = /*#__PURE__*/styled.div.withConfig({
172
172
  displayName: "StyledSpinner",
173
- componentId: "core-12_17_4__sc-1uf5708-24"
173
+ componentId: "core-12_17_6__sc-1uf5708-24"
174
174
  })(["align-items:center;display:flex;flex:0 0 auto;justify-content:center;line-height:0;"]);
175
175
  export var StyledArrowContainer = /*#__PURE__*/styled.div.withConfig({
176
176
  displayName: "StyledArrowContainer",
177
- componentId: "core-12_17_4__sc-1uf5708-25"
177
+ componentId: "core-12_17_6__sc-1uf5708-25"
178
178
  })(["align-items:center;display:inline-flex;height:16px;justify-content:flex-end;margin-left:", "px;width:8px;"], spacing.sm);
179
179
  export var StyledArrow = /*#__PURE__*/styled.span.withConfig({
180
180
  displayName: "StyledArrow",
181
- componentId: "core-12_17_4__sc-1uf5708-26"
181
+ componentId: "core-12_17_6__sc-1uf5708-26"
182
182
  })(["display:inline-flex;svg{fill:", ";}"], colors.gray45);
183
183
  export var StyledArrowOutline = /*#__PURE__*/styled.polygon.withConfig({
184
184
  displayName: "StyledArrowOutline",
185
- componentId: "core-12_17_4__sc-1uf5708-27"
185
+ componentId: "core-12_17_6__sc-1uf5708-27"
186
186
  })([""]);
187
187
  export var StyledArrowFill = /*#__PURE__*/styled.polygon.withConfig({
188
188
  displayName: "StyledArrowFill",
189
- componentId: "core-12_17_4__sc-1uf5708-28"
189
+ componentId: "core-12_17_6__sc-1uf5708-28"
190
190
  })([""]);
191
191
  export var StyledTrigger = /*#__PURE__*/styled.div.withConfig({
192
192
  displayName: "StyledTrigger",
193
- componentId: "core-12_17_4__sc-1uf5708-29"
193
+ componentId: "core-12_17_6__sc-1uf5708-29"
194
194
  })(["", " align-items:center;background-color:", ";border-color:", ";border-radius:", "px;border-style:solid;border-width:1px;color:", ";cursor:pointer;display:inline-flex;height:36px;min-height:36px;outline:none;padding:0 ", "px;position:relative;white-space:nowrap;width:", ";&::placeholder{border-color:", ";}&:hover,&:active,&[data-qa=", "]{background-color:", ";border-color:", ";color:", ";}&:focus,&[data-qa=", "]{", " ", "{stroke:", ";}}", " ", " ", " ", " ", " ", " ", "}"], getTypographyIntent('body'), colors.white, colors.gray70, borderRadius.md, colors.gray15, spacing.md, function (_ref13) {
195
195
  var $block = _ref13.$block;
196
196
  return $block ? '100%' : "".concat(styledSelectButtonDefaultWidth, "px");
@@ -225,31 +225,31 @@ export var StyledTrigger = /*#__PURE__*/styled.div.withConfig({
225
225
  });
226
226
  export var StyledOverlay = /*#__PURE__*/styled(Card).withConfig({
227
227
  displayName: "StyledOverlay",
228
- componentId: "core-12_17_4__sc-1uf5708-30"
228
+ componentId: "core-12_17_6__sc-1uf5708-30"
229
229
  })(["display:flex;flex-direction:column;"]);
230
230
  export var StyledVirtuoso = /*#__PURE__*/styled(Virtuoso).withConfig({
231
231
  displayName: "StyledVirtuoso",
232
- componentId: "core-12_17_4__sc-1uf5708-31"
232
+ componentId: "core-12_17_6__sc-1uf5708-31"
233
233
  })(["flex:1 1 auto;"]);
234
234
  export var StyledEllipses = /*#__PURE__*/styled.div.withConfig({
235
235
  displayName: "StyledEllipses",
236
- componentId: "core-12_17_4__sc-1uf5708-32"
236
+ componentId: "core-12_17_6__sc-1uf5708-32"
237
237
  })(["", " display:inline-flex;> div{display:inline-flex;width:100%;}"], getEllipsis());
238
238
  export var StyledMultiValueContainer = /*#__PURE__*/styled.div.withConfig({
239
239
  displayName: "StyledMultiValueContainer",
240
- componentId: "core-12_17_4__sc-1uf5708-33"
240
+ componentId: "core-12_17_6__sc-1uf5708-33"
241
241
  })(["display:flex;flex-wrap:wrap;margin-bottom:2px;margin-right:", "px;margin-top:2px;min-width:0;width:100%;"], spacing.xs);
242
242
  export var StyledMultiValue = /*#__PURE__*/styled.div.withConfig({
243
243
  displayName: "StyledMultiValue",
244
- componentId: "core-12_17_4__sc-1uf5708-34"
244
+ componentId: "core-12_17_6__sc-1uf5708-34"
245
245
  })(["margin-bottom:2px;margin-right:", "px;margin-top:2px;flex:0 1 auto;> div{max-width:178px;width:100%;}"], spacing.xs);
246
246
  export var StyledMultiInputContainer = /*#__PURE__*/styled.div.withConfig({
247
247
  displayName: "StyledMultiInputContainer",
248
- componentId: "core-12_17_4__sc-1uf5708-35"
248
+ componentId: "core-12_17_6__sc-1uf5708-35"
249
249
  })(["margin-bottom:2px;margin-right:", "px;margin-top:2px;flex:1;max-width:100%;min-width:24px;"], spacing.xs);
250
250
  export var StyledMultiInput = /*#__PURE__*/styled.input.withConfig({
251
251
  displayName: "StyledMultiInput",
252
- componentId: "core-12_17_4__sc-1uf5708-36"
252
+ componentId: "core-12_17_6__sc-1uf5708-36"
253
253
  })(["background-color:transparent;border-width:0;font-family:inherit;padding:0;height:24px;width:100%;", " ", " &::-ms-clear{display:none;}&:focus{box-shadow:none;outline:none;}&::placeholder{color:", ";}"], getTypographyIntent('body'), function (_ref21) {
254
254
  var $isNavigatingTokens = _ref21.$isNavigatingTokens;
255
255
  return $isNavigatingTokens && css(["color:transparent;"]);
@@ -1,19 +1,19 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
3
3
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
5
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
6
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
4
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
5
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
6
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
7
7
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
8
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
9
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
10
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
11
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
12
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
14
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
16
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
9
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
10
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
11
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
12
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
14
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
17
17
  import { isOptgroupSymbol } from './SuperSelect.constants';
18
18
  export var getGroupNameIsValid = function getGroupNameIsValid(groupName) {
19
19
  var isGroupDefined = ![undefined, null, ''].includes(groupName);
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["option"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import React from 'react';
6
6
  import { ContactItem } from '../../ContactItem';
7
7
  export var contactsPreset = {
@@ -1,4 +1,4 @@
1
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
1
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
2
2
  import React from 'react';
3
3
  import { Popover } from '../../Popover';
4
4
  import { Typography } from '../../Typography';
@@ -1,19 +1,19 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
2
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
3
3
  function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
4
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
5
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
6
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
5
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
6
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
7
7
  function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
8
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
9
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; return arr2; }
10
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0); } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
11
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
12
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
13
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
14
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
15
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
16
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
8
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
9
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
10
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
11
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
12
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
13
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
14
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
15
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
16
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
17
17
  import { autoUpdate, flip, offset, size, useClick, useDismiss, useFloating, useInteractions, useListNavigation } from '@floating-ui/react';
18
18
  import { useId } from '@react-aria/utils';
19
19
  import debounce from 'lodash.debounce';
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["children"];
2
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
3
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
4
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
2
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import { useFocusRing } from '@react-aria/focus';
6
6
  import { VisuallyHidden } from '@react-aria/visually-hidden';
7
7
  import React from 'react';
@@ -8,19 +8,19 @@ var trackWidth = 36;
8
8
  var toggleSize = 16;
9
9
  export var StyledTrack = /*#__PURE__*/styled.div.withConfig({
10
10
  displayName: "StyledTrack",
11
- componentId: "core-12_17_4__sc-mwn4kg-0"
11
+ componentId: "core-12_17_6__sc-mwn4kg-0"
12
12
  })(["background-color:", ";border-radius:", "px;height:", "px;width:", "px;position:relative;transition:0.2s;"], colors.gray70, trackHeight, trackHeight, trackWidth);
13
13
  export var StyledToggle = /*#__PURE__*/styled.span.withConfig({
14
14
  displayName: "StyledToggle",
15
- componentId: "core-12_17_4__sc-mwn4kg-1"
15
+ componentId: "core-12_17_6__sc-mwn4kg-1"
16
16
  })(["background-color:", ";border-radius:50%;bottom:2px;height:", "px;left:2px;position:absolute;transition:all 0.2s;width:", "px;"], colors.white, toggleSize, toggleSize);
17
17
  export var StyledSwitchLabel = /*#__PURE__*/styled.span.withConfig({
18
18
  displayName: "StyledSwitchLabel",
19
- componentId: "core-12_17_4__sc-mwn4kg-2"
19
+ componentId: "core-12_17_6__sc-mwn4kg-2"
20
20
  })(["", " padding-left:", "px;user-select:none;"], getTypographyIntent('body'), spacing.md);
21
21
  export var StyledSwitchContainer = /*#__PURE__*/styled.label.withConfig({
22
22
  displayName: "StyledSwitchContainer",
23
- componentId: "core-12_17_4__sc-mwn4kg-3"
23
+ componentId: "core-12_17_6__sc-mwn4kg-3"
24
24
  })(["cursor:pointer;display:grid;grid-template-columns:", "px 1fr;position:relative;& + &{margin-top:", "px;}", " ", " ", ""], trackWidth, spacing.md, function (_ref) {
25
25
  var $checked = _ref.$checked;
26
26
  return $checked && css(["", "{background-color:", ";", "{transform:translateX(", "px);}}"], StyledTrack, colors.blue50, StyledToggle, spacing.lg);
@@ -1,4 +1,4 @@
1
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
1
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
2
2
  var _excluded = ["children", "inline", "variant"],
3
3
  _excluded2 = ["expanded"],
4
4
  _excluded3 = ["children", "shelf"],
@@ -19,14 +19,14 @@ var _excluded = ["children", "inline", "variant"],
19
19
  _excluded18 = ["block", "children", "disabled", "errorMessage", "className", "processing"],
20
20
  _excluded19 = ["disabled", "errorMessage", "processing", "resizable"],
21
21
  _excluded20 = ["children"];
22
- function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
23
- function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { _defineProperty(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
24
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
25
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
26
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
27
- function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
28
- function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
29
- function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
22
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
23
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
24
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
25
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
26
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
27
+ function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
28
+ function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
29
+ function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
30
30
  import { CurrencyFormatter } from '@procore/globalization-toolkit';
31
31
  import { useId } from '@react-aria/utils';
32
32
  import { VisuallyHidden } from '@react-aria/visually-hidden';