@rpg-engine/long-bow 0.7.28 → 0.7.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/{TableTab/TableTab.d.ts → InternalTabs/InternalTabs.d.ts} +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/long-bow.cjs.development.js +66 -66
- package/dist/long-bow.cjs.development.js.map +1 -1
- package/dist/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/dist/long-bow.esm.js +66 -66
- package/dist/long-bow.esm.js.map +1 -1
- package/dist/stories/{CharacterStatus.stories.d.ts → Character/character/CharacterStatus.stories.d.ts} +1 -1
- package/dist/stories/{EquipmentSet.stories.d.ts → Character/equipment/EquipmentSet.stories.d.ts} +1 -1
- package/dist/stories/{SkillProgressBar.stories.d.ts → Character/skills/SkillProgressBar.stories.d.ts} +1 -1
- package/dist/stories/{SkillsContainer.stories.d.ts → Character/skills/SkillsContainer.stories.d.ts} +1 -1
- package/dist/stories/{ChatRevamp.stories.d.ts → Features/chat/ChatRevamp.stories.d.ts} +1 -1
- package/dist/stories/{CircullarController.stories.d.ts → Features/controller/CircullarController.stories.d.ts} +1 -1
- package/dist/stories/{Leaderboard.stories.d.ts → Features/leaderboard/Leaderboard.stories.d.ts} +1 -1
- package/dist/stories/{PartyCreate.stories.d.ts → Features/party/PartyCreate.stories.d.ts} +1 -1
- package/dist/stories/{PartyDashboard.stories.d.ts → Features/party/PartyDashboard.stories.d.ts} +1 -1
- package/dist/stories/{PartyInvite.stories.d.ts → Features/party/PartyInvite.stories.d.ts} +1 -1
- package/dist/stories/{PartyManager.stories.d.ts → Features/party/PartyManager.stories.d.ts} +1 -1
- package/dist/stories/{QuestInfo.stories.d.ts → Features/quest/QuestInfo.stories.d.ts} +1 -1
- package/dist/stories/{QuestList.stories.d.ts → Features/quest/QuestList.stories.d.ts} +1 -1
- package/dist/stories/{Shortcuts.stories.d.ts → Features/shortcuts/Shortcuts.stories.d.ts} +1 -1
- package/dist/stories/{SpellInfoDisplay.stories.d.ts → Features/spells/SpellInfoDisplay.stories.d.ts} +1 -1
- package/dist/stories/{Spellbook.stories.d.ts → Features/spells/Spellbook.stories.d.ts} +1 -1
- package/dist/stories/{TradingMenu.stories.d.ts → Features/trading/TradingMenu.stories.d.ts} +1 -1
- package/dist/stories/{DayNightPeriod.stories.d.ts → Features/weather/DayNightPeriod.stories.d.ts} +1 -1
- package/dist/stories/{TimeWidget.stories.d.ts → Features/weather/TimeWidget.stories.d.ts} +1 -1
- package/dist/stories/{ItemInfoDisplay.stories.d.ts → Item/ItemInfoDisplay.stories.d.ts} +1 -1
- package/dist/stories/{NPCDialog.stories.d.ts → NPC/dialog/NPCDialog.stories.d.ts} +1 -1
- package/dist/stories/{HistoryDialog.stories.d.ts → NPC/dialog/NPCHistoryDialog.stories.d.ts} +1 -1
- package/dist/stories/{NPCMultiDialog.stories.d.ts → NPC/dialog/NPCMultiDialog.stories.d.ts} +1 -1
- package/dist/stories/{RPGUIContainers.stories.d.ts → UI/RPGUI/RPGUIContainers.stories.d.ts} +1 -1
- package/dist/stories/{StaticBook.stories.d.ts → UI/books/StaticBook.stories.d.ts} +1 -1
- package/dist/stories/{Button.stories.d.ts → UI/buttonsAndInputs/Button.stories.d.ts} +1 -1
- package/dist/stories/{CheckButton.stories.d.ts → UI/buttonsAndInputs/CheckItem.stories.d.ts} +2 -2
- package/dist/stories/{RadioButton.stories.d.ts → UI/buttonsAndInputs/RadioButton.stories.d.ts} +1 -1
- package/dist/stories/{RadioInput.stories.d.ts → UI/buttonsAndInputs/RadioInput.stories.d.ts} +1 -1
- package/dist/stories/{DraggableContainer.stories.d.ts → UI/containers/DraggableContainer.stories.d.ts} +1 -1
- package/dist/stories/{ItemContainer.stories.d.ts → UI/containers/ItemContainer.stories.d.ts} +1 -1
- package/dist/stories/{Arrow.stories.d.ts → UI/dropdownsAndSelectors/Arrow.stories.d.ts} +1 -1
- package/dist/stories/{Dropdown.stories.d.ts → UI/dropdownsAndSelectors/Dropdown.stories.d.ts} +1 -1
- package/dist/stories/{DropdownSelectorContainer.stories.d.ts → UI/dropdownsAndSelectors/DropdownSelectorContainer.stories.d.ts} +1 -1
- package/dist/stories/{ItemQuantitySelector.stories.d.ts → UI/dropdownsAndSelectors/ItemQuantitySelector.stories.d.ts} +1 -1
- package/dist/stories/{PropertySelect.stories.d.ts → UI/dropdownsAndSelectors/PropertySelect.stories.d.ts} +1 -1
- package/dist/stories/{ImageCarousel.stories.d.ts → UI/images/ImageCarousel.stories.d.ts} +1 -1
- package/dist/stories/{SimpleImageCarousel.stories.d.ts → UI/images/SimpleImageCarousel.stories.d.ts} +1 -1
- package/dist/stories/{ListMenu.stories.d.ts → UI/lists/ListMenu.stories.d.ts} +1 -1
- package/dist/stories/{ScrollList.stories.d.ts → UI/lists/ScrollList.stories.d.ts} +1 -1
- package/dist/stories/{ConfirmModal.stories.d.ts → UI/modals/ConfirmModal.stories.d.ts} +1 -1
- package/dist/stories/{ShopModal.stories.d.ts → UI/modals/ShopModal.stories.d.ts} +1 -1
- package/dist/stories/{ProgressBar.stories.d.ts → UI/progress/ProgressBar.stories.d.ts} +1 -1
- package/dist/stories/{SimpleProgressBar.stories.d.ts → UI/progress/SimpleProgressBar.stories.d.ts} +1 -1
- package/dist/stories/{RangeSlider.stories.d.ts → UI/sliders/RangeSlider.stories.d.ts} +1 -1
- package/dist/stories/{Stepper.stories.d.ts → UI/steppers/Stepper.stories.d.ts} +1 -1
- package/dist/stories/{TutorialStepper.stories.d.ts → UI/steppers/TutorialStepper.stories.d.ts} +1 -1
- package/dist/stories/{TableTab.stories.d.ts → UI/tabs/InternalTabs.stories.d.ts} +1 -1
- package/dist/stories/{Multitab.stories.d.ts → UI/tabs/Multitab.stories.d.ts} +1 -1
- package/dist/stories/{Text.stories.d.ts → UI/text/Text.stories.d.ts} +2 -2
- package/package.json +1 -1
- package/src/components/Friends/SearchFriend.tsx +2 -2
- package/src/components/{TableTab/TableTab.tsx → InternalTabs/InternalTabs.tsx} +1 -1
- package/src/index.tsx +1 -1
- package/src/stories/{CharacterSelection.stories.tsx → Character/character/CharacterSelection.stories.tsx} +6 -6
- package/src/stories/{CharacterStatus.stories.tsx → Character/character/CharacterStatus.stories.tsx} +3 -3
- package/src/stories/{EquipmentSet.stories.tsx → Character/equipment/EquipmentSet.stories.tsx} +8 -7
- package/src/stories/{SkillProgressBar.stories.tsx → Character/skills/SkillProgressBar.stories.tsx} +5 -5
- package/src/stories/{SkillsContainer.stories.tsx → Character/skills/SkillsContainer.stories.tsx} +6 -6
- package/src/stories/{Chat.stories.tsx → Features/chat/Chat.stories.tsx} +3 -3
- package/src/stories/{ChatDeprecated.stories.tsx → Features/chat/ChatDeprecated.stories.tsx} +3 -3
- package/src/stories/{ChatRevamp.stories.tsx → Features/chat/ChatRevamp.stories.tsx} +4 -4
- package/src/stories/{CircullarController.stories.tsx → Features/controller/CircullarController.stories.tsx} +8 -7
- package/src/stories/{CraftBook.stories.tsx → Features/craftbook/CraftBook.stories.tsx} +7 -7
- package/src/stories/{FriendList.stories.tsx → Features/friend/FriendList.stories.tsx} +3 -3
- package/src/stories/{Leaderboard.stories.tsx → Features/leaderboard/Leaderboard.stories.tsx} +4 -4
- package/src/stories/{PartyCreate.stories.tsx → Features/party/PartyCreate.stories.tsx} +6 -3
- package/src/stories/{PartyDashboard.stories.tsx → Features/party/PartyDashboard.stories.tsx} +4 -4
- package/src/stories/{PartyInvite.stories.tsx → Features/party/PartyInvite.stories.tsx} +4 -4
- package/src/stories/{PartyManager.stories.tsx → Features/party/PartyManager.stories.tsx} +4 -4
- package/src/stories/{QuestInfo.stories.tsx → Features/quest/QuestInfo.stories.tsx} +3 -3
- package/src/stories/{QuestList.stories.tsx → Features/quest/QuestList.stories.tsx} +6 -3
- package/src/stories/{Shortcuts.stories.tsx → Features/shortcuts/Shortcuts.stories.tsx} +10 -7
- package/src/stories/{SpellInfoDisplay.stories.tsx → Features/spells/SpellInfoDisplay.stories.tsx} +4 -4
- package/src/stories/{Spellbook.stories.tsx → Features/spells/Spellbook.stories.tsx} +10 -7
- package/src/stories/{ItemTradingComponent.stories.tsx → Features/trading/ItemTradingComponent.stories.tsx} +6 -6
- package/src/stories/{Marketplace.stories.tsx → Features/trading/Marketplace.stories.tsx} +7 -7
- package/src/stories/{MarketplaceRows.stories.tsx → Features/trading/MarketplaceRows.stories.tsx} +6 -6
- package/src/stories/{TradingMenu.stories.tsx → Features/trading/TradingMenu.stories.tsx} +7 -7
- package/src/stories/{DayNightPeriod.stories.tsx → Features/weather/DayNightPeriod.stories.tsx} +3 -3
- package/src/stories/{TimeWidget.stories.tsx → Features/weather/TimeWidget.stories.tsx} +3 -3
- package/src/stories/{ItemInfoDisplay.stories.tsx → Item/ItemInfoDisplay.stories.tsx} +7 -7
- package/src/stories/{NPCDialog.stories.tsx → NPC/dialog/NPCDialog.stories.tsx} +4 -4
- package/src/stories/{HistoryDialog.stories.tsx → NPC/dialog/NPCHistoryDialog.stories.tsx} +8 -8
- package/src/stories/{NPCMultiDialog.stories.tsx → NPC/dialog/NPCMultiDialog.stories.tsx} +4 -4
- package/src/stories/{RPGUIContainers.stories.tsx → UI/RPGUI/RPGUIContainers.stories.tsx} +3 -3
- package/src/stories/{StaticBook.stories.tsx → UI/books/StaticBook.stories.tsx} +3 -3
- package/src/stories/{Button.stories.tsx → UI/buttonsAndInputs/Button.stories.tsx} +3 -3
- package/src/stories/{CheckButton.stories.tsx → UI/buttonsAndInputs/CheckItem.stories.tsx} +5 -5
- package/src/stories/{RadioButton.stories.tsx → UI/buttonsAndInputs/RadioButton.stories.tsx} +4 -4
- package/src/stories/{RadioInput.stories.tsx → UI/buttonsAndInputs/RadioInput.stories.tsx} +7 -3
- package/src/stories/{DraggableContainer.stories.tsx → UI/containers/DraggableContainer.stories.tsx} +3 -3
- package/src/stories/{ItemContainer.stories.tsx → UI/containers/ItemContainer.stories.tsx} +10 -10
- package/src/stories/{Arrow.stories.tsx → UI/dropdownsAndSelectors/Arrow.stories.tsx} +5 -3
- package/src/stories/{Dropdown.stories.tsx → UI/dropdownsAndSelectors/Dropdown.stories.tsx} +3 -3
- package/src/stories/{DropdownSelectorContainer.stories.tsx → UI/dropdownsAndSelectors/DropdownSelectorContainer.stories.tsx} +3 -3
- package/src/stories/{ItemQuantitySelector.stories.tsx → UI/dropdownsAndSelectors/ItemQuantitySelector.stories.tsx} +3 -3
- package/src/stories/{ItemSelector.stories.tsx → UI/dropdownsAndSelectors/ItemSelector.stories.tsx} +5 -5
- package/src/stories/{PropertySelect.stories.tsx → UI/dropdownsAndSelectors/PropertySelect.stories.tsx} +3 -3
- package/src/stories/{ImageCarousel.stories.tsx → UI/images/ImageCarousel.stories.tsx} +4 -4
- package/src/stories/{SimpleImageCarousel.stories.tsx → UI/images/SimpleImageCarousel.stories.tsx} +5 -5
- package/src/stories/{ListMenu.stories.tsx → UI/lists/ListMenu.stories.tsx} +3 -3
- package/src/stories/{ScrollList.stories.tsx → UI/lists/ScrollList.stories.tsx} +3 -3
- package/src/stories/UI/modals/ConfirmModal.stories.tsx +28 -0
- package/src/stories/UI/modals/ShopModal.stories.tsx +27 -0
- package/src/stories/{ProgressBar.stories.tsx → UI/progress/ProgressBar.stories.tsx} +3 -3
- package/src/stories/{SimpleProgressBar.stories.tsx → UI/progress/SimpleProgressBar.stories.tsx} +3 -3
- package/src/stories/{RangeSlider.stories.tsx → UI/sliders/RangeSlider.stories.tsx} +3 -3
- package/src/stories/{Stepper.stories.tsx → UI/steppers/Stepper.stories.tsx} +4 -4
- package/src/stories/{TutorialStepper.stories.tsx → UI/steppers/TutorialStepper.stories.tsx} +6 -6
- package/src/stories/{TableTab.stories.tsx → UI/tabs/InternalTabs.stories.tsx} +8 -5
- package/src/stories/{Multitab.stories.tsx → UI/tabs/Multitab.stories.tsx} +4 -4
- package/src/stories/{Text.stories.tsx → UI/text/Text.stories.tsx} +4 -4
- package/src/stories/ConfirmModal.stories.tsx +0 -25
- package/src/stories/ShopModal.stories.tsx +0 -24
- /package/dist/stories/{CharacterSelection.stories.d.ts → Character/character/CharacterSelection.stories.d.ts} +0 -0
- /package/dist/stories/{Chat.stories.d.ts → Features/chat/Chat.stories.d.ts} +0 -0
- /package/dist/stories/{ChatDeprecated.stories.d.ts → Features/chat/ChatDeprecated.stories.d.ts} +0 -0
- /package/dist/stories/{CraftBook.stories.d.ts → Features/craftbook/CraftBook.stories.d.ts} +0 -0
- /package/dist/stories/{FriendList.stories.d.ts → Features/friend/FriendList.stories.d.ts} +0 -0
- /package/dist/stories/{ItemTradingComponent.stories.d.ts → Features/trading/ItemTradingComponent.stories.d.ts} +0 -0
- /package/dist/stories/{Marketplace.stories.d.ts → Features/trading/Marketplace.stories.d.ts} +0 -0
- /package/dist/stories/{MarketplaceRows.stories.d.ts → Features/trading/MarketplaceRows.stories.d.ts} +0 -0
- /package/dist/stories/{ItemSelector.stories.d.ts → UI/dropdownsAndSelectors/ItemSelector.stories.d.ts} +0 -0
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChatMessageType, IChatMessage } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { Chat } from '
|
|
5
|
-
import { RPGUIRoot } from '
|
|
4
|
+
import { Chat } from '../../../components/Chat/Chat';
|
|
5
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
6
6
|
|
|
7
7
|
const meta: Meta = {
|
|
8
|
-
title: 'Chat',
|
|
8
|
+
title: 'Features/Chat System/Chat',
|
|
9
9
|
component: Chat,
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ChatMessageType, IChatMessage } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { ChatDeprecated } from '
|
|
5
|
-
import { RPGUIRoot } from '
|
|
4
|
+
import { ChatDeprecated } from '../../../components/Chatdeprecated/ChatDeprecated';
|
|
5
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
6
6
|
|
|
7
7
|
const meta: Meta = {
|
|
8
|
-
title: 'ChatDeprecated',
|
|
8
|
+
title: 'Features/Chat System/ChatDeprecated',
|
|
9
9
|
component: ChatDeprecated,
|
|
10
10
|
};
|
|
11
11
|
|
|
@@ -2,12 +2,12 @@ import { ChatMessageType } from '@rpg-engine/shared';
|
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
4
|
|
|
5
|
-
import { ChatRevamp } from '
|
|
6
|
-
import { IChatRevampProps } from '
|
|
7
|
-
import { RPGUIRoot } from '
|
|
5
|
+
import { ChatRevamp } from '../../../components/ChatRevamp/ChatRevamp';
|
|
6
|
+
import { IChatRevampProps } from '../../../components/ChatRevamp/types';
|
|
7
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
8
8
|
|
|
9
9
|
const meta: Meta = {
|
|
10
|
-
title: 'ChatRevamp',
|
|
10
|
+
title: 'Features/Chat System/ChatRevamp',
|
|
11
11
|
component: ChatRevamp,
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,17 +1,18 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
|
|
3
|
+
|
|
4
4
|
import {
|
|
5
5
|
CircularController,
|
|
6
6
|
CircularControllerProps,
|
|
7
|
-
} from '
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import {
|
|
7
|
+
} from '../../../components/CircularController/CircularController';
|
|
8
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
9
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
10
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
11
|
+
import { itemContainerMock } from '../../../mocks/itemContainer.mocks';
|
|
12
|
+
import { shortcutMock } from '../../../mocks/shortcut.mocks';
|
|
12
13
|
|
|
13
14
|
const meta: Meta = {
|
|
14
|
-
title: 'Circular Controller',
|
|
15
|
+
title: 'Features/Controllers/Circular Controller',
|
|
15
16
|
component: CircularController,
|
|
16
17
|
};
|
|
17
18
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { RPGUIRoot } from '
|
|
4
|
-
import { CraftBook } from '
|
|
5
|
-
import { craftableItems } from '
|
|
6
|
-
import atlasJSON from '
|
|
7
|
-
import atlasIMG from '
|
|
8
|
-
import { equipmentSetMock } from '
|
|
3
|
+
import { RPGUIRoot } from '../../..';
|
|
4
|
+
import { CraftBook } from '../../../components/CraftBook/CraftBook';
|
|
5
|
+
import { craftableItems } from '../../../components/CraftBook/MockItems';
|
|
6
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
7
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
8
|
+
import { equipmentSetMock } from '../../../mocks/equipmentSet.mocks';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Craft Book',
|
|
11
|
+
title: 'Features/Crafting/Craft Book',
|
|
12
12
|
component: CraftBook,
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import type { Meta } from "@storybook/react";
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { FriendList } from "
|
|
4
|
-
import { RPGUIRoot } from "
|
|
3
|
+
import { FriendList } from "../../../components/Friends/FriendList";
|
|
4
|
+
import { RPGUIRoot } from "../../../components/RPGUI/RPGUIRoot";
|
|
5
5
|
|
|
6
6
|
const meta :Meta = {
|
|
7
|
-
title: 'Friend System/Friend List',
|
|
7
|
+
title: 'Features/Friend System/Friend List',
|
|
8
8
|
component: FriendList
|
|
9
9
|
};
|
|
10
10
|
|
package/src/stories/{Leaderboard.stories.tsx → Features/leaderboard/Leaderboard.stories.tsx}
RENAMED
|
@@ -3,16 +3,16 @@ import React from 'react';
|
|
|
3
3
|
import {
|
|
4
4
|
ILeaderboardProps,
|
|
5
5
|
Leaderboard,
|
|
6
|
-
} from '
|
|
7
|
-
import { RPGUIRoot } from '
|
|
6
|
+
} from '../../../components/Leaderboard/Leaderboard';
|
|
7
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
8
8
|
import {
|
|
9
9
|
leaderboardClassRankingItems,
|
|
10
10
|
leaderboardLevelRankingItems,
|
|
11
11
|
leaderboardSkillRankingItems,
|
|
12
|
-
} from '
|
|
12
|
+
} from '../../../mocks/leaderboard.mocks';
|
|
13
13
|
|
|
14
14
|
const meta: Meta = {
|
|
15
|
-
title: 'Leaderboard',
|
|
15
|
+
title: 'Features/Ranking/Leaderboard',
|
|
16
16
|
component: Leaderboard,
|
|
17
17
|
};
|
|
18
18
|
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
IPartyCreateProps,
|
|
5
|
+
PartyCreate,
|
|
6
|
+
} from '../../../components/PartySystem';
|
|
7
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
8
|
|
|
6
9
|
const meta: Meta = {
|
|
7
|
-
title: 'Party System/Party Create',
|
|
10
|
+
title: 'Features/Party System/Party Create',
|
|
8
11
|
component: PartyCreate,
|
|
9
12
|
};
|
|
10
13
|
|
package/src/stories/{PartyDashboard.stories.tsx → Features/party/PartyDashboard.stories.tsx}
RENAMED
|
@@ -3,12 +3,12 @@ import React from 'react';
|
|
|
3
3
|
import {
|
|
4
4
|
IPartyDashboardProps,
|
|
5
5
|
PartyDashboard,
|
|
6
|
-
} from '
|
|
7
|
-
import { mockedPartyRows } from '
|
|
8
|
-
import { RPGUIRoot } from '
|
|
6
|
+
} from '../../../components/PartySystem/PartyDashboard/PartyDashboard';
|
|
7
|
+
import { mockedPartyRows } from '../../../components/PartySystem/mockedConstantes/mockedValues';
|
|
8
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Party System/Party Dashboard',
|
|
11
|
+
title: 'Features/Party System/Party Dashboard',
|
|
12
12
|
component: PartyDashboard,
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -3,12 +3,12 @@ import React from 'react';
|
|
|
3
3
|
import {
|
|
4
4
|
IPartyInviteProps,
|
|
5
5
|
PartyInvite,
|
|
6
|
-
} from '
|
|
7
|
-
import { mockedPlayersRows } from '
|
|
8
|
-
import { RPGUIRoot } from '
|
|
6
|
+
} from '../../../components/PartySystem/PartyInvite/PartyInvite';
|
|
7
|
+
import { mockedPlayersRows } from '../../../components/PartySystem/mockedConstantes/mockedValues';
|
|
8
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Party System/Party Invite',
|
|
11
|
+
title: 'Features/Party System/Party Invite',
|
|
12
12
|
component: PartyInvite,
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -6,15 +6,15 @@ import React from 'react';
|
|
|
6
6
|
import {
|
|
7
7
|
getMockedPlayersRowsLeader,
|
|
8
8
|
getMockedPlayersRowsNotLeader,
|
|
9
|
-
} from '
|
|
9
|
+
} from '../../../components/PartySystem';
|
|
10
10
|
import {
|
|
11
11
|
IPartyManagerProps,
|
|
12
12
|
PartyManager,
|
|
13
|
-
} from '
|
|
14
|
-
import { RPGUIRoot } from '
|
|
13
|
+
} from '../../../components/PartySystem/PartyManager/PartyManager';
|
|
14
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
15
15
|
|
|
16
16
|
const meta: Meta = {
|
|
17
|
-
title: 'Party System/Party Manager',
|
|
17
|
+
title: 'Features/Party System/Party Manager',
|
|
18
18
|
component: PartyManager,
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -4,10 +4,10 @@ import React from 'react';
|
|
|
4
4
|
import {
|
|
5
5
|
IQuestInfoProps,
|
|
6
6
|
QuestInfo,
|
|
7
|
-
} from '
|
|
8
|
-
import { RPGUIRoot } from '
|
|
7
|
+
} from '../../../components/Quests/QuestInfo/QuestInfo';
|
|
8
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
9
9
|
const meta: Meta = {
|
|
10
|
-
title: 'Quest Info',
|
|
10
|
+
title: 'Features/Quest/Quest Info',
|
|
11
11
|
component: QuestInfo,
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { QuestStatus, QuestType } from '@rpg-engine/shared';
|
|
2
2
|
import { Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import {
|
|
5
|
-
|
|
4
|
+
import {
|
|
5
|
+
IQuestListProps,
|
|
6
|
+
QuestList,
|
|
7
|
+
} from '../../../components/Quests/QuestList';
|
|
8
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
6
9
|
|
|
7
10
|
export default {
|
|
8
|
-
title: 'Quest List',
|
|
11
|
+
title: 'Features/Quest/Quest List',
|
|
9
12
|
component: QuestList,
|
|
10
13
|
};
|
|
11
14
|
|
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { RPGUIRoot } from '
|
|
4
|
-
import {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
import {
|
|
3
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
4
|
+
import {
|
|
5
|
+
Shortcuts,
|
|
6
|
+
ShortcutsProps,
|
|
7
|
+
} from '../../../components/Shortcuts/Shortcuts';
|
|
8
|
+
import { SHORTCUTS_STORAGE_KEY } from '../../../components/Spellbook/constants';
|
|
9
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
10
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
11
|
+
import { itemContainerMock } from '../../../mocks/itemContainer.mocks';
|
|
9
12
|
|
|
10
13
|
const meta: Meta = {
|
|
11
|
-
title: 'Shortcuts',
|
|
14
|
+
title: 'Features/Shortcuts/Shortcuts',
|
|
12
15
|
component: Shortcuts,
|
|
13
16
|
};
|
|
14
17
|
|
package/src/stories/{SpellInfoDisplay.stories.tsx → Features/spells/SpellInfoDisplay.stories.tsx}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { RPGUIRoot } from '
|
|
3
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
4
4
|
import {
|
|
5
5
|
ISpellInfoDisplayProps,
|
|
6
6
|
SpellInfoDisplay,
|
|
7
|
-
} from '
|
|
8
|
-
import { mockSpells } from '
|
|
7
|
+
} from '../../../components/Spellbook/cards/SpellInfoDisplay';
|
|
8
|
+
import { mockSpells } from '../../../components/Spellbook/mockSpells';
|
|
9
9
|
|
|
10
10
|
export default {
|
|
11
|
-
title: 'Spell info',
|
|
11
|
+
title: 'Features/Spells/Spell info',
|
|
12
12
|
component: SpellInfoDisplay,
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -1,18 +1,21 @@
|
|
|
1
1
|
import { IRawSpell, IShortcut, ShortcutType } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React, { useEffect, useState } from 'react';
|
|
4
|
-
import { RPGUIRoot } from '
|
|
5
|
-
import {
|
|
4
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
|
+
import {
|
|
6
|
+
ISpellbookProps,
|
|
7
|
+
Spellbook,
|
|
8
|
+
} from '../../../components/Spellbook/Spellbook';
|
|
6
9
|
import {
|
|
7
10
|
SHORTCUTS_STORAGE_KEY,
|
|
8
11
|
defaultShortcut,
|
|
9
|
-
} from '
|
|
10
|
-
import { mockSpells } from '
|
|
11
|
-
import atlasJSON from '
|
|
12
|
-
import atlasIMG from '
|
|
12
|
+
} from '../../../components/Spellbook/constants';
|
|
13
|
+
import { mockSpells } from '../../../components/Spellbook/mockSpells';
|
|
14
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
15
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
13
16
|
|
|
14
17
|
const meta: Meta = {
|
|
15
|
-
title: 'Spellbook',
|
|
18
|
+
title: 'Features/Spells/Spellbook',
|
|
16
19
|
component: Spellbook,
|
|
17
20
|
};
|
|
18
21
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ITradeResponseItem } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta } from '@storybook/react';
|
|
3
3
|
import React, { useState } from 'react';
|
|
4
|
-
import { RPGUIRoot } from '
|
|
5
|
-
import { TradingItemRow } from '
|
|
6
|
-
import { itemMock } from '
|
|
7
|
-
import atlasJSON from '
|
|
8
|
-
import atlasIMG from '
|
|
4
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
|
+
import { TradingItemRow } from '../../../components/TradingMenu/TradingItemRow';
|
|
6
|
+
import { itemMock } from '../../../components/TradingMenu/items.mock';
|
|
7
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
8
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Trading Item',
|
|
11
|
+
title: 'Features/Trading/Trading Item',
|
|
12
12
|
component: TradingItemRow,
|
|
13
13
|
};
|
|
14
14
|
export default meta;
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { RPGUIRoot } from '
|
|
4
|
-
import { Marketplace } from '
|
|
5
|
-
import atlasJSON from '
|
|
6
|
-
import atlasIMG from '
|
|
7
|
-
import { equipmentSetMock } from '
|
|
8
|
-
import { items } from '
|
|
3
|
+
import { RPGUIRoot } from '../../..';
|
|
4
|
+
import { Marketplace } from '../../../components/Marketplace/Marketplace';
|
|
5
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
6
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
7
|
+
import { equipmentSetMock } from '../../../mocks/equipmentSet.mocks';
|
|
8
|
+
import { items } from '../../../mocks/itemContainer.mocks';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Marketplace',
|
|
11
|
+
title: 'Features/Marketplace/Marketplace',
|
|
12
12
|
component: Marketplace,
|
|
13
13
|
};
|
|
14
14
|
|
package/src/stories/{MarketplaceRows.stories.tsx → Features/trading/MarketplaceRows.stories.tsx}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { RPGUIRoot } from '
|
|
4
|
-
import { MarketplaceRows } from '
|
|
5
|
-
import atlasJSON from '
|
|
6
|
-
import atlasIMG from '
|
|
7
|
-
import { items } from '
|
|
3
|
+
import { RPGUIRoot } from '../../..';
|
|
4
|
+
import { MarketplaceRows } from '../../../components/Marketplace/MarketplaceRows';
|
|
5
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
6
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
7
|
+
import { items } from '../../../mocks/itemContainer.mocks';
|
|
8
8
|
|
|
9
9
|
const meta: Meta = {
|
|
10
|
-
title: 'MarketplaceRows',
|
|
10
|
+
title: 'Features/Marketplace/MarketplaceRows',
|
|
11
11
|
component: MarketplaceRows,
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
import { ITradeRequestItem } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { RPGUIRoot } from '
|
|
4
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
5
|
import {
|
|
6
6
|
ITradingMenu,
|
|
7
7
|
TradingMenu,
|
|
8
|
-
} from '
|
|
9
|
-
import { itemMock } from '
|
|
10
|
-
import atlasJSON from '
|
|
11
|
-
import atlasIMG from '
|
|
12
|
-
import { equipmentSetMock } from '
|
|
8
|
+
} from '../../../components/TradingMenu/TradingMenu';
|
|
9
|
+
import { itemMock } from '../../../components/TradingMenu/items.mock';
|
|
10
|
+
import atlasJSON from '../../../mocks/atlas/items/items.json';
|
|
11
|
+
import atlasIMG from '../../../mocks/atlas/items/items.png';
|
|
12
|
+
import { equipmentSetMock } from '../../../mocks/equipmentSet.mocks';
|
|
13
13
|
|
|
14
14
|
const meta: Meta = {
|
|
15
|
-
title: 'Trading Menu',
|
|
15
|
+
title: 'Features/Trading/Trading Menu',
|
|
16
16
|
component: TradingMenu,
|
|
17
17
|
};
|
|
18
18
|
|
package/src/stories/{DayNightPeriod.stories.tsx → Features/weather/DayNightPeriod.stories.tsx}
RENAMED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { PeriodOfDay } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { RPGUIRoot } from '
|
|
4
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
5
|
import {
|
|
6
6
|
DayNightPeriod,
|
|
7
7
|
IPeriodOfDayDisplayProps,
|
|
8
|
-
} from '
|
|
8
|
+
} from '../../../components/TimeWidget/DayNightPeriod/DayNightPeriod';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Day and Night Period',
|
|
11
|
+
title: 'Features/Weather/Day and Night Period',
|
|
12
12
|
component: DayNightPeriod,
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { PeriodOfDay } from '@rpg-engine/shared';
|
|
2
2
|
import { Meta, Story } from '@storybook/react';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { RPGUIRoot } from '
|
|
4
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
5
|
import {
|
|
6
6
|
IClockWidgetProps,
|
|
7
7
|
TimeWidget,
|
|
8
|
-
} from '
|
|
8
|
+
} from '../../../components/TimeWidget/TimeWidget';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'Time Widget',
|
|
11
|
+
title: 'Features/Weather/Time Widget',
|
|
12
12
|
component: TimeWidget,
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -3,15 +3,15 @@ import React from 'react';
|
|
|
3
3
|
import {
|
|
4
4
|
IItemInfoDisplayProps,
|
|
5
5
|
ItemInfoDisplay,
|
|
6
|
-
} from '
|
|
7
|
-
import { RPGUIRoot } from '
|
|
8
|
-
import atlasJSON from '
|
|
9
|
-
import atlasIMG from '
|
|
10
|
-
import { equipmentSetMock } from '
|
|
11
|
-
import { items } from '
|
|
6
|
+
} from '../../components/Item/Cards/ItemInfoDisplay';
|
|
7
|
+
import { RPGUIRoot } from '../../components/RPGUI/RPGUIRoot';
|
|
8
|
+
import atlasJSON from '../../mocks/atlas/items/items.json';
|
|
9
|
+
import atlasIMG from '../../mocks/atlas/items/items.png';
|
|
10
|
+
import { equipmentSetMock } from '../../mocks/equipmentSet.mocks';
|
|
11
|
+
import { items } from '../../mocks/itemContainer.mocks';
|
|
12
12
|
|
|
13
13
|
export default {
|
|
14
|
-
title: 'Item info',
|
|
14
|
+
title: 'Item/Info/Item info',
|
|
15
15
|
component: ItemInfoDisplay,
|
|
16
16
|
};
|
|
17
17
|
|
|
@@ -4,15 +4,15 @@ import {
|
|
|
4
4
|
INPCDialogProps,
|
|
5
5
|
NPCDialog,
|
|
6
6
|
NPCDialogType,
|
|
7
|
-
} from '
|
|
7
|
+
} from '../../../components/NPCDialog/NPCDialog';
|
|
8
8
|
import {
|
|
9
9
|
IQuestionDialog,
|
|
10
10
|
IQuestionDialogAnswer,
|
|
11
|
-
} from '
|
|
12
|
-
import { RPGUIRoot } from '
|
|
11
|
+
} from '../../../components/NPCDialog/QuestionDialog/QuestionDialog';
|
|
12
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
13
13
|
|
|
14
14
|
const meta: Meta = {
|
|
15
|
-
title: 'NPC Dialog',
|
|
15
|
+
title: 'NPC/Dialog/NPC Dialog',
|
|
16
16
|
component: NPCDialog,
|
|
17
17
|
argTypes: {
|
|
18
18
|
text: {
|
|
@@ -3,19 +3,19 @@ import React from 'react';
|
|
|
3
3
|
import {
|
|
4
4
|
HistoryDialog,
|
|
5
5
|
IHistoryDialogProps,
|
|
6
|
-
} from '
|
|
6
|
+
} from '../../../components/HistoryDialog';
|
|
7
|
+
import ImgBackground01 from '../../../components/NPCDialog/img/background01.png';
|
|
8
|
+
import ImgBackground02 from '../../../components/NPCDialog/img/background02.png';
|
|
9
|
+
import ImgBackground03 from '../../../components/NPCDialog/img/background03.png';
|
|
10
|
+
import aliceDefaultThumbnail from '../../../components/NPCDialog/img/npcDialog/npcThumbnails/alice.png';
|
|
7
11
|
import {
|
|
8
12
|
ImgSide,
|
|
9
13
|
NPCMultiDialogType,
|
|
10
|
-
} from '
|
|
11
|
-
import
|
|
12
|
-
import ImgBackground02 from '../components/NPCDialog/img/background02.png';
|
|
13
|
-
import ImgBackground03 from '../components/NPCDialog/img/background03.png';
|
|
14
|
-
import aliceDefaultThumbnail from '../components/NPCDialog/img/npcDialog/npcThumbnails/alice.png';
|
|
15
|
-
import { RPGUIRoot } from '../components/RPGUI/RPGUIRoot';
|
|
14
|
+
} from '../../../components/NPCDialog/NPCMultiDialog';
|
|
15
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
16
16
|
|
|
17
17
|
const meta: Meta = {
|
|
18
|
-
title: 'NPC History Dialog',
|
|
18
|
+
title: 'NPC/Dialog/NPC History Dialog',
|
|
19
19
|
component: HistoryDialog,
|
|
20
20
|
argTypes: {
|
|
21
21
|
text: {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
+
import aliceDefaultThumbnail from '../../../components/NPCDialog/img/npcDialog/npcThumbnails/alice.png';
|
|
3
4
|
import {
|
|
4
5
|
INPCMultiDialogProps,
|
|
5
6
|
ImgSide,
|
|
6
7
|
NPCMultiDialog,
|
|
7
8
|
NPCMultiDialogType,
|
|
8
|
-
} from '
|
|
9
|
-
import
|
|
10
|
-
import { RPGUIRoot } from '../components/RPGUI/RPGUIRoot';
|
|
9
|
+
} from '../../../components/NPCDialog/NPCMultiDialog';
|
|
10
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
11
11
|
|
|
12
12
|
const meta: Meta = {
|
|
13
|
-
title: 'NPC MultiDialog',
|
|
13
|
+
title: 'NPC/Dialog/NPC MultiDialog',
|
|
14
14
|
component: NPCMultiDialog,
|
|
15
15
|
argTypes: {
|
|
16
16
|
text: {
|
|
@@ -4,11 +4,11 @@ import {
|
|
|
4
4
|
IRPGUIContainerProps,
|
|
5
5
|
RPGUIContainer,
|
|
6
6
|
RPGUIContainerTypes,
|
|
7
|
-
} from '
|
|
8
|
-
import { RPGUIRoot } from '
|
|
7
|
+
} from '../../../components/RPGUI/RPGUIContainer';
|
|
8
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
9
9
|
|
|
10
10
|
const meta: Meta = {
|
|
11
|
-
title: 'RPGUI Container',
|
|
11
|
+
title: 'UI/RPGUI/RPGUI Container',
|
|
12
12
|
component: RPGUIContainer,
|
|
13
13
|
argTypes: {
|
|
14
14
|
type: {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { RPGUIRoot } from '
|
|
3
|
+
import { RPGUIRoot } from '../../..';
|
|
4
4
|
import {
|
|
5
5
|
IStaticBookProps,
|
|
6
6
|
StaticBook,
|
|
7
|
-
} from '
|
|
7
|
+
} from '../../../components/StaticBook/StaticBook';
|
|
8
8
|
|
|
9
9
|
const meta: Meta = {
|
|
10
|
-
title: 'Static Book',
|
|
10
|
+
title: 'UI/Books/Static Book',
|
|
11
11
|
component: StaticBook,
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { Meta, Story } from '@storybook/react';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { Button, ButtonTypes, IButtonProps } from '
|
|
4
|
-
import { RPGUIRoot } from '
|
|
3
|
+
import { Button, ButtonTypes, IButtonProps } from '../../../components/Button';
|
|
4
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
5
5
|
|
|
6
6
|
const meta: Meta = {
|
|
7
|
-
title: 'Button',
|
|
7
|
+
title: 'UI/Buttons & Inputs/Button',
|
|
8
8
|
component: Button,
|
|
9
9
|
argTypes: {
|
|
10
10
|
children: {},
|
|
@@ -4,16 +4,16 @@ import {
|
|
|
4
4
|
CheckButton,
|
|
5
5
|
ICheckItems,
|
|
6
6
|
ICheckProps,
|
|
7
|
-
} from '
|
|
8
|
-
import { CheckItem, ICheckItemProps } from '
|
|
7
|
+
} from '../../../components/CheckButton';
|
|
8
|
+
import { CheckItem, ICheckItemProps } from '../../../components/CheckItem';
|
|
9
9
|
import {
|
|
10
10
|
RPGUIContainer,
|
|
11
11
|
RPGUIContainerTypes,
|
|
12
|
-
} from '
|
|
13
|
-
import { RPGUIRoot } from '
|
|
12
|
+
} from '../../../components/RPGUI/RPGUIContainer';
|
|
13
|
+
import { RPGUIRoot } from '../../../components/RPGUI/RPGUIRoot';
|
|
14
14
|
|
|
15
15
|
const meta: Meta = {
|
|
16
|
-
title: 'Check Input',
|
|
16
|
+
title: 'UI/Buttons & Inputs/Check Input',
|
|
17
17
|
component: CheckButton,
|
|
18
18
|
};
|
|
19
19
|
|