You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2023/06/15 10:48:30 UTC

[myfaces-tobago] 02/02: build(theme): rebuild after fixing select[One/Many]List

This is an automated email from the ASF dual-hosted git repository.

bommel pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit c26f8d5bd79c70a39f659054f8568ff4757dc3da
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Thu Jun 15 11:53:19 2023 +0200

    build(theme): rebuild after fixing select[One/Many]List
---
 .../src/main/css/tobago.css                        | 34 ++++++++++++++++++++--
 .../src/main/css/tobago.css.map                    |  2 +-
 .../src/main/css/tobago.min.css                    |  2 +-
 .../src/main/css/tobago.min.css.map                |  2 +-
 .../src/main/css/tobago.css                        | 34 ++++++++++++++++++++--
 .../src/main/css/tobago.css.map                    |  2 +-
 .../src/main/css/tobago.min.css                    |  2 +-
 .../src/main/css/tobago.min.css.map                |  2 +-
 .../src/main/css/tobago.css                        | 34 ++++++++++++++++++++--
 .../src/main/css/tobago.css.map                    |  2 +-
 .../src/main/css/tobago.min.css                    |  2 +-
 .../src/main/css/tobago.min.css.map                |  2 +-
 .../tobago-theme-speyside/src/main/css/tobago.css  | 34 ++++++++++++++++++++--
 .../src/main/css/tobago.css.map                    |  2 +-
 .../src/main/css/tobago.min.css                    |  2 +-
 .../src/main/css/tobago.min.css.map                |  2 +-
 .../tobago-theme-standard/src/main/css/tobago.css  | 34 ++++++++++++++++++++--
 .../src/main/css/tobago.css.map                    |  2 +-
 .../src/main/css/tobago.min.css                    |  2 +-
 .../src/main/css/tobago.min.css.map                |  2 +-
 20 files changed, 175 insertions(+), 25 deletions(-)

diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css
index d89741b456..5b33543e02 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css
@@ -13197,6 +13197,7 @@ tobago-select-one-list {
 }
 tobago-select-one-list.tobago-label-container .dropdown, tobago-select-one-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-one-list.tobago-focus .dropdown .tobago-select-field {
   color: #a0a0a0;
@@ -13248,6 +13249,9 @@ tobago-select-one-list .list-group.border-danger .list-group-item, tobago-select
 tobago-select-one-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-one-list .dropdown {
+  min-width: 0;
+}
 tobago-select-one-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13261,13 +13265,18 @@ tobago-select-one-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-one-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-one-list .tobago-select-field .tobago-filter:focus {
@@ -13314,6 +13323,14 @@ tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries {
 tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries td {
   border-bottom-width: 0;
 }
+tobago-select-one-list .tobago-select-field {
+  flex-wrap: nowrap;
+}
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-one-listbox {
   display: block;
@@ -13342,6 +13359,7 @@ tobago-select-many-list {
 }
 tobago-select-many-list.tobago-label-container .dropdown, tobago-select-many-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-many-list.tobago-focus .dropdown .tobago-select-field {
   color: #a0a0a0;
@@ -13393,6 +13411,9 @@ tobago-select-many-list .list-group.border-danger .list-group-item, tobago-selec
 tobago-select-many-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-many-list .dropdown {
+  min-width: 0;
+}
 tobago-select-many-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13406,13 +13427,18 @@ tobago-select-many-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-many-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-many-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-many-list .tobago-select-field .tobago-filter:focus {
@@ -13465,6 +13491,10 @@ tobago-select-many-list .tobago-select-field .btn-group + .tobago-filter {
 tobago-select-many-list .tobago-select-field .btn-group {
   margin-right: 0.25rem;
 }
+tobago-select-many-list .tobago-select-field .btn-group tobago-badge {
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-many-checkbox {
   display: block;
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
index d69d9403af..3bc7be7a9e 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_bo [...]
\ No newline at end of file
+{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_bo [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css
index acb6a02652..776d2f41a3 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css
@@ -1,2 +1,2 @@
-@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#ff00be;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000000;--bs-white:#ffffff;--bs-gray:#777777;--bs-gray-dark:#323232;--bs-gray-100:#f8f9fa;--bs-gray-200:#d0d0d0;--bs-gray-300:#dee2e6;--bs-gray-400:#a0a0a0;--bs-gray-500:#adb5bd;--bs-gray-600:#777777;--bs-gray-700:#495057;--bs-gray-800:#323232;--bs [...]
+@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#ff00be;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000000;--bs-white:#ffffff;--bs-gray:#777777;--bs-gray-dark:#323232;--bs-gray-100:#f8f9fa;--bs-gray-200:#d0d0d0;--bs-gray-300:#dee2e6;--bs-gray-400:#a0a0a0;--bs-gray-500:#adb5bd;--bs-gray-600:#777777;--bs-gray-700:#495057;--bs-gray-800:#323232;--bs [...]
 /*# sourceMappingURL=tobago.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css.map b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css.map
index 207d031369..7566e3df86 100644
--- a/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css.map
+++ b/tobago-theme/tobago-theme-charlotteville/src/main/css/tobago.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago-theme-charlotteville/src/main/css/tobago.css"],"names":[],"mappings":"iBAsCA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,QACZ,WAAY,QACZ,UAAW,QACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,QACd,eAAgB,QAChB,aAAc,QACd,UAAW,QACX,aAAc,QACd,YAAa,QACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,GAAG,CAAE,IAC3B,mBAAoB,GAAG,CAAE,GAAG,CAA [...]
\ No newline at end of file
+{"version":3,"sources":["tobago-theme-charlotteville/src/main/css/tobago.css"],"names":[],"mappings":"iBAsCA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,QACZ,WAAY,QACZ,UAAW,QACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,QACd,eAAgB,QAChB,aAAc,QACd,UAAW,QACX,aAAc,QACd,YAAa,QACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,GAAG,CAAE,IAC3B,mBAAoB,GAAG,CAAE,GAAG,CAA [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css
index 750bfa5491..5636d2c713 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css
@@ -13224,6 +13224,7 @@ tobago-select-one-list {
 }
 tobago-select-one-list.tobago-label-container .dropdown, tobago-select-one-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-one-list.tobago-focus .dropdown .tobago-select-field {
   color: #a0a0a0;
@@ -13275,6 +13276,9 @@ tobago-select-one-list .list-group.border-danger .list-group-item, tobago-select
 tobago-select-one-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-one-list .dropdown {
+  min-width: 0;
+}
 tobago-select-one-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13288,13 +13292,18 @@ tobago-select-one-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-one-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-one-list .tobago-select-field .tobago-filter:focus {
@@ -13341,6 +13350,14 @@ tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries {
 tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries td {
   border-bottom-width: 0;
 }
+tobago-select-one-list .tobago-select-field {
+  flex-wrap: nowrap;
+}
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-one-listbox {
   display: block;
@@ -13369,6 +13386,7 @@ tobago-select-many-list {
 }
 tobago-select-many-list.tobago-label-container .dropdown, tobago-select-many-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-many-list.tobago-focus .dropdown .tobago-select-field {
   color: #a0a0a0;
@@ -13420,6 +13438,9 @@ tobago-select-many-list .list-group.border-danger .list-group-item, tobago-selec
 tobago-select-many-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-many-list .dropdown {
+  min-width: 0;
+}
 tobago-select-many-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13433,13 +13454,18 @@ tobago-select-many-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-many-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-many-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-many-list .tobago-select-field .tobago-filter:focus {
@@ -13492,6 +13518,10 @@ tobago-select-many-list .tobago-select-field .btn-group + .tobago-filter {
 tobago-select-many-list .tobago-select-field .btn-group {
   margin-right: 0.25rem;
 }
+tobago-select-many-list .tobago-select-field .btn-group tobago-badge {
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-many-checkbox {
   display: block;
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
index b92296bbf3..fdba2428e6 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_bo [...]
\ No newline at end of file
+{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_bo [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css
index 6ea0105022..235b16730a 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css
+++ b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css
@@ -1,2 +1,2 @@
-@charset "UTF-8";@font-face{font-family:Amaranth;font-style:normal;font-weight:400;src:url("../fonts/Amaranth-Regular.otf") format("opentype")}@font-face{font-family:Amaranth;font-style:normal;font-weight:700;src:url("../fonts/Amaranth-Bold.otf") format("opentype")}@font-face{font-family:Amaranth;font-style:italic;src:url("../fonts/Amaranth-Italic.otf") format("opentype")}@font-face{font-family:Amaranth;font-style:italic;font-weight:700;src:url("../fonts/Amaranth-BoldItalic.otf") format( [...]
+@charset "UTF-8";@font-face{font-family:Amaranth;font-style:normal;font-weight:400;src:url("../fonts/Amaranth-Regular.otf") format("opentype")}@font-face{font-family:Amaranth;font-style:normal;font-weight:700;src:url("../fonts/Amaranth-Bold.otf") format("opentype")}@font-face{font-family:Amaranth;font-style:italic;src:url("../fonts/Amaranth-Italic.otf") format("opentype")}@font-face{font-family:Amaranth;font-style:italic;font-weight:700;src:url("../fonts/Amaranth-BoldItalic.otf") format( [...]
 /*# sourceMappingURL=tobago.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css.map b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css.map
index 303eb013b9..3bb13bcc2c 100644
--- a/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css.map
+++ b/tobago-theme/tobago-theme-roxborough/src/main/css/tobago.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago-theme-roxborough/src/main/css/tobago.css"],"names":[],"mappings":"iBAiCA,WACE,YAAa,SACb,WAAY,OACZ,YAAa,IACb,IAAK,qCAAqC,mBAE5C,WACE,YAAa,SACb,WAAY,OACZ,YAAa,IACb,IAAK,kCAAkC,mBAEzC,WACE,YAAa,SACb,WAAY,OACZ,IAAK,oCAAoC,mBAE3C,WACE,YAAa,SACb,WAAY,OACZ,YAAa,IACb,IAAK,wCAAwC,mBAE/C,mBACE,YAAa,QAAQ,CAAE,KAAK,CAAE,MAQhC,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,QACZ,WAAY,KACZ,UAAW,QACX,eAA [...]
\ No newline at end of file
+{"version":3,"sources":["tobago-theme-roxborough/src/main/css/tobago.css"],"names":[],"mappings":"iBAiCA,WACE,YAAa,SACb,WAAY,OACZ,YAAa,IACb,IAAK,qCAAqC,mBAE5C,WACE,YAAa,SACb,WAAY,OACZ,YAAa,IACb,IAAK,kCAAkC,mBAEzC,WACE,YAAa,SACb,WAAY,OACZ,IAAK,oCAAoC,mBAE3C,WACE,YAAa,SACb,WAAY,OACZ,YAAa,IACb,IAAK,wCAAwC,mBAE/C,mBACE,YAAa,QAAQ,CAAE,KAAK,CAAE,MAQhC,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,QACZ,WAAY,KACZ,UAAW,QACX,eAA [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css
index afcf185ee1..59f2a1a8ba 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css
@@ -13218,6 +13218,7 @@ tobago-select-one-list {
 }
 tobago-select-one-list.tobago-label-container .dropdown, tobago-select-one-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-one-list.tobago-focus .dropdown .tobago-select-field {
   color: var(--bs-body-color);
@@ -13270,6 +13271,9 @@ tobago-select-one-list .list-group.border-danger .list-group-item, tobago-select
 tobago-select-one-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-one-list .dropdown {
+  min-width: 0;
+}
 tobago-select-one-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13283,13 +13287,18 @@ tobago-select-one-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-one-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-one-list .tobago-select-field .tobago-filter:focus {
@@ -13337,6 +13346,14 @@ tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries {
 tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries td {
   border-bottom-width: 0;
 }
+tobago-select-one-list .tobago-select-field {
+  flex-wrap: nowrap;
+}
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-one-listbox {
   display: block;
@@ -13365,6 +13382,7 @@ tobago-select-many-list {
 }
 tobago-select-many-list.tobago-label-container .dropdown, tobago-select-many-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-many-list.tobago-focus .dropdown .tobago-select-field {
   color: var(--bs-body-color);
@@ -13417,6 +13435,9 @@ tobago-select-many-list .list-group.border-danger .list-group-item, tobago-selec
 tobago-select-many-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-many-list .dropdown {
+  min-width: 0;
+}
 tobago-select-many-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13430,13 +13451,18 @@ tobago-select-many-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-many-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-many-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-many-list .tobago-select-field .tobago-filter:focus {
@@ -13490,6 +13516,10 @@ tobago-select-many-list .tobago-select-field .btn-group + .tobago-filter {
 tobago-select-many-list .tobago-select-field .btn-group {
   margin-right: 0.25rem;
 }
+tobago-select-many-list .tobago-select-field .btn-group tobago-badge {
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-many-checkbox {
   display: block;
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
index 9249350e13..405020c7bd 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_bo [...]
\ No newline at end of file
+{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_bo [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css
index bd7af1e02a..dcdc88346a 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css
+++ b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css
@@ -1,2 +1,2 @@
-@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray- [...]
+@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray- [...]
 /*# sourceMappingURL=tobago.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css.map b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css.map
index 444a32d973..443bd83b3a 100644
--- a/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css.map
+++ b/tobago-theme/tobago-theme-scarborough/src/main/css/tobago.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago-theme-scarborough/src/main/css/tobago.css"],"names":[],"mappings":"iBAwCA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,KACZ,WAAY,KACZ,UAAW,QACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,QACd,eAAgB,QAChB,aAAc,QACd,UAAW,QACX,aAAc,QACd,YAAa,QACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,GAAG,CAAE,IAC3B,mBAAoB,GAAG,CAAE,GAAG,CAAE,I [...]
\ No newline at end of file
+{"version":3,"sources":["tobago-theme-scarborough/src/main/css/tobago.css"],"names":[],"mappings":"iBAwCA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,KACZ,WAAY,KACZ,UAAW,QACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,QACd,eAAgB,QAChB,aAAc,QACd,UAAW,QACX,aAAc,QACd,YAAa,QACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,GAAG,CAAE,IAC3B,mBAAoB,GAAG,CAAE,GAAG,CAAE,I [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css
index 43085cc53c..6e7c9a59ca 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css
@@ -12917,6 +12917,7 @@ tobago-select-one-list {
 }
 tobago-select-one-list.tobago-label-container .dropdown, tobago-select-one-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-one-list.tobago-focus .dropdown .tobago-select-field {
   color: var(--bs-body-color);
@@ -12968,6 +12969,9 @@ tobago-select-one-list .list-group.border-danger .list-group-item, tobago-select
 tobago-select-one-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-one-list .dropdown {
+  min-width: 0;
+}
 tobago-select-one-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -12981,13 +12985,18 @@ tobago-select-one-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-one-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-one-list .tobago-select-field .tobago-filter:focus {
@@ -13034,6 +13043,14 @@ tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries {
 tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries td {
   border-bottom-width: 0;
 }
+tobago-select-one-list .tobago-select-field {
+  flex-wrap: nowrap;
+}
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-one-listbox {
   display: block;
@@ -13062,6 +13079,7 @@ tobago-select-many-list {
 }
 tobago-select-many-list.tobago-label-container .dropdown, tobago-select-many-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-many-list.tobago-focus .dropdown .tobago-select-field {
   color: var(--bs-body-color);
@@ -13113,6 +13131,9 @@ tobago-select-many-list .list-group.border-danger .list-group-item, tobago-selec
 tobago-select-many-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-many-list .dropdown {
+  min-width: 0;
+}
 tobago-select-many-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13126,13 +13147,18 @@ tobago-select-many-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-many-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-many-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-many-list .tobago-select-field .tobago-filter:focus {
@@ -13185,6 +13211,10 @@ tobago-select-many-list .tobago-select-field .btn-group + .tobago-filter {
 tobago-select-many-list .tobago-select-field .btn-group {
   margin-right: 0.25rem;
 }
+tobago-select-many-list .tobago-select-field .btn-group tobago-badge {
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-many-checkbox {
   display: block;
diff --git a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
index 2ea8554c78..56fa1112ae 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/_type.scss [...]
\ No newline at end of file
+{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../scss/_custom.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/_type.scss [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css
index 99b6beaf89..74fb7f3ee4 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css
+++ b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css
@@ -1,2 +1,2 @@
-@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:rgb(58, 37, 100);--bs-pink:#d63384;--bs-red:rgb(211, 0, 64);--bs-orange:#d90;--bs-yellow:#ffc107;--bs-green:rgb(29, 163, 50);--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:rgb(120, 140, 148);--bs-gray-dark:#323232;--bs-gray-100:#f7f7f7;--bs-gray-200:#e3e4e5;--bs-gray-300:#d7d7d7;--bs-gray-400:#ced4da;--bs-gray-500:#acacac;--bs-gray-600:rgb(120, 140, 148);--bs-gray [...]
+@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:rgb(58, 37, 100);--bs-pink:#d63384;--bs-red:rgb(211, 0, 64);--bs-orange:#d90;--bs-yellow:#ffc107;--bs-green:rgb(29, 163, 50);--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:rgb(120, 140, 148);--bs-gray-dark:#323232;--bs-gray-100:#f7f7f7;--bs-gray-200:#e3e4e5;--bs-gray-300:#d7d7d7;--bs-gray-400:#ced4da;--bs-gray-500:#acacac;--bs-gray-600:rgb(120, 140, 148);--bs-gray [...]
 /*# sourceMappingURL=tobago.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css.map b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css.map
index 712d8dd2aa..ba504665d7 100644
--- a/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css.map
+++ b/tobago-theme/tobago-theme-speyside/src/main/css/tobago.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago-theme-speyside/src/main/css/tobago.css"],"names":[],"mappings":"iBAsCA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,iBACb,UAAW,QACX,SAAU,gBACV,YAAa,KACb,YAAa,QACb,WAAY,iBACZ,UAAW,QACX,UAAW,QACX,WAAY,KACZ,WAAY,KACZ,UAAW,mBACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,mBACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,gBACd,eAAgB,QAChB,aAAc,iBACd,UAAW,QACX,aAAc,QACd,YAAa,gBACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,EAAE,CAAE,GAC1B,mBAAoB,GAAG,CAAE,GAAG,C [...]
\ No newline at end of file
+{"version":3,"sources":["tobago-theme-speyside/src/main/css/tobago.css"],"names":[],"mappings":"iBAsCA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,iBACb,UAAW,QACX,SAAU,gBACV,YAAa,KACb,YAAa,QACb,WAAY,iBACZ,UAAW,QACX,UAAW,QACX,WAAY,KACZ,WAAY,KACZ,UAAW,mBACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,mBACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,gBACd,eAAgB,QAChB,aAAc,iBACd,UAAW,QACX,aAAc,QACd,YAAa,gBACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,EAAE,CAAE,GAC1B,mBAAoB,GAAG,CAAE,GAAG,C [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css
index 33819717ea..44c053deae 100644
--- a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css
+++ b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css
@@ -13181,6 +13181,7 @@ tobago-select-one-list {
 }
 tobago-select-one-list.tobago-label-container .dropdown, tobago-select-one-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-one-list.tobago-focus .dropdown .tobago-select-field {
   color: var(--bs-body-color);
@@ -13232,6 +13233,9 @@ tobago-select-one-list .list-group.border-danger .list-group-item, tobago-select
 tobago-select-one-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-one-list .dropdown {
+  min-width: 0;
+}
 tobago-select-one-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13245,13 +13249,18 @@ tobago-select-one-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-one-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-one-list .tobago-select-field .tobago-filter:focus {
@@ -13298,6 +13307,14 @@ tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries {
 tobago-select-one-list .tobago-options .table tfoot tr.tobago-no-entries td {
   border-bottom-width: 0;
 }
+tobago-select-one-list .tobago-select-field {
+  flex-wrap: nowrap;
+}
+tobago-select-one-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-one-listbox {
   display: block;
@@ -13326,6 +13343,7 @@ tobago-select-many-list {
 }
 tobago-select-many-list.tobago-label-container .dropdown, tobago-select-many-list.tobago-label-container .list-group {
   flex: 1 0 0;
+  min-width: 0;
 }
 tobago-select-many-list.tobago-focus .dropdown .tobago-select-field {
   color: var(--bs-body-color);
@@ -13377,6 +13395,9 @@ tobago-select-many-list .list-group.border-danger .list-group-item, tobago-selec
 tobago-select-many-list .list-group .list-group-item.tobago-select-field {
   border-bottom-color: var(--bs-border-color);
 }
+tobago-select-many-list .dropdown {
+  min-width: 0;
+}
 tobago-select-many-list .tobago-select-field {
   display: flex;
   flex-wrap: wrap;
@@ -13390,13 +13411,18 @@ tobago-select-many-list .tobago-select-field.list-group-item.form-control {
   border-bottom-right-radius: 0;
   padding: 0.375rem 2.25rem 0.375rem 0.75rem;
 }
+tobago-select-many-list .tobago-select-field span {
+  white-space: nowrap;
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 tobago-select-many-list .tobago-select-field .tobago-filter {
   margin: 0;
   border: 0;
   border-radius: 0;
   padding: 0;
   flex: 1 0 0;
-  min-width: 8rem;
+  min-width: 1rem;
   background-color: transparent;
 }
 tobago-select-many-list .tobago-select-field .tobago-filter:focus {
@@ -13449,6 +13475,10 @@ tobago-select-many-list .tobago-select-field .btn-group + .tobago-filter {
 tobago-select-many-list .tobago-select-field .btn-group {
   margin-right: 0.25rem;
 }
+tobago-select-many-list .tobago-select-field .btn-group tobago-badge {
+  overflow: hidden;
+  text-overflow: ellipsis;
+}
 
 tobago-select-many-checkbox {
   display: block;
diff --git a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
index 8b5606d14a..dddfae6485 100644
--- a/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
+++ b/tobago-theme/tobago-theme-standard/src/main/css/tobago.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../. [...]
\ No newline at end of file
+{"version":3,"sources":["tobago.css","../scss/tobago-theme.scss","../../../../node_modules/bootstrap/scss/mixins/_banner.scss","../../../../node_modules/bootstrap/scss/_root.scss","../../../../node_modules/bootstrap/scss/vendor/_rfs.scss","../../../../node_modules/bootstrap/scss/mixins/_color-mode.scss","../../../../node_modules/bootstrap/scss/_reboot.scss","../../../../node_modules/bootstrap/scss/_variables.scss","../../../../node_modules/bootstrap/scss/mixins/_border-radius.scss","../. [...]
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css b/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css
index cb19427afe..f58ae90fcc 100644
--- a/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css
+++ b/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css
@@ -1,2 +1,2 @@
-@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray- [...]
+@charset "UTF-8";:root,[data-bs-theme=light]{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#dee2e6;--bs-gray-400:#ced4da;--bs-gray-500:#adb5bd;--bs-gray-600:#6c757d;--bs-gray-700:#495057;--bs-gray-800:#343a40;--bs-gray- [...]
 /*# sourceMappingURL=tobago.min.css.map */
\ No newline at end of file
diff --git a/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css.map b/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css.map
index 5d509790cb..74af9741cd 100644
--- a/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css.map
+++ b/tobago-theme/tobago-theme-standard/src/main/css/tobago.min.css.map
@@ -1 +1 @@
-{"version":3,"sources":["tobago-theme-standard/src/main/css/tobago.css"],"names":[],"mappings":"iBAsBA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,KACZ,WAAY,KACZ,UAAW,QACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,QACd,eAAgB,QAChB,aAAc,QACd,UAAW,QACX,aAAc,QACd,YAAa,QACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,GAAG,CAAE,IAC3B,mBAAoB,GAAG,CAAE,GAAG,CAAE,IAC9 [...]
\ No newline at end of file
+{"version":3,"sources":["tobago-theme-standard/src/main/css/tobago.css"],"names":[],"mappings":"iBAsBA,MACA,sBACE,UAAW,QACX,YAAa,QACb,YAAa,QACb,UAAW,QACX,SAAU,QACV,YAAa,QACb,YAAa,QACb,WAAY,QACZ,UAAW,QACX,UAAW,QACX,WAAY,KACZ,WAAY,KACZ,UAAW,QACX,eAAgB,QAChB,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,cAAe,QACf,aAAc,QACd,eAAgB,QAChB,aAAc,QACd,UAAW,QACX,aAAc,QACd,YAAa,QACb,WAAY,QACZ,UAAW,QACX,iBAAkB,EAAE,CAAE,GAAG,CAAE,IAC3B,mBAAoB,GAAG,CAAE,GAAG,CAAE,IAC9 [...]
\ No newline at end of file