reflex 0.8.0a2__tar.gz → 0.8.0a3__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.8.0a2 → reflex-0.8.0a3}/PKG-INFO +1 -1
- {reflex-0.8.0a2 → reflex-0.8.0a3}/pyproject.toml +1 -1
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +5 -1
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/dataeditor.pyi +2 -6
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/sonner/toast.pyi +2 -3
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/installer.py +1 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/testing.py +47 -26
- {reflex-0.8.0a2 → reflex-0.8.0a3}/.gitignore +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/LICENSE +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/README.md +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/macros.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/app/entry.client.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/app/routes.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/components/shiki/code.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/react-router.config.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/helpers/paste.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/react-theme.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/web/vite.config.js +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/__main__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/admin.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/app.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/app_mixins/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/app_mixins/lifespan.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/app_mixins/middleware.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/app_mixins/mixin.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/assets.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/compiler/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/compiler/compiler.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/compiler/templates.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/compiler/utils.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/bare.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/body.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/body.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/document.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/document.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/error_boundary.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/error_boundary.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/fragment.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/link.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/link.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/meta.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/script.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/script.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/strict_mode.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/base/strict_mode.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/component.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/auto_scroll.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/auto_scroll.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/banner.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/breakpoints.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/clipboard.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/clipboard.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/colors.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/cond.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/debounce.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/foreach.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/helmet.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/helmet.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/html.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/html.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/match.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/responsive.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/sticky.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/sticky.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/upload.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/shiki_code_block.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/datadisplay/shiki_code_block.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/dynamic.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/element.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/element.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/field.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/literals.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/moment/moment.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/props.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/video.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/__init__.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/general.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/tags/tag.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/config.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/colors.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/compiler.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/config.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/custom_components.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/event.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/route.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/state.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/constants/utils.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/environment.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/event.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/experimental/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/experimental/client_state.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/experimental/hooks.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/data.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/dynamic.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/manager.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/proxy.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/storage.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/istate/wrappers.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/middleware/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/middleware/middleware.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/model.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/page.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/plugins/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/plugins/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/plugins/shared_tailwind.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/plugins/sitemap.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/plugins/tailwind_v3.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/plugins/tailwind_v4.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/py.typed +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/reflex.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/route.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/state.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/style.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/build.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/codespaces.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/compat.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/console.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/decorator.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/exceptions.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/exec.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/export.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/format.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/imports.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/lazy_loader.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/misc.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/net.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/path_ops.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/prerequisites.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/processes.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/redir.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/registry.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/serializers.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/telemetry.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/utils/types.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/__init__.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/base.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/datetime.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/dep_tracking.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/function.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/number.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/object.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/vars/sequence.py +0 -0
- {reflex-0.8.0a2 → reflex-0.8.0a3}/scripts/hatch_build.py +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
{% from "web/pages/macros.js.jinja2" import renderHooks %}
|
|
3
3
|
|
|
4
4
|
{% block early_imports %}
|
|
5
|
-
import '$/styles/__reflex_global_styles.css'
|
|
5
|
+
import reflexGlobalStyles from '$/styles/__reflex_global_styles.css?url';
|
|
6
6
|
{% endblock %}
|
|
7
7
|
|
|
8
8
|
{% block declaration %}
|
|
@@ -20,6 +20,10 @@ import * as {{library_alias}} from "{{library_path}}";
|
|
|
20
20
|
{% endblock %}
|
|
21
21
|
|
|
22
22
|
{% block export %}
|
|
23
|
+
export const links = () => [
|
|
24
|
+
{ rel: 'stylesheet', href: reflexGlobalStyles, type: 'text/css' }
|
|
25
|
+
];
|
|
26
|
+
|
|
23
27
|
function AppWrap({children}) {
|
|
24
28
|
{{ renderHooks(hooks) }}
|
|
25
29
|
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
# ------------------- DO NOT EDIT ----------------------
|
|
4
4
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
5
5
|
# ------------------------------------------------------
|
|
6
|
-
import dataclasses
|
|
7
6
|
from collections.abc import Mapping, Sequence
|
|
8
7
|
from enum import Enum
|
|
9
8
|
from typing import Any, Literal, TypedDict, overload
|
|
10
9
|
|
|
10
|
+
from reflex.base import Base
|
|
11
11
|
from reflex.components.component import NoSSRComponent
|
|
12
12
|
from reflex.components.core.breakpoints import Breakpoints
|
|
13
13
|
from reflex.event import EventType, PointerEventInfo
|
|
@@ -43,8 +43,7 @@ class GridColumnIcons(Enum):
|
|
|
43
43
|
Uri = "uri"
|
|
44
44
|
VideoUri = "video_uri"
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
class DataEditorThemeBase:
|
|
46
|
+
class DataEditorTheme(Base):
|
|
48
47
|
accent_color: str | None
|
|
49
48
|
accent_fg: str | None
|
|
50
49
|
accent_light: str | None
|
|
@@ -78,9 +77,6 @@ class DataEditorThemeBase:
|
|
|
78
77
|
text_light: str | None
|
|
79
78
|
text_medium: str | None
|
|
80
79
|
|
|
81
|
-
@dataclasses.dataclass(init=False)
|
|
82
|
-
class DataEditorTheme(DataEditorThemeBase): ...
|
|
83
|
-
|
|
84
80
|
class Bounds(TypedDict):
|
|
85
81
|
x: int
|
|
86
82
|
y: int
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
# ------------------- DO NOT EDIT ----------------------
|
|
4
4
|
# This file was generated by `reflex/utils/pyi_generator.py`!
|
|
5
5
|
# ------------------------------------------------------
|
|
6
|
-
import dataclasses
|
|
7
6
|
from collections.abc import Mapping, Sequence
|
|
8
7
|
from typing import Any, Literal, overload
|
|
9
8
|
|
|
9
|
+
from reflex.base import Base
|
|
10
10
|
from reflex.components.component import Component, ComponentNamespace
|
|
11
11
|
from reflex.components.core.breakpoints import Breakpoints
|
|
12
12
|
from reflex.components.lucide.icon import Icon
|
|
@@ -32,8 +32,7 @@ toast_ref = Var(
|
|
|
32
32
|
_var_data=VarData(imports={f"$/{Dirs.STATE_PATH}": [ImportVar(tag="refs")]}),
|
|
33
33
|
)
|
|
34
34
|
|
|
35
|
-
|
|
36
|
-
class ToastAction:
|
|
35
|
+
class ToastAction(Base):
|
|
37
36
|
label: str
|
|
38
37
|
on_click: Any
|
|
39
38
|
|
|
@@ -130,6 +130,7 @@ class PackageJson(SimpleNamespace):
|
|
|
130
130
|
"@react-router/node": cls._react_router_version,
|
|
131
131
|
"serve": "14.2.4",
|
|
132
132
|
"react": cls._react_version,
|
|
133
|
+
"react-helmet": "6.1.0",
|
|
133
134
|
"react-dom": cls._react_version,
|
|
134
135
|
"isbot": "5.1.26",
|
|
135
136
|
"socket.io-client": "4.8.1",
|
|
@@ -22,7 +22,7 @@ import types
|
|
|
22
22
|
from collections.abc import AsyncIterator, Callable, Coroutine, Sequence
|
|
23
23
|
from http.server import SimpleHTTPRequestHandler
|
|
24
24
|
from pathlib import Path
|
|
25
|
-
from typing import TYPE_CHECKING, Any, TypeVar
|
|
25
|
+
from typing import TYPE_CHECKING, Any, Literal, TypeVar
|
|
26
26
|
|
|
27
27
|
import psutil
|
|
28
28
|
import uvicorn
|
|
@@ -526,7 +526,7 @@ class AppHarness:
|
|
|
526
526
|
target: Callable[[], T],
|
|
527
527
|
timeout: TimeoutType = None,
|
|
528
528
|
step: TimeoutType = None,
|
|
529
|
-
) -> T |
|
|
529
|
+
) -> T | Literal[False]:
|
|
530
530
|
"""Generic polling logic.
|
|
531
531
|
|
|
532
532
|
Args:
|
|
@@ -544,9 +544,10 @@ class AppHarness:
|
|
|
544
544
|
step = POLL_INTERVAL
|
|
545
545
|
deadline = time.time() + timeout
|
|
546
546
|
while time.time() < deadline:
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
547
|
+
with contextlib.suppress(Exception):
|
|
548
|
+
success = target()
|
|
549
|
+
if success:
|
|
550
|
+
return success
|
|
550
551
|
time.sleep(step)
|
|
551
552
|
return False
|
|
552
553
|
|
|
@@ -850,35 +851,55 @@ class AppHarness:
|
|
|
850
851
|
return state_manager.states
|
|
851
852
|
|
|
852
853
|
@staticmethod
|
|
853
|
-
def
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
seconds_between_attempts: int = 1,
|
|
854
|
+
def poll_for_or_raise_timeout(
|
|
855
|
+
target: Callable[[], T],
|
|
856
|
+
timeout: TimeoutType = None,
|
|
857
|
+
step: TimeoutType = None,
|
|
858
858
|
) -> T:
|
|
859
|
-
"""Poll for a
|
|
859
|
+
"""Poll target callable for a truthy return value.
|
|
860
|
+
|
|
861
|
+
Like `_poll_for`, but raises a `TimeoutError` if the target does not
|
|
862
|
+
return a truthy value within the timeout.
|
|
860
863
|
|
|
861
864
|
Args:
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
seconds_between_attempts: seconds to wait between
|
|
865
|
+
target: callable that returns truthy if polling condition is met.
|
|
866
|
+
timeout: max polling time
|
|
867
|
+
step: interval between checking target()
|
|
866
868
|
|
|
867
869
|
Returns:
|
|
868
|
-
|
|
870
|
+
return value of target() if truthy within timeout
|
|
869
871
|
|
|
870
872
|
Raises:
|
|
871
|
-
|
|
873
|
+
TimeoutError: when target does not return a truthy value within timeout
|
|
872
874
|
"""
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
875
|
+
result = AppHarness._poll_for(
|
|
876
|
+
target=target,
|
|
877
|
+
timeout=timeout,
|
|
878
|
+
step=step,
|
|
879
|
+
)
|
|
880
|
+
if result is False:
|
|
881
|
+
msg = "Target did not return a truthy value while polling."
|
|
882
|
+
raise TimeoutError(msg)
|
|
883
|
+
return result
|
|
884
|
+
|
|
885
|
+
@staticmethod
|
|
886
|
+
def expect(
|
|
887
|
+
target: Callable[[], T],
|
|
888
|
+
timeout: TimeoutType = None,
|
|
889
|
+
step: TimeoutType = None,
|
|
890
|
+
):
|
|
891
|
+
"""Expect a target callable to return a truthy value within the timeout.
|
|
892
|
+
|
|
893
|
+
Args:
|
|
894
|
+
target: callable that returns truthy if polling condition is met.
|
|
895
|
+
timeout: max polling time
|
|
896
|
+
step: interval between checking target()
|
|
897
|
+
"""
|
|
898
|
+
AppHarness.poll_for_or_raise_timeout(
|
|
899
|
+
target=target,
|
|
900
|
+
timeout=timeout,
|
|
901
|
+
step=step,
|
|
902
|
+
)
|
|
882
903
|
|
|
883
904
|
|
|
884
905
|
class SimpleHTTPRequestHandlerCustomErrors(SimpleHTTPRequestHandler):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.8.0a2 → reflex-0.8.0a3}/reflex/.templates/jinja/web/pages/stateful_components.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
|