@asyncapi/react-component
Version:
A React component for AsyncAPI specification.
2,056 lines (1,645 loc) • 36.5 kB
CSS
/*
Night Owl for highlight.js (c) Carl Baxter <carl@cbax.tech>
An adaptation of Sarah Drasner's Night Owl VS Code Theme
https://github.com/sdras/night-owl-vscode-theme
Copyright (c) 2018 Sarah Drasner
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
.aui-root .hljs {
display: block;
overflow-x: auto;
padding: 0.5em;
background: #011627;
color: #d6deeb;
}
/* General Purpose */
.aui-root .hljs-keyword {
color: #c792ea;
font-style: italic;
}
.aui-root .hljs-built_in {
color: #addb67;
font-style: italic;
}
.aui-root .hljs-type {
color: #82aaff;
}
.aui-root .hljs-literal {
color: #ff5874;
}
.aui-root .hljs-number {
color: #F78C6C;
}
.aui-root .hljs-regexp {
color: #5ca7e4;
}
.aui-root .hljs-string {
color: #ecc48d;
}
.aui-root .hljs-subst {
color: #d3423e;
}
.aui-root .hljs-symbol {
color: #82aaff;
}
.aui-root .hljs-class {
color: #ffcb8b;
}
.aui-root .hljs-function {
color: #82AAFF;
}
.aui-root .hljs-title {
color: #DCDCAA;
font-style: italic;
}
.aui-root .hljs-params {
color: #7fdbca;
}
/* Meta */
.aui-root .hljs-comment {
color: #637777;
font-style: italic;
}
.aui-root .hljs-doctag {
color: #7fdbca;
}
.aui-root .hljs-meta {
color: #82aaff;
}
.aui-root .hljs-meta-keyword {
color: #82aaff;
}
.aui-root .hljs-meta-string {
color: #ecc48d;
}
/* Tags, attributes, config */
.aui-root .hljs-section {
color: #82b1ff;
}
.aui-root .hljs-tag,
.aui-root .hljs-name,
.aui-root .hljs-builtin-name {
color: #7fdbca;
}
.aui-root .hljs-attr {
color: #7fdbca;
}
.aui-root .hljs-attribute {
color: #80cbc4;
}
.aui-root .hljs-variable {
color: #addb67;
}
/* Markup */
.aui-root .hljs-bullet {
color: #d9f5dd;
}
.aui-root .hljs-code {
color: #80CBC4;
}
.aui-root .hljs-emphasis {
color: #c792ea;
font-style: italic;
}
.aui-root .hljs-strong {
color: #addb67;
font-weight: bold;
}
.aui-root .hljs-formula {
color: #c792ea;
}
.aui-root .hljs-link {
color: #ff869a;
}
.aui-root .hljs-quote {
color: #697098;
font-style: italic;
}
/* CSS */
.aui-root .hljs-selector-tag {
color: #ff6363;
}
.aui-root .hljs-selector-id {
color: #fad430;
}
.aui-root .hljs-selector-class {
color: #addb67;
font-style: italic;
}
.aui-root .hljs-selector-attr,
.aui-root .hljs-selector-pseudo {
color: #c792ea;
font-style: italic;
}
/* Templates */
.aui-root .hljs-template-tag {
color: #c792ea;
}
.aui-root .hljs-template-variable {
color: #addb67;
}
/* diff */
.aui-root .hljs-addition {
color: #addb67ff;
font-style: italic;
}
.aui-root .hljs-deletion {
color: #EF535090;
font-style: italic;
}
/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
.aui-root *,
.aui-root ::before,
.aui-root ::after {
box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
.aui-root html {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
.aui-root html {
line-height: 1.15; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
.aui-root body {
margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
.aui-root body {
font-family:
system-ui,
-apple-system, /* Firefox supports this but not yet `system-ui` */
'Segoe UI',
Roboto,
Helvetica,
Arial,
sans-serif,
'Apple Color Emoji',
'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
.aui-root hr {
height: 0; /* 1 */
color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
.aui-root abbr[title] {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
.aui-root b,
.aui-root strong {
font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
.aui-root code,
.aui-root kbd,
.aui-root samp,
.aui-root pre {
font-family:
ui-monospace,
SFMono-Regular,
Consolas,
'Liberation Mono',
Menlo,
monospace; /* 1 */
font-size: 1em; /* 2 */
}
/**
Add the correct font size in all browsers.
*/
.aui-root small {
font-size: 80%;
}
/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/
.aui-root sub,
.aui-root sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
.aui-root sub {
bottom: -0.25em;
}
.aui-root sup {
top: -0.5em;
}
/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
.aui-root table {
text-indent: 0; /* 1 */
border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
.aui-root button,
.aui-root input,
.aui-root optgroup,
.aui-root select,
.aui-root textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 1 */
line-height: 1.15; /* 1 */
margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
.aui-root button,
.aui-root select { /* 1 */
text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
.aui-root button,
.aui-root [type='button'] {
-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
.aui-root ::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
.aui-root legend {
padding: 0;
}
/**
Add the correct vertical alignment in Chrome and Firefox.
*/
.aui-root progress {
vertical-align: baseline;
}
/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
.aui-root ::-webkit-inner-spin-button,
.aui-root ::-webkit-outer-spin-button {
height: auto;
}
/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
.aui-root [type='search'] {
-webkit-appearance: textfield; /* 1 */
outline-offset: -2px; /* 2 */
}
/**
Remove the inner padding in Chrome and Safari on macOS.
*/
.aui-root ::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
.aui-root ::-webkit-file-upload-button {
-webkit-appearance: button; /* 1 */
font: inherit; /* 2 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
.aui-root summary {
display: list-item;
}
/**
* Manually forked from SUIT CSS Base: https://github.com/suitcss/base
* A thin layer on top of normalize.css that provides a starting point more
* suitable for web applications.
*/
/**
* Removes the default spacing and border for appropriate elements.
*/
.aui-root blockquote,
.aui-root dl,
.aui-root dd,
.aui-root h1,
.aui-root h2,
.aui-root h3,
.aui-root h4,
.aui-root h5,
.aui-root h6,
.aui-root hr,
.aui-root figure,
.aui-root p,
.aui-root pre {
margin: 0;
}
.aui-root button {
background-color: transparent;
background-image: none;
}
.aui-root fieldset {
margin: 0;
padding: 0;
}
.aui-root ol,
.aui-root ul {
list-style: none;
margin: 0;
padding: 0;
}
/**
* Tailwind custom reset styles
*/
/**
* 1. Use the user's configured `sans` font-family (with Tailwind's default
* sans-serif font stack as a fallback) as a sane default.
* 2. Use Tailwind's default "normal" line-height so the user isn't forced
* to override it to ensure consistency even when using the default theme.
*/
.aui-root html {
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"; /* 1 */
line-height: 1.5; /* 2 */
}
/**
* Inherit font-family and line-height from `html` so users can set them as
* a class directly on the `html` element.
*/
.aui-root body {
font-family: inherit;
line-height: inherit;
}
/**
* 1. Prevent padding and border from affecting element width.
*
* We used to set this in the html element and inherit from
* the parent element for everything else. This caused issues
* in shadow-dom-enhanced elements like <details> where the content
* is wrapped by a div with box-sizing set to `content-box`.
*
* https://github.com/mozdevs/cssremedy/issues/4
*
*
* 2. Allow adding a border to an element by just adding a border-width.
*
* By default, the way the browser specifies that an element should have no
* border is by setting it's border-style to `none` in the user-agent
* stylesheet.
*
* In order to easily add borders to elements by just setting the `border-width`
* property, we change the default border-style for all elements to `solid`, and
* use border-width to hide them instead. This way our `border` utilities only
* need to set the `border-width` property instead of the entire `border`
* shorthand, making our border utilities much more straightforward to compose.
*
* https://github.com/tailwindcss/tailwindcss/pull/116
*/
.aui-root *,
.aui-root ::before,
.aui-root ::after {
box-sizing: border-box; /* 1 */
border-width: 0; /* 2 */
border-style: solid; /* 2 */
border-color: currentColor; /* 2 */
}
/*
* Ensure horizontal rules are visible by default
*/
.aui-root hr {
border-top-width: 1px;
}
/**
* Undo the `border-style: none` reset that Normalize applies to images so that
* our `border-{width}` utilities have the expected effect.
*
* The Normalize reset is unnecessary for us since we default the border-width
* to 0 on all elements.
*
* https://github.com/tailwindcss/tailwindcss/issues/362
*/
.aui-root img {
border-style: solid;
}
.aui-root textarea {
resize: vertical;
}
.aui-root input::-moz-placeholder, .aui-root textarea::-moz-placeholder {
opacity: 1;
color: #cbd5e0;
}
.aui-root input::placeholder,
.aui-root textarea::placeholder {
opacity: 1;
color: #cbd5e0;
}
.aui-root button {
cursor: pointer;
}
/**
* Override legacy focus reset from Normalize with modern Firefox focus styles.
*
* This is actually an improvement over the new defaults in Firefox in our testing,
* as it triggers the better focus styles even for links, which still use a dotted
* outline in Firefox by default.
*/
.aui-root table {
border-collapse: collapse;
}
.aui-root h1,
.aui-root h2,
.aui-root h3,
.aui-root h4,
.aui-root h5,
.aui-root h6 {
font-size: inherit;
font-weight: inherit;
}
/**
* Reset links to optimize for opt-in styling instead of
* opt-out.
*/
.aui-root a {
color: inherit;
text-decoration: inherit;
}
/**
* Reset form element properties that are easy to forget to
* style explicitly so you don't inadvertently introduce
* styles that deviate from your design system. These styles
* supplement a partial reset that is already applied by
* normalize.css.
*/
.aui-root button,
.aui-root input,
.aui-root optgroup,
.aui-root select,
.aui-root textarea {
padding: 0;
line-height: inherit;
color: inherit;
}
/**
* Use the configured 'mono' font family for elements that
* are expected to be rendered with a monospace font, falling
* back to the system monospace stack if there is no configured
* 'mono' font family.
*/
.aui-root pre,
.aui-root code,
.aui-root kbd,
.aui-root samp {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
* 1. Make replaced elements `display: block` by default as that's
* the behavior you want almost all of the time. Inspired by
* CSS Remedy, with `svg` added as well.
*
* https://github.com/mozdevs/cssremedy/issues/14
*
* 2. Add `vertical-align: middle` to align replaced elements more
* sensibly by default when overriding `display` by adding a
* utility like `inline`.
*
* This can trigger a poorly considered linting error in some
* tools but is included by design.
*
* https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
*/
.aui-root img,
.aui-root svg,
.aui-root video,
.aui-root canvas,
.aui-root audio,
.aui-root iframe,
.aui-root embed,
.aui-root object {
display: block; /* 1 */
vertical-align: middle; /* 2 */
}
/**
* Constrain images and videos to the parent width and preserve
* their intrinsic aspect ratio.
*
* https://github.com/mozdevs/cssremedy/issues/14
*/
.aui-root img,
.aui-root video {
max-width: 100%;
height: auto;
}
/**
* Ensure the default browser behavior of the `hidden` attribute.
*/
.aui-root [hidden] {
display: none;
}
.aui-root *, .aui-root ::before, .aui-root ::after{
--tw-border-opacity: 1;
border-color: rgba(203, 213, 224, var(--tw-border-opacity));
}
.aui-root .container{
width: 100%;
}
@media (min-width: 640px){
.aui-root .container{
max-width: 640px;
}
}
@media (min-width: 768px){
.aui-root .container{
max-width: 768px;
}
}
@media (min-width: 1024px){
.aui-root .container{
max-width: 1024px;
}
}
@media (min-width: 1280px){
.aui-root .container{
max-width: 1280px;
}
}
@media (min-width: 1536px){
.aui-root .container{
max-width: 1536px;
}
}
.aui-root .prose{
color: #4a5568;
max-width: 65ch;
}
.aui-root .prose [class~="lead"]{
color: #718096;
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
.aui-root .prose a{
color: #1a202c;
text-decoration: underline;
font-weight: 500;
}
.aui-root .prose strong{
color: #1a202c;
font-weight: 600;
}
.aui-root .prose ol[type="a"]{
--list-counter-style: lower-alpha;
}
.aui-root .prose ol[type="a" s]{
--list-counter-style: lower-alpha;
}
.aui-root .prose ol[type="i"]{
--list-counter-style: lower-roman;
}
.aui-root .prose ol[type="i" s]{
--list-counter-style: lower-roman;
}
.aui-root .prose ol[type="1"]{
--list-counter-style: decimal;
}
.aui-root .prose ol > li{
position: relative;
padding-left: 1.75em;
}
.aui-root .prose ol > li::before{
content: counter(list-item, var(--list-counter-style, decimal)) ".";
position: absolute;
font-weight: 400;
color: #a0aec0;
left: 0;
}
.aui-root .prose ul > li{
position: relative;
padding-left: 1.75em;
}
.aui-root .prose ul > li::before{
content: "";
position: absolute;
background-color: #e2e8f0;
border-radius: 50%;
width: 0.375em;
height: 0.375em;
top: calc(0.875em - 0.1875em);
left: 0.25em;
}
.aui-root .prose hr{
border-color: #edf2f7;
border-top-width: 1px;
margin-top: 3em;
margin-bottom: 3em;
}
.aui-root .prose blockquote{
font-weight: 500;
font-style: italic;
color: #1a202c;
border-left-width: 0.25rem;
border-left-color: #edf2f7;
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-left: 1em;
}
.aui-root .prose blockquote p:first-of-type::before{
content: open-quote;
}
.aui-root .prose blockquote p:last-of-type::after{
content: close-quote;
}
.aui-root .prose h1{
color: #1a202c;
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
.aui-root .prose h2{
color: #1a202c;
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
.aui-root .prose h3{
color: #1a202c;
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
.aui-root .prose h4{
color: #1a202c;
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
.aui-root .prose figure figcaption{
color: #a0aec0;
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
.aui-root .prose code{
color: #1a202c;
font-weight: 600;
font-size: 0.875em;
}
.aui-root .prose code::before{
content: "`";
}
.aui-root .prose code::after{
content: "`";
}
.aui-root .prose a code{
color: #1a202c;
}
.aui-root .prose pre{
color: #edf2f7;
background-color: #1a202c;
overflow-x: auto;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-right: 1.1428571em;
padding-bottom: 0.8571429em;
padding-left: 1.1428571em;
}
.aui-root .prose pre code{
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: 400;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
.aui-root .prose pre code::before{
content: none;
}
.aui-root .prose pre code::after{
content: none;
}
.aui-root .prose table{
width: 100%;
table-layout: auto;
text-align: left;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
.aui-root .prose thead{
color: #1a202c;
font-weight: 600;
border-bottom-width: 1px;
border-bottom-color: #e2e8f0;
}
.aui-root .prose thead th{
vertical-align: bottom;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.aui-root .prose tbody tr{
border-bottom-width: 1px;
border-bottom-color: #edf2f7;
}
.aui-root .prose tbody tr:last-child{
border-bottom-width: 0;
}
.aui-root .prose tbody td{
vertical-align: top;
padding-top: 0.5714286em;
padding-right: 0.5714286em;
padding-bottom: 0.5714286em;
padding-left: 0.5714286em;
}
.aui-root .prose{
font-size: 1rem;
line-height: 1.75;
}
.aui-root .prose p{
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.aui-root .prose img{
margin-top: 2em;
margin-bottom: 2em;
}
.aui-root .prose video{
margin-top: 2em;
margin-bottom: 2em;
}
.aui-root .prose figure{
margin-top: 2em;
margin-bottom: 2em;
}
.aui-root .prose figure > *{
margin-top: 0;
margin-bottom: 0;
}
.aui-root .prose h2 code{
font-size: 0.875em;
}
.aui-root .prose h3 code{
font-size: 0.9em;
}
.aui-root .prose ol{
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.aui-root .prose ul{
margin-top: 1.25em;
margin-bottom: 1.25em;
}
.aui-root .prose li{
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.aui-root .prose > ul > li p{
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.aui-root .prose > ul > li > *:first-child{
margin-top: 1.25em;
}
.aui-root .prose > ul > li > *:last-child{
margin-bottom: 1.25em;
}
.aui-root .prose > ol > li > *:first-child{
margin-top: 1.25em;
}
.aui-root .prose > ol > li > *:last-child{
margin-bottom: 1.25em;
}
.aui-root .prose ul ul, .aui-root .prose ul ol, .aui-root .prose ol ul, .aui-root .prose ol ol{
margin-top: 0.75em;
margin-bottom: 0.75em;
}
.aui-root .prose hr + *{
margin-top: 0;
}
.aui-root .prose h2 + *{
margin-top: 0;
}
.aui-root .prose h3 + *{
margin-top: 0;
}
.aui-root .prose h4 + *{
margin-top: 0;
}
.aui-root .prose thead th:first-child{
padding-left: 0;
}
.aui-root .prose thead th:last-child{
padding-right: 0;
}
.aui-root .prose tbody td:first-child{
padding-left: 0;
}
.aui-root .prose tbody td:last-child{
padding-right: 0;
}
.aui-root .prose > :first-child{
margin-top: 0;
}
.aui-root .prose > :last-child{
margin-bottom: 0;
}
@media (min-width: 1024px){
.aui-root .container\:base .burger-menu{
display: none;
}
}
@media (min-width: 1024px){
.aui-root .container\:base .sidebar{
position: relative;
display: block;
height: auto;
width: 16rem;
}
}
@media (min-width: 1280px){
.aui-root .container\:xl .sidebar--wrapper{
width: 100%;
}
}
@media (min-width: 640px){
.aui-root .container\:xl .sidebar--wrapper{
width: 100%;
}
}
@media (min-width: 1024px){
.aui-root .container\:base .sidebar--content{
width: 14rem;
}
}
/*.container\:xl .sidebar--content {
@apply absolute;
left: 50%;
transform: translate(-50%, 0);
}*/
@media (min-width: 1536px){
.aui-root .container\:base .panel-item{
display: flex;
}
}
.aui-root .container\:xl .panel-item {
display: block;
}
@media (min-width: 1536px){
.aui-root .container\:base .panel--center .panel-item--center{
width: 58.333333%;
}
}
@media (min-width: 1536px){
.aui-root .container\:base .panel--center .panel-item--right{
width: 41.666667%;
}
}
.aui-root .container\:xl .panel--center .panel-item--center {
width: 100%;
}
.aui-root .container\:xl .panel--center .panel-item--right {
width: 100%;
}
@media (min-width: 1536px){
.aui-root .container\:base .examples{
margin-top: 0px;
}
}
.aui-root .container\:base .panel--right {
display: none;
}
@media (min-width: 1536px){
.aui-root .container\:base .panel--right{
display: block;
width: 41.666667%;
}
}
.aui-root .container\:xl .panel--right {
display: none;
}
.aui-root .prose pre {
white-space: pre-wrap;
}
.aui-root .fixed{
position: fixed;
}
.aui-root .absolute{
position: absolute;
}
.aui-root .relative{
position: relative;
}
.aui-root .top-0{
top: 0px;
}
.aui-root .right-0{
right: 0px;
}
.aui-root .right-8{
right: 2rem;
}
.aui-root .bottom-16{
bottom: 4rem;
}
.aui-root .z-10{
z-index: 10;
}
.aui-root .z-20{
z-index: 20;
}
.aui-root .z-30{
z-index: 30;
}
.aui-root .mx-2{
margin-left: 0.5rem;
margin-right: 0.5rem;
}
.aui-root .-mx-8{
margin-left: -2rem;
margin-right: -2rem;
}
.aui-root .my-2{
margin-top: 0.5rem;
margin-bottom: 0.5rem;
}
.aui-root .mt-1{
margin-top: 0.25rem;
}
.aui-root .mt-2{
margin-top: 0.5rem;
}
.aui-root .mt-4{
margin-top: 1rem;
}
.aui-root .mt-9{
margin-top: 2.25rem;
}
.aui-root .mt-10{
margin-top: 2.5rem;
}
.aui-root .mt-16{
margin-top: 4rem;
}
.aui-root .mr-1{
margin-right: 0.25rem;
}
.aui-root .mr-2{
margin-right: 0.5rem;
}
.aui-root .mb-2{
margin-bottom: 0.5rem;
}
.aui-root .mb-3{
margin-bottom: 0.75rem;
}
.aui-root .mb-4{
margin-bottom: 1rem;
}
.aui-root .mb-12{
margin-bottom: 3rem;
}
.aui-root .-mb-1{
margin-bottom: -0.25rem;
}
.aui-root .ml-0{
margin-left: 0px;
}
.aui-root .ml-1{
margin-left: 0.25rem;
}
.aui-root .ml-2{
margin-left: 0.5rem;
}
.aui-root .ml-0\.5{
margin-left: 0.125rem;
}
.aui-root .block{
display: block;
}
.aui-root .inline-block{
display: inline-block;
}
.aui-root .flex{
display: flex;
}
.aui-root .table{
display: table;
}
.aui-root .hidden{
display: none;
}
.aui-root .h-5{
height: 1.25rem;
}
.aui-root .h-6{
height: 1.5rem;
}
.aui-root .h-8{
height: 2rem;
}
.aui-root .h-11{
height: 2.75rem;
}
.aui-root .h-16{
height: 4rem;
}
.aui-root .h-full{
height: 100%;
}
.aui-root .max-h-screen{
max-height: 100vh;
}
.aui-root .w-1{
width: 0.25rem;
}
.aui-root .w-5{
width: 1.25rem;
}
.aui-root .w-16{
width: 4rem;
}
.aui-root .w-20{
width: 5rem;
}
.aui-root .w-64{
width: 16rem;
}
.aui-root .w-full{
width: 100%;
}
.aui-root .min-w-1\/4{
min-width: 25%;
}
.aui-root .max-w-none{
max-width: none;
}
.aui-root .flex-1{
flex: 1 1 0%;
}
.aui-root .transform{
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.aui-root .-rotate-180{
--tw-rotate: -180deg;
}
.aui-root .-rotate-90{
--tw-rotate: -90deg;
}
@keyframes spin{
to{
transform: rotate(360deg);
}
}
@keyframes ping{
75%, 100%{
transform: scale(2);
opacity: 0;
}
}
@keyframes pulse{
50%{
opacity: .5;
}
}
@keyframes bounce{
0%, 100%{
transform: translateY(-25%);
animation-timing-function: cubic-bezier(0.8,0,1,1);
}
50%{
transform: none;
animation-timing-function: cubic-bezier(0,0,0.2,1);
}
}
.aui-root .cursor-pointer{
cursor: pointer;
}
.aui-root .flex-wrap{
flex-wrap: wrap;
}
.aui-root .items-center{
align-items: center;
}
.aui-root .justify-center{
justify-content: center;
}
.aui-root .gap-2{
gap: 0.5rem;
}
.aui-root .space-x-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.aui-root .space-y-2 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.aui-root .overflow-y-auto{
overflow-y: auto;
}
.aui-root .whitespace-pre-wrap{
white-space: pre-wrap;
}
.aui-root .break-words{
overflow-wrap: break-word;
}
.aui-root .break-all{
word-break: break-all;
}
.aui-root .rounded{
border-radius: 0.25rem;
}
.aui-root .rounded-full{
border-radius: 9999px;
}
.aui-root .rounded-t{
border-top-left-radius: 0.25rem;
border-top-right-radius: 0.25rem;
}
.aui-root .border{
border-width: 1px;
}
.aui-root .border-l-8{
border-left-width: 8px;
}
.aui-root .border-solid{
border-style: solid;
}
.aui-root .border-gray-400{
--tw-border-opacity: 1;
border-color: rgba(203, 213, 224, var(--tw-border-opacity));
}
.aui-root .border-red-500{
--tw-border-opacity: 1;
border-color: rgba(245, 101, 101, var(--tw-border-opacity));
}
.aui-root .border-orange-300{
--tw-border-opacity: 1;
border-color: rgba(251, 211, 141, var(--tw-border-opacity));
}
.aui-root .border-green-600{
--tw-border-opacity: 1;
border-color: rgba(56, 161, 105, var(--tw-border-opacity));
}
.aui-root .border-blue-300{
--tw-border-opacity: 1;
border-color: rgba(144, 205, 244, var(--tw-border-opacity));
}
.aui-root .border-blue-600{
--tw-border-opacity: 1;
border-color: rgba(49, 130, 206, var(--tw-border-opacity));
}
.aui-root .border-purple-300{
--tw-border-opacity: 1;
border-color: rgba(214, 188, 250, var(--tw-border-opacity));
}
.aui-root .bg-white{
--tw-bg-opacity: 1;
background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.aui-root .bg-gray-100{
--tw-bg-opacity: 1;
background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
}
.aui-root .bg-gray-200{
--tw-bg-opacity: 1;
background-color: rgba(237, 242, 247, var(--tw-bg-opacity));
}
.aui-root .bg-gray-800{
--tw-bg-opacity: 1;
background-color: rgba(45, 55, 72, var(--tw-bg-opacity));
}
.aui-root .bg-red-600{
--tw-bg-opacity: 1;
background-color: rgba(229, 62, 62, var(--tw-bg-opacity));
}
.aui-root .bg-orange-600{
--tw-bg-opacity: 1;
background-color: rgba(221, 107, 32, var(--tw-bg-opacity));
}
.aui-root .bg-yellow-600{
--tw-bg-opacity: 1;
background-color: rgba(214, 158, 46, var(--tw-bg-opacity));
}
.aui-root .bg-green-600{
--tw-bg-opacity: 1;
background-color: rgba(56, 161, 105, var(--tw-bg-opacity));
}
.aui-root .bg-teal-500{
--tw-bg-opacity: 1;
background-color: rgba(56, 178, 172, var(--tw-bg-opacity));
}
.aui-root .bg-blue-400{
--tw-bg-opacity: 1;
background-color: rgba(99, 179, 237, var(--tw-bg-opacity));
}
.aui-root .bg-blue-500{
--tw-bg-opacity: 1;
background-color: rgba(66, 153, 225, var(--tw-bg-opacity));
}
.aui-root .bg-blue-600{
--tw-bg-opacity: 1;
background-color: rgba(49, 130, 206, var(--tw-bg-opacity));
}
.aui-root .bg-indigo-400{
--tw-bg-opacity: 1;
background-color: rgba(127, 156, 245, var(--tw-bg-opacity));
}
.aui-root .bg-purple-600{
--tw-bg-opacity: 1;
background-color: rgba(128, 90, 213, var(--tw-bg-opacity));
}
.aui-root .hover\:bg-orange-300:hover{
--tw-bg-opacity: 1;
background-color: rgba(251, 211, 141, var(--tw-bg-opacity));
}
.aui-root .hover\:bg-blue-300:hover{
--tw-bg-opacity: 1;
background-color: rgba(144, 205, 244, var(--tw-bg-opacity));
}
.aui-root .hover\:bg-purple-300:hover{
--tw-bg-opacity: 1;
background-color: rgba(214, 188, 250, var(--tw-bg-opacity));
}
.aui-root .fill-current{
fill: currentColor;
}
.aui-root .p-1{
padding: 0.25rem;
}
.aui-root .p-2{
padding: 0.5rem;
}
.aui-root .p-4{
padding: 1rem;
}
.aui-root .p-8{
padding: 2rem;
}
.aui-root .px-1{
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.aui-root .px-2{
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.aui-root .px-3{
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.aui-root .px-4{
padding-left: 1rem;
padding-right: 1rem;
}
.aui-root .px-8{
padding-left: 2rem;
padding-right: 2rem;
}
.aui-root .py-0{
padding-top: 0px;
padding-bottom: 0px;
}
.aui-root .py-1{
padding-top: 0.25rem;
padding-bottom: 0.25rem;
}
.aui-root .py-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.aui-root .py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
.aui-root .py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
.aui-root .py-0\.5{
padding-top: 0.125rem;
padding-bottom: 0.125rem;
}
.aui-root .pt-8{
padding-top: 2rem;
}
.aui-root .pb-16{
padding-bottom: 4rem;
}
.aui-root .text-left{
text-align: left;
}
.aui-root .text-center{
text-align: center;
}
.aui-root .align-baseline{
vertical-align: baseline;
}
.aui-root .font-sans{
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";
}
.aui-root .font-mono{
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.aui-root .text-xs{
font-size: 0.75rem;
}
.aui-root .text-sm{
font-size: 0.875rem;
}
.aui-root .text-base{
font-size: 1rem;
}
.aui-root .text-lg{
font-size: 1.125rem;
}
.aui-root .text-2xl{
font-size: 1.5rem;
}
.aui-root .text-3xl{
font-size: 1.875rem;
}
.aui-root .text-4xl{
font-size: 2.25rem;
}
.aui-root .font-thin{
font-weight: 100;
}
.aui-root .font-extralight{
font-weight: 200;
}
.aui-root .font-light{
font-weight: 300;
}
.aui-root .font-bold{
font-weight: 700;
}
.aui-root .uppercase{
text-transform: uppercase;
}
.aui-root .lowercase{
text-transform: lowercase;
}
.aui-root .capitalize{
text-transform: capitalize;
}
.aui-root .italic{
font-style: italic;
}
.aui-root .leading-normal{
line-height: 1.5;
}
.aui-root .text-white{
--tw-text-opacity: 1;
color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.aui-root .text-gray-200{
--tw-text-opacity: 1;
color: rgba(237, 242, 247, var(--tw-text-opacity));
}
.aui-root .text-gray-500{
--tw-text-opacity: 1;
color: rgba(160, 174, 192, var(--tw-text-opacity));
}
.aui-root .text-gray-600{
--tw-text-opacity: 1;
color: rgba(113, 128, 150, var(--tw-text-opacity));
}
.aui-root .text-gray-700{
--tw-text-opacity: 1;
color: rgba(74, 85, 104, var(--tw-text-opacity));
}
.aui-root .text-gray-800{
--tw-text-opacity: 1;
color: rgba(45, 55, 72, var(--tw-text-opacity));
}
.aui-root .text-red-600{
--tw-text-opacity: 1;
color: rgba(229, 62, 62, var(--tw-text-opacity));
}
.aui-root .text-orange-500{
--tw-text-opacity: 1;
color: rgba(237, 137, 54, var(--tw-text-opacity));
}
.aui-root .text-orange-600{
--tw-text-opacity: 1;
color: rgba(221, 107, 32, var(--tw-text-opacity));
}
.aui-root .text-teal-500{
--tw-text-opacity: 1;
color: rgba(56, 178, 172, var(--tw-text-opacity));
}
.aui-root .text-blue-500{
--tw-text-opacity: 1;
color: rgba(66, 153, 225, var(--tw-text-opacity));
}
.aui-root .text-purple-500{
--tw-text-opacity: 1;
color: rgba(159, 122, 234, var(--tw-text-opacity));
}
.aui-root .hover\:text-gray-900:hover{
--tw-text-opacity: 1;
color: rgba(26, 32, 44, var(--tw-text-opacity));
}
.aui-root .hover\:text-orange-600:hover{
--tw-text-opacity: 1;
color: rgba(221, 107, 32, var(--tw-text-opacity));
}
.aui-root .hover\:text-blue-600:hover{
--tw-text-opacity: 1;
color: rgba(49, 130, 206, var(--tw-text-opacity));
}
.aui-root .hover\:text-purple-600:hover{
--tw-text-opacity: 1;
color: rgba(128, 90, 213, var(--tw-text-opacity));
}
.aui-root .underline{
text-decoration: underline;
}
.aui-root .no-underline{
text-decoration: none;
}
.aui-root *, .aui-root ::before, .aui-root ::after{
--tw-shadow: 0 0 #0000;
}
.aui-root .shadow{
--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.aui-root .shadow-md{
--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.aui-root .focus\:outline-none:focus{
outline: 2px solid transparent;
outline-offset: 2px;
}
.aui-root *, .aui-root ::before, .aui-root ::after{
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgba(66, 153, 225, 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
}
.aui-root .filter{
--tw-blur: var(--tw-empty,/*!*/ /*!*/);
--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
--tw-invert: var(--tw-empty,/*!*/ /*!*/);
--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.aui-root .transition-transform{
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.aui-root .duration-150{
transition-duration: 150ms;
}
.aui-root .ease-linear{
transition-timing-function: linear;
}
.aui-root .break-anywhere {
overflow-wrap: anywhere;
}
@media (min-width: 640px){
}
@media (min-width: 768px){
.aui-root .md\:flex{
display: flex;
}
}
@media (min-width: 1024px){
}
@media (min-width: 1280px){
}
@media (min-width: 1536px){
.aui-root .\32xl\:mx-0{
margin-left: 0px;
margin-right: 0px;
}
.aui-root .\32xl\:w-7\/12{
width: 58.333333%;
}
.aui-root .\32xl\:rounded{
border-radius: 0.25rem;
}
.aui-root .\32xl\:px-4{
padding-left: 1rem;
padding-right: 1rem;
}
}