Skip to content

Commit

Permalink
release: v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Sep 1, 2022
1 parent a685e7f commit 5f97131
Show file tree
Hide file tree
Showing 114 changed files with 1,336 additions and 1,327 deletions.
2 changes: 1 addition & 1 deletion dist/404.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v4.2.0
* @version v4.2.1
* @link https://coreui.io
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
Expand Down
2 changes: 1 addition & 1 deletion dist/500.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v4.2.0
* @version v4.2.1
* @link https://coreui.io
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
Expand Down
10 changes: 5 additions & 5 deletions dist/base/accordion.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v4.2.0
* @version v4.2.1
* @link https://coreui.io
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
Expand Down Expand Up @@ -301,7 +301,7 @@
<p class="text-medium-emphasis small">Click the accordions below to expand/collapse the accordion content.</p>
<div class="example">
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-373" role="tab">
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-635" role="tab">
<svg class="icon me-2">
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-media-play"></use>
</svg>Preview</a></li>
Expand All @@ -311,7 +311,7 @@
</svg>Code</a></li>
</ul>
<div class="tab-content rounded-bottom">
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-373">
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-635">
<div class="accordion" id="accordionExample">
<div class="accordion-item">
<h2 class="accordion-header" id="headingOne">
Expand Down Expand Up @@ -351,7 +351,7 @@ <h2 class="accordion-header" id="headingThree">
<p class="text-medium-emphasis small">Add <code>.accordion-flush</code> to remove the default <code>background-color</code>, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.</p>
<div class="example">
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-390" role="tab">
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-517" role="tab">
<svg class="icon me-2">
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-media-play"></use>
</svg>Preview</a></li>
Expand All @@ -361,7 +361,7 @@ <h2 class="accordion-header" id="headingThree">
</svg>Code</a></li>
</ul>
<div class="tab-content rounded-bottom">
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-390">
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-517">
<div class="accordion accordion-flush" id="accordionFlushExample">
<div class="accordion-item">
<h2 class="accordion-header" id="flush-headingOne">
Expand Down
6 changes: 3 additions & 3 deletions dist/base/breadcrumb.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v4.2.0
* @version v4.2.1
* @link https://coreui.io
* Copyright (c) 2022 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
Expand Down Expand Up @@ -301,7 +301,7 @@
<p class="text-medium-emphasis small">The breadcrumb navigation provides links back to each previous page the user navigated through and shows the current location in a website or an application. You don’t have to add separators, because they automatically added in CSS through <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/::before"> <code>::before</code></a> and <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/content"> <code>content</code></a>.</p>
<div class="example">
<ul class="nav nav-tabs" role="tablist">
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-1262" role="tab">
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-736" role="tab">
<svg class="icon me-2">
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-media-play"></use>
</svg>Preview</a></li>
Expand All @@ -311,7 +311,7 @@
</svg>Code</a></li>
</ul>
<div class="tab-content rounded-bottom">
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-1262">
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-736">
<nav aria-label="breadcrumb" role="navigation">
<ol class="breadcrumb">
<li class="breadcrumb-item active" aria-current="page">Home</li>
Expand Down

0 comments on commit 5f97131

Please sign in to comment.