Skip to content

Commit

Permalink
mui-material.version=5.15.18
Browse files Browse the repository at this point in the history
mui-icons-material.version=5.15.18
mui-base.version=5.0.0-beta.45
  • Loading branch information
aerialist7 committed May 20, 2024
1 parent 882281c commit ed54a12
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 28 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kotlin-wrappers.version=1.0.0-pre.748
kfc.version=7.62.0
seskar.version=2.66.0
# MUI Deps
mui-material.version=5.15.17
mui-icons-material.version=5.15.17
mui-base.version=5.0.0-beta.44
mui-material.version=5.15.18
mui-icons-material.version=5.15.18
mui-base.version=5.0.0-beta.45
mui-system.version=5.15.15
mui-lab.version=5.0.0-alpha.170
mui-x-date-pickers.version=5.0.20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ sealed external interface ToggleButtonGroupClasses {
/** Styles applied to the root element. */
val root: ClassName

/** State class applied to the root element if `selected={true}`. */
val selected: ClassName

/** Styles applied to the root element if `orientation="horizontal"`. */
val horizontal: ClassName

/** Styles applied to the root element if `orientation="vertical"`. */
val vertical: ClassName

Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ed54a12

Please sign in to comment.