@riboseinc/anafero-cli 0.0.20 → 0.0.22
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/bootstrap.css +13 -5
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +25 -17
- package/bootstrap.js.map +3 -3
- package/build-site.css +13 -5
- package/build-site.mjs +13 -3
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.22.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.20.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31075,7 +31075,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31075
31075
|
border-radius: 5px;
|
|
31076
31076
|
box-shadow: 0 var(--spectrum-alias-dropshadow-offset-y) var(--spectrum-alias-dropshadow-blur) var(--spectrum-alias-dropshadow-color);
|
|
31077
31077
|
background-color: var(--spectrum-alias-background-color-default);
|
|
31078
|
-
color: var(--spectrum-
|
|
31078
|
+
color: var(--spectrum-alias-text-color);
|
|
31079
31079
|
transition: margin-left .5s ease-in-out;
|
|
31080
31080
|
&.style_withNav {
|
|
31081
31081
|
margin-left: 330px !important;
|
|
@@ -31204,12 +31204,16 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31204
31204
|
margin-bottom: 1em;
|
|
31205
31205
|
}
|
|
31206
31206
|
pre {
|
|
31207
|
-
white-space: pre-
|
|
31207
|
+
white-space: pre-wrap;
|
|
31208
31208
|
}
|
|
31209
31209
|
figure {
|
|
31210
31210
|
margin: 0;
|
|
31211
|
-
margin-right: 1em;
|
|
31212
31211
|
padding: 0;
|
|
31212
|
+
> pre {
|
|
31213
|
+
padding: .5em;
|
|
31214
|
+
margin: 0;
|
|
31215
|
+
overflow: auto;
|
|
31216
|
+
}
|
|
31213
31217
|
&:has(> img) {
|
|
31214
31218
|
padding: .5em 1em;
|
|
31215
31219
|
border-radius: 5px;
|
|
@@ -31235,6 +31239,10 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31235
31239
|
width: 100%;
|
|
31236
31240
|
border-collapse: collapse;
|
|
31237
31241
|
border: var(--table-border);
|
|
31242
|
+
overflow: hidden;
|
|
31243
|
+
outline: 1px solid;
|
|
31244
|
+
outline-offset: -1px;
|
|
31245
|
+
outline-color: var(--spectrum-alias-border-color);
|
|
31238
31246
|
font-size: 16px;
|
|
31239
31247
|
tr {
|
|
31240
31248
|
border-bottom: var(--table-border);
|
|
@@ -31269,7 +31277,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31269
31277
|
display: flex;
|
|
31270
31278
|
flex-flow: column nowrap;
|
|
31271
31279
|
background-color: var(--spectrum-alias-background-color-disabled);
|
|
31272
|
-
color: var(--spectrum-
|
|
31280
|
+
color: var(--spectrum-alias-text-color);
|
|
31273
31281
|
z-index: 22;
|
|
31274
31282
|
.style_browserBarTitle {
|
|
31275
31283
|
flex: 1;
|
|
@@ -31317,7 +31325,7 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31317
31325
|
z-index: 2;
|
|
31318
31326
|
--spectrum-global-dimension-size-200: .5em;
|
|
31319
31327
|
background-color: var(--spectrum-alias-background-color-default);
|
|
31320
|
-
color: var(--spectrum-
|
|
31328
|
+
color: var(--spectrum-alias-text-color);
|
|
31321
31329
|
overflow-y: auto;
|
|
31322
31330
|
> .style_navStickyHeader {
|
|
31323
31331
|
padding: var(--spectrum-global-dimension-size-160);
|