Plugin Tabs noticias

This commit is contained in:
root
2026-04-14 13:50:04 -06:00
parent 299099d006
commit 19d08e5694
2334 changed files with 628926 additions and 113 deletions

View File

@@ -0,0 +1,298 @@
<?php
/*
Name: Accordion
Slug: accordion
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-accordion-';
return array(
array(
'label' => '$accordion-padding-y',
'name' => $slug . 'accordion-padding-y',
'variable' => '$accordion-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-padding-x',
'name' => $slug . 'accordion-padding-x',
'variable' => '$accordion-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '1.25rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-color',
'name' => $slug . 'accordion-color',
'variable' => '$accordion-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$body-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-bg',
'name' => $slug . 'accordion-bg',
'variable' => '$accordion-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$body-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-border-width',
'name' => $slug . 'accordion-border-width',
'variable' => '$accordion-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-border-color',
'name' => $slug . 'accordion-border-color',
'variable' => '$accordion-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .125)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-border-radius',
'name' => $slug . 'accordion-border-radius',
'variable' => '$accordion-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-inner-border-radius',
'name' => $slug . 'accordion-inner-border-radius',
'variable' => '$accordion-inner-border-radius',
'row' => 'default',
'input' => 'text',
'default' => 'subtract($accordion-border-radius, $accordion-border-width)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-body-padding-y',
'name' => $slug . 'accordion-body-padding-y',
'variable' => '$accordion-body-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$accordion-padding-y',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-body-padding-x',
'name' => $slug . 'accordion-body-padding-x',
'variable' => '$accordion-body-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$accordion-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-padding-y',
'name' => $slug . 'accordion-button-padding-y',
'variable' => '$accordion-button-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$accordion-padding-y',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-padding-x',
'name' => $slug . 'accordion-button-padding-x',
'variable' => '$accordion-button-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$accordion-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-color',
'name' => $slug . 'accordion-button-color',
'variable' => '$accordion-button-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$accordion-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-bg',
'name' => $slug . 'accordion-button-bg',
'variable' => '$accordion-button-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$accordion-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-transition',
'name' => $slug . 'accordion-transition',
'variable' => '$accordion-transition',
'row' => 'default',
'input' => 'text',
'default' => '$btn-transition, border-radius .15s ease',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-active-bg',
'name' => $slug . 'accordion-button-active-bg',
'variable' => '$accordion-button-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => 'tint-color($component-active-bg, 90%)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-active-color',
'name' => $slug . 'accordion-button-active-color',
'variable' => '$accordion-button-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'shade-color($primary, 10%)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-focus-border-color',
'name' => $slug . 'accordion-button-focus-border-color',
'variable' => '$accordion-button-focus-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$input-focus-border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-button-focus-box-shadow',
'name' => $slug . 'accordion-button-focus-box-shadow',
'variable' => '$accordion-button-focus-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$btn-focus-box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-icon-width',
'name' => $slug . 'accordion-icon-width',
'variable' => '$accordion-icon-width',
'row' => 'default',
'input' => 'text',
'default' => '1.25rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-icon-color',
'name' => $slug . 'accordion-icon-color',
'variable' => '$accordion-icon-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$accordion-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-icon-active-color',
'name' => $slug . 'accordion-icon-active-color',
'variable' => '$accordion-icon-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$accordion-button-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-icon-transition',
'name' => $slug . 'accordion-icon-transition',
'variable' => '$accordion-icon-transition',
'row' => 'default',
'input' => 'text',
'default' => 'transform .2s ease-in-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$accordion-icon-transform',
'name' => $slug . 'accordion-icon-transform',
'variable' => '$accordion-icon-transform',
'row' => 'default',
'input' => 'text',
'default' => 'rotate(-180deg)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
/*array(
'label' => '$accordion-button-icon',
'name' => $slug . 'accordion-button-icon',
'variable' => '$accordion-button-icon',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
/*array(
'label' => '$accordion-button-active-icon',
'name' => $slug . 'accordion-button-active-icon',
'variable' => '$accordion-button-active-icon',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
);

View File

@@ -0,0 +1,122 @@
<?php
/*
Name: Alerts
Slug: alerts
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-alerts-';
return array(
array(
'label' => '$alert-padding-y',
'name' => $slug . 'alert-padding-y',
'variable' => '$alert-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-padding-x',
'name' => $slug . 'alert-padding-x',
'variable' => '$alert-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-margin-bottom',
'name' => $slug . 'alert-margin-bottom',
'variable' => '$alert-margin-bottom',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-border-radius',
'name' => $slug . 'alert-border-radius',
'variable' => '$alert-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-link-font-weight',
'name' => $slug . 'alert-link-font-weight',
'variable' => '$alert-link-font-weight',
'row' => 'default',
'input' => 'text',
'default' => '$font-weight-bold',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-border-width',
'name' => $slug . 'alert-border-width',
'variable' => '$alert-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-bg-scale',
'name' => $slug . 'alert-bg-scale',
'variable' => '$alert-bg-scale',
'row' => 'default',
'input' => 'text',
'default' => '-80%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-border-scale',
'name' => $slug . 'alert-border-scale',
'variable' => '$alert-border-scale',
'row' => 'default',
'input' => 'text',
'default' => '-70%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-color-scale',
'name' => $slug . 'alert-color-scale',
'variable' => '$alert-color-scale',
'row' => 'default',
'input' => 'text',
'default' => '40%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$alert-dismissible-padding-r',
'name' => $slug . 'alert-dismissible-padding-r',
'variable' => '$alert-dismissible-padding-r',
'row' => 'default',
'input' => 'text',
'default' => '$alert-padding-x * 3',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,78 @@
<?php
/*
Name: Badges
Slug: badges
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-badges-';
return array(
array(
'label' => '$badge-font-size',
'name' => $slug . 'badge-font-size',
'variable' => '$badge-font-size',
'row' => 'default',
'input' => 'text',
'default' => '.75em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$badge-font-weight',
'name' => $slug . 'badge-font-weight',
'variable' => '$badge-font-weight',
'row' => 'default',
'input' => 'text',
'default' => '$font-weight-bold',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$badge-color',
'name' => $slug . 'badge-color',
'variable' => '$badge-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$badge-padding-y',
'name' => $slug . 'badge-padding-y',
'variable' => '$badge-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.35em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$badge-padding-x',
'name' => $slug . 'badge-padding-x',
'variable' => '$badge-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.65em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$badge-border-radius',
'name' => $slug . 'badge-border-radius',
'variable' => '$badge-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,133 @@
<?php
/*
Name: Breadcrumbs
Slug: breadcrumbs
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-breadcrumbs-';
return array(
array(
'label' => '$breadcrumb-font-size',
'name' => $slug . 'breadcrumb-font-size',
'variable' => '$breadcrumb-font-size',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-padding-y',
'name' => $slug . 'breadcrumb-padding-y',
'variable' => '$breadcrumb-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '0',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-padding-x',
'name' => $slug . 'breadcrumb-padding-x',
'variable' => '$breadcrumb-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '0',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-item-padding-x',
'name' => $slug . 'breadcrumb-item-padding-x',
'variable' => '$breadcrumb-item-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-margin-bottom',
'name' => $slug . 'breadcrumb-margin-bottom',
'variable' => '$breadcrumb-margin-bottom',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-bg',
'name' => $slug . 'breadcrumb-bg',
'variable' => '$breadcrumb-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-divider-color',
'name' => $slug . 'breadcrumb-divider-color',
'variable' => '$breadcrumb-divider-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-active-color',
'name' => $slug . 'breadcrumb-active-color',
'variable' => '$breadcrumb-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
/*array(
'label' => '$breadcrumb-divider',
'name' => $slug . 'breadcrumb-divider',
'variable' => '$breadcrumb-divider',
'row' => 'default',
'input' => 'text',
'default' => 'quote("/")',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
array(
'label' => '$breadcrumb-divider-flipped',
'name' => $slug . 'breadcrumb-divider-flipped',
'variable' => '$breadcrumb-divider-flipped',
'row' => 'default',
'input' => 'text',
'default' => '$breadcrumb-divider',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$breadcrumb-border-radius',
'name' => $slug . 'breadcrumb-border-radius',
'variable' => '$breadcrumb-border-radius',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,386 @@
<?php
/*
Name: Buttons
Slug: buttons
Description: For each of Bootstrap's buttons, define text, background, and border color.
Position: 20
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-buttons-';
return array(
array(
'label' => '$btn-padding-y',
'name' => $slug . 'btn-padding-y',
'variable' => '$btn-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-padding-y',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-padding-x',
'name' => $slug . 'btn-padding-x',
'variable' => '$btn-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-font-family',
'name' => $slug . 'btn-font-family',
'variable' => '$btn-font-family',
'row' => 'default',
'input' => 'font',
'default' => '$input-btn-font-family',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-font-size',
'name' => $slug . 'btn-font-size',
'variable' => '$btn-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-font-size',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-line-height',
'name' => $slug . 'btn-line-height',
'variable' => '$btn-line-height',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-line-height',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-white-space',
'name' => $slug . 'btn-white-space',
'variable' => '$btn-white-space',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-padding-y-sm',
'name' => $slug . 'btn-padding-y-sm',
'variable' => '$btn-padding-y-sm',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-padding-y-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-padding-x-sm',
'name' => $slug . 'btn-padding-x-sm',
'variable' => '$btn-padding-x-sm',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-padding-x-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-font-size-sm',
'name' => $slug . 'btn-font-size-sm',
'variable' => '$btn-font-size-sm',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-font-size-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-padding-y-lg',
'name' => $slug . 'btn-padding-y-lg',
'variable' => '$btn-padding-y-lg',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-padding-y-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-padding-x-lg',
'name' => $slug . 'btn-padding-x-lg',
'variable' => '$btn-padding-x-lg',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-padding-x-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-font-size-lg',
'name' => $slug . 'btn-font-size-lg',
'variable' => '$btn-font-size-lg',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-font-size-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-border-width',
'name' => $slug . 'btn-border-width',
'variable' => '$btn-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-font-weight',
'name' => $slug . 'btn-font-weight',
'variable' => '$btn-font-weight',
'row' => 'default',
'input' => 'text',
'default' => '$font-weight-normal',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-box-shadow',
'name' => $slug . 'btn-box-shadow',
'variable' => '$btn-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => 'inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-focus-width',
'name' => $slug . 'btn-focus-width',
'variable' => '$btn-focus-width',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-focus-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-focus-box-shadow',
'name' => $slug . 'btn-focus-box-shadow',
'variable' => '$btn-focus-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-focus-box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-disabled-opacity',
'name' => $slug . 'btn-disabled-opacity',
'variable' => '$btn-disabled-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.65',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-active-box-shadow',
'name' => $slug . 'btn-active-box-shadow',
'variable' => '$btn-active-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => 'inset 0 3px 5px rgba($black, .125)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-link-color',
'name' => $slug . 'btn-link-color',
'variable' => '$btn-link-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-link-hover-color',
'name' => $slug . 'btn-link-hover-color',
'variable' => '$btn-link-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-hover-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-link-disabled-color',
'name' => $slug . 'btn-link-disabled-color',
'variable' => '$btn-link-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-border-radius',
'name' => $slug . 'btn-border-radius',
'variable' => '$btn-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-border-radius-sm',
'name' => $slug . 'btn-border-radius-sm',
'variable' => '$btn-border-radius-sm',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-border-radius-lg',
'name' => $slug . 'btn-border-radius-lg',
'variable' => '$btn-border-radius-lg',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-transition',
'name' => $slug . 'btn-transition',
'variable' => '$btn-transition',
'row' => 'default',
'input' => 'text',
'default' => 'color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-hover-bg-shade-amount',
'name' => $slug . 'btn-hover-bg-shade-amount',
'variable' => '$btn-hover-bg-shade-amount',
'row' => 'default',
'input' => 'text',
'default' => '15%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-hover-bg-tint-amount',
'name' => $slug . 'btn-hover-bg-tint-amount',
'variable' => '$btn-hover-bg-tint-amount',
'row' => 'default',
'input' => 'text',
'default' => '15%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-hover-border-shade-amount',
'name' => $slug . 'btn-hover-border-shade-amount',
'variable' => '$btn-hover-border-shade-amount',
'row' => 'default',
'input' => 'text',
'default' => '20%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-hover-border-tint-amount',
'name' => $slug . 'btn-hover-border-tint-amount',
'variable' => '$btn-hover-border-tint-amount',
'row' => 'default',
'input' => 'text',
'default' => '10%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-active-bg-shade-amount',
'name' => $slug . 'btn-active-bg-shade-amount',
'variable' => '$btn-active-bg-shade-amount',
'row' => 'default',
'input' => 'text',
'default' => '20%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-active-bg-tint-amount',
'name' => $slug . 'btn-active-bg-tint-amount',
'variable' => '$btn-active-bg-tint-amount',
'row' => 'default',
'input' => 'text',
'default' => '20%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-active-border-shade-amount',
'name' => $slug . 'btn-active-border-shade-amount',
'variable' => '$btn-active-border-shade-amount',
'row' => 'default',
'input' => 'text',
'default' => '25%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-active-border-tint-amount',
'name' => $slug . 'btn-active-border-tint-amount',
'variable' => '$btn-active-border-tint-amount',
'row' => 'default',
'input' => 'text',
'default' => '10%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,188 @@
<?php
/*
Name: Cards
Slug: cards
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-cards-';
return array(
array(
'label' => '$card-spacer-y',
'name' => $slug . 'card-spacer-y',
'variable' => '$card-spacer-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-spacer-x',
'name' => $slug . 'card-spacer-x',
'variable' => '$card-spacer-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-title-spacer-y',
'name' => $slug . 'card-title-spacer-y',
'variable' => '$card-title-spacer-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-border-width',
'name' => $slug . 'card-border-width',
'variable' => '$card-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-border-radius',
'name' => $slug . 'card-border-radius',
'variable' => '$card-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-border-color',
'name' => $slug . 'card-border-color',
'variable' => '$card-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .125)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-inner-border-radius',
'name' => $slug . 'card-inner-border-radius',
'variable' => '$card-inner-border-radius',
'row' => 'default',
'input' => 'text',
'default' => 'subtract($card-border-radius, $card-border-width)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-cap-padding-y',
'name' => $slug . 'card-cap-padding-y',
'variable' => '$card-cap-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$card-spacer-y * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-cap-padding-x',
'name' => $slug . 'card-cap-padding-x',
'variable' => '$card-cap-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$card-spacer-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-cap-bg',
'name' => $slug . 'card-cap-bg',
'variable' => '$card-cap-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .03)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-cap-color',
'name' => $slug . 'card-cap-color',
'variable' => '$card-cap-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-height',
'name' => $slug . 'card-height',
'variable' => '$card-height',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-color',
'name' => $slug . 'card-color',
'variable' => '$card-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-bg',
'name' => $slug . 'card-bg',
'variable' => '$card-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-img-overlay-padding',
'name' => $slug . 'card-img-overlay-padding',
'variable' => '$card-img-overlay-padding',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$card-group-margin',
'name' => $slug . 'card-group-margin',
'variable' => '$card-group-margin',
'row' => 'default',
'input' => 'text',
'default' => '$grid-gutter-width * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,287 @@
<?php
/*
Name: Carousel
Slug: carousel
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-carousel-';
return array(
array(
'label' => '$carousel-control-color',
'name' => $slug . 'carousel-control-color',
'variable' => '$carousel-control-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-control-width',
'name' => $slug . 'carousel-control-width',
'variable' => '$carousel-control-width',
'row' => 'default',
'input' => 'text',
'default' => '15%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-control-opacity',
'name' => $slug . 'carousel-control-opacity',
'variable' => '$carousel-control-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-control-hover-opacity',
'name' => $slug . 'carousel-control-hover-opacity',
'variable' => '$carousel-control-hover-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.9',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-control-transition',
'name' => $slug . 'carousel-control-transition',
'variable' => '$carousel-control-transition',
'row' => 'default',
'input' => 'text',
'default' => 'opacity .15s ease',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-width',
'name' => $slug . 'carousel-indicator-width',
'variable' => '$carousel-indicator-width',
'row' => 'default',
'input' => 'text',
'default' => '30px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-height',
'name' => $slug . 'carousel-indicator-height',
'variable' => '$carousel-indicator-height',
'row' => 'default',
'input' => 'text',
'default' => '3px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-hit-area-height',
'name' => $slug . 'carousel-indicator-hit-area-height',
'variable' => '$carousel-indicator-hit-area-height',
'row' => 'default',
'input' => 'text',
'default' => '10px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-spacer',
'name' => $slug . 'carousel-indicator-spacer',
'variable' => '$carousel-indicator-spacer',
'row' => 'default',
'input' => 'text',
'default' => '3px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-opacity',
'name' => $slug . 'carousel-indicator-opacity',
'variable' => '$carousel-indicator-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-active-bg',
'name' => $slug . 'carousel-indicator-active-bg',
'variable' => '$carousel-indicator-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-active-opacity',
'name' => $slug . 'carousel-indicator-active-opacity',
'variable' => '$carousel-indicator-active-opacity',
'row' => 'default',
'input' => 'text',
'default' => '1',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-indicator-transition',
'name' => $slug . 'carousel-indicator-transition',
'variable' => '$carousel-indicator-transition',
'row' => 'default',
'input' => 'text',
'default' => 'opacity .6s ease',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-caption-width',
'name' => $slug . 'carousel-caption-width',
'variable' => '$carousel-caption-width',
'row' => 'default',
'input' => 'text',
'default' => '70%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-caption-color',
'name' => $slug . 'carousel-caption-color',
'variable' => '$carousel-caption-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-caption-padding-y',
'name' => $slug . 'carousel-caption-padding-y',
'variable' => '$carousel-caption-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '1.25rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-caption-spacer',
'name' => $slug . 'carousel-caption-spacer',
'variable' => '$carousel-caption-spacer',
'row' => 'default',
'input' => 'text',
'default' => '1.25rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-control-icon-width',
'name' => $slug . 'carousel-control-icon-width',
'variable' => '$carousel-control-icon-width',
'row' => 'default',
'input' => 'text',
'default' => '2rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
/*array(
'label' => '$carousel-control-prev-icon-bg',
'name' => $slug . 'carousel-control-prev-icon-bg',
'variable' => '$carousel-control-prev-icon-bg',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
/*array(
'label' => '$carousel-control-next-icon-bg',
'name' => $slug . 'carousel-control-next-icon-bg',
'variable' => '$carousel-control-next-icon-bg',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
array(
'label' => '$carousel-transition-duration',
'name' => $slug . 'carousel-transition-duration',
'variable' => '$carousel-transition-duration',
'row' => 'default',
'input' => 'text',
'default' => '.6s',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-transition',
'name' => $slug . 'carousel-transition',
'variable' => '$carousel-transition',
'row' => 'default',
'input' => 'text',
'default' => 'transform $carousel-transition-duration ease-in-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-dark-indicator-active-bg',
'name' => $slug . 'carousel-dark-indicator-active-bg',
'variable' => '$carousel-dark-indicator-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$black',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-dark-caption-color',
'name' => $slug . 'carousel-dark-caption-color',
'variable' => '$carousel-dark-caption-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$black',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$carousel-dark-control-icon-filter',
'name' => $slug . 'carousel-dark-control-icon-filter',
'variable' => '$carousel-dark-control-icon-filter',
'row' => 'default',
'input' => 'text',
'default' => 'invert(1) grayscale(100)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,144 @@
<?php
/*
Name: Close
Slug: close
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-close-';
return array(
array(
'label' => '$btn-close-width',
'name' => $slug . 'btn-close-width',
'variable' => '$btn-close-width',
'row' => 'default',
'input' => 'text',
'default' => '1em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-height',
'name' => $slug . 'btn-close-height',
'variable' => '$btn-close-height',
'row' => 'default',
'input' => 'text',
'default' => '$btn-close-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-padding-x',
'name' => $slug . 'btn-close-padding-x',
'variable' => '$btn-close-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.25em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-padding-y',
'name' => $slug . 'btn-close-padding-y',
'variable' => '$btn-close-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$btn-close-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-color',
'name' => $slug . 'btn-close-color',
'variable' => '$btn-close-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$black',
'description' => '',
'allow_reset' => true,
'options' => array()
),
/*array(
'label' => '$btn-close-bg',
'name' => $slug . 'btn-close-bg',
'variable' => '$btn-close-bg',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
array(
'label' => '$btn-close-focus-shadow',
'name' => $slug . 'btn-close-focus-shadow',
'variable' => '$btn-close-focus-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-focus-box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-opacity',
'name' => $slug . 'btn-close-opacity',
'variable' => '$btn-close-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-hover-opacity',
'name' => $slug . 'btn-close-hover-opacity',
'variable' => '$btn-close-hover-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.75',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-focus-opacity',
'name' => $slug . 'btn-close-focus-opacity',
'variable' => '$btn-close-focus-opacity',
'row' => 'default',
'input' => 'text',
'default' => '1',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-disabled-opacity',
'name' => $slug . 'btn-close-disabled-opacity',
'variable' => '$btn-close-disabled-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.25',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$btn-close-white-filter',
'name' => $slug . 'btn-close-white-filter',
'variable' => '$btn-close-white-filter',
'row' => 'default',
'input' => 'text',
'default' => 'invert(1) grayscale(100%) brightness(200%)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,100 @@
<?php
/*
Name: Code
Slug: code
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-code-';
return array(
array(
'label' => '$code-font-size',
'name' => $slug . 'code-font-size',
'variable' => '$code-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$small-font-size',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$code-color',
'name' => $slug . 'code-color',
'variable' => '$code-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$pink',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$kbd-padding-y',
'name' => $slug . 'kbd-padding-y',
'variable' => '$kbd-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.2rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$kbd-padding-x',
'name' => $slug . 'kbd-padding-x',
'variable' => '$kbd-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.4rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$kbd-font-size',
'name' => $slug . 'kbd-font-size',
'variable' => '$kbd-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$code-font-size',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$kbd-color',
'name' => $slug . 'kbd-color',
'variable' => '$kbd-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$kbd-bg',
'name' => $slug . 'kbd-bg',
'variable' => '$kbd-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-900',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pre-color',
'name' => $slug . 'pre-color',
'variable' => '$pre-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,408 @@
<?php
/*
Name: Dropdown
Slug: dropdown
Description: Dropdown menu container and contents.
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-dropdown-';
return array(
array(
'label' => '$dropdown-min-width',
'name' => $slug . 'dropdown-min-width',
'variable' => '$dropdown-min-width',
'row' => 'default',
'input' => 'text',
'default' => '10rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-padding-x',
'name' => $slug . 'dropdown-padding-x',
'variable' => '$dropdown-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '0',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-padding-y',
'name' => $slug . 'dropdown-padding-y',
'variable' => '$dropdown-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-spacer',
'name' => $slug . 'dropdown-spacer',
'variable' => '$dropdown-spacer',
'row' => 'default',
'input' => 'text',
'default' => '.125rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-font-size',
'name' => $slug . 'dropdown-font-size',
'variable' => '$dropdown-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-base',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-color',
'name' => $slug . 'dropdown-color',
'variable' => '$dropdown-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$body-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-bg',
'name' => $slug . 'dropdown-bg',
'variable' => '$dropdown-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-border-color',
'name' => $slug . 'dropdown-border-color',
'variable' => '$dropdown-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .15)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-border-radius',
'name' => $slug . 'dropdown-border-radius',
'variable' => '$dropdown-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-border-width',
'name' => $slug . 'dropdown-border-width',
'variable' => '$dropdown-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-inner-border-radius',
'name' => $slug . 'dropdown-inner-border-radius',
'variable' => '$dropdown-inner-border-radius',
'row' => 'default',
'input' => 'text',
'default' => 'subtract($dropdown-border-radius, $dropdown-border-width)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-divider-bg',
'name' => $slug . 'dropdown-divider-bg',
'variable' => '$dropdown-divider-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$dropdown-border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-divider-margin-y',
'name' => $slug . 'dropdown-divider-margin-y',
'variable' => '$dropdown-divider-margin-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-box-shadow',
'name' => $slug . 'dropdown-box-shadow',
'variable' => '$dropdown-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-link-color',
'name' => $slug . 'dropdown-link-color',
'variable' => '$dropdown-link-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-900',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-link-hover-color',
'name' => $slug . 'dropdown-link-hover-color',
'variable' => '$dropdown-link-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'shade-color($gray-900, 10%)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-link-hover-bg',
'name' => $slug . 'dropdown-link-hover-bg',
'variable' => '$dropdown-link-hover-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-200',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-link-active-color',
'name' => $slug . 'dropdown-link-active-color',
'variable' => '$dropdown-link-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-link-active-bg',
'name' => $slug . 'dropdown-link-active-bg',
'variable' => '$dropdown-link-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-link-disabled-color',
'name' => $slug . 'dropdown-link-disabled-color',
'variable' => '$dropdown-link-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-500',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-item-padding-y',
'name' => $slug . 'dropdown-item-padding-y',
'variable' => '$dropdown-item-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .25',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-item-padding-x',
'name' => $slug . 'dropdown-item-padding-x',
'variable' => '$dropdown-item-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-header-color',
'name' => $slug . 'dropdown-header-color',
'variable' => '$dropdown-header-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-header-padding',
'name' => $slug . 'dropdown-header-padding',
'variable' => '$dropdown-header-padding',
'row' => 'default',
'input' => 'text',
'default' => '$dropdown-padding-y $dropdown-item-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-color',
'name' => $slug . 'dropdown-dark-color',
'variable' => '$dropdown-dark-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-300',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-bg',
'name' => $slug . 'dropdown-dark-bg',
'variable' => '$dropdown-dark-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-800',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-border-color',
'name' => $slug . 'dropdown-dark-border-color',
'variable' => '$dropdown-dark-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$dropdown-border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-divider-bg',
'name' => $slug . 'dropdown-dark-divider-bg',
'variable' => '$dropdown-dark-divider-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$dropdown-divider-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-box-shadow',
'name' => $slug . 'dropdown-dark-box-shadow',
'variable' => '$dropdown-dark-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-link-color',
'name' => $slug . 'dropdown-dark-link-color',
'variable' => '$dropdown-dark-link-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$dropdown-dark-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-link-hover-color',
'name' => $slug . 'dropdown-dark-link-hover-color',
'variable' => '$dropdown-dark-link-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-link-hover-bg',
'name' => $slug . 'dropdown-dark-link-hover-bg',
'variable' => '$dropdown-dark-link-hover-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .15)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-link-active-color',
'name' => $slug . 'dropdown-dark-link-active-color',
'variable' => '$dropdown-dark-link-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$dropdown-link-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-link-active-bg',
'name' => $slug . 'dropdown-dark-link-active-bg',
'variable' => '$dropdown-dark-link-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$dropdown-link-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-link-disabled-color',
'name' => $slug . 'dropdown-dark-link-disabled-color',
'variable' => '$dropdown-dark-link-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-500',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$dropdown-dark-header-color',
'name' => $slug . 'dropdown-dark-header-color',
'variable' => '$dropdown-dark-header-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-500',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,221 @@
<?php
/*
Name: List Group
Slug: list-group
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-list-group-';
return array(
array(
'label' => '$list-group-color',
'name' => $slug . 'list-group-color',
'variable' => '$list-group-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-900',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-bg',
'name' => $slug . 'list-group-bg',
'variable' => '$list-group-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-border-color',
'name' => $slug . 'list-group-border-color',
'variable' => '$list-group-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .125)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-border-width',
'name' => $slug . 'list-group-border-width',
'variable' => '$list-group-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-border-radius',
'name' => $slug . 'list-group-border-radius',
'variable' => '$list-group-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-item-padding-y',
'name' => $slug . 'list-group-item-padding-y',
'variable' => '$list-group-item-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-item-padding-x',
'name' => $slug . 'list-group-item-padding-x',
'variable' => '$list-group-item-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-item-bg-scale',
'name' => $slug . 'list-group-item-bg-scale',
'variable' => '$list-group-item-bg-scale',
'row' => 'default',
'input' => 'text',
'default' => '-80%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-item-color-scale',
'name' => $slug . 'list-group-item-color-scale',
'variable' => '$list-group-item-color-scale',
'row' => 'default',
'input' => 'text',
'default' => '40%',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-hover-bg',
'name' => $slug . 'list-group-hover-bg',
'variable' => '$list-group-hover-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-100',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-active-color',
'name' => $slug . 'list-group-active-color',
'variable' => '$list-group-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-active-bg',
'name' => $slug . 'list-group-active-bg',
'variable' => '$list-group-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-active-border-color',
'name' => $slug . 'list-group-active-border-color',
'variable' => '$list-group-active-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$list-group-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-disabled-color',
'name' => $slug . 'list-group-disabled-color',
'variable' => '$list-group-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-disabled-bg',
'name' => $slug . 'list-group-disabled-bg',
'variable' => '$list-group-disabled-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$list-group-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-action-color',
'name' => $slug . 'list-group-action-color',
'variable' => '$list-group-action-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-700',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-action-hover-color',
'name' => $slug . 'list-group-action-hover-color',
'variable' => '$list-group-action-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$list-group-action-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-action-active-color',
'name' => $slug . 'list-group-action-active-color',
'variable' => '$list-group-action-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$body-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$list-group-action-active-bg',
'name' => $slug . 'list-group-action-active-bg',
'variable' => '$list-group-action-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-200',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,342 @@
<?php
/*
Name: Modals
Slug: modals
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-modals-';
return array(
array(
'label' => '$modal-inner-padding',
'name' => $slug . 'modal-inner-padding',
'variable' => '$modal-inner-padding',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-footer-margin-between',
'name' => $slug . 'modal-footer-margin-between',
'variable' => '$modal-footer-margin-between',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-dialog-margin',
'name' => $slug . 'modal-dialog-margin',
'variable' => '$modal-dialog-margin',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-dialog-margin-y-sm-up',
'name' => $slug . 'modal-dialog-margin-y-sm-up',
'variable' => '$modal-dialog-margin-y-sm-up',
'row' => 'default',
'input' => 'text',
'default' => '1.75rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-title-line-height',
'name' => $slug . 'modal-title-line-height',
'variable' => '$modal-title-line-height',
'row' => 'default',
'input' => 'text',
'default' => '$line-height-base',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-color',
'name' => $slug . 'modal-content-color',
'variable' => '$modal-content-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-bg',
'name' => $slug . 'modal-content-bg',
'variable' => '$modal-content-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-border-color',
'name' => $slug . 'modal-content-border-color',
'variable' => '$modal-content-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .2)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-border-width',
'name' => $slug . 'modal-content-border-width',
'variable' => '$modal-content-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-border-radius',
'name' => $slug . 'modal-content-border-radius',
'variable' => '$modal-content-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-inner-border-radius',
'name' => $slug . 'modal-content-inner-border-radius',
'variable' => '$modal-content-inner-border-radius',
'row' => 'default',
'input' => 'text',
'default' => 'subtract($modal-content-border-radius, $modal-content-border-width)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-box-shadow-xs',
'name' => $slug . 'modal-content-box-shadow-xs',
'variable' => '$modal-content-box-shadow-xs',
'row' => 'default',
'input' => 'text',
'default' => '$box-shadow-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-content-box-shadow-sm-up',
'name' => $slug . 'modal-content-box-shadow-sm-up',
'variable' => '$modal-content-box-shadow-sm-up',
'row' => 'default',
'input' => 'text',
'default' => '$box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-backdrop-bg',
'name' => $slug . 'modal-backdrop-bg',
'variable' => '$modal-backdrop-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$black',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-backdrop-opacity',
'name' => $slug . 'modal-backdrop-opacity',
'variable' => '$modal-backdrop-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-header-border-color',
'name' => $slug . 'modal-header-border-color',
'variable' => '$modal-header-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-footer-border-color',
'name' => $slug . 'modal-footer-border-color',
'variable' => '$modal-footer-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$modal-header-border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-header-border-width',
'name' => $slug . 'modal-header-border-width',
'variable' => '$modal-header-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$modal-content-border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-footer-border-width',
'name' => $slug . 'modal-footer-border-width',
'variable' => '$modal-footer-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$modal-header-border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-header-padding-y',
'name' => $slug . 'modal-header-padding-y',
'variable' => '$modal-header-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$modal-inner-padding',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-header-padding-x',
'name' => $slug . 'modal-header-padding-x',
'variable' => '$modal-header-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$modal-inner-padding',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-header-padding',
'name' => $slug . 'modal-header-padding',
'variable' => '$modal-header-padding',
'row' => 'default',
'input' => 'text',
'default' => '$modal-header-padding-y $modal-header-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-sm',
'name' => $slug . 'modal-sm',
'variable' => '$modal-sm',
'row' => 'default',
'input' => 'text',
'default' => '300px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-md',
'name' => $slug . 'modal-md',
'variable' => '$modal-md',
'row' => 'default',
'input' => 'text',
'default' => '500px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-lg',
'name' => $slug . 'modal-lg',
'variable' => '$modal-lg',
'row' => 'default',
'input' => 'text',
'default' => '800px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-xl',
'name' => $slug . 'modal-xl',
'variable' => '$modal-xl',
'row' => 'default',
'input' => 'text',
'default' => '1140px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-fade-transform',
'name' => $slug . 'modal-fade-transform',
'variable' => '$modal-fade-transform',
'row' => 'default',
'input' => 'text',
'default' => 'translate(0, -50px)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-show-transform',
'name' => $slug . 'modal-show-transform',
'variable' => '$modal-show-transform',
'row' => 'default',
'input' => 'text',
'default' => 'none',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-transition',
'name' => $slug . 'modal-transition',
'variable' => '$modal-transition',
'row' => 'default',
'input' => 'text',
'default' => 'transform .3s ease-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$modal-scale-transform',
'name' => $slug . 'modal-scale-transform',
'variable' => '$modal-scale-transform',
'row' => 'default',
'input' => 'text',
'default' => 'scale(1.02)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,342 @@
<?php
/*
Name: Navbar
Slug: navbar
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-navbar-';
return array(
array(
'label' => '$navbar-padding-y',
'name' => $slug . 'navbar-padding-y',
'variable' => '$navbar-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-padding-x',
'name' => $slug . 'navbar-padding-x',
'variable' => '$navbar-padding-x',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-nav-link-padding-x',
'name' => $slug . 'navbar-nav-link-padding-x',
'variable' => '$navbar-nav-link-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-brand-font-size',
'name' => $slug . 'navbar-brand-font-size',
'variable' => '$navbar-brand-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-height',
'name' => $slug . 'nav-link-height',
'variable' => '$nav-link-height',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-base * $line-height-base + $nav-link-padding-y * 2',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-brand-height',
'name' => $slug . 'navbar-brand-height',
'variable' => '$navbar-brand-height',
'row' => 'default',
'input' => 'text',
'default' => '$navbar-brand-font-size * $line-height-base',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-brand-padding-y',
'name' => $slug . 'navbar-brand-padding-y',
'variable' => '$navbar-brand-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '($nav-link-height - $navbar-brand-height) * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-brand-margin-end',
'name' => $slug . 'navbar-brand-margin-end',
'variable' => '$navbar-brand-margin-end',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-toggler-padding-y',
'name' => $slug . 'navbar-toggler-padding-y',
'variable' => '$navbar-toggler-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.25rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-toggler-padding-x',
'name' => $slug . 'navbar-toggler-padding-x',
'variable' => '$navbar-toggler-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.75rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-toggler-font-size',
'name' => $slug . 'navbar-toggler-font-size',
'variable' => '$navbar-toggler-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-toggler-border-radius',
'name' => $slug . 'navbar-toggler-border-radius',
'variable' => '$navbar-toggler-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$btn-border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-toggler-focus-width',
'name' => $slug . 'navbar-toggler-focus-width',
'variable' => '$navbar-toggler-focus-width',
'row' => 'default',
'input' => 'text',
'default' => '$btn-focus-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-toggler-transition',
'name' => $slug . 'navbar-toggler-transition',
'variable' => '$navbar-toggler-transition',
'row' => 'default',
'input' => 'text',
'default' => 'box-shadow .15s ease-in-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-dark-color',
'name' => $slug . 'navbar-dark-color',
'variable' => '$navbar-dark-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .55)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-dark-hover-color',
'name' => $slug . 'navbar-dark-hover-color',
'variable' => '$navbar-dark-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .75)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-dark-active-color',
'name' => $slug . 'navbar-dark-active-color',
'variable' => '$navbar-dark-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-dark-disabled-color',
'name' => $slug . 'navbar-dark-disabled-color',
'variable' => '$navbar-dark-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .25)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
/*array(
'label' => '$navbar-dark-toggler-icon-bg',
'name' => $slug . 'navbar-dark-toggler-icon-bg',
'variable' => '$navbar-dark-toggler-icon-bg',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
array(
'label' => '$navbar-dark-toggler-border-color',
'name' => $slug . 'navbar-dark-toggler-border-color',
'variable' => '$navbar-dark-toggler-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .1)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-light-color',
'name' => $slug . 'navbar-light-color',
'variable' => '$navbar-light-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .55)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-light-hover-color',
'name' => $slug . 'navbar-light-hover-color',
'variable' => '$navbar-light-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .7)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-light-active-color',
'name' => $slug . 'navbar-light-active-color',
'variable' => '$navbar-light-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .9)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-light-disabled-color',
'name' => $slug . 'navbar-light-disabled-color',
'variable' => '$navbar-light-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .3)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
/*array(
'label' => '$navbar-light-toggler-icon-bg',
'name' => $slug . 'navbar-light-toggler-icon-bg',
'variable' => '$navbar-light-toggler-icon-bg',
'row' => 'default',
'input' => 'text',
'default' => 'url("data',
'description' => '',
'allow_reset' => true,
'options' => array()
),*/
array(
'label' => '$navbar-light-toggler-border-color',
'name' => $slug . 'navbar-light-toggler-border-color',
'variable' => '$navbar-light-toggler-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .1)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-light-brand-color',
'name' => $slug . 'navbar-light-brand-color',
'variable' => '$navbar-light-brand-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$navbar-light-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-light-brand-hover-color',
'name' => $slug . 'navbar-light-brand-hover-color',
'variable' => '$navbar-light-brand-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$navbar-light-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-dark-brand-color',
'name' => $slug . 'navbar-dark-brand-color',
'variable' => '$navbar-dark-brand-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$navbar-dark-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$navbar-dark-brand-hover-color',
'name' => $slug . 'navbar-dark-brand-hover-color',
'variable' => '$navbar-dark-brand-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$navbar-dark-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,210 @@
<?php
/*
Name: Navs
Slug: navs
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-navs-';
return array(
array(
'label' => '$nav-link-padding-y',
'name' => $slug . 'nav-link-padding-y',
'variable' => '$nav-link-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-padding-x',
'name' => $slug . 'nav-link-padding-x',
'variable' => '$nav-link-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-font-size',
'name' => $slug . 'nav-link-font-size',
'variable' => '$nav-link-font-size',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-font-weight',
'name' => $slug . 'nav-link-font-weight',
'variable' => '$nav-link-font-weight',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-color',
'name' => $slug . 'nav-link-color',
'variable' => '$nav-link-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-hover-color',
'name' => $slug . 'nav-link-hover-color',
'variable' => '$nav-link-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-hover-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-transition',
'name' => $slug . 'nav-link-transition',
'variable' => '$nav-link-transition',
'row' => 'default',
'input' => 'text',
'default' => 'color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-link-disabled-color',
'name' => $slug . 'nav-link-disabled-color',
'variable' => '$nav-link-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-border-color',
'name' => $slug . 'nav-tabs-border-color',
'variable' => '$nav-tabs-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-300',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-border-width',
'name' => $slug . 'nav-tabs-border-width',
'variable' => '$nav-tabs-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-border-radius',
'name' => $slug . 'nav-tabs-border-radius',
'variable' => '$nav-tabs-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-link-hover-border-color',
'name' => $slug . 'nav-tabs-link-hover-border-color',
'variable' => '$nav-tabs-link-hover-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-200 $gray-200 $nav-tabs-border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-link-active-color',
'name' => $slug . 'nav-tabs-link-active-color',
'variable' => '$nav-tabs-link-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-700',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-link-active-bg',
'name' => $slug . 'nav-tabs-link-active-bg',
'variable' => '$nav-tabs-link-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$body-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-tabs-link-active-border-color',
'name' => $slug . 'nav-tabs-link-active-border-color',
'variable' => '$nav-tabs-link-active-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-300 $gray-300 $nav-tabs-link-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-pills-border-radius',
'name' => $slug . 'nav-pills-border-radius',
'variable' => '$nav-pills-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-pills-link-active-color',
'name' => $slug . 'nav-pills-link-active-color',
'variable' => '$nav-pills-link-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$nav-pills-link-active-bg',
'name' => $slug . 'nav-pills-link-active-bg',
'variable' => '$nav-pills-link-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,133 @@
<?php
/*
Name: Offcanvas
Slug: offcanvas
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-offcanvas-';
return array(
array(
'label' => '$offcanvas-padding-y',
'name' => $slug . 'offcanvas-padding-y',
'variable' => '$offcanvas-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$modal-inner-padding',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-padding-x',
'name' => $slug . 'offcanvas-padding-x',
'variable' => '$offcanvas-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$modal-inner-padding',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-horizontal-width',
'name' => $slug . 'offcanvas-horizontal-width',
'variable' => '$offcanvas-horizontal-width',
'row' => 'default',
'input' => 'text',
'default' => '400px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-vertical-height',
'name' => $slug . 'offcanvas-vertical-height',
'variable' => '$offcanvas-vertical-height',
'row' => 'default',
'input' => 'text',
'default' => '30vh',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-transition-duration',
'name' => $slug . 'offcanvas-transition-duration',
'variable' => '$offcanvas-transition-duration',
'row' => 'default',
'input' => 'text',
'default' => '.3s',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-border-color',
'name' => $slug . 'offcanvas-border-color',
'variable' => '$offcanvas-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$modal-content-border-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-border-width',
'name' => $slug . 'offcanvas-border-width',
'variable' => '$offcanvas-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$modal-content-border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-title-line-height',
'name' => $slug . 'offcanvas-title-line-height',
'variable' => '$offcanvas-title-line-height',
'row' => 'default',
'input' => 'text',
'default' => '$modal-title-line-height',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-bg-color',
'name' => $slug . 'offcanvas-bg-color',
'variable' => '$offcanvas-bg-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$modal-content-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-color',
'name' => $slug . 'offcanvas-color',
'variable' => '$offcanvas-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$modal-content-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$offcanvas-box-shadow',
'name' => $slug . 'offcanvas-box-shadow',
'variable' => '$offcanvas-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$modal-content-box-shadow-xs',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,320 @@
<?php
/*
Name: Pagination
Slug: pagination
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-pagination-';
return array(
array(
'label' => '$pagination-padding-y',
'name' => $slug . 'pagination-padding-y',
'variable' => '$pagination-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.375rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-padding-x',
'name' => $slug . 'pagination-padding-x',
'variable' => '$pagination-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.75rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-padding-y-sm',
'name' => $slug . 'pagination-padding-y-sm',
'variable' => '$pagination-padding-y-sm',
'row' => 'default',
'input' => 'text',
'default' => '.25rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-padding-x-sm',
'name' => $slug . 'pagination-padding-x-sm',
'variable' => '$pagination-padding-x-sm',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-padding-y-lg',
'name' => $slug . 'pagination-padding-y-lg',
'variable' => '$pagination-padding-y-lg',
'row' => 'default',
'input' => 'text',
'default' => '.75rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-padding-x-lg',
'name' => $slug . 'pagination-padding-x-lg',
'variable' => '$pagination-padding-x-lg',
'row' => 'default',
'input' => 'text',
'default' => '1.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-color',
'name' => $slug . 'pagination-color',
'variable' => '$pagination-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-bg',
'name' => $slug . 'pagination-bg',
'variable' => '$pagination-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-border-width',
'name' => $slug . 'pagination-border-width',
'variable' => '$pagination-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-border-radius',
'name' => $slug . 'pagination-border-radius',
'variable' => '$pagination-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-margin-start',
'name' => $slug . 'pagination-margin-start',
'variable' => '$pagination-margin-start',
'row' => 'default',
'input' => 'text',
'default' => '-$pagination-border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-border-color',
'name' => $slug . 'pagination-border-color',
'variable' => '$pagination-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-300',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-focus-color',
'name' => $slug . 'pagination-focus-color',
'variable' => '$pagination-focus-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-hover-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-focus-bg',
'name' => $slug . 'pagination-focus-bg',
'variable' => '$pagination-focus-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-200',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-focus-box-shadow',
'name' => $slug . 'pagination-focus-box-shadow',
'variable' => '$pagination-focus-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$input-btn-focus-box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-focus-outline',
'name' => $slug . 'pagination-focus-outline',
'variable' => '$pagination-focus-outline',
'row' => 'default',
'input' => 'color-picker',
'default' => '0',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-hover-color',
'name' => $slug . 'pagination-hover-color',
'variable' => '$pagination-hover-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$link-hover-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-hover-bg',
'name' => $slug . 'pagination-hover-bg',
'variable' => '$pagination-hover-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-200',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-hover-border-color',
'name' => $slug . 'pagination-hover-border-color',
'variable' => '$pagination-hover-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-300',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-active-color',
'name' => $slug . 'pagination-active-color',
'variable' => '$pagination-active-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-active-bg',
'name' => $slug . 'pagination-active-bg',
'variable' => '$pagination-active-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$component-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-active-border-color',
'name' => $slug . 'pagination-active-border-color',
'variable' => '$pagination-active-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$pagination-active-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-disabled-color',
'name' => $slug . 'pagination-disabled-color',
'variable' => '$pagination-disabled-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-disabled-bg',
'name' => $slug . 'pagination-disabled-bg',
'variable' => '$pagination-disabled-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-disabled-border-color',
'name' => $slug . 'pagination-disabled-border-color',
'variable' => '$pagination-disabled-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-300',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-transition',
'name' => $slug . 'pagination-transition',
'variable' => '$pagination-transition',
'row' => 'default',
'input' => 'text',
'default' => 'color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-border-radius-sm',
'name' => $slug . 'pagination-border-radius-sm',
'variable' => '$pagination-border-radius-sm',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$pagination-border-radius-lg',
'name' => $slug . 'pagination-border-radius-lg',
'variable' => '$pagination-border-radius-lg',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,221 @@
<?php
/*
Name: Popovers
Slug: popovers
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-popovers-';
return array(
array(
'label' => '$popover-font-size',
'name' => $slug . 'popover-font-size',
'variable' => '$popover-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-bg',
'name' => $slug . 'popover-bg',
'variable' => '$popover-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-max-width',
'name' => $slug . 'popover-max-width',
'variable' => '$popover-max-width',
'row' => 'default',
'input' => 'text',
'default' => '276px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-border-width',
'name' => $slug . 'popover-border-width',
'variable' => '$popover-border-width',
'row' => 'default',
'input' => 'text',
'default' => '$border-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-border-color',
'name' => $slug . 'popover-border-color',
'variable' => '$popover-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($black, .2)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-border-radius',
'name' => $slug . 'popover-border-radius',
'variable' => '$popover-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius-lg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-inner-border-radius',
'name' => $slug . 'popover-inner-border-radius',
'variable' => '$popover-inner-border-radius',
'row' => 'default',
'input' => 'text',
'default' => 'subtract($popover-border-radius, $popover-border-width)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-box-shadow',
'name' => $slug . 'popover-box-shadow',
'variable' => '$popover-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-header-bg',
'name' => $slug . 'popover-header-bg',
'variable' => '$popover-header-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => 'shade-color($popover-bg, 6%)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-header-color',
'name' => $slug . 'popover-header-color',
'variable' => '$popover-header-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$headings-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-header-padding-y',
'name' => $slug . 'popover-header-padding-y',
'variable' => '$popover-header-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-header-padding-x',
'name' => $slug . 'popover-header-padding-x',
'variable' => '$popover-header-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-body-color',
'name' => $slug . 'popover-body-color',
'variable' => '$popover-body-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$body-color',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-body-padding-y',
'name' => $slug . 'popover-body-padding-y',
'variable' => '$popover-body-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-body-padding-x',
'name' => $slug . 'popover-body-padding-x',
'variable' => '$popover-body-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-arrow-width',
'name' => $slug . 'popover-arrow-width',
'variable' => '$popover-arrow-width',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-arrow-height',
'name' => $slug . 'popover-arrow-height',
'variable' => '$popover-arrow-height',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-arrow-color',
'name' => $slug . 'popover-arrow-color',
'variable' => '$popover-arrow-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$popover-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$popover-arrow-outer-color',
'name' => $slug . 'popover-arrow-outer-color',
'variable' => '$popover-arrow-outer-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'fade-in($popover-border-color, .05)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,111 @@
<?php
/*
Name: Progress Bars
Slug: progress-bars
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-progress-bars-';
return array(
array(
'label' => '$progress-height',
'name' => $slug . 'progress-height',
'variable' => '$progress-height',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-font-size',
'name' => $slug . 'progress-font-size',
'variable' => '$progress-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-base * .75',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-bg',
'name' => $slug . 'progress-bg',
'variable' => '$progress-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-200',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-border-radius',
'name' => $slug . 'progress-border-radius',
'variable' => '$progress-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-box-shadow',
'name' => $slug . 'progress-box-shadow',
'variable' => '$progress-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$box-shadow-inset',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-bar-color',
'name' => $slug . 'progress-bar-color',
'variable' => '$progress-bar-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-bar-bg',
'name' => $slug . 'progress-bar-bg',
'variable' => '$progress-bar-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$primary',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-bar-animation-timing',
'name' => $slug . 'progress-bar-animation-timing',
'variable' => '$progress-bar-animation-timing',
'row' => 'default',
'input' => 'text',
'default' => '1s linear infinite',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$progress-bar-transition',
'name' => $slug . 'progress-bar-transition',
'variable' => '$progress-bar-transition',
'row' => 'default',
'input' => 'text',
'default' => 'width .6s ease',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,100 @@
<?php
/*
Name: Spinners
Slug: spinners
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-spinners-';
return array(
array(
'label' => '$spinner-width',
'name' => $slug . 'spinner-width',
'variable' => '$spinner-width',
'row' => 'default',
'input' => 'text',
'default' => '2rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-height',
'name' => $slug . 'spinner-height',
'variable' => '$spinner-height',
'row' => 'default',
'input' => 'text',
'default' => '$spinner-width',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-vertical-align',
'name' => $slug . 'spinner-vertical-align',
'variable' => '$spinner-vertical-align',
'row' => 'default',
'input' => 'text',
'default' => '-.125em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-border-width',
'name' => $slug . 'spinner-border-width',
'variable' => '$spinner-border-width',
'row' => 'default',
'input' => 'text',
'default' => '.25em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-animation-speed',
'name' => $slug . 'spinner-animation-speed',
'variable' => '$spinner-animation-speed',
'row' => 'default',
'input' => 'text',
'default' => '.75s',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-width-sm',
'name' => $slug . 'spinner-width-sm',
'variable' => '$spinner-width-sm',
'row' => 'default',
'input' => 'text',
'default' => '1rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-height-sm',
'name' => $slug . 'spinner-height-sm',
'variable' => '$spinner-height-sm',
'row' => 'default',
'input' => 'text',
'default' => '$spinner-width-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$spinner-border-width-sm',
'name' => $slug . 'spinner-border-width-sm',
'variable' => '$spinner-border-width-sm',
'row' => 'default',
'input' => 'text',
'default' => '.2em',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,166 @@
<?php
/*
Name: Toasts
Slug: toasts
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-toasts-';
return array(
array(
'label' => '$toast-max-width',
'name' => $slug . 'toast-max-width',
'variable' => '$toast-max-width',
'row' => 'default',
'input' => 'text',
'default' => '350px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-padding-x',
'name' => $slug . 'toast-padding-x',
'variable' => '$toast-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '.75rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-padding-y',
'name' => $slug . 'toast-padding-y',
'variable' => '$toast-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '.5rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-font-size',
'name' => $slug . 'toast-font-size',
'variable' => '$toast-font-size',
'row' => 'default',
'input' => 'text',
'default' => '.875rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-color',
'name' => $slug . 'toast-color',
'variable' => '$toast-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-background-color',
'name' => $slug . 'toast-background-color',
'variable' => '$toast-background-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .85)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-border-width',
'name' => $slug . 'toast-border-width',
'variable' => '$toast-border-width',
'row' => 'default',
'input' => 'text',
'default' => '1px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-border-color',
'name' => $slug . 'toast-border-color',
'variable' => '$toast-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba(0, 0, 0, .1)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-border-radius',
'name' => $slug . 'toast-border-radius',
'variable' => '$toast-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-box-shadow',
'name' => $slug . 'toast-box-shadow',
'variable' => '$toast-box-shadow',
'row' => 'default',
'input' => 'text',
'default' => '$box-shadow',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-spacing',
'name' => $slug . 'toast-spacing',
'variable' => '$toast-spacing',
'row' => 'default',
'input' => 'text',
'default' => '$container-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-header-color',
'name' => $slug . 'toast-header-color',
'variable' => '$toast-header-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$gray-600',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-header-background-color',
'name' => $slug . 'toast-header-background-color',
'variable' => '$toast-header-background-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba($white, .85)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$toast-header-border-color',
'name' => $slug . 'toast-header-border-color',
'variable' => '$toast-header-border-color',
'row' => 'default',
'input' => 'color-picker',
'default' => 'rgba(0, 0, 0, .05)',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,210 @@
<?php
/*
Name: Tooltip
Slug: tooltip
Description:
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-tooltip-';
return array(
array(
'label' => '$tooltip-font-size',
'name' => $slug . 'tooltip-font-size',
'variable' => '$tooltip-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$font-size-sm',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-max-width',
'name' => $slug . 'tooltip-max-width',
'variable' => '$tooltip-max-width',
'row' => 'default',
'input' => 'text',
'default' => '200px',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-color',
'name' => $slug . 'tooltip-color',
'variable' => '$tooltip-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$white',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-bg',
'name' => $slug . 'tooltip-bg',
'variable' => '$tooltip-bg',
'row' => 'default',
'input' => 'color-picker',
'default' => '$black',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-border-radius',
'name' => $slug . 'tooltip-border-radius',
'variable' => '$tooltip-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-opacity',
'name' => $slug . 'tooltip-opacity',
'variable' => '$tooltip-opacity',
'row' => 'default',
'input' => 'text',
'default' => '.9',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-padding-y',
'name' => $slug . 'tooltip-padding-y',
'variable' => '$tooltip-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .25',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-padding-x',
'name' => $slug . 'tooltip-padding-x',
'variable' => '$tooltip-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$spacer * .5',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-margin',
'name' => $slug . 'tooltip-margin',
'variable' => '$tooltip-margin',
'row' => 'default',
'input' => 'color-picker',
'default' => '0',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-arrow-width',
'name' => $slug . 'tooltip-arrow-width',
'variable' => '$tooltip-arrow-width',
'row' => 'default',
'input' => 'text',
'default' => '.8rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-arrow-height',
'name' => $slug . 'tooltip-arrow-height',
'variable' => '$tooltip-arrow-height',
'row' => 'default',
'input' => 'text',
'default' => '.4rem',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$tooltip-arrow-color',
'name' => $slug . 'tooltip-arrow-color',
'variable' => '$tooltip-arrow-color',
'row' => 'default',
'input' => 'color-picker',
'default' => '$tooltip-bg',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$form-feedback-tooltip-padding-y',
'name' => $slug . 'form-feedback-tooltip-padding-y',
'variable' => '$form-feedback-tooltip-padding-y',
'row' => 'default',
'input' => 'text',
'default' => '$tooltip-padding-y',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$form-feedback-tooltip-padding-x',
'name' => $slug . 'form-feedback-tooltip-padding-x',
'variable' => '$form-feedback-tooltip-padding-x',
'row' => 'default',
'input' => 'text',
'default' => '$tooltip-padding-x',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$form-feedback-tooltip-font-size',
'name' => $slug . 'form-feedback-tooltip-font-size',
'variable' => '$form-feedback-tooltip-font-size',
'row' => 'default',
'input' => 'text',
'default' => '$tooltip-font-size',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$form-feedback-tooltip-line-height',
'name' => $slug . 'form-feedback-tooltip-line-height',
'variable' => '$form-feedback-tooltip-line-height',
'row' => 'default',
'input' => 'text',
'default' => 'null',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$form-feedback-tooltip-opacity',
'name' => $slug . 'form-feedback-tooltip-opacity',
'variable' => '$form-feedback-tooltip-opacity',
'row' => 'default',
'input' => 'text',
'default' => '$tooltip-opacity',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$form-feedback-tooltip-border-radius',
'name' => $slug . 'form-feedback-tooltip-border-radius',
'variable' => '$form-feedback-tooltip-border-radius',
'row' => 'default',
'input' => 'text',
'default' => '$tooltip-border-radius',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);

View File

@@ -0,0 +1,111 @@
<?php
/*
Name: Z-index
Slug: z-index
Description: Warning: Avoid customizing these values. They're used for a bird's eye view of components dependent on the z-axis and are designed to all work together.
Position: 10
Theme:
*/
$slug = AREOI__PREPEND . ( !empty( $section ) ? '-' . $section : '' ) . '-z-index-';
return array(
array(
'label' => '$zindex-dropdown',
'name' => $slug . 'zindex-dropdown',
'variable' => '$zindex-dropdown',
'row' => 'default',
'input' => 'text',
'default' => '1000',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-sticky',
'name' => $slug . 'zindex-sticky',
'variable' => '$zindex-sticky',
'row' => 'default',
'input' => 'text',
'default' => '1020',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-fixed',
'name' => $slug . 'zindex-fixed',
'variable' => '$zindex-fixed',
'row' => 'default',
'input' => 'text',
'default' => '1030',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-modal-backdrop',
'name' => $slug . 'zindex-modal-backdrop',
'variable' => '$zindex-modal-backdrop',
'row' => 'default',
'input' => 'text',
'default' => '1040',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-offcanvas-backdrop',
'name' => $slug . 'zindex-offcanvas-backdrop',
'variable' => '$zindex-offcanvas-backdrop',
'row' => 'default',
'input' => 'text',
'default' => '1040',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-offcanvas',
'name' => $slug . 'zindex-offcanvas',
'variable' => '$zindex-offcanvas',
'row' => 'default',
'input' => 'text',
'default' => '1050',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-modal',
'name' => $slug . 'zindex-modal',
'variable' => '$zindex-modal',
'row' => 'default',
'input' => 'text',
'default' => '1060',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-popover',
'name' => $slug . 'zindex-popover',
'variable' => '$zindex-popover',
'row' => 'default',
'input' => 'text',
'default' => '1070',
'description' => '',
'allow_reset' => true,
'options' => array()
),
array(
'label' => '$zindex-tooltip',
'name' => $slug . 'zindex-tooltip',
'variable' => '$zindex-tooltip',
'row' => 'default',
'input' => 'text',
'default' => '1080',
'description' => '',
'allow_reset' => true,
'options' => array()
),
);