codexly-ui 0.10.62 → 0.10.63
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.
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -12425,7 +12425,7 @@ class ClxCarouselComponent {
|
|
|
12425
12425
|
const base = this._aspectClass();
|
|
12426
12426
|
return this.transparent()
|
|
12427
12427
|
? base
|
|
12428
|
-
: `${base}
|
|
12428
|
+
: `${base} bg-white`;
|
|
12429
12429
|
}, ...(ngDevMode ? [{ debugName: "_viewportClass" }] : /* istanbul ignore next */ []));
|
|
12430
12430
|
_dotItems = computed(() => {
|
|
12431
12431
|
const active = this.currentPageIndex();
|