@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
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  import BrandFormGroup from '../../molecule/brand-form-group';
3
4
  import ListItems from '../list-items';
@@ -22,7 +23,7 @@ declare const SkillEditionPropTypes: {
22
23
  'data-name': PropTypes.Requireable<string>;
23
24
  titleSize: PropTypes.Requireable<string>;
24
25
  subtitleSize: PropTypes.Requireable<string>;
25
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
26
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
26
27
  tag: PropTypes.Requireable<PropTypes.InferProps<{
27
28
  label: PropTypes.Requireable<string>;
28
29
  type: PropTypes.Requireable<string>;
@@ -30,7 +31,20 @@ declare const SkillEditionPropTypes: {
30
31
  customStyle: PropTypes.Requireable<{
31
32
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
32
33
  }>;
33
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
34
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
35
+ position: PropTypes.Requireable<string>;
36
+ iconName?: import("react").Validator<string> | undefined;
37
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
38
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
39
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
40
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
41
+ preset?: import("react").Validator<string | null | undefined> | undefined;
42
+ size?: import("react").Validator<{
43
+ faSize: number;
44
+ wrapperSize: number;
45
+ } | null | undefined> | undefined;
46
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
47
+ }>>;
34
48
  }>>;
35
49
  button: PropTypes.Requireable<PropTypes.InferProps<{
36
50
  type: PropTypes.Requireable<string>;
@@ -261,7 +275,7 @@ declare const SkillEditionPropTypes: {
261
275
  'data-name': PropTypes.Requireable<string>;
262
276
  titleSize: PropTypes.Requireable<string>;
263
277
  subtitleSize: PropTypes.Requireable<string>;
264
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
278
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
265
279
  tag: PropTypes.Requireable<PropTypes.InferProps<{
266
280
  label: PropTypes.Requireable<string>;
267
281
  type: PropTypes.Requireable<string>;
@@ -269,7 +283,20 @@ declare const SkillEditionPropTypes: {
269
283
  customStyle: PropTypes.Requireable<{
270
284
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
271
285
  }>;
272
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
286
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
287
+ position: PropTypes.Requireable<string>;
288
+ iconName?: import("react").Validator<string> | undefined;
289
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
290
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
291
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
292
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
293
+ preset?: import("react").Validator<string | null | undefined> | undefined;
294
+ size?: import("react").Validator<{
295
+ faSize: number;
296
+ wrapperSize: number;
297
+ } | null | undefined> | undefined;
298
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
299
+ }>>;
273
300
  }>>;
274
301
  button: PropTypes.Requireable<PropTypes.InferProps<{
275
302
  type: PropTypes.Requireable<string>;
@@ -820,7 +847,7 @@ declare const SkillEditionPropTypes: {
820
847
  'data-name': PropTypes.Requireable<string>;
821
848
  titleSize: PropTypes.Requireable<string>;
822
849
  subtitleSize: PropTypes.Requireable<string>;
823
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
850
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
824
851
  tag: PropTypes.Requireable<PropTypes.InferProps<{
825
852
  label: PropTypes.Requireable<string>;
826
853
  type: PropTypes.Requireable<string>;
@@ -828,7 +855,20 @@ declare const SkillEditionPropTypes: {
828
855
  customStyle: PropTypes.Requireable<{
829
856
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
830
857
  }>;
831
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
858
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
859
+ position: PropTypes.Requireable<string>;
860
+ iconName?: import("react").Validator<string> | undefined;
861
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
862
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
863
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
864
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
865
+ preset?: import("react").Validator<string | null | undefined> | undefined;
866
+ size?: import("react").Validator<{
867
+ faSize: number;
868
+ wrapperSize: number;
869
+ } | null | undefined> | undefined;
870
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
871
+ }>>;
832
872
  }>>;
833
873
  button: PropTypes.Requireable<PropTypes.InferProps<{
834
874
  type: PropTypes.Requireable<string>;
@@ -1016,7 +1056,7 @@ declare const SkillEditionPropTypes: {
1016
1056
  'data-name': PropTypes.Requireable<string>;
1017
1057
  titleSize: PropTypes.Requireable<string>;
1018
1058
  subtitleSize: PropTypes.Requireable<string>;
1019
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1059
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1020
1060
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1021
1061
  label: PropTypes.Requireable<string>;
1022
1062
  type: PropTypes.Requireable<string>;
@@ -1024,7 +1064,20 @@ declare const SkillEditionPropTypes: {
1024
1064
  customStyle: PropTypes.Requireable<{
1025
1065
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1026
1066
  }>;
1027
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1067
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1068
+ position: PropTypes.Requireable<string>;
1069
+ iconName?: import("react").Validator<string> | undefined;
1070
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
1071
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
1072
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
1073
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
1074
+ preset?: import("react").Validator<string | null | undefined> | undefined;
1075
+ size?: import("react").Validator<{
1076
+ faSize: number;
1077
+ wrapperSize: number;
1078
+ } | null | undefined> | undefined;
1079
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
1080
+ }>>;
1028
1081
  }>>;
1029
1082
  button: PropTypes.Requireable<PropTypes.InferProps<{
1030
1083
  type: PropTypes.Requireable<string>;
@@ -1467,7 +1520,7 @@ declare const SkillEditionPropTypes: {
1467
1520
  'data-name': PropTypes.Requireable<string>;
1468
1521
  titleSize: PropTypes.Requireable<string>;
1469
1522
  subtitleSize: PropTypes.Requireable<string>;
1470
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1523
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1471
1524
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1472
1525
  label: PropTypes.Requireable<string>;
1473
1526
  type: PropTypes.Requireable<string>;
@@ -1475,7 +1528,20 @@ declare const SkillEditionPropTypes: {
1475
1528
  customStyle: PropTypes.Requireable<{
1476
1529
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1477
1530
  }>;
1478
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1531
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1532
+ position: PropTypes.Requireable<string>;
1533
+ iconName?: import("react").Validator<string> | undefined;
1534
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
1535
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
1536
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
1537
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
1538
+ preset?: import("react").Validator<string | null | undefined> | undefined;
1539
+ size?: import("react").Validator<{
1540
+ faSize: number;
1541
+ wrapperSize: number;
1542
+ } | null | undefined> | undefined;
1543
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
1544
+ }>>;
1479
1545
  }>>;
1480
1546
  button: PropTypes.Requireable<PropTypes.InferProps<{
1481
1547
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,cAAc,MAAM,iCAAiC,CAAC;AAC7D,OAAO,SAAS,MAAM,eAAe,CAAC;AACtC,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,aAAa,MAAM,oBAAoB,CAAC;AAE/C,QAAA,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAU1B,CAAC;AAEF,eAAe,qBAAqB,CAAC;AAErC,aAAK,YAAY,GAAG;IAClB,KAAK,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,KAAK,CAAC,SAAS,CAAC,CAAC;IACpD,WAAW,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;CAC/D,CAAC;AAEF,aAAK,sBAAsB,GAAG;IAC5B,IAAI,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;IAC5D,UAAU,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;CAClE,CAAC;AAEF,oBAAY,iBAAiB,GAAG;IAC9B,iBAAiB,EAAE,sBAAsB,CAAC;IAC1C,YAAY,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,SAAS,CAAC,SAAS,CAAC,CAAC;IAC/D,OAAO,EAAE,YAAY,CAAC;CACvB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/types.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { TitleAndInputProps } from './types';
3
3
  export declare const inputStyle: Record<string, string>;
4
4
  declare const TitleAndInput: {
@@ -11,7 +11,7 @@ declare const TitleAndInput: {
11
11
  'data-name': import("prop-types").Requireable<string>;
12
12
  titleSize: import("prop-types").Requireable<string>;
13
13
  subtitleSize: import("prop-types").Requireable<string>;
14
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
14
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
15
15
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
16
16
  label: import("prop-types").Requireable<string>;
17
17
  type: import("prop-types").Requireable<string>;
@@ -19,7 +19,20 @@ declare const TitleAndInput: {
19
19
  customStyle: import("prop-types").Requireable<{
20
20
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
21
21
  }>;
22
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
22
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
23
+ position: import("prop-types").Requireable<string>;
24
+ iconName?: React.Validator<string> | undefined;
25
+ iconColor?: React.Validator<string | null | undefined> | undefined;
26
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
27
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
28
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
29
+ preset?: React.Validator<string | null | undefined> | undefined;
30
+ size?: React.Validator<{
31
+ faSize: number;
32
+ wrapperSize: number;
33
+ } | null | undefined> | undefined;
34
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
35
+ }>>;
23
36
  }>>;
24
37
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
25
38
  type: import("prop-types").Requireable<string>;
@@ -250,7 +263,7 @@ declare const TitleAndInput: {
250
263
  'data-name': import("prop-types").Requireable<string>;
251
264
  titleSize: import("prop-types").Requireable<string>;
252
265
  subtitleSize: import("prop-types").Requireable<string>;
253
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
266
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
254
267
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
255
268
  label: import("prop-types").Requireable<string>;
256
269
  type: import("prop-types").Requireable<string>;
@@ -258,7 +271,20 @@ declare const TitleAndInput: {
258
271
  customStyle: import("prop-types").Requireable<{
259
272
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
260
273
  }>;
261
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
274
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
275
+ position: import("prop-types").Requireable<string>;
276
+ iconName?: React.Validator<string> | undefined;
277
+ iconColor?: React.Validator<string | null | undefined> | undefined;
278
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
279
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
280
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
281
+ preset?: React.Validator<string | null | undefined> | undefined;
282
+ size?: React.Validator<{
283
+ faSize: number;
284
+ wrapperSize: number;
285
+ } | null | undefined> | undefined;
286
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
287
+ }>>;
262
288
  }>>;
263
289
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
264
290
  type: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":";AASA,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI7C,CAAC;AAwBF,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B,OAAkB,EAAC,kBAAkB,EAAC,MAAM,SAAS,CAAC;AAGtD,eAAO,MAAM,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAI7C,CAAC;AAwBF,QAAA,MAAM,aAAa;YAAW,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuB/C,CAAC;AAIF,eAAe,aAAa,CAAC"}
@@ -16,7 +16,7 @@ declare const propTypes: {
16
16
  'data-name': PropTypes.Requireable<string>;
17
17
  titleSize: PropTypes.Requireable<string>;
18
18
  subtitleSize: PropTypes.Requireable<string>;
19
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
19
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
20
20
  tag: PropTypes.Requireable<PropTypes.InferProps<{
21
21
  label: PropTypes.Requireable<string>;
22
22
  type: PropTypes.Requireable<string>;
@@ -24,7 +24,20 @@ declare const propTypes: {
24
24
  customStyle: PropTypes.Requireable<{
25
25
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
26
26
  }>;
27
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
27
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
28
+ position: PropTypes.Requireable<string>;
29
+ iconName?: import("react").Validator<string> | undefined;
30
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
31
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
32
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
33
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
34
+ preset?: import("react").Validator<string | null | undefined> | undefined;
35
+ size?: import("react").Validator<{
36
+ faSize: number;
37
+ wrapperSize: number;
38
+ } | null | undefined> | undefined;
39
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
40
+ }>>;
28
41
  }>>;
29
42
  button: PropTypes.Requireable<PropTypes.InferProps<{
30
43
  type: PropTypes.Requireable<string>;
@@ -255,7 +268,7 @@ declare const propTypes: {
255
268
  'data-name': PropTypes.Requireable<string>;
256
269
  titleSize: PropTypes.Requireable<string>;
257
270
  subtitleSize: PropTypes.Requireable<string>;
258
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
271
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
259
272
  tag: PropTypes.Requireable<PropTypes.InferProps<{
260
273
  label: PropTypes.Requireable<string>;
261
274
  type: PropTypes.Requireable<string>;
@@ -263,7 +276,20 @@ declare const propTypes: {
263
276
  customStyle: PropTypes.Requireable<{
264
277
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
265
278
  }>;
266
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
279
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
280
+ position: PropTypes.Requireable<string>;
281
+ iconName?: import("react").Validator<string> | undefined;
282
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
283
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
284
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
285
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
286
+ preset?: import("react").Validator<string | null | undefined> | undefined;
287
+ size?: import("react").Validator<{
288
+ faSize: number;
289
+ wrapperSize: number;
290
+ } | null | undefined> | undefined;
291
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
292
+ }>>;
267
293
  }>>;
268
294
  button: PropTypes.Requireable<PropTypes.InferProps<{
269
295
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAIrD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bd,CAAC;AAEF,oBAAY,cAAc,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;IAC1C,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,eAAe,GACf,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAClE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GACtE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAC/D,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/title-and-input/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,YAAY,MAAM,yBAAyB,CAAC;AACnD,OAAO,KAAK,MAAM,kBAAkB,CAAC;AACrC,OAAO,cAAc,MAAM,gCAAgC,CAAC;AAE5D,OAAO,EAAC,oBAAoB,EAAC,MAAM,2BAA2B,CAAC;AAC/D,OAAO,SAAS,MAAM,uBAAuB,CAAC;AAC9C,OAAO,aAAa,MAAM,2BAA2B,CAAC;AACtD,OAAO,MAAM,MAAM,mBAAmB,CAAC;AAEvC,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AAIrD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bd,CAAC;AAEF,oBAAY,cAAc,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE5D,oBAAY,kBAAkB,GAAG;IAC/B,KAAK,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;IAC1C,KAAK,EACD,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,GACzC,eAAe,GACf,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAClE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GACtE,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,GAAG;QAAC,IAAI,CAAC,EAAE,cAAc,CAAA;KAAC,CAAC,GAC/D,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,GAC3C,oBAAoB,CAAC;IACzB,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -329,7 +329,7 @@ declare namespace WizardContents {
329
329
  'data-name': PropTypes.Requireable<string>;
330
330
  titleSize: PropTypes.Requireable<string>;
331
331
  subtitleSize: PropTypes.Requireable<string>;
332
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
332
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
333
333
  tag: PropTypes.Requireable<PropTypes.InferProps<{
334
334
  label: PropTypes.Requireable<string>;
335
335
  type: PropTypes.Requireable<string>;
@@ -337,7 +337,20 @@ declare namespace WizardContents {
337
337
  customStyle: PropTypes.Requireable<{
338
338
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
339
339
  }>;
340
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
340
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
341
+ position: PropTypes.Requireable<string>;
342
+ iconName?: React.Validator<string> | undefined;
343
+ iconColor?: React.Validator<string | null | undefined> | undefined;
344
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
345
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
346
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
347
+ preset?: React.Validator<string | null | undefined> | undefined;
348
+ size?: React.Validator<{
349
+ faSize: number;
350
+ wrapperSize: number;
351
+ } | null | undefined> | undefined;
352
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
353
+ }>>;
341
354
  }>>;
342
355
  button: PropTypes.Requireable<PropTypes.InferProps<{
343
356
  type: PropTypes.Requireable<string>;
@@ -652,4 +665,5 @@ declare namespace WizardContents {
652
665
  }
653
666
  }
654
667
  import PropTypes from "prop-types";
668
+ import React from "react";
655
669
  //# sourceMappingURL=index.d.ts.map
@@ -15,7 +15,7 @@ declare namespace PlayerLoading {
15
15
  'data-name': PropTypes.Requireable<string>;
16
16
  titleSize: PropTypes.Requireable<string>;
17
17
  subtitleSize: PropTypes.Requireable<string>;
18
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
18
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
19
19
  tag: PropTypes.Requireable<PropTypes.InferProps<{
20
20
  label: PropTypes.Requireable<string>;
21
21
  type: PropTypes.Requireable<string>;
@@ -23,7 +23,20 @@ declare namespace PlayerLoading {
23
23
  customStyle: PropTypes.Requireable<{
24
24
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
25
25
  }>;
26
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
26
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
27
+ position: PropTypes.Requireable<string>;
28
+ iconName?: React.Validator<string> | undefined;
29
+ iconColor?: React.Validator<string | null | undefined> | undefined;
30
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
31
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
32
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
33
+ preset?: React.Validator<string | null | undefined> | undefined;
34
+ size?: React.Validator<{
35
+ faSize: number;
36
+ wrapperSize: number;
37
+ } | null | undefined> | undefined;
38
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
39
+ }>>;
27
40
  }>>;
28
41
  button: PropTypes.Requireable<PropTypes.InferProps<{
29
42
  type: PropTypes.Requireable<string>;
@@ -110,8 +123,8 @@ declare namespace PlayerLoading {
110
123
  borderRadius: PropTypes.Requireable<string>;
111
124
  preset: PropTypes.Requireable<string>;
112
125
  size: PropTypes.Requireable<PropTypes.InferProps<{
113
- faSize: PropTypes.Requireable<number>;
114
- wrapperSize: PropTypes.Requireable<number>;
126
+ faSize: PropTypes.Validator<number>;
127
+ wrapperSize: PropTypes.Validator<number>;
115
128
  }>>;
116
129
  customStyle: PropTypes.Requireable<{
117
130
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -549,7 +562,7 @@ declare namespace PlayerLoading {
549
562
  'data-name': PropTypes.Requireable<string>;
550
563
  titleSize: PropTypes.Requireable<string>;
551
564
  subtitleSize: PropTypes.Requireable<string>;
552
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
565
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
553
566
  tag: PropTypes.Requireable<PropTypes.InferProps<{
554
567
  label: PropTypes.Requireable<string>;
555
568
  type: PropTypes.Requireable<string>;
@@ -557,7 +570,20 @@ declare namespace PlayerLoading {
557
570
  customStyle: PropTypes.Requireable<{
558
571
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
559
572
  }>;
560
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
573
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
574
+ position: PropTypes.Requireable<string>;
575
+ iconName?: React.Validator<string> | undefined;
576
+ iconColor?: React.Validator<string | null | undefined> | undefined;
577
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
578
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
579
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
580
+ preset?: React.Validator<string | null | undefined> | undefined;
581
+ size?: React.Validator<{
582
+ faSize: number;
583
+ wrapperSize: number;
584
+ } | null | undefined> | undefined;
585
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
586
+ }>>;
561
587
  }>>;
562
588
  button: PropTypes.Requireable<PropTypes.InferProps<{
563
589
  type: PropTypes.Requireable<string>;
@@ -760,4 +786,5 @@ declare namespace PlayerLoading {
760
786
  }
761
787
  }
762
788
  import PropTypes from "prop-types";
789
+ import React from "react";
763
790
  //# sourceMappingURL=index.d.ts.map
@@ -66,7 +66,7 @@ declare namespace SlidePlayer {
66
66
  'data-name': PropTypes.Requireable<string>;
67
67
  titleSize: PropTypes.Requireable<string>;
68
68
  subtitleSize: PropTypes.Requireable<string>;
69
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
69
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
70
70
  tag: PropTypes.Requireable<PropTypes.InferProps<{
71
71
  label: PropTypes.Requireable<string>;
72
72
  type: PropTypes.Requireable<string>;
@@ -74,7 +74,20 @@ declare namespace SlidePlayer {
74
74
  customStyle: PropTypes.Requireable<{
75
75
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
76
76
  }>;
77
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
77
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
78
+ position: PropTypes.Requireable<string>;
79
+ iconName?: React.Validator<string> | undefined;
80
+ iconColor?: React.Validator<string | null | undefined> | undefined;
81
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
82
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
83
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
84
+ preset?: React.Validator<string | null | undefined> | undefined;
85
+ size?: React.Validator<{
86
+ faSize: number;
87
+ wrapperSize: number;
88
+ } | null | undefined> | undefined;
89
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
90
+ }>>;
78
91
  }>>;
79
92
  button: PropTypes.Requireable<PropTypes.InferProps<{
80
93
  type: PropTypes.Requireable<string>;
@@ -161,8 +174,8 @@ declare namespace SlidePlayer {
161
174
  borderRadius: PropTypes.Requireable<string>;
162
175
  preset: PropTypes.Requireable<string>;
163
176
  size: PropTypes.Requireable<PropTypes.InferProps<{
164
- faSize: PropTypes.Requireable<number>;
165
- wrapperSize: PropTypes.Requireable<number>;
177
+ faSize: PropTypes.Validator<number>;
178
+ wrapperSize: PropTypes.Validator<number>;
166
179
  }>>;
167
180
  customStyle: PropTypes.Requireable<{
168
181
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -600,7 +613,7 @@ declare namespace SlidePlayer {
600
613
  'data-name': PropTypes.Requireable<string>;
601
614
  titleSize: PropTypes.Requireable<string>;
602
615
  subtitleSize: PropTypes.Requireable<string>;
603
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
616
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
604
617
  tag: PropTypes.Requireable<PropTypes.InferProps<{
605
618
  label: PropTypes.Requireable<string>;
606
619
  type: PropTypes.Requireable<string>;
@@ -608,7 +621,20 @@ declare namespace SlidePlayer {
608
621
  customStyle: PropTypes.Requireable<{
609
622
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
610
623
  }>;
611
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
624
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
625
+ position: PropTypes.Requireable<string>;
626
+ iconName?: React.Validator<string> | undefined;
627
+ iconColor?: React.Validator<string | null | undefined> | undefined;
628
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
629
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
630
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
631
+ preset?: React.Validator<string | null | undefined> | undefined;
632
+ size?: React.Validator<{
633
+ faSize: number;
634
+ wrapperSize: number;
635
+ } | null | undefined> | undefined;
636
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
637
+ }>>;
612
638
  }>>;
613
639
  button: PropTypes.Requireable<PropTypes.InferProps<{
614
640
  type: PropTypes.Requireable<string>;
@@ -820,7 +846,7 @@ declare namespace SlidePlayer {
820
846
  'data-name': PropTypes.Requireable<string>;
821
847
  titleSize: PropTypes.Requireable<string>;
822
848
  subtitleSize: PropTypes.Requireable<string>;
823
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
849
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
824
850
  tag: PropTypes.Requireable<PropTypes.InferProps<{
825
851
  label: PropTypes.Requireable<string>;
826
852
  type: PropTypes.Requireable<string>;
@@ -828,7 +854,20 @@ declare namespace SlidePlayer {
828
854
  customStyle: PropTypes.Requireable<{
829
855
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
830
856
  }>;
831
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
857
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
858
+ position: PropTypes.Requireable<string>;
859
+ iconName?: React.Validator<string> | undefined;
860
+ iconColor?: React.Validator<string | null | undefined> | undefined;
861
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
862
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
863
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
864
+ preset?: React.Validator<string | null | undefined> | undefined;
865
+ size?: React.Validator<{
866
+ faSize: number;
867
+ wrapperSize: number;
868
+ } | null | undefined> | undefined;
869
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
870
+ }>>;
832
871
  }>>;
833
872
  button: PropTypes.Requireable<PropTypes.InferProps<{
834
873
  type: PropTypes.Requireable<string>;
@@ -915,8 +954,8 @@ declare namespace SlidePlayer {
915
954
  borderRadius: PropTypes.Requireable<string>;
916
955
  preset: PropTypes.Requireable<string>;
917
956
  size: PropTypes.Requireable<PropTypes.InferProps<{
918
- faSize: PropTypes.Requireable<number>;
919
- wrapperSize: PropTypes.Requireable<number>;
957
+ faSize: PropTypes.Validator<number>;
958
+ wrapperSize: PropTypes.Validator<number>;
920
959
  }>>;
921
960
  customStyle: PropTypes.Requireable<{
922
961
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1354,7 +1393,7 @@ declare namespace SlidePlayer {
1354
1393
  'data-name': PropTypes.Requireable<string>;
1355
1394
  titleSize: PropTypes.Requireable<string>;
1356
1395
  subtitleSize: PropTypes.Requireable<string>;
1357
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1396
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1358
1397
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1359
1398
  label: PropTypes.Requireable<string>;
1360
1399
  type: PropTypes.Requireable<string>;
@@ -1362,7 +1401,20 @@ declare namespace SlidePlayer {
1362
1401
  customStyle: PropTypes.Requireable<{
1363
1402
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1364
1403
  }>;
1365
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1404
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1405
+ position: PropTypes.Requireable<string>;
1406
+ iconName?: React.Validator<string> | undefined;
1407
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1408
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1409
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1410
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1411
+ preset?: React.Validator<string | null | undefined> | undefined;
1412
+ size?: React.Validator<{
1413
+ faSize: number;
1414
+ wrapperSize: number;
1415
+ } | null | undefined> | undefined;
1416
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1417
+ }>>;
1366
1418
  }>>;
1367
1419
  button: PropTypes.Requireable<PropTypes.InferProps<{
1368
1420
  type: PropTypes.Requireable<string>;
@@ -1565,4 +1617,5 @@ declare namespace SlidePlayer {
1565
1617
  }
1566
1618
  }
1567
1619
  import PropTypes from "prop-types";
1620
+ import React from "react";
1568
1621
  //# sourceMappingURL=index.d.ts.map