@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.
@@ -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";
@@ -134,6 +134,10 @@ const e = {
134
134
  password: {
135
135
  show: "Show password",
136
136
  hide: "Hide password"
137
+ },
138
+ private: {
139
+ show: "Show {{label}}",
140
+ hide: "Hide {{label}}"
137
141
  }
138
142
  },
139
143
  link: {