python-fasthtml 0.12.35__tar.gz → 0.12.36__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.
- {python_fasthtml-0.12.35/python_fasthtml.egg-info → python_fasthtml-0.12.36}/PKG-INFO +1 -1
- python_fasthtml-0.12.36/fasthtml/__init__.py +2 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/fastapp.py +1 -1
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/toaster.py +1 -1
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36/python_fasthtml.egg-info}/PKG-INFO +1 -1
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/settings.ini +1 -1
- python_fasthtml-0.12.35/fasthtml/__init__.py +0 -2
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/CONTRIBUTING.md +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/LICENSE +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/MANIFEST.in +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/README.md +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/_modidx.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/authmw.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/basics.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/cli.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/common.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/components.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/components.pyi +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/core.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/core.pyi +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/ft.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/js.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/jupyter.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/katex.js +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/live_reload.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/oauth.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/pico.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/starlette.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/stripe_otp.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/svg.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/xtend.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/fasthtml/xtend.pyi +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/pyproject.toml +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/SOURCES.txt +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/dependency_links.txt +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/entry_points.txt +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/not-zip-safe +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/requires.txt +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/top_level.txt +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/setup.cfg +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/setup.py +0 -0
- {python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/tests/test_toaster.py +0 -0
|
@@ -63,7 +63,7 @@ def fast_app(
|
|
|
63
63
|
static_path:str=".", # Where the static file route points to, defaults to root dir
|
|
64
64
|
body_wrap:callable=noop_body, # FT wrapper for body contents
|
|
65
65
|
nb_hdrs:bool=False, # If in notebook include headers inject headers in notebook DOM?
|
|
66
|
-
**kwargs)
|
|
66
|
+
**kwargs):
|
|
67
67
|
"Create a FastHTML or FastHTMLWithLiveReload app."
|
|
68
68
|
h = (picolink,) if pico or (pico is None and default_hdrs) else ()
|
|
69
69
|
if hdrs: h += tuple(hdrs)
|
|
@@ -7,7 +7,7 @@ tcid='fh-toast-container'
|
|
|
7
7
|
sk = "toasts"
|
|
8
8
|
toast_css = """
|
|
9
9
|
#fh-toast-container {
|
|
10
|
-
position: fixed; inset: 20px 0; z-index:
|
|
10
|
+
position: fixed; inset: 20px 0; z-index: 1090; max-width: 80vw;
|
|
11
11
|
display: flex; flex-direction: column; align-items: center;
|
|
12
12
|
gap: 10px; pointer-events: none; margin: 0 auto;
|
|
13
13
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
[DEFAULT]
|
|
2
2
|
repo = fasthtml
|
|
3
3
|
lib_name = python-fasthtml
|
|
4
|
-
version = 0.12.
|
|
4
|
+
version = 0.12.36
|
|
5
5
|
min_python = 3.10
|
|
6
6
|
license = apache2
|
|
7
7
|
requirements = fastcore>=1.8.1 python-dateutil starlette>0.33 oauthlib itsdangerous uvicorn[standard]>=0.30 httpx fastlite>=0.1.1 python-multipart beautifulsoup4
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{python_fasthtml-0.12.35 → python_fasthtml-0.12.36}/python_fasthtml.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|