Skip to content

Commit

Permalink
feat(base-components): add ability to remove ios and md theme (#26669)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 24, 2023
1 parent 4d24b32 commit 18f109c
Show file tree
Hide file tree
Showing 114 changed files with 1,585 additions and 383 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 = getIonMode(this);
const mode = getIonStylesheet(this);

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

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 18f109c

Please sign in to comment.