diff --git a/package-lock.json b/package-lock.json
index c3c373085..4e1cdc860 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "@coreui/coreui-free-bootstrap-admin-template",
- "version": "5.0.0",
+ "version": "5.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@coreui/coreui-free-bootstrap-admin-template",
- "version": "5.0.0",
+ "version": "5.1.0",
"funding": [
{
"type": "opencollective",
@@ -54,7 +54,7 @@
"sass": "^1.77.8",
"serve": "^14.2.3",
"shelljs": "^0.8.5",
- "stylelint": "16.8.2",
+ "stylelint": "16.9.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"sync-directory": "^6.0.5"
}
@@ -9949,9 +9949,9 @@
"dev": true
},
"node_modules/stylelint": {
- "version": "16.8.2",
- "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.8.2.tgz",
- "integrity": "sha512-fInKATippQhcSm7AB+T32GpI+626yohrg33GkFT/5jzliUw5qhlwZq2UQQwgl3HsHrf09oeARi0ZwgY/UWEv9A==",
+ "version": "16.9.0",
+ "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-16.9.0.tgz",
+ "integrity": "sha512-31Nm3WjxGOBGpQqF43o3wO9L5AC36TPIe6030Lnm13H3vDMTcS21DrLh69bMX+DBilKqMMVLian4iG6ybBoNRQ==",
"dev": true,
"funding": [
{
@@ -9965,9 +9965,9 @@
],
"license": "MIT",
"dependencies": {
- "@csstools/css-parser-algorithms": "^3.0.0",
- "@csstools/css-tokenizer": "^3.0.0",
- "@csstools/media-query-list-parser": "^3.0.0",
+ "@csstools/css-parser-algorithms": "^3.0.1",
+ "@csstools/css-tokenizer": "^3.0.1",
+ "@csstools/media-query-list-parser": "^3.0.1",
"@csstools/selector-specificity": "^4.0.0",
"@dual-bundle/import-meta-resolve": "^4.1.0",
"balanced-match": "^2.0.0",
@@ -9989,7 +9989,7 @@
"known-css-properties": "^0.34.0",
"mathml-tag-names": "^2.1.3",
"meow": "^13.2.0",
- "micromatch": "^4.0.7",
+ "micromatch": "^4.0.8",
"normalize-path": "^3.0.0",
"picocolors": "^1.0.1",
"postcss": "^8.4.41",
@@ -10000,7 +10000,7 @@
"resolve-from": "^5.0.0",
"string-width": "^4.2.3",
"strip-ansi": "^7.1.0",
- "supports-hyperlinks": "^3.0.0",
+ "supports-hyperlinks": "^3.1.0",
"svg-tags": "^1.0.0",
"table": "^6.8.2",
"write-file-atomic": "^5.0.1"
@@ -10400,16 +10400,20 @@
}
},
"node_modules/supports-hyperlinks": {
- "version": "3.0.0",
- "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz",
- "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==",
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.1.0.tgz",
+ "integrity": "sha512-2rn0BZ+/f7puLOHZm1HOJfwBggfaHXUpPUSSG/SWM4TWp5KCfmNYwnC3hruy2rZlMnmWZ+QAGpZfchu3f3695A==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"has-flag": "^4.0.0",
"supports-color": "^7.0.0"
},
"engines": {
"node": ">=14.18"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/supports-hyperlinks/node_modules/has-flag": {
@@ -10417,6 +10421,7 @@
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
"dev": true,
+ "license": "MIT",
"engines": {
"node": ">=8"
}
@@ -10426,6 +10431,7 @@
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
"dev": true,
+ "license": "MIT",
"dependencies": {
"has-flag": "^4.0.0"
},
diff --git a/package.json b/package.json
index c9c32c4fb..2eed7d7ec 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-bootstrap-admin-template",
- "version": "5.0.0",
+ "version": "5.1.0",
"description": "Free Bootstrap Admin Template",
"keywords": [
"admin",
@@ -116,7 +116,7 @@
"sass": "^1.77.8",
"serve": "^14.2.3",
"shelljs": "^0.8.5",
- "stylelint": "16.8.2",
+ "stylelint": "16.9.0",
"stylelint-config-twbs-bootstrap": "^14.2.0",
"sync-directory": "^6.0.5"
}
diff --git a/src/pug/_partials/banner.pug b/src/pug/_partials/banner.pug
index 3d971b101..14bc94f61 100644
--- a/src/pug/_partials/banner.pug
+++ b/src/pug/_partials/banner.pug
@@ -1,6 +1,6 @@
//
* CoreUI - Free Bootstrap Admin Template
- * @version v5.0.0
+ * @version v5.1.0
* @link https://coreui.io/product/free-bootstrap-admin-template/
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
diff --git a/src/pug/_partials/head.pug b/src/pug/_partials/head.pug
index 099d258ce..0ee561ba1 100644
--- a/src/pug/_partials/head.pug
+++ b/src/pug/_partials/head.pug
@@ -34,8 +34,5 @@ link(href='css/style.css', rel='stylesheet')
// We use those styles to show code examples, you should remove them in your application.
link(href='css/examples.css', rel='stylesheet')
-// We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.
-link(href='css/ads.css', rel='stylesheet')
-
script(src='js/config.js')
script(src='js/color-modes.js')
diff --git a/src/scss/ads.scss b/src/scss/ads.scss
deleted file mode 100644
index d495754e3..000000000
--- a/src/scss/ads.scss
+++ /dev/null
@@ -1,73 +0,0 @@
-// stylelint-disable declaration-no-important, selector-max-id
-
-@import "@coreui/coreui/scss/functions";
-@import "@coreui/coreui/scss/variables";
-@import "@coreui/coreui/scss/mixins";
-
-//
-// Carbon ads
-//
-
-#carbonads {
- position: static;
- display: block;
- width: 100%;
- padding: .75rem;
- overflow: hidden;
- @include font-size(.8125rem);
- line-height: 1.4;
- text-align: left;
- background-color: var(--#{$prefix}white);
- border: var(--#{$prefix}border-width) solid var(--#{$prefix}border-color);
- @include border-radius(var(--#{$prefix}border-radius));
-
- a {
- color: var(--#{$prefix}body-color);
- text-decoration: none;
- }
-}
-
-.carbon-img {
- float: left;
- margin-right: .75rem;
-}
-
-.carbon-poweredby {
- display: block;
- margin-top: .75rem;
- color: var(--#{$prefix}body-color) !important;
-}
-
-//
-// CoreUI PRO banner
-//
-
-.banner-coreui-pro {
- display: block;
- min-height: 126px;
- padding: .7rem 1rem;
- color: var(--#{$prefix}body-color);
- text-decoration: none;
- background-image: url("../assets/img/background-pro-yellow.jpg");
- background-position: 50%;
- background-clip: border-box;
- background-size: cover;
- border: var(--#{$prefix}border-width) solid var(--#{$prefix}border-color-translucent);
- @include border-radius(var(--#{$prefix}border-radius));
-}
-
-.banner-coreui-pro-logo {
- float: left;
- margin-right: 1rem;
-}
-
-@if $enable-dark-mode {
- @include color-mode(dark) {
- #carbonads {
- background-color: var(--#{$prefix}tertiary-bg);
- }
- .banner-coreui-pro {
- background-image: url("../assets/img/background-pro.jpg");
- }
- }
-}
diff --git a/src/views/404.html b/src/views/404.html
index f5609e528..3711c52c2 100644
--- a/src/views/404.html
+++ b/src/views/404.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/500.html b/src/views/500.html
index b73673b5f..c3289c864 100644
--- a/src/views/500.html
+++ b/src/views/500.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/accordion.html b/src/views/base/accordion.html
index 303860c9b..8c58031f0 100644
--- a/src/views/base/accordion.html
+++ b/src/views/base/accordion.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/breadcrumb.html b/src/views/base/breadcrumb.html
index 37af4bef7..d57c48ee0 100644
--- a/src/views/base/breadcrumb.html
+++ b/src/views/base/breadcrumb.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/cards.html b/src/views/base/cards.html
index 57ac6192a..8338da607 100644
--- a/src/views/base/cards.html
+++ b/src/views/base/cards.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/carousel.html b/src/views/base/carousel.html
index 7df07f313..802f8e5d0 100644
--- a/src/views/base/carousel.html
+++ b/src/views/base/carousel.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/collapse.html b/src/views/base/collapse.html
index 62370e490..d62c0927a 100644
--- a/src/views/base/collapse.html
+++ b/src/views/base/collapse.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/list-group.html b/src/views/base/list-group.html
index 8f679da36..09650c4fe 100644
--- a/src/views/base/list-group.html
+++ b/src/views/base/list-group.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/navs-tabs.html b/src/views/base/navs-tabs.html
index 82ed64c9f..33650af77 100644
--- a/src/views/base/navs-tabs.html
+++ b/src/views/base/navs-tabs.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/pagination.html b/src/views/base/pagination.html
index df3a6651e..9fe360ab6 100644
--- a/src/views/base/pagination.html
+++ b/src/views/base/pagination.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/placeholders.html b/src/views/base/placeholders.html
index 69094132e..c3b7516e4 100644
--- a/src/views/base/placeholders.html
+++ b/src/views/base/placeholders.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/popovers.html b/src/views/base/popovers.html
index 5df6534d5..60e0b2969 100644
--- a/src/views/base/popovers.html
+++ b/src/views/base/popovers.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/progress.html b/src/views/base/progress.html
index 90ef1ca3c..7bc9c2f59 100644
--- a/src/views/base/progress.html
+++ b/src/views/base/progress.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/spinners.html b/src/views/base/spinners.html
index f5a198572..02d093703 100644
--- a/src/views/base/spinners.html
+++ b/src/views/base/spinners.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/tables.html b/src/views/base/tables.html
index 37a1de706..bc4c6d615 100644
--- a/src/views/base/tables.html
+++ b/src/views/base/tables.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/base/tooltips.html b/src/views/base/tooltips.html
index 0ec73236e..85ee02900 100644
--- a/src/views/base/tooltips.html
+++ b/src/views/base/tooltips.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/blank.html b/src/views/blank.html
index faf60253f..6d5b26cfa 100644
--- a/src/views/blank.html
+++ b/src/views/blank.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/buttons/button-group.html b/src/views/buttons/button-group.html
index 65232bc9d..fc37d819c 100644
--- a/src/views/buttons/button-group.html
+++ b/src/views/buttons/button-group.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/buttons/buttons.html b/src/views/buttons/buttons.html
index 831424077..5d0603ea0 100644
--- a/src/views/buttons/buttons.html
+++ b/src/views/buttons/buttons.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/buttons/dropdowns.html b/src/views/buttons/dropdowns.html
index 8bc96bd1e..1c477bcb3 100644
--- a/src/views/buttons/dropdowns.html
+++ b/src/views/buttons/dropdowns.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/charts.html b/src/views/charts.html
index dccc4bfeb..7d484a520 100644
--- a/src/views/charts.html
+++ b/src/views/charts.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/colors.html b/src/views/colors.html
index e97f91166..4d30736d0 100644
--- a/src/views/colors.html
+++ b/src/views/colors.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/checks-radios.html b/src/views/forms/checks-radios.html
index f4b2b047c..0e47a0632 100644
--- a/src/views/forms/checks-radios.html
+++ b/src/views/forms/checks-radios.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/floating-labels.html b/src/views/forms/floating-labels.html
index a35e533f3..5282514f3 100644
--- a/src/views/forms/floating-labels.html
+++ b/src/views/forms/floating-labels.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/form-control.html b/src/views/forms/form-control.html
index 20a3053e4..6e0bdf2eb 100644
--- a/src/views/forms/form-control.html
+++ b/src/views/forms/form-control.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/input-group.html b/src/views/forms/input-group.html
index 6a9cc7450..413e762a1 100644
--- a/src/views/forms/input-group.html
+++ b/src/views/forms/input-group.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/layout.html b/src/views/forms/layout.html
index 330607885..8f83f4db7 100644
--- a/src/views/forms/layout.html
+++ b/src/views/forms/layout.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/range.html b/src/views/forms/range.html
index cbf35da34..294c790b1 100644
--- a/src/views/forms/range.html
+++ b/src/views/forms/range.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/select.html b/src/views/forms/select.html
index 753c128f2..a668fa7cd 100644
--- a/src/views/forms/select.html
+++ b/src/views/forms/select.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/forms/validation.html b/src/views/forms/validation.html
index 5737008d8..ea554550e 100644
--- a/src/views/forms/validation.html
+++ b/src/views/forms/validation.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/icons/coreui-icons-brand.html b/src/views/icons/coreui-icons-brand.html
index 56c9c156a..27260d944 100644
--- a/src/views/icons/coreui-icons-brand.html
+++ b/src/views/icons/coreui-icons-brand.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/icons/coreui-icons-flag.html b/src/views/icons/coreui-icons-flag.html
index 3f865b774..872b4b808 100644
--- a/src/views/icons/coreui-icons-flag.html
+++ b/src/views/icons/coreui-icons-flag.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/icons/coreui-icons-free.html b/src/views/icons/coreui-icons-free.html
index dfc839fec..454958206 100644
--- a/src/views/icons/coreui-icons-free.html
+++ b/src/views/icons/coreui-icons-free.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/index.html b/src/views/index.html
index 8864208f5..702c9d015 100644
--- a/src/views/index.html
+++ b/src/views/index.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/login.html b/src/views/login.html
index 18e03a37e..6830f8afd 100644
--- a/src/views/login.html
+++ b/src/views/login.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/notifications/alerts.html b/src/views/notifications/alerts.html
index bcc687ecf..840dd86f7 100644
--- a/src/views/notifications/alerts.html
+++ b/src/views/notifications/alerts.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/notifications/badge.html b/src/views/notifications/badge.html
index 3055088b0..6ed54132c 100644
--- a/src/views/notifications/badge.html
+++ b/src/views/notifications/badge.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/notifications/modals.html b/src/views/notifications/modals.html
index 087416221..daad99ddc 100644
--- a/src/views/notifications/modals.html
+++ b/src/views/notifications/modals.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/notifications/toasts.html b/src/views/notifications/toasts.html
index 3b55460f9..da04c9814 100644
--- a/src/views/notifications/toasts.html
+++ b/src/views/notifications/toasts.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/register.html b/src/views/register.html
index ba9e9d52a..5a6301851 100644
--- a/src/views/register.html
+++ b/src/views/register.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/typography.html b/src/views/typography.html
index 8780626de..5167de5d0 100644
--- a/src/views/typography.html
+++ b/src/views/typography.html
@@ -1,7 +1,7 @@
-
-
diff --git a/src/views/widgets.html b/src/views/widgets.html
index 2d35cc1aa..16f70546e 100644
--- a/src/views/widgets.html
+++ b/src/views/widgets.html
@@ -1,7 +1,7 @@
-
-