codexly-ui 0.7.0 → 0.7.2
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
|
@@ -9728,7 +9728,7 @@ class ClxMenuComponent {
|
|
|
9728
9728
|
clx-icon
|
|
9729
9729
|
name="expand_more"
|
|
9730
9730
|
size="sm"
|
|
9731
|
-
class="shrink-0 transition-transform duration-300"
|
|
9731
|
+
[class]="'shrink-0 transition-transform duration-300 ' + (rla.isActive ? '' : 'text-clx-text-subtle')"
|
|
9732
9732
|
[style.transform]="_isExpanded() ? 'rotate(180deg)' : 'rotate(0deg)'">
|
|
9733
9733
|
</span>
|
|
9734
9734
|
}
|
|
@@ -9748,7 +9748,7 @@ class ClxMenuComponent {
|
|
|
9748
9748
|
clx-icon
|
|
9749
9749
|
name="expand_more"
|
|
9750
9750
|
size="sm"
|
|
9751
|
-
class="shrink-0 transition-transform duration-300"
|
|
9751
|
+
[class]="'shrink-0 transition-transform duration-300 ' + (active() ? '' : 'text-clx-text-subtle')"
|
|
9752
9752
|
[style.transform]="_isExpanded() ? 'rotate(180deg)' : 'rotate(0deg)'">
|
|
9753
9753
|
</span>
|
|
9754
9754
|
}
|
|
@@ -9791,7 +9791,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
9791
9791
|
clx-icon
|
|
9792
9792
|
name="expand_more"
|
|
9793
9793
|
size="sm"
|
|
9794
|
-
class="shrink-0 transition-transform duration-300"
|
|
9794
|
+
[class]="'shrink-0 transition-transform duration-300 ' + (rla.isActive ? '' : 'text-clx-text-subtle')"
|
|
9795
9795
|
[style.transform]="_isExpanded() ? 'rotate(180deg)' : 'rotate(0deg)'">
|
|
9796
9796
|
</span>
|
|
9797
9797
|
}
|
|
@@ -9811,7 +9811,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
9811
9811
|
clx-icon
|
|
9812
9812
|
name="expand_more"
|
|
9813
9813
|
size="sm"
|
|
9814
|
-
class="shrink-0 transition-transform duration-300"
|
|
9814
|
+
[class]="'shrink-0 transition-transform duration-300 ' + (active() ? '' : 'text-clx-text-subtle')"
|
|
9815
9815
|
[style.transform]="_isExpanded() ? 'rotate(180deg)' : 'rotate(0deg)'">
|
|
9816
9816
|
</span>
|
|
9817
9817
|
}
|