buddy-workbench 0.1.36 → 0.1.38
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/package.json +1 -1
- package/server/config.js +1 -0
- package/server/repositories/package-upgrade.js +14 -0
- package/server/routes/package-upgrade.js +76 -0
- package/server.js +2 -0
- package/ui/dist/assets/index-BWhse591.css +1 -0
- package/ui/dist/assets/index-DlBaxOIN.js +547 -0
- package/ui/dist/devbuddy-splash.svg +37 -0
- package/ui/dist/index.html +69 -32
- package/ui/dist/assets/index-B6AAdOoQ.js +0 -534
- package/ui/dist/assets/index-BEE8irw_.css +0 -1
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" fill="none" role="img" aria-labelledby="title desc">
|
|
2
|
+
<title id="title">DevBuddy</title>
|
|
3
|
+
<desc id="desc">DevBuddy terminal icon with a softly blinking sparkle.</desc>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient id="background" x1="28" y1="22" x2="226" y2="236" gradientUnits="userSpaceOnUse">
|
|
6
|
+
<stop stop-color="#8274FF"/>
|
|
7
|
+
<stop offset=".48" stop-color="#6555E8"/>
|
|
8
|
+
<stop offset="1" stop-color="#3E2EAA"/>
|
|
9
|
+
</linearGradient>
|
|
10
|
+
<linearGradient id="screen" x1="55" y1="67" x2="205" y2="191" gradientUnits="userSpaceOnUse">
|
|
11
|
+
<stop stop-color="#252044"/>
|
|
12
|
+
<stop offset="1" stop-color="#151327"/>
|
|
13
|
+
</linearGradient>
|
|
14
|
+
<filter id="shadow" x="25" y="37" width="207" height="190" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
15
|
+
<feDropShadow dx="0" dy="12" stdDeviation="9" flood-color="#241D64" flood-opacity=".32"/>
|
|
16
|
+
</filter>
|
|
17
|
+
</defs>
|
|
18
|
+
<rect width="256" height="256" fill="url(#background)"/>
|
|
19
|
+
<path d="M48 80C48 64.536 60.536 52 76 52H180C195.464 52 208 64.536 208 80V176C208 191.464 195.464 204 180 204H76C60.536 204 48 191.464 48 176V80Z" fill="url(#screen)" filter="url(#shadow)"/>
|
|
20
|
+
<path d="M48 82C48 65.431 61.431 52 78 52H178C194.569 52 208 65.431 208 82V99H48V82Z" fill="#37305E"/>
|
|
21
|
+
<circle cx="75" cy="75.5" r="7.5" fill="#FF7B89"/>
|
|
22
|
+
<circle cx="99" cy="75.5" r="7.5" fill="#FFD16A"/>
|
|
23
|
+
<circle cx="123" cy="75.5" r="7.5" fill="#7DE5B5"/>
|
|
24
|
+
<g transform-origin="94px 150px">
|
|
25
|
+
<animateTransform attributeName="transform" type="rotate" values="0 94 150;0 94 150;-4 94 150;2 94 150;0 94 150" keyTimes="0;.08;.16;.28;1" keySplines=".25 0 .2 1;.35 0 .2 1;.2 0 .3 1;.5 0 .8 1" calcMode="spline" dur="2.4s" repeatCount="indefinite"/>
|
|
26
|
+
<path d="M83 128L105 150L83 172" stroke="#AFA7FF" stroke-width="13" stroke-linecap="round" stroke-linejoin="round" transform-origin="94px 150px">
|
|
27
|
+
<animateTransform attributeName="transform" type="scale" values="1 1;1 1;1 .2;1.06 1.04;1 1" keyTimes="0;.08;.16;.28;1" keySplines=".25 0 .2 1;.35 0 .2 1;.2 0 .3 1;.5 0 .8 1" calcMode="spline" dur="2.4s" repeatCount="indefinite"/>
|
|
28
|
+
</path>
|
|
29
|
+
</g>
|
|
30
|
+
<path d="M126 173H169" stroke="#F6F4FF" stroke-width="13" stroke-linecap="round"/>
|
|
31
|
+
<path id="sparkle" d="M186 31L190.4 43.6L203 48L190.4 52.4L186 65L181.6 52.4L169 48L181.6 43.6L186 31Z" fill="#FFF2AD" transform-origin="186px 48px">
|
|
32
|
+
<animate attributeName="opacity" values="1;1;0.18;1;1" keyTimes="0;.40;.46;.52;1" dur="3.2s" repeatCount="indefinite"/>
|
|
33
|
+
<animateTransform attributeName="transform" type="scale" values="1;1;.22;1;1" keyTimes="0;.40;.46;.52;1" dur="3.2s" repeatCount="indefinite"/>
|
|
34
|
+
</path>
|
|
35
|
+
<circle cx="205" cy="121" r="7" fill="#9CF3CD"/>
|
|
36
|
+
<circle cx="50" cy="190" r="5" fill="#C9C4FF"/>
|
|
37
|
+
</svg>
|
package/ui/dist/index.html
CHANGED
|
@@ -35,13 +35,18 @@
|
|
|
35
35
|
z-index: 9999;
|
|
36
36
|
display: grid;
|
|
37
37
|
place-items: center;
|
|
38
|
-
|
|
38
|
+
overflow: hidden;
|
|
39
|
+
background:
|
|
40
|
+
radial-gradient(circle at 50% 44%, rgba(101, 85, 232, .13), transparent 34%),
|
|
41
|
+
#101522;
|
|
39
42
|
opacity: 1;
|
|
40
43
|
transition: opacity 650ms cubic-bezier(.22, 1, .36, 1);
|
|
41
44
|
}
|
|
42
45
|
|
|
43
46
|
html[data-theme="light"] #app-splash {
|
|
44
|
-
background:
|
|
47
|
+
background:
|
|
48
|
+
radial-gradient(circle at 50% 44%, rgba(91, 80, 224, .12), transparent 34%),
|
|
49
|
+
#f7f8fc;
|
|
45
50
|
}
|
|
46
51
|
|
|
47
52
|
#app-splash.is-hidden {
|
|
@@ -50,59 +55,91 @@
|
|
|
50
55
|
}
|
|
51
56
|
|
|
52
57
|
.app-splash-logo {
|
|
58
|
+
position: relative;
|
|
53
59
|
display: block;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
60
|
+
z-index: 1;
|
|
61
|
+
width: 112px;
|
|
62
|
+
height: 112px;
|
|
63
|
+
border-radius: 27%;
|
|
64
|
+
box-shadow:
|
|
65
|
+
0 0 0 1px rgba(255, 255, 255, .12),
|
|
66
|
+
0 18px 44px rgba(27, 20, 91, .32),
|
|
67
|
+
0 0 36px rgba(130, 116, 255, .34);
|
|
68
|
+
animation: app-splash-breathe 3.2s ease-in-out infinite;
|
|
57
69
|
}
|
|
58
70
|
|
|
59
71
|
.app-splash-content {
|
|
72
|
+
position: relative;
|
|
60
73
|
display: grid;
|
|
61
74
|
justify-items: center;
|
|
62
|
-
|
|
75
|
+
isolation: isolate;
|
|
63
76
|
}
|
|
64
77
|
|
|
65
|
-
.app-splash-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
78
|
+
.app-splash-content::before,
|
|
79
|
+
.app-splash-content::after {
|
|
80
|
+
position: absolute;
|
|
81
|
+
top: 50%;
|
|
82
|
+
left: 50%;
|
|
83
|
+
width: 150px;
|
|
84
|
+
height: 150px;
|
|
85
|
+
border: 1px solid rgba(145, 133, 255, .22);
|
|
86
|
+
border-radius: 34%;
|
|
87
|
+
content: "";
|
|
88
|
+
pointer-events: none;
|
|
89
|
+
transform: translate(-50%, -50%) rotate(12deg);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.app-splash-content::before {
|
|
93
|
+
z-index: -2;
|
|
94
|
+
background: rgba(101, 85, 232, .16);
|
|
95
|
+
box-shadow: 0 0 72px 28px rgba(101, 85, 232, .2);
|
|
96
|
+
filter: blur(5px);
|
|
97
|
+
transform: translate(-50%, -50%) rotate(-8deg) scale(1.18);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.app-splash-content::after {
|
|
101
|
+
z-index: -1;
|
|
102
|
+
width: 134px;
|
|
103
|
+
height: 134px;
|
|
104
|
+
border-color: rgba(255, 255, 255, .1);
|
|
105
|
+
transform: translate(-50%, -50%) rotate(24deg) scale(1.16);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
html[data-theme="light"] .app-splash-content::before {
|
|
109
|
+
background: rgba(91, 80, 224, .13);
|
|
110
|
+
box-shadow: 0 0 72px 28px rgba(91, 80, 224, .16);
|
|
72
111
|
}
|
|
73
112
|
|
|
74
|
-
html[data-theme="light"] .app-splash-
|
|
75
|
-
color:
|
|
113
|
+
html[data-theme="light"] .app-splash-content::after {
|
|
114
|
+
border-color: rgba(91, 80, 224, .12);
|
|
76
115
|
}
|
|
77
116
|
|
|
78
|
-
.app-splash-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
animation: app-splash-spin 700ms linear infinite;
|
|
117
|
+
html[data-theme="light"] .app-splash-logo {
|
|
118
|
+
filter: saturate(.78) brightness(1.16);
|
|
119
|
+
box-shadow:
|
|
120
|
+
0 0 0 1px rgba(91, 80, 224, .1),
|
|
121
|
+
0 18px 44px rgba(91, 80, 224, .16),
|
|
122
|
+
0 0 36px rgba(125, 116, 236, .22);
|
|
85
123
|
}
|
|
86
124
|
|
|
87
|
-
@keyframes app-splash-
|
|
88
|
-
|
|
125
|
+
@keyframes app-splash-breathe {
|
|
126
|
+
0%, 42%, 100% { transform: scale(1); }
|
|
127
|
+
46% { transform: scaleY(.93) scaleX(1.025); }
|
|
128
|
+
50% { transform: scaleY(1.01) scaleX(.995); }
|
|
89
129
|
}
|
|
90
130
|
|
|
91
131
|
@media (prefers-reduced-motion: reduce) {
|
|
92
132
|
#app-splash { transition-duration: 0ms; }
|
|
133
|
+
.app-splash-logo { animation: none; }
|
|
93
134
|
}
|
|
94
135
|
</style>
|
|
95
|
-
<script type="module" crossorigin src="/assets/index-
|
|
96
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
136
|
+
<script type="module" crossorigin src="/assets/index-DlBaxOIN.js"></script>
|
|
137
|
+
<link rel="stylesheet" crossorigin href="/assets/index-BWhse591.css">
|
|
97
138
|
</head>
|
|
98
139
|
<body>
|
|
99
|
-
<div id="app-splash"
|
|
140
|
+
<div id="app-splash" aria-label="DevBuddy">
|
|
100
141
|
<div class="app-splash-content">
|
|
101
|
-
<img class="app-splash-logo" src="/devbuddy.svg" alt="DevBuddy" />
|
|
102
|
-
<div class="app-splash-status">
|
|
103
|
-
<span class="app-splash-spinner" aria-hidden="true"></span>
|
|
104
|
-
<span>Loading…</span>
|
|
105
|
-
</div>
|
|
142
|
+
<img class="app-splash-logo" src="/devbuddy-splash.svg" alt="DevBuddy" />
|
|
106
143
|
</div>
|
|
107
144
|
</div>
|
|
108
145
|
<div id="app"></div>
|