reflex 0.4.7a1__tar.gz → 0.4.7a3__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.7a1 → reflex-0.4.7a3}/PKG-INFO +1 -1
- {reflex-0.4.7a1 → reflex-0.4.7a3}/pyproject.toml +1 -1
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/custom_components/custom_components.py +32 -37
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/prerequisites.py +1 -1
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/types.py +3 -2
- {reflex-0.4.7a1 → reflex-0.4.7a3}/LICENSE +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/README.md +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/.gitignore +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/assets/favicon.ico +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/assets/github.svg +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/assets/icon.svg +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/assets/logo.svg +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/assets/paneleft.svg +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/demo.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/pages/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/pages/chatapp.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/pages/datatable.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/pages/forms.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/pages/graphing.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/pages/home.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/sidebar.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/state.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/states/form_state.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/states/pie_state.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/styles.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/chat.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/loading_icon.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/modal.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/navbar.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/sidebar.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/state.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/styles.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/tailwind.config.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/components/reflex/chakra_color_mode_provider.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/styles/tailwind.css +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/__init__.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/__main__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/admin.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/app.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/app.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/app_module_for_backend.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/compiler/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/compiler/compiler.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/compiler/templates.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/compiler/utils.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/bare.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/body.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/body.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/document.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/document.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/fragment.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/head.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/head.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/link.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/link.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/meta.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/script.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/base/script.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/badge.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/badge.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/code.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/code.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/divider.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/divider.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/keyboard_key.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/keyboard_key.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/list.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/list.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/stat.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/stat.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/table.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/table.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/tag.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/datadisplay/tag.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/accordion.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/accordion.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/tabs.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/tabs.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/transition.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/transition.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/visuallyhidden.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/disclosure/visuallyhidden.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/alert.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/alert.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/circularprogress.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/circularprogress.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/progress.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/progress.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/skeleton.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/skeleton.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/spinner.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/feedback/spinner.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/button.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/button.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/checkbox.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/checkbox.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/colormodeswitch.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/colormodeswitch.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/date_picker.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/date_picker.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/date_time_picker.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/date_time_picker.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/editable.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/editable.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/email.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/email.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/form.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/form.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/iconbutton.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/iconbutton.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/input.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/input.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/multiselect.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/numberinput.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/numberinput.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/password.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/password.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/pininput.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/pininput.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/radio.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/radio.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/rangeslider.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/rangeslider.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/select.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/select.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/slider.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/slider.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/switch.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/switch.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/textarea.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/textarea.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/time_picker.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/forms/time_picker.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/aspect_ratio.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/aspect_ratio.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/box.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/box.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/card.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/card.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/center.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/center.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/container.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/container.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/flex.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/flex.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/grid.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/grid.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/spacer.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/spacer.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/stack.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/stack.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/wrap.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/layout/wrap.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/avatar.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/avatar.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/icon.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/icon.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/image.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/media/image.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/breadcrumb.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/breadcrumb.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/link.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/link.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/linkoverlay.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/linkoverlay.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/stepper.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/navigation/stepper.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/alertdialog.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/alertdialog.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/drawer.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/drawer.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/menu.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/menu.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/modal.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/modal.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/popover.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/popover.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/tooltip.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/overlay/tooltip.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/heading.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/heading.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/highlight.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/highlight.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/span.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/span.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/text.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/chakra/typography/text.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/component.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/banner.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/colors.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/cond.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/debounce.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/foreach.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/html.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/html.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/match.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/responsive.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/upload.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/element.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/element.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/literals.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/media/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/media/icon.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/moment/moment.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/image.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/image.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/link.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/link.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/video.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/next/video.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/accordion.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/color_mode.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/color_mode.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/alertdialog.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/aspectratio.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/contextmenu.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/dropdownmenu.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/hovercard.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/iconbutton.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/radiogroup.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/scrollarea.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/textfield.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/em.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/kbd.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/quote.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/strong.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/video.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/general.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/tags/tag.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/config.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/config.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/base.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/base.pyi +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/colors.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/compiler.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/config.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/custom_components.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/event.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/installer.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/route.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/constants/style.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/event.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/experimental/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/experimental/hooks.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/middleware/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/middleware/middleware.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/model.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/page.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/reflex.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/route.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/state.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/style.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/testing.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/__init__.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/build.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/console.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/exceptions.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/exec.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/export.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/format.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/imports.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/path_ops.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/processes.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/serializers.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/telemetry.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/utils/watch.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/vars.py +0 -0
- {reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/vars.pyi +0 -0
|
@@ -71,6 +71,28 @@ def _create_package_config(module_name: str, package_name: str):
|
|
|
71
71
|
)
|
|
72
72
|
|
|
73
73
|
|
|
74
|
+
def _get_package_config(exit_on_fail: bool = True) -> dict:
|
|
75
|
+
"""Get the package configuration from the pyproject.toml file.
|
|
76
|
+
|
|
77
|
+
Args:
|
|
78
|
+
exit_on_fail: Whether to exit if the pyproject.toml file is not found.
|
|
79
|
+
|
|
80
|
+
Returns:
|
|
81
|
+
The package configuration.
|
|
82
|
+
|
|
83
|
+
Raises:
|
|
84
|
+
Exit: If the pyproject.toml file is not found.
|
|
85
|
+
"""
|
|
86
|
+
try:
|
|
87
|
+
with open(CustomComponents.PYPROJECT_TOML, "rb") as f:
|
|
88
|
+
return dict(tomlkit.load(f))
|
|
89
|
+
except (OSError, TOMLKitError) as ex:
|
|
90
|
+
console.error(f"Unable to read from pyproject.toml due to {ex}")
|
|
91
|
+
if exit_on_fail:
|
|
92
|
+
raise typer.Exit(code=1) from ex
|
|
93
|
+
raise
|
|
94
|
+
|
|
95
|
+
|
|
74
96
|
def _create_readme(module_name: str, package_name: str):
|
|
75
97
|
"""Create a package README file.
|
|
76
98
|
|
|
@@ -416,9 +438,7 @@ def _run_commands_in_subprocess(cmds: list[str]) -> bool:
|
|
|
416
438
|
|
|
417
439
|
def _make_pyi_files():
|
|
418
440
|
"""Create pyi files for the custom component."""
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
package_name = glob("custom_components/*.egg-info")[0].replace(".egg-info", "")
|
|
441
|
+
package_name = _get_package_config()["project"]["name"]
|
|
422
442
|
|
|
423
443
|
for dir, _, _ in os.walk(f"./{package_name}"):
|
|
424
444
|
if "__pycache__" in dir:
|
|
@@ -514,22 +534,10 @@ def _validate_credentials(
|
|
|
514
534
|
def _get_version_to_publish() -> str:
|
|
515
535
|
"""Get the version to publish from the pyproject.toml.
|
|
516
536
|
|
|
517
|
-
Raises:
|
|
518
|
-
Exit: If the version is not found in the pyproject.toml.
|
|
519
|
-
|
|
520
537
|
Returns:
|
|
521
538
|
The version to publish.
|
|
522
539
|
"""
|
|
523
|
-
|
|
524
|
-
try:
|
|
525
|
-
with open(CustomComponents.PYPROJECT_TOML, "rb") as f:
|
|
526
|
-
project_toml = tomlkit.parse(f.read())
|
|
527
|
-
return project_toml.get("project", {})["version"]
|
|
528
|
-
except (OSError, KeyError, TOMLKitError) as ex:
|
|
529
|
-
console.error(
|
|
530
|
-
f"Cannot find the version in {CustomComponents.PYPROJECT_TOML} due to {ex}"
|
|
531
|
-
)
|
|
532
|
-
raise typer.Exit(code=1) from ex
|
|
540
|
+
return _get_package_config()["project"]["version"]
|
|
533
541
|
|
|
534
542
|
|
|
535
543
|
def _ensure_dist_dir(version_to_publish: str, build: bool):
|
|
@@ -715,7 +723,7 @@ def publish(
|
|
|
715
723
|
_collect_details_for_gallery()
|
|
716
724
|
|
|
717
725
|
|
|
718
|
-
def _process_entered_list(input: str) -> list | None:
|
|
726
|
+
def _process_entered_list(input: str | None) -> list | None:
|
|
719
727
|
"""Process the user entered comma separated list into a list if applicable.
|
|
720
728
|
|
|
721
729
|
Args:
|
|
@@ -724,7 +732,7 @@ def _process_entered_list(input: str) -> list | None:
|
|
|
724
732
|
Returns:
|
|
725
733
|
The list of items or None.
|
|
726
734
|
"""
|
|
727
|
-
return [t.strip() for t in input.split(",") if t if input] or None
|
|
735
|
+
return [t.strip() for t in (input or "").split(",") if t if input] or None
|
|
728
736
|
|
|
729
737
|
|
|
730
738
|
def _validate_project_info():
|
|
@@ -733,12 +741,7 @@ def _validate_project_info():
|
|
|
733
741
|
Raises:
|
|
734
742
|
Exit: If the pyproject.toml file is ill-formed.
|
|
735
743
|
"""
|
|
736
|
-
|
|
737
|
-
with open(CustomComponents.PYPROJECT_TOML, "rb") as f:
|
|
738
|
-
pyproject_toml = tomlkit.parse(f.read())
|
|
739
|
-
except TOMLKitError as ex:
|
|
740
|
-
console.error(f"Unable to read from pyproject.toml due to {ex}")
|
|
741
|
-
raise typer.Exit(code=1) from ex
|
|
744
|
+
pyproject_toml = _get_package_config()
|
|
742
745
|
|
|
743
746
|
try:
|
|
744
747
|
project = pyproject_toml.get("project", {})
|
|
@@ -773,6 +776,7 @@ def _validate_project_info():
|
|
|
773
776
|
)
|
|
774
777
|
or []
|
|
775
778
|
)
|
|
779
|
+
project["keywords"] = new_keywords
|
|
776
780
|
elif keyword_action == "a":
|
|
777
781
|
new_keywords = (
|
|
778
782
|
_process_entered_list(
|
|
@@ -780,7 +784,7 @@ def _validate_project_info():
|
|
|
780
784
|
)
|
|
781
785
|
or []
|
|
782
786
|
)
|
|
783
|
-
|
|
787
|
+
project["keywords"] = project.get("keywords", []) + new_keywords
|
|
784
788
|
|
|
785
789
|
if not project.get("urls"):
|
|
786
790
|
project["urls"] = {}
|
|
@@ -795,7 +799,7 @@ def _validate_project_info():
|
|
|
795
799
|
with open(CustomComponents.PYPROJECT_TOML, "w") as f:
|
|
796
800
|
tomlkit.dump(pyproject_toml, f)
|
|
797
801
|
except (OSError, TOMLKitError) as ex:
|
|
798
|
-
console.error(f"Unable to
|
|
802
|
+
console.error(f"Unable to write to pyproject.toml due to {ex}")
|
|
799
803
|
raise typer.Exit(code=1) from ex
|
|
800
804
|
|
|
801
805
|
|
|
@@ -815,10 +819,8 @@ def _collect_details_for_gallery():
|
|
|
815
819
|
params = {}
|
|
816
820
|
package_name = None
|
|
817
821
|
try:
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
package_name = project_toml.get("project", {})["name"]
|
|
821
|
-
except (OSError, TOMLKitError, KeyError) as ex:
|
|
822
|
+
package_name = _get_package_config(exit_on_fail=False)["project"]["name"]
|
|
823
|
+
except (TOMLKitError, KeyError) as ex:
|
|
822
824
|
console.debug(
|
|
823
825
|
f"Unable to read from pyproject.toml in current directory due to {ex}"
|
|
824
826
|
)
|
|
@@ -849,13 +851,6 @@ def _collect_details_for_gallery():
|
|
|
849
851
|
console.error(f"Unable to complete request due to {he}.")
|
|
850
852
|
raise typer.Exit(code=1) from he
|
|
851
853
|
|
|
852
|
-
display_name = (
|
|
853
|
-
console.ask("[ Friendly display name for your component ] (enter to skip)")
|
|
854
|
-
or None
|
|
855
|
-
)
|
|
856
|
-
if display_name:
|
|
857
|
-
params["display_name"] = display_name
|
|
858
|
-
|
|
859
854
|
files = []
|
|
860
855
|
if (image_file_and_extension := _get_file_from_prompt_in_loop()) is not None:
|
|
861
856
|
files.append(
|
|
@@ -852,7 +852,7 @@ def needs_reinit(frontend: bool = True) -> bool:
|
|
|
852
852
|
"""
|
|
853
853
|
if not os.path.exists(constants.Config.FILE):
|
|
854
854
|
console.error(
|
|
855
|
-
f"{constants.Config.FILE} not found.
|
|
855
|
+
f"[cyan]{constants.Config.FILE}[/cyan] not found. Move to the root folder of your project, or run [bold]{constants.Reflex.MODULE_NAME} init[/bold] to start a new project."
|
|
856
856
|
)
|
|
857
857
|
raise typer.Exit(1)
|
|
858
858
|
|
|
@@ -416,11 +416,12 @@ def validate_literal(key: str, value: Any, expected_type: Type, comp_name: str):
|
|
|
416
416
|
):
|
|
417
417
|
allowed_values = expected_type.__args__
|
|
418
418
|
if value not in allowed_values:
|
|
419
|
-
|
|
419
|
+
allowed_value_str = ",".join(
|
|
420
420
|
[str(v) if not isinstance(v, str) else f"'{v}'" for v in allowed_values]
|
|
421
421
|
)
|
|
422
|
+
value_str = f"'{value}'" if isinstance(value, str) else value
|
|
422
423
|
raise ValueError(
|
|
423
|
-
f"prop value for {str(key)} of the `{comp_name}` component should be one of the following: {
|
|
424
|
+
f"prop value for {str(key)} of the `{comp_name}` component should be one of the following: {allowed_value_str}. Got {value_str} instead"
|
|
424
425
|
)
|
|
425
426
|
|
|
426
427
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/loading_icon.py
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/modal.py
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/navbar.py
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/apps/demo/code/webui/components/sidebar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/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.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.4.7a1 → reflex-0.4.7a3}/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
|