@oicl/openbridge-webcomponents-react 0.2.2 → 1.0.0-next.1

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.
Files changed (2) hide show
  1. package/README.md +35 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,19 +2,41 @@
2
2
 
3
3
  React wrappers for the OpenBridge design system.
4
4
 
5
- [![Slack, join chat](https://img.shields.io/badge/Slack-4A154B?style=flat&logo=slack&logoColor=white)](https://join.slack.com/t/openbridgegroup/shared_invite/zt-2e4clvl6s-uZLkN5L3g8O~c1UZCN1reQ)
6
-
7
5
  This package provides **React wrappers** for the [@oicl/openbridge-webcomponents](https://www.npmjs.com/package/@oicl/openbridge-webcomponents) core library. It allows you to use OpenBridge components as native React components with full IDE support, props, and event handling.
8
6
 
9
7
  ## ⚠️ Autogenerated
10
8
 
11
- This package is **automatically generated** from the core library.
9
+ This package is **automatically generated** from the [core library](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/tree/stable/packages/openbridge-webcomponents).
12
10
 
13
11
  **Do not edit this package directly.** All changes should be made in the core library, and the wrappers should be updated by running the wrapper generation script.
14
12
 
15
- ## 🏗️ Project Status
13
+ ## 🚀 Project Status
14
+
15
+ **v1.0.0 is now released!** The code was officially opened by **Prince Sverre Magnus of Norway**, and the library is now stable and publicly available.
16
+
17
+ ## 🏷️ Tag Strategy
18
+
19
+ We use npm tags to manage our releases:
20
+
21
+ - **`latest`**: The stable, production-ready version of the library. It is updated approximately once every quarter. It's based on the `stable` branch in the GitHub repository.
22
+ - **`next`**: The latest development version, containing new features and improvements. This version may include breaking changes and is intended for early adopters. It's based on the `develop` branch in the GitHub repository.
23
+
24
+ ## 🤝 Support the Project
25
+
26
+ We are thrilled if you would like to support the OpenBridge Web Components project. Your contribution plays a vital role in maintaining an open, high-quality design system.
16
27
 
17
- This library is currently in active development. We are gearing up for our first stable release in **Q2 2026**.
28
+ We invite industry partners to join our Joint Industry Project. By becoming a donor, you help secure the future of the project and gain influence over the roadmap.
29
+
30
+ ### Donor Benefits
31
+ By becoming a donor, you aren’t just supporting code—you’re joining a collaborative movement. To show our appreciation, donors receive a specialized benefits package valid for 12 months upon receipt of payment:
32
+
33
+ - **Proudly Show Your Support:** You are authorized to use the official "OpenBridge Member" logo in your marketing materials and corporate communications.
34
+ - **Early & Easy Access:** You gain the right to use all new releases of the project’s software components directly under the Apache License 2.0.
35
+
36
+ ### How to Support
37
+ If you are interested in supporting the project, please fill out this **[Support Form](https://docs.google.com/forms/d/e/1FAIpQLSc6JVRyyIease2PkUArirNkG0DeTB__YnWEovjVwISlaYdktA/viewform?usp=header)**.
38
+
39
+ For more information, please contact **Torstein A. Bø** at [torstein.bo@openstudio.no](mailto:torstein.bo@openstudio.no) or contact us on [Slack](https://join.slack.com/t/openbridgegroup/shared_invite/zt-2e4clvl6s-uZLkN5L3g8O~c1UZCN1reQ).
18
40
 
19
41
  ## 📚 Storybook & Demo
20
42
 
@@ -63,8 +85,14 @@ function App() {
63
85
  }
64
86
  ```
65
87
 
66
- For a more complete example, check the [React Demo](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/tree/main/packages/react-demo).
88
+ For a more complete example, check the [React Demo](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/tree/stable/packages/react-demo).
89
+
90
+ ## 💬 Slack
91
+
92
+ [![Slack, join chat](https://img.shields.io/badge/Slack-4A154B?style=flat&logo=slack&logoColor=white)](https://join.slack.com/t/openbridgegroup/shared_invite/zt-2e4clvl6s-uZLkN5L3g8O~c1UZCN1reQ)
93
+
94
+ [Join our Slack](https://join.slack.com/t/openbridgegroup/shared_invite/zt-2e4clvl6s-uZLkN5L3g8O~c1UZCN1reQ) to get the latest updates and to ask questions.
67
95
 
68
96
  ## 👫 Contributing
69
97
 
70
- Contributions are welcome! Please see the [root README](../../README.md) and [CONTRIBUTING.md](../../CONTRIBUTING.md) for development instructions.
98
+ Contributions are welcome! Please see the [root README](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/blob/stable/README.md) and [CONTRIBUTING.md](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/blob/stable/CONTRIBUTING.md) for development instructions.
package/package.json CHANGED
@@ -5,9 +5,9 @@
5
5
  "build": "tsc",
6
6
  "build:watch": "tsc --watch"
7
7
  },
8
- "version": "0.2.2",
8
+ "version": "1.0.0-next.1",
9
9
  "dependencies": {
10
- "@oicl/openbridge-webcomponents": "^0.2.2",
10
+ "@oicl/openbridge-webcomponents": "^1.0.1",
11
11
  "@lit/react": "^1.0.0"
12
12
  },
13
13
  "peerDependencies": {
@@ -2232,4 +2232,4 @@
2232
2232
  "publishConfig": {
2233
2233
  "access": "public"
2234
2234
  }
2235
- }
2235
+ }