@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.
- package/dist/components/progress-bar/progress-bar.css.js +10 -9
- package/dist/components/progress-bar/progress-bar.css.js.map +1 -1
- package/dist/components/progress-button/progress-button.css.js +20 -4
- package/dist/components/progress-button/progress-button.css.js.map +1 -1
- package/package.json +1 -1
|
@@ -161,8 +161,8 @@ const componentStyle = css`
|
|
|
161
161
|
|
|
162
162
|
.circular-wrapper {
|
|
163
163
|
position: relative;
|
|
164
|
-
width:
|
|
165
|
-
height:
|
|
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:
|
|
174
|
-
height:
|
|
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:
|
|
223
|
-
height:
|
|
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
|
-
|
|
229
|
-
|
|
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:
|
|
495
|
-
|
|
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:
|
|
503
|
-
|
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|