@oicl/openbridge-webcomponents-react 2.0.0-next.87 → 2.0.0-next.89

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,3 @@
1
+ import { ObcReadoutBlock as ObcReadoutBlockElement } from '@oicl/openbridge-webcomponents/dist/building-blocks/readout-block/readout-block.js';
2
+ export declare const ObcReadoutBlock: import("@lit/react").ReactWebComponent<ObcReadoutBlockElement, {}>;
3
+ //# sourceMappingURL=readout-block.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readout-block.d.ts","sourceRoot":"","sources":["../../src/building-blocks/readout-block/readout-block.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,oFAAoF,CAAC;AAM7I,eAAO,MAAM,eAAe,oEAOzB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcReadoutBlock as ObcReadoutBlockElement } from '@oicl/openbridge-webcomponents/dist/building-blocks/readout-block/readout-block.js';
4
+ export const ObcReadoutBlock = createComponent({
5
+ react: React,
6
+ tagName: 'obc-readout-block',
7
+ elementClass: ObcReadoutBlockElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=readout-block.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readout-block.js","sourceRoot":"","sources":["../../src/building-blocks/readout-block/readout-block.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,eAAe,IAAI,sBAAsB,EAAC,MAAM,oFAAoF,CAAC;AAM7I,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObcReadoutBlock as ObcReadoutBlockElement} from '@oicl/openbridge-webcomponents/dist/building-blocks/readout-block/readout-block.js';\n \n \n \n\n \n export const ObcReadoutBlock = createComponent({\n react: React,\n tagName: 'obc-readout-block',\n elementClass: ObcReadoutBlockElement,\n events: {\n \n }\n });\n \n "]}
@@ -0,0 +1,3 @@
1
+ import { ObcReadoutList as ObcReadoutListElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-list/readout-list.js';
2
+ export declare const ObcReadoutList: import("@lit/react").ReactWebComponent<ObcReadoutListElement, {}>;
3
+ //# sourceMappingURL=readout-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readout-list.d.ts","sourceRoot":"","sources":["../../src/navigation-instruments/readout-list/readout-list.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,cAAc,IAAI,qBAAqB,EAAC,MAAM,yFAAyF,CAAC;AAMhJ,eAAO,MAAM,cAAc,mEAOxB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { createComponent } from '@lit/react';
3
+ import { ObcReadoutList as ObcReadoutListElement } from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-list/readout-list.js';
4
+ export const ObcReadoutList = createComponent({
5
+ react: React,
6
+ tagName: 'obc-readout-list',
7
+ elementClass: ObcReadoutListElement,
8
+ events: {}
9
+ });
10
+ //# sourceMappingURL=readout-list.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"readout-list.js","sourceRoot":"","sources":["../../src/navigation-instruments/readout-list/readout-list.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 {ObcReadoutList as ObcReadoutListElement} from '@oicl/openbridge-webcomponents/dist/navigation-instruments/readout-list/readout-list.js';\n \n \n \n\n \n export const ObcReadoutList = createComponent({\n react: React,\n tagName: 'obc-readout-list',\n elementClass: ObcReadoutListElement,\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": "2.0.0-next.87",
8
+ "version": "2.0.0-next.89",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^2.0.0-next.86",
10
+ "@oicl/openbridge-webcomponents": "^2.0.0-next.88",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -94,6 +94,7 @@
94
94
  "building-blocks/chart-line/chart-line-base.{js,js.map,d.ts,d.ts.map}",
95
95
  "building-blocks/circular-progress/circular-progress.{js,js.map,d.ts,d.ts.map}",
96
96
  "building-blocks/instrument-radial/instrument-radial.{js,js.map,d.ts,d.ts.map}",
97
+ "building-blocks/readout-block/readout-block.{js,js.map,d.ts,d.ts.map}",
97
98
  "building-blocks/single-axis-inclinometer/single-axis-inclinometer.{js,js.map,d.ts,d.ts.map}",
98
99
  "components/accordion-card/accordion-card.{js,js.map,d.ts,d.ts.map}",
99
100
  "components/accordion-item/accordion-item.{js,js.map,d.ts,d.ts.map}",
@@ -2328,6 +2329,7 @@
2328
2329
  "navigation-instruments/rate-of-turn/rate-of-turn.{js,js.map,d.ts,d.ts.map}",
2329
2330
  "navigation-instruments/readout/readout.{js,js.map,d.ts,d.ts.map}",
2330
2331
  "navigation-instruments/readout-advice/readout-advice.{js,js.map,d.ts,d.ts.map}",
2332
+ "navigation-instruments/readout-list/readout-list.{js,js.map,d.ts,d.ts.map}",
2331
2333
  "navigation-instruments/readout-list-item/readout-list-item.{js,js.map,d.ts,d.ts.map}",
2332
2334
  "navigation-instruments/readout-setpoint/readout-setpoint.{js,js.map,d.ts,d.ts.map}",
2333
2335
  "navigation-instruments/roll/roll.{js,js.map,d.ts,d.ts.map}",