Skip to content

Commit

Permalink
update enum
Browse files Browse the repository at this point in the history
  • Loading branch information
ruggi committed Oct 17, 2024
1 parent 8b6c137 commit 82c9423
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utopia-api/src/layout/flex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export enum FlexJustifyContent {
SpaceAround = 'space-around',
SpaceBetween = 'space-between',
SpaceEvenly = 'space-evenly',
Stretch = 'stretch',
}

export const AllFlexJustifyContents: Array<FlexJustifyContent> = [
Expand All @@ -224,6 +225,7 @@ export const AllFlexJustifyContents: Array<FlexJustifyContent> = [
FlexJustifyContent.SpaceAround,
FlexJustifyContent.SpaceBetween,
FlexJustifyContent.SpaceEvenly,
FlexJustifyContent.Stretch,
]

export enum FlexDirection {
Expand Down

0 comments on commit 82c9423

Please sign in to comment.