@primer/components 31.2.1-rc.f73a0f8c → 32.0.1-rc.c4c2c50a
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/.github/workflows/release.yml +0 -1
- package/.github/workflows/release_canary.yml +0 -1
- package/CHANGELOG.md +72 -4
- package/dist/browser.esm.js +299 -361
- package/dist/browser.esm.js.map +1 -1
- package/dist/browser.umd.js +294 -356
- package/dist/browser.umd.js.map +1 -1
- package/docs/content/ActionList2.mdx +8 -7
- package/docs/content/Breadcrumbs.md +11 -16
- package/docs/content/Buttons.md +7 -17
- package/docs/content/CircleBadge.md +0 -10
- package/docs/content/CounterLabel.md +0 -10
- package/docs/content/Dialog.md +15 -18
- package/docs/content/Dialog2.mdx +1 -0
- package/docs/content/Dropdown.md +11 -18
- package/docs/content/FilterList.md +10 -17
- package/docs/content/FilteredSearch.md +4 -11
- package/docs/content/Flash.md +5 -14
- package/docs/content/FormGroup.md +9 -17
- package/docs/content/Header.md +14 -16
- package/docs/content/Label.md +32 -25
- package/docs/content/LabelGroup.md +4 -14
- package/docs/content/Link.md +8 -17
- package/docs/content/Overlay.mdx +1 -10
- package/docs/content/Pagehead.md +4 -13
- package/docs/content/Pagination.md +10 -19
- package/docs/content/Popover.md +11 -19
- package/docs/content/SelectMenu.md +50 -114
- package/docs/content/SideNav.md +15 -23
- package/docs/content/StateLabel.md +5 -14
- package/docs/content/StyledOcticon.md +7 -16
- package/docs/content/SubNav.md +19 -21
- package/docs/content/TabNav.md +10 -18
- package/docs/content/Timeline.md +34 -24
- package/docs/content/Tooltip.md +8 -17
- package/docs/content/Truncate.md +7 -16
- package/docs/content/UnderlineNav.md +13 -21
- package/docs/package-lock.json +269 -158
- package/docs/package.json +1 -1
- package/lib/ActionList2/Group.d.ts +28 -2
- package/lib/ActionList2/Group.js +55 -6
- package/lib/ActionList2/Group.jsx +33 -4
- package/lib/ActionList2/List.d.ts +1 -1
- package/lib/Autocomplete/Autocomplete.d.ts +3 -3
- package/lib/Autocomplete/AutocompleteInput.d.ts +3 -3
- package/lib/Breadcrumbs.d.ts +8 -7
- package/lib/Breadcrumbs.js +7 -12
- package/lib/Breadcrumbs.jsx +3 -6
- package/lib/Button/Button.d.ts +2 -3
- package/lib/Button/Button.js +2 -6
- package/lib/Button/Button.jsx +1 -21
- package/lib/Button/ButtonBase.d.ts +5 -8
- package/lib/Button/ButtonBase.js +1 -5
- package/lib/Button/ButtonBase.jsx +0 -3
- package/lib/Button/ButtonClose.d.ts +3 -46
- package/lib/Button/ButtonClose.js +1 -1
- package/lib/Button/ButtonClose.jsx +0 -2
- package/lib/Button/ButtonDanger.d.ts +2 -3
- package/lib/Button/ButtonDanger.js +2 -6
- package/lib/Button/ButtonDanger.jsx +1 -21
- package/lib/Button/ButtonInvisible.d.ts +2 -3
- package/lib/Button/ButtonInvisible.js +2 -6
- package/lib/Button/ButtonInvisible.jsx +1 -21
- package/lib/Button/ButtonOutline.d.ts +2 -3
- package/lib/Button/ButtonOutline.js +2 -6
- package/lib/Button/ButtonOutline.jsx +1 -21
- package/lib/Button/ButtonPrimary.d.ts +2 -3
- package/lib/Button/ButtonPrimary.js +2 -6
- package/lib/Button/ButtonPrimary.jsx +1 -21
- package/lib/Button/ButtonTableList.d.ts +1 -2
- package/lib/Button/ButtonTableList.js +1 -1
- package/lib/Button/ButtonTableList.jsx +0 -3
- package/lib/CircleBadge.d.ts +4 -5
- package/lib/CircleBadge.js +1 -1
- package/lib/CircleBadge.jsx +0 -1
- package/lib/CircleOcticon.d.ts +1 -1
- package/lib/CounterLabel.d.ts +1 -2
- package/lib/CounterLabel.js +1 -1
- package/lib/CounterLabel.jsx +0 -1
- package/lib/Dialog/Dialog.d.ts +5 -9
- package/lib/Dialog/Dialog.js +17 -11
- package/lib/Dialog/Dialog.jsx +13 -7
- package/lib/Dialog.d.ts +4 -5
- package/lib/Dialog.js +1 -1
- package/lib/Dialog.jsx +0 -2
- package/lib/Dropdown.d.ts +10 -99
- package/lib/Dropdown.js +3 -3
- package/lib/Dropdown.jsx +0 -3
- package/lib/DropdownMenu/DropdownButton.d.ts +3 -47
- package/lib/DropdownMenu/DropdownButton.js +3 -1
- package/lib/DropdownMenu/DropdownButton.jsx +1 -1
- package/lib/FilterList.d.ts +264 -303
- package/lib/FilterList.js +2 -6
- package/lib/FilterList.jsx +2 -6
- package/lib/FilteredSearch.d.ts +1 -2
- package/lib/FilteredSearch.js +1 -1
- package/lib/FilteredSearch.jsx +0 -1
- package/lib/Flash.d.ts +1 -2
- package/lib/Flash.js +1 -1
- package/lib/Flash.jsx +0 -1
- package/lib/FormGroup.d.ts +4 -5
- package/lib/FormGroup.js +2 -2
- package/lib/FormGroup.jsx +0 -3
- package/lib/Header.d.ts +6 -7
- package/lib/Header.js +4 -4
- package/lib/Header.jsx +0 -7
- package/lib/Label.d.ts +1 -2
- package/lib/Label.js +2 -3
- package/lib/Label.jsx +1 -3
- package/lib/LabelGroup.d.ts +1 -2
- package/lib/LabelGroup.js +1 -1
- package/lib/LabelGroup.jsx +0 -1
- package/lib/Link.d.ts +1 -2
- package/lib/Link.js +1 -1
- package/lib/Link.jsx +0 -2
- package/lib/NewButton/button.js +34 -42
- package/lib/NewButton/button.jsx +24 -23
- package/lib/Overlay.d.ts +11 -10
- package/lib/Overlay.js +3 -4
- package/lib/Overlay.jsx +1 -3
- package/lib/Pagehead.d.ts +1 -2
- package/lib/Pagehead.js +1 -1
- package/lib/Pagehead.jsx +0 -1
- package/lib/Pagination/Pagination.js +1 -1
- package/lib/Pagination/Pagination.jsx +0 -2
- package/lib/Popover.d.ts +4 -5
- package/lib/Popover.js +4 -5
- package/lib/Popover.jsx +1 -9
- package/lib/Position.d.ts +4 -4
- package/lib/SelectMenu/SelectMenu.d.ts +21 -189
- package/lib/SelectMenu/SelectMenu.js +1 -3
- package/lib/SelectMenu/SelectMenu.jsx +0 -2
- package/lib/SelectMenu/SelectMenuDivider.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuDivider.js +1 -1
- package/lib/SelectMenu/SelectMenuDivider.jsx +0 -1
- package/lib/SelectMenu/SelectMenuFilter.js +1 -1
- package/lib/SelectMenu/SelectMenuFilter.jsx +0 -1
- package/lib/SelectMenu/SelectMenuFooter.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuFooter.js +1 -1
- package/lib/SelectMenu/SelectMenuFooter.jsx +0 -1
- package/lib/SelectMenu/SelectMenuHeader.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuHeader.js +1 -1
- package/lib/SelectMenu/SelectMenuHeader.jsx +0 -2
- package/lib/SelectMenu/SelectMenuItem.d.ts +2 -3
- package/lib/SelectMenu/SelectMenuItem.js +1 -1
- package/lib/SelectMenu/SelectMenuItem.jsx +0 -1
- package/lib/SelectMenu/SelectMenuList.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuList.js +1 -1
- package/lib/SelectMenu/SelectMenuList.jsx +0 -1
- package/lib/SelectMenu/SelectMenuLoadingAnimation.d.ts +2 -2
- package/lib/SelectMenu/SelectMenuLoadingAnimation.js +3 -1
- package/lib/SelectMenu/SelectMenuLoadingAnimation.jsx +2 -1
- package/lib/SelectMenu/SelectMenuModal.d.ts +2 -3
- package/lib/SelectMenu/SelectMenuModal.js +1 -1
- package/lib/SelectMenu/SelectMenuModal.jsx +0 -1
- package/lib/SelectMenu/SelectMenuTab.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuTab.js +1 -1
- package/lib/SelectMenu/SelectMenuTab.jsx +0 -1
- package/lib/SelectMenu/SelectMenuTabPanel.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuTabPanel.js +1 -1
- package/lib/SelectMenu/SelectMenuTabPanel.jsx +0 -1
- package/lib/SelectMenu/SelectMenuTabs.d.ts +1 -2
- package/lib/SelectMenu/SelectMenuTabs.js +1 -1
- package/lib/SelectMenu/SelectMenuTabs.jsx +0 -1
- package/lib/SideNav.d.ts +11 -8
- package/lib/SideNav.js +8 -15
- package/lib/SideNav.jsx +2 -6
- package/lib/StateLabel.d.ts +1 -2
- package/lib/StateLabel.js +6 -5
- package/lib/StateLabel.jsx +1 -2
- package/lib/StyledOcticon.d.ts +1 -2
- package/lib/StyledOcticon.js +1 -3
- package/lib/StyledOcticon.jsx +0 -2
- package/lib/SubNav.d.ts +5 -11
- package/lib/SubNav.js +7 -12
- package/lib/SubNav.jsx +4 -7
- package/lib/TabNav.d.ts +3 -4
- package/lib/TabNav.js +2 -2
- package/lib/TabNav.jsx +0 -2
- package/lib/TextInputWithTokens.d.ts +3 -3
- package/lib/Timeline.d.ts +19 -393
- package/lib/Timeline.js +16 -13
- package/lib/Timeline.jsx +9 -10
- package/lib/Token/Token.d.ts +1 -1
- package/lib/Tooltip.d.ts +1 -2
- package/lib/Tooltip.js +1 -1
- package/lib/Tooltip.jsx +1 -1
- package/lib/Truncate.d.ts +1 -2
- package/lib/Truncate.js +1 -3
- package/lib/Truncate.jsx +0 -3
- package/lib/UnderlineNav.d.ts +2 -3
- package/lib/UnderlineNav.js +2 -2
- package/lib/UnderlineNav.jsx +0 -2
- package/lib/__tests__/Breadcrumbs.test.js +4 -1
- package/lib/__tests__/Breadcrumbs.test.jsx +1 -1
- package/lib/__tests__/Breadcrumbs.types.test.d.ts +3 -0
- package/lib/__tests__/Breadcrumbs.types.test.js +25 -0
- package/lib/__tests__/Breadcrumbs.types.test.jsx +24 -0
- package/lib/__tests__/Button.test.js +6 -2
- package/lib/__tests__/Button.test.jsx +2 -2
- package/lib/__tests__/CircleBadge.types.test.d.ts +3 -0
- package/lib/__tests__/CircleBadge.types.test.js +28 -0
- package/lib/__tests__/CircleBadge.types.test.jsx +17 -0
- package/lib/__tests__/CounterLabel.types.test.d.ts +3 -0
- package/lib/__tests__/CounterLabel.types.test.js +28 -0
- package/lib/__tests__/CounterLabel.types.test.jsx +17 -0
- package/lib/__tests__/Dialog.types.test.d.ts +3 -0
- package/lib/__tests__/Dialog.types.test.js +28 -0
- package/lib/__tests__/Dialog.types.test.jsx +17 -0
- package/lib/__tests__/Dialog2.types.test.d.ts +3 -0
- package/lib/__tests__/Dialog2.types.test.js +31 -0
- package/lib/__tests__/Dialog2.types.test.jsx +17 -0
- package/lib/__tests__/Dropdown.types.test.d.ts +3 -0
- package/lib/__tests__/Dropdown.types.test.js +31 -0
- package/lib/__tests__/Dropdown.types.test.jsx +25 -0
- package/lib/__tests__/FilterList.types.test.d.ts +3 -0
- package/lib/__tests__/FilterList.types.test.js +27 -0
- package/lib/__tests__/FilterList.types.test.jsx +21 -0
- package/lib/__tests__/FilteredSearch.types.test.d.ts +3 -0
- package/lib/__tests__/FilteredSearch.types.test.js +28 -0
- package/lib/__tests__/FilteredSearch.types.test.jsx +17 -0
- package/lib/__tests__/Flash.types.test.d.ts +3 -0
- package/lib/__tests__/Flash.types.test.js +28 -0
- package/lib/__tests__/Flash.types.test.jsx +17 -0
- package/lib/__tests__/FormGroup.types.test.d.ts +3 -0
- package/lib/__tests__/FormGroup.types.test.js +28 -0
- package/lib/__tests__/FormGroup.types.test.jsx +17 -0
- package/lib/__tests__/Header.types.test.d.ts +3 -0
- package/lib/__tests__/Header.types.test.js +29 -0
- package/lib/__tests__/Header.types.test.jsx +23 -0
- package/lib/__tests__/Label.types.test.d.ts +3 -0
- package/lib/__tests__/Label.types.test.js +28 -0
- package/lib/__tests__/Label.types.test.jsx +17 -0
- package/lib/__tests__/LabelGroup.types.test.d.ts +3 -0
- package/lib/__tests__/LabelGroup.types.test.js +28 -0
- package/lib/__tests__/LabelGroup.types.test.jsx +17 -0
- package/lib/__tests__/Link.test.js +11 -5
- package/lib/__tests__/Link.test.jsx +5 -5
- package/lib/__tests__/Link.types.test.d.ts +3 -0
- package/lib/__tests__/Link.types.test.js +28 -0
- package/lib/__tests__/Link.types.test.jsx +17 -0
- package/lib/__tests__/Overlay.types.test.d.ts +3 -0
- package/lib/__tests__/Overlay.types.test.js +35 -0
- package/lib/__tests__/Overlay.types.test.jsx +18 -0
- package/lib/__tests__/Pagehead.types.test.d.ts +3 -0
- package/lib/__tests__/Pagehead.types.test.js +28 -0
- package/lib/__tests__/Pagehead.types.test.jsx +17 -0
- package/lib/__tests__/Pagination.types.test.d.ts +3 -0
- package/lib/__tests__/Pagination.types.test.js +33 -0
- package/lib/__tests__/Pagination.types.test.jsx +17 -0
- package/lib/__tests__/Popover.types.test.d.ts +3 -0
- package/lib/__tests__/Popover.types.test.js +27 -0
- package/lib/__tests__/Popover.types.test.jsx +21 -0
- package/lib/__tests__/SelectMenu.types.test.d.ts +3 -0
- package/lib/__tests__/SelectMenu.types.test.js +47 -0
- package/lib/__tests__/SelectMenu.types.test.jsx +41 -0
- package/lib/__tests__/SideNav.types.test.d.ts +3 -0
- package/lib/__tests__/SideNav.types.test.js +28 -0
- package/lib/__tests__/SideNav.types.test.jsx +17 -0
- package/lib/__tests__/StateLabel.types.test.d.ts +3 -0
- package/lib/__tests__/StateLabel.types.test.js +28 -0
- package/lib/__tests__/StateLabel.types.test.jsx +17 -0
- package/lib/__tests__/StyledOcticon.types.test.d.ts +3 -0
- package/lib/__tests__/StyledOcticon.types.test.js +32 -0
- package/lib/__tests__/StyledOcticon.types.test.jsx +18 -0
- package/lib/__tests__/SubNav.types.test.d.ts +3 -0
- package/lib/__tests__/SubNav.types.test.js +27 -0
- package/lib/__tests__/SubNav.types.test.jsx +27 -0
- package/lib/__tests__/TabNav.types.test.d.ts +3 -0
- package/lib/__tests__/TabNav.types.test.js +25 -0
- package/lib/__tests__/TabNav.types.test.jsx +24 -0
- package/lib/__tests__/Timeline.types.test.d.ts +3 -0
- package/lib/__tests__/Timeline.types.test.js +31 -0
- package/lib/__tests__/Timeline.types.test.jsx +33 -0
- package/lib/__tests__/Tooltip.types.test.d.ts +3 -0
- package/lib/__tests__/Tooltip.types.test.js +28 -0
- package/lib/__tests__/Tooltip.types.test.jsx +17 -0
- package/lib/__tests__/Truncate.types.test.d.ts +3 -0
- package/lib/__tests__/Truncate.types.test.js +31 -0
- package/lib/__tests__/Truncate.types.test.jsx +17 -0
- package/lib/__tests__/UnderlineNav.types.test.d.ts +3 -0
- package/lib/__tests__/UnderlineNav.types.test.js +25 -0
- package/lib/__tests__/UnderlineNav.types.test.jsx +24 -0
- package/lib/stories/ActionList2.stories.js +4 -3
- package/lib/stories/ActionMenu.stories.js +1 -3
- package/lib/stories/ConfirmationDialog.stories.js +16 -8
- package/lib/stories/Dialog.stories.js +6 -2
- package/lib/stories/useFocusTrap.stories.js +6 -2
- package/lib/stories/useFocusZone.stories.js +13 -5
- package/lib/utils/testing.d.ts +1 -1
- package/lib-esm/ActionList2/Group.d.ts +28 -2
- package/lib-esm/ActionList2/Group.js +52 -5
- package/lib-esm/ActionList2/List.d.ts +1 -1
- package/lib-esm/Autocomplete/Autocomplete.d.ts +3 -3
- package/lib-esm/Autocomplete/AutocompleteInput.d.ts +3 -3
- package/lib-esm/Breadcrumbs.d.ts +8 -7
- package/lib-esm/Breadcrumbs.js +8 -13
- package/lib-esm/Button/Button.d.ts +2 -3
- package/lib-esm/Button/Button.js +2 -2
- package/lib-esm/Button/ButtonBase.d.ts +5 -8
- package/lib-esm/Button/ButtonBase.js +1 -3
- package/lib-esm/Button/ButtonClose.d.ts +3 -46
- package/lib-esm/Button/ButtonClose.js +2 -2
- package/lib-esm/Button/ButtonDanger.d.ts +2 -3
- package/lib-esm/Button/ButtonDanger.js +2 -2
- package/lib-esm/Button/ButtonInvisible.d.ts +2 -3
- package/lib-esm/Button/ButtonInvisible.js +2 -2
- package/lib-esm/Button/ButtonOutline.d.ts +2 -3
- package/lib-esm/Button/ButtonOutline.js +2 -2
- package/lib-esm/Button/ButtonPrimary.d.ts +2 -3
- package/lib-esm/Button/ButtonPrimary.js +2 -2
- package/lib-esm/Button/ButtonTableList.d.ts +1 -2
- package/lib-esm/Button/ButtonTableList.js +2 -2
- package/lib-esm/CircleBadge.d.ts +4 -5
- package/lib-esm/CircleBadge.js +2 -2
- package/lib-esm/CircleOcticon.d.ts +1 -1
- package/lib-esm/CounterLabel.d.ts +1 -2
- package/lib-esm/CounterLabel.js +2 -2
- package/lib-esm/Dialog/Dialog.d.ts +5 -9
- package/lib-esm/Dialog/Dialog.js +12 -12
- package/lib-esm/Dialog.d.ts +4 -5
- package/lib-esm/Dialog.js +2 -2
- package/lib-esm/Dropdown.d.ts +10 -99
- package/lib-esm/Dropdown.js +4 -4
- package/lib-esm/DropdownMenu/DropdownButton.d.ts +3 -47
- package/lib-esm/DropdownMenu/DropdownButton.js +3 -1
- package/lib-esm/FilterList.d.ts +264 -303
- package/lib-esm/FilterList.js +3 -7
- package/lib-esm/FilteredSearch.d.ts +1 -2
- package/lib-esm/FilteredSearch.js +2 -2
- package/lib-esm/Flash.d.ts +1 -2
- package/lib-esm/Flash.js +2 -2
- package/lib-esm/FormGroup.d.ts +4 -5
- package/lib-esm/FormGroup.js +3 -3
- package/lib-esm/Header.d.ts +6 -7
- package/lib-esm/Header.js +5 -5
- package/lib-esm/Label.d.ts +1 -2
- package/lib-esm/Label.js +3 -4
- package/lib-esm/LabelGroup.d.ts +1 -2
- package/lib-esm/LabelGroup.js +2 -2
- package/lib-esm/Link.d.ts +1 -2
- package/lib-esm/Link.js +2 -2
- package/lib-esm/NewButton/button.js +31 -42
- package/lib-esm/Overlay.d.ts +11 -10
- package/lib-esm/Overlay.js +2 -3
- package/lib-esm/Pagehead.d.ts +1 -2
- package/lib-esm/Pagehead.js +2 -2
- package/lib-esm/Pagination/Pagination.js +2 -2
- package/lib-esm/Popover.d.ts +4 -5
- package/lib-esm/Popover.js +4 -5
- package/lib-esm/Position.d.ts +4 -4
- package/lib-esm/SelectMenu/SelectMenu.d.ts +21 -189
- package/lib-esm/SelectMenu/SelectMenu.js +1 -2
- package/lib-esm/SelectMenu/SelectMenuDivider.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuDivider.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuFilter.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuFooter.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuFooter.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuHeader.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuHeader.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuItem.d.ts +2 -3
- package/lib-esm/SelectMenu/SelectMenuItem.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuList.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuList.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuLoadingAnimation.d.ts +2 -2
- package/lib-esm/SelectMenu/SelectMenuLoadingAnimation.js +3 -2
- package/lib-esm/SelectMenu/SelectMenuModal.d.ts +2 -3
- package/lib-esm/SelectMenu/SelectMenuModal.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuTab.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuTab.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuTabPanel.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuTabPanel.js +2 -2
- package/lib-esm/SelectMenu/SelectMenuTabs.d.ts +1 -2
- package/lib-esm/SelectMenu/SelectMenuTabs.js +2 -2
- package/lib-esm/SideNav.d.ts +11 -8
- package/lib-esm/SideNav.js +8 -16
- package/lib-esm/StateLabel.d.ts +1 -2
- package/lib-esm/StateLabel.js +7 -6
- package/lib-esm/StyledOcticon.d.ts +1 -2
- package/lib-esm/StyledOcticon.js +1 -2
- package/lib-esm/SubNav.d.ts +5 -11
- package/lib-esm/SubNav.js +8 -13
- package/lib-esm/TabNav.d.ts +3 -4
- package/lib-esm/TabNav.js +3 -3
- package/lib-esm/TextInputWithTokens.d.ts +3 -3
- package/lib-esm/Timeline.d.ts +19 -393
- package/lib-esm/Timeline.js +12 -13
- package/lib-esm/Token/Token.d.ts +1 -1
- package/lib-esm/Tooltip.d.ts +1 -2
- package/lib-esm/Tooltip.js +2 -2
- package/lib-esm/Truncate.d.ts +1 -2
- package/lib-esm/Truncate.js +1 -2
- package/lib-esm/UnderlineNav.d.ts +2 -3
- package/lib-esm/UnderlineNav.js +3 -3
- package/lib-esm/__tests__/Breadcrumbs.test.js +4 -1
- package/lib-esm/__tests__/Breadcrumbs.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Breadcrumbs.types.test.js +12 -0
- package/lib-esm/__tests__/Button.test.js +6 -2
- package/lib-esm/__tests__/CircleBadge.types.test.d.ts +3 -0
- package/lib-esm/__tests__/CircleBadge.types.test.js +13 -0
- package/lib-esm/__tests__/CounterLabel.types.test.d.ts +3 -0
- package/lib-esm/__tests__/CounterLabel.types.test.js +13 -0
- package/lib-esm/__tests__/Dialog.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Dialog.types.test.js +13 -0
- package/lib-esm/__tests__/Dialog2.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Dialog2.types.test.js +16 -0
- package/lib-esm/__tests__/Dropdown.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Dropdown.types.test.js +17 -0
- package/lib-esm/__tests__/FilterList.types.test.d.ts +3 -0
- package/lib-esm/__tests__/FilterList.types.test.js +13 -0
- package/lib-esm/__tests__/FilteredSearch.types.test.d.ts +3 -0
- package/lib-esm/__tests__/FilteredSearch.types.test.js +13 -0
- package/lib-esm/__tests__/Flash.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Flash.types.test.js +13 -0
- package/lib-esm/__tests__/FormGroup.types.test.d.ts +3 -0
- package/lib-esm/__tests__/FormGroup.types.test.js +13 -0
- package/lib-esm/__tests__/Header.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Header.types.test.js +15 -0
- package/lib-esm/__tests__/Label.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Label.types.test.js +13 -0
- package/lib-esm/__tests__/LabelGroup.types.test.d.ts +3 -0
- package/lib-esm/__tests__/LabelGroup.types.test.js +13 -0
- package/lib-esm/__tests__/Link.test.js +11 -5
- package/lib-esm/__tests__/Link.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Link.types.test.js +13 -0
- package/lib-esm/__tests__/Overlay.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Overlay.types.test.js +20 -0
- package/lib-esm/__tests__/Pagehead.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Pagehead.types.test.js +13 -0
- package/lib-esm/__tests__/Pagination.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Pagination.types.test.js +18 -0
- package/lib-esm/__tests__/Popover.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Popover.types.test.js +13 -0
- package/lib-esm/__tests__/SelectMenu.types.test.d.ts +3 -0
- package/lib-esm/__tests__/SelectMenu.types.test.js +33 -0
- package/lib-esm/__tests__/SideNav.types.test.d.ts +3 -0
- package/lib-esm/__tests__/SideNav.types.test.js +13 -0
- package/lib-esm/__tests__/StateLabel.types.test.d.ts +3 -0
- package/lib-esm/__tests__/StateLabel.types.test.js +13 -0
- package/lib-esm/__tests__/StyledOcticon.types.test.d.ts +3 -0
- package/lib-esm/__tests__/StyledOcticon.types.test.js +16 -0
- package/lib-esm/__tests__/SubNav.types.test.d.ts +3 -0
- package/lib-esm/__tests__/SubNav.types.test.js +14 -0
- package/lib-esm/__tests__/TabNav.types.test.d.ts +3 -0
- package/lib-esm/__tests__/TabNav.types.test.js +12 -0
- package/lib-esm/__tests__/Timeline.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Timeline.types.test.js +18 -0
- package/lib-esm/__tests__/Tooltip.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Tooltip.types.test.js +13 -0
- package/lib-esm/__tests__/Truncate.types.test.d.ts +3 -0
- package/lib-esm/__tests__/Truncate.types.test.js +16 -0
- package/lib-esm/__tests__/UnderlineNav.types.test.d.ts +3 -0
- package/lib-esm/__tests__/UnderlineNav.types.test.js +12 -0
- package/lib-esm/stories/ActionList2.stories.js +4 -3
- package/lib-esm/stories/ActionMenu.stories.js +1 -3
- package/lib-esm/stories/ConfirmationDialog.stories.js +16 -8
- package/lib-esm/stories/Dialog.stories.js +6 -2
- package/lib-esm/stories/useFocusTrap.stories.js +6 -2
- package/lib-esm/stories/useFocusZone.stories.js +13 -5
- package/lib-esm/theme-preval.js +446 -0
- package/lib-esm/utils/testing.d.ts +1 -1
- package/package-lock.json +16 -16
- package/package.json +3 -3
- package/src/ActionList2/Group.tsx +76 -7
- package/src/ActionList2/List.tsx +1 -1
- package/src/Breadcrumbs.tsx +11 -11
- package/src/Button/Button.tsx +2 -3
- package/src/Button/ButtonBase.tsx +2 -6
- package/src/Button/ButtonClose.tsx +2 -6
- package/src/Button/ButtonDanger.tsx +2 -3
- package/src/Button/ButtonInvisible.tsx +2 -3
- package/src/Button/ButtonOutline.tsx +2 -3
- package/src/Button/ButtonPrimary.tsx +2 -3
- package/src/Button/ButtonTableList.tsx +2 -15
- package/src/CircleBadge.tsx +2 -4
- package/src/CounterLabel.tsx +2 -4
- package/src/Dialog/Dialog.tsx +22 -11
- package/src/Dialog.tsx +2 -6
- package/src/Dropdown.tsx +3 -7
- package/src/DropdownMenu/DropdownButton.tsx +1 -1
- package/src/FilterList.tsx +5 -11
- package/src/FilteredSearch.tsx +2 -3
- package/src/Flash.tsx +2 -4
- package/src/FormGroup.tsx +3 -6
- package/src/Header.tsx +4 -14
- package/src/Label.tsx +2 -5
- package/src/LabelGroup.tsx +2 -3
- package/src/Link.tsx +2 -6
- package/src/NewButton/button.tsx +82 -78
- package/src/Overlay.tsx +13 -11
- package/src/Pagehead.tsx +2 -3
- package/src/Pagination/Pagination.tsx +3 -5
- package/src/Popover.tsx +3 -14
- package/src/SelectMenu/SelectMenu.tsx +1 -3
- package/src/SelectMenu/SelectMenuDivider.tsx +2 -3
- package/src/SelectMenu/SelectMenuFilter.tsx +2 -3
- package/src/SelectMenu/SelectMenuFooter.tsx +2 -3
- package/src/SelectMenu/SelectMenuHeader.tsx +2 -4
- package/src/SelectMenu/SelectMenuItem.tsx +2 -3
- package/src/SelectMenu/SelectMenuList.tsx +2 -3
- package/src/SelectMenu/SelectMenuLoadingAnimation.tsx +4 -3
- package/src/SelectMenu/SelectMenuModal.tsx +2 -4
- package/src/SelectMenu/SelectMenuTab.tsx +2 -3
- package/src/SelectMenu/SelectMenuTabPanel.tsx +2 -3
- package/src/SelectMenu/SelectMenuTabs.tsx +2 -3
- package/src/SideNav.tsx +11 -13
- package/src/StateLabel.tsx +3 -5
- package/src/StyledOcticon.tsx +1 -3
- package/src/SubNav.tsx +8 -13
- package/src/TabNav.tsx +3 -7
- package/src/Timeline.tsx +11 -12
- package/src/Tooltip.tsx +3 -3
- package/src/Truncate.tsx +0 -5
- package/src/UnderlineNav.tsx +3 -6
- package/src/__tests__/Breadcrumbs.test.tsx +1 -1
- package/src/__tests__/Breadcrumbs.types.test.tsx +22 -0
- package/src/__tests__/Button.test.tsx +2 -2
- package/src/__tests__/CircleBadge.types.test.tsx +11 -0
- package/src/__tests__/CounterLabel.types.test.tsx +11 -0
- package/src/__tests__/Dialog.types.test.tsx +11 -0
- package/src/__tests__/Dialog2.types.test.tsx +11 -0
- package/src/__tests__/Dropdown.types.test.tsx +21 -0
- package/src/__tests__/FilterList.types.test.tsx +17 -0
- package/src/__tests__/FilteredSearch.types.test.tsx +11 -0
- package/src/__tests__/Flash.types.test.tsx +11 -0
- package/src/__tests__/FormGroup.types.test.tsx +11 -0
- package/src/__tests__/Header.types.test.tsx +19 -0
- package/src/__tests__/Label.types.test.tsx +11 -0
- package/src/__tests__/LabelGroup.types.test.tsx +11 -0
- package/src/__tests__/Link.test.tsx +5 -5
- package/src/__tests__/Link.types.test.tsx +11 -0
- package/src/__tests__/Overlay.types.test.tsx +18 -0
- package/src/__tests__/Pagehead.types.test.tsx +11 -0
- package/src/__tests__/Pagination.types.test.tsx +11 -0
- package/src/__tests__/Popover.types.test.tsx +17 -0
- package/src/__tests__/SelectMenu.types.test.tsx +37 -0
- package/src/__tests__/SideNav.types.test.tsx +11 -0
- package/src/__tests__/StateLabel.types.test.tsx +11 -0
- package/src/__tests__/StyledOcticon.types.test.tsx +12 -0
- package/src/__tests__/SubNav.types.test.tsx +25 -0
- package/src/__tests__/TabNav.types.test.tsx +22 -0
- package/src/__tests__/Timeline.types.test.tsx +31 -0
- package/src/__tests__/Tooltip.types.test.tsx +11 -0
- package/src/__tests__/Truncate.types.test.tsx +11 -0
- package/src/__tests__/UnderlineNav.types.test.tsx +22 -0
- package/src/__tests__/__snapshots__/Label.test.tsx.snap +3 -4
- package/src/__tests__/__snapshots__/Link.test.tsx.snap +1 -2
- package/src/__tests__/__snapshots__/NewButton.test.tsx.snap +5 -0
- package/src/stories/ActionList2.stories.tsx +3 -3
- package/src/stories/ActionMenu.stories.tsx +1 -4
- package/src/stories/ConfirmationDialog.stories.tsx +4 -4
- package/src/stories/Dialog.stories.tsx +2 -2
- package/src/stories/useFocusTrap.stories.tsx +2 -2
- package/src/stories/useFocusZone.stories.tsx +4 -4
- package/stats.html +1 -1
package/docs/package-lock.json
CHANGED
@@ -805,9 +805,9 @@
|
|
805
805
|
}
|
806
806
|
},
|
807
807
|
"@babel/plugin-transform-react-display-name": {
|
808
|
-
"version": "7.
|
809
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.
|
810
|
-
"integrity": "sha512-
|
808
|
+
"version": "7.16.0",
|
809
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.16.0.tgz",
|
810
|
+
"integrity": "sha512-FJFdJAqaCpndL+pIf0aeD/qlQwT7QXOvR6Cc8JPvNhKJBi2zc/DPc4g05Y3fbD/0iWAMQFGij4+Xw+4L/BMpTg==",
|
811
811
|
"requires": {
|
812
812
|
"@babel/helper-plugin-utils": "^7.14.5"
|
813
813
|
},
|
@@ -832,27 +832,27 @@
|
|
832
832
|
}
|
833
833
|
},
|
834
834
|
"@babel/plugin-transform-react-jsx-development": {
|
835
|
-
"version": "7.
|
836
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.
|
837
|
-
"integrity": "sha512-
|
835
|
+
"version": "7.16.0",
|
836
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.16.0.tgz",
|
837
|
+
"integrity": "sha512-qq65iSqBRq0Hr3wq57YG2AmW0H6wgTnIzpffTphrUWUgLCOK+zf1f7G0vuOiXrp7dU1qq+fQBoqZ3wCDAkhFzw==",
|
838
838
|
"requires": {
|
839
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
839
|
+
"@babel/plugin-transform-react-jsx": "^7.16.0"
|
840
840
|
},
|
841
841
|
"dependencies": {
|
842
842
|
"@babel/helper-annotate-as-pure": {
|
843
|
-
"version": "7.
|
844
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
845
|
-
"integrity": "sha512-
|
843
|
+
"version": "7.16.0",
|
844
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
|
845
|
+
"integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
|
846
846
|
"requires": {
|
847
|
-
"@babel/types": "^7.
|
847
|
+
"@babel/types": "^7.16.0"
|
848
848
|
}
|
849
849
|
},
|
850
850
|
"@babel/helper-module-imports": {
|
851
|
-
"version": "7.
|
852
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
853
|
-
"integrity": "sha512-
|
851
|
+
"version": "7.16.0",
|
852
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
|
853
|
+
"integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
|
854
854
|
"requires": {
|
855
|
-
"@babel/types": "^7.
|
855
|
+
"@babel/types": "^7.16.0"
|
856
856
|
}
|
857
857
|
},
|
858
858
|
"@babel/helper-plugin-utils": {
|
@@ -866,51 +866,51 @@
|
|
866
866
|
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
867
867
|
},
|
868
868
|
"@babel/plugin-syntax-jsx": {
|
869
|
-
"version": "7.
|
870
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
871
|
-
"integrity": "sha512-
|
869
|
+
"version": "7.16.0",
|
870
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.0.tgz",
|
871
|
+
"integrity": "sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==",
|
872
872
|
"requires": {
|
873
873
|
"@babel/helper-plugin-utils": "^7.14.5"
|
874
874
|
}
|
875
875
|
},
|
876
876
|
"@babel/plugin-transform-react-jsx": {
|
877
|
-
"version": "7.
|
878
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
879
|
-
"integrity": "sha512-
|
877
|
+
"version": "7.16.0",
|
878
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.0.tgz",
|
879
|
+
"integrity": "sha512-rqDgIbukZ44pqq7NIRPGPGNklshPkvlmvqjdx3OZcGPk4zGIenYkxDTvl3LsSL8gqcc3ZzGmXPE6hR/u/voNOw==",
|
880
880
|
"requires": {
|
881
|
-
"@babel/helper-annotate-as-pure": "^7.
|
882
|
-
"@babel/helper-module-imports": "^7.
|
881
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
882
|
+
"@babel/helper-module-imports": "^7.16.0",
|
883
883
|
"@babel/helper-plugin-utils": "^7.14.5",
|
884
|
-
"@babel/plugin-syntax-jsx": "^7.
|
885
|
-
"@babel/types": "^7.
|
884
|
+
"@babel/plugin-syntax-jsx": "^7.16.0",
|
885
|
+
"@babel/types": "^7.16.0"
|
886
886
|
}
|
887
887
|
},
|
888
888
|
"@babel/types": {
|
889
|
-
"version": "7.
|
890
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
891
|
-
"integrity": "sha512-
|
889
|
+
"version": "7.16.0",
|
890
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
891
|
+
"integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
892
892
|
"requires": {
|
893
|
-
"@babel/helper-validator-identifier": "^7.
|
893
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
894
894
|
"to-fast-properties": "^2.0.0"
|
895
895
|
}
|
896
896
|
}
|
897
897
|
}
|
898
898
|
},
|
899
899
|
"@babel/plugin-transform-react-pure-annotations": {
|
900
|
-
"version": "7.
|
901
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.
|
902
|
-
"integrity": "sha512-
|
900
|
+
"version": "7.16.0",
|
901
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.16.0.tgz",
|
902
|
+
"integrity": "sha512-NC/Bj2MG+t8Ef5Pdpo34Ay74X4Rt804h5y81PwOpfPtmAK3i6CizmQqwyBQzIepz1Yt8wNr2Z2L7Lu3qBMfZMA==",
|
903
903
|
"requires": {
|
904
|
-
"@babel/helper-annotate-as-pure": "^7.
|
904
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
905
905
|
"@babel/helper-plugin-utils": "^7.14.5"
|
906
906
|
},
|
907
907
|
"dependencies": {
|
908
908
|
"@babel/helper-annotate-as-pure": {
|
909
|
-
"version": "7.
|
910
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
911
|
-
"integrity": "sha512-
|
909
|
+
"version": "7.16.0",
|
910
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
|
911
|
+
"integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
|
912
912
|
"requires": {
|
913
|
-
"@babel/types": "^7.
|
913
|
+
"@babel/types": "^7.16.0"
|
914
914
|
}
|
915
915
|
},
|
916
916
|
"@babel/helper-plugin-utils": {
|
@@ -924,11 +924,11 @@
|
|
924
924
|
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
925
925
|
},
|
926
926
|
"@babel/types": {
|
927
|
-
"version": "7.
|
928
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
929
|
-
"integrity": "sha512-
|
927
|
+
"version": "7.16.0",
|
928
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
929
|
+
"integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
930
930
|
"requires": {
|
931
|
-
"@babel/helper-validator-identifier": "^7.
|
931
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
932
932
|
"to-fast-properties": "^2.0.0"
|
933
933
|
}
|
934
934
|
}
|
@@ -1211,32 +1211,32 @@
|
|
1211
1211
|
}
|
1212
1212
|
},
|
1213
1213
|
"@babel/preset-react": {
|
1214
|
-
"version": "7.
|
1215
|
-
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.
|
1216
|
-
"integrity": "sha512-
|
1214
|
+
"version": "7.16.0",
|
1215
|
+
"resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.16.0.tgz",
|
1216
|
+
"integrity": "sha512-d31IFW2bLRB28uL1WoElyro8RH5l6531XfxMtCeCmp6RVAF1uTfxxUA0LH1tXl+psZdwfmIbwoG4U5VwgbhtLw==",
|
1217
1217
|
"requires": {
|
1218
1218
|
"@babel/helper-plugin-utils": "^7.14.5",
|
1219
1219
|
"@babel/helper-validator-option": "^7.14.5",
|
1220
|
-
"@babel/plugin-transform-react-display-name": "^7.
|
1221
|
-
"@babel/plugin-transform-react-jsx": "^7.
|
1222
|
-
"@babel/plugin-transform-react-jsx-development": "^7.
|
1223
|
-
"@babel/plugin-transform-react-pure-annotations": "^7.
|
1220
|
+
"@babel/plugin-transform-react-display-name": "^7.16.0",
|
1221
|
+
"@babel/plugin-transform-react-jsx": "^7.16.0",
|
1222
|
+
"@babel/plugin-transform-react-jsx-development": "^7.16.0",
|
1223
|
+
"@babel/plugin-transform-react-pure-annotations": "^7.16.0"
|
1224
1224
|
},
|
1225
1225
|
"dependencies": {
|
1226
1226
|
"@babel/helper-annotate-as-pure": {
|
1227
|
-
"version": "7.
|
1228
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.
|
1229
|
-
"integrity": "sha512-
|
1227
|
+
"version": "7.16.0",
|
1228
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
|
1229
|
+
"integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
|
1230
1230
|
"requires": {
|
1231
|
-
"@babel/types": "^7.
|
1231
|
+
"@babel/types": "^7.16.0"
|
1232
1232
|
}
|
1233
1233
|
},
|
1234
1234
|
"@babel/helper-module-imports": {
|
1235
|
-
"version": "7.
|
1236
|
-
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.
|
1237
|
-
"integrity": "sha512-
|
1235
|
+
"version": "7.16.0",
|
1236
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
|
1237
|
+
"integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
|
1238
1238
|
"requires": {
|
1239
|
-
"@babel/types": "^7.
|
1239
|
+
"@babel/types": "^7.16.0"
|
1240
1240
|
}
|
1241
1241
|
},
|
1242
1242
|
"@babel/helper-plugin-utils": {
|
@@ -1255,31 +1255,31 @@
|
|
1255
1255
|
"integrity": "sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow=="
|
1256
1256
|
},
|
1257
1257
|
"@babel/plugin-syntax-jsx": {
|
1258
|
-
"version": "7.
|
1259
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.
|
1260
|
-
"integrity": "sha512-
|
1258
|
+
"version": "7.16.0",
|
1259
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.16.0.tgz",
|
1260
|
+
"integrity": "sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==",
|
1261
1261
|
"requires": {
|
1262
1262
|
"@babel/helper-plugin-utils": "^7.14.5"
|
1263
1263
|
}
|
1264
1264
|
},
|
1265
1265
|
"@babel/plugin-transform-react-jsx": {
|
1266
|
-
"version": "7.
|
1267
|
-
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.
|
1268
|
-
"integrity": "sha512-
|
1266
|
+
"version": "7.16.0",
|
1267
|
+
"resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.16.0.tgz",
|
1268
|
+
"integrity": "sha512-rqDgIbukZ44pqq7NIRPGPGNklshPkvlmvqjdx3OZcGPk4zGIenYkxDTvl3LsSL8gqcc3ZzGmXPE6hR/u/voNOw==",
|
1269
1269
|
"requires": {
|
1270
|
-
"@babel/helper-annotate-as-pure": "^7.
|
1271
|
-
"@babel/helper-module-imports": "^7.
|
1270
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
1271
|
+
"@babel/helper-module-imports": "^7.16.0",
|
1272
1272
|
"@babel/helper-plugin-utils": "^7.14.5",
|
1273
|
-
"@babel/plugin-syntax-jsx": "^7.
|
1274
|
-
"@babel/types": "^7.
|
1273
|
+
"@babel/plugin-syntax-jsx": "^7.16.0",
|
1274
|
+
"@babel/types": "^7.16.0"
|
1275
1275
|
}
|
1276
1276
|
},
|
1277
1277
|
"@babel/types": {
|
1278
|
-
"version": "7.
|
1279
|
-
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.
|
1280
|
-
"integrity": "sha512-
|
1278
|
+
"version": "7.16.0",
|
1279
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
1280
|
+
"integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
1281
1281
|
"requires": {
|
1282
|
-
"@babel/helper-validator-identifier": "^7.
|
1282
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
1283
1283
|
"to-fast-properties": "^2.0.0"
|
1284
1284
|
}
|
1285
1285
|
}
|
@@ -1352,9 +1352,9 @@
|
|
1352
1352
|
}
|
1353
1353
|
},
|
1354
1354
|
"@base2/pretty-print-object": {
|
1355
|
-
"version": "1.0.
|
1356
|
-
"resolved": "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.
|
1357
|
-
"integrity": "sha512-
|
1355
|
+
"version": "1.0.1",
|
1356
|
+
"resolved": "https://registry.npmjs.org/@base2/pretty-print-object/-/pretty-print-object-1.0.1.tgz",
|
1357
|
+
"integrity": "sha512-4iri8i1AqYHJE2DstZYkyEprg6Pq6sKx3xn5FpySk9sNhH7qN2LLlHJCfDTZRILNwQNPD7mATWM0TBui7uC1pA=="
|
1358
1358
|
},
|
1359
1359
|
"@cnakazawa/watch": {
|
1360
1360
|
"version": "1.0.4",
|
@@ -2161,9 +2161,9 @@
|
|
2161
2161
|
}
|
2162
2162
|
},
|
2163
2163
|
"@primer/gatsby-theme-doctocat": {
|
2164
|
-
"version": "
|
2165
|
-
"resolved": "https://registry.npmjs.org/@primer/gatsby-theme-doctocat/-/gatsby-theme-doctocat-
|
2166
|
-
"integrity": "sha512-
|
2164
|
+
"version": "3.0.1",
|
2165
|
+
"resolved": "https://registry.npmjs.org/@primer/gatsby-theme-doctocat/-/gatsby-theme-doctocat-3.0.1.tgz",
|
2166
|
+
"integrity": "sha512-4a0BCF+ddBzNX9eT/WR389MNbSo4j2I4qjs4yz8AI9z9+ImlLxfZuIAAthqDzwHyYQ0IGtkgfHyvr3Zobsk2jg==",
|
2167
2167
|
"requires": {
|
2168
2168
|
"@babel/preset-env": "^7.5.5",
|
2169
2169
|
"@babel/preset-react": "^7.0.0",
|
@@ -2175,7 +2175,7 @@
|
|
2175
2175
|
"@styled-system/theme-get": "^5.0.12",
|
2176
2176
|
"@testing-library/jest-dom": "^4.1.0",
|
2177
2177
|
"@testing-library/react": "^9.1.3",
|
2178
|
-
"axios": "^0.
|
2178
|
+
"axios": "^0.21.2",
|
2179
2179
|
"babel-jest": "^24.9.0",
|
2180
2180
|
"copy-to-clipboard": "^3.2.0",
|
2181
2181
|
"date-fns": "^2.0.1",
|
@@ -2195,7 +2195,7 @@
|
|
2195
2195
|
"gatsby-transformer-yaml": "^2.2.0",
|
2196
2196
|
"get-pkg-repo": "^4.1.0",
|
2197
2197
|
"github-slugger": "^1.2.1",
|
2198
|
-
"html-react-parser": "^
|
2198
|
+
"html-react-parser": "^1.4.0",
|
2199
2199
|
"jest": "^24.9.0",
|
2200
2200
|
"lodash.debounce": "4.0.8",
|
2201
2201
|
"lodash.uniqby": "^4.7.0",
|
@@ -2203,7 +2203,7 @@
|
|
2203
2203
|
"pluralize": "^8.0.0",
|
2204
2204
|
"preval.macro": "^3.0.0",
|
2205
2205
|
"prism-react-renderer": "^1.2.0",
|
2206
|
-
"prismjs": "^1.
|
2206
|
+
"prismjs": "^1.25.0",
|
2207
2207
|
"react-addons-text-content": "^0.0.4",
|
2208
2208
|
"react-element-to-jsx-string": "^14.0.3",
|
2209
2209
|
"react-focus-on": "^3.3.0",
|
@@ -2219,9 +2219,9 @@
|
|
2219
2219
|
},
|
2220
2220
|
"dependencies": {
|
2221
2221
|
"@primer/octicons-react": {
|
2222
|
-
"version": "16.
|
2223
|
-
"resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.
|
2224
|
-
"integrity": "sha512-
|
2222
|
+
"version": "16.1.1",
|
2223
|
+
"resolved": "https://registry.npmjs.org/@primer/octicons-react/-/octicons-react-16.1.1.tgz",
|
2224
|
+
"integrity": "sha512-xCxQ5z23ol7yDuJs85Lc4ARzyoay+b3zOhAKkEMU7chk0xi2hT2OnRP23QUudNNDPTGozX268RGYLexUa6P4xw=="
|
2225
2225
|
}
|
2226
2226
|
}
|
2227
2227
|
},
|
@@ -2593,11 +2593,6 @@
|
|
2593
2593
|
"resolved": "https://registry.npmjs.org/@types/debug/-/debug-4.1.5.tgz",
|
2594
2594
|
"integrity": "sha512-Q1y515GcOdTHgagaVFhHnIFQ38ygs/kmxdNpvpou+raI9UO3YZcHDngBSYKQklcKlvA7iuQlmIKbzvmxcOE9CQ=="
|
2595
2595
|
},
|
2596
|
-
"@types/domhandler": {
|
2597
|
-
"version": "2.4.1",
|
2598
|
-
"resolved": "https://registry.npmjs.org/@types/domhandler/-/domhandler-2.4.1.tgz",
|
2599
|
-
"integrity": "sha512-cfBw6q6tT5sa1gSPFSRKzF/xxYrrmeiut7E0TxNBObiLSBTuFEHibcfEe3waQPEDbqBsq+ql/TOniw65EyDFMA=="
|
2600
|
-
},
|
2601
2596
|
"@types/eslint": {
|
2602
2597
|
"version": "7.2.13",
|
2603
2598
|
"resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-7.2.13.tgz",
|
@@ -2786,9 +2781,9 @@
|
|
2786
2781
|
}
|
2787
2782
|
},
|
2788
2783
|
"@types/react-dom": {
|
2789
|
-
"version": "17.0.
|
2790
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.
|
2791
|
-
"integrity": "sha512-
|
2784
|
+
"version": "17.0.11",
|
2785
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.11.tgz",
|
2786
|
+
"integrity": "sha512-f96K3k+24RaLGVu/Y2Ng3e1EbZ8/cVJvypZWd7cy0ofCBaf2lcM46xNhycMZ2xGwbBjRql7hOlZ+e2WlJ5MH3Q==",
|
2792
2787
|
"requires": {
|
2793
2788
|
"@types/react": "*"
|
2794
2789
|
}
|
@@ -3491,9 +3486,9 @@
|
|
3491
3486
|
}
|
3492
3487
|
},
|
3493
3488
|
"asn1": {
|
3494
|
-
"version": "0.2.
|
3495
|
-
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.
|
3496
|
-
"integrity": "sha512-
|
3489
|
+
"version": "0.2.6",
|
3490
|
+
"resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz",
|
3491
|
+
"integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==",
|
3497
3492
|
"requires": {
|
3498
3493
|
"safer-buffer": "~2.1.0"
|
3499
3494
|
}
|
@@ -3603,11 +3598,18 @@
|
|
3603
3598
|
"integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA=="
|
3604
3599
|
},
|
3605
3600
|
"axios": {
|
3606
|
-
"version": "0.
|
3607
|
-
"resolved": "https://registry.npmjs.org/axios/-/axios-0.
|
3608
|
-
"integrity": "sha512-
|
3601
|
+
"version": "0.21.4",
|
3602
|
+
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz",
|
3603
|
+
"integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==",
|
3609
3604
|
"requires": {
|
3610
|
-
"follow-redirects": "1.
|
3605
|
+
"follow-redirects": "^1.14.0"
|
3606
|
+
},
|
3607
|
+
"dependencies": {
|
3608
|
+
"follow-redirects": {
|
3609
|
+
"version": "1.14.5",
|
3610
|
+
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.5.tgz",
|
3611
|
+
"integrity": "sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA=="
|
3612
|
+
}
|
3611
3613
|
}
|
3612
3614
|
},
|
3613
3615
|
"axobject-query": {
|
@@ -3789,14 +3791,46 @@
|
|
3789
3791
|
"integrity": "sha512-PkHJuRodMp4p617a/ZVhV8elBhRoFpOTpdu2DaApXJFIsDJWhjZ8d4BGbbFCT/yKJrhRDTdqg1r5AhWEaEUKkw=="
|
3790
3792
|
},
|
3791
3793
|
"babel-plugin-styled-components": {
|
3792
|
-
"version": "
|
3793
|
-
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-
|
3794
|
-
"integrity": "sha512-
|
3794
|
+
"version": "2.0.1",
|
3795
|
+
"resolved": "https://registry.npmjs.org/babel-plugin-styled-components/-/babel-plugin-styled-components-2.0.1.tgz",
|
3796
|
+
"integrity": "sha512-U3wmORxerYBiqcRCo6thItIosEIga3F+ph0jJPkiOZJjyhpZyUZFQV9XvrZ2CbBIihJ3rDBC/itQ+Wx3VHMauw==",
|
3795
3797
|
"requires": {
|
3796
|
-
"@babel/helper-annotate-as-pure": "^7.
|
3797
|
-
"@babel/helper-module-imports": "^7.
|
3798
|
+
"@babel/helper-annotate-as-pure": "^7.16.0",
|
3799
|
+
"@babel/helper-module-imports": "^7.16.0",
|
3798
3800
|
"babel-plugin-syntax-jsx": "^6.18.0",
|
3799
3801
|
"lodash": "^4.17.11"
|
3802
|
+
},
|
3803
|
+
"dependencies": {
|
3804
|
+
"@babel/helper-annotate-as-pure": {
|
3805
|
+
"version": "7.16.0",
|
3806
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.16.0.tgz",
|
3807
|
+
"integrity": "sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==",
|
3808
|
+
"requires": {
|
3809
|
+
"@babel/types": "^7.16.0"
|
3810
|
+
}
|
3811
|
+
},
|
3812
|
+
"@babel/helper-module-imports": {
|
3813
|
+
"version": "7.16.0",
|
3814
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz",
|
3815
|
+
"integrity": "sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==",
|
3816
|
+
"requires": {
|
3817
|
+
"@babel/types": "^7.16.0"
|
3818
|
+
}
|
3819
|
+
},
|
3820
|
+
"@babel/helper-validator-identifier": {
|
3821
|
+
"version": "7.15.7",
|
3822
|
+
"resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz",
|
3823
|
+
"integrity": "sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w=="
|
3824
|
+
},
|
3825
|
+
"@babel/types": {
|
3826
|
+
"version": "7.16.0",
|
3827
|
+
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.16.0.tgz",
|
3828
|
+
"integrity": "sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==",
|
3829
|
+
"requires": {
|
3830
|
+
"@babel/helper-validator-identifier": "^7.15.7",
|
3831
|
+
"to-fast-properties": "^2.0.0"
|
3832
|
+
}
|
3833
|
+
}
|
3800
3834
|
}
|
3801
3835
|
},
|
3802
3836
|
"babel-plugin-syntax-jsx": {
|
@@ -5483,9 +5517,9 @@
|
|
5483
5517
|
}
|
5484
5518
|
},
|
5485
5519
|
"core-js": {
|
5486
|
-
"version": "3.
|
5487
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
5488
|
-
"integrity": "sha512-
|
5520
|
+
"version": "3.19.1",
|
5521
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.19.1.tgz",
|
5522
|
+
"integrity": "sha512-Tnc7E9iKd/b/ff7GFbhwPVzJzPztGrChB8X8GLqoYGdEOG8IpLnK1xPyo3ZoO3HsK6TodJS58VGPOxA+hLHQMg=="
|
5489
5523
|
},
|
5490
5524
|
"core-js-compat": {
|
5491
5525
|
"version": "3.13.0",
|
@@ -11611,13 +11645,63 @@
|
|
11611
11645
|
"integrity": "sha1-wc56MWjIxmFAM6S194d/OyJfnDg="
|
11612
11646
|
},
|
11613
11647
|
"html-dom-parser": {
|
11614
|
-
"version": "0.2
|
11615
|
-
"resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-0.2.
|
11616
|
-
"integrity": "sha512-
|
11648
|
+
"version": "1.0.2",
|
11649
|
+
"resolved": "https://registry.npmjs.org/html-dom-parser/-/html-dom-parser-1.0.2.tgz",
|
11650
|
+
"integrity": "sha512-Jq4oVkVSn+10ut3fyc2P/Fs1jqTo0l45cP6Q8d2ef/9jfkYwulO0QXmyLI0VUiZrXF4czpGgMEJRa52CQ6Fk8Q==",
|
11617
11651
|
"requires": {
|
11618
|
-
"
|
11619
|
-
"
|
11620
|
-
|
11652
|
+
"domhandler": "4.2.2",
|
11653
|
+
"htmlparser2": "6.1.0"
|
11654
|
+
},
|
11655
|
+
"dependencies": {
|
11656
|
+
"dom-serializer": {
|
11657
|
+
"version": "1.3.2",
|
11658
|
+
"resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.3.2.tgz",
|
11659
|
+
"integrity": "sha512-5c54Bk5Dw4qAxNOI1pFEizPSjVsx5+bpJKmL2kPn8JhBUq2q09tTCa3mjijun2NfK78NMouDYNMBkOrPZiS+ig==",
|
11660
|
+
"requires": {
|
11661
|
+
"domelementtype": "^2.0.1",
|
11662
|
+
"domhandler": "^4.2.0",
|
11663
|
+
"entities": "^2.0.0"
|
11664
|
+
}
|
11665
|
+
},
|
11666
|
+
"domelementtype": {
|
11667
|
+
"version": "2.2.0",
|
11668
|
+
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
|
11669
|
+
"integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A=="
|
11670
|
+
},
|
11671
|
+
"domhandler": {
|
11672
|
+
"version": "4.2.2",
|
11673
|
+
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz",
|
11674
|
+
"integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==",
|
11675
|
+
"requires": {
|
11676
|
+
"domelementtype": "^2.2.0"
|
11677
|
+
}
|
11678
|
+
},
|
11679
|
+
"domutils": {
|
11680
|
+
"version": "2.8.0",
|
11681
|
+
"resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz",
|
11682
|
+
"integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==",
|
11683
|
+
"requires": {
|
11684
|
+
"dom-serializer": "^1.0.1",
|
11685
|
+
"domelementtype": "^2.2.0",
|
11686
|
+
"domhandler": "^4.2.0"
|
11687
|
+
}
|
11688
|
+
},
|
11689
|
+
"entities": {
|
11690
|
+
"version": "2.2.0",
|
11691
|
+
"resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz",
|
11692
|
+
"integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A=="
|
11693
|
+
},
|
11694
|
+
"htmlparser2": {
|
11695
|
+
"version": "6.1.0",
|
11696
|
+
"resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz",
|
11697
|
+
"integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==",
|
11698
|
+
"requires": {
|
11699
|
+
"domelementtype": "^2.0.1",
|
11700
|
+
"domhandler": "^4.0.0",
|
11701
|
+
"domutils": "^2.5.2",
|
11702
|
+
"entities": "^2.0.0"
|
11703
|
+
}
|
11704
|
+
}
|
11621
11705
|
}
|
11622
11706
|
},
|
11623
11707
|
"html-encoding-sniffer": {
|
@@ -11639,22 +11723,27 @@
|
|
11639
11723
|
"integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
|
11640
11724
|
},
|
11641
11725
|
"html-react-parser": {
|
11642
|
-
"version": "
|
11643
|
-
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-
|
11644
|
-
"integrity": "sha512-
|
11726
|
+
"version": "1.4.0",
|
11727
|
+
"resolved": "https://registry.npmjs.org/html-react-parser/-/html-react-parser-1.4.0.tgz",
|
11728
|
+
"integrity": "sha512-v8Kxy+7L90ZFSM690oJWBNRzZWZOQquYPpQt6kDQPzQyZptXgOJ69kHSi7xdqNdm1mOfsDPwF4K9Bo/dS5gRTQ==",
|
11645
11729
|
"requires": {
|
11646
|
-
"
|
11647
|
-
"html-dom-parser": "0.2
|
11648
|
-
"react-property": "
|
11649
|
-
"style-to-
|
11730
|
+
"domhandler": "4.2.2",
|
11731
|
+
"html-dom-parser": "1.0.2",
|
11732
|
+
"react-property": "2.0.0",
|
11733
|
+
"style-to-js": "1.1.0"
|
11650
11734
|
},
|
11651
11735
|
"dependencies": {
|
11652
|
-
"
|
11653
|
-
"version": "
|
11654
|
-
"resolved": "https://registry.npmjs.org/
|
11655
|
-
"integrity": "sha512-
|
11736
|
+
"domelementtype": {
|
11737
|
+
"version": "2.2.0",
|
11738
|
+
"resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.2.0.tgz",
|
11739
|
+
"integrity": "sha512-DtBMo82pv1dFtUmHyr48beiuq792Sxohr+8Hm9zoxklYPfa6n0Z3Byjj2IV7bmr2IyqClnqEQhfgHJJ5QF0R5A=="
|
11740
|
+
},
|
11741
|
+
"domhandler": {
|
11742
|
+
"version": "4.2.2",
|
11743
|
+
"resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.2.2.tgz",
|
11744
|
+
"integrity": "sha512-PzE9aBMsdZO8TK4BnuJwH0QT41wgMbRzuZrHUcpYncEjmQazq8QEaBWgLG7ZyC/DAZKEgglpIA6j4Qn/HmxS3w==",
|
11656
11745
|
"requires": {
|
11657
|
-
"
|
11746
|
+
"domelementtype": "^2.2.0"
|
11658
11747
|
}
|
11659
11748
|
}
|
11660
11749
|
}
|
@@ -13654,11 +13743,11 @@
|
|
13654
13743
|
"integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw=="
|
13655
13744
|
},
|
13656
13745
|
"makeerror": {
|
13657
|
-
"version": "1.0.
|
13658
|
-
"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.
|
13659
|
-
"integrity": "
|
13746
|
+
"version": "1.0.12",
|
13747
|
+
"resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
|
13748
|
+
"integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
|
13660
13749
|
"requires": {
|
13661
|
-
"tmpl": "1.0.
|
13750
|
+
"tmpl": "1.0.5"
|
13662
13751
|
}
|
13663
13752
|
},
|
13664
13753
|
"map-age-cleaner": {
|
@@ -16287,18 +16376,24 @@
|
|
16287
16376
|
}
|
16288
16377
|
},
|
16289
16378
|
"react-element-to-jsx-string": {
|
16290
|
-
"version": "14.3.
|
16291
|
-
"resolved": "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.
|
16292
|
-
"integrity": "sha512-
|
16379
|
+
"version": "14.3.4",
|
16380
|
+
"resolved": "https://registry.npmjs.org/react-element-to-jsx-string/-/react-element-to-jsx-string-14.3.4.tgz",
|
16381
|
+
"integrity": "sha512-t4ZwvV6vwNxzujDQ+37bspnLwA4JlgUPWhLjBJWsNIDceAf6ZKUTCjdm08cN6WeZ5pTMKiCJkmAYnpmR4Bm+dg==",
|
16293
16382
|
"requires": {
|
16294
|
-
"@base2/pretty-print-object": "1.0.
|
16295
|
-
"is-plain-object": "
|
16383
|
+
"@base2/pretty-print-object": "1.0.1",
|
16384
|
+
"is-plain-object": "5.0.0",
|
16385
|
+
"react-is": "17.0.2"
|
16296
16386
|
},
|
16297
16387
|
"dependencies": {
|
16298
16388
|
"is-plain-object": {
|
16299
|
-
"version": "
|
16300
|
-
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-
|
16301
|
-
"integrity": "sha512-
|
16389
|
+
"version": "5.0.0",
|
16390
|
+
"resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz",
|
16391
|
+
"integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q=="
|
16392
|
+
},
|
16393
|
+
"react-is": {
|
16394
|
+
"version": "17.0.2",
|
16395
|
+
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
|
16396
|
+
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
|
16302
16397
|
}
|
16303
16398
|
}
|
16304
16399
|
},
|
@@ -16313,12 +16408,12 @@
|
|
16313
16408
|
"integrity": "sha512-suNP+J1VU1MWFKcyt7RtjiSWUjvidmQSlqu+eHslq+342xCbGTYmC0mEhPCOHxlW0CywylOC1u2DFAT+bv4dBw=="
|
16314
16409
|
},
|
16315
16410
|
"react-focus-lock": {
|
16316
|
-
"version": "2.
|
16317
|
-
"resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.
|
16318
|
-
"integrity": "sha512-
|
16411
|
+
"version": "2.6.0",
|
16412
|
+
"resolved": "https://registry.npmjs.org/react-focus-lock/-/react-focus-lock-2.6.0.tgz",
|
16413
|
+
"integrity": "sha512-2yB5KWyaefbvFDgqvsg/KpIjbqVlhIY2c/dyDcokDLhB3Ib7I4bjsrta5OkI5euUoIu5xBTyBwIQZPykUJAr1g==",
|
16319
16414
|
"requires": {
|
16320
16415
|
"@babel/runtime": "^7.0.0",
|
16321
|
-
"focus-lock": "^0.9.
|
16416
|
+
"focus-lock": "^0.9.2",
|
16322
16417
|
"prop-types": "^15.6.2",
|
16323
16418
|
"react-clientside-effect": "^1.2.5",
|
16324
16419
|
"use-callback-ref": "^1.2.5",
|
@@ -16326,16 +16421,24 @@
|
|
16326
16421
|
}
|
16327
16422
|
},
|
16328
16423
|
"react-focus-on": {
|
16329
|
-
"version": "3.5.
|
16330
|
-
"resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.5.
|
16331
|
-
"integrity": "sha512-
|
16424
|
+
"version": "3.5.4",
|
16425
|
+
"resolved": "https://registry.npmjs.org/react-focus-on/-/react-focus-on-3.5.4.tgz",
|
16426
|
+
"integrity": "sha512-HnU0YGKhNSUsC4k6K8L+2wk8mC/qdg+CsS7A1bWLMgK7UuBphdECs2esnS6cLmBoVNjsFnCm/vMypeezKOdK3A==",
|
16332
16427
|
"requires": {
|
16333
|
-
"aria-hidden": "^1.1.
|
16334
|
-
"react-focus-lock": "^2.
|
16428
|
+
"aria-hidden": "^1.1.3",
|
16429
|
+
"react-focus-lock": "^2.6.0",
|
16335
16430
|
"react-remove-scroll": "^2.4.1",
|
16336
16431
|
"react-style-singleton": "^2.1.1",
|
16432
|
+
"tslib": "^2.3.1",
|
16337
16433
|
"use-callback-ref": "^1.2.5",
|
16338
16434
|
"use-sidecar": "^1.0.5"
|
16435
|
+
},
|
16436
|
+
"dependencies": {
|
16437
|
+
"tslib": {
|
16438
|
+
"version": "2.3.1",
|
16439
|
+
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.3.1.tgz",
|
16440
|
+
"integrity": "sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw=="
|
16441
|
+
}
|
16339
16442
|
}
|
16340
16443
|
},
|
16341
16444
|
"react-frame-component": {
|
@@ -16391,9 +16494,9 @@
|
|
16391
16494
|
}
|
16392
16495
|
},
|
16393
16496
|
"react-property": {
|
16394
|
-
"version": "
|
16395
|
-
"resolved": "https://registry.npmjs.org/react-property/-/react-property-
|
16396
|
-
"integrity": "sha512-
|
16497
|
+
"version": "2.0.0",
|
16498
|
+
"resolved": "https://registry.npmjs.org/react-property/-/react-property-2.0.0.tgz",
|
16499
|
+
"integrity": "sha512-kzmNjIgU32mO4mmH5+iUyrqlpFQhF8K2k7eZ4fdLSOPFrD1XgEuSBv9LDEgxRXTMBqMd8ppT0x6TIzqE5pdGdw=="
|
16397
16500
|
},
|
16398
16501
|
"react-refresh": {
|
16399
16502
|
"version": "0.9.0",
|
@@ -18497,6 +18600,14 @@
|
|
18497
18600
|
}
|
18498
18601
|
}
|
18499
18602
|
},
|
18603
|
+
"style-to-js": {
|
18604
|
+
"version": "1.1.0",
|
18605
|
+
"resolved": "https://registry.npmjs.org/style-to-js/-/style-to-js-1.1.0.tgz",
|
18606
|
+
"integrity": "sha512-1OqefPDxGrlMwcbfpsTVRyzwdhr4W0uxYQzeA2F1CBc8WG04udg2+ybRnvh3XYL4TdHQrCahLtax2jc8xaE6rA==",
|
18607
|
+
"requires": {
|
18608
|
+
"style-to-object": "0.3.0"
|
18609
|
+
}
|
18610
|
+
},
|
18500
18611
|
"style-to-object": {
|
18501
18612
|
"version": "0.3.0",
|
18502
18613
|
"resolved": "https://registry.npmjs.org/style-to-object/-/style-to-object-0.3.0.tgz",
|
@@ -19963,11 +20074,11 @@
|
|
19963
20074
|
"integrity": "sha512-cfS1+DZxuav1aBYbaO/kE06EOS8yRw7qOFoD3XtjTkYvCvh3zUvNST8DXK/nPaeqIzIv3P3kL3lRJn8iwOiSag=="
|
19964
20075
|
},
|
19965
20076
|
"walker": {
|
19966
|
-
"version": "1.0.
|
19967
|
-
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.
|
19968
|
-
"integrity": "
|
20077
|
+
"version": "1.0.8",
|
20078
|
+
"resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
|
20079
|
+
"integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
|
19969
20080
|
"requires": {
|
19970
|
-
"makeerror": "1.0.
|
20081
|
+
"makeerror": "1.0.12"
|
19971
20082
|
}
|
19972
20083
|
},
|
19973
20084
|
"watchpack": {
|
@@ -20407,11 +20518,11 @@
|
|
20407
20518
|
"integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho="
|
20408
20519
|
},
|
20409
20520
|
"wide-align": {
|
20410
|
-
"version": "1.1.
|
20411
|
-
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.
|
20412
|
-
"integrity": "sha512-
|
20521
|
+
"version": "1.1.5",
|
20522
|
+
"resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz",
|
20523
|
+
"integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==",
|
20413
20524
|
"requires": {
|
20414
|
-
"string-width": "^1.0.2 || 2"
|
20525
|
+
"string-width": "^1.0.2 || 2 || 3 || 4"
|
20415
20526
|
}
|
20416
20527
|
},
|
20417
20528
|
"widest-line": {
|
@@ -20477,9 +20588,9 @@
|
|
20477
20588
|
},
|
20478
20589
|
"dependencies": {
|
20479
20590
|
"loader-utils": {
|
20480
|
-
"version": "2.0.
|
20481
|
-
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.
|
20482
|
-
"integrity": "sha512-
|
20591
|
+
"version": "2.0.2",
|
20592
|
+
"resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz",
|
20593
|
+
"integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==",
|
20483
20594
|
"requires": {
|
20484
20595
|
"big.js": "^5.2.2",
|
20485
20596
|
"emojis-list": "^3.0.0",
|