@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
@@ -867,7 +867,7 @@ declare namespace BrandUpdate {
867
867
  'data-name': PropTypes.Requireable<string>;
868
868
  titleSize: PropTypes.Requireable<string>;
869
869
  subtitleSize: PropTypes.Requireable<string>;
870
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
870
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
871
871
  tag: PropTypes.Requireable<PropTypes.InferProps<{
872
872
  label: PropTypes.Requireable<string>;
873
873
  type: PropTypes.Requireable<string>;
@@ -875,7 +875,20 @@ declare namespace BrandUpdate {
875
875
  customStyle: PropTypes.Requireable<{
876
876
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
877
877
  }>;
878
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
878
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
879
+ position: PropTypes.Requireable<string>;
880
+ iconName?: React.Validator<string> | undefined;
881
+ iconColor?: React.Validator<string | null | undefined> | undefined;
882
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
883
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
884
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
885
+ preset?: React.Validator<string | null | undefined> | undefined;
886
+ size?: React.Validator<{
887
+ faSize: number;
888
+ wrapperSize: number;
889
+ } | null | undefined> | undefined;
890
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
891
+ }>>;
879
892
  }>>;
880
893
  button: PropTypes.Requireable<PropTypes.InferProps<{
881
894
  type: PropTypes.Requireable<string>;
@@ -1560,7 +1573,7 @@ declare namespace BrandUpdate {
1560
1573
  'data-name': PropTypes.Requireable<string>;
1561
1574
  titleSize: PropTypes.Requireable<string>;
1562
1575
  subtitleSize: PropTypes.Requireable<string>;
1563
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1576
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1564
1577
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1565
1578
  label: PropTypes.Requireable<string>;
1566
1579
  type: PropTypes.Requireable<string>;
@@ -1568,7 +1581,20 @@ declare namespace BrandUpdate {
1568
1581
  customStyle: PropTypes.Requireable<{
1569
1582
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1570
1583
  }>;
1571
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1584
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1585
+ position: PropTypes.Requireable<string>;
1586
+ iconName?: React.Validator<string> | undefined;
1587
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1588
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1589
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1590
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1591
+ preset?: React.Validator<string | null | undefined> | undefined;
1592
+ size?: React.Validator<{
1593
+ faSize: number;
1594
+ wrapperSize: number;
1595
+ } | null | undefined> | undefined;
1596
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1597
+ }>>;
1572
1598
  }>>;
1573
1599
  button: PropTypes.Requireable<PropTypes.InferProps<{
1574
1600
  type: PropTypes.Requireable<string>;
@@ -1799,7 +1825,7 @@ declare namespace BrandUpdate {
1799
1825
  'data-name': PropTypes.Requireable<string>;
1800
1826
  titleSize: PropTypes.Requireable<string>;
1801
1827
  subtitleSize: PropTypes.Requireable<string>;
1802
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1828
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1803
1829
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1804
1830
  label: PropTypes.Requireable<string>;
1805
1831
  type: PropTypes.Requireable<string>;
@@ -1807,7 +1833,20 @@ declare namespace BrandUpdate {
1807
1833
  customStyle: PropTypes.Requireable<{
1808
1834
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1809
1835
  }>;
1810
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1836
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1837
+ position: PropTypes.Requireable<string>;
1838
+ iconName?: React.Validator<string> | undefined;
1839
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1840
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1841
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1842
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1843
+ preset?: React.Validator<string | null | undefined> | undefined;
1844
+ size?: React.Validator<{
1845
+ faSize: number;
1846
+ wrapperSize: number;
1847
+ } | null | undefined> | undefined;
1848
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1849
+ }>>;
1811
1850
  }>>;
1812
1851
  button: PropTypes.Requireable<PropTypes.InferProps<{
1813
1852
  type: PropTypes.Requireable<string>;
@@ -2358,7 +2397,7 @@ declare namespace BrandUpdate {
2358
2397
  'data-name': PropTypes.Requireable<string>;
2359
2398
  titleSize: PropTypes.Requireable<string>;
2360
2399
  subtitleSize: PropTypes.Requireable<string>;
2361
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2400
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
2362
2401
  tag: PropTypes.Requireable<PropTypes.InferProps<{
2363
2402
  label: PropTypes.Requireable<string>;
2364
2403
  type: PropTypes.Requireable<string>;
@@ -2366,7 +2405,20 @@ declare namespace BrandUpdate {
2366
2405
  customStyle: PropTypes.Requireable<{
2367
2406
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
2368
2407
  }>;
2369
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2408
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
2409
+ position: PropTypes.Requireable<string>;
2410
+ iconName?: React.Validator<string> | undefined;
2411
+ iconColor?: React.Validator<string | null | undefined> | undefined;
2412
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
2413
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
2414
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
2415
+ preset?: React.Validator<string | null | undefined> | undefined;
2416
+ size?: React.Validator<{
2417
+ faSize: number;
2418
+ wrapperSize: number;
2419
+ } | null | undefined> | undefined;
2420
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
2421
+ }>>;
2370
2422
  }>>;
2371
2423
  button: PropTypes.Requireable<PropTypes.InferProps<{
2372
2424
  type: PropTypes.Requireable<string>;
@@ -2554,7 +2606,7 @@ declare namespace BrandUpdate {
2554
2606
  'data-name': PropTypes.Requireable<string>;
2555
2607
  titleSize: PropTypes.Requireable<string>;
2556
2608
  subtitleSize: PropTypes.Requireable<string>;
2557
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2609
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
2558
2610
  tag: PropTypes.Requireable<PropTypes.InferProps<{
2559
2611
  label: PropTypes.Requireable<string>;
2560
2612
  type: PropTypes.Requireable<string>;
@@ -2562,7 +2614,20 @@ declare namespace BrandUpdate {
2562
2614
  customStyle: PropTypes.Requireable<{
2563
2615
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
2564
2616
  }>;
2565
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
2617
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
2618
+ position: PropTypes.Requireable<string>;
2619
+ iconName?: React.Validator<string> | undefined;
2620
+ iconColor?: React.Validator<string | null | undefined> | undefined;
2621
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
2622
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
2623
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
2624
+ preset?: React.Validator<string | null | undefined> | undefined;
2625
+ size?: React.Validator<{
2626
+ faSize: number;
2627
+ wrapperSize: number;
2628
+ } | null | undefined> | undefined;
2629
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
2630
+ }>>;
2566
2631
  }>>;
2567
2632
  button: PropTypes.Requireable<PropTypes.InferProps<{
2568
2633
  type: PropTypes.Requireable<string>;
@@ -3005,7 +3070,7 @@ declare namespace BrandUpdate {
3005
3070
  'data-name': PropTypes.Requireable<string>;
3006
3071
  titleSize: PropTypes.Requireable<string>;
3007
3072
  subtitleSize: PropTypes.Requireable<string>;
3008
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3073
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
3009
3074
  tag: PropTypes.Requireable<PropTypes.InferProps<{
3010
3075
  label: PropTypes.Requireable<string>;
3011
3076
  type: PropTypes.Requireable<string>;
@@ -3013,7 +3078,20 @@ declare namespace BrandUpdate {
3013
3078
  customStyle: PropTypes.Requireable<{
3014
3079
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
3015
3080
  }>;
3016
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3081
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
3082
+ position: PropTypes.Requireable<string>;
3083
+ iconName?: React.Validator<string> | undefined;
3084
+ iconColor?: React.Validator<string | null | undefined> | undefined;
3085
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
3086
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
3087
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
3088
+ preset?: React.Validator<string | null | undefined> | undefined;
3089
+ size?: React.Validator<{
3090
+ faSize: number;
3091
+ wrapperSize: number;
3092
+ } | null | undefined> | undefined;
3093
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
3094
+ }>>;
3017
3095
  }>>;
3018
3096
  button: PropTypes.Requireable<PropTypes.InferProps<{
3019
3097
  type: PropTypes.Requireable<string>;
@@ -3212,7 +3290,7 @@ declare namespace BrandUpdate {
3212
3290
  'data-name': PropTypes.Requireable<string>;
3213
3291
  titleSize: PropTypes.Requireable<string>;
3214
3292
  subtitleSize: PropTypes.Requireable<string>;
3215
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3293
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
3216
3294
  tag: PropTypes.Requireable<PropTypes.InferProps<{
3217
3295
  label: PropTypes.Requireable<string>;
3218
3296
  type: PropTypes.Requireable<string>;
@@ -3220,7 +3298,20 @@ declare namespace BrandUpdate {
3220
3298
  customStyle: PropTypes.Requireable<{
3221
3299
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
3222
3300
  }>;
3223
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3301
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
3302
+ position: PropTypes.Requireable<string>;
3303
+ iconName?: React.Validator<string> | undefined;
3304
+ iconColor?: React.Validator<string | null | undefined> | undefined;
3305
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
3306
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
3307
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
3308
+ preset?: React.Validator<string | null | undefined> | undefined;
3309
+ size?: React.Validator<{
3310
+ faSize: number;
3311
+ wrapperSize: number;
3312
+ } | null | undefined> | undefined;
3313
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
3314
+ }>>;
3224
3315
  }>>;
3225
3316
  button: PropTypes.Requireable<PropTypes.InferProps<{
3226
3317
  type: PropTypes.Requireable<string>;
@@ -3307,8 +3398,8 @@ declare namespace BrandUpdate {
3307
3398
  borderRadius: PropTypes.Requireable<string>;
3308
3399
  preset: PropTypes.Requireable<string>;
3309
3400
  size: PropTypes.Requireable<PropTypes.InferProps<{
3310
- faSize: PropTypes.Requireable<number>;
3311
- wrapperSize: PropTypes.Requireable<number>;
3401
+ faSize: PropTypes.Validator<number>;
3402
+ wrapperSize: PropTypes.Validator<number>;
3312
3403
  }>>;
3313
3404
  customStyle: PropTypes.Requireable<{
3314
3405
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -3746,7 +3837,7 @@ declare namespace BrandUpdate {
3746
3837
  'data-name': PropTypes.Requireable<string>;
3747
3838
  titleSize: PropTypes.Requireable<string>;
3748
3839
  subtitleSize: PropTypes.Requireable<string>;
3749
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3840
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
3750
3841
  tag: PropTypes.Requireable<PropTypes.InferProps<{
3751
3842
  label: PropTypes.Requireable<string>;
3752
3843
  type: PropTypes.Requireable<string>;
@@ -3754,7 +3845,20 @@ declare namespace BrandUpdate {
3754
3845
  customStyle: PropTypes.Requireable<{
3755
3846
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
3756
3847
  }>;
3757
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
3848
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
3849
+ position: PropTypes.Requireable<string>;
3850
+ iconName?: React.Validator<string> | undefined;
3851
+ iconColor?: React.Validator<string | null | undefined> | undefined;
3852
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
3853
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
3854
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
3855
+ preset?: React.Validator<string | null | undefined> | undefined;
3856
+ size?: React.Validator<{
3857
+ faSize: number;
3858
+ wrapperSize: number;
3859
+ } | null | undefined> | undefined;
3860
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
3861
+ }>>;
3758
3862
  }>>;
3759
3863
  button: PropTypes.Requireable<PropTypes.InferProps<{
3760
3864
  type: PropTypes.Requireable<string>;
@@ -4005,7 +4109,7 @@ declare namespace BrandUpdate {
4005
4109
  'data-name': PropTypes.Requireable<string>;
4006
4110
  titleSize: PropTypes.Requireable<string>;
4007
4111
  subtitleSize: PropTypes.Requireable<string>;
4008
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
4112
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
4009
4113
  tag: PropTypes.Requireable<PropTypes.InferProps<{
4010
4114
  label: PropTypes.Requireable<string>;
4011
4115
  type: PropTypes.Requireable<string>;
@@ -4013,7 +4117,20 @@ declare namespace BrandUpdate {
4013
4117
  customStyle: PropTypes.Requireable<{
4014
4118
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
4015
4119
  }>;
4016
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
4120
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
4121
+ position: PropTypes.Requireable<string>;
4122
+ iconName?: React.Validator<string> | undefined;
4123
+ iconColor?: React.Validator<string | null | undefined> | undefined;
4124
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
4125
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
4126
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
4127
+ preset?: React.Validator<string | null | undefined> | undefined;
4128
+ size?: React.Validator<{
4129
+ faSize: number;
4130
+ wrapperSize: number;
4131
+ } | null | undefined> | undefined;
4132
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
4133
+ }>>;
4017
4134
  }>>;
4018
4135
  button: PropTypes.Requireable<PropTypes.InferProps<{
4019
4136
  type: PropTypes.Requireable<string>;
@@ -4057,4 +4174,5 @@ declare namespace BrandUpdate {
4057
4174
  }
4058
4175
  }
4059
4176
  import PropTypes from "prop-types";
4177
+ import React from "react";
4060
4178
  //# sourceMappingURL=index.d.ts.map
@@ -17,7 +17,7 @@ export namespace POPIN_THEMES {
17
17
  const position: string;
18
18
  namespace faIcon {
19
19
  const name: string;
20
- const color: "#ffffff";
20
+ const color: "#FFFFFF";
21
21
  const size: number;
22
22
  namespace customStyle {
23
23
  const padding: number;
@@ -55,11 +55,14 @@
55
55
  justify-content: center;
56
56
  background-color: cm_grey_50;
57
57
  border-radius: 16px;
58
+ padding: 32px;
59
+ box-sizing: border-box;
58
60
  }
59
61
 
60
62
  .logo {
61
- width: 191px;
62
- height: 191px;
63
+ max-width: 100%;
64
+ max-height: 100%;
65
+ object-fit: contain;
63
66
  }
64
67
 
65
68
  .showMoreWrapper {
@@ -19,7 +19,7 @@ declare namespace Dashboard {
19
19
  'data-name': PropTypes.Requireable<string>;
20
20
  titleSize: PropTypes.Requireable<string>;
21
21
  subtitleSize: PropTypes.Requireable<string>;
22
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
22
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
23
23
  tag: PropTypes.Requireable<PropTypes.InferProps<{
24
24
  label: PropTypes.Requireable<string>;
25
25
  type: PropTypes.Requireable<string>;
@@ -27,7 +27,20 @@ declare namespace Dashboard {
27
27
  customStyle: PropTypes.Requireable<{
28
28
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
29
29
  }>;
30
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
30
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
31
+ position: PropTypes.Requireable<string>;
32
+ iconName?: React.Validator<string> | undefined;
33
+ iconColor?: React.Validator<string | null | undefined> | undefined;
34
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
35
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
36
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
37
+ preset?: React.Validator<string | null | undefined> | undefined;
38
+ size?: React.Validator<{
39
+ faSize: number;
40
+ wrapperSize: number;
41
+ } | null | undefined> | undefined;
42
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
43
+ }>>;
31
44
  }>>;
32
45
  button: PropTypes.Requireable<PropTypes.InferProps<{
33
46
  type: PropTypes.Requireable<string>;
@@ -114,8 +127,8 @@ declare namespace Dashboard {
114
127
  borderRadius: PropTypes.Requireable<string>;
115
128
  preset: PropTypes.Requireable<string>;
116
129
  size: PropTypes.Requireable<PropTypes.InferProps<{
117
- faSize: PropTypes.Requireable<number>;
118
- wrapperSize: PropTypes.Requireable<number>;
130
+ faSize: PropTypes.Validator<number>;
131
+ wrapperSize: PropTypes.Validator<number>;
119
132
  }>>;
120
133
  customStyle: PropTypes.Requireable<{
121
134
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -553,7 +566,7 @@ declare namespace Dashboard {
553
566
  'data-name': PropTypes.Requireable<string>;
554
567
  titleSize: PropTypes.Requireable<string>;
555
568
  subtitleSize: PropTypes.Requireable<string>;
556
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
569
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
557
570
  tag: PropTypes.Requireable<PropTypes.InferProps<{
558
571
  label: PropTypes.Requireable<string>;
559
572
  type: PropTypes.Requireable<string>;
@@ -561,7 +574,20 @@ declare namespace Dashboard {
561
574
  customStyle: PropTypes.Requireable<{
562
575
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
563
576
  }>;
564
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
577
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
578
+ position: PropTypes.Requireable<string>;
579
+ iconName?: React.Validator<string> | undefined;
580
+ iconColor?: React.Validator<string | null | undefined> | undefined;
581
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
582
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
583
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
584
+ preset?: React.Validator<string | null | undefined> | undefined;
585
+ size?: React.Validator<{
586
+ faSize: number;
587
+ wrapperSize: number;
588
+ } | null | undefined> | undefined;
589
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
590
+ }>>;
565
591
  }>>;
566
592
  button: PropTypes.Requireable<PropTypes.InferProps<{
567
593
  type: PropTypes.Requireable<string>;
@@ -776,7 +802,7 @@ declare namespace Dashboard {
776
802
  'data-name': PropTypes.Requireable<string>;
777
803
  titleSize: PropTypes.Requireable<string>;
778
804
  subtitleSize: PropTypes.Requireable<string>;
779
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
805
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
780
806
  tag: PropTypes.Requireable<PropTypes.InferProps<{
781
807
  label: PropTypes.Requireable<string>;
782
808
  type: PropTypes.Requireable<string>;
@@ -784,7 +810,20 @@ declare namespace Dashboard {
784
810
  customStyle: PropTypes.Requireable<{
785
811
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
786
812
  }>;
787
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
813
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
814
+ position: PropTypes.Requireable<string>;
815
+ iconName?: React.Validator<string> | undefined;
816
+ iconColor?: React.Validator<string | null | undefined> | undefined;
817
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
818
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
819
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
820
+ preset?: React.Validator<string | null | undefined> | undefined;
821
+ size?: React.Validator<{
822
+ faSize: number;
823
+ wrapperSize: number;
824
+ } | null | undefined> | undefined;
825
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
826
+ }>>;
788
827
  }>>;
789
828
  button: PropTypes.Requireable<PropTypes.InferProps<{
790
829
  type: PropTypes.Requireable<string>;
@@ -871,8 +910,8 @@ declare namespace Dashboard {
871
910
  borderRadius: PropTypes.Requireable<string>;
872
911
  preset: PropTypes.Requireable<string>;
873
912
  size: PropTypes.Requireable<PropTypes.InferProps<{
874
- faSize: PropTypes.Requireable<number>;
875
- wrapperSize: PropTypes.Requireable<number>;
913
+ faSize: PropTypes.Validator<number>;
914
+ wrapperSize: PropTypes.Validator<number>;
876
915
  }>>;
877
916
  customStyle: PropTypes.Requireable<{
878
917
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -1310,7 +1349,7 @@ declare namespace Dashboard {
1310
1349
  'data-name': PropTypes.Requireable<string>;
1311
1350
  titleSize: PropTypes.Requireable<string>;
1312
1351
  subtitleSize: PropTypes.Requireable<string>;
1313
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1352
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
1314
1353
  tag: PropTypes.Requireable<PropTypes.InferProps<{
1315
1354
  label: PropTypes.Requireable<string>;
1316
1355
  type: PropTypes.Requireable<string>;
@@ -1318,7 +1357,20 @@ declare namespace Dashboard {
1318
1357
  customStyle: PropTypes.Requireable<{
1319
1358
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1320
1359
  }>;
1321
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
1360
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
1361
+ position: PropTypes.Requireable<string>;
1362
+ iconName?: React.Validator<string> | undefined;
1363
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1364
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1365
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1366
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1367
+ preset?: React.Validator<string | null | undefined> | undefined;
1368
+ size?: React.Validator<{
1369
+ faSize: number;
1370
+ wrapperSize: number;
1371
+ } | null | undefined> | undefined;
1372
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1373
+ }>>;
1322
1374
  }>>;
1323
1375
  button: PropTypes.Requireable<PropTypes.InferProps<{
1324
1376
  type: PropTypes.Requireable<string>;
@@ -1521,4 +1573,5 @@ declare namespace Dashboard {
1521
1573
  };
1522
1574
  }
1523
1575
  import PropTypes from "prop-types";
1576
+ import React from "react";
1524
1577
  //# sourceMappingURL=index.d.ts.map
@@ -200,7 +200,7 @@ declare namespace SearchPage {
200
200
  'data-name': PropTypes.Requireable<string>;
201
201
  titleSize: PropTypes.Requireable<string>;
202
202
  subtitleSize: PropTypes.Requireable<string>;
203
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
203
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
204
204
  tag: PropTypes.Requireable<PropTypes.InferProps<{
205
205
  label: PropTypes.Requireable<string>;
206
206
  type: PropTypes.Requireable<string>;
@@ -208,7 +208,20 @@ declare namespace SearchPage {
208
208
  customStyle: PropTypes.Requireable<{
209
209
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
210
210
  }>;
211
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
211
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
212
+ position: PropTypes.Requireable<string>;
213
+ iconName?: React.Validator<string> | undefined;
214
+ iconColor?: React.Validator<string | null | undefined> | undefined;
215
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
216
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
217
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
218
+ preset?: React.Validator<string | null | undefined> | undefined;
219
+ size?: React.Validator<{
220
+ faSize: number;
221
+ wrapperSize: number;
222
+ } | null | undefined> | undefined;
223
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
224
+ }>>;
212
225
  }>>;
213
226
  button: PropTypes.Requireable<PropTypes.InferProps<{
214
227
  type: PropTypes.Requireable<string>;
@@ -295,8 +308,8 @@ declare namespace SearchPage {
295
308
  borderRadius: PropTypes.Requireable<string>;
296
309
  preset: PropTypes.Requireable<string>;
297
310
  size: PropTypes.Requireable<PropTypes.InferProps<{
298
- faSize: PropTypes.Requireable<number>;
299
- wrapperSize: PropTypes.Requireable<number>;
311
+ faSize: PropTypes.Validator<number>;
312
+ wrapperSize: PropTypes.Validator<number>;
300
313
  }>>;
301
314
  customStyle: PropTypes.Requireable<{
302
315
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -734,7 +747,7 @@ declare namespace SearchPage {
734
747
  'data-name': PropTypes.Requireable<string>;
735
748
  titleSize: PropTypes.Requireable<string>;
736
749
  subtitleSize: PropTypes.Requireable<string>;
737
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
750
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
738
751
  tag: PropTypes.Requireable<PropTypes.InferProps<{
739
752
  label: PropTypes.Requireable<string>;
740
753
  type: PropTypes.Requireable<string>;
@@ -742,7 +755,20 @@ declare namespace SearchPage {
742
755
  customStyle: PropTypes.Requireable<{
743
756
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
744
757
  }>;
745
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
758
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
759
+ position: PropTypes.Requireable<string>;
760
+ iconName?: React.Validator<string> | undefined;
761
+ iconColor?: React.Validator<string | null | undefined> | undefined;
762
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
763
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
764
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
765
+ preset?: React.Validator<string | null | undefined> | undefined;
766
+ size?: React.Validator<{
767
+ faSize: number;
768
+ wrapperSize: number;
769
+ } | null | undefined> | undefined;
770
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
771
+ }>>;
746
772
  }>>;
747
773
  button: PropTypes.Requireable<PropTypes.InferProps<{
748
774
  type: PropTypes.Requireable<string>;
@@ -945,4 +971,5 @@ declare namespace SearchPage {
945
971
  }
946
972
  }
947
973
  import PropTypes from "prop-types";
974
+ import React from "react";
948
975
  //# sourceMappingURL=index.d.ts.map
@@ -37,7 +37,7 @@ declare namespace ExternalCourse {
37
37
  'data-name': PropTypes.Requireable<string>;
38
38
  titleSize: PropTypes.Requireable<string>;
39
39
  subtitleSize: PropTypes.Requireable<string>;
40
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
40
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
41
41
  tag: PropTypes.Requireable<PropTypes.InferProps<{
42
42
  label: PropTypes.Requireable<string>;
43
43
  type: PropTypes.Requireable<string>;
@@ -45,7 +45,20 @@ declare namespace ExternalCourse {
45
45
  customStyle: PropTypes.Requireable<{
46
46
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
47
47
  }>;
48
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
48
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
49
+ position: PropTypes.Requireable<string>;
50
+ iconName?: React.Validator<string> | undefined;
51
+ iconColor?: React.Validator<string | null | undefined> | undefined;
52
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
53
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
54
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
55
+ preset?: React.Validator<string | null | undefined> | undefined;
56
+ size?: React.Validator<{
57
+ faSize: number;
58
+ wrapperSize: number;
59
+ } | null | undefined> | undefined;
60
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
61
+ }>>;
49
62
  }>>;
50
63
  button: PropTypes.Requireable<PropTypes.InferProps<{
51
64
  type: PropTypes.Requireable<string>;
@@ -132,8 +145,8 @@ declare namespace ExternalCourse {
132
145
  borderRadius: PropTypes.Requireable<string>;
133
146
  preset: PropTypes.Requireable<string>;
134
147
  size: PropTypes.Requireable<PropTypes.InferProps<{
135
- faSize: PropTypes.Requireable<number>;
136
- wrapperSize: PropTypes.Requireable<number>;
148
+ faSize: PropTypes.Validator<number>;
149
+ wrapperSize: PropTypes.Validator<number>;
137
150
  }>>;
138
151
  customStyle: PropTypes.Requireable<{
139
152
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
@@ -571,7 +584,7 @@ declare namespace ExternalCourse {
571
584
  'data-name': PropTypes.Requireable<string>;
572
585
  titleSize: PropTypes.Requireable<string>;
573
586
  subtitleSize: PropTypes.Requireable<string>;
574
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
587
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
575
588
  tag: PropTypes.Requireable<PropTypes.InferProps<{
576
589
  label: PropTypes.Requireable<string>;
577
590
  type: PropTypes.Requireable<string>;
@@ -579,7 +592,20 @@ declare namespace ExternalCourse {
579
592
  customStyle: PropTypes.Requireable<{
580
593
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
581
594
  }>;
582
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
595
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
596
+ position: PropTypes.Requireable<string>;
597
+ iconName?: React.Validator<string> | undefined;
598
+ iconColor?: React.Validator<string | null | undefined> | undefined;
599
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
600
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
601
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
602
+ preset?: React.Validator<string | null | undefined> | undefined;
603
+ size?: React.Validator<{
604
+ faSize: number;
605
+ wrapperSize: number;
606
+ } | null | undefined> | undefined;
607
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
608
+ }>>;
583
609
  }>>;
584
610
  button: PropTypes.Requireable<PropTypes.InferProps<{
585
611
  type: PropTypes.Requireable<string>;
@@ -805,4 +831,5 @@ declare namespace ExternalCourse {
805
831
  }
806
832
  }
807
833
  import PropTypes from "prop-types";
834
+ import React from "react";
808
835
  //# sourceMappingURL=index.d.ts.map