@@ -133,6 +133,64 @@ const sections = getSections({
133133 </section.component >
134134 </ComponentWrapper >
135135
136+ <ComponentWrapper title = " Rounded + small success" >
137+ <section.component theme = " success" rounded = { true } small = { true } >
138+ Success
139+ </section.component >
140+ </ComponentWrapper >
141+
142+ <ComponentWrapper title = " Rounded + small warning" >
143+ <section.component theme = " warning" rounded = { true } small = { true } >
144+ Warning
145+ </section.component >
146+ </ComponentWrapper >
147+
148+ <ComponentWrapper title = " Rounded + small alert" >
149+ <section.component theme = " alert" rounded = { true } small = { true } >
150+ Alert
151+ </section.component >
152+ </ComponentWrapper >
153+
154+ <ComponentWrapper title = " Transparent" >
155+ <section.component transparent = { true } >
156+ Transparent
157+ </section.component >
158+ </ComponentWrapper >
159+
160+ <ComponentWrapper title = " Transparent secondary" >
161+ <section.component theme = " secondary" transparent = { true } >
162+ Secondary
163+ </section.component >
164+ </ComponentWrapper >
165+
166+ <ComponentWrapper title = " Transparent info" >
167+ <section.component theme = " info" transparent = { true } >
168+ <Icon type = " info" size = { 14 } />
169+ Info
170+ </section.component >
171+ </ComponentWrapper >
172+
173+ <ComponentWrapper title = " Transparent success" >
174+ <section.component theme = " success" transparent = { true } >
175+ <Icon type = " circle-check" size = { 14 } />
176+ Success
177+ </section.component >
178+ </ComponentWrapper >
179+
180+ <ComponentWrapper title = " Transparent warning" >
181+ <section.component theme = " warning" transparent = { true } >
182+ <Icon type = " warning" size = { 14 } />
183+ Warning
184+ </section.component >
185+ </ComponentWrapper >
186+
187+ <ComponentWrapper title = " Transparent alert" >
188+ <section.component theme = " alert" transparent = { true } >
189+ <Icon type = " alert" size = { 14 } />
190+ Alert
191+ </section.component >
192+ </ComponentWrapper >
193+
136194 <ComponentWrapper title = " Chips (removable badge)" >
137195 <section.component
138196 theme = " outline"
0 commit comments