@oicl/openbridge-webcomponents 0.0.20260325093621 → 0.0.20260325140527

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.
@@ -161,8 +161,8 @@ const componentStyle = css`
161
161
 
162
162
  .circular-wrapper {
163
163
  position: relative;
164
- width: 48px;
165
- height: 48px;
164
+ width: var(--global-size-spacing-touch-target-min);
165
+ height: var(--global-size-spacing-touch-target-min);
166
166
  display: inline-block;
167
167
  }
168
168
 
@@ -170,8 +170,8 @@ obc-circular-progress {
170
170
  position: absolute;
171
171
  top: 0;
172
172
  left: 0;
173
- width: 48px;
174
- height: 48px;
173
+ width: 100%;
174
+ height: 100%;
175
175
  }
176
176
 
177
177
  .circular-content {
@@ -219,14 +219,15 @@ obc-circular-progress {
219
219
  display: flex;
220
220
  align-items: center;
221
221
  justify-content: center;
222
- width: 24px;
223
- height: 24px;
222
+ width: var(--global-size-spacing-icon-icon-size-regular);
223
+ height: var(--global-size-spacing-icon-icon-size-regular);
224
224
  color: var(--element-active-color);
225
225
  }
226
226
 
227
- .circular-icon-container ::slotted(*) {
228
- width: 24px;
229
- height: 24px;
227
+ .circular-icon-container ::slotted(*),
228
+ .circular-icon-container obi-placeholder {
229
+ width: var(--global-size-spacing-icon-icon-size-regular);
230
+ height: var(--global-size-spacing-icon-icon-size-regular);
230
231
  }
231
232
  `;
232
233
  export {
@@ -1 +1 @@
1
- {"version":3,"file":"progress-bar.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"progress-bar.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -491,16 +491,32 @@ const componentStyle = css`
491
491
 
492
492
  obc-circular-progress {
493
493
  position: absolute;
494
- width: 42px;
495
- height: 42px;
494
+ width: calc(
495
+ var(--ui-components-icon-button-visual-target-size) +
496
+ var(--ui-components-progressbars-progress-button--circular-bar-weight) *
497
+ 2 + 2px
498
+ );
499
+ height: calc(
500
+ var(--ui-components-icon-button-visual-target-size) +
501
+ var(--ui-components-progressbars-progress-button--circular-bar-weight) *
502
+ 2 + 2px
503
+ );
496
504
  pointer-events: none;
497
505
  z-index: 1;
498
506
  }
499
507
 
500
508
  .circular-alert-svg {
501
509
  position: absolute;
502
- width: 42px;
503
- height: 42px;
510
+ width: calc(
511
+ var(--ui-components-icon-button-visual-target-size) +
512
+ var(--ui-components-progressbars-progress-button--circular-bar-weight) *
513
+ 2 + 2px
514
+ );
515
+ height: calc(
516
+ var(--ui-components-icon-button-visual-target-size) +
517
+ var(--ui-components-progressbars-progress-button--circular-bar-weight) *
518
+ 2 + 2px
519
+ );
504
520
  pointer-events: none;
505
521
  z-index: 1;
506
522
  }
@@ -1 +1 @@
1
- {"version":3,"file":"progress-button.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"progress-button.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.20260325093621",
3
+ "version": "0.0.20260325140527",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",