@oicl/openbridge-webcomponents 0.0.8 → 0.0.9

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,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
+ }
@@ -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
 
package/CHANGELOG.md CHANGED
@@ -1,41 +1,106 @@
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.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)