@riboseinc/anafero-cli 0.0.51 → 0.0.52

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
@@ -31889,15 +31889,17 @@ tbody.table_0cdc494a_hm005a_spectrum-Table-body .table_0cdc494a_hm005a_spectrum-
31889
31889
  background: var(--spectrum-alias-background-color-default);
31890
31890
  border: none;
31891
31891
  border-radius: 0;
31892
- .style_navListViewItemLink {
31892
+ .style_navListViewItemWithLink {
31893
31893
  white-space: nowrap;
31894
31894
  overflow: hidden;
31895
31895
  text-overflow: ellipsis;
31896
- &:link,
31897
- &:hover,
31898
- &:visited {
31899
- text-decoration: none;
31900
- color: inherit;
31896
+ & > a {
31897
+ &:link,
31898
+ &:hover,
31899
+ &:visited {
31900
+ text-decoration: none;
31901
+ color: inherit;
31902
+ }
31901
31903
  }
31902
31904
  }
31903
31905
  }
package/build-site.mjs CHANGED
@@ -316490,7 +316490,7 @@ var style_default = {
316490
316490
  "is-disabled": "style_is-disabled",
316491
316491
  resourceBreadcrumbsNav: "style_resourceBreadcrumbsNav",
316492
316492
  navListView: "style_navListView",
316493
- navListViewItemLink: "style_navListViewItemLink",
316493
+ navListViewItemWithLink: "style_navListViewItemWithLink",
316494
316494
  browserBar: "style_browserBar",
316495
316495
  browserBarTitle: "style_browserBarTitle",
316496
316496
  browserBarTitleLink: "style_browserBarTitleLink",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@riboseinc/anafero-cli",
3
3
  "type": "module",
4
- "version": "0.0.51",
4
+ "version": "0.0.52",
5
5
  "packageManager": "yarn@4.5.0",
6
6
  "bin": {
7
7
  "build-site": "build-site.mjs"
Binary file
Binary file