react-mail-inbox 2.1.9 → 2.1.11

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/index.css CHANGED
@@ -1,2 +1,2 @@
1
- .color-picker-root{position:relative;display:inline-block}.color-popover{background-color:var(--color-picker-bg);border:1px solid var(--color-picker-border);padding:5px;border-radius:4px}.toolbar-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;border:1px solid var(--color-picker-btn-border);background:var(--color-picker-btn-bg);cursor:pointer;font-family:inherit}.color-columns{display:flex;gap:28px}.color-column{width:50%}.color-column h4{margin:0 0 10px;font-size:16px;font-weight:600;color:var(--color-picker-heading)}.row{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}.accent-row{margin-bottom:14px}.palette{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow:auto;padding-right:4px}.palette-row{display:flex;gap:6px}.swatch{width:28px;height:24px;border-radius:4px;border:1px solid var(--color-picker-swatch-border);padding:0;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;outline:none;box-sizing:border-box;transition:transform .08s ease}.swatch:hover{transform:translateY(-2px);box-shadow:0 4px 10px var(--color-picker-swatch-hover-shadow)}.swatch .check{width:16px;height:16px}.swatch[aria-pressed=true]{box-shadow:0 0 0 2px var(--color-picker-swatch-selected-shadow) inset;border-color:var(--color-picker-swatch-selected-border)}.popover-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.btn-mail-editor{padding:8px 12px;border-radius:8px;border:1px solid var(--color-picker-btn-border);background:var(--color-picker-btn-bg);cursor:pointer;color:var(--text-color)}.wrapper-alignment{display:flex;flex-direction:column;border:1px solid #ccc;padding:5px;border-radius:5px}.alignment-option{background:transparent;border:none;cursor:pointer;display:flex;justify-content:center;flex-direction:row-reverse}.option-check.hidden{visibility:hidden}.toolbar-wrapper{display:flex;flex-direction:row;gap:28px;background-color:var(--editor-bg);align-items:center;justify-content:space-between;position:relative}.styling-toolbar{display:flex}.toolbar-wrapper button{background:none;border:none;cursor:pointer;color:var(--icon-color)}.toolbar-wrapper button svg{color:var(--icon-color)}.toolbar-wrapper button.active-btn-toolbar{background-color:var(--selected-icon-bg);border-radius:4px}.toolbar-wrapper button.active-btn-toolbar svg{color:var(--selected-icon-color)}.btn-mail-editor{background:none;border:none;cursor:pointer;color:var(--label-base);font-size:12px}.divider{display:inline-block;width:1px;height:20px;background:var(--input-border);margin:auto 0}.styling-options{position:absolute;display:flex;column-gap:7px;align-items:center;justify-content:start;top:0;left:0;transform:translateY(-135%);border:1px solid var(--toolbar-border);border-radius:4px;background:var(--toolbar-popup-bg);padding:4px 6px!important;padding-inline:10px;height:36px}.font-options{display:flex;flex-direction:column;gap:4px;border:1px solid var(--toolbar-border);border-radius:4px;background:var(--toolbar-popup-bg, #34353C);color:var(--text-color)}.font-option{display:flex;flex-direction:row;align-items:center;text-align:right;border-radius:4px;padding-left:15px;position:relative;background:var(--toolbar-popup-bg, #34353C);color:var(--text-color);width:auto;white-space:nowrap}.font-option:not(.heading) svg{position:absolute;left:0;width:15px;height:15px}.file-upload-container{margin-bottom:50px;display:flex;flex-direction:column;gap:8px;width:75%}.tool-bar-button{width:24px;height:24px;position:relative}.tool-bar-button.font-option{width:auto;height:auto}.tool-bar-button[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:4px 8px;background-color:#333;color:#fff;border-radius:4px;font-size:12px;white-space:nowrap;pointer-events:none;z-index:9999;margin-bottom:5px;opacity:0;animation:tooltipFadeIn .2s forwards;box-shadow:0 2px 4px #0003}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tool-bar-button-icon{color:var(--icon-color)}.plugin-wrapper{display:flex;flex-direction:row;flex:1;column-gap:8px;align-items:center;justify-items:start}.toolbar-container{padding:16px!important;display:flex;flex-direction:column;width:100%;container-type:inline-size}.toolbar-disabled{opacity:.5;pointer-events:none;filter:grayscale(1)}.more-button{display:none}@media(max-width:720px){.plugin-wrapper .collapse-on-mobile{display:none}.more-button{display:inline-flex}}@container (max-width: 720px){.plugin-wrapper .collapse-on-mobile{display:none}.more-button{display:inline-flex}}.more-dropdown{position:absolute;right:0;bottom:calc(100% + 6px);background:var(--toolbar-popup-bg);border:1px solid var(--toolbar-border);border-radius:6px;padding:8px;z-index:9999}.more-item{margin-bottom:6px}.more-item:last-child{padding-bottom:0}.floating-link-editor{position:absolute;z-index:9999;top:-10000px;left:-10000px;margin-top:-6px;min-width:280px;background-color:#26272e;box-shadow:0 5px 10px #0000004d;border-radius:6px;display:flex;align-items:center;justify-content:space-between;opacity:0;padding:4px 8px;transition:opacity .15s ease;font-family:sans-serif;box-sizing:border-box}.link-input{flex:1;padding:8px 10px;font-size:14px;border-radius:6px;outline:none;margin-right:8px;border:none!important;background-color:#26272e}.link-input:focus{background-color:#26272e}.link-view-mode{display:flex;align-items:center;gap:6px;padding:6px 4px;font-size:14px;color:#e4e6eb;white-space:nowrap}.link-view-label{color:#b0b3b8}.link-view-url{color:#4589ff;text-decoration:none;max-width:150px;overflow:hidden;text-overflow:ellipsis}.link-view-url:hover{text-decoration:underline}.link-view-divider{color:#65676b}.link-text-button{background:none;border:none;color:#b0b3b8;cursor:pointer;padding:0;font-size:14px;font-family:inherit}.link-text-button:hover{text-decoration:underline;color:#e4e6eb}.link-button{background:none;border:none;font-size:12px;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s;flex-shrink:0}.link-button:hover{background-color:#21222a}.fps-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px!important;background:var(--file-preview-bg);min-height:36px;gap:12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.fps-left{display:flex;align-items:baseline;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fps-index{color:var(--file-preview-index-color);font-weight:600;font-size:14px}.fps-filename{color:var(--file-preview-link-color);text-decoration:none;font-weight:700;font-size:16px}.fps-filename:hover,.fps-filename:focus{text-decoration:underline;outline:none}.fps-size{color:var(--file-preview-size-color);font-weight:600;font-size:14px}.fps-close{background:transparent;border:none;font-size:18px;line-height:1;color:var(--file-preview-close-color);cursor:pointer;padding:4px 8px;border-radius:4px}.fps-close:hover,.fps-close:focus{background:var(--file-preview-close-hover-bg);color:var(--file-preview-close-hover-color);outline:none}.compose-box-wrapper{position:relative;display:flex;flex-direction:column;width:100%;direction:ltr}.compose-box-wrapper *{direction:ltr;text-align:left}.ai-preview-container{padding:16px!important;margin-bottom:8px;width:100%;animation:fadeIn .3s ease-in-out}.compose-box-content-preview{padding:16px 16px 0!important;font-family:inherit;font-size:14px;line-height:1.5;color:var(--text-color, inherit);background:var(--editor-bg, #fff);border-radius:4px;margin-bottom:8px;overflow-wrap:break-word}.compose-box-editor-container{position:relative;background:var(--editor-bg, #fff);border-radius:4px;display:flex;flex-direction:column}.compose-box-editor-container>div:first-child{flex:1}.compose-box-content-editable{min-height:200px;padding:16px;outline:none;font-family:inherit;font-size:14px;line-height:1.5;color:var(--text-color, inherit);direction:ltr;text-align:left}.compose-box-placeholder{position:absolute;top:16px;left:16px;color:var(--text-color, #999);opacity:.5;pointer-events:none;font-family:inherit;font-size:14px;line-height:1.5;user-select:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.my-editor-wrapper{position:relative;background-color:var(--editor-bg);padding:16px}.my-editor-content{height:400px;overflow-y:auto;outline:none;padding:10px;box-sizing:border-box;background-color:var(--editor-bg);color:var(--text-color)}.my-editor-placeholder{position:absolute;top:10px;left:10px;color:var(--text-color);opacity:.5;pointer-events:none}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underline{text-decoration:underline}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-quote{margin:0 0 0 20px;font-size:15px;color:#65676b;border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid;padding-left:16px}.editor-list-ol{padding:0;margin:0 0 0 16px;list-style-type:decimal}.editor-list-ul{padding:0;margin:0 0 0 16px;list-style-type:disc}.editor-listitem{margin:4px 0}.react-mail-inbox-root .editor-list-ol,.compose-box-wrapper .editor-list-ol{list-style-type:decimal;padding-left:24px;margin:0}.react-mail-inbox-root .editor-list-ul,.compose-box-wrapper .editor-list-ul{list-style-type:disc;padding-left:24px;margin:0}.react-mail-inbox-root .editor-listitem,.compose-box-wrapper .editor-listitem{margin-left:8px}.editor-nested-listitem{list-style-type:none}.editor-link{color:#673ab7;text-decoration:underline;cursor:pointer}.editor-link:hover{text-decoration:none}.editor-code{background-color:#f0f2f5;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;tab-size:2;overflow-x:auto;position:relative}.editor-text-code{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.editor-code:before{content:attr(data-gutter);position:absolute;background-color:#eee;left:0;top:0;border-right:1px solid #ccc;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.other ul{padding:0;margin:0;list-style-type:none}.link-editor .link-input{display:block;width:calc(100% - 24px);box-sizing:border-box;margin:8px 12px;padding:8px 12px;border-radius:15px;background-color:#eee;font-size:15px;color:#050505;border:0;outline:0;position:relative;font-family:inherit}.link-editor div.link-edit{background-size:16px;background-position:center;background-repeat:no-repeat;width:35px;vertical-align:-.25em;position:absolute;right:0;top:0;bottom:0;cursor:pointer}.link-editor .link-input a{color:#216fdb;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;margin-right:30px;text-overflow:ellipsis}.link-editor .link-input a:hover{text-decoration:underline}.link-editor .button{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.link-editor .button.hovered{width:20px;height:20px;display:inline-block;background-color:#eee}.react-mail-inbox-root,#popup-root{--editor-bg: #ffffff;--text-color: #000000;--icon-color: #000000;--pill-bg: #e0e0e0;--pill-text: #000000;--toolbar-popup-bg: #ffffff;--toolbar-border: #e0e0e0;--selected-icon-color: #000000;--selected-icon-bg: #e0e0e0;--input-bg: #ffffff;--input-border: #e0e0e0;--color-picker-bg: #ffffff;--color-picker-border: #ccc;--color-picker-heading: #111827;--color-picker-btn-bg: #fff;--color-picker-btn-border: #e6edf3;--color-picker-swatch-border: rgba(0, 0, 0, .06);--color-picker-swatch-hover-shadow: rgba(2, 6, 23, .08);--color-picker-swatch-selected-shadow: rgba(0, 0, 0, .08);--color-picker-swatch-selected-border: rgba(0, 0, 0, .18);--file-preview-bg: #ffffff;--file-preview-border: #e6e6e6;--file-preview-index-color: #0f172a;--file-preview-link-color: #0b63d6;--file-preview-size-color: #6b7280;--file-preview-close-color: #6b7280;--file-preview-close-hover-bg: rgba(0, 0, 0, .03);--file-preview-close-hover-color: #111827}.react-mail-inbox-root[data-theme=dark],#popup-root{--editor-bg: #2A2B33;--text-color: #ffffff;--icon-color: #8A8F98;--pill-bg: #34353C;--pill-text: #ffffff;--toolbar-popup-bg: #34353C;--toolbar-border: #62666D;--selected-icon-color: #8A8F98;--selected-icon-bg: #ffffff;--input-bg: #8A8F98;--input-border: #62666D;--color-picker-bg: #2a2b30;--color-picker-border: #62666D;--color-picker-heading: #ffffff;--color-picker-btn-bg: #34353C;--color-picker-btn-border: #62666D;--color-picker-swatch-border: rgba(255, 255, 255, .1);--color-picker-swatch-hover-shadow: rgba(255, 255, 255, .1);--color-picker-swatch-selected-shadow: rgba(255, 255, 255, .15);--color-picker-swatch-selected-border: rgba(255, 255, 255, .3);--file-preview-bg: #34353C;--file-preview-border: #62666D;--file-preview-index-color: #ffffff;--file-preview-link-color: #4A9EFF;--file-preview-size-color: #8A8F98;--file-preview-close-color: #8A8F98;--file-preview-close-hover-bg: rgba(255, 255, 255, .1);--file-preview-close-hover-color: #ffffff;--label-base: #D7D8DB}.react-mail-inbox-root *{margin:0;padding:0;box-sizing:border-box}.react-mail-inbox-root code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mail-inbox-popup-content{background-color:var(--toolbar-popup-bg)!important;color:var(--text-color)!important;border:1px solid var(--toolbar-border)!important;border-radius:8px;z-index:9999!important}.mail-inbox-popup-arrow{display:none}.mail-inbox-popup-overlay{z-index:999!important}.gmail-header{background-color:var(--editor-bg);color:var(--text-color)}.gmail-header *::placeholder{background-color:var(--editor-bg);color:var(--text-color)}.input-header{border:none!important;background:transparent;outline:none;width:100%;height:28px;font-size:14px;box-sizing:border-box;color:var(--text-color);line-height:18px}.container-receipts{display:flex;flex-direction:row;align-items:center;gap:10px}.input-trigger{width:100%}.options-dropdown{display:flex;flex-direction:column;gap:5px;width:500px;border:1px solid var(--toolbar-border);background:var(--toolbar-popup-bg);border-radius:5px}.option-dropdown{height:50px;border:none;text-align:left;background:transparent;outline:none;cursor:pointer;width:100%;padding:5px;font-size:14px;box-sizing:border-box;color:var(--text-color)}.option-dropdown:hover,.option-dropdown.selected{background:var(--pill-bg)}.option-dropdown:focus{background:var(--pill-bg);outline:2px solid var(--selected-icon-bg);outline-offset:-2px}.container-receipts{width:100%;color:var(--text-color)}.emails{border:1px solid var(--pill-bg);background-color:var(--pill-bg);padding:5px 10px;border-radius:4px;display:flex;flex-direction:row;align-items:center;gap:5px;width:100%;box-sizing:border-box;color:var(--pill-text)}.emails-close{cursor:pointer;width:15px;height:15px;border:none;background:transparent;outline:none}.emails-close svg{cursor:pointer;width:15px;height:15px;color:var(--pill-text)}.skeleton-loader{pointer-events:none;padding:8px 10px}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-name{height:16px;width:60%;margin-bottom:8px}.skeleton-email{height:14px;width:80%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.select-option-icon{color:var(--text-color)!important}.mail-inbox-internal{background-color:#2a2b33}.receipt-heading{padding:8px 16px;border:1px solid #34353C}.reply-heading{padding:12px 16px;border:1px solid #34353C}.subject-display{border:none!important;background:transparent;outline:none;width:100%;font-size:14px;box-sizing:border-box;color:var(--text-color);line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;position:relative;cursor:default;pointer-events:auto!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important}.reply-heading{padding:12px 16px;border:1px solid #34353C;display:flex;align-items:center}.emails-container{display:flex;column-gap:10px}
1
+ .color-picker-root{position:relative;display:inline-block}.color-popover{background-color:var(--color-picker-bg);border:1px solid var(--color-picker-border);padding:5px;border-radius:4px}.toolbar-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:6px;border:1px solid var(--color-picker-btn-border);background:var(--color-picker-btn-bg);cursor:pointer;font-family:inherit}.color-columns{display:flex;gap:28px}.color-column{width:50%}.color-column h4{margin:0 0 10px;font-size:16px;font-weight:600;color:var(--color-picker-heading)}.row{display:flex;gap:6px;margin-bottom:10px;flex-wrap:wrap}.accent-row{margin-bottom:14px}.palette{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow:auto;padding-right:4px}.palette-row{display:flex;gap:6px}.swatch{width:28px;height:24px;border-radius:4px;border:1px solid var(--color-picker-swatch-border);padding:0;display:inline-flex;align-items:center;justify-content:center;position:relative;cursor:pointer;outline:none;box-sizing:border-box;transition:transform .08s ease}.swatch:hover{transform:translateY(-2px);box-shadow:0 4px 10px var(--color-picker-swatch-hover-shadow)}.swatch .check{width:16px;height:16px}.swatch[aria-pressed=true]{box-shadow:0 0 0 2px var(--color-picker-swatch-selected-shadow) inset;border-color:var(--color-picker-swatch-selected-border)}.clear-swatch[aria-pressed=true]{box-shadow:none;border:1px solid var(--color-picker-swatch-selected-border)}.popover-footer{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.btn-mail-editor{padding:8px 12px;border-radius:8px;border:1px solid var(--color-picker-btn-border);background:var(--color-picker-btn-bg);cursor:pointer;color:var(--text-color)}.wrapper-alignment{display:flex;flex-direction:column;border:1px solid #ccc;padding:5px;border-radius:5px}.alignment-option{background:transparent;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:8px}.option-check{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.toolbar-wrapper{display:flex;flex-direction:row;gap:28px;background-color:var(--editor-bg);align-items:center;justify-content:space-between;position:relative}.styling-toolbar{display:flex}.toolbar-wrapper button{background:none;border:none;cursor:pointer;color:var(--icon-color)}.toolbar-wrapper button svg{color:var(--icon-color)}.toolbar-wrapper button.active-btn-toolbar{background-color:var(--selected-icon-bg);border-radius:4px}.toolbar-wrapper button.active-btn-toolbar svg{color:var(--selected-icon-color)}.btn-mail-editor{background:none;border:none;cursor:pointer;color:var(--label-base);font-size:12px}.divider{display:inline-block;width:1px;height:20px;background:var(--input-border);margin:auto 0}.styling-options{position:absolute;display:flex;column-gap:7px;align-items:center;justify-content:start;top:0;left:0;transform:translateY(-135%);border:1px solid var(--toolbar-border);border-radius:4px;background:var(--toolbar-popup-bg);padding:4px 6px!important;padding-inline:10px;height:36px}.font-options{display:flex;flex-direction:column;gap:4px;border-radius:4px;background:var(--toolbar-popup-bg, #34353C);color:var(--text-color)}.font-option{display:flex;flex-direction:row;align-items:center;text-align:right;border-radius:4px;padding-left:15px;position:relative;background:var(--toolbar-popup-bg, #34353C);color:var(--text-color);width:auto;white-space:nowrap}.font-option:not(.heading) svg{position:absolute;left:0;width:15px;height:15px}.file-upload-container{margin-bottom:50px;display:flex;flex-direction:column;gap:8px;width:75%}.tool-bar-button{width:24px;height:24px;position:relative}.tool-bar-button.font-option{width:auto;height:auto}.tool-bar-button[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:4px 8px;background-color:#333;color:#fff;border-radius:4px;font-size:12px;white-space:nowrap;pointer-events:none;z-index:9999;margin-bottom:5px;opacity:0;animation:tooltipFadeIn .2s forwards;box-shadow:0 2px 4px #0003}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.tool-bar-button-icon{color:var(--icon-color)}.plugin-wrapper{display:flex;flex-direction:row;flex:1;column-gap:8px;align-items:center;justify-items:start}.toolbar-container{padding:16px!important;display:flex;flex-direction:column;width:100%;container-type:inline-size}.toolbar-disabled{opacity:.5;pointer-events:none;filter:grayscale(1)}.more-button{display:none}@media(max-width:720px){.plugin-wrapper .collapse-on-mobile{display:none}.more-button{display:inline-flex}}@container (max-width: 720px){.plugin-wrapper .collapse-on-mobile{display:none}.more-button{display:inline-flex}}.more-dropdown{position:absolute;right:0;bottom:calc(100% + 6px);background:var(--toolbar-popup-bg);border:1px solid var(--toolbar-border);border-radius:6px;padding:8px;z-index:9999}.more-item{margin-bottom:6px}.more-item:last-child{padding-bottom:0}.floating-link-editor{position:absolute;z-index:9999;top:-10000px;left:-10000px;margin-top:-6px;min-width:280px;background-color:#26272e;box-shadow:0 5px 10px #0000004d;border-radius:6px;display:flex;align-items:center;justify-content:space-between;opacity:0;padding:4px 8px;transition:opacity .15s ease;font-family:sans-serif;box-sizing:border-box}.link-input{flex:1;padding:8px 10px;font-size:14px;border-radius:6px;outline:none;margin-right:8px;border:none!important;background-color:#26272e}.link-input:focus{background-color:#26272e}.link-view-mode{display:flex;align-items:center;gap:6px;padding:6px 4px;font-size:14px;color:#e4e6eb;white-space:nowrap}.link-view-label{color:#b0b3b8}.link-view-url{color:#4589ff;text-decoration:none;max-width:150px;overflow:hidden;text-overflow:ellipsis}.link-view-url:hover{text-decoration:underline}.link-view-divider{color:#65676b}.link-text-button{background:none;border:none;color:#b0b3b8;cursor:pointer;padding:0;font-size:14px;font-family:inherit}.link-text-button:hover{text-decoration:underline;color:#e4e6eb}.link-button{background:none;border:none;font-size:12px;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s;flex-shrink:0}.link-button:hover{background-color:#21222a}.fps-row{display:flex;align-items:center;justify-content:space-between;padding:8px 12px!important;background:var(--file-preview-bg);min-height:36px;gap:12px;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.fps-left{display:flex;align-items:baseline;gap:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fps-index{color:var(--file-preview-index-color);font-weight:600;font-size:14px}.fps-filename{color:var(--file-preview-link-color);text-decoration:none;font-weight:700;font-size:16px}.fps-filename:hover,.fps-filename:focus{text-decoration:underline;outline:none}.fps-size{color:var(--file-preview-size-color);font-weight:600;font-size:14px}.fps-close{background:transparent;border:none;font-size:18px;line-height:1;color:var(--file-preview-close-color);cursor:pointer;padding:4px 8px;border-radius:4px}.fps-close:hover,.fps-close:focus{background:var(--file-preview-close-hover-bg);color:var(--file-preview-close-hover-color);outline:none}.compose-box-wrapper{position:relative;display:flex;flex-direction:column;width:100%;direction:ltr}.compose-box-wrapper *{direction:ltr;text-align:left}.ai-preview-container{padding:16px!important;margin-bottom:8px;width:100%;animation:fadeIn .3s ease-in-out}.compose-box-content-preview{padding:16px 16px 0!important;font-family:inherit;font-size:14px;line-height:1.5;color:var(--text-color, inherit);background:var(--editor-bg, #fff);border-radius:4px;margin-bottom:8px;overflow-wrap:break-word}.compose-box-editor-container{position:relative;background:var(--editor-bg, #fff);border-radius:4px;display:flex;flex-direction:column}.compose-box-editor-container>div:first-child{flex:1}.compose-box-content-editable{min-height:200px;padding:16px;outline:none;font-family:inherit;font-size:14px;line-height:1.5;color:var(--text-color, inherit);direction:ltr;text-align:left}.compose-box-placeholder{position:absolute;top:16px;left:16px;color:var(--text-color, #999);opacity:.5;pointer-events:none;font-family:inherit;font-size:14px;line-height:1.5;user-select:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.my-editor-wrapper{position:relative;background-color:var(--editor-bg);padding:16px}.my-editor-content{height:400px;overflow-y:auto;outline:none;padding:10px;box-sizing:border-box;background-color:var(--editor-bg);color:var(--text-color)}.my-editor-placeholder{position:absolute;top:10px;left:10px;color:var(--text-color);opacity:.5;pointer-events:none}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underline{text-decoration:underline}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-quote{margin:0 0 0 20px;font-size:15px;color:#65676b;border-left-color:#ced0d4;border-left-width:4px;border-left-style:solid;padding-left:16px}.editor-list-ol{padding:0;margin:0 0 0 16px;list-style-type:decimal}.editor-list-ul{padding:0;margin:0 0 0 16px;list-style-type:disc}.editor-listitem{margin:4px 0}.react-mail-inbox-root .editor-list-ol,.compose-box-wrapper .editor-list-ol{list-style-type:decimal;padding-left:24px;margin:0}.react-mail-inbox-root .editor-list-ul,.compose-box-wrapper .editor-list-ul{list-style-type:disc;padding-left:24px;margin:0}.react-mail-inbox-root .editor-listitem,.compose-box-wrapper .editor-listitem{margin-left:8px}.editor-nested-listitem{list-style-type:none}.editor-link{color:#673ab7;text-decoration:underline;cursor:pointer}.editor-link:hover{text-decoration:none}.editor-code{background-color:#f0f2f5;font-family:Menlo,Consolas,Monaco,monospace;display:block;padding:8px 8px 8px 52px;line-height:1.53;font-size:13px;margin:8px 0;tab-size:2;overflow-x:auto;position:relative}.editor-text-code{background-color:#f0f2f5;padding:1px .25rem;font-family:Menlo,Consolas,Monaco,monospace;font-size:94%}.editor-code:before{content:attr(data-gutter);position:absolute;background-color:#eee;left:0;top:0;border-right:1px solid #ccc;padding:8px;color:#777;white-space:pre-wrap;text-align:right;min-width:25px}.other ul{padding:0;margin:0;list-style-type:none}.link-editor .link-input{display:block;width:calc(100% - 24px);box-sizing:border-box;margin:8px 12px;padding:8px 12px;border-radius:15px;background-color:#eee;font-size:15px;color:#050505;border:0;outline:0;position:relative;font-family:inherit}.link-editor div.link-edit{background-size:16px;background-position:center;background-repeat:no-repeat;width:35px;vertical-align:-.25em;position:absolute;right:0;top:0;bottom:0;cursor:pointer}.link-editor .link-input a{color:#216fdb;text-decoration:none;display:block;white-space:nowrap;overflow:hidden;margin-right:30px;text-overflow:ellipsis}.link-editor .link-input a:hover{text-decoration:underline}.link-editor .button{width:20px;height:20px;display:inline-block;padding:6px;border-radius:8px;cursor:pointer;margin:0 2px}.link-editor .button.hovered{width:20px;height:20px;display:inline-block;background-color:#eee}.react-mail-inbox-root,#popup-root{--editor-bg: #ffffff;--text-color: #000000;--icon-color: #000000;--pill-bg: #e0e0e0;--pill-text: #000000;--toolbar-popup-bg: #ffffff;--toolbar-border: #e0e0e0;--selected-icon-color: #000000;--selected-icon-bg: #e0e0e0;--input-bg: #ffffff;--input-border: #e0e0e0;--color-picker-bg: #ffffff;--color-picker-border: #ccc;--color-picker-heading: #111827;--color-picker-btn-bg: #fff;--color-picker-btn-border: #e6edf3;--color-picker-swatch-border: rgba(0, 0, 0, .06);--color-picker-swatch-hover-shadow: rgba(2, 6, 23, .08);--color-picker-swatch-selected-shadow: rgba(0, 0, 0, .08);--color-picker-swatch-selected-border: rgba(0, 0, 0, .18);--file-preview-bg: #ffffff;--file-preview-border: #e6e6e6;--file-preview-index-color: #0f172a;--file-preview-link-color: #0b63d6;--file-preview-size-color: #6b7280;--file-preview-close-color: #6b7280;--file-preview-close-hover-bg: rgba(0, 0, 0, .03);--file-preview-close-hover-color: #111827}.react-mail-inbox-root[data-theme=dark],#popup-root{--editor-bg: #2A2B33;--text-color: #ffffff;--icon-color: #8A8F98;--pill-bg: #34353C;--pill-text: #ffffff;--toolbar-popup-bg: #34353C;--toolbar-border: #62666D;--selected-icon-color: #8A8F98;--selected-icon-bg: #ffffff;--input-bg: #8A8F98;--input-border: #62666D;--color-picker-bg: #2a2b30;--color-picker-border: #62666D;--color-picker-heading: #ffffff;--color-picker-btn-bg: #34353C;--color-picker-btn-border: #62666D;--color-picker-swatch-border: rgba(255, 255, 255, .1);--color-picker-swatch-hover-shadow: rgba(255, 255, 255, .1);--color-picker-swatch-selected-shadow: rgba(255, 255, 255, .15);--color-picker-swatch-selected-border: rgba(255, 255, 255, .3);--file-preview-bg: #34353C;--file-preview-border: #62666D;--file-preview-index-color: #ffffff;--file-preview-link-color: #4A9EFF;--file-preview-size-color: #8A8F98;--file-preview-close-color: #8A8F98;--file-preview-close-hover-bg: rgba(255, 255, 255, .1);--file-preview-close-hover-color: #ffffff;--label-base: #D7D8DB}.react-mail-inbox-root *{margin:0;padding:0;box-sizing:border-box}.react-mail-inbox-root code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mail-inbox-popup-content{background-color:var(--toolbar-popup-bg)!important;color:var(--text-color)!important;border:1px solid var(--toolbar-border)!important;border-radius:8px;z-index:9999!important}.mail-inbox-popup-arrow{display:none}.mail-inbox-popup-overlay{z-index:999!important}.gmail-header{background-color:var(--editor-bg);color:var(--text-color)}.gmail-header *::placeholder{background-color:var(--editor-bg);color:var(--text-color)}.input-header{border:none!important;background:transparent;outline:none;width:100%;height:28px;font-size:14px;box-sizing:border-box;color:var(--text-color);line-height:18px}.container-receipts{display:flex;flex-direction:row;align-items:center;gap:10px}.input-trigger{width:100%}.options-dropdown{display:flex;flex-direction:column;gap:5px;width:500px;border:1px solid var(--toolbar-border);background:var(--toolbar-popup-bg);border-radius:5px}.option-dropdown{height:50px;border:none;text-align:left;background:transparent;outline:none;cursor:pointer;width:100%;padding:5px;font-size:14px;box-sizing:border-box;color:var(--text-color)}.option-dropdown:hover,.option-dropdown.selected{background:var(--pill-bg)}.option-dropdown:focus{background:var(--pill-bg);outline:2px solid var(--selected-icon-bg);outline-offset:-2px}.container-receipts{width:100%;color:var(--text-color)}.emails{border:1px solid var(--pill-bg);background-color:var(--pill-bg);padding:5px 10px;border-radius:4px;display:flex;flex-direction:row;align-items:center;gap:5px;width:100%;box-sizing:border-box;color:var(--pill-text)}.emails-close{cursor:pointer;width:15px;height:15px;border:none;background:transparent;outline:none}.emails-close svg{cursor:pointer;width:15px;height:15px;color:var(--pill-text)}.skeleton-loader{pointer-events:none;padding:8px 10px}.skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-name{height:16px;width:60%;margin-bottom:8px}.skeleton-email{height:14px;width:80%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.select-option-icon{color:var(--text-color)!important}.mail-inbox-internal{background-color:#2a2b33}.receipt-heading{padding:8px 16px;border:1px solid #34353C}.reply-heading{padding:12px 16px;border:1px solid #34353C}.subject-display{border:none!important;background:transparent;outline:none;width:100%;font-size:14px;box-sizing:border-box;color:var(--text-color);line-height:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;position:relative;cursor:default;pointer-events:auto!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important}.reply-heading{padding:12px 16px;border:1px solid #34353C;display:flex;align-items:center}.emails-container{display:flex;column-gap:10px}
2
2
  /*# sourceMappingURL=index.css.map */
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/Components/core/ColorPicker/style.css","../src/Components/core/AlignmentSelect/style.css","../src/Components/Editor/Toolbar/style.css","../src/Components/core/FloatingLinkEditor/index.css","../src/Components/core/FileUploader/FilePreview.css","../src/Components/ComposeBox/styles.css","../src/Components/Editor/EditorWrapper/editor.css","../src/Components/GmailWrapper/index.css"],"sourcesContent":[".color-picker-root {\n position: relative;\n display: inline-block;\n}\n\n.color-popover {\n background-color: var(--color-picker-bg);\n border: 1px solid var(--color-picker-border);\n padding: 5px;\n border-radius: 4px;\n}\n\n.toolbar-btn {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 6px 10px;\n border-radius: 6px;\n border: 1px solid var(--color-picker-btn-border);\n background: var(--color-picker-btn-bg);\n cursor: pointer;\n font-family: inherit;\n}\n\n\n\n.color-columns {\n display: flex;\n gap: 28px;\n}\n\n.color-column {\n width: 50%;\n}\n\n.color-column h4 {\n margin: 0 0 10px 0;\n font-size: 16px;\n font-weight: 600;\n color: var(--color-picker-heading);\n}\n\n.row {\n display: flex;\n gap: 6px;\n margin-bottom: 10px;\n flex-wrap: wrap;\n}\n\n.accent-row {\n margin-bottom: 14px;\n}\n\n.palette {\n display: flex;\n flex-direction: column;\n gap: 6px;\n max-height: 220px;\n overflow: auto;\n padding-right: 4px;\n}\n\n.palette-row {\n display: flex;\n gap: 6px;\n}\n\n.swatch {\n width: 28px;\n height: 24px;\n border-radius: 4px;\n border: 1px solid var(--color-picker-swatch-border);\n padding: 0;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n position: relative;\n cursor: pointer;\n outline: none;\n box-sizing: border-box;\n transition: transform .08s ease;\n}\n\n.swatch:hover {\n transform: translateY(-2px);\n box-shadow: 0 4px 10px var(--color-picker-swatch-hover-shadow);\n}\n\n.swatch .check {\n width: 16px;\n height: 16px;\n}\n\n.swatch[aria-pressed=\"true\"] {\n box-shadow: 0 0 0 2px var(--color-picker-swatch-selected-shadow) inset;\n border-color: var(--color-picker-swatch-selected-border);\n}\n\n.popover-footer {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-top: 14px;\n}\n\n.btn-mail-editor {\n padding: 8px 12px;\n border-radius: 8px;\n border: 1px solid var(--color-picker-btn-border);\n background: var(--color-picker-btn-bg);\n cursor: pointer;\n color: var(--text-color);\n}\n",".wrapper-alignment {\n display: flex;\n flex-direction: column;\n border: 1px solid #ccc;\n padding: 5px;\n border-radius: 5px;\n}\n\n.alignment-option {\n background: transparent;\n border: none;\n cursor: pointer;\n display: flex;\n justify-content: center;\n flex-direction: row-reverse;\n\n}\n\n.option-check.hidden {\n visibility: hidden;\n}\n",".toolbar-wrapper {\n display: flex;\n flex-direction: row;\n gap: 28px;\n background-color: var(--editor-bg);\n align-items: center;\n justify-content: space-between;\n position: relative;\n}\n\n.styling-toolbar {\n display: flex;\n}\n\n.toolbar-wrapper button {\n background: none;\n border: none;\n cursor: pointer;\n color: var(--icon-color);\n}\n\n.toolbar-wrapper button svg {\n color: var(--icon-color);\n}\n\n.toolbar-wrapper button.active-btn-toolbar {\n background-color: var(--selected-icon-bg);\n border-radius: 4px;\n}\n\n.toolbar-wrapper button.active-btn-toolbar svg {\n color: var(--selected-icon-color);\n}\n\n.btn-mail-editor {\n background: none;\n border: none;\n cursor: pointer;\n color: var(--label-base);\n font-size: 12px;\n /* line-height: 16px; */\n}\n\n.divider {\n display: inline-block;\n width: 1px;\n height: 20px;\n background: var(--input-border);\n margin: auto 0;\n}\n\n.styling-options {\n position: absolute;\n display: flex;\n column-gap: 7px;\n align-items: center;\n justify-content: start;\n top: 0;\n left: 0;\n transform: translateY(-135%);\n border: 1px solid var(--toolbar-border);\n border-radius: 4px;\n background: var(--toolbar-popup-bg);\n padding: 4px 6px 4px 6px !important;\n padding-inline: 10px;\n height: 36px;\n}\n\n.font-options {\n display: flex;\n flex-direction: column;\n gap: 4px;\n border: 1px solid var(--toolbar-border);\n border-radius: 4px;\n background: var(--toolbar-popup-bg, #34353C);\n color: var(--text-color);\n}\n\n.font-option {\n display: flex;\n flex-direction: row;\n align-items: center;\n text-align: right;\n border-radius: 4px;\n padding-left: 15px;\n position: relative;\n background: var(--toolbar-popup-bg, #34353C);\n color: var(--text-color);\n width: auto;\n white-space: nowrap;\n}\n\n.font-option:not(.heading) svg {\n position: absolute;\n left: 0px;\n /* top: 0px; */\n width: 15px;\n height: 15px;\n}\n\n.file-upload-container {\n margin-bottom: 50px;\n display: flex;\n flex-direction: column;\n gap: 8px;\n width: 75%;\n}\n\n.tool-bar-button {\n /* margin-top: 5px;\n margin-bottom: 5px; */\n width: 24px;\n height: 24px;\n position: relative;\n /* Ensure tooltip is relative to button */\n}\n\n.tool-bar-button.font-option {\n width: auto;\n height: auto;\n}\n\n/* Custom Tooltip */\n.tool-bar-button[data-tooltip]:hover::after {\n content: attr(data-tooltip);\n position: absolute;\n bottom: 100%;\n left: 50%;\n transform: translateX(-50%);\n padding: 4px 8px;\n background-color: #333;\n color: white;\n border-radius: 4px;\n font-size: 12px;\n white-space: nowrap;\n pointer-events: none;\n z-index: 9999;\n margin-bottom: 5px;\n opacity: 0;\n animation: tooltipFadeIn 0.2s forwards;\n /* Box shadow for better visibility against light backgrounds */\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n@keyframes tooltipFadeIn {\n from {\n opacity: 0;\n transform: translateX(-50%) translateY(4px);\n }\n\n to {\n opacity: 1;\n transform: translateX(-50%) translateY(0);\n }\n}\n\n.tool-bar-button-icon {\n color: var(--icon-color);\n}\n\n.plugin-wrapper {\n display: flex;\n flex-direction: row;\n flex: 1;\n column-gap: 8px;\n align-items: center;\n justify-items: start;\n}\n\n.toolbar-container {\n padding: 16px !important;\n display: flex;\n flex-direction: column;\n width: 100%;\n container-type: inline-size; /* enables container queries */\n}\n\n.toolbar-disabled {\n opacity: 0.5;\n pointer-events: none;\n filter: grayscale(1);\n}\n.more-button { display: none; }\n\n@media (max-width: 720px) {\n .plugin-wrapper .collapse-on-mobile { display: none; } /* mark items inline with this class if you prefer */\n .more-button { display: inline-flex; }\n}\n\n/* Container/parent width behavior */\n@container (max-width: 720px) {\n .plugin-wrapper .collapse-on-mobile { display: none; }\n .more-button { display: inline-flex; }\n}\n\n/* style the dropdown */\n.more-dropdown {\n position: absolute;\n right: 0;\n bottom: calc(100% + 6px);\n background: var(--toolbar-popup-bg);\n border: 1px solid var(--toolbar-border);\n border-radius: 6px;\n padding: 8px;\n z-index: 9999;\n}\n.more-item { margin-bottom: 6px; }\n.more-item:last-child { padding-bottom: 0px; }\n",".floating-link-editor {\n position: absolute;\n z-index: 9999;\n top: -10000px;\n left: -10000px;\n margin-top: -6px;\n min-width: 280px;\n background-color: #26272E;\n box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);\n border-radius: 6px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n opacity: 0;\n padding: 4px 8px;\n transition: opacity 0.15s ease;\n font-family: sans-serif;\n box-sizing: border-box;\n}\n\n.link-input {\n flex: 1;\n padding: 8px 10px;\n font-size: 14px;\n border-radius: 6px;\n outline: none;\n margin-right: 8px;\n border: none !important;\n background-color: #26272E;\n}\n\n.link-input:focus {\n background-color: #26272E;\n}\n\n.link-view-mode {\n display: flex;\n align-items: center;\n gap: 6px;\n padding: 6px 4px;\n font-size: 14px;\n color: #e4e6eb;\n white-space: nowrap;\n}\n\n.link-view-label {\n color: #b0b3b8;\n}\n\n.link-view-url {\n color: #4589ff;\n text-decoration: none;\n max-width: 150px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.link-view-url:hover {\n text-decoration: underline;\n}\n\n.link-view-divider {\n color: #65676b;\n}\n\n.link-text-button {\n background: none;\n border: none;\n color: #b0b3b8;\n cursor: pointer;\n padding: 0;\n font-size: 14px;\n font-family: inherit;\n}\n\n.link-text-button:hover {\n text-decoration: underline;\n color: #e4e6eb;\n}\n\n.link-button {\n background: none;\n border: none;\n font-size: 12px;\n cursor: pointer;\n padding: 4px;\n border-radius: 4px;\n transition: background 0.2s;\n flex-shrink: 0;\n}\n\n.link-button:hover {\n background-color: #21222A;\n}\n",".fps-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 8px 12px !important;\n background: var(--file-preview-bg);\n min-height: 36px;\n gap: 12px;\n font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n}\n\n.fps-left {\n display: flex;\n align-items: baseline;\n gap: 4px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.fps-index {\n color: var(--file-preview-index-color);\n font-weight: 600;\n font-size: 14px;\n}\n\n.fps-filename {\n color: var(--file-preview-link-color);\n text-decoration: none;\n font-weight: 700;\n font-size: 16px;\n}\n\n.fps-filename:hover,\n.fps-filename:focus {\n text-decoration: underline;\n outline: none;\n}\n\n.fps-size {\n color: var(--file-preview-size-color);\n font-weight: 600;\n font-size: 14px;\n}\n\n.fps-close {\n background: transparent;\n border: none;\n font-size: 18px;\n line-height: 1;\n color: var(--file-preview-close-color);\n cursor: pointer;\n padding: 4px 8px;\n border-radius: 4px;\n}\n\n.fps-close:hover,\n.fps-close:focus {\n background: var(--file-preview-close-hover-bg);\n color: var(--file-preview-close-hover-color);\n outline: none;\n}\n",".compose-box-wrapper {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n direction: ltr;\n /* Force LTR at wrapper level */\n}\n\n/* Force LTR for all children */\n.compose-box-wrapper * {\n direction: ltr;\n text-align: left;\n}\n\n.ai-preview-container {\n padding: 16px !important;\n margin-bottom: 8px;\n width: 100%;\n animation: fadeIn 0.3s ease-in-out;\n}\n\n.compose-box-content-preview {\n padding: 16px 16px 0 16px !important;\n /* min-height: 50px; */\n font-family: inherit;\n font-size: 14px;\n line-height: 1.5;\n color: var(--text-color, inherit);\n background: var(--editor-bg, #fff);\n border-radius: 4px;\n margin-bottom: 8px;\n overflow-wrap: break-word;\n}\n\n.compose-box-editor-container {\n position: relative;\n background: var(--editor-bg, #fff);\n border-radius: 4px;\n display: flex;\n flex-direction: column;\n}\n\n.compose-box-editor-container > div:first-child {\n flex: 1;\n}\n\n.compose-box-content-editable {\n min-height: 200px;\n padding: 16px;\n outline: none;\n font-family: inherit;\n font-size: 14px;\n line-height: 1.5;\n color: var(--text-color, inherit);\n direction: ltr;\n /* Force LTR specific to content editable */\n text-align: left;\n}\n\n.compose-box-placeholder {\n position: absolute;\n top: 16px;\n left: 16px;\n color: var(--text-color, #999);\n opacity: 0.5;\n pointer-events: none;\n font-family: inherit;\n font-size: 14px;\n line-height: 1.5;\n user-select: none;\n}\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(-10px);\n }\n\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n",".my-editor-wrapper {\n position: relative;\n background-color: var(--editor-bg);\n padding: 16px;\n}\n\n.my-editor-content {\n height: 400px;\n overflow-y: auto;\n outline: none;\n padding: 10px;\n box-sizing: border-box;\n background-color: var(--editor-bg);\n color: var(--text-color);\n}\n\n.my-editor-placeholder {\n position: absolute;\n top: 10px;\n left: 10px;\n color: var(--text-color);\n opacity: 0.5;\n pointer-events: none;\n}\n\n\n.editor-text-bold {\n font-weight: bold;\n}\n\n.editor-text-italic {\n font-style: italic;\n}\n\n.editor-text-strikethrough {\n text-decoration: line-through;\n}\n\n.editor-text-underline {\n text-decoration: underline;\n}\n\n.editor-text-underlineStrikethrough {\n text-decoration: underline line-through;\n}\n\n.editor-quote {\n margin: 0;\n margin-left: 20px;\n font-size: 15px;\n color: rgb(101, 103, 107);\n border-left-color: rgb(206, 208, 212);\n border-left-width: 4px;\n border-left-style: solid;\n padding-left: 16px;\n}\n\n.editor-list-ol {\n padding: 0;\n margin: 0;\n margin-left: 16px;\n list-style-type: decimal;\n}\n\n.editor-list-ul {\n padding: 0;\n margin: 0;\n margin-left: 16px;\n list-style-type: disc;\n}\n\n.editor-listitem {\n margin: 4px 0;\n}\n\n/* Explicit resets to overcome Tailwind/consumer app resets */\n.react-mail-inbox-root .editor-list-ol,\n.compose-box-wrapper .editor-list-ol {\n list-style-type: decimal;\n padding-left: 24px;\n margin: 0;\n}\n\n.react-mail-inbox-root .editor-list-ul,\n.compose-box-wrapper .editor-list-ul {\n list-style-type: disc;\n padding-left: 24px;\n margin: 0;\n}\n\n.react-mail-inbox-root .editor-listitem,\n.compose-box-wrapper .editor-listitem {\n margin-left: 8px;\n}\n\n.editor-nested-listitem {\n list-style-type: none;\n}\n\n.editor-link {\n color: #673AB7;\n text-decoration: underline;\n cursor: pointer;\n}\n\n.editor-link:hover {\n text-decoration: none;\n}\n\n.editor-code {\n background-color: rgb(240, 242, 245);\n font-family: Menlo, Consolas, Monaco, monospace;\n display: block;\n padding: 8px 8px 8px 52px;\n line-height: 1.53;\n font-size: 13px;\n margin: 0;\n margin-top: 8px;\n margin-bottom: 8px;\n tab-size: 2;\n /* white-space: pre; */\n overflow-x: auto;\n position: relative;\n}\n\n.editor-text-code {\n background-color: #f0f2f5;\n padding: 1px 0.25rem;\n font-family: Menlo, Consolas, Monaco, monospace;\n font-size: 94%;\n}\n\n.editor-code:before {\n content: attr(data-gutter);\n position: absolute;\n background-color: #eee;\n left: 0;\n top: 0;\n border-right: 1px solid #ccc;\n padding: 8px;\n color: #777;\n white-space: pre-wrap;\n text-align: right;\n min-width: 25px;\n}\n\n.other ul {\n padding: 0;\n margin: 0;\n list-style-type: none;\n}\n\n.link-editor .link-input {\n display: block;\n width: calc(100% - 24px);\n box-sizing: border-box;\n margin: 8px 12px;\n padding: 8px 12px;\n border-radius: 15px;\n background-color: #eee;\n font-size: 15px;\n color: rgb(5, 5, 5);\n border: 0;\n outline: 0;\n position: relative;\n font-family: inherit;\n}\n\n.link-editor div.link-edit {\n background-size: 16px;\n background-position: center;\n background-repeat: no-repeat;\n width: 35px;\n vertical-align: -0.25em;\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n cursor: pointer;\n}\n\n.link-editor .link-input a {\n color: rgb(33, 111, 219);\n text-decoration: none;\n display: block;\n white-space: nowrap;\n overflow: hidden;\n margin-right: 30px;\n text-overflow: ellipsis;\n}\n\n.link-editor .link-input a:hover {\n text-decoration: underline;\n}\n\n.link-editor .button {\n width: 20px;\n height: 20px;\n display: inline-block;\n padding: 6px;\n border-radius: 8px;\n cursor: pointer;\n margin: 0 2px;\n}\n\n.link-editor .button.hovered {\n width: 20px;\n height: 20px;\n display: inline-block;\n background-color: #eee;\n}\n","/* Scoped CSS variables to prevent global conflicts */\n.react-mail-inbox-root, #popup-root {\n /* Light theme colors (default for light) */\n --editor-bg: #ffffff;\n --text-color: #000000;\n --icon-color: #000000;\n --pill-bg: #e0e0e0;\n --pill-text: #000000;\n --toolbar-popup-bg: #ffffff;\n --toolbar-border: #e0e0e0;\n --selected-icon-color: #000000;\n --selected-icon-bg: #e0e0e0;\n --input-bg: #ffffff;\n --input-border: #e0e0e0;\n --color-picker-bg: #ffffff;\n --color-picker-border: #ccc;\n --color-picker-heading: #111827;\n --color-picker-btn-bg: #fff;\n --color-picker-btn-border: #e6edf3;\n --color-picker-swatch-border: rgba(0, 0, 0, 0.06);\n --color-picker-swatch-hover-shadow: rgba(2, 6, 23, 0.08);\n --color-picker-swatch-selected-shadow: rgba(0, 0, 0, 0.08);\n --color-picker-swatch-selected-border: rgba(0, 0, 0, 0.18);\n --file-preview-bg: #ffffff;\n --file-preview-border: #e6e6e6;\n --file-preview-index-color: #0f172a;\n --file-preview-link-color: #0b63d6;\n --file-preview-size-color: #6b7280;\n --file-preview-close-color: #6b7280;\n --file-preview-close-hover-bg: rgba(0, 0, 0, 0.03);\n --file-preview-close-hover-color: #111827;\n}\n\n.react-mail-inbox-root[data-theme=\"dark\"], #popup-root {\n /* Dark theme colors */\n --editor-bg: #2A2B33;\n --text-color: #ffffff;\n --icon-color: #8A8F98;\n --pill-bg: #34353C;\n --pill-text: #ffffff;\n --toolbar-popup-bg: #34353C;\n --toolbar-border: #62666D;\n --selected-icon-color: #8A8F98;\n --selected-icon-bg: #ffffff;\n --input-bg: #8A8F98;\n --input-border: #62666D;\n --color-picker-bg: #2a2b30;\n --color-picker-border: #62666D;\n --color-picker-heading: #ffffff;\n --color-picker-btn-bg: #34353C;\n --color-picker-btn-border: #62666D;\n --color-picker-swatch-border: rgba(255, 255, 255, 0.1);\n --color-picker-swatch-hover-shadow: rgba(255, 255, 255, 0.1);\n --color-picker-swatch-selected-shadow: rgba(255, 255, 255, 0.15);\n --color-picker-swatch-selected-border: rgba(255, 255, 255, 0.3);\n --file-preview-bg: #34353C;\n --file-preview-border: #62666D;\n --file-preview-index-color: #ffffff;\n --file-preview-link-color: #4A9EFF;\n --file-preview-size-color: #8A8F98;\n --file-preview-close-color: #8A8F98;\n --file-preview-close-hover-bg: rgba(255, 255, 255, 0.1);\n --file-preview-close-hover-color: #ffffff;\n --label-base: #D7D8DB;\n\n}\n\n/* Scoped reset to only affect elements within the component */\n.react-mail-inbox-root * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\n.react-mail-inbox-root code {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n\n.mail-inbox-popup-content {\n background-color: var(--toolbar-popup-bg) !important;\n color: var(--text-color) !important;\n border: 1px solid var(--toolbar-border) !important;\n border-radius: 8px;\n z-index: 9999 !important;\n}\n\n.mail-inbox-popup-arrow {\n display: none;\n}\n\n.mail-inbox-popup-overlay {\n z-index: 999 !important;\n}\n\n.gmail-header {\n background-color: var(--editor-bg);\n color: var(--text-color);\n}\n\n.gmail-header *::placeholder {\n background-color: var(--editor-bg);\n color: var(--text-color);\n}\n\n.input-header {\n border: none !important;\n background: transparent;\n outline: none;\n width: 100%;\n height: 28px;\n font-size: 14px;\n box-sizing: border-box;\n color: var(--text-color);\n line-height: 18px;\n}\n\n.container-receipts {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n}\n\n.input-trigger {\n width: 100%;\n}\n\n.options-dropdown {\n display: flex;\n flex-direction: column;\n gap: 5px;\n width: 500px;\n border: 1px solid var(--toolbar-border);\n background: var(--toolbar-popup-bg);\n border-radius: 5px;\n}\n\n.option-dropdown {\n height: 50px;\n border: none;\n padding: 5px;\n text-align: left;\n background: transparent;\n outline: none;\n cursor: pointer;\n width: 100%;\n padding-left: 5px;\n padding-right: 5px;\n font-size: 14px;\n box-sizing: border-box;\n color: var(--text-color);\n}\n\n.option-dropdown:hover {\n background: var(--pill-bg);\n}\n\n.option-dropdown.selected {\n background: var(--pill-bg);\n}\n\n.option-dropdown:focus {\n background: var(--pill-bg);\n outline: 2px solid var(--selected-icon-bg);\n outline-offset: -2px;\n}\n\n.container-receipts {\n width: 100%;\n color: var(--text-color);\n}\n\n.emails {\n border: 1px solid var(--pill-bg);\n background-color: var(--pill-bg);\n padding: 5px 10px;\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 5px;\n width: 100%;\n box-sizing: border-box;\n color: var(--pill-text);\n}\n\n.emails-close {\n cursor: pointer;\n width: 15px;\n height: 15px;\n border: none;\n background: transparent;\n outline: none;\n}\n\n.emails-close svg {\n cursor: pointer;\n width: 15px;\n height: 15px;\n color: var(--pill-text);\n}\n\n/* Skeleton loader styles */\n.skeleton-loader {\n pointer-events: none;\n padding: 8px 10px;\n}\n\n.skeleton-line {\n background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n background-size: 200% 100%;\n animation: shimmer 1.5s infinite;\n border-radius: 4px;\n}\n\n.skeleton-name {\n height: 16px;\n width: 60%;\n margin-bottom: 8px;\n}\n\n.skeleton-email {\n height: 14px;\n width: 80%;\n}\n\n@keyframes shimmer {\n 0% {\n background-position: 200% 0;\n }\n\n 100% {\n background-position: -200% 0;\n }\n}\n\n.select-option-icon {\n color: var(--text-color) !important;\n}\n\n.mail-inbox-internal {\n background-color: #2A2B33;\n}\n.receipt-heading {\n padding: 8px 16px;\n border: 1px solid #34353C;\n}\n\n.reply-heading {\n padding: 12px 16px 12px 16px;\n border: 1px solid #34353C;\n}\n\n.subject-display {\n border: none !important;\n background: transparent;\n outline: none;\n width: 100%;\n font-size: 14px;\n box-sizing: border-box;\n color: var(--text-color);\n line-height: 18px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n position: relative;\n cursor: default;\n pointer-events: auto !important;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !important;\n}\n\n.reply-heading {\n padding: 12px 16px 12px 16px;\n border: 1px solid #34353C;\n display: flex;\n align-items: center;\n}\n\n.emails-container {\n display: flex;\n column-gap: 10px;\n}\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../src/Components/core/ColorPicker/style.css","../src/Components/core/AlignmentSelect/style.css","../src/Components/Editor/Toolbar/style.css","../src/Components/core/FloatingLinkEditor/index.css","../src/Components/core/FileUploader/FilePreview.css","../src/Components/ComposeBox/styles.css","../src/Components/Editor/EditorWrapper/editor.css","../src/Components/GmailWrapper/index.css"],"sourcesContent":[".color-picker-root {\n position: relative;\n display: inline-block;\n}\n\n.color-popover {\n background-color: var(--color-picker-bg);\n border: 1px solid var(--color-picker-border);\n padding: 5px;\n border-radius: 4px;\n}\n\n.toolbar-btn {\n display: inline-flex;\n align-items: center;\n gap: 6px;\n padding: 6px 10px;\n border-radius: 6px;\n border: 1px solid var(--color-picker-btn-border);\n background: var(--color-picker-btn-bg);\n cursor: pointer;\n font-family: inherit;\n}\n\n\n\n.color-columns {\n display: flex;\n gap: 28px;\n}\n\n.color-column {\n width: 50%;\n}\n\n.color-column h4 {\n margin: 0 0 10px 0;\n font-size: 16px;\n font-weight: 600;\n color: var(--color-picker-heading);\n}\n\n.row {\n display: flex;\n gap: 6px;\n margin-bottom: 10px;\n flex-wrap: wrap;\n}\n\n.accent-row {\n margin-bottom: 14px;\n}\n\n.palette {\n display: flex;\n flex-direction: column;\n gap: 6px;\n max-height: 220px;\n overflow: auto;\n padding-right: 4px;\n}\n\n.palette-row {\n display: flex;\n gap: 6px;\n}\n\n.swatch {\n width: 28px;\n height: 24px;\n border-radius: 4px;\n border: 1px solid var(--color-picker-swatch-border);\n padding: 0;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n position: relative;\n cursor: pointer;\n outline: none;\n box-sizing: border-box;\n transition: transform .08s ease;\n}\n\n.swatch:hover {\n transform: translateY(-2px);\n box-shadow: 0 4px 10px var(--color-picker-swatch-hover-shadow);\n}\n\n.swatch .check {\n width: 16px;\n height: 16px;\n}\n\n.swatch[aria-pressed=\"true\"] {\n box-shadow: 0 0 0 2px var(--color-picker-swatch-selected-shadow) inset;\n border-color: var(--color-picker-swatch-selected-border);\n}\n\n.clear-swatch[aria-pressed=\"true\"] {\n box-shadow: none;\n border: 1px solid var(--color-picker-swatch-selected-border);\n}\n\n.popover-footer {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-top: 14px;\n}\n\n.btn-mail-editor {\n padding: 8px 12px;\n border-radius: 8px;\n border: 1px solid var(--color-picker-btn-border);\n background: var(--color-picker-btn-bg);\n cursor: pointer;\n color: var(--text-color);\n}\n",".wrapper-alignment {\n display: flex;\n flex-direction: column;\n border: 1px solid #ccc;\n padding: 5px;\n border-radius: 5px;\n}\n\n.alignment-option {\n background: transparent;\n border: none;\n cursor: pointer;\n display: flex;\n justify-content: space-between;\n align-items: center;\n gap: 8px;\n}\n\n.option-check {\n display: flex;\n align-items: center;\n justify-content: center;\n width: 16px;\n height: 16px;\n}\n",".toolbar-wrapper {\n display: flex;\n flex-direction: row;\n gap: 28px;\n background-color: var(--editor-bg);\n align-items: center;\n justify-content: space-between;\n position: relative;\n}\n\n.styling-toolbar {\n display: flex;\n}\n\n.toolbar-wrapper button {\n background: none;\n border: none;\n cursor: pointer;\n color: var(--icon-color);\n}\n\n.toolbar-wrapper button svg {\n color: var(--icon-color);\n}\n\n.toolbar-wrapper button.active-btn-toolbar {\n background-color: var(--selected-icon-bg);\n border-radius: 4px;\n}\n\n.toolbar-wrapper button.active-btn-toolbar svg {\n color: var(--selected-icon-color);\n}\n\n.btn-mail-editor {\n background: none;\n border: none;\n cursor: pointer;\n color: var(--label-base);\n font-size: 12px;\n /* line-height: 16px; */\n}\n\n.divider {\n display: inline-block;\n width: 1px;\n height: 20px;\n background: var(--input-border);\n margin: auto 0;\n}\n\n.styling-options {\n position: absolute;\n display: flex;\n column-gap: 7px;\n align-items: center;\n justify-content: start;\n top: 0;\n left: 0;\n transform: translateY(-135%);\n border: 1px solid var(--toolbar-border);\n border-radius: 4px;\n background: var(--toolbar-popup-bg);\n padding: 4px 6px 4px 6px !important;\n padding-inline: 10px;\n height: 36px;\n}\n\n.font-options {\n display: flex;\n flex-direction: column;\n gap: 4px;\n border-radius: 4px;\n background: var(--toolbar-popup-bg, #34353C);\n color: var(--text-color);\n}\n\n.font-option {\n display: flex;\n flex-direction: row;\n align-items: center;\n text-align: right;\n border-radius: 4px;\n padding-left: 15px;\n position: relative;\n background: var(--toolbar-popup-bg, #34353C);\n color: var(--text-color);\n width: auto;\n white-space: nowrap;\n}\n\n.font-option:not(.heading) svg {\n position: absolute;\n left: 0px;\n /* top: 0px; */\n width: 15px;\n height: 15px;\n}\n\n.file-upload-container {\n margin-bottom: 50px;\n display: flex;\n flex-direction: column;\n gap: 8px;\n width: 75%;\n}\n\n.tool-bar-button {\n /* margin-top: 5px;\n margin-bottom: 5px; */\n width: 24px;\n height: 24px;\n position: relative;\n /* Ensure tooltip is relative to button */\n}\n\n.tool-bar-button.font-option {\n width: auto;\n height: auto;\n}\n\n/* Custom Tooltip */\n.tool-bar-button[data-tooltip]:hover::after {\n content: attr(data-tooltip);\n position: absolute;\n bottom: 100%;\n left: 50%;\n transform: translateX(-50%);\n padding: 4px 8px;\n background-color: #333;\n color: white;\n border-radius: 4px;\n font-size: 12px;\n white-space: nowrap;\n pointer-events: none;\n z-index: 9999;\n margin-bottom: 5px;\n opacity: 0;\n animation: tooltipFadeIn 0.2s forwards;\n /* Box shadow for better visibility against light backgrounds */\n box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);\n}\n\n@keyframes tooltipFadeIn {\n from {\n opacity: 0;\n transform: translateX(-50%) translateY(4px);\n }\n\n to {\n opacity: 1;\n transform: translateX(-50%) translateY(0);\n }\n}\n\n.tool-bar-button-icon {\n color: var(--icon-color);\n}\n\n.plugin-wrapper {\n display: flex;\n flex-direction: row;\n flex: 1;\n column-gap: 8px;\n align-items: center;\n justify-items: start;\n}\n\n.toolbar-container {\n padding: 16px !important;\n display: flex;\n flex-direction: column;\n width: 100%;\n container-type: inline-size; /* enables container queries */\n}\n\n.toolbar-disabled {\n opacity: 0.5;\n pointer-events: none;\n filter: grayscale(1);\n}\n.more-button { display: none; }\n\n@media (max-width: 720px) {\n .plugin-wrapper .collapse-on-mobile { display: none; } /* mark items inline with this class if you prefer */\n .more-button { display: inline-flex; }\n}\n\n/* Container/parent width behavior */\n@container (max-width: 720px) {\n .plugin-wrapper .collapse-on-mobile { display: none; }\n .more-button { display: inline-flex; }\n}\n\n/* style the dropdown */\n.more-dropdown {\n position: absolute;\n right: 0;\n bottom: calc(100% + 6px);\n background: var(--toolbar-popup-bg);\n border: 1px solid var(--toolbar-border);\n border-radius: 6px;\n padding: 8px;\n z-index: 9999;\n}\n.more-item { margin-bottom: 6px; }\n.more-item:last-child { padding-bottom: 0px; }\n",".floating-link-editor {\n position: absolute;\n z-index: 9999;\n top: -10000px;\n left: -10000px;\n margin-top: -6px;\n min-width: 280px;\n background-color: #26272E;\n box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);\n border-radius: 6px;\n display: flex;\n align-items: center;\n justify-content: space-between;\n opacity: 0;\n padding: 4px 8px;\n transition: opacity 0.15s ease;\n font-family: sans-serif;\n box-sizing: border-box;\n}\n\n.link-input {\n flex: 1;\n padding: 8px 10px;\n font-size: 14px;\n border-radius: 6px;\n outline: none;\n margin-right: 8px;\n border: none !important;\n background-color: #26272E;\n}\n\n.link-input:focus {\n background-color: #26272E;\n}\n\n.link-view-mode {\n display: flex;\n align-items: center;\n gap: 6px;\n padding: 6px 4px;\n font-size: 14px;\n color: #e4e6eb;\n white-space: nowrap;\n}\n\n.link-view-label {\n color: #b0b3b8;\n}\n\n.link-view-url {\n color: #4589ff;\n text-decoration: none;\n max-width: 150px;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.link-view-url:hover {\n text-decoration: underline;\n}\n\n.link-view-divider {\n color: #65676b;\n}\n\n.link-text-button {\n background: none;\n border: none;\n color: #b0b3b8;\n cursor: pointer;\n padding: 0;\n font-size: 14px;\n font-family: inherit;\n}\n\n.link-text-button:hover {\n text-decoration: underline;\n color: #e4e6eb;\n}\n\n.link-button {\n background: none;\n border: none;\n font-size: 12px;\n cursor: pointer;\n padding: 4px;\n border-radius: 4px;\n transition: background 0.2s;\n flex-shrink: 0;\n}\n\n.link-button:hover {\n background-color: #21222A;\n}\n",".fps-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 8px 12px !important;\n background: var(--file-preview-bg);\n min-height: 36px;\n gap: 12px;\n font-family: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial;\n}\n\n.fps-left {\n display: flex;\n align-items: baseline;\n gap: 4px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n\n.fps-index {\n color: var(--file-preview-index-color);\n font-weight: 600;\n font-size: 14px;\n}\n\n.fps-filename {\n color: var(--file-preview-link-color);\n text-decoration: none;\n font-weight: 700;\n font-size: 16px;\n}\n\n.fps-filename:hover,\n.fps-filename:focus {\n text-decoration: underline;\n outline: none;\n}\n\n.fps-size {\n color: var(--file-preview-size-color);\n font-weight: 600;\n font-size: 14px;\n}\n\n.fps-close {\n background: transparent;\n border: none;\n font-size: 18px;\n line-height: 1;\n color: var(--file-preview-close-color);\n cursor: pointer;\n padding: 4px 8px;\n border-radius: 4px;\n}\n\n.fps-close:hover,\n.fps-close:focus {\n background: var(--file-preview-close-hover-bg);\n color: var(--file-preview-close-hover-color);\n outline: none;\n}\n",".compose-box-wrapper {\n position: relative;\n display: flex;\n flex-direction: column;\n width: 100%;\n direction: ltr;\n /* Force LTR at wrapper level */\n}\n\n/* Force LTR for all children */\n.compose-box-wrapper * {\n direction: ltr;\n text-align: left;\n}\n\n.ai-preview-container {\n padding: 16px !important;\n margin-bottom: 8px;\n width: 100%;\n animation: fadeIn 0.3s ease-in-out;\n}\n\n.compose-box-content-preview {\n padding: 16px 16px 0 16px !important;\n /* min-height: 50px; */\n font-family: inherit;\n font-size: 14px;\n line-height: 1.5;\n color: var(--text-color, inherit);\n background: var(--editor-bg, #fff);\n border-radius: 4px;\n margin-bottom: 8px;\n overflow-wrap: break-word;\n}\n\n.compose-box-editor-container {\n position: relative;\n background: var(--editor-bg, #fff);\n border-radius: 4px;\n display: flex;\n flex-direction: column;\n}\n\n.compose-box-editor-container > div:first-child {\n flex: 1;\n}\n\n.compose-box-content-editable {\n min-height: 200px;\n padding: 16px;\n outline: none;\n font-family: inherit;\n font-size: 14px;\n line-height: 1.5;\n color: var(--text-color, inherit);\n direction: ltr;\n /* Force LTR specific to content editable */\n text-align: left;\n}\n\n.compose-box-placeholder {\n position: absolute;\n top: 16px;\n left: 16px;\n color: var(--text-color, #999);\n opacity: 0.5;\n pointer-events: none;\n font-family: inherit;\n font-size: 14px;\n line-height: 1.5;\n user-select: none;\n}\n\n@keyframes fadeIn {\n from {\n opacity: 0;\n transform: translateY(-10px);\n }\n\n to {\n opacity: 1;\n transform: translateY(0);\n }\n}\n",".my-editor-wrapper {\n position: relative;\n background-color: var(--editor-bg);\n padding: 16px;\n}\n\n.my-editor-content {\n height: 400px;\n overflow-y: auto;\n outline: none;\n padding: 10px;\n box-sizing: border-box;\n background-color: var(--editor-bg);\n color: var(--text-color);\n}\n\n.my-editor-placeholder {\n position: absolute;\n top: 10px;\n left: 10px;\n color: var(--text-color);\n opacity: 0.5;\n pointer-events: none;\n}\n\n\n.editor-text-bold {\n font-weight: bold;\n}\n\n.editor-text-italic {\n font-style: italic;\n}\n\n.editor-text-strikethrough {\n text-decoration: line-through;\n}\n\n.editor-text-underline {\n text-decoration: underline;\n}\n\n.editor-text-underlineStrikethrough {\n text-decoration: underline line-through;\n}\n\n.editor-quote {\n margin: 0;\n margin-left: 20px;\n font-size: 15px;\n color: rgb(101, 103, 107);\n border-left-color: rgb(206, 208, 212);\n border-left-width: 4px;\n border-left-style: solid;\n padding-left: 16px;\n}\n\n.editor-list-ol {\n padding: 0;\n margin: 0;\n margin-left: 16px;\n list-style-type: decimal;\n}\n\n.editor-list-ul {\n padding: 0;\n margin: 0;\n margin-left: 16px;\n list-style-type: disc;\n}\n\n.editor-listitem {\n margin: 4px 0;\n}\n\n/* Explicit resets to overcome Tailwind/consumer app resets */\n.react-mail-inbox-root .editor-list-ol,\n.compose-box-wrapper .editor-list-ol {\n list-style-type: decimal;\n padding-left: 24px;\n margin: 0;\n}\n\n.react-mail-inbox-root .editor-list-ul,\n.compose-box-wrapper .editor-list-ul {\n list-style-type: disc;\n padding-left: 24px;\n margin: 0;\n}\n\n.react-mail-inbox-root .editor-listitem,\n.compose-box-wrapper .editor-listitem {\n margin-left: 8px;\n}\n\n.editor-nested-listitem {\n list-style-type: none;\n}\n\n.editor-link {\n color: #673AB7;\n text-decoration: underline;\n cursor: pointer;\n}\n\n.editor-link:hover {\n text-decoration: none;\n}\n\n.editor-code {\n background-color: rgb(240, 242, 245);\n font-family: Menlo, Consolas, Monaco, monospace;\n display: block;\n padding: 8px 8px 8px 52px;\n line-height: 1.53;\n font-size: 13px;\n margin: 0;\n margin-top: 8px;\n margin-bottom: 8px;\n tab-size: 2;\n /* white-space: pre; */\n overflow-x: auto;\n position: relative;\n}\n\n.editor-text-code {\n background-color: #f0f2f5;\n padding: 1px 0.25rem;\n font-family: Menlo, Consolas, Monaco, monospace;\n font-size: 94%;\n}\n\n.editor-code:before {\n content: attr(data-gutter);\n position: absolute;\n background-color: #eee;\n left: 0;\n top: 0;\n border-right: 1px solid #ccc;\n padding: 8px;\n color: #777;\n white-space: pre-wrap;\n text-align: right;\n min-width: 25px;\n}\n\n.other ul {\n padding: 0;\n margin: 0;\n list-style-type: none;\n}\n\n.link-editor .link-input {\n display: block;\n width: calc(100% - 24px);\n box-sizing: border-box;\n margin: 8px 12px;\n padding: 8px 12px;\n border-radius: 15px;\n background-color: #eee;\n font-size: 15px;\n color: rgb(5, 5, 5);\n border: 0;\n outline: 0;\n position: relative;\n font-family: inherit;\n}\n\n.link-editor div.link-edit {\n background-size: 16px;\n background-position: center;\n background-repeat: no-repeat;\n width: 35px;\n vertical-align: -0.25em;\n position: absolute;\n right: 0;\n top: 0;\n bottom: 0;\n cursor: pointer;\n}\n\n.link-editor .link-input a {\n color: rgb(33, 111, 219);\n text-decoration: none;\n display: block;\n white-space: nowrap;\n overflow: hidden;\n margin-right: 30px;\n text-overflow: ellipsis;\n}\n\n.link-editor .link-input a:hover {\n text-decoration: underline;\n}\n\n.link-editor .button {\n width: 20px;\n height: 20px;\n display: inline-block;\n padding: 6px;\n border-radius: 8px;\n cursor: pointer;\n margin: 0 2px;\n}\n\n.link-editor .button.hovered {\n width: 20px;\n height: 20px;\n display: inline-block;\n background-color: #eee;\n}\n","/* Scoped CSS variables to prevent global conflicts */\n.react-mail-inbox-root, #popup-root {\n /* Light theme colors (default for light) */\n --editor-bg: #ffffff;\n --text-color: #000000;\n --icon-color: #000000;\n --pill-bg: #e0e0e0;\n --pill-text: #000000;\n --toolbar-popup-bg: #ffffff;\n --toolbar-border: #e0e0e0;\n --selected-icon-color: #000000;\n --selected-icon-bg: #e0e0e0;\n --input-bg: #ffffff;\n --input-border: #e0e0e0;\n --color-picker-bg: #ffffff;\n --color-picker-border: #ccc;\n --color-picker-heading: #111827;\n --color-picker-btn-bg: #fff;\n --color-picker-btn-border: #e6edf3;\n --color-picker-swatch-border: rgba(0, 0, 0, 0.06);\n --color-picker-swatch-hover-shadow: rgba(2, 6, 23, 0.08);\n --color-picker-swatch-selected-shadow: rgba(0, 0, 0, 0.08);\n --color-picker-swatch-selected-border: rgba(0, 0, 0, 0.18);\n --file-preview-bg: #ffffff;\n --file-preview-border: #e6e6e6;\n --file-preview-index-color: #0f172a;\n --file-preview-link-color: #0b63d6;\n --file-preview-size-color: #6b7280;\n --file-preview-close-color: #6b7280;\n --file-preview-close-hover-bg: rgba(0, 0, 0, 0.03);\n --file-preview-close-hover-color: #111827;\n}\n\n.react-mail-inbox-root[data-theme=\"dark\"], #popup-root {\n /* Dark theme colors */\n --editor-bg: #2A2B33;\n --text-color: #ffffff;\n --icon-color: #8A8F98;\n --pill-bg: #34353C;\n --pill-text: #ffffff;\n --toolbar-popup-bg: #34353C;\n --toolbar-border: #62666D;\n --selected-icon-color: #8A8F98;\n --selected-icon-bg: #ffffff;\n --input-bg: #8A8F98;\n --input-border: #62666D;\n --color-picker-bg: #2a2b30;\n --color-picker-border: #62666D;\n --color-picker-heading: #ffffff;\n --color-picker-btn-bg: #34353C;\n --color-picker-btn-border: #62666D;\n --color-picker-swatch-border: rgba(255, 255, 255, 0.1);\n --color-picker-swatch-hover-shadow: rgba(255, 255, 255, 0.1);\n --color-picker-swatch-selected-shadow: rgba(255, 255, 255, 0.15);\n --color-picker-swatch-selected-border: rgba(255, 255, 255, 0.3);\n --file-preview-bg: #34353C;\n --file-preview-border: #62666D;\n --file-preview-index-color: #ffffff;\n --file-preview-link-color: #4A9EFF;\n --file-preview-size-color: #8A8F98;\n --file-preview-close-color: #8A8F98;\n --file-preview-close-hover-bg: rgba(255, 255, 255, 0.1);\n --file-preview-close-hover-color: #ffffff;\n --label-base: #D7D8DB;\n\n}\n\n/* Scoped reset to only affect elements within the component */\n.react-mail-inbox-root * {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\n.react-mail-inbox-root code {\n font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',\n monospace;\n}\n\n.mail-inbox-popup-content {\n background-color: var(--toolbar-popup-bg) !important;\n color: var(--text-color) !important;\n border: 1px solid var(--toolbar-border) !important;\n border-radius: 8px;\n z-index: 9999 !important;\n}\n\n.mail-inbox-popup-arrow {\n display: none;\n}\n\n.mail-inbox-popup-overlay {\n z-index: 999 !important;\n}\n\n.gmail-header {\n background-color: var(--editor-bg);\n color: var(--text-color);\n}\n\n.gmail-header *::placeholder {\n background-color: var(--editor-bg);\n color: var(--text-color);\n}\n\n.input-header {\n border: none !important;\n background: transparent;\n outline: none;\n width: 100%;\n height: 28px;\n font-size: 14px;\n box-sizing: border-box;\n color: var(--text-color);\n line-height: 18px;\n}\n\n.container-receipts {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 10px;\n}\n\n.input-trigger {\n width: 100%;\n}\n\n.options-dropdown {\n display: flex;\n flex-direction: column;\n gap: 5px;\n width: 500px;\n border: 1px solid var(--toolbar-border);\n background: var(--toolbar-popup-bg);\n border-radius: 5px;\n}\n\n.option-dropdown {\n height: 50px;\n border: none;\n padding: 5px;\n text-align: left;\n background: transparent;\n outline: none;\n cursor: pointer;\n width: 100%;\n padding-left: 5px;\n padding-right: 5px;\n font-size: 14px;\n box-sizing: border-box;\n color: var(--text-color);\n}\n\n.option-dropdown:hover {\n background: var(--pill-bg);\n}\n\n.option-dropdown.selected {\n background: var(--pill-bg);\n}\n\n.option-dropdown:focus {\n background: var(--pill-bg);\n outline: 2px solid var(--selected-icon-bg);\n outline-offset: -2px;\n}\n\n.container-receipts {\n width: 100%;\n color: var(--text-color);\n}\n\n.emails {\n border: 1px solid var(--pill-bg);\n background-color: var(--pill-bg);\n padding: 5px 10px;\n border-radius: 4px;\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 5px;\n width: 100%;\n box-sizing: border-box;\n color: var(--pill-text);\n}\n\n.emails-close {\n cursor: pointer;\n width: 15px;\n height: 15px;\n border: none;\n background: transparent;\n outline: none;\n}\n\n.emails-close svg {\n cursor: pointer;\n width: 15px;\n height: 15px;\n color: var(--pill-text);\n}\n\n/* Skeleton loader styles */\n.skeleton-loader {\n pointer-events: none;\n padding: 8px 10px;\n}\n\n.skeleton-line {\n background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);\n background-size: 200% 100%;\n animation: shimmer 1.5s infinite;\n border-radius: 4px;\n}\n\n.skeleton-name {\n height: 16px;\n width: 60%;\n margin-bottom: 8px;\n}\n\n.skeleton-email {\n height: 14px;\n width: 80%;\n}\n\n@keyframes shimmer {\n 0% {\n background-position: 200% 0;\n }\n\n 100% {\n background-position: -200% 0;\n }\n}\n\n.select-option-icon {\n color: var(--text-color) !important;\n}\n\n.mail-inbox-internal {\n background-color: #2A2B33;\n}\n.receipt-heading {\n padding: 8px 16px;\n border: 1px solid #34353C;\n}\n\n.reply-heading {\n padding: 12px 16px 12px 16px;\n border: 1px solid #34353C;\n}\n\n.subject-display {\n border: none !important;\n background: transparent;\n outline: none;\n width: 100%;\n font-size: 14px;\n box-sizing: border-box;\n color: var(--text-color);\n line-height: 18px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n display: block;\n position: relative;\n cursor: default;\n pointer-events: auto !important;\n font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\" !important;\n}\n\n.reply-heading {\n padding: 12px 16px 12px 16px;\n border: 1px solid #34353C;\n display: flex;\n align-items: center;\n}\n\n.emails-container {\n display: flex;\n column-gap: 10px;\n}\n"],"mappings":"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","names":[]}