From 9866053f0ce44721c11990c9f9407e7428757c99 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 10 May 2019 14:21:36 +0200 Subject: update bootstrap to version 4.3.1 --- .../twbs/bootstrap/site/_includes/analytics.html | 6 +++ vendor/twbs/bootstrap/site/_includes/bugify.html | 8 ++-- .../site/_includes/callout-danger-async-methods.md | 2 +- .../_includes/callout-info-prefersreducedmotion.md | 4 ++ vendor/twbs/bootstrap/site/_includes/callout.html | 6 +-- .../twbs/bootstrap/site/_includes/docs-navbar.html | 19 ++++++--- .../bootstrap/site/_includes/docs-sidebar.html | 16 +------- vendor/twbs/bootstrap/site/_includes/example.html | 48 +++++++++++++++++----- vendor/twbs/bootstrap/site/_includes/footer.html | 6 +-- vendor/twbs/bootstrap/site/_includes/header.html | 26 +++--------- .../site/_includes/icons/bootstrap-stack.svg | 1 + .../bootstrap/site/_includes/icons/bootstrap.svg | 2 +- .../bootstrap/site/_includes/icons/download.svg | 2 +- .../twbs/bootstrap/site/_includes/icons/github.svg | 2 +- .../twbs/bootstrap/site/_includes/icons/import.svg | 2 +- .../bootstrap/site/_includes/icons/lightning.svg | 2 +- .../twbs/bootstrap/site/_includes/icons/menu.svg | 2 +- .../site/_includes/icons/opencollective.svg | 1 + .../bootstrap/site/_includes/icons/placeholder.svg | 35 ++++++++++++++++ .../twbs/bootstrap/site/_includes/icons/slack.svg | 2 +- .../bootstrap/site/_includes/icons/twitter.svg | 2 +- vendor/twbs/bootstrap/site/_includes/scripts.html | 15 +++---- vendor/twbs/bootstrap/site/_includes/skippy.html | 6 +-- .../twbs/bootstrap/site/_includes/stylesheet.html | 16 ++++++++ 24 files changed, 149 insertions(+), 82 deletions(-) create mode 100644 vendor/twbs/bootstrap/site/_includes/analytics.html create mode 100644 vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md create mode 100644 vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg create mode 100644 vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg create mode 100644 vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg create mode 100644 vendor/twbs/bootstrap/site/_includes/stylesheet.html (limited to 'vendor/twbs/bootstrap/site/_includes') diff --git a/vendor/twbs/bootstrap/site/_includes/analytics.html b/vendor/twbs/bootstrap/site/_includes/analytics.html new file mode 100644 index 000000000..eeb57f903 --- /dev/null +++ b/vendor/twbs/bootstrap/site/_includes/analytics.html @@ -0,0 +1,6 @@ + + diff --git a/vendor/twbs/bootstrap/site/_includes/bugify.html b/vendor/twbs/bootstrap/site/_includes/bugify.html index 6a02bd23e..7f3340421 100644 --- a/vendor/twbs/bootstrap/site/_includes/bugify.html +++ b/vendor/twbs/bootstrap/site/_includes/bugify.html @@ -1,7 +1,7 @@ {%- comment -%} -Usage: {% include bugify.html content=text %}, -where content is a string that contains a bug reference name and id. -e.g. Bootstrap#19984 + Usage: include bugify.html content=text, + where content is a string that contains a bug reference name and id. + e.g. Bootstrap#19984 {%- endcomment -%} {%- assign words = include.content | split: " " -%} @@ -17,7 +17,7 @@ e.g. Bootstrap#19984 {%- when "Bootstrap" -%} #{{ bug_id }} {%- when "Edge" -%} - Edge issue #{{ bug_id }} + Edge issue #{{ bug_id }} {%- when "A11yUserVoice" -%} Microsoft A11y UserVoice idea #{{ bug_id }} {%- when "UserVoice" -%} diff --git a/vendor/twbs/bootstrap/site/_includes/callout-danger-async-methods.md b/vendor/twbs/bootstrap/site/_includes/callout-danger-async-methods.md index ca35e0b77..083f28f23 100644 --- a/vendor/twbs/bootstrap/site/_includes/callout-danger-async-methods.md +++ b/vendor/twbs/bootstrap/site/_includes/callout-danger-async-methods.md @@ -3,6 +3,6 @@ All API methods are **asynchronous** and start a **transition**. They return to the caller as soon as the transition is started but **before it ends**. In addition, a method call on a **transitioning component will be ignored**. -[See our JavaScript documentation for more information.]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/) +[See our JavaScript documentation for more information]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/javascript/). {% endcapture %} {% include callout.html content=callout type="danger" %} diff --git a/vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md b/vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md new file mode 100644 index 000000000..9c3090376 --- /dev/null +++ b/vendor/twbs/bootstrap/site/_includes/callout-info-prefersreducedmotion.md @@ -0,0 +1,4 @@ +{% capture callout %} +The animation effect of this component is dependent on the `prefers-reduced-motion` media query. See the [reduced motion section of our accessibility documentation]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/accessibility/#reduced-motion). +{% endcapture %} +{% include callout.html content=callout type="info" %} diff --git a/vendor/twbs/bootstrap/site/_includes/callout.html b/vendor/twbs/bootstrap/site/_includes/callout.html index ff9450dc4..434d10e1e 100644 --- a/vendor/twbs/bootstrap/site/_includes/callout.html +++ b/vendor/twbs/bootstrap/site/_includes/callout.html @@ -1,7 +1,7 @@ {%- comment -%} -Usage: {% include callout.html content=callout type="type" %}, -where content is a capture with the content -and type is one of: info (default), danger, warning + Usage: include callout.html content=callout type="type", + where content is a capture with the content + and type is one of: info (default), danger, warning {%- endcomment -%} {%- assign css_class = include.type | default: "info" -%}
diff --git a/vendor/twbs/bootstrap/site/_includes/docs-navbar.html b/vendor/twbs/bootstrap/site/_includes/docs-navbar.html index cb442bd53..80b61b655 100644 --- a/vendor/twbs/bootstrap/site/_includes/docs-navbar.html +++ b/vendor/twbs/bootstrap/site/_includes/docs-navbar.html @@ -15,13 +15,13 @@ Examples
@@ -32,12 +32,16 @@ v{{ site.docs_version }} @@ -52,10 +56,15 @@ + Download diff --git a/vendor/twbs/bootstrap/site/_includes/docs-sidebar.html b/vendor/twbs/bootstrap/site/_includes/docs-sidebar.html index 61edd8ec1..4a41a5581 100644 --- a/vendor/twbs/bootstrap/site/_includes/docs-sidebar.html +++ b/vendor/twbs/bootstrap/site/_includes/docs-sidebar.html @@ -1,5 +1,5 @@