solara 1.30.0__py2.py3-none-any.whl → 1.31.0__py2.py3-none-any.whl
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.
- {solara-1.30.0.dist-info → solara-1.31.0.dist-info}/METADATA +7 -42
- solara-1.31.0.dist-info/RECORD +5 -0
- {solara-1.30.0.dist-info → solara-1.31.0.dist-info}/WHEEL +1 -1
- {solara/template/portal → solara-1.31.0.dist-info/licenses}/LICENSE +1 -1
- solara/__init__.py +0 -123
- solara/__main__.py +0 -734
- solara/alias.py +0 -6
- solara/autorouting.py +0 -554
- solara/cache.py +0 -294
- solara/checks.html +0 -71
- solara/checks.py +0 -224
- solara/comm.py +0 -28
- solara/components/__init__.py +0 -59
- solara/components/alert.py +0 -155
- solara/components/applayout.py +0 -393
- solara/components/button.py +0 -85
- solara/components/card.py +0 -87
- solara/components/checkbox.py +0 -50
- solara/components/code_highlight_css.py +0 -11
- solara/components/code_highlight_css.vue +0 -63
- solara/components/columns.py +0 -159
- solara/components/component_vue.py +0 -109
- solara/components/cross_filter.py +0 -335
- solara/components/dataframe.py +0 -546
- solara/components/datatable.py +0 -221
- solara/components/datatable.vue +0 -175
- solara/components/details.py +0 -21
- solara/components/download.vue +0 -35
- solara/components/echarts.py +0 -75
- solara/components/echarts.vue +0 -128
- solara/components/figure_altair.py +0 -39
- solara/components/file_browser.py +0 -182
- solara/components/file_download.py +0 -199
- solara/components/file_drop.py +0 -139
- solara/components/file_drop.vue +0 -83
- solara/components/file_list_widget.vue +0 -78
- solara/components/head.py +0 -27
- solara/components/head_tag.py +0 -49
- solara/components/head_tag.vue +0 -60
- solara/components/image.py +0 -173
- solara/components/input.py +0 -440
- solara/components/link.py +0 -55
- solara/components/markdown.py +0 -371
- solara/components/markdown_editor.py +0 -25
- solara/components/markdown_editor.vue +0 -362
- solara/components/matplotlib.py +0 -74
- solara/components/meta.py +0 -47
- solara/components/misc.py +0 -333
- solara/components/pivot_table.py +0 -258
- solara/components/pivot_table.vue +0 -158
- solara/components/progress.py +0 -47
- solara/components/select.py +0 -186
- solara/components/select.vue +0 -27
- solara/components/slider.py +0 -442
- solara/components/slider_date.vue +0 -56
- solara/components/spinner-solara.vue +0 -105
- solara/components/spinner.py +0 -30
- solara/components/sql_code.py +0 -33
- solara/components/sql_code.vue +0 -128
- solara/components/style.py +0 -105
- solara/components/switch.py +0 -68
- solara/components/tab_navigation.py +0 -37
- solara/components/title.py +0 -90
- solara/components/title.vue +0 -38
- solara/components/togglebuttons.py +0 -202
- solara/components/tooltip.py +0 -61
- solara/datatypes.py +0 -143
- solara/express.py +0 -241
- solara/hooks/__init__.py +0 -4
- solara/hooks/dataframe.py +0 -99
- solara/hooks/misc.py +0 -263
- solara/hooks/use_reactive.py +0 -129
- solara/hooks/use_thread.py +0 -129
- solara/kitchensink.py +0 -8
- solara/lab/__init__.py +0 -34
- solara/lab/components/__init__.py +0 -6
- solara/lab/components/chat.py +0 -203
- solara/lab/components/confirmation_dialog.py +0 -165
- solara/lab/components/cross_filter.py +0 -7
- solara/lab/components/input_date.py +0 -298
- solara/lab/components/menu.py +0 -181
- solara/lab/components/menu.vue +0 -38
- solara/lab/components/tabs.py +0 -274
- solara/lab/components/theming.py +0 -98
- solara/lab/components/theming.vue +0 -72
- solara/lab/hooks/__init__.py +0 -0
- solara/lab/hooks/dataframe.py +0 -12
- solara/lab/toestand.py +0 -3
- solara/lab/utils/__init__.py +0 -2
- solara/lab/utils/cookies.py +0 -5
- solara/lab/utils/dataframe.py +0 -115
- solara/lab/utils/headers.py +0 -5
- solara/layout.py +0 -44
- solara/minisettings.py +0 -133
- solara/py.typed +0 -0
- solara/reactive.py +0 -93
- solara/routing.py +0 -268
- solara/scope/__init__.py +0 -87
- solara/scope/types.py +0 -55
- solara/server/__init__.py +0 -0
- solara/server/app.py +0 -490
- solara/server/assets/custom.css +0 -1
- solara/server/assets/custom.js +0 -1
- solara/server/assets/favicon.png +0 -0
- solara/server/assets/favicon.svg +0 -5
- solara/server/assets/style.css +0 -1665
- solara/server/assets/theme-dark.css +0 -437
- solara/server/assets/theme-light.css +0 -420
- solara/server/assets/theme.js +0 -3
- solara/server/cdn_helper.py +0 -77
- solara/server/esm.py +0 -69
- solara/server/fastapi.py +0 -5
- solara/server/flask.py +0 -286
- solara/server/jupyter/__init__.py +0 -2
- solara/server/jupyter/cdn_handler.py +0 -28
- solara/server/jupyter/server_extension.py +0 -29
- solara/server/jupytertools.py +0 -46
- solara/server/kernel.py +0 -319
- solara/server/kernel_context.py +0 -393
- solara/server/patch.py +0 -552
- solara/server/reload.py +0 -242
- solara/server/server.py +0 -437
- solara/server/settings.py +0 -212
- solara/server/shell.py +0 -240
- solara/server/starlette.py +0 -597
- solara/server/static/ansi.js +0 -270
- solara/server/static/highlight-dark.css +0 -82
- solara/server/static/highlight.css +0 -43
- solara/server/static/main-vuetify.js +0 -260
- solara/server/static/main.js +0 -163
- solara/server/static/solara_bootstrap.py +0 -129
- solara/server/static/sun.svg +0 -23
- solara/server/static/webworker.js +0 -42
- solara/server/telemetry.py +0 -212
- solara/server/templates/index.html.j2 +0 -1
- solara/server/templates/loader-plain.css +0 -11
- solara/server/templates/loader-plain.html +0 -20
- solara/server/templates/loader-solara.css +0 -111
- solara/server/templates/loader-solara.html +0 -40
- solara/server/templates/plain.html +0 -82
- solara/server/templates/solara.html.j2 +0 -446
- solara/server/threaded.py +0 -75
- solara/server/utils.py +0 -30
- solara/server/websocket.py +0 -44
- solara/settings.py +0 -56
- solara/tasks.py +0 -847
- solara/template/button.py +0 -16
- solara/template/markdown.py +0 -42
- solara/template/portal/.flake8 +0 -6
- solara/template/portal/.pre-commit-config.yaml +0 -28
- solara/template/portal/Procfile +0 -7
- solara/template/portal/mypy.ini +0 -3
- solara/template/portal/pyproject.toml +0 -26
- solara/template/portal/solara_portal/__init__.py +0 -3
- solara/template/portal/solara_portal/components/__init__.py +0 -2
- solara/template/portal/solara_portal/components/article.py +0 -28
- solara/template/portal/solara_portal/components/data.py +0 -28
- solara/template/portal/solara_portal/components/header.py +0 -6
- solara/template/portal/solara_portal/components/layout.py +0 -6
- solara/template/portal/solara_portal/content/articles/equis-in-vidi.md +0 -85
- solara/template/portal/solara_portal/content/articles/substiterat-vati.md +0 -70
- solara/template/portal/solara_portal/data.py +0 -60
- solara/template/portal/solara_portal/pages/__init__.py +0 -67
- solara/template/portal/solara_portal/pages/article/__init__.py +0 -26
- solara/template/portal/solara_portal/pages/tabular.py +0 -29
- solara/template/portal/solara_portal/pages/viz/__init__.py +0 -69
- solara/template/portal/solara_portal/pages/viz/overview.py +0 -14
- solara/test/__init__.py +0 -0
- solara/test/pytest_plugin.py +0 -698
- solara/toestand.py +0 -772
- solara/util.py +0 -308
- solara/website/__init__.py +0 -0
- solara/website/assets/custom.css +0 -462
- solara/website/assets/images/logo-small.png +0 -0
- solara/website/assets/images/logo.svg +0 -17
- solara/website/assets/images/logo_white.svg +0 -50
- solara/website/assets/theme.js +0 -8
- solara/website/components/__init__.py +0 -5
- solara/website/components/algolia.vue +0 -24
- solara/website/components/algolia_api.vue +0 -157
- solara/website/components/docs.py +0 -118
- solara/website/components/header.py +0 -72
- solara/website/components/hero.py +0 -15
- solara/website/components/mailchimp.py +0 -12
- solara/website/components/mailchimp.vue +0 -47
- solara/website/components/notebook.py +0 -172
- solara/website/pages/__init__.py +0 -564
- solara/website/pages/apps/__init__.py +0 -16
- solara/website/pages/apps/authorization/__init__.py +0 -118
- solara/website/pages/apps/authorization/admin.py +0 -12
- solara/website/pages/apps/authorization/users.py +0 -12
- solara/website/pages/apps/jupyter-dashboard-1.py +0 -116
- solara/website/pages/apps/layout-demo.py +0 -40
- solara/website/pages/apps/multipage/__init__.py +0 -38
- solara/website/pages/apps/multipage/page1.py +0 -26
- solara/website/pages/apps/multipage/page2.py +0 -34
- solara/website/pages/apps/scatter.py +0 -136
- solara/website/pages/apps/scrolling.py +0 -63
- solara/website/pages/apps/tutorial-streamlit.py +0 -18
- solara/website/pages/changelog/__init__.py +0 -8
- solara/website/pages/changelog/changelog.md +0 -180
- solara/website/pages/contact/__init__.py +0 -8
- solara/website/pages/contact/contact.md +0 -17
- solara/website/pages/doc_use_download.py +0 -85
- solara/website/pages/documentation/__init__.py +0 -184
- solara/website/pages/documentation/advanced/__init__.py +0 -36
- solara/website/pages/documentation/advanced/content/00-overview.md +0 -1
- solara/website/pages/documentation/advanced/content/10-howto/00-overview.md +0 -1
- solara/website/pages/documentation/advanced/content/10-howto/10-multipage.md +0 -191
- solara/website/pages/documentation/advanced/content/10-howto/20-layout.md +0 -120
- solara/website/pages/documentation/advanced/content/10-howto/30-testing.md +0 -149
- solara/website/pages/documentation/advanced/content/10-howto/31-debugging.md +0 -66
- solara/website/pages/documentation/advanced/content/10-howto/40-embed.md +0 -43
- solara/website/pages/documentation/advanced/content/10-howto/50-ipywidget_libraries.md +0 -120
- solara/website/pages/documentation/advanced/content/20-understanding/00-introduction.md +0 -4
- solara/website/pages/documentation/advanced/content/20-understanding/05-ipywidgets.md +0 -30
- solara/website/pages/documentation/advanced/content/20-understanding/06-ipyvuetify.md +0 -38
- solara/website/pages/documentation/advanced/content/20-understanding/10-reacton.md +0 -24
- solara/website/pages/documentation/advanced/content/20-understanding/12-reacton-basics.md +0 -104
- solara/website/pages/documentation/advanced/content/20-understanding/15-anatomy.md +0 -19
- solara/website/pages/documentation/advanced/content/20-understanding/17-rules-of-hooks.md +0 -3
- solara/website/pages/documentation/advanced/content/20-understanding/18-containers.md +0 -160
- solara/website/pages/documentation/advanced/content/20-understanding/20-solara.md +0 -13
- solara/website/pages/documentation/advanced/content/20-understanding/40-routing.md +0 -236
- solara/website/pages/documentation/advanced/content/20-understanding/50-solara-server.md +0 -81
- solara/website/pages/documentation/advanced/content/20-understanding/60-voila.md +0 -7
- solara/website/pages/documentation/advanced/content/30-enterprise/00-overview.md +0 -1
- solara/website/pages/documentation/advanced/content/30-enterprise/10-oauth.md +0 -167
- solara/website/pages/documentation/advanced/content/40-development/00-overview.md +0 -0
- solara/website/pages/documentation/advanced/content/40-development/01-contribute.md +0 -41
- solara/website/pages/documentation/advanced/content/40-development/10-setup.md +0 -72
- solara/website/pages/documentation/advanced/content/__init__.py +0 -0
- solara/website/pages/documentation/api/__init__.py +0 -19
- solara/website/pages/documentation/api/cross_filter/__init__.py +0 -9
- solara/website/pages/documentation/api/cross_filter/cross_filter_dataframe.py +0 -23
- solara/website/pages/documentation/api/cross_filter/cross_filter_report.py +0 -22
- solara/website/pages/documentation/api/cross_filter/cross_filter_select.py +0 -22
- solara/website/pages/documentation/api/cross_filter/cross_filter_slider.py +0 -22
- solara/website/pages/documentation/api/hooks/__init__.py +0 -9
- solara/website/pages/documentation/api/hooks/use_cross_filter.py +0 -25
- solara/website/pages/documentation/api/hooks/use_dark_effective.py +0 -13
- solara/website/pages/documentation/api/hooks/use_effect.md +0 -43
- solara/website/pages/documentation/api/hooks/use_effect.py +0 -9
- solara/website/pages/documentation/api/hooks/use_exception.py +0 -33
- solara/website/pages/documentation/api/hooks/use_memo.md +0 -16
- solara/website/pages/documentation/api/hooks/use_memo.py +0 -9
- solara/website/pages/documentation/api/hooks/use_previous.py +0 -32
- solara/website/pages/documentation/api/hooks/use_reactive.py +0 -15
- solara/website/pages/documentation/api/hooks/use_state.py +0 -11
- solara/website/pages/documentation/api/hooks/use_state_or_update.py +0 -68
- solara/website/pages/documentation/api/hooks/use_thread.md +0 -58
- solara/website/pages/documentation/api/hooks/use_thread.py +0 -44
- solara/website/pages/documentation/api/hooks/use_trait_observe.py +0 -13
- solara/website/pages/documentation/api/routing/__init__.py +0 -9
- solara/website/pages/documentation/api/routing/generate_routes.py +0 -11
- solara/website/pages/documentation/api/routing/generate_routes_directory.py +0 -11
- solara/website/pages/documentation/api/routing/resolve_path.py +0 -36
- solara/website/pages/documentation/api/routing/route.py +0 -32
- solara/website/pages/documentation/api/routing/use_route.py +0 -80
- solara/website/pages/documentation/api/routing/use_router.py +0 -15
- solara/website/pages/documentation/api/utilities/__init__.py +0 -9
- solara/website/pages/documentation/api/utilities/component_vue.py +0 -11
- solara/website/pages/documentation/api/utilities/computed.py +0 -16
- solara/website/pages/documentation/api/utilities/display.py +0 -15
- solara/website/pages/documentation/api/utilities/get_kernel_id.py +0 -16
- solara/website/pages/documentation/api/utilities/get_session_id.py +0 -16
- solara/website/pages/documentation/api/utilities/memoize.py +0 -36
- solara/website/pages/documentation/api/utilities/on_kernel_start.py +0 -27
- solara/website/pages/documentation/api/utilities/reactive.py +0 -15
- solara/website/pages/documentation/api/utilities/widget.py +0 -104
- solara/website/pages/documentation/components/__init__.py +0 -12
- solara/website/pages/documentation/components/advanced/__init__.py +0 -9
- solara/website/pages/documentation/components/advanced/link.py +0 -28
- solara/website/pages/documentation/components/advanced/meta.py +0 -21
- solara/website/pages/documentation/components/advanced/style.py +0 -44
- solara/website/pages/documentation/components/common.py +0 -9
- solara/website/pages/documentation/components/data/__init__.py +0 -9
- solara/website/pages/documentation/components/data/dataframe.py +0 -44
- solara/website/pages/documentation/components/data/pivot_table.py +0 -81
- solara/website/pages/documentation/components/enterprise/__init__.py +0 -9
- solara/website/pages/documentation/components/enterprise/avatar.py +0 -19
- solara/website/pages/documentation/components/enterprise/avatar_menu.py +0 -20
- solara/website/pages/documentation/components/input/__init__.py +0 -9
- solara/website/pages/documentation/components/input/button.py +0 -22
- solara/website/pages/documentation/components/input/checkbox.py +0 -12
- solara/website/pages/documentation/components/input/file_browser.py +0 -33
- solara/website/pages/documentation/components/input/file_drop.py +0 -75
- solara/website/pages/documentation/components/input/input.py +0 -18
- solara/website/pages/documentation/components/input/select.py +0 -21
- solara/website/pages/documentation/components/input/slider.py +0 -28
- solara/website/pages/documentation/components/input/switch.py +0 -12
- solara/website/pages/documentation/components/input/togglebuttons.py +0 -20
- solara/website/pages/documentation/components/lab/__init__.py +0 -9
- solara/website/pages/documentation/components/lab/chat.py +0 -108
- solara/website/pages/documentation/components/lab/confirmation_dialog.py +0 -55
- solara/website/pages/documentation/components/lab/cookies_headers.py +0 -48
- solara/website/pages/documentation/components/lab/input_date.py +0 -19
- solara/website/pages/documentation/components/lab/menu.py +0 -21
- solara/website/pages/documentation/components/lab/tab.py +0 -24
- solara/website/pages/documentation/components/lab/tabs.py +0 -44
- solara/website/pages/documentation/components/lab/task.py +0 -12
- solara/website/pages/documentation/components/lab/theming.py +0 -72
- solara/website/pages/documentation/components/lab/use_task.py +0 -12
- solara/website/pages/documentation/components/layout/__init__.py +0 -9
- solara/website/pages/documentation/components/layout/app_bar.py +0 -15
- solara/website/pages/documentation/components/layout/app_bar_title.py +0 -15
- solara/website/pages/documentation/components/layout/app_layout.py +0 -23
- solara/website/pages/documentation/components/layout/card.py +0 -14
- solara/website/pages/documentation/components/layout/card_actions.py +0 -15
- solara/website/pages/documentation/components/layout/column.py +0 -29
- solara/website/pages/documentation/components/layout/columns.py +0 -26
- solara/website/pages/documentation/components/layout/columns_responsive.py +0 -67
- solara/website/pages/documentation/components/layout/griddraggable.py +0 -61
- solara/website/pages/documentation/components/layout/gridfixed.py +0 -21
- solara/website/pages/documentation/components/layout/hbox.py +0 -17
- solara/website/pages/documentation/components/layout/row.py +0 -29
- solara/website/pages/documentation/components/layout/sidebar.py +0 -23
- solara/website/pages/documentation/components/layout/vbox.py +0 -19
- solara/website/pages/documentation/components/output/__init__.py +0 -9
- solara/website/pages/documentation/components/output/file_download.py +0 -12
- solara/website/pages/documentation/components/output/html.py +0 -22
- solara/website/pages/documentation/components/output/image.py +0 -12
- solara/website/pages/documentation/components/output/markdown.py +0 -59
- solara/website/pages/documentation/components/output/markdown_editor.py +0 -53
- solara/website/pages/documentation/components/output/sql_code.py +0 -84
- solara/website/pages/documentation/components/output/tooltip.py +0 -12
- solara/website/pages/documentation/components/page/__init__.py +0 -9
- solara/website/pages/documentation/components/page/head.py +0 -19
- solara/website/pages/documentation/components/page/title.py +0 -28
- solara/website/pages/documentation/components/status/__init__.py +0 -9
- solara/website/pages/documentation/components/status/error.py +0 -40
- solara/website/pages/documentation/components/status/info.py +0 -40
- solara/website/pages/documentation/components/status/progress.py +0 -10
- solara/website/pages/documentation/components/status/spinner.py +0 -10
- solara/website/pages/documentation/components/status/success.py +0 -40
- solara/website/pages/documentation/components/status/warning.py +0 -47
- solara/website/pages/documentation/components/viz/__init__.py +0 -9
- solara/website/pages/documentation/components/viz/altair.py +0 -44
- solara/website/pages/documentation/components/viz/echarts.py +0 -78
- solara/website/pages/documentation/components/viz/matplotlib.py +0 -32
- solara/website/pages/documentation/components/viz/plotly.py +0 -63
- solara/website/pages/documentation/components/viz/plotly_express.py +0 -41
- solara/website/pages/documentation/examples/__init__.py +0 -52
- solara/website/pages/documentation/examples/ai/__init__.py +0 -10
- solara/website/pages/documentation/examples/ai/chatbot.py +0 -96
- solara/website/pages/documentation/examples/ai/tokenizer.py +0 -106
- solara/website/pages/documentation/examples/basics/__init__.py +0 -2
- solara/website/pages/documentation/examples/basics/sine.py +0 -28
- solara/website/pages/documentation/examples/fullscreen/__init__.py +0 -9
- solara/website/pages/documentation/examples/fullscreen/authorization.py +0 -3
- solara/website/pages/documentation/examples/fullscreen/layout_demo.py +0 -3
- solara/website/pages/documentation/examples/fullscreen/multipage.py +0 -3
- solara/website/pages/documentation/examples/fullscreen/scatter.py +0 -3
- solara/website/pages/documentation/examples/fullscreen/scrolling.py +0 -3
- solara/website/pages/documentation/examples/fullscreen/tutorial_streamlit.py +0 -3
- solara/website/pages/documentation/examples/general/__init__.py +0 -9
- solara/website/pages/documentation/examples/general/custom_storage.py +0 -69
- solara/website/pages/documentation/examples/general/deploy_model.py +0 -114
- solara/website/pages/documentation/examples/general/live_update.py +0 -38
- solara/website/pages/documentation/examples/general/login_oauth.py +0 -76
- solara/website/pages/documentation/examples/general/mycard.vue +0 -58
- solara/website/pages/documentation/examples/general/pokemon_search.py +0 -51
- solara/website/pages/documentation/examples/general/vue_component.py +0 -50
- solara/website/pages/documentation/examples/ipycanvas.py +0 -49
- solara/website/pages/documentation/examples/libraries/__init__.py +0 -9
- solara/website/pages/documentation/examples/libraries/altair.py +0 -63
- solara/website/pages/documentation/examples/libraries/bqplot.py +0 -39
- solara/website/pages/documentation/examples/libraries/ipyleaflet.py +0 -32
- solara/website/pages/documentation/examples/libraries/ipyleaflet_advanced.py +0 -65
- solara/website/pages/documentation/examples/utilities/__init__.py +0 -9
- solara/website/pages/documentation/examples/utilities/calculator.py +0 -157
- solara/website/pages/documentation/examples/utilities/countdown_timer.py +0 -64
- solara/website/pages/documentation/examples/utilities/todo.py +0 -195
- solara/website/pages/documentation/examples/visualization/__init__.py +0 -6
- solara/website/pages/documentation/examples/visualization/annotator.py +0 -68
- solara/website/pages/documentation/examples/visualization/linked_views.py +0 -84
- solara/website/pages/documentation/examples/visualization/plotly.py +0 -43
- solara/website/pages/documentation/faq/__init__.py +0 -11
- solara/website/pages/documentation/faq/content/99-faq.md +0 -73
- solara/website/pages/documentation/getting_started/__init__.py +0 -15
- solara/website/pages/documentation/getting_started/content/00-quickstart.md +0 -84
- solara/website/pages/documentation/getting_started/content/01-introduction.md +0 -121
- solara/website/pages/documentation/getting_started/content/02-installing.md +0 -81
- solara/website/pages/documentation/getting_started/content/04-tutorials/00-overview.md +0 -9
- solara/website/pages/documentation/getting_started/content/04-tutorials/10_data_science.py +0 -13
- solara/website/pages/documentation/getting_started/content/04-tutorials/20-web-app.md +0 -84
- solara/website/pages/documentation/getting_started/content/04-tutorials/30-ipywidgets.md +0 -120
- solara/website/pages/documentation/getting_started/content/04-tutorials/40-streamlit.md +0 -141
- solara/website/pages/documentation/getting_started/content/04-tutorials/50-dash.md +0 -140
- solara/website/pages/documentation/getting_started/content/04-tutorials/60-jupyter-dashboard-part1.py +0 -64
- solara/website/pages/documentation/getting_started/content/04-tutorials/SF_crime_sample.csv.gz +0 -0
- solara/website/pages/documentation/getting_started/content/04-tutorials/_data_science.ipynb +0 -445
- solara/website/pages/documentation/getting_started/content/04-tutorials/_jupyter_dashboard_1.ipynb +0 -1000
- solara/website/pages/documentation/getting_started/content/05-fundamentals/00-overview.md +0 -7
- solara/website/pages/documentation/getting_started/content/05-fundamentals/10-components.md +0 -218
- solara/website/pages/documentation/getting_started/content/05-fundamentals/50-state-management.md +0 -83
- solara/website/pages/documentation/getting_started/content/06-reference/00-overview.md +0 -3
- solara/website/pages/documentation/getting_started/content/06-reference/40-static_files.md +0 -27
- solara/website/pages/documentation/getting_started/content/06-reference/41-asset-files.md +0 -32
- solara/website/pages/documentation/getting_started/content/06-reference/60-static-site-generation.md +0 -55
- solara/website/pages/documentation/getting_started/content/06-reference/70-search.md +0 -30
- solara/website/pages/documentation/getting_started/content/06-reference/80-reloading.md +0 -30
- solara/website/pages/documentation/getting_started/content/06-reference/90-notebook-support.md +0 -4
- solara/website/pages/documentation/getting_started/content/06-reference/95-caching.md +0 -143
- solara/website/pages/documentation/getting_started/content/07-deploying/00-overview.md +0 -3
- solara/website/pages/documentation/getting_started/content/07-deploying/10-self-hosted.md +0 -269
- solara/website/pages/documentation/getting_started/content/07-deploying/20-cloud-hosted.md +0 -76
- solara/website/pages/documentation/getting_started/content/08-lab/00-what-is-lab.md +0 -3
- solara/website/pages/documentation/getting_started/content/90-troubleshoot.md +0 -22
- solara/website/pages/documentation/getting_started/content/__init__.py +0 -0
- solara/website/pages/docutils.py +0 -38
- solara/website/pages/showcase/__init__.py +0 -105
- solara/website/pages/showcase/domino_code_assist.py +0 -60
- solara/website/pages/showcase/planeto_tessa.py +0 -19
- solara/website/pages/showcase/solara_dev.py +0 -54
- solara/website/pages/showcase/solarathon_2023_team_2.py +0 -22
- solara/website/pages/showcase/solarathon_2023_team_4.py +0 -22
- solara/website/pages/showcase/solarathon_2023_team_5.py +0 -23
- solara/website/pages/showcase/solarathon_2023_team_6.py +0 -34
- solara/website/pages/showcase/wanderlust.py +0 -27
- solara/website/public/beach.jpeg +0 -0
- solara/website/public/logo.svg +0 -6
- solara/website/public/social/discord.svg +0 -1
- solara/website/public/social/github.svg +0 -1
- solara/website/public/social/twitter.svg +0 -3
- solara/website/public/success.html +0 -25
- solara/website/templates/index.html.j2 +0 -117
- solara/website/utils.py +0 -51
- solara/widgets/__init__.py +0 -1
- solara/widgets/vue/gridlayout.vue +0 -110
- solara/widgets/vue/html.vue +0 -4
- solara/widgets/vue/navigator.vue +0 -104
- solara/widgets/vue/vegalite.vue +0 -115
- solara/widgets/widgets.py +0 -65
- solara-1.30.0.data/data/etc/jupyter/jupyter_notebook_config.d/solara.json +0 -7
- solara-1.30.0.data/data/etc/jupyter/jupyter_server_config.d/solara.json +0 -7
- solara-1.30.0.dist-info/RECORD +0 -438
- solara-1.30.0.dist-info/entry_points.txt +0 -5
- /solara-1.30.0.dist-info/licenses/LICENSE → /LICENSE +0 -0
solara/website/assets/custom.css
DELETED
|
@@ -1,462 +0,0 @@
|
|
|
1
|
-
/* General */
|
|
2
|
-
:root {
|
|
3
|
-
--container-width: 800px;
|
|
4
|
-
--color-primary-lightest: #ffeec5;
|
|
5
|
-
--color-primary: #ff991f;
|
|
6
|
-
--color-primary-darker: #dc7f0f;
|
|
7
|
-
--color-text: #636363;
|
|
8
|
-
--color-grey: #545454;
|
|
9
|
-
--color-grey-light: #f9f9f9;
|
|
10
|
-
--font-size: 16px;
|
|
11
|
-
|
|
12
|
-
--jp-content-heading-line-height: 1.5em;
|
|
13
|
-
|
|
14
|
-
--jp-content-font-family: "Open Sans", Arial, Helvetica, sans-serif;
|
|
15
|
-
--jp-content-heading-font-weight: bold;
|
|
16
|
-
--jp-content-link-color: var(--color-primary);
|
|
17
|
-
|
|
18
|
-
--jp-content-font-size2: 1.5rem;
|
|
19
|
-
--jp-content-font-size3: 1.75rem;
|
|
20
|
-
--jp-content-font-size4: 2rem;
|
|
21
|
-
--jp-content-font-size5: 2.25rem;
|
|
22
|
-
|
|
23
|
-
--dark-color-primary-lightest: #26273D;
|
|
24
|
-
/* --dark-color-primary: #7A8AFF; */
|
|
25
|
-
--dark-color-primary: #f77e14;
|
|
26
|
-
--dark-color-primary-darker: #303886;
|
|
27
|
-
--dark-color-text: hsla(0,0%,100%,.7);
|
|
28
|
-
--dark-color-grey: #ababab;
|
|
29
|
-
--dark-color-grey-light: #202020;
|
|
30
|
-
|
|
31
|
-
--docs-color-grey: #40362E;
|
|
32
|
-
--docs-social-discord: #5865F2;
|
|
33
|
-
--docs-social-github: #333;
|
|
34
|
-
--docs-social-twitter: #000000;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
html,
|
|
38
|
-
body,
|
|
39
|
-
p,
|
|
40
|
-
ul,
|
|
41
|
-
li {
|
|
42
|
-
color: var(--color-text);
|
|
43
|
-
font-size: var(--font-size);
|
|
44
|
-
}
|
|
45
|
-
.theme--dark p, .theme--dark ul, .theme--dark li {
|
|
46
|
-
color: var(--dark-color-text);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
a {
|
|
50
|
-
transition: color 0.3s ease;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
a:link {
|
|
54
|
-
color: var(--color-primary);
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
.theme--dark a:link {
|
|
58
|
-
color: var(--dark-color-primary);
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
.theme--dark .jp-RenderedHTMLCommon a:visited {
|
|
62
|
-
color: var(--dark-color-primary);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.jp-RenderedHTMLCommon pre {
|
|
66
|
-
background-color: var(--color-grey-light);
|
|
67
|
-
display: block;
|
|
68
|
-
border-radius: 1rem;
|
|
69
|
-
padding: 1.75rem 2.5rem;
|
|
70
|
-
margin: 0.5rem 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.theme--dark .jp-RenderedHTMLCommon pre {
|
|
74
|
-
background-color: var(--dark-color-grey-light);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.code {
|
|
78
|
-
padding: 0;
|
|
79
|
-
margin: 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.text-center {
|
|
83
|
-
text-align: center;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.bg-primary {
|
|
87
|
-
background-color: var(--color-primary);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
.theme--dark .bg-primary {
|
|
91
|
-
background-color: var(--dark-color-primary);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.bg-primary-fade {
|
|
95
|
-
background-color: var(--color-primary-lightest) !important;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.theme--dark .bg-primary-fade {
|
|
99
|
-
background-color: var(--dark-color-primary-lightest) !important;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.padding-40 {
|
|
103
|
-
padding: 40px !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
h1 {
|
|
107
|
-
font-size: 2.4rem;
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
.bg-grey {
|
|
111
|
-
background-color: var(--color-grey-light);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.theme--dark .bg-grey {
|
|
115
|
-
background-color: var(--dark-color-grey-light);
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
li::marker {
|
|
119
|
-
color: var(--color-primary);
|
|
120
|
-
font-size: 1.2em;
|
|
121
|
-
font-weight: bold;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.theme--dark li::marker {
|
|
125
|
-
color: var(--dark-color-primary);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
blockquote,
|
|
129
|
-
.jp-RenderedHTMLCommon blockquote {
|
|
130
|
-
font-family: "Courier New", Courier, monospace;
|
|
131
|
-
border-left: 8px solid var(--color-primary);
|
|
132
|
-
margin: 1rem 0;
|
|
133
|
-
padding: 1rem 1rem 1rem 4rem;
|
|
134
|
-
position: relative;
|
|
135
|
-
z-index: 0;
|
|
136
|
-
background: no-repeat left center url("data:image/svg+xml,%3Csvg width='25' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)' fill='%23FF991F'%3E%3Cpath d='M12.24 0C5.49 0 0 5.49 0 12.24s5.49 12.24 12.24 12.24 12.24-5.49 12.24-12.24S19 0 12.24 0zm0 22.26c-5.52 0-10.02-4.49-10.02-10.02 0-5.53 4.5-10.01 10.02-10.01s10.02 4.49 10.02 10.02c0 5.53-4.49 10.02-10.02 10.02v-.01z'/%3E%3Cpath d='M12.24 9.65c-.61 0-1.11.5-1.11 1.11v7.42c0 .61.5 1.11 1.11 1.11.61 0 1.11-.5 1.11-1.11v-7.42c0-.61-.5-1.11-1.11-1.11zM12.24 5.19a1.13 1.13 0 0 0-1.12 1.12c0 .3.12.58.33.79a1.112 1.112 0 0 0 1.58 0 1.112 1.112 0 0 0 0-1.58c-.21-.21-.49-.33-.79-.33z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24.49v24.49H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
|
|
137
|
-
background-color: var(--color-grey-light);
|
|
138
|
-
background-position: 1.2rem center;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.theme--dark blockquote,
|
|
142
|
-
.theme--dark .jp-RenderedHTMLCommon blockquote {
|
|
143
|
-
border-left: 8px solid var(--dark-color-primary);
|
|
144
|
-
background-color: var(--dark-color-grey-light);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
blockquote p:last-child {
|
|
148
|
-
margin-bottom: 0;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.footer-wrapper{
|
|
152
|
-
width: 100%;
|
|
153
|
-
padding: 50px 0;
|
|
154
|
-
flex-wrap: wrap;
|
|
155
|
-
row-gap: 2.5em;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.row-container{
|
|
159
|
-
width: 60%;
|
|
160
|
-
flex-wrap: wrap;
|
|
161
|
-
}
|
|
162
|
-
.row-container > div{
|
|
163
|
-
max-width: 500px;
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.v-btn.homepage-button {
|
|
167
|
-
background-color: var(--color-primary-darker) !important;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.theme--dark .v-btn.homepage-button {
|
|
171
|
-
background-color: var(--dark-color-primary) !important;
|
|
172
|
-
color: var(--dark-color-grey-light);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.v-card.testimonial-card{
|
|
176
|
-
background-color: var(--color-primary-lightest);
|
|
177
|
-
display: flex;
|
|
178
|
-
flex-direction: column;
|
|
179
|
-
justify-content: space-between;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.theme--dark .v-card.testimonial-card{
|
|
183
|
-
background-color: var(--dark-color-primary-lightest);
|
|
184
|
-
}
|
|
185
|
-
|
|
186
|
-
/* API PAGE REFACTOR STYLE */
|
|
187
|
-
|
|
188
|
-
.v-sheet.api-search-container{
|
|
189
|
-
flex-grow: 1;
|
|
190
|
-
}
|
|
191
|
-
.v-sheet.api-search-container .v-input{
|
|
192
|
-
flex-grow: 0;
|
|
193
|
-
}
|
|
194
|
-
.v-sheet.docs-card-container{
|
|
195
|
-
width: 100%;
|
|
196
|
-
padding: 0 10%;
|
|
197
|
-
justify-content: start;
|
|
198
|
-
align-content: center;
|
|
199
|
-
flex-wrap: wrap !important;
|
|
200
|
-
flex-grow: 1;
|
|
201
|
-
row-gap: 20px;
|
|
202
|
-
}
|
|
203
|
-
.v-sheet.docs-card-container > a{
|
|
204
|
-
height: fit-content;
|
|
205
|
-
}
|
|
206
|
-
.v-sheet.docs-card-container > a > .docs-card{
|
|
207
|
-
display: flex;
|
|
208
|
-
width: 20rem;
|
|
209
|
-
height: 12rem;
|
|
210
|
-
border-radius: 16px !important;
|
|
211
|
-
color: var(--color-grey-light);
|
|
212
|
-
}
|
|
213
|
-
.v-sheet.docs-card-container > a .docs-card-icon{
|
|
214
|
-
padding-right: 1.5rem;
|
|
215
|
-
transition: ease padding 0.25s;
|
|
216
|
-
}
|
|
217
|
-
.v-sheet.docs-card-container > a:hover .docs-card-icon{
|
|
218
|
-
color: var(--color-primary);
|
|
219
|
-
padding-right: 0.5rem;
|
|
220
|
-
transition: ease padding 0.25s;
|
|
221
|
-
}
|
|
222
|
-
.component-card{
|
|
223
|
-
display: flex;
|
|
224
|
-
flex-direction: column;
|
|
225
|
-
width: 19rem;
|
|
226
|
-
}
|
|
227
|
-
.social-logo-container{
|
|
228
|
-
display: flex;
|
|
229
|
-
justify-content: center;
|
|
230
|
-
align-items: center;
|
|
231
|
-
width: 4rem;
|
|
232
|
-
height: 4rem;
|
|
233
|
-
border-radius: 8px;
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
/* vuetify component overrides */
|
|
237
|
-
|
|
238
|
-
.v-btn.solara-docs-button {
|
|
239
|
-
font-weight: bold;
|
|
240
|
-
border-radius: 10px;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.btn-size--xlarge {
|
|
244
|
-
height: 4.25rem !important;
|
|
245
|
-
padding: 0 2rem !important;
|
|
246
|
-
font-size: 1.125rem !important;
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
/* overriding styles that didn't set primary color */
|
|
250
|
-
.theme--light.v-application .text--primary {
|
|
251
|
-
color: var(--color-primary-darker) !important;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
.theme--dark.v-application .text--primary {
|
|
255
|
-
color: var(--dark-color-primary-darker) !important;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
/* header */
|
|
259
|
-
.news {
|
|
260
|
-
background-color: var(--color-primary);
|
|
261
|
-
padding: 10px;
|
|
262
|
-
font-size: 20px;
|
|
263
|
-
display: flex;
|
|
264
|
-
justify-content: center;
|
|
265
|
-
}
|
|
266
|
-
.theme--dark .news {
|
|
267
|
-
background-color: var(--dark-color-primary);
|
|
268
|
-
}
|
|
269
|
-
.news a {
|
|
270
|
-
color: white !important;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
/* hero */
|
|
274
|
-
.hero {
|
|
275
|
-
background: var(--color-primary-lightest) url(https://dxhl76zpt6fap.cloudfront.net/public/hero.webp);
|
|
276
|
-
background-size: cover;
|
|
277
|
-
min-height: 660px;
|
|
278
|
-
padding: 7rem 0;
|
|
279
|
-
}
|
|
280
|
-
|
|
281
|
-
.theme--dark .hero {
|
|
282
|
-
background: var(--dark-color-primary-lightest) url(https://dxhl76zpt6fap.cloudfront.net/public/hero.webp);
|
|
283
|
-
background-size: cover;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
.hero h1 {
|
|
287
|
-
font-size: 4.5rem;
|
|
288
|
-
}
|
|
289
|
-
|
|
290
|
-
.hero h2 {
|
|
291
|
-
padding-left: 150px;
|
|
292
|
-
padding-right: 150px;
|
|
293
|
-
}
|
|
294
|
-
|
|
295
|
-
.hero b {
|
|
296
|
-
color: var(--color-primary);
|
|
297
|
-
}
|
|
298
|
-
|
|
299
|
-
.theme--dark .hero b {
|
|
300
|
-
color: var(--dark-color-primary);
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
@media screen and (max-width: 960px) {
|
|
304
|
-
.hero {
|
|
305
|
-
padding: 4rem 0;
|
|
306
|
-
min-height: auto;
|
|
307
|
-
}
|
|
308
|
-
|
|
309
|
-
.hero h1 {
|
|
310
|
-
font-size: 3rem;
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
|
|
314
|
-
/* fixes padding issue on drawer menu */
|
|
315
|
-
.v-list-group__items {
|
|
316
|
-
padding-left: 1rem;
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
/* menu */
|
|
320
|
-
|
|
321
|
-
.menu {
|
|
322
|
-
list-style: none;
|
|
323
|
-
display: flex;
|
|
324
|
-
}
|
|
325
|
-
|
|
326
|
-
.menu li a:link,
|
|
327
|
-
.menu li a:visited {
|
|
328
|
-
color: var(--color-grey);
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
.theme--dark .menu li a:link,
|
|
332
|
-
.theme--dark .menu li a:visited {
|
|
333
|
-
color: var(--dark-color-grey);
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
.menu li a:hover {
|
|
337
|
-
color: var(--color-primary);
|
|
338
|
-
}
|
|
339
|
-
|
|
340
|
-
.theme--dark .menu li a:hover {
|
|
341
|
-
color: var(--dark-color-primary);
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
.menu li a:link {
|
|
345
|
-
display: block;
|
|
346
|
-
padding: 1rem 2rem;
|
|
347
|
-
}
|
|
348
|
-
|
|
349
|
-
.menu .active {
|
|
350
|
-
font-weight: bolder;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
/* sidebar */
|
|
354
|
-
|
|
355
|
-
.sidebar {
|
|
356
|
-
display: flex;
|
|
357
|
-
justify-content: right;
|
|
358
|
-
padding: 4rem;
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
.sidebar ul li {
|
|
362
|
-
font-size: 1.3rem;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
|
-
.sidebar ul a {
|
|
366
|
-
display: block;
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
.sidebar a:link,
|
|
370
|
-
.sidebar a:visited {
|
|
371
|
-
color: var(--color-grey);
|
|
372
|
-
}
|
|
373
|
-
|
|
374
|
-
.theme--dark .sidebar a:link,
|
|
375
|
-
.theme--dark .sidebar a:visited {
|
|
376
|
-
color: var(--dark-color-grey);
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.sidebar a:hover {
|
|
380
|
-
color: var(--color-primary);
|
|
381
|
-
text-decoration: none;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
.theme--dark .sidebar a:hover {
|
|
385
|
-
color: var(--dark-color-primary);
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
.sidebar ul li {
|
|
389
|
-
font-weight: normal;
|
|
390
|
-
margin: 0.8rem auto;
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.sidebar>div>ul>li {
|
|
394
|
-
font-weight: bold;
|
|
395
|
-
margin: 1.4rem auto;
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
.sidebar li ul {
|
|
399
|
-
margin: 0.8rem 0;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
.sidebar>div>ul>li>a:link,
|
|
403
|
-
.sidebar>div>ul>li>a:visited {
|
|
404
|
-
color: black;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
.sidebar li.active {
|
|
408
|
-
font-weight: bolder;
|
|
409
|
-
}
|
|
410
|
-
|
|
411
|
-
.solara-autorouter-content {
|
|
412
|
-
padding-top: 2rem;
|
|
413
|
-
max-width: 100%;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
.jp-RenderedHTMLCommon {
|
|
417
|
-
padding-right: 0;
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
/* MAILCHIMP */
|
|
421
|
-
|
|
422
|
-
#mc_embed_signup {
|
|
423
|
-
background: transparent;
|
|
424
|
-
clear: left;
|
|
425
|
-
width: 100%;
|
|
426
|
-
}
|
|
427
|
-
#mc_embed_signup .indicates-required{
|
|
428
|
-
margin-right: 0;
|
|
429
|
-
}
|
|
430
|
-
#mc_embed_signup .mc-field-group{
|
|
431
|
-
width: 100%;
|
|
432
|
-
}
|
|
433
|
-
#mc_embed_signup_scroll > div.mc-field-group:nth-child(3){
|
|
434
|
-
display: none;
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
/* MOBILE */
|
|
439
|
-
|
|
440
|
-
@media screen and (aspect-ratio < 1) {
|
|
441
|
-
.hero{
|
|
442
|
-
background-position-x: 29%;
|
|
443
|
-
}
|
|
444
|
-
.hero h2{
|
|
445
|
-
padding-left: 0;
|
|
446
|
-
padding-right: 0;
|
|
447
|
-
}
|
|
448
|
-
.container.fill-height > .ma-8.row{
|
|
449
|
-
max-width: 80%;
|
|
450
|
-
}
|
|
451
|
-
.footer-wrapper{
|
|
452
|
-
padding: 25px;
|
|
453
|
-
row-gap: 1em;
|
|
454
|
-
}
|
|
455
|
-
.row-container{
|
|
456
|
-
width: calc(100% - 16px);
|
|
457
|
-
padding: 12px;
|
|
458
|
-
}
|
|
459
|
-
.row-container > div{
|
|
460
|
-
max-width: 300px;
|
|
461
|
-
}
|
|
462
|
-
}
|
|
Binary file
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<svg width="241" height="65" viewBox="0 0 241 65" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<g clip-path="url(#clip0_1_12)">
|
|
3
|
-
<path d="M57.11 30.64L61.47 17.87L48.7 13.51L42.76 1.39999L30.65 7.34999L17.87 2.97999L13.51 15.75L1.40002 21.7L7.35002 33.81L2.99002 46.58L15.76 50.94L21.71 63.06L33.82 57.11L46.59 61.47L50.95 48.7L63.06 42.75L57.11 30.64ZM54.26 34.39L34.39 54.26C33.19 55.46 31.25 55.46 30.05 54.26L10.2 34.4C9.00002 33.2 9.00002 31.26 10.2 30.07L30.06 10.2C31.26 8.99999 33.2 8.99999 34.4 10.2L54.27 30.07C55.47 31.27 55.47 33.21 54.27 34.4L54.26 34.39Z" fill="#FFCF64"/>
|
|
4
|
-
<path d="M53.62 19.42L51.65 6.07L38.3 8.04L27.46 0L19.42 10.84L6.07 12.82L8.04 26.17L0 37L10.84 45.04L12.81 58.39L26.16 56.42L37 64.46L45.04 53.62L58.39 51.64L56.42 38.29L64.46 27.45L53.62 19.4V19.42ZM52.8 24.06L44.24 50.82C43.72 52.43 42 53.32 40.39 52.81L13.63 44.25C12.02 43.74 11.13 42.01 11.64 40.4L20.21 13.64C20.72 12.03 22.45 11.14 24.06 11.65L50.82 20.21C52.43 20.72 53.32 22.45 52.81 24.06H52.8Z" fill="#FF8C3E"/>
|
|
5
|
-
<path d="M93.27 24.79C92.82 24.22 92.21 23.8 91.44 23.53C90.67 23.26 89.94 23.12 89.26 23.12C88.86 23.12 88.44 23.17 88.02 23.26C87.59 23.35 87.19 23.5 86.81 23.7C86.43 23.9 86.12 24.17 85.89 24.5C85.65 24.83 85.54 25.23 85.54 25.71C85.54 26.47 85.82 27.05 86.39 27.45C86.96 27.85 87.67 28.2 88.54 28.48C89.4 28.76 90.33 29.05 91.33 29.33C92.32 29.61 93.25 30.02 94.12 30.54C94.98 31.06 95.7 31.76 96.27 32.63C96.84 33.51 97.12 34.68 97.12 36.15C97.12 37.62 96.86 38.77 96.34 39.81C95.82 40.85 95.11 41.72 94.23 42.4C93.34 43.09 92.31 43.6 91.14 43.93C89.97 44.26 88.73 44.43 87.43 44.43C85.8 44.43 84.28 44.18 82.89 43.68C81.49 43.18 80.19 42.38 78.98 41.27L82.92 36.94C83.49 37.7 84.2 38.28 85.07 38.7C85.93 39.11 86.83 39.32 87.75 39.32C88.2 39.32 88.66 39.27 89.12 39.16C89.58 39.05 90 38.89 90.36 38.68C90.73 38.47 91.02 38.2 91.25 37.86C91.47 37.53 91.59 37.14 91.59 36.69C91.59 35.93 91.3 35.34 90.72 34.9C90.14 34.46 89.41 34.09 88.54 33.78C87.66 33.47 86.72 33.16 85.7 32.86C84.68 32.55 83.73 32.14 82.86 31.62C81.98 31.1 81.26 30.41 80.68 29.56C80.1 28.71 79.81 27.58 79.81 26.19C79.81 24.8 80.08 23.66 80.61 22.64C81.14 21.62 81.85 20.77 82.74 20.08C83.63 19.39 84.65 18.88 85.81 18.54C86.97 18.2 88.17 18.02 89.4 18.02C90.82 18.02 92.19 18.22 93.52 18.62C94.85 19.02 96.04 19.7 97.11 20.64L93.31 24.79H93.27Z" fill="#0F0F0F"/>
|
|
6
|
-
<path d="M103.42 31.22C103.42 29.21 103.76 27.39 104.43 25.75C105.1 24.12 106.05 22.73 107.25 21.58C108.46 20.43 109.89 19.55 111.55 18.93C113.21 18.31 115.02 18.01 116.98 18.01C118.94 18.01 120.76 18.32 122.41 18.93C124.07 19.55 125.5 20.43 126.71 21.58C127.92 22.73 128.86 24.12 129.53 25.75C130.2 27.38 130.54 29.21 130.54 31.22C130.54 33.23 130.2 35.05 129.53 36.69C128.86 38.32 127.91 39.71 126.71 40.86C125.5 42.01 124.07 42.89 122.41 43.51C120.75 44.13 118.94 44.43 116.98 44.43C115.02 44.43 113.2 44.12 111.55 43.51C109.89 42.89 108.46 42.01 107.25 40.86C106.04 39.71 105.1 38.32 104.43 36.69C103.76 35.06 103.42 33.23 103.42 31.22ZM109.17 31.22C109.17 32.4 109.35 33.49 109.72 34.47C110.09 35.45 110.61 36.3 111.3 37.03C111.99 37.75 112.81 38.31 113.77 38.72C114.73 39.12 115.8 39.32 116.98 39.32C118.16 39.32 119.23 39.12 120.19 38.72C121.15 38.32 121.97 37.76 122.66 37.03C123.35 36.31 123.87 35.46 124.24 34.47C124.61 33.49 124.79 32.4 124.79 31.22C124.79 30.04 124.61 28.98 124.24 27.99C123.87 27 123.35 26.14 122.66 25.42C121.97 24.7 121.15 24.14 120.19 23.73C119.23 23.33 118.16 23.13 116.98 23.13C115.8 23.13 114.73 23.33 113.77 23.73C112.81 24.13 111.99 24.69 111.3 25.42C110.61 26.14 110.09 27 109.72 27.99C109.35 28.98 109.17 30.06 109.17 31.22Z" fill="#0F0F0F"/>
|
|
7
|
-
<path d="M138.08 18.65H143.62V38.68H153.88V43.79H138.08V18.65Z" fill="#0F0F0F"/>
|
|
8
|
-
<path d="M168.76 18.65H173.34L184.28 43.79H178.03L175.86 38.46H166.1L164 43.79H157.89L168.76 18.65ZM170.89 25.96L167.84 33.77H173.98L170.89 25.96Z" fill="#0F0F0F"/>
|
|
9
|
-
<path d="M190.35 18.65H200.08C201.36 18.65 202.57 18.77 203.72 19.02C204.87 19.27 205.87 19.68 206.74 20.26C207.6 20.84 208.29 21.62 208.8 22.6C209.31 23.58 209.56 24.81 209.56 26.27C209.56 28.05 209.1 29.55 208.18 30.8C207.26 32.04 205.91 32.83 204.13 33.16L210.52 43.78H203.88L198.63 33.73H195.9V43.78H190.36V18.65H190.35ZM195.89 29.05H199.16C199.66 29.05 200.18 29.03 200.74 29C201.3 28.96 201.8 28.86 202.25 28.68C202.7 28.5 203.07 28.22 203.37 27.85C203.67 27.47 203.81 26.94 203.81 26.25C203.81 25.61 203.68 25.1 203.42 24.72C203.16 24.34 202.83 24.05 202.43 23.85C202.03 23.65 201.56 23.51 201.05 23.44C200.53 23.37 200.02 23.33 199.52 23.33H195.9V29.05H195.89Z" fill="#0F0F0F"/>
|
|
10
|
-
<path d="M225.18 18.65H229.76L240.7 43.79H234.45L232.28 38.46H222.52L220.43 43.79H214.32L225.19 18.65H225.18ZM227.31 25.96L224.26 33.77H230.4L227.31 25.96Z" fill="#0F0F0F"/>
|
|
11
|
-
</g>
|
|
12
|
-
<defs>
|
|
13
|
-
<clipPath id="clip0_1_12">
|
|
14
|
-
<rect width="240.7" height="64.46" fill="white"/>
|
|
15
|
-
</clipPath>
|
|
16
|
-
</defs>
|
|
17
|
-
</svg>
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
-
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
|
3
|
-
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="241" height="65"
|
|
4
|
-
viewBox="0 0 241 65" style="enable-background:new 0 0 241 65;" xml:space="preserve">
|
|
5
|
-
<style type="text/css">
|
|
6
|
-
.st0{clip-path:url(#SVGID_2_);}
|
|
7
|
-
.st1{fill:#FFCF64;}
|
|
8
|
-
.st2{fill:#FF8C3E;}
|
|
9
|
-
.st3{fill:#FFFFFF;}
|
|
10
|
-
</style>
|
|
11
|
-
<g>
|
|
12
|
-
<defs>
|
|
13
|
-
<rect id="SVGID_1_" y="0" width="240.7" height="64.5"/>
|
|
14
|
-
</defs>
|
|
15
|
-
<clipPath id="SVGID_2_">
|
|
16
|
-
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
|
|
17
|
-
</clipPath>
|
|
18
|
-
<g class="st0">
|
|
19
|
-
<path class="st1" d="M57.1,30.6l4.4-12.8l-12.8-4.4L42.8,1.4L30.6,7.4L17.9,3l-4.4,12.8l-12.1,6l5.9,12.1L3,46.6l12.8,4.4
|
|
20
|
-
l5.9,12.1l12.1-6l12.8,4.4L51,48.7l12.1-6L57.1,30.6z M54.3,34.4L34.4,54.3c-1.2,1.2-3.1,1.2-4.3,0L10.2,34.4
|
|
21
|
-
c-1.2-1.2-1.2-3.1,0-4.3l19.9-19.9c1.2-1.2,3.1-1.2,4.3,0l19.9,19.9C55.5,31.3,55.5,33.2,54.3,34.4L54.3,34.4z"/>
|
|
22
|
-
<path class="st2" d="M53.6,19.4l-2-13.4L38.3,8L27.5,0l-8,10.8l-13.4,2l2,13.4L0,37l10.8,8l2,13.3l13.3-2l10.8,8l8-10.8l13.3-2
|
|
23
|
-
l-2-13.3l8-10.8L53.6,19.4L53.6,19.4z M52.8,24.1l-8.6,26.8c-0.5,1.6-2.2,2.5-3.9,2l-26.8-8.6c-1.6-0.5-2.5-2.2-2-3.8l8.6-26.8
|
|
24
|
-
c0.5-1.6,2.2-2.5,3.9-2l26.8,8.6C52.4,20.7,53.3,22.5,52.8,24.1L52.8,24.1z"/>
|
|
25
|
-
<path class="st3" d="M93.3,24.8c-0.4-0.6-1.1-1-1.8-1.3c-0.8-0.3-1.5-0.4-2.2-0.4c-0.4,0-0.8,0-1.2,0.1c-0.4,0.1-0.8,0.2-1.2,0.4
|
|
26
|
-
c-0.4,0.2-0.7,0.5-0.9,0.8c-0.2,0.3-0.3,0.7-0.3,1.2c0,0.8,0.3,1.3,0.8,1.7c0.6,0.4,1.3,0.8,2.2,1c0.9,0.3,1.8,0.6,2.8,0.9
|
|
27
|
-
c1,0.3,1.9,0.7,2.8,1.2c0.9,0.5,1.6,1.2,2.1,2.1c0.6,0.9,0.9,2,0.9,3.5c0,1.5-0.3,2.6-0.8,3.7c-0.5,1-1.2,1.9-2.1,2.6
|
|
28
|
-
c-0.9,0.7-1.9,1.2-3.1,1.5c-1.2,0.3-2.4,0.5-3.7,0.5c-1.6,0-3.2-0.3-4.5-0.8c-1.4-0.5-2.7-1.3-3.9-2.4l3.9-4.3
|
|
29
|
-
c0.6,0.8,1.3,1.3,2.2,1.8c0.9,0.4,1.8,0.6,2.7,0.6c0.4,0,0.9,0,1.4-0.2s0.9-0.3,1.2-0.5c0.4-0.2,0.7-0.5,0.9-0.8
|
|
30
|
-
c0.2-0.3,0.3-0.7,0.3-1.2c0-0.8-0.3-1.3-0.9-1.8c-0.6-0.4-1.3-0.8-2.2-1.1c-0.9-0.3-1.8-0.6-2.8-0.9c-1-0.3-2-0.7-2.8-1.2
|
|
31
|
-
c-0.9-0.5-1.6-1.2-2.2-2.1s-0.9-2-0.9-3.4c0-1.4,0.3-2.5,0.8-3.6c0.5-1,1.2-1.9,2.1-2.6s1.9-1.2,3.1-1.5c1.2-0.3,2.4-0.5,3.6-0.5
|
|
32
|
-
c1.4,0,2.8,0.2,4.1,0.6c1.3,0.4,2.5,1.1,3.6,2L93.3,24.8L93.3,24.8z"/>
|
|
33
|
-
<path class="st3" d="M103.4,31.2c0-2,0.3-3.8,1-5.5c0.7-1.6,1.6-3,2.8-4.2c1.2-1.1,2.6-2,4.3-2.6c1.7-0.6,3.5-0.9,5.4-0.9
|
|
34
|
-
c2,0,3.8,0.3,5.4,0.9c1.7,0.6,3.1,1.5,4.3,2.6s2.2,2.5,2.8,4.2s1,3.5,1,5.5s-0.3,3.8-1,5.5c-0.7,1.6-1.6,3-2.8,4.2
|
|
35
|
-
c-1.2,1.1-2.6,2-4.3,2.6c-1.7,0.6-3.5,0.9-5.4,0.9c-2,0-3.8-0.3-5.4-0.9c-1.7-0.6-3.1-1.5-4.3-2.6c-1.2-1.2-2.2-2.5-2.8-4.2
|
|
36
|
-
C103.8,35.1,103.4,33.2,103.4,31.2z M109.2,31.2c0,1.2,0.2,2.3,0.6,3.3c0.4,1,0.9,1.8,1.6,2.6c0.7,0.7,1.5,1.3,2.5,1.7
|
|
37
|
-
c1,0.4,2,0.6,3.2,0.6s2.3-0.2,3.2-0.6c1-0.4,1.8-1,2.5-1.7c0.7-0.7,1.2-1.6,1.6-2.6c0.4-1,0.6-2.1,0.6-3.3c0-1.2-0.2-2.2-0.6-3.2
|
|
38
|
-
c-0.4-1-0.9-1.9-1.6-2.6c-0.7-0.7-1.5-1.3-2.5-1.7c-1-0.4-2-0.6-3.2-0.6s-2.3,0.2-3.2,0.6c-1,0.4-1.8,1-2.5,1.7
|
|
39
|
-
c-0.7,0.7-1.2,1.6-1.6,2.6C109.3,29,109.2,30.1,109.2,31.2z"/>
|
|
40
|
-
<path class="st3" d="M138.1,18.7h5.5v20h10.3v5.1h-15.8V18.7z"/>
|
|
41
|
-
<path class="st3" d="M168.8,18.7h4.6l10.9,25.1H178l-2.2-5.3h-9.8l-2.1,5.3h-6.1L168.8,18.7z M170.9,26l-3.1,7.8h6.1L170.9,26z"/>
|
|
42
|
-
<path class="st3" d="M190.4,18.7h9.7c1.3,0,2.5,0.1,3.6,0.4s2.1,0.7,3,1.2c0.9,0.6,1.5,1.4,2.1,2.3c0.5,1,0.8,2.2,0.8,3.7
|
|
43
|
-
c0,1.8-0.5,3.3-1.4,4.5c-0.9,1.2-2.3,2-4,2.4l6.4,10.6h-6.6l-5.3-10h-2.7v10h-5.5L190.4,18.7L190.4,18.7z M195.9,29.1h3.3
|
|
44
|
-
c0.5,0,1,0,1.6,0c0.6,0,1.1-0.1,1.5-0.3s0.8-0.5,1.1-0.8c0.3-0.4,0.4-0.9,0.4-1.6c0-0.6-0.1-1.1-0.4-1.5c-0.3-0.4-0.6-0.7-1-0.9
|
|
45
|
-
c-0.4-0.2-0.9-0.3-1.4-0.4c-0.5-0.1-1-0.1-1.5-0.1h-3.6L195.9,29.1L195.9,29.1z"/>
|
|
46
|
-
<path class="st3" d="M225.2,18.7h4.6l10.9,25.1h-6.3l-2.2-5.3h-9.8l-2.1,5.3h-6.1L225.2,18.7L225.2,18.7z M227.3,26l-3.1,7.8h6.1
|
|
47
|
-
L227.3,26z"/>
|
|
48
|
-
</g>
|
|
49
|
-
</g>
|
|
50
|
-
</svg>
|
solara/website/assets/theme.js
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div id="docsearch">
|
|
3
|
-
</div>
|
|
4
|
-
</template>
|
|
5
|
-
|
|
6
|
-
<script>
|
|
7
|
-
module.exports = {
|
|
8
|
-
mounted() {
|
|
9
|
-
// like open in new window
|
|
10
|
-
solaraAlgoliaInit({appId: this.app_id, apiKey: this.api_key, indexName: this.index_name, debug: this.debug})
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
</script>
|
|
14
|
-
|
|
15
|
-
<style id="algolia">
|
|
16
|
-
.DocSearch-Button {
|
|
17
|
-
background-color: rgb(255, 238, 197);
|
|
18
|
-
color: #182026;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.DocSearch-Button:hover {
|
|
22
|
-
background-color: rgb(255, 247, 227);
|
|
23
|
-
}
|
|
24
|
-
</style>
|