reflex 0.7.9a2__tar.gz → 0.7.9.post1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/PKG-INFO +1 -1
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/pyproject.toml +1 -1
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/upload.pyi +7 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/audio.pyi +0 -4
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/react_player.pyi +0 -4
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/video.pyi +0 -4
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/reflex.py +1 -1
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/state.py +27 -6
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/.gitignore +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/LICENSE +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/README.md +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/hatch_build.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/macros.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/tailwind.config.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/components/shiki/code.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/styles/tailwind.css +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/helpers/paste.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/__main__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/admin.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/app.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/app_mixins/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/app_mixins/lifespan.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/app_mixins/middleware.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/app_mixins/mixin.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/assets.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/compiler/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/compiler/compiler.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/compiler/templates.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/compiler/utils.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/bare.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/body.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/body.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/document.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/document.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/error_boundary.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/error_boundary.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/fragment.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/head.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/head.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/link.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/link.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/meta.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/script.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/script.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/strict_mode.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/base/strict_mode.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/component.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/auto_scroll.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/auto_scroll.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/banner.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/breakpoints.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/clipboard.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/clipboard.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/colors.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/cond.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/debounce.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/foreach.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/html.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/html.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/match.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/responsive.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/sticky.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/sticky.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/core/upload.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/shiki_code_block.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/datadisplay/shiki_code_block.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/dynamic.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/element.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/element.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/literals.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/moment/moment.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/base.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/image.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/image.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/link.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/link.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/video.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/next/video.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/props.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/react_player/video.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/__init__.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/general.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/sonner/toast.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/tags/tag.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/config.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/colors.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/compiler.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/config.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/custom_components.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/event.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/installer.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/route.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/state.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/style.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/constants/utils.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/event.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/experimental/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/experimental/client_state.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/experimental/hooks.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/experimental/layout.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/experimental/layout.pyi +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/istate/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/istate/data.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/istate/dynamic.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/istate/proxy.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/istate/storage.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/istate/wrappers.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/middleware/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/middleware/middleware.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/model.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/page.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/py.typed +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/route.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/style.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/testing.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/build.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/codespaces.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/compat.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/console.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/decorator.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/exceptions.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/exec.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/export.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/format.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/imports.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/lazy_loader.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/misc.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/net.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/path_ops.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/prerequisites.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/processes.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/redir.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/registry.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/serializers.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/telemetry.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/utils/types.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/__init__.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/base.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/datetime.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/dep_tracking.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/function.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/number.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/object.py +0 -0
- {reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/vars/sequence.py +0 -0
|
@@ -12,6 +12,7 @@ from reflex.components.component import Component, ComponentNamespace, Memoizati
|
|
|
12
12
|
from reflex.components.core.breakpoints import Breakpoints
|
|
13
13
|
from reflex.constants import Dirs
|
|
14
14
|
from reflex.event import CallableEventSpec, EventSpec, EventType
|
|
15
|
+
from reflex.style import Style
|
|
15
16
|
from reflex.utils.imports import ImportVar
|
|
16
17
|
from reflex.vars import VarData
|
|
17
18
|
from reflex.vars.base import Var
|
|
@@ -157,6 +158,7 @@ class Upload(MemoizationLeaf):
|
|
|
157
158
|
no_click: Var[bool] | bool | None = None,
|
|
158
159
|
no_drag: Var[bool] | bool | None = None,
|
|
159
160
|
no_keyboard: Var[bool] | bool | None = None,
|
|
161
|
+
drag_active_style: Style | None = None,
|
|
160
162
|
style: Sequence[Mapping[str, Any]]
|
|
161
163
|
| Mapping[str, Any]
|
|
162
164
|
| Var[Mapping[str, Any]]
|
|
@@ -199,6 +201,7 @@ class Upload(MemoizationLeaf):
|
|
|
199
201
|
no_drag: Whether to disable drag and drop.
|
|
200
202
|
no_keyboard: Whether to disable using the space/enter keys to upload.
|
|
201
203
|
on_drop: Fired when files are dropped.
|
|
204
|
+
drag_active_style: Style rules to apply when actively dragging.
|
|
202
205
|
style: The style of the component.
|
|
203
206
|
key: A unique key for the component.
|
|
204
207
|
id: The id for the component.
|
|
@@ -227,6 +230,7 @@ class StyledUpload(Upload):
|
|
|
227
230
|
no_click: Var[bool] | bool | None = None,
|
|
228
231
|
no_drag: Var[bool] | bool | None = None,
|
|
229
232
|
no_keyboard: Var[bool] | bool | None = None,
|
|
233
|
+
drag_active_style: Style | None = None,
|
|
230
234
|
style: Sequence[Mapping[str, Any]]
|
|
231
235
|
| Mapping[str, Any]
|
|
232
236
|
| Var[Mapping[str, Any]]
|
|
@@ -269,6 +273,7 @@ class StyledUpload(Upload):
|
|
|
269
273
|
no_drag: Whether to disable drag and drop.
|
|
270
274
|
no_keyboard: Whether to disable using the space/enter keys to upload.
|
|
271
275
|
on_drop: Fired when files are dropped.
|
|
276
|
+
drag_active_style: Style rules to apply when actively dragging.
|
|
272
277
|
style: The style of the component.
|
|
273
278
|
key: A unique key for the component.
|
|
274
279
|
id: The id for the component.
|
|
@@ -297,6 +302,7 @@ class UploadNamespace(ComponentNamespace):
|
|
|
297
302
|
no_click: Var[bool] | bool | None = None,
|
|
298
303
|
no_drag: Var[bool] | bool | None = None,
|
|
299
304
|
no_keyboard: Var[bool] | bool | None = None,
|
|
305
|
+
drag_active_style: Style | None = None,
|
|
300
306
|
style: Sequence[Mapping[str, Any]]
|
|
301
307
|
| Mapping[str, Any]
|
|
302
308
|
| Var[Mapping[str, Any]]
|
|
@@ -339,6 +345,7 @@ class UploadNamespace(ComponentNamespace):
|
|
|
339
345
|
no_drag: Whether to disable drag and drop.
|
|
340
346
|
no_keyboard: Whether to disable using the space/enter keys to upload.
|
|
341
347
|
on_drop: Fired when files are dropped.
|
|
348
|
+
drag_active_style: Style rules to apply when actively dragging.
|
|
342
349
|
style: The style of the component.
|
|
343
350
|
key: A unique key for the component.
|
|
344
351
|
id: The id for the component.
|
|
@@ -27,8 +27,6 @@ class Audio(ReactPlayer):
|
|
|
27
27
|
light: Var[bool] | bool | None = None,
|
|
28
28
|
volume: Var[float] | float | None = None,
|
|
29
29
|
muted: Var[bool] | bool | None = None,
|
|
30
|
-
width: Var[str] | str | None = None,
|
|
31
|
-
height: Var[str] | str | None = None,
|
|
32
30
|
style: Sequence[Mapping[str, Any]]
|
|
33
31
|
| Mapping[str, Any]
|
|
34
32
|
| Var[Mapping[str, Any]]
|
|
@@ -83,8 +81,6 @@ class Audio(ReactPlayer):
|
|
|
83
81
|
light: Set to true to show just the video thumbnail, which loads the full player on click
|
|
84
82
|
volume: Set the volume of the player, between 0 and 1
|
|
85
83
|
muted: Mutes the player
|
|
86
|
-
width: Set the width of the player: ex:640px
|
|
87
|
-
height: Set the height of the player: ex:640px
|
|
88
84
|
on_ready: Called when media is loaded and ready to play. If playing is set to true, media will play immediately.
|
|
89
85
|
on_start: Called when media starts playing.
|
|
90
86
|
on_play: Called when media starts or resumes playing after pausing or buffering.
|
|
@@ -30,8 +30,6 @@ class ReactPlayer(NoSSRComponent):
|
|
|
30
30
|
light: Var[bool] | bool | None = None,
|
|
31
31
|
volume: Var[float] | float | None = None,
|
|
32
32
|
muted: Var[bool] | bool | None = None,
|
|
33
|
-
width: Var[str] | str | None = None,
|
|
34
|
-
height: Var[str] | str | None = None,
|
|
35
33
|
style: Sequence[Mapping[str, Any]]
|
|
36
34
|
| Mapping[str, Any]
|
|
37
35
|
| Var[Mapping[str, Any]]
|
|
@@ -86,8 +84,6 @@ class ReactPlayer(NoSSRComponent):
|
|
|
86
84
|
light: Set to true to show just the video thumbnail, which loads the full player on click
|
|
87
85
|
volume: Set the volume of the player, between 0 and 1
|
|
88
86
|
muted: Mutes the player
|
|
89
|
-
width: Set the width of the player: ex:640px
|
|
90
|
-
height: Set the height of the player: ex:640px
|
|
91
87
|
on_ready: Called when media is loaded and ready to play. If playing is set to true, media will play immediately.
|
|
92
88
|
on_start: Called when media starts playing.
|
|
93
89
|
on_play: Called when media starts or resumes playing after pausing or buffering.
|
|
@@ -27,8 +27,6 @@ class Video(ReactPlayer):
|
|
|
27
27
|
light: Var[bool] | bool | None = None,
|
|
28
28
|
volume: Var[float] | float | None = None,
|
|
29
29
|
muted: Var[bool] | bool | None = None,
|
|
30
|
-
width: Var[str] | str | None = None,
|
|
31
|
-
height: Var[str] | str | None = None,
|
|
32
30
|
style: Sequence[Mapping[str, Any]]
|
|
33
31
|
| Mapping[str, Any]
|
|
34
32
|
| Var[Mapping[str, Any]]
|
|
@@ -83,8 +81,6 @@ class Video(ReactPlayer):
|
|
|
83
81
|
light: Set to true to show just the video thumbnail, which loads the full player on click
|
|
84
82
|
volume: Set the volume of the player, between 0 and 1
|
|
85
83
|
muted: Mutes the player
|
|
86
|
-
width: Set the width of the player: ex:640px
|
|
87
|
-
height: Set the height of the player: ex:640px
|
|
88
84
|
on_ready: Called when media is loaded and ready to play. If playing is set to true, media will play immediately.
|
|
89
85
|
on_start: Called when media starts playing.
|
|
90
86
|
on_play: Called when media starts or resumes playing after pausing or buffering.
|
|
@@ -712,7 +712,7 @@ def _convert_reflex_loglevel_to_reflex_cli_loglevel(
|
|
|
712
712
|
return HostingLogLevel.INFO
|
|
713
713
|
|
|
714
714
|
|
|
715
|
-
if find_spec("typer"):
|
|
715
|
+
if find_spec("typer") and find_spec("typer.main"):
|
|
716
716
|
import typer # pyright: ignore[reportMissingImports]
|
|
717
717
|
|
|
718
718
|
if isinstance(hosting_cli, typer.Typer):
|
|
@@ -1398,6 +1398,29 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|
|
1398
1398
|
for substate in self.substates.values():
|
|
1399
1399
|
substate.reset()
|
|
1400
1400
|
|
|
1401
|
+
@classmethod
|
|
1402
|
+
@functools.lru_cache
|
|
1403
|
+
def _is_client_storage(cls, prop_name_or_field: str | ModelField) -> bool:
|
|
1404
|
+
"""Check if the var is a client storage var.
|
|
1405
|
+
|
|
1406
|
+
Args:
|
|
1407
|
+
prop_name_or_field: The name of the var or the field itself.
|
|
1408
|
+
|
|
1409
|
+
Returns:
|
|
1410
|
+
Whether the var is a client storage var.
|
|
1411
|
+
"""
|
|
1412
|
+
if isinstance(prop_name_or_field, str):
|
|
1413
|
+
field = cls.get_fields().get(prop_name_or_field)
|
|
1414
|
+
else:
|
|
1415
|
+
field = prop_name_or_field
|
|
1416
|
+
return field is not None and (
|
|
1417
|
+
isinstance(field.default, ClientStorageBase)
|
|
1418
|
+
or (
|
|
1419
|
+
isinstance(field.type_, type)
|
|
1420
|
+
and issubclass(field.type_, ClientStorageBase)
|
|
1421
|
+
)
|
|
1422
|
+
)
|
|
1423
|
+
|
|
1401
1424
|
def _reset_client_storage(self):
|
|
1402
1425
|
"""Reset client storage base vars to their default values."""
|
|
1403
1426
|
# Client-side storage is reset during hydrate so that clearing cookies
|
|
@@ -1405,10 +1428,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|
|
1405
1428
|
fields = self.get_fields()
|
|
1406
1429
|
for prop_name in self.base_vars:
|
|
1407
1430
|
field = fields[prop_name]
|
|
1408
|
-
if
|
|
1409
|
-
isinstance(field.type_, type)
|
|
1410
|
-
and issubclass(field.type_, ClientStorageBase)
|
|
1411
|
-
):
|
|
1431
|
+
if self._is_client_storage(field):
|
|
1412
1432
|
setattr(self, prop_name, copy.deepcopy(field.default))
|
|
1413
1433
|
|
|
1414
1434
|
# Recursively reset the substate client storage.
|
|
@@ -2360,8 +2380,9 @@ class UpdateVarsInternalState(State):
|
|
|
2360
2380
|
for var, value in vars.items():
|
|
2361
2381
|
state_name, _, var_name = var.rpartition(".")
|
|
2362
2382
|
var_state_cls = State.get_class_substate(state_name)
|
|
2363
|
-
|
|
2364
|
-
|
|
2383
|
+
if var_state_cls._is_client_storage(var_name):
|
|
2384
|
+
var_state = await self.get_state(var_state_cls)
|
|
2385
|
+
setattr(var_state, var_name, value)
|
|
2365
2386
|
|
|
2366
2387
|
|
|
2367
2388
|
class OnLoadInternalState(State):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/custom_components/src.py.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.9a2 → reflex-0.7.9.post1}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|