Skip to content

Commit f00bfef

Browse files
committed
add Tooltip mdx
1 parent e282f99 commit f00bfef

54 files changed

Lines changed: 945 additions & 189 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @react-elf/docs
22

3+
## 0.0.81
4+
5+
### Patch Changes
6+
7+
- add Tooltip mdx
8+
9+
- Updated dependencies []:
10+
- @react-elf/ui@0.0.81
11+
312
## 0.0.80
413

514
### Patch Changes

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-elf/docs",
3-
"version": "0.0.80",
3+
"version": "0.0.81",
44
"private": true,
55
"scripts": {
66
"npm-check": "npx npm-check-updates -u",

apps/docs/src/components/feedbacks/Alert.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ActionableView } from "./alert/ActionableView";
88
import { DismissableView } from "./alert/DismissableView";
99
import { TextOverflowView } from "./alert/TextOverflowView";
1010

11-
<Meta title="Components/Feed Backs/Alert" of={AlertStories} />
11+
<Meta of={AlertStories} />
1212

1313
# Alert
1414

apps/docs/src/components/feedbacks/Alert.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";
33
import { Alert, RoundButton } from "@react-elf/ui";
44

55
const meta = {
6+
title: "Components/Feed backs/Alert",
67
component: Alert,
78
tags: ["autodocs"],
89
} satisfies Meta<typeof Alert>;

apps/docs/src/components/feedbacks/ContextualHelp.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ import { MainView } from "./contextual-help/MainView";
55
import { OptionsView } from "./contextual-help/OptionsView";
66
import { PlacementView } from "./contextual-help/PlacementView";
77

8-
<Meta
9-
title="Components/Feed Backs/Contextual Help"
10-
of={ContextualHelpStories}
11-
/>
8+
<Meta of={ContextualHelpStories} />
129

1310
# Contextual Help
1411

apps/docs/src/components/feedbacks/ContextualHelp.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import React from "react";
22
import type { Meta, StoryObj } from "@storybook/react";
3-
import { Alert, RoundButton } from "@react-elf/ui";
43

54
const ContextualHelp = () => {
65
return <div></div>;
76
};
87

98
const meta = {
9+
title: "Components/Feed backs/Contextual Help",
1010
component: ContextualHelp,
1111
tags: ["autodocs"],
1212
} satisfies Meta<typeof ContextualHelp>;

apps/docs/src/components/feedbacks/Dialog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { VariantView } from "./dialog/VariantView";
88
import { ClosableView } from "./dialog/ClosableView";
99
import { CustomFooterView } from "./dialog/CustomFooterView";
1010

11-
<Meta title="Components/Feed Backs/Dialog" of={DialogStories} />
11+
<Meta of={DialogStories} />
1212

1313
# Alert Dialog
1414

apps/docs/src/components/feedbacks/Dialog.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { Meta, StoryObj } from "@storybook/react";
33
import { Dialog, Ghost, RoundButton } from "@react-elf/ui";
44

55
const meta = {
6+
title: "Components/Feed backs/Dialog",
67
component: Dialog,
78
tags: ["autodocs"],
89
} satisfies Meta<typeof Dialog>;

apps/docs/src/components/feedbacks/Notification.stories.tsxx

Lines changed: 0 additions & 47 deletions
This file was deleted.

apps/docs/src/components/feedbacks/Toast.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { ToolsView } from "./toast/ToolsView";
88
import { ClosableView } from "./toast/ClosableView";
99
import { VariantView } from "./toast/VariantView";
1010

11-
<Meta title="Components/Feed Backs/Toast" of={ToastStories} />
11+
<Meta of={ToastStories} />
1212

1313
# Toast
1414

0 commit comments

Comments
 (0)