@ws-ui/shared 1.7.7 → 1.7.8

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,4 +135,8 @@ export declare const webformEventsSubject: Subject<TEventEmitted | {
135
135
  action: WebformEventsActions.REQUEST_SENT;
136
136
  payload?: undefined;
137
137
  }>;
138
+ export declare const i18nSubject: Subject<{
139
+ action: "set_content" | "set_locale_state";
140
+ payload: any;
141
+ }>;
138
142
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
- "version": "1.7.7",
3
+ "version": "1.7.8",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",