@riboseinc/anafero-cli 0.0.24 → 0.0.26
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 +3 -8
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +1795 -1654
- package/bootstrap.js.map +4 -4
- package/build-site.css +3 -8
- package/build-site.mjs +77 -64
- package/generate-to-filesystem.tsx +81 -65
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.26.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.24.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31078,6 +31078,9 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
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;
|
|
@@ -31191,14 +31194,6 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31191
31194
|
overflow: hidden;
|
|
31192
31195
|
text-align: right;
|
|
31193
31196
|
text-overflow: ellipsis;
|
|
31194
|
-
html[lang=ja] & {
|
|
31195
|
-
transform: unset;
|
|
31196
|
-
width: unset;
|
|
31197
|
-
height: unset;
|
|
31198
|
-
text-align: unset;
|
|
31199
|
-
writing-mode: vertical-rl;
|
|
31200
|
-
margin-top: 20px;
|
|
31201
|
-
}
|
|
31202
31197
|
}
|
|
31203
31198
|
}
|
|
31204
31199
|
.style_browserBarToolbar[data-orientation=vertical] {
|