File manager - Edit - /home/opticamezl/www/newok/theme.tar
Back
updates.php 0000644 00000112541 15174433140 0006730 0 ustar 00 <?php namespace YOOtheme; return [ '4.5.5' => function ($config) { Arr::del($config, 'post.content_length'); return $config; }, '4.5.0-beta.0.8' => function ($config) { Arr::del($config, 'less.@accordion-item-padding-top'); return $config; }, '4.5.0-beta.0.5' => function ($config) { foreach (['header.', 'mobile.header.'] as $header) { $layout = Arr::get($config, $header . 'search_mode') ?: ( Arr::get($config, $header . 'search_results_dropbar') ? 'input-dropbar' : 'input-dropdown' ); Arr::set($config, $header . 'search_layout', $layout); Arr::del($config, $header . 'search_mode'); Arr::del($config, $header . 'search_results_dropbar'); } return $config; }, '4.5.0-beta.0.2' => function ($config) { Arr::updateKeys($config, [ 'less.@lightbox-item-color' => 'less.@lightbox-color', 'less.@lightbox-toolbar-padding-vertical' => 'less.@lightbox-caption-padding-vertical', 'less.@lightbox-toolbar-padding-horizontal' => 'less.@lightbox-caption-padding-horizontal', 'less.@lightbox-toolbar-background' => 'less.@lightbox-caption-background', 'less.@lightbox-toolbar-color' => 'less.@lightbox-caption-color', ]); foreach ( [ 'less.@lightbox-toolbar-icon-padding', 'less.@lightbox-toolbar-icon-color', 'less.@lightbox-toolbar-icon-hover-color', 'less.@lightbox-button-size', 'less.@lightbox-button-background', 'less.@lightbox-button-color', 'less.@lightbox-button-hover-color', 'less.@lightbox-button-active-color', 'less.@lightbox-button-hover-background', 'less.@lightbox-button-active-background', 'less.@lightbox-button-border-width', 'less.@lightbox-button-border', 'less.@lightbox-button-hover-border', 'less.@lightbox-button-active-border', ] as $key ) { Arr::del($config, $key); } return $config; }, '4.5.0-beta.0.1' => function ($config) { foreach (['header.', 'mobile.header.'] as $header) { if (Arr::get($config, $header . 'search_style') == 'modal') { Arr::set($config, $header . 'search_mode', 'modal'); } Arr::del($config, $header . 'search_style'); } return $config; }, '4.4.0-beta.5' => function ($config) { Arr::updateKeys($config, [ 'less.@search-navbar-width' => 'less.@search-medium-width', 'less.@search-navbar-height' => 'less.@search-medium-height', 'less.@search-navbar-background' => 'less.@search-medium-background', 'less.@search-navbar-font-size' => 'less.@search-medium-font-size', 'less.@search-navbar-icon-width' => 'less.@search-medium-icon-width', 'less.@search-navbar-icon-padding' => 'less.@search-medium-icon-padding', 'less.@inverse-search-navbar-background' => 'less.@inverse-search-medium-background', 'less.@search-navbar-backdrop-filter' => 'less.@search-medium-backdrop-filter', 'less.@search-navbar-focus-background' => 'less.@search-medium-focus-background', 'less.@inverse-search-navbar-focus-background' => 'less.@inverse-search-medium-focus-background', 'less.@search-navbar-border-mode' => 'less.@search-medium-border-mode', 'less.@search-navbar-border-width' => 'less.@search-medium-border-width', 'less.@search-navbar-border' => 'less.@search-medium-border', 'less.@search-navbar-focus-border' => 'less.@search-medium-focus-border', 'less.@inverse-search-navbar-border' => 'less.@inverse-search-medium-border', 'less.@inverse-search-navbar-focus-border' => 'less.@inverse-search-medium-focus-border', 'less.@search-navbar-border-radius' => 'less.@search-medium-border-radius', 'less.@search-navbar-input-box-shadow' => 'less.@search-medium-input-box-shadow', 'less.@search-navbar-input-focus-box-shadow' => 'less.@search-medium-input-focus-box-shadow', 'less.@inverse-search-navbar-input-box-shadow' => 'less.@inverse-search-medium-input-box-shadow', 'less.@inverse-search-navbar-input-focus-box-shadow' => 'less.@inverse-search-medium-input-focus-box-shadow', ]); return $config; }, '4.4.0-beta.0.3' => function ($config) { foreach (['top', 'bottom'] as $section) { if ( Arr::get($config, "$section.vertical_align") && !( (Arr::get($config, "$section.height") == 'viewport' && Arr::get($config, "$section.height_viewport") <= 100) || Arr::get($config, "$section.height") == 'section' ) ) { Arr::set($config, "$section.vertical_align", ''); } } return $config; }, '4.3.0-beta.0.5' => function ($config) { foreach (['top', 'bottom'] as $section) { if ($height = Arr::get($config, "$section.height")) { $rename = [ 'full' => 'viewport', 'percent' => 'viewport', 'expand' => 'page', ]; Arr::set($config, "$section.height", $rename[$height]); if ($height !== 'expand' && $section === 'top') { Arr::set($config, "$section.height_offset_top", true); } if ($height === 'percent') { Arr::set($config, "$section.height_viewport", 80); } } } return $config; }, '4.3.0-beta.0.3' => function ($config) { if (Arr::get($config, 'header.transparent')) { Arr::set($config, 'header.transparent', true); } if (Arr::get($config, 'mobile.header.transparent')) { Arr::set($config, 'mobile.header.transparent', true); } if (Arr::get($config, 'top.header_transparent')) { if ( Arr::get($config, 'top.text_color') != Arr::get($config, 'top.header_transparent') || !(Arr::get($config, 'top.image') || Arr::get($config, 'top.video')) ) { Arr::set( $config, 'top.header_transparent_text_color', Arr::get($config, 'top.header_transparent'), ); } Arr::set($config, 'top.header_transparent', true); } if ( Arr::get($config, 'site.layout') === 'boxed' && Arr::get($config, 'site.boxed.header_outside') && !Arr::get($config, 'site.boxed.media') && Arr::get($config, 'site.boxed.header_transparent') ) { Arr::set( $config, 'less.@theme-page-container-color-mode', Arr::get($config, 'site.boxed.header_transparent'), ); Arr::del($config, 'site.boxed.header_transparent'); } if (Arr::get($config, 'site.boxed.header_transparent')) { Arr::set( $config, 'site.boxed.header_text_color', Arr::get($config, 'site.boxed.header_transparent'), ); Arr::set($config, 'site.boxed.header_transparent', true); } Arr::updateKeys($config, [ 'top.image_visibility' => 'top.media_visibility', 'bottom.image_visibility' => 'bottom.media_visibility', ]); return $config; }, '4.3.0-beta.0.1' => function ($config) { // Less if (Arr::get($config, 'less.@button-text-mode') === 'arrow') { Arr::set($config, 'less.@button-text-icon-mode', 'arrow'); Arr::set($config, 'less.@button-text-mode', ''); } if (Arr::get($config, 'less.@button-text-mode') === 'em-dash') { Arr::set($config, 'less.@button-text-icon-mode', 'dash'); Arr::set($config, 'less.@button-text-mode', ''); } Arr::updateKeys($config, [ 'less.@internal-button-text-em-dash-padding' => 'less.@internal-button-text-dash-padding', 'less.@internal-button-text-em-dash-size' => 'less.@internal-button-text-dash-size', ]); return $config; }, '4.1.0-beta.0.3' => function ($config) { if (str_ends_with(Arr::get($config, 'less.@pagination-item-line-height', ''), 'px')) { Arr::updateKeys($config, [ 'less.@pagination-item-line-height' => 'less.@pagination-item-height', ]); } else { Arr::del($config, 'less.@pagination-item-line-height'); } return $config; }, '4.1.0-beta.0.2' => function ($config) { if (Arr::has($config, 'less.@internal-fonts')) { Arr::update( $config, 'less.@internal-fonts', fn($fonts) => preg_replace('/&subset=[a-z,\s-]+/', '', $fonts), ); } return $config; }, '4.1.0-beta.0.1' => function ($config) { Arr::del($config, 'mobile.header.transparent'); return $config; }, '4.0.0-beta.11.1' => function ($config) { if (empty(Arr::get($config, 'footer.content.children'))) { Arr::del($config, 'footer.content'); } return $config; }, '3.1.0-beta.0.4' => function ($config) { Arr::updateKeys($config, [ 'header.social_links' => 'header.social_items', 'mobile.header.social_links' => 'mobile.header.social_items', ]); return $config; }, '3.1.0-beta.0.2' => function ($config) { foreach (['mobile.header', 'header'] as $header) { $links = []; foreach ( Arr::filter((array) Arr::get($config, "{$header}.social_links", [])) as $link ) { if ($link) { $links[] = ['link' => $link]; } } if ($links) { Arr::set($config, "{$header}.social_links", $links); } else { Arr::del($config, "{$header}.social_links"); } } return $config; }, '3.0.1.1' => function ($config) { if (Arr::get($config, 'image_metadata')) { Arr::set($config, 'webp', false); } return $config; }, '3.0.0-beta.3.2' => function ($config) { Arr::del($config, 'webp'); return $config; }, '3.0.0-beta.3.1' => function ($config) { if ( Arr::get($config, 'site.image_effect') == 'parallax' && !is_numeric(Arr::get($config, 'site.image_parallax_easing')) ) { Arr::set($config, 'site.image_parallax_easing', '1'); } return $config; }, '3.0.0-beta.1.8' => function ($config) { if (Arr::get($config, 'mobile.dialog.dropbar.animation') == 'slide') { Arr::set($config, 'mobile.dialog.dropbar.animation', 'reveal-top'); } return $config; }, '3.0.0-beta.1.7' => function ($config) { Arr::updateKeys($config, [ 'navbar.boundary_align' => 'navbar.dropdown_target', 'mobile.dialog.dropdown.animation' => 'mobile.dialog.dropbar.animation', ]); if (Arr::get($config, 'mobile.dialog.layout') == 'dropdown-top') { Arr::set($config, 'mobile.dialog.layout', 'dropbar-top'); } if (Arr::get($config, 'mobile.dialog.layout') == 'dropdown-center') { Arr::set($config, 'mobile.dialog.layout', 'dropbar-center'); } // Menu Items if (Arr::has($config, 'menu.items')) { $items = Arr::get($config, 'menu.items', []); foreach ($items as &$item) { Arr::updateKeys($item, [ 'dropdown.justify' => 'dropdown.stretch', ]); if (Arr::get($item, 'dropdown.stretch') == 'dropbar') { Arr::set($item, 'dropdown.stretch', 'navbar-container'); } } Arr::set($config, 'menu.items', $items); } return $config; }, '3.0.0-beta.1.6' => function ($config) { // Menu Positions if (Arr::has($config, 'menu.positions')) { $positions = Arr::get($config, 'menu.positions', []); foreach ($positions as &$position) { if (empty(Arr::get($position, 'style'))) { Arr::set($position, 'style', 'default'); } } Arr::set($config, 'menu.positions', $positions); } return $config; }, '3.0.0-beta.1.5' => function ($config) { Arr::updateKeys($config, [ 'dialog.menu_style' => 'menu.positions.dialog.style', 'dialog.menu_divider' => 'menu.positions.dialog.divider', 'mobile.dialog.menu_style' => 'menu.positions.dialog-mobile.style', 'mobile.dialog.menu_divider' => 'menu.positions.dialog-mobile.divider', ]); return $config; }, '3.0.0-beta.1.4' => function ($config) { // Menu Items if (Arr::has($config, 'menu.items')) { $items = Arr::get($config, 'menu.items', []); foreach ($items as &$item) { Arr::del($item, 'image_width'); Arr::del($item, 'image_height'); Arr::del($item, 'image_svg_inline'); Arr::del($item, 'icon_width'); Arr::del($item, 'image_margin'); } Arr::set($config, 'menu.items', $items); } return $config; }, '3.0.0-beta.1.3' => function ($config) { Arr::update($config, 'menu.positions', function ($positions) { foreach ($positions ?: [] as $position => $menu) { $positions[$position] = isset($menu) ? ['menu' => $menu] : null; } return $positions; }); return $config; }, '3.0.0-beta.1.1' => function ($config) { // Less Arr::updateKeys($config, [ 'less.@navbar-dropdown-dropbar-margin-top' => 'less.@navbar-dropdown-dropbar-padding-top', 'less.@navbar-dropdown-dropbar-margin-bottom' => 'less.@navbar-dropdown-dropbar-padding-bottom', ]); return $config; }, '2.8.0-beta.0.14' => function ($config) { // Less Arr::updateKeys($config, [ 'less.@nav-primary-item-font-size' => 'less.@nav-primary-font-size', 'less.@nav-primary-item-line-height' => 'less.@nav-primary-line-height', ]); return $config; }, '2.8.0-beta.0.11' => function ($config) { Arr::del($config, 'mobile.dialog.dropdown.animation'); Arr::del($config, 'mobile.dialog.dropdown'); return $config; }, '2.8.0-beta.0.10' => function ($config) { [$style] = explode(':', Arr::get($config, 'style')); if ($style == 'makai') { Arr::set($config, 'mobile.header.layout', 'horizontal-right'); } return $config; }, '2.8.0-beta.0.9' => function ($config) { if (Arr::get($config, 'mobile.dialog.layout') == 'dropdown') { Arr::set($config, 'mobile.dialog.layout', 'dropdown-top'); } Arr::set($config, 'mobile.dialog.dropdown.animation', 'slide'); Arr::del($config, 'mobile.dialog.dropdown'); return $config; }, '2.8.0-beta.0.8' => function ($config) { Arr::updateKeys($config, [ 'dialog.menu_center' => 'dialog.text_center', 'mobile.dialog.menu_center' => 'mobile.dialog.text_center', ]); return $config; }, '2.8.0-beta.0.7' => function ($config) { Arr::updateKeys($config, [ 'dialog.menu_center' => 'dialog.text_center', 'mobile.dialog.menu_center' => 'mobile.dialog.text_center', ]); // Menu Items if (Arr::has($config, 'menu.items')) { $items = Arr::get($config, 'menu.items', []); foreach ($items as &$item) { if (Arr::get($item, 'dropdown.width') == 400) { Arr::del($item, 'dropdown.width'); } Arr::updateKeys($item, [ 'image-margin' => 'image_margin', 'image-only' => 'image_only', ]); } Arr::set($config, 'menu.items', $items); } return $config; }, '2.8.0-beta.0.6' => function ($config) { // Less Arr::updateKeys($config, [ 'less.@offcanvas-bar-width-m' => 'less.@offcanvas-bar-width-s', 'less.@offcanvas-bar-padding-vertical-m' => 'less.@offcanvas-bar-padding-vertical-s', 'less.@offcanvas-bar-padding-horizontal-m' => 'less.@offcanvas-bar-padding-horizontal-s', ]); return $config; }, '2.8.0-beta.0.5' => function ($config) { // Convert builder menu items from type 'layout' to 'fragment' if (Arr::has($config, 'menu.items')) { $items = Arr::get($config, 'menu.items', []); foreach ($items as &$item) { if (Arr::get($item, 'content')) { Arr::set($item, 'content.type', 'fragment'); } } Arr::set($config, 'menu.items', $items); } return $config; }, '2.8.0-beta.0.4' => function ($config) { // Mobile Header if (Arr::get($config, 'mobile.logo') == 'left') { if (Arr::get($config, 'mobile.toggle') == 'left') { Arr::set($config, 'mobile.header.layout', 'horizontal-left'); } else { Arr::set($config, 'mobile.header.layout', 'horizontal-right'); } } else { Arr::set($config, 'mobile.header.layout', 'horizontal-center-logo'); } Arr::del($config, 'mobile.logo'); if (Arr::get($config, 'mobile.toggle') == 'left') { Arr::set($config, 'mobile.dialog.toggle', 'navbar-mobile:start'); } else { Arr::set($config, 'mobile.dialog.toggle', 'header-mobile:end'); } Arr::del($config, 'mobile.toggle'); if (Arr::get($config, 'mobile.offcanvas.flip')) { Arr::set( $config, 'mobile.dialog.offcanvas.flip', Arr::get($config, 'mobile.offcanvas.flip'), ); } else { Arr::set($config, 'mobile.dialog.offcanvas.flip', false); } Arr::del($config, 'mobile.offcanvas.flip'); Arr::updateKeys($config, [ // Mobile Header 'mobile.logo_padding_remove' => 'mobile.header.logo_padding_remove', // Mobile Navbar 'mobile.sticky' => 'mobile.navbar.sticky', // Mobile Dialog 'mobile.animation' => function ($value) use (&$config) { $menu_center_vertical = Arr::get($config, 'mobile.menu_center_vertical'); Arr::del($config, 'mobile.menu_center_vertical'); switch ($value) { case 'offcanvas': return [ 'mobile.dialog.layout' => $menu_center_vertical ? 'offcanvas-center' : 'offcanvas-top', ]; case 'modal': return [ 'mobile.dialog.layout' => $menu_center_vertical ? 'modal-center' : 'modal-top', ]; case 'dropdown': return ['mobile.dialog.layout' => 'dropdown']; } }, 'mobile.toggle_text' => 'mobile.dialog.toggle_text', 'mobile.close_button' => 'mobile.dialog.close', 'mobile.menu_style' => 'mobile.dialog.menu_style', 'mobile.menu_divider' => 'mobile.dialog.menu_divider', 'mobile.menu_center' => 'mobile.dialog.menu_center', 'mobile.offcanvas.mode' => 'mobile.dialog.offcanvas.mode', 'mobile.dropdown' => 'mobile.dialog.dropdown', 'social_links' => 'header.social_links', ]); // Mobile Search and Social settings foreach (['search', 'social'] as $key) { if (Arr::get($config, "header.{$key}")) { Arr::set($config, "mobile.header.{$key}", 'dialog-mobile:end'); } } foreach ( ['search_style', 'social_links', 'social_target', 'social_style', 'social_gap'] as $key ) { if (Arr::has($config, "header.{$key}")) { Arr::set($config, "mobile.header.{$key}", Arr::get($config, "header.{$key}")); } } return $config; }, '2.8.0-beta.0.3' => function ($config) { foreach (['bgx', 'bgy'] as $prop) { $key = "site.image_parallax_{$prop}"; $start = implode( ',', array_map('trim', explode(',', Arr::get($config, "{$key}_start", ''))), ); $end = implode( ',', array_map('trim', explode(',', Arr::get($config, "{$key}_end", ''))), ); if ($start !== '' || $end !== '') { Arr::set( $config, $key, implode(',', [$start !== '' ? $start : 0, $end !== '' ? $end : 0]), ); } Arr::del($config, "{$key}_start"); Arr::del($config, "{$key}_end"); } return $config; }, '2.8.0-beta.0.1' => function ($config) { // Stacked Center Split if (Arr::get($config, 'header.layout') == 'stacked-center-split') { Arr::set($config, 'header.layout', 'stacked-center-split-a'); } // Stacked Left if (Arr::get($config, 'header.layout') == 'stacked-left-b') { Arr::set($config, 'header.push_index', 1); } if (in_array(Arr::get($config, 'header.layout'), ['stacked-left-a', 'stacked-left-b'])) { Arr::set($config, 'header.layout', 'stacked-left'); } // Dialog Layout if ( in_array(Arr::get($config, 'header.layout'), [ 'offcanvas-top-b', 'offcanvas-center-b', 'modal-top-b', 'modal-center-b', ]) ) { Arr::set($config, 'dialog.push_index', 1); } if (preg_match('/offcanvas-top/', Arr::get($config, 'header.layout'))) { Arr::set($config, 'dialog.layout', 'offcanvas-top'); } if (preg_match('/offcanvas-center/', Arr::get($config, 'header.layout'))) { Arr::set($config, 'dialog.layout', 'offcanvas-center'); } if (preg_match('/modal-top/', Arr::get($config, 'header.layout'))) { Arr::set($config, 'dialog.layout', 'modal-top'); } if (preg_match('/modal-center/', Arr::get($config, 'header.layout'))) { Arr::set($config, 'dialog.layout', 'modal-center'); } if (preg_match('/(offcanvas|modal)/', Arr::get($config, 'header.layout'))) { if (Arr::get($config, 'header.logo_center')) { Arr::set($config, 'header.layout', 'horizontal-center-logo'); Arr::del($config, 'header.logo_center'); } else { Arr::set($config, 'header.layout', 'horizontal-left'); } } // Dialog Options Arr::updateKeys($config, [ 'navbar.toggle_text' => 'dialog.toggle_text', 'navbar.toggle_menu_style' => 'dialog.menu_style', 'navbar.toggle_menu_divider' => 'dialog.menu_divider', 'navbar.toggle_menu_center' => 'dialog.menu_center', 'navbar.offcanvas.mode' => 'dialog.offcanvas.mode', 'navbar.offcanvas.overlay' => 'dialog.offcanvas.overlay', ]); // Navbar if (Arr::get($config, 'navbar.dropbar')) { Arr::set($config, 'navbar.dropbar', true); } // Search if (Arr::get($config, 'header.search')) { Arr::set($config, 'header.search', Arr::get($config, 'header.search') . ':end'); } // Social if (Arr::get($config, 'header.social') == 'toolbar-left') { Arr::set($config, 'header.social', 'toolbar-right:start'); } elseif (Arr::get($config, 'header.social')) { Arr::set($config, 'header.social', Arr::get($config, 'header.social') . ':end'); } // Menu Items if (Arr::has($config, 'menu.items')) { $items = Arr::get($config, 'menu.items', []); foreach ($items as &$item) { if (Arr::get($item, 'justify')) { Arr::set($item, 'dropdown.justify', 'navbar'); Arr::del($item, 'justify'); } if (Arr::get($item, 'columns')) { Arr::set($item, 'dropdown.columns', Arr::get($item, 'columns')); Arr::del($item, 'columns'); } } Arr::set($config, 'menu.items', $items); } return $config; }, '2.7.15.1' => function ($config) { // Less if (Arr::get($config, 'less.@navbar-mode-border-vertical') === 'true') { Arr::set($config, 'less.@navbar-mode-border-vertical', 'partial'); } return $config; }, '2.5.0-beta.1.2' => function ($config) { if (Arr::has($config, 'menu.items')) { $items = Arr::get($config, 'menu.items', []); foreach ($items as &$item) { Arr::updateKeys($item, [ 'icon' => 'image', 'icon-only' => 'image-only', ]); } Arr::set($config, 'menu.items', $items); } return $config; }, '2.4.14' => function ($config) { // Less if (Arr::get($config, 'less.@navbar-mode') === 'border') { Arr::set($config, 'less.@navbar-mode', 'border-always'); } if (Arr::get($config, 'less.@navbar-nav-item-line-slide-mode') === 'false') { Arr::set($config, 'less.@navbar-nav-item-line-slide-mode', 'left'); } return $config; }, '2.1.0-beta.0.1' => function ($config) { // Less Arr::updateKeys($config, [ 'less.@width-xxlarge-width' => 'less.@width-2xlarge-width', 'less.@global-xxlarge-font-size' => 'less.@global-2xlarge-font-size', ]); return $config; }, '2.0.11.1' => function ($config) { $style = Arr::get($config, 'style'); $mapping = [ 'framerate:dark-blue' => 'framerate:black-blue', 'framerate:dark-lightblue' => 'framerate:dark-blue', 'joline:black-pink' => 'joline:dark-pink', 'max:black-black' => 'max:dark-black', ]; if (array_key_exists($style, $mapping)) { Arr::set($config, 'style', $mapping[$style]); } return $config; }, '2.0.8.1' => function ($config) { $style = Arr::get($config, 'style'); $mapping = [ 'copper-hill:white-turquoise' => 'copper-hill:light-turquoise', 'florence:white-lilac' => 'florence:white-beige', 'pinewood-lake:white-green' => 'pinewood-lake:light-green', 'pinewood-lake:white-petrol' => 'pinewood-lake:light-petrol', ]; if (array_key_exists($style, $mapping)) { Arr::set($config, 'style', $mapping[$style]); } return $config; }, '2.0.0-beta.5.1' => function ($config) { foreach (['blog.width', 'post.width', 'header.width'] as $prop) { if (Arr::get($config, $prop) == '') { Arr::set($config, $prop, 'default'); } if (Arr::get($config, $prop) == 'none') { Arr::set($config, $prop, ''); } } [$style] = explode(':', Arr::get($config, 'style')); foreach ( [ 'site.toolbar_width', 'header.width', 'top.width', 'bottom.width', 'blog.width', 'post.width', ] as $prop ) { if (!in_array($style, ['jack-baker', 'morgan-consulting', 'vibe'])) { if (Arr::get($config, $prop) == 'large') { Arr::set($config, $prop, 'xlarge'); } } if ( in_array($style, [ 'craft', 'district', 'florence', 'makai', 'matthew-taylor', 'pinewood-lake', 'summit', 'tomsen-brody', 'trek', 'vision', 'yard', ]) ) { if (Arr::get($config, $prop) == 'default') { Arr::set($config, $prop, 'large'); } } } // Less if (!in_array($style, ['jack-baker', 'morgan-consulting', 'vibe'])) { Arr::updateKeys($config, [ 'less.@container-large-max-width' => 'less.@container-xlarge-max-width', ]); } if ( in_array($style, [ 'craft', 'district', 'florence', 'makai', 'matthew-taylor', 'pinewood-lake', 'summit', 'tomsen-brody', 'trek', 'vision', 'yard', ]) ) { Arr::updateKeys($config, [ 'less.@container-max-width' => 'less.@container-large-max-width', ]); } return $config; }, '1.22.0-beta.0.1' => function ($config) { // Rename Top and Bottom options foreach (['top', 'bottom'] as $position) { Arr::set( $config, "{$position}.column_gap", Arr::get($config, "{$position}.grid_gutter", ''), ); Arr::set( $config, "{$position}.row_gap", Arr::get($config, "{$position}.grid_gutter", ''), ); Arr::del($config, "{$position}.grid_gutter"); Arr::set( $config, "{$position}.divider", Arr::get($config, "{$position}.grid_divider", ''), ); Arr::del($config, "{$position}.grid_divider"); } // Rename Blog options if (Arr::get($config, 'blog.column_gutter')) { Arr::set($config, 'blog.grid_column_gap', 'large'); } Arr::set($config, 'blog.grid_row_gap', 'large'); Arr::del($config, 'blog.column_gutter'); Arr::set($config, 'blog.grid_breakpoint', Arr::get($config, 'blog.column_breakpoint', 'm')); Arr::del($config, 'blog.column_breakpoint'); // Rename Sidebar options foreach (['width', 'breakpoint', 'first', 'gutter', 'divider'] as $prop) { Arr::updateKeys($config, ["sidebar.{$prop}" => "main_sidebar.{$prop}"]); } return $config; }, '1.20.4.1' => function ($config) { Arr::updateKeys($config, [ // Less 'less.@theme-toolbar-padding-vertical' => fn($value) => [ 'less.@theme-toolbar-padding-top' => $value, 'less.@theme-toolbar-padding-bottom' => $value, ], // Header settings 'site.toolbar_fullwidth' => function ($value) { if ($value) { return ['site.toolbar_width' => 'expand']; } }, ]); return $config; }, '1.20.0-beta.7' => function ($config) { // Remove empty menu items if (Arr::has($config, 'menu.items')) { Arr::set( $config, 'menu.items', array_filter((array) Arr::get($config, 'menu.items', [])), ); } return $config; }, '1.20.0-beta.6' => function ($config) { Arr::updateKeys($config, [ // Header settings 'header.fullwidth' => function ($value) { if ($value) { return ['header.width' => 'expand']; } }, ]); if (Arr::get($config, 'header.layout') == 'toggle-offcanvas') { Arr::set($config, 'header.layout', 'offcanvas-top-a'); } if (Arr::get($config, 'header.layout') == 'toggle-modal') { Arr::set($config, 'header.layout', 'modal-center-a'); Arr::set($config, 'navbar.toggle_menu_style', 'primary'); Arr::set($config, 'navbar.toggle_menu_center', true); } if ( Arr::get($config, 'mobile.animation') == 'modal' && !Arr::has($config, 'mobile.menu_center') ) { Arr::set($config, 'mobile.menu_style', 'primary'); Arr::set($config, 'mobile.menu_center', true); Arr::set($config, 'mobile.menu_center_vertical', true); } if ( Arr::get($config, 'site.boxed.padding') && (!Arr::has($config, 'site.boxed.margin_top') || !Arr::has($config, 'site.boxed.margin_bottom')) ) { Arr::set($config, 'site.boxed.margin_top', true); Arr::set($config, 'site.boxed.margin_bottom', true); } if (!Arr::has($config, 'cookie.mode') && Arr::get($config, 'cookie.active')) { Arr::set($config, 'cookie.mode', 'notification'); } if (!Arr::has($config, 'cookie.button_consent_style')) { Arr::set( $config, 'cookie.button_consent_style', Arr::get($config, 'cookie.button_style'), ); } foreach (['top', 'bottom'] as $position) { if (Arr::get($config, "{$position}.vertical_align") === true) { Arr::set($config, "{$position}.vertical_align", 'middle'); } if (Arr::get($config, "{$position}.style") === 'video') { Arr::set($config, "{$position}.style", 'default'); } if (Arr::get($config, "{$position}.width") == '1') { Arr::set($config, "{$position}.width", 'default'); } if (Arr::get($config, "{$position}.width") == '2') { Arr::set($config, "{$position}.width", 'small'); } if (Arr::get($config, "{$position}.width") == '3') { Arr::set($config, "{$position}.width", 'expand'); } } foreach (Arr::get($config, 'less', []) as $key => $value) { if ( in_array($key, [ '@heading-primary-line-height', '@heading-hero-line-height-m', '@heading-hero-line-height', ]) ) { Arr::del($config, "less.{$key}"); } elseif (Str::contains($key, ['heading-primary-', 'heading-hero-'])) { Arr::set( $config, 'less.' . strtr($key, [ 'heading-primary-line-height-l' => 'heading-medium-line-height', 'heading-primary-' => 'heading-medium-', 'heading-hero-line-height-l' => 'heading-xlarge-line-height', 'heading-hero-' => 'heading-xlarge-', ]), $value, ); Arr::del($config, "less.{$key}"); } } [$style] = explode(':', Arr::get($config, 'style', '')); $less = Arr::get($config, 'less', []); foreach ( [ [ ['fuse', 'horizon', 'joline', 'juno', 'lilian', 'vibe', 'yard'], ['medium', 'small'], ], [['trek', 'fjord'], ['medium', 'large']], [['juno', 'vibe', 'yard'], ['xlarge', 'medium']], [ ['district', 'florence', 'flow', 'nioh-studio', 'summit', 'vision'], ['xlarge', 'large'], ], [['lilian'], ['xlarge', '2xlarge']], ] as $change ) { [$styles, $transform] = $change; if (in_array($style, $styles)) { foreach ($less as $key => $value) { if (str_contains($key, "heading-{$transform[0]}")) { Arr::set( $config, 'less.' . str_replace( "heading-{$transform[0]}", "heading-{$transform[1]}", $key, ), $value, ); } } } } return $config; }, ]; config/theme.json 0000644 00000011460 15174433140 0010012 0 ustar 00 { "defaults": { "menu": { "items": {}, "positions": { "navbar": { "style": "default", "image_margin": true, "image_align": "center" }, "header": { "style": "default", "image_margin": true, "image_align": "center" }, "toolbar-left": { "style": "default", "image_margin": true, "image_align": "center" }, "toolbar-right": { "style": "default", "image_margin": true, "image_align": "center" }, "dialog": { "style": "default", "image_margin": true, "image_align": "center" }, "navbar-mobile": { "style": "default", "image_margin": true, "image_align": "center" }, "header-mobile": { "style": "default", "image_margin": true, "image_align": "center" }, "dialog-mobile": { "style": "default", "image_margin": true, "image_align": "center" } } }, "site": { "layout": "full", "boxed": { "alignment": 1 }, "image_size": "cover", "image_position": "center-center", "image_effect": "fixed", "toolbar_width": "default", "breadcrumbs_show_home": true, "breadcrumbs_show_current": true, "breadcrumbs_home_text": "", "main_section": { "height": true } }, "header": { "layout": "horizontal-right", "width": "default", "search_layout": "input-dropdown", "search_dropdown.stretch": "navbar", "search_dropdown.size": true, "search_icon": "left", "social_gap": "small" }, "navbar": { "sticky": 0, "dropdown_align": "left" }, "dialog": { "layout": "offcanvas-top", "toggle": "header:end", "menu_style": "default", "offcanvas": { "mode": "slide", "flip": true } }, "mobile": { "breakpoint": "m", "header": { "layout": "horizontal-right", "search_layout": "input-dropdown", "search_dropdown.stretch": "navbar", "search_dropdown.size": true, "search_icon": "left" }, "navbar": { "sticky": 0 }, "dialog": { "layout": "offcanvas-top", "toggle": "header-mobile:end", "close": true, "menu_style": "default", "offcanvas": { "mode": "slide", "flip": true }, "dropbar": { "animation": "reveal-top" } } }, "top": { "style": "default", "width": "default", "breakpoint": "m", "image_position": "center-center" }, "main_sidebar": { "width": "1-4", "min_width": "200", "breakpoint": "m", "first": 0, "divider": 0 }, "bottom": { "style": "default", "width": "default", "breakpoint": "m", "image_position": "center-center" }, "footer": { "content": "" }, "webp": true }, "social_icons": [ "500px", "android", "android-robot", "apple", "behance", "bluesky", "discord", "dribbble", "etsy", "facebook", "flickr", "foursquare", "github", "github-alt", "gitter", "google", "instagram", "joomla", "linkedin", "mastodon", "microsoft", "pinterest", "reddit", "signal", "soundcloud", "telegram", "threads", "tiktok", "tripadvisor", "tumblr", "twitch", "twitter", "uikit", "vimeo", "whatsapp", "wordpress", "x", "xing", "yelp", "yootheme", "youtube" ] } config/customizer.json 0000644 00000335442 15174433140 0011125 0 ustar 00 { "@import": [ "../../builder/config/customizer.json", "../../styler/config/customizer.json", "../../theme-cookie/config/customizer.json", "../../theme-settings/config/customizer.json" ], "help": "https://yootheme.com", "sections": { "layout": { "title": "Layout", "priority": 10, "fields": { "layout": { "type": "menu", "items": { "site": "Site", "header": "Header", "mobile": "Mobile", "top": "Top", "sidebar": "Sidebar", "bottom": "Bottom", "footer-builder": "Footer", "system-blog": "Blog", "system-post": "Post" } } } } }, "panels": { "site": { "title": "Site", "width": 400, "fields": { "logo.text": { "label": "Logo Text", "description": "The logo text will be used, if no logo image has been picked. If an image has been picked, it will be used as an aria-label attribute on the link." }, "logo.image": { "label": "Logo Image", "type": "image" }, "logo.image_svg_inline": { "description": "Select your logo. Optionally inject an SVG logo into the markup so it adopts the text color automatically.", "type": "checkbox", "text": "Inline SVG logo" }, "logo._image_dimension": { "type": "grid", "description": "Setting just one value preserves the original proportions. The image will be resized and cropped automatically, and where possible, high resolution images will be auto-generated.", "width": "1-2", "fields": { "logo.image_width": { "label": "Width", "type": "number", "attrs": { "placeholder": "auto" } }, "logo.image_height": { "label": "Height", "type": "number", "attrs": { "placeholder": "auto" } } }, "show": "logo.image || logo.image_inverse" }, "logo.image_inverse": { "label": "Inverse Logo (Optional)", "description": "Select an alternative logo with inversed color, e.g. white, for better visibility on dark backgrounds. It will be displayed automatically, if needed.", "type": "image" }, "logo.image_mobile": { "label": "Mobile Logo (Optional)", "description": "Select an alternative logo, which will be used on small devices.", "type": "image" }, "logo._image_mobile_dimension": { "type": "grid", "description": "Setting just one value preserves the original proportions. The image will be resized and cropped automatically, and where possible, high resolution images will be auto-generated.", "width": "1-2", "fields": { "logo.image_mobile_width": { "label": "Width", "type": "number", "attrs": { "placeholder": "auto" } }, "logo.image_mobile_height": { "label": "Height", "type": "number", "attrs": { "placeholder": "auto" } } }, "show": "logo.image_mobile || logo.image_mobile_inverse" }, "logo.image_mobile_inverse": { "label": "Mobile Inverse Logo (Optional)", "description": "Select an alternative logo with inversed color, e.g. white, for better visibility on dark backgrounds. It will be displayed automatically, if needed.", "type": "image" }, "logo.image_dialog": { "label": "Dialog Logo (Optional)", "description": "Select a logo, which will be shown in offcanvas and modal dialogs of certain header layouts.", "type": "image" }, "logo._image_dialog_dimension": { "type": "grid", "description": "Setting just one value preserves the original proportions. The image will be resized and cropped automatically, and where possible, high resolution images will be auto-generated.", "width": "1-2", "fields": { "logo.image_dialog_width": { "label": "Width", "type": "number", "attrs": { "placeholder": "auto" } }, "logo.image_dialog_height": { "label": "Height", "type": "number", "attrs": { "placeholder": "auto" } } }, "show": "logo.image_dialog" }, "site.layout": { "label": "Layout", "type": "select", "options": { "Full Width": "full", "Boxed": "boxed" } }, "site.boxed.alignment": { "type": "checkbox", "text": "Center", "enable": "site.layout == 'boxed'" }, "site.boxed.margin_top": { "type": "checkbox", "text": "Add top margin", "enable": "site.layout == 'boxed'" }, "site.boxed.margin_bottom": { "type": "checkbox", "text": "Add bottom margin", "enable": "site.layout == 'boxed'" }, "site.boxed.header_outside": { "type": "checkbox", "text": "Display header outside the container", "enable": "site.layout == 'boxed'" }, "site.boxed.header_transparent": { "type": "checkbox", "text": "Make header transparent", "enable": "site.layout == 'boxed' && site.boxed.header_outside" }, "site.boxed.media": { "label": "Image", "description": "Upload an optional background image that covers the page. It will be fixed while scrolling.", "type": "image", "enable": "site.layout == 'boxed'" }, "site.boxed._media": { "type": "button-panel", "panel": "site-media", "text": "Edit Settings", "show": "site.layout == 'boxed' && site.boxed.media" }, "site.boxed.header_text_color": { "label": "Text Color", "type": "select", "options": { "None": "", "Light Text": "light", "Dark Text": "dark" }, "enable": "site.layout == 'boxed' && site.boxed.header_outside && (site.boxed.header_transparent || header.transparent) && site.boxed.media" }, "site.toolbar_width": { "label": "Toolbar", "type": "select", "options": { "Default": "default", "Small": "small", "Large": "large", "X-Large": "xlarge", "Expand": "expand" } }, "site.toolbar_center": { "type": "checkbox", "text": "Center" }, "site.toolbar_transparent": { "type": "checkbox", "text": "Inherit transparency from header" }, "site.breadcrumbs": { "label": "Breadcrumbs", "type": "checkbox", "text": "Display the breadcrumb navigation" }, "site.breadcrumbs_show_current": { "text": "Show current page", "type": "checkbox", "enable": "site.breadcrumbs" }, "site.breadcrumbs_show_home": { "description": "Show or hide the home link as first item as well as the current page as last item in the breadcrumb navigation.", "text": "Show home link", "type": "checkbox", "enable": "site.breadcrumbs" }, "site.breadcrumbs_home_text": { "label": "Breadcrumbs Home Text", "description": "Enter the text for the home link.", "attrs": { "placeholder": "Home" }, "enable": "site.breadcrumbs && site.breadcrumbs_show_home" }, "site.main_section.height": { "label": "Main Section Height", "description": "On short pages, the main section can be expanded to fill the viewport. This only applies to pages which are not build with the page builder.", "text": "Expand height", "type": "checkbox" } } }, "site-media": { "title": "Image", "width": 400, "fields": { "site._image_dimension": { "type": "grid", "description": "Set the width and height in pixels (e.g. 600). Setting just one value preserves the original proportions. The image will be resized and cropped automatically.", "width": "1-2", "fields": { "site.image_width": { "label": "Width", "type": "number", "attrs": { "placeholder": "auto" } }, "site.image_height": { "label": "Height", "type": "number", "attrs": { "placeholder": "auto" } } } }, "site.image_focal_point": { "label": "Focal Point", "description": "Set a focal point to adjust the image focus when cropping.", "type": "select", "options": { "Top Left": "top-left", "Top Center": "top-center", "Top Right": "top-right", "Center Left": "center-left", "Center Center": "", "Center Right": "center-right", "Bottom Left": "bottom-left", "Bottom Center": "bottom-center", "Bottom Right": "bottom-right" } }, "site.image_size": { "label": "Image Size", "description": "Determine whether the image will fit the page dimensions by clipping it or by filling the empty areas with the background color.", "type": "select", "options": { "Auto": "", "Cover": "cover", "Contain": "contain" } }, "site.image_position": { "label": "Image Position", "description": "Set the initial background position, relative to the page layer.", "type": "select", "options": { "Top Left": "top-left", "Top Center": "top-center", "Top Right": "top-right", "Center Left": "center-left", "Center Center": "center-center", "Center Right": "center-right", "Bottom Left": "bottom-left", "Bottom Center": "bottom-center", "Bottom Right": "bottom-right" } }, "site.image_effect": { "label": "Image Effect", "description": "Add a parallax effect or fix the background with regard to the viewport while scrolling.", "type": "select", "options": { "None": "", "Parallax": "parallax", "Fixed": "fixed" } }, "site.image_parallax_bgx": { "text": "Translate X", "type": "parallax-stops", "attrs": { "min": -600, "max": 600, "step": 10 }, "show": "site.image_effect == 'parallax'" }, "site.image_parallax_bgy": { "text": "Translate Y", "type": "parallax-stops", "attrs": { "min": -600, "max": 600, "step": 10 }, "show": "site.image_effect == 'parallax'" }, "site.image_parallax_easing": { "label": "Parallax Easing", "description": "Set the animation easing. Zero transitions at an even speed, a negative value starts off quickly while a positive value starts off slowly.", "type": "range", "attrs": { "min": -2, "max": 2, "step": 0.1 }, "show": "site.image_effect == 'parallax'" }, "site.image_parallax_breakpoint": { "label": "Parallax Breakpoint", "description": "Display the parallax effect only on this device width and larger.", "type": "select", "options": { "Always": "", "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l", "X-Large (Large Screens)": "x" }, "show": "site.image_effect == 'parallax'" }, "site.image_visibility": { "label": "Visibility", "description": "Display the image only on this device width and larger.", "type": "select", "options": { "Always": "", "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l", "X-Large (Large Screens)": "xl" } }, "site.media_background": { "label": "Background Color", "description": "Use the background color in combination with blend modes, a transparent image or to fill the area if the image doesn't cover the whole page.", "type": "color" }, "site.media_blend_mode": { "label": "Blend Mode", "description": "Determine how the image will blend with the background color.", "type": "select", "options": { "Normal": "", "Multiply": "multiply", "Screen": "screen", "Overlay": "overlay", "Darken": "darken", "Lighten": "lighten", "Color-dodge": "color-dodge", "Color-burn": "color-burn", "Hard-light": "hard-light", "Soft-light": "soft-light", "Difference": "difference", "Exclusion": "exclusion", "Hue": "hue", "Saturation": "saturation", "Color": "color", "Luminosity": "luminosity" } }, "site.media_overlay": { "label": "Overlay Color", "description": "Set an additional transparent overlay to soften the image.", "type": "color" } } }, "header": { "title": "Header", "width": 400, "fields": { "header.layout": { "label": "Layout", "description": "Select the layout for the <code>logo</code>, <code>navbar</code> and <code>header</code> positions. Some layouts can split or push items of a position which are shown as ellipsis.", "title": "Select header layout", "type": "select-img", "options": { "horizontal-left": { "label": "Horizontal Left", "src": "$ASSETS/images/header/horizontal-left.svg" }, "horizontal-center": { "label": "Horizontal Center", "src": "$ASSETS/images/header/horizontal-center.svg" }, "horizontal-right": { "label": "Horizontal Right", "src": "$ASSETS/images/header/horizontal-right.svg" }, "horizontal-justify": { "label": "Horizontal Justify", "src": "$ASSETS/images/header/horizontal-justify.svg" }, "horizontal-center-logo": { "label": "Horizontal Center Logo", "src": "$ASSETS/images/header/horizontal-center-logo.svg" }, "stacked-center-a": { "label": "Stacked Center A", "src": "$ASSETS/images/header/stacked-center-a.svg" }, "stacked-center-b": { "label": "Stacked Center B", "src": "$ASSETS/images/header/stacked-center-b.svg" }, "stacked-center-c": { "label": "Stacked Center C", "src": "$ASSETS/images/header/stacked-center-c.svg" }, "stacked-center-split-a": { "label": "Stacked Center Split A", "src": "$ASSETS/images/header/stacked-center-split-a.svg" }, "stacked-center-split-b": { "label": "Stacked Center Split B", "src": "$ASSETS/images/header/stacked-center-split-b.svg" }, "stacked-left": { "label": "Stacked Left", "src": "$ASSETS/images/header/stacked-left.svg" }, "stacked-justify": { "label": "Stacked Justify", "src": "$ASSETS/images/header/stacked-justify.svg" } } }, "header.split_index": { "label": "Split Items", "description": "The logo is placed automatically between the items. Optionally, set the number of items after which the items are split.", "type": "select", "options": { "Auto": "", "After 1 Item": 1, "After 2 Items": 2, "After 3 Items": 3, "After 4 Items": 4, "After 5 Items": 5, "After 6 Items": 6, "After 7 Items": 7, "After 8 Items": 8, "After 9 Items": 9, "After 10 Items": 10 }, "show": "$match(header.layout, '^stacked-center-(split-|c)')" }, "header.push_index": { "label": "Push Items", "description": "Set the number of items after which the following items are pushed to the right.", "type": "select", "options": { "None": "", "After 1 Item": 1, "After 2 Items": 2, "After 3 Items": 3, "After 4 Items": 4, "After 5 Items": 5, "After 6 Items": 6, "After 7 Items": 7, "After 8 Items": 8, "After 9 Items": 9, "After 10 Items": 10 }, "show": "$match(header.layout, '^stacked-left')" }, "header.width": { "label": "Max Width", "type": "select", "options": { "Default": "default", "Small": "small", "Large": "large", "X-Large": "xlarge", "Expand": "expand" } }, "header.logo_padding_remove": { "description": "Set the maximum header width.", "type": "checkbox", "text": "Remove left logo padding", "enable": "header.width == 'expand' && !$match(header.layout, '^stacked|^horizontal-center-logo')" }, "navbar.sticky": { "label": "Navbar", "description": "Stick the navbar at the top of the viewport while scrolling or only when scrolling up.", "type": "select", "options": { "Static": 0, "Sticky": 1, "Sticky on scroll up": 2 } }, "navbar.style": { "label": "Navbar Style", "description": "Select the navbar style.", "type": "select", "options": { "Default": "", "Primary": "primary" } }, "header.transparent": { "label": "Transparent Background", "type": "checkbox", "text": "Make header transparent" }, "header.transparent_color_separately": { "type": "checkbox", "text": "Color navbar parts separately", "enable": "header.transparent && !header.blend" }, "header.blend": { "description": "Make the header transparent even when it's sticky.", "type": "checkbox", "text": "Blend with page content", "enable": "header.transparent" }, "navbar.dropdown_align": { "label": "Dropdown", "type": "select", "options": { "Left": "left", "Right": "right", "Center": "center" } }, "navbar.dropdown_target": { "type": "checkbox", "text": "Align to navbar" }, "navbar.dropbar": { "type": "checkbox", "text": "Enable dropbar" }, "navbar.parent_icon": { "type": "checkbox", "text": "Show parent icon" }, "navbar.dropdown_click": { "description": "Align dropdowns to their menu item or the navbar. Optionally, show them in a full-width section called dropbar, display an icon to indicate dropdowns and let text items open by click and not hover.", "type": "checkbox", "text": "Enable click mode on text items" }, "dialog.toggle": { "label": "Dialog Toggle", "type": "select", "options": { "Navbar Start": "navbar:start", "Navbar End": "navbar:end", "Header Start": "header:start", "Header End": "header:end" } }, "dialog.toggle_text": { "type": "checkbox", "text": "Show the menu text next to the icon" }, "dialog.layout": { "label": "Dialog Layout", "title": "Select dialog layout", "type": "select-img", "options": { "dropbar-top": { "label": "Dropbar Top", "src": "$ASSETS/images/dialog/dropbar-top.svg" }, "dropbar-center": { "label": "Dropbar Center", "src": "$ASSETS/images/dialog/dropbar-center.svg" }, "offcanvas-top": { "label": "Offcanvas Top", "src": "$ASSETS/images/dialog/offcanvas-top.svg" }, "offcanvas-center": { "label": "Offcanvas Center", "src": "$ASSETS/images/dialog/offcanvas-center.svg" }, "modal-top": { "label": "Modal Top", "src": "$ASSETS/images/dialog/modal-top.svg" }, "modal-center": { "label": "Modal Center", "src": "$ASSETS/images/dialog/modal-center.svg" } } }, "dialog.text_center": { "type": "checkbox", "text": "Center horizontally" }, "dialog._dropbar": { "type": "button-panel", "text": "Edit Dropbar", "panel": "dialog-dropbar", "show": "$match(dialog.layout, '^dropbar')" }, "dialog._offcanvas": { "type": "button-panel", "text": "Edit Offcanvas", "panel": "dialog-offcanvas", "show": "$match(dialog.layout, '^offcanvas')" }, "dialog._modal": { "type": "button-panel", "text": "Edit Modal", "panel": "dialog-modal", "show": "$match(dialog.layout, '^modal')" }, "dialog._description": { "description": "Select the layout for the <code>dialog</code> position. Items which can be pushed are shown as ellipsis.", "type": "description" }, "dialog.push_index": { "label": "Dialog Push Items", "description": "Set the number of items after which the following items are pushed to the bottom.", "type": "select", "options": { "None": "", "After 1 Item": 1, "After 2 Items": 2, "After 3 Items": 3, "After 4 Items": 4, "After 5 Items": 5, "After 6 Items": 6, "After 7 Items": 7, "After 8 Items": 8, "After 9 Items": 9, "After 10 Items": 10 } }, "header.search": { "label": "Search", "description": "Select the position that will display the search.", "type": "select", "options": { "Hide": "", "Navbar Start": "navbar:start", "Navbar End": "navbar:end", "Header Start": "header:start", "Header End": "header:end", "Dialog Start": "dialog:start", "Dialog End": "dialog:end", "Logo End": "logo:end" } }, "header.search_layout": { "label": "Search Layout", "title": "Select search layout", "type": "select-img", "options": { "input-dropdown": { "label": "Input Dropdown", "src": "$ASSETS/images/search/input-dropdown.svg" }, "dropdown": { "label": "Toggle Dropdown", "src": "$ASSETS/images/search/dropdown.svg" }, "input-dropbar": { "label": "Input Dropbar", "src": "$ASSETS/images/search/input-dropbar.svg" }, "dropbar": { "label": "Toggle Dropbar", "src": "$ASSETS/images/search/dropbar.svg" }, "modal": { "label": "Toggle Modal", "src": "$ASSETS/images/search/modal.svg" } }, "enable": "header.search && !$match(header.search, '^dialog')" }, "header.search_expand": { "type": "checkbox", "text": "Expand input width", "enable": "header.search && !$match(header.search, '^dialog') && $match(header.search_layout, '^input-') && $match(header.layout, '^horizontal-(left|center|right|justify)|stacked-(left|justify)$')" }, "header.search_prevent_submit": { "text": "Prevent form submit if live search is used", "type": "checkbox", "enable": "header.search && !$match(header.search, '^dialog')" }, "header.search_dropdown": { "type": "button-panel", "text": "Edit Dropdown", "panel": "search-dropdown", "show": "header.search_layout == 'input-dropdown' || header.search_layout == 'dropdown'", "enable": "header.search && !$match(header.search, '^dialog')" }, "header.search_modal": { "type": "button-panel", "text": "Edit Modal", "panel": "search-modal", "show": "header.search_layout == 'modal'", "enable": "header.search && !$match(header.search, '^dialog')" }, "header.search_dropbar": { "type": "button-panel", "text": "Edit Dropbar", "panel": "search-dropbar", "show": "header.search_layout == 'input-dropbar' || header.search_layout == 'dropbar'", "enable": "header.search && !$match(header.search, '^dialog')" }, "header.search_description": { "description": "Show an input field or an icon to open the search in a dropdown, dropbar or modal. To show live search results, assign a template in the Templates panel.", "type": "description" }, "header.search_icon": { "label": "Search Icon", "description": "Display a search icon on the left or right of the input field. The icon on the right can be clicked to submit the search.", "type": "select", "options": { "None": "", "Left (Not Clickable)": "left", "Right (Clickable)": "right" }, "enable": "header.search" }, "header.social": { "label": "Social Icons", "type": "select", "options": { "Hide": "", "Toolbar Left Start": "toolbar-left:start", "Toolbar Left End": "toolbar-left:end", "Toolbar Right Start": "toolbar-right:start", "Toolbar Right End": "toolbar-right:end", "Navbar Start": "navbar:start", "Navbar End": "navbar:end", "Header Start": "header:start", "Header End": "header:end", "Dialog Start": "dialog:start", "Dialog End": "dialog:end", "Logo End": "logo:end" } }, "header.social_items": { "type": "button-panel", "text": "Edit Items", "panel": "social-items", "enable": "header.social" }, "header.social_target": { "type": "checkbox", "text": "Open in a new window", "enable": "header.social" }, "header.social_style": { "type": "checkbox", "text": "Display icons as buttons", "enable": "header.social" }, "header.social_image_svg_inline": { "type": "checkbox", "text": "Make SVG stylable with CSS", "description": "Select the position that will display the social icons.", "enable": "header.social" }, "header.social_width": { "label": "Social Icons Size", "description": "Set the icon width.", "attrs": { "placeholder": "20" }, "enable": "header.social" }, "header.social_gap": { "label": "Social Icons Gap", "description": "Set the size of the gap between the social icons.", "type": "select", "options": { "Small": "small", "Medium": "medium", "Default": "", "Large": "large", "None": "collapse" }, "enable": "header.social" } } }, "dialog-dropbar": { "title": "Dialog Dropbar", "width": 400, "fields": { "dialog.dropbar.animation": { "label": "Dropbar Animation", "description": "Select the animation on how the dropbar appears below the navbar.", "type": "select", "options": { "Fade": "", "Slide Top": "reveal-top", "Slide Left": "slide-left", "Slide Right": "slide-right" } }, "dialog.dropbar.width": { "label": "Dropbar Width", "description": "Set the dropbar width if it slides in from the left or right.", "type": "select", "options": { "None": "", "Medium": "medium", "Large": "large", "X-Large": "xlarge", "2X-Large": "2xlarge" }, "enable": "$match(dialog.dropbar.animation, '^slide')" }, "dialog.dropbar.padding_remove_horizontal": { "label": "Dropbar Padding", "type": "checkbox", "text": "Remove horizontal padding" }, "dialog.dropbar.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding" }, "dialog.dropbar.content_width": { "label": "Dropbar Content Width", "description": "Set the width of the dropbar content.", "type": "select", "options": { "None": "", "Medium": "width-medium", "Large": "width-large", "X-Large": "width-xlarge", "2X-Large": "width-2xlarge", "Container Default": "container", "Container Small": "container-small", "Container Large": "container-large", "Container X-Large": "container-xlarge" } } } }, "dialog-offcanvas": { "title": "Dialog Offcanvas", "width": 400, "fields": { "dialog.offcanvas.mode": { "label": "Offcanvas Mode", "type": "select", "options": { "Slide": "slide", "Reveal": "reveal", "Push": "push" } }, "dialog.offcanvas.flip": { "type": "checkbox", "text": "Display on the right" }, "dialog.offcanvas.overlay": { "type": "checkbox", "text": "Overlay the site" } } }, "dialog-modal": { "title": "Dialog Modal", "width": 400, "fields": { "dialog.modal.width": { "label": "Modal Width", "description": "Set the content width.", "type": "select", "options": { "None": "", "Small": "small", "Medium": "medium", "Large": "large", "X-Large": "xlarge", "2X-Large": "2xlarge" } } } }, "search-dropdown": { "title": "Search Dropdown", "width": 400, "fields": { "header.search_dropdown.stretch": { "label": "Dropdown Stretch", "description": "Stretch the dropdown to the width of the navbar or the navbar container.", "type": "select", "options": { "None": "", "Navbar": "navbar", "Navbar Container": "navbar-container" } }, "header.search_dropdown.width": { "label": "Dropdown Width", "description": "Set the dropdown width in pixels (e.g. 600).", "enable": "!header.search_dropdown.stretch" }, "header.search_dropdown.size": { "label": "Dropdown Padding", "type": "checkbox", "text": "Large padding" }, "header.search_dropdown.padding_remove_horizontal": { "type": "checkbox", "text": "Remove horizontal padding" }, "header.search_dropdown.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding" }, "header.search_dropdown.align": { "label": "Dropdown Alignment", "type": "select", "options": { "Default": "", "Left": "left", "Right": "right", "Center": "center" }, "enable": "!header.search_dropdown.stretch" } } }, "search-modal": { "title": "Search Modal", "width": 400, "fields": { "header.search_modal.width": { "label": "Modal Width", "type": "select", "options": { "Default": "", "Container": "container", "Expand": "expand", "Full": "full" } }, "header.search_modal.close": { "description": "Stretch the modal to the width of the navbar or the navbar container, or show a full modal window.", "type": "checkbox", "text": "Show close icon", "enable": "header.search_modal.width != 'full'" } } }, "search-dropbar": { "title": "Search Dropbar", "width": 400, "fields": { "header.search_dropbar.animation": { "label": "Dropbar Animation", "description": "Select the animation on how the dropbar appears below the navbar.", "type": "select", "options": { "Fade": "", "Slide Top": "reveal-top", "Slide Left": "slide-left", "Slide Right": "slide-right" } }, "header.search_dropbar.width": { "label": "Dropbar Width", "description": "Set the dropbar width if it slides in from the left or right.", "type": "select", "options": { "None": "", "Medium": "medium", "Large": "large", "X-Large": "xlarge", "2X-Large": "2xlarge" }, "enable": "$match(header.search_dropbar.animation, '^slide')" }, "header.search_dropbar.padding_remove_horizontal": { "label": "Dropbar Padding", "type": "checkbox", "text": "Remove horizontal padding" }, "header.search_dropbar.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding" }, "header.search_dropbar.content_width": { "label": "Dropbar Content Width", "description": "Set the width of the dropbar content.", "type": "select", "options": { "None": "", "Medium": "width-medium", "Large": "width-large", "X-Large": "width-xlarge", "2X-Large": "width-2xlarge", "Container Default": "container", "Container Small": "container-small", "Container Large": "container-large", "Container X-Large": "container-xlarge" } } } }, "social-items": { "title": "Social Icons", "width": 400, "fields": { "header.social_items": { "label": "Items", "type": "item-panel", "fields": { "link": { "label": "Link", "attrs": { "placeholder": "https://" }, "description": "Enter link to your social profile. A corresponding <a href=\"https://getuikit.com/docs/icon\" target=\"_blank\">UIkit brand icon</a> will be displayed automatically, if available. Links to email addresses and phone numbers, like mailto:info@example.com or tel:+491570156, are also supported." }, "link_aria_label": { "label": "Link ARIA Label", "description": "Set a different link ARIA label for this item." }, "icon": { "label": "Icon", "description": "Pick an alternative icon from the icon library.", "type": "icon", "enable": "!image" }, "image": { "label": "Image", "description": "Pick an alternative SVG image from the media manager.", "type": "image", "enable": "!icon" } } } } }, "mobile": { "title": "Mobile", "width": 400, "fields": { "mobile.breakpoint": { "label": "Visibility", "description": "Select the device size where the default header will be replaced by the mobile header.", "type": "select", "options": { "None": "", "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l" } }, "mobile.header.layout": { "label": "Layout", "description": "Select the layout for the <code>logo-mobile</code>, <code>navbar-mobile</code> and <code>header-mobile</code> positions.", "title": "Select mobile header layout", "type": "select-img", "options": { "horizontal-left": { "label": "Horizontal Left", "src": "$ASSETS/images/mobile-header/horizontal-left.svg" }, "horizontal-center": { "label": "Horizontal Center", "src": "$ASSETS/images/mobile-header/horizontal-center.svg" }, "horizontal-right": { "label": "Horizontal Right", "src": "$ASSETS/images/mobile-header/horizontal-right.svg" }, "horizontal-justify": { "label": "Horizontal Justify", "src": "$ASSETS/images/mobile-header/horizontal-justify.svg" }, "horizontal-center-logo": { "label": "Horizontal Center Logo", "src": "$ASSETS/images/mobile-header/horizontal-center-logo.svg" } }, "show": "mobile.breakpoint" }, "mobile.header.logo_padding_remove": { "type": "checkbox", "text": "Remove left logo padding", "show": "mobile.breakpoint && mobile.header.layout != 'horizontal-center-logo'" }, "mobile.navbar.sticky": { "label": "Navbar", "description": "Stick the navbar at the top of the viewport while scrolling or only when scrolling up.", "type": "select", "options": { "Static": 0, "Sticky": 1, "Sticky on scroll up": 2 }, "show": "mobile.breakpoint" }, "mobile.header.transparent": { "label": "Transparent Background", "type": "checkbox", "text": "Make header transparent", "show": "mobile.breakpoint" }, "mobile.header.transparent_color_separately": { "type": "checkbox", "text": "Color navbar parts separately", "show": "mobile.breakpoint", "enable": "mobile.header.transparent && !mobile.header.blend" }, "mobile.header.blend": { "description": "Make the header transparent even when it's sticky.", "type": "checkbox", "text": "Blend with page content", "show": "mobile.breakpoint", "enable": "mobile.header.transparent" }, "mobile.dialog.toggle": { "label": "Dialog Toggle", "type": "select", "options": { "Navbar Start": "navbar-mobile:start", "Navbar End": "navbar-mobile:end", "Header Start": "header-mobile:start", "Header End": "header-mobile:end" }, "show": "mobile.breakpoint" }, "mobile.dialog.toggle_text": { "type": "checkbox", "text": "Show the menu text next to the icon", "show": "mobile.breakpoint" }, "mobile.dialog.layout": { "label": "Dialog Layout", "title": "Select mobile dialog layout", "type": "select-img", "options": { "dropbar-top": { "label": "Dropbar Top", "src": "$ASSETS/images/mobile-dialog/dropbar-top.svg" }, "dropbar-center": { "label": "Dropbar Center", "src": "$ASSETS/images/mobile-dialog/dropbar-center.svg" }, "offcanvas-top": { "label": "Offcanvas Top", "src": "$ASSETS/images/mobile-dialog/offcanvas-top.svg" }, "offcanvas-center": { "label": "Offcanvas Center", "src": "$ASSETS/images/mobile-dialog/offcanvas-center.svg" }, "modal-top": { "label": "Modal Top", "src": "$ASSETS/images/mobile-dialog/modal-top.svg" }, "modal-center": { "label": "Modal Center", "src": "$ASSETS/images/mobile-dialog/modal-center.svg" } }, "show": "mobile.breakpoint" }, "mobile.dialog.text_center": { "type": "checkbox", "text": "Center horizontally", "show": "mobile.breakpoint" }, "mobile.dialog.close": { "type": "checkbox", "text": "Show close button", "enable": "mobile.breakpoint && $match(mobile.dialog.layout, '^offcanvas|^modal')" }, "mobile.dialog._dropbar": { "type": "button-panel", "text": "Edit Dropbar", "panel": "mobile.dialog-dropbar", "show": "mobile.breakpoint && $match(mobile.dialog.layout, '^dropbar')" }, "mobile.dialog._offcanvas": { "type": "button-panel", "text": "Edit Offcanvas", "panel": "mobile.dialog-offcanvas", "show": "mobile.breakpoint && $match(mobile.dialog.layout, '^offcanvas')" }, "mobile.dialog._modal": { "type": "button-panel", "text": "Edit Modal", "panel": "mobile.dialog-modal", "show": "mobile.breakpoint && $match(mobile.dialog.layout, '^modal')" }, "mobile.dialog._description": { "description": "Select the layout for the <code>dialog-mobile</code> position. Pushed items of the position are shown as ellipsis.", "type": "description", "show": "mobile.breakpoint" }, "mobile.dialog.push_index": { "label": "Dialog Push Items", "description": "Set the number of items after which the following items are pushed to the bottom.", "type": "select", "options": { "None": "", "After 1 Item": 1, "After 2 Items": 2, "After 3 Items": 3, "After 4 Items": 4, "After 5 Items": 5, "After 6 Items": 6, "After 7 Items": 7, "After 8 Items": 8, "After 9 Items": 9, "After 10 Items": 10 }, "show": "mobile.breakpoint" }, "mobile.header.search": { "label": "Search", "description": "Select the position that will display the search.", "type": "select", "options": { "Hide": "", "Navbar Start": "navbar-mobile:start", "Navbar End": "navbar-mobile:end", "Header Start": "header-mobile:start", "Header End": "header-mobile:end", "Dialog Start": "dialog-mobile:start", "Dialog End": "dialog-mobile:end", "Logo End": "logo-mobile:end" }, "show": "mobile.breakpoint" }, "mobile.header.search_layout": { "label": "Search Layout", "title": "Select mobile search layout", "type": "select-img", "options": { "input-dropdown": { "label": "Input Dropdown", "src": "$ASSETS/images/mobile-search/input-dropdown.svg" }, "dropdown": { "label": "Toggle Dropdown", "src": "$ASSETS/images/mobile-search/dropdown.svg" }, "input-dropbar": { "label": "Input Dropbar", "src": "$ASSETS/images/mobile-search/input-dropbar.svg" }, "dropbar": { "label": "Toggle Dropbar", "src": "$ASSETS/images/mobile-search/dropbar.svg" }, "modal": { "label": "Toggle Modal", "src": "$ASSETS/images/mobile-search/modal.svg" } }, "show": "mobile.breakpoint", "enable": "mobile.header.search && !$match(mobile.header.search, '^dialog')" }, "mobile.header.search_expand": { "type": "checkbox", "text": "Expand input width", "show": "mobile.breakpoint", "enable": "mobile.header.search && !$match(mobile.header.search, '^dialog') && $match(mobile.header.search_layout, '^input-(dropdown|dropbar)$') && $match(mobile.header.layout, '^horizontal-(left|center|right)$')" }, "mobile.header.search_prevent_submit": { "text": "Prevent form submit if live search is used", "type": "checkbox", "show": "mobile.breakpoint", "enable": "mobile.header.search && !$match(mobile.header.search, '^dialog')" }, "mobile.header.search_dropdown": { "type": "button-panel", "text": "Edit Dropdown", "panel": "mobile.search-dropdown", "show": "mobile.breakpoint && (mobile.header.search_layout == 'input-dropdown' || mobile.header.search_layout == 'dropdown')", "enable": "mobile.header.search && !$match(mobile.header.search, '^dialog')" }, "mobile.header.search_modal": { "type": "button-panel", "text": "Edit Modal", "panel": "mobile.search-modal", "show": "mobile.breakpoint && mobile.header.search_layout == 'modal'", "enable": "mobile.header.search && !$match(mobile.header.search, '^dialog')" }, "mobile.header.search_dropbar": { "type": "button-panel", "text": "Edit Dropbar", "panel": "mobile.search-dropbar", "show": "mobile.breakpoint && (mobile.header.search_layout == 'input-dropbar' || mobile.header.search_layout == 'dropbar')", "enable": "mobile.header.search && !$match(mobile.header.search, '^dialog')" }, "mobile.header.search_description": { "description": "Show an input field or an icon to open the search in a dropdown, dropbar or modal. To show live search results, assign a template in the Templates panel.", "type": "description", "show": "mobile.breakpoint" }, "mobile.header.search_icon": { "label": "Search Icon", "description": "Display a search icon on the left or right of the input field. The icon on the right can be clicked to submit the search.", "type": "select", "options": { "None": "", "Left (Not Clickable)": "left", "Right (Clickable)": "right" }, "show": "mobile.breakpoint", "enable": "mobile.header.search" }, "mobile.header.social": { "label": "Social Icons", "type": "select", "options": { "Hide": "", "Navbar Start": "navbar-mobile:start", "Navbar End": "navbar-mobile:end", "Header Start": "header-mobile:start", "Header End": "header-mobile:end", "Dialog Start": "dialog-mobile:start", "Dialog End": "dialog-mobile:end", "Logo End": "logo-mobile:end" }, "show": "mobile.breakpoint" }, "mobile.header.social_items": { "type": "button-panel", "text": "Edit Items", "panel": "mobile.social-items", "show": "mobile.breakpoint && mobile.header.social" }, "mobile.header.social_target": { "type": "checkbox", "text": "Open in a new window", "show": "mobile.breakpoint && mobile.header.social" }, "mobile.header.social_style": { "type": "checkbox", "text": "Display icons as buttons", "show": "mobile.breakpoint && mobile.header.social" }, "mobile.social_image_svg_inline": { "type": "checkbox", "text": "Make SVG stylable with CSS", "description": "Select the position that will display the social icons. Be sure to add your social profile links or no icons can be displayed.", "show": "mobile.breakpoint && mobile.header.social" }, "mobile.header.social_width": { "label": "Social Icons Size", "description": "Set the icon width.", "attrs": { "placeholder": "20" }, "show": "mobile.breakpoint && mobile.header.social" }, "mobile.header.social_gap": { "label": "Social Icons Gap", "description": "Set the size of the gap between the social icons.", "type": "select", "options": { "Small": "small", "Medium": "medium", "Default": "", "Large": "large", "None": "collapse" }, "show": "mobile.breakpoint && mobile.header.social" } } }, "mobile.dialog-dropbar": { "title": "Dialog Dropbar", "width": 400, "fields": { "mobile.dialog.dropbar.animation": { "label": "Dropbar Animation", "description": "Select the animation on how the dropbar appears below the navbar.", "type": "select", "options": { "Fade": "", "Slide Top": "reveal-top", "Slide Left": "slide-left", "Slide Right": "slide-right" } }, "mobile.dialog.dropbar.padding_remove_horizontal": { "label": "Dropbar Padding", "type": "checkbox", "text": "Remove horizontal padding" }, "mobile.dialog.dropbar.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding" } } }, "mobile.dialog-offcanvas": { "title": "Dialog Offcanvas", "width": 400, "fields": { "mobile.dialog.offcanvas.mode": { "label": "Offcanvas Mode", "type": "select", "options": { "Slide": "slide", "Reveal": "reveal", "Push": "push" } }, "mobile.dialog.offcanvas.flip": { "type": "checkbox", "text": "Display on the right" } } }, "mobile.dialog-modal": { "title": "Dialog Modal", "width": 400, "fields": { "mobile.dialog.modal.width": { "label": "Modal Width", "description": "Set the content width.", "type": "select", "options": { "None": "", "Small": "small", "Medium": "medium", "Large": "large", "X-Large": "xlarge", "2X-Large": "2xlarge" } } } }, "mobile.search-dropdown": { "title": "Search Dropdown", "width": 400, "fields": { "mobile.header.search_dropdown.stretch": { "label": "Dropdown Stretch", "description": "Stretch the dropdown to the width of the navbar or the navbar container.", "type": "select", "options": { "None": "", "Navbar": "navbar", "Navbar Container": "navbar-container" } }, "mobile.header.search_dropdown.width": { "label": "Dropdown Width", "description": "Set the dropdown width in pixels (e.g. 600).", "enable": "!mobile.header.search_dropdown.stretch" }, "mobile.header.search_dropdown.size": { "label": "Dropdown Padding", "type": "checkbox", "text": "Large padding" }, "mobile.header.search_dropdown.padding_remove_horizontal": { "type": "checkbox", "text": "Remove horizontal padding" }, "mobile.header.search_dropdown.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding" }, "mobile.header.search_dropdown.align": { "label": "Dropdown Alignment", "type": "select", "options": { "Default": "", "Left": "left", "Right": "right", "Center": "center" }, "enable": "!mobile.header.search_dropdown.stretch" } } }, "mobile.search-modal": { "title": "Search Modal", "width": 400, "fields": { "mobile.header.search_modal.width": { "label": "Modal Width", "type": "select", "options": { "Default": "", "Container": "container", "Expand": "expand", "Full": "full" } }, "mobile.header.search_modal.close": { "description": "Stretch the modal to the width of the navbar or the navbar container, or show a full modal window.", "type": "checkbox", "text": "Show close icon", "enable": "mobile.header.search_modal.width != 'full'" } } }, "mobile.search-dropbar": { "title": "Search Dropbar", "width": 400, "fields": { "mobile.header.search_dropbar.animation": { "label": "Dropbar Animation", "description": "Select the animation on how the dropbar appears below the navbar.", "type": "select", "options": { "Fade": "", "Slide Top": "reveal-top", "Slide Left": "slide-left", "Slide Right": "slide-right" } }, "mobile.header.search_dropbar.padding_remove_horizontal": { "label": "Dropbar Padding", "type": "checkbox", "text": "Remove horizontal padding" }, "mobile.header.search_dropbar.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding" } } }, "mobile.social-items": { "title": "Social Icons", "width": 400, "fields": { "mobile.header.social_items": { "label": "Items", "type": "item-panel", "fields": { "link": { "label": "Link", "attrs": { "placeholder": "https://" }, "description": "Enter link to your social profile. A corresponding <a href=\"https://getuikit.com/docs/icon\" target=\"_blank\">UIkit brand icon</a> will be displayed automatically, if available. Links to email addresses and phone numbers, like mailto:info@example.com or tel:+491570156, are also supported." }, "link_aria_label": { "label": "Link ARIA Label", "description": "Set a different link ARIA label for this item." }, "icon": { "label": "Icon", "description": "Pick an alternative icon from the icon library.", "type": "icon", "enable": "!image" }, "image": { "label": "Image", "description": "Pick an alternative SVG image from the media manager.", "type": "image", "enable": "!icon" } } } } }, "menu-item": { "title": "Menu Item", "width": 400, "fields": { "image": { "label": "Image", "type": "image", "enable": "!icon" }, "icon": { "label": "Icon", "description": "Instead of using a custom image, you can click on the pencil to pick an icon from the icon library.", "type": "icon", "enable": "!image" }, "image_only": { "label": "Image and Title", "description": "Only show the image or icon.", "type": "checkbox", "text": "Hide title", "enable": "image || icon" }, "subtitle": { "label": "Subtitle", "description": "Enter a subtitle that will be displayed beneath the nav item.", "enable": "!((image || icon) && image_only)" }, "dropdown.columns": { "label": "Dropdown Columns", "description": "Split the dropdown into columns.", "type": "select", "default": 1, "options": { "1 Column": 1, "2 Columns": 2, "3 Columns": 3, "4 Columns": 4, "5 Columns": 5 }, "show": "this.panel.item.level == 0 && !content" }, "dropdown.stretch": { "label": "Dropdown Stretch", "description": "Stretch the dropdown to the width of the navbar or the navbar container.", "type": "select", "options": { "None": "", "Navbar": "navbar", "Navbar Container": "navbar-container" }, "show": "this.panel.item.level == 0" }, "dropdown.width": { "label": "Dropdown Width", "description": "Set the dropdown width in pixels (e.g. 600).", "show": "this.panel.item.level == 0", "enable": "!dropdown.justify" }, "dropdown.size": { "label": "Dropdown Padding", "type": "checkbox", "text": "Large padding", "show": "this.panel.item.level == 0" }, "dropdown.padding_remove_horizontal": { "type": "checkbox", "text": "Remove horizontal padding", "show": "this.panel.item.level == 0 && content" }, "dropdown.padding_remove_vertical": { "type": "checkbox", "text": "Remove vertical padding", "show": "this.panel.item.level == 0 && content" }, "dropdown.align": { "label": "Dropdown Alignment", "type": "select", "options": { "Default": "", "Left": "left", "Right": "right", "Center": "center" }, "show": "this.panel.item.level == 0", "enable": "!dropdown.justify" }, "dropdown.nav_style": { "label": "Dropdown Nav Style", "description": "Select the nav style.", "type": "select", "options": { "Default": "", "Secondary": "secondary" }, "show": "this.panel.item.level == 0 && !content" } } }, "menu-position": { "title": "Position", "width": 400, "fields": { "type": { "label": "Type", "description": "Select the menu type.", "type": "select", "options": { "Default": "", "Nav": "nav", "Subnav": "subnav", "Iconnav": "iconnav" } }, "divider": { "label": "Divider", "description": "Show optional dividers between nav or subnav items.", "type": "checkbox", "text": "Show dividers" }, "style": { "label": "Style", "description": "Select the nav style.", "type": "select", "options": { "Default": "default", "Primary": "primary", "Secondary": "secondary" }, "show": "$match(this.panel.position, '^dialog')" }, "size": { "label": "Primary Size", "description": "Select the primary nav size.", "type": "select", "options": { "Default": "", "Medium": "medium", "Large": "large", "X-Large": "xlarge" }, "show": "$match(this.panel.position, '^dialog')", "enable": "style == 'primary'" }, "_image_dimensions": { "type": "grid", "description": "Setting just one value preserves the original proportions. The image will be resized and cropped automatically, and where possible, high resolution images will be auto-generated.", "width": "1-2", "fields": { "image_width": { "label": "Image Width", "attrs": { "placeholder": "auto" } }, "image_height": { "label": "Image Height", "attrs": { "placeholder": "auto" } } } }, "image_svg_inline": { "label": "Inline SVG", "description": "Inject SVG images into the markup so they adopt the text color automatically.", "type": "checkbox", "text": "Make SVG stylable with CSS" }, "icon_width": { "label": "Icon Width", "description": "Set the icon width." }, "image_margin": { "label": "Image and Title", "type": "checkbox", "text": "Add margin between" }, "image_align": { "label": "Image Align", "type": "select", "options": { "Top": "top", "Center": "center" } } } }, "top": { "title": "Top", "width": 400, "fields": { "top.style": { "label": "Style", "type": "select", "options": { "Default": "default", "Muted": "muted", "Primary": "primary", "Secondary": "secondary" } }, "top.preserve_color": { "type": "checkbox", "text": "Preserve text color" }, "top.overlap": { "description": "Preserve the text color, for example when using cards. Section overlap is not supported by all styles and may have no visual effect.", "type": "checkbox", "text": "Overlap the following section" }, "top.image": { "label": "Image", "type": "image", "show": "!top.video" }, "top.video": { "label": "Video", "description": "Select a video file or enter a link from <a href=\"https://www.youtube.com\" target=\"_blank\">YouTube</a> or <a href=\"https://vimeo.com\" target=\"_blank\">Vimeo</a>.", "type": "video", "show": "!top.image" }, "top.media": { "type": "button-panel", "text": "Edit Settings", "panel": "top-media", "show": "top.image || top.video" }, "top.text_color": { "label": "Text Color", "description": "Force a light or dark color for text, buttons and controls on the image or video background.", "type": "select", "options": { "None": "", "Light": "light", "Dark": "dark" }, "enable": "top.image || top.video" }, "top.width": { "label": "Max Width", "description": "Set the maximum content width.", "type": "select", "options": { "Default": "default", "X-Small": "xsmall", "Small": "small", "Large": "large", "X-Large": "xlarge", "Expand": "expand", "None": "" } }, "top._height": { "label": "Height", "type": "grid", "width": "3-4,1-4", "gap": "small", "fields": [ { "name": "top.height", "type": "select", "options": { "None": "", "Viewport": "viewport", "Viewport (Subtract Next Section)": "section", "Expand Page to Viewport": "page" } }, { "name": "top.height_viewport", "type": "number", "attrs": { "placeholder": "100", "min": 0, "step": 10 }, "enable": "top.height == 'viewport'" } ] }, "top.height_offset_top": { "description": "Set a fixed height, and optionally subtract the header height to fill the first visible viewport. Alternatively, expand the height so the next section also fits the viewport, or on smaller pages to fill the viewport.", "type": "checkbox", "text": "Subtract height above section", "enable": "top.height == 'viewport' && (top.height_viewport || 0) <= 100 || top.height == 'section'" }, "top.vertical_align": { "label": "Vertical Alignment", "description": "Align the section content vertically, if the section height is larger than the content itself.", "type": "select", "options": { "Top": "", "Middle": "middle", "Bottom": "bottom" }, "enable": "top.height" }, "top.padding": { "label": "Padding", "description": "Set the vertical padding.", "type": "select", "options": { "Default": "", "X-Small": "xsmall", "Small": "small", "Large": "large", "X-Large": "xlarge", "None": "none" } }, "top.padding_remove_top": { "type": "checkbox", "text": "Remove top padding", "enable": "top.padding != 'none'" }, "top.padding_remove_bottom": { "type": "checkbox", "text": "Remove bottom padding", "enable": "top.padding != 'none'" }, "top.header_transparent": { "label": "Transparent Header", "type": "checkbox", "text": "Make header transparent" }, "top.header_transparent_noplaceholder": { "description": "Make the header transparent and overlay this section if it directly follows the header.", "type": "checkbox", "text": "Pull content behind header", "enable": "top.header_transparent" }, "top.header_transparent_text_color": { "label": "Header Text Color", "description": "Force a light or dark color for text, buttons and controls on the image or video background.", "type": "select", "options": { "None": "", "Light": "light", "Dark": "dark" }, "enable": "top.header_transparent" }, "top.column_gap": { "label": "Column Gap", "description": "Set the size of the gap between the grid columns.", "type": "select", "options": { "Small": "small", "Medium": "medium", "Default": "", "Large": "large", "None": "collapse" } }, "top.row_gap": { "label": "Row Gap", "description": "Set the size of the gap between the grid rows.", "type": "select", "options": { "Small": "small", "Medium": "medium", "Default": "", "Large": "large", "None": "collapse" } }, "top.divider": { "label": "Divider", "description": "Show a divider between grid columns.", "type": "checkbox", "text": "Show dividers", "enable": "top.column_gap != 'collapse' && top.row_gap != 'collapse'" }, "top.match": { "label": "Panels", "description": "Stretch the panel to match the height of the grid cell.", "type": "checkbox", "text": "Match height" }, "top.breakpoint": { "label": "Breakpoint", "description": "Set the breakpoint from which grid items will stack.", "type": "select", "options": { "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l", "X-Large (Large Screens)": "xl" } } } }, "top-media": { "title": "Image/Video", "width": 500, "fields": { "top._image_dimension": { "type": "grid", "description": "Set the width and height in pixels (e.g. 600). Setting just one value preserves the original proportions. The image will be resized and cropped automatically.", "width": "1-2", "fields": { "top.image_width": { "label": "Width", "type": "number", "attrs": { "placeholder": "auto" } }, "top.image_height": { "label": "Height", "type": "number", "attrs": { "placeholder": "auto" } } }, "show": "top.image && !top.video" }, "top._video_dimension": { "type": "grid", "description": "Set the video dimensions.", "width": "1-2", "fields": { "video_width": { "label": "Width" }, "video_height": { "label": "Height" } }, "show": "top.video && !top.image" }, "top.media_focal_point": { "label": "Focal Point", "description": "Set a focal point to adjust the image focus when cropping.", "type": "select", "options": { "Top Left": "top-left", "Top Center": "top-center", "Top Right": "top-right", "Center Left": "center-left", "Center Center": "", "Center Right": "center-right", "Bottom Left": "bottom-left", "Bottom Center": "bottom-center", "Bottom Right": "bottom-right" } }, "top.image_loading": { "label": "Loading", "description": "By default, images are loaded lazy. Enable eager loading for images in the initial viewport.", "type": "checkbox", "text": "Load image eagerly", "show": "top.image && !top.video" }, "top.image_size": { "label": "Image Size", "description": "Determine whether the image will fit the section dimensions by clipping it or by filling the empty areas with the background color.", "type": "select", "options": { "Auto": "", "Cover": "cover", "Contain": "contain", "Width 100%": "width-1-1", "Height 100%": "height-1-1" }, "show": "top.image && !top.video" }, "top.image_position": { "label": "Image Position", "description": "Set the initial background position, relative to the section layer.", "type": "select", "options": { "Top Left": "top-left", "Top Center": "top-center", "Top Right": "top-right", "Center Left": "center-left", "Center Center": "center-center", "Center Right": "center-right", "Bottom Left": "bottom-left", "Bottom Center": "bottom-center", "Bottom Right": "bottom-right" }, "show": "top.image && !top.video" }, "top.image_fixed": { "label": "Image Attachment", "text": "Fix the background with regard to the viewport.", "type": "checkbox", "show": "top.image && !top.video" }, "top.media_visibility": { "label": "Visibility", "description": "Display the image only on this device width and larger.", "type": "select", "options": { "Always": "", "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l", "X-Large (Large Screens)": "xl" } }, "top.media_background": { "label": "Background Color", "description": "Use the background color in combination with blend modes, a transparent image or to fill the area, if the image doesn't cover the whole section.", "type": "color" }, "top.media_blend_mode": { "label": "Blend Mode", "description": "Determine how the image or video will blend with the background color.", "type": "select", "options": { "Normal": "", "Multiply": "multiply", "Screen": "screen", "Overlay": "overlay", "Darken": "darken", "Lighten": "lighten", "Color-dodge": "color-dodge", "Color-burn": "color-burn", "Hard-light": "hard-light", "Soft-light": "soft-light", "Difference": "difference", "Exclusion": "exclusion", "Hue": "hue", "Saturation": "saturation", "Color": "color", "Luminosity": "luminosity" } }, "top.media_overlay": { "label": "Overlay Color", "description": "Set an additional transparent overlay to soften the image or video.", "type": "color" } } }, "sidebar": { "title": "Sidebar", "width": 400, "fields": { "main_sidebar.width": { "label": "Width", "description": "Set a sidebar width in percent and the content column will adjust accordingly. The width will not go below the Sidebar's min-width, which you can set in the Style section.", "type": "select", "options": { "20%": "1-5", "25%": "1-4", "33%": "1-3", "40%": "2-5", "50%": "1-2" } }, "main_sidebar.breakpoint": { "label": "Breakpoint", "description": "Set the breakpoint from which the sidebar and content will stack.", "type": "select", "options": { "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l" } }, "main_sidebar.first": { "label": "Order", "type": "checkbox", "text": "Move the sidebar to the left of the content" }, "main_sidebar.gutter": { "label": "Gap", "description": "Set the padding between sidebar and content.", "type": "select", "options": { "Default": "", "Small": "small", "Large": "large", "None": "collapse" } }, "main_sidebar.divider": { "label": "Divider", "type": "checkbox", "text": "Display a divider between sidebar and content" } } }, "bottom": { "title": "Bottom", "width": 400, "fields": { "bottom.style": { "label": "Style", "type": "select", "options": { "Default": "default", "Muted": "muted", "Primary": "primary", "Secondary": "secondary" } }, "bottom.preserve_color": { "type": "checkbox", "text": "Preserve text color" }, "bottom.overlap": { "description": "Preserve the text color, for example when using cards. Section overlap is not supported by all styles and may have no visual effect.", "type": "checkbox", "text": "Overlap the following section" }, "bottom.image": { "label": "Image", "type": "image", "show": "!bottom.video" }, "bottom.video": { "label": "Video", "description": "Select a video file or enter a link from <a href=\"https://www.youtube.com\" target=\"_blank\">YouTube</a> or <a href=\"https://vimeo.com\" target=\"_blank\">Vimeo</a>.", "type": "video", "show": "!bottom.image" }, "bottom.media": { "type": "button-panel", "text": "Edit Settings", "panel": "bottom-media", "show": "bottom.image || bottom.video" }, "bottom.text_color": { "label": "Text Color", "description": "Force a light or dark color for text, buttons and controls on the image or video background.", "type": "select", "options": { "None": "", "Light": "light", "Dark": "dark" }, "enable": "bottom.image || bottom.video" }, "bottom.width": { "label": "Max Width", "description": "Set the maximum content width.", "type": "select", "options": { "Default": "default", "X-Small": "xsmall", "Small": "small", "Large": "large", "X-Large": "xlarge", "Expand": "expand", "None": "" } }, "bottom._height": { "label": "Height", "description": "Set a fixed height. Alternatively, expand the height so the next section also fits the viewport, or on smaller pages to fill the viewport.", "type": "grid", "width": "3-4,1-4", "gap": "small", "fields": [ { "name": "bottom.height", "type": "select", "options": { "None": "", "Viewport": "viewport", "Viewport (Subtract Next Section)": "section", "Expand Page to Viewport": "page" } }, { "name": "bottom.height_viewport", "type": "number", "attrs": { "placeholder": "100", "min": 0, "step": 10 }, "enable": "bottom.height == 'viewport'" } ] }, "bottom.vertical_align": { "label": "Vertical Alignment", "description": "Align the section content vertically, if the section height is larger than the content itself.", "type": "select", "options": { "Top": "", "Middle": "middle", "Bottom": "bottom" }, "enable": "bottom.height" }, "bottom.padding": { "label": "Padding", "description": "Set the vertical padding.", "type": "select", "options": { "Default": "", "X-Small": "xsmall", "Small": "small", "Large": "large", "X-Large": "xlarge", "None": "none" } }, "bottom.padding_remove_top": { "type": "checkbox", "text": "Remove top padding", "enable": "bottom.padding != 'none'" }, "bottom.padding_remove_bottom": { "type": "checkbox", "text": "Remove bottom padding", "enable": "bottom.padding != 'none'" }, "bottom.column_gap": { "label": "Column Gap", "description": "Set the size of the gap between the grid columns.", "type": "select", "options": { "Small": "small", "Medium": "medium", "Default": "", "Large": "large", "None": "collapse" } }, "bottom.row_gap": { "label": "Row Gap", "description": "Set the size of the gap between the grid rows.", "type": "select", "options": { "Small": "small", "Medium": "medium", "Default": "", "Large": "large", "None": "collapse" } }, "bottom.divider": { "label": "Divider", "description": "Show a divider between grid columns.", "type": "checkbox", "text": "Show dividers", "enable": "bottom.column_gap != 'collapse' && bottom.row_gap != 'collapse'" }, "bottom.match": { "label": "Panels", "description": "Stretch the panel to match the height of the grid cell.", "type": "checkbox", "text": "Match height" }, "bottom.breakpoint": { "label": "Breakpoint", "description": "Set the breakpoint from which grid items will stack.", "type": "select", "options": { "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l", "X-Large (Large Screens)": "xl" } } } }, "bottom-media": { "title": "Image/Video", "width": 400, "fields": { "bottom._image_dimension": { "type": "grid", "description": "Set the width and height in pixels (e.g. 600). Setting just one value preserves the original proportions. The image will be resized and cropped automatically.", "width": "1-2", "fields": { "bottom.image_width": { "label": "Width", "type": "number", "attrs": { "placeholder": "auto" } }, "bottom.image_height": { "label": "Height", "type": "number", "attrs": { "placeholder": "auto" } } }, "show": "bottom.image && !bottom.video" }, "bottom._video_dimension": { "type": "grid", "description": "Set the video dimensions.", "width": "1-2", "fields": { "video_width": { "label": "Width" }, "video_height": { "label": "Height" } }, "show": "bottom.video && !bottom.image" }, "bottom.media_focal_point": { "label": "Focal Point", "description": "Set a focal point to adjust the image focus when cropping.", "type": "select", "options": { "Top Left": "top-left", "Top Center": "top-center", "Top Right": "top-right", "Center Left": "center-left", "Center Center": "", "Center Right": "center-right", "Bottom Left": "bottom-left", "Bottom Center": "bottom-center", "Bottom Right": "bottom-right" } }, "bottom.image_size": { "label": "Image Size", "description": "Determine whether the image will fit the section dimensions by clipping it or by filling the empty areas with the background color.", "type": "select", "options": { "Auto": "", "Cover": "cover", "Contain": "contain" }, "show": "bottom.image && !bottom.video" }, "bottom.image_position": { "label": "Image Position", "description": "Set the initial background position, relative to the section layer.", "type": "select", "options": { "Top Left": "top-left", "Top Center": "top-center", "Top Right": "top-right", "Center Left": "center-left", "Center Center": "center-center", "Center Right": "center-right", "Bottom Left": "bottom-left", "Bottom Center": "bottom-center", "Bottom Right": "bottom-right" }, "show": "bottom.image && !bottom.video" }, "bottom.image_fixed": { "label": "Image Attachment", "text": "Fix the background with regard to the viewport.", "type": "checkbox", "show": "bottom.image && !bottom.video" }, "bottom.media_visibility": { "label": "Visibility", "description": "Display the image only on this device width and larger.", "type": "select", "options": { "Always": "", "Small (Phone Landscape)": "s", "Medium (Tablet Landscape)": "m", "Large (Desktop)": "l", "X-Large (Large Screens)": "xl" } }, "bottom.media_background": { "label": "Background Color", "description": "Use the background color in combination with blend modes, a transparent image or to fill the area, if the image doesn't cover the whole section.", "type": "color" }, "bottom.media_blend_mode": { "label": "Blend Mode", "description": "Determine how the image or video will blend with the background color.", "type": "select", "options": { "Normal": "", "Multiply": "multiply", "Screen": "screen", "Overlay": "overlay", "Darken": "darken", "Lighten": "lighten", "Color-dodge": "color-dodge", "Color-burn": "color-burn", "Hard-light": "hard-light", "Soft-light": "soft-light", "Difference": "difference", "Exclusion": "exclusion", "Hue": "hue", "Saturation": "saturation", "Color": "color", "Luminosity": "luminosity" } }, "bottom.media_overlay": { "label": "Overlay Color", "description": "Set an additional transparent overlay to soften the image or video.", "type": "color" } } }, "footer-builder": { "title": "Builder", "heading": false, "width": 500 } } } assets/js/customizer.min.js 0000644 00000004235 15174433140 0012014 0 ustar 00 /*! YOOtheme Pro v4.5.33 | https://yootheme.com */ (function(){"use strict";if(document.baseURI!==document.URL&&window.navigator.userAgent.includes("Firefox")){const e=document.createElement("base");e.href=document.URL,document.head.prepend(e)}function a(e,o){o===void 0&&(o={});var t=o.insertAt;if(!(typeof document>"u")){var d=document.head||document.getElementsByTagName("head")[0],n=document.createElement("style");n.type="text/css",t==="top"&&d.firstChild?d.insertBefore(n,d.firstChild):d.appendChild(n),n.styleSheet?n.styleSheet.cssText=e:n.appendChild(document.createTextNode(e))}}var s=".yo-iconnav{display:flex;flex-wrap:wrap;list-style:none;margin:0 0 0 -8px;padding:0}.yo-iconnav>*{flex:none;padding-left:8px}.yo-iconnav>*>*{color:#fff;display:block}.yo-iconnav>*>:focus,.yo-iconnav>*>:hover{color:#fff;outline:none}.yo-hover{outline:2px solid #3696f3;position:absolute;z-index:99999}.yo-inspect:not(:empty){background:#fff;border-radius:2px;color:#777;font-size:11px;margin-left:-10px;margin-top:-50px;padding:3px 6px;position:absolute;text-transform:capitalize;z-index:99999}:has(>:is([class*=yo-builder-nav],[class*=yo-builder-button])){z-index:99999}[class*=yo-builder-nav]{border-radius:1px;padding:4px}.yo-builder-nav-section{background:#3dc372}.yo-builder-nav-row{background:#e44e56}.yo-builder-nav-element{background:#3696f3}[class*=yo-builder-button]{border-radius:500px;color:#fff!important;height:30px;text-decoration:none!important;width:30px}.yo-builder-button-section{background:#3dc372}.yo-builder-button-row{background:#e44e56}.yo-builder-button-element{background:#3696f3}";a(s);const i=[],r=new MutationObserver(e=>{for(const o of e)for(const t of o.addedNodes)t.nodeType===Node.ELEMENT_NODE&&t.hasAttribute("autofocus")&&(t.removeAttribute("autofocus"),i.push(t))});r.observe(document.documentElement,{childList:!0,subtree:!0}),document.addEventListener("DOMContentLoaded",()=>{i.forEach(e=>e.setAttribute("autofocus","")),r.disconnect()}),document.addEventListener("DOMContentLoaded",()=>{const e=new Set;for(const o of document.querySelectorAll("[id]")){const t=o.getAttribute("id");t&&e.has(t)?console.error(`Duplicate id attribute value "${t}" found.`):e.add(t)}})})(); assets/images/finder-list-file.svg 0000644 00000000715 15174433140 0013176 0 ustar 00 <svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> <circle fill="#C1C4C9" cx="15" cy="15" r="15" /> <polygon fill="#FFFFFF" points="21,22 9,22 9,12 9,8 21,8" /> <rect width="7" height="1" fill="#C1C4C9" x="11" y="12" /> <rect width="5" height="1" fill="#C1C4C9" x="11" y="14" /> <rect width="7" height="1" fill="#C1C4C9" x="11" y="16" /> <rect width="5" height="1" fill="#C1C4C9" x="11" y="18" /> </svg> assets/images/help.svg 0000644 00000000721 15174433140 0010766 0 ustar 00 <svg width="22" height="22" viewBox="0 0 22 22" xmlns="http://www.w3.org/2000/svg"> <circle class="uk-preserve" fill="#e5e5e5" cx="11" cy="11" r="11" /> <path fill="#898989" d="M11.59,15.43a.74.74,0,1,1-.74-.74A.74.74,0,0,1,11.59,15.43Zm-1-9.57A2.86,2.86,0,0,0,7.77,8.72a.53.53,0,0,0,1.06,0,1.8,1.8,0,1,1,2.75,1.52l-.11.07a2.3,2.3,0,0,0-1.15,2v.56a.53.53,0,0,0,.53.53.53.53,0,0,0,.53-.53V12.3a1.27,1.27,0,0,1,.6-1.07h0a2.86,2.86,0,0,0-1.36-5.37Z" /> </svg> assets/images/customizer/chevron-double-left.svg 0000644 00000000527 15174433140 0016112 0 ustar 00 <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="M5.5,11.5 L8.5,8.5" /> <path fill="none" stroke="#000" d="M5.5,11.5 L8.5,14.5" /> <path fill="none" stroke="#000" d="M9.5,11.5 L12.5,8.5" /> <path fill="none" stroke="#000" d="M9.5,11.5 L12.5,14.5" /> </svg> assets/images/customizer/drag.svg 0000644 00000000321 15174433140 0013153 0 ustar 00 <svg width="10" height="20" viewBox="0 0 10 20" xmlns="http://www.w3.org/2000/svg"> <rect width="1" height="18" fill="#000" x="4" y="1" /> <rect width="1" height="18" fill="#000" x="6" y="1" /> </svg> assets/images/customizer/chevron-double-right.svg 0000644 00000000531 15174433140 0016270 0 ustar 00 <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="M9.5,10.5 L6.5,7.5" /> <path fill="none" stroke="#000" d="M9.5,10.5 L6.5,13.5" /> <path fill="none" stroke="#000" d="M13.5,10.5 L10.5,7.5" /> <path fill="none" stroke="#000" d="M13.5,10.5 L10.5,13.5" /> </svg> assets/images/customizer/breadcrumb.svg 0000644 00000000370 15174433140 0014350 0 ustar 00 <svg width="16" height="14" viewBox="0 0 16 14" xmlns="http://www.w3.org/2000/svg"> <polyline fill="none" stroke="#000" stroke-width="2" points="6.66,12.32 1.5,6.66 6.66,1.5" /> <rect width="14" height="2" fill="#000" x="2" y="6" /> </svg> assets/images/mobile-dialog/dropbar-center.svg 0000644 00000001473 15174433140 0015456 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,20h62V88H2V20Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H65V89H1V1Z" /> <rect width="66" height="1" fill="#444" y="19" /> <circle fill="#444" cx="10.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="15.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="20.5" cy="80.5" r="1.5" /> <rect width="17" height="2" fill="#444" x="9" y="43" /> <rect width="17" height="2" fill="#444" x="9" y="53" /> <rect width="20" height="2" fill="#444" x="9" y="48" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> </svg> assets/images/mobile-dialog/offcanvas-center.svg 0000644 00000001476 15174433140 0015776 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M14,0h52V90H14V0Z" /> <circle fill="#444" cx="23.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="28.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="33.5" cy="80.5" r="1.5" /> <rect width="17" height="2" fill="#444" x="22" y="37" /> <rect width="17" height="2" fill="#444" x="22" y="47" /> <rect width="20" height="2" fill="#444" x="22" y="42" /> <rect width="1" height="90" fill="#444" x="14" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H65V89H1V1Z" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> </svg> assets/images/mobile-dialog/modal-top.svg 0000644 00000001403 15174433140 0014434 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M0,0H66V90H0V0Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H65V89H1V1Z" /> <circle fill="#444" cx="10.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="15.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="20.5" cy="80.5" r="1.5" /> <rect width="17" height="2" fill="#444" x="9" y="12" /> <rect width="17" height="2" fill="#444" x="9" y="22" /> <rect width="20" height="2" fill="#444" x="9" y="17" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> </svg> assets/images/mobile-dialog/offcanvas-top.svg 0000644 00000001476 15174433140 0015320 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M14,0h52V90H14V0Z" /> <circle fill="#444" cx="23.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="28.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="33.5" cy="80.5" r="1.5" /> <rect width="17" height="2" fill="#444" x="22" y="12" /> <rect width="17" height="2" fill="#444" x="22" y="22" /> <rect width="20" height="2" fill="#444" x="22" y="17" /> <rect width="1" height="90" fill="#444" x="14" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H65V89H1V1Z" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> </svg> assets/images/mobile-dialog/modal-center.svg 0000644 00000001403 15174433140 0015112 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M0,0H66V90H0V0Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H65V89H1V1Z" /> <circle fill="#444" cx="10.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="15.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="20.5" cy="80.5" r="1.5" /> <rect width="17" height="2" fill="#444" x="9" y="37" /> <rect width="17" height="2" fill="#444" x="9" y="47" /> <rect width="20" height="2" fill="#444" x="9" y="42" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> </svg> assets/images/mobile-dialog/dropbar-top.svg 0000644 00000001473 15174433140 0015000 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,20h62V88H2V20Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H65V89H1V1Z" /> <rect width="66" height="1" fill="#444" y="19" /> <circle fill="#444" cx="10.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="15.5" cy="80.5" r="1.5" /> <circle fill="#444" cx="20.5" cy="80.5" r="1.5" /> <rect width="17" height="2" fill="#444" x="9" y="30" /> <rect width="17" height="2" fill="#444" x="9" y="40" /> <rect width="20" height="2" fill="#444" x="9" y="35" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> </svg> assets/images/field-dynamic-arrow-left.svg 0000644 00000000360 15174433140 0014622 0 ustar 00 <svg width="13" height="9" viewBox="0 0 13 9" xmlns="http://www.w3.org/2000/svg"> <line fill="none" stroke="#000" x1="13" y1="4.5" x2="1" y2="4.5" /> <polyline fill="none" stroke="#000" points="4.55 .66 .71 4.5 4.55 8.34" /> </svg> assets/images/element-image-placeholder.png 0000644 00000002052 15174433140 0015013 0 ustar 00 �PNG IHDR � 7nTK !PLTE������www��̏��|||}}}��拋��������桘 tRNS�d�h� �IDATx�݁FQ����S�V`ѣ�=� ;,̾� HOZ��8�F97���p?�f�ؕ��� D@� D@� D@� D@� D@� D@� D@� D@� D@� D@�" D@�" D@�" D@�" D@�" D@�" D@�" D@�" D@�" D@�" @D@�" @D@�" @D@�" @D@�" @D@��r��r~ ���� @� @� @� yz^w䪵��@�\�������Xȿ��rR�C� d��a7�dnKG @��n��2���� ��Kc�N@�0(}� ��D� H-HP'2/@jA�%�e����D��>@ @�!?�HH0��R ��0��Ԁ����8���|�s���t���% 5 y ���<� �H�GH����4�< �<�.@�� )�R2l�� R���% @� @� ��<" @�� 9�>ۣc �A��c�_ A��A��AB� DB� DB"!B"!B�!�!��A��A�� DB� DB� !B"!B"!��AB� DB� DB"!B"!B�!�!��A��A�� DB� DB� !B"!B"!B�!�!��A��A�� DB� DB� !B"!B"!�!�!A��A��AB� DB� DB"!B"!B�!�!�!0skR2C� IEND�B`� assets/images/field-color-clear.svg 0000644 00000000364 15174433140 0013324 0 ustar 00 <svg width="30" height="30" preserveAspectRatio="none" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> <line fill="none" stroke="#D51C1C" stroke-width="2" x1="-1" y1="31" x2="31" y2="-1" vector-effect="non-scaling-stroke" /> </svg> assets/images/mobile-search/modal.svg 0000644 00000001556 15174433140 0013653 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M8,20h50v51H8V20Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1h64v88H1V1Z" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="52.5" y1="7.5" x2="58.5" y2="13.5" /> <line fill="none" stroke="#444" stroke-width="1.5" x1="58.5" y1="7.5" x2="52.5" y2="13.5" /> <circle fill="#444" cx="29.5" cy="56" r="1" /> <circle fill="#444" cx="33" cy="56" r="1" /> <circle fill="#444" cx="36.5" cy="56" r="1" /> <rect width="37" height="10" fill="none" stroke="#444" stroke-miterlimit="10" x="14.5" y="30.5" /> <line fill="none" stroke="#444" stroke-width="1.2" x1="17.5" y1="33" x2="17.5" y2="38" /> <rect width="51" height="52" fill="none" stroke="#444" stroke-miterlimit="10" x="7.5" y="19.5" /> </svg> assets/images/mobile-search/input-dropdown.svg 0000644 00000001400 15174433140 0015534 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M8,24h50v47H8V24Z" /> <path class="uk-preserve" fill="#fff" d="M22,6h36v9H22V6Z" /> <rect width="64" height="1" fill="#444" x="1" y="19" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1h64v88H1V1Z" /> <rect width="37" height="10" fill="none" stroke="#444" x="21.5" y="5.5" /> <line fill="none" stroke="#444" stroke-width="1.2" x1="24.5" y1="8" x2="24.5" y2="13" /> <rect width="51" height="48" fill="none" stroke="#444" x="7.5" y="23.5" /> <circle fill="#444" cx="29.5" cy="47.5" r="1" /> <circle fill="#444" cx="33" cy="47.5" r="1" /> <circle fill="#444" cx="36.5" cy="47.5" r="1" /> </svg> assets/images/mobile-search/dropdown.svg 0000644 00000001551 15174433140 0014406 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M8,24h50v47H8V24Z" /> <rect width="51" height="48" fill="none" stroke="#444" x="7.5" y="23.5" /> <rect width="64" height="1" fill="#444" x="1" y="19" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1h64v88H1V1Z" /> <circle fill="#444" cx="29.5" cy="56" r="1" /> <circle fill="#444" cx="33" cy="56" r="1" /> <circle fill="#444" cx="36.5" cy="56" r="1" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="52.5" cy="9.66" r="2.47" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M56.41,13.57l-1.96-1.96" /> <rect width="37" height="10" fill="none" stroke="#444" x="14.5" y="30.5" /> <line fill="none" stroke="#444" stroke-width="1.2" x1="17.5" y1="33" x2="17.5" y2="38" /> </svg> assets/images/mobile-search/input-dropbar.svg 0000644 00000001302 15174433140 0015332 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,20h62v68H2V20Z" /> <path class="uk-preserve" fill="#fff" d="M22,6h36v9H22V6Z" /> <rect width="64" height="1" fill="#444" x="1" y="19" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1h64v88H1V1Z" /> <rect width="37" height="10" fill="none" stroke="#444" stroke-miterlimit="10" x="21.5" y="5.5" /> <line fill="none" stroke="#444" stroke-width="1.2" x1="24.5" y1="8" x2="24.5" y2="13" /> <circle fill="#444" cx="29.5" cy="54" r="1" /> <circle fill="#444" cx="33" cy="54" r="1" /> <circle fill="#444" cx="36.5" cy="54" r="1" /> </svg> assets/images/mobile-search/dropbar.svg 0000644 00000001467 15174433140 0014211 0 ustar 00 <svg width="66" height="90" viewBox="0 0 66 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,20h62v68H2V20Z" /> <rect width="64" height="1" fill="#444" x="1" y="19" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1h64v88H1V1Z" /> <circle fill="#444" cx="29.5" cy="64.5" r="1" /> <circle fill="#444" cx="33" cy="64.5" r="1" /> <circle fill="#444" cx="36.5" cy="64.5" r="1" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="52.5" cy="9.66" r="2.47" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M56.41,13.57l-1.96-1.96" /> <rect width="37" height="10" fill="none" stroke="#444" stroke-miterlimit="10" x="14.5" y="30.5" /> <line fill="none" stroke="#444" stroke-width="1.2" x1="17.5" y1="33" x2="17.5" y2="38" /> </svg> assets/images/field-dynamic-arrow-right.svg 0000644 00000000353 15174433140 0015007 0 ustar 00 <svg width="13" height="9" viewBox="0 0 13 9" xmlns="http://www.w3.org/2000/svg"> <line fill="none" stroke="#000" y1="4.5" x2="12" y2="4.5" /> <polyline fill="none" stroke="#000" points="8.45 8.34 12.29 4.5 8.45 .66" /> </svg> assets/images/style-reset.svg 0000644 00000000214 15174433140 0012313 0 ustar 00 <svg width="5" height="5" viewBox="0 0 5 5" xmlns="http://www.w3.org/2000/svg"> <circle fill="#bbb" cx="2.5" cy="2.5" r="2.5" /> </svg> assets/images/field-color-transparent.svg 0000644 00000002073 15174433140 0014576 0 ustar 00 <svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"> <rect width="8" height="8" fill="#CCCCCC" x="0" y="0" /> <rect width="8" height="8" fill="#CCCCCC" x="16" y="0" /> <rect width="8" height="8" fill="#CCCCCC" x="0" y="16" /> <rect width="8" height="8" fill="#CCCCCC" x="16" y="16" /> <rect width="8" height="8" fill="#CCCCCC" x="8" y="8" /> <rect width="8" height="8" fill="#CCCCCC" x="24" y="8" /> <rect width="8" height="8" fill="#CCCCCC" x="8" y="24" /> <rect width="8" height="8" fill="#CCCCCC" x="24" y="24" /> <rect width="8" height="8" fill="#FFFFFF" x="8" y="0" /> <rect width="8" height="8" fill="#FFFFFF" x="0" y="8" /> <rect width="8" height="8" fill="#FFFFFF" x="16" y="8" /> <rect width="8" height="8" fill="#FFFFFF" x="8" y="16" /> <rect width="8" height="8" fill="#FFFFFF" x="24" y="0" /> <rect width="8" height="8" fill="#FFFFFF" x="24" y="16" /> <rect width="8" height="8" fill="#FFFFFF" x="0" y="24" /> <rect width="8" height="8" fill="#FFFFFF" x="16" y="24" /> </svg> assets/images/header/stacked-center-split-b.svg 0000644 00000001375 15174433140 0015540 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,2H128V33H2Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H129V89H1Z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="64.1" cy="21.8" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M68.7,26.4l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="33" /> <rect width="18" height="3" fill="#444" x="56" y="11" /> <rect width="8" height="2" fill="#444" x="101" y="12" /> <rect width="8" height="2" fill="#444" x="113" y="12" /> <rect width="8" height="2" fill="#444" x="9" y="12" /> <rect width="8" height="2" fill="#444" x="21" y="12" /> </svg> assets/images/header/stacked-center-c.svg 0000644 00000001552 15174433140 0014405 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,2H128V34H2Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H129V89H1Z" /> <rect width="17" height="3" fill="#444" x="56.5" y="12" /> <rect width="8" height="2" fill="#444" x="61" y="22" /> <rect width="8" height="2" fill="#444" x="73" y="22" /> <rect width="8" height="2" fill="#444" x="49" y="22" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="12.9" cy="12.9" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M17.5,17.5l-2.3-2.3" /> <circle fill="#444" cx="108.5" cy="13.5" r="1.5" /> <circle fill="#444" cx="113.5" cy="13.5" r="1.5" /> <circle fill="#444" cx="118.5" cy="13.5" r="1.5" /> <rect width="129" height="1" fill="#444" x="1" y="33" /> </svg> assets/images/header/horizontal-justify.svg 0000644 00000001304 15174433140 0015150 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,2h126V25H2V2Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H129V89H1V1Z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2,18l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="25" /> <rect width="17" height="3" fill="#444" x="10" y="12" /> <rect width="8" height="2" fill="#444" x="66" y="13" /> <rect width="8" height="2" fill="#444" x="89" y="13" /> <rect width="8" height="2" fill="#444" x="42" y="13" /> </svg> assets/images/header/stacked-justify.svg 0000644 00000001475 15174433140 0014406 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2,2h126v31H2V2Z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1,1H129V89H1V1Z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2,18l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="33" /> <rect width="17" height="3" fill="#444" x="10" y="12" /> <rect width="8" height="2" fill="#444" x="35" y="22" /> <rect width="8" height="2" fill="#444" x="87" y="22" /> <rect width="8" height="2" fill="#444" x="61" y="22" /> <rect width="8" height="2" fill="#444" x="112" y="22" /> <rect width="8" height="2" fill="#444" x="10" y="22" /> </svg> assets/images/header/horizontal-center.svg 0000644 00000001300 15174433140 0014727 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v23H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2 18l-2.3-2.3" /> <rect width="17" height="3" fill="#444" x="10" y="12" /> <rect width="129" height="1" fill="#444" x="1" y="25" /> <rect width="8" height="2" fill="#444" x="66" y="13" /> <rect width="8" height="2" fill="#444" x="78" y="13" /> <rect width="8" height="2" fill="#444" x="54" y="13" /> </svg> assets/images/header/stacked-center-b.svg 0000644 00000001302 15174433140 0014375 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v40H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="64.1" cy="27.6" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M68.7 32.2l-2.3-2.3" /> <rect width="17" height="3" fill="#444" x="56.5" y="12" /> <rect width="129" height="1" fill="#444" x="1" y="42" /> <rect width="8" height="2" fill="#444" x="61" y="19" /> <rect width="8" height="2" fill="#444" x="73" y="19" /> <rect width="8" height="2" fill="#444" x="49" y="19" /> </svg> assets/images/header/horizontal-left.svg 0000644 00000001300 15174433140 0014401 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v23H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2 18l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="25" /> <rect width="17" height="3" fill="#444" x="10" y="12" /> <rect width="8" height="2" fill="#444" x="45" y="13" /> <rect width="8" height="2" fill="#444" x="57" y="13" /> <rect width="8" height="2" fill="#444" x="33" y="13" /> </svg> assets/images/header/stacked-center-a.svg 0000644 00000001310 15174433140 0014373 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v40H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="64.1" cy="21.2" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M68.7 25.8l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="42" /> <rect width="17" height="3" fill="#444" x="56.5" y="12" /> <rect width="8" height="2" fill="#444" x="61" y="29.9" /> <rect width="8" height="2" fill="#444" x="73" y="29.9" /> <rect width="8" height="2" fill="#444" x="49" y="29.9" /> </svg> assets/images/header/horizontal-right.svg 0000644 00000001300 15174433140 0014564 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v23H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2 18l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="25" /> <rect width="17" height="3" fill="#444" x="10" y="12" /> <rect width="8" height="2" fill="#444" x="85" y="13" /> <rect width="8" height="2" fill="#444" x="97" y="13" /> <rect width="8" height="2" fill="#444" x="73" y="13" /> </svg> assets/images/header/stacked-center-split-a.svg 0000644 00000001374 15174433140 0015536 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v31H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="64.1" cy="21.8" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M68.7 26.4l-2.3-2.3" /> <rect width="129" height="1" fill="#444" x="1" y="33" /> <rect width="18" height="3" fill="#444" x="56" y="11" /> <rect width="8" height="2" fill="#444" x="81" y="12" /> <rect width="8" height="2" fill="#444" x="93" y="12" /> <rect width="8" height="2" fill="#444" x="29" y="12" /> <rect width="8" height="2" fill="#444" x="41" y="12" /> </svg> assets/images/header/stacked-left.svg 0000644 00000001550 15174433140 0013635 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v31H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2 18l-2.3-2.3" /> <circle fill="#444" cx="108.5" cy="22.5" r="1.5" /> <circle fill="#444" cx="113.5" cy="22.5" r="1.5" /> <circle fill="#444" cx="118.5" cy="22.5" r="1.5" /> <rect width="129" height="1" fill="#444" x="1" y="33" /> <rect width="17" height="3" fill="#444" x="10" y="12" /> <rect width="8" height="2" fill="#444" x="22" y="22" /> <rect width="8" height="2" fill="#444" x="34" y="22" /> <rect width="8" height="2" fill="#444" x="10" y="22" /> </svg> assets/images/header/horizontal-center-logo.svg 0000644 00000001277 15174433140 0015702 0 ustar 00 <svg width="130" height="90" viewBox="0 0 130 90" xmlns="http://www.w3.org/2000/svg"> <path class="uk-preserve" fill="#fff" d="M2 2h126v23H2z" /> <path fill="none" stroke="#444" stroke-width="2" d="M1 1h128v88H1z" /> <circle fill="none" stroke="#444" stroke-width="1.2" cx="115.6" cy="13.4" r="2.9" /> <path fill="none" stroke="#444" stroke-width="1.2" d="M120.2 18l-2.3-2.3" /> <rect width="17" height="3" fill="#444" x="60" y="11" /> <rect width="129" height="1" fill="#444" x="0" y="24" /> <rect width="8" height="2" fill="#444" x="21" y="12" /> <rect width="8" height="2" fill="#444" x="33" y="12" /> <rect width="8" height="2" fill="#444" x="9" y="12" /> </svg> assets/images/builder/hidden-s.svg 0000644 00000001015 15174433141 0013155 0 ustar 00 <svg width="15" height="12" viewBox="0 0 15 12" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="12 8 12 9 15 9 15 12 11 12 11 11 14 11 14 10 11 10 11 7 15 7 15 8 12 8" /> <line fill="none" stroke="#000" x1="10.79" y1="0.42" x2="2.79" y2="10.42" /> <path fill="#000" d="M13.25,5.21c-.1-.16-2.4-3.92-6.56-3.92S.21,5.06.12,5.22L0,5.47l.14.25c.09.16,2.28,3.93,6.57,3.93A6.74,6.74,0,0,0,9,9.24V8.16a5.67,5.67,0,0,1-2.31.49A7,7,0,0,1,1.15,5.47,7,7,0,0,1,6.69,2.29c3,0,5,2.38,5.53,3.18H13.4Z" /> </svg> assets/images/builder/contain-l.svg 0000644 00000000253 15174433141 0013351 0 ustar 00 <svg width="3" height="12" viewBox="0 0 3 12" xmlns="http://www.w3.org/2000/svg"> <polyline fill="none" stroke="#000" points="2.5 11.5 .5 11.5 .5 .5 2.5 .5" /> </svg> assets/images/builder/visible-m.svg 0000644 00000001006 15174433141 0013351 0 ustar 00 <svg width="15" height="11" viewBox="0 0 15 11" xmlns="http://www.w3.org/2000/svg"> <circle fill="#000" cx="6.69" cy="4.5" r="1.45" /> <polygon fill="#000" points="15 6 15 11 14 11 14 7.38 12.5 9.71 11 7.38 11 11 10 11 10 6 11.15 6 12.5 8.14 13.85 6 15 6" /> <path fill="#000" d="M13.24,4.21C13.15,4.05,10.85.29,6.68.29S.21,4.06.12,4.22L0,4.47l.14.25c.09.16,2.27,3.93,6.56,3.93A6.87,6.87,0,0,0,8,8.52v-1a5.61,5.61,0,0,1-1.32.16A7,7,0,0,1,1.14,4.47,7,7,0,0,1,6.68,1.29c3,0,5,2.38,5.53,3.18H13.4Z" /> </svg> assets/images/builder/copy.svg 0000644 00000000411 15174433141 0012433 0 ustar 00 <svg width="12" height="14" viewBox="0 0 12 14" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="3 2 11 2 11 11 12 11 12 1 3 1" /> <path fill="#000" d="M9,4 L9,13 L1,13 L1,4 L9,4 L9,4 Z M10,3 L0,3 L0,14 L10,14 L10,3 L10,3 L10,3 Z" /> </svg> assets/images/builder/save.svg 0000644 00000000555 15174433141 0012430 0 ustar 00 <svg width="12" height="14" viewBox="0 0 12 14" xmlns="http://www.w3.org/2000/svg"> <rect width="1" height="9" fill="#000" x="5" y="1" /> <polygon fill="#000" points="8.3 4.24 4.8 0.71 5.5 0 9 3.54" /> <polygon fill="#000" points="2 3.54 4.8 0.71 5.5 1.41 2.7 4.24" /> <polygon fill="#000" points="1 13 10 13 10 5 11 5 11 14 0 14 0 5 1 5" /> </svg> assets/images/builder/visible-l.svg 0000644 00000000723 15174433141 0013355 0 ustar 00 <svg width="14" height="11" viewBox="0 0 14 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="13 10 13 11 10 11 10 6 11 6 11 10 13 10" /> <path fill="#000" d="M13.24,4.21C13.15,4.05,10.85.29,6.68.29S.21,4.06.12,4.22L0,4.47l.14.25c.09.16,2.27,3.93,6.56,3.93A6.87,6.87,0,0,0,8,8.52v-1a5.61,5.61,0,0,1-1.32.16A7,7,0,0,1,1.14,4.47,7,7,0,0,1,6.68,1.29c3,0,5,2.38,5.53,3.18H13.4Z" /> <circle fill="#000" cx="6.69" cy="4.5" r="1.45" /> </svg> assets/images/builder/edit.svg 0000644 00000000637 15174433141 0012420 0 ustar 00 <svg width="12" height="14" viewBox="0 0 12 14" xmlns="http://www.w3.org/2000/svg"> <path fill="#000" d="M10.01,4.49 L10.66,5.14 L11.62,4.19 C12.13,3.68 12.13,2.89 11.62,2.38 C11.36,2.13 11.03,2 10.69,2 C10.36,2 10.04,2.13 9.78,2.38 L8.84,3.33 L9.49,3.98 L10.01,4.49 L10.01,4.49 Z" /> <polygon fill="#000" points="9.28 5.21 1.42 13 1 13 1 12.55 8.78 4.71 8.12 4.05 0 12.19 0 14 1.78 14 9.94 5.87" /> </svg> assets/images/builder/element-ad.svg 0000644 00000000633 15174433141 0013502 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="1 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 11" /> <path fill="#000" d="m9.3,6h-2.3v5h2.3c.9,0,1.7-.8,1.7-1.7v-1.6c0-.9-.8-1.7-1.7-1.7Zm.7,3.3c0,.4-.3.7-.7.7h-1.3v-3h1.3c.4,0,.7.3.7.7v1.6Z" /> <path fill="#000" d="m5.4,6h-2.4l-1,5h1l.2-1h2.1l.2,1h1l-1.1-5Zm-2,3l.4-2h.8l.4,2h-1.6Z" /> </svg> assets/images/builder/dynamic-field.svg 0000644 00000000562 15174433141 0014175 0 ustar 00 <svg width="10" height="11" viewBox="0 0 10 11" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="M5,4.5c3,0,4.5-.84,4.5-2S8,.5,5,.5.5,1.34.5,2.5,2,4.5,5,4.5Z" /> <path fill="none" stroke="#000" d="M9.5,5C9.5,6.16,8,7.5,5,7.5S.5,6.65.5,5.5" /> <path fill="none" stroke="#000" d="M9.5,2.5v5c0,1.74-.36,3-4.5,3S.5,9.23.5,7.5v-5" /> </svg> assets/images/builder/hidden-xl.svg 0000644 00000001125 15174433141 0013340 0 ustar 00 <svg width="17" height="12" viewBox="0 0 17 12" xmlns="http://www.w3.org/2000/svg"> <line fill="none" stroke="#000" x1="10.79" y1="0.42" x2="2.79" y2="10.42" /> <polygon fill="#000" points="17 11 17 12 14 12 14 7 15 7 15 11 17 11" /> <polygon fill="#000" points="13 12 11.92 12 10.5 10.17 9.09 12 8 12 9.96 9.46 8.07 7 9.16 7 10.5 8.75 11.86 7 12.94 7 11.05 9.46 13 12" /> <path fill="#000" d="M13.24,5.21c-.09-.16-2.39-3.92-6.56-3.92S.21,5.06.12,5.22L0,5.47l.14.25c.09.16,2.27,3.93,6.56,3.93H7v-1H6.68A7,7,0,0,1,1.14,5.47,7,7,0,0,1,6.68,2.29c3,0,5,2.38,5.53,3.18H13.4Z" /> </svg> assets/images/builder/dynamic-p.svg 0000644 00000000711 15174433141 0013345 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="m5,4.5c3,0,4.5-.8,4.5-2S8,.5,5,.5.5,1.3.5,2.5s1.5,2,4.5,2Z" /> <path fill="none" stroke="#000" d="m.5,5.5c0,1.2,1.5,2,4.5,2h.5" /> <path fill="none" stroke="#000" d="m.5,2.5v5c0,1.7.4,3,4.5,3h.5" /> <path fill="none" stroke="#000" d="m9.5,2.5v2" /> <path fill="none" stroke="#000" d="m7.5,11v-4.5h3v2.57h-3" /> </svg> assets/images/builder/add.svg 0000644 00000000317 15174433141 0012216 0 ustar 00 <svg width="13" height="13" viewBox="0 0 13 13" xmlns="http://www.w3.org/2000/svg"> <rect width="9" height="1" fill="#000" x="2" y="6" /> <rect width="1" height="9" fill="#000" x="6" y="2" /> </svg> assets/images/builder/add-left.svg 0000644 00000000676 15174433141 0013156 0 ustar 00 <svg width="18" height="15" viewBox="0 0 18 15" xmlns="http://www.w3.org/2000/svg"> <path fill="#000" d="M2.167,2.197c2.89-2.929,7.575-2.929,10.464,0l4.813,4.878c0.23,0.234,0.232,0.614,0,0.85l-4.813,4.878 c-2.89,2.93-7.575,2.93-10.464,0C-0.723,9.875-0.723,5.125,2.167,2.197z" /> <rect class="uk-preserve" width="9" height="1" fill="#fff" x="3" y="7" /> <rect class="uk-preserve" width="1" height="9" fill="#fff" x="7" y="3" /> </svg> assets/images/builder/empty.svg 0000644 00000000327 15174433141 0012625 0 ustar 00 <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <rect width="1" height="17" fill="#a0a0a0" x="9" y="1" /> <rect width="17" height="1" fill="#a0a0a0" x="1" y="9" /> </svg> assets/images/builder/delete.svg 0000644 00000000735 15174433141 0012734 0 ustar 00 <svg width="12" height="14" viewBox="0 0 12 14" xmlns="http://www.w3.org/2000/svg"> <rect width="5" height="1" fill="#000" x="3" y="0" /> <rect width="11" height="1" fill="#000" x="0" y="2" /> <path fill="#000" d="M9,3 L9,13 L2,13 L2,3 L9,3 L9,3 Z M10,2 L9,2 L2,2 L1,2 L1,3 L1,13 L1,14 L2,14 L9,14 L10,14 L10,13 L10,3 L10,2 L10,2 L10,2 Z" /> <rect width="1" height="5" fill="#000" x="4" y="6" /> <rect width="1" height="5" fill="#000" x="6" y="6" /> </svg> assets/images/builder/disabled.svg 0000644 00000000353 15174433141 0013235 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <line fill="none" stroke="#000" x1="8.58" y1="1.61" x2="2.44" y2="9.57" /> <circle fill="none" stroke="#000" cx="5.5" cy="5.6" r="5" /> </svg> assets/images/builder/element-h.svg 0000644 00000000427 15174433141 0013346 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="5 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 10 5 10 5 11" /> <polygon fill="#000" points="11 6 11 11 10 11 10 9 8 9 8 11 7 11 7 6 8 6 8 8 10 8 10 6 11 6" /> </svg> assets/images/builder/hidden-m.svg 0000644 00000001042 15174433141 0013147 0 ustar 00 <svg width="15" height="12" viewBox="0 0 15 12" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="15 7 15 12 14 12 14 8.38 12.5 10.71 11 8.38 11 12 10 12 10 7 11.15 7 12.5 9.14 13.85 7 15 7" /> <line fill="none" stroke="#000" x1="10.79" y1="0.42" x2="2.79" y2="10.42" /> <path fill="#000" d="M13.24,5.21c-.09-.16-2.39-3.92-6.56-3.92S.21,5.06.12,5.22L0,5.47l.14.25c.09.16,2.27,3.93,6.56,3.93A6.87,6.87,0,0,0,8,9.52v-1a5.61,5.61,0,0,1-1.32.16A7,7,0,0,1,1.14,5.47,7,7,0,0,1,6.68,2.29c3,0,5,2.38,5.53,3.18H13.4Z" /> </svg> assets/images/builder/contain-r.svg 0000644 00000000253 15174433141 0013357 0 ustar 00 <svg width="3" height="12" viewBox="0 0 3 12" xmlns="http://www.w3.org/2000/svg"> <polyline fill="none" stroke="#000" points=".5 .5 2.5 .5 2.5 11.5 .5 11.5" /> </svg> assets/images/builder/element-a.svg 0000644 00000000423 15174433141 0013333 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="5 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 10 5 10 5 11" /> <path fill="#000" d="m9.9,6h-2.4l-1,5h1l.2-1h2.1l.2,1h1l-1.1-5Zm-2,3l.4-2h.8l.4,2h-1.6Z" /> </svg> assets/images/builder/visible-s.svg 0000644 00000000761 15174433141 0013366 0 ustar 00 <svg width="15" height="11" viewBox="0 0 15 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="12 7 12 8 15 8 15 11 11 11 11 10 14 10 14 9 11 9 11 6 15 6 15 7 12 7" /> <path fill="#000" d="M13.25,4.21c-.1-.16-2.4-3.92-6.56-3.92S.21,4.06.12,4.22L0,4.47l.14.25c.09.16,2.28,3.93,6.57,3.93A6.74,6.74,0,0,0,9,8.24V7.16a5.67,5.67,0,0,1-2.31.49A7,7,0,0,1,1.15,4.47,7,7,0,0,1,6.69,1.29c3,0,5,2.38,5.53,3.18H13.4Z" /> <circle fill="#000" cx="6.69" cy="4.5" r="1.45" /> </svg> assets/images/builder/element-f.svg 0000644 00000000412 15174433141 0013336 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="5 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 10 5 10 5 11" /> <polygon fill="#000" points="8 7 8 8 10 8 10 9 8 9 8 11 7 11 7 6 11 6 11 7 8 7" /> </svg> assets/images/builder/dynamic.svg 0000644 00000000562 15174433141 0013114 0 ustar 00 <svg width="10" height="11" viewBox="0 0 10 11" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="M5,4.5c3,0,4.5-.84,4.5-2S8,.5,5,.5.5,1.34.5,2.5,2,4.5,5,4.5Z" /> <path fill="none" stroke="#000" d="M9.5,5C9.5,6.16,8,7.5,5,7.5S.5,6.65.5,5.5" /> <path fill="none" stroke="#000" d="M9.5,2.5v5c0,1.74-.36,3-4.5,3S.5,9.23.5,7.5v-5" /> </svg> assets/images/builder/element-s.svg 0000644 00000000426 15174433141 0013360 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="5 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 10 5 10 5 11" /> <polygon fill="#000" points="8 7 8 8 11 8 11 11 7 11 7 10 10 10 10 9 7 9 7 6 11 6 11 7 8 7" /> </svg> assets/images/builder/positioned.svg 0000644 00000000636 15174433141 0013647 0 ustar 00 <svg width="11" height="13" viewBox="0 0 11 13" xmlns="http://www.w3.org/2000/svg"> <rect width="10" height="1" fill="#000" x="0.5" y="8" /> <path fill="#000" d="M8,8 L3,8 L3,2 L8,2 L8,8 Z M8.22222222,1 L2.77777778,1 L2,1 L2,1.58333333 L2,7.41666667 L2,8 L2.77777778,8 L8.22222222,8 L9,8 L9,7.41666667 L9,1.58333333 L9,1 L8.22222222,1 Z" /> <rect width="1" height="4" fill="#000" x="5" y="9" /> </svg> assets/images/builder/add-right.svg 0000644 00000000706 15174433141 0013333 0 ustar 00 <svg width="18" height="15" viewBox="0 0 18 15" xmlns="http://www.w3.org/2000/svg"> <path fill="#000" d="M15.832,12.803c-2.891,2.93-7.575,2.93-10.465,0L0.554,7.925c-0.231-0.234-0.233-0.614,0-0.85l4.813-4.878 c2.89-2.929,7.574-2.929,10.465,0C18.722,5.125,18.722,9.875,15.832,12.803z" /> <rect class="uk-preserve" width="9" height="1" fill="#fff" x="6" y="7" /> <rect class="uk-preserve" width="1" height="9" fill="#fff" x="10" y="3" /> </svg> assets/images/builder/undefined-small.svg 0000644 00000000660 15174433141 0014536 0 ustar 00 <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <circle fill="none" stroke="#000" stroke-width="1.1" cx="10" cy="10" r="9" /> <circle cx="10.44" cy="14.42" r="1.05" /> <path fill="none" stroke="#000" stroke-width="1.2" d="M8.17,7.79 C8.17,4.75 12.72,4.73 12.72,7.72 C12.72,8.67 11.81,9.15 11.23,9.75 C10.75,10.24 10.51,10.73 10.45,11.4 C10.44,11.53 10.43,11.64 10.43,11.75" /> </svg> assets/images/builder/element-hg.svg 0000644 00000000551 15174433141 0013513 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="1 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 11" /> <polygon fill="#000" points="6 6 6 11 5 11 5 9 3 9 3 11 2 11 2 6 3 6 3 8 5 8 5 6 6 6" /> <polygon fill="#000" points="8 7 8 10 10 10 10 9 9 9 9 8 11 8 11 11 7 11 7 6 11 6 11 7 8 7" /> </svg> assets/images/builder/undefined-large.svg 0000644 00000001004 15174433141 0014511 0 ustar 00 <svg width="30" height="30" viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"> <circle fill="none" stroke="#000" stroke-width="2" cx="15" cy="15" r="13" /> <circle fill="none" stroke="#000" stroke-width="2" cx="15" cy="15" r="13" /> <circle cx="14.635" cy="21.385" r="1.517" /> <path fill="none" stroke="#000" stroke-width="2.2" d="M11.356,11.808c0-4.391,6.573-4.419,6.573-0.1 c0,1.371-1.314,2.064-2.152,2.931c-0.694,0.708-1.041,1.416-1.127,2.384c-0.016,0.187-0.029,0.348-0.029,0.505" /> </svg> assets/images/builder/dynamic-n.svg 0000644 00000000750 15174433141 0013346 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="m5,4.5c3,0,4.5-.8,4.5-2S8,.5,5,.5.5,1.3.5,2.5s1.5,2,4.5,2Z" /> <path fill="none" stroke="#000" d="m.5,5.5c0,1.2,1.5,2,4.5,2h.5" /> <path fill="none" stroke="#000" d="m.5,2.5v5c0,1.7.4,3,4.5,3h.5" /> <path fill="none" stroke="#000" d="m9.5,2.5v2" /> <polygon fill="#000" points="11 6 11 11 10 11 8 7.67 8 11 7 11 7 6 8 6 10 9.33 10 6 11 6" /> </svg> assets/images/builder/element-as.svg 0000644 00000000554 15174433141 0013523 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="8 7 8 8 11 8 11 11 7 11 7 10 10 10 10 9 7 9 7 6 11 6 11 7 8 7" /> <polygon fill="#000" points="1 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 11" /> <path fill="#000" d="m5.4,6h-2.4l-1,5h1l.2-1h2.1l.2,1h1l-1.1-5Zm-2,3l.4-2h.8l.4,2h-1.6Z" /> </svg> assets/images/builder/scroll-to.svg 0000644 00000000633 15174433141 0013405 0 ustar 00 <svg width="14" height="14" viewBox="0 0 14 14" xmlns="http://www.w3.org/2000/svg"> <circle fill="none" stroke="#000" cx="7" cy="7" r="5.38" /> <line fill="none" stroke="#000" x1="7" x2="7" y2="5" /> <line fill="none" stroke="#000" x1="7" y1="9" x2="7" y2="14" /> <line fill="none" stroke="#000" y1="7" x2="5" y2="7" /> <line fill="none" stroke="#000" x1="9" y1="7" x2="14" y2="7" /> </svg> assets/images/builder/dynamic-p-n.svg 0000644 00000000755 15174433141 0013610 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <path fill="none" stroke="#000" d="m5,4.5c3,0,4.5-.8,4.5-2S8,.5,5,.5.5,1.3.5,2.5s1.5,2,4.5,2Z" /> <path fill="#000" d="m0,2.5h1v7.6c-.78-.6-1-1.49-1-2.6V2.5Z" /> <path fill="none" stroke="#000" d="m9.5,2.5v2" /> <polygon fill="#000" points="11 6 11 11 10 11 8 7.67 8 11 7 11 7 6 8 6 10 9.33 10 6 11 6" /> <path fill="#000" d="m3,11h-1v-5h4v3.57h-3v1.43Zm0-2.43h2v-1.57h-2v1.57Z" /> </svg> assets/images/builder/visible-xl.svg 0000644 00000001122 15174433141 0013537 0 ustar 00 <svg width="17" height="11" viewBox="0 0 17 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="17 10 17 11 14 11 14 6 15 6 15 10 17 10" /> <polygon fill="#000" points="13 11.04 11.92 11.04 10.5 9.21 9.09 11.04 8 11.04 9.96 8.5 8.07 6.04 9.16 6.04 10.5 7.79 11.86 6.04 12.94 6.04 11.05 8.5 13 11.04" /> <path fill="#000" d="M13.24,4.21C13.15,4.05,10.85.29,6.68.29S.21,4.06.12,4.22L0,4.47l.14.25c.09.16,2.27,3.93,6.56,3.93H7v-1H6.68A7,7,0,0,1,1.14,4.47,7,7,0,0,1,6.68,1.29c3,0,5,2.38,5.53,3.18H13.4Z" /> <circle fill="#000" cx="6.69" cy="4.5" r="1.45" /> </svg> assets/images/builder/hidden-l.svg 0000644 00000000756 15174433141 0013161 0 ustar 00 <svg width="14" height="12" viewBox="0 0 14 12" xmlns="http://www.w3.org/2000/svg"> <line fill="none" stroke="#000" x1="10.79" y1="0.42" x2="2.79" y2="10.42" /> <polygon fill="#000" points="13 11 13 12 10 12 10 7 11 7 11 11 13 11" /> <path fill="#000" d="M13.24,5.21c-.09-.16-2.39-3.92-6.56-3.92S.21,5.06.12,5.22L0,5.47l.14.25c.09.16,2.27,3.93,6.56,3.93A6.87,6.87,0,0,0,8,9.52v-1a5.61,5.61,0,0,1-1.32.16A7,7,0,0,1,1.14,5.47,7,7,0,0,1,6.68,2.29c3,0,5,2.38,5.53,3.18H13.4Z" /> </svg> assets/images/builder/element-n.svg 0000644 00000000422 15174433141 0013347 0 ustar 00 <svg width="11" height="11" viewBox="0 0 11 11" xmlns="http://www.w3.org/2000/svg"> <polygon fill="#000" points="5 11 0 11 0 0 10 0 10 4 9 4 9 1 1 1 1 10 5 10 5 11" /> <polygon fill="#000" points="11 6 11 11 10 11 8 7.7 8 11 7 11 7 6 8 6 10 9.3 10 6 11 6" /> </svg> assets/images/style-library-placeholder.png 0000644 00000020757 15174433141 0015121 0 ustar 00 �PNG IHDR � � >_� tEXtSoftware Adobe ImageReadyq�e<