@primer/components 0.0.0-202111114116 → 0.0.0-2021111142050
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.
- package/CHANGELOG.md +1 -7
- package/dist/browser.esm.js +171 -177
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +175 -181
- package/dist/browser.umd.js.map +1 -1
- package/lib/ActionList2/Divider.js +5 -10
- package/lib/ActionList2/Item.js +5 -21
- package/lib/ActionList2/List.js +1 -11
- package/lib/ActionList2/Selection.js +0 -11
- package/lib/drafts.js +0 -13
- package/lib/index.js +0 -8
- package/lib/script/component-status-project/build.d.ts +1 -0
- package/lib/{ActionList → src/ActionList}/Divider.d.ts +0 -0
- package/lib/{ActionList → src/ActionList}/Group.d.ts +0 -0
- package/lib/{ActionList → src/ActionList}/Header.d.ts +0 -0
- package/lib/{ActionList → src/ActionList}/Item.d.ts +0 -0
- package/lib/{ActionList → src/ActionList}/List.d.ts +0 -0
- package/lib/{ActionList → src/ActionList}/index.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/Description.d.ts +0 -0
- package/lib/src/ActionList2/Divider.d.ts +5 -0
- package/lib/{ActionList2 → src/ActionList2}/Group.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/Item.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/LinkItem.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/List.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/Selection.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/Visuals.d.ts +0 -0
- package/lib/{ActionList2 → src/ActionList2}/index.d.ts +2 -1
- package/lib/{ActionMenu.d.ts → src/ActionMenu.d.ts} +0 -0
- package/lib/{AnchoredOverlay → src/AnchoredOverlay}/AnchoredOverlay.d.ts +0 -0
- package/lib/{AnchoredOverlay → src/AnchoredOverlay}/index.d.ts +0 -0
- package/lib/{Autocomplete → src/Autocomplete}/Autocomplete.d.ts +1 -1
- package/lib/{Autocomplete → src/Autocomplete}/AutocompleteContext.d.ts +0 -0
- package/{lib-esm → lib/src}/Autocomplete/AutocompleteInput.d.ts +1 -1
- package/lib/{Autocomplete → src/Autocomplete}/AutocompleteMenu.d.ts +0 -0
- package/lib/{Autocomplete → src/Autocomplete}/AutocompleteOverlay.d.ts +0 -0
- package/lib/{Autocomplete → src/Autocomplete}/index.d.ts +0 -0
- package/lib/{Avatar.d.ts → src/Avatar.d.ts} +0 -0
- package/lib/{AvatarPair.d.ts → src/AvatarPair.d.ts} +0 -0
- package/lib/{AvatarStack.d.ts → src/AvatarStack.d.ts} +0 -0
- package/lib/{BaseStyles.d.ts → src/BaseStyles.d.ts} +0 -0
- package/lib/{BorderBox.d.ts → src/BorderBox.d.ts} +0 -0
- package/lib/{Box.d.ts → src/Box.d.ts} +0 -0
- package/lib/{BranchName.d.ts → src/BranchName.d.ts} +0 -0
- package/lib/{Breadcrumbs.d.ts → src/Breadcrumbs.d.ts} +0 -0
- package/{lib-esm → lib/src}/Button/Button.d.ts +1 -1
- package/lib/{Button → src/Button}/ButtonBase.d.ts +0 -0
- package/lib/{Button → src/Button}/ButtonClose.d.ts +2 -2
- package/lib/{Button → src/Button}/ButtonDanger.d.ts +1 -1
- package/lib/{Button → src/Button}/ButtonGroup.d.ts +0 -0
- package/{lib-esm → lib/src}/Button/ButtonInvisible.d.ts +1 -1
- package/{lib-esm → lib/src}/Button/ButtonOutline.d.ts +1 -1
- package/{lib-esm → lib/src}/Button/ButtonPrimary.d.ts +1 -1
- package/lib/{Button → src/Button}/ButtonStyles.d.ts +0 -0
- package/lib/{Button → src/Button}/ButtonTableList.d.ts +0 -0
- package/lib/{Button → src/Button}/index.d.ts +0 -0
- package/lib/{Caret.d.ts → src/Caret.d.ts} +0 -0
- package/{lib-esm → lib/src}/Checkbox.d.ts +1 -1
- package/lib/{CircleBadge.d.ts → src/CircleBadge.d.ts} +0 -0
- package/{lib-esm → lib/src}/CircleOcticon.d.ts +1 -1
- package/lib/{CounterLabel.d.ts → src/CounterLabel.d.ts} +0 -0
- package/lib/{Details.d.ts → src/Details.d.ts} +0 -0
- package/lib/{Dialog → src/Dialog}/ConfirmationDialog.d.ts +0 -0
- package/lib/{Dialog → src/Dialog}/Dialog.d.ts +0 -0
- package/lib/{Dialog.d.ts → src/Dialog.d.ts} +3 -3
- package/{lib-esm → lib/src}/Dropdown.d.ts +4 -4
- package/lib/{DropdownMenu → src/DropdownMenu}/DropdownButton.d.ts +2 -2
- package/lib/{DropdownMenu → src/DropdownMenu}/DropdownMenu.d.ts +0 -0
- package/lib/{DropdownMenu → src/DropdownMenu}/index.d.ts +0 -0
- package/lib/{DropdownStyles.d.ts → src/DropdownStyles.d.ts} +0 -0
- package/{lib-esm → lib/src}/FilterList.d.ts +1 -1
- package/lib/{FilteredActionList → src/FilteredActionList}/FilteredActionList.d.ts +0 -0
- package/lib/{FilteredActionList → src/FilteredActionList}/index.d.ts +0 -0
- package/lib/{FilteredSearch.d.ts → src/FilteredSearch.d.ts} +0 -0
- package/lib/{Flash.d.ts → src/Flash.d.ts} +0 -0
- package/lib/{Flex.d.ts → src/Flex.d.ts} +0 -0
- package/lib/{FormGroup.d.ts → src/FormGroup.d.ts} +0 -0
- package/lib/{Grid.d.ts → src/Grid.d.ts} +0 -0
- package/lib/{Header.d.ts → src/Header.d.ts} +0 -0
- package/lib/{Heading.d.ts → src/Heading.d.ts} +0 -0
- package/lib/{Label.d.ts → src/Label.d.ts} +0 -0
- package/lib/{LabelGroup.d.ts → src/LabelGroup.d.ts} +0 -0
- package/lib/{Link.d.ts → src/Link.d.ts} +0 -0
- package/lib/{NewButton → src/NewButton}/button-counter.d.ts +0 -0
- package/lib/{NewButton → src/NewButton}/button.d.ts +0 -0
- package/lib/{NewButton → src/NewButton}/index.d.ts +0 -0
- package/lib/{NewButton → src/NewButton}/types.d.ts +0 -0
- package/lib/{Overlay.d.ts → src/Overlay.d.ts} +0 -0
- package/lib/{Pagehead.d.ts → src/Pagehead.d.ts} +0 -0
- package/lib/{Pagination → src/Pagination}/Pagination.d.ts +0 -0
- package/lib/{Pagination → src/Pagination}/index.d.ts +0 -0
- package/lib/{Pagination → src/Pagination}/model.d.ts +0 -0
- package/lib/{PointerBox.d.ts → src/PointerBox.d.ts} +0 -0
- package/lib/{Popover.d.ts → src/Popover.d.ts} +0 -0
- package/lib/{Portal → src/Portal}/Portal.d.ts +0 -0
- package/lib/{Portal → src/Portal}/index.d.ts +0 -0
- package/lib/{Position.d.ts → src/Position.d.ts} +4 -4
- package/lib/{ProgressBar.d.ts → src/ProgressBar.d.ts} +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenu.d.ts +10 -10
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuContext.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuDivider.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuFilter.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuFooter.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuHeader.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuItem.d.ts +1 -1
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuList.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuLoadingAnimation.d.ts +0 -0
- package/{lib-esm → lib/src}/SelectMenu/SelectMenuModal.d.ts +1 -1
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuTab.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuTabPanel.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/SelectMenuTabs.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/hooks/useKeyboardNav.d.ts +0 -0
- package/lib/{SelectMenu → src/SelectMenu}/index.d.ts +0 -0
- package/lib/{SelectPanel → src/SelectPanel}/SelectPanel.d.ts +0 -0
- package/lib/{SelectPanel → src/SelectPanel}/index.d.ts +0 -0
- package/lib/{SideNav.d.ts → src/SideNav.d.ts} +0 -0
- package/lib/{Spinner.d.ts → src/Spinner.d.ts} +0 -0
- package/lib/{StateLabel.d.ts → src/StateLabel.d.ts} +0 -0
- package/lib/{StyledOcticon.d.ts → src/StyledOcticon.d.ts} +0 -0
- package/lib/{SubNav.d.ts → src/SubNav.d.ts} +0 -0
- package/lib/{TabNav.d.ts → src/TabNav.d.ts} +0 -0
- package/lib/{Text.d.ts → src/Text.d.ts} +0 -0
- package/lib/{TextInput.d.ts → src/TextInput.d.ts} +0 -0
- package/lib/{TextInputWithTokens.d.ts → src/TextInputWithTokens.d.ts} +1 -1
- package/lib/{ThemeProvider.d.ts → src/ThemeProvider.d.ts} +0 -0
- package/lib/{Timeline.d.ts → src/Timeline.d.ts} +0 -0
- package/lib/{Token → src/Token}/AvatarToken.d.ts +1 -1
- package/lib/{Token → src/Token}/IssueLabelToken.d.ts +1 -1
- package/lib/{Token → src/Token}/Token.d.ts +1 -1
- package/lib/{Token → src/Token}/TokenBase.d.ts +0 -0
- package/lib/{Token → src/Token}/_RemoveTokenButton.d.ts +0 -0
- package/lib/{Token → src/Token}/_TokenTextContainer.d.ts +0 -0
- package/lib/{Token → src/Token}/index.d.ts +0 -0
- package/lib/{Tooltip.d.ts → src/Tooltip.d.ts} +0 -0
- package/lib/{Truncate.d.ts → src/Truncate.d.ts} +0 -0
- package/lib/{UnderlineNav.d.ts → src/UnderlineNav.d.ts} +0 -0
- package/lib/{_TextInputWrapper.d.ts → src/_TextInputWrapper.d.ts} +0 -0
- package/lib/{_UnstyledTextInput.d.ts → src/_UnstyledTextInput.d.ts} +0 -0
- package/lib/src/__tests__/ActionList.test.d.ts +1 -0
- package/lib/src/__tests__/ActionList.types.test.d.ts +6 -0
- package/lib/src/__tests__/ActionList2.test.d.ts +2 -0
- package/lib/src/__tests__/ActionMenu.test.d.ts +1 -0
- package/lib/src/__tests__/AnchoredOverlay.test.d.ts +1 -0
- package/lib/src/__tests__/Autocomplete.test.d.ts +1 -0
- package/lib/src/__tests__/Avatar.test.d.ts +1 -0
- package/lib/src/__tests__/Avatar.types.test.d.ts +3 -0
- package/lib/src/__tests__/AvatarStack.test.d.ts +1 -0
- package/lib/src/__tests__/BorderBox.test.d.ts +1 -0
- package/lib/src/__tests__/Box.test.d.ts +1 -0
- package/lib/src/__tests__/BranchName.test.d.ts +1 -0
- package/lib/src/__tests__/BranchName.types.test.d.ts +3 -0
- package/lib/src/__tests__/Breadcrumbs.test.d.ts +1 -0
- package/lib/src/__tests__/Breadcrumbs.types.test.d.ts +3 -0
- package/lib/src/__tests__/BreadcrumbsItem.test.d.ts +1 -0
- package/lib/src/__tests__/Button.test.d.ts +1 -0
- package/lib/src/__tests__/Caret.test.d.ts +1 -0
- package/lib/src/__tests__/Checkbox.test.d.ts +2 -0
- package/lib/src/__tests__/CircleBadge.test.d.ts +1 -0
- package/lib/src/__tests__/CircleBadge.types.test.d.ts +3 -0
- package/lib/src/__tests__/CircleOcticon.test.d.ts +1 -0
- package/lib/src/__tests__/ConfirmationDialog.test.d.ts +1 -0
- package/lib/src/__tests__/CounterLabel.test.d.ts +1 -0
- package/lib/src/__tests__/CounterLabel.types.test.d.ts +3 -0
- package/lib/src/__tests__/Details.test.d.ts +1 -0
- package/lib/src/__tests__/Details.types.test.d.ts +3 -0
- package/lib/src/__tests__/Dialog.test.d.ts +1 -0
- package/lib/src/__tests__/Dialog.types.test.d.ts +3 -0
- package/lib/src/__tests__/Dialog2.types.test.d.ts +3 -0
- package/lib/src/__tests__/Dropdown.test.d.ts +1 -0
- package/lib/src/__tests__/Dropdown.types.test.d.ts +3 -0
- package/lib/src/__tests__/DropdownMenu.test.d.ts +1 -0
- package/lib/src/__tests__/FilterList.test.d.ts +1 -0
- package/lib/src/__tests__/FilterList.types.test.d.ts +3 -0
- package/lib/src/__tests__/FilterListItem.test.d.ts +1 -0
- package/lib/src/__tests__/FilteredSearch.test.d.ts +1 -0
- package/lib/src/__tests__/FilteredSearch.types.test.d.ts +3 -0
- package/lib/src/__tests__/Flash.test.d.ts +1 -0
- package/lib/src/__tests__/Flash.types.test.d.ts +3 -0
- package/lib/src/__tests__/Flex.test.d.ts +1 -0
- package/lib/src/__tests__/FormGroup.test.d.ts +1 -0
- package/lib/src/__tests__/FormGroup.types.test.d.ts +3 -0
- package/lib/src/__tests__/Grid.test.d.ts +1 -0
- package/lib/src/__tests__/Header.test.d.ts +1 -0
- package/lib/src/__tests__/Header.types.test.d.ts +3 -0
- package/lib/src/__tests__/Heading.test.d.ts +1 -0
- package/lib/src/__tests__/Heading.types.test.d.ts +3 -0
- package/lib/src/__tests__/KeyPaths.types.test.d.ts +11 -0
- package/lib/src/__tests__/Label.test.d.ts +1 -0
- package/lib/src/__tests__/Label.types.test.d.ts +3 -0
- package/lib/src/__tests__/LabelGroup.test.d.ts +1 -0
- package/lib/src/__tests__/LabelGroup.types.test.d.ts +3 -0
- package/lib/src/__tests__/Link.test.d.ts +1 -0
- package/lib/src/__tests__/Link.types.test.d.ts +3 -0
- package/lib/src/__tests__/Merge.types.test.d.ts +30 -0
- package/lib/src/__tests__/NewButton.test.d.ts +1 -0
- package/lib/src/__tests__/Overlay.test.d.ts +1 -0
- package/lib/src/__tests__/Overlay.types.test.d.ts +6 -0
- package/lib/src/__tests__/Pagehead.test.d.ts +1 -0
- package/lib/src/__tests__/Pagehead.types.test.d.ts +3 -0
- package/lib/src/__tests__/Pagination/Pagination.test.d.ts +1 -0
- package/lib/src/__tests__/Pagination/PaginationModel.test.d.ts +1 -0
- package/lib/src/__tests__/Pagination.types.test.d.ts +3 -0
- package/lib/src/__tests__/PointerBox.test.d.ts +1 -0
- package/lib/src/__tests__/Popover.test.d.ts +1 -0
- package/lib/src/__tests__/Popover.types.test.d.ts +3 -0
- package/lib/src/__tests__/Portal.test.d.ts +1 -0
- package/lib/src/__tests__/Position.test.d.ts +1 -0
- package/lib/src/__tests__/ProgressBar.test.d.ts +1 -0
- package/lib/src/__tests__/SelectMenu.test.d.ts +1 -0
- package/lib/src/__tests__/SelectMenu.types.test.d.ts +3 -0
- package/lib/src/__tests__/SelectPanel.test.d.ts +1 -0
- package/lib/src/__tests__/SelectPanel.types.test.d.ts +3 -0
- package/lib/src/__tests__/SideNav.test.d.ts +1 -0
- package/lib/src/__tests__/SideNav.types.test.d.ts +3 -0
- package/lib/src/__tests__/Spinner.test.d.ts +1 -0
- package/lib/src/__tests__/StateLabel.test.d.ts +1 -0
- package/lib/src/__tests__/StateLabel.types.test.d.ts +3 -0
- package/lib/src/__tests__/StyledOcticon.test.d.ts +1 -0
- package/lib/src/__tests__/StyledOcticon.types.test.d.ts +3 -0
- package/lib/src/__tests__/SubNav.test.d.ts +1 -0
- package/lib/src/__tests__/SubNav.types.test.d.ts +3 -0
- package/lib/src/__tests__/SubNavLink.test.d.ts +1 -0
- package/lib/src/__tests__/TabNav.test.d.ts +1 -0
- package/lib/src/__tests__/TabNav.types.test.d.ts +3 -0
- package/lib/src/__tests__/Text.test.d.ts +1 -0
- package/lib/src/__tests__/TextInput.test.d.ts +1 -0
- package/lib/src/__tests__/TextInputWithTokens.test.d.ts +1 -0
- package/lib/src/__tests__/ThemeProvider.test.d.ts +1 -0
- package/lib/src/__tests__/Timeline.test.d.ts +1 -0
- package/lib/src/__tests__/Timeline.types.test.d.ts +3 -0
- package/lib/src/__tests__/Token.test.d.ts +1 -0
- package/lib/src/__tests__/Tooltip.test.d.ts +1 -0
- package/lib/src/__tests__/Tooltip.types.test.d.ts +3 -0
- package/lib/src/__tests__/Truncate.test.d.ts +1 -0
- package/lib/src/__tests__/Truncate.types.test.d.ts +3 -0
- package/lib/src/__tests__/UnderlineNav.test.d.ts +1 -0
- package/lib/src/__tests__/UnderlineNav.types.test.d.ts +3 -0
- package/lib/src/__tests__/UnderlineNavLink.test.d.ts +1 -0
- package/lib/src/__tests__/behaviors/anchoredPosition.test.d.ts +1 -0
- package/lib/src/__tests__/behaviors/focusTrap.test.d.ts +1 -0
- package/lib/src/__tests__/behaviors/focusZone.test.d.ts +1 -0
- package/lib/src/__tests__/behaviors/iterateFocusableElements.test.d.ts +1 -0
- package/lib/src/__tests__/behaviors/scrollIntoViewingArea.test.d.ts +1 -0
- package/lib/src/__tests__/filterObject.test.d.ts +1 -0
- package/lib/src/__tests__/hooks/useAnchoredPosition.test.d.ts +1 -0
- package/lib/src/__tests__/hooks/useOnEscapePress.test.d.ts +1 -0
- package/lib/src/__tests__/hooks/useOnOutsideClick.test.d.ts +1 -0
- package/lib/src/__tests__/hooks/useOpenAndCloseFocus.test.d.ts +1 -0
- package/lib/src/__tests__/hooks/useProvidedStateOrCreate.test.d.ts +1 -0
- package/lib/src/__tests__/theme.test.d.ts +1 -0
- package/lib/src/__tests__/themeGet.test.d.ts +1 -0
- package/lib/src/__tests__/themePreval.test.d.ts +1 -0
- package/lib/src/__tests__/useSafeTimeout.test.d.ts +1 -0
- package/lib/src/__tests__/utils/createSlots.test.d.ts +1 -0
- package/lib/{behaviors → src/behaviors}/anchoredPosition.d.ts +0 -0
- package/lib/{behaviors → src/behaviors}/focusTrap.d.ts +0 -0
- package/lib/{behaviors → src/behaviors}/focusZone.d.ts +0 -0
- package/lib/{behaviors → src/behaviors}/scrollIntoViewingArea.d.ts +0 -0
- package/lib/{constants.d.ts → src/constants.d.ts} +0 -0
- package/{lib-esm → lib/src}/drafts.d.ts +0 -1
- package/lib/{hooks → src/hooks}/index.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useAnchoredPosition.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useCombinedRefs.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useDetails.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useDialog.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useFocusTrap.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useFocusZone.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useOnEscapePress.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useOnOutsideClick.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useOpenAndCloseFocus.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useOverlay.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useProvidedRefOrCreate.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useProvidedStateOrCreate.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useRenderForcingRef.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useResizeObserver.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useSafeTimeout.d.ts +0 -0
- package/lib/{hooks → src/hooks}/useScrollFlash.d.ts +0 -0
- package/{lib-esm → lib/src}/index.d.ts +0 -2
- package/lib/{polyfills → src/polyfills}/eventListenerSignal.d.ts +0 -0
- package/lib/{sx.d.ts → src/sx.d.ts} +0 -0
- package/lib/{theme-preval.d.ts → src/theme-preval.d.ts} +0 -0
- package/lib/{theme.d.ts → src/theme.d.ts} +0 -0
- package/lib/{utils → src/utils}/create-slots.d.ts +0 -0
- package/lib/{utils → src/utils}/deprecate.d.ts +0 -0
- package/lib/{utils → src/utils}/isNumeric.d.ts +0 -0
- package/lib/{utils → src/utils}/iterateFocusableElements.d.ts +0 -0
- package/lib/{utils → src/utils}/ssr.d.ts +0 -0
- package/lib/src/utils/test-deprecations.d.ts +1 -0
- package/lib/{utils → src/utils}/test-helpers.d.ts +0 -0
- package/lib/src/utils/test-matchers.d.ts +1 -0
- package/lib/{utils → src/utils}/testing.d.ts +0 -0
- package/lib/{utils → src/utils}/theme.d.ts +0 -0
- package/lib/{utils → src/utils}/types/AriaRole.d.ts +0 -0
- package/lib/{utils → src/utils}/types/ComponentProps.d.ts +0 -0
- package/lib/{utils → src/utils}/types/Flatten.d.ts +0 -0
- package/lib/{utils → src/utils}/types/KeyPaths.d.ts +0 -0
- package/lib/{utils → src/utils}/types/MandateProps.d.ts +0 -0
- package/lib/{utils → src/utils}/types/Merge.d.ts +0 -0
- package/lib/{utils → src/utils}/types/index.d.ts +0 -0
- package/lib/{utils → src/utils}/uniqueId.d.ts +0 -0
- package/lib/{utils → src/utils}/use-force-update.d.ts +0 -0
- package/lib/{utils → src/utils}/useIsomorphicLayoutEffect.d.ts +0 -0
- package/lib/{utils → src/utils}/userAgent.d.ts +0 -0
- package/lib-esm/ActionList2/Divider.js +5 -8
- package/lib-esm/ActionList2/Item.js +5 -19
- package/lib-esm/ActionList2/List.js +1 -9
- package/lib-esm/ActionList2/Selection.js +0 -9
- package/lib-esm/drafts.js +1 -2
- package/lib-esm/index.js +0 -1
- package/lib-esm/{utils/test-deprecations.d.ts → script/component-status-project/build.d.ts} +0 -0
- package/lib-esm/{ActionList → src/ActionList}/Divider.d.ts +0 -0
- package/lib-esm/{ActionList → src/ActionList}/Group.d.ts +0 -0
- package/lib-esm/{ActionList → src/ActionList}/Header.d.ts +0 -0
- package/lib-esm/{ActionList → src/ActionList}/Item.d.ts +0 -0
- package/lib-esm/{ActionList → src/ActionList}/List.d.ts +0 -0
- package/lib-esm/{ActionList → src/ActionList}/index.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/Description.d.ts +0 -0
- package/lib-esm/src/ActionList2/Divider.d.ts +5 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/Group.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/Item.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/LinkItem.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/List.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/Selection.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/Visuals.d.ts +0 -0
- package/lib-esm/{ActionList2 → src/ActionList2}/index.d.ts +2 -1
- package/lib-esm/{ActionMenu.d.ts → src/ActionMenu.d.ts} +0 -0
- package/lib-esm/{AnchoredOverlay → src/AnchoredOverlay}/AnchoredOverlay.d.ts +0 -0
- package/lib-esm/{AnchoredOverlay → src/AnchoredOverlay}/index.d.ts +0 -0
- package/lib-esm/{Autocomplete → src/Autocomplete}/Autocomplete.d.ts +1 -1
- package/lib-esm/{Autocomplete → src/Autocomplete}/AutocompleteContext.d.ts +0 -0
- package/{lib → lib-esm/src}/Autocomplete/AutocompleteInput.d.ts +1 -1
- package/lib-esm/{Autocomplete → src/Autocomplete}/AutocompleteMenu.d.ts +0 -0
- package/lib-esm/{Autocomplete → src/Autocomplete}/AutocompleteOverlay.d.ts +0 -0
- package/lib-esm/{Autocomplete → src/Autocomplete}/index.d.ts +0 -0
- package/lib-esm/{Avatar.d.ts → src/Avatar.d.ts} +0 -0
- package/lib-esm/{AvatarPair.d.ts → src/AvatarPair.d.ts} +0 -0
- package/lib-esm/{AvatarStack.d.ts → src/AvatarStack.d.ts} +0 -0
- package/lib-esm/{BaseStyles.d.ts → src/BaseStyles.d.ts} +0 -0
- package/lib-esm/{BorderBox.d.ts → src/BorderBox.d.ts} +0 -0
- package/lib-esm/{Box.d.ts → src/Box.d.ts} +0 -0
- package/lib-esm/{BranchName.d.ts → src/BranchName.d.ts} +0 -0
- package/lib-esm/{Breadcrumbs.d.ts → src/Breadcrumbs.d.ts} +0 -0
- package/{lib → lib-esm/src}/Button/Button.d.ts +1 -1
- package/lib-esm/{Button → src/Button}/ButtonBase.d.ts +0 -0
- package/lib-esm/{Button → src/Button}/ButtonClose.d.ts +2 -2
- package/lib-esm/{Button → src/Button}/ButtonDanger.d.ts +1 -1
- package/lib-esm/{Button → src/Button}/ButtonGroup.d.ts +0 -0
- package/{lib → lib-esm/src}/Button/ButtonInvisible.d.ts +1 -1
- package/{lib → lib-esm/src}/Button/ButtonOutline.d.ts +1 -1
- package/{lib → lib-esm/src}/Button/ButtonPrimary.d.ts +1 -1
- package/lib-esm/{Button → src/Button}/ButtonStyles.d.ts +0 -0
- package/lib-esm/{Button → src/Button}/ButtonTableList.d.ts +0 -0
- package/lib-esm/{Button → src/Button}/index.d.ts +0 -0
- package/lib-esm/{Caret.d.ts → src/Caret.d.ts} +0 -0
- package/{lib → lib-esm/src}/Checkbox.d.ts +1 -1
- package/lib-esm/{CircleBadge.d.ts → src/CircleBadge.d.ts} +0 -0
- package/{lib → lib-esm/src}/CircleOcticon.d.ts +1 -1
- package/lib-esm/{CounterLabel.d.ts → src/CounterLabel.d.ts} +0 -0
- package/lib-esm/{Details.d.ts → src/Details.d.ts} +0 -0
- package/lib-esm/{Dialog → src/Dialog}/ConfirmationDialog.d.ts +0 -0
- package/lib-esm/{Dialog → src/Dialog}/Dialog.d.ts +0 -0
- package/lib-esm/{Dialog.d.ts → src/Dialog.d.ts} +3 -3
- package/{lib → lib-esm/src}/Dropdown.d.ts +4 -4
- package/lib-esm/{DropdownMenu → src/DropdownMenu}/DropdownButton.d.ts +2 -2
- package/lib-esm/{DropdownMenu → src/DropdownMenu}/DropdownMenu.d.ts +0 -0
- package/lib-esm/{DropdownMenu → src/DropdownMenu}/index.d.ts +0 -0
- package/lib-esm/{DropdownStyles.d.ts → src/DropdownStyles.d.ts} +0 -0
- package/{lib → lib-esm/src}/FilterList.d.ts +1 -1
- package/lib-esm/{FilteredActionList → src/FilteredActionList}/FilteredActionList.d.ts +0 -0
- package/lib-esm/{FilteredActionList → src/FilteredActionList}/index.d.ts +0 -0
- package/lib-esm/{FilteredSearch.d.ts → src/FilteredSearch.d.ts} +0 -0
- package/lib-esm/{Flash.d.ts → src/Flash.d.ts} +0 -0
- package/lib-esm/{Flex.d.ts → src/Flex.d.ts} +0 -0
- package/lib-esm/{FormGroup.d.ts → src/FormGroup.d.ts} +0 -0
- package/lib-esm/{Grid.d.ts → src/Grid.d.ts} +0 -0
- package/lib-esm/{Header.d.ts → src/Header.d.ts} +0 -0
- package/lib-esm/{Heading.d.ts → src/Heading.d.ts} +0 -0
- package/lib-esm/{Label.d.ts → src/Label.d.ts} +0 -0
- package/lib-esm/{LabelGroup.d.ts → src/LabelGroup.d.ts} +0 -0
- package/lib-esm/{Link.d.ts → src/Link.d.ts} +0 -0
- package/lib-esm/{NewButton → src/NewButton}/button-counter.d.ts +0 -0
- package/lib-esm/{NewButton → src/NewButton}/button.d.ts +0 -0
- package/lib-esm/{NewButton → src/NewButton}/index.d.ts +0 -0
- package/lib-esm/{NewButton → src/NewButton}/types.d.ts +0 -0
- package/lib-esm/{Overlay.d.ts → src/Overlay.d.ts} +0 -0
- package/lib-esm/{Pagehead.d.ts → src/Pagehead.d.ts} +0 -0
- package/lib-esm/{Pagination → src/Pagination}/Pagination.d.ts +0 -0
- package/lib-esm/{Pagination → src/Pagination}/index.d.ts +0 -0
- package/lib-esm/{Pagination → src/Pagination}/model.d.ts +0 -0
- package/lib-esm/{PointerBox.d.ts → src/PointerBox.d.ts} +0 -0
- package/lib-esm/{Popover.d.ts → src/Popover.d.ts} +0 -0
- package/lib-esm/{Portal → src/Portal}/Portal.d.ts +0 -0
- package/lib-esm/{Portal → src/Portal}/index.d.ts +0 -0
- package/lib-esm/{Position.d.ts → src/Position.d.ts} +4 -4
- package/lib-esm/{ProgressBar.d.ts → src/ProgressBar.d.ts} +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenu.d.ts +10 -10
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuContext.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuDivider.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuFilter.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuFooter.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuHeader.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuItem.d.ts +1 -1
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuList.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuLoadingAnimation.d.ts +0 -0
- package/{lib → lib-esm/src}/SelectMenu/SelectMenuModal.d.ts +1 -1
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuTab.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuTabPanel.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/SelectMenuTabs.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/hooks/useKeyboardNav.d.ts +0 -0
- package/lib-esm/{SelectMenu → src/SelectMenu}/index.d.ts +0 -0
- package/lib-esm/{SelectPanel → src/SelectPanel}/SelectPanel.d.ts +0 -0
- package/lib-esm/{SelectPanel → src/SelectPanel}/index.d.ts +0 -0
- package/lib-esm/{SideNav.d.ts → src/SideNav.d.ts} +0 -0
- package/lib-esm/{Spinner.d.ts → src/Spinner.d.ts} +0 -0
- package/lib-esm/{StateLabel.d.ts → src/StateLabel.d.ts} +0 -0
- package/lib-esm/{StyledOcticon.d.ts → src/StyledOcticon.d.ts} +0 -0
- package/lib-esm/{SubNav.d.ts → src/SubNav.d.ts} +0 -0
- package/lib-esm/{TabNav.d.ts → src/TabNav.d.ts} +0 -0
- package/lib-esm/{Text.d.ts → src/Text.d.ts} +0 -0
- package/lib-esm/{TextInput.d.ts → src/TextInput.d.ts} +0 -0
- package/lib-esm/{TextInputWithTokens.d.ts → src/TextInputWithTokens.d.ts} +1 -1
- package/lib-esm/{ThemeProvider.d.ts → src/ThemeProvider.d.ts} +0 -0
- package/lib-esm/{Timeline.d.ts → src/Timeline.d.ts} +0 -0
- package/lib-esm/{Token → src/Token}/AvatarToken.d.ts +1 -1
- package/lib-esm/{Token → src/Token}/IssueLabelToken.d.ts +1 -1
- package/lib-esm/{Token → src/Token}/Token.d.ts +1 -1
- package/lib-esm/{Token → src/Token}/TokenBase.d.ts +0 -0
- package/lib-esm/{Token → src/Token}/_RemoveTokenButton.d.ts +0 -0
- package/lib-esm/{Token → src/Token}/_TokenTextContainer.d.ts +0 -0
- package/lib-esm/{Token → src/Token}/index.d.ts +0 -0
- package/lib-esm/{Tooltip.d.ts → src/Tooltip.d.ts} +0 -0
- package/lib-esm/{Truncate.d.ts → src/Truncate.d.ts} +0 -0
- package/lib-esm/{UnderlineNav.d.ts → src/UnderlineNav.d.ts} +0 -0
- package/lib-esm/{_TextInputWrapper.d.ts → src/_TextInputWrapper.d.ts} +0 -0
- package/lib-esm/{_UnstyledTextInput.d.ts → src/_UnstyledTextInput.d.ts} +0 -0
- package/lib-esm/src/__tests__/ActionList.test.d.ts +1 -0
- package/lib-esm/src/__tests__/ActionList.types.test.d.ts +6 -0
- package/lib-esm/src/__tests__/ActionList2.test.d.ts +2 -0
- package/lib-esm/src/__tests__/ActionMenu.test.d.ts +1 -0
- package/lib-esm/src/__tests__/AnchoredOverlay.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Autocomplete.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Avatar.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Avatar.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/AvatarStack.test.d.ts +1 -0
- package/lib-esm/src/__tests__/BorderBox.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Box.test.d.ts +1 -0
- package/lib-esm/src/__tests__/BranchName.test.d.ts +1 -0
- package/lib-esm/src/__tests__/BranchName.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Breadcrumbs.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Breadcrumbs.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/BreadcrumbsItem.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Button.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Caret.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Checkbox.test.d.ts +2 -0
- package/lib-esm/src/__tests__/CircleBadge.test.d.ts +1 -0
- package/lib-esm/src/__tests__/CircleBadge.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/CircleOcticon.test.d.ts +1 -0
- package/lib-esm/src/__tests__/ConfirmationDialog.test.d.ts +1 -0
- package/lib-esm/src/__tests__/CounterLabel.test.d.ts +1 -0
- package/lib-esm/src/__tests__/CounterLabel.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Details.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Details.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Dialog.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Dialog.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Dialog2.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Dropdown.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Dropdown.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/DropdownMenu.test.d.ts +1 -0
- package/lib-esm/src/__tests__/FilterList.test.d.ts +1 -0
- package/lib-esm/src/__tests__/FilterList.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/FilterListItem.test.d.ts +1 -0
- package/lib-esm/src/__tests__/FilteredSearch.test.d.ts +1 -0
- package/lib-esm/src/__tests__/FilteredSearch.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Flash.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Flash.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Flex.test.d.ts +1 -0
- package/lib-esm/src/__tests__/FormGroup.test.d.ts +1 -0
- package/lib-esm/src/__tests__/FormGroup.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Grid.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Header.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Header.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Heading.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Heading.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/KeyPaths.types.test.d.ts +11 -0
- package/lib-esm/src/__tests__/Label.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Label.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/LabelGroup.test.d.ts +1 -0
- package/lib-esm/src/__tests__/LabelGroup.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Link.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Link.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Merge.types.test.d.ts +30 -0
- package/lib-esm/src/__tests__/NewButton.test.d.ts +1 -0
- package/{lib/utils/test-deprecations.d.ts → lib-esm/src/__tests__/Overlay.test.d.ts} +0 -0
- package/lib-esm/src/__tests__/Overlay.types.test.d.ts +6 -0
- package/lib-esm/src/__tests__/Pagehead.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Pagehead.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Pagination/Pagination.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Pagination/PaginationModel.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Pagination.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/PointerBox.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Popover.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Popover.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Portal.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Position.test.d.ts +1 -0
- package/lib-esm/src/__tests__/ProgressBar.test.d.ts +1 -0
- package/lib-esm/src/__tests__/SelectMenu.test.d.ts +1 -0
- package/lib-esm/src/__tests__/SelectMenu.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/SelectPanel.test.d.ts +1 -0
- package/lib-esm/src/__tests__/SelectPanel.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/SideNav.test.d.ts +1 -0
- package/lib-esm/src/__tests__/SideNav.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Spinner.test.d.ts +1 -0
- package/lib-esm/src/__tests__/StateLabel.test.d.ts +1 -0
- package/lib-esm/src/__tests__/StateLabel.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/StyledOcticon.test.d.ts +1 -0
- package/lib-esm/src/__tests__/StyledOcticon.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/SubNav.test.d.ts +1 -0
- package/lib-esm/src/__tests__/SubNav.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/SubNavLink.test.d.ts +1 -0
- package/lib-esm/src/__tests__/TabNav.test.d.ts +1 -0
- package/lib-esm/src/__tests__/TabNav.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Text.test.d.ts +1 -0
- package/lib-esm/src/__tests__/TextInput.test.d.ts +1 -0
- package/lib-esm/src/__tests__/TextInputWithTokens.test.d.ts +1 -0
- package/lib-esm/{utils/test-matchers.d.ts → src/__tests__/ThemeProvider.test.d.ts} +0 -0
- package/lib-esm/src/__tests__/Timeline.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Timeline.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Token.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Tooltip.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Tooltip.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/Truncate.test.d.ts +1 -0
- package/lib-esm/src/__tests__/Truncate.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/UnderlineNav.test.d.ts +1 -0
- package/lib-esm/src/__tests__/UnderlineNav.types.test.d.ts +3 -0
- package/lib-esm/src/__tests__/UnderlineNavLink.test.d.ts +1 -0
- package/lib-esm/src/__tests__/behaviors/anchoredPosition.test.d.ts +1 -0
- package/lib-esm/src/__tests__/behaviors/focusTrap.test.d.ts +1 -0
- package/lib-esm/src/__tests__/behaviors/focusZone.test.d.ts +1 -0
- package/lib-esm/src/__tests__/behaviors/iterateFocusableElements.test.d.ts +1 -0
- package/lib-esm/src/__tests__/behaviors/scrollIntoViewingArea.test.d.ts +1 -0
- package/lib-esm/src/__tests__/filterObject.test.d.ts +1 -0
- package/lib-esm/src/__tests__/hooks/useAnchoredPosition.test.d.ts +1 -0
- package/lib-esm/src/__tests__/hooks/useOnEscapePress.test.d.ts +1 -0
- package/lib-esm/src/__tests__/hooks/useOnOutsideClick.test.d.ts +1 -0
- package/lib-esm/src/__tests__/hooks/useOpenAndCloseFocus.test.d.ts +1 -0
- package/lib-esm/src/__tests__/hooks/useProvidedStateOrCreate.test.d.ts +1 -0
- package/lib-esm/src/__tests__/theme.test.d.ts +1 -0
- package/lib-esm/src/__tests__/themeGet.test.d.ts +1 -0
- package/lib-esm/src/__tests__/themePreval.test.d.ts +1 -0
- package/lib-esm/src/__tests__/useSafeTimeout.test.d.ts +1 -0
- package/lib-esm/src/__tests__/utils/createSlots.test.d.ts +1 -0
- package/lib-esm/{behaviors → src/behaviors}/anchoredPosition.d.ts +0 -0
- package/lib-esm/{behaviors → src/behaviors}/focusTrap.d.ts +0 -0
- package/lib-esm/{behaviors → src/behaviors}/focusZone.d.ts +0 -0
- package/lib-esm/{behaviors → src/behaviors}/scrollIntoViewingArea.d.ts +0 -0
- package/lib-esm/{constants.d.ts → src/constants.d.ts} +0 -0
- package/{lib → lib-esm/src}/drafts.d.ts +0 -1
- package/lib-esm/{hooks → src/hooks}/index.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useAnchoredPosition.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useCombinedRefs.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useDetails.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useDialog.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useFocusTrap.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useFocusZone.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useOnEscapePress.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useOnOutsideClick.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useOpenAndCloseFocus.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useOverlay.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useProvidedRefOrCreate.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useProvidedStateOrCreate.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useRenderForcingRef.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useResizeObserver.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useSafeTimeout.d.ts +0 -0
- package/lib-esm/{hooks → src/hooks}/useScrollFlash.d.ts +0 -0
- package/{lib → lib-esm/src}/index.d.ts +0 -2
- package/lib-esm/{polyfills → src/polyfills}/eventListenerSignal.d.ts +0 -0
- package/lib-esm/{sx.d.ts → src/sx.d.ts} +0 -0
- package/lib-esm/{theme-preval.d.ts → src/theme-preval.d.ts} +0 -0
- package/lib-esm/{theme.d.ts → src/theme.d.ts} +0 -0
- package/lib-esm/{utils → src/utils}/create-slots.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/deprecate.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/isNumeric.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/iterateFocusableElements.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/ssr.d.ts +0 -0
- package/lib-esm/src/utils/test-deprecations.d.ts +1 -0
- package/lib-esm/{utils → src/utils}/test-helpers.d.ts +0 -0
- package/{lib → lib-esm/src}/utils/test-matchers.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/testing.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/theme.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/AriaRole.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/ComponentProps.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/Flatten.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/KeyPaths.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/MandateProps.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/Merge.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/types/index.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/uniqueId.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/use-force-update.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/useIsomorphicLayoutEffect.d.ts +0 -0
- package/lib-esm/{utils → src/utils}/userAgent.d.ts +0 -0
- package/package.json +3 -1
- package/lib/ActionList2/Divider.d.ts +0 -6
- package/lib/ActionList2/MenuContext.d.ts +0 -10
- package/lib/ActionList2/MenuContext.js +0 -15
- package/lib/ActionMenu2.d.ts +0 -310
- package/lib/ActionMenu2.js +0 -91
- package/lib/RadioButton.d.ts +0 -38
- package/lib/RadioButton.js +0 -55
- package/lib-esm/ActionList2/Divider.d.ts +0 -6
- package/lib-esm/ActionList2/MenuContext.d.ts +0 -10
- package/lib-esm/ActionList2/MenuContext.js +0 -3
- package/lib-esm/ActionMenu2.d.ts +0 -310
- package/lib-esm/ActionMenu2.js +0 -67
- package/lib-esm/RadioButton.d.ts +0 -38
- package/lib-esm/RadioButton.js +0 -40
package/dist/browser.esm.js
CHANGED
@@ -19,7 +19,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
19
19
|
`,Ft=g.div`
|
20
20
|
${Nt};
|
21
21
|
${At};
|
22
|
-
`;function Dt(t){const{children:r,...o}=t;return require("focus-visible"),e.createElement(Ft,Rt({},o,{"data-portal-root":!0}),e.createElement(Lt,null),r)}Dt.displayName="BaseStyles",Dt.defaultProps={color:"fg.default",fontFamily:"normal",lineHeight:"default"};var Mt=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===Ot}(e)}(e)};var Ot="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Pt(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ut((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function Ht(e,t,r){return e.concat(t).map((function(e){return Pt(e,r)}))}function Wt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function _t(e,t){try{return t in e}catch(e){return!1}}function jt(e,t,r){var o={};return r.isMergeableObject(e)&&Wt(e).forEach((function(t){o[t]=Pt(e[t],r)})),Wt(t).forEach((function(a){(function(e,t){return _t(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,a)||(_t(e,a)&&r.isMergeableObject(t[a])?o[a]=function(e,t){if(!t.customMerge)return Ut;var r=t.customMerge(e);return"function"==typeof r?r:Ut}(a,r)(e[a],t[a],r):o[a]=Pt(t[a],r))})),o}function Ut(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||Ht,r.isMergeableObject=r.isMergeableObject||Mt,r.cloneUnlessOtherwiseSpecified=Pt;var o=Array.isArray(t);return o===Array.isArray(e)?o?r.arrayMerge(e,t,r):jt(e,t,r):Pt(t,r)}Ut.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return Ut(e,r,t)}),{})};var Kt=Ut;const Vt=e.createContext({setColorMode:()=>null,setDayScheme:()=>null,setNightScheme:()=>null}),Gt=({children:t,...r})=>{var o,a,n,i,l,d,s,c;const{theme:g,colorMode:f,dayScheme:p,nightScheme:b}=qt(),h=null!==(o=null!==(a=r.theme)&&void 0!==a?a:g)&&void 0!==o?o:x,[m,v]=e.useState(null!==(n=null!==(i=r.colorMode)&&void 0!==i?i:f)&&void 0!==n?n:"day"),[y,w]=e.useState(null!==(l=null!==(d=r.dayScheme)&&void 0!==d?d:p)&&void 0!==l?l:"light"),[B,k]=e.useState(null!==(s=null!==(c=r.nightScheme)&&void 0!==c?c:b)&&void 0!==s?s:"dark"),$=function(e,t){switch(e){case"auto":return t;default:return e}}(m,function(){const[t,r]=e.useState(Yt);return e.useEffect((()=>{var e,t;const o=null===(e=window)||void 0===e||null===(t=e.matchMedia)||void 0===t?void 0:t.call(e,"(prefers-color-scheme: dark)");function a(e){const t=e.matches;r(t?"night":"day")}if(o){if(void 0!==o.addEventListener)return o.addEventListener("change",a),function(){o.removeEventListener("change",a)};if(void 0!==o.addListener)return o.addListener(a),function(){o.removeListener(a)}}}),[]),t}()),T=function(e,t,r){switch(e){case"day":return t;case"night":return r}}($,y,B),S=e.useMemo((()=>function(e,t){if(!e.colorSchemes)return e;if(!e.colorSchemes[t]){console.error(`\`${t}\` scheme not defined in \`theme.colorSchemes\``);const r=Object.keys(e.colorSchemes)[0];return Kt(e,e.colorSchemes[r])}return Kt(e,e.colorSchemes[t])}(h,T)),[h,T]);return e.useEffect((()=>{var e,t;v(null!==(e=null!==(t=r.colorMode)&&void 0!==t?t:f)&&void 0!==e?e:"day")}),[r.colorMode,f]),e.useEffect((()=>{var e,t;w(null!==(e=null!==(t=r.dayScheme)&&void 0!==t?t:p)&&void 0!==e?e:"light")}),[r.dayScheme,p]),e.useEffect((()=>{var e,t;k(null!==(e=null!==(t=r.nightScheme)&&void 0!==t?t:b)&&void 0!==e?e:"dark")}),[r.nightScheme,b]),e.createElement(Vt.Provider,{value:{theme:S,colorScheme:T,colorMode:m,resolvedColorMode:$,dayScheme:y,nightScheme:B,setColorMode:v,setDayScheme:w,setNightScheme:k}},e.createElement(u,{theme:S},t))};function qt(){return e.useContext(Vt)}function Xt(e,t){var r;const{colorScheme:o=""}=qt();return null!==(r=e[o])&&void 0!==r?r:t}function Yt(){var e,t,r;return"undefined"!=typeof window&&null!==(e=(t=window).matchMedia)&&void 0!==e&&null!==(r=e.call(t,"(prefers-color-scheme: dark)"))&&void 0!==r&&r.matches?"night":"day"}Gt.displayName="ThemeProvider";var Jt=Gt;var Zt=e=>fe(e.sx);var Qt=g.div(te,O,P,D,H,_,V,U,q,re,Zt);const er=g(Qt)``;er.defaultProps={borderWidth:"1px",borderStyle:"solid",borderColor:"border.default",borderRadius:2};var tr=er;const rr=g(Qt)``;rr.defaultProps={display:"flex"};var or=rr;const ar=g(Qt)``;ar.defaultProps={display:"grid"};var nr=ar;const ir=g(Qt)``;var lr=ir;const dr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"absolute",ref:r}))));dr.displayName="Absolute";const sr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"fixed",ref:r}))));sr.displayName="Fixed";const cr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"relative",ref:r}))));cr.displayName="Relative";const gr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"sticky",ref:r}))));function fr({ref:e,closeOnOutsideClick:n,defaultOpen:i,onClickOutside:l}){const[d,s]=t(i),c=r(null),g=null!=e?e:c,f=o((e=>{const{current:t}=g;e.target.closest("details")!==t&&(l&&l(e),e.defaultPrevented||s(!1))}),[g,s,l]);a((()=>{if(d&&n)return document.addEventListener("click",f),()=>{document.removeEventListener("click",f)}}),[d,n,f]);const u=e=>{if(!e.defaultPrevented){const t=e.target;s(t.open)}};return{open:d,setOpen:s,getDetailsProps:()=>({onToggle:u,open:d,ref:g})}}function ur(){const e=r(new Set),t=o(((t,r,...o)=>{const a=window.setTimeout(t,r,...o);return e.current.add(a),a}),[]),n=o((t=>{clearTimeout(t),e.current.delete(t)}),[]);return a((()=>()=>{for(const t of e.current)clearTimeout(t)}),[]),{safeSetTimeout:t,safeClearTimeout:n}}gr.defaultProps={top:0,zIndex:1},gr.displayName="Sticky";function pr(e){if(!e.defaultPrevented)for(const t of Object.values(br).reverse())if(true===t(e)||e.defaultPrevented)break}const br={};let hr=0;const mr=({containerRef:e,ignoreClickRefs:t,onClickOutside:r})=>{const i=n((()=>hr++),[]),l=o((o=>{var a;return o instanceof MouseEvent&&o.button>0||(!(null===(a=e.current)||void 0===a||!a.contains(o.target))||(!(!t||!t.some((({current:e})=>null==e?void 0:e.contains(o.target))))||void r(o)))}),[e,t,r]);a((()=>(0===Object.keys(br).length&&document.addEventListener("mousedown",pr,{capture:!0}),function(e,t){br[e]=t}(i,l),()=>{!function(e){delete br[e]}(i),0===Object.keys(br).length&&document.removeEventListener("mousedown",pr,{capture:!0})})),[i,l])};function*vr(e,t={}){var r,o;const a=null!==(r=t.strict)&&void 0!==r&&r,n=null!==(o=t.onlyTabbable)&&void 0!==o&&o?yr:xr,i=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>e instanceof HTMLElement&&n(e,a)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let l=null;if(!t.reverse&&n(e,a)&&(yield e),t.reverse){let e=i.lastChild();for(;e;)l=e,e=i.lastChild()}else l=i.firstChild();for(;l instanceof HTMLElement;)yield l,l=t.reverse?i.previousNode():i.nextNode();t.reverse&&n(e,a)&&(yield e)}function xr(e,t=!1){const r=["BUTTON","INPUT","SELECT","TEXTAREA","OPTGROUP","OPTION","FIELDSET"].includes(e.tagName)&&e.disabled,o=e.hidden,a=e instanceof HTMLInputElement&&"hidden"===e.type;if(r||o||a)return!1;if(t){const t=0===e.offsetWidth||0===e.offsetHeight,r=["hidden","collapse"].includes(getComputedStyle(e).visibility),o=0===e.getClientRects().length;if(t||r||o)return!1}return null!=e.getAttribute("tabindex")||!(e instanceof HTMLAnchorElement&&null==e.getAttribute("href"))&&-1!==e.tabIndex}function yr(e,t=!1){return xr(e,t)&&"-1"!==e.getAttribute("tabindex")}function wr({initialFocusRef:e,returnFocusRef:t,containerRef:r,preventFocusOnOpen:o}){a((()=>{if(o)return;const a=t.current;if(e&&e.current)e.current.focus();else if(r.current){const e=vr(r.current).next().value;null==e||e.focus()}return function(){null==a||a.focus()}}),[e,t,r,o])}const Br=[];function kr(e){if("Escape"===e.key&&!e.defaultPrevented)for(let t=Br.length-1;t>=0&&(Br[t](e),!e.defaultPrevented);--t);}const $r=(e,t=[e])=>{const r=o(e,t);a((()=>(0===Br.length&&document.addEventListener("keydown",kr),Br.push(r),()=>{Br.splice(Br.findIndex((e=>e===r)),1),0===Br.length&&document.removeEventListener("keydown",kr)})),[r])};function Tr(t){const r=e.useRef(null);return null!=t?t:r}const Sr=({overlayRef:e,returnFocusRef:t,initialFocusRef:r,onEscape:o,ignoreClickRefs:a,onClickOutside:n,preventFocusOnOpen:i})=>{const l=Tr(e);return wr({containerRef:l,returnFocusRef:t,initialFocusRef:r,preventFocusOnOpen:i}),mr({containerRef:l,ignoreClickRefs:a,onClickOutside:n}),$r(o),{ref:l}};let Er,Cr=!1;function zr(){}try{const e=Object.create({},{signal:{get(){Cr=!0}}});window.addEventListener("test",zr,e),window.removeEventListener("test",zr,e)}catch(Xd){}function Ir(){Cr||(!function(){if("undefined"==typeof window)return;const e=EventTarget.prototype.addEventListener;EventTarget.prototype.addEventListener=function(t,r,o){return"object"==typeof o&&"signal"in o&&o.signal instanceof AbortSignal&&e.call(o.signal,"abort",(()=>{this.removeEventListener(t,r,o)})),e.call(this,t,r,o)}}(),Cr=!0)}function Ar(){return void 0===Er&&(Er=/^mac/i.test(window.navigator.platform)),Er}let Nr,Rr=1e4;function Lr(){return"__primer_id_"+Rr++}Ir(),function(e){e[e.ArrowHorizontal=1]="ArrowHorizontal",e[e.ArrowVertical=2]="ArrowVertical",e[e.JK=4]="JK",e[e.HL=8]="HL",e[e.HomeAndEnd=16]="HomeAndEnd",e[e.PageUpDown=256]="PageUpDown",e[e.WS=32]="WS",e[e.AD=64]="AD",e[e.Tab=128]="Tab",e[e.ArrowAll=e.ArrowHorizontal|e.ArrowVertical]="ArrowAll",e[e.HJKL=e.HL|e.JK]="HJKL",e[e.WASD=e.WS|e.AD]="WASD",e[e.All=e.ArrowAll|e.HJKL|e.HomeAndEnd|e.PageUpDown|e.WASD|e.Tab]="All"}(Nr||(Nr={}));const Fr={ArrowLeft:Nr.ArrowHorizontal,ArrowDown:Nr.ArrowVertical,ArrowUp:Nr.ArrowVertical,ArrowRight:Nr.ArrowHorizontal,h:Nr.HL,j:Nr.JK,k:Nr.JK,l:Nr.HL,a:Nr.AD,s:Nr.WS,w:Nr.WS,d:Nr.AD,Tab:Nr.Tab,Home:Nr.HomeAndEnd,End:Nr.HomeAndEnd,PageUp:Nr.PageUpDown,PageDown:Nr.PageUpDown},Dr={ArrowLeft:"previous",ArrowDown:"next",ArrowUp:"previous",ArrowRight:"next",h:"previous",j:"next",k:"previous",l:"next",a:"previous",s:"next",w:"previous",d:"next",Tab:"next",Home:"start",End:"end",PageUp:"start",PageDown:"end"};function Mr(e){const t=Dr[e.key];if("Tab"===e.key&&e.shiftKey)return"previous";const r=Ar();if(r&&e.metaKey||!r&&e.ctrlKey){if("ArrowLeft"===e.key||"ArrowUp"===e.key)return"start";if("ArrowRight"===e.key||"ArrowDown"===e.key)return"end"}return t}function Or(e,t){var r,o,a,n;const i=[],l=new WeakMap,d=null!==(r=null==t?void 0:t.bindKeys)&&void 0!==r?r:(null!=t&&t.getNextFocusable?Nr.ArrowAll:Nr.ArrowVertical)|Nr.HomeAndEnd,s=null!==(o=null==t?void 0:t.focusOutBehavior)&&void 0!==o?o:"stop",c=null!==(a=null==t?void 0:t.focusInStrategy)&&void 0!==a?a:"previous",g=null==t?void 0:t.activeDescendantControl,f=null==t?void 0:t.onActiveDescendantChanged;let u;function p(){return i[0]}function b(e,t=!1){const r=u;u=e,g?e&&document.activeElement===g?h(r,e,t):m():(r&&r!==e&&l.has(r)&&r.setAttribute("tabindex","-1"),null==e||e.setAttribute("tabindex","0"))}function h(t,r,o=!1){r.id||r.setAttribute("id",Lr()),t&&t!==r&&t.removeAttribute("data-is-active-descendant"),g&&(o||g.getAttribute("aria-activedescendant")!==r.id)&&(g.setAttribute("aria-activedescendant",r.id),e.setAttribute("data-has-active-descendant",r.id),r.setAttribute("data-is-active-descendant",o?"activated-directly":"activated-indirectly"),null==f||f(r,t,o))}function m(t=u){"first"===c&&(u=void 0),null==g||g.removeAttribute("aria-activedescendant"),e.removeAttribute("data-has-active-descendant"),null==t||t.removeAttribute("data-is-active-descendant"),null==f||f(void 0,t,!1)}function v(...e){const r=e.filter((e=>{var r,o;return null===(r=null==t||null===(o=t.focusableElementFilter)||void 0===o?void 0:o.call(t,e))||void 0===r||r}));if(0===r.length)return;const o=i.findIndex((e=>(e.compareDocumentPosition(r[0])&Node.DOCUMENT_POSITION_PRECEDING)>0));i.splice(-1===o?i.length:o,0,...r);for(const e of r)l.has(e)||l.set(e,e.getAttribute("tabindex")),e.setAttribute("tabindex","-1");u||b(p())}function x(...e){for(const t of e){const e=i.indexOf(t);e>=0&&i.splice(e,1);const r=l.get(t);if(void 0!==r&&(null===r?t.removeAttribute("tabindex"):t.setAttribute("tabindex",r),l.delete(t)),t===u){b(p())}}}v(...vr(e)),b(p());new MutationObserver((e=>{for(const t of e)for(const e of t.removedNodes)e instanceof HTMLElement&&x(...vr(e));for(const t of e)for(const e of t.addedNodes)e instanceof HTMLElement&&v(...vr(e))})).observe(e,{subtree:!0,childList:!0});const y=new AbortController,w=null!==(n=null==t?void 0:t.abortSignal)&&void 0!==n?n:y.signal;let B;w.addEventListener("abort",(()=>{x(...i)})),e.addEventListener("mousedown",(e=>{e.target instanceof HTMLElement&&e.target!==document.activeElement&&(B=i.indexOf(e.target))}),{signal:w}),g?(e.addEventListener("focusin",(e=>{e.target instanceof HTMLElement&&i.includes(e.target)&&(g.focus(),b(e.target))})),e.addEventListener("mousemove",(({target:e})=>{if(!(e instanceof Node))return;const t=i.find((t=>t.contains(e)));t&&b(t)}),{signal:w,capture:!0}),g.addEventListener("focusin",(()=>{u?h(void 0,u):b(p())})),g.addEventListener("focusout",(()=>{m()}))):e.addEventListener("focusin",(t=>{if(t.target instanceof HTMLElement)if(void 0!==B)B>=0&&i[B]!==u&&b(i[B]),B=void 0;else if("previous"===c)b(t.target);else if("closest"===c||"first"===c){if(t.relatedTarget instanceof Element&&!e.contains(t.relatedTarget)){const e="previous"===$?i.length-1:0,t=i[e];return void(null==t||t.focus())}b(t.target)}else if("function"==typeof c)if(t.relatedTarget instanceof Element&&!e.contains(t.relatedTarget)){const e=c(t.relatedTarget);if((e?i.indexOf(e):-1)>=0&&e instanceof HTMLElement)return void e.focus();console.warn("Element requested is not a known focusable element.")}else b(t.target);$=void 0}),{signal:w});const k=null!=g?g:e;let $;return"closest"===c&&document.addEventListener("keydown",(e=>{"Tab"===e.key&&($=Mr(e))}),{signal:w,capture:!0}),k.addEventListener("keydown",(r=>{if(r.key in Dr){const a=Fr[r.key];if(!r.defaultPrevented&&(a&d)>0&&!function(e,t){const r=e.key,o=[...r].length,a=t instanceof HTMLInputElement&&"text"===t.type||t instanceof HTMLTextAreaElement;if(a&&(1===o||"Home"===r||"End"===r))return!0;if(t instanceof HTMLSelectElement){if(1===o)return!0;if("ArrowDown"===r&&Ar()&&!e.metaKey)return!0;if("ArrowDown"===r&&!Ar()&&e.altKey)return!0}if(t instanceof HTMLTextAreaElement&&("PageUp"===r||"PageDown"===r))return!0;if(a){const e=t,o=0===e.selectionStart&&0===e.selectionEnd,a=e.selectionStart===e.value.length&&e.selectionEnd===e.value.length;if("ArrowLeft"===r&&!o)return!0;if("ArrowRight"===r&&!a)return!0;if(e instanceof HTMLTextAreaElement){if("ArrowUp"===r&&!o)return!0;if("ArrowDown"===r&&!a)return!0}}return!1}(r,document.activeElement)){const a=Mr(r);let n;var o;if(null!=t&&t.getNextFocusable)n=t.getNextFocusable(a,null!==(o=document.activeElement)&&void 0!==o?o:void 0,r);if(!n){const t=function(){if(!u)return 0;const t=i.indexOf(u);return-1!==t?t:u===e?-1:0}();let o=t;"previous"===a?o-=1:"start"===a?o=0:"next"===a?o+=1:o=i.length-1,o<0&&(o="wrap"===s&&"Tab"!==r.key?i.length-1:0),o>=i.length&&(o="wrap"===s&&"Tab"!==r.key?0:i.length-1),t!==o&&(n=i[o])}g?b(n||u,!0):n&&($=a,n.focus()),("Tab"!==r.key||n)&&r.preventDefault()}}}),{signal:w}),y}var Pr=p(["position:relative;display:inline-block;padding:6px 16px;font-family:inherit;font-weight:",";line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border-radius:",";appearance:none;text-decoration:none;text-align:center;&:hover{text-decoration:none;}&:focus{outline:none;}&:disabled{cursor:default;}&:disabled svg{opacity:0.6;}"],It("fontWeights.bold"),It("radii.2"));const Hr=ue({variants:{small:{p:"4px 12px",fontSize:0},medium:{fontSize:1},large:{fontSize:2,p:"10px 20px"}}}),Wr=g.button.attrs((({disabled:e,onClick:t})=>({onClick:e?void 0:t})))`
|
22
|
+
`;function Dt(t){const{children:r,...o}=t;return require("focus-visible"),e.createElement(Ft,Rt({},o,{"data-portal-root":!0}),e.createElement(Lt,null),r)}Dt.displayName="BaseStyles",Dt.defaultProps={color:"fg.default",fontFamily:"normal",lineHeight:"default"};var Mt=function(e){return function(e){return!!e&&"object"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return"[object RegExp]"===t||"[object Date]"===t||function(e){return e.$$typeof===Ot}(e)}(e)};var Ot="function"==typeof Symbol&&Symbol.for?Symbol.for("react.element"):60103;function Pt(e,t){return!1!==t.clone&&t.isMergeableObject(e)?Ut((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function Ht(e,t,r){return e.concat(t).map((function(e){return Pt(e,r)}))}function Wt(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function _t(e,t){try{return t in e}catch(e){return!1}}function jt(e,t,r){var o={};return r.isMergeableObject(e)&&Wt(e).forEach((function(t){o[t]=Pt(e[t],r)})),Wt(t).forEach((function(a){(function(e,t){return _t(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,a)||(_t(e,a)&&r.isMergeableObject(t[a])?o[a]=function(e,t){if(!t.customMerge)return Ut;var r=t.customMerge(e);return"function"==typeof r?r:Ut}(a,r)(e[a],t[a],r):o[a]=Pt(t[a],r))})),o}function Ut(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||Ht,r.isMergeableObject=r.isMergeableObject||Mt,r.cloneUnlessOtherwiseSpecified=Pt;var o=Array.isArray(t);return o===Array.isArray(e)?o?r.arrayMerge(e,t,r):jt(e,t,r):Pt(t,r)}Ut.all=function(e,t){if(!Array.isArray(e))throw new Error("first argument should be an array");return e.reduce((function(e,r){return Ut(e,r,t)}),{})};var Kt=Ut;const Vt=e.createContext({setColorMode:()=>null,setDayScheme:()=>null,setNightScheme:()=>null}),Gt=({children:t,...r})=>{var o,a,n,i,l,d,s,c;const{theme:g,colorMode:f,dayScheme:p,nightScheme:b}=qt(),h=null!==(o=null!==(a=r.theme)&&void 0!==a?a:g)&&void 0!==o?o:x,[m,v]=e.useState(null!==(n=null!==(i=r.colorMode)&&void 0!==i?i:f)&&void 0!==n?n:"day"),[y,w]=e.useState(null!==(l=null!==(d=r.dayScheme)&&void 0!==d?d:p)&&void 0!==l?l:"light"),[B,k]=e.useState(null!==(s=null!==(c=r.nightScheme)&&void 0!==c?c:b)&&void 0!==s?s:"dark"),$=function(e,t){switch(e){case"auto":return t;default:return e}}(m,function(){const[t,r]=e.useState(Yt);return e.useEffect((()=>{var e,t;const o=null===(e=window)||void 0===e||null===(t=e.matchMedia)||void 0===t?void 0:t.call(e,"(prefers-color-scheme: dark)");function a(e){const t=e.matches;r(t?"night":"day")}if(o){if(void 0!==o.addEventListener)return o.addEventListener("change",a),function(){o.removeEventListener("change",a)};if(void 0!==o.addListener)return o.addListener(a),function(){o.removeListener(a)}}}),[]),t}()),T=function(e,t,r){switch(e){case"day":return t;case"night":return r}}($,y,B),S=e.useMemo((()=>function(e,t){if(!e.colorSchemes)return e;if(!e.colorSchemes[t]){console.error(`\`${t}\` scheme not defined in \`theme.colorSchemes\``);const r=Object.keys(e.colorSchemes)[0];return Kt(e,e.colorSchemes[r])}return Kt(e,e.colorSchemes[t])}(h,T)),[h,T]);return e.useEffect((()=>{var e,t;v(null!==(e=null!==(t=r.colorMode)&&void 0!==t?t:f)&&void 0!==e?e:"day")}),[r.colorMode,f]),e.useEffect((()=>{var e,t;w(null!==(e=null!==(t=r.dayScheme)&&void 0!==t?t:p)&&void 0!==e?e:"light")}),[r.dayScheme,p]),e.useEffect((()=>{var e,t;k(null!==(e=null!==(t=r.nightScheme)&&void 0!==t?t:b)&&void 0!==e?e:"dark")}),[r.nightScheme,b]),e.createElement(Vt.Provider,{value:{theme:S,colorScheme:T,colorMode:m,resolvedColorMode:$,dayScheme:y,nightScheme:B,setColorMode:v,setDayScheme:w,setNightScheme:k}},e.createElement(u,{theme:S},t))};function qt(){return e.useContext(Vt)}function Xt(e,t){var r;const{colorScheme:o=""}=qt();return null!==(r=e[o])&&void 0!==r?r:t}function Yt(){var e,t,r;return"undefined"!=typeof window&&null!==(e=(t=window).matchMedia)&&void 0!==e&&null!==(r=e.call(t,"(prefers-color-scheme: dark)"))&&void 0!==r&&r.matches?"night":"day"}Gt.displayName="ThemeProvider";var Jt=Gt;var Zt=e=>fe(e.sx);var Qt=g.div(te,O,P,D,H,_,V,U,q,re,Zt);const er=g(Qt)``;er.defaultProps={borderWidth:"1px",borderStyle:"solid",borderColor:"border.default",borderRadius:2};var tr=er;const rr=g(Qt)``;rr.defaultProps={display:"flex"};var or=rr;const ar=g(Qt)``;ar.defaultProps={display:"grid"};var nr=ar;const ir=g(Qt)``;var lr=ir;const dr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"absolute",ref:r}))));dr.displayName="Absolute";const sr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"fixed",ref:r}))));sr.displayName="Fixed";const cr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"relative",ref:r}))));cr.displayName="Relative";const gr=e.forwardRef(((t,r)=>e.createElement(ir,Rt({},t,{position:"sticky",ref:r}))));function fr({ref:e,closeOnOutsideClick:n,defaultOpen:i,onClickOutside:l}){const[d,s]=t(i),c=r(null),g=null!=e?e:c,f=o((e=>{const{current:t}=g;e.target.closest("details")!==t&&(l&&l(e),e.defaultPrevented||s(!1))}),[g,s,l]);a((()=>{if(d&&n)return document.addEventListener("click",f),()=>{document.removeEventListener("click",f)}}),[d,n,f]);const u=e=>{if(!e.defaultPrevented){const t=e.target;s(t.open)}};return{open:d,setOpen:s,getDetailsProps:()=>({onToggle:u,open:d,ref:g})}}function ur(){const e=r(new Set),t=o(((t,r,...o)=>{const a=window.setTimeout(t,r,...o);return e.current.add(a),a}),[]),n=o((t=>{clearTimeout(t),e.current.delete(t)}),[]);return a((()=>()=>{for(const t of e.current)clearTimeout(t)}),[]),{safeSetTimeout:t,safeClearTimeout:n}}gr.defaultProps={top:0,zIndex:1},gr.displayName="Sticky";function pr(e){if(!e.defaultPrevented)for(const t of Object.values(br).reverse())if(true===t(e)||e.defaultPrevented)break}const br={};let hr=0;const mr=({containerRef:e,ignoreClickRefs:t,onClickOutside:r})=>{const i=n((()=>hr++),[]),l=o((o=>{var a;return o instanceof MouseEvent&&o.button>0||(!(null===(a=e.current)||void 0===a||!a.contains(o.target))||(!(!t||!t.some((({current:e})=>null==e?void 0:e.contains(o.target))))||void r(o)))}),[e,t,r]);a((()=>(0===Object.keys(br).length&&document.addEventListener("mousedown",pr,{capture:!0}),function(e,t){br[e]=t}(i,l),()=>{!function(e){delete br[e]}(i),0===Object.keys(br).length&&document.removeEventListener("mousedown",pr,{capture:!0})})),[i,l])};function*vr(e,t={}){var r,o;const a=null!==(r=t.strict)&&void 0!==r&&r,n=null!==(o=t.onlyTabbable)&&void 0!==o&&o?yr:xr,i=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>e instanceof HTMLElement&&n(e,a)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP});let l=null;if(!t.reverse&&n(e,a)&&(yield e),t.reverse){let e=i.lastChild();for(;e;)l=e,e=i.lastChild()}else l=i.firstChild();for(;l instanceof HTMLElement;)yield l,l=t.reverse?i.previousNode():i.nextNode();t.reverse&&n(e,a)&&(yield e)}function xr(e,t=!1){const r=["BUTTON","INPUT","SELECT","TEXTAREA","OPTGROUP","OPTION","FIELDSET"].includes(e.tagName)&&e.disabled,o=e.hidden,a=e instanceof HTMLInputElement&&"hidden"===e.type;if(r||o||a)return!1;if(t){const t=0===e.offsetWidth||0===e.offsetHeight,r=["hidden","collapse"].includes(getComputedStyle(e).visibility),o=0===e.getClientRects().length;if(t||r||o)return!1}return null!=e.getAttribute("tabindex")||!(e instanceof HTMLAnchorElement&&null==e.getAttribute("href"))&&-1!==e.tabIndex}function yr(e,t=!1){return xr(e,t)&&"-1"!==e.getAttribute("tabindex")}function wr({initialFocusRef:e,returnFocusRef:t,containerRef:r,preventFocusOnOpen:o}){a((()=>{if(o)return;const a=t.current;if(e&&e.current)e.current.focus();else if(r.current){const e=vr(r.current).next().value;null==e||e.focus()}return function(){null==a||a.focus()}}),[e,t,r,o])}const Br=[];function kr(e){if("Escape"===e.key&&!e.defaultPrevented)for(let t=Br.length-1;t>=0&&(Br[t](e),!e.defaultPrevented);--t);}const $r=(e,t=[e])=>{const r=o(e,t);a((()=>(0===Br.length&&document.addEventListener("keydown",kr),Br.push(r),()=>{Br.splice(Br.findIndex((e=>e===r)),1),0===Br.length&&document.removeEventListener("keydown",kr)})),[r])};function Tr(t){const r=e.useRef(null);return null!=t?t:r}const Sr=({overlayRef:e,returnFocusRef:t,initialFocusRef:r,onEscape:o,ignoreClickRefs:a,onClickOutside:n,preventFocusOnOpen:i})=>{const l=Tr(e);return wr({containerRef:l,returnFocusRef:t,initialFocusRef:r,preventFocusOnOpen:i}),mr({containerRef:l,ignoreClickRefs:a,onClickOutside:n}),$r(o),{ref:l}};let Er,Cr=!1;function zr(){}try{const e=Object.create({},{signal:{get(){Cr=!0}}});window.addEventListener("test",zr,e),window.removeEventListener("test",zr,e)}catch(Vd){}function Ir(){Cr||(!function(){if("undefined"==typeof window)return;const e=EventTarget.prototype.addEventListener;EventTarget.prototype.addEventListener=function(t,r,o){return"object"==typeof o&&"signal"in o&&o.signal instanceof AbortSignal&&e.call(o.signal,"abort",(()=>{this.removeEventListener(t,r,o)})),e.call(this,t,r,o)}}(),Cr=!0)}function Ar(){return void 0===Er&&(Er=/^mac/i.test(window.navigator.platform)),Er}let Nr,Rr=1e4;function Lr(){return"__primer_id_"+Rr++}Ir(),function(e){e[e.ArrowHorizontal=1]="ArrowHorizontal",e[e.ArrowVertical=2]="ArrowVertical",e[e.JK=4]="JK",e[e.HL=8]="HL",e[e.HomeAndEnd=16]="HomeAndEnd",e[e.PageUpDown=256]="PageUpDown",e[e.WS=32]="WS",e[e.AD=64]="AD",e[e.Tab=128]="Tab",e[e.ArrowAll=e.ArrowHorizontal|e.ArrowVertical]="ArrowAll",e[e.HJKL=e.HL|e.JK]="HJKL",e[e.WASD=e.WS|e.AD]="WASD",e[e.All=e.ArrowAll|e.HJKL|e.HomeAndEnd|e.PageUpDown|e.WASD|e.Tab]="All"}(Nr||(Nr={}));const Fr={ArrowLeft:Nr.ArrowHorizontal,ArrowDown:Nr.ArrowVertical,ArrowUp:Nr.ArrowVertical,ArrowRight:Nr.ArrowHorizontal,h:Nr.HL,j:Nr.JK,k:Nr.JK,l:Nr.HL,a:Nr.AD,s:Nr.WS,w:Nr.WS,d:Nr.AD,Tab:Nr.Tab,Home:Nr.HomeAndEnd,End:Nr.HomeAndEnd,PageUp:Nr.PageUpDown,PageDown:Nr.PageUpDown},Dr={ArrowLeft:"previous",ArrowDown:"next",ArrowUp:"previous",ArrowRight:"next",h:"previous",j:"next",k:"previous",l:"next",a:"previous",s:"next",w:"previous",d:"next",Tab:"next",Home:"start",End:"end",PageUp:"start",PageDown:"end"};function Mr(e){const t=Dr[e.key];if("Tab"===e.key&&e.shiftKey)return"previous";const r=Ar();if(r&&e.metaKey||!r&&e.ctrlKey){if("ArrowLeft"===e.key||"ArrowUp"===e.key)return"start";if("ArrowRight"===e.key||"ArrowDown"===e.key)return"end"}return t}function Or(e,t){var r,o,a,n;const i=[],l=new WeakMap,d=null!==(r=null==t?void 0:t.bindKeys)&&void 0!==r?r:(null!=t&&t.getNextFocusable?Nr.ArrowAll:Nr.ArrowVertical)|Nr.HomeAndEnd,s=null!==(o=null==t?void 0:t.focusOutBehavior)&&void 0!==o?o:"stop",c=null!==(a=null==t?void 0:t.focusInStrategy)&&void 0!==a?a:"previous",g=null==t?void 0:t.activeDescendantControl,f=null==t?void 0:t.onActiveDescendantChanged;let u;function p(){return i[0]}function b(e,t=!1){const r=u;u=e,g?e&&document.activeElement===g?h(r,e,t):m():(r&&r!==e&&l.has(r)&&r.setAttribute("tabindex","-1"),null==e||e.setAttribute("tabindex","0"))}function h(t,r,o=!1){r.id||r.setAttribute("id",Lr()),t&&t!==r&&t.removeAttribute("data-is-active-descendant"),g&&(o||g.getAttribute("aria-activedescendant")!==r.id)&&(g.setAttribute("aria-activedescendant",r.id),e.setAttribute("data-has-active-descendant",r.id),r.setAttribute("data-is-active-descendant",o?"activated-directly":"activated-indirectly"),null==f||f(r,t,o))}function m(t=u){"first"===c&&(u=void 0),null==g||g.removeAttribute("aria-activedescendant"),e.removeAttribute("data-has-active-descendant"),null==t||t.removeAttribute("data-is-active-descendant"),null==f||f(void 0,t,!1)}function v(...e){const r=e.filter((e=>{var r,o;return null===(r=null==t||null===(o=t.focusableElementFilter)||void 0===o?void 0:o.call(t,e))||void 0===r||r}));if(0===r.length)return;const o=i.findIndex((e=>(e.compareDocumentPosition(r[0])&Node.DOCUMENT_POSITION_PRECEDING)>0));i.splice(-1===o?i.length:o,0,...r);for(const e of r)l.has(e)||l.set(e,e.getAttribute("tabindex")),e.setAttribute("tabindex","-1");u||b(p())}function x(...e){for(const t of e){const e=i.indexOf(t);e>=0&&i.splice(e,1);const r=l.get(t);if(void 0!==r&&(null===r?t.removeAttribute("tabindex"):t.setAttribute("tabindex",r),l.delete(t)),t===u){b(p())}}}v(...vr(e)),b(p());new MutationObserver((e=>{for(const t of e)for(const e of t.removedNodes)e instanceof HTMLElement&&x(...vr(e));for(const t of e)for(const e of t.addedNodes)e instanceof HTMLElement&&v(...vr(e))})).observe(e,{subtree:!0,childList:!0});const y=new AbortController,w=null!==(n=null==t?void 0:t.abortSignal)&&void 0!==n?n:y.signal;let B;w.addEventListener("abort",(()=>{x(...i)})),e.addEventListener("mousedown",(e=>{e.target instanceof HTMLElement&&e.target!==document.activeElement&&(B=i.indexOf(e.target))}),{signal:w}),g?(e.addEventListener("focusin",(e=>{e.target instanceof HTMLElement&&i.includes(e.target)&&(g.focus(),b(e.target))})),e.addEventListener("mousemove",(({target:e})=>{if(!(e instanceof Node))return;const t=i.find((t=>t.contains(e)));t&&b(t)}),{signal:w,capture:!0}),g.addEventListener("focusin",(()=>{u?h(void 0,u):b(p())})),g.addEventListener("focusout",(()=>{m()}))):e.addEventListener("focusin",(t=>{if(t.target instanceof HTMLElement)if(void 0!==B)B>=0&&i[B]!==u&&b(i[B]),B=void 0;else if("previous"===c)b(t.target);else if("closest"===c||"first"===c){if(t.relatedTarget instanceof Element&&!e.contains(t.relatedTarget)){const e="previous"===$?i.length-1:0,t=i[e];return void(null==t||t.focus())}b(t.target)}else if("function"==typeof c)if(t.relatedTarget instanceof Element&&!e.contains(t.relatedTarget)){const e=c(t.relatedTarget);if((e?i.indexOf(e):-1)>=0&&e instanceof HTMLElement)return void e.focus();console.warn("Element requested is not a known focusable element.")}else b(t.target);$=void 0}),{signal:w});const k=null!=g?g:e;let $;return"closest"===c&&document.addEventListener("keydown",(e=>{"Tab"===e.key&&($=Mr(e))}),{signal:w,capture:!0}),k.addEventListener("keydown",(r=>{if(r.key in Dr){const a=Fr[r.key];if(!r.defaultPrevented&&(a&d)>0&&!function(e,t){const r=e.key,o=[...r].length,a=t instanceof HTMLInputElement&&"text"===t.type||t instanceof HTMLTextAreaElement;if(a&&(1===o||"Home"===r||"End"===r))return!0;if(t instanceof HTMLSelectElement){if(1===o)return!0;if("ArrowDown"===r&&Ar()&&!e.metaKey)return!0;if("ArrowDown"===r&&!Ar()&&e.altKey)return!0}if(t instanceof HTMLTextAreaElement&&("PageUp"===r||"PageDown"===r))return!0;if(a){const e=t,o=0===e.selectionStart&&0===e.selectionEnd,a=e.selectionStart===e.value.length&&e.selectionEnd===e.value.length;if("ArrowLeft"===r&&!o)return!0;if("ArrowRight"===r&&!a)return!0;if(e instanceof HTMLTextAreaElement){if("ArrowUp"===r&&!o)return!0;if("ArrowDown"===r&&!a)return!0}}return!1}(r,document.activeElement)){const a=Mr(r);let n;var o;if(null!=t&&t.getNextFocusable)n=t.getNextFocusable(a,null!==(o=document.activeElement)&&void 0!==o?o:void 0,r);if(!n){const t=function(){if(!u)return 0;const t=i.indexOf(u);return-1!==t?t:u===e?-1:0}();let o=t;"previous"===a?o-=1:"start"===a?o=0:"next"===a?o+=1:o=i.length-1,o<0&&(o="wrap"===s&&"Tab"!==r.key?i.length-1:0),o>=i.length&&(o="wrap"===s&&"Tab"!==r.key?0:i.length-1),t!==o&&(n=i[o])}g?b(n||u,!0):n&&($=a,n.focus()),("Tab"!==r.key||n)&&r.preventDefault()}}}),{signal:w}),y}var Pr=p(["position:relative;display:inline-block;padding:6px 16px;font-family:inherit;font-weight:",";line-height:20px;white-space:nowrap;vertical-align:middle;cursor:pointer;user-select:none;border-radius:",";appearance:none;text-decoration:none;text-align:center;&:hover{text-decoration:none;}&:focus{outline:none;}&:disabled{cursor:default;}&:disabled svg{opacity:0.6;}"],It("fontWeights.bold"),It("radii.2"));const Hr=ue({variants:{small:{p:"4px 12px",fontSize:0},medium:{fontSize:1},large:{fontSize:2,p:"10px 20px"}}}),Wr=g.button.attrs((({disabled:e,onClick:t})=>({onClick:e?void 0:t})))`
|
23
23
|
${Pr}
|
24
24
|
${Hr}
|
25
25
|
`;Wr.defaultProps={variant:"medium"};var _r=Wr;var jr=g(_r)`
|
@@ -379,13 +379,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
379
379
|
align-items: end;
|
380
380
|
justify-content: end;
|
381
381
|
padding: ${It("space.1")} ${It("space.3")} ${It("space.3")};
|
382
|
-
`,ga=({footerButtons:t})=>{const{containerRef:r}=No({bindKeys:Nr.ArrowHorizontal|Nr.Tab,focusInStrategy:"closest"});return e.createElement(ca,{ref:r},e.createElement(aa.Buttons,{buttons:null!=t?t:[]}))};ga.displayName="ConfirmationFooter";const fa=t=>{const{onClose:r,title:a,cancelButtonContent:n="Cancel",confirmButtonContent:i="OK",confirmButtonType:l="normal",children:d}=t,s=[{content:n,onClick:o((()=>{r("cancel")}),[r])},{content:i,buttonType:l,onClick:o((()=>{r("confirm")}),[r]),autoFocus:!0}];return e.createElement(aa,{onClose:r,title:a,footerButtons:s,role:"alertdialog",width:"medium",renderHeader:la,renderBody:sa,renderFooter:ga},d)};function ua(){const{theme:t,colorMode:r,dayScheme:a,nightScheme:n}=qt();return o((o=>async function(t,r){const{content:o,...a}=r;return new Promise((r=>{const n=document.createElement("div");m.render(e.createElement(Gt,t,e.createElement(fa,Rt({},a,{onClose:e=>{m.unmountComponentAtNode(n),r("confirm"===e)}}),o)),n)}))}({theme:t,colorMode:r,dayScheme:a,nightScheme:n},o)),[t,r,a,n])}fa.displayName="ConfirmationDialog";const pa=g.
|
383
|
-
cursor: pointer;
|
384
|
-
|
385
|
-
${e=>e.disabled&&"cursor: not-allowed;"}
|
386
|
-
|
387
|
-
${Zt}
|
388
|
-
`,ba=e.forwardRef((({checked:t,disabled:r,sx:o,required:a,validationStatus:n,value:i,name:l,...d},s)=>e.createElement(pa,Rt({type:"radio",value:i,name:l,ref:s,disabled:r,"aria-disabled":r?"true":"false",checked:t,"aria-checked":t?"true":"false",required:a,"aria-required":a?"true":"false","aria-invalid":"error"===n?"true":"false",sx:o},d))));ba.displayName="RadioButton";var ha=ba;const ma=g.div`
|
382
|
+
`,ga=({footerButtons:t})=>{const{containerRef:r}=No({bindKeys:Nr.ArrowHorizontal|Nr.Tab,focusInStrategy:"closest"});return e.createElement(ca,{ref:r},e.createElement(aa.Buttons,{buttons:null!=t?t:[]}))};ga.displayName="ConfirmationFooter";const fa=t=>{const{onClose:r,title:a,cancelButtonContent:n="Cancel",confirmButtonContent:i="OK",confirmButtonType:l="normal",children:d}=t,s=[{content:n,onClick:o((()=>{r("cancel")}),[r])},{content:i,buttonType:l,onClick:o((()=>{r("confirm")}),[r]),autoFocus:!0}];return e.createElement(aa,{onClose:r,title:a,footerButtons:s,role:"alertdialog",width:"medium",renderHeader:la,renderBody:sa,renderFooter:ga},d)};function ua(){const{theme:t,colorMode:r,dayScheme:a,nightScheme:n}=qt();return o((o=>async function(t,r){const{content:o,...a}=r;return new Promise((r=>{const n=document.createElement("div");m.render(e.createElement(Gt,t,e.createElement(fa,Rt({},a,{onClose:e=>{m.unmountComponentAtNode(n),r("confirm"===e)}}),o)),n)}))}({theme:t,colorMode:r,dayScheme:a,nightScheme:n},o)),[t,r,a,n])}fa.displayName="ConfirmationDialog";const pa=g.div`
|
389
383
|
{
|
390
384
|
/* 6px vertical padding + 20px line height = 32px total height
|
391
385
|
*
|
@@ -401,9 +395,9 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
401
395
|
${({variant:e})=>"filled"===e&&p(["background:",";margin:"," 0;border-top:1px solid ",";border-bottom:1px solid ",";&:first-child{margin-top:0;}"],It("colors.canvas.subtle"),It("space.2"),It("colors.neutral.muted"),It("colors.neutral.muted"))}
|
402
396
|
|
403
397
|
${Zt}
|
404
|
-
`;function
|
398
|
+
`;function ba({variant:t="subtle",title:r,auxiliaryText:o,children:a,...n}){return e.createElement(pa,Rt({role:"heading",variant:t},n),r,o&&e.createElement("span",null,o))}ba.displayName="Header";const ha=g.div`
|
405
399
|
${Zt}
|
406
|
-
`;function
|
400
|
+
`;function ma({header:t,items:r,...o}){return e.createElement(ha,o,t&&e.createElement(ba,t),r)}ma.displayName="Group";const va=g.div`
|
407
401
|
display: ${e=>e.inline?"inline-block":"inherit"};
|
408
402
|
overflow: hidden;
|
409
403
|
text-overflow: ellipsis;
|
@@ -412,25 +406,25 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
412
406
|
${we}
|
413
407
|
${e=>e.expandable?"&:hover { max-width: 10000px; }":""}
|
414
408
|
${Zt};
|
415
|
-
`;
|
409
|
+
`;va.defaultProps={expandable:!1,inline:!1,maxWidth:125};var xa=va;const ya=g.div`
|
416
410
|
height: 1px;
|
417
411
|
background: ${It("colors.border.muted")};
|
418
412
|
margin-top: calc(${It("space.2")} - 1px);
|
419
413
|
margin-bottom: ${It("space.2")};
|
420
|
-
`;function
|
414
|
+
`;function wa(){return e.createElement(ya,null)}wa.displayName="Divider",wa.renderItem=wa;const Ba=(e="default",t)=>{if(t)return{color:It("colors.primer.fg.disabled"),iconColor:It("colors.primer.fg.disabled"),annotationColor:It("colors.primer.fg.disabled"),hoverCursor:"default"};switch(e){case"danger":return{color:It("colors.danger.fg"),iconColor:It("colors.danger.fg"),annotationColor:It("colors.fg.muted"),hoverCursor:"pointer",hoverBg:It("colors.actionListItem.danger.hoverBg"),focusBg:It("colors.actionListItem.danger.activeBg"),hoverText:It("colors.actionListItem.danger.hoverText")};default:return{color:It("colors.fg.default"),iconColor:It("colors.fg.muted"),annotationColor:It("colors.fg.muted"),hoverCursor:"pointer",hoverBg:It("colors.actionListItem.default.hoverBg"),focusBg:It("colors.actionListItem.default.activeBg")}}},ka=g.div`
|
421
415
|
display: flex;
|
422
416
|
min-width: 0;
|
423
417
|
|
424
418
|
/* Required for dividers */
|
425
419
|
position: relative;
|
426
420
|
flex-grow: 1;
|
427
|
-
|
421
|
+
`,$a=g.div`
|
428
422
|
align-items: baseline;
|
429
423
|
display: flex;
|
430
424
|
min-width: 0;
|
431
425
|
flex-direction: var(--main-content-flex-direction);
|
432
426
|
flex-grow: 1;
|
433
|
-
`,
|
427
|
+
`,Ta=g.div`
|
434
428
|
/* 6px vertical padding + 20px line height = 32px total height
|
435
429
|
*
|
436
430
|
* TODO: When rem-based spacing on a 4px scale lands, replace
|
@@ -439,7 +433,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
439
433
|
padding: 6px ${It("space.2")};
|
440
434
|
display: flex;
|
441
435
|
border-radius: ${It("radii.2")};
|
442
|
-
color: ${({variant:e,item:t})=>
|
436
|
+
color: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).color};
|
443
437
|
// 2 frames on a 60hz monitor
|
444
438
|
transition: background 33.333ms linear;
|
445
439
|
text-decoration: none;
|
@@ -449,18 +443,18 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
449
443
|
// allow override in case another item in the list is active/focused
|
450
444
|
background: var(
|
451
445
|
--item-hover-bg-override,
|
452
|
-
${({variant:e,item:t})=>
|
446
|
+
${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).hoverBg}
|
453
447
|
);
|
454
|
-
color: ${({variant:e,item:t})=>
|
455
|
-
cursor: ${({variant:e,item:t})=>
|
448
|
+
color: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).hoverText};
|
449
|
+
cursor: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).hoverCursor};
|
456
450
|
}
|
457
451
|
}
|
458
452
|
|
459
453
|
// Item dividers
|
460
|
-
:not(:first-of-type):not(${
|
454
|
+
:not(:first-of-type):not(${ya} + &):not(${pa} + &) {
|
461
455
|
margin-top: ${({showDivider:e})=>e?"1px":"0"};
|
462
456
|
|
463
|
-
${
|
457
|
+
${ka}::before {
|
464
458
|
content: ' ';
|
465
459
|
display: block;
|
466
460
|
position: absolute;
|
@@ -474,46 +468,46 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
474
468
|
|
475
469
|
// Item dividers should not be visible:
|
476
470
|
// - above Hovered
|
477
|
-
&:hover ${
|
471
|
+
&:hover ${ka}::before,
|
478
472
|
// - below Hovered
|
479
473
|
// '*' instead of '&' because '&' maps to separate class names depending on 'variant'
|
480
|
-
:hover + * ${
|
474
|
+
:hover + * ${ka}::before {
|
481
475
|
// allow override in case another item in the list is active/focused
|
482
476
|
border-color: var(--item-hover-divider-border-color-override, transparent) !important;
|
483
477
|
}
|
484
478
|
|
485
479
|
// - above Focused
|
486
|
-
&:focus ${
|
480
|
+
&:focus ${ka}::before,
|
487
481
|
// - below Focused
|
488
482
|
// '*' instead of '&' because '&' maps to separate class names depending on 'variant'
|
489
|
-
:focus + * ${
|
483
|
+
:focus + * ${ka}::before,
|
490
484
|
// - above Active Descendent
|
491
|
-
&[${"data-is-active-descendant"}] ${
|
485
|
+
&[${"data-is-active-descendant"}] ${ka}::before,
|
492
486
|
// - below Active Descendent
|
493
|
-
[${"data-is-active-descendant"}] + & ${
|
487
|
+
[${"data-is-active-descendant"}] + & ${ka}::before {
|
494
488
|
// '!important' because all the ':not's above give higher specificity
|
495
489
|
border-color: transparent !important;
|
496
490
|
}
|
497
491
|
|
498
492
|
// Active Descendant
|
499
493
|
&[${"data-is-active-descendant"}='${"activated-directly"}'] {
|
500
|
-
background: ${({variant:e,item:t})=>
|
494
|
+
background: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).focusBg};
|
501
495
|
}
|
502
496
|
&[${"data-is-active-descendant"}='${"activated-indirectly"}'] {
|
503
|
-
background: ${({variant:e,item:t})=>
|
497
|
+
background: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).hoverBg};
|
504
498
|
}
|
505
499
|
|
506
500
|
&:focus {
|
507
|
-
background: ${({variant:e,item:t})=>
|
501
|
+
background: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).focusBg};
|
508
502
|
outline: none;
|
509
503
|
}
|
510
504
|
|
511
505
|
&:active {
|
512
|
-
background: ${({variant:e,item:t})=>
|
506
|
+
background: ${({variant:e,item:t})=>Ba(e,null==t?void 0:t.disabled).focusBg};
|
513
507
|
}
|
514
508
|
|
515
509
|
${Zt}
|
516
|
-
`,
|
510
|
+
`,Sa=g.span``,Ea=g.div`
|
517
511
|
// Match visual height to adjacent text line height.
|
518
512
|
// TODO: When rem-based spacing on a 4px scale lands, replace
|
519
513
|
// hardcoded '20px' with '${It("space.s20")}'.
|
@@ -524,24 +518,24 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
524
518
|
justify-content: center;
|
525
519
|
align-items: center;
|
526
520
|
flex-shrink: 0;
|
527
|
-
`,
|
521
|
+
`,Ca=g(Ea)`
|
528
522
|
svg {
|
529
|
-
fill: ${({variant:e,disabled:t})=>
|
523
|
+
fill: ${({variant:e,disabled:t})=>Ba(e,t).iconColor};
|
530
524
|
font-size: ${It("fontSizes.0")};
|
531
525
|
}
|
532
|
-
`,
|
526
|
+
`,za=g(Ca)`
|
533
527
|
display: flex;
|
534
528
|
flex-direction: column;
|
535
529
|
justify-content: center;
|
536
|
-
`,
|
537
|
-
color: ${({variant:e,disabled:t})=>
|
530
|
+
`,Ia=g(Ca)`
|
531
|
+
color: ${({variant:e,disabled:t})=>Ba(e,t).annotationColor}};
|
538
532
|
margin-left: ${It("space.2")};
|
539
533
|
margin-right: 0;
|
540
534
|
width: auto;
|
541
535
|
div:nth-child(2) {
|
542
536
|
margin-left: ${It("space.2")};
|
543
537
|
}
|
544
|
-
`,
|
538
|
+
`,Aa=g.span`
|
545
539
|
color: ${It("colors.fg.muted")};
|
546
540
|
font-size: ${It("fontSizes.0")};
|
547
541
|
// TODO: When rem-based spacing on a 4px scale lands, replace
|
@@ -551,7 +545,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
551
545
|
min-width: 0;
|
552
546
|
flex-grow: 1;
|
553
547
|
flex-basis: var(--description-container-flex-basis);
|
554
|
-
`,
|
548
|
+
`,Na=g.svg`
|
555
549
|
rect {
|
556
550
|
fill: ${({selected:e})=>It(e?"colors.accent.fg":"colors.canvas.default")};
|
557
551
|
stroke: ${({selected:e})=>It(e?"colors.accent.fg":"colors.border.default")};
|
@@ -562,7 +556,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
562
556
|
boxshadow: ${It("shadow.small")};
|
563
557
|
opacity: ${({selected:e})=>e?1:0};
|
564
558
|
}
|
565
|
-
`,
|
559
|
+
`,Ra=e.forwardRef(((t,r)=>{const{as:a,text:n,description:i,descriptionVariant:l="inline",selected:d,selectionVariant:s,leadingVisual:c,trailingIcon:g,trailingVisual:f,trailingText:u,variant:p="default",showDivider:b,disabled:h,onAction:m,onKeyPress:v,children:x,onClick:y,id:w,...B}=t,k=Wo(),$=Wo(),T=o((e=>{h||(null==v||v(e),!e.defaultPrevented&&[" ","Enter"].includes(e.key)&&(null==m||m(t,e)))}),[m,h,t,v]),S=o((e=>{h||(null==y||y(e),e.defaultPrevented||null==m||m(t,e))}),[m,h,t,y]),{theme:E}=qt();return e.createElement(Ta,Rt({ref:r,as:a,tabIndex:h?void 0:-1,variant:p,showDivider:b,"aria-selected":d,"aria-labelledby":n?k:void 0,"aria-describedby":i?$:void 0},B,{"data-id":w,onKeyPress:T,onClick:S}),!!d===d&&e.createElement(Ea,null,"multiple"===s?e.createElement(e.Fragment,null,e.createElement(Na,{selected:d,width:"16",height:"16",viewBox:"0 0 16 16",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true"},e.createElement("rect",{x:"2",y:"2",width:"12",height:"12",rx:"4"}),e.createElement("path",{fillRule:"evenodd",strokeWidth:"0",d:"M4.03231 8.69862C3.84775 8.20646 4.49385 7.77554 4.95539 7.77554C5.41693 7.77554 6.80154 9.85246 6.80154 9.85246C6.80154 9.85246 10.2631 4.314 10.4938 4.08323C10.7246 3.85246 11.8785 4.08323 11.4169 5.00631C11.0081 5.82388 7.26308 11.4678 7.26308 11.4678C7.26308 11.4678 6.80154 12.1602 6.34 11.4678C5.87846 10.7755 4.21687 9.19077 4.03231 8.69862Z"}))):d&&e.createElement(eo,{fill:null==E?void 0:E.colors.fg.default})),c&&e.createElement(za,{variant:p,disabled:h},e.createElement(c,null)),e.createElement(ka,null,e.createElement($a,{style:{"--main-content-flex-direction":"inline"===l?"row":"column"}},x,n?e.createElement(Sa,{id:k},n):null,i?e.createElement(Aa,{id:$,style:{"--description-container-margin-left":"inline"===l?It("space.2")(E):0,"--description-container-flex-basis":"inline"===l?0:"auto"}},"block"===l?i:e.createElement(xa,{title:i,inline:!0,maxWidth:"100%"},i)):null),f?e.createElement(Ia,{variant:p,disabled:h},"function"==typeof f?e.createElement(f,null):f):g||u?e.createElement(Ia,{variant:p,disabled:h},u,g&&e.createElement(g,null)):null))}));Ra.displayName="ActionList.Item";const La=g.div`
|
566
560
|
font-size: ${It("fontSizes.1")};
|
567
561
|
/* 14px font-size * 1.428571429 = 20px line height
|
568
562
|
*
|
@@ -575,15 +569,15 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
575
569
|
--item-hover-bg-override: none;
|
576
570
|
--item-hover-divider-border-color-override: ${It("colors.border.muted")};
|
577
571
|
}
|
578
|
-
`;const
|
572
|
+
`;const Fa=e.forwardRef(((t,r)=>{const{firstGroupStyle:o,lastGroupStyle:a,headerStyle:n,itemStyle:i}=function(e="inset"){switch(e){case"full":return{headerStyle:{paddingX:It("space.2")},itemStyle:{borderRadius:0}};default:return{firstGroupStyle:{marginTop:It("space.2")},lastGroupStyle:{marginBottom:It("space.2")},itemStyle:{marginX:It("space.2")}}}}(t.variant),l=(r,o,a)=>{var n,l,d;const s="renderItem"in r&&r.renderItem||t.renderItem||Ra,c=null!==(n=null!==(l="key"in r?r.key:void 0)&&void 0!==l?l:null===(d=r.id)||void 0===d?void 0:d.toString())&&void 0!==n?n:a.toString();return e.createElement(s,Rt({showDivider:t.showItemDividers,selectionVariant:t.selectionVariant},r,{key:c,sx:{...i,...r.sx},item:o}))};let d=[];if(function(e){return"groupMetadata"in e}(t)){const e=t.groupMetadata.reduce(((e,t)=>e.set(t.groupId,t)),new Map);for(const r of t.items){var s,c,g;const t=e.get(r.groupId),o=null!==(s=null==t||null===(c=t.items)||void 0===c?void 0:c.length)&&void 0!==s?s:0;e.set(r.groupId,{...t,items:[...null!==(g=null==t?void 0:t.items)&&void 0!==g?g:[],l({showDivider:null==t?void 0:t.showItemDividers,...t&&"renderItem"in t&&{renderItem:t.renderItem},...r},r,o)]})}d=[...e.values()]}else d=[{items:t.items.map(((e,t)=>l(e,e,t))),groupId:"0"}];return e.createElement(La,Rt({},t,{ref:r}),d.map((({header:r,...i},l)=>{const s="filled"===(null==r?void 0:r.variant),c=l>0&&!s;return e.createElement(e.Fragment,{key:i.groupId},c?e.createElement(wa,{key:`${i.groupId}-divider`}):null,(r=>{var o;const a=(null!==(o="renderGroup"in r&&r.renderGroup)&&void 0!==o?o:t.renderGroup)||ma;return e.createElement(a,Rt({},r,{key:r.groupId}))})({sx:{...0===l&&o,...l===d.length-1&&a,...l>0&&!c&&{mt:2}},...r&&{header:{...r,sx:{...n,...r.sx}}},...i}))})))}));Fa.displayName="ActionList";const Da=Object.assign(Fa,{Group:ma,Item:Ra,Divider:wa}),Ma={xsmall:"192px",small:"256px",medium:"320px",large:"432px",xlarge:"600px",auto:"auto",initial:"auto"},Oa={small:"256px",medium:"320px",large:"480px",xlarge:"640px",xxlarge:"960px",auto:"auto"};const Pa=g.div`
|
579
573
|
background-color: ${It("colors.canvas.overlay")};
|
580
574
|
box-shadow: ${It("shadows.overlay.shadow")};
|
581
575
|
position: absolute;
|
582
576
|
min-width: 192px;
|
583
577
|
max-width: 640px;
|
584
|
-
height: ${e=>
|
585
|
-
max-height: ${e=>e.maxHeight&&
|
586
|
-
width: ${e=>
|
578
|
+
height: ${e=>Ma[e.height||"auto"]};
|
579
|
+
max-height: ${e=>e.maxHeight&&Ma[e.maxHeight]};
|
580
|
+
width: ${e=>Oa[e.width||"auto"]};
|
587
581
|
border-radius: 12px;
|
588
582
|
overflow: hidden;
|
589
583
|
animation: overlay-appear ${200}ms ${It("animation.easeOutCubic")};
|
@@ -601,12 +595,12 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
601
595
|
outline: none;
|
602
596
|
}
|
603
597
|
${Zt};
|
604
|
-
`,
|
598
|
+
`,Ha=e.forwardRef((({onClickOutside:t,role:o="none",initialFocusRef:n,returnFocusRef:i,ignoreClickRefs:l,onEscape:d,visibility:s="visible",height:c,top:g,left:f,anchorSide:u,portalContainerName:p,preventFocusOnOpen:b,...h},m)=>{const v=r(null),x=Do(v,m),{theme:y}=qt(),w=parseInt(It("space.2")(y).replace("px","")),B=It("animation.easeOutCubic")(y);return Sr({overlayRef:v,returnFocusRef:i,onEscape:d,ignoreClickRefs:l,onClickOutside:t,initialFocusRef:n,preventFocusOnOpen:b}),a((()=>{var e;"initial"===c&&null!==(e=x.current)&&void 0!==e&&e.clientHeight&&(x.current.style.height=`${x.current.clientHeight}px`)}),[c,x]),Bo((()=>{var e;const{x:t,y:r}=function(e){return null!=e&&e.endsWith("bottom")?{x:0,y:-1}:null!=e&&e.endsWith("top")?{x:0,y:1}:null!=e&&e.endsWith("right")?{x:-1,y:0}:null!=e&&e.endsWith("left")?{x:1,y:0}:{x:0,y:0}}(u);(t||r)&&null!==(e=v.current)&&void 0!==e&&e.animate&&"hidden"!==s&&v.current.animate({transform:[`translate(${w*t}px, ${w*r}px)`,"translate(0, 0)"]},{duration:200,easing:B})}),[u,w,B,s]),e.createElement(Fo,{containerName:p},e.createElement(Pa,Rt({height:c,role:o},h,{ref:x,style:{top:`${g||0}px`,left:`${f||0}px`,"--styled-overlay-visibility":s}})))}));Ha.defaultProps={height:"auto",width:"auto"};var Wa=Ha;const _a=({renderAnchor:n,anchorRef:i,children:l,open:d,onOpen:s,onClose:c,height:g,width:f,overlayProps:u,focusTrapSettings:p,focusZoneSettings:b,side:h,align:m})=>{const v=Tr(i),[x,y]=function(){const[e,a]=t(null),n=r(null);n.current=e;const i=o((e=>{n.current=e,a(e)}),[n]);return[n,i]}(),w=Wo(),B=o((()=>null==c?void 0:c("click-outside")),[c]),k=o((()=>null==c?void 0:c("escape")),[c]),$=o((e=>{e.defaultPrevented||!d&&["ArrowDown","ArrowUp"," ","Enter"].includes(e.key)&&(null==s||s("anchor-key-press"),e.preventDefault())}),[d,s]),T=o((e=>{e.defaultPrevented||0!==e.button||(d?null==c||c("anchor-click"):null==s||s("anchor-click"))}),[d,s,c]),{position:S}=ko({anchorElementRef:v,floatingElementRef:x,side:h,align:m},[x.current]);return a((()=>{!d&&x.current&&y(null)}),[d,x,y]),No({containerRef:x,disabled:!d||!S,...b}),Co({containerRef:x,disabled:!d||!S,...p}),e.createElement(e.Fragment,null,n&&n({ref:v,id:w,"aria-labelledby":w,"aria-haspopup":"true",tabIndex:0,onClick:T,onKeyDown:$}),d?e.createElement(Wa,Rt({returnFocusRef:v,onClickOutside:B,ignoreClickRefs:[v],onEscape:k,ref:y,role:"none",visibility:S?"visible":"hidden",height:g,width:f,top:(null==S?void 0:S.top)||0,left:(null==S?void 0:S.left)||0,anchorSide:null==S?void 0:S.anchorSide},u),l):null)};function ja(e,r,a){const[n,i]=t(a);return[null!=e?e:n,o((e=>{i(e),r&&r(e)}),[r])]}_a.displayName="AnchoredOverlay",_a.defaultProps={side:"outside-bottom",align:"start"};const Ua=t=>e.createElement(Ra,Rt({role:"menuitem"},t));Ua.displayName="ActionMenuItem",Ua.displayName="ActionMenu.Item";const Ka=({anchorContent:t,renderAnchor:r=(t=>e.createElement(jr,t)),anchorRef:a,onAction:i,open:l,setOpen:d,overlayProps:s,items:c,...g})=>{const[f,u]=ja(l,d,!1),p=Tr(a),b=o((()=>u(!0)),[u]),h=o((()=>u(!1)),[u]),m=n((()=>null===r?null:e=>r({"aria-label":"menu",children:t,...e})),[t,r]),v=n((()=>c.map((e=>({...e,role:"menuitem",onAction:(t,r)=>{var o;const a=null!==(o=e.onAction)&&void 0!==o?o:i;null==a||a(t,r),r.defaultPrevented||h()}})))),[c,i,h]);return e.createElement(_a,{renderAnchor:m,anchorRef:p,open:f,onOpen:b,onClose:h,overlayProps:s},e.createElement(Fa,Rt({},g,{role:"menu",items:v})))};Ka.displayName="ActionMenuBase",Ka.displayName="ActionMenu";const Va=Object.assign(Ka,{Divider:wa,Item:Ua}),Ga=s(null);var qa,Xa={exports:{}};
|
605
599
|
/*!
|
606
600
|
Copyright (c) 2018 Jed Watson.
|
607
601
|
Licensed under the MIT License (MIT), see
|
608
602
|
http://jedwatson.github.io/classnames
|
609
|
-
*/
|
603
|
+
*/qa=Xa,function(){var e={}.hasOwnProperty;function t(){for(var r=[],o=0;o<arguments.length;o++){var a=arguments[o];if(a){var n=typeof a;if("string"===n||"number"===n)r.push(a);else if(Array.isArray(a)){if(a.length){var i=t.apply(null,a);i&&r.push(i)}}else if("object"===n)if(a.toString===Object.prototype.toString)for(var l in a)e.call(a,l)&&a[l]&&r.push(l);else r.push(a.toString())}}return r.join(" ")}qa.exports?(t.default=t,qa.exports=t):window.classNames=t}();var Ya=Xa.exports;var Ja=g.input`
|
610
604
|
border: 0;
|
611
605
|
font-size: inherit;
|
612
606
|
font-family: inherit;
|
@@ -619,7 +613,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
619
613
|
}
|
620
614
|
|
621
615
|
${Zt};
|
622
|
-
`;const
|
616
|
+
`;const Za=ue({variants:{small:{minHeight:"28px",px:2,py:"3px",fontSize:0,lineHeight:"20px"},large:{px:2,py:"10px",fontSize:3}}});var Qa=g.span`
|
623
617
|
display: inline-flex;
|
624
618
|
align-items: stretch;
|
625
619
|
min-height: 34px;
|
@@ -664,21 +658,21 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
664
658
|
${me}
|
665
659
|
${xe}
|
666
660
|
${we}
|
667
|
-
${
|
661
|
+
${Za}
|
668
662
|
${Zt};
|
669
|
-
`;const
|
663
|
+
`;const en=e.forwardRef((({icon:t,block:r,className:o,contrast:a,disabled:n,sx:i,theme:l,width:d,minWidth:s,maxWidth:c,variant:g,...f},u)=>{const p=Ya(o,"TextInput-wrapper");return e.createElement(Qa,{block:r,className:p,contrast:a,disabled:n,hasIcon:!!t,sx:i,theme:l,width:d,minWidth:s,maxWidth:c,variant:g},t&&e.createElement(t,{className:"TextInput-icon"}),e.createElement(Ja,Rt({ref:u,disabled:n},f)))}));en.defaultProps={type:"text"},en.displayName="TextInput";var tn=en;const rn=e.forwardRef((({as:r=tn,onFocus:n,onBlur:i,onChange:l,onKeyDown:s,onKeyUp:c,onKeyPress:g,value:f,...u},p)=>{const b=d(Ga);if(null===b)throw new Error("AutocompleteContext returned null values");const{activeDescendantRef:h,autocompleteSuggestion:m="",id:v,inputRef:x,inputValue:y="",isMenuDirectlyActivated:w,setInputValue:B,setShowMenu:k,showMenu:$}=b,T=Do(x,p),[S,E]=t(!0),C=o((e=>{n&&n(e),k(!0)}),[n,k]),z=o((e=>{i&&i(e),setTimeout((()=>{document.activeElement!==T.current&&k(!1)}),0)}),[i,k,T]),I=o((e=>{l&&l(e),B(e.currentTarget.value),$||k(!0)}),[l,B,k,$]),A=o((e=>{var t;s&&s(e),"Backspace"===e.key&&E(!1),"Escape"===e.key&&null!==(t=x.current)&&void 0!==t&&t.value&&(B(""),x.current.value="")}),[x,B,E,s]),N=o((e=>{c&&c(e),"Backspace"===e.key&&E(!0)}),[E,c]),R=o((e=>{if(g&&g(e),$&&"Enter"===e.key&&h.current){e.preventDefault(),e.nativeEvent.stopImmediatePropagation();const t=new KeyboardEvent(e.type,e.nativeEvent);h.current.dispatchEvent(t)}}),[h,$,g]);return a((()=>{x.current&&(m||(x.current.value=y),S&&m&&(y||w)&&(x.current.value=m,0===m.toLowerCase().indexOf(y.toLowerCase())&&x.current.setSelectionRange(y.length,m.length)))}),[m,y,x,w]),a((()=>{f&&B(f.toString())}),[f,B]),e.createElement(r,Rt({onFocus:C,onBlur:z,onChange:I,onKeyDown:A,onKeyPress:R,onKeyUp:N,ref:T,"aria-controls":`${v}-listbox`,"aria-autocomplete":"both",role:"combobox","aria-expanded":$,"aria-haspopup":"listbox","aria-owns":`${v}-listbox`,autocomplete:"off"},u))}));rn.displayName="AutocompleteInput";var on=rn;const an=(e,t,r="vertical",o=8,a=0,n="smooth")=>{const i="vertical"===r?"top":"left",l="vertical"===r?"bottom":"right",d="vertical"===r?"scrollTop":"scrollLeft",{[i]:s,[l]:c}=e.getBoundingClientRect(),{[i]:g,[l]:f}=t.getBoundingClientRect(),u=c>f-o;if(s<g+a){const e=s-g+t[d];t.scrollTo({behavior:n,[i]:e-a})}else if(u){const e=c-f+t[d];t.scrollTo({behavior:n,[i]:e+o})}};function nn(o){const i=d(Ga);if(null===i)throw new Error("AutocompleteContext returned null values");const{activeDescendantRef:l,id:s,inputRef:c,inputValue:g="",scrollContainerRef:f,setAutocompleteSuggestion:u,setShowMenu:p,setInputValue:b,setIsMenuDirectlyActivated:h,setSelectedItemLength:m,showMenu:v}=i,{items:x,selectedItemIds:y,sortOnCloseFn:w,emptyStateText:B,addNewItem:k,loading:$,selectionVariant:T,filterFn:S,"aria-labelledby":E,onOpenChange:C,onSelectedChange:z,customScrollContainerRef:I}=o,A=r(null),[N,R]=t(),[L,F]=t(x.map((({id:e})=>e))),D=n((()=>x.map((e=>({...e,role:"option",id:e.id,selected:"multiple"===T?y.includes(e.id):void 0,onAction:e=>{const t=y.filter((t=>t!==e.id)),r=y.includes(e.id)?t:[...t,e.id];var o,a;((z||(o=b,function(e){const{text:t=""}=Array.isArray(e)?e.slice(-1)[0]:e;o(t)}))(r.map((e=>function(e,t){return t.find((t=>t.id===e))}(e,x)))),"multiple"===T)?(b(""),u("")):(p(!1),null===(a=c.current)||void 0===a||a.setSelectionRange(c.current.value.length,c.current.value.length))}})))),[x,y,c,z,T,u,b,p]),M=n((()=>L.reduce(((e,t,r)=>(e[t]=r,e)),{})),[L]),O=n((()=>{return D.filter(S||(e=g,function(t,r){var o;return Boolean(null===(o=t.text)||void 0===o?void 0:o.toLowerCase().startsWith(e.toLowerCase()))})).sort(((e,t)=>M[e.id]-M[t.id]));var e}),[D,M,S,g]),P=n((()=>[...O,...k?[{...k,leadingVisual:()=>e.createElement(io,null),onAction:e=>{k.handleAddItem({...e,id:e.id||Lr(),leadingVisual:void 0}),"multiple"===T&&(b(""),u(""))}}]:[]]),[O,k,u,T,b]);return No({containerRef:A,focusOutBehavior:"wrap",focusableElementFilter:e=>!(e instanceof HTMLInputElement),activeDescendantFocus:c,onActiveDescendantChanged:(e,t,r)=>{if(l.current=e||null,e){const t=D.find((t=>t.id.toString()===e.getAttribute("data-id")));R(t),h(r)}e&&I&&I.current&&r?an(e,I.current):e&&f.current&&r&&an(e,f.current)}},[$]),a((()=>{var e;null!=N&&null!==(e=N.text)&&void 0!==e&&e.startsWith(g)&&!y.includes(N.id)?u(N.text):u("")}),[N,g,y,u]),a((()=>{const e=[...L].sort(w||(t=e=>((e,t)=>t.includes(e))(e,y),(e,r)=>t(e)===t(r)?0:t(e)?-1:1));var t;const r=e.length===L.length&&e.every(((e,t)=>e===L[t]));!1!==v||r||F(e),C&&C(Boolean(v))}),[v,C,y,w,L]),a((()=>{y.length&&m(y.length)}),[y,m]),e.createElement(Qt,{sx:v?{}:{position:"absolute",width:"1px",height:"1px",padding:"0",margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",borderWidth:"0"}},$?e.createElement(Qt,{p:3,display:"flex",justifyContent:"center"},e.createElement($l,null)):e.createElement("div",{ref:A},P.length?e.createElement(Da,{selectionVariant:"multiple",items:P,role:"listbox",id:`${s}-listbox`,"aria-labelledby":E}):e.createElement(Qt,{p:3},B)))}function ln({menuAnchorRef:t,overlayProps:r,children:a}){const n=d(Ga);if(null===n)throw new Error("AutocompleteContext returned null values");const{inputRef:i,scrollContainerRef:l,selectedItemLength:s,setShowMenu:c,showMenu:g=!1}=n,{floatingElementRef:f,position:u}=ko({side:"outside-bottom",align:"start",anchorElementRef:t||i},[g,s]),p=Do(l,f),b=o((()=>{c(!1)}),[c]);return"undefined"==typeof window?null:e.createElement(Wa,Rt({returnFocusRef:i,preventFocusOnOpen:!0,onClickOutside:b,onEscape:b,ref:p,top:null==u?void 0:u.top,left:null==u?void 0:u.left,visibility:g?"visible":"hidden",sx:{overflow:"auto"}},r),a)}nn.displayName="AutocompleteMenu",nn.defaultProps={emptyStateText:"No selectable options",selectionVariant:"single"},nn.displayName="AutocompleteMenu",ln.displayName="AutocompleteOverlay",ln.displayName="AutocompleteOverlay";const dn={inputValue:"",showMenu:!1,isMenuDirectlyActivated:!1,autocompleteSuggestion:"",selectedItemLength:0},sn=(e,t)=>{const{type:r,payload:o}=t;switch(r){case"inputValue":return{...e,inputValue:o};case"showMenu":return{...e,showMenu:o};case"isMenuDirectlyActivated":return{...e,isMenuDirectlyActivated:o};case"autocompleteSuggestion":return{...e,autocompleteSuggestion:o};case"selectedItemLength":return{...e,selectedItemLength:o};default:return e}},cn=({children:t,id:a})=>{const n=r(null),i=r(null),l=r(null),[d,s]=c(sn,dn),{inputValue:g,showMenu:f,autocompleteSuggestion:u,isMenuDirectlyActivated:p,selectedItemLength:b}=d,h=o((e=>{s({type:"inputValue",payload:e})}),[]),m=o((e=>{s({type:"showMenu",payload:e})}),[]),v=o((e=>{s({type:"autocompleteSuggestion",payload:e})}),[]),x=o((e=>{s({type:"isMenuDirectlyActivated",payload:e})}),[]),y=o((e=>{s({type:"selectedItemLength",payload:e})}),[]),w=Wo(a);return e.createElement(Ga.Provider,{value:{activeDescendantRef:n,autocompleteSuggestion:u,id:w,inputRef:l,inputValue:g,isMenuDirectlyActivated:p,scrollContainerRef:i,selectedItemLength:b,setAutocompleteSuggestion:v,setInputValue:h,setIsMenuDirectlyActivated:x,setShowMenu:m,setSelectedItemLength:y,showMenu:f}},t)};cn.displayName="Autocomplete";var gn=Object.assign(cn,{Input:on,Menu:nn,Overlay:ln});const fn=g.img.attrs((e=>({height:e.size,width:e.size})))`
|
670
664
|
display: inline-block;
|
671
665
|
overflow: hidden; // Ensure page layout in Firefox should images fail to load
|
672
666
|
line-height: ${It("lineHeights.condensedUltra")};
|
673
667
|
vertical-align: middle;
|
674
668
|
border-radius: ${e=>function({size:e,square:t}){return t?e&&e<=24?"4px":"6px":"50%"}(e)};
|
675
669
|
${Zt}
|
676
|
-
`;
|
670
|
+
`;fn.defaultProps={size:20,alt:"",square:!1};var un=fn;const pn=g(un)`
|
677
671
|
position: absolute;
|
678
672
|
right: -15%;
|
679
673
|
bottom: -9%;
|
680
674
|
box-shadow: ${It("shadows.avatar.childShadow")};
|
681
|
-
`,
|
675
|
+
`,bn=({children:t,...r})=>{const o=e.Children.map(t,((t,r)=>e.isValidElement(t)?0===r?e.cloneElement(t,{size:40}):e.createElement(pn,Rt({bg:"canvas.default"},t.props,{size:20})):t));return e.createElement(Qt,Rt({position:"relative",display:"inline-flex"},r),o)};bn.displayName="AvatarPair",bn.displayName="AvatarPair";var hn=bn;const mn=g.span`
|
682
676
|
display: flex;
|
683
677
|
position: relative;
|
684
678
|
height: 20px;
|
@@ -793,7 +787,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
793
787
|
}
|
794
788
|
|
795
789
|
${Zt};
|
796
|
-
`,
|
790
|
+
`,vn=({children:t,alignRight:r,sx:o})=>{const a=e.Children.count(t),n=Ya({"pc-AvatarStack--two":2===a,"pc-AvatarStack--three-plus":a>2,"pc-AvatarStack--right":r});return e.createElement(mn,{count:a,className:n,sx:o},e.createElement(Qt,{position:"absolute",display:"flex",width:"38px",className:"pc-AvatarStackBody"},(t=>e.Children.map(t,((t,r)=>e.isValidElement(t)?e.cloneElement(t,{className:Ya(t.props.className,"pc-AvatarItem"),sx:{zIndex:10-r,...t.props.sx}}):t)))(t)))};vn.displayName="AvatarStack";var xn=vn;var yn=g.a`
|
797
791
|
display: inline-block;
|
798
792
|
padding: 2px 6px;
|
799
793
|
font-size: ${It("fontSizes.0")};
|
@@ -803,7 +797,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
803
797
|
border-radius: ${It("radii.2")};
|
804
798
|
|
805
799
|
${Zt};
|
806
|
-
`;const
|
800
|
+
`;const wn=g.li`
|
807
801
|
display: inline-block;
|
808
802
|
white-space: nowrap;
|
809
803
|
list-style: none;
|
@@ -822,11 +816,11 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
822
816
|
content: none;
|
823
817
|
}
|
824
818
|
}
|
825
|
-
`,
|
819
|
+
`,Bn=g.nav`
|
826
820
|
display: flex;
|
827
821
|
justify-content: space-between;
|
828
822
|
${Zt};
|
829
|
-
`;function
|
823
|
+
`;function kn({className:t,children:r,sx:o}){const a=e.Children.map(r,(t=>e.createElement(wn,null,t)));return e.createElement(Bn,{className:t,"aria-label":"Breadcrumbs",sx:o},e.createElement(Qt,{as:"ol",my:0,pl:0},a))}kn.displayName="Breadcrumbs";const $n=g.a.attrs((e=>({activeClassName:"string"==typeof e.to?"selected":"",className:Ya(e.selected&&"selected",e.className),"aria-current":e.selected?"page":null})))`
|
830
824
|
color: ${It("colors.accent.fg")};
|
831
825
|
display: inline-block;
|
832
826
|
font-size: ${It("fontSizes.1")};
|
@@ -839,7 +833,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
839
833
|
pointer-events: none;
|
840
834
|
}
|
841
835
|
${Zt};
|
842
|
-
`;
|
836
|
+
`;kn.displayName="Breadcrumbs",$n.displayName="Breadcrumbs.Item";var Tn=Object.assign(kn,{Item:$n});const Sn=Object.assign(kn,{Item:$n}),En=(e="default",t)=>({default:{color:"btn.text",backgroundColor:"btn.bg",boxShadow:`${null==t?void 0:t.shadows.btn.shadow}, ${null==t?void 0:t.shadows.btn.insetShadow}`,"&:hover:not([disabled])":{backgroundColor:"btn.hoverBg"},"&:focus:not([disabled])":{boxShadow:`${null==t?void 0:t.shadows.btn.focusShadow}`},"&:active:not([disabled])":{backgroundColor:"btn.selectedBg",boxShadow:`${null==t?void 0:t.shadows.btn.shadowActive}`},"&:disabled":{color:"primer.fg.disabled",backgroundColor:"btn.disabledBg"}},primary:{color:"btn.primary.text",backgroundColor:"btn.primary.bg",borderColor:"border.subtle",boxShadow:`${null==t?void 0:t.shadows.btn.primary.shadow}`,"&:hover:not([disabled])":{color:"btn.primary.hoverText",backgroundColor:"btn.primary.hoverBg"},"&:focus:not([disabled])":{boxShadow:`${null==t?void 0:t.shadows.btn.primary.focusShadow}`},"&:active:not([disabled])":{backgroundColor:"btn.primary.selectedBg",boxShadow:`${null==t?void 0:t.shadows.btn.primary.selectedShadow}`},"&:disabled":{color:"btn.primary.disabledText",backgroundColor:"btn.primary.disabledBg"},'[data-component="ButtonCounter"]':{backgroundColor:"btn.primary.counterBg",color:"btn.primary.text"}},danger:{color:"btn.danger.text",backgroundColor:"btn.bg",boxShadow:`${null==t?void 0:t.shadows.btn.shadow}`,"&:hover:not([disabled])":{color:"btn.danger.hoverText",backgroundColor:"btn.danger.hoverBg",borderColor:"btn.danger.hoverBorder",boxShadow:`${null==t?void 0:t.shadows.btn.danger.hoverShadow}`,'[data-component="ButtonCounter"]':{backgroundColor:"btn.danger.hoverCounterBg",color:"btn.danger.hoverText"}},"&:focus:not([disabled])":{borderColor:"btn.danger.focusBorder",boxShadow:`${null==t?void 0:t.shadows.btn.danger.focusShadow}`},"&:active:not([disabled])":{color:"btn.danger.selectedText",backgroundColor:"btn.danger.selectedBg",boxShadow:`${null==t?void 0:t.shadows.btn.danger.selectedShadow}`,borderColor:"btn.danger.selectedBorder"},"&:disabled":{color:"btn.danger.disabledText",backgroundColor:"btn.danger.disabledBg",borderColor:"btn.danger.disabledBorder",'[data-component="ButtonCounter"]':{backgroundColor:"btn.danger.disabledCounterBg"}},'[data-component="ButtonCounter"]':{color:"btn.danger.text",backgroundColor:"btn.danger.counterBg"}},invisible:{color:"accent.fg",backgroundColor:"transparent",border:"0",boxShadow:"none","&:hover:not([disabled])":{backgroundColor:"btn.hoverBg"},"&:focus:not([disabled])":{boxShadow:`${null==t?void 0:t.shadows.btn.focusShadow}`},"&:active:not([disabled])":{backgroundColor:"btn.selectedBg"},"&:disabled":{color:"primer.fg.disabled"}},outline:{color:"btn.outline.text",boxShadow:`${null==t?void 0:t.shadows.btn.shadow}`,"&:hover":{color:"btn.outline.hoverText",backgroundColor:"btn.outline.hoverBg",borderColor:"outline.hoverBorder",boxShadow:`${null==t?void 0:t.shadows.btn.outline.hoverShadow}`,'[data-component="ButtonCounter"]':{backgroundColor:"btn.outline.hoverCounterBg",color:"btn.outline.hoverText"}},"&:focus":{borderColor:"btn.outline.focusBorder",boxShadow:`${null==t?void 0:t.shadows.btn.outline.focusShadow}`},"&:active:not([disabled])":{color:"btn.outline.selectedText",backgroundColor:"btn.outline.selectedBg",boxShadow:`${null==t?void 0:t.shadows.btn.outline.selectedShadow}`,borderColor:"btn.outline.selectedBorder"},"&:disabled":{color:"btn.outline.disabledText",backgroundColor:"btn.outline.disabledBg",borderColor:"btn.border",'[data-component="ButtonCounter"]':{backgroundColor:"btn.outline.disabledCounterBg"}},'[data-component="ButtonCounter"]':{backgroundColor:"btn.outline.counterBg",color:"btn.outline.text"}}}[e]),Cn=(e="medium",t="default",r)=>{let o,a,n;switch(e){case"small":o=3,a=12,n=0;break;case"large":o=9,a=20,n=2;break;case"medium":default:o=5,a=16,n=1}return r&&(a=o+2),"invisible"===t&&(o+=1),{paddingY:`${o}px`,paddingX:`${a}px`,fontSize:n,'[data-component="ButtonCounter"]':{fontSize:n}}},zn=g.button(Zt),In=i((({children:t,sx:r={},...o},a)=>{const{icon:n,leadingIcon:i,trailingIcon:l,variant:d="default",size:s="medium"}=o,c=!!n,{theme:g}=qt(),f={borderRadius:"2",border:"1px solid",borderColor:null==g?void 0:g.colors.btn.border,display:"grid",gridTemplateAreas:'"leadingIcon text trailingIcon"',fontWeight:"bold",lineHeight:"20px",whiteSpace:"nowrap",verticalAlign:"middle",cursor:"pointer",appearance:"none",userSelect:"none",textDecoration:"none",textAlign:"center","& > :not(:last-child)":{mr:"2"},"&:focus":{outline:"none"},"&:disabled":{cursor:"default"},"&:disabled svg":{opacity:"0.6"},'[data-component="leadingIcon"]':{gridArea:"leadingIcon"},'[data-component="text"]':{gridArea:"text"},'[data-component="trailingIcon"]':{gridArea:"trailingIcon"}},u={display:"inline-block"},p=Kt.all([f,Cn(s,d,c),En(d,g),r]);return e.createElement(zn,Rt({sx:p,ref:a},o),i&&e.createElement(Qt,{as:"span","data-component":"leadingIcon",sx:u,"aria-hidden":!c},e.createElement(i,null)),e.createElement("span",{"data-component":"text",hidden:!!n},t),n&&e.createElement(Qt,{"data-component":"icon-only",as:"span",sx:{display:"inline-block"},"aria-hidden":!c},e.createElement(n,null)),l&&e.createElement(Qt,{as:"span","data-component":"trailingIcon",sx:{...u,ml:2},"aria-hidden":!c},e.createElement(l,null)))}));In.displayName="Button",Object.assign(In,{});var An=g.span`
|
843
837
|
display: inline-block;
|
844
838
|
padding: 2px 5px;
|
845
839
|
font-size: ${It("fontSizes.0")};
|
@@ -854,20 +848,20 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
854
848
|
}
|
855
849
|
|
856
850
|
${Zt};
|
857
|
-
`;const
|
851
|
+
`;const Nn=({children:t,sx:r={},...o})=>e.createElement(An,Rt({"data-component":"ButtonCounter",sx:{ml:2,...r}},o),t);Nn.displayName="Counter";const Rn=Object.assign(In,{Counter:Nn}),Ln={top:"Bottom",right:"Left",bottom:"Top",left:"Right"},Fn={top:"Left",right:"Top",bottom:"Left",left:"Top"};function Dn(e,t,r){const o=Ln[e].toLowerCase(),a=Fn[e].toLowerCase();return{[o]:"100%",[t||a]:t?r:"50%"}}const Mn=Tt({prop:"bg",key:"colors"}),On=Tt({prop:"borderColor",key:"colors"}),Pn=Tt({prop:"borderWidth",key:"borderWidths",scale:[0,1]});function Hn(t){var r;const o=e.useContext(b),a={...t,theme:null!==(r=t.theme)&&void 0!==r?r:o},{bg:n}=Mn(a),{borderColor:i}=On(a),{borderWidth:l}=Pn(a),{size:d=8,location:s="bottom"}=t,[c,g]=function(e){const[t,r]=e.split("-");return[t,r]}(s),f=Fn[c],u=[-d,0],p=[0,d],h=[d,0],m=`M${u}L${p}L${h}L${u}Z`,v=`M${u}L${p}L${h}`,x={top:`translate(${[d,2*d]}) rotate(180)`,right:`translate(${[0,d]}) rotate(-90)`,bottom:`translate(${[d,0]})`,left:`translate(${[2*d,d]}) rotate(90)`}[c];return e.createElement("svg",{width:2*d,height:2*d,style:{pointerEvents:"none",position:"absolute",...Dn(c,g,d),[`margin${f}`]:g?null:-d}},e.createElement("g",{transform:x},e.createElement("path",{d:m,fill:n}),e.createElement("path",{d:v,fill:"none",stroke:i,strokeWidth:l})))}Hn.displayName="Caret",Hn.locations=["top","top-left","top-right","right","right-top","right-bottom","bottom","bottom-left","bottom-right","left","left-top","left-bottom"],Hn.defaultProps={bg:"canvas.default",borderColor:"border.default",borderWidth:1};const Wn={small:56,medium:96,large:128},_n=g.div`
|
858
852
|
display: ${e=>e.inline?"inline-flex":"flex"};
|
859
853
|
align-items: center;
|
860
854
|
justify-content: center;
|
861
855
|
background-color: ${It("colors.canvas.default")};
|
862
856
|
border-radius: 50%;
|
863
857
|
box-shadow: ${It("shadows.shadow.medium")};
|
864
|
-
${({size:e,variant:t="medium"})=>{const r=function(e){return!isNaN(parseFloat(e))&&isFinite(e)}(e)?e:
|
858
|
+
${({size:e,variant:t="medium"})=>{const r=function(e){return!isNaN(parseFloat(e))&&isFinite(e)}(e)?e:Wn[t];return{width:r,height:r}}};
|
865
859
|
${Zt};
|
866
|
-
`,
|
860
|
+
`,jn=g(Ao)`
|
867
861
|
height: auto;
|
868
862
|
max-width: 60%;
|
869
863
|
max-height: 55%;
|
870
|
-
`;
|
864
|
+
`;_n.defaultProps={inline:!1},jn.displayName="CircleBadge.Icon";var Un=Object.assign(_n,{Icon:jn});function Kn(t){const{size:r,as:o}=t,{icon:a,bg:n,...i}=t;return e.createElement(Qt,{as:o,bg:n,overflow:"hidden",borderWidth:0,size:r,borderRadius:"50%",borderStyle:"solid",borderColor:"border.default"},e.createElement(Qt,Rt({display:"flex"},i,{alignItems:"center",justifyContent:"center"}),e.createElement(a,{size:r})))}Kn.displayName="CircleOcticon",Kn.defaultProps={...Qt.defaultProps,size:32};const Vn=g.details`
|
871
865
|
& > summary {
|
872
866
|
list-style: none;
|
873
867
|
}
|
@@ -876,11 +870,11 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
876
870
|
}
|
877
871
|
|
878
872
|
${Zt};
|
879
|
-
`;
|
873
|
+
`;Vn.displayName="Details";var Gn=Vn;const qn=()=>null;function Xn(e){const t=e;return t.tabIndex>=0&&!t.disabled&&function(e){return!e.hidden&&(!e.type||"hidden"!==e.type)&&(e.offsetWidth>0||e.offsetHeight>0)}(t)}var Yn=g.span`
|
880
874
|
${Nt};
|
881
875
|
${At};
|
882
876
|
${Zt};
|
883
|
-
`;const
|
877
|
+
`;const Jn=()=>null,Zn=g.div`
|
884
878
|
box-shadow: ${It("shadows.shadow.large")};
|
885
879
|
border-radius: ${It("radii.2")};
|
886
880
|
position: fixed;
|
@@ -902,7 +896,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
902
896
|
}
|
903
897
|
|
904
898
|
${Zt};
|
905
|
-
`,
|
899
|
+
`,Qn=g(Qt)`
|
906
900
|
border-radius: ${It("radii.2")} ${It("radii.2")} 0px 0px;
|
907
901
|
border-bottom: 1px solid ${It("colors.border.default")};
|
908
902
|
display: flex;
|
@@ -912,7 +906,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
912
906
|
}
|
913
907
|
|
914
908
|
${Zt};
|
915
|
-
`;function
|
909
|
+
`;function ei({theme:t,children:r,backgroundColor:o="gray.1",...a}){return e.Children.toArray(r).every((e=>"string"==typeof e))&&(r=e.createElement(Yn,{theme:t,color:"fg.default",fontSize:1,fontWeight:"bold",fontFamily:"sans-serif"},r)),e.createElement(Qn,Rt({theme:t,p:3,backgroundColor:o},a),r)}ei.displayName="DialogHeader";const ti=g.span`
|
916
910
|
&:before {
|
917
911
|
position: fixed;
|
918
912
|
top: 0;
|
@@ -926,10 +920,10 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
926
920
|
z-index: 99;
|
927
921
|
background: ${It("colors.primer.canvas.backdrop")};
|
928
922
|
}
|
929
|
-
`,
|
923
|
+
`,ri=i((({children:t,onDismiss:n=Jn,isOpen:i,initialFocusRef:l,returnFocusRef:d,...s},c)=>{const g=r(null),f=Do(c),u=r(null),p=()=>{n(),d&&d.current&&d.current.focus()},{getDialogProps:b}=function({modalRef:e,overlayRef:t,isOpen:r,onDismiss:n=qn,initialFocusRef:i,closeButtonRef:l}){const d=o((r=>{e.current&&t.current&&!e.current.contains(r.target)&&t.current.contains(r.target)&&n()}),[n,e,t]);a((()=>{if(r)return document.addEventListener("click",d),()=>{document.removeEventListener("click",d)}}),[r,d]),a((()=>{r&&(i&&i.current?i.current.focus():l&&l.current&&l.current.focus())}),[r,i,l]);const s=o(((t,r)=>{if(e.current){const o=Array.from(e.current.querySelectorAll("*")).filter(Xn);if(0===o.length)return;t.preventDefault();const a=document.activeElement;if(!a)return;const n=o.indexOf(a)+r,i=1===r?0:o.length-1;return o[n]||o[i]}}),[e]),c=o((e=>{const t=e.shiftKey?-1:1,r=s(e,t);r&&r.focus()}),[s]),g=o((e=>{switch(e.key){case"Tab":c(e);break;case"Escape":n(),e.stopPropagation()}}),[c,n]);return{getDialogProps:()=>({onKeyDown:g})}}({modalRef:f,onDismiss:p,isOpen:i,initialFocusRef:l,closeButtonRef:u,returnFocusRef:d,overlayRef:g});return i?e.createElement(e.Fragment,null,e.createElement(ti,{ref:g}),e.createElement(Zn,Rt({tabIndex:-1,ref:f,role:"dialog","aria-modal":"true"},s,b()),e.createElement(fo,{ref:u,onClick:p,sx:{position:"absolute",top:"16px",right:"16px"}}),t)):null}));ei.defaultProps={backgroundColor:"canvas.subtle"},ei.propTypes={...Qt.propTypes},ei.displayName="Dialog.Header",ri.displayName="Dialog";var oi=Object.assign(ri,{Header:ei});var ai=(e,t)=>({w:`\n top: 0;\n right: 100%;\n left: auto;\n width: auto;\n margin-top: 0;\n margin-right: 10px;\n\n &::before {\n top: 10px;\n right: -16px;\n left: auto;\n border-color: transparent;\n border-left-color: ${It("colors.border.default")(e)};\n }\n\n &::after {\n top: 11px;\n right: -14px;\n left: auto;\n border-color: transparent;\n border-left-color: ${It("colors.border.default")(e)};\n }\n `,e:`\n top: 0;\n left: 100%;\n width: auto;\n margin-top: 0;\n margin-left: 10px;\n\n &::before {\n top: 10px;\n left: -16px;\n border-color: transparent;\n border-right-color: ${It("colors.border.default")(e)};\n }\n\n &::after {\n top: 11px;\n left: -14px;\n border-color: transparent;\n border-right-color: ${It("colors.border.default")(e)};\n }\n `,ne:`\n top: auto;\n bottom: 100%;\n left: 0;\n margin-bottom: 3px;\n\n &::before,\n &::after {\n top: auto;\n right: auto;\n }\n\n &::before {\n bottom: -8px;\n left: 9px;\n border-top: 8px solid ${It("colors.border.default")(e)};\n border-bottom: 0;\n border-left: 8px solid transparent;\n }\n\n &::after {\n bottom: -7px;\n left: 10px;\n border-top: 7px solid ${It("colors.border.default")(e)};\n border-right: 7px solid transparent;\n border-bottom: 0;\n border-left: 7px solid transparent;\n }\n `,s:"\n right: 50%;\n left: auto;\n transform: translateX(50%);\n\n &::before {\n top: -16px;\n right: 50%;\n transform: translateX(50%);\n }\n\n &::after {\n top: -14px;\n right: 50%;\n transform: translateX(50%);\n }\n ",sw:"\n right: 0;\n left: auto;\n\n &::before {\n top: -16px;\n right: 9px;\n left: auto;\n }\n\n &::after {\n top: -14px;\n right: 10px;\n left: auto;\n }\n ",se:"\n &::before {\n top: -16px;\n left: 9px;\n }\n\n &::after {\n top: -14px;\n left: 10px;\n }\n "}[t]);const ni=g(Gn)`
|
930
924
|
position: relative;
|
931
925
|
display: inline-block;
|
932
|
-
`,
|
926
|
+
`,ii=({children:t,className:r,...o})=>{const{getDetailsProps:a}=fr({closeOnOutsideClick:!0});return e.createElement(ni,Rt({className:r},a(),o),t)};ii.displayName="Dropdown";const li=({children:t,...r})=>e.createElement(jr,Rt({as:"summary","aria-haspopup":"true"},r),t,e.createElement(di,null));li.displayName="DropdownButton";const di=g.div`
|
933
927
|
border: 4px solid transparent;
|
934
928
|
margin-left: 12px;
|
935
929
|
border-top-color: currentcolor;
|
@@ -940,7 +934,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
940
934
|
vertical-align: middle;
|
941
935
|
width: 0;
|
942
936
|
${Zt};
|
943
|
-
`,
|
937
|
+
`,si=g.ul`
|
944
938
|
background-clip: padding-box;
|
945
939
|
background-color: ${It("colors.canvas.overlay")};
|
946
940
|
border: 1px solid ${It("colors.border.default")};
|
@@ -981,9 +975,9 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
981
975
|
> ul {
|
982
976
|
list-style: none;
|
983
977
|
}
|
984
|
-
${e=>e.direction?
|
978
|
+
${e=>e.direction?ai(e.theme,e.direction):""};
|
985
979
|
${Zt};
|
986
|
-
`,
|
980
|
+
`,ci=g.li`
|
987
981
|
display: block;
|
988
982
|
padding: ${It("space.1")} 10px ${It("space.1")} 15px;
|
989
983
|
overflow: hidden;
|
@@ -1015,7 +1009,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1015
1009
|
outline: none;
|
1016
1010
|
}
|
1017
1011
|
${Zt};
|
1018
|
-
`;
|
1012
|
+
`;si.defaultProps={direction:"sw"},si.displayName="Dropdown.Menu",ci.displayName="Dropdown.Item",li.defaultProps=jr.defaultProps,li.displayName="Dropdown.Button",di.displayName="Dropdown.Caret",ii.defaultProps=Gn.defaultProps;var gi=Object.assign(ii,{Caret:di,Menu:si,Item:ci,Button:li});const fi=e.forwardRef((({children:t,...r},o)=>e.createElement(jr,Rt({ref:o,type:"button"},r),t,e.createElement(Ao,{icon:so,sx:{ml:1}}))));function ui({renderAnchor:t=(t=>e.createElement(fi,t)),anchorRef:r,placeholder:a,selectedItem:i,onChange:l,overlayProps:d,items:s,open:c,onOpenChange:g,...f}){const[u,p]=ja(c,g,!1),b=o((()=>p(!0)),[p]),h=o((()=>p(!1)),[p]),m=Tr(r),v=n((()=>null===t?null:e=>{var r;return t({...e,children:null!==(r=null==i?void 0:i.text)&&void 0!==r?r:a})}),[a,t,null==i?void 0:i.text]),x=n((()=>s.map((e=>({...e,role:"option",selected:e===i,onAction:(t,r)=>{var o;null===(o=e.onAction)||void 0===o||o.call(e,t,r),r.defaultPrevented||(h(),null==l||l(e===i?void 0:e))}})))),[s,l,h,i]);return e.createElement(_a,{renderAnchor:v,anchorRef:m,open:u,onOpen:b,onClose:h,overlayProps:d},e.createElement(Fa,Rt({},f,{role:"listbox",items:x})))}ui.displayName="DropdownMenu",ui.displayName="DropdownMenu";var pi=g.div`
|
1019
1013
|
display: flex;
|
1020
1014
|
align-items: stretch;
|
1021
1015
|
|
@@ -1033,12 +1027,12 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1033
1027
|
}
|
1034
1028
|
|
1035
1029
|
${Zt}
|
1036
|
-
`;const
|
1030
|
+
`;const bi=g.ul`
|
1037
1031
|
list-style-type: none;
|
1038
1032
|
margin: 0;
|
1039
1033
|
padding: 0;
|
1040
1034
|
${Zt};
|
1041
|
-
`,
|
1035
|
+
`,hi=({children:t,...r})=>{const o=e.Children.map(t,(t=>e.createElement("li",null,t)));return e.createElement(bi,r,o)};hi.displayName="FilterList";const mi=g.a`
|
1042
1036
|
position: relative;
|
1043
1037
|
display: block;
|
1044
1038
|
padding: ${e=>e.small?`${It("space.1")(e)} 10px`:`${It("space.2")(e)} 11px`};
|
@@ -1065,7 +1059,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1065
1059
|
font-weight: ${It("fontWeights.bold")};
|
1066
1060
|
}
|
1067
1061
|
${Zt};
|
1068
|
-
`;function
|
1062
|
+
`;function vi({children:t,count:r,...o}){return e.createElement(mi,o,r&&e.createElement("span",{title:"results",className:"count"},r),t)}vi.displayName="FilterListItem",vi.displayName="FilterList.Item";var xi=Object.assign(hi,{Item:vi});const yi=ue({variants:{default:{color:"fg.default",backgroundColor:"accent.subtle",borderColor:"accent.muted",svg:{color:"accent.fg"}},success:{color:"fg.default",backgroundColor:"success.subtle",borderColor:"success.muted",svg:{color:"success.fg"}},danger:{color:"fg.default",backgroundColor:"danger.subtle",borderColor:"danger.muted",svg:{color:"danger.fg"}},warning:{color:"fg.default",backgroundColor:"attention.subtle",borderColor:"attention.muted",svg:{color:"attention.fg"}}}}),wi=g.div`
|
1069
1063
|
position: relative;
|
1070
1064
|
color: ${It("colors.fg.default")};
|
1071
1065
|
padding: ${It("space.3")};
|
@@ -1082,19 +1076,19 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1082
1076
|
margin-right: ${It("space.2")};
|
1083
1077
|
}
|
1084
1078
|
|
1085
|
-
${
|
1079
|
+
${yi};
|
1086
1080
|
${Zt};
|
1087
|
-
|
1081
|
+
`;wi.defaultProps={variant:"default"};var Bi=wi;const ki=g.div`
|
1088
1082
|
margin: ${It("space.3")} 0;
|
1089
1083
|
font-weight: ${It("fontWeights.normal")};
|
1090
1084
|
${Zt};
|
1091
|
-
|
1085
|
+
`,$i=g.label`
|
1092
1086
|
display: block;
|
1093
1087
|
margin: 0 0 ${It("space.2")};
|
1094
1088
|
font-size: ${It("fontSizes.1")};
|
1095
1089
|
font-weight: ${It("fontWeights.bold")};
|
1096
1090
|
${Zt};
|
1097
|
-
|
1091
|
+
`;$i.displayName="FormGroup.Label";var Ti=Object.assign(ki,{Label:$i});const Si=g.div`
|
1098
1092
|
z-index: 32;
|
1099
1093
|
display: flex;
|
1100
1094
|
padding: ${It("space.3")};
|
@@ -1106,7 +1100,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1106
1100
|
flex-wrap: nowrap;
|
1107
1101
|
|
1108
1102
|
${Zt};
|
1109
|
-
`,
|
1103
|
+
`,Ei=g.div`
|
1110
1104
|
display: flex;
|
1111
1105
|
margin-right: ${It("space.3")};
|
1112
1106
|
align-self: stretch;
|
@@ -1116,7 +1110,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1116
1110
|
${({full:e})=>e&&p(["flex:auto;"])};
|
1117
1111
|
|
1118
1112
|
${Zt};
|
1119
|
-
`;
|
1113
|
+
`;Ei.displayName="Header.Item";const Ci=g.a.attrs((({to:e})=>"string"==typeof e?{"aria-current":"page"}:{}))`
|
1120
1114
|
font-weight: ${It("fontWeights.bold")};
|
1121
1115
|
color: ${It("colors.header.logo")};
|
1122
1116
|
white-space: nowrap;
|
@@ -1131,12 +1125,12 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1131
1125
|
}
|
1132
1126
|
|
1133
1127
|
${Zt};
|
1134
|
-
`;
|
1128
|
+
`;Ci.displayName="Header.Link";var zi=Object.assign(Si,{Link:Ci,Item:Ei});var Ii=g.h2`
|
1135
1129
|
font-weight: ${It("fontWeights.bold")};
|
1136
1130
|
font-size: ${It("fontSizes.5")};
|
1137
1131
|
margin: 0;
|
1138
1132
|
${Zt};
|
1139
|
-
`;var
|
1133
|
+
`;var Ai=g.span`
|
1140
1134
|
& * {
|
1141
1135
|
margin-right: ${It("space.1")};
|
1142
1136
|
}
|
@@ -1144,7 +1138,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1144
1138
|
margin-right: 0;
|
1145
1139
|
}
|
1146
1140
|
${Zt};
|
1147
|
-
`;const
|
1141
|
+
`;const Ni=p(["margin-top:-1px;margin-bottom:-1px;color:",";border:"," solid ",";box-shadow:none;",";background-color:transparent;"],It("colors.fg.muted"),It("borderWidths.1"),It("colors.border.default"),ct),Ri=ue({variants:{small:{fontSize:0,lineHeight:"16px",padding:"0px 8px"},medium:{fontSize:0,lineHeight:"20px",padding:"0 8px"},large:{fontSize:0,lineHeight:"24px",padding:"0 12px"},xl:{fontSize:1,lineHeight:"16px",padding:"8px 12px"}}}),Li=g.span`
|
1148
1142
|
display: inline-block;
|
1149
1143
|
font-weight: ${It("fontWeights.semibold")};
|
1150
1144
|
color: ${It("colors.fg.onEmphasis")};
|
@@ -1155,16 +1149,16 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1155
1149
|
text-decoration: none;
|
1156
1150
|
}
|
1157
1151
|
|
1158
|
-
${
|
1152
|
+
${Ri}
|
1159
1153
|
${e=>e.dropshadow?"box-shadow: inset 0 -1px 0 rgba(27, 31, 35, 0.12)":""}
|
1160
|
-
${e=>e.outline?
|
1154
|
+
${e=>e.outline?Ni:""} // must be last to override other values
|
1161
1155
|
${Zt}
|
1162
|
-
`;
|
1156
|
+
`;Li.defaultProps={variant:"medium"};var Fi=Li;const Di=L({hoverColor:{property:"color",scale:"colors"}});var Mi=g.a`
|
1163
1157
|
color: ${e=>e.muted?It("colors.fg.muted")(e):It("colors.accent.fg")(e)};
|
1164
1158
|
text-decoration: ${e=>e.underline?"underline":"none"};
|
1165
1159
|
&:hover {
|
1166
1160
|
text-decoration: ${e=>e.muted?"none":"underline"};
|
1167
|
-
${e=>e.hoverColor?
|
1161
|
+
${e=>e.hoverColor?Di:e.muted?`color: ${It("colors.accent.fg")(e)}`:""};
|
1168
1162
|
}
|
1169
1163
|
&:is(button) {
|
1170
1164
|
display: inline-block;
|
@@ -1178,14 +1172,14 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1178
1172
|
appearance: none;
|
1179
1173
|
}
|
1180
1174
|
${Zt};
|
1181
|
-
`;var
|
1175
|
+
`;var Oi=g.div`
|
1182
1176
|
position: relative;
|
1183
1177
|
padding-top: ${It("space.4")};
|
1184
1178
|
padding-bottom: ${It("space.4")};
|
1185
1179
|
margin-bottom: ${It("space.4")};
|
1186
1180
|
border-bottom: 1px solid ${It("colors.border.default")};
|
1187
1181
|
${Zt};
|
1188
|
-
`;const
|
1182
|
+
`;const Pi=g.a`
|
1189
1183
|
display: inline-block;
|
1190
1184
|
min-width: 32px;
|
1191
1185
|
padding: 5px 10px;
|
@@ -1283,17 +1277,17 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1283
1277
|
);
|
1284
1278
|
}
|
1285
1279
|
}
|
1286
|
-
`;function
|
1280
|
+
`;function Hi({theme:t,pageCount:r,currentPage:o,onPageChange:a,hrefBuilder:n,marginPageCount:i,showPages:l,surroundingPageCount:d}){const s=e.useCallback((e=>t=>a(t,e)),[a]),c=e.useMemo((()=>function(e,t,r,o,a){const n=[];if(r){const r=[],i=t=>{t>=1&&t<=e&&r.push(t)};let l=t-a,d=t+a;if(l<1&&d>e)l=1,d=e;else if(l<1)for(;l<1;)l++,d++;else if(d>e)for(;d>e;)l--,d--;for(let t=1;t<=o;t++){const r=t,o=e-(t-1);r>=l?d++:i(r),o<=d?l--:i(o)}for(let e=l;e<=d;e++)i(e);const s=r.slice().sort(((e,t)=>e-t)).filter(((e,t,r)=>!t||e!==r[t-1]));for(let e=0;e<s.length;e++){const r=s[e],o=r===t;0===e?(1!==r&&n.push({type:"BREAK",num:1}),n.push({type:"NUM",num:r,selected:o})):(1==r-s[e-1]||n.push({type:"BREAK",num:r-1}),n.push({type:"NUM",num:r,selected:o}))}const c=n[n.length-1];"NUM"===c.type&&c.num!==e&&n.push({type:"BREAK",num:e})}const i={type:"NEXT",num:t+1,disabled:t===e};return[{type:"PREV",num:t-1,disabled:1===t},...n,i]}(r,o,!!l,i,d)),[r,o,l,i,d]);return e.useMemo((()=>c.map((r=>{const{props:o,key:a,content:i}=function(e,t,r){const o={};let a="",n="";switch(e.type){case"PREV":n="page-prev",a="Previous",e.disabled?Object.assign(o,{as:"span","aria-disabled":"true"}):Object.assign(o,{rel:"prev",href:t(e.num),"aria-label":"Previous Page",onClick:r});break;case"NEXT":n="page-next",a="Next",e.disabled?Object.assign(o,{as:"span","aria-disabled":"true"}):Object.assign(o,{rel:"next",href:t(e.num),"aria-label":"Next Page",onClick:r});break;case"NUM":n=`page-${e.num}`,a=String(e.num),e.selected?Object.assign(o,{as:"em","aria-current":"page"}):Object.assign(o,{href:t(e.num),"aria-label":`Page ${e.num}`,onClick:r});break;case"BREAK":n=`page-${e.num}-break`,a="…",Object.assign(o,{as:"span","aria-disabled":!0})}return{props:o,key:n,content:a}}(r,n,s(r.num));return e.createElement(Pi,Rt({},o,{key:a,theme:t}),i)}))),[c,n,s,t])}const Wi=g.nav`
|
1287
1281
|
margin-top: 20px;
|
1288
1282
|
margin-bottom: 15px;
|
1289
1283
|
text-align: center;
|
1290
1284
|
${Zt};
|
1291
|
-
`;function
|
1285
|
+
`;function _i({theme:t,pageCount:r,currentPage:o,onPageChange:a=Ui,hrefBuilder:n=ji,marginPageCount:i=1,showPages:l=!0,surroundingPageCount:d=2,...s}){const c=Hi({theme:t,pageCount:r,currentPage:o,onPageChange:a,hrefBuilder:n,marginPageCount:i,showPages:l,surroundingPageCount:d});return e.createElement(Wi,Rt({"aria-label":"Pagination"},s,{theme:t}),e.createElement(Qt,{display:"inline-block",theme:t},c))}function ji(e){return`#${e}`}function Ui(){}function Ki(t){const{bg:r,border:o,borderColor:a,theme:n}=t,{caret:i,children:l,...d}=t,s={bg:r,borderColor:a,borderWidth:o,location:i,theme:n};return e.createElement(tr,Rt({sx:{position:"relative"}},d),l,e.createElement(Hn,s))}_i.displayName="Pagination",_i.defaultProps={hrefBuilder:ji,marginPageCount:1,onPageChange:Ui,showPages:!0,surroundingPageCount:2},Ki.displayName="PointerBox";const Vi=g.div.attrs((({className:e,caret:t})=>({className:Ya(e,`caret-pos--${t}`)})))`
|
1292
1286
|
position: ${e=>e.relative?"relative":"absolute"};
|
1293
1287
|
z-index: 100;
|
1294
1288
|
display: ${e=>e.open?"block":"none"};
|
1295
1289
|
${Zt};
|
1296
|
-
`,
|
1290
|
+
`,Gi=g.div`
|
1297
1291
|
border: 1px solid ${It("colors.border.default")};
|
1298
1292
|
border-radius: ${It("radii.2")};
|
1299
1293
|
position: relative;
|
@@ -1327,9 +1321,9 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1327
1321
|
}
|
1328
1322
|
|
1329
1323
|
// Bottom-oriented carets
|
1330
|
-
${
|
1331
|
-
${
|
1332
|
-
${
|
1324
|
+
${Vi}.caret-pos--bottom & ,
|
1325
|
+
${Vi}.caret-pos--bottom-right & ,
|
1326
|
+
${Vi}.caret-pos--bottom-left & {
|
1333
1327
|
&::before,
|
1334
1328
|
&::after {
|
1335
1329
|
top: auto;
|
@@ -1349,8 +1343,8 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1349
1343
|
}
|
1350
1344
|
|
1351
1345
|
// Top & Bottom: Right-oriented carets
|
1352
|
-
${
|
1353
|
-
${
|
1346
|
+
${Vi}.caret-pos--top-right & ,
|
1347
|
+
${Vi}.caret-pos--bottom-right & {
|
1354
1348
|
right: -9px;
|
1355
1349
|
margin-right: 0;
|
1356
1350
|
|
@@ -1370,8 +1364,8 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1370
1364
|
}
|
1371
1365
|
|
1372
1366
|
// Top & Bottom: Left-oriented carets
|
1373
|
-
${
|
1374
|
-
${
|
1367
|
+
${Vi}.caret-pos--top-left & ,
|
1368
|
+
${Vi}.caret-pos--bottom-left & {
|
1375
1369
|
left: -9px;
|
1376
1370
|
margin-left: 0;
|
1377
1371
|
|
@@ -1387,12 +1381,12 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1387
1381
|
}
|
1388
1382
|
|
1389
1383
|
// Right- & Left-oriented carets
|
1390
|
-
${
|
1391
|
-
${
|
1392
|
-
${
|
1393
|
-
${
|
1394
|
-
${
|
1395
|
-
${
|
1384
|
+
${Vi}.caret-pos--right & ,
|
1385
|
+
${Vi}.caret-pos--right-top & ,
|
1386
|
+
${Vi}.caret-pos--right-bottom & ,
|
1387
|
+
${Vi}.caret-pos--left & ,
|
1388
|
+
${Vi}.caret-pos--left-top & ,
|
1389
|
+
${Vi}.caret-pos--left-bottom & {
|
1396
1390
|
&::before,
|
1397
1391
|
&::after {
|
1398
1392
|
top: 50%;
|
@@ -1412,9 +1406,9 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1412
1406
|
}
|
1413
1407
|
|
1414
1408
|
// Right-oriented carets
|
1415
|
-
${
|
1416
|
-
${
|
1417
|
-
${
|
1409
|
+
${Vi}.caret-pos--right & ,
|
1410
|
+
${Vi}.caret-pos--right-top & ,
|
1411
|
+
${Vi}.caret-pos--right-bottom & {
|
1418
1412
|
&::before {
|
1419
1413
|
right: -${It("space.3")};
|
1420
1414
|
border-left-color: ${It("colors.border.default")};
|
@@ -1428,9 +1422,9 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1428
1422
|
}
|
1429
1423
|
|
1430
1424
|
// Left-oriented carets
|
1431
|
-
${
|
1432
|
-
${
|
1433
|
-
${
|
1425
|
+
${Vi}.caret-pos--left & ,
|
1426
|
+
${Vi}.caret-pos--left-top & ,
|
1427
|
+
${Vi}.caret-pos--left-bottom & {
|
1434
1428
|
&::before {
|
1435
1429
|
left: -${It("space.3")};
|
1436
1430
|
border-right-color: ${It("colors.border.default")};
|
@@ -1444,8 +1438,8 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1444
1438
|
}
|
1445
1439
|
|
1446
1440
|
// Right & Left: Top-oriented carets
|
1447
|
-
${
|
1448
|
-
${
|
1441
|
+
${Vi}.caret-pos--right-top & ,
|
1442
|
+
${Vi}.caret-pos--left-top & {
|
1449
1443
|
&::before,
|
1450
1444
|
&::after {
|
1451
1445
|
top: ${It("space.4")};
|
@@ -1453,8 +1447,8 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1453
1447
|
}
|
1454
1448
|
|
1455
1449
|
// Right & Left: Bottom-oriented carets
|
1456
|
-
${
|
1457
|
-
${
|
1450
|
+
${Vi}.caret-pos--right-bottom & ,
|
1451
|
+
${Vi}.caret-pos--left-bottom & {
|
1458
1452
|
&::before,
|
1459
1453
|
&::after {
|
1460
1454
|
top: auto;
|
@@ -1470,23 +1464,23 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1470
1464
|
}
|
1471
1465
|
|
1472
1466
|
${Zt};
|
1473
|
-
`;
|
1467
|
+
`;Vi.defaultProps={caret:"top"},Gi.displayName="Popover.Content";var qi=Object.assign(Vi,{Content:Gi});const Xi=g.span`
|
1474
1468
|
width: ${e=>e.progress?`${e.progress}%`:0};
|
1475
1469
|
|
1476
1470
|
${Zt};
|
1477
|
-
`,
|
1471
|
+
`,Yi={small:"5px",large:"10px",default:"8px"},Ji=g.span`
|
1478
1472
|
display: ${e=>e.inline?"inline-flex":"flex"};
|
1479
1473
|
overflow: hidden;
|
1480
1474
|
background-color: ${It("colors.border.default")};
|
1481
1475
|
border-radius: ${It("radii.1")};
|
1482
|
-
height: ${e=>
|
1476
|
+
height: ${e=>Yi[e.barSize||"default"]};
|
1483
1477
|
|
1484
1478
|
${me}
|
1485
1479
|
${Zt};
|
1486
|
-
`;function
|
1487
|
-
${
|
1480
|
+
`;function Zi({progress:t,bg:r,...o}){return e.createElement(Ji,o,e.createElement(Xi,{progress:t,sx:{bg:r}}))}function Qi(e,t,r){const n=o((o=>{const a=()=>{r(!0)},n=t=>{const r=Array.from(e.current.querySelectorAll('[role^="menuitem"]:not([hidden]):not([disabled]):not([aria-disabled="true"])')),o=document.activeElement,a=r.indexOf(o),n=t?r[a+1]:r[a-1],i=t?r[0]:r[r.length-1];return n||i};if(!(o instanceof KeyboardEvent))return;const i=o.target instanceof Element&&"SUMMARY"===o.target.tagName;switch(o.key){case"Escape":t&&((()=>{r(!1);const t=e.current.querySelector("summary");t&&t.focus()})(),o.preventDefault(),o.stopPropagation());break;case"ArrowDown":{i&&!t&&a();const e=n(!0);e&&e.focus(),o.preventDefault()}break;case"ArrowUp":{i&&!t&&a();const e=n(!1);e&&e.focus(),o.preventDefault()}break;case" ":case"Enter":{const t=document.activeElement;t&&(e=>{const t=e.getAttribute("role");return"menuitem"===t||"menuitemcheckbox"===t||"menuitemradio"===t})(t)&&t.closest("details")===e&&(o.preventDefault(),o.stopPropagation(),t.click())}}}),[e,t,r]);a((()=>{const t=e.current;if(t)return t.addEventListener("keydown",n),()=>{t.removeEventListener("keydown",n)}}),[e,n])}Zi.displayName="ProgressBar",Zi.defaultProps={bg:"success.emphasis",barSize:"default"};const el=s({}),tl=p(["padding:"," ",";margin:0;font-size:",";font-weight:",";color:",";background-color:",";border-bottom:"," solid ",";"],It("space.1"),It("space.3"),It("fontSizes.0"),It("fontWeights.bold"),It("colors.fg.muted"),It("colors.canvas.subtle"),It("borderWidths.1"),It("colors.border.muted")),rl=g.div`
|
1481
|
+
${tl}
|
1488
1482
|
${Zt};
|
1489
|
-
`;
|
1483
|
+
`;rl.displayName="SelectMenu.Divider";var ol=rl;const al=g.form`
|
1490
1484
|
padding: ${It("space.3")};
|
1491
1485
|
margin: 0;
|
1492
1486
|
border-bottom: ${It("borderWidths.1")} solid ${It("colors.border.muted")};
|
@@ -1497,10 +1491,10 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1497
1491
|
}
|
1498
1492
|
|
1499
1493
|
${Zt};
|
1500
|
-
`,
|
1501
|
-
${
|
1494
|
+
`,nl=i((({theme:t,value:o,sx:n,...i},l)=>{const s=r(null),c=null!=l?l:s,{open:g}=d(el);return a((()=>{var e;g&&(null===(e=s.current)||void 0===e||e.focus())}),[g]),e.createElement(al,{theme:t,sx:n},e.createElement(tn,Rt({theme:t,ref:c,width:"100%",block:!0,value:o,contrast:!0},i)))}));nl.displayName="SelectMenu.Filter";var il=nl;const ll=p(["margin-top:-1px;padding:"," ",";font-size:",";color:",";text-align:center;border-top:"," solid ",";@media (min-width:","){padding:"," ",";}"],It("space.2"),It("space.3"),It("fontSizes.0"),It("colors.fg.muted"),It("borderWidths.1"),It("colors.border.muted"),It("breakpoints.0"),It("space.1"),It("space.2")),dl=g.footer`
|
1495
|
+
${ll}
|
1502
1496
|
${Zt};
|
1503
|
-
`;
|
1497
|
+
`;dl.displayName="SelectMenu.Footer";var sl=dl;const cl=g.h3`
|
1504
1498
|
color: ${It("colors.fg.default")};
|
1505
1499
|
flex: auto;
|
1506
1500
|
font-size: ${It("fontSizes.1")};
|
@@ -1510,7 +1504,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1510
1504
|
@media (min-width: ${It("breakpoints.0")}) {
|
1511
1505
|
font-size: inherit;
|
1512
1506
|
}
|
1513
|
-
`,
|
1507
|
+
`,gl=g.header`
|
1514
1508
|
display: flex;
|
1515
1509
|
flex: none; // fixes header from getting squeezed in Safari iOS
|
1516
1510
|
padding: ${It("space.3")};
|
@@ -1522,13 +1516,13 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1522
1516
|
}
|
1523
1517
|
|
1524
1518
|
${Zt};
|
1525
|
-
`,
|
1526
|
-
${
|
1519
|
+
`,fl=({children:t,theme:r,...o})=>e.createElement(gl,Rt({theme:r},o),e.createElement(cl,{theme:r},t));fl.displayName="SelectMenuHeader",fl.displayName="SelectMenu.Header";var ul=fl;const pl=p(["display:flex;align-items:center;padding:",";overflow:hidden;text-align:left;cursor:pointer;background-color:",";border:0;border-bottom:"," solid ",";color:",";text-decoration:none;font-size:",";font-family:inherit;width:100%;&:hover{text-decoration:none;}&:focus{outline:none;}&[hidden]{display:none !important;}@media (min-width:","){padding-top:",";padding-bottom:",";}.SelectMenu-icon{width:",";margin-right:",";flex-shrink:0;}.SelectMenu-selected-icon{visibility:hidden;transition:transform 0.12s cubic-bezier(0.5,0.1,1,0.5),visibility 0s 0.12s linear;transform:scale(0);}&[aria-checked='true']{font-weight:500;color:",";.SelectMenu-selected-icon{visibility:visible;transition:transform 0.12s cubic-bezier(0,0,0.2,1),visibility 0s linear;transform:scale(1);}}@media (hover:hover){&:hover,&:active,&:focus{background-color:",";}}@media (hover:none){&:focus,&:active{background-color:",";}-webkit-tap-highlight-color:",";}"],It("space.3"),It("colors.canvas.overlay"),It("borderWidths.1"),It("colors.border.muted"),It("colors.fg.muted"),It("fontSizes.0"),It("breakpoints.0"),It("space.2"),It("space.2"),It("space.3"),It("space.2"),It("colors.fg.default"),It("colors.neutral.subtle"),It("colors.canvas.subtle"),It("colors.selectMenu.tapHighlight")),bl=g.a.attrs((()=>({role:"menuitemcheckbox"})))`
|
1520
|
+
${pl}
|
1527
1521
|
${Zt};
|
1528
|
-
`,
|
1529
|
-
${
|
1522
|
+
`,hl=i((({children:t,selected:o,theme:a,onClick:n,...i},l)=>{const s=d(el),c=r(null),g=null!=l?l:c;return e.createElement(bl,Rt({ref:g},i,{theme:a,onClick:e=>{var t;(n&&n(e),e.defaultPrevented)||(null===(t=s.setOpen)||void 0===t||t.call(s,!1))},"aria-checked":o}),e.createElement(Ao,{theme:a,className:"SelectMenu-icon SelectMenu-selected-icon",icon:eo}),t)}));hl.defaultProps={selected:!1},hl.displayName="SelectMenu.Item";var ml=hl;const vl=p(["position:relative;padding:0;margin:0;flex:auto;overflow-x:hidden;overflow-y:auto;background-color:",";-webkit-overflow-scrolling:touch;@media (hover:hover){.SelectMenuTab:focus{background-color:",";}.SelectMenuTab:not([aria-checked='true']):hover{color:",";background-color:",";}.SelectMenuTab:not([aria-checked='true']):active{color:",";background-color:",";}}"],It("colors.canvas.overlay"),It("colors.selectMenu.tapFocusBg"),It("colors.fg.default"),It("colors.canvas.subtle"),It("colors.fg.default"),It("colors.canvas.subtle")),xl=g.div`
|
1523
|
+
${vl}
|
1530
1524
|
${Zt};
|
1531
|
-
`;
|
1525
|
+
`;xl.displayName="SelectMenu.List";var yl=xl;const wl={small:"16px",medium:"32px",large:"64px"};function Bl({size:t="medium",...r}){const o=wl[t];return e.createElement("svg",Rt({height:o,width:o,viewBox:"0 0 16 16",fill:"none"},r),e.createElement("circle",{cx:"8",cy:"8",r:"7",stroke:"currentColor",strokeOpacity:"0.25",strokeWidth:"2",vectorEffect:"non-scaling-stroke"}),e.createElement("path",{d:"M15 8a7.002 7.002 0 00-7-7",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",vectorEffect:"non-scaling-stroke"}))}Bl.displayName="Spinner";const kl=g(Bl)`
|
1532
1526
|
@keyframes rotate-keyframes {
|
1533
1527
|
100% {
|
1534
1528
|
transform: rotate(360deg);
|
@@ -1538,36 +1532,36 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1538
1532
|
animation: rotate-keyframes 1s linear infinite;
|
1539
1533
|
|
1540
1534
|
${Zt}
|
1541
|
-
`;
|
1535
|
+
`;kl.displayName="Spinner";var $l=kl;const Tl=g.div`
|
1542
1536
|
padding: ${It("space.6")} ${It("space.4")};
|
1543
1537
|
text-align: center;
|
1544
1538
|
background-color: ${It("colors.canvas.overlay")};
|
1545
1539
|
${Zt}
|
1546
|
-
`,
|
1547
|
-
${
|
1540
|
+
`,Sl=t=>e.createElement(Tl,t,e.createElement($l,null));Sl.displayName="SelectMenuLoadingAnimation";var El=Sl;const Cl=h(["0%{opacity:0;transform:scale(0.9);}"]),zl=p(["position:relative;z-index:99;display:flex;",";max-height:",";margin:auto 0;",";overflow:hidden;pointer-events:auto;flex-direction:column;background-color:",";border-radius:",";box-shadow:",";animation:"," 0.12s cubic-bezier(0,0.1,0.1,1) backwards;@media (min-width:","){height:auto;max-height:350px;margin:"," 0 "," 0;font-size:",";border:"," solid ",";border-radius:",";box-shadow:",";}"],(e=>e.filter?"height: 80%":""),(e=>e.filter?"none":"66%"),(e=>e.filter?"margin-top: 0":""),It("colors.canvas.overlay"),It("radii.2"),It("shadows.shadow.small"),Cl,It("breakpoints.0"),It("space.1"),It("space.3"),It("fontSizes.0"),It("borderWidths.1"),It("colors.border.default"),It("radii.2"),It("shadows.shadow.small")),Il=p(["position:fixed;top:0;right:0;bottom:0;left:0;z-index:99;display:flex;padding:",";pointer-events:none;flex-direction:column;&::before{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;content:'';background-color:",";@media (min-width:","){display:none;}}@media (min-width:","){position:absolute;top:auto;right:",";bottom:auto;left:auto;padding:0;}"],It("space.3"),It("colors.primer.canvas.backdrop"),It("breakpoints.0"),It("breakpoints.0"),(e=>"right"===e.align?"0":"auto")),Al=g.div`
|
1541
|
+
${zl}
|
1548
1542
|
${me}
|
1549
|
-
`,
|
1550
|
-
${
|
1543
|
+
`,Nl=g.div`
|
1544
|
+
${Il}
|
1551
1545
|
${Zt};
|
1552
|
-
`,
|
1553
|
-
${
|
1546
|
+
`,Rl=e.forwardRef((({children:t,theme:r,width:o,...a},n)=>e.createElement(Nl,Rt({theme:r},a,{role:"menu",ref:n}),e.createElement(Al,{theme:r,width:o},t))));Rl.defaultProps={align:"left",width:"300px"},Rl.displayName="SelectMenu.Modal";var Ll=Rl;const Fl=p(["flex:1;padding:"," ",";font-size:",";font-weight:500;color:",";text-align:center;background-color:transparent;border:0;box-shadow:inset 0 -1px 0 ",";@media (min-width:","){flex:none;padding:"," ",";border:"," solid transparent;border-bottom-width:0;border-top-left-radius:",";border-top-right-radius:",";}&[aria-selected='true']{z-index:1;color:",";background-color:",";box-shadow:0 0 0 1px ",";@media (min-width:","){border-color:",";box-shadow:none;}}&:focus{background-color:",";}"],It("space.2"),It("space.3"),It("fontSizes.0"),It("colors.fg.muted"),It("colors.border.muted"),It("breakpoints.0"),It("space.1"),It("space.3"),It("borderWidths.1"),It("radii.2"),It("radii.2"),It("colors.text-primary"),It("colors.canvas.overlay"),It("colors.border.muted"),It("breakpoints.0"),It("colors.border.muted"),It("colors.neutral.subtle")),Dl=g.button`
|
1547
|
+
${Fl}
|
1554
1548
|
${Zt};
|
1555
|
-
`,
|
1549
|
+
`,Ml=({tabName:t="",index:r,className:o,onClick:n,...i})=>{const l=d(el);a((()=>{var e;l.selectedTab||0!==r||(null===(e=l.setSelectedTab)||void 0===e||e.call(l,t))}),[r,l,t]);const s=l.selectedTab===t;return e.createElement(Dl,Rt({role:"tab",className:Ya("SelectMenuTab",o),"aria-selected":s,onClick:e=>{var r;(n&&n(e),e.defaultPrevented)||(null===(r=l.setSelectedTab)||void 0===r||r.call(l,t))}},i),t)};Ml.displayName="SelectMenuTab",Ml.displayName="SelectMenu.Tab";var Ol=Ml;const Pl=g.div`
|
1556
1550
|
border-top: ${It("borderWidths.1")} solid ${It("colors.border.muted")};
|
1557
1551
|
${Zt};
|
1558
|
-
`,
|
1559
|
-
${
|
1552
|
+
`,Hl=({tabName:t,className:r,children:o,...a})=>{const n=d(el);return e.createElement(Pl,Rt({role:"tabpanel",className:r,hidden:n.selectedTab!==t},a),e.createElement(yl,null,o))};Hl.displayName="TabPanel",Hl.displayName="SelectMenu.TabPanel";var Wl=Hl;const _l=p(["display:flex;flex-shrink:0;margin-bottom:-1px;-webkit-overflow-scrolling:touch;overflow-x:auto;overflow-y:hidden;&::-webkit-scrollbar{display:none;}@media (min-width:","){padding:0 ",";margin-top:",";}"],It("breakpoints.0"),It("space.2"),It("space.3")),jl=g.div`
|
1553
|
+
${_l}
|
1560
1554
|
${Zt};
|
1561
|
-
`,
|
1555
|
+
`,Ul=({children:t,...r})=>e.createElement(jl,Rt({role:"tablist"},r),t);Ul.displayName="SelectMenuTabs",Ul.displayName="SelectMenu.Tabs";var Kl=Ul;const Vl=g.details`
|
1562
1556
|
${"\n // Remove marker added by the display: list-item browser default\n > summary {\n list-style: none;\n }\n // Remove marker added by details polyfill\n > summary::before {\n display: none;\n }\n // Remove marker added by Chrome\n > summary::-webkit-details-marker {\n display: none;\n }\n"}
|
1563
1557
|
${Zt};
|
1564
|
-
`,
|
1558
|
+
`,Gl=e.forwardRef((({children:n,initialTab:i="",as:l,...d},s)=>{const c=r(null),g=null!=s?s:c,[f,u]=t(i),[p,b]=t(!1),h={selectedTab:f,setSelectedTab:u,setOpen:b,open:p,initialTab:i},m=o((e=>{"current"in g&&g.current&&!g.current.contains(e.target)&&(e.defaultPrevented||b(!1))}),[g,b]);return a((()=>{if(p)return document.addEventListener("click",m),()=>{document.removeEventListener("click",m)}}),[p,m]),Qi(g,p,b),e.createElement(el.Provider,{value:h},e.createElement(Vl,Rt({ref:g},d,{open:p,onToggle:function(e){b(e.target.open)}}),n))}));Gl.displayName="SelectMenu";var ql=Object.assign(Gl,{MenuContext:el,List:yl,Divider:ol,Filter:il,Footer:sl,Item:ml,Modal:Ll,Tabs:Kl,Tab:Ol,TabPanel:Wl,Header:ul,LoadingAnimation:El});function Xl({variant:t,className:r,bordered:o,children:a,"aria-label":n}){const i=Ya(r,`variant-${"lightweight"===t?"lightweight":"normal"}`);return e.createElement(Qt,{borderWidth:o?"1px":0,borderStyle:"solid",borderColor:"border.default",borderRadius:2,as:"nav",className:i,"aria-label":n},a)}Xl.displayName="SideNavBase";const Yl=g(Xl)`
|
1565
1559
|
background-color: ${It("colors.canvas.subtle")};
|
1566
1560
|
|
1567
1561
|
${e=>e.bordered&&p(["& > &{border-left:0;border-right:0;border-bottom:0;}"])}
|
1568
1562
|
|
1569
1563
|
${Zt};
|
1570
|
-
`,
|
1564
|
+
`,Jl=p(["background-color:",";outline:none;text-decoration:none;"],It("colors.neutral.subtle")),Zl=p(["color:",";text-decoration:none;outline:none;"],It("colors.fg.default")),Ql=g(Mi).attrs((e=>"string"==typeof e.to||e.selected?{"aria-current":"page"}:{}))`
|
1571
1565
|
position: relative;
|
1572
1566
|
display: block;
|
1573
1567
|
${e=>"full"===e.variant&&p(["display:flex;align-items:center;justify-content:space-between;"])}
|
@@ -1575,11 +1569,11 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1575
1569
|
text-align: left;
|
1576
1570
|
font-size: ${It("fontSizes.1")};
|
1577
1571
|
|
1578
|
-
& > ${
|
1572
|
+
& > ${Yl} {
|
1579
1573
|
border-bottom: none;
|
1580
1574
|
}
|
1581
1575
|
|
1582
|
-
${
|
1576
|
+
${Yl}.variant-normal > & {
|
1583
1577
|
color: ${It("colors.fg.default")};
|
1584
1578
|
padding: ${It("space.3")};
|
1585
1579
|
border: 0;
|
@@ -1609,11 +1603,11 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1609
1603
|
}
|
1610
1604
|
|
1611
1605
|
&:hover {
|
1612
|
-
${
|
1606
|
+
${Jl}
|
1613
1607
|
}
|
1614
1608
|
|
1615
1609
|
&:focus {
|
1616
|
-
${
|
1610
|
+
${Jl}
|
1617
1611
|
box-shadow: ${It("shadows.primer.shadow.focus")};
|
1618
1612
|
z-index: 1;
|
1619
1613
|
}
|
@@ -1629,16 +1623,16 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1629
1623
|
}
|
1630
1624
|
}
|
1631
1625
|
|
1632
|
-
${
|
1626
|
+
${Yl}.variant-lightweight > & {
|
1633
1627
|
padding: ${It("space.1")} 0;
|
1634
1628
|
color: ${It("colors.accent.fg")};
|
1635
1629
|
|
1636
1630
|
&:hover {
|
1637
|
-
${
|
1631
|
+
${Zl}
|
1638
1632
|
}
|
1639
1633
|
|
1640
1634
|
&:focus {
|
1641
|
-
${
|
1635
|
+
${Zl}
|
1642
1636
|
box-shadow: ${It("shadows.primer.shadow.focus")};
|
1643
1637
|
z-index: 1;
|
1644
1638
|
}
|
@@ -1651,7 +1645,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1651
1645
|
}
|
1652
1646
|
|
1653
1647
|
${Zt};
|
1654
|
-
`;
|
1648
|
+
`;Yl.defaultProps={variant:"normal"},Ql.defaultProps={variant:"normal"},Ql.displayName="SideNav.Link";var ed=Object.assign(Yl,{Link:Ql});const td={issueOpened:no,pullOpened:ro,issueClosed:oo,pullClosed:ro,pullMerged:to,draft:ro,issueDraft:ao},rd=ue({prop:"status",variants:{issueClosed:{backgroundColor:"danger.emphasis",color:"fg.onEmphasis"},pullClosed:{backgroundColor:"danger.emphasis",color:"fg.onEmphasis"},pullMerged:{backgroundColor:"done.emphasis",color:"fg.onEmphasis"},issueOpened:{backgroundColor:"success.emphasis",color:"fg.onEmphasis"},pullOpened:{backgroundColor:"success.emphasis",color:"fg.onEmphasis"},draft:{backgroundColor:"neutral.emphasis",color:"fg.onEmphasis"},issueDraft:{backgroundColor:"neutral.emphasis",color:"fg.onEmphasis"}}}),od=ue({prop:"variant",variants:{small:{paddingX:2,paddingY:1,fontSize:0},normal:{paddingX:"12px",paddingY:2,fontSize:1}}}),ad=g.span`
|
1655
1649
|
display: inline-flex;
|
1656
1650
|
align-items: center;
|
1657
1651
|
font-weight: ${It("fontWeights.bold")};
|
@@ -1659,10 +1653,10 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1659
1653
|
color: ${It("colors.canvas.default")};
|
1660
1654
|
text-align: center;
|
1661
1655
|
border-radius: ${It("radii.3")};
|
1662
|
-
${
|
1663
|
-
${
|
1656
|
+
${rd};
|
1657
|
+
${od};
|
1664
1658
|
${Zt};
|
1665
|
-
`;function
|
1659
|
+
`;function nd({children:t,status:r,variant:o,...a}){const n="small"===o?{width:"1em"}:{};return e.createElement(ad,Rt({},a,{variant:o,status:r}),r&&e.createElement(Ao,Rt({},n,{icon:td[r]||lo,sx:{mr:1}})),t)}nd.displayName="StateLabel",nd.defaultProps={variant:"normal"};const id=g.nav`
|
1666
1660
|
display: flex;
|
1667
1661
|
justify-content: space-between;
|
1668
1662
|
|
@@ -1684,10 +1678,10 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1684
1678
|
}
|
1685
1679
|
|
1686
1680
|
${Zt};
|
1687
|
-
`;function
|
1681
|
+
`;function ld({actions:t,className:r,children:o,label:a,...n}){const i=Ya(r,"SubNav");return e.createElement(id,Rt({className:i,"aria-label":a},n),e.createElement("div",{className:"SubNav-body"},o),t&&e.createElement("div",{className:"SubNav-actions"},t))}ld.displayName="SubNav";const dd=g.div`
|
1688
1682
|
display: flex;
|
1689
1683
|
${Zt};
|
1690
|
-
`,
|
1684
|
+
`,sd=g.a.attrs((e=>({activeClassName:"string"==typeof e.to?"selected":"",className:Ya("SubNav-item",e.selected&&"selected",e.className)})))`
|
1691
1685
|
padding-left: ${It("space.3")};
|
1692
1686
|
padding-right: ${It("space.3")};
|
1693
1687
|
font-weight: ${It("fontWeights.semibold")};
|
@@ -1735,15 +1729,15 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1735
1729
|
}
|
1736
1730
|
|
1737
1731
|
${Zt};
|
1738
|
-
`;
|
1732
|
+
`;sd.displayName="SubNav.Link",dd.displayName="SubNav.Links";var cd=Object.assign(ld,{Link:sd,Links:dd});const gd=g.div`
|
1739
1733
|
margin-top: 0;
|
1740
1734
|
border-bottom: 1px solid ${It("colors.border.default")};
|
1741
1735
|
${Zt}
|
1742
|
-
`,
|
1736
|
+
`,fd=g.nav`
|
1743
1737
|
display: flex;
|
1744
1738
|
margin-bottom: -1px;
|
1745
1739
|
overflow: auto;
|
1746
|
-
`;function
|
1740
|
+
`;function ud({children:t,"aria-label":r,...o}){return e.createElement(gd,o,e.createElement(fd,{"aria-label":r},t))}ud.displayName="TabNav";const pd=g.a.attrs((e=>({activeClassName:"string"==typeof e.to?"selected":"",className:Ya("TabNav-item",e.selected&&"selected",e.className)})))`
|
1747
1741
|
padding: 8px 12px;
|
1748
1742
|
font-size: ${It("fontSizes.1")};
|
1749
1743
|
line-height: 20px;
|
@@ -1768,18 +1762,18 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1768
1762
|
}
|
1769
1763
|
|
1770
1764
|
${Zt};
|
1771
|
-
`;
|
1765
|
+
`;pd.displayName="TabNav.Link";var bd=Object.assign(ud,{Link:pd}),hd=F(te,P,O,D,H,U,V,q,_,re,pe,be,he),md=new RegExp("^("+hd.propNames.join("|")+")$");const vd={small:"16px",medium:"20px",large:"24px",extralarge:"32px"},xd=({as:e="span",onClick:t,onFocus:r,tabIndex:o=-1})=>Boolean(r||t||o>-1||["a","button"].includes(e)),yd=ue({prop:"size",variants:{small:{fontSize:0,height:vd.small,lineHeight:vd.small,paddingLeft:1,paddingRight:1,paddingTop:0,paddingBottom:0},medium:{fontSize:0,height:vd.medium,lineHeight:vd.medium,paddingLeft:2,paddingRight:2,paddingTop:0,paddingBottom:0},large:{fontSize:0,height:vd.large,lineHeight:vd.large,paddingLeft:2,paddingRight:2,paddingTop:0,paddingBottom:0},extralarge:{fontSize:1,height:vd.extralarge,lineHeight:vd.extralarge,paddingLeft:3,paddingRight:3,paddingTop:0,paddingBottom:0}}}),wd=g.span.attrs((({text:e,onRemove:t,onKeyDown:r})=>({onKeyDown:e=>{r&&r(e),"Backspace"!==e.key&&"Delete"!==e.key||!t||t()},"aria-label":t?`${e}, press backspace or delete to remove`:void 0})))`
|
1772
1766
|
align-items: center;
|
1773
1767
|
border-radius: 999px;
|
1774
|
-
cursor: ${e=>
|
1768
|
+
cursor: ${e=>xd(e)?"pointer":"auto"};
|
1775
1769
|
display: inline-flex;
|
1776
1770
|
font-weight: ${It("fontWeights.bold")};
|
1777
1771
|
font-family: inherit;
|
1778
1772
|
text-decoration: none;
|
1779
1773
|
white-space: nowrap;
|
1780
|
-
${
|
1774
|
+
${yd}
|
1781
1775
|
${Zt}
|
1782
|
-
|
1776
|
+
`;wd.defaultProps={as:"span",size:"medium"};var Bd=wd;const kd=ue({prop:"size",variants:{small:{height:vd.small,width:vd.small},medium:{height:vd.medium,width:vd.medium},large:{height:vd.large,width:vd.large},extralarge:{height:vd.extralarge,width:vd.extralarge}}}),$d=e=>.75*parseInt(vd[e||"medium"],10),Td=g.span`
|
1783
1777
|
background-color: transparent;
|
1784
1778
|
font-family: inherit;
|
1785
1779
|
color: currentColor;
|
@@ -1809,9 +1803,9 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1809
1803
|
background-color: ${It("colors.neutral.subtle")};
|
1810
1804
|
}
|
1811
1805
|
|
1812
|
-
${
|
1806
|
+
${kd}
|
1813
1807
|
${Zt}
|
1814
|
-
`,
|
1808
|
+
`,Sd=({"aria-label":t,isParentInteractive:r,size:o,...a})=>(delete a.children,e.createElement(Td,Rt({as:r?"span":"button",tabIndex:r?-1:void 0,"aria-label":r?t:"Remove token",size:o},a),e.createElement(co,{size:$d(o)})));Sd.displayName="RemoveTokenButton",Sd.defaultProps={size:"medium"};var Ed=Sd;var Cd=g("span")`
|
1815
1809
|
flex-grow: 1;
|
1816
1810
|
min-width: 0;
|
1817
1811
|
overflow: hidden;
|
@@ -1852,7 +1846,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1852
1846
|
bottom: 0;
|
1853
1847
|
}
|
1854
1848
|
}
|
1855
|
-
`;const
|
1849
|
+
`;const zd=g(Bd)`
|
1856
1850
|
background-color: ${It("colors.neutral.subtle")};
|
1857
1851
|
border-color: ${e=>e.isSelected?It("colors.fg.default"):It("colors.border.subtle")};
|
1858
1852
|
border-style: solid;
|
@@ -1864,18 +1858,18 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1864
1858
|
${Zt}
|
1865
1859
|
|
1866
1860
|
${e=>{if(e.isTokenInteractive)return p(["&:hover{background-color:",";box-shadow:",";color:",";}"],It("colors.neutral.muted"),It("colors.shadow.medium"),It("colors.fg.default"))}}
|
1867
|
-
`,
|
1861
|
+
`,Id=g("span")`
|
1868
1862
|
flex-shrink: 0;
|
1869
1863
|
line-height: 0;
|
1870
1864
|
|
1871
1865
|
${e=>{switch(e.size){case"large":case"extralarge":return p(["margin-right:",";"],It("space.2"));default:return p(["margin-right:",";"],It("space.1"))}}}
|
1872
|
-
`,
|
1866
|
+
`,Ad=i(((t,r)=>{const{as:o,onRemove:a,id:n,leadingVisual:i,text:l,size:d,hideRemoveButton:s,href:c,onClick:g,...f}=t,u=xd(t)&&Boolean(a)&&!s,p={as:o,href:c,onClick:g};return e.createElement(zd,Rt({onRemove:a,hideRemoveButton:s||!a,id:null==n?void 0:n.toString(),text:l,size:d,isTokenInteractive:xd(t)},u?{}:p,f,{ref:r}),i?e.createElement(Id,{size:d},e.createElement(i,null)):null,e.createElement(Cd,u?p:{},l),!s&&a?e.createElement(Ed,{borderOffset:1,onClick:e=>{e.stopPropagation(),a&&a()},size:d,isParentInteractive:xd(t),"aria-hidden":u?"true":"false",sx:u?{position:"relative",zIndex:"1"}:{}}):null)}));Ad.displayName="Token",Ad.defaultProps={size:"medium"};var Nd=Ad;const Rd={small:0,medium:1,large:1,extralarge:2};function Ld({icon:o,contrast:a,className:n,block:i,disabled:l,theme:d,sx:s,tokens:c,onTokenRemove:g,tokenComponent:f,preventTokenWrapping:u,size:p,hideTokenRemoveButtons:b,maxHeight:h,width:m,minWidth:v,maxWidth:x,variant:y,visibleTokenCount:w,...B},k){const{onBlur:$,onFocus:T,onKeyDown:S,...E}=function(e){var t={};for(var r in e)md.test(r)||(t[r]=e[r]);return t}(B),C=Tr(k),z=Do(r(null),C),[I,A]=t(),[N,R]=t(Boolean(w)),{containerRef:L}=No({focusOutBehavior:"wrap",bindKeys:Nr.ArrowHorizontal|Nr.HomeAndEnd,focusableElementFilter:e=>!e.getAttributeNames().includes("aria-hidden"),getNextFocusable:e=>{var t;if(!I&&0!==I)return;let r=I+1;return"next"===e&&(r+=1),"previous"===e&&(r-=1),r>c.length||r<1?z.current||void 0:null===(t=L.current)||void 0===t?void 0:t.children[r]}},[I]),F=e=>{g(e),setTimeout((()=>{var e,t;const r=null===(e=L.current)||void 0===e?void 0:e.children[I||0],o=r&&xr(r)?r:Array.from((null===(t=L.current)||void 0===t?void 0:t.children)||[]).find((e=>xr(e)));var a;o?o.focus():null===(a=C.current)||void 0===a||a.focus()}),0)},D=()=>{A(void 0),setTimeout((()=>{var e;null!==(e=L.current)&&void 0!==e&&e.contains(document.activeElement)||!w||R(!0)}),0)},M=e=>{var t;"Escape"===e.key&&(null===(t=C.current)||void 0===t||t.focus())},O=e=>{e.stopPropagation()},P=N?c.slice(0,w):c;return e.createElement(Qa,{block:i,className:n,contrast:a,disabled:l,hasIcon:!!o,theme:d,width:m,minWidth:v,maxWidth:x,variant:y,onClick:()=>{var e;null===(e=z.current)||void 0===e||e.focus()},sx:{...i?{display:"flex",width:"100%"}:{},...h?{maxHeight:h,overflow:"auto"}:{},...u?{overflow:"auto"}:{},...s}},e.createElement(Qt,{ref:L,display:"flex",sx:{alignItems:"center",flexWrap:u?"nowrap":"wrap",marginLeft:"-0.25rem",marginBottom:"-0.25rem",flexGrow:1,"> *":{flexShrink:0,marginLeft:"0.25rem",marginBottom:"0.25rem"}}},e.createElement(Qt,{sx:{order:1,flexGrow:1}},o&&e.createElement(o,{className:"TextInput-icon"}),e.createElement(Ja,Rt({ref:z,disabled:l,onFocus:e=>{T&&T(e),A(void 0),w&&R(!1)},onBlur:e=>{$&&$(e),setTimeout((()=>{var e;null!==(e=L.current)&&void 0!==e&&e.contains(document.activeElement)||!w||R(!0)}),0)},onKeyDown:e=>{var t;if(S&&S(e),null!==(t=C.current)&&void 0!==t&&t.value)return;const r=c[c.length-1];"Backspace"===e.key&&r&&(F(r.id),C.current&&(C.current.value=`${r.text} `),setTimeout((()=>{var e;null===(e=C.current)||void 0===e||e.select()}),0))},type:"text",sx:{height:"100%"}},E))),f?P.map((({id:t,...r},o)=>{return e.createElement(f,Rt({key:t,onFocus:(a=o,()=>{A(a)}),onBlur:D,onKeyUp:M,onClick:O,isSelected:I===o,onRemove:()=>{F(t)},hideRemoveButton:b,size:p,tabIndex:0},r));var a})):null,N?e.createElement(Yn,{color:"fg.muted",fontSize:p&&Rd[p]},"+",c.length-P.length):null))}Ld.displayName="TextInputWithTokensInnerComponent";const Fd=e.forwardRef(Ld);Fd.defaultProps={tokenComponent:Nd,size:"extralarge",hideTokenRemoveButtons:!1,preventTokenWrapping:!1},Fd.displayName="TextInputWithTokens";var Dd=Fd;const Md=g.div`
|
1873
1867
|
display: flex;
|
1874
1868
|
flex-direction: column;
|
1875
1869
|
${e=>e.clipSidebar&&p([".Timeline-Item:first-child{padding-top:0;}.Timeline-Item:last-child{padding-bottom:0;}"])}
|
1876
1870
|
|
1877
1871
|
${Zt};
|
1878
|
-
`,
|
1872
|
+
`,Od=g.div.attrs((e=>({className:Ya("Timeline-Item",e.className)})))`
|
1879
1873
|
display: flex;
|
1880
1874
|
position: relative;
|
1881
1875
|
padding: ${It("space.3")} 0;
|
@@ -1895,7 +1889,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1895
1889
|
${e=>e.condensed&&p(["padding-top:",";padding-bottom:0;&:last-child{padding-bottom:",";}.TimelineItem-Badge{height:16px;margin-top:",";margin-bottom:",";color:",";background-color:",";border:0;}"],It("space.1"),It("space.3"),It("space.2"),It("space.2"),It("colors.fg.muted"),It("colors.canvas.default"))}
|
1896
1890
|
|
1897
1891
|
${Zt};
|
1898
|
-
`,
|
1892
|
+
`,Pd=t=>e.createElement(Qt,{position:"relative",zIndex:1},e.createElement(Qt,{display:"flex",className:"TimelineItem-Badge",flexShrink:0,borderRadius:"50%",borderWidth:"2px",borderStyle:"solid",borderColor:"canvas.default",overflow:"hidden",color:"fg.muted",bg:"timeline.badgeBg",width:"32px",height:"32px",mr:2,ml:"-15px",alignItems:"center",justifyContent:"center",sx:t.sx},t.children));Pd.displayName="TimelineBadge";const Hd=g.div`
|
1899
1893
|
min-width: 0;
|
1900
1894
|
max-width: 100%;
|
1901
1895
|
margin-top: ${It("space.1")};
|
@@ -1903,7 +1897,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1903
1897
|
flex: auto;
|
1904
1898
|
font-size: ${It("fontSizes.1")};
|
1905
1899
|
${Zt};
|
1906
|
-
`,
|
1900
|
+
`,Wd=g.div`
|
1907
1901
|
position: relative
|
1908
1902
|
z-index: 1;
|
1909
1903
|
height: 24px;
|
@@ -1914,15 +1908,15 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
1914
1908
|
border: 0;
|
1915
1909
|
border-top: ${It("space.1")} solid ${It("colors.border.default")};
|
1916
1910
|
${Zt};
|
1917
|
-
`;
|
1911
|
+
`;Od.displayName="Timeline.Item",Pd.displayName="Timeline.Badge",Hd.displayName="Timeline.Body",Wd.displayName="Timeline.Break";var _d=Object.assign(Md,{Item:Od,Badge:Pd,Body:Hd,Break:Wd});function jd(e,t,r){return Math.min(Math.max(e,r),t)}class Ud extends Error{constructor(e){super(`Failed to parse color: "${e}"`)}}function Kd(e){if("string"!=typeof e)throw new Ud(e);if("transparent"===e.trim().toLowerCase())return[0,0,0,0];let t=e.trim();t=Qd.test(e)?function(e){const t=e.toLowerCase().trim(),r=Gd[function(e){let t=5381,r=e.length;for(;r;)t=33*t^e.charCodeAt(--r);return(t>>>0)%2341}(t)];if(!r)throw new Ud(e);return`#${r}`}(e):e;const r=Xd.exec(t);if(r){const e=Array.from(r).slice(1);return[...e.slice(0,3).map((e=>parseInt(qd(e,2),16))),parseInt(qd(e[3]||"f",2),16)/255]}const o=Yd.exec(t);if(o){const e=Array.from(o).slice(1);return[...e.slice(0,3).map((e=>parseInt(e,16))),parseInt(e[3]||"ff",16)/255]}const a=Jd.exec(t);if(a){const e=Array.from(a).slice(1);return[...e.slice(0,3).map((e=>parseInt(e,10))),parseFloat(e[3]||"1")]}const n=Zd.exec(t);if(n){const[t,r,o,a]=Array.from(n).slice(1).map(parseFloat);if(jd(0,100,r)!==r)throw new Ud(e);if(jd(0,100,o)!==o)throw new Ud(e);return[...ts(t,r,o),a||1]}throw new Ud(e)}const Vd=e=>parseInt(e.replace(/_/g,""),36),Gd="1q29ehhb 1n09sgk7 1kl1ekf_ _yl4zsno 16z9eiv3 1p29lhp8 _bd9zg04 17u0____ _iw9zhe5 _to73___ _r45e31e _7l6g016 _jh8ouiv _zn3qba8 1jy4zshs 11u87k0u 1ro9yvyo 1aj3xael 1gz9zjz0 _3w8l4xo 1bf1ekf_ _ke3v___ _4rrkb__ 13j776yz _646mbhl _nrjr4__ _le6mbhl 1n37ehkb _m75f91n _qj3bzfz 1939yygw 11i5z6x8 _1k5f8xs 1509441m 15t5lwgf _ae2th1n _tg1ugcv 1lp1ugcv 16e14up_ _h55rw7n _ny9yavn _7a11xb_ 1ih442g9 _pv442g9 1mv16xof 14e6y7tu 1oo9zkds 17d1cisi _4v9y70f _y98m8kc 1019pq0v 12o9zda8 _348j4f4 1et50i2o _8epa8__ _ts6senj 1o350i2o 1mi9eiuo 1259yrp0 1ln80gnw _632xcoy 1cn9zldc _f29edu4 1n490c8q _9f9ziet 1b94vk74 _m49zkct 1kz6s73a 1eu9dtog _q58s1rz 1dy9sjiq __u89jo3 _aj5nkwg _ld89jo3 13h9z6wx _qa9z2ii _l119xgq _bs5arju 1hj4nwk9 1qt4nwk9 1ge6wau6 14j9zlcw 11p1edc_ _ms1zcxe _439shk6 _jt9y70f _754zsow 1la40eju _oq5p___ _x279qkz 1fa5r3rv _yd2d9ip _424tcku _8y1di2_ _zi2uabw _yy7rn9h 12yz980_ __39ljp6 1b59zg0x _n39zfzp 1fy9zest _b33k___ _hp9wq92 1il50hz4 _io472ub _lj9z3eo 19z9ykg0 _8t8iu3a 12b9bl4a 1ak5yw0o _896v4ku _tb8k8lv _s59zi6t _c09ze0p 1lg80oqn 1id9z8wb _238nba5 1kq6wgdi _154zssg _tn3zk49 _da9y6tc 1sg7cv4f _r12jvtt 1gq5fmkz 1cs9rvci _lp9jn1c _xw1tdnb 13f9zje6 16f6973h _vo7ir40 _bt5arjf _rc45e4t _hr4e100 10v4e100 _hc9zke2 _w91egv_ _sj2r1kk 13c87yx8 _vqpds__ _ni8ggk8 _tj9yqfb 1ia2j4r4 _7x9b10u 1fc9ld4j 1eq9zldr _5j9lhpx _ez9zl6o _md61fzm".split(" ").reduce(((e,t)=>{const r=Vd(t.substring(0,3)),o=Vd(t.substring(3)).toString(16);let a="";for(let e=0;e<6-o.length;e++)a+="0";return e[r]=`${a}${o}`,e}),{}),qd=(e,t)=>Array.from(Array(t)).map((()=>e)).join(""),Xd=new RegExp(`^#${qd("([a-f0-9])",3)}([a-f0-9])?$`,"i"),Yd=new RegExp(`^#${qd("([a-f0-9]{2})",3)}([a-f0-9]{2})?$`,"i"),Jd=new RegExp(`^rgba?\\(\\s*(\\d+)\\s*${qd(",\\s*(\\d+)\\s*",2)}(?:,\\s*([\\d.]+))?\\s*\\)$`,"i"),Zd=/^hsla?\(\s*([\d.]+)\s*,\s*([\d.]+)%\s*,\s*([\d.]+)%(?:\s*,\s*([\d.]+))?\s*\)$/i,Qd=/^[a-z]+$/i,es=e=>Math.round(255*e),ts=(e,t,r)=>{let o=r/100;if(0===t)return[o,o,o].map(es);const a=(e%360+360)%360/60,n=(1-Math.abs(2*o-1))*(t/100),i=n*(1-Math.abs(a%2-1));let l=0,d=0,s=0;a>=0&&a<1?(l=n,d=i):a>=1&&a<2?(l=i,d=n):a>=2&&a<3?(d=n,s=i):a>=3&&a<4?(d=i,s=n):a>=4&&a<5?(l=i,s=n):a>=5&&a<6&&(l=n,s=i);const c=o-n/2;return[l+c,d+c,s+c].map(es)};const rs={"--lightness-threshold":"0.453","--border-threshold":"0.96","--border-alpha":"max(0, min(calc((var(--perceived-lightness) - var(--border-threshold)) * 100), 1))",background:"rgb(var(--label-r), var(--label-g), var(--label-b))",color:"hsl(0, 0%, calc(var(--lightness-switch) * 100%))",borderWidth:1,borderStyle:"solid",borderColor:"hsla(var(--label-h),calc(var(--label-s) * 1%),calc((var(--label-l) - 25) * 1%),var(--border-alpha))"},os={"--lightness-threshold":"0.6","--background-alpha":"0.18","--border-alpha":"0.3","--lighten-by":"calc(((var(--lightness-threshold) - var(--perceived-lightness)) * 100) * var(--lightness-switch))",borderWidth:1,borderStyle:"solid",background:"rgba(var(--label-r), var(--label-g), var(--label-b), var(--background-alpha))",color:"hsl(var(--label-h), calc(var(--label-s) * 1%), calc((var(--label-l) + var(--lighten-by)) * 1%))",borderColor:"hsla(var(--label-h), calc(var(--label-s) * 1%),calc((var(--label-l) + var(--lighten-by)) * 1%),var(--border-alpha))"},as=i(((t,r)=>{const{as:o,fillColor:a="#999",onRemove:i,id:l,isSelected:d,text:s,size:c,hideRemoveButton:g,href:f,onClick:u,...p}=t,b={as:o,href:f,onClick:u},{colorScheme:h}=qt(),m=xd(t)&&Boolean(i)&&!g,v=n((()=>{const[e,t,r]=Kd(a),[o,n,l]=function(e){const[t,r,o,a]=Kd(e).map(((e,t)=>3===t?e:e/255)),n=Math.max(t,r,o),i=Math.min(t,r,o),l=(n+i)/2;if(n===i)return[0,0,l,a];const d=n-i;return[60*(t===n?(r-o)/d+(r<o?6:0):r===n?(o-t)/d+2:(t-r)/d+4),l>.5?d/(2-n-i):d/(n+i),l,a]}(a);return{"--label-r":String(e),"--label-g":String(t),"--label-b":String(r),"--label-h":String(Math.round(o)),"--label-s":String(Math.round(100*n)),"--label-l":String(Math.round(100*l)),"--perceived-lightness":"calc(((var(--label-r) * 0.2126) + (var(--label-g) * 0.7152) + (var(--label-b) * 0.0722)) / 255)","--lightness-switch":"max(0, min(calc((var(--perceived-lightness) - var(--lightness-threshold)) * -1000), 1))",paddingRight:g||!i?void 0:0,position:"relative",..."light"===h?rs:os,...d?{background:"light"===h?"hsl(var(--label-h), calc(var(--label-s) * 1%), calc((var(--label-l) - 5) * 1%))":os.background,":focus":{outline:"none"},":after":{content:'""',position:"absolute",zIndex:1,top:"-2px",right:"-2px",bottom:"-2px",left:"-2px",display:"block",pointerEvents:"none",boxShadow:"0 0 0 2px "+("light"===h?"rgb(var(--label-r), var(--label-g), var(--label-b))":"hsl(var(--label-h), calc(var(--label-s) * 1%), calc((var(--label-l) + var(--lighten-by)) * 1%))"),borderRadius:"999px"}}:{}}}),[h,a,d,g,i]);return e.createElement(Bd,Rt({onRemove:i,id:null==l?void 0:l.toString(),isSelected:d,text:s,size:c,sx:v},m?{}:b,p,{ref:r}),e.createElement(Cd,m?b:{},s),!g&&i?e.createElement(Ed,{borderOffset:1,onClick:e=>{e.stopPropagation(),i&&i()},size:c,"aria-hidden":m?"true":"false",isParentInteractive:xd(t),sx:m?{position:"relative",zIndex:"1"}:{}}):null)}));as.defaultProps={fillColor:"#999",size:"medium"},as.displayName="IssueLabelToken";var ns=as;const is=g.span`
|
1918
1912
|
// 'space.1' is used because to match space from the left of the token to the left of the avatar
|
1919
1913
|
// '* 2' is done to account for the top and bottom
|
1920
1914
|
--spacing: calc(${It("space.1")} * 2);
|
1921
1915
|
|
1922
1916
|
display: block;
|
1923
|
-
height: ${e=>`calc(${
|
1924
|
-
width: ${e=>`calc(${
|
1925
|
-
`,
|
1917
|
+
height: ${e=>`calc(${vd[e.avatarSize]} - var(--spacing))`};
|
1918
|
+
width: ${e=>`calc(${vd[e.avatarSize]} - var(--spacing))`};
|
1919
|
+
`,ls=i((({avatarSrc:t,id:r,size:o,...a},n)=>e.createElement(Nd,Rt({leadingVisual:()=>e.createElement(is,{avatarSize:o||"medium"},e.createElement(un,{src:t,size:parseInt(vd[o||"medium"],10),sx:{width:"100%",height:"100%"}})),size:o,id:null==r?void 0:r.toString(),sx:{paddingLeft:It("space.1")}},a,{ref:n}))));ls.defaultProps={size:"medium"},ls.displayName="AvatarToken";var ds=ls;const ss=g.span`
|
1926
1920
|
position: relative;
|
1927
1921
|
|
1928
1922
|
&::before {
|
@@ -2148,7 +2142,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
2148
2142
|
}
|
2149
2143
|
|
2150
2144
|
${Zt};
|
2151
|
-
`;function
|
2145
|
+
`;function cs({direction:t="n",children:r,className:o,text:a,noDelay:n,align:i,wrap:l,...d}){const s=Ya(o,`tooltipped-${t}`,i&&`tooltipped-align-${i}-2`,n&&"tooltipped-no-delay",l&&"tooltipped-multiline");return e.createElement(ss,Rt({role:"tooltip","aria-label":a},d,{className:s}),r)}cs.displayName="Tooltip",cs.alignments=["left","right"],cs.directions=["n","ne","e","se","s","sw","w","nw"];const gs=g.nav`
|
2152
2146
|
display: flex;
|
2153
2147
|
justify-content: space-between;
|
2154
2148
|
border-bottom: 1px solid ${It("colors.border.muted")};
|
@@ -2178,7 +2172,7 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
2178
2172
|
}
|
2179
2173
|
|
2180
2174
|
${Zt};
|
2181
|
-
`;function
|
2175
|
+
`;function fs({actions:t,className:r,align:o,children:a,full:n,label:i,theme:l,...d}){const s=Ya(r,"UnderlineNav",o&&`UnderlineNav--${o}`,n&&"UnderlineNav--full");return e.createElement(gs,Rt({className:s,"aria-label":i,theme:l},d),e.createElement("div",{className:"UnderlineNav-body"},a),t&&e.createElement("div",{className:"UnderlineNav-actions"},t))}fs.displayName="UnderlineNav";const us=g.a.attrs((e=>({activeClassName:"string"==typeof e.to?"selected":"",className:Ya("UnderlineNav-item",e.selected&&"selected",e.className)})))`
|
2182
2176
|
padding: ${It("space.3")} ${It("space.2")};
|
2183
2177
|
margin-right: ${It("space.3")};
|
2184
2178
|
font-size: ${It("fontSizes.1")};
|
@@ -2210,11 +2204,11 @@ import e,{useState as t,useRef as r,useCallback as o,useEffect as a,useMemo as n
|
|
2210
2204
|
}
|
2211
2205
|
|
2212
2206
|
${Zt};
|
2213
|
-
`;
|
2207
|
+
`;us.displayName="UnderlineNav.Link";var ps=Object.assign(fs,{Link:us});const bs=g.input`
|
2214
2208
|
cursor: pointer;
|
2215
2209
|
|
2216
2210
|
${e=>e.disabled&&"cursor: not-allowed;"}
|
2217
2211
|
|
2218
2212
|
${Zt}
|
2219
|
-
`,
|
2213
|
+
`,hs=e.forwardRef((({checked:t,indeterminate:r,disabled:o,sx:a,required:n,validationStatus:i,...d},s)=>{const c=Tr(s);return l((()=>{c.current&&(c.current.indeterminate=r||!1)}),[r,t,c]),e.createElement(bs,Rt({type:"checkbox",disabled:o,"aria-disabled":o?"true":"false",ref:s||c,checked:!r&&t,"aria-checked":r?"mixed":t?"true":"false",sx:a,required:n,"aria-required":n?"true":"false","aria-invalid":"error"===i?"true":"false"},d))}));hs.displayName="Checkbox";var ms=hs;export{dr as Absolute,Da as ActionList,Va as ActionMenu,gn as Autocomplete,un as Avatar,hn as AvatarPair,xn as AvatarStack,ds as AvatarToken,Dt as BaseStyles,tr as BorderBox,Qt as Box,yn as BranchName,Sn as Breadcrumb,Tn as Breadcrumbs,jr as Button,fo as ButtonClose,Ur as ButtonDanger,Vr as ButtonGroup,Xr as ButtonInvisible,Gr as ButtonOutline,qr as ButtonPrimary,Yr as ButtonTableList,Hn as Caret,ms as Checkbox,Un as CircleBadge,Kn as CircleOcticon,fa as ConfirmationDialog,An as CounterLabel,Gn as Details,oi as Dialog,gi as Dropdown,fi as DropdownButton,ui as DropdownMenu,xi as FilterList,pi as FilteredSearch,sr as Fixed,Bi as Flash,or as Flex,Ti as FormGroup,nr as Grid,zi as Header,Ii as Heading,ns as IssueLabelToken,Fi as Label,Ai as LabelGroup,Mi as Link,Rn as NewButton,Wa as Overlay,Oi as Pagehead,_i as Pagination,Ki as PointerBox,qi as Popover,lr as Position,Zi as ProgressBar,cr as Relative,Po as SSRProvider,ql as SelectMenu,ed as SideNav,$l as Spinner,nd as StateLabel,gr as Sticky,Ao as StyledOcticon,cd as SubNav,bd as TabNav,Yn as Text,tn as TextInput,Dd as TextInputWithTokens,Jt as ThemeProvider,_d as Timeline,Nd as Token,cs as Tooltip,xa as Truncate,ps as UnderlineNav,x as theme,It as themeGet,Xt as useColorSchemeVar,ua as useConfirm,fr as useDetails,$r as useOnEscapePress,mr as useOnOutsideClick,wr as useOpenAndCloseFocus,Sr as useOverlay,Wo as useSSRSafeId,ur as useSafeTimeout,qt as useTheme};
|
2220
2214
|
//# sourceMappingURL=browser.esm.js.map
|