-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from BKWLD/deprecate-enums
Deprecate enums
- Loading branch information
Showing
5 changed files
with
16 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
import NextVisual from './NextVisual' | ||
export default NextVisual | ||
export { NextVisualProps, ObjectFit } from './types/nextVisualTypes' | ||
export { | ||
NextVisualProps, | ||
ObjectFit, | ||
ObjectFitOption, | ||
} from './types/nextVisualTypes' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
import SanityNextVisual from './SanityNextVisual' | ||
export default SanityNextVisual | ||
export { SanityNextVisualProps } from './types/sanityNextVisualTypes' | ||
export { ObjectFitOption } from '@react-visual/next' | ||
export { makeImageUrl, makeImageBuilder, makeFileUrl } from './lib/urlBuilding' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters