ies2-aulapp-ui-kit 0.2.2 → 0.3.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/components/ui/resource-badge.d.ts +7 -1
- package/dist/index.cjs.js +21 -21
- package/dist/index.es.js +4252 -3971
- package/dist/lib/i18n/hooks/useI18n.d.ts +1 -1
- package/dist/lib/i18n/locales/en-US/resource-badge.json.d.ts +4 -3
- package/dist/lib/i18n/locales/es/resource-badge.json.d.ts +4 -3
- package/dist/lib/i18n/locales/pt-BR/resource-badge.json.d.ts +4 -3
- package/package.json +1 -1
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
* ```
|
|
26
26
|
*/
|
|
27
27
|
export declare function useI18n(namespace?: string, locale?: string): {
|
|
28
|
-
t: import('i18next').TFunction<
|
|
28
|
+
t: import('i18next').TFunction<import('i18next').Namespace, undefined>;
|
|
29
29
|
changeLanguage: (newLocale: string) => Promise<void>;
|
|
30
30
|
currentLanguage: string;
|
|
31
31
|
i18n: import('i18next').i18n;
|
|
@@ -6,9 +6,10 @@ declare const _default: {
|
|
|
6
6
|
"gamificada": "Gamified",
|
|
7
7
|
"simulado": "Mock Exam",
|
|
8
8
|
"material": "Support Material",
|
|
9
|
-
"concluido": "Completed"
|
|
9
|
+
"concluido": "Completed",
|
|
10
|
+
"interativo": "Interactive",
|
|
11
|
+
"respostaAberta": "Open Response"
|
|
10
12
|
}
|
|
11
|
-
}
|
|
12
|
-
;
|
|
13
|
+
};
|
|
13
14
|
|
|
14
15
|
export default _default;
|
|
@@ -6,9 +6,10 @@ declare const _default: {
|
|
|
6
6
|
"gamificada": "Gamificada",
|
|
7
7
|
"simulado": "Simulacro",
|
|
8
8
|
"material": "Material de Apoyo",
|
|
9
|
-
"concluido": "Completado"
|
|
9
|
+
"concluido": "Completado",
|
|
10
|
+
"interativo": "Interactivo",
|
|
11
|
+
"respostaAberta": "Respuesta Abierta"
|
|
10
12
|
}
|
|
11
|
-
}
|
|
12
|
-
;
|
|
13
|
+
};
|
|
13
14
|
|
|
14
15
|
export default _default;
|
|
@@ -6,9 +6,10 @@ declare const _default: {
|
|
|
6
6
|
"gamificada": "Gamificada",
|
|
7
7
|
"simulado": "Simulado",
|
|
8
8
|
"material": "Material de Apoio",
|
|
9
|
-
"concluido": "Concluído"
|
|
9
|
+
"concluido": "Concluído",
|
|
10
|
+
"interativo": "Interativo",
|
|
11
|
+
"respostaAberta": "Resposta Aberta"
|
|
10
12
|
}
|
|
11
|
-
}
|
|
12
|
-
;
|
|
13
|
+
};
|
|
13
14
|
|
|
14
15
|
export default _default;
|