@riboseinc/anafero-cli 0.0.24 → 0.0.25

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
@@ -31078,6 +31078,9 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
31078
31078
  white-space: nowrap;
31079
31079
  overflow: hidden;
31080
31080
  text-overflow: ellipsis;
31081
+ display: flex;
31082
+ align-items: center;
31083
+ gap: 1em;
31081
31084
  transition: margin-left .5s ease-in-out;
31082
31085
  &.style_withNav {
31083
31086
  margin-left: 330px !important;
@@ -31198,6 +31201,10 @@ tbody.vars_bd693cb4_hm005a_spectrum-Table-body .vars_bd693cb4_hm005a_spectrum-Ta
31198
31201
  text-align: unset;
31199
31202
  writing-mode: vertical-rl;
31200
31203
  margin-top: 20px;
31204
+ abbr {
31205
+ text-orientation: upright;
31206
+ text-transform: full-width;
31207
+ }
31201
31208
  }
31202
31209
  }
31203
31210
  }
package/build-site.mjs CHANGED
@@ -294340,7 +294340,7 @@ function makeDummyInMemoryCache() {
294340
294340
  has: (key) => {
294341
294341
  return cache3[key] !== void 0;
294342
294342
  },
294343
- get: (key, page) => {
294343
+ get: (key) => {
294344
294344
  if (cache3[key] !== void 0) {
294345
294345
  return cache3[key];
294346
294346
  } else {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riboseinc/anafero-cli",
3
3
  "type": "module",
4
- "version": "0.0.24",
4
+ "version": "0.0.25",
5
5
  "packageManager": "yarn@4.5.0",
6
6
  "bin": {
7
7
  "build-site": "build-site.mjs"
Binary file
Binary file