Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 18:36
· 1 commit to main since this release
2acf2d4

Patch Changes

  • adds a function normalizeClasses to normalize classes when they can be a string or an object, essentially converting strings to objects (#419)

  • adds a function clsMerge for merging groups of classes without needing to do more complex property-by-property merging (#419)

  • passes the classes objects down to the TextField component from the Select and MultiSelect components (#419)

  • fixes a TypeError caused by a faulty ReturnType from entries() and removes a related @ts-expect-error (#419)