@@ -22,7 +22,7 @@ const Template: Story = props => html`
22
22
?selectOnly =${ props . selectOnly }
23
23
?error=${ props . error }
24
24
?disabled=${ props . disabled } >
25
- < uui-tag size ="s " slot ="tag " look ="positive "> Published</ uui-tag >
25
+ < uui-tag size ="s " slot ="tag " color ="positive "> Published</ uui-tag >
26
26
< uui-action-bar slot ="actions "
27
27
> < uui-button > < uui-icon name ="delete "> </ uui-icon > </ uui-button
28
28
> </ uui-action-bar >
@@ -42,7 +42,7 @@ AAAOverview.parameters = {
42
42
<uui-ref-node
43
43
name="Rabbit Suit Product Page"
44
44
detail="path/to/nowhere">
45
- <uui-tag size="s" slot="tag" look ="positive">Published</uui-tag>
45
+ <uui-tag size="s" slot="tag" color ="positive" >Published</uui-tag>
46
46
<uui-action-bar slot="actions"
47
47
><uui-button><uui-icon name="delete"></uui-icon></uui-button
48
48
></uui-action-bar>
@@ -82,7 +82,7 @@ CustomIcon.parameters = {
82
82
83
83
export const Border : Story = ( ) => html `
84
84
< uui-ref-node border name ="Rabbit Suit Product Page " detail ="path/to/nowhere ">
85
- < uui-tag size ="s " slot ="tag " look ="positive "> Published</ uui-tag >
85
+ < uui-tag size ="s " slot ="tag " color ="positive "> Published</ uui-tag >
86
86
< uui-action-bar slot ="actions ">
87
87
< uui-button type ="button " label ="Delete "
88
88
> < uui-icon name ="delete "> </ uui-icon
@@ -99,7 +99,7 @@ Border.parameters = {
99
99
border
100
100
name="Rabbit Suit Product Page"
101
101
detail="path/to/nowhere">
102
- <uui-tag size="s" slot="tag" look ="positive">Published</uui-tag>
102
+ <uui-tag size="s" slot="tag" color ="positive" >Published</uui-tag>
103
103
<uui-action-bar slot="actions">
104
104
<uui-button type="button" label="Delete"><uui-icon name="delete"></uui-icon></uui-button>
105
105
</uui-action-bar>
@@ -114,7 +114,7 @@ export const Selectable: Story = props => html`
114
114
?selectable ="${ props . selectable } "
115
115
name ="Rabbit Suit Product Page "
116
116
detail ="path/to/nowhere ">
117
- < uui-tag size ="s " slot ="tag " look ="positive "> Published</ uui-tag >
117
+ < uui-tag size ="s " slot ="tag " color ="positive "> Published</ uui-tag >
118
118
< uui-action-bar slot ="actions ">
119
119
< uui-button type ="button " label ="Delete "
120
120
> < uui-icon name ="delete "> </ uui-icon
@@ -135,7 +135,7 @@ Selectable.parameters = {
135
135
selectable
136
136
name="Rabbit Suit Product Page"
137
137
detail="path/to/nowhere">
138
- <uui-tag size="s" slot="tag" look ="positive">Published</uui-tag>
138
+ <uui-tag size="s" slot="tag" color ="positive" >Published</uui-tag>
139
139
<uui-action-bar slot="actions">
140
140
<uui-button type="button" label="Delete"><uui-icon name="delete"></uui-icon></uui-button>
141
141
</uui-action-bar>
@@ -150,7 +150,7 @@ export const Disabled: Story = props => html`
150
150
?disabled ="${ props . disabled } "
151
151
name ="Rabbit Suit Product Page "
152
152
detail ="path/to/nowhere ">
153
- < uui-tag size ="s " slot ="tag " look ="positive "> Published</ uui-tag >
153
+ < uui-tag size ="s " slot ="tag " color ="positive "> Published</ uui-tag >
154
154
< uui-action-bar slot ="actions ">
155
155
< uui-button type ="button " label ="Delete "
156
156
> < uui-icon name ="delete "> </ uui-icon
@@ -171,7 +171,7 @@ Disabled.parameters = {
171
171
disabled
172
172
name="Rabbit Suit Product Page"
173
173
detail="path/to/nowhere">
174
- <uui-tag size="s" slot="tag" look ="positive">Published</uui-tag>
174
+ <uui-tag size="s" slot="tag" color ="positive" >Published</uui-tag>
175
175
<uui-action-bar slot="actions">
176
176
<uui-button type="button" label="Delete"><uui-icon name="delete"></uui-icon></uui-button>
177
177
</uui-action-bar>
@@ -186,7 +186,7 @@ export const Listed: Story = () => html`
186
186
< uui-ref-list >
187
187
${ listOfNodeNames . map (
188
188
name => html `< uui-ref-node name =${ name } detail ="path/to/nowhere">
189
- < uui-tag size ="s " slot ="tag " look ="positive "> Published</ uui-tag >
189
+ < uui-tag size ="s " slot ="tag " color ="positive "> Published</ uui-tag >
190
190
< uui-action-bar slot ="actions ">
191
191
< uui-button type ="button " label ="Delete "
192
192
> < uui-icon name ="delete "> </ uui-icon
@@ -204,14 +204,14 @@ Listed.parameters = {
204
204
<uui-ref-list>
205
205
206
206
<uui-ref-node name="Node 1" detail="path/to/nowhere">
207
- <uui-tag size="s" slot="tag" look ="positive">Published</uui-tag>
207
+ <uui-tag size="s" slot="tag" color ="positive" >Published</uui-tag>
208
208
<uui-action-bar slot="actions">
209
209
<uui-button type="button" label="Delete"><uui-icon name="delete"></uui-icon></uui-button>
210
210
</uui-action-bar>
211
211
</uui-ref-node>
212
212
213
213
<uui-ref-node name="Node 2" detail="path/to/nowhere">
214
- <uui-tag size="s" slot="tag" look ="positive">Published</uui-tag>
214
+ <uui-tag size="s" slot="tag" color ="positive" >Published</uui-tag>
215
215
<uui-action-bar slot="actions">
216
216
<uui-button type="button" label="Delete"><uui-icon name="delete"></uui-icon></uui-button>
217
217
</uui-action-bar>
0 commit comments