{
"Ariadne::BaseButton": {
"DEFAULT_CLASSES": "inline-flex items-center px-4 py-2 text-sm border border-gray-300 shadow-sm text-gray-700 bg-white hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500",
"DEFAULT_SIZE": "md",
"DEFAULT_TAG": "button",
"DEFAULT_TYPE": "button",
"SIZE_CLASS_MAPPINGS": {
"xs": "inline-flex items-center px-2.5 py-1.5 text-xs font-medium rounded",
"sm": "inline-flex items-center px-3 py-2 text-sm leading-4 font-medium rounded-m",
"md": "inline-flex items-center px-4 py-2 text-sm font-medium rounded-md",
"lg": "inline-flex items-center px-4 py-2 text-base font-medium rounded-md",
"xl": "inline-flex items-center px-6 py-3 text-base font-medium rounded-md"
},
"TAG_OPTIONS": [
"button",
"a",
"summary"
],
"TYPE_OPTIONS": [
"button",
"reset",
"submit"
],
"TYPE_SUBMIT": "submit",
"VALID_SIZES": [
"xs",
"sm",
"md",
"lg",
"xl"
]
},
"Ariadne::BaseComponent": {
"SELF_CLOSING_TAGS": [
"area",
"base",
"br",
"col",
"embed",
"hr",
"img",
"input",
"link",
"meta",
"param",
"source",
"track",
"wbr"
]
},
"Ariadne::BlankslateComponent": {
"DEFAULT_CLASSES": "max-w-7xl mx-auto text-center py-12 px-4 sm:px-6 lg:py-16 lg:px-8",
"DEFAULT_HEADING_CLASSES": "text-3xl font-extrabold tracking-tight text-gray-900 sm:text-4xl",
"DEFAULT_IMAGE_SIZE": 56,
"DEFAULT_TAG": "div",
"TAG_OPTIONS": [
"div"
]
},
"Ariadne::BodyComponent": {
"DEFAULT_CLASSES": "flex flex-col min-h-screen"
},
"Ariadne::ButtonComponent": {
"DEFAULT_SCHEME": "default",
"LINK_SCHEME": "link",
"SCHEME_CLASS_MAPPINGS": {
"default": "text-purple-800 bg-purple-50 hover:bg-purple-100 border-purple-300 focus:ring-offset-purple-50 focus:ring-purple-600",
"info": "text-blue-800 bg-blue-50 hover:bg-blue-100 border-blue-300 focus:ring-offset-blue-50 focus:ring-blue-600",
"success": "text-green-800 bg-green-50 hover:bg-green-100 border-green-300 focus:ring-offset-green-50 focus:ring-green-600",
"warning": "text-yellow-800 bg-yellow-50 hover:bg-yellow-100 border-yellow-300 focus:ring-offset-yellow-50 focus:ring-yellow-600",
"danger": "text-red-800 bg-red-50 hover:bg-red-100 border-red-300 focus:ring-offset-red-50 focus:ring-red-600"
},
"VALID_SCHEMES": [
"default",
"info",
"success",
"warning",
"danger"
]
},
"Ariadne::ClipboardCopyComponent": {
"DATA_ACTION": "click->clipboard-copy-component#copy",
"DATA_CONTROLLER": "clipboard-copy-component",
"DATA_CONTROLLERS": {
"data-controller": "clipboard-copy-component",
"data-action": "click->clipboard-copy-component#copy"
},
"DATA_CONTROLLERS_WITH_TOOLTIPS": {
"data-controller": "clipboard-copy-component tooltip-component",
"data-action": "click->clipboard-copy-component#copy mouseover->tooltip-component#show mouseout->tooltip-component#hide",
"data-tooltip-component-target": "trigger"
},
"DEFAULT_CLASSES": " cursor-pointer underline decoration-double font-semibold hover:text-button-text-color focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500",
"DEFAULT_TAG": "clipboard-copy"
},
"Ariadne::CommentComponent": {
"DEFAULT_CLASSES": "",
"DEFAULT_TAB_CLASSES": "text-gray-500 hover:text-gray-900 bg-white hover:bg-gray-100 px-3 py-1.5 border border-transparent text-sm font-medium rounded-md",
"DEFAULT_TAG": "form",
"TAG_OPTIONS": [
"form"
]
},
"Ariadne::ContainerComponent": {
"DEFAULT_CLASSES": "px-4 sm:px-6 lg:px-8"
},
"Ariadne::Content": {
},
"Ariadne::CounterComponent": {
"DEFAULT_CLASSES": "inline-flex items-center p-1 border border-transparent rounded-full shadow-sm text-white bg-gray-600 hover:bg-gray-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-gray-500"
},
"Ariadne::FlashComponent": {
"BG_SCHEME_CLASS_MAPPINGS": {
"default": "bg-blue-50",
"info": "bg-blue-50",
"success": "bg-green-50",
"warning": "bg-yellow-50",
"danger": "bg-red-50"
},
"CONTENT_SCHEME_CLASS_MAPPINGS": {
"default": "text-blue-700",
"info": "text-blue-700",
"success": "text-green-700",
"warning": "text-yellow-700",
"danger": "text-red-700"
},
"DEFAULT_SCHEME": "default",
"DISMISSIBLE_SCHEME_CLASS_MAPPINGS": {
"default": "text-blue-500 bg-blue-50 hover:bg-blue-100 focus:ring-offset-blue-50 focus:ring-blue-600",
"info": "text-blue-500 bg-blue-50 hover:bg-blue-100 focus:ring-offset-blue-50 focus:ring-blue-600",
"success": "text-green-500 bg-green-50 hover:bg-green-100 focus:ring-offset-green-50 focus:ring-green-600",
"warning": "text-yellow-500 bg-yellow-50 hover:bg-yellow-100 focus:ring-offset-yellow-50 focus:ring-yellow-600",
"danger": "text-red-500 bg-red-50 hover:bg-red-100 focus:ring-offset-red-50 focus:ring-red-600"
},
"VALID_BG_SCHEMES": [
"default",
"info",
"success",
"warning",
"danger"
],
"VALID_CONTENT_SCHEMES": [
"default",
"info",
"success",
"warning",
"danger"
],
"VALID_DISMISSIBLE_SCHEMES": [
"default",
"info",
"success",
"warning",
"danger"
]
},
"Ariadne::FlexComponent": {
"DEFAULT_CLASSES": "flex",
"DEFAULT_TAG": "div",
"TAG_OPTIONS": [
"div"
],
"VALID_TYPES": [
"row",
"column",
"row_reverse",
"column_reverse"
]
},
"Ariadne::FooterComponent": {
"DEFAULT_CLASSES": "py-5"
},
"Ariadne::GridComponent": {
"DEFAULT_CLASSES": "grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3",
"DEFAULT_LINK_COLOR_CLASSES": "text-button-text-color bg-button-bg-color focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500",
"Item": "Ariadne::GridComponent::Item"
},
"Ariadne::GridComponent::Item": {
"DEFAULT_ACTION_LINK_CLASSES": "text-button-text-color relative -mr-px w-0 flex-1 inline-flex items-center justify-center py-4 text-sm font-medium border border-transparent rounded-bl-lg rounded-lg",
"DEFAULT_ENTRY_CLASSES": "group flex-1 flex flex-col p-8 hover:bg-button-hover-color hover:text-gray-500 rounded-lg",
"DEFAULT_ITEM_CLASSES": "flex flex-col text-center rounded-lg shadow my-4 text-black-700 border-black"
},
"Ariadne::HeaderComponent": {
"DEFAULT_CLASSES": "sticky top-0 z-50 px-4 py-5 bg-white shadow-sm shadow-slate-900/5 transition duration-500",
"DEFAULT_IMAGE_LOGO_CLASSES": "h-10 w-auto",
"DEFAULT_NAV_LINK_CLASSES": "inline-block rounded-lg py-1 px-2 text-sm text-slate-700 hover:bg-slate-100 hover:text-slate-900",
"DEFAULT_PROFILE_LINK_CLASSES": "group inline-flex items-center justify-center rounded-full py-2 px-4 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2",
"DEFAULT_SIGNUP_LINK_CLASSES": "group inline-flex items-center justify-center rounded-full py-2 px-4 text-sm font-semibold focus:outline-none focus-visible:outline-2 focus-visible:outline-offset-2",
"DEFAULT_TEXT_LOGO_CLASSES": "flex items-center font-bold text-xl",
"LINK_CLASSES": "rounded-lg py-1 px-2 text-slate-700 hover:bg-slate-100 hover:text-slate-900"
},
"Ariadne::HeadingComponent": {
"TAG_OPTIONS": [
"h1",
"h2",
"h3",
"h4",
"h5",
"h6"
],
"TAG_TO_CLASSES": {
"h1": "font-bold leading-7 sm:text-3xl",
"h2": "text-3xl font-extrabold",
"h3": "text-2xl font-extrabold"
}
},
"Ariadne::HeroiconComponent": {
"DEFAULT_TEXT_CLASSES": "pl-2",
"PRELOADED_ICONS": [
{
"name": "bell",
"variant": "outline"
},
{
"name": "check",
"variant": "outline"
},
{
"name": "chevron-down",
"variant": "outline"
},
{
"name": "clipboard",
"variant": "outline"
},
{
"name": "clock",
"variant": "outline"
},
{
"name": "information-circle",
"variant": "outline"
},
{
"name": "dots-horizontal",
"variant": "outline"
},
{
"name": "link",
"variant": "outline"
},
{
"name": "lock-closed",
"variant": "outline"
},
{
"name": "mail",
"variant": "outline"
},
{
"name": "menu",
"variant": "outline"
},
{
"name": "pencil",
"variant": "outline"
},
{
"name": "plus-sm",
"variant": "outline"
},
{
"name": "question-mark-circle",
"variant": "outline"
},
{
"name": "search",
"variant": "outline"
},
{
"name": "search",
"variant": "outline"
},
{
"name": "trash",
"variant": "outline"
},
{
"name": "x",
"variant": "outline"
}
],
"SIZE_DEFAULT": "sm",
"SIZE_LARGE": "lg",
"SIZE_MAPPINGS": {
"sm": 16,
"md": 24,
"lg": 128
},
"SIZE_MEDIUM": "md",
"SIZE_OPTIONS": [
"sm",
"md",
"lg"
]
},
"Ariadne::ImageComponent": {
"DEFAULT_TAG": "img"
},
"Ariadne::InlineFlexComponent": {
"DEFAULT_CLASSES": "inline-flex items-baseline",
"DEFAULT_LABEL_CLASSES": "pl-2 text-sm font-medium text-gray-900",
"DEFAULT_TAG": "span",
"DEFAULT_TEXT_CLASSES": "pl-2 text-sm font-medium text-gray-900",
"DEFAULT_TEXT_CLOSED_CLASSES": "text-state-closed",
"DEFAULT_TEXT_OPEN_CLASSES": "text-state-open",
"STATE_CLOSED_SVG": "\n",
"STATE_OPEN_SVG": "\n",
"STATE_OPTIONS": [
"closed",
"open"
]
},
"Ariadne::LinkComponent": {
"DEFAULT_ACTIONABLE_CLASSES": " cursor-pointer underline decoration-double font-semibold hover:text-button-text-color focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-purple-500",
"DEFAULT_CLASSES": "cursor-pointer",
"DEFAULT_TAG": "a",
"TAG_OPTIONS": [
"a",
"span"
]
},
"Ariadne::ListComponent": {
"DEFAULT_UL_CLASSES": "divide-y divide-gray-300",
"Item": "Ariadne::ListComponent::Item"
},
"Ariadne::ListComponent::Item": {
"DEFAULT_ITEM_CLASSES": "relative p-1.5 focus:ring-2 focus:ring-offset-2 focus:ring-purple-500 hover:bg-button-hover-color"
},
"Ariadne::MainComponent": {
"DEFAULT_CLASSES": "flex-auto"
},
"Ariadne::PillComponent": {
"DEFAULT_CLASSES": "flex-shrink-0 inline-block px-2 py-0.5 text-xs font-medium rounded-full",
"DEFAULT_TAG": "span",
"TAG_OPTIONS": [
"span"
]
},
"Ariadne::SlideoverComponent": {
"DEFAULT_BUTTON_CLASSES": "inline-flex items-center shadow-sm px-4 py-1.5 pb-2 text-sm leading-5 font-medium rounded-full text-purple-800 bg-purple-50 hover:bg-purple-100 border-purple-300 focus:ring-offset-purple-50 focus:ring-purple-600",
"DEFAULT_CLASSES": "",
"DEFAULT_TAG": "div",
"DIRECTION_X_LEFT": "xl",
"DIRECTION_Y_DOWN": "yd",
"TAG_OPTIONS": [
"div"
],
"VALID_DIRECTIONS": [
"yd",
"xl"
]
},
"Ariadne::Text": {
"DEFAULT_TAG": "span"
},
"Ariadne::TimeAgoComponent": {
"DEFAULT_CLASSES": "whitespace-nowrap",
"DEFAULT_TAG": "time-ago",
"TAG_OPTIONS": [
"time-ago"
]
},
"Ariadne::TimelineComponent": {
"DEFAULT_CLASSES": "",
"DEFAULT_TAG": "div"
},
"Ariadne::TooltipComponent": {
"DATA_ACTION": "mouseover->tooltip-component#show mouseout->tooltip-component#hide",
"DATA_CONTROLLER": "tooltip-component",
"DEFAULT_CLASSES": "invisible absolute bg-slate-900 text-white font-semibold max-w-xs py-1 px-2 rounded z-max",
"DEFAULT_PLACEMENT": "top",
"DEFAULT_TAG": "tooltip",
"TYPE_DEFAULT": "description",
"TYPE_OPTIONS": [
"label",
"description"
],
"VALID_PLACEMENTS": [
"top",
"right",
"bottom",
"left"
]
}
}