Skip to content

Commit 5ea4c27

Browse files
authored
086dev (#5667)
1 parent c55d760 commit 5ea4c27

File tree

5 files changed

+205
-203
lines changed

5 files changed

+205
-203
lines changed

pyi_hashes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"reflex/components/el/elements/tables.pyi": "e3f299e59bb8ff87aa949c6b606551c9",
4141
"reflex/components/el/elements/typography.pyi": "b4ec4ffb448f7a9b5f94712404448d9e",
4242
"reflex/components/gridjs/datatable.pyi": "98a7e1b3f3b60cafcdfcd8879750ee42",
43-
"reflex/components/lucide/icon.pyi": "b69b861d50bbaecf0e0fde600192ed18",
43+
"reflex/components/lucide/icon.pyi": "eb7929c0d708ddbbe8ed4849cd4aa5ce",
4444
"reflex/components/markdown/markdown.pyi": "2f84254a548e908020949564fc289339",
4545
"reflex/components/moment/moment.pyi": "93fa4c6009390fe9400197ab52735b84",
4646
"reflex/components/plotly/plotly.pyi": "4311a0aae2abcc9226abb6a273f96372",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "reflex"
3-
version = "0.8.5dev1"
3+
version = "0.8.6dev1"
44
description = "Web apps in pure Python."
55
license.text = "Apache-2.0"
66
authors = [
@@ -227,7 +227,7 @@ fail_fast = true
227227

228228
[[tool.pre-commit.repos]]
229229
repo = "https://github.com/astral-sh/ruff-pre-commit"
230-
rev = "v0.12.5"
230+
rev = "v0.12.7"
231231
hooks = [
232232
{ id = "ruff-format", args = [
233233
"reflex",

reflex/components/lucide/icon.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from reflex.vars.base import LiteralVar, Var
77
from reflex.vars.sequence import LiteralStringVar, StringVar
88

9-
LUCIDE_LIBRARY = "lucide-react@0.534.0"
9+
LUCIDE_LIBRARY = "lucide-react@0.536.0"
1010

1111

1212
class LucideIconComponent(Component):
@@ -875,6 +875,7 @@ def _get_imports(self):
875875
"hamburger",
876876
"hammer",
877877
"hand_coins",
878+
"hand_fist",
878879
"hand_heart",
879880
"hand_helping",
880881
"hand_metal",
@@ -1645,6 +1646,7 @@ def _get_imports(self):
16451646
"truck_electric",
16461647
"truck",
16471648
"turkish_lira",
1649+
"turntable",
16481650
"turtle",
16491651
"tv_2",
16501652
"tv_minimal_play",

reflex/components/sonner/toast.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def dict(self, *args: Any, **kwargs: Any) -> dict[str, Any]:
171171
class Toaster(Component):
172172
"""A Toaster Component for displaying toast notifications."""
173173

174-
library: str | None = "[email protected].6"
174+
library: str | None = "[email protected].7"
175175

176176
tag = "Toaster"
177177

0 commit comments

Comments
 (0)