@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
@@ -8,31 +8,31 @@ var cellSize = 36; // TODO one-off size
8
8
 
9
9
  export var StyledContainer = /*#__PURE__*/styled.div.withConfig({
10
10
  displayName: "StyledContainer",
11
- componentId: "core-12_17_4__sc-1kkl86t-0"
11
+ componentId: "core-12_17_6__sc-1kkl86t-0"
12
12
  })(["", ";display:inline-flex;flex-direction:column;padding:", "px ", "px ", "px;"], getTypographyIntent('small'), spacing.lg, spacing.md, spacing.md);
13
13
  export var StyledPaginator = /*#__PURE__*/styled(Button).withConfig({
14
14
  displayName: "StyledPaginator",
15
- componentId: "core-12_17_4__sc-1kkl86t-1"
15
+ componentId: "core-12_17_6__sc-1kkl86t-1"
16
16
  })(["flex:0 0 auto;"]);
17
17
  export var StyledSelect = /*#__PURE__*/styled.div.withConfig({
18
18
  displayName: "StyledSelect",
19
- componentId: "core-12_17_4__sc-1kkl86t-2"
19
+ componentId: "core-12_17_6__sc-1kkl86t-2"
20
20
  })(["display:inline-flex;flex:1 1 0;margin-left:", "px;> div{font-size:12px;}"], spacing.sm);
21
21
  export var StyledNavigation = /*#__PURE__*/styled.div.withConfig({
22
22
  displayName: "StyledNavigation",
23
- componentId: "core-12_17_4__sc-1kkl86t-3"
23
+ componentId: "core-12_17_6__sc-1kkl86t-3"
24
24
  })(["display:inline-flex;margin-bottom:", "px;", " + ", ",", " + ", "{margin-left:", "px;}"], spacing.sm, StyledPaginator, StyledSelect, StyledSelect, StyledPaginator, spacing.sm);
25
25
  export var StyledCell = /*#__PURE__*/styled.div.withConfig({
26
26
  displayName: "StyledCell",
27
- componentId: "core-12_17_4__sc-1kkl86t-4"
27
+ componentId: "core-12_17_6__sc-1kkl86t-4"
28
28
  })(["align-items:center;display:inline-flex;height:", "px;justify-content:center;width:", "px;"], cellSize, cellSize);
29
29
  export var StyledDayHeaderCell = /*#__PURE__*/styled(StyledCell).withConfig({
30
30
  displayName: "StyledDayHeaderCell",
31
- componentId: "core-12_17_4__sc-1kkl86t-5"
31
+ componentId: "core-12_17_6__sc-1kkl86t-5"
32
32
  })(["cursor:default;font-weight:", ";"], typographyWeights.semibold);
33
33
  export var StyledDayCell = /*#__PURE__*/styled(StyledCell).withConfig({
34
34
  displayName: "StyledDayCell",
35
- componentId: "core-12_17_4__sc-1kkl86t-6"
35
+ componentId: "core-12_17_6__sc-1kkl86t-6"
36
36
  })(["", ""], function (_ref) {
37
37
  var _ref$$disabled = _ref.$disabled,
38
38
  $disabled = _ref$$disabled === void 0 ? false : _ref$$disabled,
@@ -55,6 +55,6 @@ export var StyledDayCell = /*#__PURE__*/styled(StyledCell).withConfig({
55
55
  });
56
56
  export var StyledWeekRow = /*#__PURE__*/styled.div.withConfig({
57
57
  displayName: "StyledWeekRow",
58
- componentId: "core-12_17_4__sc-1kkl86t-7"
58
+ componentId: "core-12_17_6__sc-1kkl86t-7"
59
59
  })(["display:inline-flex;padding-bottom:2px;user-select:none;&:last-child{padding-bottom:0;}", "{&:first-child{border-top-left-radius:", "px;border-bottom-left-radius:", "px;}&:last-child{border-top-right-radius:", "px;border-bottom-right-radius:", "px;}}"], StyledCell, borderRadius.md, borderRadius.md, borderRadius.md, borderRadius.md);
60
60
  //# sourceMappingURL=Calendar.styles.js.map
package/dist/Card/Card.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["children", "level", "shadowStrength", "variant", "aria-orientation", "role"];
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 { useDeprecation } from '../_hooks/Deprecation';
7
7
  import { StyledCardContainer } from './Card.styles';
@@ -4,7 +4,7 @@ import { colors } from '../_styles/colors';
4
4
  import { getShadow } from '../_styles/shadows';
5
5
  export var StyledCardContainer = /*#__PURE__*/styled.div.withConfig({
6
6
  displayName: "StyledCardContainer",
7
- componentId: "core-12_17_4__sc-2fii7b-0"
7
+ componentId: "core-12_17_6__sc-2fii7b-0"
8
8
  })(["background-color:", ";border-radius:", "px;transition:box-shadow 0.2s ease-in-out;", " ", ""], colors.white, borderRadius.md, function (_ref) {
9
9
  var $level = _ref.$level,
10
10
  $shadowStrength = _ref.$shadowStrength;
@@ -1,14 +1,14 @@
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 = ["checked", "children", "className", "error", "indeterminate", "style", "requiredMark", "tooltip"],
3
3
  _excluded2 = ["checked", "children", "className", "disabled", "error", "indeterminate", "style"];
4
- 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); }
5
- 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; }
6
- 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; }
7
- 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; }
8
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
9
- 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); }
10
- 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; }
11
- 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; }
4
+ 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); }
5
+ 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; }
6
+ 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; }
7
+ 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; }
8
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
9
+ 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); }
10
+ 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; }
11
+ 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; }
12
12
  import { useLabel } from '@react-aria/label';
13
13
  import React from 'react';
14
14
  import { Required } from '../Required/Required';
@@ -9,7 +9,7 @@ export var dataQa = {
9
9
  export var checkboxSize = 20;
10
10
  export var StyledCheckboxContainer = /*#__PURE__*/styled.div.withConfig({
11
11
  displayName: "StyledCheckboxContainer",
12
- componentId: "core-12_17_4__sc-u63tye-0"
12
+ componentId: "core-12_17_6__sc-u63tye-0"
13
13
  })(["color:", ";display:block;position:relative;& + &{margin-top:", "px;}"], colors.gray15, spacing.md);
14
14
  function StyledIndeterminate() {
15
15
  return css(["background-color:", ";content:'';height:2px;left:5px;position:absolute;top:9px;width:10px;border:none;"], colors.white);
@@ -48,18 +48,18 @@ function StyledFakeIndeterminate() {
48
48
  }
49
49
  export var StyledCheckboxLabelWrapper = /*#__PURE__*/styled.div.withConfig({
50
50
  displayName: "StyledCheckboxLabelWrapper",
51
- componentId: "core-12_17_4__sc-u63tye-1"
51
+ componentId: "core-12_17_6__sc-u63tye-1"
52
52
  })(["padding-left:", "px;min-height:", "px;position:relative;", ""], function (_ref) {
53
53
  var $hasLabel = _ref.$hasLabel;
54
54
  return $hasLabel ? checkboxSize + spacing.md : checkboxSize;
55
55
  }, checkboxSize, getTypographyIntent('body'));
56
56
  export var StyledCheckboxLabel = /*#__PURE__*/styled.label.withConfig({
57
57
  displayName: "StyledCheckboxLabel",
58
- componentId: "core-12_17_4__sc-u63tye-2"
58
+ componentId: "core-12_17_6__sc-u63tye-2"
59
59
  })(["user-select:none;&:before{background-color:", ";border-radius:2px;border:2px solid ", ";content:'';display:inline-block;height:", "px;width:", "px;min-width:", "px;top:0;left:0;position:absolute;}"], colors.white, colors.gray70, checkboxSize, checkboxSize, checkboxSize);
60
60
  export var StyledCheckboxInput = /*#__PURE__*/styled.input.withConfig({
61
61
  displayName: "StyledCheckboxInput",
62
- componentId: "core-12_17_4__sc-u63tye-3"
62
+ componentId: "core-12_17_6__sc-u63tye-3"
63
63
  })(["left:0;opacity:0;position:absolute;top:0;&:disabled:checked + ", " > ", ":before{background-color:", ";border-color:", ";}&:disabled + ", " > ", ":before{background-color:", ";border-color:", ";}", " &:checked + ", " > ", "{&:before{background-color:", ";border-color:", ";color:", ";}&:after{", "}}&:focus:not(:disabled),&[data-qa=", "]:not(:disabled){+ ", " > ", ":before{", "}}", ""], StyledCheckboxLabelWrapper, StyledCheckboxLabel, colors.blue85, colors.blue85, StyledCheckboxLabelWrapper, StyledCheckboxLabel, function (_ref2) {
64
64
  var $indeterminate = _ref2.$indeterminate;
65
65
  return $indeterminate ? colors.gray85 : colors.white;
@@ -83,7 +83,7 @@ export var StyledCheckboxInput = /*#__PURE__*/styled.input.withConfig({
83
83
  });
84
84
  export var StyledFakeCheckboxLabel = /*#__PURE__*/styled.span.withConfig({
85
85
  displayName: "StyledFakeCheckboxLabel",
86
- componentId: "core-12_17_4__sc-u63tye-4"
86
+ componentId: "core-12_17_6__sc-u63tye-4"
87
87
  })(["", " display:block;min-height:", "px;padding-left:", "px;position:relative;user-select:none;cursor:pointer;", ""], getTypographyIntent('body'), checkboxSize, function (_ref7) {
88
88
  var children = _ref7.children;
89
89
  return children ? checkboxSize + spacing.md : checkboxSize;
@@ -99,7 +99,7 @@ export var StyledFakeCheckboxLabel = /*#__PURE__*/styled.span.withConfig({
99
99
  });
100
100
  export var StyledFakeCheckboxInput = /*#__PURE__*/styled.div.withConfig({
101
101
  displayName: "StyledFakeCheckboxInput",
102
- componentId: "core-12_17_4__sc-u63tye-5"
102
+ componentId: "core-12_17_6__sc-u63tye-5"
103
103
  })(["width:", "px;height:", "px;border-radius:2px;border:2px solid ", ";position:absolute;", " ", " ", " ", ""], checkboxSize, checkboxSize, colors.gray70, function (_ref9) {
104
104
  var $checked = _ref9.$checked,
105
105
  $disabled = _ref9.$disabled,
@@ -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 { Help } from '@procore/core-icons';
3
3
  import React from 'react';
4
4
  import styled from 'styled-components';
@@ -21,6 +21,6 @@ export var CheckboxTooltip = function CheckboxTooltip(props) {
21
21
  };
22
22
  var StyledCheckboxTooltipIcon = /*#__PURE__*/styled(Help).withConfig({
23
23
  displayName: "StyledCheckboxTooltipIcon",
24
- componentId: "core-12_17_4__sc-1qa1ncf-0"
24
+ componentId: "core-12_17_6__sc-1qa1ncf-0"
25
25
  })(["margin-left:", "px;color:", ";vertical-align:middle;&:focus-visible{border-radius:50%;", " outline-offset:0;}"], spacing.sm, colors.gray45, getGapOutlineFocus);
26
26
  //# sourceMappingURL=CheckboxTooltip.js.map
@@ -1,12 +1,12 @@
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 = ["disabled"];
3
- 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; }
4
- 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; }
5
- 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; }
6
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
7
- 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 _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; }
9
- 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; }
3
+ 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; }
4
+ 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; }
5
+ 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; }
6
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
7
+ 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); }
8
+ 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; }
9
+ 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; }
10
10
  import { useCheckboxGroup } from '@react-aria/checkbox';
11
11
  import React from 'react';
12
12
  import { useCheckboxGroupState } from 'react-stately';
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["children", "container", "containerClass", "onClickOutside"];
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 { useEventListener } from '../_hooks/EventListener';
7
7
  import { mergeRefs } from '../_utils/mergeRefs';
@@ -1,9 +1,9 @@
1
1
  var _excluded = ["imageUrl", "icon", "initials", "selected", "disabled", "clickable", "children"],
2
2
  _excluded2 = ["children"],
3
3
  _excluded3 = ["children"];
4
- 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); }
5
- 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; }
6
- 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; }
4
+ 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); }
5
+ 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; }
6
+ 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; }
7
7
  import React from 'react';
8
8
  import { Avatar } from '../Avatar/Avatar';
9
9
  import { addSubcomponents } from '../_utils/addSubcomponents';
@@ -7,23 +7,23 @@ import { getLineClamp } from '../_styles/mixins';
7
7
  import { spacing } from '../_styles/spacing';
8
8
  export var ContactItemAvatarWrapper = /*#__PURE__*/styled.div.withConfig({
9
9
  displayName: "ContactItemAvatarWrapper",
10
- componentId: "core-12_17_4__sc-1c4z9pn-0"
10
+ componentId: "core-12_17_6__sc-1c4z9pn-0"
11
11
  })(["display:inline-flex;align-self:flex-start;"]);
12
12
  export var ContactItemAvatar = /*#__PURE__*/styled(Avatar).withConfig({
13
13
  displayName: "ContactItemAvatar",
14
- componentId: "core-12_17_4__sc-1c4z9pn-1"
14
+ componentId: "core-12_17_6__sc-1c4z9pn-1"
15
15
  })(["cursor:inherit;font-weight:", ";"], typographyWeights.bold);
16
16
  export var ContactItemTextWrapper = /*#__PURE__*/styled.div.withConfig({
17
17
  displayName: "ContactItemTextWrapper",
18
- componentId: "core-12_17_4__sc-1c4z9pn-2"
18
+ componentId: "core-12_17_6__sc-1c4z9pn-2"
19
19
  })(["overflow:hidden;margin-left:", "px;"], spacing.sm);
20
20
  export var ContactItemText = /*#__PURE__*/styled(Typography).withConfig({
21
21
  displayName: "ContactItemText",
22
- componentId: "core-12_17_4__sc-1c4z9pn-3"
22
+ componentId: "core-12_17_6__sc-1c4z9pn-3"
23
23
  })(["display:flex;", ""], getLineClamp());
24
24
  export var ContactItemWrapper = /*#__PURE__*/styled.div.withConfig({
25
25
  displayName: "ContactItemWrapper",
26
- componentId: "core-12_17_4__sc-1c4z9pn-4"
26
+ componentId: "core-12_17_6__sc-1c4z9pn-4"
27
27
  })(["display:flex;flex-direction:row;align-items:center;padding:", "px ", "px ", "px ", "px;", " ", " ", ""], spacing.sm, spacing.lg, spacing.sm, spacing.sm, function (_ref) {
28
28
  var $disabled = _ref.$disabled,
29
29
  $clickable = _ref.$clickable;
@@ -5,10 +5,10 @@ import { mediaIE11Hack } from '../_styles/media';
5
5
  import { spacing } from '../_styles/spacing';
6
6
  export var StyledContent = /*#__PURE__*/styled(Box).withConfig({
7
7
  displayName: "StyledContent",
8
- componentId: "core-12_17_4__sc-10y57gh-0"
8
+ componentId: "core-12_17_6__sc-10y57gh-0"
9
9
  })(["> * + *,> * + h1,> * + h2,> * + h3,> * + h4,> * + p,> * + ul,> * + ol{margin-top:", "px;}> ", " + *{margin-top:0;}> ", ",> ", " > ", ",> ", "{", "{min-height:0;margin-bottom:", "px;}&:last-child ", "{margin-bottom:0;}}"], spacing.lg, StyledFormRow, StyledFormRow, StyledForm, StyledFormRow, StyledFormRow, StyledFormFieldBanner, spacing.md, StyledFormFieldBanner);
10
10
  export var StyledActions = /*#__PURE__*/styled(Box).withConfig({
11
11
  displayName: "StyledActions",
12
- componentId: "core-12_17_4__sc-10y57gh-1"
12
+ componentId: "core-12_17_6__sc-10y57gh-1"
13
13
  })(["display:flex;justify-content:flex-end;gap:", "px;@media ", "{& > * + *{margin-left:", "px;}}"], spacing.sm, mediaIE11Hack, spacing.sm);
14
14
  //# sourceMappingURL=Content.styles.js.map
@@ -1,18 +1,18 @@
1
1
  var _excluded = ["disabled", "maxLength", "maxValue", "minValue", "nextRef", "onChange", "placeholder", "prevRef", "tabIndex", "type", "value"],
2
2
  _excluded2 = ["clearRef", "disabled", "error", "segmentRefs", "variant", "onChange", "onChangeSegment", "onClear", "tabIndex", "value"];
3
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
3
+ function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
4
4
  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."); }
5
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
6
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
7
- 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); }
8
- 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; }
9
- 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; }
10
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
5
+ function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
6
+ function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
7
+ 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); }
8
+ 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; }
9
+ 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; }
10
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
11
11
  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."); }
12
- 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); }
13
- 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; }
14
- 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; } }
15
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
12
+ 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; } }
13
+ 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; }
14
+ 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; } }
15
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
16
16
  import { Clear } from '@procore/core-icons/dist';
17
17
  import { getDatePartsWithPlaceholders } from '@procore/globalization-toolkit';
18
18
  import { isSameDay } from 'date-fns';
@@ -1,7 +1,7 @@
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 _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; }
3
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
4
- 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); }
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 _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; }
3
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
4
+ 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); }
5
5
  import { Calendar } from '@procore/core-icons/dist';
6
6
  import styled, { css } from 'styled-components';
7
7
  import { dataQa } from '../Input/Input.styles';
@@ -14,15 +14,15 @@ var inputHeight = 36; // TODO one-off
14
14
  var disabledCss = /*#__PURE__*/css(["background-color:", ";color:", ";border-width:1px;border-style:solid;border-color:", ";pointer-events:none;svg{color:", ";}"], colors.gray94, colors.gray45, colors.gray70, colors.gray45);
15
15
  export var StyledCalendar = /*#__PURE__*/styled(Calendar).withConfig({
16
16
  displayName: "StyledCalendar",
17
- componentId: "core-12_17_4__sc-w10btf-0"
17
+ componentId: "core-12_17_6__sc-w10btf-0"
18
18
  })(["color:", ";"], colors.gray45);
19
19
  export var StyledDateSegmentsContainer = /*#__PURE__*/styled.div.withConfig({
20
20
  displayName: "StyledDateSegmentsContainer",
21
- componentId: "core-12_17_4__sc-w10btf-1"
21
+ componentId: "core-12_17_6__sc-w10btf-1"
22
22
  })(["min-width:104px;display:flex;gap:", "px;"], spacing.xs);
23
23
  export var StyledDateInputSegment = /*#__PURE__*/styled.div.withConfig({
24
24
  displayName: "StyledDateInputSegment",
25
- componentId: "core-12_17_4__sc-w10btf-2"
25
+ componentId: "core-12_17_6__sc-w10btf-2"
26
26
  })(["", " outline:none;text-align:center;&:focus{background-color:", ";}&::selection{background-color:transparent;}&[data-placeholder='true']{color:", ";}"], getTypographyIntent('body'), colors.blue96, function (_ref) {
27
27
  var disabled = _ref.disabled;
28
28
  return disabled ? colors.gray70 : colors.gray45;
@@ -31,15 +31,15 @@ export var StyledDateInputDelimiter = /*#__PURE__*/styled.span.attrs(function (p
31
31
  return _defineProperty({}, 'data-qa-table-visible', props.visible);
32
32
  }).withConfig({
33
33
  displayName: "StyledDateInputDelimiter",
34
- componentId: "core-12_17_4__sc-w10btf-3"
34
+ componentId: "core-12_17_6__sc-w10btf-3"
35
35
  })(["", " user-select:none;"], getTypographyIntent('body'));
36
36
  export var StyledDateInputIconContainer = /*#__PURE__*/styled.div.withConfig({
37
37
  displayName: "StyledDateInputIconContainer",
38
- componentId: "core-12_17_4__sc-w10btf-4"
38
+ componentId: "core-12_17_6__sc-w10btf-4"
39
39
  })(["display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;margin:0 0 0 ", "px;height:24px;width:24px;"], spacing.xs);
40
40
  export var StyledDateInput = /*#__PURE__*/styled.div.withConfig({
41
41
  displayName: "StyledDateInput",
42
- componentId: "core-12_17_4__sc-w10btf-5"
42
+ componentId: "core-12_17_6__sc-w10btf-5"
43
43
  })(["align-items:center;border-color:", ";border-radius:4px;border-style:solid;border-width:1px;display:inline-flex;flex-direction:row;height:", "px;justify-content:center;padding:0 ", "px 0 ", "px;&::placeholder{color:", ";}", " &:focus-within,&[data-qa=", "]{", ";}&:disabled{", "}", " ", ""], colors.gray70, inputHeight, spacing.xs, spacing.sm, colors.gray45, function (_ref3) {
44
44
  var error = _ref3.error;
45
45
  return !error && css(["&:hover,&[data-qa=", "]{border-color:", ";}"], dataQa.hovered, colors.gray45);
@@ -1,15 +1,15 @@
1
1
  var _excluded = ["onSelect"],
2
2
  _excluded2 = ["beforeHide", "beforeShow", "afterHide", "afterShow", "disabledDate", "onChange", "onClear", "value"];
3
3
  var _process$env$TZ_LOG;
4
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
4
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
5
5
  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."); }
6
- 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); }
7
- 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; }
8
- 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; } }
9
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
10
- 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); }
11
- 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; }
12
- 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; }
6
+ 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; } }
7
+ 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; }
8
+ 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; } }
9
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
10
+ 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); }
11
+ 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; }
12
+ 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; }
13
13
  import React from 'react';
14
14
  import { Calendar as CalendarBase } from '../Calendar/Calendar';
15
15
  import { Card } from '../Card/Card';
@@ -1,9 +1,9 @@
1
1
  var _excluded = ["width", "hasNavigation", "children"],
2
2
  _excluded2 = ["children"],
3
3
  _excluded3 = ["navigationLabel"];
4
- 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); }
5
- 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; }
6
- 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; }
4
+ 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); }
5
+ 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; }
6
+ 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; }
7
7
  import { useId } from '@react-aria/utils';
8
8
  import React from 'react';
9
9
  import { AnchorNavigationProvider, useAnchorNavigationContext } from '../AnchorNavigation/AnchorNavigationProvider';
@@ -8,32 +8,32 @@ import { colors } from '../_styles/colors';
8
8
  import { spacing } from '../_styles/spacing';
9
9
  export var StyledDetailPage = /*#__PURE__*/styled.div.withConfig({
10
10
  displayName: "StyledDetailPage",
11
- componentId: "core-12_17_4__sc-cytnlo-0"
11
+ componentId: "core-12_17_6__sc-cytnlo-0"
12
12
  })(["background-color:", ";height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;"], colors.gray96);
13
13
  export var StyledDetailPageBody = /*#__PURE__*/styled.div.withConfig({
14
14
  displayName: "StyledDetailPageBody",
15
- componentId: "core-12_17_4__sc-cytnlo-1"
15
+ componentId: "core-12_17_6__sc-cytnlo-1"
16
16
  })(["padding-bottom:", "px;"], spacing.xl);
17
17
  export var StyledDetailPageFooterNotation = /*#__PURE__*/styled.div.withConfig({
18
18
  displayName: "StyledDetailPageFooterNotation",
19
- componentId: "core-12_17_4__sc-cytnlo-2"
19
+ componentId: "core-12_17_6__sc-cytnlo-2"
20
20
  })(["flex-grow:1;z-index:1;"]);
21
21
  export var StyledDetailPageFooter = /*#__PURE__*/styled(Page.Footer).withConfig({
22
22
  displayName: "StyledDetailPageFooter",
23
- componentId: "core-12_17_4__sc-cytnlo-3"
23
+ componentId: "core-12_17_6__sc-cytnlo-3"
24
24
  })(["display:flex;padding:", "px 0;background-color:", ";justify-content:center;"], spacing.lg, colors.white);
25
25
  export var StyledDetailPageFooterActions = /*#__PURE__*/styled(Box).withConfig({
26
26
  displayName: "StyledDetailPageFooterActions",
27
- componentId: "core-12_17_4__sc-cytnlo-4"
27
+ componentId: "core-12_17_6__sc-cytnlo-4"
28
28
  })(["", ""], getActions());
29
29
  var maxFooterContentWidth = 1920;
30
30
  export var StyledDetailPageFooterContent = /*#__PURE__*/styled.div.withConfig({
31
31
  displayName: "StyledDetailPageFooterContent",
32
- componentId: "core-12_17_4__sc-cytnlo-5"
32
+ componentId: "core-12_17_6__sc-cytnlo-5"
33
33
  })(["width:100%;align-items:center;display:flex;justify-content:flex-end;padding:0 ", "px;max-width:", "px;"], spacing.xl, maxFooterContentWidth);
34
34
  var detailPageCardBorderRadius = 8;
35
35
  export var StyledDetailPageCard = /*#__PURE__*/styled(Card).withConfig({
36
36
  displayName: "StyledDetailPageCard",
37
- componentId: "core-12_17_4__sc-cytnlo-6"
37
+ componentId: "core-12_17_6__sc-cytnlo-6"
38
38
  })(["width:100%;border-radius:", "px;margin-top:", "px;margin-bottom:", "px;& + &{margin-top:", "px;}&:first-child{margin-top:0;}&:last-child{margin-bottom:", "px;}& > ", "{padding:", "px ", "px 0 ", "px;max-width:100%;&:empty{padding:0;}}& > ", " + ", " > ", "{border-top:0;}> .", ":first-child + .", ",> ", " + .", " + .", "{margin-top:", "px;}"], detailPageCardBorderRadius, spacing.lg, spacing.sm, spacing.sm, spacing.lg, StyledPageBanner, spacing.lg, spacing.lg, spacing.lg, StyledPageBanner, StyledSection, StyledSectionInner, sectionClassnames.levelAnonymous, sectionClassnames.level(2), StyledPageBanner, sectionClassnames.levelAnonymous, sectionClassnames.level(2), spacing.xxl * -1);
39
39
  //# sourceMappingURL=DetailPage.styles.js.map
@@ -1,9 +1,9 @@
1
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
1
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
2
2
  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."); }
3
- 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); }
4
- 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; }
5
- 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; } }
6
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
3
+ 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; } }
4
+ 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; }
5
+ 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; } }
6
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
7
7
  import React from 'react';
8
8
  import { Table } from '../../Table';
9
9
  export var TableExample = function TableExample() {
@@ -1,7 +1,7 @@
1
1
  var _excluded = ["header", "headerActions", "headerBanner", "headerBreadcrumbs", "headerTabs", "headerTitle", "children", "footer", "footerRequired", "footerActions", "footerNotation", "hasNavigation"];
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 { PageFooterTemplate } from '../PageFooterTemplate/PageFooterTemplate';
7
7
  import { PageHeaderTemplate } from '../PageHeaderTemplate/PageHeaderTemplate';