@sc-360-v2/storefront-cms-library 0.4.90 → 0.4.92
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/quantity-selector.scss +3 -0
- package/dist/styles.css +1 -1
- package/dist/upload-media.scss +58 -39
- package/dist/uploadMedia.js +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.sc-upload-media{display:flex;flex-direction:column;font-family:inherit;color:#344054;padding:16px 24px}.sc-upload-media *,.sc-upload-media *::before,.sc-upload-media *::after{box-sizing:border-box}.sc-upload-media__header{display:flex;align-items:center;justify-content:space-between}.sc-upload-media__title{font-size:16px;font-weight:600;color:var(--_gray-900);margin:0;line-height:24px}.sc-upload-media__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:6px;cursor:pointer;padding:0;color:#667085;transition:all .15s ease}.sc-upload-media__close:hover{background:#f2f4f7;color:#344054}.sc-upload-media__close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media__tabs{display:grid;grid-template-columns:repeat(auto-fit, minmax(0, 1fr));gap:12px;padding:16px 0px 0px 0px}.sc-upload-media__tab{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid #e4e7ec;border-radius:6px;background:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;color:#344054}.sc-upload-media__tab:hover:not(.sc-upload-media__tab--disabled){background:var(--_primary-25);border-color:var(--_primary-400)}.sc-upload-media__tab--active{border-color:var(--_primary-400);background:var(--_primary-25);color:var(--_primary-400)}.sc-upload-media__tab--active .sc-upload-media__tab-icon svg{stroke:var(--_primary-400)}.sc-upload-media__tab--disabled{background:#f9fafb;color:#98a2b3;cursor:not-allowed;pointer-events:none}.sc-upload-media__tab-icon{display:flex;align-items:center}.sc-upload-media__tab-icon svg{width:20px;height:20px;stroke:#667085;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media__body{min-height:320px;padding:16px 0px 0px 0px}.sc-upload-media__footer{display:flex;justify-content:flex-end;gap:12px;padding:8px 0}.sc-upload-media__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;border:1px solid rgba(0,0,0,0);line-height:1.4}.sc-upload-media__btn--cancel{background:rgba(0,0,0,0);color:var(--_gray-900)}.sc-upload-media__btn--cancel:hover{background:#f9fafb}.sc-upload-media__btn--primary{background:#4a6cf7;color:#fff}.sc-upload-media__btn--primary:hover:not(:disabled){background:#3b5de7}.sc-upload-media__btn--primary:disabled{background:#b0c4ff;cursor:not-allowed}.sc-upload-media__spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:sc-upload-media-spin .6s linear infinite;display:none}.sc-upload-media__spinner--visible{display:inline-block}.sc-upload-media-device{border:1px solid #e4e7ec;border-radius:6px;background:#fcfcfd;padding:16px;height:300px;overflow-y:auto;display:flex}.sc-upload-media-device__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;cursor:pointer;text-align:center;color:var(--_gray-900);gap:8px;border:1px solid rgba(0,0,0,0);border-radius:6px;transition:all .15s ease;height:80px;padding:40px;margin:auto;width:fit-content;align-self:center}.sc-upload-media-device__dropzone:hover,.sc-upload-media-device__dropzone:focus{border:1px solid var(--_primary-300) !important;outline:2px solid var(--_primary-50);background-color:var(--_primary-25)}.sc-upload-media-device__dropzone--dragover{border-color:#4a6cf7;background:#f0f4ff}.sc-upload-media-device__dropzone-icon{display:flex;align-items:center}.sc-upload-media-device__dropzone-icon svg{width:24px;height:24px;stroke:#667085;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media-device__dropzone-text{font-size:14px;font-weight:500}.sc-upload-media-device__current-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%}.sc-upload-media-device__current-preview img{max-width:200px;max-height:150px;object-fit:contain;border:1px solid #e4e7ec;border-radius:4px;padding:8px;background:#fff}.sc-upload-media-device__replace-text{font-size:14px;color:#667085}.sc-upload-media-device__file-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:10px}.sc-upload-media-device__file-item{position:relative;border:1px solid var(--_gray-200);display:flex;flex-direction:column;align-items:center;border-radius:6px;height:170px}.sc-upload-media-device__file-item:hover{border:1px solid var(--_primary-200);box-shadow:0px 0px 4px rgba(0,0,0,.2)}.sc-upload-media-device__file-preview{position:relative;width:100%;height:100%;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.sc-upload-media-device__file-preview img{max-width:100%;max-height:100%;object-fit:cover}.sc-upload-media-device__file-preview video{max-width:100%;max-height:100%;object-fit:cover}.sc-upload-media-device__file-preview:hover .sc-upload-media-device__file-remove{opacity:1}.sc-upload-media-device__file-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;background:hsla(0,0%,100%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;border:none;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.1)}.sc-upload-media-device__file-remove svg{width:14px;height:14px;stroke:#d92d20;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media-device__file-name{display:flex;align-items:center;gap:6px;padding:8px;font-size:12px;color:var(--_gray-900)}.sc-upload-media-device__file-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90px}.sc-upload-media-device__file-name svg{width:16px;height:16px;stroke:#667085;fill:none;stroke-width:2;flex-shrink:0}.sc-upload-media-device__input{display:none}.sc-upload-media-url{height:300px;display:flex;flex-direction:column;gap:12px}.sc-upload-media-url__input-wrapper{position:relative;border:1px solid var(--_gray-300);border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.sc-upload-media-url__input-wrapper:focus-within{border:1px solid var(--_primary-300);outline:2px solid var(--_primary-50)}.sc-upload-media-url__input{width:100%;padding:10px 36px;border-radius:6px;font-size:14px;color:#344054;outline:none;transition:border-color .15s ease}.sc-upload-media-url__input:focus{border-color:#4a6cf7;box-shadow:0 0 0 3px rgba(74,108,247,.1)}.sc-upload-media-url__input--invalid{border-color:#d92d20}.sc-upload-media-url__input--invalid:focus{box-shadow:0 0 0 3px rgba(217,45,32,.1)}.sc-upload-media-url__input:disabled{background:#f9fafb;color:#98a2b3}.sc-upload-media-url__input-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);display:flex;cursor:pointer}.sc-upload-media-url__input-icon svg{width:16px;height:16px;stroke:#667085;fill:none;stroke-width:2}.sc-upload-media-url__input-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;cursor:pointer;background:none;border:none;padding:0}.sc-upload-media-url__input-clear svg{width:14px;height:14px;stroke:#667085;fill:none;stroke-width:2}.sc-upload-media-url__error{font-size:12px;color:#d92d20;margin-top:4px}.sc-upload-media-url__preview{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e4e7ec;border-radius:6px;background:#fcfcfd;overflow-y:auto;min-height:0}.sc-upload-media-url__preview img{max-width:100%;max-height:200px;object-fit:contain}.sc-upload-media-url__preview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#667085;font-size:14px;font-weight:500;height:100%}.sc-upload-media-url__preview-empty svg{width:24px;height:24px;stroke:#667085;fill:none;stroke-width:2}.sc-upload-media-url__macro-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:14px;height:100%;text-align:center;padding:16px}.sc-upload-media-url__macro-display strong{color:#4a6cf7;word-break:break-all}.sc-upload-media-assets{display:flex;flex-direction:column;gap:12px}.sc-upload-media-assets__search{width:100%;padding:10px 12px;border:1px solid var(--_gray-300) !important;border-radius:6px;font-size:14px;color:var(--_gray-900);outline:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.sc-upload-media-assets__search:focus{border:1px solid var(--_primary-300) !important;outline:2px solid var(--_primary-50)}.sc-upload-media-assets__breadcrumb{display:flex;align-items:center;gap:4px;font-size:13px;color:#667085}.sc-upload-media-assets__breadcrumb-back{display:flex;align-items:center;cursor:pointer;background:none;border:none;padding:2px;color:#667085}.sc-upload-media-assets__breadcrumb-back svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.sc-upload-media-assets__breadcrumb-back:hover{color:#344054}.sc-upload-media-assets__breadcrumb-item{cursor:pointer}.sc-upload-media-assets__breadcrumb-item:hover{color:var(--_gray-900)}.sc-upload-media-assets__breadcrumb-item--active{font-weight:600;color:var(--_gray-900);cursor:default}.sc-upload-media-assets__breadcrumb-sep{color:#d0d5dd}.sc-upload-media-assets__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:16px;border:1px solid #e4e7ec;border-radius:6px;background:#fcfcfd;padding:16px;height:212px;overflow-y:auto}.sc-upload-media-assets__folder{display:flex;flex-direction:column;border:1px solid #e4e7ec;border-radius:6px;cursor:pointer;overflow:hidden;transition:border-color .15s ease;height:min-content}.sc-upload-media-assets__folder-icon{display:flex;align-items:center;justify-content:center;height:128px;background:#fff}.sc-upload-media-assets__folder-icon svg{width:48px;height:48px;stroke:#d0d5dd;fill:none;stroke-width:1.5}.sc-upload-media-assets__folder-label{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-top:1px solid #e4e7ec;font-size:13px;color:var(--_gray-900)}.sc-upload-media-assets__folder-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-upload-media-assets__folder-label input[type=radio]{width:16px;height:16px;accent-color:var(--_primary-400);cursor:pointer;flex-shrink:0}.sc-upload-media-assets__folder-label:hover{background:#f9fafb}.sc-upload-media-assets__image-card{display:flex;flex-direction:column;align-items:center;border:1px solid #e4e7ec;border-radius:6px;cursor:pointer;overflow:hidden;transition:border-color .15s ease;height:min-content}.sc-upload-media-assets__image-card--selected{border-color:var(--_primary-400);border-width:1px}.sc-upload-media-assets__image-thumb{width:100%;height:128px;border-top-left-radius:6px;border-top-right-radius:6px;object-fit:cover}.sc-upload-media-assets__image-placeholder{width:100%;height:128px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.sc-upload-media-assets__image-placeholder svg{width:32px;height:32px;stroke:#d0d5dd;fill:none;stroke-width:1.5}.sc-upload-media-assets__image-checkbox{padding:8px;display:flex;align-items:center;justify-content:center}.sc-upload-media-assets__image-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1px solid var(--_gray-300);border-radius:50%;cursor:pointer;position:relative;margin:0;transition:all .15s ease}.sc-upload-media-assets__image-checkbox input[type=checkbox]:checked{border-color:var(--_primary-400);background:var(--_primary-400)}.sc-upload-media-assets__image-checkbox input[type=checkbox]:checked::after{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%, -60%) rotate(45deg);width:4px;height:9px;border:solid #fff;border-width:0 1.5px 1.5px 0}.sc-upload-media-assets__image-checkbox input[type=checkbox]:hover{border-color:var(--_primary-400)}.sc-upload-media-assets__empty{display:flex;align-items:center;justify-content:center;height:100%;color:#98a2b3;font-size:14px;grid-column:1/-1}.sc-upload-media-assets__skeleton{border-radius:6px;height:120px;background:linear-gradient(90deg, #f2f4f7 25%, #e4e7ec 50%, #f2f4f7 75%);background-size:200% 100%;animation:sc-upload-media-shimmer 1.5s ease-in-out infinite}@keyframes sc-upload-media-spin{to{transform:rotate(360deg)}}@keyframes sc-upload-media-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.cfrm__modal--upload-media .cfrm__modal__backdrop{z-index:99999 !important}.cfrm__modal--upload-media .cfrm__modal__container{z-index:100000 !important}.cfrm__modal--upload-media .cfrm__modal__body .sc-upload-media .sc-upload-media__tabs{padding:8px 0px 0px 0px}.cfrm__modal--upload-media .cfrm__modal__body .sc-upload-media .sc-upload-media__footer{padding:12px 0px 16px 0px}.cfrm__modal--upload-media .sc-upload-media__header{display:none}.upload-media-dialog{z-index:100000 !important;border-radius:12px !important;overflow:hidden !important}.upload-media-dialog .p-dialog-header{display:none !important}.upload-media-dialog .p-dialog-content{padding:0 !important;border-radius:12px !important}.upload-media-dialog+.p-dialog-mask{z-index:99999 !important}
|
|
1
|
+
.sc-upload-media{display:flex;flex-direction:column;font-family:inherit;color:#344054;padding:16px 24px;height:538px}.sc-upload-media *,.sc-upload-media *::before,.sc-upload-media *::after{box-sizing:border-box}.sc-upload-media__header{display:flex;align-items:center;justify-content:space-between}.sc-upload-media__title{font-size:16px;font-weight:600;color:var(--_gray-900);margin:0;line-height:24px}.sc-upload-media__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;border-radius:6px;cursor:pointer;padding:0;color:#667085;transition:all .15s ease}.sc-upload-media__close:hover{background:#f2f4f7;color:#344054}.sc-upload-media__close svg{width:20px;height:20px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media__tabs{display:grid;grid-template-columns:repeat(auto-fit, minmax(0, 1fr));gap:12px;padding:16px 0px 0px 0px}.sc-upload-media__tab{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border:1px solid #e4e7ec;border-radius:6px;background:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;color:#344054}.sc-upload-media__tab:hover:not(.sc-upload-media__tab--disabled){background:var(--_primary-25);border-color:var(--_primary-400)}.sc-upload-media__tab--active{border-color:var(--_primary-400);background:var(--_primary-25);color:var(--_primary-400)}.sc-upload-media__tab--active .sc-upload-media__tab-icon svg{stroke:var(--_primary-400)}.sc-upload-media__tab--disabled{background:#f9fafb;color:#98a2b3;cursor:not-allowed;pointer-events:none}.sc-upload-media__tab-icon{display:flex;align-items:center}.sc-upload-media__tab-icon svg{width:20px;height:20px;stroke:#667085;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media__body{height:100%;padding:16px 0px 0px 0px}.sc-upload-media__footer{display:flex;justify-content:flex-end;gap:12px;padding:8px 0}.sc-upload-media__btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;border:1px solid rgba(0,0,0,0);line-height:1.4}.sc-upload-media__btn--cancel{background:rgba(0,0,0,0);color:var(--_gray-900)}.sc-upload-media__btn--cancel:hover{background:#f9fafb}.sc-upload-media__btn--primary{background:#4a6cf7;color:#fff}.sc-upload-media__btn--primary:hover:not(:disabled){background:#3b5de7}.sc-upload-media__btn--primary:disabled{background:#b0c4ff;cursor:not-allowed}.sc-upload-media__spinner{width:16px;height:16px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:sc-upload-media-spin .6s linear infinite;display:none}.sc-upload-media__spinner--visible{display:inline-block}.sc-upload-media-device{border:1px solid #e4e7ec;border-radius:6px;background:#fcfcfd;padding:16px;height:100%;overflow-y:auto;display:flex}.sc-upload-media-device__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;cursor:pointer;text-align:center;color:var(--_gray-900);gap:8px;border:1px solid rgba(0,0,0,0);border-radius:6px;transition:all .15s ease;height:80px;padding:40px;margin:auto;width:fit-content;align-self:center}.sc-upload-media-device__dropzone:hover,.sc-upload-media-device__dropzone:focus{border:1px solid var(--_primary-300) !important;outline:2px solid var(--_primary-50);background-color:var(--_primary-25)}.sc-upload-media-device__dropzone--dragover{border-color:#4a6cf7;background:#f0f4ff}.sc-upload-media-device__dropzone-icon{display:flex;align-items:center}.sc-upload-media-device__dropzone-icon svg{width:24px;height:24px;stroke:#667085;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media-device__dropzone-text{font-size:14px;font-weight:500}.sc-upload-media-device__current-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;height:100%}.sc-upload-media-device__current-preview img{max-width:200px;max-height:150px;object-fit:contain;border:1px solid #e4e7ec;border-radius:4px;padding:8px;background:#fff}.sc-upload-media-device__replace-text{font-size:14px;color:#667085}.sc-upload-media-device__file-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(150px, 1fr));gap:10px}.sc-upload-media-device__file-item{position:relative;border:1px solid var(--_gray-200);display:flex;flex-direction:column;align-items:center;border-radius:6px;height:170px}.sc-upload-media-device__file-item:hover{border:1px solid var(--_primary-200);box-shadow:0px 0px 4px rgba(0,0,0,.2)}.sc-upload-media-device__file-preview{position:relative;width:100%;height:100%;border-radius:6px;overflow:hidden;display:flex;align-items:center;justify-content:center}.sc-upload-media-device__file-preview img{max-width:100%;max-height:100%;object-fit:cover}.sc-upload-media-device__file-preview video{max-width:100%;max-height:100%;object-fit:cover}.sc-upload-media-device__file-preview:hover .sc-upload-media-device__file-remove{opacity:1}.sc-upload-media-device__file-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;background:hsla(0,0%,100%,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .2s ease;border:none;padding:0;box-shadow:0 1px 3px rgba(0,0,0,.1)}.sc-upload-media-device__file-remove svg{width:14px;height:14px;stroke:#d92d20;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.sc-upload-media-device__file-name{display:flex;align-items:center;gap:6px;padding:8px;font-size:12px;color:var(--_gray-900)}.sc-upload-media-device__file-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:90px}.sc-upload-media-device__file-name svg{width:16px;height:16px;stroke:#667085;fill:none;stroke-width:2;flex-shrink:0}.sc-upload-media-device__input{display:none}.sc-upload-media-url{height:300px;display:flex;flex-direction:column;gap:12px}.sc-upload-media-url__input-wrapper{position:relative;border:1px solid var(--_gray-300);border-radius:6px;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.sc-upload-media-url__input-wrapper:focus-within{border:1px solid var(--_primary-300);outline:2px solid var(--_primary-50)}.sc-upload-media-url__input{width:100%;padding:10px 36px;border-radius:6px;font-size:14px;color:#344054;outline:none;transition:border-color .15s ease}.sc-upload-media-url__input:focus{border-color:#4a6cf7;box-shadow:0 0 0 3px rgba(74,108,247,.1)}.sc-upload-media-url__input--invalid{border-color:#d92d20}.sc-upload-media-url__input--invalid:focus{box-shadow:0 0 0 3px rgba(217,45,32,.1)}.sc-upload-media-url__input:disabled{background:#f9fafb;color:#98a2b3}.sc-upload-media-url__input-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);display:flex;cursor:pointer}.sc-upload-media-url__input-icon svg{width:16px;height:16px;stroke:#667085;fill:none;stroke-width:2}.sc-upload-media-url__input-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;cursor:pointer;background:none;border:none;padding:0}.sc-upload-media-url__input-clear svg{width:14px;height:14px;stroke:#667085;fill:none;stroke-width:2}.sc-upload-media-url__error{font-size:12px;color:#d92d20;margin-top:4px}.sc-upload-media-url__preview{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #e4e7ec;border-radius:6px;background:#fcfcfd;overflow-y:auto;min-height:0}.sc-upload-media-url__preview img{max-width:100%;max-height:200px;object-fit:contain}.sc-upload-media-url__preview-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#667085;font-size:14px;font-weight:500;height:100%}.sc-upload-media-url__preview-empty svg{width:24px;height:24px;stroke:#667085;fill:none;stroke-width:2}.sc-upload-media-url__macro-display{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;font-size:14px;height:100%;text-align:center;padding:16px}.sc-upload-media-url__macro-display strong{color:#4a6cf7;word-break:break-all}.sc-upload-media-assets{display:flex;flex-direction:column;gap:12px;height:100%}.sc-upload-media-assets__search{width:100%;padding:10px 12px;border:1px solid var(--_gray-300) !important;border-radius:6px;font-size:14px;color:var(--_gray-900);outline:none;transition:background-color .2s,color .2s,border-color .2s,box-shadow .2s}.sc-upload-media-assets__search:focus{border:1px solid var(--_primary-300) !important;outline:2px solid var(--_primary-50)}.sc-upload-media-assets__breadcrumb{display:flex;align-items:center;gap:4px;font-size:13px;color:#667085}.sc-upload-media-assets__breadcrumb-back{display:flex;align-items:center;cursor:pointer;background:none;border:none;padding:2px;color:#667085}.sc-upload-media-assets__breadcrumb-back svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}.sc-upload-media-assets__breadcrumb-back:hover{color:#344054}.sc-upload-media-assets__breadcrumb-item{cursor:pointer;color:var(--_gray-600)}.sc-upload-media-assets__breadcrumb-item:hover:not(.sc-upload-media-assets__breadcrumb-item--active){color:var(--_gray-900)}.sc-upload-media-assets__breadcrumb-item--active{font-weight:400;color:var(--_gray-900);cursor:default !important}.sc-upload-media-assets__breadcrumb-sep{color:var(--_gray-600)}.sc-upload-media-assets__grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(140px, 1fr));gap:16px;border:1px solid #e4e7ec;border-radius:6px;background:#fcfcfd;padding:16px;height:260px;overflow-y:auto}.sc-upload-media-assets__folder{display:flex;flex-direction:column;border:1px solid #e4e7ec;border-radius:6px;cursor:pointer;overflow:hidden;transition:border-color .15s ease;height:min-content}.sc-upload-media-assets__folder-icon{display:flex;align-items:center;justify-content:center;height:128px;background:#fff}.sc-upload-media-assets__folder-icon svg{width:48px;height:48px;stroke:#d0d5dd;fill:none;stroke-width:1.5}.sc-upload-media-assets__folder-label{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px;border-top:1px solid #e4e7ec;font-size:13px;color:var(--_gray-900)}.sc-upload-media-assets__folder-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sc-upload-media-assets__folder-label input[type=radio]{width:16px;height:16px;accent-color:var(--_primary-400);cursor:pointer;flex-shrink:0}.sc-upload-media-assets__folder-label:hover{background:#f9fafb}.sc-upload-media-assets__image-card{display:flex;flex-direction:column;align-items:center;border:1px solid #e4e7ec;border-radius:6px;height:170px;cursor:pointer;overflow:hidden;transition:border-color .15s ease;height:170px;width:100%}.sc-upload-media-assets__image-card .sc-upload-media-assets__img-cntainer{height:130px;width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}.sc-upload-media-assets__image-card .sc-upload-media-assets__img-cntainer__image-thumb{max-width:100%;max-height:128px;object-fit:contain}.sc-upload-media-assets__image-card .sc-upload-media-assets__img-cntainer__image-placeholder{width:100%;height:128px;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.sc-upload-media-assets__image-card .sc-upload-media-assets__img-cntainer__image-placeholder svg{width:32px;height:32px;stroke:#d0d5dd;fill:none;stroke-width:1.5}.sc-upload-media-assets__image-card--selected{border-color:var(--_primary-400);border-width:1px}.sc-upload-media-assets__file__name-checkbox{padding:8px;display:flex;align-items:center;flex-grow:1;width:100%;border-top:1px solid var(--_gray-200);justify-content:space-between}.sc-upload-media-assets__file__name-checkbox span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:115px;line-height:22px;text-align:left}.sc-upload-media-assets__file__name-checkbox input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:1px solid var(--_gray-300);border-radius:50%;cursor:pointer;position:relative;margin:0;transition:all .15s ease}.sc-upload-media-assets__file__name-checkbox input[type=checkbox]:checked{border-color:var(--_primary-400);background:var(--_primary-400)}.sc-upload-media-assets__file__name-checkbox input[type=checkbox]:checked::after{content:"";position:absolute;top:45%;left:50%;transform:translate(-50%, -60%) rotate(45deg);width:4px;height:9px;border:solid #fff;border-width:0 1.5px 1.5px 0}.sc-upload-media-assets__file__name-checkbox input[type=checkbox]:hover{border-color:var(--_primary-400)}.sc-upload-media-assets__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#98a2b3;font-size:14px;grid-column:1/-1;color:var(--_gray-600)}.sc-upload-media-assets__skeleton{border-radius:6px;height:120px;background:linear-gradient(90deg, #f2f4f7 25%, #e4e7ec 50%, #f2f4f7 75%);background-size:200% 100%;animation:sc-upload-media-shimmer 1.5s ease-in-out infinite}@keyframes sc-upload-media-spin{to{transform:rotate(360deg)}}@keyframes sc-upload-media-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.cfrm__modal--upload-media .cfrm__modal__backdrop{z-index:99999 !important}.cfrm__modal--upload-media .cfrm__modal__container{z-index:100000 !important}.cfrm__modal--upload-media .cfrm__modal__body .sc-upload-media .sc-upload-media__tabs{padding:8px 0px 0px 0px}.cfrm__modal--upload-media .cfrm__modal__body .sc-upload-media .sc-upload-media__footer{padding:12px 0px 16px 0px}.cfrm__modal--upload-media .sc-upload-media__header{display:none}.upload-media-dialog{z-index:100000 !important;border-radius:12px !important;overflow:hidden !important}.upload-media-dialog .p-dialog-header{display:none !important}.upload-media-dialog .p-dialog-content{padding:0 !important;border-radius:12px !important}.upload-media-dialog+.p-dialog-mask{z-index:99999 !important}
|
package/dist/upload-media.scss
CHANGED
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
font-family: inherit;
|
|
10
10
|
color: #344054;
|
|
11
11
|
padding: 16px 24px;
|
|
12
|
+
height: 538px;
|
|
12
13
|
|
|
13
14
|
*,
|
|
14
15
|
*::before,
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
|
|
126
127
|
/* === Body === */
|
|
127
128
|
&__body {
|
|
128
|
-
|
|
129
|
+
height: 100%;
|
|
129
130
|
padding: 16px 0px 0px 0px;
|
|
130
131
|
}
|
|
131
132
|
|
|
@@ -196,7 +197,7 @@
|
|
|
196
197
|
border-radius: 6px;
|
|
197
198
|
background: #fcfcfd;
|
|
198
199
|
padding: 16px;
|
|
199
|
-
height:
|
|
200
|
+
height: 100%;
|
|
200
201
|
overflow-y: auto;
|
|
201
202
|
display: flex;
|
|
202
203
|
|
|
@@ -540,6 +541,7 @@
|
|
|
540
541
|
display: flex;
|
|
541
542
|
flex-direction: column;
|
|
542
543
|
gap: 12px;
|
|
544
|
+
height: 100%;
|
|
543
545
|
|
|
544
546
|
&__search {
|
|
545
547
|
width: 100%;
|
|
@@ -593,20 +595,21 @@
|
|
|
593
595
|
|
|
594
596
|
&__breadcrumb-item {
|
|
595
597
|
cursor: pointer;
|
|
598
|
+
color: var(--_gray-600);
|
|
596
599
|
|
|
597
|
-
&:hover {
|
|
600
|
+
&:hover:not(&--active) {
|
|
598
601
|
color: var(--_gray-900);
|
|
599
602
|
}
|
|
600
603
|
|
|
601
604
|
&--active {
|
|
602
|
-
font-weight:
|
|
605
|
+
font-weight: 400;
|
|
603
606
|
color: var(--_gray-900);
|
|
604
|
-
cursor: default;
|
|
607
|
+
cursor: default !important;
|
|
605
608
|
}
|
|
606
609
|
}
|
|
607
610
|
|
|
608
611
|
&__breadcrumb-sep {
|
|
609
|
-
color:
|
|
612
|
+
color: var(--_gray-600);
|
|
610
613
|
}
|
|
611
614
|
|
|
612
615
|
&__grid {
|
|
@@ -617,7 +620,7 @@
|
|
|
617
620
|
border-radius: 6px;
|
|
618
621
|
background: #fcfcfd;
|
|
619
622
|
padding: 16px;
|
|
620
|
-
height:
|
|
623
|
+
height: 260px;
|
|
621
624
|
overflow-y: auto;
|
|
622
625
|
}
|
|
623
626
|
|
|
@@ -689,51 +692,65 @@
|
|
|
689
692
|
align-items: center;
|
|
690
693
|
border: 1px solid #e4e7ec;
|
|
691
694
|
border-radius: 6px;
|
|
695
|
+
height: 170px;
|
|
692
696
|
cursor: pointer;
|
|
693
697
|
overflow: hidden;
|
|
694
698
|
transition: border-color 0.15s ease;
|
|
695
|
-
height:
|
|
699
|
+
height: 170px;
|
|
700
|
+
width: 100%;
|
|
701
|
+
.sc-upload-media-assets__img-cntainer {
|
|
702
|
+
height: 130px;
|
|
703
|
+
width: 100%;
|
|
704
|
+
display: flex;
|
|
705
|
+
justify-content: center;
|
|
706
|
+
align-items: center;
|
|
707
|
+
overflow: hidden;
|
|
708
|
+
&__image-thumb {
|
|
709
|
+
max-width: 100%;
|
|
710
|
+
max-height: 128px;
|
|
711
|
+
|
|
712
|
+
object-fit: contain;
|
|
713
|
+
}
|
|
714
|
+
&__image-placeholder {
|
|
715
|
+
width: 100%;
|
|
716
|
+
height: 128px;
|
|
717
|
+
display: flex;
|
|
718
|
+
align-items: center;
|
|
719
|
+
justify-content: center;
|
|
720
|
+
background: #f5f5f5;
|
|
721
|
+
|
|
722
|
+
svg {
|
|
723
|
+
width: 32px;
|
|
724
|
+
height: 32px;
|
|
725
|
+
stroke: #d0d5dd;
|
|
726
|
+
fill: none;
|
|
727
|
+
stroke-width: 1.5;
|
|
728
|
+
}
|
|
729
|
+
}
|
|
730
|
+
}
|
|
696
731
|
|
|
697
732
|
&--selected {
|
|
698
733
|
border-color: var(--_primary-400);
|
|
699
734
|
border-width: 1px;
|
|
700
735
|
}
|
|
701
|
-
|
|
702
|
-
// &:hover {
|
|
703
|
-
// border-color: #4a6cf7;
|
|
704
|
-
// }
|
|
705
736
|
}
|
|
706
737
|
|
|
707
|
-
&
|
|
708
|
-
width: 100%;
|
|
709
|
-
height: 128px;
|
|
710
|
-
border-top-left-radius: 6px;
|
|
711
|
-
border-top-right-radius: 6px;
|
|
712
|
-
object-fit: cover;
|
|
713
|
-
}
|
|
714
|
-
|
|
715
|
-
&__image-placeholder {
|
|
716
|
-
width: 100%;
|
|
717
|
-
height: 128px;
|
|
718
|
-
display: flex;
|
|
719
|
-
align-items: center;
|
|
720
|
-
justify-content: center;
|
|
721
|
-
background: #f5f5f5;
|
|
722
|
-
|
|
723
|
-
svg {
|
|
724
|
-
width: 32px;
|
|
725
|
-
height: 32px;
|
|
726
|
-
stroke: #d0d5dd;
|
|
727
|
-
fill: none;
|
|
728
|
-
stroke-width: 1.5;
|
|
729
|
-
}
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
&__image-checkbox {
|
|
738
|
+
&__file__name-checkbox {
|
|
733
739
|
padding: 8px;
|
|
734
740
|
display: flex;
|
|
735
741
|
align-items: center;
|
|
736
|
-
|
|
742
|
+
flex-grow: 1;
|
|
743
|
+
width: 100%;
|
|
744
|
+
border-top: 1px solid var(--_gray-200);
|
|
745
|
+
justify-content: space-between;
|
|
746
|
+
span {
|
|
747
|
+
white-space: nowrap;
|
|
748
|
+
overflow: hidden;
|
|
749
|
+
text-overflow: ellipsis;
|
|
750
|
+
width: 115px;
|
|
751
|
+
line-height: 22px;
|
|
752
|
+
text-align: left;
|
|
753
|
+
}
|
|
737
754
|
|
|
738
755
|
input[type="checkbox"] {
|
|
739
756
|
-webkit-appearance: none;
|
|
@@ -774,12 +791,14 @@
|
|
|
774
791
|
/* Empty state */
|
|
775
792
|
&__empty {
|
|
776
793
|
display: flex;
|
|
794
|
+
flex-direction: column;
|
|
777
795
|
align-items: center;
|
|
778
796
|
justify-content: center;
|
|
779
797
|
height: 100%;
|
|
780
798
|
color: #98a2b3;
|
|
781
799
|
font-size: 14px;
|
|
782
800
|
grid-column: 1 / -1;
|
|
801
|
+
color: var(--_gray-600);
|
|
783
802
|
}
|
|
784
803
|
|
|
785
804
|
/* Loading skeleton */
|