reflex/integration
Masen Furer 4206afeb7b
[REF-1958] Remove shadowed radix css props (#2590)
* style: shorthand replacements need camelCase

Avoid warning on terminal and in browser console from using kebab-case CSS
props with emotion.

* _rename_props only replace prop name once

In case the value also contains the prop name, we don't want to replace it
multiple times.

* pyi_generator: ignore _rename_props in create signature

* Avoid shadowing CSS prop `display` and `gap`

Replace usages of `gap` with `spacing` to retain Radix sizing number system,
while allowing users to specify a responsive `gap` using CSS units.

Remove `display` props from radix components, allowing `display` to accept
responsive lists.

* checkbox: apply `gap` to `flex` if provided

* Remove _rename_props from .create signatures

* Fix spacing prop in blank template

* Fixup tests after changing style shorthand to return camelCase
2024-02-13 10:06:28 -08:00
..
benchmarks [REF-1958] Remove shadowed radix css props (#2590) 2024-02-13 10:06:28 -08:00
init-test reflex_init_in_docker_test: export both frontend and backend (#2182) 2023-11-16 14:21:54 -08:00
__init__.py Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00
conftest.py fix SmartDisplay visible parameter (#2451) 2024-01-24 17:41:16 -08:00
test_background_task.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_call_script.py Merge remote-tracking branch 'origin/main' into reflex-0.4.0 2024-02-12 12:22:50 -08:00
test_client_storage.py Merge remote-tracking branch 'origin/main' into reflex-0.4.0 2024-02-09 19:38:35 -08:00
test_connection_banner.py apps should no longer call "app.compile()" (#2291) 2023-12-18 16:06:21 -08:00
test_dynamic_routes.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_event_actions.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_event_chain.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_form_submit.py Rename components in top level namespace (#2589) 2024-02-12 21:35:49 -08:00
test_input.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_large_state.py simple pytest benchmark for measuring event <=> state update round trip time (#2489) 2024-01-30 15:55:55 -08:00
test_login_flow.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_server_side_event.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_state_inheritance.py Merge remote-tracking branch 'origin/main' into reflex-0.4.0 2024-02-08 10:17:34 -08:00
test_table.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_tailwind.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_upload.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
test_var_operations.py Move core components to radix namespace (#2506) 2024-02-02 14:26:46 -08:00
utils.py Client-side storage / State integration (#1629) 2023-08-30 12:43:29 -07:00