@oicl/openbridge-webcomponents 0.0.7 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- package/.release-it.json +12 -0
- package/.storybook/main.ts +19 -0
- package/.storybook/preview.ts +11 -0
- package/.vscode/launch.json +16 -0
- package/CHANGELOG.md +106 -41
- package/README.md +8 -0
- package/__snapshots__/alert-icon--primary.png +0 -0
- package/__snapshots__/application-alert-button--notification.png +0 -0
- package/__snapshots__/application-alert-button--running.png +0 -0
- package/__snapshots__/application-notification-message--large-single-message.png +0 -0
- package/__snapshots__/application-notification-message--large.png +0 -0
- package/__snapshots__/application-notification-message--primary.png +0 -0
- package/__snapshots__/button-rich-button--bottom-with-boarder.png +0 -0
- package/__snapshots__/button-rich-button--bottom.png +0 -0
- package/__snapshots__/button-rich-button--center.png +0 -0
- package/__snapshots__/button-rich-button--double-line.png +0 -0
- package/__snapshots__/button-rich-button--multi-line.png +0 -0
- package/__snapshots__/button-rich-button--regular-no-icons.png +0 -0
- package/__snapshots__/button-rich-button--regular.png +0 -0
- package/__snapshots__/button-rich-button--single-line.png +0 -0
- package/__snapshots__/button-rich-button--top-with-boarder.png +0 -0
- package/__snapshots__/button-rich-button--top.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic-border.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic-info.png +0 -0
- package/__snapshots__/button-rich-button--with-graphic.png +0 -0
- package/__snapshots__/button-rich-button--with-status.png +0 -0
- package/__snapshots__/button-vendor-button--primary.png +0 -0
- package/__snapshots__/icons-icon--list.png +0 -0
- package/__snapshots__/icons-icon--use-font-color.png +0 -0
- package/custom-elements.json +2134 -531
- package/dist/components/alert-button/alert-button.css.js +4 -12
- package/dist/components/alert-button/alert-button.css.js.map +1 -1
- package/dist/components/alert-button/alert-button.d.ts +11 -1
- package/dist/components/alert-button/alert-button.d.ts.map +1 -1
- package/dist/components/alert-button/alert-button.js +21 -1
- package/dist/components/alert-button/alert-button.js.map +1 -1
- package/dist/components/alert-icon/alert-icon.d.ts +36 -0
- package/dist/components/alert-icon/alert-icon.d.ts.map +1 -0
- package/dist/components/alert-icon/alert-icon.js +84 -0
- package/dist/components/alert-icon/alert-icon.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js +13 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js +20 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-silenced-b.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js +19 -0
- package/dist/components/alert-icon/icons/icon-14-alarm-unack-b.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-a.js.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts +2 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.d.ts.map +1 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js +12 -0
- package/dist/components/alert-icon/icons/icon-14-warning-unack-b.js.map +1 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts +13 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.d.ts.map +1 -1
- package/dist/components/alert-topbar-element/alert-topbar-element.js +10 -0
- package/dist/components/alert-topbar-element/alert-topbar-element.js.map +1 -1
- package/dist/components/button/button.css.js +2 -2
- package/dist/components/navigation-item/navigation-item.css.js +2 -1
- package/dist/components/navigation-item/navigation-item.css.js.map +1 -1
- package/dist/components/notification-button/notification-button.css.js +1 -1
- package/dist/components/rich-button/rich-button.css.js +192 -0
- package/dist/components/rich-button/rich-button.css.js.map +1 -0
- package/dist/components/rich-button/rich-button.d.ts +33 -0
- package/dist/components/rich-button/rich-button.d.ts.map +1 -0
- package/dist/components/rich-button/rich-button.js +118 -0
- package/dist/components/rich-button/rich-button.js.map +1 -0
- package/dist/components/vendor-button/vendor-button.css.js +48 -0
- package/dist/components/vendor-button/vendor-button.css.js.map +1 -0
- package/dist/components/vendor-button/vendor-button.d.ts +13 -0
- package/dist/components/vendor-button/vendor-button.d.ts.map +1 -0
- package/dist/components/vendor-button/vendor-button.js +42 -0
- package/dist/components/vendor-button/vendor-button.js.map +1 -0
- package/dist/icons/{icon-07-target-radar.d.ts → icon-01-content-copy.d.ts} +3 -3
- package/dist/icons/{icon-07-target-radar.d.ts.map → icon-01-content-copy.d.ts.map} +1 -1
- package/dist/icons/{icon-07-target-radar.js → icon-01-content-copy.js} +10 -10
- package/dist/icons/icon-01-content-copy.js.map +1 -0
- package/dist/icons/{icon-07-target-ias-selected.d.ts → icon-01-content-cut.d.ts} +3 -3
- package/dist/icons/icon-01-content-cut.d.ts.map +1 -0
- package/dist/icons/icon-01-content-cut.js +52 -0
- package/dist/icons/icon-01-content-cut.js.map +1 -0
- package/dist/icons/{icon-07-target-radar-selected.d.ts → icon-01-content-paste.d.ts} +3 -3
- package/dist/icons/icon-01-content-paste.d.ts.map +1 -0
- package/dist/icons/icon-01-content-paste.js +52 -0
- package/dist/icons/icon-01-content-paste.js.map +1 -0
- package/dist/icons/icon-02-dock-bottom.d.ts +14 -0
- package/dist/icons/icon-02-dock-bottom.d.ts.map +1 -0
- package/dist/icons/icon-02-dock-bottom.js +52 -0
- package/dist/icons/icon-02-dock-bottom.js.map +1 -0
- package/dist/icons/{icon-07-target-ias.d.ts → icon-02-dock-left.d.ts} +3 -3
- package/dist/icons/icon-02-dock-left.d.ts.map +1 -0
- package/dist/icons/{icon-07-target-ias.js → icon-02-dock-left.js} +10 -24
- package/dist/icons/icon-02-dock-left.js.map +1 -0
- package/dist/icons/icon-02-dock-right.d.ts +14 -0
- package/dist/icons/icon-02-dock-right.d.ts.map +1 -0
- package/dist/icons/icon-02-dock-right.js +52 -0
- package/dist/icons/icon-02-dock-right.js.map +1 -0
- package/dist/icons/icon-03-license.d.ts +14 -0
- package/dist/icons/icon-03-license.d.ts.map +1 -0
- package/dist/icons/icon-03-license.js +52 -0
- package/dist/icons/icon-03-license.js.map +1 -0
- package/dist/icons/icon-03-star-unchecked.js +1 -1
- package/dist/icons/icon-03-star-unchecked.js.map +1 -1
- package/dist/icons/icon-04-colorcalibrated.d.ts.map +1 -1
- package/dist/icons/icon-04-colorcalibrated.js +2 -14
- package/dist/icons/icon-04-colorcalibrated.js.map +1 -1
- package/dist/icons/icon-07-target-associated-ais-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-ais-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-ais-camera.js +54 -0
- package/dist/icons/icon-07-target-associated-ais-camera.js.map +1 -0
- package/dist/icons/icon-07-target-associated-camera-radar.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-camera-radar.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-camera-radar.js +52 -0
- package/dist/icons/icon-07-target-associated-camera-radar.js.map +1 -0
- package/dist/icons/icon-07-target-associated-radar-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-associated-radar-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-associated-radar-camera.js +54 -0
- package/dist/icons/icon-07-target-associated-radar-camera.js.map +1 -0
- package/dist/icons/icon-07-target-camera.d.ts +14 -0
- package/dist/icons/icon-07-target-camera.d.ts.map +1 -0
- package/dist/icons/icon-07-target-camera.js +52 -0
- package/dist/icons/icon-07-target-camera.js.map +1 -0
- package/dist/icons/icon-08-backward-fast.js +1 -1
- package/dist/icons/icon-08-backward-fast.js.map +1 -1
- package/dist/icons/icon-08-backward-stopped.js +1 -1
- package/dist/icons/icon-08-backward-stopped.js.map +1 -1
- package/dist/icons/icon-08-forward-fast.js +1 -1
- package/dist/icons/icon-08-forward-fast.js.map +1 -1
- package/dist/icons/icon-08-forward-stopped.js +1 -1
- package/dist/icons/icon-08-forward-stopped.js.map +1 -1
- package/dist/icons/icon-08-motor-off-horisontal.js +1 -1
- package/dist/icons/icon-08-motor-off-horisontal.js.map +1 -1
- package/dist/icons/icon-09-switch-horizontal-off-large.js +1 -1
- package/dist/icons/icon-09-switch-horizontal-off-large.js.map +1 -1
- package/dist/icons/icon-09-switch-horizontal-off.js +1 -1
- package/dist/icons/icon-09-switch-horizontal-off.js.map +1 -1
- package/dist/icons/icon-10-autonomous.js +3 -3
- package/dist/icons/icon-10-autonomous.js.map +1 -1
- package/dist/icons/icon-14-alert-rectified.js +1 -1
- package/dist/icons/icon-14-alert-rectified.js.map +1 -1
- package/dist/icons/icon-14-alertheader-aggregated-large.d.ts +14 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.d.ts.map +1 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.js +52 -0
- package/dist/icons/icon-14-alertheader-aggregated-large.js.map +1 -0
- package/dist/icons/icon-14-alertheader-group-large.d.ts +14 -0
- package/dist/icons/icon-14-alertheader-group-large.d.ts.map +1 -0
- package/dist/icons/icon-14-alertheader-group-large.js +54 -0
- package/dist/icons/icon-14-alertheader-group-large.js.map +1 -0
- package/dist/icons/icon-14-exclamationmark.js +4 -4
- package/dist/icons/icon-14-exclamationmark.js.map +1 -1
- package/dist/icons/icon-14-rectified.js +1 -1
- package/dist/icons/icon-14-rectified.js.map +1 -1
- package/dist/icons/icon-18-ais-anchored.js +4 -4
- package/dist/icons/icon-18-ais-anchored.js.map +1 -1
- package/dist/icons/icon-18-ais-notunderway.js +1 -1
- package/dist/icons/icon-18-ais-notunderway.js.map +1 -1
- package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts +14 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.js +52 -0
- package/dist/icons/icon-iec-02-ais-target-activated-selected.js.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated.d.ts +14 -0
- package/dist/icons/icon-iec-02-ais-target-activated.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-ais-target-activated.js +52 -0
- package/dist/icons/icon-iec-02-ais-target-activated.js.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-ais.d.ts +14 -0
- package/dist/icons/icon-iec-02-associated-target-ais.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-ais.js +52 -0
- package/dist/icons/icon-iec-02-associated-target-ais.js.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-radar.d.ts +14 -0
- package/dist/icons/icon-iec-02-associated-target-radar.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-associated-target-radar.js +52 -0
- package/dist/icons/icon-iec-02-associated-target-radar.js.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts +14 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.js +60 -0
- package/dist/icons/icon-iec-02-radar-target-tracked-selected.js.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.d.ts +14 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.d.ts.map +1 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.js +52 -0
- package/dist/icons/icon-iec-02-radar-target-tracked.js.map +1 -0
- package/dist/icons/index.d.ts +19 -4
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +19 -4
- package/dist/icons/index.js.map +1 -1
- package/dist/icons/names.d.ts.map +1 -1
- package/dist/icons/names.js +19 -4
- package/dist/icons/names.js.map +1 -1
- package/dist/navigation-instruments/thruster/thruster.d.ts +2 -1
- package/dist/navigation-instruments/thruster/thruster.d.ts.map +1 -1
- package/dist/navigation-instruments/thruster/thruster.js +45 -25
- package/dist/navigation-instruments/thruster/thruster.js.map +1 -1
- package/fix-generated.cjs +4 -0
- package/new-component.ts +7 -8
- package/package.json +7 -2
- package/script/convert-icons.ts +177 -0
- package/script/download-alert-icons.ts +180 -0
- package/script/download-icons.ts +7 -141
- package/src/components/alert-button/alert-button.css +1 -12
- package/src/components/alert-button/alert-button.stories.ts +2 -0
- package/src/components/alert-button/alert-button.ts +29 -4
- package/src/components/alert-icon/alert-icon.stories.ts +35 -0
- package/src/components/alert-icon/alert-icon.ts +75 -0
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-a.ts +9 -0
- package/src/components/alert-icon/icons/icon-14-alarm-silenced-b.ts +16 -0
- package/src/components/alert-icon/icons/icon-14-alarm-unack-a.ts +8 -0
- package/src/components/alert-icon/icons/icon-14-alarm-unack-b.ts +15 -0
- package/src/components/alert-icon/icons/icon-14-warning-unack-a.ts +8 -0
- package/src/components/alert-icon/icons/icon-14-warning-unack-b.ts +8 -0
- package/src/components/alert-topbar-element/alert-topbar-element.stories.ts +4 -0
- package/src/components/alert-topbar-element/alert-topbar-element.ts +17 -0
- package/src/components/notification-message/notification-message.stories.ts +26 -10
- package/src/components/rich-button/rich-button.css +131 -0
- package/src/components/rich-button/rich-button.stories.ts +232 -0
- package/src/components/rich-button/rich-button.ts +97 -0
- package/src/components/vendor-button/vendor-button.css +10 -0
- package/src/components/vendor-button/vendor-button.stories.ts +19 -0
- package/src/components/vendor-button/vendor-button.ts +25 -0
- package/src/icons/icon-01-content-copy.ts +40 -0
- package/src/icons/icon-01-content-cut.ts +40 -0
- package/src/icons/icon-01-content-paste.ts +40 -0
- package/src/icons/icon-02-dock-bottom.ts +40 -0
- package/src/icons/icon-02-dock-left.ts +40 -0
- package/src/icons/icon-02-dock-right.ts +40 -0
- package/src/icons/icon-03-license.ts +40 -0
- package/src/icons/icon-03-star-unchecked.ts +1 -1
- package/src/icons/icon-04-colorcalibrated.ts +2 -14
- package/src/icons/icon-07-target-associated-ais-camera.ts +42 -0
- package/src/icons/icon-07-target-associated-camera-radar.ts +40 -0
- package/src/icons/icon-07-target-associated-radar-camera.ts +42 -0
- package/src/icons/icon-07-target-camera.ts +40 -0
- package/src/icons/icon-08-backward-fast.ts +1 -1
- package/src/icons/icon-08-backward-stopped.ts +1 -1
- package/src/icons/icon-08-forward-fast.ts +1 -1
- package/src/icons/icon-08-forward-stopped.ts +1 -1
- package/src/icons/icon-08-motor-off-horisontal.ts +1 -1
- package/src/icons/icon-09-switch-horizontal-off-large.ts +1 -1
- package/src/icons/icon-09-switch-horizontal-off.ts +1 -1
- package/src/icons/icon-10-autonomous.ts +3 -3
- package/src/icons/icon-14-alert-rectified.ts +1 -1
- package/src/icons/icon-14-alertheader-aggregated-large.ts +40 -0
- package/src/icons/icon-14-alertheader-group-large.ts +42 -0
- package/src/icons/icon-14-exclamationmark.ts +4 -4
- package/src/icons/icon-14-rectified.ts +1 -1
- package/src/icons/icon-18-ais-anchored.ts +4 -4
- package/src/icons/icon-18-ais-notunderway.ts +1 -1
- package/src/icons/icon-iec-02-ais-target-activated-selected.ts +40 -0
- package/src/icons/icon-iec-02-ais-target-activated.ts +40 -0
- package/src/icons/icon-iec-02-associated-target-ais.ts +40 -0
- package/src/icons/icon-iec-02-associated-target-radar.ts +40 -0
- package/src/icons/icon-iec-02-radar-target-tracked-selected.ts +48 -0
- package/src/icons/icon-iec-02-radar-target-tracked.ts +40 -0
- package/src/icons/index.ts +19 -4
- package/src/icons/names.ts +19 -4
- package/src/icons.stories.ts +78 -0
- package/src/navigation-instruments/thruster/thruster.stories.ts +18 -1
- package/src/navigation-instruments/thruster/thruster.ts +43 -27
- package/.yarnrc.yml +0 -1
- package/dist/icons/icon-07-target-ias-selected.d.ts.map +0 -1
- package/dist/icons/icon-07-target-ias-selected.js +0 -60
- package/dist/icons/icon-07-target-ias-selected.js.map +0 -1
- package/dist/icons/icon-07-target-ias.d.ts.map +0 -1
- package/dist/icons/icon-07-target-ias.js.map +0 -1
- package/dist/icons/icon-07-target-radar-selected.d.ts.map +0 -1
- package/dist/icons/icon-07-target-radar-selected.js +0 -60
- package/dist/icons/icon-07-target-radar-selected.js.map +0 -1
- package/dist/icons/icon-07-target-radar.js.map +0 -1
- package/src/icons/icon-07-target-ias-selected.ts +0 -48
- package/src/icons/icon-07-target-ias.ts +0 -54
- package/src/icons/icon-07-target-radar-selected.ts +0 -48
- package/src/icons/icon-07-target-radar.ts +0 -40
- package/test.svg +0 -3
package/.release-it.json
ADDED
@@ -0,0 +1,12 @@
|
|
1
|
+
{
|
2
|
+
"github": {
|
3
|
+
"release": true
|
4
|
+
},
|
5
|
+
"git": {
|
6
|
+
"changelog": "npx auto-changelog --stdout --commit-limit false -u --template https://raw.githubusercontent.com/release-it/release-it/main/templates/changelog-compact.hbs"
|
7
|
+
},
|
8
|
+
"hooks": {
|
9
|
+
"after:bump": "npm run build && npm install && npx auto-changelog -p && git add ../.. --update",
|
10
|
+
"after:release": "cd ../openbridge-webcomponents-vue && npm publish && cd ../openbridge-webcomponents-react && cd ../openbridge-webcomponents"
|
11
|
+
}
|
12
|
+
}
|
package/.storybook/main.ts
CHANGED
@@ -7,6 +7,8 @@ const config: StorybookConfig = {
|
|
7
7
|
getAbsolutePath('@storybook/addon-links'),
|
8
8
|
getAbsolutePath('@storybook/addon-essentials'),
|
9
9
|
getAbsolutePath('@storybook/addon-themes'),
|
10
|
+
getAbsolutePath('@storybook/addon-interactions'),
|
11
|
+
getAbsolutePath('@storybook/addon-storysource'),
|
10
12
|
],
|
11
13
|
framework: {
|
12
14
|
name: getAbsolutePath('@storybook/web-components-vite'),
|
@@ -26,6 +28,23 @@ const config: StorybookConfig = {
|
|
26
28
|
}
|
27
29
|
</style>
|
28
30
|
`,
|
31
|
+
managerHead: (head, options) => `
|
32
|
+
${head}
|
33
|
+
${
|
34
|
+
options.configType !== 'DEVELOPMENT'
|
35
|
+
? `
|
36
|
+
<!-- Google tag (gtag.js) -->
|
37
|
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BBSXX2P5P8"></script>
|
38
|
+
<script>
|
39
|
+
window.dataLayer = window.dataLayer || [];
|
40
|
+
function gtag(){dataLayer.push(arguments);}
|
41
|
+
gtag('js', new Date());
|
42
|
+
|
43
|
+
gtag('config', 'G-BBSXX2P5P8');
|
44
|
+
</script>`
|
45
|
+
: ''
|
46
|
+
}
|
47
|
+
`,
|
29
48
|
};
|
30
49
|
export default config;
|
31
50
|
|
package/.storybook/preview.ts
CHANGED
@@ -35,6 +35,17 @@ const preview: Preview = {
|
|
35
35
|
grid: {
|
36
36
|
cellSize: 8,
|
37
37
|
},
|
38
|
+
default: 'container-background-color',
|
39
|
+
values: [
|
40
|
+
{
|
41
|
+
name: 'container-section-color',
|
42
|
+
value: 'var(--container-section-color)',
|
43
|
+
},
|
44
|
+
{
|
45
|
+
name: 'container-background-color',
|
46
|
+
value: 'var(--container-background-color)',
|
47
|
+
},
|
48
|
+
],
|
38
49
|
},
|
39
50
|
},
|
40
51
|
};
|
@@ -0,0 +1,16 @@
|
|
1
|
+
{
|
2
|
+
// Use IntelliSense to learn about possible attributes.
|
3
|
+
// Hover to view descriptions of existing attributes.
|
4
|
+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
5
|
+
"version": "0.2.0",
|
6
|
+
"configurations": [
|
7
|
+
{
|
8
|
+
"name": "Download alert icons",
|
9
|
+
"request": "launch",
|
10
|
+
"runtimeArgs": ["tsx", "script/download-alert-icons.ts"],
|
11
|
+
"runtimeExecutable": "yarn",
|
12
|
+
"skipFiles": ["<node_internals>/**"],
|
13
|
+
"type": "node"
|
14
|
+
}
|
15
|
+
]
|
16
|
+
}
|
package/CHANGELOG.md
CHANGED
@@ -1,41 +1,106 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
-
|
10
|
-
-
|
11
|
-
-
|
12
|
-
-
|
13
|
-
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
-
|
20
|
-
-
|
21
|
-
-
|
22
|
-
-
|
23
|
-
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
-
|
28
|
-
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
-
|
41
|
-
-
|
1
|
+
### Changelog
|
2
|
+
|
3
|
+
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
|
4
|
+
|
5
|
+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
|
6
|
+
|
7
|
+
#### [v0.0.9](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.8...v0.0.9)
|
8
|
+
|
9
|
+
- Chore/release it setup [`#95`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/95)
|
10
|
+
- build/switch to npm [`#94`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/94)
|
11
|
+
- feat[rich-button]: added info mode [`#93`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/93)
|
12
|
+
- chore: add google analytics to storybook [`#92`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/92)
|
13
|
+
- build: add pwa to vue demo [`#90`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/90)
|
14
|
+
|
15
|
+
#### [v0.0.8](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.7...v0.0.8)
|
16
|
+
|
17
|
+
> 8 March 2024
|
18
|
+
|
19
|
+
- chore: bump version [`#83`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/83)
|
20
|
+
- chore: added code of conduct and similar documents [`#81`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/81)
|
21
|
+
- feat: rich button [`#80`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/80)
|
22
|
+
- feat: vendor button [`#79`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/79)
|
23
|
+
- Fix/json config [`#78`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/78)
|
24
|
+
- fix: switch page name in demo [`#77`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/77)
|
25
|
+
- feat: blinking alert button [`#72`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/72)
|
26
|
+
- chore: storybook with all icons [`#76`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/76)
|
27
|
+
- readme.md: correct small typo in font file name [`#75`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/75)
|
28
|
+
- fix: sizing of thruster [`d0fbc73`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/d0fbc737917c43b255c261d3e30ce5062ef061a4)
|
29
|
+
|
30
|
+
#### [v0.0.7](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.5...v0.0.7)
|
31
|
+
|
32
|
+
> 13 March 2024
|
33
|
+
|
34
|
+
- chore: fix react path [`#74`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/74)
|
35
|
+
|
36
|
+
#### [v0.0.5](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.3...v0.0.5)
|
37
|
+
|
38
|
+
> 13 March 2024
|
39
|
+
|
40
|
+
- Chore/release v 0.0.5 [`#71`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/71)
|
41
|
+
- chore(main): release openbridge-webcomponents 0.1.0 [`#68`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/68)
|
42
|
+
- chore: build on release only [`#69`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/69)
|
43
|
+
- docs: add readme to subprojects [`#66`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/66)
|
44
|
+
- chore: bootstrap releases for path: packages/openbridge-webcomponents [`#67`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/67)
|
45
|
+
- rename from @tibnor to @oicl [`#61`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/61)
|
46
|
+
- chore: add link to css [`#60`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/60)
|
47
|
+
- fix: padding last button in toggle button [`#54`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/54)
|
48
|
+
- fix: not-lazy loading of company logo [`#52`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/52)
|
49
|
+
- fix: click outside menu closes menu [`#53`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/53)
|
50
|
+
- Fix/minor errors demo [`#51`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/51)
|
51
|
+
- Fix/minor errors demo [`#50`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/50)
|
52
|
+
- chore: google analytics [`#49`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/49)
|
53
|
+
|
54
|
+
#### v0.0.3
|
55
|
+
|
56
|
+
> 13 March 2024
|
57
|
+
|
58
|
+
- release: v0.0.3 [`#48`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/48)
|
59
|
+
- Feat/azimuth thruster [`#33`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/33)
|
60
|
+
- Chore/build css by vite [`#46`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/46)
|
61
|
+
- fix: move search icon to the left [`#45`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/45)
|
62
|
+
- Feat/browser tab color [`#44`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/44)
|
63
|
+
- Update readme.md [`#43`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/43)
|
64
|
+
- feat: add theme color to demo [`#42`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/42)
|
65
|
+
- Feat/responsive topbar [`#41`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/41)
|
66
|
+
- feat: add react wrapper and demo [`#40`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/40)
|
67
|
+
- Doc/readme [`#39`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/39)
|
68
|
+
- feat: slider buttons [`#37`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/37)
|
69
|
+
- fix: minor [`#36`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/36)
|
70
|
+
- Feat/deploy storybook [`#35`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/35)
|
71
|
+
- fix: range [`#34`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/34)
|
72
|
+
- fix: alert list not showing [`#32`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/32)
|
73
|
+
- feat: reactive brightness [`#31`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/31)
|
74
|
+
- fix [`#30`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/30)
|
75
|
+
- fix [`#29`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/29)
|
76
|
+
- Firebase deploy and shared session [`#28`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/28)
|
77
|
+
- Chore/rename classes [`#27`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/27)
|
78
|
+
- Feat/alert handling [`#26`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/26)
|
79
|
+
- feat: add checked button variant [`#25`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/25)
|
80
|
+
- fix: alert url [`#24`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/24)
|
81
|
+
- fix: use web hash history [`#23`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/23)
|
82
|
+
- feat: add alertlist [`#22`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/22)
|
83
|
+
- fix: scrollbar after review [`#21`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/21)
|
84
|
+
- Add table and scrollbar [`#20`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/20)
|
85
|
+
- fix: made alert message text clickable [`#19`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/19)
|
86
|
+
- Feat/ack alarms in demo [`#18`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/18)
|
87
|
+
- Alert message in topbar [`#17`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/17)
|
88
|
+
- Refacto [`#16`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/16)
|
89
|
+
- fix: app menu [`#15`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/15)
|
90
|
+
- Fix/refacto [`#14`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/14)
|
91
|
+
- added cem [`#13`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/13)
|
92
|
+
- alert menu full width button [`#11`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/11)
|
93
|
+
- build: added linting [`#12`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/12)
|
94
|
+
- fix: change prefix from ob- to obc- [`#10`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/10)
|
95
|
+
- Fix/reorganize [`#9`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/9)
|
96
|
+
- Feat/prepack [`#8`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/8)
|
97
|
+
- feat: tooltip [`#7`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/7)
|
98
|
+
- Feat/alert menu [`#6`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/6)
|
99
|
+
- Feat/alarm-button [`#5`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/5)
|
100
|
+
- feat: multi color icons [`#4`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/4)
|
101
|
+
- chore: simplifiy style mixin [`#3`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/3)
|
102
|
+
- feat: add breadcrumb and pixel perfect [`#2`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/2)
|
103
|
+
- fix: update icons [`#1`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/1)
|
104
|
+
- made monorepo [`a867bbd`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/a867bbd7770e1feb8d00655c633f2cf0f78ba14d)
|
105
|
+
- fix: build and update custom-elements [`c5f8d94`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/c5f8d94f9dfc2242b1757109abcc425fd9b07a2b)
|
106
|
+
- bruker postcss [`2cc8588`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/2cc858824c5bc213b94ac9e42f9a4da0f5a2140b)
|
package/README.md
CHANGED
@@ -4,6 +4,14 @@ Welcome to the Openbridge Web Components! This readme file provides an overview
|
|
4
4
|
|
5
5
|
> **❗Caution❗** This repository is currently in early development and may not be stable. Please use with caution.
|
6
6
|
|
7
|
+
# Introduction video
|
8
|
+
|
9
|
+
We have made an short introduction to the library. You can watch it [here](https://www.youtube.com/watch?v=5DiEA4voqzI)
|
10
|
+
|
11
|
+
<a href="http://www.youtube.com/watch?feature=player_embedded&v=5DiEA4voqzI" target="_blank">
|
12
|
+
<img src="https://img.youtube.com/vi/5DiEA4voqzI/0.jpg" alt="Watch the video" width="480" height="360" />
|
13
|
+
</a>
|
14
|
+
|
7
15
|
## Table of Contents
|
8
16
|
|
9
17
|
- [Storybook](#storybook)
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|