-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Dialog to use latest themeable mixin #15
Conversation
Codecov Report@@ Coverage Diff @@
## master #15 +/- ##
======================================
- Coverage 100% 0% -100%
======================================
Files 2 2
Lines 26 28 +2
Branches 13 14 +1
======================================
- Hits 26 0 -26
- Misses 0 28 +28
Continue to review full report at Codecov.
|
export const close: string; | ||
export default { | ||
classes: { | ||
main: 'main', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this generated using grunt-dojo2? I'm confused by this. It's in a .d.ts
file, but is an actual module. It also doesn't look like the module maps generated class names? I'm probably missing something.
Have this been superseded by #19? |
Closing as has been superseded by #18 |
Type: feature
The following has been addressed in the PR:
Description:
Example of using the new
themeable
implementation.Depends upon:
Needs
widget-core
dependency updating to latest version