From d8b7adde3d45106e5fb4f83fa18771facf6f9a81 Mon Sep 17 00:00:00 2001 From: JacobCoffee Date: Wed, 10 Apr 2024 04:32:42 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20litestar?= =?UTF-8?q?-org/litestar.dev@eca1ab807dcf5555589e747fce2c76e0bea0dbda=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .buildinfo | 2 +- _sources/about/organization.rst.txt | 3 ++ _static/index.css | 70 ++++++++++++++++++----------- about/index.html | 2 +- about/litestar-releases.html | 2 +- about/organization.html | 5 ++- genindex.html | 2 +- index.html | 6 +-- search.html | 2 +- searchindex.js | 2 +- 10 files changed, 61 insertions(+), 35 deletions(-) diff --git a/.buildinfo b/.buildinfo index 5ea0461..0eb50a1 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: aa1da375de66233e5e7754e346b4f9be +config: 6f4e5058b675ccb85e11130452aa0786 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/about/organization.rst.txt b/_sources/about/organization.rst.txt index 817471c..b69119b 100644 --- a/_sources/about/organization.rst.txt +++ b/_sources/about/organization.rst.txt @@ -35,6 +35,9 @@ Current maintainers of the project are: - Cody Fincher (`@cofin `_) - Jacob Coffee (`@jacobcoffee `_) - Janek Nouvertné (`@provinzkraut `_) +- Peter Schutt (`@peterschutt `_) +- Visakh Unnikrishnan (`@guacs `_) +- Alc (`@Alc-Alc `_) New maintainers may be nominated by any member of the Litestar organization and have to be approved unanimously by the current maintainers. diff --git a/_static/index.css b/_static/index.css index 1842fff..297fd13 100644 --- a/_static/index.css +++ b/_static/index.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com */ /* @@ -32,9 +32,11 @@ 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. 6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS */ -html { +html, +:host { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; @@ -44,12 +46,14 @@ html { -o-tab-size: 4; tab-size: 4; /* 3 */ - font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */ font-feature-settings: normal; /* 5 */ font-variation-settings: normal; /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ } /* @@ -121,8 +125,10 @@ strong { } /* -1. Use the user's configured `mono` font family by default. -2. Correct the odd `em` font sizing in all browsers. +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. */ code, @@ -131,8 +137,12 @@ samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ - font-size: 1em; + font-feature-settings: normal; /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ } /* @@ -201,6 +211,8 @@ textarea { /* 1 */ line-height: inherit; /* 1 */ + letter-spacing: inherit; + /* 1 */ color: inherit; /* 1 */ margin: 0; @@ -224,9 +236,9 @@ select { */ button, -[type='button'], -[type='reset'], -[type='submit'] { +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { -webkit-appearance: button; /* 1 */ background-color: transparent; @@ -482,6 +494,10 @@ video { --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; } ::backdrop { @@ -532,6 +548,10 @@ video { --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; } .sr-only { @@ -1369,80 +1389,80 @@ html[data-theme="dark"] .theme-switch[data-theme="dark"] { color: rgb(237 182 65 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:border-zinc-600) { +.dark\:border-zinc-600:is([data-theme="dark"] *) { --tw-border-opacity: 1; border-color: rgb(82 82 91 / var(--tw-border-opacity)); } -:is([data-theme="dark"] .dark\:bg-litestar-gold) { +.dark\:bg-litestar-gold:is([data-theme="dark"] *) { --tw-bg-opacity: 1; background-color: rgb(237 182 65 / var(--tw-bg-opacity)); } -:is([data-theme="dark"] .dark\:bg-zinc-700) { +.dark\:bg-zinc-700:is([data-theme="dark"] *) { --tw-bg-opacity: 1; background-color: rgb(63 63 70 / var(--tw-bg-opacity)); } -:is([data-theme="dark"] .dark\:bg-zinc-800) { +.dark\:bg-zinc-800:is([data-theme="dark"] *) { --tw-bg-opacity: 1; background-color: rgb(39 39 42 / var(--tw-bg-opacity)); } -:is([data-theme="dark"] .dark\:bg-zinc-900) { +.dark\:bg-zinc-900:is([data-theme="dark"] *) { --tw-bg-opacity: 1; background-color: rgb(24 24 27 / var(--tw-bg-opacity)); } -:is([data-theme="dark"] .dark\:to-zinc-900) { +.dark\:to-zinc-900:is([data-theme="dark"] *) { --tw-gradient-to: #18181b var(--tw-gradient-to-position); } -:is([data-theme="dark"] .dark\:fill-gray-400) { +.dark\:fill-gray-400:is([data-theme="dark"] *) { fill: #9ca3af; } -:is([data-theme="dark"] .dark\:text-gray-200) { +.dark\:text-gray-200:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(229 231 235 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:text-gray-300) { +.dark\:text-gray-300:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(209 213 219 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:text-litestar-gold) { +.dark\:text-litestar-gold:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(237 182 65 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:text-litestar-gray) { +.dark\:text-litestar-gray:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(220 223 228 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:text-white) { +.dark\:text-white:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:shadow-zinc-950) { +.dark\:shadow-zinc-950:is([data-theme="dark"] *) { --tw-shadow-color: #09090b; --tw-shadow: var(--tw-shadow-colored); } -:is([data-theme="dark"] .dark\:hover\:bg-gray-900:hover) { +.dark\:hover\:bg-gray-900:hover:is([data-theme="dark"] *) { --tw-bg-opacity: 1; background-color: rgb(17 24 39 / var(--tw-bg-opacity)); } -:is([data-theme="dark"] .dark\:hover\:text-neutral-900:hover) { +.dark\:hover\:text-neutral-900:hover:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(23 23 23 / var(--tw-text-opacity)); } -:is([data-theme="dark"] .dark\:hover\:text-white:hover) { +.dark\:hover\:text-white:hover:is([data-theme="dark"] *) { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } diff --git a/about/index.html b/about/index.html index 3c20345..7468981 100644 --- a/about/index.html +++ b/about/index.html @@ -794,7 +794,7 @@

About#<