File tree Expand file tree Collapse file tree 7 files changed +34
-32
lines changed
plugins/command-menu/items/navigations Expand file tree Collapse file tree 7 files changed +34
-32
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 11{
22 "name" : " pplx-ext" ,
3- "version" : " 2.9.7 " ,
3+ "version" : " 2.9.8 " ,
44 "author" : " pnd280" ,
55 "type" : " module" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11import type { SVGProps } from "react" ;
22
3- export default function Incognito ( { ... props } : SVGProps < SVGSVGElement > ) {
3+ export default function Incognito ( props : SVGProps < SVGSVGElement > ) {
44 return (
55 < svg
66 width = "0.8em"
77 height = "0.8em"
8- fill = "currentColor"
9- xmlns = "http://www.w3.org/2000/svg"
8+ fill = "none"
9+ stroke = "currentColor"
10+ strokeWidth = { 1.75 }
11+ strokeLinecap = "round"
12+ strokeLinejoin = "round"
1013 viewBox = "0 0 24 24"
14+ xmlns = "http://www.w3.org/2000/svg"
1115 { ...props }
1216 >
13- < path
14- fill = "currentColor"
15- fillRule = "evenodd"
16- clipRule = "evenodd"
17- d = "M11.1927 4.54688C11.4375 4.71875 11.651 4.86458 12 4.86458C12.3453 4.86458 12.5529 4.72184 12.7993 4.55235L12.8073 4.54688L12.8084 4.54609C13.152 4.31187 13.5635 4.03125 14.5 4.03125C16.0885 4.03125 17.2083 6.30729 17.9375 8.6875C20.401 9.14062 22 9.875 22 10.6979C22 11.4427 20.6979 12.1094 18.6354 12.5677C18.6562 12.776 18.6667 12.9844 18.6667 13.1979C18.6667 14.0833 18.4948 14.9271 18.1823 15.6979H18.1965C17.2165 18.1697 14.8115 19.9169 12 19.9169C9.18854 19.9169 6.78355 18.1697 5.80356 15.6979H5.81771C5.50521 14.9271 5.33333 14.0833 5.33333 13.1979C5.33333 12.9844 5.34375 12.776 5.36458 12.5677C3.30208 12.1094 2 11.4427 2 10.6979C2 9.875 3.59896 9.14062 6.0625 8.6875C6.79167 6.30729 7.91146 4.03125 9.5 4.03125C10.4365 4.03125 10.848 4.31187 11.1916 4.54609L11.1927 4.54688ZM14.2708 15.6979H14.9167C16.0677 15.6979 17 14.7656 17 13.6146V12.8646C15.5312 13.0781 13.8229 13.1979 12 13.1979C10.1771 13.1979 8.46875 13.0781 7 12.8646V13.6146C7 14.7656 7.93229 15.6979 9.08333 15.6979H9.73437C10.5885 15.6979 11.3542 15.1458 11.625 14.3333C11.7448 13.9687 12.2604 13.9687 12.3802 14.3333C12.651 15.1458 13.4115 15.6979 14.2708 15.6979Z"
18- />
17+ < path d = "M3 11h18 M5 11v-4a3 3 0 0 1 3 -3h8a3 3 0 0 1 3 3v4 M7 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0 M17 17m-3 0a3 3 0 1 0 6 0a3 3 0 1 0 -6 0 M10 17h4" > </ path >
1918 </ svg >
2019 ) ;
2120}
Original file line number Diff line number Diff line change 11import type { SVGProps } from "react" ;
22
3- export default function PplxDiscover ( { ... props } : SVGProps < SVGSVGElement > ) {
3+ export default function PplxDiscover ( props : SVGProps < SVGSVGElement > ) {
44 return (
55 < svg
66 width = "0.8em"
77 height = "0.8em"
8- fill = "currentColor"
8+ fill = "none"
9+ stroke = "currentColor"
10+ strokeWidth = { 1.75 }
11+ strokeLinecap = "round"
12+ strokeLinejoin = "round"
13+ viewBox = "0 0 24 24"
914 xmlns = "http://www.w3.org/2000/svg"
10- viewBox = "0 0 640 512"
1115 { ...props }
1216 >
13- < path
14- fill = "currentColor"
15- d = "M320 51.2c6.4 0 19.2 17.3 30.4 51.2c4.8 14.1 9 31.4 12.5 51.2c2.9 15.4 5.1 32.3 6.4 51.2c1.3 16 1.9 33 1.9 51.2h51.2c0-17-.6-34.2-1.9-51.2c-1.3-17.3-3.2-34.6-5.8-51.2c-2.9-17.9-6.4-35.2-10.9-51.2c-3.8-13.8-8-26.6-13.1-38.4C374.1 25.3 350.7 0 320 0s-54.1 25.3-70.7 64c-5.1 11.5-9.3 24.6-13.1 38.4h53.8c11.2-33.9 23.7-51.2 30.4-51.2H320zm0 409.6c-6.4 0-19.2-17.3-30.4-51.2c-4.8-14.1-9-31.4-12.5-51.2c-2.9-15.4-5.1-32.3-6.4-51.2c-1.3-16-1.9-33-1.9-51.2H217.6c0 17 .6 34.2 1.9 51.2c1.3 17.3 3.2 34.6 5.8 51.2c2.9 17.9 6.4 35.2 10.9 51.2c3.8 13.8 8 26.6 13.1 38.4c16.6 38.7 40 64 70.7 64s54.1-25.3 70.7-64c5.1-11.5 9.3-24.6 13.1-38.4H350.1c-11.2 33.9-23.7 51.2-30.4 51.2h.3zM550.4 145.3c-7.4-15-16-29.4-26.2-42.9c-25-33-57.6-59.8-95.4-77.8C395.8 9 359 0 320 0s-75.8 9-108.8 24.6c-37.8 17.9-70.4 44.8-95.4 77.8c-9.9 13.4-18.9 27.5-26.2 42.9C73.3 178.9 64 216.3 64 256s9.3 77.1 25.6 110.7c7.4 15 16 29.4 26.2 42.9c25 33 57.6 59.8 95.4 77.8C244.2 503 281 512 320 512s75.8-9 108.8-24.6c37.8-17.9 70.4-44.8 95.4-77.8c9.9-13.4 18.9-27.5 26.2-42.9c16.3-33.6 25.6-71 25.6-110.7s-9.3-77.1-25.6-110.7zM390.7 448c-22.1 8.3-45.8 12.8-70.7 12.8s-48.6-4.8-70.7-12.8c-23.7-9-45.4-21.8-64.3-38.4c-1-.6-1.6-1.6-2.6-2.2c-15.7-14.1-29.1-30.7-39.7-49h30.4c-2.2-16.6-4.2-33.9-5.1-51.2H121.9c-4.2-16.3-6.7-33.6-6.7-51.2s2.6-34.9 6.7-51.2H320V153.6H143c10.6-18.2 24-34.9 39.7-49c1-.6 1.6-1.6 2.6-2.2C204.2 86.1 225.6 73 249.6 64c22.1-8.3 45.8-12.8 70.7-12.8s48.6 4.8 70.7 12.8c23.7 9 45.4 21.8 64.3 38.4c1 .6 1.6 1.6 2.6 2.2c15.7 14.1 29.1 30.7 39.7 49H467.2c2.2 16.6 4.2 33.9 5.1 51.2h46.1c4.2 16.3 6.7 33.6 6.7 51.2s-2.6 34.9-6.7 51.2H320.3v51.2h177c-10.6 18.2-24 34.9-39.7 49c-1 .6-1.6 1.6-2.6 2.2c-18.9 16.3-40.3 29.4-64.3 38.4z"
16- />
17+ < path d = "M16 6h3a1 1 0 0 1 1 1v11a2 2 0 0 1 -4 0v-13a1 1 0 0 0 -1 -1h-10a1 1 0 0 0 -1 1v12a3 3 0 0 0 3 3h11 M8 8l4 0 M8 12l4 0 M8 16l4 0" > </ path >
1718 </ svg >
1819 ) ;
1920}
Original file line number Diff line number Diff line change 11import type { SVGProps } from "react" ;
22
3- export default function PplxSpace ( { ... props } : SVGProps < SVGSVGElement > ) {
3+ export default function PplxSpace ( props : SVGProps < SVGSVGElement > ) {
44 return (
55 < svg
66 xmlns = "http://www.w3.org/2000/svg"
77 width = "0.8em"
88 height = "0.8em"
99 viewBox = "0 0 24 24"
10- color = "currentColor"
11- fill = "currentColor"
12- fillRule = "evenodd"
10+ fill = "none"
11+ stroke = "currentColor"
12+ strokeWidth = { 1.75 }
13+ strokeLinecap = "round"
14+ strokeLinejoin = "round"
1315 { ...props }
1416 >
15- < path d = "M22.1475 2.00586C22.1569 2.00616 22.1663 2.00721 22.1758 2.00781L22.209 2.00977C22.2435 2.01325 22.2773 2.01899 22.3105 2.02637C22.3158 2.02753 22.3209 2.02901 22.3262 2.03027C22.3568 2.03766 22.3858 2.04906 22.415 2.05957C22.5326 2.10177 22.6441 2.16668 22.7383 2.26074C22.7468 2.26924 22.7546 2.27835 22.7627 2.28711C22.7657 2.29033 22.7686 2.29361 22.7715 2.29688C22.8041 2.33334 22.8329 2.37193 22.8584 2.41211C22.8612 2.41654 22.8635 2.4213 22.8662 2.42578C22.8909 2.46628 22.9132 2.50759 22.9307 2.55078C22.972 2.65239 22.9951 2.76339 22.9951 2.87988V17.75C22.9951 18.2332 22.6033 18.6249 22.1201 18.625H7.6123L4.99219 21.2451H16.875C16.8776 20.7642 17.2684 20.3751 17.75 20.375C18.2332 20.3751 18.625 20.7668 18.625 21.25V22.1201C18.6249 22.6033 18.2332 22.9951 17.75 22.9951H2.87988C2.39673 22.9951 2.00495 22.6033 2.00488 22.1201V7.25L2.00977 7.16016C2.05476 6.71917 2.42703 6.37506 2.87988 6.375H17.3867L20.0068 3.75488H8.125C8.12231 4.23583 7.73158 4.625 7.25 4.625C6.76679 4.625 6.37506 4.2332 6.375 3.75V2.87988L6.37988 2.79004C6.42488 2.34901 6.7971 2.00488 7.25 2.00488H22.1201L22.1475 2.00586ZM18.625 7.6123V14.25C18.625 14.7332 18.2332 15.1249 17.75 15.125C17.2668 15.1249 16.875 14.7332 16.875 14.25V8.125H3.75488V20.0068L6.375 17.3867V10.75C6.375 10.2668 6.76675 9.875 7.25 9.875C7.73325 9.875 8.125 10.2668 8.125 10.75V16.875H21.2451V4.99219L18.625 7.6123ZM12.5 10.75C13.4665 10.75 14.25 11.5335 14.25 12.5C14.25 13.4665 13.4665 14.25 12.5 14.25C11.5335 14.25 10.75 13.4665 10.75 12.5C10.75 11.5335 11.5335 10.75 12.5 10.75Z" />
17+ < path d = "M4 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z M14 4m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z M4 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z M14 14m0 1a1 1 0 0 1 1 -1h4a1 1 0 0 1 1 1v4a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1z" />
1618 </ svg >
1719 ) ;
1820}
Original file line number Diff line number Diff line change 11import type { SVGProps } from "react" ;
22
3- export default function PplxThread ( { ... props } : SVGProps < SVGSVGElement > ) {
3+ export default function PplxThread ( props : SVGProps < SVGSVGElement > ) {
44 return (
55 < svg
66 width = "0.8em"
77 height = "0.8em"
88 fill = "currentColor"
9- xmlns = "http://www.w3.org/2000/svg"
10- viewBox = "0 0 512 512"
9+ viewBox = "0 0 24 24"
1110 aria-hidden = "true"
1211 focusable = "false"
1312 role = "img"
13+ xmlns = "http://www.w3.org/2000/svg"
1414 { ...props }
1515 >
1616 < path
17+ d = "M3.02756 4.61621L3.02756 9.12668C3.02759 9.62486 3.43146 10.0288 3.92965 10.0288L8.44013 10.0288C8.93832 10.0288 9.34219 9.62486 9.34222 9.12668C9.34222 8.62847 8.93834 8.22459 8.44013 8.22459L5.80432 8.22458C6.4714 7.10263 7.43415 6.17413 8.59958 5.55001C10.1627 4.71296 11.9795 4.48133 13.7029 4.89811C15.4264 5.31493 16.9359 6.35167 17.9438 7.81054C18.9517 9.26938 19.3874 11.0479 19.1675 12.8073C18.9475 14.5667 18.0878 16.1836 16.7519 17.3495C15.4159 18.5154 13.6974 19.1484 11.9243 19.1281C10.1514 19.1079 8.44793 18.4361 7.13896 17.2402C5.82995 16.0442 5.00703 14.4075 4.82734 12.6434C4.7768 12.1479 4.33364 11.7869 3.83803 11.8374C3.34248 11.8879 2.98148 12.3311 3.03196 12.8267C3.25661 15.0315 4.28545 17.0763 5.92148 18.5714C7.55775 20.0665 9.6877 20.907 11.904 20.9323C14.1202 20.9575 16.2678 20.166 17.9377 18.7088C19.6077 17.2514 20.6827 15.2304 20.9576 13.0311C21.2325 10.8317 20.6881 8.60781 19.4282 6.78423C18.1684 4.96096 16.2816 3.66516 14.1276 3.14414C11.9733 2.62314 9.70247 2.91368 7.74858 3.9599C6.59949 4.57524 5.60886 5.4281 4.83175 6.44859L4.83175 4.61621C4.83175 4.11799 4.42787 3.71411 3.92965 3.71411C3.43144 3.71411 3.02756 4.11799 3.02756 4.61621Z M11 8.38302C11 7.88481 11.4039 7.48093 11.9021 7.48093C12.4003 7.48093 12.8042 7.88481 12.8042 8.38302V11.6179L14.3441 13.1578C14.6964 13.5101 14.6964 14.0811 14.3441 14.4334C13.9918 14.7857 13.4208 14.7857 13.0685 14.4334L11.2643 12.6292C11.0951 12.46 11 12.2307 11 11.9914V8.38302Z"
1718 fill = "currentColor"
18- d = "M492.8 147.2H262.4v51.2H492.8V147.2zm0 102.4H262.4v51.2H492.8V249.6zM262.4 96H32v51.2H262.4V96zm0 102.4H32v51.2H262.4V198.4zm0 102.4H32V352H262.4V300.8zM492.8 352H262.4v51.2H492.8V352z"
1919 />
2020 </ svg >
2121 ) ;
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ export const getRawItems = (): NavigationCommandItemProps[] => [
7777 value : "settings" ,
7878 url : "/account/details" ,
7979 } ) ,
80- createNavigationItem ( {
81- icon : PplxLabs ,
82- title : t ( "plugin-command-menu.navigation.labs" ) ,
83- value : "labs" ,
84- url : "https://labs.perplexity.ai/" ,
85- } ) ,
80+ // createNavigationItem({
81+ // icon: PplxLabs,
82+ // title: t("plugin-command-menu.navigation.labs"),
83+ // value: "labs",
84+ // url: "https://labs.perplexity.ai/",
85+ // }),
8686] ;
You can’t perform that action at this time.
0 commit comments