forked from TEAM-BEAT/BEAT-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request TEAM-BEAT#387 from TEAM-BEAT/feat/TEAM-BEAT#380/gu…
…estManageRenewal [Feat/TEAM-BEAT#380] 예매자(게스트) 관리하기 리뉴얼
- Loading branch information
Showing
27 changed files
with
857 additions
and
329 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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 @@ | ||
import * as React from "react"; | ||
import type { SVGProps } from "react"; | ||
const SvgIconCheckboxDisabledOn = (props: SVGProps<SVGSVGElement>) => ( | ||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 18 18" {...props}> | ||
<rect width={17} height={17} x={0.5} y={0.5} stroke="#3E3E3E" rx={1.5} /> | ||
<path stroke="#3E3E3E" d="M5 9h7.5" /> | ||
</svg> | ||
); | ||
export default SvgIconCheckboxDisabledOn; |
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,61 @@ | ||
export { default as BannerBasic } from "./BannerBasic"; | ||
export { default as BtnFloating } from "./BtnFloating"; | ||
export { default as ButtonDelete24 } from "./ButtonDelete24"; | ||
export { default as CarouselPartInactive } from "./CarouselPartInactive"; | ||
export { default as Empty } from "./Empty"; | ||
export { default as IcHamburgar } from "./IcHamburgar"; | ||
export { default as IcomCopy } from "./IcomCopy"; | ||
export { default as IconArrowDown } from "./IconArrowDown"; | ||
export { default as IconArrowLeft } from "./IconArrowLeft"; | ||
export { default as IconArrowRight } from "./IconArrowRight"; | ||
export { default as IconArrowUp } from "./IconArrowUp"; | ||
export { default as IconBnk } from "./IconBnk"; | ||
export { default as IconCalendar } from "./IconCalendar"; | ||
export { default as IconCamera } from "./IconCamera"; | ||
export { default as IconCheck } from "./IconCheck"; | ||
export { default as IconCheckboxDisabledOn } from "./IconCheckboxDisabledOn"; | ||
export { default as IconCheckboxSelectedOn } from "./IconCheckboxSelectedOn"; | ||
export { default as IconCheckboxUnselectedOn } from "./IconCheckboxUnselectedOn"; | ||
export { default as IconChecked } from "./IconChecked"; | ||
export { default as IconChevronBack } from "./IconChevronBack"; | ||
export { default as IconEmpty } from "./IconEmpty"; | ||
export { default as IconEyeOff } from "./IconEyeOff"; | ||
export { default as IconEyeOn } from "./IconEyeOn"; | ||
export { default as IconFooterLogo } from "./IconFooterLogo"; | ||
export { default as IconHanna } from "./IconHanna"; | ||
export { default as IconIbk } from "./IconIbk"; | ||
export { default as IconIm } from "./IconIm"; | ||
export { default as IconKabank } from "./IconKabank"; | ||
export { default as IconKb } from "./IconKb"; | ||
export { default as IconLargeBand } from "./IconLargeBand"; | ||
export { default as IconLargeDance } from "./IconLargeDance"; | ||
export { default as IconLargeEtc } from "./IconLargeEtc"; | ||
export { default as IconLargeMusical } from "./IconLargeMusical"; | ||
export { default as IconLogo } from "./IconLogo"; | ||
export { default as IconMinus } from "./IconMinus"; | ||
export { default as IconNonghyup } from "./IconNonghyup"; | ||
export { default as IconPhotoDelete } from "./IconPhotoDelete"; | ||
export { default as IconPlus } from "./IconPlus"; | ||
export { default as IconProfile } from "./IconProfile"; | ||
export { default as IconRoleAdd } from "./IconRoleAdd"; | ||
export { default as IconSaemauel } from "./IconSaemauel"; | ||
export { default as IconSc } from "./IconSc"; | ||
export { default as IconShinhan } from "./IconShinhan"; | ||
export { default as IconShinhyup } from "./IconShinhyup"; | ||
export { default as IconSmallBand } from "./IconSmallBand"; | ||
export { default as IconSmallDance } from "./IconSmallDance"; | ||
export { default as IconSmallEtc } from "./IconSmallEtc"; | ||
export { default as IconSmallMusical } from "./IconSmallMusical"; | ||
export { default as IconSoohyup } from "./IconSoohyup"; | ||
export { default as IconTextfiedlDelete } from "./IconTextfiedlDelete"; | ||
export { default as IconTime } from "./IconTime"; | ||
export { default as IconToggleOff } from "./IconToggleOff"; | ||
export { default as IconToggleOn } from "./IconToggleOn"; | ||
export { default as IconToss } from "./IconToss"; | ||
export { default as IconWoochaegook } from "./IconWoochaegook"; | ||
export { default as IconWoori } from "./IconWoori"; | ||
export { default as IconXButton } from "./IconXButton"; | ||
export { default as IcOutlinePlace } from "./IcOutlinePlace"; | ||
export { default as NotFoundAsset } from "./NotFoundAsset"; | ||
export { default as Subtract } from "./Subtract"; | ||
export { default as Union } from "./Union"; |
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
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
Oops, something went wrong.