@oicl/openbridge-webcomponents 0.0.20260408064217 → 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 CHANGED
@@ -12,8 +12,8 @@ This library is currently in active development. We are gearing up for our first
12
12
 
13
13
  ## 📚 Storybook & Demo
14
14
 
15
- - **[Storybook](https://openbridge-jip-storybook.web.app)**: Browse components and view their different states.
16
- - **[Live Demo](https://openbridge-jip-demo.web.app/)**: See the components in action.
15
+ - **[Storybook](https://openbridge-storybook.web.app)**: Browse components and view their different states.
16
+ - **[Live Demo](https://openbridge-demo.web.app/)**: See the components in action.
17
17
 
18
18
  ## 💾 Installation
19
19
 
@@ -21,6 +21,7 @@ const compentStyle = css`
21
21
  gap: 0 var(--app-components-app-menu-app-button-spacing);
22
22
  padding: var(--app-components-app-menu-padding-vertical)
23
23
  var(--app-components-app-menu-padding-horizontal);
24
+ justify-items: center;
24
25
  }
25
26
  `;
26
27
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"app-menu.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"app-menu.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.20260408064217",
3
+ "version": "0.0.20260409063909",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
7
- "url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents-jip.git",
7
+ "url": "git+https://github.com/Ocean-Industries-Concept-Lab/openbridge-webcomponents.git",
8
8
  "directory": "packages/openbridge-webcomponents"
9
9
  },
10
10
  "homepage": "https://www.openbridge.no",