@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
@@ -9,26 +9,50 @@
9
9
  @value cm_grey_700 from colors;
10
10
  @value cm_primary_blue from colors;
11
11
 
12
+
13
+ .wrapper:hover {
14
+ background-color: cm_grey_75;
15
+ }
12
16
  .wrapper {
13
17
  font-family: Gilroy;
14
- align-items: center;
15
18
  background-color: color(xtraLightGrey a(90%));
16
19
  box-sizing: border-box;
17
- display: flex;
18
- justify-content: space-between;
19
20
  padding: 0 24px;
20
21
  width: 100%;
21
22
  border-radius: 12px;
22
23
  min-height: 64px;
23
24
  }
24
25
 
25
- .wrapper:hover {
26
- background-color: cm_grey_75;
26
+
27
+ .flexLayout {
28
+ display: flex;
29
+ justify-content: space-between;
30
+ align-items: center;
27
31
  }
28
32
 
29
33
  .gridLayout {
30
- display: grid;
31
- grid-template-columns: 60% auto;
34
+ display: flex;
35
+ grid-template-columns: 1fr auto;
36
+ align-items: center;
37
+
38
+ }
39
+
40
+
41
+ .dataColumnsWrapper {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 16px;
45
+ min-height: inherit;
46
+ justify-content: flex-start;
47
+ }
48
+
49
+ .settings {
50
+ display: flex;
51
+ align-items: center;
52
+ justify-content: flex-end;
53
+ gap: 16px;
54
+ height: 100%;
55
+
32
56
  }
33
57
 
34
58
  .disabled {
@@ -67,15 +91,6 @@
67
91
  cursor: pointer;
68
92
  }
69
93
 
70
- .settings {
71
- align-items: center;
72
- display: flex;
73
- height: 100%;
74
- gap: 16px;
75
- text-overflow: ellipsis;
76
- white-space: nowrap;
77
- }
78
-
79
94
  .tag {
80
95
  text-overflow: ellipsis;
81
96
  white-space: nowrap;
@@ -90,8 +105,9 @@
90
105
  .titleWrapper {
91
106
  display: flex;
92
107
  flex-direction: column;
108
+ justify-content: center;
93
109
  gap: 2px;
94
- margin: 0 16px;
110
+ margin: 0 16px 0 0;
95
111
  }
96
112
 
97
113
  .titleProviderWrapper {
@@ -118,8 +134,11 @@
118
134
  .dataColumnsWrapper {
119
135
  display: flex;
120
136
  width: 100%;
121
- align-items: center;
122
- align-content: space-between;
137
+ gap: 54px;
138
+ /* align-items: center; */
139
+ /* align-content: space-between; */
140
+ /* justifycontent: center; */
141
+
123
142
  }
124
143
 
125
144
  .hiddenOverflowX {
@@ -414,7 +414,7 @@ declare namespace ListItems {
414
414
  'data-name': PropTypes.Requireable<string>;
415
415
  titleSize: PropTypes.Requireable<string>;
416
416
  subtitleSize: PropTypes.Requireable<string>;
417
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
417
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
418
418
  tag: PropTypes.Requireable<PropTypes.InferProps<{
419
419
  label: PropTypes.Requireable<string>;
420
420
  type: PropTypes.Requireable<string>;
@@ -422,7 +422,20 @@ declare namespace ListItems {
422
422
  customStyle: PropTypes.Requireable<{
423
423
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
424
424
  }>;
425
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
425
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
426
+ position: PropTypes.Requireable<string>;
427
+ iconName?: React.Validator<string> | undefined;
428
+ iconColor?: React.Validator<string | null | undefined> | undefined;
429
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
430
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
431
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
432
+ preset?: React.Validator<string | null | undefined> | undefined;
433
+ size?: React.Validator<{
434
+ faSize: number;
435
+ wrapperSize: number;
436
+ } | null | undefined> | undefined;
437
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
438
+ }>>;
426
439
  }>>;
427
440
  button: PropTypes.Requireable<PropTypes.InferProps<{
428
441
  type: PropTypes.Requireable<string>;
@@ -604,4 +617,5 @@ declare namespace ListItems {
604
617
  };
605
618
  }
606
619
  import PropTypes from "prop-types";
620
+ import React from "react";
607
621
  //# sourceMappingURL=index.d.ts.map
@@ -29,7 +29,7 @@ declare namespace RewardsForm {
29
29
  'data-name': PropTypes.Requireable<string>;
30
30
  titleSize: PropTypes.Requireable<string>;
31
31
  subtitleSize: PropTypes.Requireable<string>;
32
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
32
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
33
33
  tag: PropTypes.Requireable<PropTypes.InferProps<{
34
34
  label: PropTypes.Requireable<string>;
35
35
  type: PropTypes.Requireable<string>;
@@ -37,7 +37,20 @@ declare namespace RewardsForm {
37
37
  customStyle: PropTypes.Requireable<{
38
38
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
39
39
  }>;
40
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
40
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
41
+ position: PropTypes.Requireable<string>;
42
+ iconName?: React.Validator<string> | undefined;
43
+ iconColor?: React.Validator<string | null | undefined> | undefined;
44
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
45
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
46
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
47
+ preset?: React.Validator<string | null | undefined> | undefined;
48
+ size?: React.Validator<{
49
+ faSize: number;
50
+ wrapperSize: number;
51
+ } | null | undefined> | undefined;
52
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
53
+ }>>;
41
54
  }>>;
42
55
  button: PropTypes.Requireable<PropTypes.InferProps<{
43
56
  type: PropTypes.Requireable<string>;
@@ -185,4 +198,5 @@ declare namespace RewardsForm {
185
198
  }
186
199
  }
187
200
  import PropTypes from "prop-types";
201
+ import React from "react";
188
202
  //# sourceMappingURL=index.d.ts.map
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { SelectOpponentsProps } from './types';
3
3
  declare const SelectOpponents: {
4
4
  (props: SelectOpponentsProps): JSX.Element;
@@ -28,7 +28,7 @@ declare const SelectOpponents: {
28
28
  'data-name': import("prop-types").Requireable<string>;
29
29
  titleSize: import("prop-types").Requireable<string>;
30
30
  subtitleSize: import("prop-types").Requireable<string>;
31
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
31
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
32
32
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
33
33
  label: import("prop-types").Requireable<string>;
34
34
  type: import("prop-types").Requireable<string>;
@@ -36,7 +36,20 @@ declare const SelectOpponents: {
36
36
  customStyle: import("prop-types").Requireable<{
37
37
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
38
38
  }>;
39
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
39
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
40
+ position: import("prop-types").Requireable<string>;
41
+ iconName?: React.Validator<string> | undefined;
42
+ iconColor?: React.Validator<string | null | undefined> | undefined;
43
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
44
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
45
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
46
+ preset?: React.Validator<string | null | undefined> | undefined;
47
+ size?: React.Validator<{
48
+ faSize: number;
49
+ wrapperSize: number;
50
+ } | null | undefined> | undefined;
51
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
52
+ }>>;
40
53
  }>>;
41
54
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
42
55
  type: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":";AAGA,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,oBAAoB,EAA+B,MAAM,SAAS,CAAC;AAMtF,QAAA,MAAM,eAAe;YAAW,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBnD,CAAC;AAIF,eAAe,eAAe,CAAC"}
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  export declare const propTypes: {
3
4
  items: PropTypes.Requireable<(PropTypes.InferProps<{
@@ -25,7 +26,7 @@ export declare const propTypes: {
25
26
  'data-name': PropTypes.Requireable<string>;
26
27
  titleSize: PropTypes.Requireable<string>;
27
28
  subtitleSize: PropTypes.Requireable<string>;
28
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
29
+ icon: PropTypes.Requireable<PropTypes.InferProps<PropTypes.ValidationMap<any>>>;
29
30
  tag: PropTypes.Requireable<PropTypes.InferProps<{
30
31
  label: PropTypes.Requireable<string>;
31
32
  type: PropTypes.Requireable<string>;
@@ -33,7 +34,20 @@ export declare const propTypes: {
33
34
  customStyle: PropTypes.Requireable<{
34
35
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
35
36
  }>;
36
- icon: PropTypes.Requireable<PropTypes.InferProps<any>>;
37
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
38
+ position: PropTypes.Requireable<string>;
39
+ iconName?: import("react").Validator<string> | undefined;
40
+ iconColor?: import("react").Validator<string | null | undefined> | undefined;
41
+ backgroundColor?: import("react").Validator<string | null | undefined> | undefined;
42
+ gradientBackground?: import("react").Validator<boolean | null | undefined> | undefined;
43
+ borderRadius?: import("react").Validator<string | null | undefined> | undefined;
44
+ preset?: import("react").Validator<string | null | undefined> | undefined;
45
+ size?: import("react").Validator<{
46
+ faSize: number;
47
+ wrapperSize: number;
48
+ } | null | undefined> | undefined;
49
+ customStyle?: import("react").Validator<import("react").CSSProperties | null | undefined> | undefined;
50
+ }>>;
37
51
  }>>;
38
52
  button: PropTypes.Requireable<PropTypes.InferProps<{
39
53
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/select-opponents/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAErB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IACzC,KAAK,EAAE;QACL,SAAS,EAAE,iBAAiB,GAAG,cAAc,CAAC;QAC9C,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,oBAAoB,GAAG;IACjC,KAAK,EAAE,4BAA4B,EAAE,CAAC;CACvC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -244,7 +244,7 @@ declare namespace Sidebar {
244
244
  title: PropTypes.Validator<string>;
245
245
  name: PropTypes.Requireable<string>;
246
246
  uppercase: PropTypes.Requireable<boolean>;
247
- }, "name" | "index" | "uppercase">>>) | ((PropTypes.InferPropsInner<Pick<{
247
+ }, "uppercase" | "name" | "index">>>) | ((PropTypes.InferPropsInner<Pick<{
248
248
  type: PropTypes.Validator<string>;
249
249
  index: PropTypes.Requireable<number>;
250
250
  title: PropTypes.Validator<string>;
@@ -262,7 +262,7 @@ declare namespace Sidebar {
262
262
  title: PropTypes.Validator<string>;
263
263
  name: PropTypes.Requireable<string>;
264
264
  uppercase: PropTypes.Requireable<boolean>;
265
- }, "name" | "index" | "uppercase">>>) | null | undefined)[] | null | undefined> | null | undefined)[]>;
265
+ }, "uppercase" | "name" | "index">>>) | null | undefined)[] | null | undefined> | null | undefined)[]>;
266
266
  }
267
267
  export { propTypes_8 as propTypes };
268
268
  export namespace contextTypes_1 {
@@ -1,4 +1,4 @@
1
- /// <reference types="react" />
1
+ import React from 'react';
2
2
  import { SkillEditionProps } from './types';
3
3
  declare const SkillEdition: {
4
4
  (props: SkillEditionProps): JSX.Element;
@@ -21,7 +21,7 @@ declare const SkillEdition: {
21
21
  'data-name': import("prop-types").Requireable<string>;
22
22
  titleSize: import("prop-types").Requireable<string>;
23
23
  subtitleSize: import("prop-types").Requireable<string>;
24
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
24
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
25
25
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
26
26
  label: import("prop-types").Requireable<string>;
27
27
  type: import("prop-types").Requireable<string>;
@@ -29,7 +29,20 @@ declare const SkillEdition: {
29
29
  customStyle: import("prop-types").Requireable<{
30
30
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
31
31
  }>;
32
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
32
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
33
+ position: import("prop-types").Requireable<string>;
34
+ iconName?: React.Validator<string> | undefined;
35
+ iconColor?: React.Validator<string | null | undefined> | undefined;
36
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
37
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
38
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
39
+ preset?: React.Validator<string | null | undefined> | undefined;
40
+ size?: React.Validator<{
41
+ faSize: number;
42
+ wrapperSize: number;
43
+ } | null | undefined> | undefined;
44
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
45
+ }>>;
33
46
  }>>;
34
47
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
35
48
  type: import("prop-types").Requireable<string>;
@@ -260,7 +273,7 @@ declare const SkillEdition: {
260
273
  'data-name': import("prop-types").Requireable<string>;
261
274
  titleSize: import("prop-types").Requireable<string>;
262
275
  subtitleSize: import("prop-types").Requireable<string>;
263
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
276
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
264
277
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
265
278
  label: import("prop-types").Requireable<string>;
266
279
  type: import("prop-types").Requireable<string>;
@@ -268,7 +281,20 @@ declare const SkillEdition: {
268
281
  customStyle: import("prop-types").Requireable<{
269
282
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
270
283
  }>;
271
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
284
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
285
+ position: import("prop-types").Requireable<string>;
286
+ iconName?: React.Validator<string> | undefined;
287
+ iconColor?: React.Validator<string | null | undefined> | undefined;
288
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
289
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
290
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
291
+ preset?: React.Validator<string | null | undefined> | undefined;
292
+ size?: React.Validator<{
293
+ faSize: number;
294
+ wrapperSize: number;
295
+ } | null | undefined> | undefined;
296
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
297
+ }>>;
272
298
  }>>;
273
299
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
274
300
  type: import("prop-types").Requireable<string>;
@@ -819,7 +845,7 @@ declare const SkillEdition: {
819
845
  'data-name': import("prop-types").Requireable<string>;
820
846
  titleSize: import("prop-types").Requireable<string>;
821
847
  subtitleSize: import("prop-types").Requireable<string>;
822
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
848
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
823
849
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
824
850
  label: import("prop-types").Requireable<string>;
825
851
  type: import("prop-types").Requireable<string>;
@@ -827,7 +853,20 @@ declare const SkillEdition: {
827
853
  customStyle: import("prop-types").Requireable<{
828
854
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
829
855
  }>;
830
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
856
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
857
+ position: import("prop-types").Requireable<string>;
858
+ iconName?: React.Validator<string> | undefined;
859
+ iconColor?: React.Validator<string | null | undefined> | undefined;
860
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
861
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
862
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
863
+ preset?: React.Validator<string | null | undefined> | undefined;
864
+ size?: React.Validator<{
865
+ faSize: number;
866
+ wrapperSize: number;
867
+ } | null | undefined> | undefined;
868
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
869
+ }>>;
831
870
  }>>;
832
871
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
833
872
  type: import("prop-types").Requireable<string>;
@@ -1015,7 +1054,7 @@ declare const SkillEdition: {
1015
1054
  'data-name': import("prop-types").Requireable<string>;
1016
1055
  titleSize: import("prop-types").Requireable<string>;
1017
1056
  subtitleSize: import("prop-types").Requireable<string>;
1018
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1057
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
1019
1058
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
1020
1059
  label: import("prop-types").Requireable<string>;
1021
1060
  type: import("prop-types").Requireable<string>;
@@ -1023,7 +1062,20 @@ declare const SkillEdition: {
1023
1062
  customStyle: import("prop-types").Requireable<{
1024
1063
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1025
1064
  }>;
1026
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1065
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1066
+ position: import("prop-types").Requireable<string>;
1067
+ iconName?: React.Validator<string> | undefined;
1068
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1069
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1070
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1071
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1072
+ preset?: React.Validator<string | null | undefined> | undefined;
1073
+ size?: React.Validator<{
1074
+ faSize: number;
1075
+ wrapperSize: number;
1076
+ } | null | undefined> | undefined;
1077
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1078
+ }>>;
1027
1079
  }>>;
1028
1080
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
1029
1081
  type: import("prop-types").Requireable<string>;
@@ -1466,7 +1518,7 @@ declare const SkillEdition: {
1466
1518
  'data-name': import("prop-types").Requireable<string>;
1467
1519
  titleSize: import("prop-types").Requireable<string>;
1468
1520
  subtitleSize: import("prop-types").Requireable<string>;
1469
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1521
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<import("prop-types").ValidationMap<any>>>;
1470
1522
  tag: import("prop-types").Requireable<import("prop-types").InferProps<{
1471
1523
  label: import("prop-types").Requireable<string>;
1472
1524
  type: import("prop-types").Requireable<string>;
@@ -1474,7 +1526,20 @@ declare const SkillEdition: {
1474
1526
  customStyle: import("prop-types").Requireable<{
1475
1527
  [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
1476
1528
  }>;
1477
- icon: import("prop-types").Requireable<import("prop-types").InferProps<any>>;
1529
+ icon: import("prop-types").Requireable<import("prop-types").InferProps<{
1530
+ position: import("prop-types").Requireable<string>;
1531
+ iconName?: React.Validator<string> | undefined;
1532
+ iconColor?: React.Validator<string | null | undefined> | undefined;
1533
+ backgroundColor?: React.Validator<string | null | undefined> | undefined;
1534
+ gradientBackground?: React.Validator<boolean | null | undefined> | undefined;
1535
+ borderRadius?: React.Validator<string | null | undefined> | undefined;
1536
+ preset?: React.Validator<string | null | undefined> | undefined;
1537
+ size?: React.Validator<{
1538
+ faSize: number;
1539
+ wrapperSize: number;
1540
+ } | null | undefined> | undefined;
1541
+ customStyle?: React.Validator<React.CSSProperties | null | undefined> | undefined;
1542
+ }>>;
1478
1543
  }>>;
1479
1544
  button: import("prop-types").Requireable<import("prop-types").InferProps<{
1480
1545
  type: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAC;AAGrD,QAAA,MAAM,YAAY;YAAW,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkB7C,CAAC;AAIF,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAkB,EAAC,iBAAiB,EAAC,MAAM,SAAS,CAAC;AAGrD,QAAA,MAAM,YAAY;YAAW,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkB7C,CAAC;AAIF,eAAe,YAAY,CAAC"}
@@ -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":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/organism/skill-edition/types.ts"],"names":[],"mappings":"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"}