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 --- .../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 +- 11 files changed, 45 insertions(+), 8 deletions(-) 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 (limited to 'vendor/twbs/bootstrap/site/_includes/icons') diff --git a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg b/vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg new file mode 100644 index 000000000..079c881a0 --- /dev/null +++ b/vendor/twbs/bootstrap/site/_includes/icons/bootstrap-stack.svg @@ -0,0 +1 @@ +Bootstrap \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg b/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg index 816028bd8..ec6da152f 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/bootstrap.svg @@ -1 +1 @@ -Bootstrap +Bootstrap \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/download.svg b/vendor/twbs/bootstrap/site/_includes/icons/download.svg index aa5f3f1be..ef8af7662 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/download.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/download.svg @@ -1 +1 @@ -Download icon + \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/github.svg b/vendor/twbs/bootstrap/site/_includes/icons/github.svg index 5d6ad1804..0243df5a2 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/github.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/github.svg @@ -1 +1 @@ -GitHub +GitHub \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/import.svg b/vendor/twbs/bootstrap/site/_includes/icons/import.svg index 0a9dbb269..28563c2be 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/import.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/import.svg @@ -1 +1 @@ -Import icon + \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/lightning.svg b/vendor/twbs/bootstrap/site/_includes/icons/lightning.svg index be6f475ef..bbcf24a76 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/lightning.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/lightning.svg @@ -1 +1 @@ -Lightning icon + \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/menu.svg b/vendor/twbs/bootstrap/site/_includes/icons/menu.svg index 03e15dc49..f6c47035a 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/menu.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/menu.svg @@ -1 +1 @@ -Menu +Menu \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg b/vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg new file mode 100644 index 000000000..090d41dff --- /dev/null +++ b/vendor/twbs/bootstrap/site/_includes/icons/opencollective.svg @@ -0,0 +1 @@ +Open Collective \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg b/vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg new file mode 100644 index 000000000..36883e82d --- /dev/null +++ b/vendor/twbs/bootstrap/site/_includes/icons/placeholder.svg @@ -0,0 +1,35 @@ +{%- comment -%} + Usage: include icons/placeholder.svg args + + args can be one of the following: + title: Used in the SVG `title` tag + text: The text to show in the image - default: 'width x height' + class: default: 'bd-placeholder-img' + color: The text color (foreground) - default: '#dee2e6' + background: The background color - default: '#868e96' + width: default: 100% + height: default: 180px +{%- endcomment -%} + +{%- assign title = include.title | default: 'Placeholder' -%} +{%- assign class = include.class | default: '' -%} +{%- assign color = include.color | default: site.data.grays[2].hex -%} +{%- assign background = include.background | default: site.data.grays[5].hex -%} +{%- assign width = include.width | default: '100%' -%} +{%- assign height = include.height | default: '180' -%} + +{%- if include.text -%} + {%- assign text = include.text -%} +{%- else -%} + {%- assign text = width | append: 'x' | append: height -%} +{%- endif -%} + +{%- capture svg -%} + + {% if title != ' ' %}{{ title }}{% endif %} + + {% if text != ' ' %}{{ text }}{% endif %} + +{%- endcapture -%} + +{{- svg | replace: ' ', '' | strip_newlines -}} diff --git a/vendor/twbs/bootstrap/site/_includes/icons/slack.svg b/vendor/twbs/bootstrap/site/_includes/icons/slack.svg index 3927fa458..d6ae455d8 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/slack.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/slack.svg @@ -1 +1 @@ -Slack +Slack \ No newline at end of file diff --git a/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg b/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg index 450c393b9..7b838be58 100644 --- a/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg +++ b/vendor/twbs/bootstrap/site/_includes/icons/twitter.svg @@ -1 +1 @@ -Twitter +Twitter \ No newline at end of file -- cgit v1.2.3