@oicl/openbridge-webcomponents-svelte 2.0.0-next.107 → 2.0.0-next.108

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,8 +31,8 @@ alongMaxSpeedKnots?: number;
31
31
  athwartMaxSpeedKnots?: number;
32
32
  /** Render inactive chevron bands as a tinted track. */
33
33
  tintedArrows?: boolean;
34
- /** Vessel image for the framed and compass styles; the standalone style
35
- follows the design's fixed per-type vessel. */
34
+ /** Vessel image drawn at the center of the instrument. The standalone style
35
+ draws it at twice the size for the chevron types, as in the design. */
36
36
  vesselImage?: VesselImage
37
37
  }
38
38
  export interface Events {
@@ -25,8 +25,8 @@ export interface Props {
25
25
  athwartMaxSpeedKnots?: number;
26
26
  /** Render inactive chevron bands as a tinted track. */
27
27
  tintedArrows?: boolean;
28
- /** Vessel image for the framed and compass styles; the standalone style
29
- follows the design's fixed per-type vessel. */
28
+ /** Vessel image drawn at the center of the instrument. The standalone style
29
+ draws it at twice the size for the chevron types, as in the design. */
30
30
  vesselImage?: VesselImage;
31
31
  }
32
32
  export interface Events {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents-svelte",
3
- "version": "2.0.0-next.107",
3
+ "version": "2.0.0-next.108",
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.106"
34
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.107"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "svelte": "^5.0.0"