chore(ui): setup base for Typography V2

Also removes Button stories for V1 component.
This commit is contained in:
Brian McGee
2025-05-29 15:51:54 +01:00
parent 18d451bfa5
commit ed4581e4ea
18 changed files with 549 additions and 150 deletions

View File

@@ -1,5 +1,7 @@
import type { Preview } from "@kachurun/storybook-solid";
import "@/src/components/v2/index.css";
export const preview: Preview = {
tags: ["autodocs"],
parameters: {
@@ -7,7 +9,7 @@ export const preview: Preview = {
backgrounds: {
values: [
{ name: "Dark", value: "#333" },
{ name: "Light", value: "#F7F9F2" },
{ name: "Light", value: "#ffffff" },
],
default: "Light",
},