|
@@ -110,7 +110,7 @@ class RadixLoadingProp(Component):
|
|
|
class RadixThemesComponent(Component):
|
|
|
"""Base class for all @radix-ui/themes components."""
|
|
|
|
|
|
- library = "@radix-ui/themes@^3.0.0"
|
|
|
+ library = "@radix-ui/themes@^3.2.1"
|
|
|
|
|
|
# "Fake" prop color_scheme is used to avoid shadowing CSS prop "color".
|
|
|
_rename_props: dict[str, str] = {"colorScheme": "color"}
|