Skip to content

Commit

Permalink
final fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Apr 20, 2023
1 parent c978175 commit 8b2bf84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 24 deletions.
3 changes: 3 additions & 0 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"lodash": "^4.17.21",
"marked": "^4.3.0",
"prismjs": "^1.29.0"
},
"browser": {
"fs": false
}
}
24 changes: 0 additions & 24 deletions packages/markdown/parseMarkdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -449,30 +449,6 @@ const getBaseApiPath = (demos, name) => {
return apiPath;
};

const migratedBaseComponents = [
'BadgeUnstyled',
'ButtonUnstyled',
'ClickAwayListener',
'FocusTrap',
'InputUnstyled',
'MenuItemUnstyled',
'MenuUnstyled',
'ModalUnstyled',
'NoSsr',
'OptionGroupUnstyled',
'OptionUnstyled',
'PopperUnstyled',
'Portal',
'SelectUnstyled',
'SliderUnstyled',
'SwitchUnstyled',
'TablePaginationUnstyled',
'TabPanelUnstyled',
'TabsListUnstyled',
'TabsUnstyled',
'TabUnstyled',
];

/**
* @param {string} product
* @example 'material'
Expand Down

0 comments on commit 8b2bf84

Please sign in to comment.