@@ -15,7 +15,7 @@ readonly: true
1515-- -
1616
1717< div>
18- < View display= " block" padding= " small medium " background= " primary" >
18+ < View display= " block" padding= " general.spaceMd general.spaceXl " background= " primary" >
1919 < Avatar name= " Arthur C. Clarke" / >
2020 < Avatar name= " James Arias" color= " accent2" / >
2121 < Avatar name= " Charles Kimball" color= " accent3" / >
@@ -24,7 +24,7 @@ readonly: true
2424 < Avatar name= " David Herbert" color= " accent6" / >
2525 < Avatar name= " Isaac Asimov" color= " accent1" / >
2626 < / View>
27- < View display= " block" padding= " small medium " background= " primary" >
27+ < View display= " block" padding= " general.spaceMd general.spaceXl " background= " primary" >
2828 < Avatar name= " Arthur C. Clarke" hasInverseColor / >
2929 < Avatar name= " James Arias" color= " accent2" hasInverseColor / >
3030 < Avatar name= " Charles Kimball" color= " accent3" hasInverseColor / >
@@ -45,7 +45,7 @@ There is a need for special, `ai avatars`. These have a specific look. You can a
4545type: example
4646readonly: true
4747-- -
48- < View display= " block" padding= " small medium " background= " primary" >
48+ < View display= " block" padding= " general.spaceMd general.spaceXl " background= " primary" >
4949 < Avatar size= " xx-small" color= " ai" name= " AI Assistant" renderIcon= {IgniteaiLogoInstUIIcon} / >
5050 < Avatar size= " x-small" color= " ai" name= " AI Assistant" renderIcon= {IgniteaiLogoInstUIIcon} / >
5151 < Avatar size= " small" color= " ai" name= " AI Assistant" renderIcon= {IgniteaiLogoInstUIIcon} / >
@@ -65,7 +65,7 @@ Lucide icons in Avatar are automatically sized and colored according to the Avat
6565type: example
6666-- -
6767< div>
68- < View display= " block" padding= " small medium " >
68+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
6969 < Avatar name= " User Avatar" size= " xx-small" renderIcon= {UserInstUIIcon} / >
7070 < Avatar name= " User Avatar" size= " x-small" renderIcon= {UserInstUIIcon} / >
7171 < Avatar name= " User Avatar" size= " small" renderIcon= {UserInstUIIcon} / >
@@ -74,12 +74,12 @@ type: example
7474 < Avatar name= " User Avatar" size= " x-large" renderIcon= {UserInstUIIcon} / >
7575 < Avatar name= " User Avatar" size= " xx-large" renderIcon= {UserInstUIIcon} / >
7676 < / View>
77- < View display= " block" padding= " small medium " >
77+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
7878 < Avatar name= " Profile" size= " small" color= " accent2" renderIcon= {< CircleUserInstUIIcon / > } / >
7979 < Avatar name= " Group" size= " medium" color= " accent3" renderIcon= {< UsersInstUIIcon / > } / >
8080 < Avatar name= " Settings" size= " large" color= " accent4" renderIcon= {< SettingsInstUIIcon / > } / >
8181 < / View>
82- < View display= " block" padding= " small medium " >
82+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
8383 < Avatar name= " Profile" size= " large" color= " accent4" renderIcon= {()=> < CircleUserInstUIIcon / > } / >
8484 < Avatar name= " Group" size= " x-large" color= " accent5" renderIcon= {()=> < UsersInstUIIcon / > } / >
8585 < Avatar name= " Settings" size= " xx-large" color= " accent6" renderIcon= {()=> < SettingsInstUIIcon / > } / >
@@ -96,7 +96,7 @@ The `size` prop allows you to select from `xx-small`, `x-small`, `small`, `mediu
9696type: example
9797-- -
9898< div>
99- < View display= " block" padding= " small medium " >
99+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
100100 < Avatar name= " Arthur C. Clarke" size= " xx-small" / >
101101 < Avatar name= " James Arias" size= " x-small" / >
102102 < Avatar name= " Charles Kimball" size= " small" / >
@@ -105,7 +105,7 @@ type: example
105105 < Avatar name= " David Herbert" size= " x-large" / >
106106 < Avatar name= " Isaac Asimov" size= " xx-large" / >
107107 < / View>
108- < View display= " block" padding= " small medium " background= " primary" >
108+ < View display= " block" padding= " general.spaceMd general.spaceXl " background= " primary" >
109109 < Avatar name= " Arthur C. Clarke" size= " xx-small" src= {avatarSquare} / >
110110 < Avatar name= " James Arias" size= " x-small" src= {avatarSquare} / >
111111 < Avatar name= " Charles Kimball" size= " small" src= {avatarSquare} / >
@@ -114,7 +114,7 @@ type: example
114114 < Avatar name= " David Herbert" size= " x-large" src= {avatarSquare} / >
115115 < Avatar name= " Isaac Asimov" size= " xx-large" src= {avatarSquare} / >
116116 < / View>
117- < View display= " block" padding= " small medium " >
117+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
118118 < Avatar name= " Arthur C. Clarke" renderIcon= {UsersInstUIIcon} size= " xx-small" / >
119119 < Avatar name= " James Arias" renderIcon= {UsersInstUIIcon} size= " x-small" / >
120120 < Avatar name= " Charles Kimball" renderIcon= {UsersInstUIIcon} size= " small" / >
@@ -135,7 +135,7 @@ The color of the initials and icons can be set with the `color` prop, and it all
135135type: example
136136-- -
137137< div>
138- < View display= " block" padding= " small medium " >
138+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
139139 < Avatar name= " Arthur C. Clarke" / >
140140 < Avatar name= " James Arias" color= " accent2" / >
141141 < Avatar name= " Charles Kimball" color= " accent3" / >
@@ -144,7 +144,7 @@ type: example
144144 < Avatar name= " David Herbert" color= " accent6" / >
145145 < Avatar name= " Isaac Asimov" color= " accent1" / >
146146 < / View>
147- < View display= " block" padding= " small medium " >
147+ < View display= " block" padding= " general.spaceMd general.spaceXl " >
148148 < Avatar renderIcon= {UsersInstUIIcon} name= " Arthur C. Clarke" / >
149149 < Avatar renderIcon= {UsersInstUIIcon} name= " James Arias" color= " accent2" / >
150150 < Avatar renderIcon= {UsersInstUIIcon} name= " Charles Kimball" color= " accent3" / >
@@ -165,7 +165,7 @@ Inverted Avatars have **no border**.
165165type: example
166166-- -
167167< div>
168- < View display= " block" padding= " small medium " background= " primary" >
168+ < View display= " block" padding= " general.spaceMd general.spaceXl " background= " primary" >
169169 < Avatar name= " Arthur C. Clarke" hasInverseColor / >
170170 < Avatar name= " James Arias" color= " accent2" hasInverseColor / >
171171 < Avatar name= " Charles Kimball" color= " accent3" hasInverseColor / >
@@ -174,7 +174,7 @@ type: example
174174 < Avatar name= " David Herbert" color= " accent6" hasInverseColor / >
175175 < Avatar name= " Isaac Asimov" color= " accent1" hasInverseColor / >
176176 < / View>
177- < View display= " block" padding= " small medium " background= " primary" >
177+ < View display= " block" padding= " general.spaceMd general.spaceXl " background= " primary" >
178178 < Avatar renderIcon= {UsersInstUIIcon} name= " Arthur C. Clarke" hasInverseColor / >
179179 < Avatar renderIcon= {UsersInstUIIcon} name= " James Arias" color= " accent2" hasInverseColor / >
180180 < Avatar renderIcon= {UsersInstUIIcon} name= " Charles Kimball" color= " accent3" hasInverseColor / >
0 commit comments