@riboseinc/anafero-cli 0.0.41 → 0.0.42
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 +11 -0
- package/bootstrap.css.map +3 -3
- package/bootstrap.js +1459 -1295
- package/bootstrap.js.map +4 -4
- package/build-site.css +11 -0
- package/build-site.mjs +9 -2
- package/package.json +1 -1
- package/riboseinc-anafero-cli-0.0.42.tgz +0 -0
- package/riboseinc-anafero-cli-0.0.41.tgz +0 -0
package/bootstrap.css
CHANGED
|
@@ -31171,6 +31171,17 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
|
|
|
31171
31171
|
background: var(--spectrum-alias-background-color-default);
|
|
31172
31172
|
border: none;
|
|
31173
31173
|
border-radius: 0;
|
|
31174
|
+
.style_navListViewItemLink {
|
|
31175
|
+
white-space: nowrap;
|
|
31176
|
+
overflow: hidden;
|
|
31177
|
+
text-overflow: ellipsis;
|
|
31178
|
+
&:link,
|
|
31179
|
+
&:hover,
|
|
31180
|
+
&:visited {
|
|
31181
|
+
text-decoration: none;
|
|
31182
|
+
color: inherit;
|
|
31183
|
+
}
|
|
31184
|
+
}
|
|
31174
31185
|
}
|
|
31175
31186
|
.style_browserBar {
|
|
31176
31187
|
position: fixed;
|