anentrypoint-design 0.0.405 → 0.0.406

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": "anentrypoint-design",
3
- "version": "0.0.405",
3
+ "version": "0.0.406",
4
4
  "description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
5
5
  "type": "module",
6
6
  "main": "./dist/247420.js",
package/src/theme.js CHANGED
@@ -19,7 +19,7 @@ const DENSITY_KEY = '247420:density';
19
19
  const LOCALE_KEY = '247420:locale';
20
20
  // 'auto' is a mode, not a [data-theme] preset block — it stays in VALID for the
21
21
  // controller but is the OS-follow path. The named presets are the rest.
22
- const VALID = new Set(['auto', 'paper', 'ink', 'thebird']);
22
+ const VALID = new Set(['auto', 'paper', 'ink', 'thebird', 'github-dark']);
23
23
  const VALID_ACCENT = new Set(['green', 'purple', 'mascot']);
24
24
  const VALID_DENSITY = new Set(['compact', 'comfortable', 'spacious']);
25
25
  const listeners = new Set();