@riboseinc/anafero-cli 0.0.58 → 0.0.59

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 CHANGED
@@ -31748,13 +31748,13 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31748
31748
  @media (prefers-color-scheme: light) {
31749
31749
  & {
31750
31750
  color-scheme: light;
31751
- background: rgb(230, 230, 230);
31751
+ background: rgb(213, 213, 213);
31752
31752
  }
31753
31753
  }
31754
31754
  @media (prefers-color-scheme: dark) {
31755
31755
  & {
31756
31756
  color-scheme: dark;
31757
- background: rgb(48, 48, 48);
31757
+ background: rgb(0, 0, 0);
31758
31758
  }
31759
31759
  }
31760
31760
  }
@@ -31892,6 +31892,11 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31892
31892
  }
31893
31893
  .style_navListView {
31894
31894
  background: var(--spectrum-alias-background-color-default);
31895
+ background-image:
31896
+ linear-gradient(
31897
+ 100deg,
31898
+ var(--spectrum-alias-background-color-default) 20%,
31899
+ var(--spectrum-alias-pasteboard-background-color) 180%);
31895
31900
  border: none;
31896
31901
  border-radius: 0;
31897
31902
  .style_navListViewItemWithLink {
@@ -31916,9 +31921,22 @@ tbody.hm005a_spectrum-Table-body .hm005a_spectrum-Table-row:last-child .hm005a_s
31916
31921
  width: 58px;
31917
31922
  display: flex;
31918
31923
  flex-flow: column nowrap;
31919
- background-color: var(--spectrum-alias-background-color-disabled);
31924
+ background-color: var(--spectrum-alias-pasteboard-background-color);
31925
+ background-image:
31926
+ linear-gradient(
31927
+ 91deg,
31928
+ var(--spectrum-alias-background-color-disabled) 10%,
31929
+ transparent 70%);
31920
31930
  color: var(--spectrum-alias-text-color);
31921
31931
  z-index: 22;
31932
+ &.style_browserBarExpanded {
31933
+ background-color: var(--spectrum-alias-background-color-default);
31934
+ background-image:
31935
+ linear-gradient(
31936
+ 91deg,
31937
+ var(--spectrum-alias-background-color-disabled) 10%,
31938
+ transparent 70%);
31939
+ }
31922
31940
  .style_browserBarTitle {
31923
31941
  flex: 1;
31924
31942
  overflow: hidden;