diff --git a/doc/includes/alert/examples_alert_aria.html b/doc/includes/alert/examples_alert_aria.html new file mode 100644 index 0000000000..312f7edebb --- /dev/null +++ b/doc/includes/alert/examples_alert_aria.html @@ -0,0 +1,8 @@ +{{#markdown}} +```html +
+ Your content goes here + +
+``` +{{/markdown}} \ No newline at end of file diff --git a/doc/includes/alert/examples_alert_aria_rendered.html b/doc/includes/alert/examples_alert_aria_rendered.html new file mode 100644 index 0000000000..2b8a89860e --- /dev/null +++ b/doc/includes/alert/examples_alert_aria_rendered.html @@ -0,0 +1,4 @@ +
+ Your content goes here + +
\ No newline at end of file diff --git a/doc/includes/form/examples_form_labels.html b/doc/includes/form/examples_form_labels.html index cb4516b50b..83f6a49fde 100755 --- a/doc/includes/form/examples_form_labels.html +++ b/doc/includes/form/examples_form_labels.html @@ -8,7 +8,7 @@
-
+
@@ -18,15 +18,49 @@
+
+
-
+
+
+ Label +
+
+ +
+
+
+
+
- Label + Label +
+
+
+
+
+
+
+
+ Go +
+
+ +
+
+
+
+
+
+ +
+
+ Go
- \ No newline at end of file + diff --git a/doc/includes/form/examples_form_labels_rendered.html b/doc/includes/form/examples_form_labels_rendered.html index a89c181b39..e07c9bc880 100755 --- a/doc/includes/form/examples_form_labels_rendered.html +++ b/doc/includes/form/examples_form_labels_rendered.html @@ -10,7 +10,7 @@
-
+
@@ -20,17 +20,51 @@
+
+
-
+
+
+ Label +
+
+ +
+
+
+
+
- Label + Label +
+
+
+
+
+
+
+
+ Go +
+
+ +
+
+
+
+
+
+ +
+
+ Go
``` -{{/markdown}} \ No newline at end of file +{{/markdown}} diff --git a/doc/includes/icon-bar/examples_icon_bar_iconfont.html b/doc/includes/icon-bar/examples_icon_bar_iconfont.html index 9b6bf6c6d3..17fa2f19c0 100644 --- a/doc/includes/icon-bar/examples_icon_bar_iconfont.html +++ b/doc/includes/icon-bar/examples_icon_bar_iconfont.html @@ -18,4 +18,4 @@
``` -{{/markdown}} +{{/markdown}} \ No newline at end of file diff --git a/doc/includes/icon-bar/examples_icon_bar_iconfont_aria.html b/doc/includes/icon-bar/examples_icon_bar_iconfont_aria.html index 1a6b65ab63..2f3acd0afb 100644 --- a/doc/includes/icon-bar/examples_icon_bar_iconfont_aria.html +++ b/doc/includes/icon-bar/examples_icon_bar_iconfont_aria.html @@ -1,21 +1,21 @@ {{#markdown}} ```html -
- + ``` -{{/markdown}} +{{/markdown}} \ No newline at end of file diff --git a/doc/includes/icon-bar/examples_icon_bar_iconfont_aria_rendered.html b/doc/includes/icon-bar/examples_icon_bar_iconfont_aria_rendered.html index 211e33b05b..f7b330b30e 100644 --- a/doc/includes/icon-bar/examples_icon_bar_iconfont_aria_rendered.html +++ b/doc/includes/icon-bar/examples_icon_bar_iconfont_aria_rendered.html @@ -1,17 +1,17 @@ -
- + \ No newline at end of file diff --git a/doc/includes/icon-bar/examples_icon_bar_text_aria.html b/doc/includes/icon-bar/examples_icon_bar_text_aria.html new file mode 100644 index 0000000000..217dd07adf --- /dev/null +++ b/doc/includes/icon-bar/examples_icon_bar_text_aria.html @@ -0,0 +1,26 @@ +{{#markdown}} +```html + +``` +{{/markdown}} \ No newline at end of file diff --git a/doc/includes/icon-bar/examples_icon_bar_text_aria_rendered.html b/doc/includes/icon-bar/examples_icon_bar_text_aria_rendered.html new file mode 100644 index 0000000000..b8a1a8ec18 --- /dev/null +++ b/doc/includes/icon-bar/examples_icon_bar_text_aria_rendered.html @@ -0,0 +1,22 @@ + \ No newline at end of file diff --git a/doc/includes/kitchen/examples_kitchen_type.html b/doc/includes/kitchen/examples_kitchen_type.html index 72a6fed58f..cad0b6b985 100755 --- a/doc/includes/kitchen/examples_kitchen_type.html +++ b/doc/includes/kitchen/examples_kitchen_type.html @@ -1,3 +1,5 @@ +
+

h1. This is a very large header.

h2. This is a large header.

h3. This is a medium header.

@@ -65,4 +67,6 @@
Vcard
  • Caprica City
  • Caprica, 12345
  • - \ No newline at end of file + + +
    \ No newline at end of file diff --git a/doc/includes/range_sliders/examples_slider_variables.html b/doc/includes/range_sliders/examples_slider_variables.html index f21a493479..27a6c7f008 100755 --- a/doc/includes/range_sliders/examples_slider_variables.html +++ b/doc/includes/range_sliders/examples_slider_variables.html @@ -12,6 +12,7 @@ $range-slider-radius: $global-radius; $range-slider-round: $global-rounded; $range-slider-bar-bg-color: #fafafa; +$range-slider-active-segment-bg-color: scale-color($secondary-color, $lightness: -1%); // Vertical bar styles $range-slider-vertical-bar-width: rem-calc(16); diff --git a/doc/includes/switch/examples_switch_basic_aria.html b/doc/includes/switch/examples_switch_basic_aria.html new file mode 100644 index 0000000000..cb867de51d --- /dev/null +++ b/doc/includes/switch/examples_switch_basic_aria.html @@ -0,0 +1,4 @@ +
    + + +
    diff --git a/doc/includes/switch/examples_switch_basic_aria_rendered.html b/doc/includes/switch/examples_switch_basic_aria_rendered.html new file mode 100644 index 0000000000..6027584ae3 --- /dev/null +++ b/doc/includes/switch/examples_switch_basic_aria_rendered.html @@ -0,0 +1,8 @@ +{{#markdown}} +```html +
    + + +
    +``` +{{/markdown}} diff --git a/doc/includes/tabs/examples_tabs_basic.html b/doc/includes/tabs/examples_tabs_basic.html index 1b22c0991e..f406ece3ea 100755 --- a/doc/includes/tabs/examples_tabs_basic.html +++ b/doc/includes/tabs/examples_tabs_basic.html @@ -1,20 +1,20 @@ -
      -
    • Tab 1
    • -
    • Tab 2
    • -
    • Tab 3
    • -
    • Tab 4
    • +
      -
      -

      First panel content goes here...

      -
      -
      -

      Second panel content goes here...

      -
      -
      -

      Third panel content goes here...

      -
      -
      -

      Fourth panel content goes here...

      -
      -
      \ No newline at end of file +
      +

      First panel content goes here...

      +
      + + + +
    diff --git a/doc/includes/tabs/examples_tabs_basic_rendered.html b/doc/includes/tabs/examples_tabs_basic_rendered.html index 33df1e479b..f429836e88 100755 --- a/doc/includes/tabs/examples_tabs_basic_rendered.html +++ b/doc/includes/tabs/examples_tabs_basic_rendered.html @@ -1,20 +1,24 @@ -
    diff --git a/doc/includes/tabs/examples_tabs_deep_linking.html b/doc/includes/tabs/examples_tabs_deep_linking.html index e4e364c12a..59d49dec4f 100755 --- a/doc/includes/tabs/examples_tabs_deep_linking.html +++ b/doc/includes/tabs/examples_tabs_deep_linking.html @@ -1,13 +1,19 @@ -
    -
    Tab 1
    -
    Tab 2
    -
    +
    - - + + +
    diff --git a/doc/includes/tabs/examples_tabs_intro.html b/doc/includes/tabs/examples_tabs_intro.html index 999f7edf47..a2bd3fab26 100755 --- a/doc/includes/tabs/examples_tabs_intro.html +++ b/doc/includes/tabs/examples_tabs_intro.html @@ -1,20 +1,20 @@ -
    diff --git a/doc/includes/tabs/examples_tabs_vertical_basic.html b/doc/includes/tabs/examples_tabs_vertical_basic.html index 2958395262..1d2d2cb869 100755 --- a/doc/includes/tabs/examples_tabs_vertical_basic.html +++ b/doc/includes/tabs/examples_tabs_vertical_basic.html @@ -1,20 +1,20 @@ -