Skip to content

Commit

Permalink
Update exports snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Jan 19, 2024
1 parent c7547c3 commit f0e5b96
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions src/__tests__/__snapshots__/exports.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -239,36 +239,20 @@ exports[`@primer/react/drafts should not update exports without a semver change
[
"Blankslate",
"type BlankslateProps",
"callbackCancelledResult",
"type CallbackCancelledResult",
"type ChildrenPropTypes",
"type Column",
"type ComboboxCommitEvent",
"createColumnHelper",
"DataTable",
"type DataTableProps",
"default",
"default",
"Dialog",
"type DialogButtonProps",
"type DialogHeaderProps",
"type DialogHeight",
"type DialogProps",
"type DialogWidth",
"type Emoji",
"type FileType",
"type FileUploadResult",
"Hidden",
"type HiddenProps",
"InlineAutocomplete",
"type InlineAutocompleteProps",
"type InteractiveMarkdownViewerProps",
"MarkdownEditor",
"type MarkdownEditorHandle",
"type MarkdownEditorProps",
"MarkdownViewer",
"type MarkdownViewerProps",
"type Mentionable",
"type NavigationProps",
"NavList",
"type NavListDividerProps",
Expand All @@ -281,14 +265,7 @@ exports[`@primer/react/drafts should not update exports without a semver change
"PageHeader",
"type PageHeaderProps",
"type ParentLinkProps",
"type Reference",
"type SavedReply",
"SelectPanel",
"type ShowSuggestionsEvent",
"type SlotConfig",
"type Suggestion",
"type Suggestions",
"type SyntheticChangeEmitter",
"Table",
"type TableActionsProps",
"type TableBodyProps",
Expand All @@ -304,51 +281,28 @@ exports[`@primer/react/drafts should not update exports without a semver change
"Tooltip",
"TooltipContext",
"type TooltipProps",
"type Trigger",
"type TriggerPropsType",
"useCombobox",
"useDynamicTextareaHeight",
"useIgnoreKeyboardActionsWhileComposing",
"useSafeAsyncCallback",
"useSlots",
"useSyntheticChange",
]
`;

exports[`@primer/react/experimental should not update exports without a semver change 1`] = `
[
"Blankslate",
"type BlankslateProps",
"callbackCancelledResult",
"type CallbackCancelledResult",
"type ChildrenPropTypes",
"type Column",
"type ComboboxCommitEvent",
"createColumnHelper",
"DataTable",
"type DataTableProps",
"default",
"default",
"Dialog",
"type DialogButtonProps",
"type DialogHeaderProps",
"type DialogHeight",
"type DialogProps",
"type DialogWidth",
"type Emoji",
"type FileType",
"type FileUploadResult",
"Hidden",
"type HiddenProps",
"InlineAutocomplete",
"type InlineAutocompleteProps",
"type InteractiveMarkdownViewerProps",
"MarkdownEditor",
"type MarkdownEditorHandle",
"type MarkdownEditorProps",
"MarkdownViewer",
"type MarkdownViewerProps",
"type Mentionable",
"type NavigationProps",
"NavList",
"type NavListDividerProps",
Expand All @@ -361,14 +315,7 @@ exports[`@primer/react/experimental should not update exports without a semver c
"PageHeader",
"type PageHeaderProps",
"type ParentLinkProps",
"type Reference",
"type SavedReply",
"SelectPanel",
"type ShowSuggestionsEvent",
"type SlotConfig",
"type Suggestion",
"type Suggestions",
"type SyntheticChangeEmitter",
"Table",
"type TableActionsProps",
"type TableBodyProps",
Expand All @@ -384,13 +331,6 @@ exports[`@primer/react/experimental should not update exports without a semver c
"Tooltip",
"TooltipContext",
"type TooltipProps",
"type Trigger",
"type TriggerPropsType",
"useCombobox",
"useDynamicTextareaHeight",
"useIgnoreKeyboardActionsWhileComposing",
"useSafeAsyncCallback",
"useSlots",
"useSyntheticChange",
]
`;

0 comments on commit f0e5b96

Please sign in to comment.