myio-js-library 0.1.173 → 0.1.174
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
CHANGED
|
@@ -17187,7 +17187,7 @@ var PowerLimitsModalView = class {
|
|
|
17187
17187
|
background: ${styles.backgroundColor || "#ffffff"};
|
|
17188
17188
|
border-radius: ${styles.borderRadius || "12px"};
|
|
17189
17189
|
width: 90%;
|
|
17190
|
-
max-width:
|
|
17190
|
+
max-width: 875px;
|
|
17191
17191
|
max-height: 90vh;
|
|
17192
17192
|
overflow-y: auto;
|
|
17193
17193
|
transform: scale(0.9);
|
package/dist/index.js
CHANGED
|
@@ -17042,7 +17042,7 @@ var PowerLimitsModalView = class {
|
|
|
17042
17042
|
background: ${styles.backgroundColor || "#ffffff"};
|
|
17043
17043
|
border-radius: ${styles.borderRadius || "12px"};
|
|
17044
17044
|
width: 90%;
|
|
17045
|
-
max-width:
|
|
17045
|
+
max-width: 875px;
|
|
17046
17046
|
max-height: 90vh;
|
|
17047
17047
|
overflow-y: auto;
|
|
17048
17048
|
transform: scale(0.9);
|
|
@@ -16859,7 +16859,7 @@ ${rangeText}`;
|
|
|
16859
16859
|
background: ${styles.backgroundColor || "#ffffff"};
|
|
16860
16860
|
border-radius: ${styles.borderRadius || "12px"};
|
|
16861
16861
|
width: 90%;
|
|
16862
|
-
max-width:
|
|
16862
|
+
max-width: 875px;
|
|
16863
16863
|
max-height: 90vh;
|
|
16864
16864
|
overflow-y: auto;
|
|
16865
16865
|
transform: scale(0.9);
|