myio-js-library 0.1.78 → 0.1.80
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/index.cjs +14 -14
- package/dist/index.js +14 -14
- package/dist/myio-js-library.umd.js +14 -14
- package/dist/myio-js-library.umd.min.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3667,7 +3667,7 @@ var CSS_STRING = `
|
|
|
3667
3667
|
border: 1px solid var(--myio-card-border);
|
|
3668
3668
|
border-radius: var(--myio-card-radius);
|
|
3669
3669
|
box-shadow: var(--myio-card-shadow);
|
|
3670
|
-
padding:
|
|
3670
|
+
padding: 14px;
|
|
3671
3671
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
3672
3672
|
font-size: 14px;
|
|
3673
3673
|
line-height: 1.4;
|
|
@@ -3675,8 +3675,8 @@ var CSS_STRING = `
|
|
|
3675
3675
|
position: relative;
|
|
3676
3676
|
cursor: pointer;
|
|
3677
3677
|
transition: all 0.2s ease;
|
|
3678
|
-
min-width:
|
|
3679
|
-
max-width:
|
|
3678
|
+
min-width: 252px;
|
|
3679
|
+
max-width: 288px;
|
|
3680
3680
|
}
|
|
3681
3681
|
|
|
3682
3682
|
.myio-ho-card:hover {
|
|
@@ -3717,7 +3717,7 @@ var CSS_STRING = `
|
|
|
3717
3717
|
display: flex;
|
|
3718
3718
|
align-items: flex-start;
|
|
3719
3719
|
gap: 12px;
|
|
3720
|
-
margin-bottom:
|
|
3720
|
+
margin-bottom: 10px;
|
|
3721
3721
|
}
|
|
3722
3722
|
|
|
3723
3723
|
.myio-ho-card__icon {
|
|
@@ -4055,7 +4055,7 @@ var CSS_STRING = `
|
|
|
4055
4055
|
|
|
4056
4056
|
/* Status chip */
|
|
4057
4057
|
.myio-ho-card__status {
|
|
4058
|
-
margin-bottom:
|
|
4058
|
+
margin-bottom: 7px;
|
|
4059
4059
|
}
|
|
4060
4060
|
|
|
4061
4061
|
.chip {
|
|
@@ -4090,8 +4090,8 @@ var CSS_STRING = `
|
|
|
4090
4090
|
|
|
4091
4091
|
/* Primary metric */
|
|
4092
4092
|
.myio-ho-card__primary {
|
|
4093
|
-
margin-bottom:
|
|
4094
|
-
padding:
|
|
4093
|
+
margin-bottom: 14px;
|
|
4094
|
+
padding: 7px 0;
|
|
4095
4095
|
border-radius: 8px;
|
|
4096
4096
|
transition: background-color 0.15s ease;
|
|
4097
4097
|
}
|
|
@@ -4138,7 +4138,7 @@ var CSS_STRING = `
|
|
|
4138
4138
|
display: flex;
|
|
4139
4139
|
align-items: center;
|
|
4140
4140
|
gap: 8px;
|
|
4141
|
-
margin-bottom:
|
|
4141
|
+
margin-bottom: 14px;
|
|
4142
4142
|
}
|
|
4143
4143
|
|
|
4144
4144
|
.myio-ho-card__eff .label {
|
|
@@ -4177,7 +4177,7 @@ var CSS_STRING = `
|
|
|
4177
4177
|
.myio-ho-card__footer {
|
|
4178
4178
|
display: grid;
|
|
4179
4179
|
grid-template-columns: 1fr 1fr 1fr;
|
|
4180
|
-
gap:
|
|
4180
|
+
gap: 10px;
|
|
4181
4181
|
}
|
|
4182
4182
|
|
|
4183
4183
|
.myio-ho-card__footer .metric {
|
|
@@ -4226,16 +4226,16 @@ var CSS_STRING = `
|
|
|
4226
4226
|
/* Responsive adjustments */
|
|
4227
4227
|
@media (max-width: 320px) {
|
|
4228
4228
|
.myio-ho-card {
|
|
4229
|
-
min-width:
|
|
4230
|
-
padding:
|
|
4229
|
+
min-width: 234px;
|
|
4230
|
+
padding: 12px;
|
|
4231
4231
|
}
|
|
4232
|
-
|
|
4232
|
+
|
|
4233
4233
|
.myio-ho-card__value .num {
|
|
4234
4234
|
font-size: 20px;
|
|
4235
4235
|
}
|
|
4236
|
-
|
|
4236
|
+
|
|
4237
4237
|
.myio-ho-card__footer {
|
|
4238
|
-
gap:
|
|
4238
|
+
gap: 7px;
|
|
4239
4239
|
}
|
|
4240
4240
|
}
|
|
4241
4241
|
|
package/dist/index.js
CHANGED
|
@@ -3579,7 +3579,7 @@ var CSS_STRING = `
|
|
|
3579
3579
|
border: 1px solid var(--myio-card-border);
|
|
3580
3580
|
border-radius: var(--myio-card-radius);
|
|
3581
3581
|
box-shadow: var(--myio-card-shadow);
|
|
3582
|
-
padding:
|
|
3582
|
+
padding: 14px;
|
|
3583
3583
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
3584
3584
|
font-size: 14px;
|
|
3585
3585
|
line-height: 1.4;
|
|
@@ -3587,8 +3587,8 @@ var CSS_STRING = `
|
|
|
3587
3587
|
position: relative;
|
|
3588
3588
|
cursor: pointer;
|
|
3589
3589
|
transition: all 0.2s ease;
|
|
3590
|
-
min-width:
|
|
3591
|
-
max-width:
|
|
3590
|
+
min-width: 252px;
|
|
3591
|
+
max-width: 288px;
|
|
3592
3592
|
}
|
|
3593
3593
|
|
|
3594
3594
|
.myio-ho-card:hover {
|
|
@@ -3629,7 +3629,7 @@ var CSS_STRING = `
|
|
|
3629
3629
|
display: flex;
|
|
3630
3630
|
align-items: flex-start;
|
|
3631
3631
|
gap: 12px;
|
|
3632
|
-
margin-bottom:
|
|
3632
|
+
margin-bottom: 10px;
|
|
3633
3633
|
}
|
|
3634
3634
|
|
|
3635
3635
|
.myio-ho-card__icon {
|
|
@@ -3967,7 +3967,7 @@ var CSS_STRING = `
|
|
|
3967
3967
|
|
|
3968
3968
|
/* Status chip */
|
|
3969
3969
|
.myio-ho-card__status {
|
|
3970
|
-
margin-bottom:
|
|
3970
|
+
margin-bottom: 7px;
|
|
3971
3971
|
}
|
|
3972
3972
|
|
|
3973
3973
|
.chip {
|
|
@@ -4002,8 +4002,8 @@ var CSS_STRING = `
|
|
|
4002
4002
|
|
|
4003
4003
|
/* Primary metric */
|
|
4004
4004
|
.myio-ho-card__primary {
|
|
4005
|
-
margin-bottom:
|
|
4006
|
-
padding:
|
|
4005
|
+
margin-bottom: 14px;
|
|
4006
|
+
padding: 7px 0;
|
|
4007
4007
|
border-radius: 8px;
|
|
4008
4008
|
transition: background-color 0.15s ease;
|
|
4009
4009
|
}
|
|
@@ -4050,7 +4050,7 @@ var CSS_STRING = `
|
|
|
4050
4050
|
display: flex;
|
|
4051
4051
|
align-items: center;
|
|
4052
4052
|
gap: 8px;
|
|
4053
|
-
margin-bottom:
|
|
4053
|
+
margin-bottom: 14px;
|
|
4054
4054
|
}
|
|
4055
4055
|
|
|
4056
4056
|
.myio-ho-card__eff .label {
|
|
@@ -4089,7 +4089,7 @@ var CSS_STRING = `
|
|
|
4089
4089
|
.myio-ho-card__footer {
|
|
4090
4090
|
display: grid;
|
|
4091
4091
|
grid-template-columns: 1fr 1fr 1fr;
|
|
4092
|
-
gap:
|
|
4092
|
+
gap: 10px;
|
|
4093
4093
|
}
|
|
4094
4094
|
|
|
4095
4095
|
.myio-ho-card__footer .metric {
|
|
@@ -4138,16 +4138,16 @@ var CSS_STRING = `
|
|
|
4138
4138
|
/* Responsive adjustments */
|
|
4139
4139
|
@media (max-width: 320px) {
|
|
4140
4140
|
.myio-ho-card {
|
|
4141
|
-
min-width:
|
|
4142
|
-
padding:
|
|
4141
|
+
min-width: 234px;
|
|
4142
|
+
padding: 12px;
|
|
4143
4143
|
}
|
|
4144
|
-
|
|
4144
|
+
|
|
4145
4145
|
.myio-ho-card__value .num {
|
|
4146
4146
|
font-size: 20px;
|
|
4147
4147
|
}
|
|
4148
|
-
|
|
4148
|
+
|
|
4149
4149
|
.myio-ho-card__footer {
|
|
4150
|
-
gap:
|
|
4150
|
+
gap: 7px;
|
|
4151
4151
|
}
|
|
4152
4152
|
}
|
|
4153
4153
|
|
|
@@ -3585,7 +3585,7 @@
|
|
|
3585
3585
|
border: 1px solid var(--myio-card-border);
|
|
3586
3586
|
border-radius: var(--myio-card-radius);
|
|
3587
3587
|
box-shadow: var(--myio-card-shadow);
|
|
3588
|
-
padding:
|
|
3588
|
+
padding: 14px;
|
|
3589
3589
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
|
3590
3590
|
font-size: 14px;
|
|
3591
3591
|
line-height: 1.4;
|
|
@@ -3593,8 +3593,8 @@
|
|
|
3593
3593
|
position: relative;
|
|
3594
3594
|
cursor: pointer;
|
|
3595
3595
|
transition: all 0.2s ease;
|
|
3596
|
-
min-width:
|
|
3597
|
-
max-width:
|
|
3596
|
+
min-width: 252px;
|
|
3597
|
+
max-width: 288px;
|
|
3598
3598
|
}
|
|
3599
3599
|
|
|
3600
3600
|
.myio-ho-card:hover {
|
|
@@ -3635,7 +3635,7 @@
|
|
|
3635
3635
|
display: flex;
|
|
3636
3636
|
align-items: flex-start;
|
|
3637
3637
|
gap: 12px;
|
|
3638
|
-
margin-bottom:
|
|
3638
|
+
margin-bottom: 10px;
|
|
3639
3639
|
}
|
|
3640
3640
|
|
|
3641
3641
|
.myio-ho-card__icon {
|
|
@@ -3973,7 +3973,7 @@
|
|
|
3973
3973
|
|
|
3974
3974
|
/* Status chip */
|
|
3975
3975
|
.myio-ho-card__status {
|
|
3976
|
-
margin-bottom:
|
|
3976
|
+
margin-bottom: 7px;
|
|
3977
3977
|
}
|
|
3978
3978
|
|
|
3979
3979
|
.chip {
|
|
@@ -4008,8 +4008,8 @@
|
|
|
4008
4008
|
|
|
4009
4009
|
/* Primary metric */
|
|
4010
4010
|
.myio-ho-card__primary {
|
|
4011
|
-
margin-bottom:
|
|
4012
|
-
padding:
|
|
4011
|
+
margin-bottom: 14px;
|
|
4012
|
+
padding: 7px 0;
|
|
4013
4013
|
border-radius: 8px;
|
|
4014
4014
|
transition: background-color 0.15s ease;
|
|
4015
4015
|
}
|
|
@@ -4056,7 +4056,7 @@
|
|
|
4056
4056
|
display: flex;
|
|
4057
4057
|
align-items: center;
|
|
4058
4058
|
gap: 8px;
|
|
4059
|
-
margin-bottom:
|
|
4059
|
+
margin-bottom: 14px;
|
|
4060
4060
|
}
|
|
4061
4061
|
|
|
4062
4062
|
.myio-ho-card__eff .label {
|
|
@@ -4095,7 +4095,7 @@
|
|
|
4095
4095
|
.myio-ho-card__footer {
|
|
4096
4096
|
display: grid;
|
|
4097
4097
|
grid-template-columns: 1fr 1fr 1fr;
|
|
4098
|
-
gap:
|
|
4098
|
+
gap: 10px;
|
|
4099
4099
|
}
|
|
4100
4100
|
|
|
4101
4101
|
.myio-ho-card__footer .metric {
|
|
@@ -4144,16 +4144,16 @@
|
|
|
4144
4144
|
/* Responsive adjustments */
|
|
4145
4145
|
@media (max-width: 320px) {
|
|
4146
4146
|
.myio-ho-card {
|
|
4147
|
-
min-width:
|
|
4148
|
-
padding:
|
|
4147
|
+
min-width: 234px;
|
|
4148
|
+
padding: 12px;
|
|
4149
4149
|
}
|
|
4150
|
-
|
|
4150
|
+
|
|
4151
4151
|
.myio-ho-card__value .num {
|
|
4152
4152
|
font-size: 20px;
|
|
4153
4153
|
}
|
|
4154
|
-
|
|
4154
|
+
|
|
4155
4155
|
.myio-ho-card__footer {
|
|
4156
|
-
gap:
|
|
4156
|
+
gap: 7px;
|
|
4157
4157
|
}
|
|
4158
4158
|
}
|
|
4159
4159
|
|