@digdir/designsystemet 0.1.0-alpha.13 → 0.1.0-alpha.14

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.
@@ -3182,7 +3182,7 @@ var permutateThemes2 = ($themes) => permutateThemes($themes, {
3182
3182
  });
3183
3183
  var colorModeVariables = ({ mode = "light", outPath, theme }) => {
3184
3184
  const selector = `${mode === "light" ? ":root, " : ""}[data-ds-color-mode="${mode}"]`;
3185
- const layer = `ds.theme.color.${mode}`;
3185
+ const layer = `ds.theme.color-mode.${mode}`;
3186
3186
  return {
3187
3187
  log: { verbosity: "silent" },
3188
3188
  preprocessors: ["tokens-studio"],