@praxisui/editorial-forms 8.0.0-beta.0 → 8.0.0-beta.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/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -524,7 +524,7 @@ interface PraxisEditorialFormsI18nOptions {
|
|
|
524
524
|
dictionaries?: Record<string, PraxisI18nDictionary>;
|
|
525
525
|
}
|
|
526
526
|
declare function createPraxisEditorialFormsI18nConfig(options?: PraxisEditorialFormsI18nOptions): Partial<PraxisI18nConfig>;
|
|
527
|
-
declare function providePraxisEditorialFormsI18n(options?: PraxisEditorialFormsI18nOptions): _angular_core.Provider;
|
|
527
|
+
declare function providePraxisEditorialFormsI18n(options?: PraxisEditorialFormsI18nOptions): _angular_core.Provider[];
|
|
528
528
|
|
|
529
529
|
declare const PRAXIS_EDITORIAL_FORMS_PT_BR: {
|
|
530
530
|
readonly 'praxis.editorialForms.runtime.diagnostics.title': "Diagnósticos do runtime";
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/editorial-forms",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.1",
|
|
4
4
|
"description": "Editorial form runtime for Praxis UI: journeys, presets, semantic blocks, and specialist hosting for editorial experiences.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.0.0",
|
|
7
7
|
"@angular/core": "^20.0.0",
|
|
8
|
-
"@praxisui/core": "^8.0.0-beta.
|
|
8
|
+
"@praxisui/core": "^8.0.0-beta.1"
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"tslib": "^2.3.0"
|