Skip to content

Commit

Permalink
Merge branch 'v5'
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Sep 20, 2023
2 parents c7d7f84 + 1d2b5bc commit e301186
Show file tree
Hide file tree
Showing 614 changed files with 7,242 additions and 32,584 deletions.
5 changes: 0 additions & 5 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ module.exports = grunt => {
cwd: 'node_modules/bootstrap-icons',
src: ['font/**'],
dest: 'docs/_vendor/bootstrap-icons/'
}, {
expand: true,
cwd: 'node_modules/jquery',
src: ['dist/**'],
dest: 'docs/_vendor/jquery/'
}, {
expand: true,
cwd: 'node_modules/prismjs',
Expand Down
2 changes: 1 addition & 1 deletion dist/cerulean/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 5.3.1
// Cerulean 5.3.2
// Bootswatch


Expand Down
3 changes: 1 addition & 2 deletions dist/cerulean/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Cerulean 5.3.1
// Cerulean 5.3.2
// Bootswatch

$theme: "cerulean" !default;
Expand Down Expand Up @@ -51,7 +51,6 @@ $headings-color: $cyan !default;

// Dropdowns

$dropdown-link-color: $body-color !default;
$dropdown-link-hover-color: $white !default;
$dropdown-link-hover-bg: $primary !default;

Expand Down
85 changes: 45 additions & 40 deletions dist/cerulean/bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
@charset "UTF-8";
/*!
* Bootswatch v5.3.1 (https://bootswatch.com)
* Bootswatch v5.3.2 (https://bootswatch.com)
* Theme: cerulean
* Copyright 2012-2023 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*!
* Bootstrap v5.3.1 (https://getbootstrap.com/)
* Bootstrap v5.3.2 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
Expand Down Expand Up @@ -106,6 +106,7 @@
--bs-link-hover-color: #2683b9;
--bs-link-hover-color-rgb: 38, 131, 185;
--bs-code-color: #e83e8c;
--bs-highlight-color: #495057;
--bs-highlight-bg: #f8ddcc;
--bs-border-width: 1px;
--bs-border-style: solid;
Expand Down Expand Up @@ -177,6 +178,8 @@
--bs-link-color-rgb: 130, 200, 241;
--bs-link-hover-color-rgb: 155, 211, 244;
--bs-code-color: #f18bba;
--bs-highlight-color: #dee2e6;
--bs-highlight-bg: #582200;
--bs-border-color: #495057;
--bs-border-color-translucent: rgba(255, 255, 255, 0.15);
--bs-form-valid-color: #abcb88;
Expand Down Expand Up @@ -332,6 +335,7 @@ small, .small {

mark, .mark {
padding: 0.1875em;
color: var(--bs-highlight-color);
background-color: var(--bs-highlight-bg);
}

Expand Down Expand Up @@ -826,7 +830,7 @@ progress {

.row-cols-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}

.row-cols-4 > * {
Expand All @@ -841,7 +845,7 @@ progress {

.row-cols-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}

.col-auto {
Expand Down Expand Up @@ -1031,7 +1035,7 @@ progress {
}
.row-cols-sm-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-sm-4 > * {
flex: 0 0 auto;
Expand All @@ -1043,7 +1047,7 @@ progress {
}
.row-cols-sm-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-sm-auto {
flex: 0 0 auto;
Expand Down Expand Up @@ -1200,7 +1204,7 @@ progress {
}
.row-cols-md-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-md-4 > * {
flex: 0 0 auto;
Expand All @@ -1212,7 +1216,7 @@ progress {
}
.row-cols-md-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-md-auto {
flex: 0 0 auto;
Expand Down Expand Up @@ -1369,7 +1373,7 @@ progress {
}
.row-cols-lg-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-lg-4 > * {
flex: 0 0 auto;
Expand All @@ -1381,7 +1385,7 @@ progress {
}
.row-cols-lg-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-lg-auto {
flex: 0 0 auto;
Expand Down Expand Up @@ -1538,7 +1542,7 @@ progress {
}
.row-cols-xl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-xl-4 > * {
flex: 0 0 auto;
Expand All @@ -1550,7 +1554,7 @@ progress {
}
.row-cols-xl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-xl-auto {
flex: 0 0 auto;
Expand Down Expand Up @@ -1707,7 +1711,7 @@ progress {
}
.row-cols-xxl-3 > * {
flex: 0 0 auto;
width: 33.3333333333%;
width: 33.33333333%;
}
.row-cols-xxl-4 > * {
flex: 0 0 auto;
Expand All @@ -1719,7 +1723,7 @@ progress {
}
.row-cols-xxl-6 > * {
flex: 0 0 auto;
width: 16.6666666667%;
width: 16.66666667%;
}
.col-xxl-auto {
flex: 0 0 auto;
Expand Down Expand Up @@ -1863,16 +1867,16 @@ progress {
--bs-table-bg-type: initial;
--bs-table-color-state: initial;
--bs-table-bg-state: initial;
--bs-table-color: var(--bs-body-color);
--bs-table-color: var(--bs-emphasis-color);
--bs-table-bg: var(--bs-body-bg);
--bs-table-border-color: var(--bs-border-color);
--bs-table-accent-bg: transparent;
--bs-table-striped-color: var(--bs-body-color);
--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
--bs-table-active-color: var(--bs-body-color);
--bs-table-active-bg: rgba(0, 0, 0, 0.1);
--bs-table-hover-color: var(--bs-body-color);
--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
--bs-table-striped-color: var(--bs-emphasis-color);
--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
--bs-table-active-color: var(--bs-emphasis-color);
--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
--bs-table-hover-color: var(--bs-emphasis-color);
--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
width: 100%;
margin-bottom: 1rem;
vertical-align: top;
Expand Down Expand Up @@ -1941,7 +1945,7 @@ progress {
.table-primary {
--bs-table-color: #000;
--bs-table-bg: #d5edfa;
--bs-table-border-color: #c0d5e1;
--bs-table-border-color: #aabec8;
--bs-table-striped-bg: #cae1ee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #c0d5e1;
Expand All @@ -1955,7 +1959,7 @@ progress {
.table-secondary {
--bs-table-color: #000;
--bs-table-bg: #fbfbfc;
--bs-table-border-color: #e2e2e3;
--bs-table-border-color: #c9c9ca;
--bs-table-striped-bg: #eeeeef;
--bs-table-striped-color: #000;
--bs-table-active-bg: #e2e2e3;
Expand All @@ -1969,7 +1973,7 @@ progress {
.table-success {
--bs-table-color: #000;
--bs-table-bg: #e3eed7;
--bs-table-border-color: #ccd6c2;
--bs-table-border-color: #b6beac;
--bs-table-striped-bg: #d8e2cc;
--bs-table-striped-color: #000;
--bs-table-active-bg: #ccd6c2;
Expand All @@ -1983,7 +1987,7 @@ progress {
.table-info {
--bs-table-color: #000;
--bs-table-bg: #cdd8e3;
--bs-table-border-color: #b9c2cc;
--bs-table-border-color: #a4adb6;
--bs-table-striped-bg: #c3cdd8;
--bs-table-striped-color: #000;
--bs-table-active-bg: #b9c2cc;
Expand All @@ -1997,7 +2001,7 @@ progress {
.table-warning {
--bs-table-color: #000;
--bs-table-bg: #f8ddcc;
--bs-table-border-color: #dfc7b8;
--bs-table-border-color: #c6b1a3;
--bs-table-striped-bg: #ecd2c2;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfc7b8;
Expand All @@ -2011,7 +2015,7 @@ progress {
.table-danger {
--bs-table-color: #000;
--bs-table-bg: #f4d2d3;
--bs-table-border-color: #dcbdbe;
--bs-table-border-color: #c3a8a9;
--bs-table-striped-bg: #e8c8c8;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dcbdbe;
Expand All @@ -2025,7 +2029,7 @@ progress {
.table-light {
--bs-table-color: #000;
--bs-table-bg: #f8f9fa;
--bs-table-border-color: #dfe0e1;
--bs-table-border-color: #c6c7c8;
--bs-table-striped-bg: #ecedee;
--bs-table-striped-color: #000;
--bs-table-active-bg: #dfe0e1;
Expand All @@ -2039,7 +2043,7 @@ progress {
.table-dark {
--bs-table-color: #fff;
--bs-table-bg: #343a40;
--bs-table-border-color: #484e53;
--bs-table-border-color: #5d6166;
--bs-table-striped-bg: #3e444a;
--bs-table-striped-color: #fff;
--bs-table-active-bg: #484e53;
Expand Down Expand Up @@ -2395,6 +2399,7 @@ textarea.form-control-lg {

.form-check-input {
--bs-form-check-bg: var(--bs-body-bg);
flex-shrink: 0;
width: 1em;
height: 1em;
margin-top: 0.25em;
Expand Down Expand Up @@ -2551,7 +2556,7 @@ textarea.form-control-lg {
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-tertiary-bg);
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
Expand Down Expand Up @@ -2580,7 +2585,7 @@ textarea.form-control-lg {
height: 0.5rem;
color: transparent;
cursor: pointer;
background-color: var(--bs-tertiary-bg);
background-color: var(--bs-secondary-bg);
border-color: transparent;
border-radius: 1rem;
}
Expand Down Expand Up @@ -3438,8 +3443,8 @@ textarea.form-control-lg {
--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
--bs-dropdown-divider-bg: var(--bs-border-color-translucent);
--bs-dropdown-divider-margin-y: 0.5rem;
--bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-dropdown-link-color: #495057;
--bs-dropdown-box-shadow: var(--bs-box-shadow);
--bs-dropdown-link-color: var(--bs-body-color);
--bs-dropdown-link-hover-color: #fff;
--bs-dropdown-link-hover-bg: #2fa4e7;
--bs-dropdown-link-active-color: #fff;
Expand Down Expand Up @@ -5480,7 +5485,7 @@ textarea.form-control-lg {
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: var(--bs-border-width);
--bs-modal-border-radius: var(--bs-border-radius-lg);
--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-modal-box-shadow: var(--bs-box-shadow-sm);
--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
Expand Down Expand Up @@ -5621,7 +5626,7 @@ textarea.form-control-lg {
@media (min-width: 576px) {
.modal {
--bs-modal-margin: 1.75rem;
--bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-modal-box-shadow: var(--bs-box-shadow);
}
.modal-dialog {
max-width: var(--bs-modal-width);
Expand Down Expand Up @@ -5873,7 +5878,7 @@ textarea.form-control-lg {
--bs-popover-border-color: var(--bs-border-color-translucent);
--bs-popover-border-radius: var(--bs-border-radius-lg);
--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
--bs-popover-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
--bs-popover-box-shadow: var(--bs-box-shadow);
--bs-popover-header-padding-x: 1rem;
--bs-popover-header-padding-y: 0.5rem;
--bs-popover-header-font-size: 1rem;
Expand Down Expand Up @@ -6308,7 +6313,7 @@ textarea.form-control-lg {
--bs-offcanvas-bg: var(--bs-body-bg);
--bs-offcanvas-border-width: var(--bs-border-width);
--bs-offcanvas-border-color: var(--bs-border-color-translucent);
--bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
--bs-offcanvas-transition: transform 0.3s ease-in-out;
--bs-offcanvas-title-line-height: 1.5;
}
Expand Down Expand Up @@ -7387,15 +7392,15 @@ textarea.form-control-lg {
}

.shadow {
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
Expand Down
6 changes: 3 additions & 3 deletions dist/cerulean/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cerulean/bootstrap.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit e301186

Please sign in to comment.