@coorpacademy/components 11.40.5 → 11.40.6-alpha.5

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 (199) hide show
  1. package/es/atom/button-link/index.d.ts +15 -8
  2. package/es/atom/button-link/index.d.ts.map +1 -1
  3. package/es/atom/button-link/index.js +75 -37
  4. package/es/atom/button-link/index.js.map +1 -1
  5. package/es/atom/button-link/types.d.ts +20 -14
  6. package/es/atom/button-link/types.d.ts.map +1 -1
  7. package/es/atom/button-link/types.js +4 -3
  8. package/es/atom/button-link/types.js.map +1 -1
  9. package/es/atom/button-menu/index.d.ts +1 -3
  10. package/es/atom/button-menu/index.d.ts.map +1 -1
  11. package/es/atom/button-menu/index.js +1 -7
  12. package/es/atom/button-menu/index.js.map +1 -1
  13. package/es/atom/button-menu/types.d.ts +2 -6
  14. package/es/atom/button-menu/types.d.ts.map +1 -1
  15. package/es/atom/radio-with-title/index.d.ts +15 -8
  16. package/es/atom/radio-with-title/index.d.ts.map +1 -1
  17. package/es/atom/radio-with-title/types.d.ts +15 -8
  18. package/es/atom/radio-with-title/types.d.ts.map +1 -1
  19. package/es/atom/title/index.d.ts +15 -8
  20. package/es/molecule/bullet-point-menu-button/index.d.ts +1 -3
  21. package/es/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
  22. package/es/molecule/bullet-point-menu-button/types.d.ts +1 -3
  23. package/es/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
  24. package/es/molecule/button-menu-action/index.d.ts +19 -11
  25. package/es/molecule/button-menu-action/index.d.ts.map +1 -1
  26. package/es/molecule/button-menu-action/index.js +27 -3
  27. package/es/molecule/button-menu-action/index.js.map +1 -1
  28. package/es/molecule/button-menu-action/types.d.ts +22 -12
  29. package/es/molecule/button-menu-action/types.d.ts.map +1 -1
  30. package/es/molecule/button-menu-action/types.js +7 -2
  31. package/es/molecule/button-menu-action/types.js.map +1 -1
  32. package/es/molecule/cm-popin/types.d.ts +133 -85
  33. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  34. package/es/molecule/expandible-actionable-table/index.d.ts +17 -14
  35. package/es/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  36. package/es/molecule/expandible-actionable-table/types.d.ts +17 -14
  37. package/es/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  38. package/es/molecule/quick-filters/index.d.ts +15 -8
  39. package/es/molecule/quick-filters/index.d.ts.map +1 -1
  40. package/es/molecule/quick-filters/types.d.ts +15 -8
  41. package/es/molecule/quick-filters/types.d.ts.map +1 -1
  42. package/es/molecule/title-and-checkbox-wrapper/index.d.ts +15 -8
  43. package/es/molecule/title-radio-wrapper/index.d.ts +15 -8
  44. package/es/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  45. package/es/molecule/title-radio-wrapper/types.d.ts +15 -8
  46. package/es/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  47. package/es/organism/content-skill-modal/index.d.ts +115 -68
  48. package/es/organism/content-skill-modal/index.d.ts.map +1 -1
  49. package/es/organism/content-skill-modal/types.d.ts +115 -68
  50. package/es/organism/content-skill-modal/types.d.ts.map +1 -1
  51. package/es/organism/icon-editor/index.d.ts +15 -8
  52. package/es/organism/icon-editor/index.d.ts.map +1 -1
  53. package/es/organism/icon-editor/types.d.ts +15 -8
  54. package/es/organism/icon-editor/types.d.ts.map +1 -1
  55. package/es/organism/list-items/index.d.ts +115 -68
  56. package/es/organism/rewards-form/index.d.ts +15 -8
  57. package/es/organism/select-opponents/index.d.ts +15 -8
  58. package/es/organism/select-opponents/index.d.ts.map +1 -1
  59. package/es/organism/select-opponents/types.d.ts +15 -8
  60. package/es/organism/select-opponents/types.d.ts.map +1 -1
  61. package/es/organism/setup-header/index.d.ts +60 -32
  62. package/es/organism/title-and-input/index.d.ts +45 -24
  63. package/es/organism/title-and-input/index.d.ts.map +1 -1
  64. package/es/organism/title-and-input/types.d.ts +45 -24
  65. package/es/organism/title-and-input/types.d.ts.map +1 -1
  66. package/es/organism/wizard-contents/index.d.ts +62 -38
  67. package/es/template/app-player/loading/index.d.ts +133 -85
  68. package/es/template/app-player/player/index.d.ts +274 -170
  69. package/es/template/app-player/player/slides/header/index.d.ts +8 -0
  70. package/es/template/app-player/player/slides/header/index.d.ts.map +1 -1
  71. package/es/template/app-player/player/slides/header/index.js +89 -3
  72. package/es/template/app-player/player/slides/header/index.js.map +1 -1
  73. package/es/template/app-player/player/slides/header/style.css +1 -1
  74. package/es/template/app-player/player/slides/index.d.ts +141 -85
  75. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  76. package/es/template/app-player/popin-correction/index.d.ts +133 -85
  77. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  78. package/es/template/app-player/popin-end/index.d.ts +141 -85
  79. package/es/template/app-review/index.d.ts +133 -85
  80. package/es/template/app-review/index.d.ts.map +1 -1
  81. package/es/template/app-review/player/prop-types.d.ts +133 -85
  82. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  83. package/es/template/app-review/prop-types.d.ts +133 -85
  84. package/es/template/app-review/prop-types.d.ts.map +1 -1
  85. package/es/template/back-office/brand-create/index.d.ts +60 -32
  86. package/es/template/back-office/brand-create/index.d.ts.map +1 -1
  87. package/es/template/back-office/brand-list/index.d.ts +60 -32
  88. package/es/template/back-office/brand-list/index.d.ts.map +1 -1
  89. package/es/template/back-office/brand-update/index.d.ts +485 -291
  90. package/es/template/back-office/dashboard-preview/index.d.ts +60 -32
  91. package/es/template/back-office/layout/index.d.ts +60 -32
  92. package/es/template/back-office/layout/index.d.ts.map +1 -1
  93. package/es/template/common/dashboard/index.d.ts +266 -170
  94. package/es/template/common/search-page/index.d.ts +133 -85
  95. package/es/template/external-course/index.d.ts +133 -85
  96. package/es/variables/colors.d.ts +1 -0
  97. package/es/variables/colors.d.ts.map +1 -1
  98. package/es/variables/colors.js +1 -0
  99. package/es/variables/colors.js.map +1 -1
  100. package/lib/atom/button-link/index.d.ts +15 -8
  101. package/lib/atom/button-link/index.d.ts.map +1 -1
  102. package/lib/atom/button-link/index.js +75 -37
  103. package/lib/atom/button-link/index.js.map +1 -1
  104. package/lib/atom/button-link/types.d.ts +20 -14
  105. package/lib/atom/button-link/types.d.ts.map +1 -1
  106. package/lib/atom/button-link/types.js +4 -3
  107. package/lib/atom/button-link/types.js.map +1 -1
  108. package/lib/atom/button-menu/index.d.ts +1 -3
  109. package/lib/atom/button-menu/index.d.ts.map +1 -1
  110. package/lib/atom/button-menu/index.js +1 -7
  111. package/lib/atom/button-menu/index.js.map +1 -1
  112. package/lib/atom/button-menu/types.d.ts +2 -6
  113. package/lib/atom/button-menu/types.d.ts.map +1 -1
  114. package/lib/atom/radio-with-title/index.d.ts +15 -8
  115. package/lib/atom/radio-with-title/index.d.ts.map +1 -1
  116. package/lib/atom/radio-with-title/types.d.ts +15 -8
  117. package/lib/atom/radio-with-title/types.d.ts.map +1 -1
  118. package/lib/atom/title/index.d.ts +15 -8
  119. package/lib/molecule/bullet-point-menu-button/index.d.ts +1 -3
  120. package/lib/molecule/bullet-point-menu-button/index.d.ts.map +1 -1
  121. package/lib/molecule/bullet-point-menu-button/types.d.ts +1 -3
  122. package/lib/molecule/bullet-point-menu-button/types.d.ts.map +1 -1
  123. package/lib/molecule/button-menu-action/index.d.ts +19 -11
  124. package/lib/molecule/button-menu-action/index.d.ts.map +1 -1
  125. package/lib/molecule/button-menu-action/index.js +26 -2
  126. package/lib/molecule/button-menu-action/index.js.map +1 -1
  127. package/lib/molecule/button-menu-action/types.d.ts +22 -12
  128. package/lib/molecule/button-menu-action/types.d.ts.map +1 -1
  129. package/lib/molecule/button-menu-action/types.js +7 -2
  130. package/lib/molecule/button-menu-action/types.js.map +1 -1
  131. package/lib/molecule/cm-popin/types.d.ts +133 -85
  132. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  133. package/lib/molecule/expandible-actionable-table/index.d.ts +17 -14
  134. package/lib/molecule/expandible-actionable-table/index.d.ts.map +1 -1
  135. package/lib/molecule/expandible-actionable-table/types.d.ts +17 -14
  136. package/lib/molecule/expandible-actionable-table/types.d.ts.map +1 -1
  137. package/lib/molecule/quick-filters/index.d.ts +15 -8
  138. package/lib/molecule/quick-filters/index.d.ts.map +1 -1
  139. package/lib/molecule/quick-filters/types.d.ts +15 -8
  140. package/lib/molecule/quick-filters/types.d.ts.map +1 -1
  141. package/lib/molecule/title-and-checkbox-wrapper/index.d.ts +15 -8
  142. package/lib/molecule/title-radio-wrapper/index.d.ts +15 -8
  143. package/lib/molecule/title-radio-wrapper/index.d.ts.map +1 -1
  144. package/lib/molecule/title-radio-wrapper/types.d.ts +15 -8
  145. package/lib/molecule/title-radio-wrapper/types.d.ts.map +1 -1
  146. package/lib/organism/content-skill-modal/index.d.ts +115 -68
  147. package/lib/organism/content-skill-modal/index.d.ts.map +1 -1
  148. package/lib/organism/content-skill-modal/types.d.ts +115 -68
  149. package/lib/organism/content-skill-modal/types.d.ts.map +1 -1
  150. package/lib/organism/icon-editor/index.d.ts +15 -8
  151. package/lib/organism/icon-editor/index.d.ts.map +1 -1
  152. package/lib/organism/icon-editor/types.d.ts +15 -8
  153. package/lib/organism/icon-editor/types.d.ts.map +1 -1
  154. package/lib/organism/list-items/index.d.ts +115 -68
  155. package/lib/organism/rewards-form/index.d.ts +15 -8
  156. package/lib/organism/select-opponents/index.d.ts +15 -8
  157. package/lib/organism/select-opponents/index.d.ts.map +1 -1
  158. package/lib/organism/select-opponents/types.d.ts +15 -8
  159. package/lib/organism/select-opponents/types.d.ts.map +1 -1
  160. package/lib/organism/setup-header/index.d.ts +60 -32
  161. package/lib/organism/title-and-input/index.d.ts +45 -24
  162. package/lib/organism/title-and-input/index.d.ts.map +1 -1
  163. package/lib/organism/title-and-input/types.d.ts +45 -24
  164. package/lib/organism/title-and-input/types.d.ts.map +1 -1
  165. package/lib/organism/wizard-contents/index.d.ts +62 -38
  166. package/lib/template/app-player/loading/index.d.ts +133 -85
  167. package/lib/template/app-player/player/index.d.ts +274 -170
  168. package/lib/template/app-player/player/slides/header/index.d.ts +8 -0
  169. package/lib/template/app-player/player/slides/header/index.d.ts.map +1 -1
  170. package/lib/template/app-player/player/slides/header/index.js +89 -3
  171. package/lib/template/app-player/player/slides/header/index.js.map +1 -1
  172. package/lib/template/app-player/player/slides/header/style.css +1 -1
  173. package/lib/template/app-player/player/slides/index.d.ts +141 -85
  174. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  175. package/lib/template/app-player/popin-correction/index.d.ts +133 -85
  176. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  177. package/lib/template/app-player/popin-end/index.d.ts +141 -85
  178. package/lib/template/app-review/index.d.ts +133 -85
  179. package/lib/template/app-review/index.d.ts.map +1 -1
  180. package/lib/template/app-review/player/prop-types.d.ts +133 -85
  181. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  182. package/lib/template/app-review/prop-types.d.ts +133 -85
  183. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  184. package/lib/template/back-office/brand-create/index.d.ts +60 -32
  185. package/lib/template/back-office/brand-create/index.d.ts.map +1 -1
  186. package/lib/template/back-office/brand-list/index.d.ts +60 -32
  187. package/lib/template/back-office/brand-list/index.d.ts.map +1 -1
  188. package/lib/template/back-office/brand-update/index.d.ts +485 -291
  189. package/lib/template/back-office/dashboard-preview/index.d.ts +60 -32
  190. package/lib/template/back-office/layout/index.d.ts +60 -32
  191. package/lib/template/back-office/layout/index.d.ts.map +1 -1
  192. package/lib/template/common/dashboard/index.d.ts +266 -170
  193. package/lib/template/common/search-page/index.d.ts +133 -85
  194. package/lib/template/external-course/index.d.ts +133 -85
  195. package/lib/variables/colors.d.ts +1 -0
  196. package/lib/variables/colors.d.ts.map +1 -1
  197. package/lib/variables/colors.js +1 -0
  198. package/lib/variables/colors.js.map +1 -1
  199. package/package.json +2 -2
@@ -39,7 +39,7 @@ export declare const propTypes: {
39
39
  tooltipPlacement: PropTypes.Requireable<string>;
40
40
  'data-name': PropTypes.Requireable<string>;
41
41
  'data-testid': PropTypes.Requireable<string>;
42
- icon: PropTypes.Requireable<PropTypes.InferProps<{
42
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
43
43
  position: PropTypes.Requireable<string>;
44
44
  type: PropTypes.Requireable<string>;
45
45
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -47,11 +47,19 @@ export declare const propTypes: {
47
47
  color: PropTypes.Requireable<string>;
48
48
  backgroundColor: PropTypes.Requireable<string>;
49
49
  size: PropTypes.Requireable<number>;
50
- customStyle: PropTypes.Requireable<{
51
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
52
- }>;
50
+ customStyle: PropTypes.Requireable<object>;
53
51
  }>>;
54
- }>>;
52
+ }> | (PropTypes.InferProps<{
53
+ position: PropTypes.Requireable<string>;
54
+ type: PropTypes.Requireable<string>;
55
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
56
+ name: PropTypes.Validator<string>;
57
+ color: PropTypes.Requireable<string>;
58
+ backgroundColor: PropTypes.Requireable<string>;
59
+ size: PropTypes.Requireable<number>;
60
+ customStyle: PropTypes.Requireable<object>;
61
+ }>>;
62
+ }> | null | undefined)[] | null | undefined>>;
55
63
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
56
64
  link: PropTypes.Requireable<PropTypes.InferProps<{
57
65
  href: PropTypes.Requireable<string>;
@@ -62,9 +70,8 @@ export declare const propTypes: {
62
70
  hoverColor: PropTypes.Requireable<string>;
63
71
  disabled: PropTypes.Requireable<boolean>;
64
72
  className: PropTypes.Requireable<string>;
65
- customStyle: PropTypes.Requireable<{
66
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
67
- }>;
73
+ customStyle: PropTypes.Requireable<object>;
74
+ contentCustomStyle: PropTypes.Requireable<object>;
68
75
  useTitle: PropTypes.Requireable<boolean>;
69
76
  customLabelClassName: PropTypes.Requireable<string>;
70
77
  }>>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/atom/radio-with-title/types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAGnC,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOrB,CAAC;AAEF,oBAAY,mBAAmB,GAAG;IAChC,KAAK,EAAE;QACL,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,EAAE,MAAM,CAAC;QACpB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACnC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC"}
@@ -39,7 +39,7 @@ declare namespace Title {
39
39
  tooltipPlacement: PropTypes.Requireable<string>;
40
40
  'data-name': PropTypes.Requireable<string>;
41
41
  'data-testid': PropTypes.Requireable<string>;
42
- icon: PropTypes.Requireable<PropTypes.InferProps<{
42
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
43
43
  position: PropTypes.Requireable<string>;
44
44
  type: PropTypes.Requireable<string>;
45
45
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -47,11 +47,19 @@ declare namespace Title {
47
47
  color: PropTypes.Requireable<string>;
48
48
  backgroundColor: PropTypes.Requireable<string>;
49
49
  size: PropTypes.Requireable<number>;
50
- customStyle: PropTypes.Requireable<{
51
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
52
- }>;
50
+ customStyle: PropTypes.Requireable<object>;
53
51
  }>>;
54
- }>>;
52
+ }> | (PropTypes.InferProps<{
53
+ position: PropTypes.Requireable<string>;
54
+ type: PropTypes.Requireable<string>;
55
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
56
+ name: PropTypes.Validator<string>;
57
+ color: PropTypes.Requireable<string>;
58
+ backgroundColor: PropTypes.Requireable<string>;
59
+ size: PropTypes.Requireable<number>;
60
+ customStyle: PropTypes.Requireable<object>;
61
+ }>>;
62
+ }> | null | undefined)[] | null | undefined>>;
55
63
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
56
64
  link: PropTypes.Requireable<PropTypes.InferProps<{
57
65
  href: PropTypes.Requireable<string>;
@@ -62,9 +70,8 @@ declare namespace Title {
62
70
  hoverColor: PropTypes.Requireable<string>;
63
71
  disabled: PropTypes.Requireable<boolean>;
64
72
  className: PropTypes.Requireable<string>;
65
- customStyle: PropTypes.Requireable<{
66
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
67
- }>;
73
+ customStyle: PropTypes.Requireable<object>;
74
+ contentCustomStyle: PropTypes.Requireable<object>;
68
75
  useTitle: PropTypes.Requireable<boolean>;
69
76
  customLabelClassName: PropTypes.Requireable<string>;
70
77
  }>>;
@@ -23,9 +23,7 @@ declare const BulletPointMenuButton: {
23
23
  color: import("prop-types").Requireable<string>;
24
24
  backgroundColor: import("prop-types").Requireable<string>;
25
25
  size: import("prop-types").Requireable<number>;
26
- customStyle: import("prop-types").Requireable<{
27
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
28
- }>;
26
+ customStyle: import("prop-types").Requireable<object>;
29
27
  }>>;
30
28
  }>>;
31
29
  customStyle: import("prop-types").Requireable<{
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,0BAA0B,EAAC,MAAM,SAAS,CAAC;AAM9D,QAAA,MAAM,qBAAqB;YAAW,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsH/D,CAAC;AAIF,eAAe,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,0BAA0B,EAAC,MAAM,SAAS,CAAC;AAM9D,QAAA,MAAM,qBAAqB;YAAW,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsH/D,CAAC;AAIF,eAAe,qBAAqB,CAAC"}
@@ -21,9 +21,7 @@ declare const propTypes: {
21
21
  color: PropTypes.Requireable<string>;
22
22
  backgroundColor: PropTypes.Requireable<string>;
23
23
  size: PropTypes.Requireable<number>;
24
- customStyle: PropTypes.Requireable<{
25
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
26
- }>;
24
+ customStyle: PropTypes.Requireable<object>;
27
25
  }>>;
28
26
  }>>;
29
27
  customStyle: PropTypes.Requireable<{
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAEzD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,0BAA0B,GAAG;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,iCAAiC,GAAG;IAAC,KAAK,EAAE,0BAA0B,CAAA;CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/bullet-point-menu-button/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,WAAW,EAAC,MAAM,8BAA8B,CAAC;AAEzD,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,0BAA0B,GAAG;IACvC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,CAAC;AAEF,oBAAY,iCAAiC,GAAG;IAAC,KAAK,EAAE,0BAA0B,CAAA;CAAC,CAAC"}
@@ -4,6 +4,7 @@ declare const ButtonMenuAction: {
4
4
  (props: ButtonMenuActionProps): JSX.Element;
5
5
  propTypes: {
6
6
  button: import("prop-types").Validator<NonNullable<import("prop-types").InferProps<{
7
+ withChevron: import("prop-types").Requireable<boolean>;
7
8
  type: import("prop-types").Requireable<string>;
8
9
  usage: import("prop-types").Requireable<string>;
9
10
  label: import("prop-types").Requireable<string>;
@@ -13,7 +14,7 @@ declare const ButtonMenuAction: {
13
14
  tooltipPlacement: import("prop-types").Requireable<string>;
14
15
  'data-name': import("prop-types").Requireable<string>;
15
16
  'data-testid': import("prop-types").Requireable<string>;
16
- icon: import("prop-types").Requireable<import("prop-types").InferProps<{
17
+ icon: import("prop-types").Requireable<NonNullable<import("prop-types").InferProps<{
17
18
  position: import("prop-types").Requireable<string>;
18
19
  type: import("prop-types").Requireable<string>;
19
20
  faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
@@ -21,11 +22,19 @@ declare const ButtonMenuAction: {
21
22
  color: import("prop-types").Requireable<string>;
22
23
  backgroundColor: import("prop-types").Requireable<string>;
23
24
  size: import("prop-types").Requireable<number>;
24
- customStyle: import("prop-types").Requireable<{
25
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
26
- }>;
25
+ customStyle: import("prop-types").Requireable<object>;
27
26
  }>>;
28
- }>>;
27
+ }> | (import("prop-types").InferProps<{
28
+ position: import("prop-types").Requireable<string>;
29
+ type: import("prop-types").Requireable<string>;
30
+ faIcon: import("prop-types").Requireable<import("prop-types").InferProps<{
31
+ name: import("prop-types").Validator<string>;
32
+ color: import("prop-types").Requireable<string>;
33
+ backgroundColor: import("prop-types").Requireable<string>;
34
+ size: import("prop-types").Requireable<number>;
35
+ customStyle: import("prop-types").Requireable<object>;
36
+ }>>;
37
+ }> | null | undefined)[] | null | undefined>>;
29
38
  onClick: import("prop-types").Requireable<(...args: any[]) => any>;
30
39
  link: import("prop-types").Requireable<import("prop-types").InferProps<{
31
40
  href: import("prop-types").Requireable<string>;
@@ -36,9 +45,8 @@ declare const ButtonMenuAction: {
36
45
  hoverColor: import("prop-types").Requireable<string>;
37
46
  disabled: import("prop-types").Requireable<boolean>;
38
47
  className: import("prop-types").Requireable<string>;
39
- customStyle: import("prop-types").Requireable<{
40
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
41
- }>;
48
+ customStyle: import("prop-types").Requireable<object>;
49
+ contentCustomStyle: import("prop-types").Requireable<object>;
42
50
  useTitle: import("prop-types").Requireable<boolean>;
43
51
  customLabelClassName: import("prop-types").Requireable<string>;
44
52
  }>>>;
@@ -59,9 +67,7 @@ declare const ButtonMenuAction: {
59
67
  color: import("prop-types").Requireable<string>;
60
68
  backgroundColor: import("prop-types").Requireable<string>;
61
69
  size: import("prop-types").Requireable<number>;
62
- customStyle: import("prop-types").Requireable<{
63
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
64
- }>;
70
+ customStyle: import("prop-types").Requireable<object>;
65
71
  }>>;
66
72
  }>>;
67
73
  customStyle: import("prop-types").Requireable<{
@@ -83,6 +89,8 @@ declare const ButtonMenuAction: {
83
89
  primaryColor: import("prop-types").Requireable<string>;
84
90
  closeOnClick: import("prop-types").Requireable<boolean>;
85
91
  enableScroll: import("prop-types").Requireable<boolean>;
92
+ containerCustom: import("prop-types").Requireable<object>;
93
+ showFade: import("prop-types").Requireable<boolean>;
86
94
  };
87
95
  };
88
96
  export default ButtonMenuAction;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/button-menu-action/index.tsx"],"names":[],"mappings":";AAOA,OAAkB,EAAC,qBAAqB,EAAC,MAAM,SAAS,CAAC;AAGzD,QAAA,MAAM,gBAAgB;YAAW,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4FrD,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/molecule/button-menu-action/index.tsx"],"names":[],"mappings":";AAQA,OAAkB,EAAC,qBAAqB,EAAC,MAAM,SAAS,CAAC;AAGzD,QAAA,MAAM,gBAAgB;YAAW,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqHrD,CAAC;AAIF,eAAe,gBAAgB,CAAC"}
@@ -1,11 +1,12 @@
1
1
  import _noop from "lodash/fp/noop";
2
2
  function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
3
- import React, { useCallback, useEffect, useState, useRef } from 'react';
3
+ import React, { useCallback, useEffect, useState, useRef, useMemo } from 'react';
4
4
  import classnames from 'classnames';
5
5
  import map from 'lodash/fp/map';
6
6
  import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
7
7
  import ButtonLink from '../../atom/button-link';
8
8
  import ButtonMenu from '../../atom/button-menu';
9
+ import { COLORS } from '../../variables/colors';
9
10
  import propTypes from './types';
10
11
  import style from './style.css';
11
12
  const ButtonMenuAction = props => {
@@ -21,7 +22,8 @@ const ButtonMenuAction = props => {
21
22
  showFade = false
22
23
  } = props;
23
24
  const {
24
- onClick = _noop
25
+ onClick = _noop,
26
+ withChevron = false
25
27
  } = button;
26
28
  const [visible, setVisible] = useState(false);
27
29
  const containerRef = useRef(null);
@@ -59,6 +61,28 @@ const ButtonMenuAction = props => {
59
61
  }, /*#__PURE__*/React.createElement(ButtonMenu, _extends({}, menuWithClose, {
60
62
  enableScroll: enableScroll
61
63
  })));
64
+ const buttonProps = useMemo(() => {
65
+ if (!withChevron) return button;
66
+
67
+ // to handle array/object/undefined
68
+ // eslint-disable-next-line no-nested-ternary
69
+ const baseIcons = Array.isArray(button.icon) ? button.icon : button.icon ? [button.icon] : [];
70
+ const chevronIcon = {
71
+ position: 'right',
72
+ faIcon: {
73
+ name: visible ? 'chevron-up' : 'chevron-down',
74
+ color: COLORS.neutral_700,
75
+ size: 14
76
+ }
77
+ };
78
+
79
+ // remove right icon if exists
80
+ const icons = [...baseIcons.filter(i => i && i.position !== 'right'), chevronIcon];
81
+ return {
82
+ ...button,
83
+ icon: icons
84
+ };
85
+ }, [button, withChevron, visible]);
62
86
  return /*#__PURE__*/React.createElement("div", {
63
87
  className: style.container,
64
88
  "data-name": "button-menu-action-wrapper",
@@ -81,7 +105,7 @@ const ButtonMenuAction = props => {
81
105
  color: visible ? primaryColor : undefined
82
106
  },
83
107
  "aria-label": button['aria-label']
84
- })) : /*#__PURE__*/React.createElement(ButtonLink, _extends({}, button, {
108
+ })) : /*#__PURE__*/React.createElement(ButtonLink, _extends({}, buttonProps, {
85
109
  onClick: toggleVisibility
86
110
  })), _menu);
87
111
  };
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["React","useCallback","useEffect","useState","useRef","classnames","map","FontAwesomeIcon","ButtonLink","ButtonMenu","propTypes","style","ButtonMenuAction","props","button","menu","menuWrapper","type","primaryColor","containerCustom","closeOnClick","enableScroll","showFade","onClick","_noop","visible","setVisible","containerRef","toggleVisibility","prevState","handleMouseDown","event","current","contains","target","document","addEventListener","removeEventListener","menuWithClose","buttons","btn","menuWrapperClass","length","_menu","createElement","className","ariaLabel","customStyle","_extends","container","ref","currentOption","color","undefined","label","icon","caret","process","env","NODE_ENV"],"sources":["../../../src/molecule/button-menu-action/index.tsx"],"sourcesContent":["import React, {useCallback, useEffect, useState, useRef} from 'react';\nimport classnames from 'classnames';\nimport {noop} from 'lodash/fp';\nimport map from 'lodash/fp/map';\nimport {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport ButtonLink from '../../atom/button-link';\nimport ButtonMenu from '../../atom/button-menu';\nimport propTypes, {ButtonMenuActionProps} from './types';\nimport style from './style.css';\n\nconst ButtonMenuAction = (props: ButtonMenuActionProps) => {\n const {\n button,\n menu,\n menuWrapper,\n type = 'button',\n primaryColor,\n containerCustom,\n closeOnClick = false,\n enableScroll = false,\n showFade = false\n } = props;\n const {onClick = noop} = button;\n const [visible, setVisible] = useState(false);\n const containerRef = useRef<HTMLDivElement>(null);\n\n const toggleVisibility = useCallback(() => {\n onClick();\n setVisible(prevState => !prevState);\n }, [onClick]);\n\n useEffect(() => {\n const handleMouseDown = (event: MouseEvent) => {\n if (visible && containerRef.current && !containerRef.current.contains(event.target as Node)) {\n setVisible(false);\n }\n };\n\n document.addEventListener('mousedown', handleMouseDown);\n return () => {\n document.removeEventListener('mousedown', handleMouseDown);\n };\n }, [visible, containerRef]);\n\n const menuWithClose = closeOnClick\n ? {\n ...menu,\n buttons: map(\n btn => ({\n ...btn,\n onClick: () => setVisible(false)\n }),\n menu.buttons\n )\n }\n : menu;\n\n const menuWrapperClass = classnames(style.menuWrapper, {\n [style.visible]: visible,\n [style.showFade]: showFade && menuWithClose.buttons && menuWithClose.buttons.length > 6\n });\n\n const _menu = (\n <div\n className={menuWrapperClass}\n data-name=\"menu-wrapper\"\n aria-label={menuWrapper?.ariaLabel}\n style={menuWrapper?.customStyle}\n >\n <ButtonMenu {...menuWithClose} enableScroll={enableScroll} />\n </div>\n );\n\n return (\n <div\n className={style.container}\n data-name=\"button-menu-action-wrapper\"\n style={containerCustom}\n ref={containerRef}\n >\n {type === 'link' ? (\n <div\n className={style.currentOption}\n data-name={button['data-name']}\n onClick={toggleVisibility}\n aria-expanded={visible}\n aria-haspopup=\"true\"\n >\n <span style={{color: visible ? primaryColor : undefined}}>{button.label}</span>\n <FontAwesomeIcon\n icon={visible ? 'chevron-up' : 'chevron-down'}\n className={style.caret}\n style={{color: visible ? primaryColor : undefined}}\n aria-label={button['aria-label']}\n />\n </div>\n ) : (\n <ButtonLink {...button} onClick={toggleVisibility} />\n )}\n {_menu}\n </div>\n );\n};\n\nButtonMenuAction.propTypes = propTypes;\n\nexport default ButtonMenuAction;\n"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"index.js","names":["React","useCallback","useEffect","useState","useRef","useMemo","classnames","map","FontAwesomeIcon","ButtonLink","ButtonMenu","COLORS","propTypes","style","ButtonMenuAction","props","button","menu","menuWrapper","type","primaryColor","containerCustom","closeOnClick","enableScroll","showFade","onClick","_noop","withChevron","visible","setVisible","containerRef","toggleVisibility","prevState","handleMouseDown","event","current","contains","target","document","addEventListener","removeEventListener","menuWithClose","buttons","btn","menuWrapperClass","length","_menu","createElement","className","ariaLabel","customStyle","_extends","buttonProps","baseIcons","Array","isArray","icon","chevronIcon","position","faIcon","name","color","neutral_700","size","icons","filter","i","container","ref","currentOption","undefined","label","caret","process","env","NODE_ENV"],"sources":["../../../src/molecule/button-menu-action/index.tsx"],"sourcesContent":["import React, {useCallback, useEffect, useState, useRef, useMemo} from 'react';\nimport classnames from 'classnames';\nimport {noop} from 'lodash/fp';\nimport map from 'lodash/fp/map';\nimport {FontAwesomeIcon} from '@fortawesome/react-fontawesome';\nimport ButtonLink from '../../atom/button-link';\nimport ButtonMenu from '../../atom/button-menu';\nimport {COLORS} from '../../variables/colors';\nimport propTypes, {ButtonMenuActionProps} from './types';\nimport style from './style.css';\n\nconst ButtonMenuAction = (props: ButtonMenuActionProps) => {\n const {\n button,\n menu,\n menuWrapper,\n type = 'button',\n primaryColor,\n containerCustom,\n closeOnClick = false,\n enableScroll = false,\n showFade = false\n } = props;\n const {onClick = noop, withChevron = false} = button;\n const [visible, setVisible] = useState(false);\n const containerRef = useRef<HTMLDivElement>(null);\n\n const toggleVisibility = useCallback(() => {\n onClick();\n setVisible(prevState => !prevState);\n }, [onClick]);\n\n useEffect(() => {\n const handleMouseDown = (event: MouseEvent) => {\n if (visible && containerRef.current && !containerRef.current.contains(event.target as Node)) {\n setVisible(false);\n }\n };\n\n document.addEventListener('mousedown', handleMouseDown);\n return () => {\n document.removeEventListener('mousedown', handleMouseDown);\n };\n }, [visible, containerRef]);\n\n const menuWithClose = closeOnClick\n ? {\n ...menu,\n buttons: map(\n btn => ({\n ...btn,\n onClick: () => setVisible(false)\n }),\n menu.buttons\n )\n }\n : menu;\n\n const menuWrapperClass = classnames(style.menuWrapper, {\n [style.visible]: visible,\n [style.showFade]: showFade && menuWithClose.buttons && menuWithClose.buttons.length > 6\n });\n\n const _menu = (\n <div\n className={menuWrapperClass}\n data-name=\"menu-wrapper\"\n aria-label={menuWrapper?.ariaLabel}\n style={menuWrapper?.customStyle}\n >\n <ButtonMenu {...menuWithClose} enableScroll={enableScroll} />\n </div>\n );\n\n const buttonProps = useMemo(() => {\n if (!withChevron) return button;\n\n // to handle array/object/undefined\n // eslint-disable-next-line no-nested-ternary\n const baseIcons = Array.isArray(button.icon) ? button.icon : button.icon ? [button.icon] : [];\n\n const chevronIcon = {\n position: 'right' as const,\n faIcon: {\n name: visible ? 'chevron-up' : 'chevron-down',\n color: COLORS.neutral_700,\n size: 14\n }\n };\n\n // remove right icon if exists\n const icons = [...baseIcons.filter(i => i && i.position !== 'right'), chevronIcon];\n\n return {\n ...button,\n icon: icons\n };\n }, [button, withChevron, visible]);\n\n return (\n <div\n className={style.container}\n data-name=\"button-menu-action-wrapper\"\n style={containerCustom}\n ref={containerRef}\n >\n {type === 'link' ? (\n <div\n className={style.currentOption}\n data-name={button['data-name']}\n onClick={toggleVisibility}\n aria-expanded={visible}\n aria-haspopup=\"true\"\n >\n <span style={{color: visible ? primaryColor : undefined}}>{button.label}</span>\n <FontAwesomeIcon\n icon={visible ? 'chevron-up' : 'chevron-down'}\n className={style.caret}\n style={{color: visible ? primaryColor : undefined}}\n aria-label={button['aria-label']}\n />\n </div>\n ) : (\n <ButtonLink {...buttonProps} onClick={toggleVisibility} />\n )}\n {_menu}\n </div>\n );\n};\n\nButtonMenuAction.propTypes = propTypes;\n\nexport default ButtonMenuAction;\n"],"mappings":"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","ignoreList":[]}
@@ -3,6 +3,7 @@ import { ButtonLinkProps } from '../../atom/button-link/types';
3
3
  import { ButtonMenuProps } from '../../atom/button-menu/types';
4
4
  declare const ButtonMenuActionPropTypes: {
5
5
  button: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
6
+ withChevron: PropTypes.Requireable<boolean>;
6
7
  type: PropTypes.Requireable<string>;
7
8
  usage: PropTypes.Requireable<string>;
8
9
  label: PropTypes.Requireable<string>;
@@ -12,7 +13,7 @@ declare const ButtonMenuActionPropTypes: {
12
13
  tooltipPlacement: PropTypes.Requireable<string>;
13
14
  'data-name': PropTypes.Requireable<string>;
14
15
  'data-testid': PropTypes.Requireable<string>;
15
- icon: PropTypes.Requireable<PropTypes.InferProps<{
16
+ icon: PropTypes.Requireable<NonNullable<PropTypes.InferProps<{
16
17
  position: PropTypes.Requireable<string>;
17
18
  type: PropTypes.Requireable<string>;
18
19
  faIcon: PropTypes.Requireable<PropTypes.InferProps<{
@@ -20,11 +21,19 @@ declare const ButtonMenuActionPropTypes: {
20
21
  color: PropTypes.Requireable<string>;
21
22
  backgroundColor: PropTypes.Requireable<string>;
22
23
  size: PropTypes.Requireable<number>;
23
- customStyle: PropTypes.Requireable<{
24
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
25
- }>;
24
+ customStyle: PropTypes.Requireable<object>;
26
25
  }>>;
27
- }>>;
26
+ }> | (PropTypes.InferProps<{
27
+ position: PropTypes.Requireable<string>;
28
+ type: PropTypes.Requireable<string>;
29
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
30
+ name: PropTypes.Validator<string>;
31
+ color: PropTypes.Requireable<string>;
32
+ backgroundColor: PropTypes.Requireable<string>;
33
+ size: PropTypes.Requireable<number>;
34
+ customStyle: PropTypes.Requireable<object>;
35
+ }>>;
36
+ }> | null | undefined)[] | null | undefined>>;
28
37
  onClick: PropTypes.Requireable<(...args: any[]) => any>;
29
38
  link: PropTypes.Requireable<PropTypes.InferProps<{
30
39
  href: PropTypes.Requireable<string>;
@@ -35,9 +44,8 @@ declare const ButtonMenuActionPropTypes: {
35
44
  hoverColor: PropTypes.Requireable<string>;
36
45
  disabled: PropTypes.Requireable<boolean>;
37
46
  className: PropTypes.Requireable<string>;
38
- customStyle: PropTypes.Requireable<{
39
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
40
- }>;
47
+ customStyle: PropTypes.Requireable<object>;
48
+ contentCustomStyle: PropTypes.Requireable<object>;
41
49
  useTitle: PropTypes.Requireable<boolean>;
42
50
  customLabelClassName: PropTypes.Requireable<string>;
43
51
  }>>>;
@@ -58,9 +66,7 @@ declare const ButtonMenuActionPropTypes: {
58
66
  color: PropTypes.Requireable<string>;
59
67
  backgroundColor: PropTypes.Requireable<string>;
60
68
  size: PropTypes.Requireable<number>;
61
- customStyle: PropTypes.Requireable<{
62
- [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
63
- }>;
69
+ customStyle: PropTypes.Requireable<object>;
64
70
  }>>;
65
71
  }>>;
66
72
  customStyle: PropTypes.Requireable<{
@@ -82,10 +88,14 @@ declare const ButtonMenuActionPropTypes: {
82
88
  primaryColor: PropTypes.Requireable<string>;
83
89
  closeOnClick: PropTypes.Requireable<boolean>;
84
90
  enableScroll: PropTypes.Requireable<boolean>;
91
+ containerCustom: PropTypes.Requireable<object>;
92
+ showFade: PropTypes.Requireable<boolean>;
85
93
  };
86
94
  export default ButtonMenuActionPropTypes;
87
95
  export declare type ButtonMenuActionProps = {
88
- button: ButtonLinkProps;
96
+ button: ButtonLinkProps & {
97
+ withChevron?: boolean;
98
+ };
89
99
  menu: ButtonMenuProps;
90
100
  menuWrapper?: {
91
101
  ariaLabel?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/button-menu-action/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAA4B,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAClF,OAA4B,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAElF,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAa9B,CAAC;AACF,eAAe,yBAAyB,CAAC;AAEzC,oBAAY,qBAAqB,GAAG;IAClC,MAAM,EAAE,eAAe,CAAC;IACxB,IAAI,EAAE,eAAe,CAAC;IACtB,WAAW,CAAC,EAAE;QACZ,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;KAC/C,CAAC;IACF,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IAClD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IAAC,KAAK,EAAE,qBAAqB,CAAA;CAAC,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/molecule/button-menu-action/types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAA4B,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAClF,OAA4B,EAAC,eAAe,EAAC,MAAM,8BAA8B,CAAC;AAElF,QAAA,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkB9B,CAAC;AACF,eAAe,yBAAyB,CAAC;AAEzC,oBAAY,qBAAqB,GAAG;IAClC,MAAM,EAAE,eAAe,GAAG;QACxB,WAAW,CAAC,EAAE,OAAO,CAAC;KACvB,CAAC;IACF,IAAI,EAAE,eAAe,CAAC;IACtB,WAAW,CAAC,EAAE;QACZ,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;KAC/C,CAAC;IACF,IAAI,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,CAAC;IAClD,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,oBAAY,4BAA4B,GAAG;IAAC,KAAK,EAAE,qBAAqB,CAAA;CAAC,CAAC"}
@@ -2,7 +2,10 @@ import PropTypes from 'prop-types';
2
2
  import ButtonLinkPropTypes from '../../atom/button-link/types';
3
3
  import ButtonMenuPropTypes from '../../atom/button-menu/types';
4
4
  const ButtonMenuActionPropTypes = {
5
- button: PropTypes.shape(ButtonLinkPropTypes).isRequired,
5
+ button: PropTypes.shape({
6
+ ...ButtonLinkPropTypes,
7
+ withChevron: PropTypes.bool
8
+ }).isRequired,
6
9
  menu: PropTypes.shape(ButtonMenuPropTypes).isRequired,
7
10
  menuWrapper: PropTypes.shape({
8
11
  ariaLabel: PropTypes.string,
@@ -11,7 +14,9 @@ const ButtonMenuActionPropTypes = {
11
14
  type: PropTypes.oneOf(['button', 'link']),
12
15
  primaryColor: PropTypes.string,
13
16
  closeOnClick: PropTypes.bool,
14
- enableScroll: PropTypes.bool
17
+ enableScroll: PropTypes.bool,
18
+ containerCustom: PropTypes.object,
19
+ showFade: PropTypes.bool
15
20
  };
16
21
  export default ButtonMenuActionPropTypes;
17
22
  //# sourceMappingURL=types.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","names":["PropTypes","ButtonLinkPropTypes","ButtonMenuPropTypes","ButtonMenuActionPropTypes","button","shape","isRequired","menu","menuWrapper","ariaLabel","string","customStyle","objectOf","oneOfType","number","object","type","oneOf","primaryColor","closeOnClick","bool","enableScroll"],"sources":["../../../src/molecule/button-menu-action/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport ButtonLinkPropTypes, {ButtonLinkProps} from '../../atom/button-link/types';\nimport ButtonMenuPropTypes, {ButtonMenuProps} from '../../atom/button-menu/types';\n\nconst ButtonMenuActionPropTypes = {\n button: PropTypes.shape(ButtonLinkPropTypes).isRequired,\n menu: PropTypes.shape(ButtonMenuPropTypes).isRequired,\n menuWrapper: PropTypes.shape({\n ariaLabel: PropTypes.string,\n customStyle: PropTypes.objectOf(\n PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.object])\n )\n }),\n type: PropTypes.oneOf(['button', 'link']),\n primaryColor: PropTypes.string,\n closeOnClick: PropTypes.bool,\n enableScroll: PropTypes.bool\n};\nexport default ButtonMenuActionPropTypes;\n\nexport type ButtonMenuActionProps = {\n button: ButtonLinkProps;\n menu: ButtonMenuProps;\n menuWrapper?: {\n ariaLabel?: string;\n customStyle?: Record<string, string | number>;\n };\n type?: 'button' | 'link';\n primaryColor?: string;\n containerCustom?: Record<string, string | number>;\n closeOnClick?: boolean;\n enableScroll?: boolean;\n showFade?: boolean;\n};\n\nexport type ButtonMenuActionPropsFixture = {props: ButtonMenuActionProps};\n"],"mappings":"AAAA,OAAOA,SAAS,MAAM,YAAY;AAClC,OAAOC,mBAAmB,MAAyB,8BAA8B;AACjF,OAAOC,mBAAmB,MAAyB,8BAA8B;AAEjF,MAAMC,yBAAyB,GAAG;EAChCC,MAAM,EAAEJ,SAAS,CAACK,KAAK,CAACJ,mBAAmB,CAAC,CAACK,UAAU;EACvDC,IAAI,EAAEP,SAAS,CAACK,KAAK,CAACH,mBAAmB,CAAC,CAACI,UAAU;EACrDE,WAAW,EAAER,SAAS,CAACK,KAAK,CAAC;IAC3BI,SAAS,EAAET,SAAS,CAACU,MAAM;IAC3BC,WAAW,EAAEX,SAAS,CAACY,QAAQ,CAC7BZ,SAAS,CAACa,SAAS,CAAC,CAACb,SAAS,CAACU,MAAM,EAAEV,SAAS,CAACc,MAAM,EAAEd,SAAS,CAACe,MAAM,CAAC,CAC5E;EACF,CAAC,CAAC;EACFC,IAAI,EAAEhB,SAAS,CAACiB,KAAK,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;EACzCC,YAAY,EAAElB,SAAS,CAACU,MAAM;EAC9BS,YAAY,EAAEnB,SAAS,CAACoB,IAAI;EAC5BC,YAAY,EAAErB,SAAS,CAACoB;AAC1B,CAAC;AACD,eAAejB,yBAAyB","ignoreList":[]}
1
+ {"version":3,"file":"types.js","names":["PropTypes","ButtonLinkPropTypes","ButtonMenuPropTypes","ButtonMenuActionPropTypes","button","shape","withChevron","bool","isRequired","menu","menuWrapper","ariaLabel","string","customStyle","objectOf","oneOfType","number","object","type","oneOf","primaryColor","closeOnClick","enableScroll","containerCustom","showFade"],"sources":["../../../src/molecule/button-menu-action/types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport ButtonLinkPropTypes, {ButtonLinkProps} from '../../atom/button-link/types';\nimport ButtonMenuPropTypes, {ButtonMenuProps} from '../../atom/button-menu/types';\n\nconst ButtonMenuActionPropTypes = {\n button: PropTypes.shape({\n ...ButtonLinkPropTypes,\n withChevron: PropTypes.bool\n }).isRequired,\n menu: PropTypes.shape(ButtonMenuPropTypes).isRequired,\n menuWrapper: PropTypes.shape({\n ariaLabel: PropTypes.string,\n customStyle: PropTypes.objectOf(\n PropTypes.oneOfType([PropTypes.string, PropTypes.number, PropTypes.object])\n )\n }),\n type: PropTypes.oneOf(['button', 'link']),\n primaryColor: PropTypes.string,\n closeOnClick: PropTypes.bool,\n enableScroll: PropTypes.bool,\n containerCustom: PropTypes.object,\n showFade: PropTypes.bool\n};\nexport default ButtonMenuActionPropTypes;\n\nexport type ButtonMenuActionProps = {\n button: ButtonLinkProps & {\n withChevron?: boolean;\n };\n menu: ButtonMenuProps;\n menuWrapper?: {\n ariaLabel?: string;\n customStyle?: Record<string, string | number>;\n };\n type?: 'button' | 'link';\n primaryColor?: string;\n containerCustom?: Record<string, string | number>;\n closeOnClick?: boolean;\n enableScroll?: boolean;\n showFade?: boolean;\n};\n\nexport type ButtonMenuActionPropsFixture = {props: ButtonMenuActionProps};\n"],"mappings":"AAAA,OAAOA,SAAS,MAAM,YAAY;AAClC,OAAOC,mBAAmB,MAAyB,8BAA8B;AACjF,OAAOC,mBAAmB,MAAyB,8BAA8B;AAEjF,MAAMC,yBAAyB,GAAG;EAChCC,MAAM,EAAEJ,SAAS,CAACK,KAAK,CAAC;IACtB,GAAGJ,mBAAmB;IACtBK,WAAW,EAAEN,SAAS,CAACO;EACzB,CAAC,CAAC,CAACC,UAAU;EACbC,IAAI,EAAET,SAAS,CAACK,KAAK,CAACH,mBAAmB,CAAC,CAACM,UAAU;EACrDE,WAAW,EAAEV,SAAS,CAACK,KAAK,CAAC;IAC3BM,SAAS,EAAEX,SAAS,CAACY,MAAM;IAC3BC,WAAW,EAAEb,SAAS,CAACc,QAAQ,CAC7Bd,SAAS,CAACe,SAAS,CAAC,CAACf,SAAS,CAACY,MAAM,EAAEZ,SAAS,CAACgB,MAAM,EAAEhB,SAAS,CAACiB,MAAM,CAAC,CAC5E;EACF,CAAC,CAAC;EACFC,IAAI,EAAElB,SAAS,CAACmB,KAAK,CAAC,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC;EACzCC,YAAY,EAAEpB,SAAS,CAACY,MAAM;EAC9BS,YAAY,EAAErB,SAAS,CAACO,IAAI;EAC5Be,YAAY,EAAEtB,SAAS,CAACO,IAAI;EAC5BgB,eAAe,EAAEvB,SAAS,CAACiB,MAAM;EACjCO,QAAQ,EAAExB,SAAS,CAACO;AACtB,CAAC;AACD,eAAeJ,yBAAyB","ignoreList":[]}