-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update block ControlsTable and ComponentSource
- Loading branch information
1 parent
c083fda
commit ff4175c
Showing
29 changed files
with
522 additions
and
244 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,14 +1,14 @@ | ||
import React, { FC } from 'react'; | ||
import { | ||
ComponentSource as BaseComponentSource, | ||
ComponentSourceProps, | ||
BlockComponentSource, | ||
BlockComponentSourceProps, | ||
} from '@component-controls/blocks'; | ||
import { ThemeProvider } from '../shared/ThemeProvider'; | ||
|
||
export const ComponentSource: FC<ComponentSourceProps> = props => { | ||
export const ComponentSource: FC<BlockComponentSourceProps> = props => { | ||
return ( | ||
<ThemeProvider> | ||
<BaseComponentSource {...props} /> | ||
<BlockComponentSource {...props} /> | ||
</ThemeProvider> | ||
); | ||
}; |
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.