@coorpacademy/components 11.34.2 → 11.34.3-alpha.29

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 (215) hide show
  1. package/es/atom/button-link/index.js.map +1 -1
  2. package/es/atom/button-link/style.css +2 -2
  3. package/es/atom/cta/test/fixtures/primary.d.ts +9 -0
  4. package/es/atom/cta/test/fixtures/primary.d.ts.map +1 -0
  5. package/es/atom/cta/test/fixtures/secondary.d.ts +10 -0
  6. package/es/atom/cta/test/fixtures/secondary.d.ts.map +1 -0
  7. package/es/atom/icon/index.d.ts +30 -17
  8. package/es/atom/icon/index.d.ts.map +1 -1
  9. package/es/atom/icon/index.js +4 -6
  10. package/es/atom/icon/index.js.map +1 -1
  11. package/es/atom/radio-with-title/index.d.ts +16 -3
  12. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  13. package/es/atom/radio-with-title/types.d.ts +16 -2
  14. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  15. package/es/atom/tag/index.d.ts +15 -1
  16. package/es/atom/tag/style.css +1 -0
  17. package/es/atom/title/index.d.ts +16 -2
  18. package/es/molecule/base-modal/style.css +0 -1
  19. package/es/molecule/cm-popin/types.d.ts +33 -6
  20. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  21. package/es/molecule/progress-wrapper/index.d.ts.map +1 -1
  22. package/es/molecule/progress-wrapper/index.js +39 -19
  23. package/es/molecule/progress-wrapper/index.js.map +1 -1
  24. package/es/molecule/progress-wrapper/style.css +37 -2
  25. package/es/molecule/skills-chart-side-information-item/index.d.ts +1 -1
  26. package/es/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
  27. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +16 -2
  28. package/es/molecule/title-radio-wrapper/index.d.ts +16 -3
  29. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  30. package/es/molecule/title-radio-wrapper/types.d.ts +16 -2
  31. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  32. package/es/organism/cards-grid/index.d.ts +48 -10
  33. package/es/organism/cards-grid/index.d.ts.map +1 -1
  34. package/es/organism/cards-grid/index.js +3 -2
  35. package/es/organism/cards-grid/index.js.map +1 -1
  36. package/es/organism/content-skill-modal/index.d.ts +16 -3
  37. package/es/organism/content-skill-modal/index.d.ts.map +1 -1
  38. package/es/organism/content-skill-modal/types.d.ts +15 -2
  39. package/es/organism/content-skill-modal/types.d.ts.map +1 -1
  40. package/es/organism/list-item/index.js +5 -5
  41. package/es/organism/list-item/index.js.map +1 -1
  42. package/es/organism/list-item/style.css +38 -19
  43. package/es/organism/list-items/index.d.ts +16 -2
  44. package/es/organism/rewards-form/index.d.ts +16 -2
  45. package/es/organism/select-opponents/index.d.ts +16 -3
  46. package/es/organism/select-opponents/index.d.ts.map +1 -1
  47. package/es/organism/select-opponents/types.d.ts +16 -2
  48. package/es/organism/select-opponents/types.d.ts.map +1 -1
  49. package/es/organism/sidebar/index.d.ts +2 -2
  50. package/es/organism/skill-edition/index.d.ts +76 -11
  51. package/es/organism/skill-edition/index.d.ts.map +1 -1
  52. package/es/organism/skill-edition/types.d.ts +76 -10
  53. package/es/organism/skill-edition/types.d.ts.map +1 -1
  54. package/es/organism/title-and-input/index.d.ts +31 -5
  55. package/es/organism/title-and-input/index.d.ts.map +1 -1
  56. package/es/organism/title-and-input/types.d.ts +30 -4
  57. package/es/organism/title-and-input/types.d.ts.map +1 -1
  58. package/es/organism/wizard-contents/index.d.ts +16 -2
  59. package/es/template/app-player/loading/index.d.ts +33 -6
  60. package/es/template/app-player/player/index.d.ts +65 -12
  61. package/es/template/app-player/player/slides/index.d.ts +33 -6
  62. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  63. package/es/template/app-player/popin-correction/index.d.ts +32 -6
  64. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  65. package/es/template/app-player/popin-end/index.d.ts +33 -6
  66. package/es/template/app-review/index.d.ts +33 -7
  67. package/es/template/app-review/index.d.ts.map +1 -1
  68. package/es/template/app-review/player/prop-types.d.ts +33 -6
  69. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  70. package/es/template/app-review/prop-types.d.ts +33 -6
  71. package/es/template/app-review/prop-types.d.ts.map +1 -1
  72. package/es/template/back-office/brand-update/index.d.ts +138 -20
  73. package/es/template/back-office/brand-update/utils.d.ts +1 -1
  74. package/es/template/certification-detail/style.css +5 -2
  75. package/es/template/common/dashboard/index.d.ts +65 -12
  76. package/es/template/common/search-page/index.d.ts +33 -6
  77. package/es/template/external-course/index.d.ts +33 -6
  78. package/es/template/skill-detail/all-courses.d.ts +61 -17
  79. package/es/template/skill-detail/all-courses.d.ts.map +1 -1
  80. package/es/template/skill-detail/all-courses.js +12 -11
  81. package/es/template/skill-detail/all-courses.js.map +1 -1
  82. package/es/template/skill-detail/continue-learning.d.ts +25 -12
  83. package/es/template/skill-detail/continue-learning.d.ts.map +1 -1
  84. package/es/template/skill-detail/continue-learning.js.map +1 -1
  85. package/es/template/skill-detail/index.d.ts +81 -71
  86. package/es/template/skill-detail/index.d.ts.map +1 -1
  87. package/es/template/skill-detail/index.js +93 -59
  88. package/es/template/skill-detail/index.js.map +1 -1
  89. package/es/template/skill-detail/style.css +96 -38
  90. package/es/variables/colors.d.ts +5 -1
  91. package/es/variables/colors.d.ts.map +1 -1
  92. package/es/variables/colors.js +6 -2
  93. package/es/variables/colors.js.map +1 -1
  94. package/lib/atom/button-link/index.js.map +1 -1
  95. package/lib/atom/button-link/style.css +2 -2
  96. package/lib/atom/cta/test/fixtures/primary.d.ts +9 -0
  97. package/lib/atom/cta/test/fixtures/primary.d.ts.map +1 -0
  98. package/lib/atom/cta/test/fixtures/secondary.d.ts +10 -0
  99. package/lib/atom/cta/test/fixtures/secondary.d.ts.map +1 -0
  100. package/lib/atom/icon/index.d.ts +30 -17
  101. package/lib/atom/icon/index.d.ts.map +1 -1
  102. package/lib/atom/icon/index.js +4 -6
  103. package/lib/atom/icon/index.js.map +1 -1
  104. package/lib/atom/radio-with-title/index.d.ts +16 -3
  105. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  106. package/lib/atom/radio-with-title/types.d.ts +16 -2
  107. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  108. package/lib/atom/tag/index.d.ts +15 -1
  109. package/lib/atom/tag/style.css +1 -0
  110. package/lib/atom/title/index.d.ts +16 -2
  111. package/lib/molecule/base-modal/style.css +0 -1
  112. package/lib/molecule/cm-popin/types.d.ts +33 -6
  113. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  114. package/lib/molecule/progress-wrapper/index.d.ts.map +1 -1
  115. package/lib/molecule/progress-wrapper/index.js +39 -19
  116. package/lib/molecule/progress-wrapper/index.js.map +1 -1
  117. package/lib/molecule/progress-wrapper/style.css +37 -2
  118. package/lib/molecule/skills-chart-side-information-item/index.d.ts +1 -1
  119. package/lib/molecule/skills-chart-side-information-panel/index.d.ts +1 -1
  120. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +16 -2
  121. package/lib/molecule/title-radio-wrapper/index.d.ts +16 -3
  122. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  123. package/lib/molecule/title-radio-wrapper/types.d.ts +16 -2
  124. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  125. package/lib/organism/cards-grid/index.d.ts +48 -10
  126. package/lib/organism/cards-grid/index.d.ts.map +1 -1
  127. package/lib/organism/cards-grid/index.js +3 -2
  128. package/lib/organism/cards-grid/index.js.map +1 -1
  129. package/lib/organism/content-skill-modal/index.d.ts +16 -3
  130. package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
  131. package/lib/organism/content-skill-modal/types.d.ts +15 -2
  132. package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
  133. package/lib/organism/list-item/index.js +5 -5
  134. package/lib/organism/list-item/index.js.map +1 -1
  135. package/lib/organism/list-item/style.css +38 -19
  136. package/lib/organism/list-items/index.d.ts +16 -2
  137. package/lib/organism/rewards-form/index.d.ts +16 -2
  138. package/lib/organism/select-opponents/index.d.ts +16 -3
  139. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  140. package/lib/organism/select-opponents/types.d.ts +16 -2
  141. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  142. package/lib/organism/sidebar/index.d.ts +2 -2
  143. package/lib/organism/skill-edition/index.d.ts +76 -11
  144. package/lib/organism/skill-edition/index.d.ts.map +1 -1
  145. package/lib/organism/skill-edition/types.d.ts +76 -10
  146. package/lib/organism/skill-edition/types.d.ts.map +1 -1
  147. package/lib/organism/title-and-input/index.d.ts +31 -5
  148. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  149. package/lib/organism/title-and-input/types.d.ts +30 -4
  150. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  151. package/lib/organism/wizard-contents/index.d.ts +16 -2
  152. package/lib/template/app-player/loading/index.d.ts +33 -6
  153. package/lib/template/app-player/player/index.d.ts +65 -12
  154. package/lib/template/app-player/player/slides/index.d.ts +33 -6
  155. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  156. package/lib/template/app-player/popin-correction/index.d.ts +32 -6
  157. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  158. package/lib/template/app-player/popin-end/index.d.ts +33 -6
  159. package/lib/template/app-review/index.d.ts +33 -7
  160. package/lib/template/app-review/index.d.ts.map +1 -1
  161. package/lib/template/app-review/player/prop-types.d.ts +33 -6
  162. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  163. package/lib/template/app-review/prop-types.d.ts +33 -6
  164. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  165. package/lib/template/back-office/brand-update/index.d.ts +138 -20
  166. package/lib/template/back-office/brand-update/utils.d.ts +1 -1
  167. package/lib/template/certification-detail/style.css +5 -2
  168. package/lib/template/common/dashboard/index.d.ts +65 -12
  169. package/lib/template/common/search-page/index.d.ts +33 -6
  170. package/lib/template/external-course/index.d.ts +33 -6
  171. package/lib/template/skill-detail/all-courses.d.ts +61 -17
  172. package/lib/template/skill-detail/all-courses.d.ts.map +1 -1
  173. package/lib/template/skill-detail/all-courses.js +11 -11
  174. package/lib/template/skill-detail/all-courses.js.map +1 -1
  175. package/lib/template/skill-detail/continue-learning.d.ts +25 -12
  176. package/lib/template/skill-detail/continue-learning.d.ts.map +1 -1
  177. package/lib/template/skill-detail/continue-learning.js.map +1 -1
  178. package/lib/template/skill-detail/index.d.ts +81 -71
  179. package/lib/template/skill-detail/index.d.ts.map +1 -1
  180. package/lib/template/skill-detail/index.js +93 -59
  181. package/lib/template/skill-detail/index.js.map +1 -1
  182. package/lib/template/skill-detail/style.css +96 -38
  183. package/lib/variables/colors.d.ts +5 -1
  184. package/lib/variables/colors.d.ts.map +1 -1
  185. package/lib/variables/colors.js +6 -2
  186. package/lib/variables/colors.js.map +1 -1
  187. package/locales/bs/global.json +1 -0
  188. package/locales/cs/global.json +1 -0
  189. package/locales/de/global.json +1 -0
  190. package/locales/en/global.json +1 -0
  191. package/locales/es/global.json +1 -0
  192. package/locales/et/global.json +1 -0
  193. package/locales/fi/global.json +1 -0
  194. package/locales/fr/global.json +1 -0
  195. package/locales/hr/global.json +1 -0
  196. package/locales/hu/global.json +1 -0
  197. package/locales/hy/global.json +1 -0
  198. package/locales/it/global.json +1 -0
  199. package/locales/ja/global.json +1 -0
  200. package/locales/ko/global.json +1 -0
  201. package/locales/nl/global.json +1 -0
  202. package/locales/pl/global.json +1 -0
  203. package/locales/pt/global.json +1 -0
  204. package/locales/ro/global.json +1 -0
  205. package/locales/ru/global.json +1 -0
  206. package/locales/sk/global.json +1 -0
  207. package/locales/sl/global.json +1 -0
  208. package/locales/sv/global.json +1 -0
  209. package/locales/tl/global.json +1 -0
  210. package/locales/tr/global.json +1 -0
  211. package/locales/uk/global.json +1 -0
  212. package/locales/vi/global.json +1 -0
  213. package/locales/zh/global.json +1 -0
  214. package/locales/zh_TW/global.json +1 -0
  215. package/package.json +2 -2
@@ -72,7 +72,7 @@ declare namespace SlidesPlayer {
72
72
  'data-name': PropTypes.Requireable<string>;
73
73
  titleSize: PropTypes.Requireable<string>;
74
74
  subtitleSize: PropTypes.Requireable<string>;
75
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
75
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
76
76
  tag: PropTypes.Requireable<PropTypes.InferProps<{
77
77
  label: PropTypes.Requireable<string>;
78
78
  type: PropTypes.Requireable<string>;
@@ -80,7 +80,20 @@ declare namespace SlidesPlayer {
80
80
  customStyle: PropTypes.Requireable<{
81
81
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
82
82
  }>;
83
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
83
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
84
+ position: PropTypes.Requireable<string>;
85
+ iconName?: React.Validator<string> | undefined;
86
+ iconColor?: React.Validator<string | null | undefined> | undefined;
87
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
88
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
89
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
90
+ preset?: React.Validator<string | null | undefined> | undefined;
91
+ size?: React.Validator<{
92
+ faSize: number;
93
+ wrapperSize: number;
94
+ } | null | undefined> | undefined;
95
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
96
+ }>>;
84
97
  }>>;
85
98
  button: PropTypes.Requireable<PropTypes.InferProps<{
86
99
  type: PropTypes.Requireable<string>;
@@ -167,8 +180,8 @@ declare namespace SlidesPlayer {
167
180
  borderRadius: PropTypes.Requireable<string>;
168
181
  preset: PropTypes.Requireable<string>;
169
182
  size: PropTypes.Requireable<PropTypes.InferProps<{
170
- faSize: PropTypes.Requireable<number>;
171
- wrapperSize: PropTypes.Requireable<number>;
183
+ faSize: PropTypes.Validator<number>;
184
+ wrapperSize: PropTypes.Validator<number>;
172
185
  }>>;
173
186
  customStyle: PropTypes.Requireable<{
174
187
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -606,7 +619,7 @@ declare namespace SlidesPlayer {
606
619
  'data-name': PropTypes.Requireable<string>;
607
620
  titleSize: PropTypes.Requireable<string>;
608
621
  subtitleSize: PropTypes.Requireable<string>;
609
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
622
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
610
623
  tag: PropTypes.Requireable<PropTypes.InferProps<{
611
624
  label: PropTypes.Requireable<string>;
612
625
  type: PropTypes.Requireable<string>;
@@ -614,7 +627,20 @@ declare namespace SlidesPlayer {
614
627
  customStyle: PropTypes.Requireable<{
615
628
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
616
629
  }>;
617
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
630
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
631
+ position: PropTypes.Requireable<string>;
632
+ iconName?: React.Validator<string> | undefined;
633
+ iconColor?: React.Validator<string | null | undefined> | undefined;
634
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
635
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
636
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
637
+ preset?: React.Validator<string | null | undefined> | undefined;
638
+ size?: React.Validator<{
639
+ faSize: number;
640
+ wrapperSize: number;
641
+ } | null | undefined> | undefined;
642
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
643
+ }>>;
618
644
  }>>;
619
645
  button: PropTypes.Requireable<PropTypes.InferProps<{
620
646
  type: PropTypes.Requireable<string>;
@@ -866,6 +892,7 @@ declare namespace Step {
866
892
  export { propTypes_2 as propTypes };
867
893
  }
868
894
  import { SrcPropType } from "../../../../util/proptypes";
895
+ import React from "react";
869
896
  declare function AnswerContent({ answerType, help, question }: {
870
897
  answerType: any;
871
898
  help: any;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
@@ -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,20 @@ 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<{
122
+ faSize: number;
123
+ wrapperSize: number;
124
+ } | null | undefined> | undefined;
125
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
126
+ }>>;
114
127
  }>>;
115
128
  button: PropTypes.Requireable<PropTypes.InferProps<{
116
129
  type: PropTypes.Requireable<string>;
@@ -197,8 +210,8 @@ declare class PopinCorrection extends React.Component<any, any, any> {
197
210
  borderRadius: PropTypes.Requireable<string>;
198
211
  preset: PropTypes.Requireable<string>;
199
212
  size: PropTypes.Requireable<PropTypes.InferProps<{
200
- faSize: PropTypes.Requireable<number>;
201
- wrapperSize: PropTypes.Requireable<number>;
213
+ faSize: PropTypes.Validator<number>;
214
+ wrapperSize: PropTypes.Validator<number>;
202
215
  }>>;
203
216
  customStyle: PropTypes.Requireable<{
204
217
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -636,7 +649,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
636
649
  'data-name': PropTypes.Requireable<string>;
637
650
  titleSize: PropTypes.Requireable<string>;
638
651
  subtitleSize: PropTypes.Requireable<string>;
639
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
652
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
640
653
  tag: PropTypes.Requireable<PropTypes.InferProps<{
641
654
  label: PropTypes.Requireable<string>;
642
655
  type: PropTypes.Requireable<string>;
@@ -644,7 +657,20 @@ declare class PopinCorrection extends React.Component<any, any, any> {
644
657
  customStyle: PropTypes.Requireable<{
645
658
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
646
659
  }>;
647
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
660
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
661
+ position: PropTypes.Requireable<string>;
662
+ iconName?: React.Validator<string> | undefined;
663
+ iconColor?: React.Validator<string | null | undefined> | undefined;
664
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
665
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
666
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
667
+ preset?: React.Validator<string | null | undefined> | undefined;
668
+ size?: React.Validator<{
669
+ faSize: number;
670
+ wrapperSize: number;
671
+ } | null | undefined> | undefined;
672
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
673
+ }>>;
648
674
  }>>;
649
675
  button: PropTypes.Requireable<PropTypes.InferProps<{
650
676
  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,20 @@ 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<{
222
+ faSize: number;
223
+ wrapperSize: number;
224
+ } | null | undefined> | undefined;
225
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
226
+ }>>;
214
227
  }>>;
215
228
  button: PropTypes.Requireable<PropTypes.InferProps<{
216
229
  type: PropTypes.Requireable<string>;
@@ -297,8 +310,8 @@ declare namespace PopinEnd {
297
310
  borderRadius: PropTypes.Requireable<string>;
298
311
  preset: PropTypes.Requireable<string>;
299
312
  size: PropTypes.Requireable<PropTypes.InferProps<{
300
- faSize: PropTypes.Requireable<number>;
301
- wrapperSize: PropTypes.Requireable<number>;
313
+ faSize: PropTypes.Validator<number>;
314
+ wrapperSize: PropTypes.Validator<number>;
302
315
  }>>;
303
316
  customStyle: PropTypes.Requireable<{
304
317
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -736,7 +749,7 @@ declare namespace PopinEnd {
736
749
  'data-name': PropTypes.Requireable<string>;
737
750
  titleSize: PropTypes.Requireable<string>;
738
751
  subtitleSize: PropTypes.Requireable<string>;
739
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
752
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
740
753
  tag: PropTypes.Requireable<PropTypes.InferProps<{
741
754
  label: PropTypes.Requireable<string>;
742
755
  type: PropTypes.Requireable<string>;
@@ -744,7 +757,20 @@ declare namespace PopinEnd {
744
757
  customStyle: PropTypes.Requireable<{
745
758
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
746
759
  }>;
747
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
760
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
761
+ position: PropTypes.Requireable<string>;
762
+ iconName?: React.Validator<string> | undefined;
763
+ iconColor?: React.Validator<string | null | undefined> | undefined;
764
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
765
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
766
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
767
+ preset?: React.Validator<string | null | undefined> | undefined;
768
+ size?: React.Validator<{
769
+ faSize: number;
770
+ wrapperSize: number;
771
+ } | null | undefined> | undefined;
772
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
773
+ }>>;
748
774
  }>>;
749
775
  button: PropTypes.Requireable<PropTypes.InferProps<{
750
776
  type: PropTypes.Requireable<string>;
@@ -947,4 +973,5 @@ declare namespace PopinEnd {
947
973
  }
948
974
  }
949
975
  import PropTypes from "prop-types";
976
+ import React from "react";
950
977
  //# 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,20 @@ 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<{
543
+ faSize: number;
544
+ wrapperSize: number;
545
+ } | null | undefined> | undefined;
546
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
547
+ }>>;
535
548
  }>>;
536
549
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
537
550
  type: import("prop-types").Requireable<string>;
@@ -618,8 +631,8 @@ declare const AppReview: {
618
631
  borderRadius: import("prop-types").Requireable<string>;
619
632
  preset: import("prop-types").Requireable<string>;
620
633
  size: import("prop-types").Requireable<import("prop-types").InferProps<{
621
- faSize: import("prop-types").Requireable<number>;
622
- wrapperSize: import("prop-types").Requireable<number>;
634
+ faSize: import("prop-types").Validator<number>;
635
+ wrapperSize: import("prop-types").Validator<number>;
623
636
  }>>;
624
637
  customStyle: import("prop-types").Requireable<{
625
638
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1057,7 +1070,7 @@ declare const AppReview: {
1057
1070
  'data-name': import("prop-types").Requireable<string>;
1058
1071
  titleSize: import("prop-types").Requireable<string>;
1059
1072
  subtitleSize: import("prop-types").Requireable<string>;
1060
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1073
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
1061
1074
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
1062
1075
  label: import("prop-types").Requireable<string>;
1063
1076
  type: import("prop-types").Requireable<string>;
@@ -1065,7 +1078,20 @@ declare const AppReview: {
1065
1078
  customStyle: import("prop-types").Requireable<{
1066
1079
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1067
1080
  }>;
1068
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1081
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1082
+ position: import("prop-types").Requireable<string>;
1083
+ iconName?: React.Validator<string> | undefined;
1084
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1085
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1086
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1087
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1088
+ preset?: React.Validator<string | null | undefined> | undefined;
1089
+ size?: React.Validator<{
1090
+ faSize: number;
1091
+ wrapperSize: number;
1092
+ } | null | undefined> | undefined;
1093
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1094
+ }>>;
1069
1095
  }>>;
1070
1096
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
1071
1097
  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,20 @@ 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<{
544
+ faSize: number;
545
+ wrapperSize: number;
546
+ } | null | undefined> | undefined;
547
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
548
+ }>>;
535
549
  }>>;
536
550
  button: PropTypes.Requireable<PropTypes.InferProps<{
537
551
  type: PropTypes.Requireable<string>;
@@ -618,8 +632,8 @@ declare const propTypes: {
618
632
  borderRadius: PropTypes.Requireable<string>;
619
633
  preset: PropTypes.Requireable<string>;
620
634
  size: PropTypes.Requireable<PropTypes.InferProps<{
621
- faSize: PropTypes.Requireable<number>;
622
- wrapperSize: PropTypes.Requireable<number>;
635
+ faSize: PropTypes.Validator<number>;
636
+ wrapperSize: PropTypes.Validator<number>;
623
637
  }>>;
624
638
  customStyle: PropTypes.Requireable<{
625
639
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1057,7 +1071,7 @@ declare const propTypes: {
1057
1071
  'data-name': PropTypes.Requireable<string>;
1058
1072
  titleSize: PropTypes.Requireable<string>;
1059
1073
  subtitleSize: PropTypes.Requireable<string>;
1060
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1074
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1061
1075
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1062
1076
  label: PropTypes.Requireable<string>;
1063
1077
  type: PropTypes.Requireable<string>;
@@ -1065,7 +1079,20 @@ declare const propTypes: {
1065
1079
  customStyle: PropTypes.Requireable<{
1066
1080
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1067
1081
  }>;
1068
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1082
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1083
+ position: PropTypes.Requireable<string>;
1084
+ iconName?: import("react").Validator<string> | undefined;
1085
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
1086
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
1087
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
1088
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
1089
+ preset?: import("react").Validator<string | null | undefined> | undefined;
1090
+ size?: import("react").Validator<{
1091
+ faSize: number;
1092
+ wrapperSize: number;
1093
+ } | null | undefined> | undefined;
1094
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
1095
+ }>>;
1069
1096
  }>>;
1070
1097
  button: PropTypes.Requireable<PropTypes.InferProps<{
1071
1098
  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,20 @@ 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<{
548
+ faSize: number;
549
+ wrapperSize: number;
550
+ } | null | undefined> | undefined;
551
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
552
+ }>>;
539
553
  }>>;
540
554
  button: PropTypes.Requireable<PropTypes.InferProps<{
541
555
  type: PropTypes.Requireable<string>;
@@ -622,8 +636,8 @@ declare const propTypes: {
622
636
  borderRadius: PropTypes.Requireable<string>;
623
637
  preset: PropTypes.Requireable<string>;
624
638
  size: PropTypes.Requireable<PropTypes.InferProps<{
625
- faSize: PropTypes.Requireable<number>;
626
- wrapperSize: PropTypes.Requireable<number>;
639
+ faSize: PropTypes.Validator<number>;
640
+ wrapperSize: PropTypes.Validator<number>;
627
641
  }>>;
628
642
  customStyle: PropTypes.Requireable<{
629
643
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1061,7 +1075,7 @@ declare const propTypes: {
1061
1075
  'data-name': PropTypes.Requireable<string>;
1062
1076
  titleSize: PropTypes.Requireable<string>;
1063
1077
  subtitleSize: PropTypes.Requireable<string>;
1064
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1078
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1065
1079
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1066
1080
  label: PropTypes.Requireable<string>;
1067
1081
  type: PropTypes.Requireable<string>;
@@ -1069,7 +1083,20 @@ declare const propTypes: {
1069
1083
  customStyle: PropTypes.Requireable<{
1070
1084
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1071
1085
  }>;
1072
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1086
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1087
+ position: PropTypes.Requireable<string>;
1088
+ iconName?: import("react").Validator<string> | undefined;
1089
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
1090
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
1091
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
1092
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
1093
+ preset?: import("react").Validator<string | null | undefined> | undefined;
1094
+ size?: import("react").Validator<{
1095
+ faSize: number;
1096
+ wrapperSize: number;
1097
+ } | null | undefined> | undefined;
1098
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
1099
+ }>>;
1073
1100
  }>>;
1074
1101
  button: PropTypes.Requireable<PropTypes.InferProps<{
1075
1102
  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"}