reflex 0.4.5a1__tar.gz → 0.4.5a2__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.4.5a1 → reflex-0.4.5a2}/PKG-INFO +1 -1
- {reflex-0.4.5a1 → reflex-0.4.5a2}/pyproject.toml +1 -1
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/app.py +2 -2
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/select.py +4 -1
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/select.pyi +4 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/exec.py +9 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/prerequisites.py +1 -1
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/telemetry.py +18 -1
- {reflex-0.4.5a1 → reflex-0.4.5a2}/LICENSE +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/README.md +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/.gitignore +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/assets/favicon.ico +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/assets/github.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/assets/icon.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/assets/logo.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/assets/paneleft.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/demo.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/pages/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/pages/chatapp.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/pages/datatable.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/pages/forms.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/pages/graphing.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/pages/home.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/sidebar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/state.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/states/form_state.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/states/pie_state.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/styles.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/chat.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/loading_icon.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/modal.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/navbar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/sidebar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/state.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/styles.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/README.md +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/assets/favicon.ico +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/assets/github.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/assets/logo.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/assets/paneleft.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/assets/reflex_black.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/assets/reflex_white.svg +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/components/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/components/sidebar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/pages/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/pages/dashboard.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/pages/index.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/pages/settings.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/sidebar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/styles.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/templates/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/templates/template.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/tailwind.config.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/components/reflex/chakra_color_mode_provider.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/styles/tailwind.css +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/__init__.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/__main__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/admin.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/app.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/app_module_for_backend.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/compiler/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/compiler/compiler.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/compiler/templates.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/compiler/utils.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/bare.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/body.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/body.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/document.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/document.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/fragment.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/head.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/head.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/link.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/link.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/meta.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/script.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/base/script.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/base.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/badge.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/badge.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/code.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/code.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/divider.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/divider.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/keyboard_key.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/keyboard_key.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/list.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/list.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/stat.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/stat.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/table.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/table.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/tag.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/datadisplay/tag.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/accordion.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/accordion.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/tabs.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/tabs.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/transition.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/transition.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/visuallyhidden.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/disclosure/visuallyhidden.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/alert.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/alert.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/circularprogress.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/circularprogress.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/progress.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/progress.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/skeleton.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/skeleton.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/spinner.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/feedback/spinner.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/button.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/button.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/checkbox.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/checkbox.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/colormodeswitch.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/colormodeswitch.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/date_picker.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/date_picker.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/date_time_picker.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/date_time_picker.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/editable.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/editable.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/email.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/email.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/form.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/form.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/iconbutton.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/iconbutton.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/input.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/input.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/multiselect.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/numberinput.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/numberinput.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/password.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/password.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/pininput.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/pininput.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/radio.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/radio.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/rangeslider.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/rangeslider.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/select.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/select.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/slider.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/slider.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/switch.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/switch.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/textarea.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/textarea.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/time_picker.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/forms/time_picker.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/aspect_ratio.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/aspect_ratio.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/box.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/box.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/card.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/card.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/center.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/center.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/container.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/container.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/flex.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/flex.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/grid.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/grid.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/spacer.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/spacer.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/stack.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/stack.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/wrap.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/layout/wrap.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/avatar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/avatar.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/icon.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/icon.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/image.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/media/image.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/breadcrumb.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/breadcrumb.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/link.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/link.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/linkoverlay.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/linkoverlay.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/stepper.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/navigation/stepper.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/alertdialog.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/alertdialog.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/drawer.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/drawer.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/menu.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/menu.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/modal.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/modal.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/popover.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/popover.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/tooltip.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/overlay/tooltip.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/heading.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/heading.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/highlight.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/highlight.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/span.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/span.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/text.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/chakra/typography/text.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/component.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/banner.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/colors.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/cond.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/debounce.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/foreach.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/html.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/html.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/match.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/responsive.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/upload.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/element.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/element.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/literals.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/media/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/media/icon.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/moment/moment.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/base.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/image.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/image.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/link.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/link.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/video.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/next/video.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/alertdialog.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/aspectratio.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/contextmenu.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/dropdownmenu.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/hovercard.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/iconbutton.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/radiogroup.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/scrollarea.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/textfield.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/em.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/kbd.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/quote.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/strong.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/video.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/general.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/tags/tag.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/config.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/config.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/base.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/colors.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/compiler.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/config.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/custom_components.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/event.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/installer.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/route.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/constants/style.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/custom_components/custom_components.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/event.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/middleware/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/middleware/middleware.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/model.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/page.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/page.pyi +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/reflex.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/route.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/state.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/style.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/testing.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/__init__.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/build.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/console.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/exceptions.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/export.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/format.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/imports.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/path_ops.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/processes.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/serializers.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/types.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/utils/watch.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/vars.py +0 -0
- {reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/vars.pyi +0 -0
|
@@ -77,7 +77,7 @@ from reflex.state import (
|
|
|
77
77
|
code_uses_state_contexts,
|
|
78
78
|
)
|
|
79
79
|
from reflex.utils import console, exceptions, format, prerequisites, types
|
|
80
|
-
from reflex.utils.exec import is_testing_env
|
|
80
|
+
from reflex.utils.exec import is_testing_env, should_skip_compile
|
|
81
81
|
from reflex.utils.imports import ImportVar
|
|
82
82
|
|
|
83
83
|
# Define custom types.
|
|
@@ -672,7 +672,7 @@ class App(Base):
|
|
|
672
672
|
Whether the app should be compiled.
|
|
673
673
|
"""
|
|
674
674
|
# Check the environment variable.
|
|
675
|
-
if
|
|
675
|
+
if should_skip_compile():
|
|
676
676
|
return False
|
|
677
677
|
|
|
678
678
|
# Check the nocompile file.
|
|
@@ -181,6 +181,9 @@ class HighLevelSelect(SelectRoot):
|
|
|
181
181
|
# The radius of the select.
|
|
182
182
|
radius: Var[LiteralRadius]
|
|
183
183
|
|
|
184
|
+
# The width of the select.
|
|
185
|
+
width: Var[str]
|
|
186
|
+
|
|
184
187
|
# The positioning mode to use. Default is "item-aligned".
|
|
185
188
|
position: Var[Literal["item-aligned", "popper"]]
|
|
186
189
|
|
|
@@ -203,7 +206,7 @@ class HighLevelSelect(SelectRoot):
|
|
|
203
206
|
|
|
204
207
|
trigger_props = {
|
|
205
208
|
prop: props.pop(prop)
|
|
206
|
-
for prop in ["placeholder", "variant", "radius"]
|
|
209
|
+
for prop in ["placeholder", "variant", "radius", "width", "flex_shrink"]
|
|
207
210
|
if prop in props
|
|
208
211
|
}
|
|
209
212
|
|
|
@@ -863,6 +863,7 @@ class HighLevelSelect(SelectRoot):
|
|
|
863
863
|
Literal["none", "small", "medium", "large", "full"],
|
|
864
864
|
]
|
|
865
865
|
] = None,
|
|
866
|
+
width: Optional[Union[Var[str], str]] = None,
|
|
866
867
|
position: Optional[
|
|
867
868
|
Union[
|
|
868
869
|
Var[Literal["item-aligned", "popper"]],
|
|
@@ -949,6 +950,7 @@ class HighLevelSelect(SelectRoot):
|
|
|
949
950
|
high_contrast: Whether to render the select with higher contrast color against background.
|
|
950
951
|
variant: The variant of the select.
|
|
951
952
|
radius: The radius of the select.
|
|
953
|
+
width: The width of the select.
|
|
952
954
|
position: The positioning mode to use. Default is "item-aligned".
|
|
953
955
|
size: The size of the select: "1" | "2" | "3"
|
|
954
956
|
default_value: The value of the select when initially rendered. Use when you do not need to control the state of the select.
|
|
@@ -1061,6 +1063,7 @@ class Select(ComponentNamespace):
|
|
|
1061
1063
|
Literal["none", "small", "medium", "large", "full"],
|
|
1062
1064
|
]
|
|
1063
1065
|
] = None,
|
|
1066
|
+
width: Optional[Union[Var[str], str]] = None,
|
|
1064
1067
|
position: Optional[
|
|
1065
1068
|
Union[
|
|
1066
1069
|
Var[Literal["item-aligned", "popper"]],
|
|
@@ -1147,6 +1150,7 @@ class Select(ComponentNamespace):
|
|
|
1147
1150
|
high_contrast: Whether to render the select with higher contrast color against background.
|
|
1148
1151
|
variant: The variant of the select.
|
|
1149
1152
|
radius: The radius of the select.
|
|
1153
|
+
width: The width of the select.
|
|
1150
1154
|
position: The positioning mode to use. Default is "item-aligned".
|
|
1151
1155
|
size: The size of the select: "1" | "2" | "3"
|
|
1152
1156
|
default_value: The value of the select when initially rendered. Use when you do not need to control the state of the select.
|
|
@@ -307,3 +307,12 @@ def is_prod_mode() -> bool:
|
|
|
307
307
|
constants.Env.DEV.value,
|
|
308
308
|
)
|
|
309
309
|
return current_mode == constants.Env.PROD.value
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
def should_skip_compile() -> bool:
|
|
313
|
+
"""Whether the app should skip compile.
|
|
314
|
+
|
|
315
|
+
Returns:
|
|
316
|
+
True if the app should skip compile.
|
|
317
|
+
"""
|
|
318
|
+
return os.environ.get(constants.SKIP_COMPILE_ENV_VAR) == "yes"
|
|
@@ -448,7 +448,7 @@ def get_project_hash(raise_on_fail: bool = False) -> int | None:
|
|
|
448
448
|
# Open and read the file
|
|
449
449
|
with open(constants.Reflex.JSON, "r") as file:
|
|
450
450
|
data = json.load(file)
|
|
451
|
-
return data
|
|
451
|
+
return data.get("project_hash")
|
|
452
452
|
|
|
453
453
|
|
|
454
454
|
def initialize_web_directory():
|
|
@@ -11,6 +11,7 @@ import psutil
|
|
|
11
11
|
|
|
12
12
|
from reflex import constants
|
|
13
13
|
from reflex.utils import console
|
|
14
|
+
from reflex.utils.exec import should_skip_compile
|
|
14
15
|
from reflex.utils.prerequisites import ensure_reflex_installation_id, get_project_hash
|
|
15
16
|
|
|
16
17
|
POSTHOG_API_URL: str = "https://app.posthog.com/capture/"
|
|
@@ -64,6 +65,22 @@ def get_memory() -> int:
|
|
|
64
65
|
return 0
|
|
65
66
|
|
|
66
67
|
|
|
68
|
+
def _raise_on_missing_project_hash() -> bool:
|
|
69
|
+
"""Check if an error should be raised when project hash is missing.
|
|
70
|
+
|
|
71
|
+
When running reflex with --backend-only, or doing database migration
|
|
72
|
+
operations, there is no requirement for a .web directory, so the reflex.json
|
|
73
|
+
file may not exist, and this should not be considered an error.
|
|
74
|
+
|
|
75
|
+
Returns:
|
|
76
|
+
False when compilation should be skipped (i.e. no .web directory is required).
|
|
77
|
+
Otherwise return True.
|
|
78
|
+
"""
|
|
79
|
+
if should_skip_compile():
|
|
80
|
+
return False
|
|
81
|
+
return True
|
|
82
|
+
|
|
83
|
+
|
|
67
84
|
def _prepare_event(event: str) -> dict:
|
|
68
85
|
"""Prepare the event to be sent to the PostHog server.
|
|
69
86
|
|
|
@@ -74,7 +91,7 @@ def _prepare_event(event: str) -> dict:
|
|
|
74
91
|
The event data.
|
|
75
92
|
"""
|
|
76
93
|
installation_id = ensure_reflex_installation_id()
|
|
77
|
-
project_hash = get_project_hash(raise_on_fail=
|
|
94
|
+
project_hash = get_project_hash(raise_on_fail=_raise_on_missing_project_hash())
|
|
78
95
|
|
|
79
96
|
if installation_id is None or project_hash is None:
|
|
80
97
|
console.debug(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/loading_icon.py
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/modal.py
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/navbar.py
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/demo/code/webui/components/sidebar.py
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
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/apps/sidebar/code/components/__init__.py
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
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/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.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.5a1 → reflex-0.4.5a2}/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
|