@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/bootstrap.css +7 -0
- package/bootstrap.css.map +2 -2
- package/bootstrap.js +1795 -1654
- package/bootstrap.js.map +4 -4
- package/build-site.css +7 -0
- package/build-site.mjs +1 -1
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.25.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;
|
|
@@ -31198,6 +31201,10 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
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
|
}
|