@oicl/openbridge-webcomponents-react 2.0.0-next.57 → 2.0.0-next.59
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/components/alert-frame/critical-badge.d.ts +3 -0
- package/components/alert-frame/critical-badge.d.ts.map +1 -0
- package/components/alert-frame/critical-badge.js +10 -0
- package/components/alert-frame/critical-badge.js.map +1 -0
- package/components/alert-frame/diagnostic-badge.d.ts +3 -0
- package/components/alert-frame/diagnostic-badge.d.ts.map +1 -0
- package/components/alert-frame/diagnostic-badge.js +10 -0
- package/components/alert-frame/diagnostic-badge.js.map +1 -0
- package/manual-icon/icon-alerts-critical-twotone.d.ts +3 -0
- package/manual-icon/icon-alerts-critical-twotone.d.ts.map +1 -0
- package/manual-icon/icon-alerts-critical-twotone.js +10 -0
- package/manual-icon/icon-alerts-critical-twotone.js.map +1 -0
- package/manual-icon/icon-alerts-diagnostic-twotone.d.ts +3 -0
- package/manual-icon/icon-alerts-diagnostic-twotone.d.ts.map +1 -0
- package/manual-icon/icon-alerts-diagnostic-twotone.js +10 -0
- package/manual-icon/icon-alerts-diagnostic-twotone.js.map +1 -0
- package/package.json +6 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObiCriticalBadge as ObiCriticalBadgeElement } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/critical-badge.js';
|
|
2
|
+
export declare const ObiCriticalBadge: import("@lit/react").ReactWebComponent<ObiCriticalBadgeElement, {}>;
|
|
3
|
+
//# sourceMappingURL=critical-badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"critical-badge.d.ts","sourceRoot":"","sources":["../../src/components/alert-frame/critical-badge.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,8EAA8E,CAAC;AAMzI,eAAO,MAAM,gBAAgB,qEAO1B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObiCriticalBadge as ObiCriticalBadgeElement } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/critical-badge.js';
|
|
4
|
+
export const ObiCriticalBadge = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obi-critical-badge',
|
|
7
|
+
elementClass: ObiCriticalBadgeElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=critical-badge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"critical-badge.js","sourceRoot":"","sources":["../../src/components/alert-frame/critical-badge.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,gBAAgB,IAAI,uBAAuB,EAAC,MAAM,8EAA8E,CAAC;AAMzI,MAAM,CAAC,MAAM,gBAAgB,GAAG,eAAe,CAAC;IAC9C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,oBAAoB;IAC7B,YAAY,EAAE,uBAAuB;IACrC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObiCriticalBadge as ObiCriticalBadgeElement} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/critical-badge.js';\n \n \n \n\n \n export const ObiCriticalBadge = createComponent({\n react: React,\n tagName: 'obi-critical-badge',\n elementClass: ObiCriticalBadgeElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObiDiagnosticBadge as ObiDiagnosticBadgeElement } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/diagnostic-badge.js';
|
|
2
|
+
export declare const ObiDiagnosticBadge: import("@lit/react").ReactWebComponent<ObiDiagnosticBadgeElement, {}>;
|
|
3
|
+
//# sourceMappingURL=diagnostic-badge.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diagnostic-badge.d.ts","sourceRoot":"","sources":["../../src/components/alert-frame/diagnostic-badge.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,kBAAkB,IAAI,yBAAyB,EAAC,MAAM,gFAAgF,CAAC;AAM/I,eAAO,MAAM,kBAAkB,uEAO5B,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObiDiagnosticBadge as ObiDiagnosticBadgeElement } from '@oicl/openbridge-webcomponents/dist/components/alert-frame/diagnostic-badge.js';
|
|
4
|
+
export const ObiDiagnosticBadge = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obi-diagnostic-badge',
|
|
7
|
+
elementClass: ObiDiagnosticBadgeElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=diagnostic-badge.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"diagnostic-badge.js","sourceRoot":"","sources":["../../src/components/alert-frame/diagnostic-badge.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,kBAAkB,IAAI,yBAAyB,EAAC,MAAM,gFAAgF,CAAC;AAM/I,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;IAChD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,sBAAsB;IAC/B,YAAY,EAAE,yBAAyB;IACvC,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObiDiagnosticBadge as ObiDiagnosticBadgeElement} from '@oicl/openbridge-webcomponents/dist/components/alert-frame/diagnostic-badge.js';\n \n \n \n\n \n export const ObiDiagnosticBadge = createComponent({\n react: React,\n tagName: 'obi-diagnostic-badge',\n elementClass: ObiDiagnosticBadgeElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObiAlertsCriticalTwotone as ObiAlertsCriticalTwotoneElement } from '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-critical-twotone.js';
|
|
2
|
+
export declare const ObiAlertsCriticalTwotone: import("@lit/react").ReactWebComponent<ObiAlertsCriticalTwotoneElement, {}>;
|
|
3
|
+
//# sourceMappingURL=icon-alerts-critical-twotone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-alerts-critical-twotone.d.ts","sourceRoot":"","sources":["../src/manual-icon/icon-alerts-critical-twotone.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,iFAAiF,CAAC;AAM5J,eAAO,MAAM,wBAAwB,6EAOlC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObiAlertsCriticalTwotone as ObiAlertsCriticalTwotoneElement } from '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-critical-twotone.js';
|
|
4
|
+
export const ObiAlertsCriticalTwotone = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obi-alerts-critical-twotone',
|
|
7
|
+
elementClass: ObiAlertsCriticalTwotoneElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=icon-alerts-critical-twotone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-alerts-critical-twotone.js","sourceRoot":"","sources":["../src/manual-icon/icon-alerts-critical-twotone.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,wBAAwB,IAAI,+BAA+B,EAAC,MAAM,iFAAiF,CAAC;AAM5J,MAAM,CAAC,MAAM,wBAAwB,GAAG,eAAe,CAAC;IACtD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,6BAA6B;IACtC,YAAY,EAAE,+BAA+B;IAC7C,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObiAlertsCriticalTwotone as ObiAlertsCriticalTwotoneElement} from '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-critical-twotone.js';\n \n \n \n\n \n export const ObiAlertsCriticalTwotone = createComponent({\n react: React,\n tagName: 'obi-alerts-critical-twotone',\n elementClass: ObiAlertsCriticalTwotoneElement,\n events: {\n \n }\n });\n \n "]}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ObiAlertsDiagnosticTwotone as ObiAlertsDiagnosticTwotoneElement } from '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-diagnostic-twotone.js';
|
|
2
|
+
export declare const ObiAlertsDiagnosticTwotone: import("@lit/react").ReactWebComponent<ObiAlertsDiagnosticTwotoneElement, {}>;
|
|
3
|
+
//# sourceMappingURL=icon-alerts-diagnostic-twotone.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-alerts-diagnostic-twotone.d.ts","sourceRoot":"","sources":["../src/manual-icon/icon-alerts-diagnostic-twotone.ts"],"names":[],"mappings":"AAIC,OAAO,EAAC,0BAA0B,IAAI,iCAAiC,EAAC,MAAM,mFAAmF,CAAC;AAMlK,eAAO,MAAM,0BAA0B,+EAOpC,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { createComponent } from '@lit/react';
|
|
3
|
+
import { ObiAlertsDiagnosticTwotone as ObiAlertsDiagnosticTwotoneElement } from '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-diagnostic-twotone.js';
|
|
4
|
+
export const ObiAlertsDiagnosticTwotone = createComponent({
|
|
5
|
+
react: React,
|
|
6
|
+
tagName: 'obi-alerts-diagnostic-twotone',
|
|
7
|
+
elementClass: ObiAlertsDiagnosticTwotoneElement,
|
|
8
|
+
events: {}
|
|
9
|
+
});
|
|
10
|
+
//# sourceMappingURL=icon-alerts-diagnostic-twotone.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"icon-alerts-diagnostic-twotone.js","sourceRoot":"","sources":["../src/manual-icon/icon-alerts-diagnostic-twotone.ts"],"names":[],"mappings":"AACC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAC,eAAe,EAAC,MAAM,YAAY,CAAC;AAE3C,OAAO,EAAC,0BAA0B,IAAI,iCAAiC,EAAC,MAAM,mFAAmF,CAAC;AAMlK,MAAM,CAAC,MAAM,0BAA0B,GAAG,eAAe,CAAC;IACxD,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,+BAA+B;IACxC,YAAY,EAAE,iCAAiC;IAC/C,MAAM,EAAE,EAEP;CACD,CAAC,CAAC","sourcesContent":["\n import * as React from 'react';\n import {createComponent} from '@lit/react';\n \n import {ObiAlertsDiagnosticTwotone as ObiAlertsDiagnosticTwotoneElement} from '@oicl/openbridge-webcomponents/dist/manual-icon/icon-alerts-diagnostic-twotone.js';\n \n \n \n\n \n export const ObiAlertsDiagnosticTwotone = createComponent({\n react: React,\n tagName: 'obi-alerts-diagnostic-twotone',\n elementClass: ObiAlertsDiagnosticTwotoneElement,\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.
|
|
8
|
+
"version": "2.0.0-next.59",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^2.0.0-next.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^2.0.0-next.58",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -103,6 +103,8 @@
|
|
|
103
103
|
"components/alert-button/alert-button.{js,js.map,d.ts,d.ts.map}",
|
|
104
104
|
"components/alert-floating-item/alert-floating-item.{js,js.map,d.ts,d.ts.map}",
|
|
105
105
|
"components/alert-frame/alert-frame.{js,js.map,d.ts,d.ts.map}",
|
|
106
|
+
"components/alert-frame/critical-badge.{js,js.map,d.ts,d.ts.map}",
|
|
107
|
+
"components/alert-frame/diagnostic-badge.{js,js.map,d.ts,d.ts.map}",
|
|
106
108
|
"components/alert-icon/alert-icon.{js,js.map,d.ts,d.ts.map}",
|
|
107
109
|
"components/alert-list-details/alert-list-details.{js,js.map,d.ts,d.ts.map}",
|
|
108
110
|
"components/alert-menu/alert-menu.{js,js.map,d.ts,d.ts.map}",
|
|
@@ -2285,6 +2287,8 @@
|
|
|
2285
2287
|
"integration-systems/integration-tabs/integration-tabs.{js,js.map,d.ts,d.ts.map}",
|
|
2286
2288
|
"integration-systems/integration-vessel-menu/integration-vessel-menu.{js,js.map,d.ts,d.ts.map}",
|
|
2287
2289
|
"integration-systems/integration-vessel-selector/integration-vessel-selector.{js,js.map,d.ts,d.ts.map}",
|
|
2290
|
+
"manual-icon/icon-alerts-critical-twotone.{js,js.map,d.ts,d.ts.map}",
|
|
2291
|
+
"manual-icon/icon-alerts-diagnostic-twotone.{js,js.map,d.ts,d.ts.map}",
|
|
2288
2292
|
"navigation-instruments/azimuth-thruster/azimuth-thruster.{js,js.map,d.ts,d.ts.map}",
|
|
2289
2293
|
"navigation-instruments/azimuth-thruster-labeled/azimuth-thruster-labeled.{js,js.map,d.ts,d.ts.map}",
|
|
2290
2294
|
"navigation-instruments/badge-command/badge-command.{js,js.map,d.ts,d.ts.map}",
|