Move v2 modules and components

This commit is contained in:
Sakura Knoll
2023-07-14 15:56:57 +09:00 Unverified
parent d63d0c1f8d
commit 0c0830d68d
77 changed files with 97 additions and 101 deletions
@@ -1,6 +1,6 @@
import { Image, ThemeUIStyleObject } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { AttributeType } from '../../lib/v2-pre/data/types'
import { AttributeType } from '../../lib/v2/data/types'
interface AttributeIconProps {
attributeType: AttributeType
@@ -1,6 +1,6 @@
import { Box } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { AttributeType, BattlesuitCatalogItem } from '../../lib/v2-pre/data/types'
import { AttributeType, BattlesuitCatalogItem } from '../../lib/v2/data/types'
interface BattlesuitAvatarIconProps {
battlesuit: BattlesuitCatalogItem
@@ -1,5 +1,5 @@
import { Box } from 'theme-ui'
import { BattlesuitCatalogItem } from '../../lib/v2-pre/data/types'
import { BattlesuitCatalogItem } from '../../lib/v2/data/types'
import BattlesuitAvatarIcon from './BattlesuitAvatarIcon'
interface BattlesuitCatalogItemCardProps {
@@ -1,6 +1,6 @@
import { Box, Flex, Image } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { AttributeType, BattlesuitCatalogItem } from '../../lib/v2-pre/data/types'
import { AttributeType, BattlesuitCatalogItem } from '../../lib/v2/data/types'
interface BattlesuitAvatarIconProps {
battlesuit: BattlesuitCatalogItem
@@ -1,6 +1,6 @@
import { Box } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { CharacterType } from '../../lib/v2-pre/data/types'
import { CharacterType } from '../../lib/v2/data/types'
interface ChibiIconProps {
id: string
@@ -1,5 +1,5 @@
import { Text } from 'theme-ui'
import { FormattedTextToken, tokenize } from '../../lib/v2-pre/formattedText/tokenize'
import { FormattedTextToken, tokenize } from '../../lib/v2/formattedText/tokenize'
interface FormattedTextProps {
children: string
@@ -1,6 +1,6 @@
import { Box } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { StarRank } from '../../lib/v2-pre/data/types'
import { StarRank } from '../../lib/v2/data/types'
interface StarIconProps {
star: StarRank
@@ -1,6 +1,6 @@
import { Box } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { StigmaType } from '../../lib/v2-pre/data/types'
import { StigmaType } from '../../lib/v2/data/types'
interface StigmaTypeIconProps {
type: StigmaType
@@ -1,6 +1,6 @@
import { Box } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { TagType } from '../../lib/v2-pre/data/types'
import { TagType } from '../../lib/v2/data/types'
interface TagIconProps {
type: TagType
@@ -1,6 +1,6 @@
import { Box } from 'theme-ui'
import { assetsBucketBaseUrl } from '../../lib/consts'
import { WeaponType } from '../../lib/v2-pre/data/types'
import { WeaponType } from '../../lib/v2/data/types'
interface WeaponTypeIconProps {
type: WeaponType