@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/f0.d.ts CHANGED
@@ -1371,7 +1371,13 @@ export declare const defaultTranslations: {
1371
1371
  };
1372
1372
  };
1373
1373
  readonly navigation: {
1374
- readonly sidebar: "Main navigation";
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: "Main navigation",
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
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factorialco/f0-react",
3
- "version": "1.259.0",
3
+ "version": "1.259.1",
4
4
  "main": "dist/f0.js",
5
5
  "typings": "dist/f0.d.ts",
6
6
  "private": false,