@tpitre/story-ui 4.16.9 → 4.16.10

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.
@@ -1974,6 +1974,7 @@
1974
1974
  flex-direction: column;
1975
1975
  height: 100%;
1976
1976
  background: hsl(var(--background));
1977
+ color: hsl(var(--foreground));
1977
1978
  position: relative;
1978
1979
  }
1979
1980
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tpitre/story-ui",
3
- "version": "4.16.9",
3
+ "version": "4.16.10",
4
4
  "description": "AI-powered Storybook story generator with dynamic component discovery",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1974,6 +1974,7 @@
1974
1974
  flex-direction: column;
1975
1975
  height: 100%;
1976
1976
  background: hsl(var(--background));
1977
+ color: hsl(var(--foreground));
1977
1978
  position: relative;
1978
1979
  }
1979
1980