Skip to content

Commit

Permalink
update pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
picklelo committed Mar 11, 2024
1 parent dc19208 commit 9358cb0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions reflex/components/radix/themes/components/select.pyi
Expand Up @@ -863,16 +863,12 @@ class HighLevelSelect(SelectRoot):
Literal["none", "small", "medium", "large", "full"],
]
] = None,
<<<<<<< HEAD
width: Optional[Union[Var[str], str]] = None,
position: Optional[
Union[
Var[Literal["item-aligned", "popper"]],
Literal["item-aligned", "popper"],
]
] = None,
=======
>>>>>>> 217345f6 (Remove width prop from rx.select)
size: Optional[
Union[Var[Literal["1", "2", "3"]], Literal["1", "2", "3"]]
] = None,
Expand Down Expand Up @@ -953,11 +949,7 @@ class HighLevelSelect(SelectRoot):
high_contrast: Whether to render the select with higher contrast color against background.
variant: The variant of the select.
radius: The radius of the select.
<<<<<<< HEAD
width: The width of the select.
position: The positioning mode to use. Default is "item-aligned".
=======
>>>>>>> 217345f6 (Remove width prop from rx.select)
size: The size of the select: "1" | "2" | "3"
default_value: The value of the select when initially rendered. Use when you do not need to control the state of the select.
value: The controlled value of the select. Should be used in conjunction with on_change.
Expand Down Expand Up @@ -1069,16 +1061,12 @@ class Select(ComponentNamespace):
Literal["none", "small", "medium", "large", "full"],
]
] = None,
<<<<<<< HEAD
width: Optional[Union[Var[str], str]] = None,
position: Optional[
Union[
Var[Literal["item-aligned", "popper"]],
Literal["item-aligned", "popper"],
]
] = None,
=======
>>>>>>> 217345f6 (Remove width prop from rx.select)
size: Optional[
Union[Var[Literal["1", "2", "3"]], Literal["1", "2", "3"]]
] = None,
Expand Down Expand Up @@ -1159,11 +1147,7 @@ class Select(ComponentNamespace):
high_contrast: Whether to render the select with higher contrast color against background.
variant: The variant of the select.
radius: The radius of the select.
<<<<<<< HEAD
width: The width of the select.
position: The positioning mode to use. Default is "item-aligned".
=======
>>>>>>> 217345f6 (Remove width prop from rx.select)
size: The size of the select: "1" | "2" | "3"
default_value: The value of the select when initially rendered. Use when you do not need to control the state of the select.
value: The controlled value of the select. Should be used in conjunction with on_change.
Expand Down

0 comments on commit 9358cb0

Please sign in to comment.