@factorialco/f0-react 1.299.1 → 1.299.3
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/experimental.d.ts +0 -5
- package/dist/experimental.js +1391 -1378
- package/dist/f0.d.ts +0 -5
- package/dist/f0.js +2 -2
- package/dist/{hooks-BIlZureX.js → hooks-lOrixyHX.js} +7 -6
- package/dist/i18n-provider-defaults.d.ts +0 -5
- package/dist/i18n-provider-defaults.js +0 -5
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -2509,11 +2509,6 @@ declare const defaultTranslations: {
|
|
|
2509
2509
|
readonly actions: "Actions";
|
|
2510
2510
|
readonly sectionTitlePlaceholder: "Section title";
|
|
2511
2511
|
};
|
|
2512
|
-
readonly defaults: {
|
|
2513
|
-
readonly newSection: "New Section";
|
|
2514
|
-
readonly newQuestion: "New Question";
|
|
2515
|
-
readonly newQuestionDescription: "New question description";
|
|
2516
|
-
};
|
|
2517
2512
|
};
|
|
2518
2513
|
};
|
|
2519
2514
|
|