diff --git a/.changeset/three-dogs-carry.md b/.changeset/three-dogs-carry.md new file mode 100644 index 00000000..ff14ff02 --- /dev/null +++ b/.changeset/three-dogs-carry.md @@ -0,0 +1,10 @@ +--- +'@genseki/react': patch +'@example/erp': patch +--- + +- Deprecated `link` component +- Remove button `link` variant +- Add example for `link` usage +- Update button variants +- update design tokens diff --git a/examples/ui-playground/src/app/playground/page.tsx b/examples/ui-playground/src/app/playground/page.tsx index 1b2cd894..699b0740 100644 --- a/examples/ui-playground/src/app/playground/page.tsx +++ b/examples/ui-playground/src/app/playground/page.tsx @@ -27,6 +27,7 @@ import { AriaButton, AriaButtonGroup, AriaButtonGroupItem, + AriaLink, AriaModal, AriaModalBody, AriaModalClose, @@ -50,7 +51,6 @@ import { Breadcrumbs, BreadcrumbsItem, Card, - Link, PageSizeSelect, Pagination, ProgressBar, @@ -772,9 +772,9 @@ export default function UIPlayground() { />
Remember me - + Forgot password? - +
- - - - - - +
+
+ + + + + + + +
+
+ + + + + + + +
) } @@ -137,7 +163,9 @@ function ButtonGroupBasic() { return ( + + ) @@ -229,12 +257,10 @@ function ButtonGroupVariants() { return (
- + + - - - diff --git a/examples/ui-playground/src/app/playground/shadcn/combobox-section.tsx b/examples/ui-playground/src/app/playground/shadcn/combobox-section.tsx index ee2a6aca..8e33f641 100644 --- a/examples/ui-playground/src/app/playground/shadcn/combobox-section.tsx +++ b/examples/ui-playground/src/app/playground/shadcn/combobox-section.tsx @@ -256,7 +256,7 @@ function CustomTriggerComboboxSingle() { {(selectedItem) => ( -