@coreui/coreui 5.1.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (147) hide show
  1. package/README.md +51 -3
  2. package/dist/css/coreui-grid.css +7 -7
  3. package/dist/css/coreui-grid.css.map +1 -1
  4. package/dist/css/coreui-grid.min.css +2 -2
  5. package/dist/css/coreui-grid.min.css.map +1 -1
  6. package/dist/css/coreui-grid.rtl.css +7 -7
  7. package/dist/css/coreui-grid.rtl.css.map +1 -1
  8. package/dist/css/coreui-grid.rtl.min.css +2 -2
  9. package/dist/css/coreui-grid.rtl.min.css.map +1 -1
  10. package/dist/css/coreui-reboot.css +1 -1
  11. package/dist/css/coreui-reboot.css.map +1 -1
  12. package/dist/css/coreui-reboot.min.css +1 -1
  13. package/dist/css/coreui-reboot.min.css.map +1 -1
  14. package/dist/css/coreui-reboot.rtl.css +1 -1
  15. package/dist/css/coreui-reboot.rtl.css.map +1 -1
  16. package/dist/css/coreui-reboot.rtl.min.css +1 -1
  17. package/dist/css/coreui-reboot.rtl.min.css.map +1 -1
  18. package/dist/css/coreui-utilities.css +1 -1
  19. package/dist/css/coreui-utilities.css.map +1 -1
  20. package/dist/css/coreui-utilities.min.css +1 -1
  21. package/dist/css/coreui-utilities.min.css.map +1 -1
  22. package/dist/css/coreui-utilities.rtl.css +1 -1
  23. package/dist/css/coreui-utilities.rtl.css.map +1 -1
  24. package/dist/css/coreui-utilities.rtl.min.css +1 -1
  25. package/dist/css/coreui-utilities.rtl.min.css.map +1 -1
  26. package/dist/css/coreui.css +129 -215
  27. package/dist/css/coreui.css.map +1 -1
  28. package/dist/css/coreui.min.css +2 -2
  29. package/dist/css/coreui.min.css.map +1 -1
  30. package/dist/css/coreui.rtl.css +128 -212
  31. package/dist/css/coreui.rtl.css.map +1 -1
  32. package/dist/css/coreui.rtl.min.css +2 -2
  33. package/dist/css/coreui.rtl.min.css.map +1 -1
  34. package/dist/css/themes/bootstrap/bootstrap.css +2419 -2501
  35. package/dist/css/themes/bootstrap/bootstrap.css.map +1 -1
  36. package/dist/css/themes/bootstrap/bootstrap.min.css +2 -2
  37. package/dist/css/themes/bootstrap/bootstrap.min.css.map +1 -1
  38. package/dist/css/themes/bootstrap/bootstrap.rtl.css +2418 -2501
  39. package/dist/css/themes/bootstrap/bootstrap.rtl.css.map +1 -1
  40. package/dist/css/themes/bootstrap/bootstrap.rtl.min.css +2 -2
  41. package/dist/css/themes/bootstrap/bootstrap.rtl.min.css.map +1 -1
  42. package/dist/js/bootstrap.bundle.js +41 -41
  43. package/dist/js/bootstrap.bundle.js.map +1 -1
  44. package/dist/js/bootstrap.bundle.min.js +2 -2
  45. package/dist/js/bootstrap.bundle.min.js.map +1 -1
  46. package/dist/js/bootstrap.esm.js +57 -57
  47. package/dist/js/bootstrap.esm.js.map +1 -1
  48. package/dist/js/bootstrap.esm.min.js +2 -2
  49. package/dist/js/bootstrap.esm.min.js.map +1 -1
  50. package/dist/js/bootstrap.js +57 -57
  51. package/dist/js/bootstrap.js.map +1 -1
  52. package/dist/js/bootstrap.min.js +2 -2
  53. package/dist/js/bootstrap.min.js.map +1 -1
  54. package/dist/js/coreui.bundle.js +8 -8
  55. package/dist/js/coreui.bundle.js.map +1 -1
  56. package/dist/js/coreui.bundle.min.js +2 -2
  57. package/dist/js/coreui.bundle.min.js.map +1 -1
  58. package/dist/js/coreui.esm.js +8 -8
  59. package/dist/js/coreui.esm.js.map +1 -1
  60. package/dist/js/coreui.esm.min.js +2 -2
  61. package/dist/js/coreui.esm.min.js.map +1 -1
  62. package/dist/js/coreui.js +8 -8
  63. package/dist/js/coreui.js.map +1 -1
  64. package/dist/js/coreui.min.js +2 -2
  65. package/dist/js/coreui.min.js.map +1 -1
  66. package/js/dist/alert.js +1 -1
  67. package/js/dist/alert.js.map +1 -1
  68. package/js/dist/base-component.js +2 -2
  69. package/js/dist/base-component.js.map +1 -1
  70. package/js/dist/button.js +1 -1
  71. package/js/dist/button.js.map +1 -1
  72. package/js/dist/carousel.js +1 -1
  73. package/js/dist/carousel.js.map +1 -1
  74. package/js/dist/collapse.js +1 -1
  75. package/js/dist/collapse.js.map +1 -1
  76. package/js/dist/dom/data.js +1 -1
  77. package/js/dist/dom/data.js.map +1 -1
  78. package/js/dist/dom/event-handler.js +1 -1
  79. package/js/dist/dom/event-handler.js.map +1 -1
  80. package/js/dist/dom/manipulator.js +2 -2
  81. package/js/dist/dom/manipulator.js.map +1 -1
  82. package/js/dist/dom/selector-engine.js +1 -1
  83. package/js/dist/dom/selector-engine.js.map +1 -1
  84. package/js/dist/dropdown.js +2 -2
  85. package/js/dist/dropdown.js.map +1 -1
  86. package/js/dist/modal.js +1 -1
  87. package/js/dist/modal.js.map +1 -1
  88. package/js/dist/navigation.js +1 -1
  89. package/js/dist/navigation.js.map +1 -1
  90. package/js/dist/offcanvas.js +1 -1
  91. package/js/dist/offcanvas.js.map +1 -1
  92. package/js/dist/popover.js +1 -1
  93. package/js/dist/popover.js.map +1 -1
  94. package/js/dist/scrollspy.js +1 -1
  95. package/js/dist/scrollspy.js.map +1 -1
  96. package/js/dist/sidebar.js +1 -1
  97. package/js/dist/sidebar.js.map +1 -1
  98. package/js/dist/tab.js +1 -1
  99. package/js/dist/tab.js.map +1 -1
  100. package/js/dist/toast.js +1 -1
  101. package/js/dist/toast.js.map +1 -1
  102. package/js/dist/tooltip.js +3 -3
  103. package/js/dist/tooltip.js.map +1 -1
  104. package/js/dist/util/backdrop.js +1 -1
  105. package/js/dist/util/backdrop.js.map +1 -1
  106. package/js/dist/util/component-functions.js +1 -1
  107. package/js/dist/util/component-functions.js.map +1 -1
  108. package/js/dist/util/config.js +1 -1
  109. package/js/dist/util/config.js.map +1 -1
  110. package/js/dist/util/focustrap.js +1 -1
  111. package/js/dist/util/focustrap.js.map +1 -1
  112. package/js/dist/util/index.js +2 -2
  113. package/js/dist/util/index.js.map +1 -1
  114. package/js/dist/util/sanitizer.js +1 -1
  115. package/js/dist/util/sanitizer.js.map +1 -1
  116. package/js/dist/util/scrollbar.js +1 -1
  117. package/js/dist/util/scrollbar.js.map +1 -1
  118. package/js/dist/util/swipe.js +1 -1
  119. package/js/dist/util/swipe.js.map +1 -1
  120. package/js/dist/util/template-factory.js +2 -2
  121. package/js/dist/util/template-factory.js.map +1 -1
  122. package/js/src/base-component.js +1 -1
  123. package/js/src/dom/manipulator.js +1 -1
  124. package/js/src/dropdown.js +1 -1
  125. package/js/src/tooltip.js +2 -2
  126. package/js/src/util/index.js +1 -1
  127. package/js/src/util/template-factory.js +1 -1
  128. package/package.json +27 -25
  129. package/scss/_accordion.scss +4 -9
  130. package/scss/_button-group.scss +6 -1
  131. package/scss/_card.scss +1 -2
  132. package/scss/_functions.scss +1 -1
  133. package/scss/_nav.scss +1 -1
  134. package/scss/_navbar.scss +1 -1
  135. package/scss/_variables-dark.scss +2 -2
  136. package/scss/_variables.scss +11 -9
  137. package/scss/forms/_floating-labels.scss +17 -16
  138. package/scss/mixins/_banner.scss +1 -1
  139. package/scss/mixins/_grid.scss +1 -1
  140. package/scss/mixins/_visually-hidden.scss +1 -1
  141. package/scss/sidebar/_sidebar-narrow.scss +19 -45
  142. package/scss/sidebar/_sidebar-nav.scss +3 -2
  143. package/scss/sidebar/_sidebar.scss +66 -101
  144. package/scss/themes/bootstrap/bootstrap.rtl.scss +0 -2
  145. package/scss/themes/bootstrap/bootstrap.scss +0 -2
  146. package/scss/themes/bootstrap/mixins/_banner.scss +1 -1
  147. package/scss/themes/bootstrap/_variables.scss +0 -2
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * CoreUI v5.1.1 (https://coreui.io)
3
+ * CoreUI v5.2.0 (https://coreui.io)
4
4
  * Copyright (c) 2024 creativeLabs Łukasz Holeczek
5
5
  * Licensed under MIT (https://github.com/coreui/coreui/blob/main/LICENSE)
6
6
  */
@@ -840,7 +840,7 @@ progress {
840
840
  }
841
841
 
842
842
  .col {
843
- flex: 1 0 0%;
843
+ flex: 1 0 0;
844
844
  }
845
845
 
846
846
  .row-cols-auto > * {
@@ -1049,7 +1049,7 @@ progress {
1049
1049
 
1050
1050
  @media (min-width: 576px) {
1051
1051
  .col-sm {
1052
- flex: 1 0 0%;
1052
+ flex: 1 0 0;
1053
1053
  }
1054
1054
  .row-cols-sm-auto > * {
1055
1055
  flex: 0 0 auto;
@@ -1218,7 +1218,7 @@ progress {
1218
1218
  }
1219
1219
  @media (min-width: 768px) {
1220
1220
  .col-md {
1221
- flex: 1 0 0%;
1221
+ flex: 1 0 0;
1222
1222
  }
1223
1223
  .row-cols-md-auto > * {
1224
1224
  flex: 0 0 auto;
@@ -1387,7 +1387,7 @@ progress {
1387
1387
  }
1388
1388
  @media (min-width: 992px) {
1389
1389
  .col-lg {
1390
- flex: 1 0 0%;
1390
+ flex: 1 0 0;
1391
1391
  }
1392
1392
  .row-cols-lg-auto > * {
1393
1393
  flex: 0 0 auto;
@@ -1556,7 +1556,7 @@ progress {
1556
1556
  }
1557
1557
  @media (min-width: 1200px) {
1558
1558
  .col-xl {
1559
- flex: 1 0 0%;
1559
+ flex: 1 0 0;
1560
1560
  }
1561
1561
  .row-cols-xl-auto > * {
1562
1562
  flex: 0 0 auto;
@@ -1725,7 +1725,7 @@ progress {
1725
1725
  }
1726
1726
  @media (min-width: 1400px) {
1727
1727
  .col-xxl {
1728
- flex: 1 0 0%;
1728
+ flex: 1 0 0;
1729
1729
  }
1730
1730
  .row-cols-xxl-auto > * {
1731
1731
  flex: 0 0 auto;
@@ -2616,9 +2616,11 @@ textarea.form-control-lg {
2616
2616
  top: 0;
2617
2617
  right: 0;
2618
2618
  z-index: 2;
2619
+ max-width: 100%;
2619
2620
  height: 100%;
2620
2621
  padding: 1rem 0.75rem;
2621
2622
  overflow: hidden;
2623
+ color: rgba(var(--cui-body-color-rgb), 0.65);
2622
2624
  text-align: start;
2623
2625
  text-overflow: ellipsis;
2624
2626
  white-space: nowrap;
@@ -2659,13 +2661,13 @@ textarea.form-control-lg {
2659
2661
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
2660
2662
  .form-floating > .form-control-plaintext ~ label,
2661
2663
  .form-floating > .form-select ~ label {
2662
- color: rgba(var(--cui-body-color-rgb), 0.65);
2663
2664
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2664
2665
  }
2665
- .form-floating > .form-control:focus ~ label::after,
2666
- .form-floating > .form-control:not(:placeholder-shown) ~ label::after,
2667
- .form-floating > .form-control-plaintext ~ label::after,
2668
- .form-floating > .form-select ~ label::after {
2666
+ .form-floating > .form-control:-webkit-autofill ~ label {
2667
+ transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2668
+ }
2669
+ .form-floating > textarea:focus ~ label::after,
2670
+ .form-floating > textarea:not(:placeholder-shown) ~ label::after {
2669
2671
  position: absolute;
2670
2672
  inset: 1rem 0.375rem;
2671
2673
  z-index: -1;
@@ -2674,9 +2676,8 @@ textarea.form-control-lg {
2674
2676
  background-color: var(--cui-body-bg);
2675
2677
  border-radius: var(--cui-border-radius);
2676
2678
  }
2677
- .form-floating > .form-control:-webkit-autofill ~ label {
2678
- color: rgba(var(--cui-body-color-rgb), 0.65);
2679
- transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
2679
+ .form-floating > textarea:disabled ~ label::after {
2680
+ background-color: var(--cui-secondary-bg);
2680
2681
  }
2681
2682
  .form-floating > .form-control-plaintext ~ label {
2682
2683
  border-width: var(--cui-border-width) 0;
@@ -2685,10 +2686,6 @@ textarea.form-control-lg {
2685
2686
  .form-floating > .form-control:disabled ~ label {
2686
2687
  color: #6d7d9c;
2687
2688
  }
2688
- .form-floating > :disabled ~ label::after,
2689
- .form-floating > .form-control:disabled ~ label::after {
2690
- background-color: var(--cui-secondary-bg);
2691
- }
2692
2689
 
2693
2690
  .input-group {
2694
2691
  position: relative;
@@ -2813,7 +2810,7 @@ textarea.form-control-lg {
2813
2810
  .was-validated .form-control:valid, .form-control.is-valid {
2814
2811
  border-color: var(--cui-form-valid-border-color);
2815
2812
  padding-left: calc(1.5em + 0.75rem);
2816
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2813
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2817
2814
  background-repeat: no-repeat;
2818
2815
  background-position: left calc(0.375em + 0.1875rem) center;
2819
2816
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
@@ -2832,7 +2829,7 @@ textarea.form-control-lg {
2832
2829
  border-color: var(--cui-form-valid-border-color);
2833
2830
  }
2834
2831
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
2835
- --cui-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
2832
+ --cui-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231b9e3e' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
2836
2833
  padding-left: 4.125rem;
2837
2834
  background-position: left 0.75rem center, center left 2.25rem;
2838
2835
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
@@ -4139,7 +4136,8 @@ textarea.form-control-lg {
4139
4136
  border-bottom-right-radius: 0;
4140
4137
  border-bottom-left-radius: 0;
4141
4138
  }
4142
- .btn-group-vertical > .btn ~ .btn,
4139
+ .btn-group-vertical > .btn:nth-child(n+3),
4140
+ .btn-group-vertical > :not(.btn-check) + .btn,
4143
4141
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
4144
4142
  border-top-left-radius: 0;
4145
4143
  border-top-right-radius: 0;
@@ -4292,8 +4290,8 @@ textarea.form-control-lg {
4292
4290
 
4293
4291
  .nav-justified > .nav-link,
4294
4292
  .nav-justified .nav-item {
4295
- flex-basis: 0;
4296
4293
  flex-grow: 1;
4294
+ flex-basis: 0;
4297
4295
  text-align: center;
4298
4296
  }
4299
4297
 
@@ -4400,8 +4398,8 @@ textarea.form-control-lg {
4400
4398
  }
4401
4399
 
4402
4400
  .navbar-collapse {
4403
- flex-basis: 100%;
4404
4401
  flex-grow: 1;
4402
+ flex-basis: 100%;
4405
4403
  align-items: center;
4406
4404
  }
4407
4405
 
@@ -4896,7 +4894,7 @@ textarea.form-control-lg {
4896
4894
  flex-flow: row wrap;
4897
4895
  }
4898
4896
  .card-group > .card {
4899
- flex: 1 0 0%;
4897
+ flex: 1 0 0;
4900
4898
  margin-bottom: 0;
4901
4899
  }
4902
4900
  .card-group > .card + .card {
@@ -4941,11 +4939,11 @@ textarea.form-control-lg {
4941
4939
  --cui-accordion-btn-padding-y: 1rem;
4942
4940
  --cui-accordion-btn-color: var(--cui-body-color);
4943
4941
  --cui-accordion-btn-bg: var(--cui-accordion-bg);
4944
- --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%2837, 43, 54, 0.95%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
4942
+ --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgba%2837, 43, 54, 0.95%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
4945
4943
  --cui-accordion-btn-icon-width: 1.25rem;
4946
4944
  --cui-accordion-btn-icon-transform: rotate(-180deg);
4947
4945
  --cui-accordion-btn-icon-transition: transform 0.2s ease-in-out;
4948
- --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233634a3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
4946
+ --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%233634a3' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
4949
4947
  --cui-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25);
4950
4948
  --cui-accordion-body-padding-x: 1.25rem;
4951
4949
  --cui-accordion-body-padding-y: 1rem;
@@ -5055,16 +5053,15 @@ textarea.form-control-lg {
5055
5053
  .accordion-flush > .accordion-item:last-child {
5056
5054
  border-bottom: 0;
5057
5055
  }
5058
- .accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
5059
- border-radius: 0;
5060
- }
5061
- .accordion-flush > .accordion-item > .accordion-collapse {
5056
+ .accordion-flush > .accordion-item > .accordion-collapse,
5057
+ .accordion-flush > .accordion-item > .accordion-header .accordion-button,
5058
+ .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
5062
5059
  border-radius: 0;
5063
5060
  }
5064
5061
 
5065
5062
  [data-coreui-theme=dark] .accordion-button::after {
5066
- --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5067
- --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
5063
+ --cui-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgba%28255, 255, 255, 0.87%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
5064
+ --cui-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23403f98'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
5068
5065
  }
5069
5066
 
5070
5067
  .breadcrumb {
@@ -5769,7 +5766,7 @@ textarea.form-control-lg {
5769
5766
 
5770
5767
  .btn-close {
5771
5768
  --cui-btn-close-color: #080a0c;
5772
- --cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23080a0c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
5769
+ --cui-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23080a0c'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
5773
5770
  --cui-btn-close-opacity: 0.5;
5774
5771
  --cui-btn-close-hover-opacity: 0.75;
5775
5772
  --cui-btn-close-focus-shadow: 0 0 0 0.25rem rgba(88, 86, 214, 0.25);
@@ -6561,11 +6558,11 @@ textarea.form-control-lg {
6561
6558
  } ]
6562
6559
  } */
6563
6560
  .carousel-control-prev-icon {
6564
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
6561
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
6565
6562
  }
6566
6563
 
6567
6564
  .carousel-control-next-icon {
6568
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
6565
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
6569
6566
  }
6570
6567
 
6571
6568
  .carousel-indicators {
@@ -7662,143 +7659,114 @@ textarea.form-control-lg {
7662
7659
  transition: none;
7663
7660
  }
7664
7661
  }
7665
- .sidebar.sidebar-fixed, .sidebar.sidebar-narrow, .sidebar.sidebar-narrow-unfoldable, .sidebar.sidebar-overlaid {
7666
- z-index: var(--cui-sidebar-zindex);
7667
- }
7668
7662
  .sidebar:not(.sidebar-end) {
7669
7663
  margin-right: 0;
7670
7664
  }
7671
- .sidebar:not(.sidebar-end) ~ * {
7672
- --cui-sidebar-occupy-start: 16rem;
7673
- }
7674
7665
  .sidebar.sidebar-end {
7675
7666
  order: 99;
7676
7667
  margin-left: 0;
7677
7668
  }
7678
- .sidebar.sidebar-end ~ * {
7679
- --cui-sidebar-occupy-end: 16rem;
7680
- }
7681
- .sidebar.sidebar-sm {
7682
- --cui-sidebar-width: 12rem;
7683
- }
7684
- @media (min-width: 992px) {
7685
- .sidebar.sidebar-sm:not(.sidebar-end):not(.hide) ~ * {
7686
- --cui-sidebar-occupy-start: 12rem;
7687
- }
7688
- .sidebar.sidebar-sm.sidebar-end:not(.hide) ~ * {
7689
- --cui-sidebar-occupy-end: 12rem;
7690
- }
7691
- }
7692
- .sidebar.sidebar-lg {
7693
- --cui-sidebar-width: 20rem;
7694
- }
7695
- @media (min-width: 992px) {
7696
- .sidebar.sidebar-lg:not(.sidebar-end):not(.hide) ~ * {
7697
- --cui-sidebar-occupy-start: 20rem;
7698
- }
7699
- .sidebar.sidebar-lg.sidebar-end:not(.hide) ~ * {
7700
- --cui-sidebar-occupy-end: 20rem;
7701
- }
7702
- }
7703
- .sidebar.sidebar-xl {
7704
- --cui-sidebar-width: 24rem;
7705
- }
7706
7669
  @media (min-width: 992px) {
7707
- .sidebar.sidebar-xl:not(.sidebar-end):not(.hide) ~ * {
7708
- --cui-sidebar-occupy-start: 24rem;
7670
+ .sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7671
+ --cui-sidebar-occupy-start: 16rem;
7709
7672
  }
7710
- .sidebar.sidebar-xl.sidebar-end:not(.hide) ~ * {
7711
- --cui-sidebar-occupy-end: 24rem;
7673
+ .sidebar:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7674
+ --cui-sidebar-occupy-end: 16rem;
7712
7675
  }
7713
- }
7714
- @media (min-width: 992px) {
7715
7676
  .sidebar.hide:not(.sidebar-end) {
7716
7677
  margin-right: calc(-1 * var(--cui-sidebar-width));
7717
7678
  }
7718
- .sidebar.hide:not(.sidebar-end) ~ * {
7719
- --cui-sidebar-occupy-start: 0;
7720
- }
7721
7679
  .sidebar.hide.sidebar-end {
7722
7680
  margin-left: calc(-1 * var(--cui-sidebar-width));
7723
7681
  }
7724
- .sidebar.hide.sidebar-end ~ * {
7725
- --cui-sidebar-occupy-end: 0;
7726
- }
7727
7682
  }
7728
- @media (min-width: 992px) {
7729
- .sidebar.sidebar-fixed {
7683
+ @media (max-width: 991.98px) {
7684
+ .sidebar {
7685
+ --cui-is-mobile: true;
7730
7686
  position: fixed;
7731
7687
  top: 0;
7732
7688
  bottom: 0;
7689
+ z-index: var(--cui-sidebar-zindex);
7733
7690
  }
7734
- .sidebar.sidebar-fixed:not(.sidebar-end) {
7691
+ .sidebar:not(.sidebar-end) {
7735
7692
  right: 0;
7736
7693
  }
7737
- .sidebar.sidebar-fixed.sidebar-end {
7694
+ .sidebar:not(.sidebar-end):not(.show) {
7695
+ margin-right: calc(-1 * var(--cui-sidebar-width));
7696
+ }
7697
+ .sidebar.sidebar-end {
7738
7698
  left: 0;
7739
7699
  }
7740
- }
7741
- @media (min-width: 992px) {
7742
- .sidebar.sidebar-sticky {
7743
- position: sticky;
7744
- top: 0;
7745
- height: 100vh;
7700
+ .sidebar.sidebar-end:not(.show) {
7701
+ margin-left: calc(-1 * var(--cui-sidebar-width));
7746
7702
  }
7747
7703
  }
7748
- .sidebar.sidebar-overlaid {
7749
- --cui-sidebar-overlaid-box-shadow: var(--cui-box-shadow);
7704
+
7705
+ .sidebar-fixed, .sidebar-narrow-unfoldable, .sidebar-overlaid {
7750
7706
  position: fixed;
7751
7707
  top: 0;
7752
7708
  bottom: 0;
7709
+ z-index: var(--cui-sidebar-zindex);
7753
7710
  }
7754
- .sidebar.sidebar-overlaid:not(.sidebar-end) {
7711
+ .sidebar-fixed:not(.sidebar-end), .sidebar-narrow-unfoldable:not(.sidebar-end), .sidebar-overlaid:not(.sidebar-end) {
7755
7712
  right: 0;
7756
- margin-right: calc(-1 * var(--cui-sidebar-width));
7757
7713
  }
7758
- .sidebar.sidebar-overlaid:not(.sidebar-end) ~ * {
7759
- --cui-sidebar-occupy-start: 0 !important;
7760
- }
7761
- .sidebar.sidebar-overlaid.sidebar-end {
7714
+ .sidebar-fixed.sidebar-end, .sidebar-end.sidebar-narrow-unfoldable, .sidebar-end.sidebar-overlaid {
7762
7715
  left: 0;
7763
- margin-left: calc(-1 * var(--cui-sidebar-width));
7764
7716
  }
7765
- .sidebar.sidebar-overlaid.sidebar-end ~ * {
7766
- --cui-sidebar-occupy-end: 0 !important;
7717
+
7718
+ .sidebar-overlaid {
7719
+ --cui-sidebar-overlaid-box-shadow: var(--cui-box-shadow);
7767
7720
  }
7768
- .sidebar.sidebar-overlaid.show {
7721
+ .sidebar-overlaid:not(.sidebar-end) {
7722
+ margin-right: calc(-1 * var(--cui-sidebar-width));
7723
+ }
7724
+ .sidebar-overlaid.sidebar-end {
7725
+ margin-left: calc(-1 * var(--cui-sidebar-width));
7726
+ }
7727
+ .sidebar-overlaid.show {
7769
7728
  box-shadow: var(--cui-sidebar-overlaid-box-shadow);
7770
7729
  }
7771
- .sidebar.sidebar-overlaid.show:not(.sidebar-end) {
7730
+ .sidebar-overlaid.show:not(.sidebar-end) {
7772
7731
  margin-right: 0;
7773
7732
  }
7774
- .sidebar.sidebar-overlaid.show.sidebar-end {
7733
+ .sidebar-overlaid.show.sidebar-end {
7775
7734
  margin-left: 0;
7776
7735
  }
7777
- @media (max-width: 991.98px) {
7778
- .sidebar {
7779
- --cui-is-mobile: true;
7780
- position: fixed;
7781
- top: 0;
7782
- bottom: 0;
7783
- z-index: var(--cui-sidebar-zindex);
7784
- }
7785
- .sidebar:not(.sidebar-end) {
7786
- right: 0;
7736
+
7737
+ .sidebar-sm {
7738
+ --cui-sidebar-width: 12rem;
7739
+ }
7740
+ @media (min-width: 992px) {
7741
+ .sidebar-sm:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7742
+ --cui-sidebar-occupy-start: 12rem;
7787
7743
  }
7788
- .sidebar:not(.sidebar-end) ~ * {
7789
- --cui-sidebar-occupy-start: 0 !important;
7744
+ .sidebar-sm:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7745
+ --cui-sidebar-occupy-end: 12rem;
7790
7746
  }
7791
- .sidebar:not(.sidebar-end):not(.show) {
7792
- margin-right: calc(-1 * var(--cui-sidebar-width));
7747
+ }
7748
+
7749
+ .sidebar-lg {
7750
+ --cui-sidebar-width: 20rem;
7751
+ }
7752
+ @media (min-width: 992px) {
7753
+ .sidebar-lg:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7754
+ --cui-sidebar-occupy-start: 20rem;
7793
7755
  }
7794
- .sidebar.sidebar-end {
7795
- left: 0;
7756
+ .sidebar-lg:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7757
+ --cui-sidebar-occupy-end: 20rem;
7796
7758
  }
7797
- .sidebar.sidebar-end ~ * {
7798
- --cui-sidebar-occupy-end: 0 !important;
7759
+ }
7760
+
7761
+ .sidebar-xl {
7762
+ --cui-sidebar-width: 24rem;
7763
+ }
7764
+ @media (min-width: 992px) {
7765
+ .sidebar-xl:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid):not(.sidebar-end) ~ * {
7766
+ --cui-sidebar-occupy-start: 24rem;
7799
7767
  }
7800
- .sidebar.sidebar-end:not(.show) {
7801
- margin-left: calc(-1 * var(--cui-sidebar-width));
7768
+ .sidebar-xl:not(.hide):not(.sidebar-narrow):not(.sidebar-narrow-unfoldable:not(:hover)):not(.sidebar-narrow-unfoldable):not(.sidebar-overlaid).sidebar-end ~ * {
7769
+ --cui-sidebar-occupy-end: 24rem;
7802
7770
  }
7803
7771
  }
7804
7772
 
@@ -7932,6 +7900,7 @@ textarea.form-control-lg {
7932
7900
  .sidebar-nav {
7933
7901
  --cui-sidebar-nav-padding-x: 0.5rem;
7934
7902
  --cui-sidebar-nav-padding-y: 0.5rem;
7903
+ --cui-sidebar-nav-gap: 1px;
7935
7904
  --cui-sidebar-nav-title-padding-x: 1rem;
7936
7905
  --cui-sidebar-nav-title-padding-y: 0.75rem;
7937
7906
  --cui-sidebar-nav-title-margin-top: 1rem;
@@ -7974,9 +7943,9 @@ textarea.form-control-lg {
7974
7943
  --cui-sidebar-nav-group-items-padding-y: 0;
7975
7944
  --cui-sidebar-nav-group-items-padding-x: 0;
7976
7945
  --cui-sidebar-nav-group-indicator-color: var(--cui-tertiary-color);
7977
- --cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
7946
+ --cui-sidebar-nav-group-indicator-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
7978
7947
  --cui-sidebar-nav-group-indicator-hover-color: var(--cui-emphasis-color);
7979
- --cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
7948
+ --cui-sidebar-nav-group-indicator-hover-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
7980
7949
  --cui-sidebar-nav-group-toggle-show-color: var(--cui-body-color);
7981
7950
  position: relative;
7982
7951
  display: flex;
@@ -7991,7 +7960,7 @@ textarea.form-control-lg {
7991
7960
  .sidebar-nav .nav-item + .nav-item,
7992
7961
  .sidebar-nav .nav-item + .nav-group,
7993
7962
  .sidebar-nav .nav-group + .nav-item {
7994
- margin-top: 1px;
7963
+ margin-top: var(--cui-sidebar-nav-gap);
7995
7964
  }
7996
7965
  .sidebar-nav .nav-title {
7997
7966
  padding: var(--cui-sidebar-nav-title-padding-y) var(--cui-sidebar-nav-title-padding-x);
@@ -8145,7 +8114,7 @@ textarea.form-control-lg {
8145
8114
  transform: rotate(180deg);
8146
8115
  }
8147
8116
  .sidebar-nav .nav-group.show + .show {
8148
- margin-top: 1px;
8117
+ margin-top: var(--cui-sidebar-nav-gap);
8149
8118
  }
8150
8119
  .sidebar-nav .nav-group-toggle {
8151
8120
  cursor: pointer;
@@ -8180,80 +8149,66 @@ textarea.form-control-lg {
8180
8149
  --cui-sidebar-nav-link-padding-y: 0.5625rem;
8181
8150
  }
8182
8151
 
8183
- .sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
8152
+ .sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) {
8184
8153
  --cui-sidebar-narrow-width: 4rem;
8185
8154
  }
8186
8155
  @media (min-width: 992px) {
8187
- .sidebar-narrow-unfoldable:not(:hover), .sidebar-narrow {
8156
+ .sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) {
8188
8157
  flex: 0 0 var(--cui-sidebar-narrow-width);
8189
8158
  width: var(--cui-sidebar-narrow-width);
8190
8159
  padding-bottom: var(--cui-sidebar-toggler-height);
8191
8160
  overflow: visible;
8192
8161
  }
8193
- .sidebar-fixed.sidebar-narrow-unfoldable:not(:hover), .sidebar-fixed.sidebar-narrow {
8194
- width: var(--cui-sidebar-narrow-width);
8195
- }
8196
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full, .sidebar-narrow .sidebar-brand-full {
8162
+ .sidebar-narrow .sidebar-brand-full, .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-full {
8197
8163
  display: none;
8198
8164
  }
8199
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-narrow, .sidebar-narrow .sidebar-brand-narrow {
8165
+ .sidebar-narrow .sidebar-brand-narrow, .sidebar-narrow-unfoldable:not(:hover) .sidebar-brand-narrow {
8200
8166
  display: block;
8201
8167
  }
8202
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-header, .sidebar-narrow .sidebar-header {
8168
+ .sidebar-narrow .sidebar-header, .sidebar-narrow-unfoldable:not(:hover) .sidebar-header {
8203
8169
  justify-content: center;
8204
8170
  padding-right: 0;
8205
8171
  padding-left: 0;
8206
8172
  }
8207
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-nav, .sidebar-narrow .sidebar-nav {
8173
+ .sidebar-narrow .sidebar-nav, .sidebar-narrow-unfoldable:not(:hover) .sidebar-nav {
8208
8174
  --cui-sidebar-nav-link-padding-x: 0.5rem;
8209
8175
  --cui-sidebar-nav-link-padding-y: 0.75rem;
8210
8176
  }
8211
- .sidebar-narrow-unfoldable:not(:hover) .nav-icon, .sidebar-narrow .nav-icon {
8177
+ .sidebar-narrow .nav-link, .sidebar-narrow-unfoldable:not(:hover) .nav-link {
8178
+ overflow: hidden;
8179
+ }
8180
+ .sidebar-narrow .nav-icon, .sidebar-narrow-unfoldable:not(:hover) .nav-icon {
8212
8181
  flex: 0 0 calc(var(--cui-sidebar-narrow-width) - var(--cui-sidebar-nav-padding-x) * 2 - var(--cui-sidebar-nav-link-padding-x) * 2);
8213
8182
  }
8214
- .sidebar-narrow-unfoldable:not(:hover) .d-narrow-none, .sidebar-narrow .d-narrow-none,
8215
- .sidebar-narrow-unfoldable:not(:hover) .nav-label,
8183
+ .sidebar-narrow .d-narrow-none, .sidebar-narrow-unfoldable:not(:hover) .d-narrow-none,
8216
8184
  .sidebar-narrow .nav-label,
8217
- .sidebar-narrow-unfoldable:not(:hover) .nav-title,
8185
+ .sidebar-narrow-unfoldable:not(:hover) .nav-label,
8218
8186
  .sidebar-narrow .nav-title,
8219
- .sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
8187
+ .sidebar-narrow-unfoldable:not(:hover) .nav-title,
8220
8188
  .sidebar-narrow .nav-group-items,
8221
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-form,
8222
- .sidebar-narrow .sidebar-form {
8189
+ .sidebar-narrow-unfoldable:not(:hover) .nav-group-items,
8190
+ .sidebar-narrow .nav-group.show .nav-group-items,
8191
+ .sidebar-narrow .sidebar-form,
8192
+ .sidebar-narrow-unfoldable:not(:hover) .sidebar-form {
8223
8193
  height: 0 !important;
8224
8194
  padding: 0 !important;
8225
8195
  margin: 0 !important;
8226
8196
  visibility: hidden;
8227
8197
  opacity: 0;
8228
8198
  }
8229
- .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before, .sidebar-narrow .sidebar-toggler::before {
8199
+ .sidebar-narrow .sidebar-toggler::before, .sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before {
8230
8200
  transform: rotate(0deg);
8231
8201
  }
8232
- .sidebar-end.sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before, .sidebar-end.sidebar-narrow .sidebar-toggler::before {
8202
+ .sidebar-narrow.sidebar-end .sidebar-toggler::before, .sidebar-end.sidebar-narrow-unfoldable:not(:hover) .sidebar-toggler::before {
8233
8203
  transform: rotate(0deg);
8234
8204
  }
8235
8205
  }
8236
8206
 
8237
- .sidebar-narrow:not(.sidebar-end) ~ * {
8238
- --cui-sidebar-occupy-start: 4rem !important;
8239
- }
8240
- .sidebar-narrow.sidebar-end ~ * {
8241
- --cui-sidebar-occupy-end: 4rem !important;
8242
- }
8243
- .sidebar-narrow .nav-link {
8244
- overflow: hidden;
8245
- }
8246
-
8247
8207
  .sidebar-narrow-unfoldable {
8248
- position: fixed;
8249
- }
8250
- .sidebar-narrow-unfoldable:not(.sidebar-end) ~ * {
8251
- --cui-sidebar-occupy-start: 4rem !important;
8252
- }
8253
- .sidebar-narrow-unfoldable.sidebar-end ~ * {
8254
- --cui-sidebar-occupy-end: 4rem !important;
8208
+ --cui-sidebar-narrow-unfoldable-box-shadow: var(--cui-box-shadow);
8255
8209
  }
8256
8210
  .sidebar-narrow-unfoldable:hover {
8211
+ box-shadow: var(--cui-sidebar-narrow-unfoldable-box-shadow);
8257
8212
  box-shadow: 0 0.5rem 1rem rgba(8, 10, 12, 0.15);
8258
8213
  }
8259
8214
  .sidebar-narrow-unfoldable:hover .sidebar-toggler::before {
@@ -8262,57 +8217,18 @@ textarea.form-control-lg {
8262
8217
  .sidebar-narrow-unfoldable:hover.sidebar-end .sidebar-toggler::before {
8263
8218
  transform: rotate(0deg);
8264
8219
  }
8265
- .sidebar-narrow-unfoldable .nav-link {
8266
- overflow: hidden;
8267
- }
8268
-
8269
- .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable:not(.sidebar-end) {
8270
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8271
- }
8272
- .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding.sidebar-narrow-unfoldable.sidebar-end {
8273
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8274
- }
8275
8220
 
8276
- @media (max-width: 575.98px) {
8277
- .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable:not(.sidebar-end) {
8278
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8279
- }
8280
- .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-sm.sidebar-narrow-unfoldable.sidebar-end {
8281
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8282
- }
8283
- }
8284
- @media (max-width: 767.98px) {
8285
- .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable:not(.sidebar-end) {
8286
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8287
- }
8288
- .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-md.sidebar-narrow-unfoldable.sidebar-end {
8289
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8290
- }
8291
- }
8292
- @media (max-width: 991.98px) {
8293
- .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable:not(.sidebar-end) {
8294
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8295
- }
8296
- .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-lg.sidebar-narrow-unfoldable.sidebar-end {
8297
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8298
- }
8299
- }
8300
- @media (max-width: 1199.98px) {
8301
- .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable:not(.sidebar-end) {
8302
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8303
- }
8304
- .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-xl.sidebar-narrow-unfoldable.sidebar-end {
8305
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8306
- }
8307
- }
8308
- @media (max-width: 1399.98px) {
8309
- .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow:not(.sidebar-end), .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable:not(.sidebar-end) {
8310
- margin-right: calc(var(--cui-sidebar-narrow-width) * -1);
8221
+ @media (min-width: 992px) {
8222
+ .sidebar-narrow:not(.sidebar-end):not(.hide) ~ *,
8223
+ .sidebar-narrow-unfoldable:not(.sidebar-end):not(.hide) ~ * {
8224
+ --cui-sidebar-occupy-start: 4rem;
8311
8225
  }
8312
- .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow.sidebar-end, .sidebar:not(.show).sidebar-self-hiding-xxl.sidebar-narrow-unfoldable.sidebar-end {
8313
- margin-left: calc(var(--cui-sidebar-narrow-width) * -1);
8226
+ .sidebar-narrow.sidebar-end:not(.hide) ~ *,
8227
+ .sidebar-narrow-unfoldable.sidebar-end:not(.hide) ~ * {
8228
+ --cui-sidebar-occupy-end: 4rem;
8314
8229
  }
8315
8230
  }
8231
+
8316
8232
  .clearfix::after {
8317
8233
  display: block;
8318
8234
  clear: both;