Skip to content

Commit

Permalink
fix: Remove ModalWizard from Parts (#756)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkullisaar authored Oct 30, 2023
1 parent f9d6233 commit bc2d238
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 331 deletions.
2 changes: 0 additions & 2 deletions config/surface.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ config :surface, :components, [
{Moon.Parts.Chart.Field, propagate_context_to_slots: true},
{Moon.Parts.Header, propagate_context_to_slots: true},
{Moon.Parts.Modal, propagate_context_to_slots: true},
{Moon.Parts.ModalWizard, propagate_context_to_slots: true},
{Moon.Parts.ModalWizard.Panel, propagate_context_to_slots: true},
{Moon.Parts.Wizard, propagate_context_to_slots: true},
{Moon.Parts.Sidebar, propagate_context_to_slots: true},
{Moon.Parts.Sidebar.Accordion, propagate_context_to_slots: true},
Expand Down
98 changes: 0 additions & 98 deletions lib/moon/parts/modal_wizard.ex

This file was deleted.

23 changes: 0 additions & 23 deletions lib/moon/parts/modal_wizard/cancel_button.ex

This file was deleted.

26 changes: 0 additions & 26 deletions lib/moon/parts/modal_wizard/close_button.ex

This file was deleted.

24 changes: 0 additions & 24 deletions lib/moon/parts/modal_wizard/description.ex

This file was deleted.

23 changes: 0 additions & 23 deletions lib/moon/parts/modal_wizard/next_button.ex

This file was deleted.

25 changes: 0 additions & 25 deletions lib/moon/parts/modal_wizard/panel.ex

This file was deleted.

23 changes: 0 additions & 23 deletions lib/moon/parts/modal_wizard/prev_button.ex

This file was deleted.

21 changes: 0 additions & 21 deletions lib/moon/parts/modal_wizard/title.ex

This file was deleted.

64 changes: 0 additions & 64 deletions lib/moon_web/examples/parts/modal_example/modal_wizard.ex

This file was deleted.

Loading

0 comments on commit bc2d238

Please sign in to comment.