File tree Expand file tree Collapse file tree 2 files changed +20
-5
lines changed
packages/components/bolt-interactive-step Expand file tree Collapse file tree 2 files changed +20
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ polyfillLoader.then(res => {
17
17
/* webpackMode: 'eager', webpackChunkName: 'bolt-status-dialogue-bar' */ './src/status-dialogue-bar'
18
18
) ;
19
19
import (
20
- /* webpackMode: 'eager', webpackChunkName: 'bolt-icon-group' */ './src/icon-group'
21
- ) ;
20
+ /* webpackMode: 'eager', webpackChunkName: 'bolt-icon-group' */ './src/icon-group'
21
+ ) ;
22
22
} ) ;
Original file line number Diff line number Diff line change @@ -63,9 +63,24 @@ class BoltIconGroup extends withLitHtml() {
63
63
${ this . addStyles ( [ styles ] ) }
64
64
< div class ="${ classes } " is ="shadow-root ">
65
65
< bolt-stack >
66
- < bolt-icon background ="circle " size ="xlarge " name ="${ iconOneName } " style ="${ iconStyles } "> </ bolt-icon >
67
- < bolt-icon background ="circle " size ="xlarge " name ="${ iconTwoName } " style ="${ iconStyles } "> </ bolt-icon >
68
- < bolt-icon background ="circle " size ="xlarge " name ="${ iconThreeName } " style ="${ iconStyles } "> </ bolt-icon >
66
+ < bolt-icon
67
+ background ="circle "
68
+ size ="xlarge "
69
+ name ="${ iconOneName } "
70
+ style ="${ iconStyles } "
71
+ > </ bolt-icon >
72
+ < bolt-icon
73
+ background ="circle "
74
+ size ="xlarge "
75
+ name ="${ iconTwoName } "
76
+ style ="${ iconStyles } "
77
+ > </ bolt-icon >
78
+ < bolt-icon
79
+ background ="circle "
80
+ size ="xlarge "
81
+ name ="${ iconThreeName } "
82
+ style ="${ iconStyles } "
83
+ > </ bolt-icon >
69
84
</ bolt-stack >
70
85
</ div >
71
86
` ;
You can’t perform that action at this time.
0 commit comments