@factorialco/f0-react 1.208.0 → 1.209.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/experimental.d.ts +5 -0
- package/dist/experimental.js +6689 -6658
- package/dist/f0.d.ts +3 -0
- package/dist/f0.js +3 -0
- package/package.json +1 -1
package/dist/experimental.d.ts
CHANGED
|
@@ -1593,6 +1593,9 @@ declare const defaultTranslations: {
|
|
|
1593
1593
|
readonly failedToLoadOptions: "Failed to load options";
|
|
1594
1594
|
readonly retry: "Retry";
|
|
1595
1595
|
};
|
|
1596
|
+
readonly toc: {
|
|
1597
|
+
readonly search: "Search";
|
|
1598
|
+
};
|
|
1596
1599
|
readonly collections: {
|
|
1597
1600
|
readonly sorting: {
|
|
1598
1601
|
readonly noSorting: "No sorting";
|
|
@@ -4599,6 +4602,8 @@ export declare interface TOCProps {
|
|
|
4599
4602
|
collapsible?: boolean;
|
|
4600
4603
|
sortable?: boolean;
|
|
4601
4604
|
onReorder?: (reorderedIds: IdStructure[]) => void;
|
|
4605
|
+
showSearchBox?: boolean;
|
|
4606
|
+
searchPlaceholder?: string;
|
|
4602
4607
|
}
|
|
4603
4608
|
|
|
4604
4609
|
declare type toggleActionType = {
|