@oicl/openbridge-webcomponents 2.0.0-next.62 → 2.0.0-next.63
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/bundle/openbridge-webcomponents.bundle.js +1 -1
- package/bundle/openbridge-webcomponents.bundle.js.map +1 -1
- package/custom-elements.json +2 -2
- package/dist/automation/automation-tank/automation-tank.d.ts +3 -7
- package/dist/automation/automation-tank/automation-tank.d.ts.map +1 -1
- package/dist/automation/automation-tank/automation-tank.js +1 -1
- package/dist/automation/automation-tank/automation-tank.js.map +1 -1
- package/package.json +1 -1
|
@@ -37407,7 +37407,7 @@ let ObcAutomationTank = class extends i$4 {
|
|
|
37407
37407
|
this.type = "generic";
|
|
37408
37408
|
this.orientation = "vertical";
|
|
37409
37409
|
this.compact = false;
|
|
37410
|
-
this.positioning = "
|
|
37410
|
+
this.positioning = "button";
|
|
37411
37411
|
this.static = false;
|
|
37412
37412
|
this.tag = "";
|
|
37413
37413
|
this.chartMode = "bar";
|