Move v2 modules and components
This commit is contained in:
@@ -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
-1
@@ -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
-1
@@ -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
-1
@@ -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
|
||||
Reference in New Issue
Block a user