Skip to content

Commit 3905df5

Browse files
adhami3310masenf
andauthored
update all radix deps (#4886)
Co-authored-by: Masen Furer <[email protected]>
1 parent b5e5ec0 commit 3905df5

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

reflex/components/radix/primitives/accordion.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _inherited_variant_selector(
5353
class AccordionComponent(RadixPrimitiveComponent):
5454
"""Base class for all @radix-ui/accordion components."""
5555

56-
library = "@radix-ui/react-accordion@^1.1.2"
56+
library = "@radix-ui/react-accordion@^1.2.3"
5757

5858
# The color scheme of the component.
5959
color_scheme: Var[LiteralAccentColor]

reflex/components/radix/primitives/drawer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class DrawerComponent(RadixPrimitiveComponent):
2020

2121
library = "vaul"
2222

23-
lib_dependencies: list[str] = ["@radix-ui/react-dialog@^1.0.5"]
23+
lib_dependencies: list[str] = ["@radix-ui/react-dialog@^1.1.6"]
2424

2525

2626
LiteralDirectionType = Literal["top", "bottom", "left", "right"]

reflex/components/radix/primitives/form.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
class FormComponent(RadixPrimitiveComponentWithClassName):
1818
"""Base class for all @radix-ui/react-form components."""
1919

20-
library = "@radix-ui/react-form@^0.1.0"
20+
library = "@radix-ui/react-form@^0.1.2"
2121

2222

2323
class FormRoot(FormComponent, HTMLForm):

reflex/components/radix/primitives/progress.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class ProgressComponent(RadixPrimitiveComponentWithClassName):
1616
"""A Progress component."""
1717

18-
library = "@radix-ui/react-progress@^1.0.3"
18+
library = "@radix-ui/react-progress@^1.1.2"
1919

2020

2121
class ProgressRoot(ProgressComponent):

reflex/components/radix/primitives/slider.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class SliderComponent(RadixPrimitiveComponentWithClassName):
1717
"""Base class for all @radix-ui/react-slider components."""
1818

19-
library = "@radix-ui/react-slider@^1.1.2"
19+
library = "@radix-ui/react-slider@^1.2.3"
2020

2121

2222
def on_value_event_spec(

reflex/components/radix/themes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ class RadixLoadingProp(Component):
110110
class RadixThemesComponent(Component):
111111
"""Base class for all @radix-ui/themes components."""
112112

113-
library = "@radix-ui/themes@^3.0.0"
113+
library = "@radix-ui/themes@^3.2.1"
114114

115115
# "Fake" prop color_scheme is used to avoid shadowing CSS prop "color".
116116
_rename_props: dict[str, str] = {"colorScheme": "color"}

0 commit comments

Comments
 (0)