@provoly/hypervisor 1.4.21 → 1.4.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@provoly/hypervisor",
3
- "version": "1.4.21",
3
+ "version": "1.4.23",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -209,7 +209,7 @@ export declare const enTranslations: {
209
209
  };
210
210
  service: {
211
211
  status: {
212
- CREATED: string;
212
+ NEW: string;
213
213
  ASKED: string;
214
214
  IN_PROGRESS: string;
215
215
  DONE: string;
@@ -222,7 +222,7 @@ export declare const frTranslations: {
222
222
  };
223
223
  service: {
224
224
  status: {
225
- CREATED: string;
225
+ NEW: string;
226
226
  ASKED: string;
227
227
  IN_PROGRESS: string;
228
228
  DONE: string;
@@ -22,6 +22,7 @@
22
22
 
23
23
  button:disabled {
24
24
  opacity: 0.5;
25
+ cursor: default;
25
26
  }
26
27
 
27
28
  .-hidden {