academe-kit 0.11.7 → 0.12.0

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 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',