@adplenty-tech/adplenty-components-library 1.5.3-beta.3 → 1.5.3-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/adstudioPreview/facebookPreview/facebookPreview.css +1 -1
- package/build/adstudioPreview/htmlTemplatePreview/htmlTemplatePreview.css +1 -1
- package/build/adstudioPreview/instagramPreview/instagramPreview.css +1 -1
- package/build/index.css +2 -2
- package/build/index.js +1 -1
- package/build/socialPostPreview/socialPostPreview.css +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
.social-post-preview-directive{top:0;margin-top:24px;background-color:#fff;margin:0;padding:40px
|
|
1
|
+
.social-post-preview-directive{top:0;margin-top:24px;background-color:#fff;margin:0;padding:40px;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:0;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}.social-post-preview-directive .post-preview-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:40px}.social-post-preview-directive .post-preview-header>h2{font-size:16px;margin:0;line-height:24px;font-weight:500;letter-spacing:.6px}.social-post-preview-directive .post-preview-header>.lib-dropdown .select-container .select{min-height:32px}.social-post-preview-directive .post-preview-container{overflow:hidden;margin:auto}.social-post-preview-directive .post-preview-wrapper{max-height:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.social-post-preview-directive .post-preview-wrapper>.adstudio-preview-directive{max-height:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.social-post-preview-directive .post-preview-wrapper>.adstudio-preview-directive>.adstudio-preview-platform-selector{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto}.social-post-preview-directive .post-preview-content{-webkit-box-sizing:content-box;box-sizing:content-box;max-width:690px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%;top:40px;position:sticky}.modal-layout>.modal-content:has(.cl-calendar-event-view){padding:0 !important}.cl-calendar-event-view{height:100%;padding:0 !important;scrollbar-gutter:auto !important;border-radius:10px;-webkit-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.cl-calendar-event-view .lib-button-directive{font-size:16px}.cl-calendar-event-view .container{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0}.cl-calendar-event-view .post{min-width:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f8f8f8;padding:40px;gap:12px}.cl-calendar-event-view .no-paid-ads{margin-top:30px;text-align:center}.cl-calendar-event-view .no-paid-ads .info-label{margin-top:12px;color:#46434e;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-0.32px}.cl-calendar-event-view .no-paid-ads .button-container{margin-top:20px;padding:0 120px;text-align:center}.cl-calendar-event-view .stats{background-color:#fff;padding:40px;width:500px}.cl-calendar-event-view .stats .organic{margin-top:20px;padding-bottom:30px;border-bottom:1px solid #000}.cl-calendar-event-view .stats .paid{margin-top:50px}.cl-calendar-event-view .stats .row{display:grid;grid-template-columns:1fr 1fr 1fr;margin-bottom:20px}.cl-calendar-event-view .stats .stat{min-width:150px}.cl-calendar-event-view .stats .title{color:#000;-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;font-family:Inter;font-size:25px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:18px}.cl-calendar-event-view .stats .subtitle{color:#a5a2a1;-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:100%;margin-bottom:45px}.cl-calendar-event-view .stats .number{color:#4262e2;-webkit-font-feature-settings:"clig" off,"liga" off;font-feature-settings:"clig" off,"liga" off;font-family:Inter;font-size:50px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:2px}.cl-calendar-event-view .stats .description{color:#726f6e;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:1px;text-transform:uppercase}.cl-calendar-event-view .preview{border:none;overflow-y:auto;overflow-x:hidden;height:100%}.cl-calendar-event-view .toolbar-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.cl-calendar-event-view .toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px}.cl-calendar-event-view .notification{width:100%}.fc-popover{z-index:9 !important}
|
package/package.json
CHANGED