@coorpacademy/components 11.36.1 → 11.36.2-alpha.9

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 (89) hide show
  1. package/es/atom/input-select/index.d.ts +28 -0
  2. package/es/atom/input-select/index.d.ts.map +1 -0
  3. package/es/atom/input-select/index.js +109 -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-switch/index.d.ts +1 -0
  7. package/es/atom/input-switch/index.d.ts.map +1 -1
  8. package/es/atom/input-switch/index.js +18 -5
  9. package/es/atom/input-switch/index.js.map +1 -1
  10. package/es/atom/input-switch/style.css +75 -0
  11. package/es/atom/link/index.d.ts.map +1 -1
  12. package/es/atom/link/index.js +3 -0
  13. package/es/atom/link/index.js.map +1 -1
  14. package/es/molecule/cm-popin/types.d.ts +1 -0
  15. package/es/molecule/cm-popin/types.d.ts.map +1 -1
  16. package/es/molecule/draggable-list/index.d.ts +1 -0
  17. package/es/molecule/setup-section/index.d.ts +1 -0
  18. package/es/molecule/setup-section/index.d.ts.map +1 -1
  19. package/es/molecule/setup-sections/index.d.ts +1 -0
  20. package/es/organism/brand-learning-priorities/index.d.ts +1 -0
  21. package/es/organism/mooc-header/index.d.ts +1 -0
  22. package/es/organism/mooc-header/index.d.ts.map +1 -1
  23. package/es/organism/mooc-header/index.js +53 -54
  24. package/es/organism/mooc-header/index.js.map +1 -1
  25. package/es/organism/mooc-header/style.css +122 -110
  26. package/es/organism/user-preferences/index.d.ts +1 -0
  27. package/es/template/app-player/loading/index.d.ts +1 -0
  28. package/es/template/app-player/player/index.d.ts +2 -0
  29. package/es/template/app-player/player/slides/index.d.ts +1 -0
  30. package/es/template/app-player/player/slides/index.d.ts.map +1 -1
  31. package/es/template/app-player/popin-correction/index.d.ts +1 -0
  32. package/es/template/app-player/popin-correction/index.d.ts.map +1 -1
  33. package/es/template/app-player/popin-end/index.d.ts +1 -0
  34. package/es/template/app-review/index.d.ts +1 -0
  35. package/es/template/app-review/index.d.ts.map +1 -1
  36. package/es/template/app-review/player/prop-types.d.ts +1 -0
  37. package/es/template/app-review/player/prop-types.d.ts.map +1 -1
  38. package/es/template/app-review/prop-types.d.ts +1 -0
  39. package/es/template/app-review/prop-types.d.ts.map +1 -1
  40. package/es/template/back-office/brand-update/index.d.ts +2 -0
  41. package/es/template/common/dashboard/index.d.ts +2 -0
  42. package/es/template/common/search-page/index.d.ts +1 -0
  43. package/es/template/external-course/index.d.ts +1 -0
  44. package/es/variables/colors.css +8 -6
  45. package/lib/atom/input-select/index.d.ts +28 -0
  46. package/lib/atom/input-select/index.d.ts.map +1 -0
  47. package/lib/atom/input-select/index.js +116 -0
  48. package/lib/atom/input-select/index.js.map +1 -0
  49. package/lib/atom/input-select/style.css +169 -0
  50. package/lib/atom/input-switch/index.d.ts +1 -0
  51. package/lib/atom/input-switch/index.d.ts.map +1 -1
  52. package/lib/atom/input-switch/index.js +18 -5
  53. package/lib/atom/input-switch/index.js.map +1 -1
  54. package/lib/atom/input-switch/style.css +75 -0
  55. package/lib/atom/link/index.d.ts.map +1 -1
  56. package/lib/atom/link/index.js +3 -0
  57. package/lib/atom/link/index.js.map +1 -1
  58. package/lib/molecule/cm-popin/types.d.ts +1 -0
  59. package/lib/molecule/cm-popin/types.d.ts.map +1 -1
  60. package/lib/molecule/draggable-list/index.d.ts +1 -0
  61. package/lib/molecule/setup-section/index.d.ts +1 -0
  62. package/lib/molecule/setup-section/index.d.ts.map +1 -1
  63. package/lib/molecule/setup-sections/index.d.ts +1 -0
  64. package/lib/organism/brand-learning-priorities/index.d.ts +1 -0
  65. package/lib/organism/mooc-header/index.d.ts +1 -0
  66. package/lib/organism/mooc-header/index.d.ts.map +1 -1
  67. package/lib/organism/mooc-header/index.js +52 -53
  68. package/lib/organism/mooc-header/index.js.map +1 -1
  69. package/lib/organism/mooc-header/style.css +122 -110
  70. package/lib/organism/user-preferences/index.d.ts +1 -0
  71. package/lib/template/app-player/loading/index.d.ts +1 -0
  72. package/lib/template/app-player/player/index.d.ts +2 -0
  73. package/lib/template/app-player/player/slides/index.d.ts +1 -0
  74. package/lib/template/app-player/player/slides/index.d.ts.map +1 -1
  75. package/lib/template/app-player/popin-correction/index.d.ts +1 -0
  76. package/lib/template/app-player/popin-correction/index.d.ts.map +1 -1
  77. package/lib/template/app-player/popin-end/index.d.ts +1 -0
  78. package/lib/template/app-review/index.d.ts +1 -0
  79. package/lib/template/app-review/index.d.ts.map +1 -1
  80. package/lib/template/app-review/player/prop-types.d.ts +1 -0
  81. package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
  82. package/lib/template/app-review/prop-types.d.ts +1 -0
  83. package/lib/template/app-review/prop-types.d.ts.map +1 -1
  84. package/lib/template/back-office/brand-update/index.d.ts +2 -0
  85. package/lib/template/common/dashboard/index.d.ts +2 -0
  86. package/lib/template/common/search-page/index.d.ts +1 -0
  87. package/lib/template/external-course/index.d.ts +1 -0
  88. package/lib/variables/colors.css +8 -6
  89. package/package.json +7 -7
@@ -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,19 @@
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);
461
+
450
462
  background: white;
451
- box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
463
+ z-index: 10;
452
464
  }
453
465
 
454
466
  .settingsWrapperHidden {
@@ -456,73 +468,47 @@
456
468
  display: none;
457
469
  }
458
470
 
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
471
  .settingsGroup {
486
- padding: 20px;
487
- }
488
-
489
- .setting {
490
- height: 40px;
472
+ padding: 12px;
491
473
  display: flex;
492
- align-items: center;
474
+ flex-direction: column;
493
475
  gap: 12px;
494
476
  }
495
477
 
496
- .setting:last-child {
497
- font-family: 'Gilroy';
498
- font-size: 13px;
499
- font-weight: 600;
500
- color: medium;
478
+ .setting {
501
479
  height: 40px;
502
- border-top: 1px solid light;
503
480
  display: flex;
504
- justify-content: center;
505
481
  align-items: center;
506
- margin-top: 10px;
507
- padding: 0 30px;
482
+ justify-content: start;
483
+ gap: 8px;
508
484
  cursor: pointer;
485
+ border-radius: 8px;
486
+ padding: 0px;
487
+ margin: 0px;
488
+ color: cm_grey_700;
489
+ padding-left: 16px;
509
490
  }
510
491
 
511
- .setting:last-child:hover {
512
- color: dark;
492
+ .setting:hover:not(.setting:last-child) {
493
+ background-color: cm_grey_100;
513
494
  }
514
495
 
515
- .languageSelect {
516
- width: 98%;
517
- height: 30px;
496
+ .setting:last-child {
497
+ color: cm_negative_300;
498
+ padding: 10px 0px 0px 4px;
499
+ border-top: 1px solid light;
518
500
  }
519
501
 
520
- .selectBoxes {
521
- flex-direction: column;
522
- height: 60px;
523
- align-items: baseline;
524
- margin-top: 15px;
525
- margin-bottom: 10px;
502
+ .setting:last-child .settingLink {
503
+ color: cm_negative_300;
504
+ width: 100%;
505
+ height: 40px;
506
+ border-radius: 8px;
507
+ padding: 0px 12px;
508
+ }
509
+
510
+ .setting:last-child:hover .settingLink {
511
+ background-color: negative_100;
526
512
  }
527
513
 
528
514
  .setting .label {
@@ -536,12 +522,46 @@
536
522
  margin-right: 10px;
537
523
  }
538
524
 
539
- .setting .link {
525
+ .settingLink {
540
526
  font-family: 'Gilroy';
541
- font-size: 13px;
527
+ font-size: 14px;
542
528
  font-weight: 600;
543
- color: dark;
544
529
  text-decoration: none;
530
+ line-height: 20px;
531
+ color: cm_grey_700;
532
+ display: flex;
533
+ align-items: center;
534
+ gap: 8px;
535
+ }
536
+
537
+ .disabled {
538
+ opacity: 0.5;
539
+ pointer-events: none;
540
+ cursor: default;
541
+ }
542
+
543
+ .setting.disabled :hover{
544
+ background-color: white;
545
+ }
546
+
547
+ .linkIcon {
548
+ width: 14px;
549
+ height: 14px;
550
+ color: inherit;
551
+ }
552
+
553
+ .setting:last-child .linkIcon {
554
+ color: cm_negative_200;
555
+ }
556
+
557
+ .selectBoxes {
558
+ flex-direction: column;
559
+ height: auto;
560
+ align-items: baseline;
561
+ margin-top: 15px;
562
+ margin-bottom: 10px;
563
+ width: 100%;
564
+ padding-left: 0;
545
565
  }
546
566
 
547
567
  .homeIcon {
@@ -787,10 +807,6 @@
787
807
  flex-direction: column;
788
808
  }
789
809
 
790
- .links .link {
791
- margin-bottom: 10px;
792
- }
793
-
794
810
  .user {
795
811
  height: auto;
796
812
  padding: 10px 0 20px;
@@ -813,14 +829,6 @@
813
829
  padding-bottom: 40px;
814
830
  }
815
831
 
816
- .settingsToggle {
817
- display: none;
818
- }
819
-
820
- .settings div label {
821
- margin-right: 0;
822
- }
823
-
824
832
  .settingsWrapper {
825
833
  display: block;
826
834
  position: relative;
@@ -855,4 +863,8 @@
855
863
  .desktopOnlyMoreMenu {
856
864
  display: none;
857
865
  }
866
+
867
+ .userAvatarWrapper {
868
+ display: none;
869
+ }
858
870
  }
@@ -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>;
@@ -977,6 +978,7 @@ declare namespace SlidePlayer {
977
978
  details: PropTypes.Requireable<string>;
978
979
  'data-name': PropTypes.Requireable<string>;
979
980
  requiredSelection: PropTypes.Requireable<boolean>;
981
+ icon: PropTypes.Requireable<string>;
980
982
  }> | null | undefined)[]>;
981
983
  items: PropTypes.Requireable<PropTypes.InferProps<{
982
984
  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"}
@@ -1406,6 +1406,7 @@ declare namespace BrandUpdate {
1406
1406
  details: PropTypes.Requireable<string>;
1407
1407
  'data-name': PropTypes.Requireable<string>;
1408
1408
  requiredSelection: PropTypes.Requireable<boolean>;
1409
+ icon: PropTypes.Requireable<string>;
1409
1410
  }>>;
1410
1411
  contentTypes: PropTypes.Requireable<PropTypes.InferProps<{
1411
1412
  modified: PropTypes.Requireable<boolean>;
@@ -1861,6 +1862,7 @@ declare namespace BrandUpdate {
1861
1862
  details: PropTypes.Requireable<string>;
1862
1863
  'data-name': PropTypes.Requireable<string>;
1863
1864
  requiredSelection: PropTypes.Requireable<boolean>;
1865
+ icon: PropTypes.Requireable<string>;
1864
1866
  }> | null | undefined)[]>;
1865
1867
  items: PropTypes.Requireable<PropTypes.InferProps<{
1866
1868
  type: PropTypes.Requireable<string>;
@@ -152,6 +152,7 @@ declare namespace Dashboard {
152
152
  details: PropTypes.Requireable<string>;
153
153
  'data-name': PropTypes.Requireable<string>;
154
154
  requiredSelection: PropTypes.Requireable<boolean>;
155
+ icon: PropTypes.Requireable<string>;
155
156
  }> | null | undefined)[]>;
156
157
  items: PropTypes.Requireable<PropTypes.InferProps<{
157
158
  type: PropTypes.Requireable<string>;
@@ -933,6 +934,7 @@ declare namespace Dashboard {
933
934
  details: PropTypes.Requireable<string>;
934
935
  'data-name': PropTypes.Requireable<string>;
935
936
  requiredSelection: PropTypes.Requireable<boolean>;
937
+ icon: PropTypes.Requireable<string>;
936
938
  }> | null | undefined)[]>;
937
939
  items: PropTypes.Requireable<PropTypes.InferProps<{
938
940
  type: PropTypes.Requireable<string>;
@@ -333,6 +333,7 @@ declare namespace SearchPage {
333
333
  details: PropTypes.Requireable<string>;
334
334
  'data-name': PropTypes.Requireable<string>;
335
335
  requiredSelection: PropTypes.Requireable<boolean>;
336
+ icon: PropTypes.Requireable<string>;
336
337
  }> | null | undefined)[]>;
337
338
  items: PropTypes.Requireable<PropTypes.InferProps<{
338
339
  type: PropTypes.Requireable<string>;
@@ -170,6 +170,7 @@ declare namespace ExternalCourse {
170
170
  details: PropTypes.Requireable<string>;
171
171
  'data-name': PropTypes.Requireable<string>;
172
172
  requiredSelection: PropTypes.Requireable<boolean>;
173
+ icon: PropTypes.Requireable<string>;
173
174
  }> | null | undefined)[]>;
174
175
  items: PropTypes.Requireable<PropTypes.InferProps<{
175
176
  type: PropTypes.Requireable<string>;
@@ -93,11 +93,13 @@
93
93
  @value warning_100: #FFEECC;
94
94
  @value warning_700: #B87A00;
95
95
 
96
- @value negative_600 #C91214;
97
- @value red_200 #FF9E9E;
98
- @value turquoise_100: '#D9F4F7';
99
- @value pink_100: '#FAD6DE';
100
- @value orange_100: '#FFDCD1';
101
- @value primary_100: '#D6E6FF';
102
96
  @value purple_100: #DDD1FF;
103
97
  @value purple_600: #3900D6;
98
+ @value negative_600: #C91214;
99
+ @value red_200: #FF9E9E;
100
+ @value turquoise_100: #D9F4F7;
101
+ @value pink_100: #FAD6DE;
102
+ @value orange_100: #FFDCD1;
103
+ @value primary_100: #D6E6FF;
104
+
105
+ @value negative_700: #B81400;
@@ -0,0 +1,28 @@
1
+ export default InputSelect;
2
+ declare function InputSelect({ options, value, onChange, placeholder, className, "aria-label": ariaLabel, iconClosed, selectedIcon }: {
3
+ options?: any[] | undefined;
4
+ value: any;
5
+ onChange: any;
6
+ placeholder: any;
7
+ className: any;
8
+ "aria-label": any;
9
+ iconClosed?: string | undefined;
10
+ selectedIcon?: string | undefined;
11
+ }): JSX.Element;
12
+ declare namespace InputSelect {
13
+ const propTypes: {
14
+ options: PropTypes.Requireable<(PropTypes.InferProps<{
15
+ value: PropTypes.Validator<string>;
16
+ label: PropTypes.Validator<string>;
17
+ }> | null | undefined)[]>;
18
+ value: PropTypes.Requireable<string>;
19
+ onChange: PropTypes.Requireable<(...args: any[]) => any>;
20
+ placeholder: PropTypes.Requireable<string>;
21
+ className: PropTypes.Requireable<string>;
22
+ 'aria-label': PropTypes.Requireable<string>;
23
+ iconClosed: PropTypes.Requireable<string>;
24
+ selectedIcon: PropTypes.Requireable<string>;
25
+ };
26
+ }
27
+ import PropTypes from "prop-types";
28
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/atom/input-select/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;gBAqGC"}