@coorpacademy/components 11.36.4-alpha.5 → 11.36.4

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 (136) hide show
  1. package/es/atom/input-select/index.d.ts +5 -0
  2. package/es/atom/input-select/index.d.ts.map +1 -0
  3. package/es/atom/input-select/index.js +98 -0
  4. package/es/atom/input-select/index.js.map +1 -0
  5. package/es/atom/input-select/style.css +169 -0
  6. package/es/atom/input-select/types.d.ts +31 -0
  7. package/es/atom/input-select/types.d.ts.map +1 -0
  8. package/es/atom/input-select/types.js +17 -0
  9. package/es/atom/input-select/types.js.map +1 -0
  10. package/es/atom/input-switch/index.d.ts +1 -0
  11. package/es/atom/input-switch/index.d.ts.map +1 -1
  12. package/es/atom/input-switch/index.js +18 -5
  13. package/es/atom/input-switch/index.js.map +1 -1
  14. package/es/atom/input-switch/style.css +75 -0
  15. package/es/atom/link/index.d.ts.map +1 -1
  16. package/es/atom/link/index.js +3 -0
  17. package/es/atom/link/index.js.map +1 -1
  18. package/es/molecule/cm-popin/types.d.ts +1 -0
  19. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  20. package/es/molecule/draggable-list/index.d.ts +1 -0
  21. package/es/molecule/setup-section/index.d.ts +1 -0
  22. package/es/molecule/setup-section/index.d.ts.map +1 -1
  23. package/es/molecule/setup-sections/index.d.ts +1 -0
  24. package/es/organism/brand-learning-priorities/index.d.ts +1 -0
  25. package/es/organism/header-with-actions/index.d.ts +70 -15
  26. package/es/organism/header-with-actions/index.d.ts.map +1 -1
  27. package/es/organism/header-with-actions/index.js +3 -80
  28. package/es/organism/header-with-actions/index.js.map +1 -1
  29. package/es/organism/header-with-actions/types.d.ts +76 -36
  30. package/es/organism/header-with-actions/types.d.ts.map +1 -1
  31. package/es/organism/header-with-actions/types.js +10 -23
  32. package/es/organism/header-with-actions/types.js.map +1 -1
  33. package/es/organism/mooc-header/index.d.ts +6 -0
  34. package/es/organism/mooc-header/index.d.ts.map +1 -1
  35. package/es/organism/mooc-header/index.js +72 -56
  36. package/es/organism/mooc-header/index.js.map +1 -1
  37. package/es/organism/mooc-header/style.css +126 -111
  38. package/es/organism/user-preferences/index.d.ts +1 -0
  39. package/es/template/app-player/loading/index.d.ts +1 -0
  40. package/es/template/app-player/player/index.d.ts +2 -0
  41. package/es/template/app-player/player/slides/index.d.ts +1 -0
  42. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  43. package/es/template/app-player/popin-correction/index.d.ts +1 -0
  44. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  45. package/es/template/app-player/popin-end/index.d.ts +1 -0
  46. package/es/template/app-review/index.d.ts +1 -0
  47. package/es/template/app-review/index.d.ts.map +1 -1
  48. package/es/template/app-review/player/prop-types.d.ts +1 -0
  49. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  50. package/es/template/app-review/prop-types.d.ts +1 -0
  51. package/es/template/app-review/prop-types.d.ts.map +1 -1
  52. package/es/template/back-office/brand-update/index.d.ts +72 -15
  53. package/es/template/back-office/brand-update/index.d.ts.map +1 -1
  54. package/es/template/back-office/brand-update/index.js +2 -4
  55. package/es/template/back-office/brand-update/index.js.map +1 -1
  56. package/es/template/back-office/brand-update/style.css +1 -4
  57. package/es/template/back-office/brand-update/utils.d.ts +10 -38
  58. package/es/template/back-office/brand-update/utils.js +0 -19
  59. package/es/template/back-office/brand-update/utils.js.map +1 -1
  60. package/es/template/common/dashboard/index.d.ts +2 -0
  61. package/es/template/common/search-page/index.d.ts +1 -0
  62. package/es/template/external-course/index.d.ts +1 -0
  63. package/es/variables/colors.css +8 -6
  64. package/es/variables/colors.d.ts +1 -0
  65. package/es/variables/colors.d.ts.map +1 -1
  66. package/es/variables/colors.js +2 -1
  67. package/es/variables/colors.js.map +1 -1
  68. package/lib/atom/input-select/index.d.ts +5 -0
  69. package/lib/atom/input-select/index.d.ts.map +1 -0
  70. package/lib/atom/input-select/index.js +105 -0
  71. package/lib/atom/input-select/index.js.map +1 -0
  72. package/lib/atom/input-select/style.css +169 -0
  73. package/lib/atom/input-select/types.d.ts +31 -0
  74. package/lib/atom/input-select/types.d.ts.map +1 -0
  75. package/lib/atom/input-select/types.js +22 -0
  76. package/lib/atom/input-select/types.js.map +1 -0
  77. package/lib/atom/input-switch/index.d.ts +1 -0
  78. package/lib/atom/input-switch/index.d.ts.map +1 -1
  79. package/lib/atom/input-switch/index.js +18 -5
  80. package/lib/atom/input-switch/index.js.map +1 -1
  81. package/lib/atom/input-switch/style.css +75 -0
  82. package/lib/atom/link/index.d.ts.map +1 -1
  83. package/lib/atom/link/index.js +3 -0
  84. package/lib/atom/link/index.js.map +1 -1
  85. package/lib/molecule/cm-popin/types.d.ts +1 -0
  86. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  87. package/lib/molecule/draggable-list/index.d.ts +1 -0
  88. package/lib/molecule/setup-section/index.d.ts +1 -0
  89. package/lib/molecule/setup-section/index.d.ts.map +1 -1
  90. package/lib/molecule/setup-sections/index.d.ts +1 -0
  91. package/lib/organism/brand-learning-priorities/index.d.ts +1 -0
  92. package/lib/organism/header-with-actions/index.d.ts +70 -15
  93. package/lib/organism/header-with-actions/index.d.ts.map +1 -1
  94. package/lib/organism/header-with-actions/index.js +3 -80
  95. package/lib/organism/header-with-actions/index.js.map +1 -1
  96. package/lib/organism/header-with-actions/types.d.ts +76 -36
  97. package/lib/organism/header-with-actions/types.d.ts.map +1 -1
  98. package/lib/organism/header-with-actions/types.js +10 -23
  99. package/lib/organism/header-with-actions/types.js.map +1 -1
  100. package/lib/organism/mooc-header/index.d.ts +6 -0
  101. package/lib/organism/mooc-header/index.d.ts.map +1 -1
  102. package/lib/organism/mooc-header/index.js +71 -55
  103. package/lib/organism/mooc-header/index.js.map +1 -1
  104. package/lib/organism/mooc-header/style.css +126 -111
  105. package/lib/organism/user-preferences/index.d.ts +1 -0
  106. package/lib/template/app-player/loading/index.d.ts +1 -0
  107. package/lib/template/app-player/player/index.d.ts +2 -0
  108. package/lib/template/app-player/player/slides/index.d.ts +1 -0
  109. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  110. package/lib/template/app-player/popin-correction/index.d.ts +1 -0
  111. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  112. package/lib/template/app-player/popin-end/index.d.ts +1 -0
  113. package/lib/template/app-review/index.d.ts +1 -0
  114. package/lib/template/app-review/index.d.ts.map +1 -1
  115. package/lib/template/app-review/player/prop-types.d.ts +1 -0
  116. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  117. package/lib/template/app-review/prop-types.d.ts +1 -0
  118. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  119. package/lib/template/back-office/brand-update/index.d.ts +72 -15
  120. package/lib/template/back-office/brand-update/index.d.ts.map +1 -1
  121. package/lib/template/back-office/brand-update/index.js +2 -4
  122. package/lib/template/back-office/brand-update/index.js.map +1 -1
  123. package/lib/template/back-office/brand-update/style.css +1 -4
  124. package/lib/template/back-office/brand-update/utils.d.ts +10 -38
  125. package/lib/template/back-office/brand-update/utils.js +0 -19
  126. package/lib/template/back-office/brand-update/utils.js.map +1 -1
  127. package/lib/template/common/dashboard/index.d.ts +2 -0
  128. package/lib/template/common/search-page/index.d.ts +1 -0
  129. package/lib/template/external-course/index.d.ts +1 -0
  130. package/lib/variables/colors.css +8 -6
  131. package/lib/variables/colors.d.ts +1 -0
  132. package/lib/variables/colors.d.ts.map +1 -1
  133. package/lib/variables/colors.js +2 -1
  134. package/lib/variables/colors.js.map +1 -1
  135. package/package.json +2 -2
  136. package/locales/.mtslconfig.json +0 -1
@@ -19,7 +19,11 @@
19
19
  @value warning_700 from colors;
20
20
  @value red_200 from colors;
21
21
  @value negative_600 from colors;
22
- @vlue cm_negative_200 from colors;
22
+ @value cm_negative_200 from colors;
23
+ @value cm_grey_700 from colors;
24
+ @value cm_negative_300 from colors;
25
+ @value cm_grey_400 from colors;
26
+ @value cm_grey_500 from colors;
23
27
 
24
28
  .wrapper {
25
29
  min-height: 60px;
@@ -267,10 +271,50 @@
267
271
  align-items: center;
268
272
  }
269
273
 
270
- .userLink {
271
- display: block;
274
+ .userLinkAvatar {
275
+ display: flex;
276
+ justify-content: center;
277
+ align-items: center;
278
+ width: 40px;
279
+ height: 40px;
280
+ border-radius: 22px;
281
+ overflow: hidden;
282
+ background-color: white;
283
+ padding: 0;
284
+ }
285
+
286
+ .userLinkAvatar:hover {
287
+ box-shadow: 0 0 0 2px brand;
288
+ }
289
+
290
+ .userAvatarOpen {
291
+ box-shadow: 0 0 0 1px white, 0 0 0 3px brand;
292
+ }
293
+
294
+ .userAvatarWrapper {
295
+ width: 40px;
296
+ height: 40px;
297
+ border-radius: 50%;
298
+ overflow: hidden;
299
+ display: flex;
300
+ align-items: center;
301
+ justify-content: center;
302
+ background: white;
303
+ transition: box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
304
+ }
305
+
306
+ .userAvatarWrapper:not(.userAvatarOpen):hover {
307
+ box-shadow: 0 0 0 2px brand;
308
+ }
309
+
310
+ .avatar {
311
+ width: 100%;
272
312
  height: 100%;
313
+ border-radius: 50%;
314
+ display: block;
315
+ object-fit: cover;
273
316
  }
317
+
274
318
  .notification {
275
319
  width: 36px;
276
320
  height: 36px;
@@ -304,19 +348,6 @@
304
348
  display: flex;
305
349
  }
306
350
 
307
- .avatar {
308
- width: 40px;
309
- height: 40px;
310
- border-radius: 20px;
311
- overflow: hidden;
312
- background-color: medium;
313
- border: 1px solid light;
314
- }
315
-
316
- .avatar img {
317
- width: 100%;
318
- }
319
-
320
351
  .notifications {
321
352
  position: absolute;
322
353
  top: -8px;
@@ -417,38 +448,18 @@
417
448
  height: 100%;
418
449
  display: flex;
419
450
  align-items: center;
420
- justify-content: center;
421
- width: 40px;
422
- padding-right: 8px;
423
- }
424
-
425
- .settingsToggle {
426
- position: relative;
427
- width: 20px;
428
- height: 20px;
429
- cursor: pointer;
430
- }
431
-
432
- .settingsToggle:hover {
433
- color: black;
434
- }
435
-
436
- .settingsToggle::before {
437
- position: absolute;
438
- top: 10px;
439
- left: 10px;
440
- font-size: 20px;
451
+ padding-right: 24px;
441
452
  }
442
453
 
443
454
  .settingsWrapper {
444
455
  position: absolute;
445
- top: 75px;
446
- right: 0;
447
- width: 300px;
448
- border-radius: 3px;
449
- border: 1px solid light;
456
+ top: 54px;
457
+ right: 20px;
458
+ width: 284px;
459
+ border-radius: 12px;
460
+ box-shadow: 0 4px 8px 0px rgba(0,0,0,0.04);
450
461
  background: white;
451
- box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
462
+ z-index: 10;
452
463
  }
453
464
 
454
465
  .settingsWrapperHidden {
@@ -456,73 +467,47 @@
456
467
  display: none;
457
468
  }
458
469
 
459
- .settingsWrapper::after,
460
- .settingsWrapper::before {
461
- bottom: 100%;
462
- right: 20px;
463
- border: solid transparent;
464
- content: ' ';
465
- height: 0;
466
- width: 0;
467
- position: absolute;
468
- pointer-events: none;
469
- }
470
-
471
- .settingsWrapper::after {
472
- border-color: rgba(255, 255, 255, 0);
473
- border-bottom-color: white;
474
- border-width: 10px;
475
- margin-right: -10px;
476
- }
477
-
478
- .settingsWrapper::before {
479
- border-color: rgba(220, 224, 224, 0);
480
- border-bottom-color: light;
481
- border-width: 11px;
482
- margin-right: -11px;
483
- }
484
-
485
470
  .settingsGroup {
486
- padding: 20px;
487
- }
488
-
489
- .setting {
490
- height: 40px;
471
+ padding: 12px;
491
472
  display: flex;
492
- align-items: center;
473
+ flex-direction: column;
493
474
  gap: 12px;
494
475
  }
495
476
 
496
- .setting:last-child {
497
- font-family: 'Gilroy';
498
- font-size: 13px;
499
- font-weight: 600;
500
- color: medium;
501
- height: 40px;
502
- border-top: 1px solid light;
477
+ .setting {
478
+ height: 44px;
503
479
  display: flex;
504
- justify-content: center;
505
480
  align-items: center;
506
- margin-top: 10px;
507
- padding: 0 30px;
481
+ justify-content: start;
482
+ gap: 8px;
508
483
  cursor: pointer;
484
+ border-radius: 8px;
485
+ padding: 0px;
486
+ margin: 0px;
487
+ color: cm_grey_700;
488
+ padding-left: 16px;
509
489
  }
510
490
 
511
- .setting:last-child:hover {
512
- color: dark;
491
+ .setting:hover:not(.setting:last-child) {
492
+ background-color: cm_grey_100;
493
+ }
494
+
495
+ .setting:last-child {
496
+ color: cm_negative_300;
497
+ padding: 10px 0px 0px 4px;
498
+ border-top: 1px solid light;
513
499
  }
514
500
 
515
- .languageSelect {
516
- width: 98%;
517
- height: 30px;
501
+ .setting:last-child .settingLink {
502
+ color: cm_negative_300;
503
+ width: 100%;
504
+ height: 40px;
505
+ border-radius: 8px;
506
+ padding: 0px 12px;
518
507
  }
519
508
 
520
- .selectBoxes {
521
- flex-direction: column;
522
- height: 60px;
523
- align-items: baseline;
524
- margin-top: 15px;
525
- margin-bottom: 10px;
509
+ .setting:last-child:hover .settingLink {
510
+ background-color: negative_100;
526
511
  }
527
512
 
528
513
  .setting .label {
@@ -536,12 +521,46 @@
536
521
  margin-right: 10px;
537
522
  }
538
523
 
539
- .setting .link {
524
+ .settingLink {
540
525
  font-family: 'Gilroy';
541
- font-size: 13px;
526
+ width: 100%;
527
+ height: 100%;
528
+ font-size: 14px;
542
529
  font-weight: 600;
543
- color: dark;
544
530
  text-decoration: none;
531
+ line-height: 20px;
532
+ color: cm_grey_700;
533
+ display: flex;
534
+ align-items: center;
535
+ gap: 8px;
536
+ }
537
+
538
+ .disabled {
539
+ opacity: 0.5;
540
+ pointer-events: none;
541
+ cursor: default;
542
+ }
543
+
544
+ .setting.disabled :hover{
545
+ background-color: white;
546
+ }
547
+
548
+ .linkIcon {
549
+ width: 14px;
550
+ height: 14px;
551
+ color: inherit;
552
+ }
553
+
554
+ .setting:last-child .linkIcon {
555
+ color: cm_negative_200;
556
+ }
557
+
558
+ .selectBoxes {
559
+ flex-direction: column;
560
+ height: auto;
561
+ align-items: baseline;
562
+ width: 100%;
563
+ padding-left: 0;
545
564
  }
546
565
 
547
566
  .homeIcon {
@@ -787,10 +806,6 @@
787
806
  flex-direction: column;
788
807
  }
789
808
 
790
- .links .link {
791
- margin-bottom: 10px;
792
- }
793
-
794
809
  .user {
795
810
  height: auto;
796
811
  padding: 10px 0 20px;
@@ -813,14 +828,6 @@
813
828
  padding-bottom: 40px;
814
829
  }
815
830
 
816
- .settingsToggle {
817
- display: none;
818
- }
819
-
820
- .settings div label {
821
- margin-right: 0;
822
- }
823
-
824
831
  .settingsWrapper {
825
832
  display: block;
826
833
  position: relative;
@@ -851,4 +858,12 @@
851
858
  .open .settings {
852
859
  width: 100%;
853
860
  }
861
+
862
+ .settingsWrapper {
863
+ right: 0;
864
+ }
865
+
866
+ .userAvatarWrapper {
867
+ display: none;
868
+ }
854
869
  }
@@ -19,6 +19,7 @@ declare namespace UserPreferences {
19
19
  details: PropTypes.Requireable<string>;
20
20
  'data-name': PropTypes.Requireable<string>;
21
21
  requiredSelection: PropTypes.Requireable<boolean>;
22
+ icon: PropTypes.Requireable<string>;
22
23
  }> | null | undefined)[]>;
23
24
  const moreInfoAriaLabel: PropTypes.Requireable<string>;
24
25
  const groupAriaLabel: PropTypes.Requireable<string>;
@@ -148,6 +148,7 @@ declare namespace PlayerLoading {
148
148
  details: PropTypes.Requireable<string>;
149
149
  'data-name': PropTypes.Requireable<string>;
150
150
  requiredSelection: PropTypes.Requireable<boolean>;
151
+ icon: PropTypes.Requireable<string>;
151
152
  }> | null | undefined)[]>;
152
153
  items: PropTypes.Requireable<PropTypes.InferProps<{
153
154
  type: PropTypes.Requireable<string>;
@@ -199,6 +199,7 @@ declare namespace SlidePlayer {
199
199
  details: PropTypes.Requireable<string>;
200
200
  'data-name': PropTypes.Requireable<string>;
201
201
  requiredSelection: PropTypes.Requireable<boolean>;
202
+ icon: PropTypes.Requireable<string>;
202
203
  }> | null | undefined)[]>;
203
204
  items: PropTypes.Requireable<PropTypes.InferProps<{
204
205
  type: PropTypes.Requireable<string>;
@@ -979,6 +980,7 @@ declare namespace SlidePlayer {
979
980
  details: PropTypes.Requireable<string>;
980
981
  'data-name': PropTypes.Requireable<string>;
981
982
  requiredSelection: PropTypes.Requireable<boolean>;
983
+ icon: PropTypes.Requireable<string>;
982
984
  }> | null | undefined)[]>;
983
985
  items: PropTypes.Requireable<PropTypes.InferProps<{
984
986
  type: PropTypes.Requireable<string>;
@@ -205,6 +205,7 @@ declare namespace SlidesPlayer {
205
205
  details: PropTypes.Requireable<string>;
206
206
  'data-name': PropTypes.Requireable<string>;
207
207
  requiredSelection: PropTypes.Requireable<boolean>;
208
+ icon: PropTypes.Requireable<string>;
208
209
  }> | null | undefined)[]>;
209
210
  items: PropTypes.Requireable<PropTypes.InferProps<{
210
211
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/template/app-player/player/slides/index.js"],"names":[],"mappings":";AA+aA,qEAkBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA1ID;;uBAyBC;;;;;;;;;;;;;;;;;;;;;;;;;AArPD;;;gBAaC;;;;;;;;;;;;;;AAyDD;;;;gBAEC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAlHD,oEAQC;;;;;;;;;AAgND;;gBAiBC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA/GD,qEAaC"}
@@ -235,6 +235,7 @@ declare class PopinCorrection extends React.Component<any, any, any> {
235
235
  details: PropTypes.Requireable<string>;
236
236
  'data-name': PropTypes.Requireable<string>;
237
237
  requiredSelection: PropTypes.Requireable<boolean>;
238
+ icon: PropTypes.Requireable<string>;
238
239
  }> | null | undefined)[]>;
239
240
  items: PropTypes.Requireable<PropTypes.InferProps<{
240
241
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/app-player/popin-correction/index.js"],"names":[],"mappings":";AAmGA;IACE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAmBE;IAEF;;;;;;;;;;;;;;;;;;;;;;MAEE;IAEF,wBAIC;IAFC;;MAA0B;IAkB5B,gCAEC;IAhBD,0BAEC;IAED,kBAQC;IALC,gCAIE;IAIF,aAAsB;IAGxB,sBAsEC;CACF"}
@@ -335,6 +335,7 @@ declare namespace PopinEnd {
335
335
  details: PropTypes.Requireable<string>;
336
336
  'data-name': PropTypes.Requireable<string>;
337
337
  requiredSelection: PropTypes.Requireable<boolean>;
338
+ icon: PropTypes.Requireable<string>;
338
339
  }> | null | undefined)[]>;
339
340
  items: PropTypes.Requireable<PropTypes.InferProps<{
340
341
  type: PropTypes.Requireable<string>;
@@ -656,6 +656,7 @@ declare const AppReview: {
656
656
  details: import("prop-types").Requireable<string>;
657
657
  'data-name': import("prop-types").Requireable<string>;
658
658
  requiredSelection: import("prop-types").Requireable<boolean>;
659
+ icon: import("prop-types").Requireable<string>;
659
660
  }> | null | undefined)[]>;
660
661
  items: import("prop-types").Requireable<import("prop-types").InferProps<{
661
662
  type: import("prop-types").Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;2BAAwB,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAOpD,CAAC;AAIF,eAAe,SAAS,CAAC"}
@@ -657,6 +657,7 @@ declare const propTypes: {
657
657
  details: PropTypes.Requireable<string>;
658
658
  'data-name': PropTypes.Requireable<string>;
659
659
  requiredSelection: PropTypes.Requireable<boolean>;
660
+ icon: PropTypes.Requireable<string>;
660
661
  }> | null | undefined)[]>;
661
662
  items: PropTypes.Requireable<PropTypes.InferProps<{
662
663
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../../src/template/app-review/player/prop-types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,cAAc,CAAC;AACtD,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAEtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAC/B,eAAe,CAAC,EAAE,mBAAmB,CAAC;IACtC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
@@ -661,6 +661,7 @@ declare const propTypes: {
661
661
  details: PropTypes.Requireable<string>;
662
662
  'data-name': PropTypes.Requireable<string>;
663
663
  requiredSelection: PropTypes.Requireable<boolean>;
664
+ icon: PropTypes.Requireable<string>;
664
665
  }> | null | undefined)[]>;
665
666
  items: PropTypes.Requireable<PropTypes.InferProps<{
666
667
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/prop-types.ts"],"names":[],"mappings":";AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAE3C,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -183,7 +183,10 @@ declare namespace BrandUpdate {
183
183
  }> | PropTypes.InferProps<{
184
184
  type: PropTypes.Validator<string>;
185
185
  closeButton: PropTypes.Requireable<PropTypes.InferProps<{
186
- 'aria-label': PropTypes.Requireable<string>;
186
+ size: PropTypes.Validator<string>;
187
+ icon: PropTypes.Validator<string>;
188
+ 'data-name': PropTypes.Validator<string>;
189
+ 'aria-label': PropTypes.Validator<string>;
187
190
  onClick: PropTypes.Validator<(...args: any[]) => any>;
188
191
  }>>;
189
192
  title: PropTypes.Validator<string>;
@@ -196,25 +199,77 @@ declare namespace BrandUpdate {
196
199
  display: PropTypes.Validator<boolean>;
197
200
  label: PropTypes.Requireable<string>;
198
201
  }>>>;
199
- actionButtons: PropTypes.Validator<(PropTypes.InferProps<{
200
- type: PropTypes.Requireable<string>;
201
- label: PropTypes.Validator<string>;
202
- onClick: PropTypes.Validator<(...args: any[]) => any>;
202
+ bulletPointMenuButton: PropTypes.Requireable<PropTypes.InferProps<{
203
+ 'data-name': PropTypes.Requireable<string>;
203
204
  disabled: PropTypes.Requireable<boolean>;
204
- iconName: PropTypes.Requireable<string>;
205
- iconColor: PropTypes.Requireable<string>;
206
- }> | null | undefined)[]>;
207
- bulletPointMenuButtonPropTypes: PropTypes.Requireable<PropTypes.InferProps<{
205
+ buttonAriaLabel: PropTypes.Requireable<string>;
206
+ menuAriaLabel: PropTypes.Requireable<string>;
208
207
  buttons: PropTypes.Validator<(PropTypes.InferProps<{
209
- dataName: PropTypes.Requireable<string>;
208
+ 'data-name': PropTypes.Requireable<string>;
209
+ disabled: PropTypes.Requireable<boolean>;
210
210
  label: PropTypes.Validator<string>;
211
- iconName: PropTypes.Validator<string>;
212
- iconColor: PropTypes.Validator<string>;
213
- onClick: PropTypes.Validator<(...args: any[]) => any>;
211
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
212
+ type: PropTypes.Requireable<string>;
213
+ buttonLinkType: PropTypes.Requireable<string>;
214
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
215
+ theme: PropTypes.Requireable<string>;
216
+ position: PropTypes.Requireable<string>;
217
+ type: PropTypes.Requireable<string>;
218
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
219
+ name: PropTypes.Validator<string>;
220
+ color: PropTypes.Requireable<string>;
221
+ backgroundColor: PropTypes.Requireable<string>;
222
+ size: PropTypes.Requireable<number>;
223
+ customStyle: PropTypes.Requireable<{
224
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
225
+ }>;
226
+ }>>;
227
+ }>>;
228
+ customStyle: PropTypes.Requireable<{
229
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
230
+ }>;
214
231
  }> | null | undefined)[]>;
215
- onClick: PropTypes.Validator<(...args: any[]) => any>;
216
- buttonAriaLabel: PropTypes.Requireable<string>;
232
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
233
+ menuButtonClassName: PropTypes.Requireable<string>;
234
+ isBulkMenu: PropTypes.Requireable<boolean>;
217
235
  }>>;
236
+ actionButtons: PropTypes.Validator<(PropTypes.InferProps<{
237
+ type: PropTypes.Requireable<string>;
238
+ usage: PropTypes.Requireable<string>;
239
+ label: PropTypes.Requireable<string>;
240
+ content: PropTypes.Requireable<PropTypes.ReactNodeLike>;
241
+ 'aria-label': PropTypes.Requireable<string>;
242
+ tooltipText: PropTypes.Requireable<string>;
243
+ tooltipPlacement: PropTypes.Requireable<string>;
244
+ 'data-name': PropTypes.Requireable<string>;
245
+ 'data-testid': PropTypes.Requireable<string>;
246
+ icon: PropTypes.Requireable<PropTypes.InferProps<{
247
+ position: PropTypes.Requireable<string>;
248
+ type: PropTypes.Requireable<string>;
249
+ faIcon: PropTypes.Requireable<PropTypes.InferProps<{
250
+ name: PropTypes.Validator<string>;
251
+ color: PropTypes.Requireable<string>;
252
+ backgroundColor: PropTypes.Requireable<string>;
253
+ size: PropTypes.Requireable<number>;
254
+ customStyle: PropTypes.Requireable<{
255
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
256
+ }>;
257
+ }>>;
258
+ }>>;
259
+ onClick: PropTypes.Requireable<(...args: any[]) => any>;
260
+ link: PropTypes.Requireable<PropTypes.InferProps<{
261
+ href: PropTypes.Requireable<string>;
262
+ download: PropTypes.Requireable<boolean>;
263
+ target: PropTypes.Requireable<string>;
264
+ }>>;
265
+ hoverBackgroundColor: PropTypes.Requireable<string>;
266
+ hoverColor: PropTypes.Requireable<string>;
267
+ disabled: PropTypes.Requireable<boolean>;
268
+ className: PropTypes.Requireable<string>;
269
+ customStyle: PropTypes.Requireable<{
270
+ [x: string]: NonNullable<string | number | null | undefined> | null | undefined;
271
+ }>;
272
+ }> | null | undefined)[]>;
218
273
  }> | null | undefined>>;
219
274
  export const items: PropTypes.Validator<(PropTypes.InferProps<{
220
275
  key: PropTypes.Requireable<string>;
@@ -1353,6 +1408,7 @@ declare namespace BrandUpdate {
1353
1408
  details: PropTypes.Requireable<string>;
1354
1409
  'data-name': PropTypes.Requireable<string>;
1355
1410
  requiredSelection: PropTypes.Requireable<boolean>;
1411
+ icon: PropTypes.Requireable<string>;
1356
1412
  }>>;
1357
1413
  contentTypes: PropTypes.Requireable<PropTypes.InferProps<{
1358
1414
  modified: PropTypes.Requireable<boolean>;
@@ -1808,6 +1864,7 @@ declare namespace BrandUpdate {
1808
1864
  details: PropTypes.Requireable<string>;
1809
1865
  'data-name': PropTypes.Requireable<string>;
1810
1866
  requiredSelection: PropTypes.Requireable<boolean>;
1867
+ icon: PropTypes.Requireable<string>;
1811
1868
  }> | null | undefined)[]>;
1812
1869
  items: PropTypes.Requireable<PropTypes.InferProps<{
1813
1870
  type: PropTypes.Requireable<string>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAqPA,sDAgDC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/template/back-office/brand-update/index.js"],"names":[],"mappings":";AAmPA,sDAgDC"}
@@ -102,9 +102,7 @@ const buildNotifications = notifications => {
102
102
  const buildHeader = header => {
103
103
  return /*#__PURE__*/React.createElement("div", {
104
104
  className: style.header
105
- }, header.type === 'header-with-actions' ? /*#__PURE__*/React.createElement(HeaderWithActions, header) : /*#__PURE__*/React.createElement("div", {
106
- className: style.headerStickyDefault
107
- }, /*#__PURE__*/React.createElement(Header, header)));
105
+ }, header.type === 'header-with-actions' ? /*#__PURE__*/React.createElement(HeaderWithActions, header) : /*#__PURE__*/React.createElement(Header, header));
108
106
  };
109
107
  const buildDefaultPopin = popin => {
110
108
  const {
@@ -352,7 +350,7 @@ BrandUpdate.propTypes = process.env.NODE_ENV !== "production" ? {
352
350
  }),
353
351
  popin: PropTypes.oneOfType([PropTypes.shape({
354
352
  ...CmPopin.propTypes,
355
- theme: PropTypes.oneOf(['published', 'archived', 'deleted', 'draft'])
353
+ theme: PropTypes.oneOf(['published', 'archived', 'deleted'])
356
354
  }), PropTypes.shape({
357
355
  ...IconPickerModal.propTypes,
358
356
  type: PropTypes.oneOf(['icon-picker'])