-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(feat) Support for automatically overriding routes and Carbonize devt…
…ools (#816) Co-authored-by: Dennis Kigen <kigen.work@gmail.com>
- Loading branch information
1 parent
d5547e0
commit 6e2e2f2
Showing
42 changed files
with
1,325 additions
and
108 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
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,19 +1,5 @@ | ||
declare module '@carbon/react'; | ||
|
||
declare namespace JSX { | ||
interface IntrinsicElements { | ||
'import-map-overrides-list': any; | ||
} | ||
} | ||
|
||
declare module '*.css' { | ||
const styles: any; | ||
export default styles; | ||
} | ||
|
||
declare module '*.scss' { | ||
const styles: any; | ||
export default styles; | ||
} | ||
declare module '*.css'; | ||
declare module '*.scss'; | ||
|
||
declare type SideNavProps = {}; |
16 changes: 12 additions & 4 deletions
16
packages/apps/esm-devtools-app/src/devtools/devtools-popup.component.tsx
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
7 changes: 5 additions & 2 deletions
7
packages/apps/esm-devtools-app/src/devtools/devtools.styles.css
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
Oops, something went wrong.