File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ governing permissions and limitations under the License.
39
39
display : flex;
40
40
flex-wrap : wrap;
41
41
gap : var (--mod-buttongroup-spacing-horizontal , var (--spectrum-buttongroup-spacing-horizontal ));
42
+ justify-content : var (--mod-buttongroup-justify-content , normal);
42
43
43
44
.spectrum-ButtonGroup-item {
44
45
flex-shrink : 0 ;
Original file line number Diff line number Diff line change 1
1
| Modifiable Custom Properties |
2
2
| -------------------------------------- |
3
+ | ` --mod-buttongroup-justify-content ` |
3
4
| ` --mod-buttongroup-spacing-horizontal ` |
4
5
| ` --mod-buttongroup-spacing-vertical ` |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @spectrum-css/buttongroup" ,
3
- "version" : " 6.0.63 " ,
3
+ "version" : " 6.1.0-alpha.0 " ,
4
4
"description" : " The Spectrum CSS buttongroup component" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Adobe" ,
You can’t perform that action at this time.
0 commit comments