@coorpacademy/components 11.35.3-alpha.3 → 11.35.3-forcedeploy10.7

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 (258) hide show
  1. package/es/atom/button-link/index.js +1 -1
  2. package/es/atom/button-link/index.js.map +1 -1
  3. package/es/atom/button-link/style.css +2 -2
  4. package/es/atom/icon/index.d.ts +35 -17
  5. package/es/atom/icon/index.d.ts.map +1 -1
  6. package/es/atom/icon/index.js +32 -15
  7. package/es/atom/icon/index.js.map +1 -1
  8. package/es/atom/radio-with-title/index.d.ts +13 -3
  9. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  10. package/es/atom/radio-with-title/types.d.ts +13 -2
  11. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  12. package/es/atom/status-item/index.native.js +2 -2
  13. package/es/atom/status-item/index.native.js.map +1 -1
  14. package/es/atom/tag/index.d.ts +12 -1
  15. package/es/atom/tag/style.css +1 -0
  16. package/es/atom/title/index.d.ts +13 -2
  17. package/es/molecule/banner/style.css +1 -0
  18. package/es/molecule/base-modal/style.css +0 -1
  19. package/es/molecule/bulk-progress-bar/index.js +2 -2
  20. package/es/molecule/bulk-progress-bar/index.js.map +1 -1
  21. package/es/molecule/certification-card/index.js +1 -1
  22. package/es/molecule/certification-card/index.js.map +1 -1
  23. package/es/molecule/cm-popin/types.d.ts +28 -7
  24. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  25. package/es/molecule/cm-popin/types.js +1 -1
  26. package/es/molecule/cm-popin/types.js.map +1 -1
  27. package/es/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  28. package/es/molecule/dashboard/cards-list/index.js +2 -0
  29. package/es/molecule/dashboard/cards-list/index.js.map +1 -1
  30. package/es/molecule/icon-preview/index.d.ts +5 -2
  31. package/es/molecule/icon-preview/index.d.ts.map +1 -1
  32. package/es/molecule/icon-preview/index.js +13 -2
  33. package/es/molecule/icon-preview/index.js.map +1 -1
  34. package/es/molecule/icon-preview/style.css +0 -1
  35. package/es/molecule/learner-skill-card/index.js +10 -8
  36. package/es/molecule/learner-skill-card/index.js.map +1 -1
  37. package/es/molecule/learner-skill-card/style.css +1 -0
  38. package/es/molecule/learning-priority-modal/style.css +3 -2
  39. package/es/molecule/progress-wrapper/index.js +1 -1
  40. package/es/molecule/progress-wrapper/index.js.map +1 -1
  41. package/es/molecule/skills-chart-side-information-item/index.d.ts +1 -1
  42. package/es/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
  43. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +13 -2
  44. package/es/molecule/title-radio-wrapper/index.d.ts +13 -3
  45. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  46. package/es/molecule/title-radio-wrapper/types.d.ts +13 -2
  47. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  48. package/es/organism/cards-grid/index.d.ts +48 -10
  49. package/es/organism/cards-grid/index.d.ts.map +1 -1
  50. package/es/organism/cards-grid/index.js +3 -2
  51. package/es/organism/cards-grid/index.js.map +1 -1
  52. package/es/organism/content-skill-modal/index.d.ts +13 -3
  53. package/es/organism/content-skill-modal/index.d.ts.map +1 -1
  54. package/es/organism/content-skill-modal/types.d.ts +12 -2
  55. package/es/organism/content-skill-modal/types.d.ts.map +1 -1
  56. package/es/organism/header-with-actions/index.d.ts +8 -22
  57. package/es/organism/header-with-actions/index.d.ts.map +1 -1
  58. package/es/organism/header-with-actions/index.js +7 -85
  59. package/es/organism/header-with-actions/index.js.map +1 -1
  60. package/es/organism/header-with-actions/types.d.ts +13 -44
  61. package/es/organism/header-with-actions/types.d.ts.map +1 -1
  62. package/es/organism/header-with-actions/types.js +6 -22
  63. package/es/organism/header-with-actions/types.js.map +1 -1
  64. package/es/organism/list-item/index.js +5 -5
  65. package/es/organism/list-item/index.js.map +1 -1
  66. package/es/organism/list-item/style.css +23 -17
  67. package/es/organism/list-items/index.d.ts +13 -2
  68. package/es/organism/rewards-form/index.d.ts +13 -2
  69. package/es/organism/select-opponents/index.d.ts +13 -3
  70. package/es/organism/select-opponents/index.d.ts.map +1 -1
  71. package/es/organism/select-opponents/types.d.ts +13 -2
  72. package/es/organism/select-opponents/types.d.ts.map +1 -1
  73. package/es/organism/sidebar/index.d.ts +2 -2
  74. package/es/organism/skill-edition/index.js +2 -2
  75. package/es/organism/skill-edition/index.js.map +1 -1
  76. package/es/organism/title-and-input/index.d.ts +25 -5
  77. package/es/organism/title-and-input/index.d.ts.map +1 -1
  78. package/es/organism/title-and-input/types.d.ts +24 -4
  79. package/es/organism/title-and-input/types.d.ts.map +1 -1
  80. package/es/organism/wizard-contents/index.d.ts +13 -2
  81. package/es/template/app-player/loading/index.d.ts +27 -6
  82. package/es/template/app-player/player/index.d.ts +53 -12
  83. package/es/template/app-player/player/slides/index.d.ts +27 -6
  84. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  85. package/es/template/app-player/popin-correction/index.d.ts +26 -6
  86. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  87. package/es/template/app-player/popin-end/index.d.ts +27 -6
  88. package/es/template/app-review/index.d.ts +27 -7
  89. package/es/template/app-review/index.d.ts.map +1 -1
  90. package/es/template/app-review/player/prop-types.d.ts +27 -6
  91. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  92. package/es/template/app-review/prop-types.d.ts +27 -6
  93. package/es/template/app-review/prop-types.d.ts.map +1 -1
  94. package/es/template/back-office/brand-update/index.d.ts +71 -34
  95. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  96. package/es/template/back-office/brand-update/index.js +2 -4
  97. package/es/template/back-office/brand-update/index.js.map +1 -1
  98. package/es/template/back-office/brand-update/style.css +1 -4
  99. package/es/template/back-office/brand-update/utils.d.ts +11 -39
  100. package/es/template/back-office/brand-update/utils.js +1 -20
  101. package/es/template/back-office/brand-update/utils.js.map +1 -1
  102. package/es/template/common/dashboard/index.d.ts +53 -12
  103. package/es/template/common/search-page/index.d.ts +27 -6
  104. package/es/template/external-course/index.d.ts +27 -6
  105. package/es/template/my-learning/index.d.ts.map +1 -1
  106. package/es/template/my-learning/index.js +1 -1
  107. package/es/template/my-learning/index.js.map +1 -1
  108. package/es/template/skill-detail/all-courses.css +9 -10
  109. package/es/template/skill-detail/all-courses.d.ts +50 -47
  110. package/es/template/skill-detail/all-courses.d.ts.map +1 -1
  111. package/es/template/skill-detail/all-courses.js +14 -23
  112. package/es/template/skill-detail/all-courses.js.map +1 -1
  113. package/es/template/skill-detail/continue-learning.css +7 -2
  114. package/es/template/skill-detail/continue-learning.d.ts +25 -12
  115. package/es/template/skill-detail/continue-learning.d.ts.map +1 -1
  116. package/es/template/skill-detail/continue-learning.js.map +1 -1
  117. package/es/template/skill-detail/index.d.ts +89 -71
  118. package/es/template/skill-detail/index.d.ts.map +1 -1
  119. package/es/template/skill-detail/index.js +99 -55
  120. package/es/template/skill-detail/index.js.map +1 -1
  121. package/es/template/skill-detail/style.css +188 -36
  122. package/es/variables/colors.css +2 -0
  123. package/es/variables/colors.d.ts +4 -3
  124. package/es/variables/colors.d.ts.map +1 -1
  125. package/es/variables/colors.js +5 -4
  126. package/es/variables/colors.js.map +1 -1
  127. package/es/variables/theme.native.js +1 -1
  128. package/es/variables/theme.native.js.map +1 -1
  129. package/lib/atom/button-link/index.js +1 -1
  130. package/lib/atom/button-link/index.js.map +1 -1
  131. package/lib/atom/button-link/style.css +2 -2
  132. package/lib/atom/icon/index.d.ts +35 -17
  133. package/lib/atom/icon/index.d.ts.map +1 -1
  134. package/lib/atom/icon/index.js +34 -18
  135. package/lib/atom/icon/index.js.map +1 -1
  136. package/lib/atom/radio-with-title/index.d.ts +13 -3
  137. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  138. package/lib/atom/radio-with-title/types.d.ts +13 -2
  139. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  140. package/lib/atom/status-item/index.native.js +2 -2
  141. package/lib/atom/status-item/index.native.js.map +1 -1
  142. package/lib/atom/tag/index.d.ts +12 -1
  143. package/lib/atom/tag/style.css +1 -0
  144. package/lib/atom/title/index.d.ts +13 -2
  145. package/lib/molecule/banner/style.css +1 -0
  146. package/lib/molecule/base-modal/style.css +0 -1
  147. package/lib/molecule/bulk-progress-bar/index.js +2 -2
  148. package/lib/molecule/bulk-progress-bar/index.js.map +1 -1
  149. package/lib/molecule/certification-card/index.js +1 -1
  150. package/lib/molecule/certification-card/index.js.map +1 -1
  151. package/lib/molecule/cm-popin/types.d.ts +28 -7
  152. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  153. package/lib/molecule/cm-popin/types.js +1 -1
  154. package/lib/molecule/cm-popin/types.js.map +1 -1
  155. package/lib/molecule/dashboard/cards-list/index.d.ts.map +1 -1
  156. package/lib/molecule/dashboard/cards-list/index.js +2 -0
  157. package/lib/molecule/dashboard/cards-list/index.js.map +1 -1
  158. package/lib/molecule/icon-preview/index.d.ts +5 -2
  159. package/lib/molecule/icon-preview/index.d.ts.map +1 -1
  160. package/lib/molecule/icon-preview/index.js +13 -2
  161. package/lib/molecule/icon-preview/index.js.map +1 -1
  162. package/lib/molecule/icon-preview/style.css +0 -1
  163. package/lib/molecule/learner-skill-card/index.js +10 -8
  164. package/lib/molecule/learner-skill-card/index.js.map +1 -1
  165. package/lib/molecule/learner-skill-card/style.css +1 -0
  166. package/lib/molecule/learning-priority-modal/style.css +3 -2
  167. package/lib/molecule/progress-wrapper/index.js +1 -1
  168. package/lib/molecule/progress-wrapper/index.js.map +1 -1
  169. package/lib/molecule/skills-chart-side-information-item/index.d.ts +1 -1
  170. package/lib/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
  171. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +13 -2
  172. package/lib/molecule/title-radio-wrapper/index.d.ts +13 -3
  173. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  174. package/lib/molecule/title-radio-wrapper/types.d.ts +13 -2
  175. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  176. package/lib/organism/cards-grid/index.d.ts +48 -10
  177. package/lib/organism/cards-grid/index.d.ts.map +1 -1
  178. package/lib/organism/cards-grid/index.js +3 -2
  179. package/lib/organism/cards-grid/index.js.map +1 -1
  180. package/lib/organism/content-skill-modal/index.d.ts +13 -3
  181. package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
  182. package/lib/organism/content-skill-modal/types.d.ts +12 -2
  183. package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
  184. package/lib/organism/header-with-actions/index.d.ts +8 -22
  185. package/lib/organism/header-with-actions/index.d.ts.map +1 -1
  186. package/lib/organism/header-with-actions/index.js +7 -85
  187. package/lib/organism/header-with-actions/index.js.map +1 -1
  188. package/lib/organism/header-with-actions/types.d.ts +13 -44
  189. package/lib/organism/header-with-actions/types.d.ts.map +1 -1
  190. package/lib/organism/header-with-actions/types.js +6 -22
  191. package/lib/organism/header-with-actions/types.js.map +1 -1
  192. package/lib/organism/list-item/index.js +5 -5
  193. package/lib/organism/list-item/index.js.map +1 -1
  194. package/lib/organism/list-item/style.css +23 -17
  195. package/lib/organism/list-items/index.d.ts +13 -2
  196. package/lib/organism/rewards-form/index.d.ts +13 -2
  197. package/lib/organism/select-opponents/index.d.ts +13 -3
  198. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  199. package/lib/organism/select-opponents/types.d.ts +13 -2
  200. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  201. package/lib/organism/sidebar/index.d.ts +2 -2
  202. package/lib/organism/skill-edition/index.js +2 -2
  203. package/lib/organism/skill-edition/index.js.map +1 -1
  204. package/lib/organism/title-and-input/index.d.ts +25 -5
  205. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  206. package/lib/organism/title-and-input/types.d.ts +24 -4
  207. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  208. package/lib/organism/wizard-contents/index.d.ts +13 -2
  209. package/lib/template/app-player/loading/index.d.ts +27 -6
  210. package/lib/template/app-player/player/index.d.ts +53 -12
  211. package/lib/template/app-player/player/slides/index.d.ts +27 -6
  212. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  213. package/lib/template/app-player/popin-correction/index.d.ts +26 -6
  214. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  215. package/lib/template/app-player/popin-end/index.d.ts +27 -6
  216. package/lib/template/app-review/index.d.ts +27 -7
  217. package/lib/template/app-review/index.d.ts.map +1 -1
  218. package/lib/template/app-review/player/prop-types.d.ts +27 -6
  219. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  220. package/lib/template/app-review/prop-types.d.ts +27 -6
  221. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  222. package/lib/template/back-office/brand-update/index.d.ts +71 -34
  223. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  224. package/lib/template/back-office/brand-update/index.js +2 -4
  225. package/lib/template/back-office/brand-update/index.js.map +1 -1
  226. package/lib/template/back-office/brand-update/style.css +1 -4
  227. package/lib/template/back-office/brand-update/utils.d.ts +11 -39
  228. package/lib/template/back-office/brand-update/utils.js +1 -20
  229. package/lib/template/back-office/brand-update/utils.js.map +1 -1
  230. package/lib/template/common/dashboard/index.d.ts +53 -12
  231. package/lib/template/common/search-page/index.d.ts +27 -6
  232. package/lib/template/external-course/index.d.ts +27 -6
  233. package/lib/template/my-learning/index.d.ts.map +1 -1
  234. package/lib/template/my-learning/index.js +1 -1
  235. package/lib/template/my-learning/index.js.map +1 -1
  236. package/lib/template/skill-detail/all-courses.css +9 -10
  237. package/lib/template/skill-detail/all-courses.d.ts +50 -47
  238. package/lib/template/skill-detail/all-courses.d.ts.map +1 -1
  239. package/lib/template/skill-detail/all-courses.js +13 -23
  240. package/lib/template/skill-detail/all-courses.js.map +1 -1
  241. package/lib/template/skill-detail/continue-learning.css +7 -2
  242. package/lib/template/skill-detail/continue-learning.d.ts +25 -12
  243. package/lib/template/skill-detail/continue-learning.d.ts.map +1 -1
  244. package/lib/template/skill-detail/continue-learning.js.map +1 -1
  245. package/lib/template/skill-detail/index.d.ts +89 -71
  246. package/lib/template/skill-detail/index.d.ts.map +1 -1
  247. package/lib/template/skill-detail/index.js +99 -55
  248. package/lib/template/skill-detail/index.js.map +1 -1
  249. package/lib/template/skill-detail/style.css +188 -36
  250. package/lib/variables/colors.css +2 -0
  251. package/lib/variables/colors.d.ts +4 -3
  252. package/lib/variables/colors.d.ts.map +1 -1
  253. package/lib/variables/colors.js +5 -4
  254. package/lib/variables/colors.js.map +1 -1
  255. package/lib/variables/theme.native.js +1 -1
  256. package/lib/variables/theme.native.js.map +1 -1
  257. package/package.json +2 -2
  258. package/locales/.mtslconfig.json +0 -1
@@ -102,7 +102,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
102
102
  'data-name': PropTypes.Requireable<string>;
103
103
  titleSize: PropTypes.Requireable<string>;
104
104
  subtitleSize: PropTypes.Requireable<string>;
105
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
105
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
106
106
  tag: PropTypes.Requireable<PropTypes.InferProps<{
107
107
  label: PropTypes.Requireable<string>;
108
108
  type: PropTypes.Requireable<string>;
@@ -110,7 +110,17 @@ declare class PopinCorrection extends React.Component<any, any, any> {
110
110
  customStyle: PropTypes.Requireable<{
111
111
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
112
112
  }>;
113
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
113
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
114
+ position: PropTypes.Requireable<string>;
115
+ iconName?: React.Validator<string> | undefined;
116
+ iconColor?: React.Validator<string | null | undefined> | undefined;
117
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
118
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
119
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
120
+ preset?: React.Validator<string | null | undefined> | undefined;
121
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
122
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
123
+ }>>;
114
124
  }>>;
115
125
  button: PropTypes.Requireable<PropTypes.InferProps<{
116
126
  type: PropTypes.Requireable<string>;
@@ -197,8 +207,8 @@ declare class PopinCorrection extends React.Component<any, any, any> {
197
207
  borderRadius: PropTypes.Requireable<string>;
198
208
  preset: PropTypes.Requireable<string>;
199
209
  size: PropTypes.Requireable<PropTypes.InferProps<{
200
- faSize: PropTypes.Requireable<number>;
201
- wrapperSize: PropTypes.Requireable<number>;
210
+ faSize: PropTypes.Validator<number>;
211
+ wrapperSize: PropTypes.Validator<number>;
202
212
  }>>;
203
213
  customStyle: PropTypes.Requireable<{
204
214
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -636,7 +646,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
636
646
  'data-name': PropTypes.Requireable<string>;
637
647
  titleSize: PropTypes.Requireable<string>;
638
648
  subtitleSize: PropTypes.Requireable<string>;
639
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
649
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
640
650
  tag: PropTypes.Requireable<PropTypes.InferProps<{
641
651
  label: PropTypes.Requireable<string>;
642
652
  type: PropTypes.Requireable<string>;
@@ -644,7 +654,17 @@ declare class PopinCorrection extends React.Component<any, any, any> {
644
654
  customStyle: PropTypes.Requireable<{
645
655
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
646
656
  }>;
647
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
657
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
658
+ position: PropTypes.Requireable<string>;
659
+ iconName?: React.Validator<string> | undefined;
660
+ iconColor?: React.Validator<string | null | undefined> | undefined;
661
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
662
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
663
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
664
+ preset?: React.Validator<string | null | undefined> | undefined;
665
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
666
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
667
+ }>>;
648
668
  }>>;
649
669
  button: PropTypes.Requireable<PropTypes.InferProps<{
650
670
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
@@ -202,7 +202,7 @@ declare namespace PopinEnd {
202
202
  'data-name': PropTypes.Requireable<string>;
203
203
  titleSize: PropTypes.Requireable<string>;
204
204
  subtitleSize: PropTypes.Requireable<string>;
205
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
205
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
206
206
  tag: PropTypes.Requireable<PropTypes.InferProps<{
207
207
  label: PropTypes.Requireable<string>;
208
208
  type: PropTypes.Requireable<string>;
@@ -210,7 +210,17 @@ declare namespace PopinEnd {
210
210
  customStyle: PropTypes.Requireable<{
211
211
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
212
212
  }>;
213
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
213
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
214
+ position: PropTypes.Requireable<string>;
215
+ iconName?: React.Validator<string> | undefined;
216
+ iconColor?: React.Validator<string | null | undefined> | undefined;
217
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
218
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
219
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
220
+ preset?: React.Validator<string | null | undefined> | undefined;
221
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
222
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
223
+ }>>;
214
224
  }>>;
215
225
  button: PropTypes.Requireable<PropTypes.InferProps<{
216
226
  type: PropTypes.Requireable<string>;
@@ -297,8 +307,8 @@ declare namespace PopinEnd {
297
307
  borderRadius: PropTypes.Requireable<string>;
298
308
  preset: PropTypes.Requireable<string>;
299
309
  size: PropTypes.Requireable<PropTypes.InferProps<{
300
- faSize: PropTypes.Requireable<number>;
301
- wrapperSize: PropTypes.Requireable<number>;
310
+ faSize: PropTypes.Validator<number>;
311
+ wrapperSize: PropTypes.Validator<number>;
302
312
  }>>;
303
313
  customStyle: PropTypes.Requireable<{
304
314
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -736,7 +746,7 @@ declare namespace PopinEnd {
736
746
  'data-name': PropTypes.Requireable<string>;
737
747
  titleSize: PropTypes.Requireable<string>;
738
748
  subtitleSize: PropTypes.Requireable<string>;
739
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
749
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
740
750
  tag: PropTypes.Requireable<PropTypes.InferProps<{
741
751
  label: PropTypes.Requireable<string>;
742
752
  type: PropTypes.Requireable<string>;
@@ -744,7 +754,17 @@ declare namespace PopinEnd {
744
754
  customStyle: PropTypes.Requireable<{
745
755
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
746
756
  }>;
747
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
757
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
758
+ position: PropTypes.Requireable<string>;
759
+ iconName?: React.Validator<string> | undefined;
760
+ iconColor?: React.Validator<string | null | undefined> | undefined;
761
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
762
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
763
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
764
+ preset?: React.Validator<string | null | undefined> | undefined;
765
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
766
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
767
+ }>>;
748
768
  }>>;
749
769
  button: PropTypes.Requireable<PropTypes.InferProps<{
750
770
  type: PropTypes.Requireable<string>;
@@ -947,4 +967,5 @@ declare namespace PopinEnd {
947
967
  }
948
968
  }
949
969
  import PropTypes from "prop-types";
970
+ import React from "react";
950
971
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { AppReviewProps } from './prop-types';
3
3
  declare const AppReview: {
4
4
  ({ viewName, slides }: AppReviewProps): JSX.Element;
@@ -523,7 +523,7 @@ declare const AppReview: {
523
523
  'data-name': import("prop-types").Requireable<string>;
524
524
  titleSize: import("prop-types").Requireable<string>;
525
525
  subtitleSize: import("prop-types").Requireable<string>;
526
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
526
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
527
527
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
528
528
  label: import("prop-types").Requireable<string>;
529
529
  type: import("prop-types").Requireable<string>;
@@ -531,7 +531,17 @@ declare const AppReview: {
531
531
  customStyle: import("prop-types").Requireable<{
532
532
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
533
533
  }>;
534
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
534
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
535
+ position: import("prop-types").Requireable<string>;
536
+ iconName?: React.Validator<string> | undefined;
537
+ iconColor?: React.Validator<string | null | undefined> | undefined;
538
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
539
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
540
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
541
+ preset?: React.Validator<string | null | undefined> | undefined;
542
+ size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
543
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
544
+ }>>;
535
545
  }>>;
536
546
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
537
547
  type: import("prop-types").Requireable<string>;
@@ -618,8 +628,8 @@ declare const AppReview: {
618
628
  borderRadius: import("prop-types").Requireable<string>;
619
629
  preset: import("prop-types").Requireable<string>;
620
630
  size: import("prop-types").Requireable<import("prop-types").InferProps<{
621
- faSize: import("prop-types").Requireable<number>;
622
- wrapperSize: import("prop-types").Requireable<number>;
631
+ faSize: import("prop-types").Validator<number>;
632
+ wrapperSize: import("prop-types").Validator<number>;
623
633
  }>>;
624
634
  customStyle: import("prop-types").Requireable<{
625
635
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1057,7 +1067,7 @@ declare const AppReview: {
1057
1067
  'data-name': import("prop-types").Requireable<string>;
1058
1068
  titleSize: import("prop-types").Requireable<string>;
1059
1069
  subtitleSize: import("prop-types").Requireable<string>;
1060
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1070
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
1061
1071
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
1062
1072
  label: import("prop-types").Requireable<string>;
1063
1073
  type: import("prop-types").Requireable<string>;
@@ -1065,7 +1075,17 @@ declare const AppReview: {
1065
1075
  customStyle: import("prop-types").Requireable<{
1066
1076
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1067
1077
  }>;
1068
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1078
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1079
+ position: import("prop-types").Requireable<string>;
1080
+ iconName?: React.Validator<string> | undefined;
1081
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1082
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1083
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1084
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1085
+ preset?: React.Validator<string | null | undefined> | undefined;
1086
+ size?: React.Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
1087
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1088
+ }>>;
1069
1089
  }>>;
1070
1090
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
1071
1091
  type: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  import type { ImageSourcePropType } from 'react-native';
3
4
  import { CMPopinProps } from '../../../molecule/cm-popin/types';
@@ -523,7 +524,7 @@ declare const propTypes: {
523
524
  'data-name': PropTypes.Requireable<string>;
524
525
  titleSize: PropTypes.Requireable<string>;
525
526
  subtitleSize: PropTypes.Requireable<string>;
526
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
527
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
527
528
  tag: PropTypes.Requireable<PropTypes.InferProps<{
528
529
  label: PropTypes.Requireable<string>;
529
530
  type: PropTypes.Requireable<string>;
@@ -531,7 +532,17 @@ declare const propTypes: {
531
532
  customStyle: PropTypes.Requireable<{
532
533
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
533
534
  }>;
534
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
535
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
536
+ position: PropTypes.Requireable<string>;
537
+ iconName?: import("react").Validator<string> | undefined;
538
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
539
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
540
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
541
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
542
+ preset?: import("react").Validator<string | null | undefined> | undefined;
543
+ size?: import("react").Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
544
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
545
+ }>>;
535
546
  }>>;
536
547
  button: PropTypes.Requireable<PropTypes.InferProps<{
537
548
  type: PropTypes.Requireable<string>;
@@ -618,8 +629,8 @@ declare const propTypes: {
618
629
  borderRadius: PropTypes.Requireable<string>;
619
630
  preset: PropTypes.Requireable<string>;
620
631
  size: PropTypes.Requireable<PropTypes.InferProps<{
621
- faSize: PropTypes.Requireable<number>;
622
- wrapperSize: PropTypes.Requireable<number>;
632
+ faSize: PropTypes.Validator<number>;
633
+ wrapperSize: PropTypes.Validator<number>;
623
634
  }>>;
624
635
  customStyle: PropTypes.Requireable<{
625
636
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1057,7 +1068,7 @@ declare const propTypes: {
1057
1068
  'data-name': PropTypes.Requireable<string>;
1058
1069
  titleSize: PropTypes.Requireable<string>;
1059
1070
  subtitleSize: PropTypes.Requireable<string>;
1060
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1071
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1061
1072
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1062
1073
  label: PropTypes.Requireable<string>;
1063
1074
  type: PropTypes.Requireable<string>;
@@ -1065,7 +1076,17 @@ declare const propTypes: {
1065
1076
  customStyle: PropTypes.Requireable<{
1066
1077
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1067
1078
  }>;
1068
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1079
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1080
+ position: PropTypes.Requireable<string>;
1081
+ iconName?: import("react").Validator<string> | undefined;
1082
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
1083
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
1084
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
1085
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
1086
+ preset?: import("react").Validator<string | null | undefined> | undefined;
1087
+ size?: import("react").Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
1088
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
1089
+ }>>;
1069
1090
  }>>;
1070
1091
  button: PropTypes.Requireable<PropTypes.InferProps<{
1071
1092
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  import { ReviewPlayerProps } from './player/prop-types';
3
4
  export declare type ViewName = 'slides' | 'loader';
@@ -527,7 +528,7 @@ declare const propTypes: {
527
528
  'data-name': PropTypes.Requireable<string>;
528
529
  titleSize: PropTypes.Requireable<string>;
529
530
  subtitleSize: PropTypes.Requireable<string>;
530
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
531
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
531
532
  tag: PropTypes.Requireable<PropTypes.InferProps<{
532
533
  label: PropTypes.Requireable<string>;
533
534
  type: PropTypes.Requireable<string>;
@@ -535,7 +536,17 @@ declare const propTypes: {
535
536
  customStyle: PropTypes.Requireable<{
536
537
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
537
538
  }>;
538
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
539
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
540
+ position: PropTypes.Requireable<string>;
541
+ iconName?: import("react").Validator<string> | undefined;
542
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
543
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
544
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
545
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
546
+ preset?: import("react").Validator<string | null | undefined> | undefined;
547
+ size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
548
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
549
+ }>>;
539
550
  }>>;
540
551
  button: PropTypes.Requireable<PropTypes.InferProps<{
541
552
  type: PropTypes.Requireable<string>;
@@ -622,8 +633,8 @@ declare const propTypes: {
622
633
  borderRadius: PropTypes.Requireable<string>;
623
634
  preset: PropTypes.Requireable<string>;
624
635
  size: PropTypes.Requireable<PropTypes.InferProps<{
625
- faSize: PropTypes.Requireable<number>;
626
- wrapperSize: PropTypes.Requireable<number>;
636
+ faSize: PropTypes.Validator<number>;
637
+ wrapperSize: PropTypes.Validator<number>;
627
638
  }>>;
628
639
  customStyle: PropTypes.Requireable<{
629
640
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1061,7 +1072,7 @@ declare const propTypes: {
1061
1072
  'data-name': PropTypes.Requireable<string>;
1062
1073
  titleSize: PropTypes.Requireable<string>;
1063
1074
  subtitleSize: PropTypes.Requireable<string>;
1064
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1075
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1065
1076
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1066
1077
  label: PropTypes.Requireable<string>;
1067
1078
  type: PropTypes.Requireable<string>;
@@ -1069,7 +1080,17 @@ declare const propTypes: {
1069
1080
  customStyle: PropTypes.Requireable<{
1070
1081
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1071
1082
  }>;
1072
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1083
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1084
+ position: PropTypes.Requireable<string>;
1085
+ iconName?: import("react").Validator<string> | undefined;
1086
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
1087
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
1088
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
1089
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
1090
+ preset?: import("react").Validator<string | null | undefined> | undefined;
1091
+ size?: import("react").Validator<import("../../atom/icon").IconSize | null | undefined> | undefined;
1092
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
1093
+ }>>;
1073
1094
  }>>;
1074
1095
  button: PropTypes.Requireable<PropTypes.InferProps<{
1075
1096
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -183,7 +183,10 @@ declare namespace BrandUpdate {
183
183
  }> | PropTypes.InferProps<{
184
184
  type: PropTypes.Validator<string>;
185
185
  closeButton: PropTypes.Requireable<PropTypes.InferProps<{
186
- 'aria-label': PropTypes.Requireable<string>;
186
+ size: PropTypes.Validator<string>;
187
+ icon: PropTypes.Validator<string>;
188
+ 'data-name': PropTypes.Validator<string>;
189
+ 'aria-label': PropTypes.Validator<string>;
187
190
  onClick: PropTypes.Validator<(...args: any[]) => any>;
188
191
  }>>;
189
192
  title: PropTypes.Validator<string>;
@@ -196,7 +199,7 @@ declare namespace BrandUpdate {
196
199
  display: PropTypes.Validator<boolean>;
197
200
  label: PropTypes.Requireable<string>;
198
201
  }>>>;
199
- bulletPointMenuButtonPropTypes: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
202
+ bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
200
203
  'data-name': PropTypes.Requireable<string>;
201
204
  disabled: PropTypes.Requireable<boolean>;
202
205
  buttonAriaLabel: PropTypes.Requireable<string>;
@@ -229,18 +232,8 @@ declare namespace BrandUpdate {
229
232
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
230
233
  menuButtonClassName: PropTypes.Requireable<string>;
231
234
  isBulkMenu: PropTypes.Requireable<boolean>;
232
- }> | PropTypes.InferProps<{
233
- buttons: PropTypes.Validator<(PropTypes.InferProps<{
234
- dataName: PropTypes.Requireable<string>;
235
- label: PropTypes.Validator<string>;
236
- iconName: PropTypes.Validator<string>;
237
- iconColor: PropTypes.Validator<string>;
238
- onClick: PropTypes.Validator<(...args: any[]) => any>;
239
- }> | null | undefined)[]>;
240
- onClick: PropTypes.Validator<(...args: any[]) => any>;
241
- buttonAriaLabel: PropTypes.Requireable<string>;
242
- }> | null | undefined>>;
243
- actionButtons: PropTypes.Validator<NonNullable<NonNullable<(PropTypes.InferProps<{
235
+ }>>;
236
+ actionButtons: PropTypes.Validator<(PropTypes.InferProps<{
244
237
  type: PropTypes.Requireable<string>;
245
238
  usage: PropTypes.Requireable<string>;
246
239
  label: PropTypes.Requireable<string>;
@@ -276,14 +269,7 @@ declare namespace BrandUpdate {
276
269
  customStyle: PropTypes.Requireable<{
277
270
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
278
271
  }>;
279
- }> | null | undefined)[] | (PropTypes.InferProps<{
280
- type: PropTypes.Validator<string>;
281
- label: PropTypes.Validator<string>;
282
- onClick: PropTypes.Validator<(...args: any[]) => any>;
283
- disabled: PropTypes.Requireable<boolean>;
284
- iconName: PropTypes.Validator<string>;
285
- iconColor: PropTypes.Validator<string>;
286
- }> | null | undefined)[] | null | undefined>>>;
272
+ }> | null | undefined)[]>;
287
273
  }> | null | undefined>>;
288
274
  export const items: PropTypes.Validator<(PropTypes.InferProps<{
289
275
  key: PropTypes.Requireable<string>;
@@ -881,7 +867,7 @@ declare namespace BrandUpdate {
881
867
  'data-name': PropTypes.Requireable<string>;
882
868
  titleSize: PropTypes.Requireable<string>;
883
869
  subtitleSize: PropTypes.Requireable<string>;
884
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
870
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
885
871
  tag: PropTypes.Requireable<PropTypes.InferProps<{
886
872
  label: PropTypes.Requireable<string>;
887
873
  type: PropTypes.Requireable<string>;
@@ -889,7 +875,17 @@ declare namespace BrandUpdate {
889
875
  customStyle: PropTypes.Requireable<{
890
876
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
891
877
  }>;
892
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
878
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
879
+ position: PropTypes.Requireable<string>;
880
+ iconName?: React.Validator<string> | undefined;
881
+ iconColor?: React.Validator<string | null | undefined> | undefined;
882
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
883
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
884
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
885
+ preset?: React.Validator<string | null | undefined> | undefined;
886
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
887
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
888
+ }>>;
893
889
  }>>;
894
890
  button: PropTypes.Requireable<PropTypes.InferProps<{
895
891
  type: PropTypes.Requireable<string>;
@@ -1728,7 +1724,7 @@ declare namespace BrandUpdate {
1728
1724
  'data-name': PropTypes.Requireable<string>;
1729
1725
  titleSize: PropTypes.Requireable<string>;
1730
1726
  subtitleSize: PropTypes.Requireable<string>;
1731
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1727
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1732
1728
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1733
1729
  label: PropTypes.Requireable<string>;
1734
1730
  type: PropTypes.Requireable<string>;
@@ -1736,7 +1732,17 @@ declare namespace BrandUpdate {
1736
1732
  customStyle: PropTypes.Requireable<{
1737
1733
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1738
1734
  }>;
1739
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1735
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1736
+ position: PropTypes.Requireable<string>;
1737
+ iconName?: React.Validator<string> | undefined;
1738
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1739
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1740
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1741
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1742
+ preset?: React.Validator<string | null | undefined> | undefined;
1743
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
1744
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1745
+ }>>;
1740
1746
  }>>;
1741
1747
  button: PropTypes.Requireable<PropTypes.InferProps<{
1742
1748
  type: PropTypes.Requireable<string>;
@@ -1823,8 +1829,8 @@ declare namespace BrandUpdate {
1823
1829
  borderRadius: PropTypes.Requireable<string>;
1824
1830
  preset: PropTypes.Requireable<string>;
1825
1831
  size: PropTypes.Requireable<PropTypes.InferProps<{
1826
- faSize: PropTypes.Requireable<number>;
1827
- wrapperSize: PropTypes.Requireable<number>;
1832
+ faSize: PropTypes.Validator<number>;
1833
+ wrapperSize: PropTypes.Validator<number>;
1828
1834
  }>>;
1829
1835
  customStyle: PropTypes.Requireable<{
1830
1836
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -2262,7 +2268,7 @@ declare namespace BrandUpdate {
2262
2268
  'data-name': PropTypes.Requireable<string>;
2263
2269
  titleSize: PropTypes.Requireable<string>;
2264
2270
  subtitleSize: PropTypes.Requireable<string>;
2265
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2271
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
2266
2272
  tag: PropTypes.Requireable<PropTypes.InferProps<{
2267
2273
  label: PropTypes.Requireable<string>;
2268
2274
  type: PropTypes.Requireable<string>;
@@ -2270,7 +2276,17 @@ declare namespace BrandUpdate {
2270
2276
  customStyle: PropTypes.Requireable<{
2271
2277
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
2272
2278
  }>;
2273
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2279
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
2280
+ position: PropTypes.Requireable<string>;
2281
+ iconName?: React.Validator<string> | undefined;
2282
+ iconColor?: React.Validator<string | null | undefined> | undefined;
2283
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
2284
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
2285
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
2286
+ preset?: React.Validator<string | null | undefined> | undefined;
2287
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
2288
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
2289
+ }>>;
2274
2290
  }>>;
2275
2291
  button: PropTypes.Requireable<PropTypes.InferProps<{
2276
2292
  type: PropTypes.Requireable<string>;
@@ -2879,7 +2895,7 @@ declare namespace BrandUpdate {
2879
2895
  'data-name': PropTypes.Requireable<string>;
2880
2896
  titleSize: PropTypes.Requireable<string>;
2881
2897
  subtitleSize: PropTypes.Requireable<string>;
2882
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2898
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
2883
2899
  tag: PropTypes.Requireable<PropTypes.InferProps<{
2884
2900
  label: PropTypes.Requireable<string>;
2885
2901
  type: PropTypes.Requireable<string>;
@@ -2887,7 +2903,17 @@ declare namespace BrandUpdate {
2887
2903
  customStyle: PropTypes.Requireable<{
2888
2904
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
2889
2905
  }>;
2890
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2906
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
2907
+ position: PropTypes.Requireable<string>;
2908
+ iconName?: React.Validator<string> | undefined;
2909
+ iconColor?: React.Validator<string | null | undefined> | undefined;
2910
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
2911
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
2912
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
2913
+ preset?: React.Validator<string | null | undefined> | undefined;
2914
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
2915
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
2916
+ }>>;
2891
2917
  }>>;
2892
2918
  button: PropTypes.Requireable<PropTypes.InferProps<{
2893
2919
  type: PropTypes.Requireable<string>;
@@ -3177,7 +3203,7 @@ declare namespace BrandUpdate {
3177
3203
  'data-name': PropTypes.Requireable<string>;
3178
3204
  titleSize: PropTypes.Requireable<string>;
3179
3205
  subtitleSize: PropTypes.Requireable<string>;
3180
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3206
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
3181
3207
  tag: PropTypes.Requireable<PropTypes.InferProps<{
3182
3208
  label: PropTypes.Requireable<string>;
3183
3209
  type: PropTypes.Requireable<string>;
@@ -3185,7 +3211,17 @@ declare namespace BrandUpdate {
3185
3211
  customStyle: PropTypes.Requireable<{
3186
3212
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
3187
3213
  }>;
3188
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3214
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
3215
+ position: PropTypes.Requireable<string>;
3216
+ iconName?: React.Validator<string> | undefined;
3217
+ iconColor?: React.Validator<string | null | undefined> | undefined;
3218
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
3219
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
3220
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
3221
+ preset?: React.Validator<string | null | undefined> | undefined;
3222
+ size?: React.Validator<import("../../../atom/icon").IconSize | null | undefined> | undefined;
3223
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
3224
+ }>>;
3189
3225
  }>>;
3190
3226
  button: PropTypes.Requireable<PropTypes.InferProps<{
3191
3227
  type: PropTypes.Requireable<string>;
@@ -3229,4 +3265,5 @@ declare namespace BrandUpdate {
3229
3265
  }
3230
3266
  }
3231
3267
  import PropTypes from "prop-types";
3268
+ import React from "react";
3232
3269
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAqPA,sDAgDC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAmPA,sDAgDC"}