reflex 0.7.1a3__tar.gz → 0.7.1a5__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.1a3 → reflex-0.7.1a5}/PKG-INFO +1 -1
- {reflex-0.7.1a3 → reflex-0.7.1a5}/pyproject.toml +1 -1
- reflex-0.7.1a5/reflex/.templates/web/utils/helpers/format.js +110 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/app.py +14 -5
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/cond.py +2 -2
- reflex-0.7.1a5/reflex/components/el/pyi_hashes.json +3 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/state.py +27 -6
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/prerequisites.py +1 -36
- {reflex-0.7.1a3 → reflex-0.7.1a5}/LICENSE +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/README.md +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/macros.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/tailwind.config.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/components/shiki/code.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/styles/tailwind.css +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/helpers/paste.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/__main__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/admin.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/app_mixins/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/app_mixins/lifespan.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/app_mixins/middleware.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/app_mixins/mixin.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/app_module_for_backend.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/assets.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/compiler/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/compiler/compiler.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/compiler/templates.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/compiler/utils.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/bare.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/body.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/body.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/document.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/document.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/error_boundary.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/error_boundary.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/fragment.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/head.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/head.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/link.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/link.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/meta.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/script.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/script.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/strict_mode.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/base/strict_mode.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/component.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/auto_scroll.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/auto_scroll.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/banner.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/breakpoints.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/clipboard.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/clipboard.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/colors.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/debounce.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/foreach.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/html.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/html.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/match.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/responsive.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/sticky.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/sticky.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/upload.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/shiki_code_block.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/datadisplay/shiki_code_block.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/dynamic.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/element.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/element.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/literals.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/moment/moment.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/base.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/image.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/image.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/link.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/link.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/video.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/next/video.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/props.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/video.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/__init__.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/general.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/sonner/toast.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/tags/tag.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/config.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/colors.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/compiler.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/config.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/custom_components.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/event.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/installer.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/route.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/state.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/style.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/constants/utils.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/event.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/experimental/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/experimental/client_state.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/experimental/hooks.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/experimental/layout.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/experimental/layout.pyi +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/experimental/misc.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/istate/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/istate/data.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/istate/dynamic.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/istate/proxy.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/istate/storage.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/istate/wrappers.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/middleware/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/middleware/middleware.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/model.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/page.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/py.typed +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/reflex.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/route.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/style.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/testing.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/build.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/codespaces.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/compat.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/console.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/decorator.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/exceptions.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/exec.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/export.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/format.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/imports.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/lazy_loader.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/net.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/path_ops.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/processes.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/redir.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/registry.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/serializers.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/telemetry.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/utils/types.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/__init__.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/base.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/datetime.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/dep_tracking.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/function.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/number.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/object.py +0 -0
- {reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/vars/sequence.py +0 -0
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
export default function pythonFormat(number, formatSpecifier) {
|
|
2
|
+
// Parse the format specifier
|
|
3
|
+
const formatRegex = /^(?<fill>.)?(?<align>[<>=^])?(?<sign>[-+ ])?(?<alt>#)?(?<zero>0)?(?<width>\d+)?(?<grouping>[_,])?(?<precision>\.\d+)?(?<type>[a-zA-Z])?$/;
|
|
4
|
+
const match = formatSpecifier.match(formatRegex);
|
|
5
|
+
|
|
6
|
+
if (!match) {
|
|
7
|
+
throw new Error("Invalid format specifier.");
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
const {
|
|
11
|
+
fill = " ",
|
|
12
|
+
align = ">",
|
|
13
|
+
sign = "-",
|
|
14
|
+
alt,
|
|
15
|
+
zero,
|
|
16
|
+
width,
|
|
17
|
+
grouping,
|
|
18
|
+
precision,
|
|
19
|
+
type = "g",
|
|
20
|
+
} = match.groups;
|
|
21
|
+
|
|
22
|
+
// Handle precision for floats
|
|
23
|
+
let formattedNumber;
|
|
24
|
+
if (type === "f" || type === "e" || type === "g" || type === "%") {
|
|
25
|
+
const precisionValue = precision ? parseInt(precision.slice(1), 10) : 6;
|
|
26
|
+
switch (type) {
|
|
27
|
+
case "f":
|
|
28
|
+
formattedNumber = number.toFixed(precisionValue);
|
|
29
|
+
break;
|
|
30
|
+
case "e":
|
|
31
|
+
formattedNumber = number.toExponential(precisionValue);
|
|
32
|
+
break;
|
|
33
|
+
case "g":
|
|
34
|
+
formattedNumber = number.toPrecision(precisionValue);
|
|
35
|
+
break;
|
|
36
|
+
case "%":
|
|
37
|
+
formattedNumber = (number * 100).toFixed(precisionValue) + "%";
|
|
38
|
+
break;
|
|
39
|
+
}
|
|
40
|
+
} else if (type === "d" || type === "b" || type === "o" || type === "x" || type === "X") {
|
|
41
|
+
// Handle integer types
|
|
42
|
+
const base = {
|
|
43
|
+
b: 2,
|
|
44
|
+
o: 8,
|
|
45
|
+
d: 10,
|
|
46
|
+
x: 16,
|
|
47
|
+
X: 16,
|
|
48
|
+
}[type];
|
|
49
|
+
formattedNumber = Math.floor(number).toString(base);
|
|
50
|
+
if (type === "X") {
|
|
51
|
+
formattedNumber = formattedNumber.toUpperCase();
|
|
52
|
+
}
|
|
53
|
+
if (alt && (type === "o" || type === "x" || type === "X")) {
|
|
54
|
+
formattedNumber = (type === "o" ? "0o" : "0x") + formattedNumber;
|
|
55
|
+
}
|
|
56
|
+
} else {
|
|
57
|
+
throw new Error(`Unsupported format type: ${type}`);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
// Handle sign
|
|
61
|
+
if (sign !== "-") {
|
|
62
|
+
if (number >= 0) {
|
|
63
|
+
formattedNumber = sign === "+" ? "+" + formattedNumber : sign === " " ? " " + formattedNumber : formattedNumber;
|
|
64
|
+
} else {
|
|
65
|
+
formattedNumber = "-" + formattedNumber;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
// Handle grouping (thousands separator)
|
|
70
|
+
if (grouping) {
|
|
71
|
+
const parts = formattedNumber.split(".");
|
|
72
|
+
parts[0] = parts[0].replace(/\B(?=(\d{3})+(?!\d))/g, grouping === "," ? "," : "_");
|
|
73
|
+
formattedNumber = parts.join(".");
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
// Handle zero-padding and width
|
|
77
|
+
if (width) {
|
|
78
|
+
const padLength = Math.max(0, parseInt(width, 10) - formattedNumber.length);
|
|
79
|
+
if (padLength > 0) {
|
|
80
|
+
const padChar = zero ? "0" : fill;
|
|
81
|
+
if (align === ">") {
|
|
82
|
+
formattedNumber = formattedNumber.padStart(padLength + formattedNumber.length, padChar);
|
|
83
|
+
} else if (align === "<") {
|
|
84
|
+
formattedNumber = formattedNumber.padEnd(padLength + formattedNumber.length, padChar);
|
|
85
|
+
} else if (align === "^") {
|
|
86
|
+
const leftPad = Math.floor(padLength / 2);
|
|
87
|
+
const rightPad = Math.ceil(padLength / 2);
|
|
88
|
+
formattedNumber = formattedNumber
|
|
89
|
+
.padStart(leftPad + formattedNumber.length, padChar)
|
|
90
|
+
.padEnd(rightPad + formattedNumber.length, padChar);
|
|
91
|
+
} else if (align === "=") {
|
|
92
|
+
// Handle numeric alignment (sign-aware padding)
|
|
93
|
+
const signChar = formattedNumber.match(/^[+-]/)?.[0] || "";
|
|
94
|
+
const numPart = formattedNumber.slice(signChar.length);
|
|
95
|
+
formattedNumber = signChar + numPart.padStart(padLength + numPart.length, padChar);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
return formattedNumber;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
// Example usage:
|
|
104
|
+
console.log(pythonFormat(1234.5678, "10.2f")); // " 1234.57"
|
|
105
|
+
console.log(pythonFormat(-1234.5678, "+.3f")); // "-1234.568"
|
|
106
|
+
console.log(pythonFormat(1234.5678, "0>+10,.2f")); // "0+1,234.57"
|
|
107
|
+
console.log(pythonFormat(255, "#04x")); // "0xff"
|
|
108
|
+
console.log(pythonFormat(255, "08b")); // "11111111"
|
|
109
|
+
console.log(pythonFormat(1234567, "_,d")); // "1_234_567"
|
|
110
|
+
console.log(pythonFormat(0.12345, ".2%")); // "12.35%"
|
|
@@ -986,12 +986,15 @@ class App(MiddlewareMixin, LifespanMixin):
|
|
|
986
986
|
|
|
987
987
|
def _setup_sticky_badge(self):
|
|
988
988
|
"""Add the sticky badge to the app."""
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
989
|
+
from reflex.components.component import memo
|
|
990
|
+
|
|
991
|
+
@memo
|
|
992
|
+
def memoized_badge():
|
|
992
993
|
sticky_badge = sticky()
|
|
993
994
|
sticky_badge._add_style_recursive({})
|
|
994
|
-
|
|
995
|
+
return sticky_badge
|
|
996
|
+
|
|
997
|
+
self.app_wraps[(0, "StickyBadge")] = lambda _: memoized_badge()
|
|
995
998
|
|
|
996
999
|
def _apply_decorated_pages(self):
|
|
997
1000
|
"""Add @rx.page decorated pages to the app.
|
|
@@ -1103,6 +1106,9 @@ class App(MiddlewareMixin, LifespanMixin):
|
|
|
1103
1106
|
console.debug(f"Evaluating page: {route}")
|
|
1104
1107
|
self._compile_page(route, save_page=should_compile)
|
|
1105
1108
|
|
|
1109
|
+
# Save the pages which created new states at eval time.
|
|
1110
|
+
self._write_stateful_pages_marker()
|
|
1111
|
+
|
|
1106
1112
|
# Add the optional endpoints (_upload)
|
|
1107
1113
|
self._add_optional_endpoints()
|
|
1108
1114
|
|
|
@@ -1145,6 +1151,8 @@ class App(MiddlewareMixin, LifespanMixin):
|
|
|
1145
1151
|
)[:10]
|
|
1146
1152
|
)
|
|
1147
1153
|
)
|
|
1154
|
+
# Save the pages which created new states at eval time.
|
|
1155
|
+
self._write_stateful_pages_marker()
|
|
1148
1156
|
|
|
1149
1157
|
# Add the optional endpoints (_upload)
|
|
1150
1158
|
self._add_optional_endpoints()
|
|
@@ -1366,7 +1374,8 @@ class App(MiddlewareMixin, LifespanMixin):
|
|
|
1366
1374
|
for output_path, code in compile_results:
|
|
1367
1375
|
compiler_utils.write_page(output_path, code)
|
|
1368
1376
|
|
|
1369
|
-
|
|
1377
|
+
def _write_stateful_pages_marker(self):
|
|
1378
|
+
"""Write list of routes that create dynamic states for the backend to use later."""
|
|
1370
1379
|
if self._state is not None:
|
|
1371
1380
|
stateful_pages_marker = (
|
|
1372
1381
|
prerequisites.get_backend_dir() / constants.Dirs.STATEFUL_PAGES
|
|
@@ -5,7 +5,7 @@ from __future__ import annotations
|
|
|
5
5
|
from typing import Any, Dict, Optional, overload
|
|
6
6
|
|
|
7
7
|
from reflex.components.base.fragment import Fragment
|
|
8
|
-
from reflex.components.component import BaseComponent, Component
|
|
8
|
+
from reflex.components.component import BaseComponent, Component
|
|
9
9
|
from reflex.components.tags import CondTag, Tag
|
|
10
10
|
from reflex.constants import Dirs
|
|
11
11
|
from reflex.style import LIGHT_COLOR_MODE, resolved_color_mode
|
|
@@ -19,7 +19,7 @@ _IS_TRUE_IMPORT: ImportDict = {
|
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
class Cond(
|
|
22
|
+
class Cond(Component):
|
|
23
23
|
"""Render one of two components based on a condition."""
|
|
24
24
|
|
|
25
25
|
# The cond to determine which component to render.
|
|
@@ -1397,6 +1397,29 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|
|
1397
1397
|
for substate in self.substates.values():
|
|
1398
1398
|
substate.reset()
|
|
1399
1399
|
|
|
1400
|
+
@classmethod
|
|
1401
|
+
@functools.lru_cache
|
|
1402
|
+
def _is_client_storage(cls, prop_name_or_field: str | ModelField) -> bool:
|
|
1403
|
+
"""Check if the var is a client storage var.
|
|
1404
|
+
|
|
1405
|
+
Args:
|
|
1406
|
+
prop_name_or_field: The name of the var or the field itself.
|
|
1407
|
+
|
|
1408
|
+
Returns:
|
|
1409
|
+
Whether the var is a client storage var.
|
|
1410
|
+
"""
|
|
1411
|
+
if isinstance(prop_name_or_field, str):
|
|
1412
|
+
field = cls.get_fields().get(prop_name_or_field)
|
|
1413
|
+
else:
|
|
1414
|
+
field = prop_name_or_field
|
|
1415
|
+
return field is not None and (
|
|
1416
|
+
isinstance(field.default, ClientStorageBase)
|
|
1417
|
+
or (
|
|
1418
|
+
isinstance(field.type_, type)
|
|
1419
|
+
and issubclass(field.type_, ClientStorageBase)
|
|
1420
|
+
)
|
|
1421
|
+
)
|
|
1422
|
+
|
|
1400
1423
|
def _reset_client_storage(self):
|
|
1401
1424
|
"""Reset client storage base vars to their default values."""
|
|
1402
1425
|
# Client-side storage is reset during hydrate so that clearing cookies
|
|
@@ -1404,10 +1427,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
|
|
|
1404
1427
|
fields = self.get_fields()
|
|
1405
1428
|
for prop_name in self.base_vars:
|
|
1406
1429
|
field = fields[prop_name]
|
|
1407
|
-
if
|
|
1408
|
-
isinstance(field.type_, type)
|
|
1409
|
-
and issubclass(field.type_, ClientStorageBase)
|
|
1410
|
-
):
|
|
1430
|
+
if self._is_client_storage(field):
|
|
1411
1431
|
setattr(self, prop_name, copy.deepcopy(field.default))
|
|
1412
1432
|
|
|
1413
1433
|
# Recursively reset the substate client storage.
|
|
@@ -2331,8 +2351,9 @@ class UpdateVarsInternalState(State):
|
|
|
2331
2351
|
for var, value in vars.items():
|
|
2332
2352
|
state_name, _, var_name = var.rpartition(".")
|
|
2333
2353
|
var_state_cls = State.get_class_substate(state_name)
|
|
2334
|
-
|
|
2335
|
-
|
|
2354
|
+
if var_state_cls._is_client_storage(var_name):
|
|
2355
|
+
var_state = await self.get_state(var_state_cls)
|
|
2356
|
+
setattr(var_state, var_name, value)
|
|
2336
2357
|
|
|
2337
2358
|
|
|
2338
2359
|
class OnLoadInternalState(State):
|
|
@@ -23,7 +23,7 @@ import zipfile
|
|
|
23
23
|
from datetime import datetime
|
|
24
24
|
from pathlib import Path
|
|
25
25
|
from types import ModuleType
|
|
26
|
-
from typing import
|
|
26
|
+
from typing import Callable, List, NamedTuple, Optional
|
|
27
27
|
from urllib.parse import urlparse
|
|
28
28
|
|
|
29
29
|
import httpx
|
|
@@ -2025,38 +2025,3 @@ def get_user_tier():
|
|
|
2025
2025
|
if authenticated_token[0]
|
|
2026
2026
|
else "anonymous"
|
|
2027
2027
|
)
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
def check_config_option_in_tier(
|
|
2031
|
-
option_name: str,
|
|
2032
|
-
allowed_tiers: list[str],
|
|
2033
|
-
fallback_value: Any,
|
|
2034
|
-
help_link: str | None = None,
|
|
2035
|
-
):
|
|
2036
|
-
"""Check if a config option is allowed for the authenticated user's current tier.
|
|
2037
|
-
|
|
2038
|
-
Args:
|
|
2039
|
-
option_name: The name of the option to check.
|
|
2040
|
-
allowed_tiers: The tiers that are allowed to use the option.
|
|
2041
|
-
fallback_value: The fallback value if the option is not allowed.
|
|
2042
|
-
help_link: The help link to show to a user that is authenticated.
|
|
2043
|
-
"""
|
|
2044
|
-
config = get_config()
|
|
2045
|
-
current_tier = get_user_tier()
|
|
2046
|
-
|
|
2047
|
-
if current_tier == "anonymous":
|
|
2048
|
-
the_remedy = (
|
|
2049
|
-
"You are currently logged out. Run `reflex login` to access this option."
|
|
2050
|
-
)
|
|
2051
|
-
else:
|
|
2052
|
-
the_remedy = (
|
|
2053
|
-
f"Your current subscription tier is `{current_tier}`. "
|
|
2054
|
-
f"Please upgrade to {allowed_tiers} to access this option. "
|
|
2055
|
-
)
|
|
2056
|
-
if help_link:
|
|
2057
|
-
the_remedy += f"See {help_link} for more information."
|
|
2058
|
-
|
|
2059
|
-
if current_tier not in allowed_tiers:
|
|
2060
|
-
console.warn(f"Config option `{option_name}` is restricted. {the_remedy}")
|
|
2061
|
-
setattr(config, option_name, fallback_value)
|
|
2062
|
-
config._set_persistent(**{option_name: fallback_value})
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/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
|
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.1a3 → reflex-0.7.1a5}/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
|