@rpg-engine/long-bow 0.8.192 → 0.8.194
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/long-bow.cjs.production.min.js +1 -1
- package/dist/long-bow.cjs.production.min.js.map +1 -1
- package/package.json +2 -2
- package/src/components/SkillInfoOverlay.tsx +100 -0
- package/src/components/SkillsContainer.tsx +15 -5
- package/src/constants/skillInfoData.ts +158 -0
- package/dist/components/Abstractions/ModalPortal.d.ts +0 -6
- package/dist/components/Abstractions/SlotsContainer.d.ts +0 -18
- package/dist/components/Arrow/SelectArrow.d.ts +0 -9
- package/dist/components/AsyncDropdown.d.ts +0 -14
- package/dist/components/Button.d.ts +0 -12
- package/dist/components/Character/CharacterSelection.d.ts +0 -13
- package/dist/components/Character/CharacterSkinSelectionModal.d.ts +0 -12
- package/dist/components/Character/SkinSelectionGrid.d.ts +0 -11
- package/dist/components/CharacterStatus/CharacterStatus.d.ts +0 -9
- package/dist/components/Chat/Chat.d.ts +0 -25
- package/dist/components/ChatRevamp/ChatContent.d.ts +0 -28
- package/dist/components/ChatRevamp/ChatRevamp.d.ts +0 -3
- package/dist/components/ChatRevamp/ChatTabs.d.ts +0 -11
- package/dist/components/ChatRevamp/ExpandButton.d.ts +0 -7
- package/dist/components/ChatRevamp/RecentChats.d.ts +0 -17
- package/dist/components/ChatRevamp/SearchCharacter.d.ts +0 -14
- package/dist/components/ChatRevamp/types.d.ts +0 -34
- package/dist/components/Chatdeprecated/ChatDeprecated.d.ts +0 -13
- package/dist/components/CheckButton.d.ts +0 -13
- package/dist/components/CheckItem.d.ts +0 -7
- package/dist/components/CircularController/CircularController.d.ts +0 -14
- package/dist/components/ConfirmModal.d.ts +0 -7
- package/dist/components/CraftBook/CraftBook.d.ts +0 -20
- package/dist/components/CraftBook/CraftingRecipe.d.ts +0 -14
- package/dist/components/CraftBook/CraftingTooltip.d.ts +0 -12
- package/dist/components/CraftBook/MockItems.d.ts +0 -2
- package/dist/components/CraftBook/components/CraftBookHeader.d.ts +0 -9
- package/dist/components/CraftBook/components/CraftBookPagination.d.ts +0 -0
- package/dist/components/CraftBook/components/CraftBookSearch.d.ts +0 -0
- package/dist/components/CraftBook/hooks/useCraftBookFilters.d.ts +0 -9
- package/dist/components/CraftBook/hooks/useFilteredItems.d.ts +0 -9
- package/dist/components/CraftBook/hooks/usePagination.d.ts +0 -13
- package/dist/components/CraftBook/hooks/useResponsiveSize.d.ts +0 -6
- package/dist/components/CraftBook/utils/calculateMaxCraftable.d.ts +0 -2
- package/dist/components/CraftBook/utils/modifyString.d.ts +0 -1
- package/dist/components/DCWallet/DCHistoryPanel.d.ts +0 -18
- package/dist/components/DCWallet/DCTransferPanel.d.ts +0 -21
- package/dist/components/DCWallet/DCWalletContent.d.ts +0 -27
- package/dist/components/DCWallet/DCWalletModal.d.ts +0 -6
- package/dist/components/DPad/JoystickDPad.d.ts +0 -23
- package/dist/components/DailyTasks/DailyRewardsTooltip.d.ts +0 -11
- package/dist/components/DailyTasks/DailyTaskItem.d.ts +0 -15
- package/dist/components/DailyTasks/DailyTasks.d.ts +0 -15
- package/dist/components/DailyTasks/GlobalDailyProgress.d.ts +0 -9
- package/dist/components/DailyTasks/TaskProgress.d.ts +0 -11
- package/dist/components/DailyTasks/TaskProgressDetails.d.ts +0 -7
- package/dist/components/DailyTasks/utils/dailyTasks.utils.d.ts +0 -8
- package/dist/components/DraggableContainer.d.ts +0 -27
- package/dist/components/Dropdown.d.ts +0 -13
- package/dist/components/DropdownSelectorContainer.d.ts +0 -13
- package/dist/components/Equipment/EquipmentSet.d.ts +0 -27
- package/dist/components/Friends/FriendList.d.ts +0 -22
- package/dist/components/Friends/SearchFriend.d.ts +0 -14
- package/dist/components/HistoryDialog.d.ts +0 -14
- package/dist/components/Image/ZoomableImage.d.ts +0 -5
- package/dist/components/ImageCarousel/ImageCarousel.d.ts +0 -12
- package/dist/components/ImageCarousel/SimpleImageCarousel.d.ts +0 -9
- package/dist/components/InformationCenter/InformationCenter.d.ts +0 -20
- package/dist/components/InformationCenter/InformationCenterCell.d.ts +0 -14
- package/dist/components/InformationCenter/InformationCenterTabView.d.ts +0 -19
- package/dist/components/InformationCenter/sections/bestiary/BestiaryAdvancedFilters.d.ts +0 -13
- package/dist/components/InformationCenter/sections/bestiary/InformationCenterBestiarySection.d.ts +0 -15
- package/dist/components/InformationCenter/sections/bestiary/InformationCenterNPCDetails.d.ts +0 -15
- package/dist/components/InformationCenter/sections/bestiary/InformationCenterNPCTooltip.d.ts +0 -9
- package/dist/components/InformationCenter/sections/faq/InformationCenterFaqSection.d.ts +0 -9
- package/dist/components/InformationCenter/sections/items/InformationCenterItemDetails.d.ts +0 -11
- package/dist/components/InformationCenter/sections/items/InformationCenterItemTooltip.d.ts +0 -7
- package/dist/components/InformationCenter/sections/items/InformationCenterItemsSection.d.ts +0 -13
- package/dist/components/InformationCenter/sections/items/ItemsAdvancedFilters.d.ts +0 -11
- package/dist/components/InformationCenter/sections/tutorials/InformationCenterTutorialsSection.d.ts +0 -9
- package/dist/components/InformationCenter/shared/BaseInformationDetails.d.ts +0 -10
- package/dist/components/Input.d.ts +0 -5
- package/dist/components/InputRadio.d.ts +0 -10
- package/dist/components/InternalTabs/InternalTabs.d.ts +0 -18
- package/dist/components/Item/Cards/ItemInfo.d.ts +0 -10
- package/dist/components/Item/Cards/ItemInfoDisplay.d.ts +0 -10
- package/dist/components/Item/Cards/ItemInfoWrapper.d.ts +0 -12
- package/dist/components/Item/Cards/ItemTooltip.d.ts +0 -9
- package/dist/components/Item/Cards/MobileItemTooltip.d.ts +0 -18
- package/dist/components/Item/Inventory/DraggedItem.d.ts +0 -8
- package/dist/components/Item/Inventory/ErrorBoundary.d.ts +0 -14
- package/dist/components/Item/Inventory/ItemContainer.d.ts +0 -35
- package/dist/components/Item/Inventory/ItemContainerTypes.d.ts +0 -6
- package/dist/components/Item/Inventory/ItemGem.d.ts +0 -11
- package/dist/components/Item/Inventory/ItemPropertyColorSelector.d.ts +0 -14
- package/dist/components/Item/Inventory/ItemPropertySimpleHandler.d.ts +0 -14
- package/dist/components/Item/Inventory/ItemQuantitySelector.d.ts +0 -7
- package/dist/components/Item/Inventory/ItemQuantitySelectorModal.d.ts +0 -8
- package/dist/components/Item/Inventory/ItemSlot.d.ts +0 -56
- package/dist/components/Item/Inventory/ItemSlotQty/ItemSlotQty.d.ts +0 -9
- package/dist/components/Item/Inventory/ItemSlotQuality.d.ts +0 -2
- package/dist/components/Item/Inventory/ItemSlotRarity.d.ts +0 -2
- package/dist/components/Item/Inventory/ItemSlotRenderer.d.ts +0 -11
- package/dist/components/Item/Inventory/ItemSlotTooltips.d.ts +0 -12
- package/dist/components/Item/Inventory/context/ItemSlotDetailsContext.d.ts +0 -30
- package/dist/components/Item/Inventory/context/ItemSlotDraggingContext.d.ts +0 -22
- package/dist/components/Item/Inventory/itemContainerHelper.d.ts +0 -6
- package/dist/components/Leaderboard/Leaderboard.d.ts +0 -13
- package/dist/components/Leaderboard/LeaderboardTable.d.ts +0 -7
- package/dist/components/ListMenu.d.ts +0 -13
- package/dist/components/LoginStreak/LoginStreakPanel.d.ts +0 -17
- package/dist/components/Marketplace/BlueprintSearchModal.d.ts +0 -19
- package/dist/components/Marketplace/BlueprintTable.d.ts +0 -9
- package/dist/components/Marketplace/BuyOrderDetailsModal.d.ts +0 -19
- package/dist/components/Marketplace/BuyOrderPanel.d.ts +0 -26
- package/dist/components/Marketplace/BuyOrderRows.d.ts +0 -24
- package/dist/components/Marketplace/BuyPanel.d.ts +0 -36
- package/dist/components/Marketplace/CharacterDetailModal.d.ts +0 -17
- package/dist/components/Marketplace/CharacterListingForm.d.ts +0 -15
- package/dist/components/Marketplace/CharacterListingModal.d.ts +0 -17
- package/dist/components/Marketplace/CharacterMarketplacePanel.d.ts +0 -22
- package/dist/components/Marketplace/CharacterMarketplaceRows.d.ts +0 -26
- package/dist/components/Marketplace/GroupedRowContainer.d.ts +0 -7
- package/dist/components/Marketplace/HistoryPanel.d.ts +0 -18
- package/dist/components/Marketplace/ManagmentPanel.d.ts +0 -21
- package/dist/components/Marketplace/Marketplace.d.ts +0 -96
- package/dist/components/Marketplace/MarketplaceBuyModal.d.ts +0 -10
- package/dist/components/Marketplace/MarketplaceRows.d.ts +0 -30
- package/dist/components/Marketplace/MarketplaceSettingsPanel.d.ts +0 -8
- package/dist/components/Marketplace/MyCharacterListingsPanel.d.ts +0 -22
- package/dist/components/Marketplace/filters/index.d.ts +0 -8
- package/dist/components/Multitab/Tab.d.ts +0 -9
- package/dist/components/Multitab/TabBody.d.ts +0 -13
- package/dist/components/Multitab/TabsContainer.d.ts +0 -28
- package/dist/components/NPCDialog/NPCDialog.d.ts +0 -16
- package/dist/components/NPCDialog/NPCDialogText.d.ts +0 -11
- package/dist/components/NPCDialog/NPCMultiDialog.d.ts +0 -15
- package/dist/components/NPCDialog/QuestionDialog/QuestionDialog.d.ts +0 -17
- package/dist/components/Pager.d.ts +0 -10
- package/dist/components/PartySystem/PartyCreate/PartyCreate.d.ts +0 -6
- package/dist/components/PartySystem/PartyCreate/index.d.ts +0 -1
- package/dist/components/PartySystem/PartyDashboard/PartyDashboard.d.ts +0 -6
- package/dist/components/PartySystem/PartyDashboard/PartyRows.d.ts +0 -11
- package/dist/components/PartySystem/PartyDashboard/index.d.ts +0 -2
- package/dist/components/PartySystem/PartyInvite/PartyInvite.d.ts +0 -6
- package/dist/components/PartySystem/PartyInvite/PlayersRows.d.ts +0 -9
- package/dist/components/PartySystem/PartyInvite/index.d.ts +0 -2
- package/dist/components/PartySystem/PartyManager/PartyManager.d.ts +0 -9
- package/dist/components/PartySystem/PartyManager/PartyManagerRows.d.ts +0 -12
- package/dist/components/PartySystem/PartyManager/index.d.ts +0 -2
- package/dist/components/PartySystem/index.d.ts +0 -5
- package/dist/components/PartySystem/mockedConstantes/index.d.ts +0 -1
- package/dist/components/PartySystem/mockedConstantes/mockedValues.d.ts +0 -9
- package/dist/components/ProgressBar.d.ts +0 -12
- package/dist/components/PropertySelect/PropertySelect.d.ts +0 -13
- package/dist/components/QuantitySelector/QuantitySelector.d.ts +0 -9
- package/dist/components/QuantitySelector/QuantitySelectorModal.d.ts +0 -14
- package/dist/components/Quests/QuestInfo/QuestInfo.d.ts +0 -15
- package/dist/components/Quests/QuestList.d.ts +0 -16
- package/dist/components/RPGUI/RPGUIContainer.d.ts +0 -15
- package/dist/components/RPGUI/RPGUIForceRenderStart.d.ts +0 -9
- package/dist/components/RPGUI/RPGUIOverrides.d.ts +0 -6
- package/dist/components/RPGUI/RPGUIRoot.d.ts +0 -9
- package/dist/components/RPGUI/RPGUIScrollbar.d.ts +0 -6
- package/dist/components/RadioButton.d.ts +0 -11
- package/dist/components/RadioInput/RadioButton.d.ts +0 -8
- package/dist/components/RadioInput/RadioInput.d.ts +0 -13
- package/dist/components/RadioInput/instruments.d.ts +0 -4
- package/dist/components/RangeSlider.d.ts +0 -15
- package/dist/components/ReadOnlyCheckItem.d.ts +0 -7
- package/dist/components/RelativeListMenu.d.ts +0 -17
- package/dist/components/ScrollList.d.ts +0 -15
- package/dist/components/ShopModal/ShopModal.d.ts +0 -7
- package/dist/components/Shortcuts/Shortcuts.d.ts +0 -13
- package/dist/components/Shortcuts/ShortcutsSetter.d.ts +0 -12
- package/dist/components/Shortcuts/SingleShortcut.d.ts +0 -1
- package/dist/components/Shortcuts/useShortcutCooldown.d.ts +0 -4
- package/dist/components/SimpleProgressBar.d.ts +0 -7
- package/dist/components/SkillProgressBar.d.ts +0 -18
- package/dist/components/SkillsContainer.d.ts +0 -12
- package/dist/components/SocialModal/SocialModal.d.ts +0 -6
- package/dist/components/Spellbook/Spell.d.ts +0 -15
- package/dist/components/Spellbook/Spellbook.d.ts +0 -22
- package/dist/components/Spellbook/cards/MobileSpellTooltip.d.ts +0 -15
- package/dist/components/Spellbook/cards/SpellInfo.d.ts +0 -7
- package/dist/components/Spellbook/cards/SpellInfoDisplay.d.ts +0 -7
- package/dist/components/Spellbook/cards/SpellInfoWrapper.d.ts +0 -10
- package/dist/components/Spellbook/cards/SpellTooltip.d.ts +0 -6
- package/dist/components/Spellbook/constants.d.ts +0 -3
- package/dist/components/Spellbook/mockSpells.d.ts +0 -2
- package/dist/components/StaticBook/StaticBook.d.ts +0 -7
- package/dist/components/Stepper.d.ts +0 -22
- package/dist/components/Store/CartView.d.ts +0 -39
- package/dist/components/Store/CountdownTimer.d.ts +0 -7
- package/dist/components/Store/FeaturedBanner.d.ts +0 -23
- package/dist/components/Store/MetadataCollector.d.ts +0 -9
- package/dist/components/Store/PaymentMethodModal.d.ts +0 -11
- package/dist/components/Store/PurchaseSuccess.d.ts +0 -18
- package/dist/components/Store/Store.d.ts +0 -77
- package/dist/components/Store/StoreBadges.d.ts +0 -13
- package/dist/components/Store/StoreCharacterSkinRow.d.ts +0 -12
- package/dist/components/Store/StoreItemDetails.d.ts +0 -17
- package/dist/components/Store/StoreItemRow.d.ts +0 -25
- package/dist/components/Store/TrustBar.d.ts +0 -9
- package/dist/components/Store/hooks/useStoreCart.d.ts +0 -20
- package/dist/components/Store/hooks/useStoreMetadata.d.ts +0 -15
- package/dist/components/Store/sections/StoreItemsSection.d.ts +0 -27
- package/dist/components/Store/sections/StorePacksSection.d.ts +0 -24
- package/dist/components/Table/Table.d.ts +0 -10
- package/dist/components/Text/HighlightedText.d.ts +0 -6
- package/dist/components/TextArea.d.ts +0 -4
- package/dist/components/TimeWidget/DayNightPeriod/DayNightPeriod.d.ts +0 -6
- package/dist/components/TimeWidget/TimeWidget.d.ts +0 -9
- package/dist/components/Tooltip/Tooltip.d.ts +0 -1
- package/dist/components/TradingMenu/PremiumLabel.d.ts +0 -7
- package/dist/components/TradingMenu/TradingItemRow.d.ts +0 -13
- package/dist/components/TradingMenu/TradingMenu.d.ts +0 -14
- package/dist/components/TradingMenu/items.mock.d.ts +0 -14
- package/dist/components/TradingMenu/useTradingGold.d.ts +0 -16
- package/dist/components/Truncate.d.ts +0 -7
- package/dist/components/Tutorial/TutorialStepper.d.ts +0 -16
- package/dist/components/itemSelector/GemSelector.d.ts +0 -11
- package/dist/components/itemSelector/ItemSelector.d.ts +0 -14
- package/dist/components/shared/AdvancedFilters/AdvancedFilters.d.ts +0 -24
- package/dist/components/shared/BaseTooltip.d.ts +0 -12
- package/dist/components/shared/CTAButton/CTAButton.d.ts +0 -14
- package/dist/components/shared/Card/Card.d.ts +0 -14
- package/dist/components/shared/Collapsible/Collapsible.d.ts +0 -9
- package/dist/components/shared/Column.d.ts +0 -8
- package/dist/components/shared/CustomScrollbar.d.ts +0 -9
- package/dist/components/shared/DCRateStrip.d.ts +0 -2
- package/dist/components/shared/Divider/Divider.d.ts +0 -7
- package/dist/components/shared/Ellipsis.d.ts +0 -10
- package/dist/components/shared/ItemRowWrapper.d.ts +0 -3
- package/dist/components/shared/LabelPill/LabelPill.d.ts +0 -9
- package/dist/components/shared/LabelPill/index.d.ts +0 -1
- package/dist/components/shared/PaginatedContent/PaginatedContent.d.ts +0 -27
- package/dist/components/shared/Pagination/Pagination.d.ts +0 -9
- package/dist/components/shared/Portal/Portal.d.ts +0 -6
- package/dist/components/shared/RadioOption.d.ts +0 -22
- package/dist/components/shared/ScalableContainer.d.ts +0 -7
- package/dist/components/shared/ScrollableContent/ScrollableContent.d.ts +0 -23
- package/dist/components/shared/SearchBar/SearchBar.d.ts +0 -10
- package/dist/components/shared/SearchHeader/SearchHeader.d.ts +0 -18
- package/dist/components/shared/SegmentedToggle/SegmentedToggle.d.ts +0 -12
- package/dist/components/shared/SegmentedToggle/index.d.ts +0 -1
- package/dist/components/shared/ShoppingCart/CartCard.d.ts +0 -14
- package/dist/components/shared/ShoppingCart/CartCardHorizontal.d.ts +0 -13
- package/dist/components/shared/SimpleTooltip.d.ts +0 -12
- package/dist/components/shared/SpriteFromAtlas.d.ts +0 -20
- package/dist/components/shared/Tabs/Tabs.d.ts +0 -13
- package/dist/components/shared/Tabs/index.d.ts +0 -1
- package/dist/components/typography/DynamicText.d.ts +0 -8
- package/dist/constants/uiBreakpoints.d.ts +0 -2
- package/dist/constants/uiColors.d.ts +0 -22
- package/dist/constants/uiDevices.d.ts +0 -1
- package/dist/constants/uiFonts.d.ts +0 -12
- package/dist/hooks/useCharacterSkinNavigation.d.ts +0 -7
- package/dist/hooks/useChat.d.ts +0 -19
- package/dist/hooks/useCursorPosition.d.ts +0 -6
- package/dist/hooks/useEventListener.d.ts +0 -1
- package/dist/hooks/useLocalStorage.d.ts +0 -1
- package/dist/hooks/useOutsideAlerter.d.ts +0 -1
- package/dist/hooks/usePackFiltering.d.ts +0 -7
- package/dist/hooks/useQuantityControl.d.ts +0 -10
- package/dist/hooks/useScrollOnDrag.d.ts +0 -11
- package/dist/hooks/useShortcuts.d.ts +0 -12
- package/dist/hooks/useStoreFiltering.d.ts +0 -11
- package/dist/hooks/useTapAndHold.d.ts +0 -10
- package/dist/hooks/useTooltipPosition.d.ts +0 -15
- package/dist/hooks/useTouchTarget.d.ts +0 -5
- package/dist/index.d.ts +0 -97
- package/dist/libs/CastingTypeHelper.d.ts +0 -1
- package/dist/libs/StringHelpers.d.ts +0 -1
- package/dist/libs/itemCounter.d.ts +0 -2
- package/dist/long-bow.cjs.development.js +0 -74195
- package/dist/long-bow.cjs.development.js.map +0 -1
- package/dist/long-bow.esm.js +0 -74059
- package/dist/long-bow.esm.js.map +0 -1
- package/dist/mocks/dailyTasks.mocks.d.ts +0 -2
- package/dist/mocks/equipmentSet.mocks.d.ts +0 -16
- package/dist/mocks/informationCenter.mocks.d.ts +0 -5
- package/dist/mocks/itemContainer.mocks.d.ts +0 -3
- package/dist/mocks/leaderboard.mocks.d.ts +0 -4
- package/dist/mocks/shortcut.mocks.d.ts +0 -19
- package/dist/mocks/skills.mocks.d.ts +0 -2
- package/dist/stories/Character/SkinSelectionGrid.stories.d.ts +0 -1
- package/dist/stories/Character/character/CharacterSelection.stories.d.ts +0 -4
- package/dist/stories/Character/character/CharacterSkinSelectionModal.stories.d.ts +0 -1
- package/dist/stories/Character/character/CharacterStatus.stories.d.ts +0 -5
- package/dist/stories/Character/equipment/EquipmentSet.stories.d.ts +0 -5
- package/dist/stories/Character/skills/SkillProgressBar.stories.d.ts +0 -5
- package/dist/stories/Character/skills/SkillsContainer.stories.d.ts +0 -5
- package/dist/stories/Features/chat/Chat.stories.d.ts +0 -5
- package/dist/stories/Features/chat/ChatDeprecated.stories.d.ts +0 -5
- package/dist/stories/Features/chat/ChatRevamp.stories.d.ts +0 -9
- package/dist/stories/Features/controller/CircullarController.stories.d.ts +0 -5
- package/dist/stories/Features/craftbook/CraftBook.stories.d.ts +0 -8
- package/dist/stories/Features/dailyTasks/DailyTasks.stories.d.ts +0 -1
- package/dist/stories/Features/friend/FriendList.stories.d.ts +0 -5
- package/dist/stories/Features/leaderboard/Leaderboard.stories.d.ts +0 -7
- package/dist/stories/Features/loginStreak/LoginStreakPanel.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/BlueprintSearchModal.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/BuyOrderPanel.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/BuyOrderRows.stories.d.ts +0 -1
- package/dist/stories/Features/marketplace/CharacterDetailModal.stories.d.ts +0 -7
- package/dist/stories/Features/marketplace/CharacterListingModal.stories.d.ts +0 -8
- package/dist/stories/Features/marketplace/CharacterMarketplace.stories.d.ts +0 -11
- package/dist/stories/Features/marketplace/HistoryPanel.stories.d.ts +0 -1
- package/dist/stories/Features/party/PartyCreate.stories.d.ts +0 -5
- package/dist/stories/Features/party/PartyDashboard.stories.d.ts +0 -5
- package/dist/stories/Features/party/PartyInvite.stories.d.ts +0 -5
- package/dist/stories/Features/party/PartyManager.stories.d.ts +0 -6
- package/dist/stories/Features/quest/QuestInfo.stories.d.ts +0 -5
- package/dist/stories/Features/quest/QuestList.stories.d.ts +0 -8
- package/dist/stories/Features/shortcuts/Shortcuts.stories.d.ts +0 -5
- package/dist/stories/Features/spells/SpellInfoDisplay.stories.d.ts +0 -8
- package/dist/stories/Features/spells/Spellbook.stories.d.ts +0 -5
- package/dist/stories/Features/store/FeaturedBanner.stories.d.ts +0 -1
- package/dist/stories/Features/store/MetadataCollector.stories.d.ts +0 -1
- package/dist/stories/Features/store/PurchaseSuccess.stories.d.ts +0 -1
- package/dist/stories/Features/store/Store.stories.d.ts +0 -1
- package/dist/stories/Features/store/StoreBadges.stories.d.ts +0 -1
- package/dist/stories/Features/store/TrustBar.stories.d.ts +0 -1
- package/dist/stories/Features/trading/ItemTradingComponent.stories.d.ts +0 -5
- package/dist/stories/Features/trading/Marketplace.stories.d.ts +0 -4
- package/dist/stories/Features/trading/MarketplaceRows.stories.d.ts +0 -6
- package/dist/stories/Features/trading/TradingMenu.stories.d.ts +0 -5
- package/dist/stories/Features/weather/DayNightPeriod.stories.d.ts +0 -5
- package/dist/stories/Features/weather/TimeWidget.stories.d.ts +0 -5
- package/dist/stories/Item/ItemInfoDisplay.stories.d.ts +0 -8
- package/dist/stories/NPC/dialog/NPCDialog.stories.d.ts +0 -7
- package/dist/stories/NPC/dialog/NPCHistoryDialog.stories.d.ts +0 -5
- package/dist/stories/NPC/dialog/NPCMultiDialog.stories.d.ts +0 -5
- package/dist/stories/UI/RPGUI/RPGUIContainers.stories.d.ts +0 -5
- package/dist/stories/UI/books/StaticBook.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/Button.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/CTAButton.stories.d.ts +0 -18
- package/dist/stories/UI/buttonsAndInputs/CheckItem.stories.d.ts +0 -7
- package/dist/stories/UI/buttonsAndInputs/RadioButton.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/RadioInput.stories.d.ts +0 -5
- package/dist/stories/UI/buttonsAndInputs/SegmentedToggle.stories.d.ts +0 -6
- package/dist/stories/UI/containers/DraggableContainer.stories.d.ts +0 -5
- package/dist/stories/UI/containers/ItemContainer.stories.d.ts +0 -11
- package/dist/stories/UI/dropdownsAndSelectors/Arrow.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/Dropdown.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/DropdownSelectorContainer.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/GemSelector.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/ItemPropertyColorSelector.stories.d.ts +0 -6
- package/dist/stories/UI/dropdownsAndSelectors/ItemQuantitySelector.stories.d.ts +0 -5
- package/dist/stories/UI/dropdownsAndSelectors/ItemSelector.stories.d.ts +0 -4
- package/dist/stories/UI/dropdownsAndSelectors/PropertySelect.stories.d.ts +0 -5
- package/dist/stories/UI/images/ImageCarousel.stories.d.ts +0 -6
- package/dist/stories/UI/images/SimpleImageCarousel.stories.d.ts +0 -5
- package/dist/stories/UI/info/InformationCenter.stories.d.ts +0 -7
- package/dist/stories/UI/joystick/JoystickDPad.stories.d.ts +0 -6
- package/dist/stories/UI/lists/ListMenu.stories.d.ts +0 -5
- package/dist/stories/UI/lists/ScrollList.stories.d.ts +0 -5
- package/dist/stories/UI/modals/ConfirmModal.stories.d.ts +0 -5
- package/dist/stories/UI/modals/ShopModal.stories.d.ts +0 -5
- package/dist/stories/UI/progress/ProgressBar.stories.d.ts +0 -8
- package/dist/stories/UI/progress/SimpleProgressBar.stories.d.ts +0 -5
- package/dist/stories/UI/sliders/RangeSlider.stories.d.ts +0 -5
- package/dist/stories/UI/steppers/Stepper.stories.d.ts +0 -5
- package/dist/stories/UI/steppers/TutorialStepper.stories.d.ts +0 -5
- package/dist/stories/UI/tabs/InternalTabs.stories.d.ts +0 -7
- package/dist/stories/UI/tabs/Multitab.stories.d.ts +0 -6
- package/dist/stories/UI/text/LabelPill.stories.d.ts +0 -7
- package/dist/stories/UI/text/Text.stories.d.ts +0 -7
- package/dist/stories/shared/RadioOption.stories.d.ts +0 -8
- package/dist/types/eventTypes.d.ts +0 -4
- package/dist/utils/atlasUtils.d.ts +0 -2
- package/dist/utils/colorUtils.d.ts +0 -1
- package/dist/utils/itemUtils.d.ts +0 -8
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { IProductBlueprint, UserAccountTypes } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IStoreCharacterSkinRowProps {
|
|
4
|
-
item: IProductBlueprint;
|
|
5
|
-
atlasJSON: Record<string, any>;
|
|
6
|
-
atlasIMG: string;
|
|
7
|
-
onAddToCart: (item: IProductBlueprint, quantity: number, metadata?: Record<string, any>) => void;
|
|
8
|
-
userAccountType: UserAccountTypes;
|
|
9
|
-
originalPrice?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare const StoreCharacterSkinRow: React.FC<IStoreCharacterSkinRowProps>;
|
|
12
|
-
export {};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { IItemPack, IProductBlueprint } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
interface IStoreItemDetailsProps {
|
|
4
|
-
item: IProductBlueprint | (IItemPack & {
|
|
5
|
-
name: string;
|
|
6
|
-
texturePath: string;
|
|
7
|
-
});
|
|
8
|
-
imageUrl: string | {
|
|
9
|
-
src: string;
|
|
10
|
-
default?: string;
|
|
11
|
-
};
|
|
12
|
-
onBack: () => void;
|
|
13
|
-
onAddToCart: (item: IProductBlueprint) => void;
|
|
14
|
-
currencySymbol?: string;
|
|
15
|
-
}
|
|
16
|
-
export declare const StoreItemDetails: React.FC<IStoreItemDetailsProps>;
|
|
17
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { IProductBlueprint, UserAccountTypes } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IStoreBadge } from './StoreBadges';
|
|
4
|
-
interface IStoreItemRowProps {
|
|
5
|
-
item: IProductBlueprint;
|
|
6
|
-
atlasJSON: Record<string, any>;
|
|
7
|
-
atlasIMG: string;
|
|
8
|
-
onAddToCart: (item: IProductBlueprint, quantity: number, metadata?: Record<string, any>) => void;
|
|
9
|
-
onQuickBuy?: (item: IProductBlueprint, quantity: number, metadata?: Record<string, any>) => void;
|
|
10
|
-
userAccountType: UserAccountTypes;
|
|
11
|
-
showTextInput?: boolean;
|
|
12
|
-
textInputPlaceholder?: string;
|
|
13
|
-
badges?: IStoreBadge[];
|
|
14
|
-
buyCount?: number;
|
|
15
|
-
viewersCount?: number;
|
|
16
|
-
saleEndsAt?: string;
|
|
17
|
-
originalPrice?: number;
|
|
18
|
-
/** Fires once on mount — use for store_item_viewed analytics. */
|
|
19
|
-
onView?: (item: IProductBlueprint, position: number) => void;
|
|
20
|
-
positionInList?: number;
|
|
21
|
-
/** Currency symbol to display (e.g. "$" for USD, "R$" for BRL). Defaults to "$". */
|
|
22
|
-
currencySymbol?: string;
|
|
23
|
-
}
|
|
24
|
-
export declare const StoreItemRow: React.FC<IStoreItemRowProps>;
|
|
25
|
-
export {};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { IPurchase, IProductBlueprint } from '@rpg-engine/shared';
|
|
2
|
-
interface ICartItem {
|
|
3
|
-
item: IProductBlueprint;
|
|
4
|
-
quantity: number;
|
|
5
|
-
metadata?: Record<string, any>;
|
|
6
|
-
}
|
|
7
|
-
interface IUseStoreCart {
|
|
8
|
-
cartItems: ICartItem[];
|
|
9
|
-
isCartOpen: boolean;
|
|
10
|
-
handleAddToCart: (item: IProductBlueprint, quantity: number, metadata?: Record<string, any>) => void;
|
|
11
|
-
handleRemoveFromCart: (itemKey: string) => void;
|
|
12
|
-
handlePurchase: (onPurchase: (purchase: IPurchase) => void) => void;
|
|
13
|
-
openCart: () => void;
|
|
14
|
-
closeCart: () => void;
|
|
15
|
-
getTotalItems: () => number;
|
|
16
|
-
getTotalPrice: () => number;
|
|
17
|
-
isCollectingMetadata: boolean;
|
|
18
|
-
}
|
|
19
|
-
export declare const useStoreCart: () => IUseStoreCart;
|
|
20
|
-
export {};
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { IProductBlueprint } from "@rpg-engine/shared";
|
|
2
|
-
interface IUseStoreMetadata {
|
|
3
|
-
collectMetadata: (item: IProductBlueprint) => Promise<Record<string, any> | null>;
|
|
4
|
-
isCollectingMetadata: boolean;
|
|
5
|
-
}
|
|
6
|
-
export declare const useStoreMetadata: () => IUseStoreMetadata;
|
|
7
|
-
declare global {
|
|
8
|
-
interface Window {
|
|
9
|
-
__metadataResolvers?: {
|
|
10
|
-
resolve: (metadata: Record<string, any> | null) => void;
|
|
11
|
-
item: IProductBlueprint;
|
|
12
|
-
};
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
export {};
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { IProductBlueprint, UserAccountTypes } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IStoreBadge } from '../StoreBadges';
|
|
4
|
-
interface IStoreItemsSectionProps {
|
|
5
|
-
items: IProductBlueprint[];
|
|
6
|
-
onAddToCart: (item: IProductBlueprint, quantity: number, metadata?: Record<string, any>) => void;
|
|
7
|
-
onQuickBuy?: (item: IProductBlueprint, quantity: number, metadata?: Record<string, any>) => void;
|
|
8
|
-
atlasJSON: Record<string, any>;
|
|
9
|
-
atlasIMG: string;
|
|
10
|
-
userAccountType?: UserAccountTypes;
|
|
11
|
-
textInputItemKeys?: string[];
|
|
12
|
-
itemBadges?: Record<string, {
|
|
13
|
-
badges?: IStoreBadge[];
|
|
14
|
-
buyCount?: number;
|
|
15
|
-
viewersCount?: number;
|
|
16
|
-
saleEndsAt?: string;
|
|
17
|
-
originalPrice?: number;
|
|
18
|
-
}>;
|
|
19
|
-
/** Fires when an item row becomes visible. Passes item and its 0-based position. */
|
|
20
|
-
onItemView?: (item: IProductBlueprint, position: number) => void;
|
|
21
|
-
/** Fires when the category filter changes. Passes new category and item count. */
|
|
22
|
-
onCategoryChange?: (category: string, itemsShown: number) => void;
|
|
23
|
-
/** Currency symbol to display (e.g. "$" for USD, "R$" for BRL). Defaults to "$". */
|
|
24
|
-
currencySymbol?: string;
|
|
25
|
-
}
|
|
26
|
-
export declare const StoreItemsSection: React.FC<IStoreItemsSectionProps>;
|
|
27
|
-
export {};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { IItemPack } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
import { IStoreBadge } from '../StoreBadges';
|
|
4
|
-
interface IStorePacksSectionProps {
|
|
5
|
-
packs: IItemPack[];
|
|
6
|
-
onAddToCart: (pack: IItemPack, quantity: number) => void;
|
|
7
|
-
onQuickBuy?: (pack: IItemPack, quantity: number) => void;
|
|
8
|
-
onSelectPack?: (pack: IItemPack) => void;
|
|
9
|
-
atlasJSON?: any;
|
|
10
|
-
atlasIMG?: string;
|
|
11
|
-
packBadges?: Record<string, {
|
|
12
|
-
badges?: IStoreBadge[];
|
|
13
|
-
buyCount?: number;
|
|
14
|
-
viewersCount?: number;
|
|
15
|
-
saleEndsAt?: string;
|
|
16
|
-
originalPrice?: number;
|
|
17
|
-
}>;
|
|
18
|
-
/** Fires once on mount per pack row — use for pack_viewed analytics. */
|
|
19
|
-
onPackView?: (pack: IItemPack, position: number) => void;
|
|
20
|
-
/** Currency symbol to display (e.g. "$" for USD, "R$" for BRL). Defaults to "$". */
|
|
21
|
-
currencySymbol?: string;
|
|
22
|
-
}
|
|
23
|
-
export declare const StorePacksSection: React.FC<IStorePacksSectionProps>;
|
|
24
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const Table: import("styled-components").StyledComponent<"table", any, {}, never>;
|
|
2
|
-
export declare const TableRow: import("styled-components").StyledComponent<"tr", any, {}, never>;
|
|
3
|
-
export declare const TableHeader: import("styled-components").StyledComponent<"th", any, {}, never>;
|
|
4
|
-
export declare const TableCell: import("styled-components").StyledComponent<"td", any, {}, never>;
|
|
5
|
-
export declare const ActionButtons: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
6
|
-
interface IUserActionProps {
|
|
7
|
-
color: string;
|
|
8
|
-
}
|
|
9
|
-
export declare const UserActionLink: import("styled-components").StyledComponent<"span", any, IUserActionProps, never>;
|
|
10
|
-
export {};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { PeriodOfDay } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IClockWidgetProps {
|
|
4
|
-
onClose?: () => void;
|
|
5
|
-
TimeClock: string;
|
|
6
|
-
periodOfDay: PeriodOfDay;
|
|
7
|
-
scale?: number;
|
|
8
|
-
}
|
|
9
|
-
export declare const TimeWidget: React.FC<IClockWidgetProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Tooltip: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, ITradeResponseItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ITradeComponentProps {
|
|
4
|
-
traderItem: ITradeResponseItem;
|
|
5
|
-
onQuantityChange: (traderItem: ITradeResponseItem, selectedQty: number) => void;
|
|
6
|
-
atlasJSON: any;
|
|
7
|
-
atlasIMG: any;
|
|
8
|
-
selectedQty: number;
|
|
9
|
-
equipmentSet?: IEquipmentSet | null;
|
|
10
|
-
scale?: number;
|
|
11
|
-
isBuy?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const TradingItemRow: React.FC<ITradeComponentProps>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { IEquipmentSet, ITradeRequestItem, ITradeResponseItem, TradeTransactionType } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface ITradingMenu {
|
|
4
|
-
traderItems: ITradeResponseItem[];
|
|
5
|
-
onClose: () => void;
|
|
6
|
-
onConfirm: (items: ITradeRequestItem[]) => void;
|
|
7
|
-
type: TradeTransactionType;
|
|
8
|
-
atlasJSON: any;
|
|
9
|
-
atlasIMG: any;
|
|
10
|
-
characterAvailableGold: number;
|
|
11
|
-
equipmentSet?: IEquipmentSet | null;
|
|
12
|
-
scale?: number;
|
|
13
|
-
}
|
|
14
|
-
export declare const TradingMenu: React.FC<ITradingMenu>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { ITradeResponseItem } from '@rpg-engine/shared';
|
|
2
|
-
export declare enum SwordsBlueprint {
|
|
3
|
-
ShortSword = "short-sword",
|
|
4
|
-
BasiliskSword = "basilisk-sword",
|
|
5
|
-
DragonsSword = "dragon's-sword",
|
|
6
|
-
DoubleEdgedSword = "double-edged-sword",
|
|
7
|
-
BroadSword = "broad-sword",
|
|
8
|
-
ElvenSword = "elven-sword",
|
|
9
|
-
FireSword = "fire-sword",
|
|
10
|
-
Katana = "katana",
|
|
11
|
-
KnightsSword = "knights-sword",
|
|
12
|
-
IceSword = "ice-sword"
|
|
13
|
-
}
|
|
14
|
-
export declare const itemMock: ITradeResponseItem[];
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ITradeRequestItem, ITradeResponseItem, TradeTransactionType } from '@rpg-engine/shared';
|
|
2
|
-
interface ITradingGoldHook {
|
|
3
|
-
characterAvailableGold: number;
|
|
4
|
-
type: TradeTransactionType;
|
|
5
|
-
traderItems: ITradeResponseItem[];
|
|
6
|
-
}
|
|
7
|
-
export declare const useTradingGold: ({ characterAvailableGold, type, traderItems, }: ITradingGoldHook) => {
|
|
8
|
-
sum: number;
|
|
9
|
-
qtyMap: Map<string, number>;
|
|
10
|
-
isBuy: () => boolean;
|
|
11
|
-
hasGoldForSale: () => boolean;
|
|
12
|
-
getFinalGold: () => number;
|
|
13
|
-
getTradeItems: () => ITradeRequestItem[];
|
|
14
|
-
updateQuantity: (item: ITradeResponseItem, selectedQty: number) => void;
|
|
15
|
-
};
|
|
16
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { CSSProperties } from 'styled-components';
|
|
3
|
-
export interface ITutorialLesson {
|
|
4
|
-
title: string;
|
|
5
|
-
body?: React.ReactNode | string;
|
|
6
|
-
text?: string;
|
|
7
|
-
image: string;
|
|
8
|
-
imageUrl?: string;
|
|
9
|
-
}
|
|
10
|
-
export interface ITutorialStepperProps {
|
|
11
|
-
lessons: ITutorialLesson[];
|
|
12
|
-
onLessonFinish: () => void;
|
|
13
|
-
onStepChange?: (stepIndex: number) => void;
|
|
14
|
-
imageStyle?: CSSProperties;
|
|
15
|
-
}
|
|
16
|
-
export declare const TutorialStepper: React.MemoExoticComponent<({ lessons, onLessonFinish, onStepChange, imageStyle }: ITutorialStepperProps) => JSX.Element>;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { IGemSchema, IItem } from '@rpg-engine/shared';
|
|
2
|
-
import React from 'react';
|
|
3
|
-
export interface IGemSelectorProps {
|
|
4
|
-
atlasJSON: any;
|
|
5
|
-
atlasIMG: any;
|
|
6
|
-
item: IItem;
|
|
7
|
-
scale?: number;
|
|
8
|
-
onClose: () => void;
|
|
9
|
-
onSelect: (selectedGems: IGemSchema[]) => void;
|
|
10
|
-
}
|
|
11
|
-
export declare const GemSelector: React.FC<IGemSelectorProps>;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IOptionsItemSelectorProps {
|
|
3
|
-
name: string;
|
|
4
|
-
description?: string;
|
|
5
|
-
imageKey: string;
|
|
6
|
-
}
|
|
7
|
-
export interface IItemSelectorProps {
|
|
8
|
-
atlasJSON: any;
|
|
9
|
-
atlasIMG: any;
|
|
10
|
-
options: IOptionsItemSelectorProps[];
|
|
11
|
-
onClose: () => void;
|
|
12
|
-
onSelect: (value: string) => void;
|
|
13
|
-
}
|
|
14
|
-
export declare const ItemSelector: React.FC<IItemSelectorProps>;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IFilterOption {
|
|
3
|
-
id: number;
|
|
4
|
-
value: string;
|
|
5
|
-
option: string;
|
|
6
|
-
}
|
|
7
|
-
export interface IFilterSection {
|
|
8
|
-
type: 'range' | 'dropdown';
|
|
9
|
-
label: string;
|
|
10
|
-
key: string;
|
|
11
|
-
options?: IFilterOption[];
|
|
12
|
-
value?: string | [number | undefined, number | undefined];
|
|
13
|
-
onChange: (value: any) => void;
|
|
14
|
-
}
|
|
15
|
-
interface IAdvancedFiltersProps {
|
|
16
|
-
isOpen: boolean;
|
|
17
|
-
onToggle: () => void;
|
|
18
|
-
sections: IFilterSection[];
|
|
19
|
-
onClearAll: () => void;
|
|
20
|
-
hasActiveFilters: boolean;
|
|
21
|
-
onClose?: () => void;
|
|
22
|
-
}
|
|
23
|
-
export declare const AdvancedFilters: React.FC<IAdvancedFiltersProps>;
|
|
24
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IBaseTooltipProps {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
width?: string;
|
|
5
|
-
}
|
|
6
|
-
export declare const TooltipTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
7
|
-
export declare const Section: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
8
|
-
export declare const SectionTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
9
|
-
export declare const StatsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
10
|
-
export declare const StatItem: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
11
|
-
export declare const BaseTooltip: React.FC<IBaseTooltipProps>;
|
|
12
|
-
export default BaseTooltip;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ICTAButtonProps {
|
|
3
|
-
icon: React.ReactNode;
|
|
4
|
-
label?: React.ReactNode;
|
|
5
|
-
onClick?: (e: React.MouseEvent) => void;
|
|
6
|
-
className?: string;
|
|
7
|
-
fullWidth?: boolean;
|
|
8
|
-
textColor?: string;
|
|
9
|
-
iconColor?: string;
|
|
10
|
-
disabled?: boolean;
|
|
11
|
-
pulse?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare const CTAButton: React.FC<ICTAButtonProps>;
|
|
14
|
-
export {};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ICardProps {
|
|
3
|
-
title: string;
|
|
4
|
-
description: string;
|
|
5
|
-
imageUrl?: string | {
|
|
6
|
-
src: string;
|
|
7
|
-
default?: string;
|
|
8
|
-
};
|
|
9
|
-
category?: string;
|
|
10
|
-
onClick?: () => void;
|
|
11
|
-
footer?: React.ReactNode;
|
|
12
|
-
className?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare const ShoppingCard: React.FC<ICardProps>;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* A reusable CSS mixin for a sleek, thin, 4px webkit scrollbar.
|
|
3
|
-
* Drops the thick native OS scrollbar arrows and housing.
|
|
4
|
-
*/
|
|
5
|
-
export declare const customScrollbarCSS: import("styled-components").FlattenSimpleInterpolation;
|
|
6
|
-
/**
|
|
7
|
-
* A basic div wrapper that applies the custom scrollbar style and guarantees overflow-y.
|
|
8
|
-
*/
|
|
9
|
-
export declare const CustomScrollbarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface IProps {
|
|
3
|
-
children: React.ReactNode;
|
|
4
|
-
maxLines?: 1 | 2 | 3 | 4 | 5;
|
|
5
|
-
maxWidth: string;
|
|
6
|
-
fontSize?: string;
|
|
7
|
-
center?: boolean;
|
|
8
|
-
}
|
|
9
|
-
export declare const Ellipsis: ({ children, maxLines, maxWidth, fontSize, center, }: IProps) => JSX.Element;
|
|
10
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './LabelPill';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IOptionsProps } from '../../Dropdown';
|
|
3
|
-
interface IPaginatedContentProps<T> {
|
|
4
|
-
items: T[];
|
|
5
|
-
itemsPerPage?: number;
|
|
6
|
-
renderItem: (item: T) => React.ReactNode;
|
|
7
|
-
emptyMessage?: string;
|
|
8
|
-
className?: string;
|
|
9
|
-
filterOptions?: {
|
|
10
|
-
options: IOptionsProps[];
|
|
11
|
-
selectedOption: string;
|
|
12
|
-
onOptionChange: (value: string) => void;
|
|
13
|
-
};
|
|
14
|
-
searchOptions?: {
|
|
15
|
-
value: string;
|
|
16
|
-
onChange: (value: string) => void;
|
|
17
|
-
placeholder?: string;
|
|
18
|
-
rightElement?: React.ReactNode;
|
|
19
|
-
};
|
|
20
|
-
dependencies?: any[];
|
|
21
|
-
tabId?: string;
|
|
22
|
-
layout?: 'grid' | 'list';
|
|
23
|
-
gridColumns?: number;
|
|
24
|
-
itemHeight?: string;
|
|
25
|
-
}
|
|
26
|
-
export declare const PaginatedContent: <T extends unknown>({ items, itemsPerPage, renderItem, emptyMessage, className, filterOptions, searchOptions, dependencies, tabId, layout, gridColumns, itemHeight, }: IPaginatedContentProps<T>) => React.ReactElement;
|
|
27
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface IRadioOptionProps {
|
|
3
|
-
selected: boolean;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
onSelect: () => void;
|
|
6
|
-
children: React.ReactNode;
|
|
7
|
-
}
|
|
8
|
-
/**
|
|
9
|
-
* A selectable row with an amber radio circle indicator.
|
|
10
|
-
* Used for single-select option lists throughout the Marketplace UI.
|
|
11
|
-
* Export `RadioCircle` separately so consumers can compose custom layouts.
|
|
12
|
-
*/
|
|
13
|
-
export declare const RadioOption: React.FC<IRadioOptionProps>;
|
|
14
|
-
export declare const RadioCircle: import("styled-components").StyledComponent<"div", any, {
|
|
15
|
-
$selected: boolean;
|
|
16
|
-
}, never>;
|
|
17
|
-
/** Convenience wrapper for option label text with RPGUI font override. */
|
|
18
|
-
export declare const RadioOptionLabel: import("styled-components").StyledComponent<"span", any, {
|
|
19
|
-
$disabled?: boolean | undefined;
|
|
20
|
-
}, never>;
|
|
21
|
-
/** Convenience wrapper for option sub-text with RPGUI font override. */
|
|
22
|
-
export declare const RadioOptionSub: import("styled-components").StyledComponent<"span", any, {}, never>;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IOptionsProps } from '../../Dropdown';
|
|
3
|
-
interface IScrollableContentProps<T> {
|
|
4
|
-
items: T[];
|
|
5
|
-
renderItem: (item: T) => React.ReactNode;
|
|
6
|
-
emptyMessage?: string;
|
|
7
|
-
className?: string;
|
|
8
|
-
filterOptions?: {
|
|
9
|
-
options: IOptionsProps[];
|
|
10
|
-
selectedOption: string;
|
|
11
|
-
onOptionChange: (value: string) => void;
|
|
12
|
-
};
|
|
13
|
-
searchOptions?: {
|
|
14
|
-
value: string;
|
|
15
|
-
onChange: (value: string) => void;
|
|
16
|
-
placeholder?: string;
|
|
17
|
-
};
|
|
18
|
-
layout?: 'grid' | 'list';
|
|
19
|
-
gridColumns?: number;
|
|
20
|
-
maxHeight?: string;
|
|
21
|
-
}
|
|
22
|
-
export declare const ScrollableContent: <T extends unknown>({ items, renderItem, emptyMessage, className, filterOptions, searchOptions, layout, gridColumns, maxHeight, }: IScrollableContentProps<T>) => React.ReactElement;
|
|
23
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
interface ISearchBarProps {
|
|
3
|
-
value: string;
|
|
4
|
-
onChange: (value: string) => void;
|
|
5
|
-
placeholder?: string;
|
|
6
|
-
className?: string;
|
|
7
|
-
rightElement?: React.ReactNode;
|
|
8
|
-
}
|
|
9
|
-
export declare const SearchBar: React.FC<ISearchBarProps>;
|
|
10
|
-
export {};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { IOptionsProps } from '../../Dropdown';
|
|
3
|
-
interface ISearchHeaderProps {
|
|
4
|
-
searchOptions?: {
|
|
5
|
-
value: string;
|
|
6
|
-
onChange: (value: string) => void;
|
|
7
|
-
placeholder?: string;
|
|
8
|
-
rightElement?: React.ReactNode;
|
|
9
|
-
};
|
|
10
|
-
filterOptions?: {
|
|
11
|
-
options: IOptionsProps[];
|
|
12
|
-
selectedOption: string;
|
|
13
|
-
onOptionChange: (value: string) => void;
|
|
14
|
-
};
|
|
15
|
-
className?: string;
|
|
16
|
-
}
|
|
17
|
-
export declare const SearchHeader: React.FC<ISearchHeaderProps>;
|
|
18
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
export interface ISegmentedToggleOption {
|
|
3
|
-
id: string;
|
|
4
|
-
label: React.ReactNode;
|
|
5
|
-
}
|
|
6
|
-
export interface ISegmentedToggleProps {
|
|
7
|
-
options: ISegmentedToggleOption[];
|
|
8
|
-
activeId: string;
|
|
9
|
-
onChange: (id: string) => void;
|
|
10
|
-
className?: string;
|
|
11
|
-
}
|
|
12
|
-
export declare const SegmentedToggle: React.FC<ISegmentedToggleProps>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './SegmentedToggle';
|