@teamturing/react-native-kit 1.2.0 → 1.2.2

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 (193) hide show
  1. package/lib/commonjs/component/Banner/BannerRectangle.js +7 -8
  2. package/lib/commonjs/component/Banner/BannerRectangle.js.map +1 -1
  3. package/lib/commonjs/component/Btn/BaseBtn.js +3 -5
  4. package/lib/commonjs/component/Btn/BaseBtn.js.map +1 -1
  5. package/lib/commonjs/component/Btn/FixedBottomCTABtn.js +2 -3
  6. package/lib/commonjs/component/Btn/FixedBottomCTABtn.js.map +1 -1
  7. package/lib/commonjs/component/Btn/IconBtn.js +2 -2
  8. package/lib/commonjs/component/Btn/IconBtn.js.map +1 -1
  9. package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js +2 -3
  10. package/lib/commonjs/component/Btn/InteractiveToggledIconBtn.js.map +1 -1
  11. package/lib/commonjs/component/Btn/index.js +4 -5
  12. package/lib/commonjs/component/Btn/index.js.map +1 -1
  13. package/lib/commonjs/component/EmptyState.js +1 -2
  14. package/lib/commonjs/component/EmptyState.js.map +1 -1
  15. package/lib/commonjs/component/Icon/AnimatedIcon.js +2 -2
  16. package/lib/commonjs/component/Icon/AnimatedIcon.js.map +1 -1
  17. package/lib/commonjs/component/Icon/Icons.js +219 -219
  18. package/lib/commonjs/component/Icon/Icons.js.map +1 -1
  19. package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js +6 -7
  20. package/lib/commonjs/component/Layout/AdaptiveWindowLayout.js.map +1 -1
  21. package/lib/commonjs/component/Layout/SectionLayout/Section.js +2 -2
  22. package/lib/commonjs/component/Layout/SectionLayout/Section.js.map +1 -1
  23. package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js +2 -2
  24. package/lib/commonjs/component/Layout/SectionLayout/SectionLayout.js.map +1 -1
  25. package/lib/commonjs/component/Layout/SectionLayout/index.js +20 -13
  26. package/lib/commonjs/component/Layout/SectionLayout/index.js.map +1 -1
  27. package/lib/commonjs/component/Pressable/PressableDelayed.js +2 -3
  28. package/lib/commonjs/component/Pressable/PressableDelayed.js.map +1 -1
  29. package/lib/commonjs/component/TagHorizontalList.js +7 -9
  30. package/lib/commonjs/component/TagHorizontalList.js.map +1 -1
  31. package/lib/commonjs/component/TextField/BaseTextField.js +5 -6
  32. package/lib/commonjs/component/TextField/BaseTextField.js.map +1 -1
  33. package/lib/commonjs/component/TextField/CoreTextField.js +3 -3
  34. package/lib/commonjs/component/TextField/CoreTextField.js.map +1 -1
  35. package/lib/commonjs/component/TextField/index.js +2 -3
  36. package/lib/commonjs/component/TextField/index.js.map +1 -1
  37. package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js +3 -5
  38. package/lib/commonjs/component/dialog/CommonBottomSheetDialog.js.map +1 -1
  39. package/lib/commonjs/component/dialog/base/ModalBox.js +5 -5
  40. package/lib/commonjs/component/dialog/base/ModalBox.js.map +1 -1
  41. package/lib/commonjs/util/Px.js +2 -3
  42. package/lib/commonjs/util/Px.js.map +1 -1
  43. package/lib/commonjs/util/index.js +10 -16
  44. package/lib/commonjs/util/index.js.map +1 -1
  45. package/lib/commonjs/util/is.js +2 -3
  46. package/lib/commonjs/util/is.js.map +1 -1
  47. package/lib/module/component/Banner/BannerRectangle.js +1 -1
  48. package/lib/module/component/Banner/BannerRectangle.js.map +1 -1
  49. package/lib/module/component/Btn/BaseBtn.js +2 -3
  50. package/lib/module/component/Btn/BaseBtn.js.map +1 -1
  51. package/lib/module/component/Btn/FixedBottomCTABtn.js +2 -2
  52. package/lib/module/component/Btn/FixedBottomCTABtn.js.map +1 -1
  53. package/lib/module/component/Btn/IconBtn.js +1 -1
  54. package/lib/module/component/Btn/IconBtn.js.map +1 -1
  55. package/lib/module/component/Btn/InteractiveToggledIconBtn.js +1 -1
  56. package/lib/module/component/Btn/InteractiveToggledIconBtn.js.map +1 -1
  57. package/lib/module/component/Btn/index.js +2 -2
  58. package/lib/module/component/Btn/index.js.map +1 -1
  59. package/lib/module/component/EmptyState.js +1 -2
  60. package/lib/module/component/EmptyState.js.map +1 -1
  61. package/lib/module/component/Icon/AnimatedIcon.js +1 -1
  62. package/lib/module/component/Icon/AnimatedIcon.js.map +1 -1
  63. package/lib/module/component/Icon/Icons.js +219 -219
  64. package/lib/module/component/Icon/Icons.js.map +1 -1
  65. package/lib/module/component/Layout/AdaptiveWindowLayout.js +2 -2
  66. package/lib/module/component/Layout/AdaptiveWindowLayout.js.map +1 -1
  67. package/lib/module/component/Layout/SectionLayout/Section.js +1 -1
  68. package/lib/module/component/Layout/SectionLayout/Section.js.map +1 -1
  69. package/lib/module/component/Layout/SectionLayout/SectionLayout.js +1 -2
  70. package/lib/module/component/Layout/SectionLayout/SectionLayout.js.map +1 -1
  71. package/lib/module/component/Layout/SectionLayout/index.js +2 -3
  72. package/lib/module/component/Layout/SectionLayout/index.js.map +1 -1
  73. package/lib/module/component/Pressable/PressableDelayed.js +1 -1
  74. package/lib/module/component/Pressable/PressableDelayed.js.map +1 -1
  75. package/lib/module/component/TagHorizontalList.js +2 -3
  76. package/lib/module/component/TagHorizontalList.js.map +1 -1
  77. package/lib/module/component/TextField/BaseTextField.js +4 -4
  78. package/lib/module/component/TextField/BaseTextField.js.map +1 -1
  79. package/lib/module/component/TextField/CoreTextField.js +3 -3
  80. package/lib/module/component/TextField/CoreTextField.js.map +1 -1
  81. package/lib/module/component/TextField/index.js +1 -1
  82. package/lib/module/component/TextField/index.js.map +1 -1
  83. package/lib/module/component/dialog/CommonBottomSheetDialog.js +1 -2
  84. package/lib/module/component/dialog/CommonBottomSheetDialog.js.map +1 -1
  85. package/lib/module/component/dialog/base/ModalBox.js +1 -1
  86. package/lib/module/component/dialog/base/ModalBox.js.map +1 -1
  87. package/lib/module/util/Px.js +1 -1
  88. package/lib/module/util/Px.js.map +1 -1
  89. package/lib/module/util/index.js +1 -1
  90. package/lib/module/util/index.js.map +1 -1
  91. package/lib/module/util/is.js +1 -2
  92. package/lib/module/util/is.js.map +1 -1
  93. package/lib/typescript/commonjs/src/component/Box/index.d.ts +1 -1
  94. package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts +1 -1
  95. package/lib/typescript/commonjs/src/component/Btn/BaseBtn.d.ts.map +1 -1
  96. package/lib/typescript/commonjs/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -1
  97. package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts +1 -1
  98. package/lib/typescript/commonjs/src/component/Btn/IconBtn.d.ts.map +1 -1
  99. package/lib/typescript/commonjs/src/component/Btn/index.d.ts +2 -2
  100. package/lib/typescript/commonjs/src/component/Btn/index.d.ts.map +1 -1
  101. package/lib/typescript/commonjs/src/component/EmptyState.d.ts.map +1 -1
  102. package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts +1 -1
  103. package/lib/typescript/commonjs/src/component/Icon/AnimatedIcon.d.ts.map +1 -1
  104. package/lib/typescript/commonjs/src/component/Icon/Icons.d.ts +219 -219
  105. package/lib/typescript/commonjs/src/component/Icon/Icons.d.ts.map +1 -1
  106. package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts +1 -1
  107. package/lib/typescript/commonjs/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -1
  108. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts +1 -1
  109. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/Section.d.ts.map +1 -1
  110. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts +2 -2
  111. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -1
  112. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts +2 -3
  113. package/lib/typescript/commonjs/src/component/Layout/SectionLayout/index.d.ts.map +1 -1
  114. package/lib/typescript/commonjs/src/component/TagHorizontalList.d.ts.map +1 -1
  115. package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts +3 -4
  116. package/lib/typescript/commonjs/src/component/TextField/BaseTextField.d.ts.map +1 -1
  117. package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts +2 -3
  118. package/lib/typescript/commonjs/src/component/TextField/CoreTextField.d.ts.map +1 -1
  119. package/lib/typescript/commonjs/src/component/TextField/index.d.ts +1 -1
  120. package/lib/typescript/commonjs/src/component/TextField/index.d.ts.map +1 -1
  121. package/lib/typescript/commonjs/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -1
  122. package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +2 -2
  123. package/lib/typescript/commonjs/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -1
  124. package/lib/typescript/commonjs/src/util/index.d.ts +1 -1
  125. package/lib/typescript/commonjs/src/util/index.d.ts.map +1 -1
  126. package/lib/typescript/commonjs/src/util/is.d.ts +2 -2
  127. package/lib/typescript/commonjs/src/util/is.d.ts.map +1 -1
  128. package/lib/typescript/module/src/component/Box/index.d.ts +1 -1
  129. package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts +1 -1
  130. package/lib/typescript/module/src/component/Btn/BaseBtn.d.ts.map +1 -1
  131. package/lib/typescript/module/src/component/Btn/FixedBottomCTABtn.d.ts.map +1 -1
  132. package/lib/typescript/module/src/component/Btn/IconBtn.d.ts +1 -1
  133. package/lib/typescript/module/src/component/Btn/IconBtn.d.ts.map +1 -1
  134. package/lib/typescript/module/src/component/Btn/index.d.ts +2 -2
  135. package/lib/typescript/module/src/component/Btn/index.d.ts.map +1 -1
  136. package/lib/typescript/module/src/component/EmptyState.d.ts.map +1 -1
  137. package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts +1 -1
  138. package/lib/typescript/module/src/component/Icon/AnimatedIcon.d.ts.map +1 -1
  139. package/lib/typescript/module/src/component/Icon/Icons.d.ts +219 -219
  140. package/lib/typescript/module/src/component/Icon/Icons.d.ts.map +1 -1
  141. package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts +1 -1
  142. package/lib/typescript/module/src/component/Layout/AdaptiveWindowLayout.d.ts.map +1 -1
  143. package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts +1 -1
  144. package/lib/typescript/module/src/component/Layout/SectionLayout/Section.d.ts.map +1 -1
  145. package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts +2 -2
  146. package/lib/typescript/module/src/component/Layout/SectionLayout/SectionLayout.d.ts.map +1 -1
  147. package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts +2 -3
  148. package/lib/typescript/module/src/component/Layout/SectionLayout/index.d.ts.map +1 -1
  149. package/lib/typescript/module/src/component/TagHorizontalList.d.ts.map +1 -1
  150. package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts +3 -4
  151. package/lib/typescript/module/src/component/TextField/BaseTextField.d.ts.map +1 -1
  152. package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts +2 -3
  153. package/lib/typescript/module/src/component/TextField/CoreTextField.d.ts.map +1 -1
  154. package/lib/typescript/module/src/component/TextField/index.d.ts +1 -1
  155. package/lib/typescript/module/src/component/TextField/index.d.ts.map +1 -1
  156. package/lib/typescript/module/src/component/dialog/CommonBottomSheetDialog.d.ts.map +1 -1
  157. package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts +2 -2
  158. package/lib/typescript/module/src/component/dialog/ItemSelectBottomSheetDialog.d.ts.map +1 -1
  159. package/lib/typescript/module/src/util/index.d.ts +1 -1
  160. package/lib/typescript/module/src/util/index.d.ts.map +1 -1
  161. package/lib/typescript/module/src/util/is.d.ts +2 -2
  162. package/lib/typescript/module/src/util/is.d.ts.map +1 -1
  163. package/package.json +5 -3
  164. package/src/component/Banner/BannerRectangle.tsx +1 -1
  165. package/src/component/Btn/BaseBtn.tsx +2 -3
  166. package/src/component/Btn/FixedBottomCTABtn.tsx +2 -3
  167. package/src/component/Btn/IconBtn.tsx +1 -1
  168. package/src/component/Btn/InteractiveToggledIconBtn.tsx +1 -1
  169. package/src/component/Btn/index.ts +3 -2
  170. package/src/component/EmptyState.tsx +1 -2
  171. package/src/component/Icon/AnimatedIcon.tsx +1 -1
  172. package/src/component/Icon/Icons.tsx +219 -219
  173. package/src/component/Layout/AdaptiveWindowLayout.tsx +3 -3
  174. package/src/component/Layout/SectionLayout/Section.tsx +1 -1
  175. package/src/component/Layout/SectionLayout/SectionLayout.tsx +1 -3
  176. package/src/component/Layout/SectionLayout/index.ts +2 -4
  177. package/src/component/Pressable/PressableDelayed.tsx +1 -1
  178. package/src/component/TagHorizontalList.tsx +2 -3
  179. package/src/component/TextField/BaseTextField.tsx +4 -4
  180. package/src/component/TextField/CoreTextField.tsx +4 -3
  181. package/src/component/TextField/index.ts +1 -1
  182. package/src/component/dialog/CommonBottomSheetDialog.tsx +1 -1
  183. package/src/component/dialog/ItemSelectBottomSheetDialog.tsx +1 -1
  184. package/src/component/dialog/base/ModalBox.tsx +1 -1
  185. package/src/util/Px.ts +1 -1
  186. package/src/util/index.ts +1 -1
  187. package/src/util/is.ts +1 -3
  188. package/lib/commonjs/assets/icons/bookmark_animation.svg +0 -3
  189. package/lib/commonjs/assets/icons/chat_bubble_question_animation.svg +0 -3
  190. package/lib/module/assets/icons/bookmark_animation.svg +0 -3
  191. package/lib/module/assets/icons/chat_bubble_question_animation.svg +0 -3
  192. package/src/assets/icons/bookmark_animation.svg +0 -3
  193. package/src/assets/icons/chat_bubble_question_animation.svg +0 -3
@@ -1 +1 @@
1
- {"version":3,"file":"SectionLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/SectionLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAGhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzD,OAAO,EAAE,KAAK,WAAW,EAAU,MAAM,WAAW,CAAC;AAIrD,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,OAAO,CAAC;AAEZ,QAAA,MAAM,aAAa,UAAW,MAAM,iBAAiB,CAAC,KAAK,CAAC,4CAwB3D,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,WAAW,4CAEhD,CAAC;AAEF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"SectionLayout.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/SectionLayout.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAGhE,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzD,OAAO,EAAE,KAAK,WAAW,EAAU,MAAM,WAAW,CAAC;AAIrD,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;CAC9B,GAAG,OAAO,CAAC;AAEZ,eAAO,MAAM,aAAa,UAAW,MAAM,iBAAiB,CAAC,KAAK,CAAC,4CAwBlE,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,WAAW,4CAEhD,CAAC"}
@@ -1,4 +1,3 @@
1
- import Section from './Section';
2
- import SectionLayout from './SectionLayout';
3
- export { Section, SectionLayout };
1
+ export * from './Section';
2
+ export * from './SectionLayout';
4
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/index.ts"],"names":[],"mappings":"AAAA,OAAO,OAAO,MAAM,WAAW,CAAC;AAChC,OAAO,aAAa,MAAM,iBAAiB,CAAC;AAE5C,OAAO,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/component/Layout/SectionLayout/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TagHorizontalList.d.ts","sourceRoot":"","sources":["../../../../../src/component/TagHorizontalList.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAE,KAAK,QAAQ,EAAoC,MAAM,8BAA8B,CAAC;AAiB/F,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACtD,CAAC;AAsEF,eAAO,MAAM,iBAAiB;UA5EtB,CAAC,QAAQ,GAAG;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,EAAE;;;kEA4EgB,CAAC"}
1
+ {"version":3,"file":"TagHorizontalList.d.ts","sourceRoot":"","sources":["../../../../../src/component/TagHorizontalList.tsx"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,kCAAkC,CAAC;AAEhE,OAAO,EAAE,KAAK,QAAQ,EAAoC,MAAM,8BAA8B,CAAC;AAgB/F,MAAM,MAAM,oBAAoB,GAAG;IACjC,QAAQ,EAAE,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;CACtD,CAAC;AAsEF,eAAO,MAAM,iBAAiB;UA5EtB,CAAC,QAAQ,GAAG;QAAE,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,CAAC,EAAE;;;kEA4EgB,CAAC"}
@@ -17,10 +17,10 @@ type Props = {
17
17
  style?: StyleProp<ViewStyle>;
18
18
  textFieldStyle?: TextStyle;
19
19
  } & Omit<CoreTextFieldProps, 'style'>;
20
- declare const _default: React.ForwardRefExoticComponent<{
20
+ export declare const BaseTextField: React.ForwardRefExoticComponent<{
21
21
  label?: string | undefined;
22
- leadingIcon?: "scroll" | "top" | "filter" | "new" | "link" | "picture" | "search" | "time" | "video" | "set" | "repeat" | "ai" | "ai_color" | "ai_sad" | "aim_point" | "alarm" | "apple_color" | "arrow_down" | "arrow_left" | "arrow_left_circle" | "arrow_left_limit" | "arrow_left_right" | "arrow_right" | "arrow_right_circle" | "arrow_right_limit" | "arrow_up" | "arrow_up_down" | "arrow_up_limit" | "barchart" | "book" | "bookmark" | "box" | "bus_color" | "calendar_check" | "calendar_check_color" | "calendar_color" | "camera" | "card" | "cards_percent" | "cards_percent_color" | "caret_down" | "caret_left" | "caret_right" | "caret_up" | "cart" | "chat_bubble" | "chat_bubble_badge_color" | "chat_bubble_correct" | "chat_bubble_correct_color" | "chat_bubble_dots" | "chat_bubble_question" | "check" | "check_in_circle" | "check_in_circle_color" | "check_in_circle_line" | "chevron_down" | "chevron_down_two" | "chevron_left" | "chevron_right" | "chevron_right_two" | "chevron_up" | "chevron_up_two" | "circles" | "clip" | "close" | "close_in_circle" | "coin" | "contact" | "copy" | "correct" | "coupon" | "crown" | "curriculum" | "curriculum_color" | "delete" | "document" | "dots" | "download" | "emoji" | "emoji_plus" | "emoji_plus_dash" | "eng" | "enter" | "equal" | "eraser" | "exclamation_point_in_circle" | "eye_off" | "eye_on" | "face_happy" | "face_sad" | "facebook" | "facebook_color" | "fire" | "fire_color" | "folder" | "frame" | "glasses" | "graph" | "gun" | "gun_color" | "hair" | "headphone" | "heart" | "home" | "infinite" | "info_in_circle" | "instagram" | "kakao_color" | "kor" | "league" | "letter" | "letter_crown_color" | "letter_crown_open_color" | "letter_heart_color" | "letter_heart_open_color" | "line_three" | "lock" | "lock_color" | "logo_apple" | "logo_color" | "logo_facebook" | "logo_kakao" | "logo_naver" | "maxsize" | "minsize" | "minus" | "minus_in_circle" | "moneybag" | "moneybag_color" | "more" | "my_bubble" | "naver_color" | "note" | "note_color" | "note_pen_color" | "number_five_filled" | "number_five_outlined" | "number_four_filled" | "number_four_outlined" | "number_one_filled" | "number_one_outlined" | "number_three_filled" | "number_three_outlined" | "number_two_filled" | "number_two_outlined" | "out" | "palm_tree_color" | "paper_check" | "paper_pen" | "paper_pen_color" | "paper_two" | "pause" | "pen" | "percent_in_circle" | "pill" | "pill_color" | "pin" | "pin_color_red" | "play" | "plug" | "plug_color" | "plus" | "plus_in_circle" | "point_in_circle" | "point_in_circle_color" | "present" | "present_color" | "problem" | "profile" | "progress_gradient" | "question_mark_in_circle" | "question_mark_in_circle_outlined" | "raffle_color" | "receipt" | "refresh" | "school" | "school_color" | "setting" | "share" | "shield_check" | "siren" | "skipback" | "skipforward" | "sound_off" | "sound_on" | "speaker" | "stackup" | "star" | "star_color" | "store" | "sync" | "test_upload_color" | "thumbdown" | "thumbup" | "thunder" | "ticket" | "ticket_color" | "timer" | "touch" | "trash" | "treasurebox" | "trophy" | "twinkle" | "undo" | "university" | "user_blocked" | "user_check" | "user_plus" | "user_two" | "video_color" | "vote_color" | "warning" | "wifi" | "workbook" | "workbook_color" | "wrong" | "youtube" | "bookmark_animation" | "chat_bubble_question_animation" | undefined;
23
- trailingIcon?: "scroll" | "top" | "filter" | "new" | "link" | "picture" | "search" | "time" | "video" | "set" | "repeat" | "ai" | "ai_color" | "ai_sad" | "aim_point" | "alarm" | "apple_color" | "arrow_down" | "arrow_left" | "arrow_left_circle" | "arrow_left_limit" | "arrow_left_right" | "arrow_right" | "arrow_right_circle" | "arrow_right_limit" | "arrow_up" | "arrow_up_down" | "arrow_up_limit" | "barchart" | "book" | "bookmark" | "box" | "bus_color" | "calendar_check" | "calendar_check_color" | "calendar_color" | "camera" | "card" | "cards_percent" | "cards_percent_color" | "caret_down" | "caret_left" | "caret_right" | "caret_up" | "cart" | "chat_bubble" | "chat_bubble_badge_color" | "chat_bubble_correct" | "chat_bubble_correct_color" | "chat_bubble_dots" | "chat_bubble_question" | "check" | "check_in_circle" | "check_in_circle_color" | "check_in_circle_line" | "chevron_down" | "chevron_down_two" | "chevron_left" | "chevron_right" | "chevron_right_two" | "chevron_up" | "chevron_up_two" | "circles" | "clip" | "close" | "close_in_circle" | "coin" | "contact" | "copy" | "correct" | "coupon" | "crown" | "curriculum" | "curriculum_color" | "delete" | "document" | "dots" | "download" | "emoji" | "emoji_plus" | "emoji_plus_dash" | "eng" | "enter" | "equal" | "eraser" | "exclamation_point_in_circle" | "eye_off" | "eye_on" | "face_happy" | "face_sad" | "facebook" | "facebook_color" | "fire" | "fire_color" | "folder" | "frame" | "glasses" | "graph" | "gun" | "gun_color" | "hair" | "headphone" | "heart" | "home" | "infinite" | "info_in_circle" | "instagram" | "kakao_color" | "kor" | "league" | "letter" | "letter_crown_color" | "letter_crown_open_color" | "letter_heart_color" | "letter_heart_open_color" | "line_three" | "lock" | "lock_color" | "logo_apple" | "logo_color" | "logo_facebook" | "logo_kakao" | "logo_naver" | "maxsize" | "minsize" | "minus" | "minus_in_circle" | "moneybag" | "moneybag_color" | "more" | "my_bubble" | "naver_color" | "note" | "note_color" | "note_pen_color" | "number_five_filled" | "number_five_outlined" | "number_four_filled" | "number_four_outlined" | "number_one_filled" | "number_one_outlined" | "number_three_filled" | "number_three_outlined" | "number_two_filled" | "number_two_outlined" | "out" | "palm_tree_color" | "paper_check" | "paper_pen" | "paper_pen_color" | "paper_two" | "pause" | "pen" | "percent_in_circle" | "pill" | "pill_color" | "pin" | "pin_color_red" | "play" | "plug" | "plug_color" | "plus" | "plus_in_circle" | "point_in_circle" | "point_in_circle_color" | "present" | "present_color" | "problem" | "profile" | "progress_gradient" | "question_mark_in_circle" | "question_mark_in_circle_outlined" | "raffle_color" | "receipt" | "refresh" | "school" | "school_color" | "setting" | "share" | "shield_check" | "siren" | "skipback" | "skipforward" | "sound_off" | "sound_on" | "speaker" | "stackup" | "star" | "star_color" | "store" | "sync" | "test_upload_color" | "thumbdown" | "thumbup" | "thunder" | "ticket" | "ticket_color" | "timer" | "touch" | "trash" | "treasurebox" | "trophy" | "twinkle" | "undo" | "university" | "user_blocked" | "user_check" | "user_plus" | "user_two" | "video_color" | "vote_color" | "warning" | "wifi" | "workbook" | "workbook_color" | "wrong" | "youtube" | "bookmark_animation" | "chat_bubble_question_animation" | undefined;
22
+ leadingIcon?: "filter" | "scroll" | "link" | "picture" | "search" | "time" | "video" | "top" | "new" | "set" | "repeat" | "ai" | "ai_color" | "ai_sad" | "aim_point" | "alarm" | "apple_color" | "arrow_down" | "arrow_left" | "arrow_left_circle" | "arrow_left_limit" | "arrow_left_right" | "arrow_right" | "arrow_right_circle" | "arrow_right_limit" | "arrow_up" | "arrow_up_down" | "arrow_up_limit" | "barchart" | "book" | "bookmark" | "bookmark_animation" | "box" | "bus_color" | "calendar_check" | "calendar_check_color" | "calendar_color" | "camera" | "card" | "cards_percent" | "cards_percent_color" | "caret_down" | "caret_left" | "caret_right" | "caret_up" | "cart" | "chat_bubble" | "chat_bubble_badge_color" | "chat_bubble_correct" | "chat_bubble_correct_color" | "chat_bubble_dots" | "chat_bubble_question" | "chat_bubble_question_animation" | "check" | "check_in_circle" | "check_in_circle_color" | "check_in_circle_line" | "chevron_down" | "chevron_down_two" | "chevron_left" | "chevron_right" | "chevron_right_two" | "chevron_up" | "chevron_up_two" | "circles" | "clip" | "close" | "close_in_circle" | "coin" | "contact" | "copy" | "correct" | "coupon" | "crown" | "curriculum" | "curriculum_color" | "delete" | "document" | "dots" | "download" | "emoji" | "emoji_plus" | "emoji_plus_dash" | "eng" | "enter" | "equal" | "eraser" | "exclamation_point_in_circle" | "eye_off" | "eye_on" | "face_happy" | "face_sad" | "facebook" | "facebook_color" | "fire" | "fire_color" | "folder" | "frame" | "glasses" | "graph" | "gun" | "gun_color" | "hair" | "headphone" | "heart" | "home" | "infinite" | "info_in_circle" | "instagram" | "kakao_color" | "kor" | "league" | "letter" | "letter_crown_color" | "letter_crown_open_color" | "letter_heart_color" | "letter_heart_open_color" | "line_three" | "lock" | "lock_color" | "logo_apple" | "logo_color" | "logo_facebook" | "logo_kakao" | "logo_naver" | "maxsize" | "minsize" | "minus" | "minus_in_circle" | "moneybag" | "moneybag_color" | "more" | "my_bubble" | "naver_color" | "note" | "note_color" | "note_pen_color" | "number_five_filled" | "number_five_outlined" | "number_four_filled" | "number_four_outlined" | "number_one_filled" | "number_one_outlined" | "number_three_filled" | "number_three_outlined" | "number_two_filled" | "number_two_outlined" | "out" | "palm_tree_color" | "paper_check" | "paper_pen" | "paper_pen_color" | "paper_two" | "pause" | "pen" | "percent_in_circle" | "pill" | "pill_color" | "pin" | "pin_color_red" | "play" | "plug" | "plug_color" | "plus" | "plus_in_circle" | "point_in_circle" | "point_in_circle_color" | "present" | "present_color" | "problem" | "profile" | "progress_gradient" | "question_mark_in_circle" | "question_mark_in_circle_outlined" | "raffle_color" | "receipt" | "refresh" | "school" | "school_color" | "setting" | "share" | "shield_check" | "siren" | "skipback" | "skipforward" | "sound_off" | "sound_on" | "speaker" | "stackup" | "star" | "star_color" | "store" | "sync" | "test_upload_color" | "thumbdown" | "thumbup" | "thunder" | "ticket" | "ticket_color" | "timer" | "touch" | "trash" | "treasurebox" | "trophy" | "twinkle" | "undo" | "university" | "user_blocked" | "user_check" | "user_plus" | "user_two" | "video_color" | "vote_color" | "warning" | "wifi" | "workbook" | "workbook_color" | "wrong" | "youtube" | undefined;
23
+ trailingIcon?: "filter" | "scroll" | "link" | "picture" | "search" | "time" | "video" | "top" | "new" | "set" | "repeat" | "ai" | "ai_color" | "ai_sad" | "aim_point" | "alarm" | "apple_color" | "arrow_down" | "arrow_left" | "arrow_left_circle" | "arrow_left_limit" | "arrow_left_right" | "arrow_right" | "arrow_right_circle" | "arrow_right_limit" | "arrow_up" | "arrow_up_down" | "arrow_up_limit" | "barchart" | "book" | "bookmark" | "bookmark_animation" | "box" | "bus_color" | "calendar_check" | "calendar_check_color" | "calendar_color" | "camera" | "card" | "cards_percent" | "cards_percent_color" | "caret_down" | "caret_left" | "caret_right" | "caret_up" | "cart" | "chat_bubble" | "chat_bubble_badge_color" | "chat_bubble_correct" | "chat_bubble_correct_color" | "chat_bubble_dots" | "chat_bubble_question" | "chat_bubble_question_animation" | "check" | "check_in_circle" | "check_in_circle_color" | "check_in_circle_line" | "chevron_down" | "chevron_down_two" | "chevron_left" | "chevron_right" | "chevron_right_two" | "chevron_up" | "chevron_up_two" | "circles" | "clip" | "close" | "close_in_circle" | "coin" | "contact" | "copy" | "correct" | "coupon" | "crown" | "curriculum" | "curriculum_color" | "delete" | "document" | "dots" | "download" | "emoji" | "emoji_plus" | "emoji_plus_dash" | "eng" | "enter" | "equal" | "eraser" | "exclamation_point_in_circle" | "eye_off" | "eye_on" | "face_happy" | "face_sad" | "facebook" | "facebook_color" | "fire" | "fire_color" | "folder" | "frame" | "glasses" | "graph" | "gun" | "gun_color" | "hair" | "headphone" | "heart" | "home" | "infinite" | "info_in_circle" | "instagram" | "kakao_color" | "kor" | "league" | "letter" | "letter_crown_color" | "letter_crown_open_color" | "letter_heart_color" | "letter_heart_open_color" | "line_three" | "lock" | "lock_color" | "logo_apple" | "logo_color" | "logo_facebook" | "logo_kakao" | "logo_naver" | "maxsize" | "minsize" | "minus" | "minus_in_circle" | "moneybag" | "moneybag_color" | "more" | "my_bubble" | "naver_color" | "note" | "note_color" | "note_pen_color" | "number_five_filled" | "number_five_outlined" | "number_four_filled" | "number_four_outlined" | "number_one_filled" | "number_one_outlined" | "number_three_filled" | "number_three_outlined" | "number_two_filled" | "number_two_outlined" | "out" | "palm_tree_color" | "paper_check" | "paper_pen" | "paper_pen_color" | "paper_two" | "pause" | "pen" | "percent_in_circle" | "pill" | "pill_color" | "pin" | "pin_color_red" | "play" | "plug" | "plug_color" | "plus" | "plus_in_circle" | "point_in_circle" | "point_in_circle_color" | "present" | "present_color" | "problem" | "profile" | "progress_gradient" | "question_mark_in_circle" | "question_mark_in_circle_outlined" | "raffle_color" | "receipt" | "refresh" | "school" | "school_color" | "setting" | "share" | "shield_check" | "siren" | "skipback" | "skipforward" | "sound_off" | "sound_on" | "speaker" | "stackup" | "star" | "star_color" | "store" | "sync" | "test_upload_color" | "thumbdown" | "thumbup" | "thunder" | "ticket" | "ticket_color" | "timer" | "touch" | "trash" | "treasurebox" | "trophy" | "twinkle" | "undo" | "university" | "user_blocked" | "user_check" | "user_plus" | "user_two" | "video_color" | "vote_color" | "warning" | "wifi" | "workbook" | "workbook_color" | "wrong" | "youtube" | undefined;
24
24
  trailingIconFill?: ColorValue | undefined;
25
25
  trailingElements?: React.ReactElement<any, string | React.JSXElementConstructor<any>>[] | undefined;
26
26
  disabled?: boolean | undefined;
@@ -32,6 +32,5 @@ declare const _default: React.ForwardRefExoticComponent<{
32
32
  style?: StyleProp<ViewStyle>;
33
33
  textFieldStyle?: TextStyle | undefined;
34
34
  } & Omit<CoreTextFieldProps, "style"> & React.RefAttributes<TextInput>>;
35
- export default _default;
36
35
  export type { Props as BaseTextFieldProps };
37
36
  //# sourceMappingURL=BaseTextField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"BaseTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/BaseTextField.tsx"],"names":[],"mappings":"AAUA,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAQ,MAAM,cAAc,CAAC;AAGrH,OAAO,EAAE,KAAK,QAAQ,EAAQ,MAAM,SAAS,CAAC;AAE9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAG1D,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B,gBAAgB,CAAC,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;;;;;;;;;;;;;;;;AAyHtC,wBAA+C;AAC/C,YAAY,EAAE,KAAK,IAAI,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"BaseTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/BaseTextField.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,SAAS,EAAE,KAAK,UAAU,EAAE,KAAK,SAAS,EAAQ,MAAM,cAAc,CAAC;AAGrH,OAAO,EAAE,KAAK,QAAQ,EAAQ,MAAM,SAAS,CAAC;AAE9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAG1D,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,QAAQ,CAAC;IACvB,YAAY,CAAC,EAAE,QAAQ,CAAC;IACxB,gBAAgB,CAAC,EAAE,UAAU,CAAC;IAC9B,gBAAgB,CAAC,EAAE,KAAK,CAAC,YAAY,EAAE,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,GAAG,IAAI,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;AAyHtC,eAAO,MAAM,aAAa;;;;;;;;;;;qBA5HR,IAAI;YACZ,UAAU,SAAS,CAAC;;uEA2HyB,CAAC;AACxD,YAAY,EAAE,KAAK,IAAI,kBAAkB,EAAE,CAAC"}
@@ -16,7 +16,7 @@ type Props = {
16
16
  numericFormatType?: NumericFormatType;
17
17
  onChangeText?: (formattedValue: string, internalValue: string) => void;
18
18
  } & Pick<TextInputProps, 'textContentType' | 'maxLength' | 'multiline' | 'onFocus' | 'onBlur' | 'placeholder' | 'placeholderTextColor' | 'value' | 'keyboardType' | 'onSubmitEditing' | 'returnKeyType' | 'autoFocus' | 'secureTextEntry' | 'enablesReturnKeyAutomatically' | 'scrollEnabled' | 'testID'>;
19
- declare const _default: React.ForwardRefExoticComponent<{
19
+ export declare const CoreTextField: React.ForwardRefExoticComponent<{
20
20
  style?: StyleProp<TextStyle>;
21
21
  disabled?: boolean | undefined;
22
22
  readonly?: boolean | undefined;
@@ -29,7 +29,6 @@ declare const _default: React.ForwardRefExoticComponent<{
29
29
  */
30
30
  numericFormatType?: NumericFormatType | undefined;
31
31
  onChangeText?: ((formattedValue: string, internalValue: string) => void) | undefined;
32
- } & Pick<TextInputProps, "testID" | "onBlur" | "onFocus" | "scrollEnabled" | "value" | "textContentType" | "maxLength" | "multiline" | "placeholder" | "placeholderTextColor" | "keyboardType" | "onSubmitEditing" | "returnKeyType" | "autoFocus" | "secureTextEntry" | "enablesReturnKeyAutomatically"> & React.RefAttributes<TextInput>>;
33
- export default _default;
32
+ } & Pick<TextInputProps, "value" | "testID" | "onBlur" | "onFocus" | "scrollEnabled" | "textContentType" | "maxLength" | "multiline" | "placeholder" | "placeholderTextColor" | "keyboardType" | "onSubmitEditing" | "returnKeyType" | "autoFocus" | "secureTextEntry" | "enablesReturnKeyAutomatically"> & React.RefAttributes<TextInput>>;
34
33
  export type { Props as CoreTextFieldProps };
35
34
  //# sourceMappingURL=CoreTextField.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CoreTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/CoreTextField.tsx"],"names":[],"mappings":"AACA,OAAO,KAA8B,MAAM,OAAO,CAAC;AACnD,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAGvE,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,YAAY,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;CACxE,GAAG,IAAI,CACN,cAAc,EACZ,iBAAiB,GACjB,WAAW,GACX,WAAW,GACX,SAAS,GACT,QAAQ,GACR,aAAa,GACb,sBAAsB,GACtB,OAAO,GACP,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,iBAAiB,GACjB,+BAA+B,GAC/B,eAAe,GACf,QAAQ,CACX,CAAC;;;;;IA3BA;;;;;;OAMG;;;;AA4FL,wBAA+C;AAC/C,YAAY,EAAE,KAAK,IAAI,kBAAkB,EAAE,CAAC"}
1
+ {"version":3,"file":"CoreTextField.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/CoreTextField.tsx"],"names":[],"mappings":"AACA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAC/D,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAEzC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,+BAA+B,CAAC;AAGvE,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,SAAS,CAAC,SAAS,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;;;;OAMG;IACH,iBAAiB,CAAC,EAAE,iBAAiB,CAAC;IACtC,YAAY,CAAC,EAAE,CAAC,cAAc,EAAE,MAAM,EAAE,aAAa,EAAE,MAAM,KAAK,IAAI,CAAC;CACxE,GAAG,IAAI,CACN,cAAc,EACZ,iBAAiB,GACjB,WAAW,GACX,WAAW,GACX,SAAS,GACT,QAAQ,GACR,aAAa,GACb,sBAAsB,GACtB,OAAO,GACP,cAAc,GACd,iBAAiB,GACjB,eAAe,GACf,WAAW,GACX,iBAAiB,GACjB,+BAA+B,GAC/B,eAAe,GACf,QAAQ,CACX,CAAC;AAuEF,eAAO,MAAM,aAAa;YArGhB,UAAU,SAAS,CAAC;;;IAG5B;;;;;;OAMG;;qCAE6B,MAAM,iBAAiB,MAAM,KAAK,IAAI;2UA0FjB,CAAC;AAExD,YAAY,EAAE,KAAK,IAAI,kBAAkB,EAAE,CAAC"}
@@ -1,3 +1,3 @@
1
- import TextField from './BaseTextField';
1
+ import { BaseTextField as TextField } from './BaseTextField';
2
2
  export { TextField };
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/index.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,iBAAiB,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/component/TextField/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAE7D,OAAO,EAAE,SAAS,EAAE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"CommonBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/CommonBottomSheetDialog.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,QAAQ,EACb,KAAK,SAAS,EAOf,MAAM,8BAA8B,CAAC;AAStC,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,CAAC,MAAM,EAAE,iCAAiC,KAAK,IAAI,CAAC;IAC1D,KAAK,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,6CAA6C,MAAM,CAAC;AAEjE,QAAA,MAAM,uBAAuB,qIA8K3B,CAAC;AAEH,eAAO,MAAM,+BAA+B,+CAG3C,CAAC;AAEF,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
1
+ {"version":3,"file":"CommonBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/CommonBottomSheetDialog.tsx"],"names":[],"mappings":";AACA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,QAAQ,EACb,KAAK,SAAS,EAQf,MAAM,8BAA8B,CAAC;AAQtC,KAAK,MAAM,GAAG;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,iCAAiC,GAAG;IAC9C,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB,SAAS,CAAC,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,CAAC,EAAE,MAAM,CAAC;IAGhB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,IAAI,CAAC,EAAE,QAAQ,CAAC;IAChB,QAAQ,CAAC,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC;IAC7B,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd,OAAO,CAAC,EAAE,CAAC,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,CAAC,MAAM,EAAE,iCAAiC,KAAK,IAAI,CAAC;IAC1D,KAAK,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,KAAK,IAAI,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,6CAA6C,MAAM,CAAC;AAEjE,QAAA,MAAM,uBAAuB,qIA8K3B,CAAC;AAEH,eAAO,MAAM,+BAA+B,+CAG3C,CAAC;AAEF,OAAO,EAAE,uBAAuB,EAAE,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { type BottomSheetDialogProps } from './base/BottomSheetDialog';
3
- import type { DialogRef } from './base/Dialog';
3
+ import type { DialogRef } from './base';
4
4
  type Option<T> = Readonly<{
5
5
  id: T;
6
6
  value: string;
@@ -36,7 +36,7 @@ export declare const ItemSelectBottomSheetDialog: <T>(props: {
36
36
  }) => void) | undefined;
37
37
  disabledSelect?: boolean | undefined;
38
38
  testID?: string | undefined;
39
- } & Omit<BottomSheetDialogProps, "style" | "children" | "excludeSafeAreaBottomPadding"> & {
39
+ } & Omit<BottomSheetDialogProps, "children" | "style" | "excludeSafeAreaBottomPadding"> & {
40
40
  ref?: React.ForwardedRef<DialogRef> | undefined;
41
41
  }) => ReturnType<typeof _ItemSelectBottomSheetDialog>;
42
42
  export {};
@@ -1 +1 @@
1
- {"version":3,"file":"ItemSelectBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/ItemSelectBottomSheetDialog.tsx"],"names":[],"mappings":"AAYA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAGpE,OAAO,EAAE,KAAK,sBAAsB,EAAqB,MAAM,0BAA0B,CAAC;AAC1F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE/C,KAAK,MAAM,CAAC,CAAC,IAAI,QAAQ,CAAC;IAAE,EAAE,EAAE,CAAC,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAEjH,MAAM,MAAM,gCAAgC,CAAC,CAAC,IAAI;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,CAAC;IACnD,gBAAgB,CAAC,EAAE,CAAC,CAAC;IACrB,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,CAAC,CAAA;KAAE,KAAK,IAAI,CAAC;IACrE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,8BAA8B,GAAG,OAAO,CAAC,CAAC;AACxF,QAAA,MAAM,4BAA4B,iJAU3B,MAAM,GAAG,CAAC,SAAS,CAAC,4CAuE1B,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;eA7FE,MAAM;;;;;;;eAMF,MAAM;;UAAc,IAAI;;;;;MAyFjE,WAAW,mCAAmC,CAAC,CAAC"}
1
+ {"version":3,"file":"ItemSelectBottomSheetDialog.d.ts","sourceRoot":"","sources":["../../../../../../src/component/dialog/ItemSelectBottomSheetDialog.tsx"],"names":[],"mappings":"AAYA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAGpE,OAAO,EAAE,KAAK,sBAAsB,EAAqB,MAAM,0BAA0B,CAAC;AAC1F,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AAExC,KAAK,MAAM,CAAC,CAAC,IAAI,QAAQ,CAAC;IAAE,EAAE,EAAE,CAAC,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,CAAC;IAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC,CAAC;AAEjH,MAAM,MAAM,gCAAgC,CAAC,CAAC,IAAI;IAChD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC,EAAE,CAAC;IACnD,gBAAgB,CAAC,EAAE,CAAC,CAAC;IACrB,uBAAuB,CAAC,EAAE,CAAC,MAAM,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,EAAE,EAAE,CAAC,CAAA;KAAE,KAAK,IAAI,CAAC;IACrE,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,IAAI,CAAC,sBAAsB,EAAE,UAAU,GAAG,8BAA8B,GAAG,OAAO,CAAC,CAAC;AACxF,QAAA,MAAM,4BAA4B,iJAU3B,MAAM,GAAG,CAAC,SAAS,CAAC,4CAuE1B,CAAC;AAEF,eAAO,MAAM,2BAA2B;;;;eA7FE,MAAM;;;;;;;eAMF,MAAM;;UAAc,IAAI;;;;;MAyFjE,WAAW,mCAAmC,CAAC,CAAC"}
@@ -1,4 +1,4 @@
1
- export { default as is } from './is';
1
+ export * from './is';
2
2
  export * from './ColorUtil';
3
3
  export * from './StyleUtil';
4
4
  export * from './Px';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/util/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,MAAM,CAAC;AACrC,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,MAAM,CAAC;AACrB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/util/index.ts"],"names":[],"mappings":"AAAA,cAAc,MAAM,CAAC;AACrB,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,MAAM,CAAC;AACrB,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,2BAA2B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  type Falsy = undefined | null | 0 | false | '';
2
2
  type Func = (...args: any[]) => any;
3
- declare const is: {
3
+ export declare const is: {
4
4
  iOS: () => boolean;
5
5
  android: () => boolean;
6
6
  notEmptyString: (candidate: any) => candidate is string;
@@ -23,5 +23,5 @@ declare const is: {
23
23
  boolean: (candidate: any) => candidate is boolean;
24
24
  promise: <T_5>(p: any) => p is Promise<T_5>;
25
25
  };
26
- export default is;
26
+ export {};
27
27
  //# sourceMappingURL=is.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"is.d.ts","sourceRoot":"","sources":["../../../../../src/util/is.ts"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,GAAG,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC;AAC/C,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AAoEpC,QAAA,MAAM,EAAE;eAhCG,OAAO;mBACH,OAAO;gCARQ,GAAG;6BACN,GAAG;4BACJ,GAAG,KAAG,OAAO;kCACP,GAAG;wBA7Bb,GAAG;wBACH,GAAG;+BACI,GAAG;8BAEJ,GAAG;sBAEX,GAAG;2BACE,GAAG;iCACG,GAAG;;;;wBAIZ,GAAG;6BACE,GAAG;4BACN,GAAG;yBACJ,GAAG;;CAsDzB,CAAC;AAEF,eAAe,EAAE,CAAC"}
1
+ {"version":3,"file":"is.d.ts","sourceRoot":"","sources":["../../../../../src/util/is.ts"],"names":[],"mappings":"AAEA,KAAK,KAAK,GAAG,SAAS,GAAG,IAAI,GAAG,CAAC,GAAG,KAAK,GAAG,EAAE,CAAC;AAC/C,KAAK,IAAI,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC;AAoEpC,eAAO,MAAM,EAAE;eAhCJ,OAAO;mBACH,OAAO;gCARQ,GAAG;6BACN,GAAG;4BACJ,GAAG,KAAG,OAAO;kCACP,GAAG;wBA7Bb,GAAG;wBACH,GAAG;+BACI,GAAG;8BAEJ,GAAG;sBAEX,GAAG;2BACE,GAAG;iCACG,GAAG;;;;wBAIZ,GAAG;6BACE,GAAG;4BACN,GAAG;yBACJ,GAAG;;CAsDzB,CAAC"}
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@teamturing/react-native-kit",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "React Native Common Module for Team Turing",
5
5
  "scripts": {
6
6
  "example": "yarn workspace @teamturing/react-native-kit-example",
7
7
  "dev": "yarn example start",
8
8
  "check:type": "tsc",
9
9
  "check:lint": "eslint \"**/*.{js,ts,tsx}\"",
10
+ "t": "yarn check:lint && yarn check:type",
10
11
  "build": "yarn gen:icon && yarn gen:theme && bob build",
11
12
  "gen:icon": "bash ./script/gen_icon.sh",
12
13
  "gen:theme": "generate-theme-type src/theme/StyledSystemTheme.ts ../../node_modules/@react-native-styled-system/core/lib/typescript/src/@types/ThemedTypings.d.ts",
@@ -16,7 +17,7 @@
16
17
  "@mj-studio/js-util": "^1.1.16",
17
18
  "@mj-studio/react-native-spannable-string": "^1.1.4",
18
19
  "@react-native-community/hooks": "^3.0.0",
19
- "@teamturing/icons": "^1.37.1",
20
+ "@teamturing/icons": "^1.37.2",
20
21
  "polished": "^4.3.1"
21
22
  },
22
23
  "devDependencies": {
@@ -65,6 +66,7 @@
65
66
  "source": "./src/index.tsx",
66
67
  "main": "./lib/commonjs/index.js",
67
68
  "module": "./lib/module/index.js",
69
+ "types": "./lib/typescript/module/src/index.d.ts",
68
70
  "exports": {
69
71
  ".": {
70
72
  "import": {
@@ -154,5 +156,5 @@
154
156
  "bugs": {
155
157
  "url": "https://github.com/weareteamturing/bombe/issues"
156
158
  },
157
- "gitHead": "d8df00f538e0b17cf596492c48c71182e8286d7c"
159
+ "gitHead": "d3639daaffc362cc5ab07fa2591d74d0ad0091c1"
158
160
  }
@@ -1,5 +1,5 @@
1
1
  import { palette, spacing } from '../../theme';
2
- import is from '../../util/is';
2
+ import { is } from '../../util';
3
3
  import { Box } from '../Box';
4
4
  import type { LayoutStyle } from '../Layout';
5
5
  import { PressableDelayed } from '../Pressable';
@@ -1,11 +1,10 @@
1
1
  import type { SxProps } from '@react-native-styled-system/core';
2
2
  import { useSx } from '@react-native-styled-system/core';
3
- import { spacing, palette, gradient, Txt, PressableDelayed, LoadingIndicator } from '@teamturing/react-native-kit';
3
+ import { spacing, palette, gradient, Txt, PressableDelayed, LoadingIndicator, is } from '@teamturing/react-native-kit';
4
4
  import { mix } from 'polished';
5
5
  import type { PressableProps, StyleProp, ViewStyle } from 'react-native';
6
6
  import { StyleSheet } from 'react-native';
7
7
 
8
- import is from '../../util/is';
9
8
  import { type GradientCollecitonProps, GradientCollection } from '../GradientCollection';
10
9
  import { type IconName, Icon } from '../Icon';
11
10
  import type { LayoutStyle } from '../Layout/LayoutStyle';
@@ -342,5 +341,5 @@ const BaseBtn = (props: Props) => {
342
341
  );
343
342
  };
344
343
 
345
- export default BaseBtn;
344
+ export { BaseBtn };
346
345
  export type { Props as BaseBtnProps };
@@ -3,9 +3,8 @@ import type { ReactElement } from 'react';
3
3
  import { is } from '../../util';
4
4
  import { Box } from '../Box';
5
5
  import { WhiteGradientFixedBottomLayout, FixedBottomLayout } from '../Layout';
6
-
6
+ import { Btn } from './index';
7
7
  import type { BaseBtnProps } from './BaseBtn';
8
- import BaseBtn from './BaseBtn';
9
8
 
10
9
  type Props = {
11
10
  excludeSafeAreaBottom?: boolean;
@@ -15,7 +14,7 @@ type Props = {
15
14
 
16
15
  const FixedBottomCTABtn = ({ excludeSafeAreaBottom, enableGradient = true, wrapper, ...props }: Props) => {
17
16
  const Wrapper = enableGradient ? WhiteGradientFixedBottomLayout : FixedBottomLayout;
18
- const button = <BaseBtn size={'l'} variant={'primary'} fullWidth {...props} />;
17
+ const button = <Btn size={'l'} variant={'primary'} fullWidth {...props} />;
19
18
  return (
20
19
  <Wrapper excludeSafeAreaBottom={excludeSafeAreaBottom}>
21
20
  <Box px={'sidePadding'}>{is.function(wrapper) ? wrapper(button) : button}</Box>
@@ -311,4 +311,4 @@ const IconBtn = (props: Props) => {
311
311
  };
312
312
 
313
313
  export type { Props as IconBtnProps };
314
- export default IconBtn;
314
+ export { IconBtn };
@@ -16,7 +16,7 @@ import Animated, {
16
16
  } from 'react-native-reanimated';
17
17
 
18
18
  import type { IconName } from '../Icon';
19
- import AnimatedIcon from '../Icon/AnimatedIcon';
19
+ import { AnimatedIcon } from '../Icon/AnimatedIcon';
20
20
 
21
21
  type Variant = 'gray-primary' | 'lightgray-darkgray';
22
22
  const ColorByVariant: Record<
@@ -1,9 +1,10 @@
1
- import Btn, {
1
+ import {
2
+ BaseBtn as Btn,
2
3
  type BaseBtnProps as BtnProps,
3
4
  type BaseBtnSize as BtnSize,
4
5
  type BaseBtnVariant as BtnVariant,
5
6
  } from './BaseBtn';
6
- import IconBtn, { type IconBtnProps } from './IconBtn';
7
+ import { IconBtn, type IconBtnProps } from './IconBtn';
7
8
 
8
9
  export { IconBtn, Btn, type BtnProps, type BtnSize, type BtnVariant, type IconBtnProps };
9
10
  export * from './FixedBottomCTABtn';
@@ -1,12 +1,11 @@
1
1
  import type { SxProps } from '@react-native-styled-system/core';
2
2
  import { useSx } from '@react-native-styled-system/core';
3
- import { spacing, Txt, palette, is } from '@teamturing/react-native-kit';
3
+ import { spacing, Txt, palette, is, Btn } from '@teamturing/react-native-kit';
4
4
  import React from 'react';
5
5
  import type { StyleProp, ViewStyle } from 'react-native';
6
6
  import { View } from 'react-native';
7
7
 
8
8
  import type { BaseBtnProps } from './Btn/BaseBtn';
9
- import Btn from './Btn/BaseBtn';
10
9
  import type { IconName, IconProps } from './Icon';
11
10
  import { Icon } from './Icon';
12
11
 
@@ -24,4 +24,4 @@ const AnimatedIcon = ({ name, size = 24, layout, animatedStyle }: Props) => {
24
24
  return <IconComponent width={size} height={size} style={[layout, animatedStyle]} />;
25
25
  };
26
26
 
27
- export default AnimatedIcon;
27
+ export { AnimatedIcon };