Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: [M3-6230] - Remove unused packages + update lint-staged #8860

Merged
merged 4 commits into from
Mar 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,14 @@
"minimist": "^1.2.3",
"yargs-parser": "^18.1.3",
"kind-of": "^6.0.3",
"dot-prop": "^5.2.0",
"property-expr": "^2.0.3",
"csv-parse": "^4.6.3",
"node-fetch": "^2.6.7",
"y18n": "^4.0.0",
"ua-parser-js": "^0.7.33",
"trim": "^0.0.3",
"prismjs": "^1.24.0",
"immer": "^9.0.6",
"lodash": "^4.17.21",
"glob-parent": "^5.1.2",
"browserslist": "^4.16.5",
"trim-newlines": "^4.0.2",
"hosted-git-info": "^5.0.0",
"minimatch": "^3.0.5",
"nth-check": "^2.0.1",
Expand Down
88 changes: 44 additions & 44 deletions packages/manager/src/assets/weblish/weblish.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
padding: 0;
font-family: Helvetica;
background-color: #000;
/*background-image: linear-gradient(45deg, #CACACC 25%, transparent 25%, transparent 75%, #CACACC 75%, #CACACC),
/*background-image: linear-gradient(45deg, #CACACC 25%, transparent 25%, transparent 75%, #CACACC 75%, #CACACC),
linear-gradient(45deg, #CACACC 25%, transparent 25%, transparent 75%, #CACACC 75%, #CACACC);
*/
background-size: 10px 10px;
Expand Down Expand Up @@ -37,14 +37,14 @@ body > div.terminal {
}

#disconnected>* {
z-Index: 2;
z-index: 2;
top: 0px;
left: 0px;
}

#disconnected>.blur {
height: 100%;
z-Index: 1;
z-index: 1;
-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
Expand Down Expand Up @@ -105,47 +105,47 @@ body > div.terminal {
-webkit-tap-highlight-color: transparent;

padding: 0 12px;

border: 1px solid;
border-top-color: #9d9d9d; border-bottom-color: #939393;
border-left-color: #949494; border-right-color: #949494;

-webkit-border-radius: 4px; box-shadow: 0 1px rgba(0,0,0,0.1);
-moz-border-radius: 4px; -moz-box-shadow: 0 1px rgba(0,0,0,0.1);
border-radius: 4px; -webkit-box-shadow: 0 1px rgba(0,0,0,0.1);

-webkit-appearance: none;

background: #ffffff; /* Old browsers */

background: -webkit-gradient(linear, left top, left bottom,
background: -webkit-gradient(linear, left top, left bottom,
/* Chrome, */ color-stop( 0%, #ffffff),
/* Safari4+ */ color-stop(25%, #ffffff),
color-stop( 30%, #fcfcfc),
color-stop(35%, #f9f9f9),
color-stop(40%, #f7f7f7),
color-stop(45%, #f5f5f5),
color-stop( 50%, #f2f2f2),
color-stop(50%, #ececec),
/* Safari4+ */ color-stop(25%, #ffffff),
color-stop( 30%, #fcfcfc),
color-stop(35%, #f9f9f9),
color-stop(40%, #f7f7f7),
color-stop(45%, #f5f5f5),
color-stop( 50%, #f2f2f2),
color-stop(50%, #ececec),
color-stop(80%, #ededed),
color-stop(95%, #efefef),
color-stop(100%, #f2f2f2));
color-stop(100%, #f2f2f2));
background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
/* Chrome10+, */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
/* Safari5.1+ */ #ededed 80%, #efefef 95%, #f2f2f2 100%);
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
/* FF3.6+ */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
#ededed 80%, #efefef 95%, #f2f2f2 100%);
#ededed 80%, #efefef 95%, #f2f2f2 100%);
background: -o-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
/* Opera 11.10+ */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
#ededed 80%, #efefef 95%, #f2f2f2 100%);
#ededed 80%, #efefef 95%, #f2f2f2 100%);
background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
/* IE10+ */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
#ededed 80%, #efefef 95%, #f2f2f2 100%);
background: linear-gradient(to bottom, #ffffff 0%, #ffffff 25%, #fcfcfc 30%, #f9f9f9 35%,
/* W3C */ #f7f7f7 40%, #f5f5f5 45%, #f2f2f2 50%, #ececec 50%,
#ededed 80%, #efefef 95%, #f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient(
filter: progid:DXImageTransform.Microsoft.gradient(
/* IE6-9 */ startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );

cursor: default; -webkit-user-select: none;
Expand All @@ -155,35 +155,35 @@ body > div.terminal {

.osx:active, .osx.primary, .osx.primary:hover {
background: #bcd6ef; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom,
/* Chrome, */ color-stop( 0%, #bcd6ef),
/* Safari4+ */ color-stop( 5%, #a3c1ef),
color-stop( 10%, #98b8e9),
color-stop(15%, #91b3e9),
color-stop(20%, #8ab1e9),
color-stop(25%, #8ab2ea),
color-stop( 30%, #83abe8),
color-stop(35%, #7cabe9),
color-stop(40%, #73a6e8),
background: -webkit-gradient(linear, left top, left bottom,
/* Chrome, */ color-stop( 0%, #bcd6ef),
/* Safari4+ */ color-stop( 5%, #a3c1ef),
color-stop( 10%, #98b8e9),
color-stop(15%, #91b3e9),
color-stop(20%, #8ab1e9),
color-stop(25%, #8ab2ea),
color-stop( 30%, #83abe8),
color-stop(35%, #7cabe9),
color-stop(40%, #73a6e8),
color-stop(45%, #6ca4e9),
color-stop( 50%, #67a1e9),
color-stop(50%, #4693ea),
color-stop(70%, #579eec),
color-stop(75%, #64a7ee),
color-stop( 80%, #6eaeee),
color-stop(85%, #7db6ef),
color-stop(90%, #88bfef),
olor-stop(95%, #97caef),
color-stop(100%, #abd4ef));
color-stop( 50%, #67a1e9),
color-stop(50%, #4693ea),
color-stop(70%, #579eec),
color-stop(75%, #64a7ee),
color-stop( 80%, #6eaeee),
color-stop(85%, #7db6ef),
color-stop(90%, #88bfef),
olor-stop(95%, #97caef),
color-stop(100%, #abd4ef));
background: -webkit-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
/* Chrome10+, */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
/* Safari5.1+ */ #73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
#579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
#88bfef 90%, #97caef 95%, #abd4ef 100%);
background: -moz-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
/* FF3.6+ */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
#73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
#579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
#88bfef 90%, #97caef 95%, #abd4ef 100%);
background: -moz-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
/* FF3.6+ */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
#73a6e8 40%, #6ca4e9 45%, #67a1e9 50%, #4693ea 50%,
#579eec 70%, #64a7ee 75%, #6eaeee 80%, #7db6ef 85%,
#88bfef 90%, #97caef 95%, #abd4ef 100%);
background: -o-linear-gradient(top, #bcd6ef 0%, #a3c1ef 5%, #98b8e9 10%, #91b3e9 15%,
/* Opera 11.10+ */ #8ab1e9 20%, #8ab2ea 25%, #83abe8 30%, #7cabe9 35%,
Expand Down Expand Up @@ -215,7 +215,7 @@ body > div.terminal {
}

.osx.primary:active {
animation: none;
animation: none;
-moz-animation: none;
-webkit-animation: none;
}
Expand All @@ -239,7 +239,7 @@ body > div.terminal {
-webkit-box-shadow: 0 1px rgba(0,0,0,0.1), 0 0 4px hsl(204, 100%, 88%);
-moz-box-shadow: 0 1px rgba(0,0,0,0.1), 0 0 4px hsl(204, 100%, 88%);
box-shadow: 0 1px rgba(0,0,0,0.1), 0 0 4px hsl(204, 100%, 88%);
border-color: hsl(204, 68%, 58%);
border-color: hsl(204, 68%, 58%);
}

.osx.round {
Expand Down