academe-kit 0.11.7 → 0.12.1
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/dist/index.cjs +2 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +123 -92
- package/dist/index.esm.js +2 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/types/components/JourneyStep/JourneyStep.d.ts +1 -1
- package/dist/types/services/ChallengeService.d.ts +2 -0
- package/dist/types/services/QuizService.d.ts +10 -10
- package/dist/types/services/StepService.d.ts +6 -6
- package/dist/types/types/academe-api.d.ts +104 -75
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -10741,6 +10741,7 @@ const STEP_TYPE_TO_THEME = {
|
|
|
10741
10741
|
publication: 'orange',
|
|
10742
10742
|
evaluation: 'gold',
|
|
10743
10743
|
certificate: 'green',
|
|
10744
|
+
redirect: 'blue',
|
|
10744
10745
|
};
|
|
10745
10746
|
// Espelha a página de journey do app: todo step é uma esfera 3D, diferenciada
|
|
10746
10747
|
// apenas por cor (STEP_TYPE_TO_THEME) e ícone. Os frames de polígono seguem
|
|
@@ -10752,6 +10753,7 @@ const STEP_TYPE_TO_FRAME = {
|
|
|
10752
10753
|
publication: 'sphere',
|
|
10753
10754
|
evaluation: 'sphere',
|
|
10754
10755
|
certificate: 'sphere',
|
|
10756
|
+
redirect: 'sphere',
|
|
10755
10757
|
};
|
|
10756
10758
|
const INACTIVE_THEME = {
|
|
10757
10759
|
shadow: '#0a0a0a',
|