@oicl/openbridge-webcomponents 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 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
 
@@ -90,7 +90,7 @@ const compentStyle = css`
90
90
 
91
91
  width: var(--ui-components-app-button-visual-size-enhanced);
92
92
  height: var(--ui-components-app-button-visual-size-enhanced);
93
- border-radius: 100%;
93
+ border-radius: var(--ui-components-app-button-border-radius-large);
94
94
 
95
95
  display: flex;
96
96
 
@@ -125,6 +125,7 @@ const compentStyle = css`
125
125
  .wrapper.small .icon-wrapper {
126
126
  width: var(--ui-components-app-button-visual-size);
127
127
  height: var(--ui-components-app-button-visual-size);
128
+ border-radius: var(--ui-components-app-button-border-radius-small);
128
129
  }
129
130
 
130
131
  .wrapper.small .icon {
@@ -1 +1 @@
1
- {"version":3,"file":"app-button.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"app-button.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -10,15 +10,18 @@ const compentStyle = css`
10
10
  box-shadow: var(--shadow-floating);
11
11
  display: flex;
12
12
  flex-direction: column;
13
- padding: 8px 24px 8px;
13
+ padding: var(--app-components-app-menu-padding-vertical)
14
+ var(--app-components-app-menu-margin-horizontal);
14
15
  box-sizing: border-box;
15
- max-width: 440px;
16
+ width: fit-content;
16
17
  }
17
18
  .card .main-apps {
18
19
  display: grid;
19
20
  grid-template-columns: repeat(4, 1fr);
20
- gap: 16px;
21
- padding: 24px 0;
21
+ gap: 0 var(--app-components-app-menu-app-button-spacing);
22
+ padding: var(--app-components-app-menu-padding-vertical)
23
+ var(--app-components-app-menu-padding-horizontal);
24
+ justify-items: center;
22
25
  }
23
26
  `;
24
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.20260408061309",
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",