@hexure/ui 1.13.61 → 1.13.62
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/cjs/index.js +4 -4
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -1331,8 +1331,8 @@ const ContentWrapper$1 = styled.div `
|
|
|
1331
1331
|
const ButtonBar$1 = styled.div `
|
|
1332
1332
|
padding: 20px;
|
|
1333
1333
|
display: flex;
|
|
1334
|
-
align-items:
|
|
1335
|
-
justify-content:
|
|
1334
|
+
align-items: flex-end;
|
|
1335
|
+
justify-content: center;
|
|
1336
1336
|
box-sizing: border-box;
|
|
1337
1337
|
gap: 10px;
|
|
1338
1338
|
flex-shrink: 0;
|
|
@@ -2213,7 +2213,7 @@ const ProgressBarFill = styled.div `
|
|
|
2213
2213
|
position: relative;
|
|
2214
2214
|
overflow: hidden;
|
|
2215
2215
|
|
|
2216
|
-
.progress-percentage
|
|
2216
|
+
.progress-percentage {
|
|
2217
2217
|
position: absolute;
|
|
2218
2218
|
top: 55%;
|
|
2219
2219
|
left: ${props => props.$percent >= 83 ? 'calc(100% - 25px)' : `calc(${props.$percent}% + 10px)`};
|
|
@@ -2225,7 +2225,7 @@ const ProgressBarFill = styled.div `
|
|
|
2225
2225
|
transition: left 0.5s ease-in-out;
|
|
2226
2226
|
}
|
|
2227
2227
|
|
|
2228
|
-
|
|
2228
|
+
.progress-bar-fill {
|
|
2229
2229
|
position: absolute;
|
|
2230
2230
|
top: 0;
|
|
2231
2231
|
left: 0;
|