@riboseinc/anafero-cli 0.0.8 → 0.0.10
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/CLI.tsx +2 -2
- package/bootstrap.css +3 -0
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +2 -2
- package/bootstrap.js.map +2 -2
- package/build-site.css +3 -0
- package/build-site.mjs +4 -6
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.10.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.8.tgz +0 -0
package/CLI.tsx
CHANGED
|
@@ -138,9 +138,9 @@ function ({ task, progress, error, subtasks }) {
|
|
|
138
138
|
<Box height={hasProgressEstimate ? 2 : 1} flexDirection="column">
|
|
139
139
|
{progress
|
|
140
140
|
? <>
|
|
141
|
-
<Box height={
|
|
141
|
+
<Box height={1} gap={2} flexGrow={0}>
|
|
142
142
|
<Spinner label={task} />
|
|
143
|
-
<Box flexGrow={0}
|
|
143
|
+
<Box flexGrow={0}>
|
|
144
144
|
<Text>{progress.state ?? 'working…'}</Text>
|
|
145
145
|
</Box>
|
|
146
146
|
</Box>
|
package/bootstrap.css
CHANGED
|
@@ -31197,6 +31197,9 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31197
31197
|
display: grid;
|
|
31198
31198
|
grid-template-columns: 25% 75%;
|
|
31199
31199
|
}
|
|
31200
|
+
li:has(figure) {
|
|
31201
|
+
margin-bottom: 1em;
|
|
31202
|
+
}
|
|
31200
31203
|
figure {
|
|
31201
31204
|
margin: 0;
|
|
31202
31205
|
margin-right: 1em;
|