chore(release): prepare WRNexusJS 0.2.73

This commit is contained in:
2026-07-20 16:34:20 +05:30
parent 0b8856b3b5
commit 0013c0771d
66 changed files with 234 additions and 125 deletions
+53 -10
View File
@@ -312,21 +312,37 @@
.wire-alert--warning {
border-left-color: var(--wire-color-warning);
}
.wire-alert--brand {
border-color: var(--wire-color-border);
}
.wire-alert--rich {
display: grid;
grid-template-columns: auto minmax(0, 1fr) auto;
gap: 0.75rem;
align-items: start;
padding: 1rem;
gap: 1rem;
align-items: center;
min-height: 6.125rem;
padding: 1rem 1.25rem;
border-left-width: 1px;
border-radius: var(--wire-radius);
border-radius: 1rem;
box-shadow: var(--wire-shadow-1);
}
.wire-alert--rich .wire-alert__icon {
display: grid;
width: 2.5rem;
height: 2.5rem;
border-radius: calc(var(--wire-radius-sm) * 0.8);
background: color-mix(in srgb, currentColor 12%, transparent);
place-items: center;
border-radius: 0.75rem;
color: var(--wire-color-primary);
background: color-mix(in srgb, var(--wire-color-primary) 22%, transparent);
}
.wire-alert--rich .wire-alert__icon svg {
width: 1.25rem;
height: 1.25rem;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.wire-alert--rich .wire-alert__body {
margin: 0.25rem 0 0;
@@ -1096,30 +1112,52 @@
gap: 1rem;
padding: 1rem 1.25rem;
text-align: left;
border-radius: var(--wire-radius);
border-radius: 1rem;
}
.wire-auth-action__icon {
display: grid;
width: 3rem;
height: 3rem;
place-items: center;
border-radius: calc(var(--wire-radius-sm) * 0.9);
border-radius: 0.75rem;
color: currentColor;
background: color-mix(in srgb, currentColor 12%, transparent);
}
.wire-auth-action__icon svg {
width: 1.5rem;
height: 1.5rem;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
}
.wire-auth-action__icon--passkey {
color: #fff;
background: rgb(255 255 255 / 20%);
}
.wire-auth-action__icon--password {
color: color-mix(in srgb, var(--wire-color-primary) 70%, white);
background: color-mix(in srgb, var(--wire-color-primary) 30%, transparent);
}
.wire-auth-action__icon--account {
color: #5ee9b5;
background: color-mix(in srgb, #00a96e 30%, transparent);
}
.wire-auth-action__copy {
min-width: 0;
}
.wire-auth-action__label {
display: block;
font-weight: 750;
font-size: 1rem;
font-weight: 700;
line-height: 1.3;
}
.wire-auth-action__description {
display: block;
margin-top: 0.25rem;
color: color-mix(in srgb, currentColor 66%, transparent);
font-size: 0.8rem;
font-size: 0.875rem;
font-weight: 500;
line-height: 1.45;
}
@@ -1127,6 +1165,11 @@
width: 1.1rem;
height: 1.1rem;
opacity: 0.65;
fill: none;
stroke: currentColor;
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
transition: transform var(--wire-motion-base) var(--wire-ease-emphasized);
}
.wire-auth-action > :where(a, button):hover .wire-auth-action__arrow {