@oicl/openbridge-webcomponents-react 0.0.20260408061309 → 0.0.20260409063909
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/README.md +3 -3
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -18,8 +18,8 @@ This library is currently in active development. We are gearing up for our first
|
|
|
18
18
|
|
|
19
19
|
## 📚 Storybook & Demo
|
|
20
20
|
|
|
21
|
-
- **[Storybook](https://openbridge-
|
|
22
|
-
- **[Live Demo](https://openbridge-
|
|
21
|
+
- **[Storybook](https://openbridge-storybook.web.app)**: Browse components and view their different states.
|
|
22
|
+
- **[Live Demo](https://openbridge-demo.web.app/)**: See the components in action.
|
|
23
23
|
|
|
24
24
|
## 💾 Installation
|
|
25
25
|
|
|
@@ -63,7 +63,7 @@ function App() {
|
|
|
63
63
|
}
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
For a more complete example, check the [React Demo](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents
|
|
66
|
+
For a more complete example, check the [React Demo](https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents/tree/main/packages/react-demo).
|
|
67
67
|
|
|
68
68
|
## 👫 Contributing
|
|
69
69
|
|
package/package.json
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"build": "tsc",
|
|
6
6
|
"build:watch": "tsc --watch"
|
|
7
7
|
},
|
|
8
|
-
"version": "0.0.
|
|
8
|
+
"version": "0.0.20260409063909",
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@oicl/openbridge-webcomponents": "^0.0.
|
|
10
|
+
"@oicl/openbridge-webcomponents": "^0.0.20260409063909",
|
|
11
11
|
"@lit/react": "^1.0.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
@@ -2223,7 +2223,7 @@
|
|
|
2223
2223
|
],
|
|
2224
2224
|
"repository": {
|
|
2225
2225
|
"type": "git",
|
|
2226
|
-
"url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents
|
|
2226
|
+
"url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents.git",
|
|
2227
2227
|
"directory": "packages/openbridge-webcomponents-react"
|
|
2228
2228
|
},
|
|
2229
2229
|
"homepage": "https://www.openbridge.no",
|