@vibes.diy/identity 14.3.6 → 14.3.7
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/device-id/cert-received.html +16 -13
- package/package.json +2 -2
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
<!--
|
|
8
8
|
The three color D·I·Y faces are the brand brief's color face
|
|
9
9
|
(vibes.diy/pkg/app/components/first-build-loading-art.ts, BRIEF_ART.face)
|
|
10
|
-
wearing the
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
wearing the approved homepage hairstyles from
|
|
11
|
+
vibes.diy/pkg/public/lane-faces/vibes-color-trio.svg (raised spikes → curls
|
|
12
|
+
→ raised bob with the pink bow). Keep the hair paths and transforms in
|
|
13
|
+
sync with that SVG. On the CA page the deck cycles the faces one at a time
|
|
14
|
+
as "almost ready"; here, at the end, all three stand together. The grid is the site's
|
|
15
15
|
canonical page grid (base/theme/patterns.ts gridBackground), light + dark,
|
|
16
16
|
and the face ink follows it via --art-ink.
|
|
17
17
|
-->
|
|
@@ -159,10 +159,11 @@
|
|
|
159
159
|
</head>
|
|
160
160
|
<body>
|
|
161
161
|
<div class="faces">
|
|
162
|
-
<svg class="face face-1" viewBox="798
|
|
162
|
+
<svg class="face face-1" viewBox="798 320 322 360" fill="none" aria-hidden="true">
|
|
163
163
|
<g class="bob">
|
|
164
164
|
<path
|
|
165
|
-
d="M846
|
|
165
|
+
d="M846 480 L868 396 L892 440 L916 380 L938 428 L959 368 L980 428 L1004 380 L1026 440 L1050 396 L1072 480"
|
|
166
|
+
transform="translate(0 -28)"
|
|
166
167
|
stroke="var(--art-ink)"
|
|
167
168
|
stroke-width="15"
|
|
168
169
|
stroke-linecap="round"
|
|
@@ -216,7 +217,7 @@
|
|
|
216
217
|
/>
|
|
217
218
|
</g>
|
|
218
219
|
</svg>
|
|
219
|
-
<svg class="face face-2" viewBox="798
|
|
220
|
+
<svg class="face face-2" viewBox="798 320 322 360" fill="none" aria-hidden="true">
|
|
220
221
|
<g class="bob">
|
|
221
222
|
<path
|
|
222
223
|
d="M846 452 Q838 400 884 408 Q884 356 930 376 Q946 336 982 364 Q1010 340 1030 372 Q1066 360 1062 402 Q1100 402 1088 452"
|
|
@@ -273,12 +274,14 @@
|
|
|
273
274
|
/>
|
|
274
275
|
</g>
|
|
275
276
|
</svg>
|
|
276
|
-
<svg class="face face-3" viewBox="798
|
|
277
|
+
<svg class="face face-3" viewBox="798 320 322 360" fill="none" aria-hidden="true">
|
|
277
278
|
<g class="bob">
|
|
278
|
-
<
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
279
|
+
<g transform="translate(0 -28)">
|
|
280
|
+
<path d="M846 479 Q959 325 1072 479" stroke="var(--art-ink)" stroke-width="17" stroke-linecap="round" />
|
|
281
|
+
<path d="M1046 398 L1010 382 L1018 418 Z" fill="#ef77a9" />
|
|
282
|
+
<path d="M1046 398 L1082 378 L1078 418 Z" fill="#ef77a9" />
|
|
283
|
+
<circle cx="1046" cy="398" r="10" fill="#ef77a9" />
|
|
284
|
+
</g>
|
|
282
285
|
<path
|
|
283
286
|
d="M 888 628 C 901 644 922 652 943 655 C 954 656 966 655 977 654 C 987 653 996 651 1005 648 C 1016 644 1025 638 1032 630 C 1034 627 1035 623 1032 621 C 1030 619 1026 618 1024 621 C 1012 634 995 640 979 642 C 959 644 939 644 920 637 C 911 633 903 627 896 619 C 894 617 890 617 888 619 C 885 622 886 625 888 628"
|
|
284
287
|
fill="#01a947"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vibes.diy/identity",
|
|
3
|
-
"version": "14.3.
|
|
3
|
+
"version": "14.3.7",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@adviser/ts-xxhash": "~1.0.2",
|
|
20
20
|
"@clerk/shared": "~4.34.0",
|
|
21
21
|
"@hono/node-server": "~2.1.1",
|
|
22
|
-
"@vibes.diy/cmd-tools": "14.3.
|
|
22
|
+
"@vibes.diy/cmd-tools": "14.3.7",
|
|
23
23
|
"arktype": "~2.2.3",
|
|
24
24
|
"hono": "~4.13.7",
|
|
25
25
|
"jose": "~6.2.12",
|