@abyss-project/commons-front-core 1.0.67 → 1.0.69
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/components/Inputs/index.d.ts +0 -1
- package/dist/components/Utils/index.d.ts +0 -1
- package/dist/hooks/use-rich-intl.hook.d.ts +16 -0
- package/dist/{index-CL-KcE4P.js → index-EwybQNeY.js} +14180 -14336
- package/dist/index.js +62 -64
- package/dist/{web-Dky0oAbP.js → web-BYN_oXkn.js} +1 -1
- package/package.json +3 -3
- package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +0 -10
- package/dist/components/Inputs/DatePeriodPicker/index.d.ts +0 -1
- package/dist/components/Utils/LoadingBox/LoadingBox.component.d.ts +0 -10
- package/dist/components/Utils/LoadingBox/index.d.ts +0 -1
|
@@ -160,10 +160,18 @@ export declare const translations: {
|
|
|
160
160
|
title: string;
|
|
161
161
|
content: string;
|
|
162
162
|
};
|
|
163
|
+
"monitor-sentinel-check-success": {
|
|
164
|
+
title: string;
|
|
165
|
+
content: string;
|
|
166
|
+
};
|
|
163
167
|
"monitor-sentinel-check-failed": {
|
|
164
168
|
title: string;
|
|
165
169
|
content: string;
|
|
166
170
|
};
|
|
171
|
+
"monitor-sentinel-disable-on-failure": {
|
|
172
|
+
title: string;
|
|
173
|
+
content: string;
|
|
174
|
+
};
|
|
167
175
|
};
|
|
168
176
|
ABYSS_MEMORIES: {
|
|
169
177
|
"invite-event": {
|
|
@@ -697,10 +705,18 @@ export declare const translations: {
|
|
|
697
705
|
title: string;
|
|
698
706
|
content: string;
|
|
699
707
|
};
|
|
708
|
+
"monitor-sentinel-check-success": {
|
|
709
|
+
title: string;
|
|
710
|
+
content: string;
|
|
711
|
+
};
|
|
700
712
|
"monitor-sentinel-check-failed": {
|
|
701
713
|
title: string;
|
|
702
714
|
content: string;
|
|
703
715
|
};
|
|
716
|
+
"monitor-sentinel-disable-on-failure": {
|
|
717
|
+
title: string;
|
|
718
|
+
content: string;
|
|
719
|
+
};
|
|
704
720
|
};
|
|
705
721
|
ABYSS_MEMORIES: {
|
|
706
722
|
"invite-event": {
|