-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: NotificationBar の Story を見直し (#4996)
- Loading branch information
1 parent
3c3068e
commit 2651f8d
Showing
5 changed files
with
485 additions
and
291 deletions.
There are no files selected for viewing
196 changes: 0 additions & 196 deletions
196
packages/smarthr-ui/src/components/NotificationBar/NotificationBar.stories.tsx
This file was deleted.
Oops, something went wrong.
95 changes: 0 additions & 95 deletions
95
packages/smarthr-ui/src/components/NotificationBar/VRTNotificationBar.stories.tsx
This file was deleted.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
packages/smarthr-ui/src/components/NotificationBar/stories/NotificationBar.pict.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
base: base, none | ||
bold: true, false | ||
type: error, warning, info, success, sync | ||
message: String, ReactNode | ||
layer: 0, 1, 2, 3, 4, undefined | ||
onClose: あり, なし | ||
|
||
# base が none の場合は layer は不要 | ||
IF [base] = "none" THEN [layer] = "undefined"; |
Oops, something went wrong.