codexly-ui 0.1.7 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codexly-ui",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -2916,6 +2916,7 @@ declare class ClxThemeService {
2916
2916
  setConfig(patch: Partial<ClxThemeConfig>): void;
2917
2917
  toggle(): void;
2918
2918
  private _applyColorVar;
2919
+ private _applyTextColor;
2919
2920
  private _applyFont;
2920
2921
  private _loadMode;
2921
2922
  private _getSystemDark;