vibe-design-system 1.9.3 → 1.9.4
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
|
@@ -22,7 +22,7 @@ const STORIES_DIR = path.join(SRC_DIR, "stories");
|
|
|
22
22
|
|
|
23
23
|
// Top of every story file for CSS variables
|
|
24
24
|
const STORY_CSS_HEADER = `// @ts-ignore
|
|
25
|
-
import '
|
|
25
|
+
import '../index.css'
|
|
26
26
|
|
|
27
27
|
`;
|
|
28
28
|
|
|
@@ -42,6 +42,10 @@ const SKIP_LIST = [
|
|
|
42
42
|
"ToggleGroup",
|
|
43
43
|
"Sidebar",
|
|
44
44
|
"TestComponent",
|
|
45
|
+
"Chart",
|
|
46
|
+
"InputOtp",
|
|
47
|
+
"Resizable",
|
|
48
|
+
"Sonner",
|
|
45
49
|
];
|
|
46
50
|
|
|
47
51
|
function ensureDir(dir) {
|