y-design-ssr 0.0.34 → 0.0.36

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/libs/dialog.css CHANGED
@@ -6,5 +6,5 @@
6
6
 
7
7
  .y-loading{font-weight:500}.y-loading--fixed{position:fixed}.y-loading--absolute{position:absolute}.y-loading--fixed,.y-loading--absolute{z-index:188;width:100%;height:100%;top:0;left:0}.y-loading__bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.y-loading__bg--fixed,.y-loading__bg--absolute{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.y-loading__icon-wrapper{display:inline-block;text-align:center}.y-loading__icon--forward{-webkit-animation:qd-loading__icon-circular 1.3s ease-in-out infinite;animation:qd-loading__icon-circular 1.3s ease-in-out infinite}.y-loading__icon--reverse{-webkit-animation:qd-loading__icon-circular--reverse 1.3s ease-in-out infinite;animation:qd-loading__icon-circular--reverse 1.3s ease-in-out infinite}.y-loading__icon{display:block;width:100%;height:100%}.y-loading__icon-circle{stroke:currentColor;stroke-linecap:round}.y-loading__icon-circle--absolute{stroke:#fff;stroke:var(--Surface_8)}.y-loading__text{white-space:nowrap}.y-loading__text--left{margin-right:8px}.y-loading__text--right{margin-left:8px}.y-loading__text--top{margin-bottom:8px}.y-loading__text--bottom{margin-top:8px}@-webkit-keyframes qd-loading__icon-circular{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:100, 150;stroke-dashoffset:-40}100%{stroke-dasharray:100, 150;stroke-dashoffset:-120}}@keyframes qd-loading__icon-circular{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:100, 150;stroke-dashoffset:-40}100%{stroke-dasharray:100, 150;stroke-dashoffset:-120}}@-webkit-keyframes qd-loading__icon-circular--reverse{0%{stroke-dasharray:100, 150;stroke-dashoffset:-120}50%{stroke-dasharray:100, 150;stroke-dashoffset:-40}100%{stroke-dasharray:1, 200;stroke-dashoffset:0}}@keyframes qd-loading__icon-circular--reverse{0%{stroke-dasharray:100, 150;stroke-dashoffset:-120}50%{stroke-dasharray:100, 150;stroke-dashoffset:-40}100%{stroke-dasharray:1, 200;stroke-dashoffset:0}}
8
8
 
9
- .y-dialog{background:#fff;background:var(--Background_1);border-radius:20px;overflow:visible}.y-dialog__container{position:relative}.y-dialog__img--circle{position:absolute}.y-dialog__title{font-weight:500;font-size:18px;color:#191919;color:var(--Surface);text-align:center;padding:0 24px 0 24px}.y-dialog__content{padding:24px}.y-dialog__message{font-weight:normal;font-size:14px;color:gray;color:var(--Surface_2)}.y-dialog__footer{display:-webkit-box;display:-ms-flexbox;display:flex}.y-dialog__footer-btn{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.y-dialog__footer-btn:first-of-type{margin-right:12px}.y-dialog__close{position:absolute;left:50%;bottom:-72px;width:32px;height:32px;border-radius:100%;background:rgba(0,0,0,0.4);-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%);cursor:pointer;font-size:22px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
9
+ .y-dialog{background:#fff;background:var(--Background_1);border-radius:20px;overflow:visible}.y-dialog__container{position:relative}.y-dialog__img--circle{position:absolute}.y-dialog__title{font-weight:500;font-size:18px;color:#191919;color:var(--Surface);text-align:center;padding:0 24px 0 24px}.y-dialog__content{padding:24px}.y-dialog__message{font-weight:normal;font-size:14px;color:gray;color:var(--Surface_2)}.y-dialog__footer{display:-webkit-box;display:-ms-flexbox;display:flex}.y-dialog__footer-btn{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.y-dialog__footer-btn:nth-child(2){margin-left:12px}.y-dialog__close{position:absolute;left:50%;bottom:-72px;width:32px;height:32px;border-radius:100%;background:rgba(0,0,0,0.4);-webkit-transform:translate(-50%, 0%);transform:translate(-50%, 0%);cursor:pointer;font-size:22px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
10
10