@riboseinc/anafero-cli 0.0.19 → 0.0.21

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/build-site.css CHANGED
@@ -31075,7 +31075,7 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
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-body-text-color);
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;
@@ -31203,13 +31203,22 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
31203
31203
  li:has(figure) {
31204
31204
  margin-bottom: 1em;
31205
31205
  }
31206
+ pre {
31207
+ white-space: pre;
31208
+ }
31206
31209
  figure {
31207
31210
  margin: 0;
31208
31211
  margin-right: 1em;
31209
31212
  padding: 0;
31213
+ > pre {
31214
+ padding: .5em;
31215
+ margin: 0;
31216
+ overflow: auto;
31217
+ }
31210
31218
  &:has(> img) {
31211
- padding: 1em;
31219
+ padding: .5em 1em;
31212
31220
  border-radius: 5px;
31221
+ text-align: center;
31213
31222
  background: white;
31214
31223
  > img {
31215
31224
  margin: .5em;
@@ -31228,6 +31237,7 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
31228
31237
  table {
31229
31238
  --table-highlight-background: rgba(120, 120, 120, 0.5);
31230
31239
  --table-border: 1px solid var(--table-highlight-background);
31240
+ width: 100%;
31231
31241
  border-collapse: collapse;
31232
31242
  border: var(--table-border);
31233
31243
  font-size: 16px;
@@ -31264,7 +31274,7 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
31264
31274
  display: flex;
31265
31275
  flex-flow: column nowrap;
31266
31276
  background-color: var(--spectrum-alias-background-color-disabled);
31267
- color: var(--spectrum-body-text-color);
31277
+ color: var(--spectrum-alias-text-color);
31268
31278
  z-index: 22;
31269
31279
  .style_browserBarTitle {
31270
31280
  flex: 1;
@@ -31312,7 +31322,7 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
31312
31322
  z-index: 2;
31313
31323
  --spectrum-global-dimension-size-200: .5em;
31314
31324
  background-color: var(--spectrum-alias-background-color-default);
31315
- color: var(--spectrum-body-text-color);
31325
+ color: var(--spectrum-alias-text-color);
31316
31326
  overflow-y: auto;
31317
31327
  > .style_navStickyHeader {
31318
31328
  padding: var(--spectrum-global-dimension-size-160);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riboseinc/anafero-cli",
3
3
  "type": "module",
4
- "version": "0.0.19",
4
+ "version": "0.0.21",
5
5
  "packageManager": "yarn@4.5.0",
6
6
  "bin": {
7
7
  "build-site": "build-site.mjs"
Binary file
Binary file