@co0ontty/wand 1.21.17 → 1.21.18
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/dist/web-ui/content/styles.css +37 -34
- package/package.json +1 -1
|
@@ -9050,21 +9050,22 @@
|
|
|
9050
9050
|
}
|
|
9051
9051
|
.toast-message {
|
|
9052
9052
|
position: fixed;
|
|
9053
|
-
|
|
9053
|
+
top: 24px;
|
|
9054
9054
|
left: 50%;
|
|
9055
9055
|
transform: translateX(-50%);
|
|
9056
9056
|
padding: 10px 20px;
|
|
9057
9057
|
border-radius: var(--radius-md);
|
|
9058
9058
|
font-size: 0.875rem;
|
|
9059
9059
|
z-index: 9999;
|
|
9060
|
-
|
|
9060
|
+
box-shadow: var(--shadow-lg);
|
|
9061
|
+
animation: toast-in 0.22s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
9061
9062
|
}
|
|
9062
9063
|
.toast-error {
|
|
9063
9064
|
background: var(--danger);
|
|
9064
9065
|
color: white;
|
|
9065
9066
|
}
|
|
9066
9067
|
@keyframes toast-in {
|
|
9067
|
-
from { opacity: 0; transform: translateX(-50%) translateY(
|
|
9068
|
+
from { opacity: 0; transform: translateX(-50%) translateY(-12px); }
|
|
9068
9069
|
to { opacity: 1; transform: translateX(-50%) translateY(0); }
|
|
9069
9070
|
}
|
|
9070
9071
|
|
|
@@ -10963,9 +10964,9 @@
|
|
|
10963
10964
|
/* ── Mini toast for in-app feedback ── */
|
|
10964
10965
|
.wand-mini-toast {
|
|
10965
10966
|
position: fixed;
|
|
10966
|
-
|
|
10967
|
+
top: 30px;
|
|
10967
10968
|
left: 50%;
|
|
10968
|
-
transform: translate(-50%, 14px);
|
|
10969
|
+
transform: translate(-50%, -14px);
|
|
10969
10970
|
z-index: 1200;
|
|
10970
10971
|
padding: 8px 16px;
|
|
10971
10972
|
background: rgba(20, 20, 20, 0.92);
|
|
@@ -12978,15 +12979,17 @@
|
|
|
12978
12979
|
max-width: 420px;
|
|
12979
12980
|
display: flex;
|
|
12980
12981
|
flex-direction: column;
|
|
12981
|
-
background:
|
|
12982
|
-
|
|
12982
|
+
background:
|
|
12983
|
+
radial-gradient(120% 120% at 0% 0%, var(--accent-muted) 0%, transparent 55%),
|
|
12984
|
+
linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-secondary) 100%);
|
|
12985
|
+
border: 0.5px solid var(--border-subtle);
|
|
12983
12986
|
border-radius: 22px;
|
|
12984
12987
|
overflow: hidden;
|
|
12985
12988
|
backdrop-filter: blur(40px) saturate(180%);
|
|
12986
12989
|
-webkit-backdrop-filter: blur(40px) saturate(180%);
|
|
12987
12990
|
box-shadow:
|
|
12988
|
-
0 24px 64px -12px rgba(
|
|
12989
|
-
0 6px 20px -6px rgba(
|
|
12991
|
+
0 24px 64px -12px rgba(89, 58, 32, 0.28),
|
|
12992
|
+
0 6px 20px -6px rgba(89, 58, 32, 0.16),
|
|
12990
12993
|
0 0 0 0.5px rgba(125, 91, 57, 0.08),
|
|
12991
12994
|
inset 0 1px 0 rgba(255, 255, 255, 0.7);
|
|
12992
12995
|
animation: wandDialogIn 0.28s cubic-bezier(0.34, 1.4, 0.64, 1) both;
|
|
@@ -13023,24 +13026,24 @@
|
|
|
13023
13026
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
|
|
13024
13027
|
}
|
|
13025
13028
|
.wand-dialog-icon.info {
|
|
13026
|
-
background: linear-gradient(180deg,
|
|
13027
|
-
color: #
|
|
13029
|
+
background: linear-gradient(180deg, var(--accent-soft) 0%, var(--accent-hover) 100%);
|
|
13030
|
+
color: #fff;
|
|
13028
13031
|
}
|
|
13029
13032
|
.wand-dialog-icon.warning {
|
|
13030
|
-
background: linear-gradient(180deg, #
|
|
13031
|
-
color: #
|
|
13033
|
+
background: linear-gradient(180deg, #f0c891 0%, var(--warning) 100%);
|
|
13034
|
+
color: #fff;
|
|
13032
13035
|
}
|
|
13033
13036
|
.wand-dialog-icon.danger {
|
|
13034
|
-
background: linear-gradient(180deg, #
|
|
13035
|
-
color: #
|
|
13037
|
+
background: linear-gradient(180deg, #d98178 0%, var(--danger) 100%);
|
|
13038
|
+
color: #fff;
|
|
13036
13039
|
}
|
|
13037
13040
|
.wand-dialog-icon.success {
|
|
13038
|
-
background: linear-gradient(180deg, #
|
|
13039
|
-
color: #
|
|
13041
|
+
background: linear-gradient(180deg, #8caf94 0%, var(--success) 100%);
|
|
13042
|
+
color: #fff;
|
|
13040
13043
|
}
|
|
13041
13044
|
.wand-dialog-icon.question {
|
|
13042
|
-
background: linear-gradient(180deg,
|
|
13043
|
-
color: #
|
|
13045
|
+
background: linear-gradient(180deg, var(--accent-soft) 0%, var(--accent) 100%);
|
|
13046
|
+
color: #fff;
|
|
13044
13047
|
}
|
|
13045
13048
|
.wand-dialog-textwrap {
|
|
13046
13049
|
flex: 1 1 auto;
|
|
@@ -13072,8 +13075,8 @@
|
|
|
13072
13075
|
}
|
|
13073
13076
|
.wand-dialog-input {
|
|
13074
13077
|
width: 100%;
|
|
13075
|
-
background:
|
|
13076
|
-
border: 1px solid
|
|
13078
|
+
background: var(--bg-surface);
|
|
13079
|
+
border: 1px solid var(--border-subtle);
|
|
13077
13080
|
border-radius: 12px;
|
|
13078
13081
|
padding: 11px 14px;
|
|
13079
13082
|
font-family: var(--font-sans);
|
|
@@ -13085,11 +13088,11 @@
|
|
|
13085
13088
|
}
|
|
13086
13089
|
.wand-dialog-input:focus {
|
|
13087
13090
|
outline: none;
|
|
13088
|
-
background:
|
|
13091
|
+
background: var(--bg-elevated);
|
|
13089
13092
|
border-color: var(--accent);
|
|
13090
13093
|
box-shadow:
|
|
13091
13094
|
inset 0 1px 1.5px rgba(125, 91, 57, 0.04),
|
|
13092
|
-
0 0 0 3px var(--accent-
|
|
13095
|
+
0 0 0 3px var(--accent-glow);
|
|
13093
13096
|
}
|
|
13094
13097
|
|
|
13095
13098
|
.wand-dialog-footer {
|
|
@@ -13097,7 +13100,7 @@
|
|
|
13097
13100
|
gap: 8px;
|
|
13098
13101
|
justify-content: flex-end;
|
|
13099
13102
|
padding: 14px 20px 20px;
|
|
13100
|
-
border-top: 1px solid
|
|
13103
|
+
border-top: 1px solid var(--border-subtle);
|
|
13101
13104
|
margin-top: 6px;
|
|
13102
13105
|
}
|
|
13103
13106
|
.wand-dialog-footer .btn {
|
|
@@ -13105,27 +13108,27 @@
|
|
|
13105
13108
|
}
|
|
13106
13109
|
/* Danger primary variant for destructive confirms */
|
|
13107
13110
|
.wand-dialog .btn-danger {
|
|
13108
|
-
background: linear-gradient(180deg,
|
|
13109
|
-
color:
|
|
13111
|
+
background: linear-gradient(180deg, var(--danger-hover) 0%, var(--danger) 100%);
|
|
13112
|
+
color: var(--text-inverse);
|
|
13110
13113
|
border-color: transparent;
|
|
13111
13114
|
box-shadow:
|
|
13112
|
-
0 1px 2px
|
|
13113
|
-
0 4px 10px -2px
|
|
13115
|
+
0 1px 2px var(--danger-muted),
|
|
13116
|
+
0 4px 10px -2px var(--danger-muted),
|
|
13114
13117
|
inset 0 1px 0 rgba(255, 255, 255, 0.22),
|
|
13115
13118
|
inset 0 -1px 0 rgba(96, 30, 24, 0.18);
|
|
13116
13119
|
}
|
|
13117
13120
|
.wand-dialog .btn-danger:hover {
|
|
13118
|
-
background: linear-gradient(180deg, #
|
|
13121
|
+
background: linear-gradient(180deg, #c96055 0%, #b24f45 100%);
|
|
13119
13122
|
transform: translateY(-1px);
|
|
13120
13123
|
box-shadow:
|
|
13121
|
-
0 2px 4px
|
|
13122
|
-
0 8px 20px -4px
|
|
13124
|
+
0 2px 4px var(--danger-muted),
|
|
13125
|
+
0 8px 20px -4px var(--danger-glow),
|
|
13123
13126
|
inset 0 1px 0 rgba(255, 255, 255, 0.28),
|
|
13124
13127
|
inset 0 -1px 0 rgba(96, 30, 24, 0.18);
|
|
13125
13128
|
}
|
|
13126
13129
|
.wand-dialog .btn-danger:active {
|
|
13127
13130
|
transform: translateY(0);
|
|
13128
|
-
background: linear-gradient(180deg,
|
|
13131
|
+
background: linear-gradient(180deg, var(--danger) 0%, #93392f 100%);
|
|
13129
13132
|
transition-duration: 0.06s;
|
|
13130
13133
|
}
|
|
13131
13134
|
|
|
@@ -13140,11 +13143,11 @@
|
|
|
13140
13143
|
|
|
13141
13144
|
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
|
|
13142
13145
|
.wand-dialog-backdrop { background: rgba(20, 14, 8, 0.6); }
|
|
13143
|
-
.wand-dialog { background:
|
|
13146
|
+
.wand-dialog { background: var(--bg-elevated); border-color: var(--border-subtle); }
|
|
13144
13147
|
}
|
|
13145
13148
|
|
|
13146
13149
|
@media (max-width: 480px) {
|
|
13147
|
-
.wand-dialog-backdrop { padding: 16px; align-items:
|
|
13150
|
+
.wand-dialog-backdrop { padding: 16px; align-items: center; }
|
|
13148
13151
|
.wand-dialog { max-width: 100%; border-radius: 20px; }
|
|
13149
13152
|
.wand-dialog-footer { flex-wrap: wrap; }
|
|
13150
13153
|
.wand-dialog-footer .btn { flex: 1 1 auto; }
|