codexly-ui 0.5.8 → 0.5.9
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
|
@@ -4424,7 +4424,7 @@ class ClxRadioComponent {
|
|
|
4424
4424
|
return `${base} border-clx-border bg-clx-surface`;
|
|
4425
4425
|
const t = resolveColor(this._color());
|
|
4426
4426
|
if (this._variant() === 'solid')
|
|
4427
|
-
return `${base}
|
|
4427
|
+
return `${base} bg-clx-surface ${t.border}`;
|
|
4428
4428
|
return `${base} ${t.bgSubtle} ${t.borderLight}`;
|
|
4429
4429
|
}, ...(ngDevMode ? [{ debugName: "_ringClass" }] : /* istanbul ignore next */ []));
|
|
4430
4430
|
_dotClass = computed(() => {
|
|
@@ -4435,7 +4435,7 @@ class ClxRadioComponent {
|
|
|
4435
4435
|
return `${base} scale-100 bg-clx-surface`;
|
|
4436
4436
|
const t = resolveColor(this._color());
|
|
4437
4437
|
if (this._variant() === 'solid')
|
|
4438
|
-
return `${base} scale-100 ${t.
|
|
4438
|
+
return `${base} scale-100 ${t.bg}`;
|
|
4439
4439
|
return `${base} scale-100 ${t.textSubtle}`;
|
|
4440
4440
|
}, ...(ngDevMode ? [{ debugName: "_dotClass" }] : /* istanbul ignore next */ []));
|
|
4441
4441
|
_labelClass = computed(() => {
|