@provoly/hypervisor 0.0.86 → 0.0.88

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": "0.0.86",
3
+ "version": "0.0.88",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "16.x || 17.x",
6
6
  "@angular/common": "16.x || 17.x",
@@ -1,7 +1,11 @@
1
+ @use 'node_modules/@provoly/dashboard/styles/abstracts' as *;
2
+ @use 'node_modules/@provoly/dashboard/styles-theme/abstracts-theme/variables.theme' as *;
3
+
1
4
  .o-hvy-action-menu {
2
5
  display: flex;
3
6
  flex-direction: column;
4
7
  justify-content: flex-start;
8
+ gap: toRem(8);
5
9
 
6
10
  button {
7
11
  text-align: left;
@@ -123,6 +123,10 @@
123
123
  display: flex;
124
124
  flex-direction: row;
125
125
 
126
+ h3 {
127
+ font-size: toRem(17);
128
+ }
129
+
126
130
  span {
127
131
  margin-left: auto;
128
132
  margin-top: toRem(32);
@@ -3,6 +3,11 @@
3
3
 
4
4
  .o-hvy-events-detail__procedure {
5
5
  &__actions {
6
+
7
+ * {
8
+ margin: auto 0;
9
+ }
10
+
6
11
  &__action {
7
12
  display: flex;
8
13
  flex-direction: row;
@@ -35,7 +40,9 @@
35
40
  }
36
41
 
37
42
  pry-checkbox {
38
- margin-top: toRem(3);
43
+ input {
44
+ transform: translateX(toRem(1));
45
+ }
39
46
  }
40
47
 
41
48
  button:last-child {