reflex 0.5.0a2__tar.gz → 0.5.0a3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- {reflex-0.5.0a2 → reflex-0.5.0a3}/PKG-INFO +1 -1
- {reflex-0.5.0a2 → reflex-0.5.0a3}/pyproject.toml +1 -1
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/demo.py +1 -1
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/accordion.py +4 -4
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/color_mode.py +25 -1
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/color_mode.pyi +178 -1
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/custom_components/custom_components.py +2 -1
- {reflex-0.5.0a2 → reflex-0.5.0a3}/LICENSE +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/README.md +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/blank/assets/favicon.ico +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/blank/code/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/blank/code/blank.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/.gitignore +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/assets/favicon.ico +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/assets/github.svg +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/assets/icon.svg +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/assets/logo.svg +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/assets/paneleft.svg +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/pages/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/pages/chatapp.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/pages/datatable.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/pages/forms.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/pages/graphing.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/pages/home.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/sidebar.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/state.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/states/form_state.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/states/pie_state.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/styles.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/chat.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/loading_icon.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/modal.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/navbar.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/sidebar.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/state.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/styles.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/app/rxconfig.py.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/README.md.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/__init__.py.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/src.py.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/package.json.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/_app.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/_document.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/base_page.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/component.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/index.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/utils.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/styles/styles.css.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/tailwind.config.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/utils/context.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/utils/theme.js.jinja2 +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/.gitignore +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/components/reflex/chakra_color_mode_provider.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/components/reflex/radix_themes_color_mode_provider.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/jsconfig.json +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/next.config.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/postcss.config.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/styles/tailwind.css +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/utils/client_side_routing.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/utils/helpers/dataeditor.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/utils/helpers/debounce.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/utils/helpers/range.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/utils/helpers/throttle.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/web/utils/state.js +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/__init__.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/__main__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/admin.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/app.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/app_module_for_backend.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/compiler/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/compiler/compiler.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/compiler/templates.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/compiler/utils.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/app_wrap.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/app_wrap.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/bare.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/body.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/body.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/document.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/document.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/fragment.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/fragment.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/head.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/head.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/link.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/link.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/meta.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/meta.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/script.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/base/script.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/badge.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/badge.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/code.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/code.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/divider.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/divider.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/keyboard_key.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/keyboard_key.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/list.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/list.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/stat.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/stat.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/table.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/table.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/tag.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/datadisplay/tag.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/accordion.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/accordion.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/tabs.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/tabs.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/transition.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/transition.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/visuallyhidden.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/disclosure/visuallyhidden.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/alert.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/alert.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/circularprogress.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/circularprogress.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/progress.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/progress.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/skeleton.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/skeleton.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/spinner.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/feedback/spinner.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/button.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/button.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/checkbox.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/checkbox.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/colormodeswitch.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/colormodeswitch.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/date_picker.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/date_picker.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/date_time_picker.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/date_time_picker.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/editable.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/editable.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/email.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/email.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/form.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/form.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/iconbutton.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/iconbutton.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/input.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/input.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/multiselect.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/numberinput.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/numberinput.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/password.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/password.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/pininput.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/pininput.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/radio.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/radio.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/rangeslider.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/rangeslider.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/select.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/select.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/slider.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/slider.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/switch.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/switch.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/textarea.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/textarea.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/time_picker.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/forms/time_picker.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/aspect_ratio.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/aspect_ratio.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/box.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/box.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/card.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/card.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/center.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/center.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/container.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/container.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/flex.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/flex.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/grid.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/grid.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/spacer.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/spacer.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/stack.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/stack.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/wrap.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/layout/wrap.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/avatar.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/avatar.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/icon.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/icon.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/image.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/media/image.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/breadcrumb.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/breadcrumb.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/link.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/link.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/linkoverlay.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/linkoverlay.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/stepper.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/navigation/stepper.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/alertdialog.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/alertdialog.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/drawer.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/drawer.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/menu.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/menu.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/modal.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/modal.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/popover.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/popover.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/tooltip.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/overlay/tooltip.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/heading.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/heading.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/highlight.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/highlight.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/span.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/span.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/text.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/chakra/typography/text.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/component.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/banner.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/banner.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/client_side_routing.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/client_side_routing.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/colors.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/cond.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/debounce.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/debounce.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/foreach.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/html.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/html.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/layout/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/match.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/responsive.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/upload.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/core/upload.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/datadisplay/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/datadisplay/code.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/datadisplay/code.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/datadisplay/dataeditor.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/datadisplay/dataeditor.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/datadisplay/logo.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/constants/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/constants/html.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/constants/react.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/constants/reflex.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/element.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/element.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/forms.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/forms.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/inline.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/inline.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/media.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/media.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/metadata.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/metadata.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/other.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/other.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/scripts.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/scripts.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/sectioning.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/sectioning.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/tables.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/tables.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/typography.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/el/elements/typography.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/gridjs/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/gridjs/datatable.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/gridjs/datatable.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/literals.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/lucide/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/lucide/icon.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/lucide/icon.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/markdown/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/markdown/markdown.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/markdown/markdown.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/media/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/media/icon.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/moment/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/moment/moment.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/moment/moment.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/image.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/image.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/link.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/link.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/video.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/next/video.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/plotly/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/plotly/plotly.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/plotly/plotly.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/accordion.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/drawer.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/drawer.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/form.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/form.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/progress.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/progress.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/slider.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/primitives/slider.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/alert_dialog.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/alert_dialog.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/aspect_ratio.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/aspect_ratio.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/avatar.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/avatar.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/badge.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/badge.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/button.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/button.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/callout.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/callout.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/card.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/card.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/checkbox.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/checkbox.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/checkbox_cards.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/checkbox_cards.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/checkbox_group.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/checkbox_group.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/context_menu.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/context_menu.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/data_list.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/data_list.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/dialog.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/dialog.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/dropdown_menu.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/dropdown_menu.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/hover_card.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/hover_card.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/icon_button.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/icon_button.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/inset.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/inset.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/popover.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/popover.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/progress.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/progress.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/radio.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/radio.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/radio_cards.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/radio_cards.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/radio_group.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/radio_group.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/scroll_area.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/scroll_area.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/segmented_control.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/segmented_control.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/select.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/select.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/separator.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/separator.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/skeleton.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/skeleton.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/slider.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/slider.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/spinner.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/spinner.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/switch.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/switch.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/table.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/table.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/tabs.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/tabs.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/text_area.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/text_area.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/text_field.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/text_field.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/tooltip.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/components/tooltip.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/box.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/box.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/center.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/center.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/container.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/container.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/flex.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/flex.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/grid.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/grid.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/list.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/list.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/section.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/section.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/spacer.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/spacer.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/stack.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/layout/stack.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/blockquote.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/blockquote.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/code.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/code.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/heading.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/heading.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/link.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/link.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/text.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/radix/themes/typography/text.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/audio.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/audio.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/react_player.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/react_player.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/video.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/react_player/video.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/cartesian.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/cartesian.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/charts.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/charts.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/general.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/general.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/polar.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/polar.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/recharts.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/recharts/recharts.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/sonner/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/sonner/toast.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/sonner/toast.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/suneditor/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/suneditor/editor.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/suneditor/editor.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/tags/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/tags/cond_tag.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/tags/iter_tag.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/tags/match_tag.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/tags/tag.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/components/tags/tagless.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/config.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/config.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/base.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/base.pyi +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/colors.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/compiler.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/config.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/custom_components.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/event.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/installer.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/route.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/constants/style.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/custom_components/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/event.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/experimental/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/experimental/hooks.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/experimental/layout.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/experimental/misc.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/middleware/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/middleware/hydrate_middleware.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/middleware/middleware.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/model.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/page.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/reflex.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/route.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/state.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/style.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/testing.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/__init__.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/build.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/compat.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/console.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/exceptions.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/exec.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/export.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/format.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/imports.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/path_ops.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/prerequisites.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/processes.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/pyi_generator.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/serializers.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/telemetry.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/types.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/utils/watch.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/vars.py +0 -0
- {reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/vars.pyi +0 -0
|
@@ -44,7 +44,7 @@ def template(main_content: Callable[[], rx.Component]) -> rx.Component:
|
|
|
44
44
|
),
|
|
45
45
|
rx.chakra.menu_item(
|
|
46
46
|
rx.chakra.link(
|
|
47
|
-
"Contact", href="mailto:founders
|
|
47
|
+
"Contact", href="mailto:founders@reflex.dev", width="100%"
|
|
48
48
|
)
|
|
49
49
|
),
|
|
50
50
|
),
|
|
@@ -266,12 +266,12 @@ class AccordionItem(AccordionComponent):
|
|
|
266
266
|
"&:first-child": {
|
|
267
267
|
"margin_top": 0,
|
|
268
268
|
"border_top": 0,
|
|
269
|
-
"border_top_left_radius": "
|
|
270
|
-
"border_top_right_radius": "
|
|
269
|
+
"border_top_left_radius": "var(--radius-4)",
|
|
270
|
+
"border_top_right_radius": "var(--radius-4)",
|
|
271
271
|
},
|
|
272
272
|
"&:last-child": {
|
|
273
|
-
"border_bottom_left_radius": "
|
|
274
|
-
"border_bottom_right_radius": "
|
|
273
|
+
"border_bottom_left_radius": "var(--radius-4)",
|
|
274
|
+
"border_bottom_right_radius": "var(--radius-4)",
|
|
275
275
|
},
|
|
276
276
|
"&:focus-within": {
|
|
277
277
|
"position": "relative",
|
|
@@ -23,7 +23,8 @@ from typing import Literal, get_args
|
|
|
23
23
|
from reflex.components.component import BaseComponent
|
|
24
24
|
from reflex.components.core.cond import Cond, color_mode_cond, cond
|
|
25
25
|
from reflex.components.lucide.icon import Icon
|
|
26
|
-
from reflex.
|
|
26
|
+
from reflex.components.radix.themes.components.switch import Switch
|
|
27
|
+
from reflex.style import LIGHT_COLOR_MODE, color_mode, toggle_color_mode
|
|
27
28
|
from reflex.utils import console
|
|
28
29
|
from reflex.vars import BaseVar, Var
|
|
29
30
|
|
|
@@ -143,11 +144,34 @@ class ColorModeIconButton(IconButton):
|
|
|
143
144
|
)
|
|
144
145
|
|
|
145
146
|
|
|
147
|
+
class ColorModeSwitch(Switch):
|
|
148
|
+
"""Switch for toggling light / dark mode via toggle_color_mode."""
|
|
149
|
+
|
|
150
|
+
@classmethod
|
|
151
|
+
def create(cls, *children, **props):
|
|
152
|
+
"""Create a switch component bound to color_mode.
|
|
153
|
+
|
|
154
|
+
Args:
|
|
155
|
+
*children: The children of the component.
|
|
156
|
+
**props: The props to pass to the component.
|
|
157
|
+
|
|
158
|
+
Returns:
|
|
159
|
+
The switch component.
|
|
160
|
+
"""
|
|
161
|
+
return Switch.create(
|
|
162
|
+
*children,
|
|
163
|
+
checked=color_mode != LIGHT_COLOR_MODE,
|
|
164
|
+
on_change=toggle_color_mode,
|
|
165
|
+
**props,
|
|
166
|
+
)
|
|
167
|
+
|
|
168
|
+
|
|
146
169
|
class ColorModeNamespace(BaseVar):
|
|
147
170
|
"""Namespace for color mode components."""
|
|
148
171
|
|
|
149
172
|
icon = staticmethod(ColorModeIcon.create)
|
|
150
173
|
button = staticmethod(ColorModeIconButton.create)
|
|
174
|
+
switch = staticmethod(ColorModeSwitch.create)
|
|
151
175
|
|
|
152
176
|
|
|
153
177
|
color_mode_var_and_namespace = ColorModeNamespace(**dataclasses.asdict(color_mode))
|
|
@@ -12,7 +12,8 @@ from typing import Literal, get_args
|
|
|
12
12
|
from reflex.components.component import BaseComponent
|
|
13
13
|
from reflex.components.core.cond import Cond, color_mode_cond, cond
|
|
14
14
|
from reflex.components.lucide.icon import Icon
|
|
15
|
-
from reflex.
|
|
15
|
+
from reflex.components.radix.themes.components.switch import Switch
|
|
16
|
+
from reflex.style import LIGHT_COLOR_MODE, color_mode, toggle_color_mode
|
|
16
17
|
from reflex.utils import console
|
|
17
18
|
from reflex.vars import BaseVar, Var
|
|
18
19
|
from .components.icon_button import IconButton
|
|
@@ -362,8 +363,184 @@ class ColorModeIconButton(IconButton):
|
|
|
362
363
|
"""
|
|
363
364
|
...
|
|
364
365
|
|
|
366
|
+
class ColorModeSwitch(Switch):
|
|
367
|
+
@overload
|
|
368
|
+
@classmethod
|
|
369
|
+
def create( # type: ignore
|
|
370
|
+
cls,
|
|
371
|
+
*children,
|
|
372
|
+
as_child: Optional[Union[Var[bool], bool]] = None,
|
|
373
|
+
default_checked: Optional[Union[Var[bool], bool]] = None,
|
|
374
|
+
checked: Optional[Union[Var[bool], bool]] = None,
|
|
375
|
+
disabled: Optional[Union[Var[bool], bool]] = None,
|
|
376
|
+
required: Optional[Union[Var[bool], bool]] = None,
|
|
377
|
+
name: Optional[Union[Var[str], str]] = None,
|
|
378
|
+
value: Optional[Union[Var[str], str]] = None,
|
|
379
|
+
size: Optional[
|
|
380
|
+
Union[Var[Literal["1", "2", "3"]], Literal["1", "2", "3"]]
|
|
381
|
+
] = None,
|
|
382
|
+
variant: Optional[
|
|
383
|
+
Union[
|
|
384
|
+
Var[Literal["classic", "surface", "soft"]],
|
|
385
|
+
Literal["classic", "surface", "soft"],
|
|
386
|
+
]
|
|
387
|
+
] = None,
|
|
388
|
+
color_scheme: Optional[
|
|
389
|
+
Union[
|
|
390
|
+
Var[
|
|
391
|
+
Literal[
|
|
392
|
+
"tomato",
|
|
393
|
+
"red",
|
|
394
|
+
"ruby",
|
|
395
|
+
"crimson",
|
|
396
|
+
"pink",
|
|
397
|
+
"plum",
|
|
398
|
+
"purple",
|
|
399
|
+
"violet",
|
|
400
|
+
"iris",
|
|
401
|
+
"indigo",
|
|
402
|
+
"blue",
|
|
403
|
+
"cyan",
|
|
404
|
+
"teal",
|
|
405
|
+
"jade",
|
|
406
|
+
"green",
|
|
407
|
+
"grass",
|
|
408
|
+
"brown",
|
|
409
|
+
"orange",
|
|
410
|
+
"sky",
|
|
411
|
+
"mint",
|
|
412
|
+
"lime",
|
|
413
|
+
"yellow",
|
|
414
|
+
"amber",
|
|
415
|
+
"gold",
|
|
416
|
+
"bronze",
|
|
417
|
+
"gray",
|
|
418
|
+
]
|
|
419
|
+
],
|
|
420
|
+
Literal[
|
|
421
|
+
"tomato",
|
|
422
|
+
"red",
|
|
423
|
+
"ruby",
|
|
424
|
+
"crimson",
|
|
425
|
+
"pink",
|
|
426
|
+
"plum",
|
|
427
|
+
"purple",
|
|
428
|
+
"violet",
|
|
429
|
+
"iris",
|
|
430
|
+
"indigo",
|
|
431
|
+
"blue",
|
|
432
|
+
"cyan",
|
|
433
|
+
"teal",
|
|
434
|
+
"jade",
|
|
435
|
+
"green",
|
|
436
|
+
"grass",
|
|
437
|
+
"brown",
|
|
438
|
+
"orange",
|
|
439
|
+
"sky",
|
|
440
|
+
"mint",
|
|
441
|
+
"lime",
|
|
442
|
+
"yellow",
|
|
443
|
+
"amber",
|
|
444
|
+
"gold",
|
|
445
|
+
"bronze",
|
|
446
|
+
"gray",
|
|
447
|
+
],
|
|
448
|
+
]
|
|
449
|
+
] = None,
|
|
450
|
+
high_contrast: Optional[Union[Var[bool], bool]] = None,
|
|
451
|
+
radius: Optional[
|
|
452
|
+
Union[
|
|
453
|
+
Var[Literal["none", "small", "full"]], Literal["none", "small", "full"]
|
|
454
|
+
]
|
|
455
|
+
] = None,
|
|
456
|
+
style: Optional[Style] = None,
|
|
457
|
+
key: Optional[Any] = None,
|
|
458
|
+
id: Optional[Any] = None,
|
|
459
|
+
class_name: Optional[Any] = None,
|
|
460
|
+
autofocus: Optional[bool] = None,
|
|
461
|
+
custom_attrs: Optional[Dict[str, Union[Var, str]]] = None,
|
|
462
|
+
on_blur: Optional[
|
|
463
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
464
|
+
] = None,
|
|
465
|
+
on_change: Optional[
|
|
466
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
467
|
+
] = None,
|
|
468
|
+
on_click: Optional[
|
|
469
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
470
|
+
] = None,
|
|
471
|
+
on_context_menu: Optional[
|
|
472
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
473
|
+
] = None,
|
|
474
|
+
on_double_click: Optional[
|
|
475
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
476
|
+
] = None,
|
|
477
|
+
on_focus: Optional[
|
|
478
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
479
|
+
] = None,
|
|
480
|
+
on_mount: Optional[
|
|
481
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
482
|
+
] = None,
|
|
483
|
+
on_mouse_down: Optional[
|
|
484
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
485
|
+
] = None,
|
|
486
|
+
on_mouse_enter: Optional[
|
|
487
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
488
|
+
] = None,
|
|
489
|
+
on_mouse_leave: Optional[
|
|
490
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
491
|
+
] = None,
|
|
492
|
+
on_mouse_move: Optional[
|
|
493
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
494
|
+
] = None,
|
|
495
|
+
on_mouse_out: Optional[
|
|
496
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
497
|
+
] = None,
|
|
498
|
+
on_mouse_over: Optional[
|
|
499
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
500
|
+
] = None,
|
|
501
|
+
on_mouse_up: Optional[
|
|
502
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
503
|
+
] = None,
|
|
504
|
+
on_scroll: Optional[
|
|
505
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
506
|
+
] = None,
|
|
507
|
+
on_unmount: Optional[
|
|
508
|
+
Union[EventHandler, EventSpec, list, function, BaseVar]
|
|
509
|
+
] = None,
|
|
510
|
+
**props
|
|
511
|
+
) -> "ColorModeSwitch":
|
|
512
|
+
"""Create a switch component bound to color_mode.
|
|
513
|
+
|
|
514
|
+
Args:
|
|
515
|
+
*children: The children of the component.
|
|
516
|
+
as_child: Change the default rendered element for the one passed as a child, merging their props and behavior.
|
|
517
|
+
default_checked: Whether the switch is checked by default
|
|
518
|
+
checked: Whether the switch is checked
|
|
519
|
+
disabled: If true, prevent the user from interacting with the switch
|
|
520
|
+
required: If true, the user must interact with the switch to submit the form
|
|
521
|
+
name: The name of the switch (when submitting a form)
|
|
522
|
+
value: The value associated with the "on" position
|
|
523
|
+
size: Switch size "1" - "4"
|
|
524
|
+
variant: Variant of switch: "classic" | "surface" | "soft"
|
|
525
|
+
color_scheme: Override theme color for switch
|
|
526
|
+
high_contrast: Whether to render the switch with higher contrast color against background
|
|
527
|
+
radius: Override theme radius for switch: "none" | "small" | "full"
|
|
528
|
+
style: The style of the component.
|
|
529
|
+
key: A unique key for the component.
|
|
530
|
+
id: The id for the component.
|
|
531
|
+
class_name: The class name for the component.
|
|
532
|
+
autofocus: Whether the component should take the focus once the page is loaded
|
|
533
|
+
custom_attrs: custom attribute
|
|
534
|
+
**props: The props to pass to the component.
|
|
535
|
+
|
|
536
|
+
Returns:
|
|
537
|
+
The switch component.
|
|
538
|
+
"""
|
|
539
|
+
...
|
|
540
|
+
|
|
365
541
|
class ColorModeNamespace(BaseVar):
|
|
366
542
|
icon = staticmethod(ColorModeIcon.create)
|
|
367
543
|
button = staticmethod(ColorModeIconButton.create)
|
|
544
|
+
switch = staticmethod(ColorModeSwitch.create)
|
|
368
545
|
|
|
369
546
|
color_mode_var_and_namespace = ColorModeNamespace(**dataclasses.asdict(color_mode))
|
|
@@ -20,7 +20,6 @@ from reflex import constants
|
|
|
20
20
|
from reflex.config import get_config
|
|
21
21
|
from reflex.constants import CustomComponents
|
|
22
22
|
from reflex.utils import console
|
|
23
|
-
from reflex.utils.pyi_generator import PyiGenerator
|
|
24
23
|
|
|
25
24
|
config = get_config()
|
|
26
25
|
custom_components_cli = typer.Typer()
|
|
@@ -438,6 +437,8 @@ def _run_commands_in_subprocess(cmds: list[str]) -> bool:
|
|
|
438
437
|
|
|
439
438
|
def _make_pyi_files():
|
|
440
439
|
"""Create pyi files for the custom component."""
|
|
440
|
+
from reflex.utils.pyi_generator import PyiGenerator
|
|
441
|
+
|
|
441
442
|
package_name = _get_package_config()["project"]["name"]
|
|
442
443
|
|
|
443
444
|
for dir, _, _ in os.walk(f"./{package_name}"):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
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.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/loading_icon.py
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/modal.py
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/navbar.py
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/apps/demo/code/webui/components/sidebar.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/README.md.jinja2
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/__init__.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/demo_app.py.jinja2
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/custom_components/pyproject.toml.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/custom_component.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/stateful_component.js.jinja2
RENAMED
|
File without changes
|
{reflex-0.5.0a2 → reflex-0.5.0a3}/reflex/.templates/jinja/web/pages/stateful_components.js.jinja2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|