@qfei-design/make-ai-assistant 0.2.14 → 0.2.16
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/react.cjs +4 -62
- package/dist/react.mjs +2328 -2790
- package/dist/styles.css +133 -121
- package/package.ai.json +1 -1
- package/package.json +3 -5
package/dist/styles.css
CHANGED
|
@@ -293,7 +293,6 @@
|
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
.make-ai-assistant__avatar svg,
|
|
296
|
-
.make-ai-assistant__icon-button svg,
|
|
297
296
|
.make-ai-assistant__send svg {
|
|
298
297
|
fill: none;
|
|
299
298
|
height: 20px;
|
|
@@ -323,17 +322,11 @@
|
|
|
323
322
|
}
|
|
324
323
|
|
|
325
324
|
.make-ai-assistant__icon-button-icon {
|
|
326
|
-
display:
|
|
325
|
+
display: block;
|
|
327
326
|
height: 20px;
|
|
328
|
-
line-height: 0;
|
|
329
327
|
width: 20px;
|
|
330
328
|
}
|
|
331
329
|
|
|
332
|
-
.make-ai-assistant__icon-button-icon svg {
|
|
333
|
-
height: 100%;
|
|
334
|
-
width: 100%;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
330
|
.make-ai-assistant__header-actions {
|
|
338
331
|
align-items: center;
|
|
339
332
|
display: flex;
|
|
@@ -390,27 +383,19 @@
|
|
|
390
383
|
}
|
|
391
384
|
|
|
392
385
|
.make-ai-assistant__task-list-icon {
|
|
393
|
-
display:
|
|
386
|
+
display: block;
|
|
394
387
|
flex: 0 0 auto;
|
|
395
388
|
height: 19px;
|
|
396
|
-
line-height: 0;
|
|
397
389
|
width: 19px;
|
|
398
390
|
}
|
|
399
391
|
|
|
400
392
|
.make-ai-assistant__task-list-disclosure {
|
|
401
|
-
display:
|
|
393
|
+
display: block;
|
|
402
394
|
flex: 0 0 auto;
|
|
403
395
|
height: 15px;
|
|
404
|
-
line-height: 0;
|
|
405
396
|
width: 15px;
|
|
406
397
|
}
|
|
407
398
|
|
|
408
|
-
.make-ai-assistant__task-list-icon svg,
|
|
409
|
-
.make-ai-assistant__task-list-disclosure svg {
|
|
410
|
-
height: 100%;
|
|
411
|
-
width: 100%;
|
|
412
|
-
}
|
|
413
|
-
|
|
414
399
|
.make-ai-assistant__header-title {
|
|
415
400
|
flex: 0 1 auto;
|
|
416
401
|
min-width: 0;
|
|
@@ -1141,9 +1126,7 @@
|
|
|
1141
1126
|
width: 28px;
|
|
1142
1127
|
}
|
|
1143
1128
|
|
|
1144
|
-
.make-ai-assistant__reply-
|
|
1145
|
-
.make-ai-assistant__reply-regenerate > svg,
|
|
1146
|
-
.make-ai-assistant__reply-feedback-action > svg {
|
|
1129
|
+
.make-ai-assistant__reply-regenerate > svg {
|
|
1147
1130
|
fill: none;
|
|
1148
1131
|
height: 15px;
|
|
1149
1132
|
stroke: currentColor;
|
|
@@ -1155,18 +1138,11 @@
|
|
|
1155
1138
|
|
|
1156
1139
|
.make-ai-assistant__reply-copy-icon,
|
|
1157
1140
|
.make-ai-assistant__reply-feedback-icon {
|
|
1158
|
-
display:
|
|
1141
|
+
display: block;
|
|
1159
1142
|
height: 15px;
|
|
1160
|
-
line-height: 0;
|
|
1161
1143
|
width: 15px;
|
|
1162
1144
|
}
|
|
1163
1145
|
|
|
1164
|
-
.make-ai-assistant__reply-copy-icon svg,
|
|
1165
|
-
.make-ai-assistant__reply-feedback-icon svg {
|
|
1166
|
-
height: 100%;
|
|
1167
|
-
width: 100%;
|
|
1168
|
-
}
|
|
1169
|
-
|
|
1170
1146
|
.make-ai-assistant__reply-feedback-action {
|
|
1171
1147
|
height: 28px;
|
|
1172
1148
|
width: 28px;
|
|
@@ -1347,11 +1323,11 @@
|
|
|
1347
1323
|
border-radius: 16px;
|
|
1348
1324
|
display: flex;
|
|
1349
1325
|
flex-direction: column;
|
|
1350
|
-
gap:
|
|
1326
|
+
gap: 4px;
|
|
1351
1327
|
max-height: min(440px, 46vh);
|
|
1352
|
-
min-height:
|
|
1328
|
+
min-height: 0;
|
|
1353
1329
|
overflow: auto;
|
|
1354
|
-
padding: 12px
|
|
1330
|
+
padding: 10px 12px 8px;
|
|
1355
1331
|
transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
|
|
1356
1332
|
}
|
|
1357
1333
|
|
|
@@ -1369,8 +1345,8 @@
|
|
|
1369
1345
|
color: var(--make-ai-internal-text);
|
|
1370
1346
|
font-size: var(--make-ai-internal-font-size-body);
|
|
1371
1347
|
line-height: var(--make-ai-internal-line-height-body);
|
|
1372
|
-
max-height:
|
|
1373
|
-
min-height:
|
|
1348
|
+
max-height: 160px;
|
|
1349
|
+
min-height: 48px;
|
|
1374
1350
|
outline: 0;
|
|
1375
1351
|
overflow-y: auto;
|
|
1376
1352
|
padding: 3px 4px;
|
|
@@ -1406,6 +1382,7 @@
|
|
|
1406
1382
|
align-items: center;
|
|
1407
1383
|
display: flex;
|
|
1408
1384
|
gap: 7px;
|
|
1385
|
+
margin-left: auto;
|
|
1409
1386
|
}
|
|
1410
1387
|
|
|
1411
1388
|
.make-ai-assistant__composer-toolbar {
|
|
@@ -1934,9 +1911,7 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
1934
1911
|
text-align: left;
|
|
1935
1912
|
}
|
|
1936
1913
|
|
|
1937
|
-
.make-ai-assistant__conversation-row-select > svg
|
|
1938
|
-
.make-ai-assistant__conversation-row-action > svg,
|
|
1939
|
-
.make-ai-assistant__conversation-new > svg {
|
|
1914
|
+
.make-ai-assistant__conversation-row-select > svg {
|
|
1940
1915
|
fill: none;
|
|
1941
1916
|
flex: 0 0 auto;
|
|
1942
1917
|
height: 16px;
|
|
@@ -1948,31 +1923,18 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
1948
1923
|
}
|
|
1949
1924
|
|
|
1950
1925
|
.make-ai-assistant__conversation-row-action-icon {
|
|
1951
|
-
display:
|
|
1926
|
+
display: block;
|
|
1952
1927
|
height: 16px;
|
|
1953
|
-
line-height: 0;
|
|
1954
1928
|
width: 16px;
|
|
1955
1929
|
}
|
|
1956
1930
|
|
|
1957
|
-
.make-ai-assistant__conversation-row-action-icon svg {
|
|
1958
|
-
height: 100%;
|
|
1959
|
-
width: 100%;
|
|
1960
|
-
}
|
|
1961
|
-
|
|
1962
1931
|
.make-ai-assistant__conversation-new-icon,
|
|
1963
1932
|
.make-ai-assistant__conversation-refresh-icon {
|
|
1964
|
-
display:
|
|
1933
|
+
display: block;
|
|
1965
1934
|
height: 16px;
|
|
1966
|
-
line-height: 0;
|
|
1967
1935
|
width: 16px;
|
|
1968
1936
|
}
|
|
1969
1937
|
|
|
1970
|
-
.make-ai-assistant__conversation-new-icon svg,
|
|
1971
|
-
.make-ai-assistant__conversation-refresh-icon svg {
|
|
1972
|
-
height: 100%;
|
|
1973
|
-
width: 100%;
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
1938
|
.make-ai-assistant__conversation-row-select span {
|
|
1977
1939
|
min-width: 0;
|
|
1978
1940
|
overflow: hidden;
|
|
@@ -2085,18 +2047,12 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2085
2047
|
}
|
|
2086
2048
|
|
|
2087
2049
|
.make-ai-assistant__conversation-delete-confirmation-icon {
|
|
2088
|
-
display:
|
|
2050
|
+
display: block;
|
|
2089
2051
|
flex: 0 0 auto;
|
|
2090
2052
|
height: 16px;
|
|
2091
|
-
line-height: 0;
|
|
2092
2053
|
width: 16px;
|
|
2093
2054
|
}
|
|
2094
2055
|
|
|
2095
|
-
.make-ai-assistant__conversation-delete-confirmation-icon svg {
|
|
2096
|
-
height: 100%;
|
|
2097
|
-
width: 100%;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
2056
|
.make-ai-assistant__conversation-delete-confirmation-message {
|
|
2101
2057
|
color: var(--make-ai-internal-danger);
|
|
2102
2058
|
flex: 1 1 0;
|
|
@@ -2241,7 +2197,6 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2241
2197
|
color: var(--make-ai-internal-text);
|
|
2242
2198
|
}
|
|
2243
2199
|
|
|
2244
|
-
.make-ai-assistant__attachment-trigger > svg,
|
|
2245
2200
|
.make-ai-assistant__attachment-menu svg {
|
|
2246
2201
|
fill: none;
|
|
2247
2202
|
height: 18px;
|
|
@@ -2253,17 +2208,11 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2253
2208
|
}
|
|
2254
2209
|
|
|
2255
2210
|
.make-ai-assistant__attachment-trigger-icon {
|
|
2256
|
-
display:
|
|
2211
|
+
display: block;
|
|
2257
2212
|
height: 18px;
|
|
2258
|
-
line-height: 0;
|
|
2259
2213
|
width: 18px;
|
|
2260
2214
|
}
|
|
2261
2215
|
|
|
2262
|
-
.make-ai-assistant__attachment-trigger-icon svg {
|
|
2263
|
-
height: 100%;
|
|
2264
|
-
width: 100%;
|
|
2265
|
-
}
|
|
2266
|
-
|
|
2267
2216
|
.make-ai-assistant__attachment-menu {
|
|
2268
2217
|
background: var(--make-ai-internal-surface);
|
|
2269
2218
|
border: 1px solid var(--make-ai-internal-border);
|
|
@@ -2297,33 +2246,37 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2297
2246
|
}
|
|
2298
2247
|
|
|
2299
2248
|
.make-ai-assistant__attachment-drafts {
|
|
2300
|
-
border
|
|
2249
|
+
border: 0;
|
|
2301
2250
|
font-size: var(--make-ai-internal-font-size-meta);
|
|
2302
|
-
|
|
2303
|
-
overflow: auto;
|
|
2304
|
-
|
|
2251
|
+
min-width: 0;
|
|
2252
|
+
overflow-x: auto;
|
|
2253
|
+
overflow-y: hidden;
|
|
2254
|
+
padding: 0;
|
|
2305
2255
|
}
|
|
2306
2256
|
|
|
2307
2257
|
.make-ai-assistant__attachment-drafts ul {
|
|
2308
2258
|
display: flex;
|
|
2309
|
-
flex-wrap:
|
|
2259
|
+
flex-wrap: nowrap;
|
|
2310
2260
|
gap: 6px;
|
|
2311
2261
|
list-style: none;
|
|
2312
2262
|
margin: 0;
|
|
2313
2263
|
padding: 0;
|
|
2264
|
+
width: max-content;
|
|
2314
2265
|
}
|
|
2315
2266
|
|
|
2316
2267
|
.make-ai-assistant__attachment-drafts li {
|
|
2317
|
-
align-items: center;
|
|
2318
2268
|
background: var(--make-ai-internal-surface);
|
|
2319
2269
|
border: 1px solid var(--make-ai-internal-border);
|
|
2320
|
-
border-radius:
|
|
2321
|
-
|
|
2322
|
-
|
|
2323
|
-
|
|
2324
|
-
min-height: 56px;
|
|
2325
|
-
padding: 4px 26px 4px 4px;
|
|
2270
|
+
border-radius: 9px;
|
|
2271
|
+
flex: 0 0 64px;
|
|
2272
|
+
height: 64px;
|
|
2273
|
+
overflow: hidden;
|
|
2326
2274
|
position: relative;
|
|
2275
|
+
width: 64px;
|
|
2276
|
+
}
|
|
2277
|
+
|
|
2278
|
+
.make-ai-assistant__attachment-drafts li[data-status="failed"] {
|
|
2279
|
+
border-color: var(--make-ai-internal-danger);
|
|
2327
2280
|
}
|
|
2328
2281
|
|
|
2329
2282
|
.make-ai-assistant__attachment-drafts button {
|
|
@@ -2337,32 +2290,35 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2337
2290
|
.make-ai-assistant__attachment-draft-preview,
|
|
2338
2291
|
.make-ai-assistant__attachment-draft-file {
|
|
2339
2292
|
background: var(--make-ai-internal-surface-strong);
|
|
2340
|
-
border:
|
|
2341
|
-
border-radius:
|
|
2342
|
-
|
|
2343
|
-
height: 44px;
|
|
2293
|
+
border: 0;
|
|
2294
|
+
border-radius: 8px;
|
|
2295
|
+
height: 100%;
|
|
2344
2296
|
object-fit: cover;
|
|
2345
|
-
width:
|
|
2297
|
+
width: 100%;
|
|
2346
2298
|
}
|
|
2347
2299
|
|
|
2348
2300
|
.make-ai-assistant__attachment-draft-preview-button {
|
|
2349
|
-
border-radius:
|
|
2301
|
+
border-radius: 8px;
|
|
2350
2302
|
cursor: zoom-in;
|
|
2351
|
-
|
|
2303
|
+
display: block;
|
|
2304
|
+
height: 100%;
|
|
2352
2305
|
line-height: 0;
|
|
2353
2306
|
overflow: hidden;
|
|
2354
2307
|
padding: 0 !important;
|
|
2308
|
+
width: 100%;
|
|
2355
2309
|
}
|
|
2356
2310
|
|
|
2357
2311
|
.make-ai-assistant__attachment-draft-preview-button:hover .make-ai-assistant__attachment-draft-preview {
|
|
2358
|
-
|
|
2312
|
+
filter: brightness(.96);
|
|
2359
2313
|
}
|
|
2360
2314
|
|
|
2361
|
-
.make-ai-assistant__attachment-draft-file {
|
|
2315
|
+
.make-ai-assistant__attachment-drafts .make-ai-assistant__attachment-draft-file {
|
|
2362
2316
|
align-items: center;
|
|
2317
|
+
background: var(--make-ai-internal-surface-strong);
|
|
2363
2318
|
color: var(--make-ai-internal-text-secondary);
|
|
2364
2319
|
display: inline-flex;
|
|
2365
2320
|
justify-content: center;
|
|
2321
|
+
padding: 0;
|
|
2366
2322
|
}
|
|
2367
2323
|
|
|
2368
2324
|
.make-ai-assistant__attachment-draft-file svg {
|
|
@@ -2375,26 +2331,50 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2375
2331
|
width: 20px;
|
|
2376
2332
|
}
|
|
2377
2333
|
|
|
2378
|
-
.make-ai-assistant__attachment-draft-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
2334
|
+
.make-ai-assistant__attachment-draft-status {
|
|
2335
|
+
background: color-mix(in srgb, var(--make-ai-internal-overlay) 76%, transparent);
|
|
2336
|
+
border-radius: 4px;
|
|
2337
|
+
bottom: 4px;
|
|
2338
|
+
color: var(--make-ai-internal-on-overlay);
|
|
2339
|
+
font-size: 10px;
|
|
2340
|
+
left: 4px;
|
|
2341
|
+
line-height: 16px;
|
|
2342
|
+
padding: 0 3px;
|
|
2343
|
+
pointer-events: none;
|
|
2344
|
+
position: absolute;
|
|
2382
2345
|
}
|
|
2383
2346
|
|
|
2384
|
-
.make-ai-assistant__attachment-draft-
|
|
2385
|
-
|
|
2386
|
-
|
|
2347
|
+
.make-ai-assistant__attachment-drafts li[data-status="failed"] .make-ai-assistant__attachment-draft-status {
|
|
2348
|
+
background: var(--make-ai-internal-danger);
|
|
2349
|
+
}
|
|
2350
|
+
|
|
2351
|
+
.make-ai-assistant__attachment-draft-error {
|
|
2352
|
+
clip-path: inset(50%);
|
|
2353
|
+
height: 1px;
|
|
2387
2354
|
overflow: hidden;
|
|
2388
|
-
|
|
2355
|
+
position: absolute;
|
|
2389
2356
|
white-space: nowrap;
|
|
2357
|
+
width: 1px;
|
|
2390
2358
|
}
|
|
2391
2359
|
|
|
2392
|
-
.make-ai-assistant__attachment-draft-
|
|
2393
|
-
|
|
2360
|
+
.make-ai-assistant__attachment-drafts .make-ai-assistant__attachment-draft-control {
|
|
2361
|
+
align-items: center;
|
|
2362
|
+
background: color-mix(in srgb, var(--make-ai-internal-overlay) 82%, transparent);
|
|
2363
|
+
border-radius: 50%;
|
|
2364
|
+
bottom: 4px;
|
|
2365
|
+
color: var(--make-ai-internal-on-overlay);
|
|
2366
|
+
display: inline-flex;
|
|
2367
|
+
height: 20px;
|
|
2368
|
+
justify-content: center;
|
|
2369
|
+
padding: 0;
|
|
2370
|
+
position: absolute;
|
|
2371
|
+
right: 4px;
|
|
2372
|
+
width: 20px;
|
|
2394
2373
|
}
|
|
2395
2374
|
|
|
2396
|
-
.make-ai-assistant__attachment-
|
|
2397
|
-
|
|
2375
|
+
.make-ai-assistant__attachment-draft-control svg {
|
|
2376
|
+
height: 13px;
|
|
2377
|
+
width: 13px;
|
|
2398
2378
|
}
|
|
2399
2379
|
|
|
2400
2380
|
.make-ai-assistant__attachment-draft-remove {
|
|
@@ -2421,29 +2401,13 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2421
2401
|
padding: 0;
|
|
2422
2402
|
}
|
|
2423
2403
|
|
|
2424
|
-
.make-ai-assistant__attachment-draft-remove > svg {
|
|
2425
|
-
fill: none;
|
|
2426
|
-
height: 13px;
|
|
2427
|
-
stroke: currentColor;
|
|
2428
|
-
stroke-linecap: round;
|
|
2429
|
-
stroke-width: 2;
|
|
2430
|
-
width: 13px;
|
|
2431
|
-
}
|
|
2432
|
-
|
|
2433
2404
|
.make-ai-assistant__attachment-draft-remove-icon,
|
|
2434
2405
|
.make-ai-assistant__attachment-preview-close-icon {
|
|
2435
|
-
display:
|
|
2406
|
+
display: block;
|
|
2436
2407
|
height: 13px;
|
|
2437
|
-
line-height: 0;
|
|
2438
2408
|
width: 13px;
|
|
2439
2409
|
}
|
|
2440
2410
|
|
|
2441
|
-
.make-ai-assistant__attachment-draft-remove-icon svg,
|
|
2442
|
-
.make-ai-assistant__attachment-preview-close-icon svg {
|
|
2443
|
-
height: 100%;
|
|
2444
|
-
width: 100%;
|
|
2445
|
-
}
|
|
2446
|
-
|
|
2447
2411
|
.make-ai-assistant__attachment-drafts li:hover .make-ai-assistant__attachment-draft-remove,
|
|
2448
2412
|
.make-ai-assistant__attachment-drafts li:focus-within .make-ai-assistant__attachment-draft-remove {
|
|
2449
2413
|
opacity: 1;
|
|
@@ -2469,17 +2433,60 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2469
2433
|
box-shadow: 0 20px 48px color-mix(in srgb, var(--make-ai-internal-text) 28%, transparent);
|
|
2470
2434
|
max-height: min(76vh, 760px);
|
|
2471
2435
|
max-width: min(88vw, 960px);
|
|
2436
|
+
overflow: auto;
|
|
2472
2437
|
padding: 8px;
|
|
2473
2438
|
position: relative;
|
|
2474
2439
|
}
|
|
2475
2440
|
|
|
2441
|
+
.make-ai-assistant__attachment-preview-dialog[data-kind="file"] {
|
|
2442
|
+
width: min(320px, calc(100vw - 48px));
|
|
2443
|
+
}
|
|
2444
|
+
|
|
2476
2445
|
.make-ai-assistant__attachment-preview-dialog img {
|
|
2477
2446
|
display: block;
|
|
2478
|
-
height:
|
|
2479
|
-
|
|
2447
|
+
height: auto;
|
|
2448
|
+
margin-inline: auto;
|
|
2449
|
+
max-height: min(62vh, 640px);
|
|
2480
2450
|
max-width: min(88vw, 944px);
|
|
2481
2451
|
object-fit: contain;
|
|
2482
|
-
width:
|
|
2452
|
+
width: auto;
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
.make-ai-assistant__attachment-preview-file {
|
|
2456
|
+
align-items: center;
|
|
2457
|
+
background: var(--make-ai-internal-surface-strong);
|
|
2458
|
+
border-radius: 10px;
|
|
2459
|
+
color: var(--make-ai-internal-text-secondary);
|
|
2460
|
+
display: flex;
|
|
2461
|
+
height: 104px;
|
|
2462
|
+
justify-content: center;
|
|
2463
|
+
}
|
|
2464
|
+
|
|
2465
|
+
.make-ai-assistant__attachment-preview-file svg {
|
|
2466
|
+
height: 32px;
|
|
2467
|
+
width: 32px;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
.make-ai-assistant__attachment-preview-details {
|
|
2471
|
+
color: var(--make-ai-internal-text);
|
|
2472
|
+
display: grid;
|
|
2473
|
+
font-size: var(--make-ai-internal-font-size-meta);
|
|
2474
|
+
gap: 4px;
|
|
2475
|
+
padding: 10px 6px 4px;
|
|
2476
|
+
}
|
|
2477
|
+
|
|
2478
|
+
.make-ai-assistant__attachment-preview-details strong {
|
|
2479
|
+
overflow-wrap: anywhere;
|
|
2480
|
+
}
|
|
2481
|
+
|
|
2482
|
+
.make-ai-assistant__attachment-preview-details span {
|
|
2483
|
+
color: var(--make-ai-internal-text-secondary);
|
|
2484
|
+
}
|
|
2485
|
+
|
|
2486
|
+
.make-ai-assistant__attachment-preview-details p {
|
|
2487
|
+
color: var(--make-ai-internal-danger);
|
|
2488
|
+
line-height: var(--make-ai-internal-line-height-meta);
|
|
2489
|
+
margin: 4px 0 0;
|
|
2483
2490
|
}
|
|
2484
2491
|
|
|
2485
2492
|
.make-ai-assistant__attachment-preview-close {
|
|
@@ -2499,12 +2506,17 @@ button.make-ai-artifact__record:hover { background: var(--make-ai-internal-accen
|
|
|
2499
2506
|
width: 28px;
|
|
2500
2507
|
}
|
|
2501
2508
|
|
|
2502
|
-
.make-ai-assistant__attachment-draft-preview-button:focus-visible,
|
|
2503
2509
|
.make-ai-assistant__attachment-preview-close:focus-visible {
|
|
2504
2510
|
outline: 2px solid var(--make-ai-internal-accent);
|
|
2505
2511
|
outline-offset: 2px;
|
|
2506
2512
|
}
|
|
2507
2513
|
|
|
2514
|
+
.make-ai-assistant__attachment-drafts .make-ai-assistant__attachment-draft-preview-button:focus-visible,
|
|
2515
|
+
.make-ai-assistant__attachment-drafts .make-ai-assistant__attachment-draft-file:focus-visible {
|
|
2516
|
+
outline: 2px solid var(--make-ai-internal-accent);
|
|
2517
|
+
outline-offset: -3px;
|
|
2518
|
+
}
|
|
2519
|
+
|
|
2508
2520
|
.make-ai-assistant__conversation-controls button:focus-visible,
|
|
2509
2521
|
.make-ai-assistant__feedback button:focus-visible,
|
|
2510
2522
|
.make-ai-assistant__attachment button:focus-visible,
|
package/package.ai.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qfei-design/make-ai-assistant",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.16",
|
|
4
4
|
"description": "Platform-wide Make AI Assistant contracts, React shell, and context-aware artifact templates.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": [
|
|
@@ -125,6 +125,7 @@
|
|
|
125
125
|
"@types/react-dom": "^19.0.0",
|
|
126
126
|
"@vitejs/plugin-react": "^4.0.0",
|
|
127
127
|
"jsdom": "^29.1.1",
|
|
128
|
+
"lucide-react": "1.46.0",
|
|
128
129
|
"react": "^19.2.0",
|
|
129
130
|
"react-dom": "^19.2.0",
|
|
130
131
|
"typescript": "^5.6.0",
|
|
@@ -134,8 +135,5 @@
|
|
|
134
135
|
"engines": {
|
|
135
136
|
"node": ">=22.12.0"
|
|
136
137
|
},
|
|
137
|
-
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
|
|
138
|
-
"dependencies": {
|
|
139
|
-
"@qfei-design/icons-react": "1.1.39"
|
|
140
|
-
}
|
|
138
|
+
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd"
|
|
141
139
|
}
|