@coorpacademy/components 10.29.5 → 10.29.7-alpha.12
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.
- package/es/organism/mooc-header/index.d.ts.map +1 -1
- package/es/organism/mooc-header/index.js +28 -14
- package/es/organism/mooc-header/index.js.map +1 -1
- package/es/organism/mooc-header/style.css +26 -12
- package/es/organism/review-slide/index.d.ts.map +1 -1
- package/es/organism/review-slide/index.js +2 -1
- package/es/organism/review-slide/index.js.map +1 -1
- package/es/organism/review-slide/prop-types.d.ts +2 -0
- package/es/organism/review-slide/prop-types.d.ts.map +1 -1
- package/es/organism/review-slide/prop-types.js +1 -0
- package/es/organism/review-slide/prop-types.js.map +1 -1
- package/es/organism/review-stacked-slides/prop-types.d.ts +5 -0
- package/es/organism/review-stacked-slides/prop-types.d.ts.map +1 -1
- package/es/organism/review-stacked-slides/style.css +5 -7
- package/es/template/app-review/index.d.ts +5 -0
- package/es/template/app-review/index.d.ts.map +1 -1
- package/es/template/app-review/player/prop-types.d.ts +5 -0
- package/es/template/app-review/player/prop-types.d.ts.map +1 -1
- package/es/template/app-review/prop-types.d.ts +5 -0
- package/es/template/app-review/prop-types.d.ts.map +1 -1
- package/lib/organism/mooc-header/index.d.ts.map +1 -1
- package/lib/organism/mooc-header/index.js +27 -13
- package/lib/organism/mooc-header/index.js.map +1 -1
- package/lib/organism/mooc-header/style.css +26 -12
- package/lib/organism/review-slide/index.d.ts.map +1 -1
- package/lib/organism/review-slide/index.js +2 -1
- package/lib/organism/review-slide/index.js.map +1 -1
- package/lib/organism/review-slide/prop-types.d.ts +2 -0
- package/lib/organism/review-slide/prop-types.d.ts.map +1 -1
- package/lib/organism/review-slide/prop-types.js +1 -0
- package/lib/organism/review-slide/prop-types.js.map +1 -1
- package/lib/organism/review-stacked-slides/prop-types.d.ts +5 -0
- package/lib/organism/review-stacked-slides/prop-types.d.ts.map +1 -1
- package/lib/organism/review-stacked-slides/style.css +5 -7
- package/lib/template/app-review/index.d.ts +5 -0
- package/lib/template/app-review/index.d.ts.map +1 -1
- package/lib/template/app-review/player/prop-types.d.ts +5 -0
- package/lib/template/app-review/player/prop-types.d.ts.map +1 -1
- package/lib/template/app-review/prop-types.d.ts +5 -0
- package/lib/template/app-review/prop-types.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.js","names":["SlidePropsTypes","PropTypes","shape","position","number","loading","bool","loadingAriaLabel","string","animationType","isCorrect","animateCorrectionPopin","showCorrectionPopin","parentContentTitle","questionText","answerUI","AnswerPropTypes","propTypes","slideIndex","slide","validateButton","label","isRequired","onClick","func","disabled","correctionPopinProps","klf","ReviewCorrectionPopinPropTypes","information","next","resultLabel","type"],"sources":["../../../src/organism/review-slide/prop-types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport ReviewCorrectionPopinPropTypes, {\n ReviewCorrectionPopinProps\n} from '../../molecule/review-correction-popin/prop-types';\nimport AnswerPropTypes, {AnswerProps} from '../../molecule/answer/prop-types';\n\nexport const SlidePropsTypes = PropTypes.shape({\n position: PropTypes.number,\n loading: PropTypes.bool,\n loadingAriaLabel: PropTypes.string,\n animationType: PropTypes.string, // 'unstack' | 'restack'\n isCorrect: PropTypes.bool,\n animateCorrectionPopin: PropTypes.bool,\n showCorrectionPopin: PropTypes.bool,\n parentContentTitle: PropTypes.string,\n questionText: PropTypes.string,\n answerUI: PropTypes.shape(AnswerPropTypes)\n});\n\nconst propTypes = {\n slideIndex: PropTypes.string,\n slide: SlidePropsTypes,\n validateButton: PropTypes.shape({\n label: PropTypes.string.isRequired,\n onClick: PropTypes.func.isRequired,\n disabled: PropTypes.bool\n }),\n correctionPopinProps: PropTypes.shape({\n klf: ReviewCorrectionPopinPropTypes.klf,\n information: ReviewCorrectionPopinPropTypes.information,\n next: PropTypes.shape({\n label: PropTypes.string,\n 'aria-label': PropTypes.string // Pourquoi le onClick du next n'est pas ici !\n // updateSlidesOnNext: PropTypes.func.isRequired ???\n }),\n resultLabel: ReviewCorrectionPopinPropTypes.resultLabel,\n type: ReviewCorrectionPopinPropTypes.type\n })\n};\n\nexport default propTypes;\n\nexport type SlideProps = {\n position: number;\n loading: boolean;\n loadingAriaLabel?: string;\n animationType?: 'unstack' | 'restack';\n isCorrect?: boolean;\n animateCorrectionPopin?: boolean;\n showCorrectionPopin?: boolean;\n parentContentTitle?: string;\n questionText?: string;\n answerUI?: AnswerProps;\n};\n\nexport type ReviewSlideProps = {\n slideIndex: string;\n num: number;\n slide: SlideProps;\n correctionPopinProps?: ReviewCorrectionPopinProps;\n validateButton: {\n label: string;\n onClick: () => void;\n disabled: boolean;\n };\n};\n"],"mappings":";;;;;AAAA;;AACA;;AAGA;;;;AAEO,MAAMA,eAAe,GAAGC,kBAAA,CAAUC,KAAV,CAAgB;EAC7CC,QAAQ,EAAEF,kBAAA,CAAUG,MADyB;EAE7CC,OAAO,EAAEJ,kBAAA,CAAUK,IAF0B;EAG7CC,gBAAgB,EAAEN,kBAAA,CAAUO,MAHiB;EAI7CC,aAAa,EAAER,kBAAA,CAAUO,MAJoB;EAIZ;EACjCE,SAAS,EAAET,kBAAA,CAAUK,IALwB;EAM7CK,sBAAsB,EAAEV,kBAAA,CAAUK,IANW;EAO7CM,mBAAmB,EAAEX,kBAAA,CAAUK,IAPc;EAQ7CO,
|
|
1
|
+
{"version":3,"file":"prop-types.js","names":["SlidePropsTypes","PropTypes","shape","position","number","loading","bool","loadingAriaLabel","string","animationType","isCorrect","animateCorrectionPopin","showCorrectionPopin","disableContent","parentContentTitle","questionText","answerUI","AnswerPropTypes","propTypes","slideIndex","slide","validateButton","label","isRequired","onClick","func","disabled","correctionPopinProps","klf","ReviewCorrectionPopinPropTypes","information","next","resultLabel","type"],"sources":["../../../src/organism/review-slide/prop-types.ts"],"sourcesContent":["import PropTypes from 'prop-types';\nimport ReviewCorrectionPopinPropTypes, {\n ReviewCorrectionPopinProps\n} from '../../molecule/review-correction-popin/prop-types';\nimport AnswerPropTypes, {AnswerProps} from '../../molecule/answer/prop-types';\n\nexport const SlidePropsTypes = PropTypes.shape({\n position: PropTypes.number,\n loading: PropTypes.bool,\n loadingAriaLabel: PropTypes.string,\n animationType: PropTypes.string, // 'unstack' | 'restack'\n isCorrect: PropTypes.bool,\n animateCorrectionPopin: PropTypes.bool,\n showCorrectionPopin: PropTypes.bool,\n disableContent: PropTypes.bool,\n parentContentTitle: PropTypes.string,\n questionText: PropTypes.string,\n answerUI: PropTypes.shape(AnswerPropTypes)\n});\n\nconst propTypes = {\n slideIndex: PropTypes.string,\n slide: SlidePropsTypes,\n validateButton: PropTypes.shape({\n label: PropTypes.string.isRequired,\n onClick: PropTypes.func.isRequired,\n disabled: PropTypes.bool\n }),\n correctionPopinProps: PropTypes.shape({\n klf: ReviewCorrectionPopinPropTypes.klf,\n information: ReviewCorrectionPopinPropTypes.information,\n next: PropTypes.shape({\n label: PropTypes.string,\n 'aria-label': PropTypes.string // Pourquoi le onClick du next n'est pas ici !\n // updateSlidesOnNext: PropTypes.func.isRequired ???\n }),\n resultLabel: ReviewCorrectionPopinPropTypes.resultLabel,\n type: ReviewCorrectionPopinPropTypes.type\n })\n};\n\nexport default propTypes;\n\nexport type SlideProps = {\n position: number;\n loading: boolean;\n loadingAriaLabel?: string;\n animationType?: 'unstack' | 'restack';\n isCorrect?: boolean;\n animateCorrectionPopin?: boolean;\n showCorrectionPopin?: boolean;\n parentContentTitle?: string;\n questionText?: string;\n answerUI?: AnswerProps;\n};\n\nexport type ReviewSlideProps = {\n slideIndex: string;\n num: number;\n slide: SlideProps;\n correctionPopinProps?: ReviewCorrectionPopinProps;\n validateButton: {\n label: string;\n onClick: () => void;\n disabled: boolean;\n };\n};\n"],"mappings":";;;;;AAAA;;AACA;;AAGA;;;;AAEO,MAAMA,eAAe,GAAGC,kBAAA,CAAUC,KAAV,CAAgB;EAC7CC,QAAQ,EAAEF,kBAAA,CAAUG,MADyB;EAE7CC,OAAO,EAAEJ,kBAAA,CAAUK,IAF0B;EAG7CC,gBAAgB,EAAEN,kBAAA,CAAUO,MAHiB;EAI7CC,aAAa,EAAER,kBAAA,CAAUO,MAJoB;EAIZ;EACjCE,SAAS,EAAET,kBAAA,CAAUK,IALwB;EAM7CK,sBAAsB,EAAEV,kBAAA,CAAUK,IANW;EAO7CM,mBAAmB,EAAEX,kBAAA,CAAUK,IAPc;EAQ7CO,cAAc,EAAEZ,kBAAA,CAAUK,IARmB;EAS7CQ,kBAAkB,EAAEb,kBAAA,CAAUO,MATe;EAU7CO,YAAY,EAAEd,kBAAA,CAAUO,MAVqB;EAW7CQ,QAAQ,EAAEf,kBAAA,CAAUC,KAAV,CAAgBe,mBAAhB;AAXmC,CAAhB,CAAxB;;;AAcP,MAAMC,SAAS,GAAG;EAChBC,UAAU,EAAElB,kBAAA,CAAUO,MADN;EAEhBY,KAAK,EAAEpB,eAFS;EAGhBqB,cAAc,EAAEpB,kBAAA,CAAUC,KAAV,CAAgB;IAC9BoB,KAAK,EAAErB,kBAAA,CAAUO,MAAV,CAAiBe,UADM;IAE9BC,OAAO,EAAEvB,kBAAA,CAAUwB,IAAV,CAAeF,UAFM;IAG9BG,QAAQ,EAAEzB,kBAAA,CAAUK;EAHU,CAAhB,CAHA;EAQhBqB,oBAAoB,EAAE1B,kBAAA,CAAUC,KAAV,CAAgB;IACpC0B,GAAG,EAAEC,mBAAA,CAA+BD,GADA;IAEpCE,WAAW,EAAED,mBAAA,CAA+BC,WAFR;IAGpCC,IAAI,EAAE9B,kBAAA,CAAUC,KAAV,CAAgB;MACpBoB,KAAK,EAAErB,kBAAA,CAAUO,MADG;MAEpB,cAAcP,kBAAA,CAAUO,MAFJ,CAEW;MAC/B;;IAHoB,CAAhB,CAH8B;IAQpCwB,WAAW,EAAEH,mBAAA,CAA+BG,WARR;IASpCC,IAAI,EAAEJ,mBAAA,CAA+BI;EATD,CAAhB;AARN,CAAlB;eAqBef,S"}
|
|
@@ -32,6 +32,7 @@ declare const propTypes: {
|
|
|
32
32
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
33
33
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
34
34
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
35
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
35
36
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
36
37
|
questionText: PropTypes.Requireable<string>;
|
|
37
38
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -106,6 +107,7 @@ declare const propTypes: {
|
|
|
106
107
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
107
108
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
108
109
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
110
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
109
111
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
110
112
|
questionText: PropTypes.Requireable<string>;
|
|
111
113
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -180,6 +182,7 @@ declare const propTypes: {
|
|
|
180
182
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
181
183
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
182
184
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
185
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
183
186
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
184
187
|
questionText: PropTypes.Requireable<string>;
|
|
185
188
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -254,6 +257,7 @@ declare const propTypes: {
|
|
|
254
257
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
255
258
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
256
259
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
260
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
257
261
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
258
262
|
questionText: PropTypes.Requireable<string>;
|
|
259
263
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -328,6 +332,7 @@ declare const propTypes: {
|
|
|
328
332
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
329
333
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
330
334
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
335
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
331
336
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
332
337
|
questionText: PropTypes.Requireable<string>;
|
|
333
338
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-stacked-slides/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mDAAmD,CAAC;AAE7F,OAA6B,EAC3B,gBAAgB,EAChB,UAAU,EAEX,MAAM,4BAA4B,CAAC;AAEpC,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"prop-types.d.ts","sourceRoot":"","sources":["../../../src/organism/review-stacked-slides/prop-types.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,EAAC,0BAA0B,EAAC,MAAM,mDAAmD,CAAC;AAE7F,OAA6B,EAC3B,gBAAgB,EAChB,UAAU,EAEX,MAAM,4BAA4B,CAAC;AAEpC,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,gBAAgB,GAAG;IAC7B,cAAc,EAAE,gBAAgB,CAAC,gBAAgB,CAAC,CAAC;IACnD,oBAAoB,CAAC,EAAE,0BAA0B,CAAC;IAClD,MAAM,EAAE;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,UAAU,CAAA;KAAC,CAAC;IACpC,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC"}
|
|
@@ -29,8 +29,6 @@
|
|
|
29
29
|
border-radius: 24px;
|
|
30
30
|
overflow: hidden;
|
|
31
31
|
position: absolute;
|
|
32
|
-
|
|
33
|
-
transition: transform 0.5s ease-in;
|
|
34
32
|
pointer-events: none;
|
|
35
33
|
}
|
|
36
34
|
|
|
@@ -42,35 +40,35 @@
|
|
|
42
40
|
z-index: 50;
|
|
43
41
|
width: 100%;
|
|
44
42
|
transform: translate(0, 0);
|
|
45
|
-
transition: transform
|
|
43
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
.position1 {
|
|
49
47
|
z-index: 45;
|
|
50
48
|
width: 98%;
|
|
51
49
|
transform: translate(0.8%, -8px);
|
|
52
|
-
transition: transform
|
|
50
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
53
51
|
}
|
|
54
52
|
|
|
55
53
|
.position2 {
|
|
56
54
|
z-index: 40;
|
|
57
55
|
width: 96%;
|
|
58
56
|
transform: translate(1.6%, -16px);
|
|
59
|
-
transition: transform
|
|
57
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
60
58
|
}
|
|
61
59
|
|
|
62
60
|
.position3 {
|
|
63
61
|
z-index: 35;
|
|
64
62
|
width: 94%;
|
|
65
63
|
transform: translate(2.4%, -24px);
|
|
66
|
-
transition: transform
|
|
64
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
67
65
|
}
|
|
68
66
|
|
|
69
67
|
.position4 {
|
|
70
68
|
z-index: 30;
|
|
71
69
|
width: 92%;
|
|
72
70
|
transform: translate(3.2%, -32px);
|
|
73
|
-
transition: transform
|
|
71
|
+
transition: transform 1s ease-in, width 1s ease-in;
|
|
74
72
|
}
|
|
75
73
|
|
|
76
74
|
@keyframes slideOutHideAndSlideIn {
|
|
@@ -92,6 +92,7 @@ declare const AppReview: {
|
|
|
92
92
|
isCorrect: import("prop-types").Requireable<boolean>;
|
|
93
93
|
animateCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
94
94
|
showCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
95
|
+
disableContent: import("prop-types").Requireable<boolean>;
|
|
95
96
|
parentContentTitle: import("prop-types").Requireable<string>;
|
|
96
97
|
questionText: import("prop-types").Requireable<string>;
|
|
97
98
|
answerUI: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -166,6 +167,7 @@ declare const AppReview: {
|
|
|
166
167
|
isCorrect: import("prop-types").Requireable<boolean>;
|
|
167
168
|
animateCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
168
169
|
showCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
170
|
+
disableContent: import("prop-types").Requireable<boolean>;
|
|
169
171
|
parentContentTitle: import("prop-types").Requireable<string>;
|
|
170
172
|
questionText: import("prop-types").Requireable<string>;
|
|
171
173
|
answerUI: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -240,6 +242,7 @@ declare const AppReview: {
|
|
|
240
242
|
isCorrect: import("prop-types").Requireable<boolean>;
|
|
241
243
|
animateCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
242
244
|
showCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
245
|
+
disableContent: import("prop-types").Requireable<boolean>;
|
|
243
246
|
parentContentTitle: import("prop-types").Requireable<string>;
|
|
244
247
|
questionText: import("prop-types").Requireable<string>;
|
|
245
248
|
answerUI: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -314,6 +317,7 @@ declare const AppReview: {
|
|
|
314
317
|
isCorrect: import("prop-types").Requireable<boolean>;
|
|
315
318
|
animateCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
316
319
|
showCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
320
|
+
disableContent: import("prop-types").Requireable<boolean>;
|
|
317
321
|
parentContentTitle: import("prop-types").Requireable<string>;
|
|
318
322
|
questionText: import("prop-types").Requireable<string>;
|
|
319
323
|
answerUI: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -388,6 +392,7 @@ declare const AppReview: {
|
|
|
388
392
|
isCorrect: import("prop-types").Requireable<boolean>;
|
|
389
393
|
animateCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
390
394
|
showCorrectionPopin: import("prop-types").Requireable<boolean>;
|
|
395
|
+
disableContent: import("prop-types").Requireable<boolean>;
|
|
391
396
|
parentContentTitle: import("prop-types").Requireable<string>;
|
|
392
397
|
questionText: import("prop-types").Requireable<string>;
|
|
393
398
|
answerUI: import("prop-types").Requireable<import("prop-types").InferProps<{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;+CAA4C,cAAc
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/template/app-review/index.tsx"],"names":[],"mappings":";AAKA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAEvD,QAAA,MAAM,SAAS;+CAA4C,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAWxE,CAAC;AAIF,eAAe,SAAS,CAAC"}
|
|
@@ -48,6 +48,7 @@ declare const propTypes: {
|
|
|
48
48
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
49
49
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
50
50
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
51
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
51
52
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
52
53
|
questionText: PropTypes.Requireable<string>;
|
|
53
54
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -122,6 +123,7 @@ declare const propTypes: {
|
|
|
122
123
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
123
124
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
124
125
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
126
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
125
127
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
126
128
|
questionText: PropTypes.Requireable<string>;
|
|
127
129
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -196,6 +198,7 @@ declare const propTypes: {
|
|
|
196
198
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
197
199
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
198
200
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
201
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
199
202
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
200
203
|
questionText: PropTypes.Requireable<string>;
|
|
201
204
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -270,6 +273,7 @@ declare const propTypes: {
|
|
|
270
273
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
271
274
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
272
275
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
276
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
273
277
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
274
278
|
questionText: PropTypes.Requireable<string>;
|
|
275
279
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -344,6 +348,7 @@ declare const propTypes: {
|
|
|
344
348
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
345
349
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
346
350
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
351
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
347
352
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
348
353
|
questionText: PropTypes.Requireable<string>;
|
|
349
354
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -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;AAEnC,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAGtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS
|
|
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;AAEnC,OAAO,EAAC,YAAY,EAAC,MAAM,kCAAkC,CAAC;AAC9D,OAAgC,EAC9B,mBAAmB,EACpB,MAAM,8CAA8C,CAAC;AAGtD,OAA8B,EAAC,WAAW,EAAC,MAAM,uCAAuC,CAAC;AAEzF,OAA+B,EAC7B,gBAAgB,EACjB,MAAM,oDAAoD,CAAC;AAE5D,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMd,CAAC;AAEF,eAAe,SAAS,CAAC;AAEzB,oBAAY,iBAAiB,GAAG;IAC9B,MAAM,EAAE,WAAW,CAAC;IACpB,KAAK,EAAE,gBAAgB,CAAC;IACxB,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,SAAS,CAAC,EAAE,YAAY,CAAC;CAC1B,CAAC"}
|
|
@@ -100,6 +100,7 @@ declare const propTypes: {
|
|
|
100
100
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
101
101
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
102
102
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
103
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
103
104
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
104
105
|
questionText: PropTypes.Requireable<string>;
|
|
105
106
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -174,6 +175,7 @@ declare const propTypes: {
|
|
|
174
175
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
175
176
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
176
177
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
178
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
177
179
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
178
180
|
questionText: PropTypes.Requireable<string>;
|
|
179
181
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -248,6 +250,7 @@ declare const propTypes: {
|
|
|
248
250
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
249
251
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
250
252
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
253
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
251
254
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
252
255
|
questionText: PropTypes.Requireable<string>;
|
|
253
256
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -322,6 +325,7 @@ declare const propTypes: {
|
|
|
322
325
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
323
326
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
324
327
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
328
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
325
329
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
326
330
|
questionText: PropTypes.Requireable<string>;
|
|
327
331
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -396,6 +400,7 @@ declare const propTypes: {
|
|
|
396
400
|
isCorrect: PropTypes.Requireable<boolean>;
|
|
397
401
|
animateCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
398
402
|
showCorrectionPopin: PropTypes.Requireable<boolean>;
|
|
403
|
+
disableContent: PropTypes.Requireable<boolean>;
|
|
399
404
|
parentContentTitle: PropTypes.Requireable<string>;
|
|
400
405
|
questionText: PropTypes.Requireable<string>;
|
|
401
406
|
answerUI: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -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;AACnC,OAAO,UAAU,MAAM,cAAc,CAAC;AAGtC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAErE,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;IAC/D,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS
|
|
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;AACnC,OAAO,UAAU,MAAM,cAAc,CAAC;AAGtC,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AACtD,OAAO,EAAC,iBAAiB,EAAC,MAAM,qBAAqB,CAAC;AAEtD,oBAAY,QAAQ,GAAG,QAAQ,GAAG,YAAY,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAErE,oBAAY,cAAc,GAAG;IAC3B,QAAQ,EAAE,QAAQ,CAAC;IACnB,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,MAAM,CAAC,EAAE,iBAAiB,CAAC;IAC3B,UAAU,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;IAC/D,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B,CAAC;AAEF,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/components",
|
|
3
|
-
"version": "10.29.
|
|
3
|
+
"version": "10.29.7-alpha.12+f468e817d",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"last 2 versions",
|
|
158
158
|
"IE 11"
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "f468e817dbf4deae7459932bfedfa53e547b79fb"
|
|
161
161
|
}
|