@oicl/openbridge-webcomponents 0.0.8 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. package/.release-it.json +12 -0
  2. package/.storybook/main.ts +17 -0
  3. package/.storybook/preview.ts +0 -1
  4. package/CHANGELOG.md +118 -41
  5. package/__snapshots__/application-topbar--inactive.png +0 -0
  6. package/__snapshots__/button-button--raised-disabled.png +0 -0
  7. package/__snapshots__/button-rich-button--with-graphic-info.png +0 -0
  8. package/__snapshots__/input-slider--no-icons.png +0 -0
  9. package/__snapshots__/input-slider--no-value.png +0 -0
  10. package/__snapshots__/line-corner-line--primary.png +0 -0
  11. package/__snapshots__/line-example--air.png +0 -0
  12. package/__snapshots__/line-example--connector.png +0 -0
  13. package/__snapshots__/line-example--electric.png +0 -0
  14. package/__snapshots__/line-example--fluid.png +0 -0
  15. package/__snapshots__/line-horizontal-line--primary.png +0 -0
  16. package/__snapshots__/line-vertical-line--complex.png +0 -0
  17. package/__snapshots__/line-vertical-line--primary.png +0 -0
  18. package/custom-elements.json +679 -297
  19. package/dist/automation/corner-line/corner-line.d.ts +22 -0
  20. package/dist/automation/corner-line/corner-line.d.ts.map +1 -0
  21. package/dist/automation/corner-line/corner-line.js +161 -0
  22. package/dist/automation/corner-line/corner-line.js.map +1 -0
  23. package/dist/automation/horizontal-line/horizontal-line.d.ts +15 -0
  24. package/dist/automation/horizontal-line/horizontal-line.d.ts.map +1 -0
  25. package/dist/automation/horizontal-line/horizontal-line.js +110 -0
  26. package/dist/automation/horizontal-line/horizontal-line.js.map +1 -0
  27. package/dist/automation/index.d.ts +20 -0
  28. package/dist/automation/index.d.ts.map +1 -0
  29. package/dist/automation/index.js +42 -0
  30. package/dist/automation/index.js.map +1 -0
  31. package/dist/automation/vertical-line/vertical-line.d.ts +15 -0
  32. package/dist/automation/vertical-line/vertical-line.d.ts.map +1 -0
  33. package/dist/automation/vertical-line/vertical-line.js +111 -0
  34. package/dist/automation/vertical-line/vertical-line.js.map +1 -0
  35. package/dist/components/brilliance-menu/brilliance-menu.d.ts.map +1 -1
  36. package/dist/components/brilliance-menu/brilliance-menu.js +2 -0
  37. package/dist/components/brilliance-menu/brilliance-menu.js.map +1 -1
  38. package/dist/components/button/button.css.js +2 -2
  39. package/dist/components/navigation-item/navigation-item.css.js +2 -1
  40. package/dist/components/navigation-item/navigation-item.css.js.map +1 -1
  41. package/dist/components/notification-button/notification-button.css.js +1 -1
  42. package/dist/components/rich-button/rich-button.css.js +20 -10
  43. package/dist/components/rich-button/rich-button.css.js.map +1 -1
  44. package/dist/components/rich-button/rich-button.d.ts +1 -0
  45. package/dist/components/rich-button/rich-button.d.ts.map +1 -1
  46. package/dist/components/rich-button/rich-button.js +5 -0
  47. package/dist/components/rich-button/rich-button.js.map +1 -1
  48. package/dist/components/slider/slider.css.js +20 -0
  49. package/dist/components/slider/slider.css.js.map +1 -1
  50. package/dist/components/slider/slider.d.ts +8 -0
  51. package/dist/components/slider/slider.d.ts.map +1 -1
  52. package/dist/components/slider/slider.js +44 -18
  53. package/dist/components/slider/slider.js.map +1 -1
  54. package/dist/components/top-bar/top-bar.css.js +5 -1
  55. package/dist/components/top-bar/top-bar.css.js.map +1 -1
  56. package/dist/components/top-bar/top-bar.d.ts.map +1 -1
  57. package/dist/components/top-bar/top-bar.js +8 -8
  58. package/dist/components/top-bar/top-bar.js.map +1 -1
  59. package/fix-generated.cjs +1 -0
  60. package/package.json +20 -26
  61. package/src/automation/corner-line/corner-line.stories.ts +31 -0
  62. package/src/automation/corner-line/corner-line.ts +167 -0
  63. package/src/automation/horizontal-line/horizontal-line.stories.ts +28 -0
  64. package/src/automation/horizontal-line/horizontal-line.ts +100 -0
  65. package/src/automation/index.ts +41 -0
  66. package/src/automation/line.stories.ts +142 -0
  67. package/src/automation/vertical-line/vertical-line.stories.ts +71 -0
  68. package/src/automation/vertical-line/vertical-line.ts +104 -0
  69. package/src/components/brilliance-menu/brilliance-menu.ts +2 -0
  70. package/src/components/rich-button/rich-button.css +15 -2
  71. package/src/components/rich-button/rich-button.stories.ts +36 -0
  72. package/src/components/rich-button/rich-button.ts +2 -0
  73. package/src/components/slider/slider.css +20 -0
  74. package/src/components/slider/slider.stories.ts +20 -1
  75. package/src/components/slider/slider.ts +43 -19
  76. package/src/components/top-bar/top-bar.css +4 -0
  77. package/src/components/top-bar/top-bar.ts +10 -8
  78. package/src/palettes/variables.css +64 -43
  79. package/.yarnrc.yml +0 -1
  80. package/script/svg-instruments/convert-svg.ts +0 -246
  81. package/script/svg-instruments/environment.d.ts +0 -7
  82. package/script/svg-instruments/exports.ts +0 -82
  83. package/script/svg-instruments/figma-types.ts +0 -804
  84. package/script/svg-instruments/figmaImport.ts +0 -79
  85. package/script/svg-instruments/main.ts +0 -109
  86. package/test.svg +0 -3
@@ -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 && npm run format && git add ../.. --update",
10
+ "after:release": "cd ../openbridge-webcomponents-vue && npm publish && cd ../openbridge-webcomponents-react && cd ../openbridge-webcomponents"
11
+ }
12
+ }
@@ -28,6 +28,23 @@ const config: StorybookConfig = {
28
28
  }
29
29
  </style>
30
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
+ `,
31
48
  };
32
49
  export default config;
33
50
 
@@ -24,7 +24,6 @@ export const decorators = [
24
24
 
25
25
  const preview: Preview = {
26
26
  parameters: {
27
- actions: {argTypesRegex: '^on[A-Z].*'},
28
27
  controls: {
29
28
  matchers: {
30
29
  color: /(background|color)$/i,
package/CHANGELOG.md CHANGED
@@ -1,41 +1,118 @@
1
- # Changelog
2
-
3
- ## [0.1.0](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/openbridge-webcomponents-v0.0.4...openbridge-webcomponents-v0.1.0) (2024-02-23)
4
-
5
- ### Features
6
-
7
- - ack alarms in demo ([d377466](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/d377466ece783e707503286e2d8ea623bd9f9ec5))
8
- - add alertlist ([ad1283f](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/ad1283f08bd10490b3a67df54f23d637bd8499dd))
9
- - add breadcrumb and pixel perfect ([0d4bf6f](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/0d4bf6fcdac5c0a5a92d6240a9bbacc235c5b52c))
10
- - add checked button variant ([#25](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/25)) ([ebee8ff](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/ebee8ffcaef3345f159449b3980a903d5b4bee40))
11
- - add react wrapper and demo ([#40](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/40)) ([cd81b77](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/cd81b77cddb6fb9e10871e3c469e6b574f946591))
12
- - alert button ([986ffa7](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/986ffa74a629e6391041387a94e045f0b1f8ec7c))
13
- - alert menu ([65d50c8](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/65d50c864e40c8a9a3dcdc6b878ee1ba5d7ed6f9))
14
- - implemented alert logic and disabled buttons ([79e37c8](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/79e37c82205cafe45f64755e977b01628e50ee60))
15
- - link to alert list ([ffa44e7](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/ffa44e7a3fca777d0d2e171f6357d2591257880c))
16
- - multi color icons ([ab4bfa2](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/ab4bfa27034e5fc78a50b80fcab926dae01ba977))
17
- - notification button ([9039f16](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/9039f16b432a7950c6e939d63d85f0095ff9cc73))
18
- - notification message ([7fbc9b7](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/7fbc9b72764435a265c27d6bae2144e7509c2cda))
19
- - reactive brightness ([#31](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/31)) ([be5a97e](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/be5a97e82857babfb5239117547d1d1c70b636bd))
20
- - settings topbar, corner icons, divider ([540188a](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/540188a7e59c5ec407673597f3a610ebc8e7b431))
21
- - slider buttons ([#37](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/37)) ([69c3d24](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/69c3d24de7804507e058c7c46f9fc4842d3ffeb8))
22
- - snapshots ([a90d612](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/a90d6123edcad8bb2c962d5b0961d33b343b5a25))
23
- - tooltip ([e85318a](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/e85318a36cbe1b9a1e65fe93b1b7eecbaf707f63))
24
-
25
- ### Bug Fixes
26
-
27
- - add images ([ec7917d](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/ec7917d8a54f9ce3cae39a8bc35ad3a35b6e55b0))
28
- - alert list not showing ([#32](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/32)) ([ef282db](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/ef282db44684beda958f1d79b146329e329a5830))
29
- - app menu ([#15](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/15)) ([3e31203](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/3e312037deb053b41e5d5c0ad2366870cb28064d))
30
- - build and update custom-elements ([c5f8d94](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/c5f8d94f9dfc2242b1757109abcc425fd9b07a2b))
31
- - cannot close dialogs ([cf8be0f](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/cf8be0f8cdd19279b04893fa785a96789a95141b))
32
- - change prefix from ob- to obc- ([1dd2bf0](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/1dd2bf06010971d9affa930717b368e32e161e26))
33
- - made alert message text clickable ([008fa50](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/008fa50394cf21af3142f23c1b9c690731509b1a))
34
- - made storybook run ([3f74d8e](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/3f74d8e41d6c4100b7b3a929019c6dbe75019a57))
35
- - minor ([#36](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/36)) ([4143a96](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/4143a96e09e3caf79bfd1a2aa67d7b6a856424b0))
36
- - move search icon to the left ([#45](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/45)) ([5be4143](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/5be4143dcb6e6e1a05714ee8b575d6b54cdf6477))
37
- - moved style mixin ([756c4a2](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/756c4a209d276a629a43f36214b947cf00c9c00c))
38
- - padding last button in toggle button ([#54](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/54)) ([43ca15c](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/43ca15cee3488051cf95061d4e159061f8b63c22))
39
- - range ([#34](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/34)) ([2dcb4be](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/2dcb4be665ea80c5febe451024d48b8d8156d3e5))
40
- - scrollbar after review ([14cb0e1](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/14cb0e19e20219ad75163397fa7b43b827cabcc4))
41
- - update icons ([7e0bf86](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/7e0bf864b5be9476eac2022a0933581f07e77e5a))
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.10](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.9...v0.0.10)
8
+
9
+ - feat: update colors in css [`#145`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/145)
10
+ - feat[lines]: add lines (pipe) [`#144`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/144)
11
+ - feat[slider]: no input slider [`#142`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/142)
12
+ - fix[topbar]: padding when inactive [`#89`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/issues/89)
13
+ - demo: alarm blink on condensed top menu [`#98`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/98)
14
+ - demo: fix background color [`#102`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/102)
15
+ - demo: minimize alert on no alert [`#101`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/101)
16
+
17
+ #### [v0.0.9](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.8...v0.0.9)
18
+
19
+ > 14 March 2024
20
+
21
+ - Chore/release it setup [`#95`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/95)
22
+ - build/switch to npm [`#94`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/94)
23
+ - feat[rich-button]: added info mode [`#93`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/93)
24
+ - chore: add google analytics to storybook [`#92`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/92)
25
+ - build: add pwa to vue demo [`#90`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/90)
26
+
27
+ #### [v0.0.8](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.7...v0.0.8)
28
+
29
+ > 8 March 2024
30
+
31
+ - chore: bump version [`#83`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/83)
32
+ - chore: added code of conduct and similar documents [`#81`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/81)
33
+ - feat: rich button [`#80`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/80)
34
+ - feat: vendor button [`#79`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/79)
35
+ - Fix/json config [`#78`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/78)
36
+ - fix: switch page name in demo [`#77`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/77)
37
+ - feat: blinking alert button [`#72`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/72)
38
+ - chore: storybook with all icons [`#76`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/76)
39
+ - readme.md: correct small typo in font file name [`#75`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/75)
40
+ - fix: sizing of thruster [`d0fbc73`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/d0fbc737917c43b255c261d3e30ce5062ef061a4)
41
+
42
+ #### [v0.0.7](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.5...v0.0.7)
43
+
44
+ > 13 March 2024
45
+
46
+ - chore: fix react path [`#74`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/74)
47
+
48
+ #### [v0.0.5](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/compare/v0.0.3...v0.0.5)
49
+
50
+ > 13 March 2024
51
+
52
+ - Chore/release v 0.0.5 [`#71`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/71)
53
+ - chore(main): release openbridge-webcomponents 0.1.0 [`#68`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/68)
54
+ - chore: build on release only [`#69`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/69)
55
+ - docs: add readme to subprojects [`#66`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/66)
56
+ - chore: bootstrap releases for path: packages/openbridge-webcomponents [`#67`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/67)
57
+ - rename from @tibnor to @oicl [`#61`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/61)
58
+ - chore: add link to css [`#60`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/60)
59
+ - fix: padding last button in toggle button [`#54`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/54)
60
+ - fix: not-lazy loading of company logo [`#52`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/52)
61
+ - fix: click outside menu closes menu [`#53`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/53)
62
+ - Fix/minor errors demo [`#51`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/51)
63
+ - Fix/minor errors demo [`#50`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/50)
64
+ - chore: google analytics [`#49`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/49)
65
+
66
+ #### v0.0.3
67
+
68
+ > 13 March 2024
69
+
70
+ - release: v0.0.3 [`#48`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/48)
71
+ - Feat/azimuth thruster [`#33`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/33)
72
+ - Chore/build css by vite [`#46`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/46)
73
+ - fix: move search icon to the left [`#45`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/45)
74
+ - Feat/browser tab color [`#44`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/44)
75
+ - Update readme.md [`#43`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/43)
76
+ - feat: add theme color to demo [`#42`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/42)
77
+ - Feat/responsive topbar [`#41`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/41)
78
+ - feat: add react wrapper and demo [`#40`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/40)
79
+ - Doc/readme [`#39`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/39)
80
+ - feat: slider buttons [`#37`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/37)
81
+ - fix: minor [`#36`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/36)
82
+ - Feat/deploy storybook [`#35`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/35)
83
+ - fix: range [`#34`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/34)
84
+ - fix: alert list not showing [`#32`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/32)
85
+ - feat: reactive brightness [`#31`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/31)
86
+ - fix [`#30`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/30)
87
+ - fix [`#29`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/29)
88
+ - Firebase deploy and shared session [`#28`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/28)
89
+ - Chore/rename classes [`#27`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/27)
90
+ - Feat/alert handling [`#26`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/26)
91
+ - feat: add checked button variant [`#25`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/25)
92
+ - fix: alert url [`#24`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/24)
93
+ - fix: use web hash history [`#23`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/23)
94
+ - feat: add alertlist [`#22`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/22)
95
+ - fix: scrollbar after review [`#21`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/21)
96
+ - Add table and scrollbar [`#20`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/20)
97
+ - fix: made alert message text clickable [`#19`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/19)
98
+ - Feat/ack alarms in demo [`#18`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/18)
99
+ - Alert message in topbar [`#17`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/17)
100
+ - Refacto [`#16`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/16)
101
+ - fix: app menu [`#15`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/15)
102
+ - Fix/refacto [`#14`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/14)
103
+ - added cem [`#13`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/13)
104
+ - alert menu full width button [`#11`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/11)
105
+ - build: added linting [`#12`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/12)
106
+ - fix: change prefix from ob- to obc- [`#10`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/10)
107
+ - Fix/reorganize [`#9`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/9)
108
+ - Feat/prepack [`#8`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/8)
109
+ - feat: tooltip [`#7`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/7)
110
+ - Feat/alert menu [`#6`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/6)
111
+ - Feat/alarm-button [`#5`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/5)
112
+ - feat: multi color icons [`#4`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/4)
113
+ - chore: simplifiy style mixin [`#3`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/3)
114
+ - feat: add breadcrumb and pixel perfect [`#2`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/2)
115
+ - fix: update icons [`#1`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/pull/1)
116
+ - made monorepo [`a867bbd`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/a867bbd7770e1feb8d00655c633f2cf0f78ba14d)
117
+ - fix: build and update custom-elements [`c5f8d94`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/c5f8d94f9dfc2242b1757109abcc425fd9b07a2b)
118
+ - bruker postcss [`2cc8588`](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/commit/2cc858824c5bc213b94ac9e42f9a4da0f5a2140b)