@pop-ui/foundation 1.0.0 → 1.1.0-beta

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.
Files changed (287) hide show
  1. package/README.md +92 -10
  2. package/dist/foundation.js +946 -526
  3. package/dist/foundation.umd.cjs +1 -1
  4. package/dist/native/icons/native/IconArrowDown.js +6 -0
  5. package/dist/native/icons/native/IconArrowLeft.js +6 -0
  6. package/dist/native/icons/native/IconArrowRight.js +6 -0
  7. package/dist/native/icons/native/IconArrowUp.js +6 -0
  8. package/dist/native/icons/native/IconBookmark.js +7 -0
  9. package/dist/native/icons/native/IconBriefcase.js +6 -0
  10. package/dist/native/icons/native/IconCafe.js +7 -0
  11. package/dist/native/icons/native/IconCalendar.js +7 -0
  12. package/dist/native/icons/native/IconCalendarCancel.js +6 -0
  13. package/dist/native/icons/native/IconCamera.js +6 -0
  14. package/dist/native/icons/native/IconCameraSwitch.js +6 -0
  15. package/dist/native/icons/native/IconCard.js +9 -0
  16. package/dist/native/icons/native/IconCards.js +6 -0
  17. package/dist/native/icons/native/IconCaretDown.js +6 -0
  18. package/dist/native/icons/native/IconCaretUp.js +6 -0
  19. package/dist/native/icons/native/IconCaution.js +7 -0
  20. package/dist/native/icons/native/IconChartBar.js +7 -0
  21. package/dist/native/icons/native/IconCheck.js +6 -0
  22. package/dist/native/icons/native/IconCheckBadge.js +6 -0
  23. package/dist/native/icons/native/IconCheckCircle.js +7 -0
  24. package/dist/native/icons/native/IconChevronDown.js +6 -0
  25. package/dist/native/icons/native/IconChevronLeft.js +6 -0
  26. package/dist/native/icons/native/IconChevronLeftDouble.js +6 -0
  27. package/dist/native/icons/native/IconChevronRight.js +6 -0
  28. package/dist/native/icons/native/IconChevronRightDouble.js +6 -0
  29. package/dist/native/icons/native/IconChevronUp.js +6 -0
  30. package/dist/native/icons/native/IconChevronUpDown.js +6 -0
  31. package/dist/native/icons/native/IconClock.js +6 -0
  32. package/dist/native/icons/native/IconCoffee.js +6 -0
  33. package/dist/native/icons/native/IconCopy.js +6 -0
  34. package/dist/native/icons/native/IconCreditCard.js +6 -0
  35. package/dist/native/icons/native/IconDev.js +6 -0
  36. package/dist/native/icons/native/IconDirection.js +6 -0
  37. package/dist/native/icons/native/IconDragMenu.js +6 -0
  38. package/dist/native/icons/native/IconEdit.js +6 -0
  39. package/dist/native/icons/native/IconEditNote.js +6 -0
  40. package/dist/native/icons/native/IconExport.js +6 -0
  41. package/dist/native/icons/native/IconExternalLink.js +6 -0
  42. package/dist/native/icons/native/IconFilter.js +6 -0
  43. package/dist/native/icons/native/IconGift.js +6 -0
  44. package/dist/native/icons/native/IconGrid.js +7 -0
  45. package/dist/native/icons/native/IconHamburger.js +6 -0
  46. package/dist/native/icons/native/IconHeart.js +7 -0
  47. package/dist/native/icons/native/IconHelp.js +6 -0
  48. package/dist/native/icons/native/IconHome.js +6 -0
  49. package/dist/native/icons/native/IconInfoCircle.js +7 -0
  50. package/dist/native/icons/native/IconKebap.js +6 -0
  51. package/dist/native/icons/native/IconLike.js +6 -0
  52. package/dist/native/icons/native/IconLink.js +6 -0
  53. package/dist/native/icons/native/IconList.js +6 -0
  54. package/dist/native/icons/native/IconListBullet.js +6 -0
  55. package/dist/native/icons/native/IconListNumber.js +6 -0
  56. package/dist/native/icons/native/IconLocation.js +6 -0
  57. package/dist/native/icons/native/IconMail.js +6 -0
  58. package/dist/native/icons/native/IconMap.js +6 -0
  59. package/dist/native/icons/native/IconMapMarker.js +7 -0
  60. package/dist/native/icons/native/IconMeatBall.js +6 -0
  61. package/dist/native/icons/native/IconMenu.js +6 -0
  62. package/dist/native/icons/native/IconMenuCheck.js +7 -0
  63. package/dist/native/icons/native/IconMessage.js +9 -0
  64. package/dist/native/icons/native/IconMinus.js +6 -0
  65. package/dist/native/icons/native/IconMoneyCircle.js +7 -0
  66. package/dist/native/icons/native/IconNote.js +6 -0
  67. package/dist/native/icons/native/IconNotification.js +7 -0
  68. package/dist/native/icons/native/IconPercentBadge.js +6 -0
  69. package/dist/native/icons/native/IconPhoneClock.js +6 -0
  70. package/dist/native/icons/native/IconPhoto.js +6 -0
  71. package/dist/native/icons/native/IconPlayCircle.js +7 -0
  72. package/dist/native/icons/native/IconPlus.js +6 -0
  73. package/dist/native/icons/native/IconPlusCircle.js +7 -0
  74. package/dist/native/icons/native/IconPopcorn.js +6 -0
  75. package/dist/native/icons/native/IconPopdeal.js +6 -0
  76. package/dist/native/icons/native/IconPoppass.js +6 -0
  77. package/dist/native/icons/native/IconPrinter.js +6 -0
  78. package/dist/native/icons/native/IconQuestion.js +6 -0
  79. package/dist/native/icons/native/IconQuestionCircle.js +7 -0
  80. package/dist/native/icons/native/IconQuote.js +9 -0
  81. package/dist/native/icons/native/IconRefresh.js +6 -0
  82. package/dist/native/icons/native/IconReset.js +6 -0
  83. package/dist/native/icons/native/IconRestaurant.js +7 -0
  84. package/dist/native/icons/native/IconSearch.js +6 -0
  85. package/dist/native/icons/native/IconSetting.js +6 -0
  86. package/dist/native/icons/native/IconShare.js +7 -0
  87. package/dist/native/icons/native/IconShop.js +7 -0
  88. package/dist/native/icons/native/IconShoppingBagCheck.js +9 -0
  89. package/dist/native/icons/native/IconSiren.js +6 -0
  90. package/dist/native/icons/native/IconSirenImportant.js +6 -0
  91. package/dist/native/icons/native/IconSmartphone.js +6 -0
  92. package/dist/native/icons/native/IconSound.js +7 -0
  93. package/dist/native/icons/native/IconStar.js +7 -0
  94. package/dist/native/icons/native/IconStore.js +6 -0
  95. package/dist/native/icons/native/IconSwapHorizontal.js +6 -0
  96. package/dist/native/icons/native/IconSwapVertical.js +6 -0
  97. package/dist/native/icons/native/IconText.js +6 -0
  98. package/dist/native/icons/native/IconTicket.js +6 -0
  99. package/dist/native/icons/native/IconTicketPlay.js +6 -0
  100. package/dist/native/icons/native/IconTrash.js +6 -0
  101. package/dist/native/icons/native/IconUser.js +7 -0
  102. package/dist/native/icons/native/IconUserDouble.js +7 -0
  103. package/dist/native/icons/native/IconUserSearch.js +7 -0
  104. package/dist/native/icons/native/IconVisibility.js +6 -0
  105. package/dist/native/icons/native/IconWarningCircle.js +7 -0
  106. package/dist/native/icons/native/IconWarningTriangle.js +7 -0
  107. package/dist/native/icons/native/IconX.js +6 -0
  108. package/dist/native/icons/native/IconXCircle.js +7 -0
  109. package/dist/native/icons/native/index.js +105 -0
  110. package/dist/native/illustrations/native/IllustrationAge12.js +5 -0
  111. package/dist/native/illustrations/native/IllustrationAge15.js +5 -0
  112. package/dist/native/illustrations/native/IllustrationAge19.js +5 -0
  113. package/dist/native/illustrations/native/IllustrationAgeAll.js +5 -0
  114. package/dist/native/illustrations/native/IllustrationAlarm.js +5 -0
  115. package/dist/native/illustrations/native/IllustrationBell.js +5 -0
  116. package/dist/native/illustrations/native/IllustrationCalendar.js +5 -0
  117. package/dist/native/illustrations/native/IllustrationChart.js +5 -0
  118. package/dist/native/illustrations/native/IllustrationChat.js +5 -0
  119. package/dist/native/illustrations/native/IllustrationClapperboard.js +5 -0
  120. package/dist/native/illustrations/native/IllustrationCoinWon.js +5 -0
  121. package/dist/native/illustrations/native/IllustrationCreditcard.js +5 -0
  122. package/dist/native/illustrations/native/IllustrationDiscountcoupon.js +5 -0
  123. package/dist/native/illustrations/native/IllustrationDiscounttagMint.js +5 -0
  124. package/dist/native/illustrations/native/IllustrationDiscounttagPurple.js +5 -0
  125. package/dist/native/illustrations/native/IllustrationDiscounttagRed.js +5 -0
  126. package/dist/native/illustrations/native/IllustrationExel.js +5 -0
  127. package/dist/native/illustrations/native/IllustrationFolder.js +5 -0
  128. package/dist/native/illustrations/native/IllustrationHome.js +5 -0
  129. package/dist/native/illustrations/native/IllustrationLink.js +5 -0
  130. package/dist/native/illustrations/native/IllustrationMappinMint.js +5 -0
  131. package/dist/native/illustrations/native/IllustrationMappinRed.js +5 -0
  132. package/dist/native/illustrations/native/IllustrationMegaphone.js +5 -0
  133. package/dist/native/illustrations/native/IllustrationMoneybag.js +5 -0
  134. package/dist/native/illustrations/native/IllustrationPopcorn.js +5 -0
  135. package/dist/native/illustrations/native/IllustrationShop.js +5 -0
  136. package/dist/native/illustrations/native/IllustrationShoppingbag.js +5 -0
  137. package/dist/native/illustrations/native/IllustrationSoda.js +5 -0
  138. package/dist/native/illustrations/native/IllustrationVendingmachine.js +5 -0
  139. package/dist/native/illustrations/native/index.js +29 -0
  140. package/dist/native/index.native.js +4 -0
  141. package/dist/native/theme/colors/tokens.js +28 -0
  142. package/dist/native/tokens/colors.js +185 -0
  143. package/dist/native/types/icon.native.js +1 -0
  144. package/dist/native/types/illustration.native.js +1 -0
  145. package/dist/types/index.d.ts +17 -3
  146. package/dist/types-native/icons/native/IconArrowDown.d.ts +2 -0
  147. package/dist/types-native/icons/native/IconArrowLeft.d.ts +2 -0
  148. package/dist/types-native/icons/native/IconArrowRight.d.ts +2 -0
  149. package/dist/types-native/icons/native/IconArrowUp.d.ts +2 -0
  150. package/dist/types-native/icons/native/IconBookmark.d.ts +2 -0
  151. package/dist/types-native/icons/native/IconBriefcase.d.ts +2 -0
  152. package/dist/types-native/icons/native/IconCafe.d.ts +2 -0
  153. package/dist/types-native/icons/native/IconCalendar.d.ts +2 -0
  154. package/dist/types-native/icons/native/IconCalendarCancel.d.ts +2 -0
  155. package/dist/types-native/icons/native/IconCamera.d.ts +2 -0
  156. package/dist/types-native/icons/native/IconCameraSwitch.d.ts +2 -0
  157. package/dist/types-native/icons/native/IconCard.d.ts +2 -0
  158. package/dist/types-native/icons/native/IconCards.d.ts +2 -0
  159. package/dist/types-native/icons/native/IconCaretDown.d.ts +2 -0
  160. package/dist/types-native/icons/native/IconCaretUp.d.ts +2 -0
  161. package/dist/types-native/icons/native/IconCaution.d.ts +2 -0
  162. package/dist/types-native/icons/native/IconChartBar.d.ts +2 -0
  163. package/dist/types-native/icons/native/IconCheck.d.ts +2 -0
  164. package/dist/types-native/icons/native/IconCheckBadge.d.ts +2 -0
  165. package/dist/types-native/icons/native/IconCheckCircle.d.ts +2 -0
  166. package/dist/types-native/icons/native/IconChevronDown.d.ts +2 -0
  167. package/dist/types-native/icons/native/IconChevronLeft.d.ts +2 -0
  168. package/dist/types-native/icons/native/IconChevronLeftDouble.d.ts +2 -0
  169. package/dist/types-native/icons/native/IconChevronRight.d.ts +2 -0
  170. package/dist/types-native/icons/native/IconChevronRightDouble.d.ts +2 -0
  171. package/dist/types-native/icons/native/IconChevronUp.d.ts +2 -0
  172. package/dist/types-native/icons/native/IconChevronUpDown.d.ts +2 -0
  173. package/dist/types-native/icons/native/IconClock.d.ts +2 -0
  174. package/dist/types-native/icons/native/IconCoffee.d.ts +2 -0
  175. package/dist/types-native/icons/native/IconCopy.d.ts +2 -0
  176. package/dist/types-native/icons/native/IconCreditCard.d.ts +2 -0
  177. package/dist/types-native/icons/native/IconDev.d.ts +2 -0
  178. package/dist/types-native/icons/native/IconDirection.d.ts +2 -0
  179. package/dist/types-native/icons/native/IconDragMenu.d.ts +2 -0
  180. package/dist/types-native/icons/native/IconEdit.d.ts +2 -0
  181. package/dist/types-native/icons/native/IconEditNote.d.ts +2 -0
  182. package/dist/types-native/icons/native/IconExport.d.ts +2 -0
  183. package/dist/types-native/icons/native/IconExternalLink.d.ts +2 -0
  184. package/dist/types-native/icons/native/IconFilter.d.ts +2 -0
  185. package/dist/types-native/icons/native/IconGift.d.ts +2 -0
  186. package/dist/types-native/icons/native/IconGrid.d.ts +2 -0
  187. package/dist/types-native/icons/native/IconHamburger.d.ts +2 -0
  188. package/dist/types-native/icons/native/IconHeart.d.ts +2 -0
  189. package/dist/types-native/icons/native/IconHelp.d.ts +2 -0
  190. package/dist/types-native/icons/native/IconHome.d.ts +2 -0
  191. package/dist/types-native/icons/native/IconInfoCircle.d.ts +2 -0
  192. package/dist/types-native/icons/native/IconKebap.d.ts +2 -0
  193. package/dist/types-native/icons/native/IconLike.d.ts +2 -0
  194. package/dist/types-native/icons/native/IconLink.d.ts +2 -0
  195. package/dist/types-native/icons/native/IconList.d.ts +2 -0
  196. package/dist/types-native/icons/native/IconListBullet.d.ts +2 -0
  197. package/dist/types-native/icons/native/IconListNumber.d.ts +2 -0
  198. package/dist/types-native/icons/native/IconLocation.d.ts +2 -0
  199. package/dist/types-native/icons/native/IconMail.d.ts +2 -0
  200. package/dist/types-native/icons/native/IconMap.d.ts +2 -0
  201. package/dist/types-native/icons/native/IconMapMarker.d.ts +2 -0
  202. package/dist/types-native/icons/native/IconMeatBall.d.ts +2 -0
  203. package/dist/types-native/icons/native/IconMenu.d.ts +2 -0
  204. package/dist/types-native/icons/native/IconMenuCheck.d.ts +2 -0
  205. package/dist/types-native/icons/native/IconMessage.d.ts +2 -0
  206. package/dist/types-native/icons/native/IconMinus.d.ts +2 -0
  207. package/dist/types-native/icons/native/IconMoneyCircle.d.ts +2 -0
  208. package/dist/types-native/icons/native/IconNote.d.ts +2 -0
  209. package/dist/types-native/icons/native/IconNotification.d.ts +2 -0
  210. package/dist/types-native/icons/native/IconPercentBadge.d.ts +2 -0
  211. package/dist/types-native/icons/native/IconPhoneClock.d.ts +2 -0
  212. package/dist/types-native/icons/native/IconPhoto.d.ts +2 -0
  213. package/dist/types-native/icons/native/IconPlayCircle.d.ts +2 -0
  214. package/dist/types-native/icons/native/IconPlus.d.ts +2 -0
  215. package/dist/types-native/icons/native/IconPlusCircle.d.ts +2 -0
  216. package/dist/types-native/icons/native/IconPopcorn.d.ts +2 -0
  217. package/dist/types-native/icons/native/IconPopdeal.d.ts +2 -0
  218. package/dist/types-native/icons/native/IconPoppass.d.ts +2 -0
  219. package/dist/types-native/icons/native/IconPrinter.d.ts +2 -0
  220. package/dist/types-native/icons/native/IconQuestion.d.ts +2 -0
  221. package/dist/types-native/icons/native/IconQuestionCircle.d.ts +2 -0
  222. package/dist/types-native/icons/native/IconQuote.d.ts +2 -0
  223. package/dist/types-native/icons/native/IconRefresh.d.ts +2 -0
  224. package/dist/types-native/icons/native/IconReset.d.ts +2 -0
  225. package/dist/types-native/icons/native/IconRestaurant.d.ts +2 -0
  226. package/dist/types-native/icons/native/IconSearch.d.ts +2 -0
  227. package/dist/types-native/icons/native/IconSetting.d.ts +2 -0
  228. package/dist/types-native/icons/native/IconShare.d.ts +2 -0
  229. package/dist/types-native/icons/native/IconShop.d.ts +2 -0
  230. package/dist/types-native/icons/native/IconShoppingBagCheck.d.ts +2 -0
  231. package/dist/types-native/icons/native/IconSiren.d.ts +2 -0
  232. package/dist/types-native/icons/native/IconSirenImportant.d.ts +2 -0
  233. package/dist/types-native/icons/native/IconSmartphone.d.ts +2 -0
  234. package/dist/types-native/icons/native/IconSound.d.ts +2 -0
  235. package/dist/types-native/icons/native/IconStar.d.ts +2 -0
  236. package/dist/types-native/icons/native/IconStore.d.ts +2 -0
  237. package/dist/types-native/icons/native/IconSwapHorizontal.d.ts +2 -0
  238. package/dist/types-native/icons/native/IconSwapVertical.d.ts +2 -0
  239. package/dist/types-native/icons/native/IconText.d.ts +2 -0
  240. package/dist/types-native/icons/native/IconTicket.d.ts +2 -0
  241. package/dist/types-native/icons/native/IconTicketPlay.d.ts +2 -0
  242. package/dist/types-native/icons/native/IconTrash.d.ts +2 -0
  243. package/dist/types-native/icons/native/IconUser.d.ts +2 -0
  244. package/dist/types-native/icons/native/IconUserDouble.d.ts +2 -0
  245. package/dist/types-native/icons/native/IconUserSearch.d.ts +2 -0
  246. package/dist/types-native/icons/native/IconVisibility.d.ts +2 -0
  247. package/dist/types-native/icons/native/IconWarningCircle.d.ts +2 -0
  248. package/dist/types-native/icons/native/IconWarningTriangle.d.ts +2 -0
  249. package/dist/types-native/icons/native/IconX.d.ts +2 -0
  250. package/dist/types-native/icons/native/IconXCircle.d.ts +2 -0
  251. package/dist/types-native/icons/native/index.d.ts +105 -0
  252. package/dist/types-native/illustrations/native/IllustrationAge12.d.ts +2 -0
  253. package/dist/types-native/illustrations/native/IllustrationAge15.d.ts +2 -0
  254. package/dist/types-native/illustrations/native/IllustrationAge19.d.ts +2 -0
  255. package/dist/types-native/illustrations/native/IllustrationAgeAll.d.ts +2 -0
  256. package/dist/types-native/illustrations/native/IllustrationAlarm.d.ts +2 -0
  257. package/dist/types-native/illustrations/native/IllustrationBell.d.ts +2 -0
  258. package/dist/types-native/illustrations/native/IllustrationCalendar.d.ts +2 -0
  259. package/dist/types-native/illustrations/native/IllustrationChart.d.ts +2 -0
  260. package/dist/types-native/illustrations/native/IllustrationChat.d.ts +2 -0
  261. package/dist/types-native/illustrations/native/IllustrationClapperboard.d.ts +2 -0
  262. package/dist/types-native/illustrations/native/IllustrationCoinWon.d.ts +2 -0
  263. package/dist/types-native/illustrations/native/IllustrationCreditcard.d.ts +2 -0
  264. package/dist/types-native/illustrations/native/IllustrationDiscountcoupon.d.ts +2 -0
  265. package/dist/types-native/illustrations/native/IllustrationDiscounttagMint.d.ts +2 -0
  266. package/dist/types-native/illustrations/native/IllustrationDiscounttagPurple.d.ts +2 -0
  267. package/dist/types-native/illustrations/native/IllustrationDiscounttagRed.d.ts +2 -0
  268. package/dist/types-native/illustrations/native/IllustrationExel.d.ts +2 -0
  269. package/dist/types-native/illustrations/native/IllustrationFolder.d.ts +2 -0
  270. package/dist/types-native/illustrations/native/IllustrationHome.d.ts +2 -0
  271. package/dist/types-native/illustrations/native/IllustrationLink.d.ts +2 -0
  272. package/dist/types-native/illustrations/native/IllustrationMappinMint.d.ts +2 -0
  273. package/dist/types-native/illustrations/native/IllustrationMappinRed.d.ts +2 -0
  274. package/dist/types-native/illustrations/native/IllustrationMegaphone.d.ts +2 -0
  275. package/dist/types-native/illustrations/native/IllustrationMoneybag.d.ts +2 -0
  276. package/dist/types-native/illustrations/native/IllustrationPopcorn.d.ts +2 -0
  277. package/dist/types-native/illustrations/native/IllustrationShop.d.ts +2 -0
  278. package/dist/types-native/illustrations/native/IllustrationShoppingbag.d.ts +2 -0
  279. package/dist/types-native/illustrations/native/IllustrationSoda.d.ts +2 -0
  280. package/dist/types-native/illustrations/native/IllustrationVendingmachine.d.ts +2 -0
  281. package/dist/types-native/illustrations/native/index.d.ts +29 -0
  282. package/dist/types-native/index.native.d.ts +6 -0
  283. package/dist/types-native/theme/colors/tokens.d.ts +20 -0
  284. package/dist/types-native/tokens/colors.d.ts +185 -0
  285. package/dist/types-native/types/icon.native.d.ts +15 -0
  286. package/dist/types-native/types/illustration.native.d.ts +4 -0
  287. package/package.json +24 -6
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconQuote({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconRefresh({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconReset({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconRestaurant({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSearch({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSetting({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconShare({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconShop({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconShoppingBagCheck({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSiren({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSirenImportant({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSmartphone({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconSound({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconStar({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconStore({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSwapHorizontal({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconSwapVertical({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconText({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconTicket({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconTicketPlay({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconTrash({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconUp({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconUserDouble({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconUserSearch({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconVisibility({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconWarningCircle({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconWarningTriangle({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconLineOnlyProps } from '../../types/icon.native';
2
+ export default function IconX({ size, color, variant: _variant, ...props }: IIconLineOnlyProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIconProps } from '../../types/icon.native';
2
+ export default function IconXCircle({ size, color, variant, ...props }: IIconProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,105 @@
1
+ export { default as IconArrowDown } from './IconArrowDown';
2
+ export { default as IconArrowLeft } from './IconArrowLeft';
3
+ export { default as IconArrowRight } from './IconArrowRight';
4
+ export { default as IconArrowUp } from './IconArrowUp';
5
+ export { default as IconBookmark } from './IconBookmark';
6
+ export { default as IconBriefcase } from './IconBriefcase';
7
+ export { default as IconCafe } from './IconCafe';
8
+ export { default as IconCalendar } from './IconCalendar';
9
+ export { default as IconCalendarCancel } from './IconCalendarCancel';
10
+ export { default as IconCamera } from './IconCamera';
11
+ export { default as IconCameraSwitch } from './IconCameraSwitch';
12
+ export { default as IconCard } from './IconCard';
13
+ export { default as IconCards } from './IconCards';
14
+ export { default as IconCaretDown } from './IconCaretDown';
15
+ export { default as IconCaretUp } from './IconCaretUp';
16
+ export { default as IconCaution } from './IconCaution';
17
+ export { default as IconChartBar } from './IconChartBar';
18
+ export { default as IconCheck } from './IconCheck';
19
+ export { default as IconCheckBadge } from './IconCheckBadge';
20
+ export { default as IconCheckCircle } from './IconCheckCircle';
21
+ export { default as IconChevronDown } from './IconChevronDown';
22
+ export { default as IconChevronLeft } from './IconChevronLeft';
23
+ export { default as IconChevronLeftDouble } from './IconChevronLeftDouble';
24
+ export { default as IconChevronRight } from './IconChevronRight';
25
+ export { default as IconChevronRightDouble } from './IconChevronRightDouble';
26
+ export { default as IconChevronUp } from './IconChevronUp';
27
+ export { default as IconChevronUpDown } from './IconChevronUpDown';
28
+ export { default as IconClock } from './IconClock';
29
+ export { default as IconCoffee } from './IconCoffee';
30
+ export { default as IconCopy } from './IconCopy';
31
+ export { default as IconCreditCard } from './IconCreditCard';
32
+ export { default as IconDev } from './IconDev';
33
+ export { default as IconDirection } from './IconDirection';
34
+ export { default as IconDragMenu } from './IconDragMenu';
35
+ export { default as IconEdit } from './IconEdit';
36
+ export { default as IconEditNote } from './IconEditNote';
37
+ export { default as IconExport } from './IconExport';
38
+ export { default as IconExternalLink } from './IconExternalLink';
39
+ export { default as IconFilter } from './IconFilter';
40
+ export { default as IconGift } from './IconGift';
41
+ export { default as IconGrid } from './IconGrid';
42
+ export { default as IconHamburger } from './IconHamburger';
43
+ export { default as IconHeart } from './IconHeart';
44
+ export { default as IconHelp } from './IconHelp';
45
+ export { default as IconHome } from './IconHome';
46
+ export { default as IconInfoCircle } from './IconInfoCircle';
47
+ export { default as IconKebap } from './IconKebap';
48
+ export { default as IconLike } from './IconLike';
49
+ export { default as IconLink } from './IconLink';
50
+ export { default as IconList } from './IconList';
51
+ export { default as IconListBullet } from './IconListBullet';
52
+ export { default as IconListNumber } from './IconListNumber';
53
+ export { default as IconLocation } from './IconLocation';
54
+ export { default as IconMail } from './IconMail';
55
+ export { default as IconMap } from './IconMap';
56
+ export { default as IconMapMarker } from './IconMapMarker';
57
+ export { default as IconMeatBall } from './IconMeatBall';
58
+ export { default as IconMenu } from './IconMenu';
59
+ export { default as IconMenuCheck } from './IconMenuCheck';
60
+ export { default as IconMessage } from './IconMessage';
61
+ export { default as IconMinus } from './IconMinus';
62
+ export { default as IconMoneyCircle } from './IconMoneyCircle';
63
+ export { default as IconNote } from './IconNote';
64
+ export { default as IconNotification } from './IconNotification';
65
+ export { default as IconPercentBadge } from './IconPercentBadge';
66
+ export { default as IconPhoneClock } from './IconPhoneClock';
67
+ export { default as IconPhoto } from './IconPhoto';
68
+ export { default as IconPlayCircle } from './IconPlayCircle';
69
+ export { default as IconPlus } from './IconPlus';
70
+ export { default as IconPlusCircle } from './IconPlusCircle';
71
+ export { default as IconPopcorn } from './IconPopcorn';
72
+ export { default as IconPopdeal } from './IconPopdeal';
73
+ export { default as IconPoppass } from './IconPoppass';
74
+ export { default as IconPrinter } from './IconPrinter';
75
+ export { default as IconQuestion } from './IconQuestion';
76
+ export { default as IconQuestionCircle } from './IconQuestionCircle';
77
+ export { default as IconQuote } from './IconQuote';
78
+ export { default as IconRefresh } from './IconRefresh';
79
+ export { default as IconReset } from './IconReset';
80
+ export { default as IconRestaurant } from './IconRestaurant';
81
+ export { default as IconSearch } from './IconSearch';
82
+ export { default as IconSetting } from './IconSetting';
83
+ export { default as IconShare } from './IconShare';
84
+ export { default as IconShop } from './IconShop';
85
+ export { default as IconShoppingBagCheck } from './IconShoppingBagCheck';
86
+ export { default as IconSiren } from './IconSiren';
87
+ export { default as IconSirenImportant } from './IconSirenImportant';
88
+ export { default as IconSmartphone } from './IconSmartphone';
89
+ export { default as IconSound } from './IconSound';
90
+ export { default as IconStar } from './IconStar';
91
+ export { default as IconStore } from './IconStore';
92
+ export { default as IconSwapHorizontal } from './IconSwapHorizontal';
93
+ export { default as IconSwapVertical } from './IconSwapVertical';
94
+ export { default as IconText } from './IconText';
95
+ export { default as IconTicket } from './IconTicket';
96
+ export { default as IconTicketPlay } from './IconTicketPlay';
97
+ export { default as IconTrash } from './IconTrash';
98
+ export { default as IconUser } from './IconUser';
99
+ export { default as IconUserDouble } from './IconUserDouble';
100
+ export { default as IconUserSearch } from './IconUserSearch';
101
+ export { default as IconVisibility } from './IconVisibility';
102
+ export { default as IconWarningCircle } from './IconWarningCircle';
103
+ export { default as IconWarningTriangle } from './IconWarningTriangle';
104
+ export { default as IconX } from './IconX';
105
+ export { default as IconXCircle } from './IconXCircle';
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationAge12({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationAge15({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationAge19({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationAgeAll({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationAlarm({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationBell({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationCalendar({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationChart({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationChat({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationClapperboard({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationCoinWon({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationCreditcard({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationDiscountcoupon({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationDiscounttagMint({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationDiscounttagPurple({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationDiscounttagRed({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationExel({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationFolder({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationHome({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationLink({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationMappinMint({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationMappinRed({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationMegaphone({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationMoneybag({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationPopcorn({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationShop({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationShoppingbag({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationSoda({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,2 @@
1
+ import type { IIllustrationProps } from '../../types/illustration.native';
2
+ export default function IllustrationVendingmachine({ size, ...props }: IIllustrationProps): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,29 @@
1
+ export { default as IllustrationAge12 } from './IllustrationAge12';
2
+ export { default as IllustrationAge15 } from './IllustrationAge15';
3
+ export { default as IllustrationAge19 } from './IllustrationAge19';
4
+ export { default as IllustrationAgeAll } from './IllustrationAgeAll';
5
+ export { default as IllustrationAlarm } from './IllustrationAlarm';
6
+ export { default as IllustrationBell } from './IllustrationBell';
7
+ export { default as IllustrationCalendar } from './IllustrationCalendar';
8
+ export { default as IllustrationChart } from './IllustrationChart';
9
+ export { default as IllustrationChat } from './IllustrationChat';
10
+ export { default as IllustrationClapperboard } from './IllustrationClapperboard';
11
+ export { default as IllustrationCoinWon } from './IllustrationCoinWon';
12
+ export { default as IllustrationCreditcard } from './IllustrationCreditcard';
13
+ export { default as IllustrationDiscountcoupon } from './IllustrationDiscountcoupon';
14
+ export { default as IllustrationDiscounttagMint } from './IllustrationDiscounttagMint';
15
+ export { default as IllustrationDiscounttagPurple } from './IllustrationDiscounttagPurple';
16
+ export { default as IllustrationDiscounttagRed } from './IllustrationDiscounttagRed';
17
+ export { default as IllustrationExel } from './IllustrationExel';
18
+ export { default as IllustrationFolder } from './IllustrationFolder';
19
+ export { default as IllustrationHome } from './IllustrationHome';
20
+ export { default as IllustrationLink } from './IllustrationLink';
21
+ export { default as IllustrationMappinMint } from './IllustrationMappinMint';
22
+ export { default as IllustrationMappinRed } from './IllustrationMappinRed';
23
+ export { default as IllustrationMegaphone } from './IllustrationMegaphone';
24
+ export { default as IllustrationMoneybag } from './IllustrationMoneybag';
25
+ export { default as IllustrationPopcorn } from './IllustrationPopcorn';
26
+ export { default as IllustrationShop } from './IllustrationShop';
27
+ export { default as IllustrationShoppingbag } from './IllustrationShoppingbag';
28
+ export { default as IllustrationSoda } from './IllustrationSoda';
29
+ export { default as IllustrationVendingmachine } from './IllustrationVendingmachine';
@@ -0,0 +1,6 @@
1
+ export * from './tokens/colors';
2
+ export * from './theme/colors/tokens';
3
+ export type { IIconProps, IIconFilledOnlyProps, IIconLineOnlyProps } from './types/icon.native';
4
+ export type { IIllustrationProps } from './types/illustration.native';
5
+ export * from './icons/native';
6
+ export * from './illustrations/native';
@@ -0,0 +1,20 @@
1
+ /**
2
+ * Design System Color Tokens
3
+ *
4
+ * token.json에서 추출된 색상 팔레트
5
+ * 모든 색상은 global.color에서 정의됩니다.
6
+ */
7
+ export interface IColorShades {
8
+ [shade: string]: string;
9
+ }
10
+ export interface IColorPaletteType {
11
+ [colorName: string]: IColorShades;
12
+ }
13
+ export declare const colors: IColorPaletteType;
14
+ export type TColorName = keyof typeof colors;
15
+ export type TColorShade<T extends TColorName> = keyof (typeof colors)[T];
16
+ export declare const colorNames: TColorName[];
17
+ export declare const getColorShades: (colorName: TColorName) => IColorShades;
18
+ export declare const getColorValue: (colorName: TColorName, shade: string) => string | undefined;
19
+ export declare const getCSSVariableName: (colorName: string, shade: string) => string;
20
+ export declare const getCSSVariableRef: (colorName: string, shade: string) => string;