remote-codex 0.11.42 → 0.11.43

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.
@@ -0,0 +1 @@
1
+ .xyz-viewer-plugin{display:flex;min-height:0;height:100%;flex-direction:column;overflow:hidden;border:1px solid rgba(120,113,108,.28);border-radius:14px;background:#fff;color:#1c1917}.xyz-viewer-plugin__header{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(120,113,108,.18);padding:12px 14px}.xyz-viewer-plugin__header h2{margin:0;font-size:14px;font-weight:650;line-height:20px}.xyz-viewer-plugin__header p,.xyz-viewer-plugin__header span{margin:0;color:#78716c;font-size:11px;line-height:16px}.xyz-viewer-plugin__toolbar{display:flex;flex:0 0 auto;align-items:center;justify-content:flex-end;gap:6px;overflow-x:auto;border-bottom:1px solid rgba(120,113,108,.14);padding:8px 10px}.xyz-viewer-plugin__toolbar button,.xyz-viewer-plugin__timeline button{display:inline-flex;width:30px;height:30px;flex:0 0 auto;align-items:center;justify-content:center;border:1px solid rgba(120,113,108,.24);border-radius:8px;background:#fff;color:#44403c;cursor:pointer}.xyz-viewer-plugin__toolbar button:hover,.xyz-viewer-plugin__timeline button:hover{background:#f5f5f4;color:#1c1917}.xyz-viewer-plugin__toolbar button:disabled,.xyz-viewer-plugin__timeline button:disabled{cursor:not-allowed;opacity:.42}.xyz-viewer-plugin__toolbar svg,.xyz-viewer-plugin__timeline svg{width:15px;height:15px}.xyz-viewer-plugin__toolbar-divider{width:1px;height:22px;flex:0 0 auto;background:#78716c2e}.xyz-viewer-plugin__stage{position:relative;min-height:260px;flex:1 1 auto;overflow:hidden;background:#fbfbfb}.xyz-viewer-plugin__canvas{position:absolute;top:0;right:0;bottom:0;left:0}.xyz-viewer-plugin__error,.xyz-viewer-plugin__empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:20px;text-align:center;font-size:13px;line-height:20px}.xyz-viewer-plugin__error{background:#fff1f2;color:#be123c}.xyz-viewer-plugin__empty{color:#78716c}.xyz-viewer-plugin__tooltip{position:fixed;z-index:1000;display:grid;gap:2px;pointer-events:none;border:1px solid rgba(120,113,108,.28);border-radius:8px;background:#fffffff5;box-shadow:0 10px 28px #1c191729;padding:7px 8px;color:#292524;font-size:11px;line-height:15px}.xyz-viewer-plugin__tooltip span{color:#57534e}.xyz-viewer-plugin__timeline{display:grid;grid-template-columns:auto minmax(120px,1fr) auto auto;align-items:center;gap:8px;border-top:1px solid rgba(120,113,108,.14);padding:10px;color:#57534e;font-size:12px}.xyz-viewer-plugin__timeline input{width:100%}.xyz-viewer-plugin__timeline button.is-live{width:auto;padding:0 10px;color:#b91c1c}.xyz-viewer-plugin__status{display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:space-between;gap:8px 12px;border-top:1px solid rgba(120,113,108,.14);padding:9px 12px;color:#57534e;font-size:11px;line-height:16px}