@tujyane/alf 1.0.0 → 1.0.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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/themes.ts +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tujyane/alf",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Tujyane's Application Layout Framework",
5
5
  "main": "dist/index.js",
6
6
  "files": [
package/src/themes.ts CHANGED
@@ -86,7 +86,7 @@ export type ThemeScheme = "light" | "dark";
86
86
  /**
87
87
  * Specific theme name, including low-contrast variants
88
88
  */
89
- export type ThemeName = "light" | "dark" | "dim";
89
+ export type ThemeName = "light" | "dark";
90
90
 
91
91
  /**
92
92
  * A theme object, containing the color palette and atoms for the theme