@angular/material 18.0.0-rc.1 → 18.0.0-rc.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.
@@ -29,6 +29,12 @@
29
29
  "description": "Workspace-relative path to a directory where generated theme file will be created",
30
30
  "x-prompt": "What is the directory you want to place the generated theme file in? (Enter the relative path such as 'src/app/styles/' or leave blank to generate at your project root)"
31
31
  },
32
+ "useSystemVariables": {
33
+ "type": "boolean",
34
+ "default": false,
35
+ "description": "Whether to use system-level variables for the theme.",
36
+ "x-prompt": "Do you want to use system-level variables in the theme? System-level variables make dynamic theming easier through CSS custom properties, but increase the bundle size."
37
+ },
32
38
  "themeTypes": {
33
39
  "type": "string",
34
40
  "enum": ["light", "dark", "both"],