File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dialog-manager" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"authors" : [
5
5
6
6
],
30
30
" tests"
31
31
],
32
32
"dependencies" : {
33
- "polymer" : " Polymer/polymer#~ 1.0.6" ,
34
- "paper-dialog" : " PolymerElements/paper-dialog#~ 1.0.0" ,
35
- "paper-button" : " PolymerElements/paper-button#~ 1.0.2" ,
36
- "paper-spinner" : " PolymerElements/paper-spinner#~ 1.0.1"
33
+ "polymer" : " Polymer/polymer#<2.0 >= 1.0.6" ,
34
+ "paper-dialog" : " PolymerElements/paper-dialog#<2.0 >= 1.0.0" ,
35
+ "paper-button" : " PolymerElements/paper-button#<2.0 >= 1.0.2" ,
36
+ "paper-spinner" : " PolymerElements/paper-spinner#<2.0 >= 1.0.1"
37
37
},
38
38
"repository" : {
39
39
"type" : " git" ,
Original file line number Diff line number Diff line change 79
79
( this . _body ? ( '<p>' + this . _body + '</p>' ) : '' ) +
80
80
( this . _spinner ? ( '<paper-spinner active></paper-spinner>' ) : '' ) +
81
81
( ( this . _confirm || this . _dismiss ) ? (
82
- '<div class="buttons">' +
82
+ '<div class="buttons custom ">' +
83
83
( this . _dismiss ? ( '<paper-button dialog-dismiss ' + ( this . _autoFocus == this . _dismiss ?'autofocus' :'' ) + '>' + this . _dismiss + '</paper-button>' ) : '' ) +
84
84
( this . _confirm ? ( '<paper-button dialog-confirm ' + ( this . _autoFocus == this . _confirm ?'autofocus' :'' ) + '>' + this . _confirm + '</paper-button>' ) : '' ) +
85
85
'</div>'
You can’t perform that action at this time.
0 commit comments