@oicl/openbridge-webcomponents-svelte 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.
|
@@ -31,9 +31,9 @@ import type {AutomationButtonBadgeControl, AutomationButtonBadgeAlert, Automatio
|
|
|
31
31
|
orientation?: TankOrientation;
|
|
32
32
|
compact?: boolean;
|
|
33
33
|
/** Host positioning model — see `TankPositioning` for details. Defaults to
|
|
34
|
-
`
|
|
35
|
-
|
|
36
|
-
|
|
34
|
+
`button` (host fills parent container, 100% × 100%, no anchor offset).
|
|
35
|
+
Set to `point` for the legacy P&ID canvas mode (fixed default dimensions
|
|
36
|
+
+ top-center anchor offset). */
|
|
37
37
|
positioning?: TankPositioning;
|
|
38
38
|
/** Static (display-only) variant. Always rendered at the compact size; the
|
|
39
39
|
inner chart/bar is hidden, the bordered area is filled with
|
|
@@ -19,9 +19,9 @@ export interface Props {
|
|
|
19
19
|
orientation?: TankOrientation;
|
|
20
20
|
compact?: boolean;
|
|
21
21
|
/** Host positioning model — see `TankPositioning` for details. Defaults to
|
|
22
|
-
`
|
|
23
|
-
|
|
24
|
-
|
|
22
|
+
`button` (host fills parent container, 100% × 100%, no anchor offset).
|
|
23
|
+
Set to `point` for the legacy P&ID canvas mode (fixed default dimensions
|
|
24
|
+
+ top-center anchor offset). */
|
|
25
25
|
positioning?: TankPositioning;
|
|
26
26
|
/** Static (display-only) variant. Always rendered at the compact size; the
|
|
27
27
|
inner chart/bar is hidden, the bordered area is filled with
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oicl/openbridge-webcomponents-svelte",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.63",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite dev",
|
|
6
6
|
"build": "vite build && npm run prepack",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
}
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
34
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.62"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
37
|
"svelte": "^5.0.0"
|