Skip to content

Commit

Permalink
revert(): revert base components feature (#26692)
Browse files Browse the repository at this point in the history
The Ionic Framework team would like to re-evaluate our approach to improving customization options when building mobile applications. We are looking at other solutions that a) make customizing an app UI easier and b) are applicable to a broader set of developers.
  • Loading branch information
liamdebeasi committed Jan 30, 2023
1 parent 592a4f1 commit b78b454
Show file tree
Hide file tree
Showing 114 changed files with 387 additions and 1,587 deletions.
2 changes: 1 addition & 1 deletion .github/COMPONENT-GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ The ripple effect should be added to elements for Material Design. It *requires*

```jsx
render() {
const mode = getIonStylesheet(this);
const mode = getIonMode(this);

return (
<Host
Expand Down
234 changes: 114 additions & 120 deletions angular/src/directives/proxies.ts

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions angular/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ export {
SpinnerTypes,
AccordionGroupCustomEvent,
AccordionGroupChangeEventDetail,
BaseComponentsConfig,
BreadcrumbCustomEvent,
BreadcrumbCollapsedClickEventDetail,
ActionSheetOptions,
Expand All @@ -88,7 +87,6 @@ export {
ItemReorderEventDetail,
ItemReorderCustomEvent,
ItemSlidingCustomEvent,
IonicConfig,
IonicSafeString,
LoadingOptions,
MenuCustomEvent,
Expand Down
72 changes: 2 additions & 70 deletions core/api.txt

Large diffs are not rendered by default.

0 comments on commit b78b454

Please sign in to comment.