@oicl/openbridge-webcomponents-react 0.0.15-dev-20240916185711 → 0.0.15-dev-20240923191659

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.
@@ -0,0 +1,2 @@
1
+ export declare const ObcCompass: import("@lit/react").ReactWebComponent<HTMLElement, {}>;
2
+ //# sourceMappingURL=compass.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compass.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/compass/compass.ts"],"names":[],"mappings":"AAUC,eAAO,MAAM,UAAU,yDAOpB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcCompass as ObcCompassElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js';
4
+ export const ObcCompass = createComponent({
5
+ react: React,
6
+ tagName: 'obc-compass',
7
+ elementClass: ObcCompassElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=compass.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compass.js","sourceRoot":"","sources":["../../src/navigation-instruments/compass/compass.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,UAAU,IAAI,iBAAiB,EAAC,MAAM,+EAA+E,CAAC;AAM9H,MAAM,CAAC,MAAM,UAAU,GAAG,eAAe,CAAC;IACxC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,aAAa;IACtB,YAAY,EAAE,iBAAiB;IAC/B,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcCompass as ObcCompassElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass/compass.js';\n \n \n \n\n \n export const ObcCompass = createComponent({\n react: React,\n tagName: 'obc-compass',\n elementClass: ObcCompassElement,\n events: {\n \n }\n });\n \n "]}
@@ -0,0 +1,2 @@
1
+ export declare const ObcCompassFlat: import("@lit/react").ReactWebComponent<HTMLElement, {}>;
2
+ //# sourceMappingURL=compass-flat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compass-flat.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/compass-flat/compass-flat.ts"],"names":[],"mappings":"AAUC,eAAO,MAAM,cAAc,yDAOxB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcCompassFlat as ObcCompassFlatElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js';
4
+ export const ObcCompassFlat = createComponent({
5
+ react: React,
6
+ tagName: 'obc-compass-flat',
7
+ elementClass: ObcCompassFlatElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=compass-flat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compass-flat.js","sourceRoot":"","sources":["../../src/navigation-instruments/compass-flat/compass-flat.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,cAAc,IAAI,qBAAqB,EAAC,MAAM,yFAAyF,CAAC;AAMhJ,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;IACnC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcCompassFlat as ObcCompassFlatElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/compass-flat/compass-flat.js';\n \n \n \n\n \n export const ObcCompassFlat = createComponent({\n react: React,\n tagName: 'obc-compass-flat',\n elementClass: ObcCompassFlatElement,\n events: {\n \n }\n });\n \n "]}
@@ -1,3 +1,2 @@
1
- import { ObcMainEngine as ObcMainEngineElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/main-engine/main-engine.js';
2
- export declare const ObcMainEngine: import("@lit/react").ReactWebComponent<ObcMainEngineElement, {}>;
1
+ export declare const ObcMainEngine: import("@lit/react").ReactWebComponent<HTMLElement, {}>;
3
2
  //# sourceMappingURL=main-engine.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"main-engine.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/main-engine/main-engine.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,aAAa,IAAI,oBAAoB,EAAC,MAAM,uFAAuF,CAAC;AAM5I,eAAO,MAAM,aAAa,kEAOvB,CAAC"}
1
+ {"version":3,"file":"main-engine.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/main-engine/main-engine.ts"],"names":[],"mappings":"AAUC,eAAO,MAAM,aAAa,yDAOvB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const ObcWatchFlat: import("@lit/react").ReactWebComponent<HTMLElement, {}>;
2
+ //# sourceMappingURL=watch-flat.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watch-flat.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/watch-flat/watch-flat.ts"],"names":[],"mappings":"AAUC,eAAO,MAAM,YAAY,yDAOtB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcWatchFlat as ObcWatchFlatElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js';
4
+ export const ObcWatchFlat = createComponent({
5
+ react: React,
6
+ tagName: 'obc-watch-flat',
7
+ elementClass: ObcWatchFlatElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=watch-flat.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"watch-flat.js","sourceRoot":"","sources":["../../src/navigation-instruments/watch-flat/watch-flat.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,YAAY,IAAI,mBAAmB,EAAC,MAAM,qFAAqF,CAAC;AAMxI,MAAM,CAAC,MAAM,YAAY,GAAG,eAAe,CAAC;IAC1C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,gBAAgB;IACzB,YAAY,EAAE,mBAAmB;IACjC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcWatchFlat as ObcWatchFlatElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/watch-flat/watch-flat.js';\n \n \n \n\n \n export const ObcWatchFlat = createComponent({\n react: React,\n tagName: 'obc-watch-flat',\n elementClass: ObcWatchFlatElement,\n events: {\n \n }\n });\n \n "]}
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "build": "tsc",
6
6
  "build:watch": "tsc --watch"
7
7
  },
8
- "version": "0.0.15-dev-20240916185711",
8
+ "version": "0.0.15-dev-20240923191659",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^0.0.15-dev-20240916185711",
10
+ "@oicl/openbridge-webcomponents": "^0.0.15-dev-20240923191659",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -625,11 +625,14 @@
625
625
  "navigation-instruments/azimuth-thruster/azimuth-thruster.{js,js.map,d.ts,d.ts.map}",
626
626
  "navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.{js,js.map,d.ts,d.ts.map}",
627
627
  "navigation-instruments/badge-command/badge-command.{js,js.map,d.ts,d.ts.map}",
628
+ "navigation-instruments/compass/compass.{js,js.map,d.ts,d.ts.map}",
629
+ "navigation-instruments/compass-flat/compass-flat.{js,js.map,d.ts,d.ts.map}",
628
630
  "navigation-instruments/instrument-field/instrument-field.{js,js.map,d.ts,d.ts.map}",
629
631
  "navigation-instruments/main-engine/main-engine.{js,js.map,d.ts,d.ts.map}",
630
632
  "navigation-instruments/rudder/rudder.{js,js.map,d.ts,d.ts.map}",
631
633
  "navigation-instruments/thruster/thruster.{js,js.map,d.ts,d.ts.map}",
632
- "navigation-instruments/watch/watch.{js,js.map,d.ts,d.ts.map}"
634
+ "navigation-instruments/watch/watch.{js,js.map,d.ts,d.ts.map}",
635
+ "navigation-instruments/watch-flat/watch-flat.{js,js.map,d.ts,d.ts.map}"
633
636
  ],
634
637
  "repository": {
635
638
  "type": "git",