Skip to content

Commit 825f176

Browse files
author
castastrophe
committed
feat(buttongroup): add justify-content support
1 parent 264afeb commit 825f176

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

components/buttongroup/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ governing permissions and limitations under the License.
3939
display: flex;
4040
flex-wrap: wrap;
4141
gap: var(--mod-buttongroup-spacing-horizontal, var(--spectrum-buttongroup-spacing-horizontal));
42+
justify-content: var(--mod-buttongroup-justify-content, normal);
4243

4344
.spectrum-ButtonGroup-item {
4445
flex-shrink: 0;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
| Modifiable Custom Properties |
22
| -------------------------------------- |
3+
| `--mod-buttongroup-justify-content` |
34
| `--mod-buttongroup-spacing-horizontal` |
45
| `--mod-buttongroup-spacing-vertical` |

components/buttongroup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spectrum-css/buttongroup",
3-
"version": "6.0.63",
3+
"version": "6.1.0-alpha.0",
44
"description": "The Spectrum CSS buttongroup component",
55
"license": "Apache-2.0",
66
"author": "Adobe",

0 commit comments

Comments
 (0)