Skip to content

Commit 0adaef8

Browse files
committed
update bootswatch to v5.3.7
1 parent f76cf6b commit 0adaef8

55 files changed

Lines changed: 102 additions & 57 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

exponent_constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
* Changing the version here lets Exponent adjust where to look
613613
*/
614614
if (!defined('SMARTY_PATH')) {
615-
define('SMARTY_VERSION', '4.4.1'); // 4.5.5, 5.4.3
615+
define('SMARTY_VERSION', '4.4.1'); // 4.5.5, 5.5.1
616616
define('SMARTY_PATH', BASE . 'external/smarty-' . SMARTY_VERSION . '/libs/');
617617
// define('SMARTY_DEVELOPMENT', false);
618618
}

external/ExtPrograms3.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ yui2in3,0.3,github.com/yui/2in3,0.3,
1414
recaptchalib,1.2.4/1.3.0,github.com/google/ReCAPTCHA,1.3.0,
1515
barcode,1 5/10/2005,www.sid6581.net/cs/php-scripts/barcode,1 5/10/2005,
1616
feedcreator.class.php,1.80exp,sourceforge.net/projects/feedcreator,1.80dev,"blog.pothoven.net/2006/01/changing-feedcreatorclassphp-for.html, also merged 1.7.3 from Drupal"
17-
xmlrpc.php,4.11.1,github.com/gggeek/phpxmlrpc,4.11.1,
17+
xmlrpc.php,4.11.2,github.com/gggeek/phpxmlrpc,4.11.2,
1818
Twitter model,2.3.1,github.com/tijsverkoyen/TwitterOAuth,2.3.1,placed in Twitter module with _construct tweaked & namespace deleted
1919
Twitter API,1.0.6,github.com/J7mbo/twitter-api-php,1.0.6,used by socialmedia module
2020
SimplePie,1.8.1,github.com/simplepie/simplepie,1.8.1,php 8 fix
@@ -32,7 +32,7 @@ popper.js/floating-ui,1.16.1,github.com/FezVrasta/popper.js,1.16.1/2.11.8,needed
3232
Bootswatch2,2.3.2,bootswatch.com,2.3.2,
3333
Bootswatch3,3.4.1+1,bootswatch.com,3.4.1+1,change 1st line variables.less comment to output to .css file
3434
Bootswatch4,4.6.2,bootswatch.com,4.6.2,change 1st line variables.scss comment to output to .css file
35-
Bootswatch5,5.3.6,bootswatch.com,5.3.6,change 1st line variables.scss comment to output to .css file
35+
Bootswatch5,5.3.7,bootswatch.com,5.3.7,change 1st line variables.scss comment to output to .css file
3636
Font-Awesome3,3.2.1,fontawesome.github.com/Font-Awesome,3.2.1,updated FontAwesomePath in variables.less
3737
Font-Awesome4,4.7.0,fontawesome.github.com/Font-Awesome,4.7.0,
3838
Font-Awesome5,5.15.4,fontawesome.com,5.15.4,add import all 'fonts' sheets into main sheet

external/bootstrap5/scss/brite/_bootswatch.scss

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Brite 5.3.6 */
1+
/* Brite 5.3.7 */
22
// Bootswatch
33

44

@@ -105,6 +105,10 @@
105105
.btn {
106106
margin-left: 0;
107107
}
108+
109+
> .btn.active {
110+
z-index: 0;
111+
}
108112
}
109113

110114
.btn-group,
@@ -199,6 +203,16 @@ a {
199203

200204
// Navs
201205

206+
.nav {
207+
&:not(.nav-tabs, .nav-pills) {
208+
.nav-link {
209+
&.active {
210+
font-weight: 700;
211+
}
212+
}
213+
}
214+
}
215+
202216
.nav-tabs {
203217
gap: 4px;
204218
padding: .4rem .4rem calc(.4rem + 2px);
@@ -289,7 +303,7 @@ a {
289303
}
290304
}
291305

292-
.nav-underline {
306+
.nav {
293307
.nav-link {
294308
--#{$prefix}nav-link-color: #fff;
295309

external/bootstrap5/scss/brite/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Brite 5.3.6
1+
// Brite 5.3.7
22
// Bootswatch
33

44
$theme: "brite" !default;

external/bootstrap5/scss/cerulean/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Cerulean 5.3.6 */
1+
/* Cerulean 5.3.7 */
22
// Bootswatch
33

44

external/bootstrap5/scss/cerulean/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cerulean 5.3.6
1+
// Cerulean 5.3.7
22
// Bootswatch
33

44
$theme: "cerulean" !default;

external/bootstrap5/scss/cosmo/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Cosmo 5.3.6 */
1+
/* Cosmo 5.3.7 */
22
// Bootswatch
33

44

external/bootstrap5/scss/cosmo/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Cosmo 5.3.6
1+
// Cosmo 5.3.7
22
// Bootswatch
33

44
$theme: "cosmo" !default;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
/* Default 5.3.6 */
1+
/* Default 5.3.7 */
22
// Placeholder for NO Swatch

external/bootstrap5/scss/cyborg/_bootswatch.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* Cyborg 5.3.6 */
1+
/* Cyborg 5.3.7 */
22
// Bootswatch
33

44

0 commit comments

Comments
 (0)