-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace packages/base & packages/drupal with mlf variant
- Loading branch information
Showing
80 changed files
with
554 additions
and
1,533 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,3 +1,3 @@ | ||
import colors from './styles/vars/colors.module.scss' | ||
import colors from './styles/colors.module.scss' | ||
|
||
export default colors |
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,12 +1,4 @@ | ||
// Theme | ||
export * from './theme/App/App' | ||
export * from './theme/BackToTop/BackToTop' | ||
export * from './theme/Layout/DefaultLayout' | ||
// Utils | ||
export * from './utils/BodyClassname/BodyClassname' | ||
export * from './utils/Form/Field' | ||
// Widgets | ||
export * from './utils/Widgets/ActionWidget' | ||
export * from './utils/Widgets/EmailWidget' | ||
export * from './utils/Widgets/TextWidget' | ||
export * from './utils/Widgets/TextareaWidget' |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
packages/base/src/components/utils/Widgets/ActionWidget.tsx
This file was deleted.
Oops, something went wrong.
58 changes: 0 additions & 58 deletions
58
packages/base/src/components/utils/Widgets/CaptchaWidget.tsx
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
packages/base/src/components/utils/Widgets/EmailWidget.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
packages/base/src/components/utils/Widgets/TextareaWidget.tsx
This file was deleted.
Oops, something went wrong.
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,17 +1,7 @@ | ||
import type { ConfigRegistry } from './types' | ||
|
||
import { validationsMapping } from './config/Validations' | ||
import { defaultWidget, widgetsMapping } from './config/Widgets' | ||
|
||
const registry: ConfigRegistry = { | ||
apiHandlers: [], | ||
validationsMapping: { | ||
...validationsMapping, | ||
}, | ||
widgets: { | ||
defaultWidget, | ||
...widgetsMapping, | ||
}, | ||
} | ||
|
||
export default registry |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.