Skip to content

Commit ad3cffc

Browse files
authored
update radix deps to 0713 (#5335)
1 parent 45d1523 commit ad3cffc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reflex/components/radix/primitives/accordion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def _inherited_variant_selector(
5454
class AccordionComponent(RadixPrimitiveComponent):
5555
"""Base class for all @radix-ui/accordion components."""
5656

57-
library = "@radix-ui/[email protected].10"
57+
library = "@radix-ui/[email protected].11"
5858

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

reflex/components/radix/primitives/drawer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class DrawerComponent(RadixPrimitiveComponent):
2121

2222
library = "[email protected]"
2323

24-
lib_dependencies: list[str] = ["@radix-ui/[email protected].13"]
24+
lib_dependencies: list[str] = ["@radix-ui/[email protected].14"]
2525

2626

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

reflex/components/radix/primitives/form.py

Lines changed: 1 addition & 1 deletion
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/[email protected].6"
20+
library = "@radix-ui/[email protected].7"
2121

2222

2323
class FormRoot(FormComponent, HTMLForm):

0 commit comments

Comments
 (0)