pinokiod 7.1.44 → 7.1.46

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.
@@ -4,7 +4,7 @@ const semver = require('semver')
4
4
 
5
5
  class Bluefairy {
6
6
  description = "Installs Bluefairy, a standalone package freshness guard."
7
- version = ">=0.0.25"
7
+ version = ">=0.0.26"
8
8
 
9
9
  packageName() {
10
10
  return "bluefairy"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "7.1.44",
3
+ "version": "7.1.46",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -450,8 +450,8 @@ aside .btn-tab .btn .caption {
450
450
  position: relative;
451
451
  align-items: center;
452
452
  gap: 5px;
453
- height: 25px;
454
- min-height: 25px;
453
+ height: 40px;
454
+ min-height: 40px;
455
455
  padding: 0 10px;
456
456
  border: 1px solid var(--home-sort-border);
457
457
  border-radius: 6px;
@@ -643,56 +643,6 @@ body.dark .home-search-form .home-apps-sort .ts-dropdown [data-selectable].optio
643
643
  background: var(--home-sort-option-hover-bg);
644
644
  color: var(--home-sort-option-hover-text);
645
645
  }
646
- .home-mode-switch {
647
- display: inline-flex;
648
- align-items: center;
649
- gap: 2px;
650
- padding: 2px;
651
- border: 1px solid rgba(0, 0, 0, 0.08);
652
- border-radius: 6px;
653
- overflow: visible;
654
- background: rgba(0, 0, 0, 0.05);
655
- box-sizing: border-box;
656
- }
657
- body.dark .home-mode-switch {
658
- border-color: rgba(255, 255, 255, 0.05);
659
- background: rgba(255, 255, 255, 0.06);
660
- }
661
- .home-mode-switch .mode-link {
662
- display: inline-flex;
663
- align-items: center;
664
- gap: 5px;
665
- height: 34px;
666
- padding: 0 12px;
667
- border-radius: 4px;
668
- text-decoration: none;
669
- color: inherit;
670
- border: none;
671
- background: transparent;
672
- font-weight: 600;
673
- font-size: 13px;
674
- opacity: 1;
675
- line-height: 1;
676
- box-sizing: border-box;
677
- }
678
- .home-mode-switch .mode-link:hover {
679
- background: rgba(65, 105, 225, 0.12);
680
- }
681
- .home-mode-switch .mode-link.selected,
682
- .home-mode-switch .mode-link[aria-current="page"] {
683
- background: var(--pinokio-chrome-accent-bg-light) !important;
684
- color: var(--pinokio-chrome-accent-fg-light) !important;
685
- }
686
- body.dark .home-mode-switch .mode-link.selected,
687
- body.dark .home-mode-switch .mode-link[aria-current="page"] {
688
- background: var(--pinokio-chrome-accent-bg-dark) !important;
689
- color: var(--pinokio-chrome-accent-fg-dark) !important;
690
- }
691
- .home-search-mode-switch {
692
- flex: 0 0 auto;
693
- margin-right: 0;
694
- align-self: center;
695
- }
696
646
  .home-search-form {
697
647
  align-items: center;
698
648
  gap: 8px;
@@ -701,35 +651,9 @@ body.dark .home-mode-switch .mode-link[aria-current="page"] {
701
651
  body.dark .home-search-form {
702
652
  border-bottom-color: rgba(148, 163, 184, 0.22);
703
653
  }
704
- .home-search-form .home-search-mode-switch {
705
- align-self: center;
706
- }
707
- .home-search-form .home-mode-switch {
708
- gap: 0;
709
- padding: 0;
710
- height: 25px;
711
- align-items: center;
712
- overflow: hidden;
713
- box-sizing: border-box;
714
- }
715
- .home-search-form .home-mode-switch .mode-link {
716
- height: 100%;
717
- padding: 0 10px;
718
- border-radius: 0;
719
- display: inline-flex;
720
- align-items: center;
721
- font-size: 12px;
722
- font-weight: 700;
723
- }
724
- .home-search-form .home-mode-switch .mode-link + .mode-link {
725
- border-left: 1px solid rgba(0, 0, 0, 0.14);
726
- }
727
- body.dark .home-search-form .home-mode-switch .mode-link + .mode-link {
728
- border-left-color: rgba(255, 255, 255, 0.05);
729
- }
730
654
  .home-search-form input[type='search'].flexible {
731
- height: 25px;
732
- min-height: 25px;
655
+ height: 40px;
656
+ min-height: 40px;
733
657
  box-sizing: border-box;
734
658
  padding: 0 10px;
735
659
  border-radius: 5px;
@@ -904,16 +828,6 @@ body.dark aside .current.selected {
904
828
  <% if (ishome) { %>
905
829
  <% const currentHomeSort = (typeof home_sort === "string" ? home_sort : "most_used") %>
906
830
  <form class='search home-search-form'>
907
- <div class="home-mode-switch home-search-mode-switch" role="tablist" aria-label="Home modes">
908
- <a class="mode-link selected" href="/home" aria-current="page">
909
- <i class="fa-solid fa-box"></i>
910
- <span>Apps</span>
911
- </a>
912
- <a class="mode-link" href="/home?mode=terminals">
913
- <i class="fa-solid fa-robot"></i>
914
- <span>Agents</span>
915
- </a>
916
- </div>
917
831
  <% if (display.includes("form")) { %>
918
832
  <input type='search' class="flexible" placeholder='Search apps'>
919
833
  <% } else { %>
@@ -661,70 +661,6 @@ body.dark .terminals-search-form {
661
661
  text-decoration: none;
662
662
  }
663
663
 
664
- .terminals-search-form .home-mode-switch {
665
- display: inline-flex;
666
- align-items: center;
667
- gap: 0;
668
- padding: 0;
669
- height: var(--terminals-top-control-height);
670
- border: 1px solid rgba(0, 0, 0, 0.08);
671
- border-radius: var(--terminals-top-control-radius);
672
- overflow: hidden;
673
- background: rgba(0, 0, 0, 0.05);
674
- box-sizing: border-box;
675
- }
676
-
677
- body.dark .terminals-search-form .home-mode-switch {
678
- border-color: rgba(255, 255, 255, 0.05);
679
- background: rgba(255, 255, 255, 0.06);
680
- }
681
-
682
- .terminals-search-form .home-mode-switch .mode-link {
683
- display: inline-flex;
684
- align-items: center;
685
- gap: 6px;
686
- height: 100%;
687
- padding: 0 10px;
688
- border-radius: 0;
689
- text-decoration: none;
690
- color: inherit;
691
- border: none;
692
- background: transparent;
693
- font-weight: 700;
694
- font-size: 12px;
695
- opacity: 1;
696
- line-height: 1;
697
- box-sizing: border-box;
698
- }
699
-
700
- .terminals-search-form .home-mode-switch .mode-link + .mode-link {
701
- border-left: 1px solid rgba(0, 0, 0, 0.14);
702
- }
703
-
704
- body.dark .terminals-search-form .home-mode-switch .mode-link + .mode-link {
705
- border-left-color: rgba(255, 255, 255, 0.05);
706
- }
707
-
708
- .terminals-search-form .home-mode-switch .mode-link:hover {
709
- background: rgba(65, 105, 225, 0.12);
710
- }
711
-
712
- body.dark .terminals-search-form .home-mode-switch .mode-link:hover {
713
- background: rgba(65, 105, 225, 0.12);
714
- }
715
-
716
- .terminals-search-form .home-mode-switch .mode-link.selected,
717
- .terminals-search-form .home-mode-switch .mode-link[aria-current="page"] {
718
- background: var(--pinokio-chrome-accent-bg-light) !important;
719
- color: var(--pinokio-chrome-accent-fg-light) !important;
720
- }
721
-
722
- body.dark .terminals-search-form .home-mode-switch .mode-link.selected,
723
- body.dark .terminals-search-form .home-mode-switch .mode-link[aria-current="page"] {
724
- background: var(--pinokio-chrome-accent-bg-dark) !important;
725
- color: var(--pinokio-chrome-accent-fg-dark) !important;
726
- }
727
-
728
664
  #terminals-empty-main {
729
665
  border: 1px dashed rgba(127, 127, 127, 0.4);
730
666
  border-radius: 0;
@@ -4301,16 +4237,6 @@ body.dark .swal2-popup.pinokio-diff-modal .pinokio-modal-footer--commit .pinokio
4301
4237
  <main>
4302
4238
  <div class='container terminals-page'>
4303
4239
  <form class='search terminals-search-form'>
4304
- <div class="home-mode-switch" role="tablist" aria-label="Home modes">
4305
- <a class="mode-link" href="/home">
4306
- <i class="fa-solid fa-computer"></i>
4307
- <span>Apps</span>
4308
- </a>
4309
- <a class="mode-link selected" href="/home?mode=terminals" aria-current="page">
4310
- <i class="fa-solid fa-robot"></i>
4311
- <span>Agents</span>
4312
- </a>
4313
- </div>
4314
4240
  <div class="terminals-top-search-controls" id="terminals-top-search-controls">
4315
4241
  <div class="terminals-list-intro" id="terminals-top-list-intro">
4316
4242
  <div class="terminals-list-intro-progress" aria-hidden="true"></div>