theme-vir 28.23.0 → 28.23.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.
@@ -2,7 +2,7 @@ import { check } from '@augment-vir/assert';
2
2
  import { VirColorPair } from '@electrovir/color';
3
3
  import { defineBookPage } from 'element-book';
4
4
  import { css, html, unsafeCSS } from 'element-vir';
5
- import { noNativeSpacing, viraColorPalette, viraTheme } from 'vira';
5
+ import { noNativeSpacing, viraTheme } from 'vira';
6
6
  import { buildColorTheme, groupColors, } from './build-color-theme.js';
7
7
  import { createColorThemeBookPages } from './color-theme-book-pages.js';
8
8
  import { themeDefaultKey } from './color-theme.js';
@@ -86,7 +86,8 @@ export function createColorPaletteBookPages({ colors, parent, title, includeCont
86
86
  & .color-details {
87
87
  font-family: monospace;
88
88
  font-size: 12px;
89
- color: ${viraColorPalette['vira-grey-50'].value};
89
+ color: ${viraTheme.colors['vira-grey-foreground-header']
90
+ .foreground.value};
90
91
  }
91
92
 
92
93
  & .color-value {
@@ -148,7 +149,8 @@ export function createColorPaletteBookPages({ colors, parent, title, includeCont
148
149
  .darkness-level {
149
150
  text-align: center;
150
151
  font-size: 12px;
151
- color: ${viraColorPalette['vira-grey-50'].value};
152
+ color: ${viraTheme.colors['vira-grey-foreground-header']
153
+ .foreground.value};
152
154
  }
153
155
 
154
156
  td {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "theme-vir",
3
- "version": "28.23.0",
3
+ "version": "28.23.1",
4
4
  "description": "Create an entire web theme.",
5
5
  "keywords": [
6
6
  "design",