@avora-labs/meta-forge 1.7.0 → 1.7.1

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": "@avora-labs/meta-forge",
3
- "version": "1.7.0",
3
+ "version": "1.7.1",
4
4
  "description": "AvoraMetaForge — A meta-driven Angular framework. Define entire applications through structured TypeScript metadata.",
5
5
  "keywords": [
6
6
  "angular",
@@ -2306,12 +2306,6 @@ declare class AppConfigService implements OnDestroy {
2306
2306
  * form is submitted). Maps each key to the appropriate runtime effect.
2307
2307
  */
2308
2308
  private applySettingChange;
2309
- /**
2310
- * Toggles dark / light mode by setting data-color-scheme on <html>.
2311
- * Dark mode = no attribute (uses :root CSS vars from _variables.scss).
2312
- * Light mode = data-color-scheme="light" (overrides via _themes.scss).
2313
- */
2314
- private applyColorScheme;
2315
2309
  static ɵfac: i0.ɵɵFactoryDeclaration<AppConfigService, never>;
2316
2310
  static ɵprov: i0.ɵɵInjectableDeclaration<AppConfigService>;
2317
2311
  }
@@ -2386,6 +2380,7 @@ declare class ThemeService {
2386
2380
  private readonly STORAGE_KEY;
2387
2381
  config: i0.WritableSignal<ThemeConfig>;
2388
2382
  customizerOpen: i0.WritableSignal<boolean>;
2383
+ private readonly stateService;
2389
2384
  constructor(platformId: Object);
2390
2385
  updateConfig(partial: Partial<ThemeConfig>): void;
2391
2386
  private loadConfig;