This commit is contained in:
2026-05-07 09:16:01 +08:00
parent ccc46844b6
commit 1980364521
99 changed files with 2664 additions and 934 deletions

View File

@@ -40,7 +40,7 @@
"vite-plugin-dts": "^4.5.4"
},
"dependencies": {
"@defgov/ui-web": "workspace:*",
"@defgov/ui-web-tw": "workspace:*",
"react": "^19.2.5",
"react-dom": "^19.2.5"
}

View File

@@ -1,4 +1,4 @@
import { clsm } from "@defgov/ui-web";
import { clsm } from "@defgov/ui-web-tw";
import { ButtonGallery } from "./gallery/ButtonGallery";
import { cn } from "tailwind-variants";

View File

@@ -1,4 +1,4 @@
import { Button, DownloadSvg } from "@defgov/ui-web";
import { Button, DownloadSvg } from "@defgov/ui-web-tw";
import { InnerWrapper } from "../common/InnerWrapper";
import { OuterWrapper } from "../common/OuterWrapper";