@factorialco/f0-react 1.259.0 → 1.259.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/dist/experimental.d.ts +8 -2
- package/dist/experimental.js +384 -383
- package/dist/f0.d.ts +7 -1
- package/dist/f0.js +7 -1
- package/package.json +1 -1
package/dist/f0.d.ts
CHANGED
|
@@ -1371,7 +1371,13 @@ export declare const defaultTranslations: {
|
|
|
1371
1371
|
};
|
|
1372
1372
|
};
|
|
1373
1373
|
readonly navigation: {
|
|
1374
|
-
readonly sidebar:
|
|
1374
|
+
readonly sidebar: {
|
|
1375
|
+
readonly label: "Main navigation";
|
|
1376
|
+
readonly companySelector: {
|
|
1377
|
+
readonly label: "Select a company";
|
|
1378
|
+
readonly placeholder: "Select a company";
|
|
1379
|
+
};
|
|
1380
|
+
};
|
|
1375
1381
|
readonly previous: "Previous";
|
|
1376
1382
|
readonly next: "Next";
|
|
1377
1383
|
};
|
package/dist/f0.js
CHANGED
|
@@ -18,7 +18,13 @@ const Ar = {
|
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
navigation: {
|
|
21
|
-
sidebar:
|
|
21
|
+
sidebar: {
|
|
22
|
+
label: "Main navigation",
|
|
23
|
+
companySelector: {
|
|
24
|
+
label: "Select a company",
|
|
25
|
+
placeholder: "Select a company"
|
|
26
|
+
}
|
|
27
|
+
},
|
|
22
28
|
previous: "Previous",
|
|
23
29
|
next: "Next"
|
|
24
30
|
},
|