create-openclaw-bot 5.8.3 → 5.8.5
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/README.md +2 -2
- package/README.vi.md +2 -2
- package/dist/cli.js +11 -15
- package/dist/server/local-server.js +231 -135
- package/dist/setup/data/header.js +1 -1
- package/dist/setup/data/skills.js +2 -4
- package/dist/setup/shared/bot-config-gen.js +21 -16
- package/dist/setup/shared/workspace-gen.js +307 -485
- package/dist/web/app.js +102 -31
- package/dist/web/styles.css +477 -10
- package/node_modules/color-convert/CHANGELOG.md +54 -0
- package/package.json +1 -1
- package/dist/legacy-cli.js +0 -2812
- package/dist/setup.js +0 -6941
package/dist/web/styles.css
CHANGED
|
@@ -126,7 +126,7 @@ main{position:relative;overflow:visible!important}.topbar{position:-webkit-stick
|
|
|
126
126
|
|
|
127
127
|
/* Final donate modal + fixed header */
|
|
128
128
|
main{padding-top:96px!important}.topbar{position:fixed!important;top:16px!important;left:288px!important;right:388px!important;z-index:950!important;margin:0!important}.modal-backdrop{z-index:2000!important}.modal-x{display:grid!important;place-items:center!important;color:var(--ink)!important;font-size:0!important}.modal-x svg{width:18px;height:18px;display:block}.donate-head p{font-family:var(--font-sans)!important;color:var(--body)!important;font-size:13px!important;line-height:1.3!important}.donate-head h2{font-family:var(--font-sans)!important}.qr-frame{width:100%;aspect-ratio:1/1;background:#fff;border-radius:12px;display:grid;place-items:center;overflow:hidden}.qr-frame img{width:100%!important;height:100%!important;max-height:none!important;object-fit:cover!important;object-position:center!important;border-radius:0!important;background:#fff!important}.donate-grid article:nth-child(2) .qr-frame img{object-fit:cover!important}.donate-grid article>b{font-family:var(--font-sans)!important}
|
|
129
|
-
@media(max-width:1180px){.topbar{left:
|
|
129
|
+
@media(max-width:1180px){.topbar{left:16px!important;right:16px!important}main{padding-top:92px!important}}@media(max-width:760px){.topbar{left:12px!important;right:12px!important;top:8px!important}main{padding-top:92px!important}.qr-frame img{object-fit:contain!important}}
|
|
130
130
|
|
|
131
131
|
/* Donate microcopy */
|
|
132
132
|
.donate-head small{display:block;margin-top:6px;max-width:520px;color:var(--body);font-family:var(--font-sans);font-size:13px;line-height:1.45}
|
|
@@ -135,12 +135,12 @@ main{padding-top:96px!important}.topbar{position:fixed!important;top:16px!import
|
|
|
135
135
|
/* Header must stay viewport-fixed: no transformed/perspective ancestor */
|
|
136
136
|
html,body{transform:none!important;perspective:none!important;filter:none!important;contain:none!important}
|
|
137
137
|
body{perspective:none!important}.topbar{position:fixed!important;top:16px!important;left:288px!important;right:388px!important;z-index:5000!important;transform:none!important;will-change:auto!important}.topbar *{transform:none}.modal-backdrop{z-index:6000!important}
|
|
138
|
-
@media(max-width:1180px){.topbar{left:
|
|
138
|
+
@media(max-width:1180px){.topbar{left:16px!important;right:16px!important}}
|
|
139
139
|
@media(max-width:760px){.topbar{left:12px!important;right:12px!important;top:8px!important}}
|
|
140
140
|
|
|
141
141
|
|
|
142
142
|
/* Fixed shell columns: sidebar + logs stay in place */
|
|
143
|
-
#app{display:block!important;min-height:100vh}.sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:260px!important;height:100vh!important;z-index:800!important;overflow:auto!important}.status{position:fixed!important;right:0!important;top:0!important;bottom:0!important;width:360px!important;height:100vh!important;z-index:800!important;overflow:hidden!important}main{margin-left:260px!important;margin-right:360px!important;min-height:100vh!important}.topbar{left:288px!important;right:388px!important}.bottom{display:none!important}@media(max-width:1180px){.sidebar{
|
|
143
|
+
#app{display:block!important;min-height:100vh}.sidebar{position:fixed!important;left:0!important;top:0!important;bottom:0!important;width:260px!important;height:100vh!important;z-index:800!important;overflow:auto!important}.status{position:fixed!important;right:0!important;top:0!important;bottom:0!important;width:360px!important;height:100vh!important;z-index:800!important;overflow:hidden!important}main{margin-left:260px!important;margin-right:360px!important;min-height:100vh!important}.topbar{left:288px!important;right:388px!important}.bottom{display:none!important}@media(max-width:1180px){.sidebar{display:none!important}.status{display:none!important}main{margin-left:0!important;margin-right:0!important;padding-bottom:90px!important}.topbar{left:16px!important;right:16px!important}.sidebar-extra{display:none!important}.bottom{display:grid!important}}@media(max-width:760px){.sidebar{display:none!important}.status{display:none!important}main{margin-left:0!important;margin-right:0!important;padding-bottom:90px!important}.topbar{left:12px!important;right:12px!important;top:8px!important}.bottom{display:grid!important}}
|
|
144
144
|
|
|
145
145
|
/* Light mode polish: Sleek Tech aesthetic (inspired by openclaw.ai) */
|
|
146
146
|
html[data-theme="light"] {
|
|
@@ -312,8 +312,8 @@ main{margin-left:260px!important;margin-right:0!important;min-height:100vh!impor
|
|
|
312
312
|
.logs-card{min-height:300px}
|
|
313
313
|
.logs-card .terminal{height:300px!important;max-height:42vh!important}
|
|
314
314
|
.system-card{min-height:auto!important}
|
|
315
|
-
@media(max-width:1180px){main{margin-left:
|
|
316
|
-
@media(max-width:760px){main{margin-left:0!important;margin-right:0!important}.topbar{left:12px!important;right:12px!important}.setup-shell{grid-template-columns:1fr!important}.setup-side{position:static!important}.logs-card .terminal{height:220px!important}}
|
|
315
|
+
@media(max-width:1180px){main{margin-left:0!important;margin-right:0!important;padding-bottom:90px!important}.topbar{left:16px!important;right:16px!important}.setup-shell{grid-template-columns:1fr!important}.setup-side{position:static!important}.logs-card .terminal{height:260px!important;max-height:none!important}}
|
|
316
|
+
@media(max-width:760px){main{margin-left:0!important;margin-right:0!important;padding-bottom:90px!important}.topbar{left:12px!important;right:12px!important}.setup-shell{grid-template-columns:1fr!important}.setup-side{position:static!important}.logs-card .terminal{height:220px!important}}
|
|
317
317
|
|
|
318
318
|
/* Compact logo selector cards */
|
|
319
319
|
.os-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}
|
|
@@ -1368,8 +1368,475 @@ html[data-theme="light"] .bot-item-actions button:hover {
|
|
|
1368
1368
|
color: var(--primary) !important;
|
|
1369
1369
|
}
|
|
1370
1370
|
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1371
|
+
/* Bot view Horizontal Tabs styling */
|
|
1372
|
+
/* Premium Bot Channel Tabs Styling */
|
|
1373
|
+
.channel-tabs {
|
|
1374
|
+
display: flex !important;
|
|
1375
|
+
gap: 12px !important;
|
|
1376
|
+
margin: 18px 0 !important;
|
|
1377
|
+
border-bottom: 1px solid var(--hair) !important;
|
|
1378
|
+
padding-bottom: 12px !important;
|
|
1379
|
+
}
|
|
1380
|
+
|
|
1381
|
+
.channel-tabs button {
|
|
1382
|
+
display: inline-flex !important;
|
|
1383
|
+
align-items: center !important;
|
|
1384
|
+
gap: 8px !important;
|
|
1385
|
+
background: transparent !important;
|
|
1386
|
+
border: 1px solid var(--hair) !important;
|
|
1387
|
+
border-radius: 999px !important;
|
|
1388
|
+
padding: 8px 16px !important;
|
|
1389
|
+
color: var(--muted) !important;
|
|
1390
|
+
font-size: 13px !important;
|
|
1391
|
+
font-weight: 600 !important;
|
|
1392
|
+
cursor: pointer !important;
|
|
1393
|
+
transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
.channel-tabs button img {
|
|
1397
|
+
width: 16px !important;
|
|
1398
|
+
height: 16px !important;
|
|
1399
|
+
object-fit: contain !important;
|
|
1400
|
+
filter: grayscale(100%) opacity(60%) !important;
|
|
1401
|
+
transition: all 0.2s ease !important;
|
|
1402
|
+
}
|
|
1403
|
+
|
|
1404
|
+
.channel-tabs button span {
|
|
1405
|
+
background: rgba(255, 255, 255, 0.05) !important;
|
|
1406
|
+
color: var(--muted) !important;
|
|
1407
|
+
font-size: 11px !important;
|
|
1408
|
+
font-weight: 700 !important;
|
|
1409
|
+
padding: 2px 6px !important;
|
|
1410
|
+
border-radius: 999px !important;
|
|
1411
|
+
border: 1px solid rgba(255, 255, 255, 0.03) !important;
|
|
1412
|
+
transition: all 0.2s ease !important;
|
|
1413
|
+
}
|
|
1414
|
+
|
|
1415
|
+
/* Hover State */
|
|
1416
|
+
.channel-tabs button:hover {
|
|
1417
|
+
border-color: var(--primary) !important;
|
|
1418
|
+
color: var(--ink) !important;
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
/* Active State in Dark Mode */
|
|
1422
|
+
html[data-theme="dark"] .channel-tabs button.active {
|
|
1423
|
+
border-color: var(--primary) !important;
|
|
1424
|
+
background: rgba(244, 63, 94, 0.1) !important;
|
|
1425
|
+
color: var(--ink) !important;
|
|
1426
|
+
box-shadow: 0 0 20px rgba(244, 63, 94, 0.15) !important;
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
html[data-theme="dark"] .channel-tabs button.active img {
|
|
1430
|
+
filter: none !important;
|
|
1431
|
+
}
|
|
1432
|
+
|
|
1433
|
+
html[data-theme="dark"] .channel-tabs button.active span {
|
|
1434
|
+
background: var(--primary) !important;
|
|
1435
|
+
color: #fff !important;
|
|
1436
|
+
border-color: transparent !important;
|
|
1437
|
+
}
|
|
1438
|
+
|
|
1439
|
+
/* Active State in Light Mode */
|
|
1440
|
+
html[data-theme="light"] .channel-tabs button {
|
|
1441
|
+
background: #ffffff !important;
|
|
1442
|
+
border-color: #cbd5e1 !important;
|
|
1443
|
+
color: #475569 !important;
|
|
1444
|
+
}
|
|
1445
|
+
|
|
1446
|
+
html[data-theme="light"] .channel-tabs button img {
|
|
1447
|
+
filter: grayscale(100%) opacity(80%) !important;
|
|
1448
|
+
}
|
|
1449
|
+
|
|
1450
|
+
html[data-theme="light"] .channel-tabs button span {
|
|
1451
|
+
background: #f1f5f9 !important;
|
|
1452
|
+
color: #475569 !important;
|
|
1453
|
+
border-color: #e2e8f0 !important;
|
|
1454
|
+
}
|
|
1455
|
+
|
|
1456
|
+
html[data-theme="light"] .channel-tabs button.active {
|
|
1457
|
+
border-color: var(--primary) !important;
|
|
1458
|
+
background: rgba(244, 63, 94, 0.06) !important;
|
|
1459
|
+
color: var(--primary) !important;
|
|
1460
|
+
box-shadow: 0 4px 12px rgba(244, 63, 94, 0.06) !important;
|
|
1461
|
+
}
|
|
1462
|
+
|
|
1463
|
+
html[data-theme="light"] .channel-tabs button.active img {
|
|
1464
|
+
filter: none !important;
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
html[data-theme="light"] .channel-tabs button.active span {
|
|
1468
|
+
background: var(--primary) !important;
|
|
1469
|
+
color: #ffffff !important;
|
|
1470
|
+
border-color: transparent !important;
|
|
1471
|
+
}
|
|
1472
|
+
|
|
1473
|
+
/* Move loading spinner to top-right of project-chip with beautiful styling */
|
|
1474
|
+
.project-chip {
|
|
1475
|
+
position: relative !important;
|
|
1476
|
+
}
|
|
1477
|
+
|
|
1478
|
+
.project-chip.is-loading::after {
|
|
1479
|
+
content: "" !important;
|
|
1480
|
+
position: absolute !important;
|
|
1481
|
+
top: 14px !important;
|
|
1482
|
+
right: 14px !important;
|
|
1483
|
+
width: 16px !important;
|
|
1484
|
+
height: 16px !important;
|
|
1485
|
+
border: 2px solid rgba(244, 63, 94, 0.2) !important;
|
|
1486
|
+
border-top-color: var(--primary) !important;
|
|
1487
|
+
border-radius: 50% !important;
|
|
1488
|
+
animation: spinProjectSpinner 0.8s linear infinite !important;
|
|
1489
|
+
margin: 0 !important;
|
|
1490
|
+
transform: none !important;
|
|
1491
|
+
left: auto !important;
|
|
1492
|
+
bottom: auto !important;
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
@keyframes spinProjectSpinner {
|
|
1496
|
+
to { transform: rotate(360deg); }
|
|
1497
|
+
}
|
|
1498
|
+
|
|
1499
|
+
/* Premium Bot Item Actions Styling (Visible by Default) */
|
|
1500
|
+
.bot-item {
|
|
1501
|
+
position: relative !important;
|
|
1502
|
+
}
|
|
1503
|
+
|
|
1504
|
+
.bot-item-actions {
|
|
1505
|
+
display: flex !important;
|
|
1506
|
+
gap: 6px !important;
|
|
1507
|
+
position: absolute !important;
|
|
1508
|
+
top: 10px !important;
|
|
1509
|
+
right: 10px !important;
|
|
1510
|
+
opacity: 1 !important; /* Always visible */
|
|
1511
|
+
pointer-events: auto !important;
|
|
1512
|
+
z-index: 10 !important;
|
|
1513
|
+
transition: all 0.2s ease !important;
|
|
1514
|
+
}
|
|
1515
|
+
|
|
1516
|
+
.bot-item-actions button {
|
|
1517
|
+
display: flex !important;
|
|
1518
|
+
align-items: center !important;
|
|
1519
|
+
justify-content: center !important;
|
|
1520
|
+
width: 24px !important;
|
|
1521
|
+
height: 24px !important;
|
|
1522
|
+
border-radius: 6px !important;
|
|
1523
|
+
border: 1px solid var(--hair) !important;
|
|
1524
|
+
background: var(--surface2) !important;
|
|
1525
|
+
color: var(--muted) !important;
|
|
1526
|
+
font-size: 13px !important;
|
|
1527
|
+
cursor: pointer !important;
|
|
1528
|
+
padding: 0 !important;
|
|
1529
|
+
opacity: 0.75 !important; /* Subtle visible state */
|
|
1530
|
+
transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.bot-item-actions button svg {
|
|
1534
|
+
width: 12px !important;
|
|
1535
|
+
height: 12px !important;
|
|
1536
|
+
}
|
|
1537
|
+
|
|
1538
|
+
/* Hover effects for actions buttons */
|
|
1539
|
+
.bot-item-actions button:hover {
|
|
1540
|
+
opacity: 1 !important;
|
|
1541
|
+
color: var(--primary) !important;
|
|
1542
|
+
border-color: var(--primary) !important;
|
|
1543
|
+
transform: scale(1.1) !important;
|
|
1544
|
+
box-shadow: 0 4px 12px rgba(244, 63, 94, 0.15) !important;
|
|
1545
|
+
}
|
|
1546
|
+
|
|
1547
|
+
/* Specific styling for delete button to glow red on hover */
|
|
1548
|
+
.bot-item-actions button.bot-delete:hover {
|
|
1549
|
+
color: #ff4b5d !important;
|
|
1550
|
+
border-color: #ff4b5d !important;
|
|
1551
|
+
box-shadow: 0 4px 12px rgba(255, 75, 93, 0.2) !important;
|
|
1552
|
+
}
|
|
1553
|
+
|
|
1554
|
+
/* Light Mode Overrides for Bot Item Actions */
|
|
1555
|
+
html[data-theme="light"] .bot-item-actions button {
|
|
1556
|
+
background: #ffffff !important;
|
|
1557
|
+
border-color: #cbd5e1 !important;
|
|
1558
|
+
color: #475569 !important;
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1561
|
+
html[data-theme="light"] .bot-item-actions button:hover {
|
|
1562
|
+
border-color: var(--primary) !important;
|
|
1563
|
+
color: var(--primary) !important;
|
|
1564
|
+
}
|
|
1565
|
+
|
|
1566
|
+
/* Bot view Horizontal Tabs styling */
|
|
1567
|
+
.bot-meta .project-switcher {
|
|
1568
|
+
display: flex !important;
|
|
1569
|
+
flex-wrap: nowrap !important;
|
|
1570
|
+
overflow-x: auto !important;
|
|
1571
|
+
gap: 6px !important;
|
|
1572
|
+
border-bottom: 1px solid var(--hair) !important;
|
|
1573
|
+
padding-bottom: 0 !important;
|
|
1574
|
+
margin-bottom: 10px !important;
|
|
1575
|
+
width: 100% !important;
|
|
1576
|
+
scrollbar-width: none !important;
|
|
1577
|
+
}
|
|
1578
|
+
|
|
1579
|
+
.bot-meta .project-switcher::-webkit-scrollbar {
|
|
1580
|
+
display: none !important;
|
|
1581
|
+
}
|
|
1582
|
+
|
|
1583
|
+
.project-tab-btn {
|
|
1584
|
+
display: inline-flex !important;
|
|
1585
|
+
align-items: center !important;
|
|
1586
|
+
gap: 10px !important;
|
|
1587
|
+
padding: 10px 14px 10px 16px !important;
|
|
1588
|
+
background: rgba(255, 255, 255, 0.02) !important;
|
|
1589
|
+
border: 1px solid var(--hair) !important;
|
|
1590
|
+
border-bottom: 2px solid transparent !important;
|
|
1591
|
+
border-radius: 10px 10px 0 0 !important;
|
|
1592
|
+
color: var(--muted) !important;
|
|
1593
|
+
cursor: pointer !important;
|
|
1594
|
+
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
1595
|
+
position: relative !important;
|
|
1596
|
+
min-width: 150px !important;
|
|
1597
|
+
max-width: 240px !important;
|
|
1598
|
+
flex-shrink: 0 !important;
|
|
1599
|
+
margin-bottom: -1px !important;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
.project-tab-btn:hover {
|
|
1603
|
+
color: var(--ink) !important;
|
|
1604
|
+
background: rgba(255, 255, 255, 0.05) !important;
|
|
1605
|
+
border-color: rgba(255, 36, 54, 0.3) !important;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.project-tab-btn.active {
|
|
1609
|
+
color: var(--ink) !important;
|
|
1610
|
+
background: rgba(255, 36, 54, 0.08) !important;
|
|
1611
|
+
border-color: var(--hair) !important;
|
|
1612
|
+
border-bottom-color: var(--primary) !important;
|
|
1613
|
+
}
|
|
1614
|
+
|
|
1615
|
+
.project-tab-info {
|
|
1616
|
+
display: flex !important;
|
|
1617
|
+
flex-direction: column !important;
|
|
1618
|
+
text-align: left !important;
|
|
1619
|
+
flex: 1 !important;
|
|
1620
|
+
min-width: 0 !important;
|
|
1621
|
+
pointer-events: none !important;
|
|
1622
|
+
}
|
|
1623
|
+
|
|
1624
|
+
.project-tab-info b {
|
|
1625
|
+
font-size: 13.5px !important;
|
|
1626
|
+
font-weight: 600 !important;
|
|
1627
|
+
color: var(--body) !important;
|
|
1628
|
+
white-space: nowrap !important;
|
|
1629
|
+
overflow: hidden !important;
|
|
1630
|
+
text-overflow: ellipsis !important;
|
|
1631
|
+
display: block !important;
|
|
1632
|
+
}
|
|
1633
|
+
|
|
1634
|
+
.project-tab-btn.active .project-tab-info b {
|
|
1635
|
+
color: var(--ink) !important;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
.project-tab-info small {
|
|
1639
|
+
font-size: 10px !important;
|
|
1640
|
+
color: var(--muted) !important;
|
|
1641
|
+
white-space: nowrap !important;
|
|
1642
|
+
overflow: hidden !important;
|
|
1643
|
+
text-overflow: ellipsis !important;
|
|
1644
|
+
display: block !important;
|
|
1645
|
+
margin-top: 2px !important;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.project-tab-delete {
|
|
1649
|
+
display: inline-flex !important;
|
|
1650
|
+
align-items: center !important;
|
|
1651
|
+
justify-content: center !important;
|
|
1652
|
+
width: 24px !important;
|
|
1653
|
+
height: 24px !important;
|
|
1654
|
+
border-radius: 6px !important;
|
|
1655
|
+
border: none !important;
|
|
1656
|
+
background: transparent !important;
|
|
1657
|
+
color: var(--muted) !important;
|
|
1658
|
+
cursor: pointer !important;
|
|
1659
|
+
transition: all 0.2s ease !important;
|
|
1660
|
+
flex-shrink: 0 !important;
|
|
1661
|
+
z-index: 5 !important;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.project-tab-delete:hover {
|
|
1665
|
+
background: rgba(255, 36, 54, 0.16) !important;
|
|
1666
|
+
color: #ff4b5d !important;
|
|
1667
|
+
}
|
|
1668
|
+
|
|
1669
|
+
.project-tab-delete svg {
|
|
1670
|
+
width: 14px !important;
|
|
1671
|
+
height: 14px !important;
|
|
1672
|
+
}
|
|
1673
|
+
|
|
1674
|
+
/* Light mode support for Tabs */
|
|
1675
|
+
html[data-theme="light"] .project-tab-btn {
|
|
1676
|
+
background: rgba(0, 0, 0, 0.02) !important;
|
|
1677
|
+
}
|
|
1678
|
+
html[data-theme="light"] .project-tab-btn:hover {
|
|
1679
|
+
background: rgba(0, 0, 0, 0.04) !important;
|
|
1680
|
+
}
|
|
1681
|
+
html[data-theme="light"] .project-tab-btn.active {
|
|
1682
|
+
background: rgba(244, 63, 94, 0.06) !important;
|
|
1683
|
+
border-bottom-color: var(--primary) !important;
|
|
1684
|
+
}
|
|
1685
|
+
|
|
1686
|
+
/* Premium Native Bottombar styling */
|
|
1687
|
+
.bottom {
|
|
1688
|
+
position: fixed !important;
|
|
1689
|
+
left: 0 !important;
|
|
1690
|
+
right: 0 !important;
|
|
1691
|
+
bottom: 0 !important;
|
|
1692
|
+
height: 72px !important;
|
|
1693
|
+
display: none !important;
|
|
1694
|
+
grid-template-columns: repeat(5, 1fr) !important;
|
|
1695
|
+
background: rgba(16, 16, 16, 0.72) !important;
|
|
1696
|
+
backdrop-filter: blur(24px) saturate(180%) !important;
|
|
1697
|
+
-webkit-backdrop-filter: blur(24px) saturate(180%) !important;
|
|
1698
|
+
border-top: 1px solid rgba(255, 36, 54, 0.15) !important;
|
|
1699
|
+
box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.6) !important;
|
|
1700
|
+
z-index: 9999 !important;
|
|
1701
|
+
padding-bottom: env(safe-area-inset-bottom, 0) !important;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.bottom .nav {
|
|
1705
|
+
position: relative !important;
|
|
1706
|
+
margin: 0 !important;
|
|
1707
|
+
border: 0 !important;
|
|
1708
|
+
border-radius: 0 !important;
|
|
1709
|
+
display: flex !important;
|
|
1710
|
+
flex-direction: column !important;
|
|
1711
|
+
align-items: center !important;
|
|
1712
|
+
justify-content: center !important;
|
|
1713
|
+
gap: 4px !important;
|
|
1714
|
+
background: transparent !important;
|
|
1715
|
+
color: var(--muted) !important;
|
|
1716
|
+
cursor: pointer !important;
|
|
1717
|
+
padding: 8px 0 !important;
|
|
1718
|
+
transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
|
|
1719
|
+
height: 100% !important;
|
|
1720
|
+
box-shadow: none !important;
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
.bottom .nav svg {
|
|
1724
|
+
width: 22px !important;
|
|
1725
|
+
height: 22px !important;
|
|
1726
|
+
transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
.bottom .nav small {
|
|
1730
|
+
font-size: 11px !important;
|
|
1731
|
+
font-weight: 500 !important;
|
|
1732
|
+
display: block !important;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
/* Active Bottom Tab indicator & micro-animations */
|
|
1736
|
+
.bottom .nav.active {
|
|
1737
|
+
color: var(--primary) !important;
|
|
1738
|
+
background: transparent !important;
|
|
1739
|
+
box-shadow: none !important;
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
.bottom .nav.active svg {
|
|
1743
|
+
transform: translateY(-4px) scale(1.1) !important;
|
|
1744
|
+
color: var(--primary) !important;
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
.bottom .nav.active::after {
|
|
1748
|
+
content: "" !important;
|
|
1749
|
+
position: absolute !important;
|
|
1750
|
+
bottom: 8px !important;
|
|
1751
|
+
width: 5px !important;
|
|
1752
|
+
height: 5px !important;
|
|
1753
|
+
border-radius: 50% !important;
|
|
1754
|
+
background-color: var(--primary) !important;
|
|
1755
|
+
box-shadow: 0 0 10px var(--primary) !important;
|
|
1756
|
+
animation: pulseActiveDot 1.5s infinite alternate !important;
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
@keyframes pulseActiveDot {
|
|
1760
|
+
0% {
|
|
1761
|
+
opacity: 0.6;
|
|
1762
|
+
transform: scale(0.8);
|
|
1763
|
+
}
|
|
1764
|
+
100% {
|
|
1765
|
+
opacity: 1;
|
|
1766
|
+
transform: scale(1.3);
|
|
1767
|
+
}
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
/* Light Mode Overrides for Bottom Nav */
|
|
1771
|
+
html[data-theme="light"] .bottom {
|
|
1772
|
+
background: rgba(255, 255, 255, 0.8) !important;
|
|
1773
|
+
border-top: 1px solid rgba(244, 63, 94, 0.15) !important;
|
|
1774
|
+
box-shadow: 0 -10px 40px rgba(15, 23, 42, 0.08) !important;
|
|
1775
|
+
}
|
|
1776
|
+
html[data-theme="light"] .bottom .nav {
|
|
1777
|
+
color: var(--muted) !important;
|
|
1778
|
+
}
|
|
1779
|
+
html[data-theme="light"] .bottom .nav.active {
|
|
1780
|
+
color: var(--primary) !important;
|
|
1781
|
+
}
|
|
1782
|
+
|
|
1783
|
+
/* Right-align version strings in lists when wrapped */
|
|
1784
|
+
.dash-version-list div b {
|
|
1785
|
+
text-align: right !important;
|
|
1786
|
+
}
|
|
1787
|
+
|
|
1788
|
+
/* Ensure bottom navigation bar is visible on tablet and mobile (under 1180px) */
|
|
1789
|
+
@media (max-width: 1180px) {
|
|
1790
|
+
.bottom {
|
|
1791
|
+
display: grid !important;
|
|
1792
|
+
}
|
|
1793
|
+
}
|
|
1794
|
+
|
|
1795
|
+
/* Beautiful "+ New Bot" card style */
|
|
1796
|
+
.bot-create-card {
|
|
1797
|
+
border: 1.5px dashed rgba(255, 36, 54, 0.28) !important;
|
|
1798
|
+
background: rgba(255, 36, 54, 0.02) !important;
|
|
1799
|
+
display: flex !important;
|
|
1800
|
+
flex-direction: column !important;
|
|
1801
|
+
align-items: center !important;
|
|
1802
|
+
justify-content: center !important;
|
|
1803
|
+
text-align: center !important;
|
|
1804
|
+
gap: 4px !important;
|
|
1805
|
+
min-height: 104px !important;
|
|
1806
|
+
border-radius: 18px !important;
|
|
1807
|
+
transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
|
|
1808
|
+
}
|
|
1809
|
+
|
|
1810
|
+
.bot-create-card:hover {
|
|
1811
|
+
border-color: var(--primary) !important;
|
|
1812
|
+
background: rgba(255, 36, 54, 0.08) !important;
|
|
1813
|
+
transform: translateY(-2px) !important;
|
|
1814
|
+
box-shadow: 0 8px 24px rgba(255, 36, 54, 0.12) !important;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
.bot-create-card .plus-icon {
|
|
1818
|
+
font-size: 24px !important;
|
|
1819
|
+
font-weight: 300 !important;
|
|
1820
|
+
color: var(--primary) !important;
|
|
1821
|
+
line-height: 1 !important;
|
|
1822
|
+
}
|
|
1823
|
+
|
|
1824
|
+
.bot-create-card span:not(.plus-icon) {
|
|
1825
|
+
font-size: 13px !important;
|
|
1826
|
+
font-weight: 600 !important;
|
|
1827
|
+
color: var(--muted) !important;
|
|
1828
|
+
}
|
|
1829
|
+
|
|
1830
|
+
.bot-create-card:hover span:not(.plus-icon) {
|
|
1831
|
+
color: var(--ink) !important;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
/* Light Mode Overrides for "+ New Bot" card */
|
|
1835
|
+
html[data-theme="light"] .bot-create-card {
|
|
1836
|
+
border-color: rgba(244, 63, 94, 0.4) !important;
|
|
1837
|
+
background: rgba(244, 63, 94, 0.02) !important;
|
|
1838
|
+
}
|
|
1839
|
+
|
|
1840
|
+
html[data-theme="light"] .bot-create-card:hover {
|
|
1841
|
+
background: rgba(244, 63, 94, 0.05) !important;
|
|
1842
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
# 1.0.0 - 2016-01-07
|
|
2
|
+
|
|
3
|
+
- Removed: unused speed test
|
|
4
|
+
- Added: Automatic routing between previously unsupported conversions
|
|
5
|
+
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
6
|
+
- Removed: `xxx2xxx()` and `xxx2xxxRaw()` functions
|
|
7
|
+
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
8
|
+
- Removed: `convert()` class
|
|
9
|
+
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
10
|
+
- Changed: all functions to lookup dictionary
|
|
11
|
+
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
12
|
+
- Changed: `ansi` to `ansi256`
|
|
13
|
+
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
14
|
+
- Fixed: argument grouping for functions requiring only one argument
|
|
15
|
+
([#27](https://github.com/Qix-/color-convert/pull/27))
|
|
16
|
+
|
|
17
|
+
# 0.6.0 - 2015-07-23
|
|
18
|
+
|
|
19
|
+
- Added: methods to handle
|
|
20
|
+
[ANSI](https://en.wikipedia.org/wiki/ANSI_escape_code#Colors) 16/256 colors:
|
|
21
|
+
- rgb2ansi16
|
|
22
|
+
- rgb2ansi
|
|
23
|
+
- hsl2ansi16
|
|
24
|
+
- hsl2ansi
|
|
25
|
+
- hsv2ansi16
|
|
26
|
+
- hsv2ansi
|
|
27
|
+
- hwb2ansi16
|
|
28
|
+
- hwb2ansi
|
|
29
|
+
- cmyk2ansi16
|
|
30
|
+
- cmyk2ansi
|
|
31
|
+
- keyword2ansi16
|
|
32
|
+
- keyword2ansi
|
|
33
|
+
- ansi162rgb
|
|
34
|
+
- ansi162hsl
|
|
35
|
+
- ansi162hsv
|
|
36
|
+
- ansi162hwb
|
|
37
|
+
- ansi162cmyk
|
|
38
|
+
- ansi162keyword
|
|
39
|
+
- ansi2rgb
|
|
40
|
+
- ansi2hsl
|
|
41
|
+
- ansi2hsv
|
|
42
|
+
- ansi2hwb
|
|
43
|
+
- ansi2cmyk
|
|
44
|
+
- ansi2keyword
|
|
45
|
+
([#18](https://github.com/harthur/color-convert/pull/18))
|
|
46
|
+
|
|
47
|
+
# 0.5.3 - 2015-06-02
|
|
48
|
+
|
|
49
|
+
- Fixed: hsl2hsv does not return `NaN` anymore when using `[0,0,0]`
|
|
50
|
+
([#15](https://github.com/harthur/color-convert/issues/15))
|
|
51
|
+
|
|
52
|
+
---
|
|
53
|
+
|
|
54
|
+
Check out commit logs for older releases
|