@factorialco/f0-react 4.9.1 → 4.11.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/{F0AiProcessingOverlay-B8K7o_Ei.js → F0AiProcessingOverlay-DuhmCpFU.js} +3926 -4241
- package/dist/{F0CanvasPanel-B-6B9ckI.js → F0CanvasPanel-BCgTx6V0.js} +32745 -32964
- package/dist/ai.d.ts +4 -0
- package/dist/ai.js +2 -2
- package/dist/experimental.d.ts +10 -1
- package/dist/experimental.js +1432 -1381
- package/dist/f0.d.ts +44 -23
- package/dist/f0.js +11305 -11809
- package/dist/i18n-provider-defaults.d.ts +4 -0
- package/dist/i18n-provider-defaults.js +4 -0
- package/dist/styles.css +1 -1
- package/dist/{useDataCollectionSource-u42jSFpK.js → useDataCollectionSource-BpmrIPJk.js} +15132 -14552
- package/package.json +1 -1
|
@@ -135,6 +135,10 @@ export declare const defaultTranslations: {
|
|
|
135
135
|
readonly show: "Show password";
|
|
136
136
|
readonly hide: "Hide password";
|
|
137
137
|
};
|
|
138
|
+
readonly private: {
|
|
139
|
+
readonly show: "Show {{label}}";
|
|
140
|
+
readonly hide: "Hide {{label}}";
|
|
141
|
+
};
|
|
138
142
|
};
|
|
139
143
|
readonly link: {
|
|
140
144
|
readonly opensInNewTab: "opens in new tab";
|