@enki-tek/fms-web-components 0.1.31 → 0.1.32

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.
@@ -12,7 +12,7 @@
12
12
  padding: 1rem;
13
13
  border-radius: 0.75rem;
14
14
  font-family: Roboto;
15
- min-height: 14rem;
15
+ min-height: 11rem;
16
16
  }
17
17
  .card-mini {
18
18
  height: 6rem !important;
@@ -26,7 +26,7 @@
26
26
  padding: 1rem;
27
27
  border-radius: 0.75rem;
28
28
  font-family: Roboto;
29
- min-height: 14rem;
29
+ min-height: 11rem;
30
30
  }
31
31
  .card-mini {
32
32
  height: 6rem !important;
@@ -6,22 +6,27 @@
6
6
  padding: $rem;
7
7
  border-radius: calc((3*$rem)/4);
8
8
  font-family: $bodyFonts;
9
- min-height:14rem;
9
+ min-height: 11rem;
10
10
  }
11
- .card-mini{
11
+
12
+ .card-mini {
12
13
  height: 6rem !important;
13
14
  min-height: 6rem !important;
14
15
  }
15
- .title{
16
+
17
+ .title {
16
18
  font-size: $status-card-title;
17
19
  font-weight: $title-weight;
18
20
  }
19
- .text{
21
+
22
+ .text {
20
23
  font-size: $status-card-text;
21
24
  }
22
- .value{
25
+
26
+ .value {
23
27
  font-size: $status-card-value;
24
28
  }
29
+
25
30
  .index {
26
31
  font-size: medium !important;
27
32
  }
@@ -37,14 +42,17 @@
37
42
  width: fit-content;
38
43
  border-radius: calc($rem/3);
39
44
  }
40
- .sensor-box{
45
+
46
+ .sensor-box {
41
47
  background-color: $gray-600;
42
48
  }
43
- .plain-card-title{
49
+
50
+ .plain-card-title {
44
51
  font-size: $widget-card-title;
45
52
  font-weight: $title-weight;
46
53
  }
47
- .gray-card{
54
+
55
+ .gray-card {
48
56
  border-color: transparent;
49
57
  background-color: $gray-100;
50
58
  padding: $rem;
@@ -20,7 +20,7 @@
20
20
  padding: 1rem;
21
21
  border-radius: 0.75rem;
22
22
  font-family: Roboto;
23
- min-height: 14rem;
23
+ min-height: 11rem;
24
24
  }
25
25
  .card-mini {
26
26
  height: 6rem !important;
@@ -5,7 +5,7 @@
5
5
  export let value;
6
6
  </script>
7
7
 
8
- <div class="mt-5">
8
+ <div class="mt-1">
9
9
  <Row>
10
10
  <Col>
11
11
  <div class={Number(index) > 0 ? 'box1 mb-1' : 'box2 mb-1'}>
@@ -30,7 +30,7 @@
30
30
  padding: 1rem;
31
31
  border-radius: 0.75rem;
32
32
  font-family: Roboto;
33
- min-height: 14rem;
33
+ min-height: 11rem;
34
34
  }
35
35
  .card-mini {
36
36
  height: 6rem !important;
@@ -20,7 +20,7 @@
20
20
  padding: 1rem;
21
21
  border-radius: 0.75rem;
22
22
  font-family: Roboto;
23
- min-height: 14rem;
23
+ min-height: 11rem;
24
24
  }
25
25
  .card-mini {
26
26
  height: 6rem !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",