@oicl/openbridge-webcomponents 0.0.20260408061309 → 0.0.20260408064217

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.
@@ -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,17 @@ 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);
22
24
  }
23
25
  `;
24
26
  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,6 +1,6 @@
1
1
  {
2
2
  "name": "@oicl/openbridge-webcomponents",
3
- "version": "0.0.20260408061309",
3
+ "version": "0.0.20260408064217",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",