Skip to content

Commit

Permalink
mui-material.version=5.15.20
Browse files Browse the repository at this point in the history
mui-icons-material.version=5.15.20
mui-base.version=5.0.0-beta.49
mui-system.version=5.15.20
  • Loading branch information
aerialist7 committed Jun 20, 2024
1 parent 4eef559 commit 4b9bdff
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 52 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ kotlin-wrappers.version=1.0.0-pre.760
kfc.version=8.2.0
seskar.version=3.0.0
# MUI Deps
mui-material.version=5.15.19
mui-icons-material.version=5.15.19
mui-base.version=5.0.0-beta.47
mui-system.version=5.15.15
mui-material.version=5.15.20
mui-icons-material.version=5.15.20
mui-base.version=5.0.0-beta.49
mui-system.version=5.15.20
mui-lab.version=5.0.0-alpha.170
mui-x-date-pickers.version=5.0.20
mui-x-tree-view.version=7.6.2
Expand Down
2 changes: 1 addition & 1 deletion mui-kotlin/src/jsMain/kotlin/mui/material/Tab.classes.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sealed external interface TabClasses {
/** Styles applied to the root element if `wrapped={true}`. */
val wrapped: ClassName

/** Styles applied to the wrapper element of `icon` if `icon` is provided. */
/** Styles applied to the `icon` HTML element if both `icon` and `label` are provided. */
val iconWrapper: ClassName
}

Expand Down
100 changes: 53 additions & 47 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 4b9bdff

Please sign in to comment.