reflex 0.7.14a1__tar.gz → 0.7.14a2__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.14a1 → reflex-0.7.14a2}/PKG-INFO +1 -1
- {reflex-0.7.14a1 → reflex-0.7.14a2}/pyproject.toml +1 -1
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/component.py +11 -1
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/forms.py +11 -11
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/forms.pyi +14 -14
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/text_area.pyi +1 -1
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/telemetry.py +2 -22
- {reflex-0.7.14a1 → reflex-0.7.14a2}/.gitignore +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/LICENSE +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/README.md +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/macros.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/components/shiki/code.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/helpers/paste.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/__main__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/admin.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/app.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/app_mixins/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/app_mixins/lifespan.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/app_mixins/middleware.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/app_mixins/mixin.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/assets.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/compiler/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/compiler/compiler.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/compiler/templates.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/compiler/utils.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/bare.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/body.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/body.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/document.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/document.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/error_boundary.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/error_boundary.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/fragment.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/head.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/head.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/link.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/link.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/meta.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/script.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/script.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/strict_mode.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/base/strict_mode.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/auto_scroll.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/auto_scroll.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/banner.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/breakpoints.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/clipboard.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/clipboard.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/colors.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/cond.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/debounce.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/foreach.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/html.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/html.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/match.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/responsive.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/sticky.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/sticky.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/upload.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/shiki_code_block.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/datadisplay/shiki_code_block.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/dynamic.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/element.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/element.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/literals.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/moment/moment.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/base.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/image.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/image.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/link.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/link.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/video.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/next/video.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/props.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/video.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/__init__.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/general.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/sonner/toast.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/tags/tag.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/config.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/colors.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/compiler.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/config.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/custom_components.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/event.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/installer.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/route.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/state.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/constants/utils.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/event.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/experimental/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/experimental/client_state.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/experimental/hooks.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/experimental/layout.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/experimental/layout.pyi +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/data.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/dynamic.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/manager.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/proxy.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/storage.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/istate/wrappers.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/middleware/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/middleware/middleware.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/model.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/page.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/plugins/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/plugins/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/plugins/tailwind_v3.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/plugins/tailwind_v4.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/py.typed +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/reflex.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/route.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/state.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/style.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/testing.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/build.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/codespaces.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/compat.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/console.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/decorator.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/exceptions.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/exec.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/export.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/format.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/imports.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/lazy_loader.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/misc.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/net.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/path_ops.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/prerequisites.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/processes.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/redir.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/registry.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/serializers.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/utils/types.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/__init__.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/base.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/datetime.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/dep_tracking.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/function.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/number.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/object.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/vars/sequence.py +0 -0
- {reflex-0.7.14a1 → reflex-0.7.14a2}/scripts/hatch_build.py +0 -0
|
@@ -2194,7 +2194,17 @@ class CustomComponent(Component):
|
|
|
2194
2194
|
Returns:
|
|
2195
2195
|
The code to render the component.
|
|
2196
2196
|
"""
|
|
2197
|
-
|
|
2197
|
+
component = self.component_fn(*self.get_prop_vars())
|
|
2198
|
+
|
|
2199
|
+
try:
|
|
2200
|
+
from reflex.utils.prerequisites import get_and_validate_app
|
|
2201
|
+
|
|
2202
|
+
style = get_and_validate_app().app.style
|
|
2203
|
+
except Exception:
|
|
2204
|
+
style = {}
|
|
2205
|
+
|
|
2206
|
+
component._add_style_recursive(style)
|
|
2207
|
+
return component
|
|
2198
2208
|
|
|
2199
2209
|
|
|
2200
2210
|
CUSTOM_COMPONENTS: dict[str, CustomComponent] = {}
|
|
@@ -384,7 +384,7 @@ class BaseInput(BaseHTML):
|
|
|
384
384
|
required: Var[bool]
|
|
385
385
|
|
|
386
386
|
# Specifies the visible width of a text control
|
|
387
|
-
size: Var[int | float]
|
|
387
|
+
size: Var[str | int | float]
|
|
388
388
|
|
|
389
389
|
# URL for image inputs
|
|
390
390
|
src: Var[str]
|
|
@@ -504,22 +504,22 @@ class Meter(BaseHTML):
|
|
|
504
504
|
form: Var[str]
|
|
505
505
|
|
|
506
506
|
# High limit of range (above this is considered high value)
|
|
507
|
-
high: Var[int | float]
|
|
507
|
+
high: Var[str | int | float]
|
|
508
508
|
|
|
509
509
|
# Low limit of range (below this is considered low value)
|
|
510
|
-
low: Var[int | float]
|
|
510
|
+
low: Var[str | int | float]
|
|
511
511
|
|
|
512
512
|
# Maximum value of the range
|
|
513
|
-
max: Var[int | float]
|
|
513
|
+
max: Var[str | int | float]
|
|
514
514
|
|
|
515
515
|
# Minimum value of the range
|
|
516
|
-
min: Var[int | float]
|
|
516
|
+
min: Var[str | int | float]
|
|
517
517
|
|
|
518
518
|
# Optimum value in the range
|
|
519
|
-
optimum: Var[int | float]
|
|
519
|
+
optimum: Var[str | int | float]
|
|
520
520
|
|
|
521
521
|
# Current value of the meter
|
|
522
|
-
value: Var[int | float]
|
|
522
|
+
value: Var[str | int | float]
|
|
523
523
|
|
|
524
524
|
|
|
525
525
|
class Optgroup(BaseHTML):
|
|
@@ -666,7 +666,7 @@ class Textarea(BaseHTML):
|
|
|
666
666
|
auto_height: Var[bool]
|
|
667
667
|
|
|
668
668
|
# Visible width of the text control, in average character widths
|
|
669
|
-
cols: Var[int]
|
|
669
|
+
cols: Var[str | int]
|
|
670
670
|
|
|
671
671
|
# The default value of the textarea when initially rendered
|
|
672
672
|
default_value: Var[str]
|
|
@@ -684,10 +684,10 @@ class Textarea(BaseHTML):
|
|
|
684
684
|
form: Var[str]
|
|
685
685
|
|
|
686
686
|
# Maximum number of characters allowed in the textarea
|
|
687
|
-
max_length: Var[int]
|
|
687
|
+
max_length: Var[str | int]
|
|
688
688
|
|
|
689
689
|
# Minimum number of characters required in the textarea
|
|
690
|
-
min_length: Var[int]
|
|
690
|
+
min_length: Var[str | int]
|
|
691
691
|
|
|
692
692
|
# Name of the textarea, used when submitting the form
|
|
693
693
|
name: Var[str]
|
|
@@ -702,7 +702,7 @@ class Textarea(BaseHTML):
|
|
|
702
702
|
required: Var[bool]
|
|
703
703
|
|
|
704
704
|
# Visible number of lines in the text control
|
|
705
|
-
rows: Var[int]
|
|
705
|
+
rows: Var[str | int]
|
|
706
706
|
|
|
707
707
|
# The controlled value of the textarea, read only unless used with on_change
|
|
708
708
|
value: Var[str]
|
|
@@ -927,7 +927,7 @@ class BaseInput(BaseHTML):
|
|
|
927
927
|
placeholder: Var[str] | str | None = None,
|
|
928
928
|
read_only: Var[bool] | bool | None = None,
|
|
929
929
|
required: Var[bool] | bool | None = None,
|
|
930
|
-
size: Var[float | int] | float | int | None = None,
|
|
930
|
+
size: Var[float | int | str] | float | int | str | None = None,
|
|
931
931
|
src: Var[str] | str | None = None,
|
|
932
932
|
step: Var[float | int | str] | float | int | str | None = None,
|
|
933
933
|
type: Literal[
|
|
@@ -1290,7 +1290,7 @@ class CheckboxInput(BaseInput):
|
|
|
1290
1290
|
placeholder: Var[str] | str | None = None,
|
|
1291
1291
|
read_only: Var[bool] | bool | None = None,
|
|
1292
1292
|
required: Var[bool] | bool | None = None,
|
|
1293
|
-
size: Var[float | int] | float | int | None = None,
|
|
1293
|
+
size: Var[float | int | str] | float | int | str | None = None,
|
|
1294
1294
|
src: Var[str] | str | None = None,
|
|
1295
1295
|
step: Var[float | int | str] | float | int | str | None = None,
|
|
1296
1296
|
type: Literal[
|
|
@@ -1657,7 +1657,7 @@ class ValueNumberInput(BaseInput):
|
|
|
1657
1657
|
placeholder: Var[str] | str | None = None,
|
|
1658
1658
|
read_only: Var[bool] | bool | None = None,
|
|
1659
1659
|
required: Var[bool] | bool | None = None,
|
|
1660
|
-
size: Var[float | int] | float | int | None = None,
|
|
1660
|
+
size: Var[float | int | str] | float | int | str | None = None,
|
|
1661
1661
|
src: Var[str] | str | None = None,
|
|
1662
1662
|
step: Var[float | int | str] | float | int | str | None = None,
|
|
1663
1663
|
type: Literal[
|
|
@@ -2024,7 +2024,7 @@ class Input(BaseInput):
|
|
|
2024
2024
|
placeholder: Var[str] | str | None = None,
|
|
2025
2025
|
read_only: Var[bool] | bool | None = None,
|
|
2026
2026
|
required: Var[bool] | bool | None = None,
|
|
2027
|
-
size: Var[float | int] | float | int | None = None,
|
|
2027
|
+
size: Var[float | int | str] | float | int | str | None = None,
|
|
2028
2028
|
src: Var[str] | str | None = None,
|
|
2029
2029
|
step: Var[float | int | str] | float | int | str | None = None,
|
|
2030
2030
|
type: Literal[
|
|
@@ -2858,12 +2858,12 @@ class Meter(BaseHTML):
|
|
|
2858
2858
|
cls,
|
|
2859
2859
|
*children,
|
|
2860
2860
|
form: Var[str] | str | None = None,
|
|
2861
|
-
high: Var[float | int] | float | int | None = None,
|
|
2862
|
-
low: Var[float | int] | float | int | None = None,
|
|
2863
|
-
max: Var[float | int] | float | int | None = None,
|
|
2864
|
-
min: Var[float | int] | float | int | None = None,
|
|
2865
|
-
optimum: Var[float | int] | float | int | None = None,
|
|
2866
|
-
value: Var[float | int] | float | int | None = None,
|
|
2861
|
+
high: Var[float | int | str] | float | int | str | None = None,
|
|
2862
|
+
low: Var[float | int | str] | float | int | str | None = None,
|
|
2863
|
+
max: Var[float | int | str] | float | int | str | None = None,
|
|
2864
|
+
min: Var[float | int | str] | float | int | str | None = None,
|
|
2865
|
+
optimum: Var[float | int | str] | float | int | str | None = None,
|
|
2866
|
+
value: Var[float | int | str] | float | int | str | None = None,
|
|
2867
2867
|
access_key: Var[str] | str | None = None,
|
|
2868
2868
|
auto_capitalize: Literal[
|
|
2869
2869
|
"characters", "none", "off", "on", "sentences", "words"
|
|
@@ -4393,19 +4393,19 @@ class Textarea(BaseHTML):
|
|
|
4393
4393
|
auto_complete: Var[str] | str | None = None,
|
|
4394
4394
|
auto_focus: Var[bool] | bool | None = None,
|
|
4395
4395
|
auto_height: Var[bool] | bool | None = None,
|
|
4396
|
-
cols: Var[int] | int | None = None,
|
|
4396
|
+
cols: Var[int | str] | int | str | None = None,
|
|
4397
4397
|
default_value: Var[str] | str | None = None,
|
|
4398
4398
|
dirname: Var[str] | str | None = None,
|
|
4399
4399
|
disabled: Var[bool] | bool | None = None,
|
|
4400
4400
|
enter_key_submit: Var[bool] | bool | None = None,
|
|
4401
4401
|
form: Var[str] | str | None = None,
|
|
4402
|
-
max_length: Var[int] | int | None = None,
|
|
4403
|
-
min_length: Var[int] | int | None = None,
|
|
4402
|
+
max_length: Var[int | str] | int | str | None = None,
|
|
4403
|
+
min_length: Var[int | str] | int | str | None = None,
|
|
4404
4404
|
name: Var[str] | str | None = None,
|
|
4405
4405
|
placeholder: Var[str] | str | None = None,
|
|
4406
4406
|
read_only: Var[bool] | bool | None = None,
|
|
4407
4407
|
required: Var[bool] | bool | None = None,
|
|
4408
|
-
rows: Var[int] | int | None = None,
|
|
4408
|
+
rows: Var[int | str] | int | str | None = None,
|
|
4409
4409
|
value: Var[str] | str | None = None,
|
|
4410
4410
|
wrap: Var[str] | str | None = None,
|
|
4411
4411
|
access_key: Var[str] | str | None = None,
|
|
@@ -113,7 +113,7 @@ class TextArea(RadixThemesComponent, elements.Textarea):
|
|
|
113
113
|
value: Var[str] | str | None = None,
|
|
114
114
|
wrap: Var[str] | str | None = None,
|
|
115
115
|
auto_height: Var[bool] | bool | None = None,
|
|
116
|
-
cols: Var[int] | int | None = None,
|
|
116
|
+
cols: Var[int | str] | int | str | None = None,
|
|
117
117
|
enter_key_submit: Var[bool] | bool | None = None,
|
|
118
118
|
access_key: Var[str] | str | None = None,
|
|
119
119
|
auto_capitalize: Literal[
|
|
@@ -67,22 +67,6 @@ def get_reflex_version() -> str:
|
|
|
67
67
|
return constants.Reflex.VERSION
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
def _get_app_class_name() -> str | None:
|
|
71
|
-
"""Get the app class name if available.
|
|
72
|
-
|
|
73
|
-
Returns:
|
|
74
|
-
The app class name (e.g. "App", "AppEnterprise") or None if not available.
|
|
75
|
-
"""
|
|
76
|
-
try:
|
|
77
|
-
from reflex.utils.prerequisites import get_and_validate_app
|
|
78
|
-
|
|
79
|
-
app_info = get_and_validate_app()
|
|
80
|
-
except Exception:
|
|
81
|
-
return None
|
|
82
|
-
else:
|
|
83
|
-
return app_info.app.__class__.__name__
|
|
84
|
-
|
|
85
|
-
|
|
86
70
|
def get_cpu_count() -> int:
|
|
87
71
|
"""Get the number of CPUs.
|
|
88
72
|
|
|
@@ -213,16 +197,12 @@ def _prepare_event(event: str, **kwargs) -> _Event | None:
|
|
|
213
197
|
if not event_data:
|
|
214
198
|
return None
|
|
215
199
|
|
|
216
|
-
additional_keys = ["template", "context", "detail", "user_uuid"
|
|
200
|
+
additional_keys = ["template", "context", "detail", "user_uuid"]
|
|
217
201
|
|
|
218
202
|
properties = event_data["properties"]
|
|
219
203
|
|
|
220
|
-
# Auto-detect app class if not provided
|
|
221
|
-
if "app_class" not in kwargs:
|
|
222
|
-
kwargs["app_class"] = _get_app_class_name()
|
|
223
|
-
|
|
224
204
|
for key in additional_keys:
|
|
225
|
-
if key in properties or key not in kwargs
|
|
205
|
+
if key in properties or key not in kwargs:
|
|
226
206
|
continue
|
|
227
207
|
|
|
228
208
|
properties[key] = kwargs[key]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.14a1 → reflex-0.7.14a2}/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.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.7.14a1 → reflex-0.7.14a2}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.7.14a1 → reflex-0.7.14a2}/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
|