ariadne_view_components 0.0.93.1 → 0.0.94
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +13 -4
- data/app/assets/javascripts/ariadne_view_components.js +14 -14
- data/app/assets/javascripts/ariadne_view_components.js.br +0 -0
- data/app/assets/javascripts/ariadne_view_components.js.gz +0 -0
- data/app/assets/javascripts/ariadne_view_components.js.map +1 -1
- data/app/assets/stylesheets/ariadne_view_components.css +1 -1
- data/app/assets/stylesheets/ariadne_view_components.css.br +0 -0
- data/app/assets/stylesheets/ariadne_view_components.css.gz +0 -0
- data/app/components/ariadne/base_component.rb +25 -22
- data/app/components/ariadne/behaviors/tooltipable.rb +12 -12
- data/app/components/ariadne/form/checkbox/component.rb +2 -2
- data/app/components/ariadne/form/group/component.rb +1 -1
- data/app/components/ariadne/form/radio_button/component.rb +2 -2
- data/app/components/ariadne/form/select/component.rb +1 -1
- data/app/components/ariadne/form/text_field/component.html.erb +2 -2
- data/app/components/ariadne/form/text_field/component.rb +14 -7
- data/app/components/ariadne/form/toggle/component.rb +2 -2
- data/app/components/ariadne/form/toggle_group/component.rb +1 -1
- data/app/components/ariadne/form/toggle_group/option/component.rb +1 -1
- data/app/components/ariadne/layout/grid/component.rb +1 -1
- data/app/components/ariadne/layout/grid/item/component.rb +2 -2
- data/app/components/ariadne/layout/label_block/component.rb +1 -1
- data/app/components/ariadne/layout/narrow/component.rb +1 -1
- data/app/components/ariadne/ui/accordion/component.rb +3 -1
- data/app/components/ariadne/ui/accordion/item/component.html.erb +10 -10
- data/app/components/ariadne/ui/accordion/item/component.rb +12 -3
- data/app/components/ariadne/ui/avatar/component.html.erb +9 -7
- data/app/components/ariadne/ui/avatar/component.rb +55 -7
- data/app/components/ariadne/ui/badge/component.rb +35 -16
- data/app/components/ariadne/ui/banner/component.html.erb +23 -0
- data/app/components/ariadne/ui/banner/component.rb +226 -0
- data/app/components/ariadne/ui/banner/component.ts +46 -0
- data/app/components/ariadne/ui/blankslate/component.html.erb +2 -2
- data/app/components/ariadne/ui/blankslate/component.rb +12 -1
- data/app/components/ariadne/ui/button/component.rb +35 -24
- data/app/components/ariadne/ui/card/body/component.rb +1 -1
- data/app/components/ariadne/ui/card/component.rb +11 -7
- data/app/components/ariadne/ui/card/footer/component.rb +1 -1
- data/app/components/ariadne/ui/card/header/component.html.erb +2 -2
- data/app/components/ariadne/ui/card/header/component.rb +25 -16
- data/app/components/ariadne/ui/clipboard_copy/component.html.erb +1 -0
- data/app/components/ariadne/ui/clipboard_copy/component.rb +17 -21
- data/app/components/ariadne/ui/clipboard_copy/component.ts +15 -0
- data/app/components/ariadne/ui/color_dot/component.html.erb +5 -5
- data/app/components/ariadne/ui/color_dot/component.rb +19 -4
- data/app/components/ariadne/ui/combobox/component.html.erb +1 -1
- data/app/components/ariadne/ui/combobox/component.rb +54 -23
- data/app/components/ariadne/ui/combobox/component.ts +2 -0
- data/app/components/ariadne/ui/dialog/body/component.html.erb +3 -0
- data/app/components/ariadne/ui/dialog/body/component.rb +28 -0
- data/app/components/ariadne/ui/dialog/component.html.erb +25 -24
- data/app/components/ariadne/ui/dialog/component.rb +87 -18
- data/app/components/ariadne/ui/dialog/component.ts +5 -1
- data/app/components/ariadne/ui/dialog/footer/component.html.erb +3 -0
- data/app/components/ariadne/ui/dialog/footer/component.rb +34 -0
- data/app/components/ariadne/ui/heroicon/component.rb +21 -21
- data/app/components/ariadne/ui/image/component.rb +11 -23
- data/app/components/ariadne/ui/link/component.html.erb +1 -3
- data/app/components/ariadne/ui/link/component.rb +17 -4
- data/app/components/ariadne/ui/list/component.html.erb +5 -9
- data/app/components/ariadne/ui/list/component.rb +31 -7
- data/app/components/ariadne/ui/list/item/component.rb +6 -5
- data/app/components/ariadne/ui/pagination/component.rb +1 -2
- data/app/components/ariadne/ui/popover/component.html.erb +1 -1
- data/app/components/ariadne/ui/popover/component.rb +31 -26
- data/app/components/ariadne/ui/relative_time/component.html.erb +1 -0
- data/app/components/ariadne/ui/{time_ago → relative_time}/component.rb +15 -15
- data/app/components/ariadne/ui/{time_ago → relative_time}/component.ts +1 -1
- data/app/components/ariadne/ui/shortcut/component.html.erb +0 -1
- data/app/components/ariadne/ui/shortcut/component.rb +31 -5
- data/app/components/ariadne/ui/shortcut/component.ts +1 -1
- data/app/components/ariadne/ui/skeleton/component.rb +2 -8
- data/app/components/ariadne/ui/stats_panel/component.html.erb +3 -3
- data/app/components/ariadne/ui/stats_panel/component.rb +25 -1
- data/app/components/ariadne/ui/stats_panel/item/component.html.erb +3 -3
- data/app/components/ariadne/ui/stats_panel/item/component.rb +6 -6
- data/app/components/ariadne/ui/table/cell/component.rb +1 -1
- data/app/components/ariadne/ui/table/row/component.rb +1 -1
- data/app/components/ariadne/ui/typography/component.rb +3 -1
- data/app/frontend/controllers/tooltip_controller.ts +8 -3
- data/app/frontend/stylesheets/ariadne_view_components.css +1 -0
- data/app/frontend/stylesheets/theme.css +88 -0
- data/app/frontend/utils/createController.ts +9 -0
- data/app/helpers/ariadne/color_helper.rb +158 -0
- data/app/helpers/ariadne/form_helper.rb +1 -0
- data/app/helpers/ariadne/size_helper.rb +7 -0
- data/app/lib/ariadne/attributes_helper.rb +4 -4
- data/app/lib/ariadne/view_component/style_variants.rb +1 -1
- data/app/lib/ariadne/view_helper.rb +0 -6
- data/lib/ariadne/accessibility.rb +64 -0
- data/lib/ariadne/forms/dsl/form_object.rb +5 -1
- data/lib/ariadne/forms/dsl/input.rb +1 -1
- data/lib/ariadne/static/generate_arguments.rb +54 -0
- data/lib/ariadne/static/generate_audited_at.rb +17 -0
- data/lib/ariadne/static/generate_constants.rb +19 -0
- data/lib/ariadne/static/generate_previews.rb +53 -0
- data/lib/ariadne/static/generate_statuses.rb +17 -0
- data/lib/ariadne/static/generate_structure.rb +279 -0
- data/lib/ariadne/static.rb +68 -0
- data/lib/ariadne/view_components/constants.rb +2 -2
- data/lib/ariadne/view_components/version.rb +1 -1
- data/lib/ariadne/view_components.rb +0 -51
- data/lib/ariadne/yard/component_manifest.rb +81 -81
- data/lib/ariadne/yard/component_ref.rb +1 -1
- data/lib/ariadne/yard/docs_helper.rb +24 -16
- data/lib/ariadne/yard/dry_initializer/common_handler.rb +103 -0
- data/lib/ariadne/yard/dry_initializer/option_handler.rb +38 -0
- data/lib/ariadne/yard/dry_initializer/param_handler.rb +57 -0
- data/lib/ariadne/yard/registry.rb +2 -5
- data/lib/ariadne/yard/{info_arch_docs_helper.rb → structure_docs_helper.rb} +5 -5
- data/lib/ariadne/yard.rb +20 -8
- data/lib/rubocop/config/default.yml +0 -3
- metadata +34 -37
- data/app/components/ariadne/behaviors/captionable.rb +0 -55
- data/app/components/ariadne/turbo/frame/component.html.erb +0 -3
- data/app/components/ariadne/turbo/frame/component.rb +0 -16
- data/app/components/ariadne/turbo/stream_action/component.html.erb +0 -4
- data/app/components/ariadne/turbo/stream_action/component.rb +0 -25
- data/app/components/ariadne/ui/data_table/component.html.erb +0 -1
- data/app/components/ariadne/ui/data_table/component.rb +0 -11
- data/app/components/ariadne/ui/flash/component.html.erb +0 -18
- data/app/components/ariadne/ui/flash/component.rb +0 -151
- data/app/components/ariadne/ui/flash/component.ts +0 -56
- data/app/components/ariadne/ui/overlay/component.html.erb +0 -12
- data/app/components/ariadne/ui/overlay/component.rb +0 -54
- data/app/components/ariadne/ui/overlay/component.ts +0 -92
- data/app/components/ariadne/ui/time_ago/component.html.erb +0 -1
- data/lib/ariadne/view_components/commands.rb +0 -90
- data/lib/ariadne/view_components/statuses.rb +0 -14
- data/lib/ariadne/view_components/upstream.rb +0 -19
- data/lib/ariadne/yard/lookbook_pages_backend.rb +0 -235
- data/lib/rubocop/cop/ariadne/no_tag_memoize.rb +0 -44
- data/static/arguments.yml +0 -879
- data/static/assets/view-components.svg +0 -18
- data/static/classes.yml +0 -211
- data/static/constants.json +0 -743
- data/static/statuses.json +0 -58
- data/static/tailwindcss.yml +0 -727
- /data/app/components/ariadne/ui/{time_ago → relative_time}/en.yml +0 -0
    
        data/static/constants.json
    DELETED
    
    | @@ -1,743 +0,0 @@ | |
| 1 | 
            -
            {
         | 
| 2 | 
            -
              "Ariadne::AvatarComponent": {
         | 
| 3 | 
            -
                "DEFAULT_CLASSES": "ariadne-inline-block ariadne-rounded-full ariadne-ring-2 ariadne-ring-white",
         | 
| 4 | 
            -
                "DEFAULT_SHAPE": "circle",
         | 
| 5 | 
            -
                "DEFAULT_SIZE": 20,
         | 
| 6 | 
            -
                "SHAPE_OPTIONS": [
         | 
| 7 | 
            -
                  "circle",
         | 
| 8 | 
            -
                  "square"
         | 
| 9 | 
            -
                ],
         | 
| 10 | 
            -
                "SIZE_OPTIONS": [
         | 
| 11 | 
            -
                  16,
         | 
| 12 | 
            -
                  20,
         | 
| 13 | 
            -
                  24,
         | 
| 14 | 
            -
                  32,
         | 
| 15 | 
            -
                  40,
         | 
| 16 | 
            -
                  48,
         | 
| 17 | 
            -
                  80
         | 
| 18 | 
            -
                ],
         | 
| 19 | 
            -
                "SMALL_THRESHOLD": 24
         | 
| 20 | 
            -
              },
         | 
| 21 | 
            -
              "Ariadne::AvatarStackComponent": {
         | 
| 22 | 
            -
                "ALIGN_DEFAULT": "left",
         | 
| 23 | 
            -
                "ALIGN_OPTIONS": [
         | 
| 24 | 
            -
                  "left",
         | 
| 25 | 
            -
                  "right"
         | 
| 26 | 
            -
                ],
         | 
| 27 | 
            -
                "BODY_TAG_OPTIONS": [
         | 
| 28 | 
            -
                  "div",
         | 
| 29 | 
            -
                  "span"
         | 
| 30 | 
            -
                ],
         | 
| 31 | 
            -
                "DEFAULT_BODY_TAG": "div",
         | 
| 32 | 
            -
                "DEFAULT_CLASSES": "ariadne-flex ariadne--space-x-2 ariadne-overflow-hidden",
         | 
| 33 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 34 | 
            -
                "TAG_OPTIONS": [
         | 
| 35 | 
            -
                  "div",
         | 
| 36 | 
            -
                  "span"
         | 
| 37 | 
            -
                ]
         | 
| 38 | 
            -
              },
         | 
| 39 | 
            -
              "Ariadne::BaseButton": {
         | 
| 40 | 
            -
                "DEFAULT_CLASSES": "ariadne-items-center ariadne-border ariadne-shadow-sm focus:ariadne-outline-none focus:ariadne-ring-2 focus:ariadne-ring-offset-2",
         | 
| 41 | 
            -
                "DEFAULT_NUDE_CLASSES": "focus:ariadne-outline-none focus:ariadne-ring-2 focus:ariadne-ring-offset-2",
         | 
| 42 | 
            -
                "DEFAULT_SIZE": "md",
         | 
| 43 | 
            -
                "DEFAULT_TAG": "button",
         | 
| 44 | 
            -
                "DEFAULT_TYPE": "button",
         | 
| 45 | 
            -
                "SIZE_CLASS_MAPPINGS": {
         | 
| 46 | 
            -
                  "xs": "ariadne-px-2.5 ariadne-py-1.5 ariadne-text-xs ariadne-font-medium ariadne-rounded",
         | 
| 47 | 
            -
                  "sm": "ariadne-px-3 ariadne-py-2 ariadne-text-sm ariadne-leading-4 ariadne-font-medium ariadne-rounded-m",
         | 
| 48 | 
            -
                  "md": "ariadne-px-4 ariadne-py-2 ariadne-text-sm ariadne-font-medium ariadne-rounded-md",
         | 
| 49 | 
            -
                  "lg": "ariadne-px-4 ariadne-py-2 ariadne-text-base ariadne-font-medium ariadne-rounded-md",
         | 
| 50 | 
            -
                  "xl": "ariadne-px-6 ariadne-py-3 ariadne-text-base ariadne-font-medium ariadne-rounded-md"
         | 
| 51 | 
            -
                },
         | 
| 52 | 
            -
                "TAG_OPTIONS": [
         | 
| 53 | 
            -
                  "button",
         | 
| 54 | 
            -
                  "a",
         | 
| 55 | 
            -
                  "summary"
         | 
| 56 | 
            -
                ],
         | 
| 57 | 
            -
                "TYPE_SUBMIT": "submit",
         | 
| 58 | 
            -
                "VALID_SIZES": [
         | 
| 59 | 
            -
                  "xs",
         | 
| 60 | 
            -
                  "sm",
         | 
| 61 | 
            -
                  "md",
         | 
| 62 | 
            -
                  "lg",
         | 
| 63 | 
            -
                  "xl"
         | 
| 64 | 
            -
                ],
         | 
| 65 | 
            -
                "VALID_TYPES": [
         | 
| 66 | 
            -
                  "button",
         | 
| 67 | 
            -
                  "reset",
         | 
| 68 | 
            -
                  "submit"
         | 
| 69 | 
            -
                ]
         | 
| 70 | 
            -
              },
         | 
| 71 | 
            -
              "Ariadne::BaseComponent": {
         | 
| 72 | 
            -
                "SELF_CLOSING_TAGS": [
         | 
| 73 | 
            -
                  "area",
         | 
| 74 | 
            -
                  "base",
         | 
| 75 | 
            -
                  "br",
         | 
| 76 | 
            -
                  "col",
         | 
| 77 | 
            -
                  "embed",
         | 
| 78 | 
            -
                  "hr",
         | 
| 79 | 
            -
                  "img",
         | 
| 80 | 
            -
                  "input",
         | 
| 81 | 
            -
                  "link",
         | 
| 82 | 
            -
                  "meta",
         | 
| 83 | 
            -
                  "param",
         | 
| 84 | 
            -
                  "source",
         | 
| 85 | 
            -
                  "track",
         | 
| 86 | 
            -
                  "wbr"
         | 
| 87 | 
            -
                ]
         | 
| 88 | 
            -
              },
         | 
| 89 | 
            -
              "Ariadne::BlankslateComponent": {
         | 
| 90 | 
            -
                "DEFAULT_CLASSES": "ariadne-text-center",
         | 
| 91 | 
            -
                "DEFAULT_HEADING_CLASSES": "ariadne-text-3xl ariadne-font-extrabold ariadne-tracking-tight ariadne-text-gray-900 sm:ariadne-text-4xl",
         | 
| 92 | 
            -
                "DEFAULT_IMAGE_SIZE": 56,
         | 
| 93 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 94 | 
            -
                "TAG_OPTIONS": [
         | 
| 95 | 
            -
                  "div"
         | 
| 96 | 
            -
                ]
         | 
| 97 | 
            -
              },
         | 
| 98 | 
            -
              "Ariadne::BodyComponent": {
         | 
| 99 | 
            -
                "DEFAULT_CLASSES": "ariadne-scroll-smooth ariadne-antialiased"
         | 
| 100 | 
            -
              },
         | 
| 101 | 
            -
              "Ariadne::BreadcrumbsComponent": {
         | 
| 102 | 
            -
                "DEFAULT_CLASSES": {
         | 
| 103 | 
            -
                  "wrapper": "",
         | 
| 104 | 
            -
                  "item": "",
         | 
| 105 | 
            -
                  "active_item": "ariadne-underline"
         | 
| 106 | 
            -
                },
         | 
| 107 | 
            -
                "DEFAULT_TAG": "nav",
         | 
| 108 | 
            -
                "TAG_OPTIONS": [
         | 
| 109 | 
            -
                  "nav"
         | 
| 110 | 
            -
                ]
         | 
| 111 | 
            -
              },
         | 
| 112 | 
            -
              "Ariadne::ButtonComponent": {
         | 
| 113 | 
            -
                "DEFAULT_SCHEME": "default",
         | 
| 114 | 
            -
                "LINK_SCHEME": "link",
         | 
| 115 | 
            -
                "SCHEME_CLASS_MAPPINGS": {
         | 
| 116 | 
            -
                  "link": "ariadne-cursor-pointer ariadne-font-semibold ariadne-underline ariadne-decoration-double",
         | 
| 117 | 
            -
                  "none": "",
         | 
| 118 | 
            -
                  "default": "ariadne-text-slate-800 ariadne-bg-slate-50 hover:ariadne-bg-slate-100 ariadne-border-slate-300 focus:ariadne-ring-offset-slate-50 focus:ariadne-ring-slate-600",
         | 
| 119 | 
            -
                  "info": "ariadne-text-slate-800 ariadne-bg-slate-50 hover:ariadne-bg-slate-100 ariadne-border-slate-300 focus:ariadne-ring-offset-blue-50 focus:ariadne-ring-slate-600",
         | 
| 120 | 
            -
                  "success": "ariadne-text-green-800 ariadne-bg-green-50 hover:ariadne-bg-green-100 ariadne-border-green-300 focus:ariadne-ring-offset-green-50 focus:ariadne-ring-green-600",
         | 
| 121 | 
            -
                  "warning": "ariadne-text-yellow-800 ariadne-bg-yellow-50 hover:ariadne-bg-yellow-100 ariadne-border-yellow-300 focus:ariadne-ring-offset-yellow-50 focus:ariadne-ring-yellow-600",
         | 
| 122 | 
            -
                  "danger": "ariadne-text-red-800 ariadne-bg-red-50 hover:ariadne-bg-red-100 ariadne-border-red-300 focus:ariadne-ring-offset-red-50 focus:ariadne-ring-red-600"
         | 
| 123 | 
            -
                },
         | 
| 124 | 
            -
                "VALID_SCHEMES": [
         | 
| 125 | 
            -
                  "link",
         | 
| 126 | 
            -
                  "none",
         | 
| 127 | 
            -
                  "default",
         | 
| 128 | 
            -
                  "info",
         | 
| 129 | 
            -
                  "success",
         | 
| 130 | 
            -
                  "warning",
         | 
| 131 | 
            -
                  "danger"
         | 
| 132 | 
            -
                ]
         | 
| 133 | 
            -
              },
         | 
| 134 | 
            -
              "Ariadne::CheckboxComponent": {
         | 
| 135 | 
            -
                "DEFAULT_ATTRIBUTES": {
         | 
| 136 | 
            -
                  "input": {
         | 
| 137 | 
            -
                    "type": "checkbox",
         | 
| 138 | 
            -
                    "data-controller": "toggleable",
         | 
| 139 | 
            -
                    "data-toggleable-synced-attrs-value": "[\"checked\", \"aria-checked\"]",
         | 
| 140 | 
            -
                    "data-action": "click->toggleable#toggle"
         | 
| 141 | 
            -
                  },
         | 
| 142 | 
            -
                  "label": {
         | 
| 143 | 
            -
                  }
         | 
| 144 | 
            -
                },
         | 
| 145 | 
            -
                "DEFAULT_CLASSES": {
         | 
| 146 | 
            -
                  "input": "ariadne-mr-2",
         | 
| 147 | 
            -
                  "label": "ariadne-flex ariadne-items-center ariadne-cursor-pointer ariadne-w-fit"
         | 
| 148 | 
            -
                },
         | 
| 149 | 
            -
                "DEFAULT_TAG": "label",
         | 
| 150 | 
            -
                "TAG_OPTIONS": [
         | 
| 151 | 
            -
                  "label"
         | 
| 152 | 
            -
                ]
         | 
| 153 | 
            -
              },
         | 
| 154 | 
            -
              "Ariadne::ClipboardCopyComponent": {
         | 
| 155 | 
            -
                "DATA_ACTION": "click->clipboard-copy-component#copy",
         | 
| 156 | 
            -
                "DATA_CONTROLLER": "clipboard-copy-component",
         | 
| 157 | 
            -
                "DATA_CONTROLLERS": {
         | 
| 158 | 
            -
                  "data-controller": "clipboard-copy-component",
         | 
| 159 | 
            -
                  "data-action": "click->clipboard-copy-component#copy"
         | 
| 160 | 
            -
                },
         | 
| 161 | 
            -
                "DATA_CONTROLLERS_WITH_TOOLTIPS": {
         | 
| 162 | 
            -
                  "data-controller": "clipboard-copy-component tooltip-component",
         | 
| 163 | 
            -
                  "data-action": "click->clipboard-copy-component#copy mouseover->tooltip-component#show mouseout->tooltip-component#hide",
         | 
| 164 | 
            -
                  "data-tooltip-component-target": "trigger"
         | 
| 165 | 
            -
                },
         | 
| 166 | 
            -
                "DEFAULT_CLASSES": "ariadne-cursor-pointer ariadne-font-semibold ariadne-underline ariadne-decoration-double",
         | 
| 167 | 
            -
                "DEFAULT_TAG": "clipboard-copy"
         | 
| 168 | 
            -
              },
         | 
| 169 | 
            -
              "Ariadne::CloseButtonComponent": {
         | 
| 170 | 
            -
                "DEFAULT_CLASSES": "ariadne-border-none ariadne-bg-transparent ariadne-shadow-none hover:ariadne-bg-transparent",
         | 
| 171 | 
            -
                "DEFAULT_TAG": "button",
         | 
| 172 | 
            -
                "TAG_OPTIONS": [
         | 
| 173 | 
            -
                  "button"
         | 
| 174 | 
            -
                ]
         | 
| 175 | 
            -
              },
         | 
| 176 | 
            -
              "Ariadne::ContainerComponent": {
         | 
| 177 | 
            -
                "DEFAULT_CLASSES": "ariadne-px-4 sm:ariadne-px-6 lg:ariadne-px-8"
         | 
| 178 | 
            -
              },
         | 
| 179 | 
            -
              "Ariadne::Content": {
         | 
| 180 | 
            -
              },
         | 
| 181 | 
            -
              "Ariadne::CounterComponent": {
         | 
| 182 | 
            -
                "DEFAULT_CLASSES": "ariadne-inline-flex ariadne-items-center ariadne-p-1 ariadne-border ariadne-border-transparent ariadne-rounded-full ariadne-shadow-sm focus:ariadne-outline-none focus:ariadne-ring-2 focus:ariadne-ring-offset-2"
         | 
| 183 | 
            -
              },
         | 
| 184 | 
            -
              "Ariadne::DetailsComponent": {
         | 
| 185 | 
            -
                "DEFAULT_BODY_CLASSES": "ariadne-absolute ariadne-mt-2 ariadne-w-56 ariadne-divide-y ariadne-divide-gray-100 ariadne-rounded-md ariadne-shadow-lg ariadne-ring-1 ariadne-ring-black ariadne-ring-opacity-5 focus:ariadne-outline-none",
         | 
| 186 | 
            -
                "DEFAULT_BODY_TAG": "div",
         | 
| 187 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 188 | 
            -
                "DEFAULT_TAG": "details",
         | 
| 189 | 
            -
                "NO_OVERLAY": "none",
         | 
| 190 | 
            -
                "OVERLAY_MAPPINGS": {
         | 
| 191 | 
            -
                  "none": "",
         | 
| 192 | 
            -
                  "default": "ariadne-details-overlay",
         | 
| 193 | 
            -
                  "dark": "ariadne-details-overlay ariadne-details-overlay-dark"
         | 
| 194 | 
            -
                },
         | 
| 195 | 
            -
                "VALID_BODY_TAGS": [
         | 
| 196 | 
            -
                  "ul",
         | 
| 197 | 
            -
                  "details-menu",
         | 
| 198 | 
            -
                  "details-dialog",
         | 
| 199 | 
            -
                  "div"
         | 
| 200 | 
            -
                ]
         | 
| 201 | 
            -
              },
         | 
| 202 | 
            -
              "Ariadne::Dropdown::MenuComponent": {
         | 
| 203 | 
            -
                "DEFAULT_AS_OPTION": "default",
         | 
| 204 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 205 | 
            -
                "DEFAULT_DIRECTION": "se",
         | 
| 206 | 
            -
                "DEFAULT_HEADER_CLASSES": "ariadne-text-sm ariadne-font-medium ariadne-text-gray-900",
         | 
| 207 | 
            -
                "DEFAULT_TAG": "details-menu",
         | 
| 208 | 
            -
                "Item": "Ariadne::Dropdown::MenuComponent::Item",
         | 
| 209 | 
            -
                "TAG_OPTIONS": [
         | 
| 210 | 
            -
                  "details-menu"
         | 
| 211 | 
            -
                ],
         | 
| 212 | 
            -
                "VALID_AS_OPTIONS": [
         | 
| 213 | 
            -
                  "default",
         | 
| 214 | 
            -
                  "list"
         | 
| 215 | 
            -
                ],
         | 
| 216 | 
            -
                "VALID_DIRECTIONS": [
         | 
| 217 | 
            -
                  "se",
         | 
| 218 | 
            -
                  "sw",
         | 
| 219 | 
            -
                  "w",
         | 
| 220 | 
            -
                  "e",
         | 
| 221 | 
            -
                  "ne",
         | 
| 222 | 
            -
                  "s"
         | 
| 223 | 
            -
                ]
         | 
| 224 | 
            -
              },
         | 
| 225 | 
            -
              "Ariadne::Dropdown::MenuComponent::Item": {
         | 
| 226 | 
            -
                "BUTTON_TAGS": [
         | 
| 227 | 
            -
                  "button",
         | 
| 228 | 
            -
                  "summary"
         | 
| 229 | 
            -
                ],
         | 
| 230 | 
            -
                "DEFAULT_ITEM_CLASSES": "ariadne-block ariadne-px-4 ariadne-py-2 ariadne-text-sm ariadne-text-gray-700",
         | 
| 231 | 
            -
                "DEFAULT_TAG": "a",
         | 
| 232 | 
            -
                "VALID_TAGS": [
         | 
| 233 | 
            -
                  "a",
         | 
| 234 | 
            -
                  "button",
         | 
| 235 | 
            -
                  "summary"
         | 
| 236 | 
            -
                ]
         | 
| 237 | 
            -
              },
         | 
| 238 | 
            -
              "Ariadne::DropdownComponent": {
         | 
| 239 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 240 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 241 | 
            -
                "TAG_OPTIONS": [
         | 
| 242 | 
            -
                  "div"
         | 
| 243 | 
            -
                ]
         | 
| 244 | 
            -
              },
         | 
| 245 | 
            -
              "Ariadne::FlashComponent": {
         | 
| 246 | 
            -
                "BG_SCHEME_CLASS_MAPPINGS": {
         | 
| 247 | 
            -
                  "default": "ariadne-bg-blue-50",
         | 
| 248 | 
            -
                  "info": "ariadne-bg-blue-50",
         | 
| 249 | 
            -
                  "success": "ariadne-bg-green-50",
         | 
| 250 | 
            -
                  "warning": "ariadne-bg-yellow-50",
         | 
| 251 | 
            -
                  "danger": "ariadne-bg-red-50"
         | 
| 252 | 
            -
                },
         | 
| 253 | 
            -
                "CONTENT_SCHEME_CLASS_MAPPINGS": {
         | 
| 254 | 
            -
                  "default": "ariadne-text-slate-700",
         | 
| 255 | 
            -
                  "info": "ariadne-text-slate-700",
         | 
| 256 | 
            -
                  "success": "ariadne-text-green-700",
         | 
| 257 | 
            -
                  "warning": "ariadne-text-yellow-700",
         | 
| 258 | 
            -
                  "danger": "ariadne-text-red-700"
         | 
| 259 | 
            -
                },
         | 
| 260 | 
            -
                "DEFAULT_CLASSES": "ariadne-mt-0",
         | 
| 261 | 
            -
                "DEFAULT_SCHEME": "default",
         | 
| 262 | 
            -
                "DISMISSIBLE_SCHEME_CLASS_MAPPINGS": {
         | 
| 263 | 
            -
                  "default": "ariadne-text-slate-500 ariadne-bg-blue-50 hover:ariadne-bg-blue-100 focus:ariadne-ring-offset-blue-50 focus:ariadne-ring-blue-600",
         | 
| 264 | 
            -
                  "info": "ariadne-text-slate-500 ariadne-bg-blue-50 hover:ariadne-bg-blue-100 focus:ariadne-ring-offset-blue-50 focus:ariadne-ring-blue-600",
         | 
| 265 | 
            -
                  "success": "ariadne-text-green-500 ariadne-bg-green-50 hover:ariadne-bg-green-100 focus:ariadne-ring-offset-green-50 focus:ariadne-ring-green-600",
         | 
| 266 | 
            -
                  "warning": "ariadne-text-yellow-500 ariadne-bg-yellow-50 hover:ariadne-bg-yellow-100 focus:ariadne-ring-offset-yellow-50 focus:ariadne-ring-yellow-600",
         | 
| 267 | 
            -
                  "danger": "ariadne-text-red-500 ariadne-bg-red-50 hover:ariadne-bg-red-100 focus:ariadne-ring-offset-red-50 focus:ariadne-ring-red-600"
         | 
| 268 | 
            -
                },
         | 
| 269 | 
            -
                "VALID_BG_SCHEMES": [
         | 
| 270 | 
            -
                  "default",
         | 
| 271 | 
            -
                  "info",
         | 
| 272 | 
            -
                  "success",
         | 
| 273 | 
            -
                  "warning",
         | 
| 274 | 
            -
                  "danger"
         | 
| 275 | 
            -
                ],
         | 
| 276 | 
            -
                "VALID_CONTENT_SCHEMES": [
         | 
| 277 | 
            -
                  "default",
         | 
| 278 | 
            -
                  "info",
         | 
| 279 | 
            -
                  "success",
         | 
| 280 | 
            -
                  "warning",
         | 
| 281 | 
            -
                  "danger"
         | 
| 282 | 
            -
                ],
         | 
| 283 | 
            -
                "VALID_DISMISSIBLE_SCHEMES": [
         | 
| 284 | 
            -
                  "default",
         | 
| 285 | 
            -
                  "info",
         | 
| 286 | 
            -
                  "success",
         | 
| 287 | 
            -
                  "warning",
         | 
| 288 | 
            -
                  "danger"
         | 
| 289 | 
            -
                ]
         | 
| 290 | 
            -
              },
         | 
| 291 | 
            -
              "Ariadne::FlexComponent": {
         | 
| 292 | 
            -
                "DEFAULT_CLASSES": "ariadne-flex",
         | 
| 293 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 294 | 
            -
                "TAG_OPTIONS": [
         | 
| 295 | 
            -
                  "div"
         | 
| 296 | 
            -
                ],
         | 
| 297 | 
            -
                "VALID_TYPES": [
         | 
| 298 | 
            -
                  "row",
         | 
| 299 | 
            -
                  "column",
         | 
| 300 | 
            -
                  "row_reverse",
         | 
| 301 | 
            -
                  "column_reverse"
         | 
| 302 | 
            -
                ]
         | 
| 303 | 
            -
              },
         | 
| 304 | 
            -
              "Ariadne::FooterComponent": {
         | 
| 305 | 
            -
                "DEFAULT_CLASSES": "ariadne-py-5"
         | 
| 306 | 
            -
              },
         | 
| 307 | 
            -
              "Ariadne::GridComponent": {
         | 
| 308 | 
            -
                "DEFAULT_CLASSES": "ariadne-grid ariadne-gap-6 sm:ariadne-grid-cols-2 lg:ariadne-grid-cols-3",
         | 
| 309 | 
            -
                "DEFAULT_LINK_COLOR_CLASSES": "focus:ariadne-outline-none focus:ariadne-ring-2 focus:ariadne-ring-offset-2 focus:ariadne-ring-purple-500",
         | 
| 310 | 
            -
                "GridItem": "Ariadne::GridComponent::GridItem"
         | 
| 311 | 
            -
              },
         | 
| 312 | 
            -
              "Ariadne::GridComponent::GridItem": {
         | 
| 313 | 
            -
                "DEFAULT_ACTION_LINK_CLASSES": "ariadne-relative ariadne--mr-px ariadne-w-0 ariadne-flex-1 ariadne-inline-flex ariadne-items-center ariadne-justify-center ariadne-py-4 ariadne-text-sm ariadne-font-medium ariadne-border ariadne-border-transparent",
         | 
| 314 | 
            -
                "DEFAULT_ACTION_LINK_COLORS": "ariadne-h-full hover:ariadne-text-gray-500",
         | 
| 315 | 
            -
                "DEFAULT_ENTRY_CLASSES": "ariadne-group ariadne-flex-1 ariadne-flex ariadne-flex-col ariadne-p-8 hover:ariadne-text-gray-500",
         | 
| 316 | 
            -
                "DEFAULT_ITEM_CLASSES": "ariadne-flex ariadne-flex-col ariadne-text-center ariadne-rounded-lg ariadne-shadow text-black-700 ariadne-border-black"
         | 
| 317 | 
            -
              },
         | 
| 318 | 
            -
              "Ariadne::HeaderComponent": {
         | 
| 319 | 
            -
                "DEFAULT_CLASSES": "ariadne-sticky ariadne-top-0 ariadne-z-50 ariadne-px-4 ariadne-pt-4 ariadne-h-16 ariadne-shadow-sm shadow-slate-900/5 ariadne-transition ariadne-duration-500",
         | 
| 320 | 
            -
                "DEFAULT_IMAGE_LOGO_CLASSES": "ariadne-h-10 ariadne-w-auto",
         | 
| 321 | 
            -
                "DEFAULT_NAV_LINK_CLASSES": "ariadne-inline-block ariadne-rounded-lg ariadne-py-1 ariadne-px-2 ariadne-text-sm text-slate-700 hover:bg-slate-100 hover:text-slate-900",
         | 
| 322 | 
            -
                "DEFAULT_PROFILE_LINK_CLASSES": "group ariadne-inline-flex ariadne-items-center ariadne-justify-center ariadne-rounded-full ariadne-py-2 ariadne-px-4 ariadne-text-sm ariadne-font-semibold focus:ariadne-outline-none focus-visible:ariadne-outline-2 focus-visible:outline-offset-2",
         | 
| 323 | 
            -
                "DEFAULT_SIGNUP_LINK_CLASSES": "group ariadne-inline-flex ariadne-items-center ariadne-justify-center ariadne-rounded-full ariadne-py-2 ariadne-px-4 ariadne-text-sm ariadne-font-semibold focus:ariadne-outline-none focus-visible:ariadne-outline-2 focus-visible:outline-offset-2",
         | 
| 324 | 
            -
                "DEFAULT_TEXT_LOGO_CLASSES": "ariadne-flex ariadne-items-center ariadne-font-bold ariadne-text-xl",
         | 
| 325 | 
            -
                "LINK_CLASSES": "ariadne-rounded-lg ariadne-py-1 ariadne-px-2 text-slate-700 hover:bg-slate-100 hover:text-slate-900"
         | 
| 326 | 
            -
              },
         | 
| 327 | 
            -
              "Ariadne::HeadingComponent": {
         | 
| 328 | 
            -
                "TAG_OPTIONS": [
         | 
| 329 | 
            -
                  "h1",
         | 
| 330 | 
            -
                  "h2",
         | 
| 331 | 
            -
                  "h3",
         | 
| 332 | 
            -
                  "h4",
         | 
| 333 | 
            -
                  "h5",
         | 
| 334 | 
            -
                  "h6"
         | 
| 335 | 
            -
                ],
         | 
| 336 | 
            -
                "TAG_TO_CLASSES": {
         | 
| 337 | 
            -
                  "h1": "ariadne-font-bold ariadne-leading-7 sm:ariadne-text-3xl",
         | 
| 338 | 
            -
                  "h2": "ariadne-text-3xl ariadne-font-extrabold",
         | 
| 339 | 
            -
                  "h3": "ariadne-text-2xl ariadne-font-extrabold"
         | 
| 340 | 
            -
                }
         | 
| 341 | 
            -
              },
         | 
| 342 | 
            -
              "Ariadne::HeroiconComponent": {
         | 
| 343 | 
            -
                "DEFAULT_TEXT_CLASSES": "ariadne-pl-2",
         | 
| 344 | 
            -
                "PRELOADED_ICONS": [
         | 
| 345 | 
            -
                  {
         | 
| 346 | 
            -
                    "name": "bell",
         | 
| 347 | 
            -
                    "variant": "outline"
         | 
| 348 | 
            -
                  },
         | 
| 349 | 
            -
                  {
         | 
| 350 | 
            -
                    "name": "check",
         | 
| 351 | 
            -
                    "variant": "outline"
         | 
| 352 | 
            -
                  },
         | 
| 353 | 
            -
                  {
         | 
| 354 | 
            -
                    "name": "chevron-down",
         | 
| 355 | 
            -
                    "variant": "outline"
         | 
| 356 | 
            -
                  },
         | 
| 357 | 
            -
                  {
         | 
| 358 | 
            -
                    "name": "clipboard",
         | 
| 359 | 
            -
                    "variant": "outline"
         | 
| 360 | 
            -
                  },
         | 
| 361 | 
            -
                  {
         | 
| 362 | 
            -
                    "name": "clock",
         | 
| 363 | 
            -
                    "variant": "outline"
         | 
| 364 | 
            -
                  },
         | 
| 365 | 
            -
                  {
         | 
| 366 | 
            -
                    "name": "information-circle",
         | 
| 367 | 
            -
                    "variant": "outline"
         | 
| 368 | 
            -
                  },
         | 
| 369 | 
            -
                  {
         | 
| 370 | 
            -
                    "name": "dots-horizontal",
         | 
| 371 | 
            -
                    "variant": "outline"
         | 
| 372 | 
            -
                  },
         | 
| 373 | 
            -
                  {
         | 
| 374 | 
            -
                    "name": "link",
         | 
| 375 | 
            -
                    "variant": "outline"
         | 
| 376 | 
            -
                  },
         | 
| 377 | 
            -
                  {
         | 
| 378 | 
            -
                    "name": "lock-closed",
         | 
| 379 | 
            -
                    "variant": "outline"
         | 
| 380 | 
            -
                  },
         | 
| 381 | 
            -
                  {
         | 
| 382 | 
            -
                    "name": "mail",
         | 
| 383 | 
            -
                    "variant": "outline"
         | 
| 384 | 
            -
                  },
         | 
| 385 | 
            -
                  {
         | 
| 386 | 
            -
                    "name": "menu",
         | 
| 387 | 
            -
                    "variant": "outline"
         | 
| 388 | 
            -
                  },
         | 
| 389 | 
            -
                  {
         | 
| 390 | 
            -
                    "name": "pencil",
         | 
| 391 | 
            -
                    "variant": "outline"
         | 
| 392 | 
            -
                  },
         | 
| 393 | 
            -
                  {
         | 
| 394 | 
            -
                    "name": "plus-sm",
         | 
| 395 | 
            -
                    "variant": "outline"
         | 
| 396 | 
            -
                  },
         | 
| 397 | 
            -
                  {
         | 
| 398 | 
            -
                    "name": "question-mark-circle",
         | 
| 399 | 
            -
                    "variant": "outline"
         | 
| 400 | 
            -
                  },
         | 
| 401 | 
            -
                  {
         | 
| 402 | 
            -
                    "name": "search",
         | 
| 403 | 
            -
                    "variant": "outline"
         | 
| 404 | 
            -
                  },
         | 
| 405 | 
            -
                  {
         | 
| 406 | 
            -
                    "name": "search",
         | 
| 407 | 
            -
                    "variant": "outline"
         | 
| 408 | 
            -
                  },
         | 
| 409 | 
            -
                  {
         | 
| 410 | 
            -
                    "name": "trash",
         | 
| 411 | 
            -
                    "variant": "outline"
         | 
| 412 | 
            -
                  },
         | 
| 413 | 
            -
                  {
         | 
| 414 | 
            -
                    "name": "x-mark",
         | 
| 415 | 
            -
                    "variant": "outline"
         | 
| 416 | 
            -
                  }
         | 
| 417 | 
            -
                ],
         | 
| 418 | 
            -
                "SIZE_DEFAULT": "md",
         | 
| 419 | 
            -
                "SIZE_LARGE": "lg",
         | 
| 420 | 
            -
                "SIZE_MAPPINGS": {
         | 
| 421 | 
            -
                  "xs": 16,
         | 
| 422 | 
            -
                  "sm": 20,
         | 
| 423 | 
            -
                  "md": 24,
         | 
| 424 | 
            -
                  "lg": 128
         | 
| 425 | 
            -
                },
         | 
| 426 | 
            -
                "SIZE_OPTIONS": [
         | 
| 427 | 
            -
                  "xs",
         | 
| 428 | 
            -
                  "sm",
         | 
| 429 | 
            -
                  "md",
         | 
| 430 | 
            -
                  "lg"
         | 
| 431 | 
            -
                ],
         | 
| 432 | 
            -
                "SIZE_SMALL": "sm",
         | 
| 433 | 
            -
                "SIZE_XSMALL": "xs"
         | 
| 434 | 
            -
              },
         | 
| 435 | 
            -
              "Ariadne::ImageComponent": {
         | 
| 436 | 
            -
                "DEFAULT_TAG": "img"
         | 
| 437 | 
            -
              },
         | 
| 438 | 
            -
              "Ariadne::InlineFlexComponent": {
         | 
| 439 | 
            -
                "DEFAULT_CLASSES": "ariadne-inline-flex ariadne-items-baseline",
         | 
| 440 | 
            -
                "DEFAULT_LABEL_CLASSES": "ariadne-pl-2 ariadne-text-sm ariadne-font-medium",
         | 
| 441 | 
            -
                "DEFAULT_TAG": "span",
         | 
| 442 | 
            -
                "DEFAULT_TEXT_CLASSES": "ariadne-pl-2 ariadne-text-sm ariadne-font-medium",
         | 
| 443 | 
            -
                "DEFAULT_TEXT_CLOSED_CLASSES": "ariadne-text-state-closed",
         | 
| 444 | 
            -
                "DEFAULT_TEXT_OPEN_CLASSES": "ariadne-text-state-open",
         | 
| 445 | 
            -
                "STATE_CLOSED_SVG": "<svg viewBox=\"0 0 24 24\" width=\"12\" height=\"12\" class=\"ariadne-stroke-state-closed ariadne-fill-state-closed \" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <circle cx=\"12\" cy=\"12\" r=\"10\"></circle>\n</svg>\n",
         | 
| 446 | 
            -
                "STATE_OPEN_SVG": "<svg viewBox=\"0 0 24 24\" width=\"12\" height=\"12\" class=\"ariadne-stroke-state-open\" stroke=\"currentColor\" stroke-width=\"2\" fill=\"none\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n  <circle cx=\"12\" cy=\"12\" r=\"10\"></circle>\n</svg>\n",
         | 
| 447 | 
            -
                "STATE_OPTIONS": [
         | 
| 448 | 
            -
                  "closed",
         | 
| 449 | 
            -
                  "open"
         | 
| 450 | 
            -
                ]
         | 
| 451 | 
            -
              },
         | 
| 452 | 
            -
              "Ariadne::LinkComponent": {
         | 
| 453 | 
            -
                "DEFAULT_ACTIONABLE_CLASSES": "ariadne-cursor-pointer ariadne-font-semibold ariadne-underline ariadne-decoration-double",
         | 
| 454 | 
            -
                "DEFAULT_CLASSES": "ariadne-cursor-pointer hover:ariadne-text-button-text-color focus:ariadne-outline-none focus:ariadne-ring-2 focus:ariadne-ring-offset-2 focus:ariadne-ring-purple-500",
         | 
| 455 | 
            -
                "DEFAULT_TAG": "a",
         | 
| 456 | 
            -
                "TAG_OPTIONS": [
         | 
| 457 | 
            -
                  "a",
         | 
| 458 | 
            -
                  "span"
         | 
| 459 | 
            -
                ]
         | 
| 460 | 
            -
              },
         | 
| 461 | 
            -
              "Ariadne::ListComponent": {
         | 
| 462 | 
            -
                "DEFAULT_TAG": "ul",
         | 
| 463 | 
            -
                "DEFAULT_UL_CLASSES": "ariadne-divide-y ariadne-divide-gray-300",
         | 
| 464 | 
            -
                "ListItem": "Ariadne::ListComponent::ListItem"
         | 
| 465 | 
            -
              },
         | 
| 466 | 
            -
              "Ariadne::ListComponent::ListItem": {
         | 
| 467 | 
            -
                "DEFAULT_ITEM_CLASSES": "ariadne-relative ariadne-p-1.5 focus:ariadne-ring-2 focus:ariadne-ring-offset-2 focus:ariadne-ring-purple-500 hover:ariadne-bg-button-hover-color"
         | 
| 468 | 
            -
              },
         | 
| 469 | 
            -
              "Ariadne::NarrowContainerComponent": {
         | 
| 470 | 
            -
                "DEFAULT_CLASSES": "ariadne-max-w-7xl ariadne-mx-auto ariadne-py-12 ariadne-px-4 sm:ariadne-px-6 lg:ariadne-py-16 lg:ariadne-px-8",
         | 
| 471 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 472 | 
            -
                "TAG_OPTIONS": [
         | 
| 473 | 
            -
                  "div"
         | 
| 474 | 
            -
                ]
         | 
| 475 | 
            -
              },
         | 
| 476 | 
            -
              "Ariadne::PanelBarComponent": {
         | 
| 477 | 
            -
                "DEFAULT_CLASSES": "ariadne-border ariadne-border-gray-300 ariadne-rounded-md ariadne-divide-y ariadne-divide-gray-300 md:ariadne-flex md:ariadne-divide-y-0",
         | 
| 478 | 
            -
                "DEFAULT_TAG": "ol",
         | 
| 479 | 
            -
                "PanelItem": "Ariadne::PanelBarComponent::PanelItem",
         | 
| 480 | 
            -
                "TAG_OPTIONS": [
         | 
| 481 | 
            -
                  "ol"
         | 
| 482 | 
            -
                ]
         | 
| 483 | 
            -
              },
         | 
| 484 | 
            -
              "Ariadne::PanelBarComponent::PanelItem": {
         | 
| 485 | 
            -
                "DEFAULT_ITEM_CLASSES": "ariadne-relative md:ariadne-flex-1 md:ariadne-flex",
         | 
| 486 | 
            -
                "DEFAULT_WRAPPER_CLASSES": "group ariadne-flex ariadne-items-center ariadne-w-full"
         | 
| 487 | 
            -
              },
         | 
| 488 | 
            -
              "Ariadne::PillComponent": {
         | 
| 489 | 
            -
                "DEFAULT_CLASSES": "ariadne-flex-shrink-0 ariadne-inline-block ariadne-px-2 ariadne-py-1 ariadne-text-xs ariadne-font-medium ariadne-rounded-full ariadne-whitespace-nowrap",
         | 
| 490 | 
            -
                "DEFAULT_TAG": "span",
         | 
| 491 | 
            -
                "TAG_OPTIONS": [
         | 
| 492 | 
            -
                  "span"
         | 
| 493 | 
            -
                ]
         | 
| 494 | 
            -
              },
         | 
| 495 | 
            -
              "Ariadne::ProgressBarComponent": {
         | 
| 496 | 
            -
                "BAR_SIZES": {
         | 
| 497 | 
            -
                  "sm": "ariadne-h-2",
         | 
| 498 | 
            -
                  "md": "ariadne-h-3",
         | 
| 499 | 
            -
                  "lg": "ariadne-h-4"
         | 
| 500 | 
            -
                },
         | 
| 501 | 
            -
                "DEFAULT_ATTRIBUTES": {
         | 
| 502 | 
            -
                  "wrapper": {
         | 
| 503 | 
            -
                    "role": "progressbar",
         | 
| 504 | 
            -
                    "data-controller": "accumulator",
         | 
| 505 | 
            -
                    "aria-valuenow": 0
         | 
| 506 | 
            -
                  },
         | 
| 507 | 
            -
                  "item": {
         | 
| 508 | 
            -
                    "data-accumulator-target": "sum"
         | 
| 509 | 
            -
                  }
         | 
| 510 | 
            -
                },
         | 
| 511 | 
            -
                "DEFAULT_CLASSES": {
         | 
| 512 | 
            -
                  "wrapper": "ariadne-flex ariadne-gap-1 ariadne-bg-slate-200 ariadne-rounded-md ariadne-overflow-hidden",
         | 
| 513 | 
            -
                  "item": ""
         | 
| 514 | 
            -
                },
         | 
| 515 | 
            -
                "DEFAULT_TAGS": {
         | 
| 516 | 
            -
                  "wrapper": "div",
         | 
| 517 | 
            -
                  "item": "div"
         | 
| 518 | 
            -
                }
         | 
| 519 | 
            -
              },
         | 
| 520 | 
            -
              "Ariadne::RelativeTimeComponent": {
         | 
| 521 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 522 | 
            -
                "DEFAULT_DATE_FORMAT": "%b %-d, %Y",
         | 
| 523 | 
            -
                "DEFAULT_DATE_FORMAT_SWITCH": 2592000,
         | 
| 524 | 
            -
                "DEFAULT_TAG": "span",
         | 
| 525 | 
            -
                "TAG_OPTIONS": [
         | 
| 526 | 
            -
                  "span"
         | 
| 527 | 
            -
                ]
         | 
| 528 | 
            -
              },
         | 
| 529 | 
            -
              "Ariadne::SlideoverComponent": {
         | 
| 530 | 
            -
                "DEFAULT_BUTTON_CLASSES": "ariadne-inline-flex ariadne-items-center ariadne-shadow-sm ariadne-px-4 ariadne-py-1.5 ariadne-pb-2 ariadne-text-sm ariadne-leading-5 ariadne-font-medium ariadne-rounded-full ariadne-text-slate-800 ariadne-bg-slate-50 hover:ariadne-bg-slate-100 ariadne-border-slate-300 focus:ariadne-ring-offset-slate-50 focus:ariadne-ring-slate-600",
         | 
| 531 | 
            -
                "DEFAULT_CLASSES": "ariadne-flex ariadne-flex-col",
         | 
| 532 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 533 | 
            -
                "DIRECTION_X_LEFT": "xl",
         | 
| 534 | 
            -
                "DIRECTION_Y_DOWN": "yd",
         | 
| 535 | 
            -
                "TAG_OPTIONS": [
         | 
| 536 | 
            -
                  "div"
         | 
| 537 | 
            -
                ],
         | 
| 538 | 
            -
                "VALID_DIRECTIONS": [
         | 
| 539 | 
            -
                  "yd",
         | 
| 540 | 
            -
                  "xl"
         | 
| 541 | 
            -
                ]
         | 
| 542 | 
            -
              },
         | 
| 543 | 
            -
              "Ariadne::SpinnerComponent": {
         | 
| 544 | 
            -
                "DEFAULT_ATTRIBUTES": {
         | 
| 545 | 
            -
                  "fill": "none",
         | 
| 546 | 
            -
                  "viewBox": "0 0 16 16",
         | 
| 547 | 
            -
                  "role": "progressbar",
         | 
| 548 | 
            -
                  "aria-valuetext": "Loading...",
         | 
| 549 | 
            -
                  "aria-busy": true,
         | 
| 550 | 
            -
                  "aria-valuemin": "0",
         | 
| 551 | 
            -
                  "aria-valuemax": "100"
         | 
| 552 | 
            -
                },
         | 
| 553 | 
            -
                "DEFAULT_CLASSES": "ariadne-animate-spin ariadne-fill-none",
         | 
| 554 | 
            -
                "DEFAULT_SIZE": "md",
         | 
| 555 | 
            -
                "SIZE_CLASS_MAPPINGS": {
         | 
| 556 | 
            -
                  "xs": "ariadne-h-4 ariadne-w-4",
         | 
| 557 | 
            -
                  "sm": "ariadne-h-6 ariadne-w-6",
         | 
| 558 | 
            -
                  "md": "ariadne-h-8 ariadne-w-8",
         | 
| 559 | 
            -
                  "lg": "ariadne-h-10 ariadne-w-10",
         | 
| 560 | 
            -
                  "xl": "ariadne-h-12 ariadne-w-12"
         | 
| 561 | 
            -
                },
         | 
| 562 | 
            -
                "VALID_SIZES": [
         | 
| 563 | 
            -
                  "xs",
         | 
| 564 | 
            -
                  "sm",
         | 
| 565 | 
            -
                  "md",
         | 
| 566 | 
            -
                  "lg",
         | 
| 567 | 
            -
                  "xl"
         | 
| 568 | 
            -
                ]
         | 
| 569 | 
            -
              },
         | 
| 570 | 
            -
              "Ariadne::TabComponent": {
         | 
| 571 | 
            -
                "ARIA_CURRENT_OPTIONS_FOR_ANCHOR": [
         | 
| 572 | 
            -
                  true,
         | 
| 573 | 
            -
                  "page"
         | 
| 574 | 
            -
                ],
         | 
| 575 | 
            -
                "DEFAULT_ARIA_CURRENT_FOR_ANCHOR": "page",
         | 
| 576 | 
            -
                "DEFAULT_CLASSES": "ariadne-border-transparent ariadne-text-gray-500 hover:ariadne-text-gray-700 hover:ariadne-border-gray-300 ariadne-whitespace-nowrap ariadne-py-4 ariadne-px-1 ariadne-border-b-2 ariadne-font-medium ariadne-text-sm"
         | 
| 577 | 
            -
              },
         | 
| 578 | 
            -
              "Ariadne::TabContainerComponent": {
         | 
| 579 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 580 | 
            -
                "DEFAULT_SELECTED_CLASSES": "ariadne-border-slate-500 ariadne-text-slate-600",
         | 
| 581 | 
            -
                "DEFAULT_TAG": "tab-container",
         | 
| 582 | 
            -
                "DEFAULT_UNSELECTED_CLASSES": "ariadne-text-gray-500 hover:ariadne-text-gray-700 hover:ariadne-border-gray-300"
         | 
| 583 | 
            -
              },
         | 
| 584 | 
            -
              "Ariadne::TabNavComponent": {
         | 
| 585 | 
            -
                "BODY_TAG_DEFAULT": "ul",
         | 
| 586 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 587 | 
            -
                "DEFAULT_TAG": "nav",
         | 
| 588 | 
            -
                "SELECTED_CLASSES": "ariadne-border-slate-600 ariadne-text-slate-700",
         | 
| 589 | 
            -
                "TAG_OPTIONS": [
         | 
| 590 | 
            -
                  "nav",
         | 
| 591 | 
            -
                  "div"
         | 
| 592 | 
            -
                ],
         | 
| 593 | 
            -
                "UNSELECTED_CLASSES": "ariadne-text-slate-500 hover:ariadne-text-slate-700 hover:ariadne-border-slate-700"
         | 
| 594 | 
            -
              },
         | 
| 595 | 
            -
              "Ariadne::TableNavComponent": {
         | 
| 596 | 
            -
                "BaseCellItem": "Ariadne::TableNavComponent::BaseCellItem",
         | 
| 597 | 
            -
                "BaseRowItem": "Ariadne::TableNavComponent::BaseRowItem",
         | 
| 598 | 
            -
                "DEFAULT_CLASSES": "ariadne-min-w-full ariadne-divide-y ariadne-divide-gray-300",
         | 
| 599 | 
            -
                "DEFAULT_TAG": "table",
         | 
| 600 | 
            -
                "FooterItem": "Ariadne::TableNavComponent::FooterItem",
         | 
| 601 | 
            -
                "PaginationBarItem": "Ariadne::TableNavComponent::PaginationBarItem"
         | 
| 602 | 
            -
              },
         | 
| 603 | 
            -
              "Ariadne::TableNavComponent::BaseCellItem": {
         | 
| 604 | 
            -
                "CellItem": "Ariadne::TableNavComponent::BaseCellItem::CellItem",
         | 
| 605 | 
            -
                "DEFAULT_CELL_CLASSES": "ariadne-py-3.5 ariadne-pl-4 ariadne-pr-3 ariadne-text-left ariadne-text-sm ariadne-text-gray-900",
         | 
| 606 | 
            -
                "HeaderCellItem": "Ariadne::TableNavComponent::BaseCellItem::HeaderCellItem"
         | 
| 607 | 
            -
              },
         | 
| 608 | 
            -
              "Ariadne::TableNavComponent::BaseCellItem::CellItem": {
         | 
| 609 | 
            -
                "DEFAULT_CELL_CLASSES": "",
         | 
| 610 | 
            -
                "DEFAULT_TAG": "td"
         | 
| 611 | 
            -
              },
         | 
| 612 | 
            -
              "Ariadne::TableNavComponent::BaseCellItem::HeaderCellItem": {
         | 
| 613 | 
            -
                "DEFAULT_HEADER_CELL_CLASSES": "ariadne-py-3.5 ariadne-pl-4 ariadne-pr-3 ariadne-text-left ariadne-text-sm ariadne-font-semibold ariadne-text-gray-900 sm:ariadne-pl-6 md:ariadne-pl-0",
         | 
| 614 | 
            -
                "DEFAULT_TAG": "th",
         | 
| 615 | 
            -
                "WIDTH_CLASSES": {
         | 
| 616 | 
            -
                  "none": "ariadne-flex-none ariadne-w-14 ariadne-px-4",
         | 
| 617 | 
            -
                  "default": "ariadne-flex-initial",
         | 
| 618 | 
            -
                  "narrow": "ariadne-flex-initial ariadne-w-1/5 ariadne-text-right",
         | 
| 619 | 
            -
                  "wide": "ariadne-flex-grow ariadne-w-3/5 sm:ariadne-pl-6"
         | 
| 620 | 
            -
                }
         | 
| 621 | 
            -
              },
         | 
| 622 | 
            -
              "Ariadne::TableNavComponent::BaseRowItem": {
         | 
| 623 | 
            -
                "BASE_MAIN_CLASSES": "ariadne-pr-5",
         | 
| 624 | 
            -
                "BASE_ROW_CLASSES": "",
         | 
| 625 | 
            -
                "BASE_SELECTION_CLASSES": "",
         | 
| 626 | 
            -
                "DEFAULT_TAG": "tr",
         | 
| 627 | 
            -
                "HeaderRowItem": "Ariadne::TableNavComponent::BaseRowItem::HeaderRowItem",
         | 
| 628 | 
            -
                "RowItem": "Ariadne::TableNavComponent::BaseRowItem::RowItem"
         | 
| 629 | 
            -
              },
         | 
| 630 | 
            -
              "Ariadne::TableNavComponent::BaseRowItem::HeaderRowItem": {
         | 
| 631 | 
            -
                "DEFAULT_HEADER_ROW_CLASSES": "ariadne-bg-gray-50 ariadne-text-left"
         | 
| 632 | 
            -
              },
         | 
| 633 | 
            -
              "Ariadne::TableNavComponent::BaseRowItem::RowItem": {
         | 
| 634 | 
            -
                "DEFAULT_METADATA_CLASSES": "",
         | 
| 635 | 
            -
                "DEFAULT_ROW_CLASSES": "ariadne-bg-white"
         | 
| 636 | 
            -
              },
         | 
| 637 | 
            -
              "Ariadne::TableNavComponent::FooterItem": {
         | 
| 638 | 
            -
                "DEFAULT_FOOTER_CLASSES": "ariadne-border-none ariadne-flex ariadne-items-center ariadne-justify-between ariadne-px-4 ariadne-py-3 sm:ariadne-px-6",
         | 
| 639 | 
            -
                "DEFAULT_RESULT_CLASSES": "ariadne-text-sm ariadne-text-gray-700"
         | 
| 640 | 
            -
              },
         | 
| 641 | 
            -
              "Ariadne::TableNavComponent::PaginationBarItem": {
         | 
| 642 | 
            -
                "DEFAULT_CURRENT_PAGE_CLASSES": "ariadne-relative ariadne-z-10 ariadne-inline-flex ariadne-items-center ariadne-border ariadne-border-slate-500 ariadne-bg-slate-50 ariadne-px-4 ariadne-py-2 ariadne-text-sm ariadne-font-medium ariadne-text-slate-600 focus:ariadne-z-20",
         | 
| 643 | 
            -
                "DEFAULT_GAP_CLASSES": " ariadne-relative ariadne-inline-flex ariadne-items-center ariadne-border ariadne-border-gray-300 ariadne-bg-white ariadne-px-4 ariadne-py-2 ariadne-text-sm ariadne-font-medium ariadne-text-gray-700",
         | 
| 644 | 
            -
                "DEFAULT_NEXT_PAGE_CLASSES": "ariadne-relative ariadne-inline-flex ariadne-items-center ariadne-rounded-r-md ariadne-border ariadne-border-gray-300 ariadne-bg-white ariadne-px-2 ariadne-py-2 ariadne-text-sm ariadne-font-medium ariadne-text-gray-500 hover:ariadne-bg-gray-50 focus:ariadne-z-20",
         | 
| 645 | 
            -
                "DEFAULT_PAGE_CLASSES": "ariadne-relative ariadne-inline-flex ariadne-items-center ariadne-border ariadne-border-gray-300 ariadne-bg-white ariadne-px-4 ariadne-py-2 ariadne-text-sm ariadne-font-medium ariadne-text-gray-500 hover:ariadne-bg-gray-50 focus:ariadne-z-20",
         | 
| 646 | 
            -
                "DEFAULT_PAGINATOR_CLASSES": "ariadne-flex ariadne-items-center ariadne-justify-between ariadne-m-10",
         | 
| 647 | 
            -
                "DEFAULT_PREV_PAGE_CLASSES": "ariadne-relative ariadne-inline-flex ariadne-items-center ariadne-rounded-l-md ariadne-border ariadne-border-gray-300 ariadne-bg-white ariadne-px-2 ariadne-py-2 ariadne-text-sm ariadne-font-medium ariadne-text-gray-500 hover:ariadne-bg-gray-50 focus:ariadne-z-20"
         | 
| 648 | 
            -
              },
         | 
| 649 | 
            -
              "Ariadne::Text": {
         | 
| 650 | 
            -
                "DEFAULT_TAG": "span"
         | 
| 651 | 
            -
              },
         | 
| 652 | 
            -
              "Ariadne::TimeAgoComponent": {
         | 
| 653 | 
            -
                "DEFAULT_CLASSES": "ariadne-whitespace-nowrap",
         | 
| 654 | 
            -
                "DEFAULT_TAG": "time-ago",
         | 
| 655 | 
            -
                "TAG_OPTIONS": [
         | 
| 656 | 
            -
                  "time-ago"
         | 
| 657 | 
            -
                ]
         | 
| 658 | 
            -
              },
         | 
| 659 | 
            -
              "Ariadne::TimelineComponent": {
         | 
| 660 | 
            -
                "DEFAULT_CLASSES": "",
         | 
| 661 | 
            -
                "DEFAULT_TAG": "div"
         | 
| 662 | 
            -
              },
         | 
| 663 | 
            -
              "Ariadne::ToggleComponent": {
         | 
| 664 | 
            -
                "BUTTON_SIZE_MAPPINGS": {
         | 
| 665 | 
            -
                  "sm": "ariadne-h-3 ariadne-w-6",
         | 
| 666 | 
            -
                  "md": "ariadne-h-5 ariadne-w-10"
         | 
| 667 | 
            -
                },
         | 
| 668 | 
            -
                "DEFAULT_ATTRIBUTES": {
         | 
| 669 | 
            -
                  "wrapper": {
         | 
| 670 | 
            -
                  },
         | 
| 671 | 
            -
                  "button": {
         | 
| 672 | 
            -
                    "role": "switch",
         | 
| 673 | 
            -
                    "data-controller": "toggleable",
         | 
| 674 | 
            -
                    "data-toggleable-synced-attrs-value": "[\"aria-checked\"]",
         | 
| 675 | 
            -
                    "data-action": "click->toggleable#toggle"
         | 
| 676 | 
            -
                  }
         | 
| 677 | 
            -
                },
         | 
| 678 | 
            -
                "DEFAULT_CLASSES": {
         | 
| 679 | 
            -
                  "wrapper": "ariadne-group/wrapper data-[disabled=true]:ariadne-opacity-50 data-[disabled=true]:ariadne-cursor-auto",
         | 
| 680 | 
            -
                  "button": "ariadne-flex ariadne-justify-center ariadne-group/toggle ariadne-relative ariadne-inline-flex ariadne-flex-shrink-0 group-data-[disabled=false]/wrapper:ariadne-cursor-pointer ariadne-items-center ariadne-justify-center ariadne-rounded-full ariadne-focus:outline-none ariadne-focus:ring-2 ariadne-focus:ring-indigo-600 ariadne-focus:ring-offset-2 disabled:ariadne-cursor-auto"
         | 
| 681 | 
            -
                },
         | 
| 682 | 
            -
                "DEFAULT_SIZE": "md",
         | 
| 683 | 
            -
                "DEFAULT_STATUS_LABEL_POSITION": "start",
         | 
| 684 | 
            -
                "DEFAULT_TAG": "div",
         | 
| 685 | 
            -
                "DEFAULT_TRACK_COLOR": "indigo",
         | 
| 686 | 
            -
                "LABEL_SIZE_MAPPINGS": {
         | 
| 687 | 
            -
                  "sm": "ariadne-text-xs",
         | 
| 688 | 
            -
                  "md": "ariadne-text-lg"
         | 
| 689 | 
            -
                },
         | 
| 690 | 
            -
                "SIZE_OPTIONS": [
         | 
| 691 | 
            -
                  "sm",
         | 
| 692 | 
            -
                  "md"
         | 
| 693 | 
            -
                ],
         | 
| 694 | 
            -
                "STATUS_LABEL_POSITION_MAPPINGS": {
         | 
| 695 | 
            -
                  "start": "ariadne-flex-row",
         | 
| 696 | 
            -
                  "end": "ariadne-flex-row-reverse"
         | 
| 697 | 
            -
                },
         | 
| 698 | 
            -
                "STATUS_LABEL_POSITION_OPTIONS": [
         | 
| 699 | 
            -
                  "start",
         | 
| 700 | 
            -
                  "end"
         | 
| 701 | 
            -
                ],
         | 
| 702 | 
            -
                "THUMB_SIZE_MAPPINGS": {
         | 
| 703 | 
            -
                  "sm": "ariadne-translate-x-0 ariadne-h-3 ariadne-w-3 group-aria-checked/toggle:ariadne-translate-x-3",
         | 
| 704 | 
            -
                  "md": "ariadne-translate-x-0 ariadne-h-5 ariadne-w-5 group-aria-checked/toggle:ariadne-translate-x-5"
         | 
| 705 | 
            -
                },
         | 
| 706 | 
            -
                "TRACK_COLOR_MAPPINGS": {
         | 
| 707 | 
            -
                  "white": "group-aria-checked/toggle:ariadne-bg-white",
         | 
| 708 | 
            -
                  "green": "group-aria-checked/toggle:ariadne-bg-green-600",
         | 
| 709 | 
            -
                  "blue": "group-aria-checked/toggle:ariadne-bg-blue-600",
         | 
| 710 | 
            -
                  "billy_purple": "group-aria-checked/toggle:ariadne-bg-billy-purple",
         | 
| 711 | 
            -
                  "indigo": "group-aria-checked/toggle:ariadne-bg-indigo-600"
         | 
| 712 | 
            -
                },
         | 
| 713 | 
            -
                "TRACK_COLOR_OPTIONS": [
         | 
| 714 | 
            -
                  "white",
         | 
| 715 | 
            -
                  "green",
         | 
| 716 | 
            -
                  "blue",
         | 
| 717 | 
            -
                  "billy_purple",
         | 
| 718 | 
            -
                  "indigo"
         | 
| 719 | 
            -
                ],
         | 
| 720 | 
            -
                "TRACK_SIZE_MAPPINGS": {
         | 
| 721 | 
            -
                  "sm": "ariadne-h-2 ariadne-w-4",
         | 
| 722 | 
            -
                  "md": "ariadne-h-4 ariadne-w-9"
         | 
| 723 | 
            -
                }
         | 
| 724 | 
            -
              },
         | 
| 725 | 
            -
              "Ariadne::TooltipComponent": {
         | 
| 726 | 
            -
                "DATA_ACTION": "mouseover->tooltip-component#show mouseout->tooltip-component#hide",
         | 
| 727 | 
            -
                "DATA_CONTROLLER": "tooltip-component",
         | 
| 728 | 
            -
                "DEFAULT_CLASSES": "ariadne-invisible ariadne-absolute ariadne-bg-slate-900 ariadne-text-white ariadne-font-semibold ariadne-max-w-xs ariadne-py-1 ariadne-px-2 ariadne-rounded ariadne-z-max",
         | 
| 729 | 
            -
                "DEFAULT_PLACEMENT": "top",
         | 
| 730 | 
            -
                "DEFAULT_TAG": "tooltip",
         | 
| 731 | 
            -
                "TYPE_DEFAULT": "description",
         | 
| 732 | 
            -
                "VALID_PLACEMENTS": [
         | 
| 733 | 
            -
                  "top",
         | 
| 734 | 
            -
                  "right",
         | 
| 735 | 
            -
                  "bottom",
         | 
| 736 | 
            -
                  "left"
         | 
| 737 | 
            -
                ],
         | 
| 738 | 
            -
                "VALID_TYPES": [
         | 
| 739 | 
            -
                  "label",
         | 
| 740 | 
            -
                  "description"
         | 
| 741 | 
            -
                ]
         | 
| 742 | 
            -
              }
         | 
| 743 | 
            -
            }
         |